@wix/auto_sdk_ecom_checkout 1.0.116 → 1.0.118

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.
@@ -976,7 +976,6 @@ interface CatalogOverrideFields {
976
976
  savePaymentMethod?: boolean | null;
977
977
  /**
978
978
  * ID of the app managing the inventory.
979
- * @internal
980
979
  * @format GUID
981
980
  */
982
981
  inventoryAppId?: string | null;
@@ -1096,9 +1095,9 @@ interface PlatformFee {
1096
1095
  /**
1097
1096
  * Percentage rate charged as platform fee.
1098
1097
  *
1099
- * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
1098
+ * The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
1100
1099
  * @format DECIMAL_VALUE
1101
- * @decimalValue options { gte:0, lte:1, maxScale:4 }
1100
+ * @decimalValue options { gt:0, lte:1, maxScale:4 }
1102
1101
  */
1103
1102
  percentageRate?: string;
1104
1103
  }