@wix/auto_sdk_ecom_cart 1.0.119 → 1.0.121

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.
@@ -765,7 +765,6 @@ interface CatalogOverrideFields {
765
765
  savePaymentMethod?: boolean | null;
766
766
  /**
767
767
  * ID of the app managing the inventory.
768
- * @internal
769
768
  * @format GUID
770
769
  */
771
770
  inventoryAppId?: string | null;
@@ -885,9 +884,9 @@ interface PlatformFee {
885
884
  /**
886
885
  * Percentage rate charged as platform fee.
887
886
  *
888
- * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
887
+ * The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
889
888
  * @format DECIMAL_VALUE
890
- * @decimalValue options { gte:0, lte:1, maxScale:4 }
889
+ * @decimalValue options { gt:0, lte:1, maxScale:4 }
891
890
  */
892
891
  percentageRate?: string;
893
892
  }