@wix/auto_sdk_ecom_payment-settings 1.0.126 → 1.0.128

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.
@@ -2706,6 +2706,13 @@ interface BalanceSummary {
2706
2706
  * @readonly
2707
2707
  */
2708
2708
  totalMinusPlatformFees?: Price;
2709
+ /**
2710
+ * The total adjustment applied to the cash payment due to rounding.
2711
+ *
2712
+ * Positive values indicate the total was rounded up; negative values indicate it was rounded down.
2713
+ * @readonly
2714
+ */
2715
+ cashRoundingAdjustment?: CashRounding;
2709
2716
  }
2710
2717
  /**
2711
2718
  * Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
@@ -4666,7 +4673,7 @@ interface Benefit extends BenefitQuotaOneOf {
4666
4673
  * Identifier for this benefit. Must be unique within the response so the response-level `coverages`
4667
4674
  * (`LineItemCoverage.benefit_id`) can reference it unambiguously across memberships/plans.
4668
4675
  * @minLength 1
4669
- * @maxLength 100
4676
+ * @maxLength 200
4670
4677
  */
4671
4678
  benefitId?: string;
4672
4679
  /**
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.128",
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": "e5459778efdc48b75347898422ed601edeee7b956b056d5ef40a6bbd"
55
55
  }