ultracart_rest_api_v2_typescript 3.11.25 → 3.11.26
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 +1 -1
- package/dist/api.d.ts +1 -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.26
|
|
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.26 --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.26 | 10/20/2025 | conversation api bug fixes |
|
|
57
58
|
| 3.11.25 | 10/20/2025 | conversation api bug fix for bad url on agent profile kb upload |
|
|
58
59
|
| 3.11.24 | 10/20/2025 | new perm flag on conversation virtual agent capabilities |
|
|
59
60
|
| 3.11.23 | 10/14/2025 | CustomerApi.deleteWishlistItem bug fix for bad response type |
|
package/api.ts
CHANGED
|
@@ -8438,7 +8438,7 @@ export interface ConversationKnowledgeBaseDocumentUploadUrlResponse {
|
|
|
8438
8438
|
* @type {ConversationKnowledgeBaseDocumentUploadUrl}
|
|
8439
8439
|
* @memberof ConversationKnowledgeBaseDocumentUploadUrlResponse
|
|
8440
8440
|
*/
|
|
8441
|
-
|
|
8441
|
+
conversation_knowledge_base_document_upload_url?: ConversationKnowledgeBaseDocumentUploadUrl;
|
|
8442
8442
|
/**
|
|
8443
8443
|
*
|
|
8444
8444
|
* @type {ModelError}
|
package/dist/api.d.ts
CHANGED
|
@@ -8238,7 +8238,7 @@ export interface ConversationKnowledgeBaseDocumentUploadUrlResponse {
|
|
|
8238
8238
|
* @type {ConversationKnowledgeBaseDocumentUploadUrl}
|
|
8239
8239
|
* @memberof ConversationKnowledgeBaseDocumentUploadUrlResponse
|
|
8240
8240
|
*/
|
|
8241
|
-
|
|
8241
|
+
conversation_knowledge_base_document_upload_url?: ConversationKnowledgeBaseDocumentUploadUrl;
|
|
8242
8242
|
/**
|
|
8243
8243
|
*
|
|
8244
8244
|
* @type {ModelError}
|