ultracart_rest_api_v2_typescript 3.10.198 → 3.10.199

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.199
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.199 --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.199 | 05/13/2024 | conversation pbx - allow nullable day of week in time range |
57
58
  | 3.10.198 | 05/08/2024 | added echeck fields to channel partner order import |
58
59
  | 3.10.197 | 05/02/2024 | conversation - new method to load pbx audio usage |
59
60
  | 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}
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}
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.199",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [