ultracart_rest_api_v2_typescript 3.10.198 → 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.198
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.198 --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,8 @@ 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 |
58
+ | 3.10.199 | 05/13/2024 | conversation pbx - allow nullable day of week in time range |
57
59
  | 3.10.198 | 05/08/2024 | added echeck fields to channel partner order import |
58
60
  | 3.10.197 | 05/02/2024 | conversation - new method to load pbx audio usage |
59
61
  | 3.10.196 | 05/02/2024 | autoorder - fields to record merge association and tstamp |
package/api.ts CHANGED
@@ -2781,6 +2781,12 @@ export interface CartCheckout {
2781
2781
  * @memberof CartCheckout
2782
2782
  */
2783
2783
  comments?: string;
2784
+ /**
2785
+ * Current step of the checkout (read only)
2786
+ * @type {string}
2787
+ * @memberof CartCheckout
2788
+ */
2789
+ current_step?: string;
2784
2790
  /**
2785
2791
  * Custom field 1
2786
2792
  * @type {string}
@@ -9710,25 +9716,25 @@ export interface ConversationPbxTimeBased {
9710
9716
  * @type {string}
9711
9717
  * @memberof ConversationPbxTimeBased
9712
9718
  */
9713
- conversationPbxTimeBasedUuid?: string;
9719
+ conversation_pbx_time_based_uuid?: string;
9714
9720
  /**
9715
9721
  *
9716
9722
  * @type {ConversationPbxTimeBasedMappingConfig}
9717
9723
  * @memberof ConversationPbxTimeBased
9718
9724
  */
9719
- mappingConfig?: ConversationPbxTimeBasedMappingConfig;
9725
+ mapping_config?: ConversationPbxTimeBasedMappingConfig;
9720
9726
  /**
9721
9727
  *
9722
9728
  * @type {string}
9723
9729
  * @memberof ConversationPbxTimeBased
9724
9730
  */
9725
- merchantId?: string;
9731
+ merchant_id?: string;
9726
9732
  /**
9727
9733
  *
9728
9734
  * @type {string}
9729
9735
  * @memberof ConversationPbxTimeBased
9730
9736
  */
9731
- timeBasedName?: string;
9737
+ time_based_name?: string;
9732
9738
  }
9733
9739
 
9734
9740
  /**
package/dist/api.d.ts CHANGED
@@ -2710,6 +2710,12 @@ export interface CartCheckout {
2710
2710
  * @memberof CartCheckout
2711
2711
  */
2712
2712
  comments?: string;
2713
+ /**
2714
+ * Current step of the checkout (read only)
2715
+ * @type {string}
2716
+ * @memberof CartCheckout
2717
+ */
2718
+ current_step?: string;
2713
2719
  /**
2714
2720
  * Custom field 1
2715
2721
  * @type {string}
@@ -9481,25 +9487,25 @@ export interface ConversationPbxTimeBased {
9481
9487
  * @type {string}
9482
9488
  * @memberof ConversationPbxTimeBased
9483
9489
  */
9484
- conversationPbxTimeBasedUuid?: string;
9490
+ conversation_pbx_time_based_uuid?: string;
9485
9491
  /**
9486
9492
  *
9487
9493
  * @type {ConversationPbxTimeBasedMappingConfig}
9488
9494
  * @memberof ConversationPbxTimeBased
9489
9495
  */
9490
- mappingConfig?: ConversationPbxTimeBasedMappingConfig;
9496
+ mapping_config?: ConversationPbxTimeBasedMappingConfig;
9491
9497
  /**
9492
9498
  *
9493
9499
  * @type {string}
9494
9500
  * @memberof ConversationPbxTimeBased
9495
9501
  */
9496
- merchantId?: string;
9502
+ merchant_id?: string;
9497
9503
  /**
9498
9504
  *
9499
9505
  * @type {string}
9500
9506
  * @memberof ConversationPbxTimeBased
9501
9507
  */
9502
- timeBasedName?: string;
9508
+ time_based_name?: string;
9503
9509
  }
9504
9510
  /**
9505
9511
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.198",
3
+ "version": "3.10.200",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [