ultracart_rest_api_v2_typescript 3.10.115 → 3.10.116
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 +6 -0
- package/dist/api.d.ts +6 -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.116
|
|
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.116 --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.116 | 02/10/2023 | convo - add storefront_host_name to search request |
|
|
57
58
|
| 3.10.115 | 02/07/2023 | convo - new event for when a customer joins a queue |
|
|
58
59
|
| 3.10.114 | 02/07/2023 | convo - new event for when a customer joins a queue |
|
|
59
60
|
| 3.10.113 | 02/06/2023 | convo - add conversation_arn to ConversationWebsocketMessage |
|
package/api.ts
CHANGED
|
@@ -27781,6 +27781,12 @@ export interface LookupRequest {
|
|
|
27781
27781
|
* @memberof LookupRequest
|
|
27782
27782
|
*/
|
|
27783
27783
|
max_hits?: number;
|
|
27784
|
+
/**
|
|
27785
|
+
*
|
|
27786
|
+
* @type {string}
|
|
27787
|
+
* @memberof LookupRequest
|
|
27788
|
+
*/
|
|
27789
|
+
storefront_host_name?: string;
|
|
27784
27790
|
/**
|
|
27785
27791
|
*
|
|
27786
27792
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -27186,6 +27186,12 @@ export interface LookupRequest {
|
|
|
27186
27186
|
* @memberof LookupRequest
|
|
27187
27187
|
*/
|
|
27188
27188
|
max_hits?: number;
|
|
27189
|
+
/**
|
|
27190
|
+
*
|
|
27191
|
+
* @type {string}
|
|
27192
|
+
* @memberof LookupRequest
|
|
27193
|
+
*/
|
|
27194
|
+
storefront_host_name?: string;
|
|
27189
27195
|
/**
|
|
27190
27196
|
*
|
|
27191
27197
|
* @type {number}
|