ultracart_rest_api_v2_typescript 3.11.66 → 3.11.67
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 +3 -2
- package/api.ts +13 -1
- package/dist/api.d.ts +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.11.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.11.67
|
|
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.11.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.11.67 --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.11.67 | 02/24/2026 | customer activity - sms and sms_stop fields added |
|
|
57
58
|
| 3.11.66 | 02/18/2026 | conversations - agent auth customer_profile flag |
|
|
58
59
|
| 3.11.65 | 02/16/2026 | item - include variant pricing in the response |
|
|
59
60
|
| 3.11.64 | 02/16/2026 | conversation - fix pbx call transcript segment speaker enum for leading space |
|
package/api.ts
CHANGED
|
@@ -18562,7 +18562,7 @@ export interface Customer {
|
|
|
18562
18562
|
*/
|
|
18563
18563
|
quotes_summary?: CustomerQuotesSummary;
|
|
18564
18564
|
/**
|
|
18565
|
-
* Referral Source
|
|
18565
|
+
* Referral Source specified on the wholesale customer signup form. No other meaning than that signup flow.
|
|
18566
18566
|
* @type {string}
|
|
18567
18567
|
* @memberof Customer
|
|
18568
18568
|
*/
|
|
@@ -18707,6 +18707,18 @@ export interface CustomerActivity {
|
|
|
18707
18707
|
* @memberof CustomerActivity
|
|
18708
18708
|
*/
|
|
18709
18709
|
properties_list?: Array<Property>;
|
|
18710
|
+
/**
|
|
18711
|
+
*
|
|
18712
|
+
* @type {string}
|
|
18713
|
+
* @memberof CustomerActivity
|
|
18714
|
+
*/
|
|
18715
|
+
sms?: string;
|
|
18716
|
+
/**
|
|
18717
|
+
*
|
|
18718
|
+
* @type {boolean}
|
|
18719
|
+
* @memberof CustomerActivity
|
|
18720
|
+
*/
|
|
18721
|
+
sms_stop?: boolean;
|
|
18710
18722
|
/**
|
|
18711
18723
|
*
|
|
18712
18724
|
* @type {boolean}
|
package/dist/api.d.ts
CHANGED
|
@@ -18121,7 +18121,7 @@ export interface Customer {
|
|
|
18121
18121
|
*/
|
|
18122
18122
|
quotes_summary?: CustomerQuotesSummary;
|
|
18123
18123
|
/**
|
|
18124
|
-
* Referral Source
|
|
18124
|
+
* Referral Source specified on the wholesale customer signup form. No other meaning than that signup flow.
|
|
18125
18125
|
* @type {string}
|
|
18126
18126
|
* @memberof Customer
|
|
18127
18127
|
*/
|
|
@@ -18265,6 +18265,18 @@ export interface CustomerActivity {
|
|
|
18265
18265
|
* @memberof CustomerActivity
|
|
18266
18266
|
*/
|
|
18267
18267
|
properties_list?: Array<Property>;
|
|
18268
|
+
/**
|
|
18269
|
+
*
|
|
18270
|
+
* @type {string}
|
|
18271
|
+
* @memberof CustomerActivity
|
|
18272
|
+
*/
|
|
18273
|
+
sms?: string;
|
|
18274
|
+
/**
|
|
18275
|
+
*
|
|
18276
|
+
* @type {boolean}
|
|
18277
|
+
* @memberof CustomerActivity
|
|
18278
|
+
*/
|
|
18279
|
+
sms_stop?: boolean;
|
|
18268
18280
|
/**
|
|
18269
18281
|
*
|
|
18270
18282
|
* @type {boolean}
|