@wix/auto_sdk_ecom_draft-orders 1.0.175 → 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.
@@ -931,10 +931,7 @@ interface SubscriptionInfo {
931
931
  * @internal
932
932
  */
933
933
  description?: SubscriptionDescription;
934
- /**
935
- * Subscription detailed information.
936
- * @immutable
937
- */
934
+ /** Subscription detailed information. */
938
935
  subscriptionSettings?: SubscriptionSettings;
939
936
  /**
940
937
  * Description of the charges that will be applied for subscription.
@@ -1829,7 +1826,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
1829
1826
  * Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
1830
1827
  * @internal
1831
1828
  * @format DECIMAL_VALUE
1832
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
1829
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
1833
1830
  */
1834
1831
  percentage?: string | null;
1835
1832
  /**
@@ -2730,9 +2727,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
2730
2727
  /** Amount to discount from the line item price. */
2731
2728
  priceAmount?: Price;
2732
2729
  /**
2733
- * 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%.
2734
2731
  * @format DECIMAL_VALUE
2735
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2732
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2736
2733
  */
2737
2734
  percentage?: string | null;
2738
2735
  /** Discount type. */
@@ -2783,9 +2780,9 @@ interface DiscountOptionDiscountAmountOneOf {
2783
2780
  /** Amount to discount from the line item price. */
2784
2781
  priceAmount?: Price;
2785
2782
  /**
2786
- * 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%.
2787
2784
  * @format DECIMAL_VALUE
2788
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2785
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2789
2786
  */
2790
2787
  percentage?: string | null;
2791
2788
  }
@@ -972,10 +972,7 @@ interface SubscriptionInfo {
972
972
  * @internal
973
973
  */
974
974
  description?: SubscriptionDescription;
975
- /**
976
- * Subscription detailed information.
977
- * @immutable
978
- */
975
+ /** Subscription detailed information. */
979
976
  subscriptionSettings?: SubscriptionSettings;
980
977
  /**
981
978
  * Description of the charges that will be applied for subscription.
@@ -1870,7 +1867,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
1870
1867
  * Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
1871
1868
  * @internal
1872
1869
  * @format DECIMAL_VALUE
1873
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
1870
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
1874
1871
  */
1875
1872
  percentage?: string | null;
1876
1873
  /**
@@ -2777,9 +2774,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
2777
2774
  /** Amount to discount from the line item price. */
2778
2775
  priceAmount?: Price;
2779
2776
  /**
2780
- * 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%.
2781
2778
  * @format DECIMAL_VALUE
2782
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2779
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2783
2780
  */
2784
2781
  percentage?: string | null;
2785
2782
  /** Discount type. */
@@ -2830,9 +2827,9 @@ interface DiscountOptionDiscountAmountOneOf {
2830
2827
  /** Amount to discount from the line item price. */
2831
2828
  priceAmount?: Price;
2832
2829
  /**
2833
- * 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%.
2834
2831
  * @format DECIMAL_VALUE
2835
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2832
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2836
2833
  */
2837
2834
  percentage?: string | null;
2838
2835
  }
@@ -931,10 +931,7 @@ interface SubscriptionInfo {
931
931
  * @internal
932
932
  */
933
933
  description?: SubscriptionDescription;
934
- /**
935
- * Subscription detailed information.
936
- * @immutable
937
- */
934
+ /** Subscription detailed information. */
938
935
  subscriptionSettings?: SubscriptionSettings;
939
936
  /**
940
937
  * Description of the charges that will be applied for subscription.
@@ -1829,7 +1826,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
1829
1826
  * Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
1830
1827
  * @internal
1831
1828
  * @format DECIMAL_VALUE
1832
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
1829
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
1833
1830
  */
1834
1831
  percentage?: string | null;
1835
1832
  /**
@@ -2730,9 +2727,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
2730
2727
  /** Amount to discount from the line item price. */
2731
2728
  priceAmount?: Price;
2732
2729
  /**
2733
- * 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%.
2734
2731
  * @format DECIMAL_VALUE
2735
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2732
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2736
2733
  */
2737
2734
  percentage?: string | null;
2738
2735
  /** Discount type. */
@@ -2783,9 +2780,9 @@ interface DiscountOptionDiscountAmountOneOf {
2783
2780
  /** Amount to discount from the line item price. */
2784
2781
  priceAmount?: Price;
2785
2782
  /**
2786
- * 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%.
2787
2784
  * @format DECIMAL_VALUE
2788
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2785
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2789
2786
  */
2790
2787
  percentage?: string | null;
2791
2788
  }
@@ -972,10 +972,7 @@ interface SubscriptionInfo {
972
972
  * @internal
973
973
  */
974
974
  description?: SubscriptionDescription;
975
- /**
976
- * Subscription detailed information.
977
- * @immutable
978
- */
975
+ /** Subscription detailed information. */
979
976
  subscriptionSettings?: SubscriptionSettings;
980
977
  /**
981
978
  * Description of the charges that will be applied for subscription.
@@ -1870,7 +1867,7 @@ interface MerchantDiscount extends MerchantDiscountMerchantDiscountReasonOneOf {
1870
1867
  * Discount as a percentage of the original price. For example, `10.5` for a 10.5% discount.
1871
1868
  * @internal
1872
1869
  * @format DECIMAL_VALUE
1873
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
1870
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
1874
1871
  */
1875
1872
  percentage?: string | null;
1876
1873
  /**
@@ -2777,9 +2774,9 @@ interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
2777
2774
  /** Amount to discount from the line item price. */
2778
2775
  priceAmount?: Price;
2779
2776
  /**
2780
- * 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%.
2781
2778
  * @format DECIMAL_VALUE
2782
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2779
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2783
2780
  */
2784
2781
  percentage?: string | null;
2785
2782
  /** Discount type. */
@@ -2830,9 +2827,9 @@ interface DiscountOptionDiscountAmountOneOf {
2830
2827
  /** Amount to discount from the line item price. */
2831
2828
  priceAmount?: Price;
2832
2829
  /**
2833
- * 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%.
2834
2831
  * @format DECIMAL_VALUE
2835
- * @decimalValue options { gte:0, lte:100, maxScale:2 }
2832
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
2836
2833
  */
2837
2834
  percentage?: string | null;
2838
2835
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_draft-orders",
3
- "version": "1.0.175",
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": "3b22290a7a0fa1078ad1d928bb0e147b9ec30405dfc7ce2787a6a42e"
53
+ "falconPackageHash": "822e5898330530e8afc47b441baef41f6a2b1a814fa3cc2db563c886"
54
54
  }