ultracart_rest_api_v2_typescript 3.10.218 → 3.10.219

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.218
1
+ ## ultracart_rest_api_v2_typescript@3.10.219
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.218 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.219 --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.219 | 11/07/2024 | Coupon - PercentOffWithItemsQuantityPurchase - added support for tags |
57
58
  | 3.10.218 | 11/04/2024 | item - new constant for auto order schedule of every 5 months |
58
59
  | 3.10.217 | 10/24/2024 | storefront page attribute edit method |
59
60
  | 3.10.216 | 09/18/2024 | order payment constant for PayPal Fastlane |
package/api.ts CHANGED
@@ -13273,6 +13273,12 @@ export interface CouponPercentOffItemWithItemsQuantityPurchase {
13273
13273
  * @memberof CouponPercentOffItemWithItemsQuantityPurchase
13274
13274
  */
13275
13275
  discount_percent?: number;
13276
+ /**
13277
+ * An optional list of item tags which will receive a discount if one of the required purchased items is purchased.
13278
+ * @type {Array<string>}
13279
+ * @memberof CouponPercentOffItemWithItemsQuantityPurchase
13280
+ */
13281
+ item_tags?: Array<string>;
13276
13282
  /**
13277
13283
  * A list of items which will receive a discount if one of the required purchase items is purchased.
13278
13284
  * @type {Array<string>}
@@ -13291,6 +13297,12 @@ export interface CouponPercentOffItemWithItemsQuantityPurchase {
13291
13297
  * @memberof CouponPercentOffItemWithItemsQuantityPurchase
13292
13298
  */
13293
13299
  required_purchase_items?: Array<string>;
13300
+ /**
13301
+ * Required item tags (at least one from the list) that must be purchase for coupon to be valid.
13302
+ * @type {Array<string>}
13303
+ * @memberof CouponPercentOffItemWithItemsQuantityPurchase
13304
+ */
13305
+ required_purchase_items_tags?: Array<string>;
13294
13306
  /**
13295
13307
  * The quantity of items that must be purchased for the discount to be applied.
13296
13308
  * @type {number}
package/dist/api.d.ts CHANGED
@@ -12955,6 +12955,12 @@ export interface CouponPercentOffItemWithItemsQuantityPurchase {
12955
12955
  * @memberof CouponPercentOffItemWithItemsQuantityPurchase
12956
12956
  */
12957
12957
  discount_percent?: number;
12958
+ /**
12959
+ * An optional list of item tags which will receive a discount if one of the required purchased items is purchased.
12960
+ * @type {Array<string>}
12961
+ * @memberof CouponPercentOffItemWithItemsQuantityPurchase
12962
+ */
12963
+ item_tags?: Array<string>;
12958
12964
  /**
12959
12965
  * A list of items which will receive a discount if one of the required purchase items is purchased.
12960
12966
  * @type {Array<string>}
@@ -12973,6 +12979,12 @@ export interface CouponPercentOffItemWithItemsQuantityPurchase {
12973
12979
  * @memberof CouponPercentOffItemWithItemsQuantityPurchase
12974
12980
  */
12975
12981
  required_purchase_items?: Array<string>;
12982
+ /**
12983
+ * Required item tags (at least one from the list) that must be purchase for coupon to be valid.
12984
+ * @type {Array<string>}
12985
+ * @memberof CouponPercentOffItemWithItemsQuantityPurchase
12986
+ */
12987
+ required_purchase_items_tags?: Array<string>;
12976
12988
  /**
12977
12989
  * The quantity of items that must be purchased for the discount to be applied.
12978
12990
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.218",
3
+ "version": "3.10.219",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [