ultracart_rest_api_v2_typescript 3.11.63 → 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 +4 -2
- package/api.ts +13 -1
- package/dist/api.d.ts +12 -0
- package/dist/api.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.11.
|
|
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.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.11.65 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -54,6 +54,8 @@ 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 |
|
|
58
|
+
| 3.11.64 | 02/16/2026 | conversation - fix pbx call transcript segment speaker enum for leading space |
|
|
57
59
|
| 3.11.63 | 02/12/2026 | build automation issue |
|
|
58
60
|
| 3.11.62 | 02/12/2026 | build automation run, no code changes |
|
|
59
61
|
| 3.11.61 | 02/12/2026 | order - methods to release held orders |
|
package/api.ts
CHANGED
|
@@ -11239,7 +11239,7 @@ export namespace ConversationPbxCallTranscriptSegment {
|
|
|
11239
11239
|
*/
|
|
11240
11240
|
export enum SpeakerEnum {
|
|
11241
11241
|
Customer = <any> 'customer',
|
|
11242
|
-
Agent = <any> '
|
|
11242
|
+
Agent = <any> 'agent'
|
|
11243
11243
|
}
|
|
11244
11244
|
}
|
|
11245
11245
|
|
|
@@ -34778,6 +34778,12 @@ export interface ItemVariantItem {
|
|
|
34778
34778
|
* @memberof ItemVariantItem
|
|
34779
34779
|
*/
|
|
34780
34780
|
merchant_item_multimedia_oid?: number;
|
|
34781
|
+
/**
|
|
34782
|
+
*
|
|
34783
|
+
* @type {ItemContentMultimedia}
|
|
34784
|
+
* @memberof ItemVariantItem
|
|
34785
|
+
*/
|
|
34786
|
+
variant_default_multimedia?: ItemContentMultimedia;
|
|
34781
34787
|
/**
|
|
34782
34788
|
* Variant item id
|
|
34783
34789
|
* @type {string}
|
|
@@ -34790,6 +34796,12 @@ export interface ItemVariantItem {
|
|
|
34790
34796
|
* @memberof ItemVariantItem
|
|
34791
34797
|
*/
|
|
34792
34798
|
variant_merchant_item_oid?: number;
|
|
34799
|
+
/**
|
|
34800
|
+
*
|
|
34801
|
+
* @type {ItemPricing}
|
|
34802
|
+
* @memberof ItemVariantItem
|
|
34803
|
+
*/
|
|
34804
|
+
variant_pricing?: ItemPricing;
|
|
34793
34805
|
/**
|
|
34794
34806
|
* Variation options
|
|
34795
34807
|
* @type {Array<string>}
|
package/dist/api.d.ts
CHANGED
|
@@ -34036,6 +34036,12 @@ export interface ItemVariantItem {
|
|
|
34036
34036
|
* @memberof ItemVariantItem
|
|
34037
34037
|
*/
|
|
34038
34038
|
merchant_item_multimedia_oid?: number;
|
|
34039
|
+
/**
|
|
34040
|
+
*
|
|
34041
|
+
* @type {ItemContentMultimedia}
|
|
34042
|
+
* @memberof ItemVariantItem
|
|
34043
|
+
*/
|
|
34044
|
+
variant_default_multimedia?: ItemContentMultimedia;
|
|
34039
34045
|
/**
|
|
34040
34046
|
* Variant item id
|
|
34041
34047
|
* @type {string}
|
|
@@ -34048,6 +34054,12 @@ export interface ItemVariantItem {
|
|
|
34048
34054
|
* @memberof ItemVariantItem
|
|
34049
34055
|
*/
|
|
34050
34056
|
variant_merchant_item_oid?: number;
|
|
34057
|
+
/**
|
|
34058
|
+
*
|
|
34059
|
+
* @type {ItemPricing}
|
|
34060
|
+
* @memberof ItemVariantItem
|
|
34061
|
+
*/
|
|
34062
|
+
variant_pricing?: ItemPricing;
|
|
34051
34063
|
/**
|
|
34052
34064
|
* Variation options
|
|
34053
34065
|
* @type {Array<string>}
|
package/dist/api.js
CHANGED
|
@@ -687,7 +687,7 @@ var ConversationPbxCallTranscriptSegment;
|
|
|
687
687
|
var SpeakerEnum;
|
|
688
688
|
(function (SpeakerEnum) {
|
|
689
689
|
SpeakerEnum[SpeakerEnum["Customer"] = 'customer'] = "Customer";
|
|
690
|
-
SpeakerEnum[SpeakerEnum["Agent"] = '
|
|
690
|
+
SpeakerEnum[SpeakerEnum["Agent"] = 'agent'] = "Agent";
|
|
691
691
|
})(SpeakerEnum = ConversationPbxCallTranscriptSegment.SpeakerEnum || (ConversationPbxCallTranscriptSegment.SpeakerEnum = {}));
|
|
692
692
|
})(ConversationPbxCallTranscriptSegment = exports.ConversationPbxCallTranscriptSegment || (exports.ConversationPbxCallTranscriptSegment = {}));
|
|
693
693
|
/**
|