ultracart_rest_api_v2_typescript 3.11.24 → 3.11.25

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.11.24
1
+ ## ultracart_rest_api_v2_typescript@3.11.25
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.24 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.11.25 --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.25 | 10/20/2025 | conversation api bug fix for bad url on agent profile kb upload |
57
58
  | 3.11.24 | 10/20/2025 | new perm flag on conversation virtual agent capabilities |
58
59
  | 3.11.23 | 10/14/2025 | CustomerApi.deleteWishlistItem bug fix for bad response type |
59
60
  | 3.11.22 | 10/06/2025 | added Customer.fax back into object model |
package/api.ts CHANGED
@@ -54108,7 +54108,7 @@ export const ConversationApiFetchParamCreator = function (configuration?: Config
54108
54108
  if (extension === null || extension === undefined) {
54109
54109
  throw new RequiredError('extension','Required parameter extension was null or undefined when calling getConversationKnowledgeBaseDocumentUploadUrl.');
54110
54110
  }
54111
- const localVarPath = `/conversation//rest/v2/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}`
54111
+ const localVarPath = `/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}`
54112
54112
  .replace(`{${"user_id"}}`, encodeURIComponent(String(user_id)))
54113
54113
  .replace(`{${"extension"}}`, encodeURIComponent(String(extension)));
54114
54114
  const localVarUrlObj = url.parse(localVarPath, true);
package/dist/api.js CHANGED
@@ -8075,7 +8075,7 @@ var ConversationApiFetchParamCreator = function (configuration) {
8075
8075
  if (extension === null || extension === undefined) {
8076
8076
  throw new RequiredError('extension', 'Required parameter extension was null or undefined when calling getConversationKnowledgeBaseDocumentUploadUrl.');
8077
8077
  }
8078
- var localVarPath = "/conversation//rest/v2/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}"
8078
+ var localVarPath = "/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}"
8079
8079
  .replace("{".concat("user_id", "}"), encodeURIComponent(String(user_id)))
8080
8080
  .replace("{".concat("extension", "}"), encodeURIComponent(String(extension)));
8081
8081
  var localVarUrlObj = url.parse(localVarPath, true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.11.24",
3
+ "version": "3.11.25",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [