ultracart_rest_api_v2_typescript 4.1.59 → 4.1.62

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 +5 -2
  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.59
2
+ ## ultracart_rest_api_v2_typescript@4.1.62
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.59 --save
9
+ npm install ultracart_rest_api_v2_typescript@4.1.62 --save
10
10
  ```
11
11
 
12
12
  ```typescript
@@ -85,6 +85,9 @@ Not every change is committed to every SDK.
85
85
 
86
86
  | Version | Date | Comments |
87
87
  | --: | :-: | --- |
88
+ | 4.1.62 | 02/12/2026 | build automation run, no code changes |
89
+ | 4.1.61 | 02/12/2026 | order - methods to release held orders |
90
+ | 4.1.60 | 02/12/2026 | auto order - properties, item add-ons, and item properties |
88
91
  | 4.1.59 | 02/10/2026 | conversations - new method to look up an item with sparse variations |
89
92
  | 4.1.58 | 02/10/2026 | conversations - new method to look up an item with sparse variations. |
90
93
  | 4.1.57 | 02/03/2026 | conversations - pbx class of service objects and endpoints |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "4.1.59",
3
+ "version": "4.1.62",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "repository": {