ultracart_rest_api_v2_typescript 3.11.16 → 3.11.17

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.16
1
+ ## ultracart_rest_api_v2_typescript@3.11.17
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.16 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.11.17 --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.17 | 08/04/2025 | small changes to internal flow app to support loyalty tier moves |
57
58
  | 3.11.16 | 07/28/2025 | updated doc samples |
58
59
  | 3.11.15 | 07/28/2025 | new order methods for blocking and unblocking refunds |
59
60
  | 3.11.14 | 07/10/2025 | automation test |