ultracart_rest_api_v2_typescript 3.10.199 → 3.10.200

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.10.199
1
+ ## ultracart_rest_api_v2_typescript@3.10.200
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install ultracart_rest_api_v2_typescript@3.10.199 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.200 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,7 @@ Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
56
  | --: | :-: | --- |
57
+ | 3.10.200 | 05/13/2024 | conversation pbx - bug fix on camelCase property names |
57
58
  | 3.10.199 | 05/13/2024 | conversation pbx - allow nullable day of week in time range |
58
59
  | 3.10.198 | 05/08/2024 | added echeck fields to channel partner order import |
59
60
  | 3.10.197 | 05/02/2024 | conversation - new method to load pbx audio usage |
package/api.ts CHANGED
@@ -9716,25 +9716,25 @@ export interface ConversationPbxTimeBased {
9716
9716
  * @type {string}
9717
9717
  * @memberof ConversationPbxTimeBased
9718
9718
  */
9719
- conversationPbxTimeBasedUuid?: string;
9719
+ conversation_pbx_time_based_uuid?: string;
9720
9720
  /**
9721
9721
  *
9722
9722
  * @type {ConversationPbxTimeBasedMappingConfig}
9723
9723
  * @memberof ConversationPbxTimeBased
9724
9724
  */
9725
- mappingConfig?: ConversationPbxTimeBasedMappingConfig;
9725
+ mapping_config?: ConversationPbxTimeBasedMappingConfig;
9726
9726
  /**
9727
9727
  *
9728
9728
  * @type {string}
9729
9729
  * @memberof ConversationPbxTimeBased
9730
9730
  */
9731
- merchantId?: string;
9731
+ merchant_id?: string;
9732
9732
  /**
9733
9733
  *
9734
9734
  * @type {string}
9735
9735
  * @memberof ConversationPbxTimeBased
9736
9736
  */
9737
- timeBasedName?: string;
9737
+ time_based_name?: string;
9738
9738
  }
9739
9739
 
9740
9740
  /**
package/dist/api.d.ts CHANGED
@@ -9487,25 +9487,25 @@ export interface ConversationPbxTimeBased {
9487
9487
  * @type {string}
9488
9488
  * @memberof ConversationPbxTimeBased
9489
9489
  */
9490
- conversationPbxTimeBasedUuid?: string;
9490
+ conversation_pbx_time_based_uuid?: string;
9491
9491
  /**
9492
9492
  *
9493
9493
  * @type {ConversationPbxTimeBasedMappingConfig}
9494
9494
  * @memberof ConversationPbxTimeBased
9495
9495
  */
9496
- mappingConfig?: ConversationPbxTimeBasedMappingConfig;
9496
+ mapping_config?: ConversationPbxTimeBasedMappingConfig;
9497
9497
  /**
9498
9498
  *
9499
9499
  * @type {string}
9500
9500
  * @memberof ConversationPbxTimeBased
9501
9501
  */
9502
- merchantId?: string;
9502
+ merchant_id?: string;
9503
9503
  /**
9504
9504
  *
9505
9505
  * @type {string}
9506
9506
  * @memberof ConversationPbxTimeBased
9507
9507
  */
9508
- timeBasedName?: string;
9508
+ time_based_name?: string;
9509
9509
  }
9510
9510
  /**
9511
9511
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.199",
3
+ "version": "3.10.200",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [