@wix/auto_sdk_ecom_draft-orders 1.0.176 → 1.0.177
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -5
- package/build/internal/cjs/meta.d.ts +5 -5
- package/build/internal/es/index.typings.d.mts +5 -5
- package/build/internal/es/meta.d.mts +5 -5
- package/package.json +2 -2
|
@@ -1826,7 +1826,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
|
|
|
1826
1826
|
* Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
|
|
1827
1827
|
* @internal
|
|
1828
1828
|
* @format DECIMAL_VALUE
|
|
1829
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
1829
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
1830
1830
|
*/
|
|
1831
1831
|
percentage?: string | null;
|
|
1832
1832
|
/**
|
|
@@ -2727,9 +2727,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
|
|
|
2727
2727
|
/** Amount to discount from the line item price. */
|
|
2728
2728
|
priceAmount?: Price;
|
|
2729
2729
|
/**
|
|
2730
|
-
* Percentage to discount from the line item price.
|
|
2730
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2731
2731
|
* @format DECIMAL_VALUE
|
|
2732
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2732
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2733
2733
|
*/
|
|
2734
2734
|
percentage?: string | null;
|
|
2735
2735
|
/** Discount type. */
|
|
@@ -2780,9 +2780,9 @@ interface DiscountOptionDiscountAmountOneOf {
|
|
|
2780
2780
|
/** Amount to discount from the line item price. */
|
|
2781
2781
|
priceAmount?: Price;
|
|
2782
2782
|
/**
|
|
2783
|
-
* Percentage to discount from the line item price.
|
|
2783
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2784
2784
|
* @format DECIMAL_VALUE
|
|
2785
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2785
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2786
2786
|
*/
|
|
2787
2787
|
percentage?: string | null;
|
|
2788
2788
|
}
|
|
@@ -1867,7 +1867,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
|
|
|
1867
1867
|
* Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
|
|
1868
1868
|
* @internal
|
|
1869
1869
|
* @format DECIMAL_VALUE
|
|
1870
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
1870
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
1871
1871
|
*/
|
|
1872
1872
|
percentage?: string | null;
|
|
1873
1873
|
/**
|
|
@@ -2774,9 +2774,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
|
|
|
2774
2774
|
/** Amount to discount from the line item price. */
|
|
2775
2775
|
priceAmount?: Price;
|
|
2776
2776
|
/**
|
|
2777
|
-
* Percentage to discount from the line item price.
|
|
2777
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2778
2778
|
* @format DECIMAL_VALUE
|
|
2779
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2779
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2780
2780
|
*/
|
|
2781
2781
|
percentage?: string | null;
|
|
2782
2782
|
/** Discount type. */
|
|
@@ -2827,9 +2827,9 @@ interface DiscountOptionDiscountAmountOneOf {
|
|
|
2827
2827
|
/** Amount to discount from the line item price. */
|
|
2828
2828
|
priceAmount?: Price;
|
|
2829
2829
|
/**
|
|
2830
|
-
* Percentage to discount from the line item price.
|
|
2830
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2831
2831
|
* @format DECIMAL_VALUE
|
|
2832
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2832
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2833
2833
|
*/
|
|
2834
2834
|
percentage?: string | null;
|
|
2835
2835
|
}
|
|
@@ -1826,7 +1826,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
|
|
|
1826
1826
|
* Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
|
|
1827
1827
|
* @internal
|
|
1828
1828
|
* @format DECIMAL_VALUE
|
|
1829
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
1829
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
1830
1830
|
*/
|
|
1831
1831
|
percentage?: string | null;
|
|
1832
1832
|
/**
|
|
@@ -2727,9 +2727,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
|
|
|
2727
2727
|
/** Amount to discount from the line item price. */
|
|
2728
2728
|
priceAmount?: Price;
|
|
2729
2729
|
/**
|
|
2730
|
-
* Percentage to discount from the line item price.
|
|
2730
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2731
2731
|
* @format DECIMAL_VALUE
|
|
2732
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2732
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2733
2733
|
*/
|
|
2734
2734
|
percentage?: string | null;
|
|
2735
2735
|
/** Discount type. */
|
|
@@ -2780,9 +2780,9 @@ interface DiscountOptionDiscountAmountOneOf {
|
|
|
2780
2780
|
/** Amount to discount from the line item price. */
|
|
2781
2781
|
priceAmount?: Price;
|
|
2782
2782
|
/**
|
|
2783
|
-
* Percentage to discount from the line item price.
|
|
2783
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2784
2784
|
* @format DECIMAL_VALUE
|
|
2785
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2785
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2786
2786
|
*/
|
|
2787
2787
|
percentage?: string | null;
|
|
2788
2788
|
}
|
|
@@ -1867,7 +1867,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
|
|
|
1867
1867
|
* Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
|
|
1868
1868
|
* @internal
|
|
1869
1869
|
* @format DECIMAL_VALUE
|
|
1870
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
1870
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
1871
1871
|
*/
|
|
1872
1872
|
percentage?: string | null;
|
|
1873
1873
|
/**
|
|
@@ -2774,9 +2774,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
|
|
|
2774
2774
|
/** Amount to discount from the line item price. */
|
|
2775
2775
|
priceAmount?: Price;
|
|
2776
2776
|
/**
|
|
2777
|
-
* Percentage to discount from the line item price.
|
|
2777
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2778
2778
|
* @format DECIMAL_VALUE
|
|
2779
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2779
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2780
2780
|
*/
|
|
2781
2781
|
percentage?: string | null;
|
|
2782
2782
|
/** Discount type. */
|
|
@@ -2827,9 +2827,9 @@ interface DiscountOptionDiscountAmountOneOf {
|
|
|
2827
2827
|
/** Amount to discount from the line item price. */
|
|
2828
2828
|
priceAmount?: Price;
|
|
2829
2829
|
/**
|
|
2830
|
-
* Percentage to discount from the line item price.
|
|
2830
|
+
* Percentage to discount from the line item price. For example, `"12"` for a 12% discount, or `"0.12"` for 0.12%.
|
|
2831
2831
|
* @format DECIMAL_VALUE
|
|
2832
|
-
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
2832
|
+
* @decimalValue options { gte:0.01, lte:100, maxScale:2 }
|
|
2833
2833
|
*/
|
|
2834
2834
|
percentage?: string | null;
|
|
2835
2835
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_draft-orders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.177",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.ecom.v1.draft_order"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "822e5898330530e8afc47b441baef41f6a2b1a814fa3cc2db563c886"
|
|
54
54
|
}
|