ultracart_rest_api_v2_typescript 4.1.117 → 4.1.118

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 +3 -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.117
2
+ ## ultracart_rest_api_v2_typescript@4.1.118
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.117 --save
9
+ npm install ultracart_rest_api_v2_typescript@4.1.118 --save
10
10
  ```
11
11
 
12
12
  ```typescript
@@ -85,6 +85,7 @@ Not every change is committed to every SDK.
85
85
 
86
86
  | Version | Date | Comments |
87
87
  | --: | :-: | --- |
88
+ | 4.1.118 | 07/14/2026 | affiliate - send welcome letter method |
88
89
  | 4.1.117 | 07/14/2026 | conversation - join method resolve_only flag added |
89
90
  | 4.1.116 | 07/10/2026 | customer - method to search quickbooks online customers |
90
91
  | 4.1.115 | 07/10/2026 | customer profile birthday |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "4.1.117",
3
+ "version": "4.1.118",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "repository": {