ultracart_rest_api_v2_typescript 3.11.44 → 3.11.45

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.44
1
+ ## ultracart_rest_api_v2_typescript@3.11.45
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.44 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.11.45 --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.45 | 01/26/2026 | added multimedia file size to ItemContentMultimedia object |
57
58
  | 3.11.44 | 01/26/2026 | conversations - ConversationDepartmentMember expose a flag for if the agent is AI |
58
59
  | 3.11.43 | 01/14/2026 | coupons - generate one time coupons prefix support (optional) |
59
60
  | 3.11.42 | 01/13/2026 | conversations - pbx methods for phone number purchasing |
package/api.ts CHANGED
@@ -29011,6 +29011,12 @@ export interface ItemContentMultimedia {
29011
29011
  * @memberof ItemContentMultimedia
29012
29012
  */
29013
29013
  placeholder?: boolean;
29014
+ /**
29015
+ * Size of the file in bytes if known
29016
+ * @type {number}
29017
+ * @memberof ItemContentMultimedia
29018
+ */
29019
+ size?: number;
29014
29020
  /**
29015
29021
  * Temporary multimedia object identifier assigned if uploading new multimedia
29016
29022
  * @type {number}
package/dist/api.d.ts CHANGED
@@ -28382,6 +28382,12 @@ export interface ItemContentMultimedia {
28382
28382
  * @memberof ItemContentMultimedia
28383
28383
  */
28384
28384
  placeholder?: boolean;
28385
+ /**
28386
+ * Size of the file in bytes if known
28387
+ * @type {number}
28388
+ * @memberof ItemContentMultimedia
28389
+ */
28390
+ size?: number;
28385
28391
  /**
28386
28392
  * Temporary multimedia object identifier assigned if uploading new multimedia
28387
28393
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.11.44",
3
+ "version": "3.11.45",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [