ultracart_rest_api_v2_typescript 3.11.64 → 3.11.65

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.64
1
+ ## ultracart_rest_api_v2_typescript@3.11.65
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.64 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.11.65 --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.65 | 02/16/2026 | item - include variant pricing in the response |
57
58
  | 3.11.64 | 02/16/2026 | conversation - fix pbx call transcript segment speaker enum for leading space |
58
59
  | 3.11.63 | 02/12/2026 | build automation issue |
59
60
  | 3.11.62 | 02/12/2026 | build automation run, no code changes |
package/api.ts CHANGED
@@ -34796,6 +34796,12 @@ export interface ItemVariantItem {
34796
34796
  * @memberof ItemVariantItem
34797
34797
  */
34798
34798
  variant_merchant_item_oid?: number;
34799
+ /**
34800
+ *
34801
+ * @type {ItemPricing}
34802
+ * @memberof ItemVariantItem
34803
+ */
34804
+ variant_pricing?: ItemPricing;
34799
34805
  /**
34800
34806
  * Variation options
34801
34807
  * @type {Array<string>}
package/dist/api.d.ts CHANGED
@@ -34054,6 +34054,12 @@ export interface ItemVariantItem {
34054
34054
  * @memberof ItemVariantItem
34055
34055
  */
34056
34056
  variant_merchant_item_oid?: number;
34057
+ /**
34058
+ *
34059
+ * @type {ItemPricing}
34060
+ * @memberof ItemVariantItem
34061
+ */
34062
+ variant_pricing?: ItemPricing;
34057
34063
  /**
34058
34064
  * Variation options
34059
34065
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.11.64",
3
+ "version": "3.11.65",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [