@wix/auto_sdk_ecom_payment-settings 1.0.126 → 1.0.127

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.
@@ -4666,7 +4666,7 @@ interface Benefit extends BenefitQuotaOneOf {
4666
4666
  * Identifier for this benefit. Must be unique within the response so the response-level `coverages`
4667
4667
  * (`LineItemCoverage.benefit_id`) can reference it unambiguously across memberships/plans.
4668
4668
  * @minLength 1
4669
- * @maxLength 100
4669
+ * @maxLength 200
4670
4670
  */
4671
4671
  benefitId?: string;
4672
4672
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.126",
3
+ "version": "1.0.127",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,5 +51,5 @@
51
51
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
52
52
  }
53
53
  },
54
- "falconPackageHash": "2f4433a05738096e3d5634a0acef8372cf854bde972033041347fa23"
54
+ "falconPackageHash": "f059751e29b8e64fe1ee7993faae9248f4dd19210b0d62da69a5351c"
55
55
  }