@wix/auto_sdk_ecom_payment-settings 1.0.135 → 1.0.136

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.
@@ -2852,6 +2852,8 @@ interface AdditionalFee {
2852
2852
  lineItemIds?: string[];
2853
2853
  /** Specifies the entity that added the additional fee. */
2854
2854
  source?: AdditionalFeeSource;
2855
+ /** Address type tax was calculated against for this fee. */
2856
+ taxableAddress?: TaxableAddress;
2855
2857
  }
2856
2858
  declare enum AdditionalFeeSource {
2857
2859
  /** The additional fee was added by an additional fee service plugin. */
@@ -4794,6 +4796,8 @@ interface V1AdditionalFee {
4794
4796
  * @maxLength 50
4795
4797
  */
4796
4798
  translatedName?: string | null;
4799
+ /** Address type tax was calculated against for this fee. */
4800
+ taxableAddress?: TaxableAddress;
4797
4801
  }
4798
4802
  declare enum AdditionalFeeAdditionalFeeSource {
4799
4803
  UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
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": "d93816c9df0070682e9cdb4dfb43aa7b53d3d0975e8df640587fb487"
54
+ "falconPackageHash": "8f8e9d07bf8330076be9f8cfeaddfd4cee98ff555e867c1296377742"
55
55
  }