Skip to content

Commit e1c4030

Browse files
Merge pull request #33 from crhistianramirez/message-senders
Message sender model change: ElevatedRolesList => ElevatedRoles
2 parents 8f0d93d + fc7108e commit e1c4030

18 files changed

Lines changed: 60 additions & 96 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ of your imagination.
1010
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1111

1212
- API version: 1.0
13-
- Package version: 3.1.2
13+
- Package version: 3.2.3
1414
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
1515

1616
For more information, please visit [https://documentation.ordercloud.io](https://documentation.ordercloud.io/platform-guides/getting-started/introduction-to-ordercloud)

dist/ordercloud-javascript-sdk.js

Lines changed: 23 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -20652,7 +20652,7 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
2065220652
* </pre>
2065320653
* </p>
2065420654
* @module index
20655-
* @version 3.1.2
20655+
* @version 3.2.3
2065620656
*/
2065720657
var exports = {
2065820658
/**
@@ -30568,8 +30568,8 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3056830568
if (data.hasOwnProperty('URL')) {
3056930569
obj['URL'] = Sdk.convertToType(data['URL'], 'String');
3057030570
}
30571-
if (data.hasOwnProperty('ElevatedRolesList')) {
30572-
obj['ElevatedRolesList'] = Sdk.convertToType(data['ElevatedRolesList'], ['String']);
30571+
if (data.hasOwnProperty('ElevatedRoles')) {
30572+
obj['ElevatedRoles'] = Sdk.convertToType(data['ElevatedRoles'], ['String']);
3057330573
}
3057430574
if (data.hasOwnProperty('SharedKey')) {
3057530575
obj['SharedKey'] = Sdk.convertToType(data['SharedKey'], 'String');
@@ -30602,9 +30602,9 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3060230602
*/
3060330603
exports.prototype['URL'] = undefined;
3060430604
/**
30605-
* @member {Array.<String>} ElevatedRolesList
30605+
* @member {Array.<String>} ElevatedRoles
3060630606
*/
30607-
exports.prototype['ElevatedRolesList'] = undefined;
30607+
exports.prototype['ElevatedRoles'] = undefined;
3060830608
/**
3060930609
* @member {String} SharedKey
3061030610
*/
@@ -31027,7 +31027,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3102731027

3102831028

3102931029

31030-
3103131030
};
3103231031

3103331032
/**
@@ -31044,9 +31043,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3104431043
if (data.hasOwnProperty('ID')) {
3104531044
obj['ID'] = Sdk.convertToType(data['ID'], 'String');
3104631045
}
31047-
if (data.hasOwnProperty('StateHashKey')) {
31048-
obj['StateHashKey'] = Sdk.convertToType(data['StateHashKey'], 'String');
31049-
}
3105031046
if (data.hasOwnProperty('OrderCloudApiClientID')) {
3105131047
obj['OrderCloudApiClientID'] = Sdk.convertToType(data['OrderCloudApiClientID'], 'String');
3105231048
}
@@ -31073,10 +31069,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3107331069
* @member {String} ID
3107431070
*/
3107531071
exports.prototype['ID'] = undefined;
31076-
/**
31077-
* @member {String} StateHashKey
31078-
*/
31079-
exports.prototype['StateHashKey'] = undefined;
3108031072
/**
3108131073
* @member {String} OrderCloudApiClientID
3108231074
*/
@@ -34632,8 +34624,8 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3463234624
if (data.hasOwnProperty('URL')) {
3463334625
obj['URL'] = Sdk.convertToType(data['URL'], 'String');
3463434626
}
34635-
if (data.hasOwnProperty('ElevatedRolesList')) {
34636-
obj['ElevatedRolesList'] = Sdk.convertToType(data['ElevatedRolesList'], ['String']);
34627+
if (data.hasOwnProperty('ElevatedRoles')) {
34628+
obj['ElevatedRoles'] = Sdk.convertToType(data['ElevatedRoles'], ['String']);
3463734629
}
3463834630
if (data.hasOwnProperty('SharedKey')) {
3463934631
obj['SharedKey'] = Sdk.convertToType(data['SharedKey'], 'String');
@@ -34666,9 +34658,9 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3466634658
*/
3466734659
exports.prototype['URL'] = undefined;
3466834660
/**
34669-
* @member {Array.<String>} ElevatedRolesList
34661+
* @member {Array.<String>} ElevatedRoles
3467034662
*/
34671-
exports.prototype['ElevatedRolesList'] = undefined;
34663+
exports.prototype['ElevatedRoles'] = undefined;
3467234664
/**
3467334665
* @member {String} SharedKey
3467434666
*/
@@ -34739,7 +34731,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3473934731

3474034732

3474134733

34742-
3474334734
};
3474434735

3474534736
/**
@@ -34756,9 +34747,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3475634747
if (data.hasOwnProperty('ID')) {
3475734748
obj['ID'] = Sdk.convertToType(data['ID'], 'String');
3475834749
}
34759-
if (data.hasOwnProperty('StateHashKey')) {
34760-
obj['StateHashKey'] = Sdk.convertToType(data['StateHashKey'], 'String');
34761-
}
3476234750
if (data.hasOwnProperty('OrderCloudApiClientID')) {
3476334751
obj['OrderCloudApiClientID'] = Sdk.convertToType(data['OrderCloudApiClientID'], 'String');
3476434752
}
@@ -34785,10 +34773,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3478534773
* @member {String} ID
3478634774
*/
3478734775
exports.prototype['ID'] = undefined;
34788-
/**
34789-
* @member {String} StateHashKey
34790-
*/
34791-
exports.prototype['StateHashKey'] = undefined;
3479234776
/**
3479334777
* @member {String} OrderCloudApiClientID
3479434778
*/
@@ -35681,6 +35665,9 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3568135665
if (data) {
3568235666
obj = obj || new exports();
3568335667

35668+
if (data.hasOwnProperty('Description')) {
35669+
obj['Description'] = Sdk.convertToType(data['Description'], 'String');
35670+
}
3568435671
if (data.hasOwnProperty('DefaultPriceScheduleID')) {
3568535672
obj['DefaultPriceScheduleID'] = Sdk.convertToType(data['DefaultPriceScheduleID'], 'String');
3568635673
}
@@ -35690,9 +35677,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3569035677
if (data.hasOwnProperty('Name')) {
3569135678
obj['Name'] = Sdk.convertToType(data['Name'], 'String');
3569235679
}
35693-
if (data.hasOwnProperty('Description')) {
35694-
obj['Description'] = Sdk.convertToType(data['Description'], 'String');
35695-
}
3569635680
if (data.hasOwnProperty('QuantityMultiplier')) {
3569735681
obj['QuantityMultiplier'] = Sdk.convertToType(data['QuantityMultiplier'], 'Number');
3569835682
}
@@ -35733,6 +35717,10 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3573335717
return obj;
3573435718
}
3573535719

35720+
/**
35721+
* @member {String} Description
35722+
*/
35723+
exports.prototype['Description'] = undefined;
3573635724
/**
3573735725
* @member {String} DefaultPriceScheduleID
3573835726
*/
@@ -35745,10 +35733,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3574535733
* @member {String} Name
3574635734
*/
3574735735
exports.prototype['Name'] = undefined;
35748-
/**
35749-
* @member {String} Description
35750-
*/
35751-
exports.prototype['Description'] = undefined;
3575235736
/**
3575335737
* @member {Number} QuantityMultiplier
3575435738
*/
@@ -38113,6 +38097,9 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3811338097
if (data) {
3811438098
obj = obj || new exports();
3811538099

38100+
if (data.hasOwnProperty('Description')) {
38101+
obj['Description'] = Sdk.convertToType(data['Description'], 'String');
38102+
}
3811638103
if (data.hasOwnProperty('DefaultPriceScheduleID')) {
3811738104
obj['DefaultPriceScheduleID'] = Sdk.convertToType(data['DefaultPriceScheduleID'], 'String');
3811838105
}
@@ -38122,9 +38109,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3812238109
if (data.hasOwnProperty('Name')) {
3812338110
obj['Name'] = Sdk.convertToType(data['Name'], 'String');
3812438111
}
38125-
if (data.hasOwnProperty('Description')) {
38126-
obj['Description'] = Sdk.convertToType(data['Description'], 'String');
38127-
}
3812838112
if (data.hasOwnProperty('QuantityMultiplier')) {
3812938113
obj['QuantityMultiplier'] = Sdk.convertToType(data['QuantityMultiplier'], 'Number');
3813038114
}
@@ -38165,6 +38149,10 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3816538149
return obj;
3816638150
}
3816738151

38152+
/**
38153+
* @member {String} Description
38154+
*/
38155+
exports.prototype['Description'] = undefined;
3816838156
/**
3816938157
* @member {String} DefaultPriceScheduleID
3817038158
*/
@@ -38177,10 +38165,6 @@ exports.prototype.callAuth = function callApi(path, httpMethod, pathParams,
3817738165
* @member {String} Name
3817838166
*/
3817938167
exports.prototype['Name'] = undefined;
38180-
/**
38181-
* @member {String} Description
38182-
*/
38183-
exports.prototype['Description'] = undefined;
3818438168
/**
3818538169
* @member {Number} QuantityMultiplier
3818638170
*/

dist/ordercloud-javascript-sdk.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/MessageSender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**messageTypes** | **[String]** | | [optional]
99
**description** | **String** | | [optional]
1010
**URL** | **String** | | [optional]
11-
**elevatedRolesList** | **[String]** | | [optional]
11+
**elevatedRoles** | **[String]** | | [optional]
1212
**sharedKey** | **String** | | [optional]
1313
**xp** | **Object** | | [optional]
1414

docs/OpenIdConnect.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**ID** | **String** | | [optional]
7-
**stateHashKey** | **String** | | [optional]
87
**orderCloudApiClientID** | **String** | | [optional]
98
**connectClientID** | **String** | | [optional]
109
**connectClientSecret** | **String** | | [optional]

docs/PartialMessageSender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**messageTypes** | **[String]** | | [optional]
99
**description** | **String** | | [optional]
1010
**URL** | **String** | | [optional]
11-
**elevatedRolesList** | **[String]** | | [optional]
11+
**elevatedRoles** | **[String]** | | [optional]
1212
**sharedKey** | **String** | | [optional]
1313
**xp** | **Object** | | [optional]
1414

docs/PartialOpenIdConnect.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**ID** | **String** | | [optional]
7-
**stateHashKey** | **String** | | [optional]
87
**orderCloudApiClientID** | **String** | | [optional]
98
**connectClientID** | **String** | | [optional]
109
**connectClientSecret** | **String** | | [optional]

docs/PartialProduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**description** | **String** | | [optional]
67
**defaultPriceScheduleID** | **String** | | [optional]
78
**ID** | **String** | | [optional]
89
**name** | **String** | | [optional]
9-
**description** | **String** | | [optional]
1010
**quantityMultiplier** | **Number** | | [optional]
1111
**shipWeight** | **Number** | | [optional]
1212
**shipHeight** | **Number** | | [optional]

docs/Product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**description** | **String** | | [optional]
67
**defaultPriceScheduleID** | **String** | | [optional]
78
**ID** | **String** | | [optional]
89
**name** | **String** | | [optional]
9-
**description** | **String** | | [optional]
1010
**quantityMultiplier** | **Number** | | [optional]
1111
**shipWeight** | **Number** | | [optional]
1212
**shipHeight** | **Number** | | [optional]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ordercloud-javascript-sdk",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project",
55
"author": "Four51 Inc. <ordercloud@four51.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)