@wix/auto_sdk_ecom_checkout 1.0.43 → 1.0.45
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 +41 -16
- package/build/cjs/index.js.map +1 -1
- package/build/{internal/cjs/ecom-v1-checkout-checkout.universal-o9jU9uir.d.ts → cjs/index.typings.d.ts} +648 -129
- package/build/cjs/index.typings.js +2389 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +2 -1
- package/build/es/index.d.mts +41 -16
- package/build/es/index.mjs.map +1 -1
- package/build/{internal/es/ecom-v1-checkout-checkout.universal-o9jU9uir.d.mts → es/index.typings.d.mts} +648 -129
- package/build/es/index.typings.mjs +2318 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +2 -1
- package/build/internal/cjs/index.d.ts +46 -19
- package/build/internal/cjs/index.js.map +1 -1
- package/build/{cjs/ecom-v1-checkout-checkout.universal-BWJwZODy.d.ts → internal/cjs/index.typings.d.ts} +812 -1
- package/build/internal/cjs/index.typings.js +2389 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +2 -1
- package/build/internal/es/index.d.mts +46 -19
- package/build/internal/es/index.mjs.map +1 -1
- package/build/{es/ecom-v1-checkout-checkout.universal-BWJwZODy.d.mts → internal/es/index.typings.d.mts} +812 -1
- package/build/internal/es/index.typings.mjs +2318 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +2 -1
- package/package.json +2 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateCheckoutRequest as CreateCheckoutRequest$1, CreateCheckoutResponse as CreateCheckoutResponse$1, GetCheckoutRequest as GetCheckoutRequest$1, GetCheckoutResponse as GetCheckoutResponse$1, GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest$1, GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse$1, GetWixCheckoutURLRequest as GetWixCheckoutURLRequest$1, GetWixCheckoutURLResponse as GetWixCheckoutURLResponse$1, GetCheckoutURLRequest as GetCheckoutURLRequest$1, GetCheckoutURLResponse as GetCheckoutURLResponse$1, UpdateCheckoutRequest as UpdateCheckoutRequest$1, UpdateCheckoutResponse as UpdateCheckoutResponse$1, RemoveCouponRequest as RemoveCouponRequest$1, RemoveCouponResponse as RemoveCouponResponse$1, RemoveGiftCardRequest as RemoveGiftCardRequest$1, RemoveGiftCardResponse as RemoveGiftCardResponse$1, RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest$1, RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse$1, AddToCheckoutRequest as AddToCheckoutRequest$1, AddToCheckoutResponse as AddToCheckoutResponse$1, RemoveLineItemsRequest as RemoveLineItemsRequest$1, RemoveLineItemsResponse as RemoveLineItemsResponse$1, CreateOrderRequest as CreateOrderRequest$1, CreateOrderResponse as CreateOrderResponse$1, CreateOrderAndChargeRequest as CreateOrderAndChargeRequest$1, CreateOrderAndChargeResponse as CreateOrderAndChargeResponse$1, MarkCheckoutAsCompletedAndRedirectToUrlRequest as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, RawHttpResponse as RawHttpResponse$1, MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest$1, MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse$1, UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest$1, UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse$1, GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest$1, GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse$1 } from './index.typings.mjs';
|
|
2
|
+
import '@wix/sdk-types';
|
|
2
3
|
|
|
3
4
|
interface Checkout {
|
|
4
5
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_checkout",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"fqdn": "wix.ecom.v1.checkout"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"falconPackageHash": "
|
|
52
|
+
"falconPackageHash": "bc2ce81377ed010f66967e860ab4e0544bc73a53b5c86ebf035e6b05"
|
|
53
53
|
}
|