@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.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-DQQpXjJH.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DEwl45oF.d.ts} +4 -0
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-DQQpXjJH.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DEwl45oF.d.mts} +4 -0
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-DQQpXjJH.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DEwl45oF.d.ts} +4 -0
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-DQQpXjJH.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DEwl45oF.d.mts} +4 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
54
|
+
"falconPackageHash": "8f8e9d07bf8330076be9f8cfeaddfd4cee98ff555e867c1296377742"
|
|
55
55
|
}
|