@wix/auto_sdk_ecom_payment-settings 1.0.93 → 1.0.94

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.
@@ -2919,9 +2919,9 @@ interface PlatformFee {
2919
2919
  chargeType?: ChargeType;
2920
2920
  /**
2921
2921
  * Percentage rate charged as platform fee.
2922
- * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
2922
+ * The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
2923
2923
  * @format DECIMAL_VALUE
2924
- * @decimalValue options { gte:0, lte:1, maxScale:4 }
2924
+ * @decimalValue options { gt:0, lte:1, maxScale:4 }
2925
2925
  */
2926
2926
  percentageRate?: string;
2927
2927
  }
@@ -3723,9 +3723,9 @@ interface V1PlatformFee {
3723
3723
  /**
3724
3724
  * Percentage rate charged as platform fee.
3725
3725
  *
3726
- * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
3726
+ * The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
3727
3727
  * @format DECIMAL_VALUE
3728
- * @decimalValue options { gte:0, lte:1, maxScale:4 }
3728
+ * @decimalValue options { gt:0, lte:1, maxScale:4 }
3729
3729
  */
3730
3730
  percentageRate?: string;
3731
3731
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
51
51
  }
52
52
  },
53
- "falconPackageHash": "56c8584497ebd39248c8e9a246e0b0283a5dade6b6771a1883701d4f"
53
+ "falconPackageHash": "f83f004d87024b4a6e3c8ed49e0cd748eb29b14a5589872ade3fa8de"
54
54
  }