ultracart_rest_api_v2_typescript 3.10.73 → 3.10.74
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 +12 -0
- package/dist/api.d.ts +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.10.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.10.74
|
|
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.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.10.74 --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.74 | 12/02/2022 | conversations - customer last unresponded dts |
|
|
57
58
|
| 3.10.73 | 11/30/2022 | conversations - add order and auto order information to webchat context |
|
|
58
59
|
| 3.10.72 | 11/30/2022 | order item - addl fields for linking kits to kit components |
|
|
59
60
|
| 3.10.71 | 11/29/2022 | converstation marked convo read method |
|
package/api.ts
CHANGED
|
@@ -6313,6 +6313,12 @@ export interface Conversation {
|
|
|
6313
6313
|
* @memberof Conversation
|
|
6314
6314
|
*/
|
|
6315
6315
|
conversation_uuid?: string;
|
|
6316
|
+
/**
|
|
6317
|
+
* Date/time of the first customer message that is unresponded to.
|
|
6318
|
+
* @type {string}
|
|
6319
|
+
* @memberof Conversation
|
|
6320
|
+
*/
|
|
6321
|
+
customer_first_message_unresponded_to_dts?: string;
|
|
6316
6322
|
/**
|
|
6317
6323
|
*
|
|
6318
6324
|
* @type {string}
|
|
@@ -7116,6 +7122,12 @@ export interface ConversationSummary {
|
|
|
7116
7122
|
* @memberof ConversationSummary
|
|
7117
7123
|
*/
|
|
7118
7124
|
conversation_uuid?: string;
|
|
7125
|
+
/**
|
|
7126
|
+
* Date/time of the first customer message that is unresponded to.
|
|
7127
|
+
* @type {string}
|
|
7128
|
+
* @memberof ConversationSummary
|
|
7129
|
+
*/
|
|
7130
|
+
customer_first_message_unresponded_to_dts?: string;
|
|
7119
7131
|
/**
|
|
7120
7132
|
*
|
|
7121
7133
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -6166,6 +6166,12 @@ export interface Conversation {
|
|
|
6166
6166
|
* @memberof Conversation
|
|
6167
6167
|
*/
|
|
6168
6168
|
conversation_uuid?: string;
|
|
6169
|
+
/**
|
|
6170
|
+
* Date/time of the first customer message that is unresponded to.
|
|
6171
|
+
* @type {string}
|
|
6172
|
+
* @memberof Conversation
|
|
6173
|
+
*/
|
|
6174
|
+
customer_first_message_unresponded_to_dts?: string;
|
|
6169
6175
|
/**
|
|
6170
6176
|
*
|
|
6171
6177
|
* @type {string}
|
|
@@ -6946,6 +6952,12 @@ export interface ConversationSummary {
|
|
|
6946
6952
|
* @memberof ConversationSummary
|
|
6947
6953
|
*/
|
|
6948
6954
|
conversation_uuid?: string;
|
|
6955
|
+
/**
|
|
6956
|
+
* Date/time of the first customer message that is unresponded to.
|
|
6957
|
+
* @type {string}
|
|
6958
|
+
* @memberof ConversationSummary
|
|
6959
|
+
*/
|
|
6960
|
+
customer_first_message_unresponded_to_dts?: string;
|
|
6949
6961
|
/**
|
|
6950
6962
|
*
|
|
6951
6963
|
* @type {string}
|