ultracart_rest_api_v2_typescript 3.10.104 → 3.10.105

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.10.104
1
+ ## ultracart_rest_api_v2_typescript@3.10.105
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.10.104 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.105 --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.10.105 | 01/24/2023 | auto order - cancel minimum and change balance options |
57
58
  | 3.10.104 | 01/23/2023 | conversation - method to fetch single engagement record |
58
59
  | 3.10.103 | 01/19/2023 | added skip_on_rebill field to coupon object |
59
60
  | 3.10.102 | 01/19/2023 | convo - getConversationPermissions added |
package/api.ts CHANGED
@@ -22387,6 +22387,12 @@ export interface ItemAutoOrder {
22387
22387
  * @memberof ItemAutoOrder
22388
22388
  */
22389
22389
  auth_test_amount?: number;
22390
+ /**
22391
+ * If true, the cost of the cancel item will be the remaining balance of the minimum rebill or lifetime value
22392
+ * @type {boolean}
22393
+ * @memberof ItemAutoOrder
22394
+ */
22395
+ auto_order_cancel_charge_minimum_balance?: boolean;
22390
22396
  /**
22391
22397
  * Item id to attempt charging the customer for if they cancel
22392
22398
  * @type {string}
@@ -22399,6 +22405,18 @@ export interface ItemAutoOrder {
22399
22405
  * @memberof ItemAutoOrder
22400
22406
  */
22401
22407
  auto_order_cancel_item_oid?: number;
22408
+ /**
22409
+ * The minimum life time value that must be paid in order to not be charged the cancellation item.
22410
+ * @type {number}
22411
+ * @memberof ItemAutoOrder
22412
+ */
22413
+ auto_order_cancel_minimum_life_time_value?: number;
22414
+ /**
22415
+ * The minimum rebill value that must be paid in order to not be charged the cancellation item.
22416
+ * @type {number}
22417
+ * @memberof ItemAutoOrder
22418
+ */
22419
+ auto_order_cancel_minimum_rebill_value?: number;
22402
22420
  /**
22403
22421
  * List of downgrade items presented to customer service representatives
22404
22422
  * @type {Array<string>}
package/dist/api.d.ts CHANGED
@@ -21900,6 +21900,12 @@ export interface ItemAutoOrder {
21900
21900
  * @memberof ItemAutoOrder
21901
21901
  */
21902
21902
  auth_test_amount?: number;
21903
+ /**
21904
+ * If true, the cost of the cancel item will be the remaining balance of the minimum rebill or lifetime value
21905
+ * @type {boolean}
21906
+ * @memberof ItemAutoOrder
21907
+ */
21908
+ auto_order_cancel_charge_minimum_balance?: boolean;
21903
21909
  /**
21904
21910
  * Item id to attempt charging the customer for if they cancel
21905
21911
  * @type {string}
@@ -21912,6 +21918,18 @@ export interface ItemAutoOrder {
21912
21918
  * @memberof ItemAutoOrder
21913
21919
  */
21914
21920
  auto_order_cancel_item_oid?: number;
21921
+ /**
21922
+ * The minimum life time value that must be paid in order to not be charged the cancellation item.
21923
+ * @type {number}
21924
+ * @memberof ItemAutoOrder
21925
+ */
21926
+ auto_order_cancel_minimum_life_time_value?: number;
21927
+ /**
21928
+ * The minimum rebill value that must be paid in order to not be charged the cancellation item.
21929
+ * @type {number}
21930
+ * @memberof ItemAutoOrder
21931
+ */
21932
+ auto_order_cancel_minimum_rebill_value?: number;
21915
21933
  /**
21916
21934
  * List of downgrade items presented to customer service representatives
21917
21935
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.104",
3
+ "version": "3.10.105",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [