@wix/auto_sdk_ecom_checkout-templates 1.0.31 → 1.0.32
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/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +1 -1
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +1 -1
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +1 -1
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +1 -1
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +1 -1
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +1 -1
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +1 -1
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +1 -1
- package/package.json +2 -2
|
@@ -921,7 +921,7 @@ export interface Checkout {
|
|
|
921
921
|
*/
|
|
922
922
|
businessLocationId?: string | null;
|
|
923
923
|
/**
|
|
924
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
924
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
925
925
|
* @readonly
|
|
926
926
|
* @format CURRENCY
|
|
927
927
|
*/
|
|
@@ -904,7 +904,7 @@ export interface Checkout {
|
|
|
904
904
|
*/
|
|
905
905
|
businessLocationId?: string | null;
|
|
906
906
|
/**
|
|
907
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
907
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
908
908
|
* @readonly
|
|
909
909
|
* @format CURRENCY
|
|
910
910
|
*/
|
|
@@ -921,7 +921,7 @@ export interface Checkout {
|
|
|
921
921
|
*/
|
|
922
922
|
businessLocationId?: string | null;
|
|
923
923
|
/**
|
|
924
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
924
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
925
925
|
* @readonly
|
|
926
926
|
* @format CURRENCY
|
|
927
927
|
*/
|
|
@@ -904,7 +904,7 @@ export interface Checkout {
|
|
|
904
904
|
*/
|
|
905
905
|
businessLocationId?: string | null;
|
|
906
906
|
/**
|
|
907
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
907
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
908
908
|
* @readonly
|
|
909
909
|
* @format CURRENCY
|
|
910
910
|
*/
|
|
@@ -921,7 +921,7 @@ export interface Checkout {
|
|
|
921
921
|
*/
|
|
922
922
|
businessLocationId?: string | null;
|
|
923
923
|
/**
|
|
924
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
924
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
925
925
|
* @readonly
|
|
926
926
|
* @format CURRENCY
|
|
927
927
|
*/
|
|
@@ -961,7 +961,7 @@ export interface Checkout {
|
|
|
961
961
|
*/
|
|
962
962
|
subscriptionCharges?: SubscriptionCharges[];
|
|
963
963
|
/**
|
|
964
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
964
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
965
965
|
* @readonly
|
|
966
966
|
* @format CURRENCY
|
|
967
967
|
*/
|
|
@@ -921,7 +921,7 @@ export interface Checkout {
|
|
|
921
921
|
*/
|
|
922
922
|
businessLocationId?: string | null;
|
|
923
923
|
/**
|
|
924
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
924
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
925
925
|
* @readonly
|
|
926
926
|
* @format CURRENCY
|
|
927
927
|
*/
|
|
@@ -961,7 +961,7 @@ export interface Checkout {
|
|
|
961
961
|
*/
|
|
962
962
|
subscriptionCharges?: SubscriptionCharges[];
|
|
963
963
|
/**
|
|
964
|
-
* Currency used for payment, in three-letter [ISO-4217 alphabetic
|
|
964
|
+
* Currency used for payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
965
965
|
* @readonly
|
|
966
966
|
* @format CURRENCY
|
|
967
967
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_checkout-templates",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.ecom.v1.checkout_template"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "02d897857d485c923c7ca04a97658cad2c6cac969cf6f2ca43c63593"
|
|
52
52
|
}
|