ultracart_rest_api_v2_typescript 4.1.13 → 4.1.14

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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # UltraCart Typescript SDK
2
- ## ultracart_rest_api_v2_typescript@4.1.13
2
+ ## ultracart_rest_api_v2_typescript@4.1.14
3
3
 
4
4
  Every API method call has a sample for every language SDK. See https://github.com/UltraCart/sdk_samples
5
5
 
6
6
  Installation
7
7
 
8
8
  ```
9
- npm install ultracart_rest_api_v2_typescript@4.1.13 --save
9
+ npm install ultracart_rest_api_v2_typescript@4.1.14 --save
10
10
  ```
11
11
 
12
12
  ```typescript
@@ -72,7 +72,9 @@ export class GetOrder {
72
72
  // // Do something with the order
73
73
  // }
74
74
  // });
75
- ```\n\n
75
+ ```
76
+
77
+ \n\n
76
78
  ```
77
79
  \n\n
78
80
 
@@ -83,6 +85,7 @@ Not every change is committed to every SDK.
83
85
 
84
86
  | Version | Date | Comments |
85
87
  | --: | :-: | --- |
88
+ | 4.1.14 | 07/10/2025 | automation test |
86
89
  | 4.1.13 | 05/20/2025 | conversation - virtual agent flag and virtual agent cost |
87
90
  | 4.1.12 | 05/19/2025 | conversations - AI agent capabilities method |
88
91
  | 4.1.11 | 05/19/2025 | conversations - virtual AI budgets |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "4.1.13",
3
+ "version": "4.1.14",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "repository": {