@wix/auto_sdk_ecom_checkout 1.0.16 → 1.0.17
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/{ecom-v1-checkout-checkout.universal-C4Y04uL3.d.mts → ecom-v1-checkout-checkout.universal-BV8QOlPP.d.mts} +12 -0
- package/build/{ecom-v1-checkout-checkout.universal-C4Y04uL3.d.ts → ecom-v1-checkout-checkout.universal-BV8QOlPP.d.ts} +12 -0
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs.map +1 -1
- package/build/internal/{ecom-v1-checkout-checkout.universal-ClmAJ_ss.d.mts → ecom-v1-checkout-checkout.universal-DGEClxWR.d.mts} +12 -0
- package/build/internal/{ecom-v1-checkout-checkout.universal-ClmAJ_ss.d.ts → ecom-v1-checkout-checkout.universal-DGEClxWR.d.ts} +12 -0
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +24 -1
- package/build/internal/meta.d.ts +24 -1
- package/build/meta.d.mts +24 -1
- package/build/meta.d.ts +24 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bG as CreateCheckoutRequest$1, bJ as CreateCheckoutResponse$1, bM as GetCheckoutRequest$1, bN as GetCheckoutResponse$1, bQ as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bR as GetWixCheckoutURLRequest$1, b as GetWixCheckoutURLResponse$1, bS as GetCheckoutURLRequest$1, c as GetCheckoutURLResponse$1, bT as UpdateCheckoutRequest$1, bU as UpdateCheckoutResponse$1, bV as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bW as RemoveGiftCardRequest$1, e as RemoveGiftCardResponse$1, bX as RemoveOverrideCheckoutUrlRequest$1, f as RemoveOverrideCheckoutUrlResponse$1, bY as AddToCheckoutRequest$1, g as AddToCheckoutResponse$1, bZ as RemoveLineItemsRequest$1, h as RemoveLineItemsResponse$1, b_ as CreateOrderRequest$1, j as CreateOrderResponse$1, c5 as CreateOrderAndChargeRequest$1, l as CreateOrderAndChargeResponse$1, c7 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, m as RawHttpResponse$1, c9 as MarkCheckoutAsCompletedRequest$1, ca as MarkCheckoutAsCompletedResponse$1, cc as UpdateLineItemsQuantityRequest$1, n as UpdateLineItemsQuantityResponse$1, cd as GetCheckoutPaymentSettingsRequest$1, o as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-
|
|
1
|
+
import { bG as CreateCheckoutRequest$1, bJ as CreateCheckoutResponse$1, bM as GetCheckoutRequest$1, bN as GetCheckoutResponse$1, bQ as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bR as GetWixCheckoutURLRequest$1, b as GetWixCheckoutURLResponse$1, bS as GetCheckoutURLRequest$1, c as GetCheckoutURLResponse$1, bT as UpdateCheckoutRequest$1, bU as UpdateCheckoutResponse$1, bV as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bW as RemoveGiftCardRequest$1, e as RemoveGiftCardResponse$1, bX as RemoveOverrideCheckoutUrlRequest$1, f as RemoveOverrideCheckoutUrlResponse$1, bY as AddToCheckoutRequest$1, g as AddToCheckoutResponse$1, bZ as RemoveLineItemsRequest$1, h as RemoveLineItemsResponse$1, b_ as CreateOrderRequest$1, j as CreateOrderResponse$1, c5 as CreateOrderAndChargeRequest$1, l as CreateOrderAndChargeResponse$1, c7 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, m as RawHttpResponse$1, c9 as MarkCheckoutAsCompletedRequest$1, ca as MarkCheckoutAsCompletedResponse$1, cc as UpdateLineItemsQuantityRequest$1, n as UpdateLineItemsQuantityResponse$1, cd as GetCheckoutPaymentSettingsRequest$1, o as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-DGEClxWR.mjs';
|
|
2
2
|
|
|
3
3
|
interface Checkout {
|
|
4
4
|
/**
|
|
@@ -170,6 +170,12 @@ interface Checkout {
|
|
|
170
170
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
171
171
|
*/
|
|
172
172
|
customContentReference?: CustomContentReference;
|
|
173
|
+
/**
|
|
174
|
+
* References to an external app and resource associated with this checkout.
|
|
175
|
+
* Used for integration and tracking across different platforms.
|
|
176
|
+
* @immutable
|
|
177
|
+
*/
|
|
178
|
+
externalReference?: ExternalReference;
|
|
173
179
|
/**
|
|
174
180
|
* The business location ID associated with the checkout.
|
|
175
181
|
*
|
|
@@ -1776,6 +1782,23 @@ interface CustomContentReference {
|
|
|
1776
1782
|
*/
|
|
1777
1783
|
componentId?: string;
|
|
1778
1784
|
}
|
|
1785
|
+
interface ExternalReference {
|
|
1786
|
+
/**
|
|
1787
|
+
* ID of the app associated with the purchase flow.
|
|
1788
|
+
* For example, the Wix Pay Links app ID.
|
|
1789
|
+
* @format GUID
|
|
1790
|
+
* @immutable
|
|
1791
|
+
*/
|
|
1792
|
+
appId?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
1795
|
+
* For example, a Wix Pay Link ID.
|
|
1796
|
+
* @minLength 1
|
|
1797
|
+
* @maxLength 100
|
|
1798
|
+
* @immutable
|
|
1799
|
+
*/
|
|
1800
|
+
resourceId?: string | null;
|
|
1801
|
+
}
|
|
1779
1802
|
interface CreateCheckoutRequest {
|
|
1780
1803
|
/** Checkout information. */
|
|
1781
1804
|
checkoutInfo?: Checkout;
|
package/build/internal/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bG as CreateCheckoutRequest$1, bJ as CreateCheckoutResponse$1, bM as GetCheckoutRequest$1, bN as GetCheckoutResponse$1, bQ as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bR as GetWixCheckoutURLRequest$1, b as GetWixCheckoutURLResponse$1, bS as GetCheckoutURLRequest$1, c as GetCheckoutURLResponse$1, bT as UpdateCheckoutRequest$1, bU as UpdateCheckoutResponse$1, bV as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bW as RemoveGiftCardRequest$1, e as RemoveGiftCardResponse$1, bX as RemoveOverrideCheckoutUrlRequest$1, f as RemoveOverrideCheckoutUrlResponse$1, bY as AddToCheckoutRequest$1, g as AddToCheckoutResponse$1, bZ as RemoveLineItemsRequest$1, h as RemoveLineItemsResponse$1, b_ as CreateOrderRequest$1, j as CreateOrderResponse$1, c5 as CreateOrderAndChargeRequest$1, l as CreateOrderAndChargeResponse$1, c7 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, m as RawHttpResponse$1, c9 as MarkCheckoutAsCompletedRequest$1, ca as MarkCheckoutAsCompletedResponse$1, cc as UpdateLineItemsQuantityRequest$1, n as UpdateLineItemsQuantityResponse$1, cd as GetCheckoutPaymentSettingsRequest$1, o as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-
|
|
1
|
+
import { bG as CreateCheckoutRequest$1, bJ as CreateCheckoutResponse$1, bM as GetCheckoutRequest$1, bN as GetCheckoutResponse$1, bQ as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bR as GetWixCheckoutURLRequest$1, b as GetWixCheckoutURLResponse$1, bS as GetCheckoutURLRequest$1, c as GetCheckoutURLResponse$1, bT as UpdateCheckoutRequest$1, bU as UpdateCheckoutResponse$1, bV as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bW as RemoveGiftCardRequest$1, e as RemoveGiftCardResponse$1, bX as RemoveOverrideCheckoutUrlRequest$1, f as RemoveOverrideCheckoutUrlResponse$1, bY as AddToCheckoutRequest$1, g as AddToCheckoutResponse$1, bZ as RemoveLineItemsRequest$1, h as RemoveLineItemsResponse$1, b_ as CreateOrderRequest$1, j as CreateOrderResponse$1, c5 as CreateOrderAndChargeRequest$1, l as CreateOrderAndChargeResponse$1, c7 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, m as RawHttpResponse$1, c9 as MarkCheckoutAsCompletedRequest$1, ca as MarkCheckoutAsCompletedResponse$1, cc as UpdateLineItemsQuantityRequest$1, n as UpdateLineItemsQuantityResponse$1, cd as GetCheckoutPaymentSettingsRequest$1, o as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-DGEClxWR.js';
|
|
2
2
|
|
|
3
3
|
interface Checkout {
|
|
4
4
|
/**
|
|
@@ -170,6 +170,12 @@ interface Checkout {
|
|
|
170
170
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
171
171
|
*/
|
|
172
172
|
customContentReference?: CustomContentReference;
|
|
173
|
+
/**
|
|
174
|
+
* References to an external app and resource associated with this checkout.
|
|
175
|
+
* Used for integration and tracking across different platforms.
|
|
176
|
+
* @immutable
|
|
177
|
+
*/
|
|
178
|
+
externalReference?: ExternalReference;
|
|
173
179
|
/**
|
|
174
180
|
* The business location ID associated with the checkout.
|
|
175
181
|
*
|
|
@@ -1776,6 +1782,23 @@ interface CustomContentReference {
|
|
|
1776
1782
|
*/
|
|
1777
1783
|
componentId?: string;
|
|
1778
1784
|
}
|
|
1785
|
+
interface ExternalReference {
|
|
1786
|
+
/**
|
|
1787
|
+
* ID of the app associated with the purchase flow.
|
|
1788
|
+
* For example, the Wix Pay Links app ID.
|
|
1789
|
+
* @format GUID
|
|
1790
|
+
* @immutable
|
|
1791
|
+
*/
|
|
1792
|
+
appId?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
1795
|
+
* For example, a Wix Pay Link ID.
|
|
1796
|
+
* @minLength 1
|
|
1797
|
+
* @maxLength 100
|
|
1798
|
+
* @immutable
|
|
1799
|
+
*/
|
|
1800
|
+
resourceId?: string | null;
|
|
1801
|
+
}
|
|
1779
1802
|
interface CreateCheckoutRequest {
|
|
1780
1803
|
/** Checkout information. */
|
|
1781
1804
|
checkoutInfo?: Checkout;
|
package/build/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bB as CreateCheckoutRequest$1, bE as CreateCheckoutResponse$1, bH as GetCheckoutRequest$1, bI as GetCheckoutResponse$1, bL as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bM as GetWixCheckoutURLRequest$1, bN as GetWixCheckoutURLResponse$1, bO as GetCheckoutURLRequest$1, b as GetCheckoutURLResponse$1, bP as UpdateCheckoutRequest$1, bQ as UpdateCheckoutResponse$1, bR as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bS as RemoveGiftCardRequest$1, d as RemoveGiftCardResponse$1, bT as RemoveOverrideCheckoutUrlRequest$1, e as RemoveOverrideCheckoutUrlResponse$1, bU as AddToCheckoutRequest$1, f as AddToCheckoutResponse$1, bV as RemoveLineItemsRequest$1, g as RemoveLineItemsResponse$1, bW as CreateOrderRequest$1, i as CreateOrderResponse$1, c1 as CreateOrderAndChargeRequest$1, c2 as CreateOrderAndChargeResponse$1, c4 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, c5 as RawHttpResponse$1, c7 as MarkCheckoutAsCompletedRequest$1, c8 as MarkCheckoutAsCompletedResponse$1, ca as UpdateLineItemsQuantityRequest$1, j as UpdateLineItemsQuantityResponse$1, cb as GetCheckoutPaymentSettingsRequest$1, cc as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-
|
|
1
|
+
import { bB as CreateCheckoutRequest$1, bE as CreateCheckoutResponse$1, bH as GetCheckoutRequest$1, bI as GetCheckoutResponse$1, bL as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bM as GetWixCheckoutURLRequest$1, bN as GetWixCheckoutURLResponse$1, bO as GetCheckoutURLRequest$1, b as GetCheckoutURLResponse$1, bP as UpdateCheckoutRequest$1, bQ as UpdateCheckoutResponse$1, bR as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bS as RemoveGiftCardRequest$1, d as RemoveGiftCardResponse$1, bT as RemoveOverrideCheckoutUrlRequest$1, e as RemoveOverrideCheckoutUrlResponse$1, bU as AddToCheckoutRequest$1, f as AddToCheckoutResponse$1, bV as RemoveLineItemsRequest$1, g as RemoveLineItemsResponse$1, bW as CreateOrderRequest$1, i as CreateOrderResponse$1, c1 as CreateOrderAndChargeRequest$1, c2 as CreateOrderAndChargeResponse$1, c4 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, c5 as RawHttpResponse$1, c7 as MarkCheckoutAsCompletedRequest$1, c8 as MarkCheckoutAsCompletedResponse$1, ca as UpdateLineItemsQuantityRequest$1, j as UpdateLineItemsQuantityResponse$1, cb as GetCheckoutPaymentSettingsRequest$1, cc as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-BV8QOlPP.mjs';
|
|
2
2
|
|
|
3
3
|
interface Checkout {
|
|
4
4
|
/**
|
|
@@ -170,6 +170,12 @@ interface Checkout {
|
|
|
170
170
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
171
171
|
*/
|
|
172
172
|
customContentReference?: CustomContentReference;
|
|
173
|
+
/**
|
|
174
|
+
* References to an external app and resource associated with this checkout.
|
|
175
|
+
* Used for integration and tracking across different platforms.
|
|
176
|
+
* @immutable
|
|
177
|
+
*/
|
|
178
|
+
externalReference?: ExternalReference;
|
|
173
179
|
/**
|
|
174
180
|
* The business location ID associated with the checkout.
|
|
175
181
|
*
|
|
@@ -1776,6 +1782,23 @@ interface CustomContentReference {
|
|
|
1776
1782
|
*/
|
|
1777
1783
|
componentId?: string;
|
|
1778
1784
|
}
|
|
1785
|
+
interface ExternalReference {
|
|
1786
|
+
/**
|
|
1787
|
+
* ID of the app associated with the purchase flow.
|
|
1788
|
+
* For example, the Wix Pay Links app ID.
|
|
1789
|
+
* @format GUID
|
|
1790
|
+
* @immutable
|
|
1791
|
+
*/
|
|
1792
|
+
appId?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
1795
|
+
* For example, a Wix Pay Link ID.
|
|
1796
|
+
* @minLength 1
|
|
1797
|
+
* @maxLength 100
|
|
1798
|
+
* @immutable
|
|
1799
|
+
*/
|
|
1800
|
+
resourceId?: string | null;
|
|
1801
|
+
}
|
|
1779
1802
|
interface CreateCheckoutRequest {
|
|
1780
1803
|
/** Checkout information. */
|
|
1781
1804
|
checkoutInfo?: Checkout;
|
package/build/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bB as CreateCheckoutRequest$1, bE as CreateCheckoutResponse$1, bH as GetCheckoutRequest$1, bI as GetCheckoutResponse$1, bL as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bM as GetWixCheckoutURLRequest$1, bN as GetWixCheckoutURLResponse$1, bO as GetCheckoutURLRequest$1, b as GetCheckoutURLResponse$1, bP as UpdateCheckoutRequest$1, bQ as UpdateCheckoutResponse$1, bR as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bS as RemoveGiftCardRequest$1, d as RemoveGiftCardResponse$1, bT as RemoveOverrideCheckoutUrlRequest$1, e as RemoveOverrideCheckoutUrlResponse$1, bU as AddToCheckoutRequest$1, f as AddToCheckoutResponse$1, bV as RemoveLineItemsRequest$1, g as RemoveLineItemsResponse$1, bW as CreateOrderRequest$1, i as CreateOrderResponse$1, c1 as CreateOrderAndChargeRequest$1, c2 as CreateOrderAndChargeResponse$1, c4 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, c5 as RawHttpResponse$1, c7 as MarkCheckoutAsCompletedRequest$1, c8 as MarkCheckoutAsCompletedResponse$1, ca as UpdateLineItemsQuantityRequest$1, j as UpdateLineItemsQuantityResponse$1, cb as GetCheckoutPaymentSettingsRequest$1, cc as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-
|
|
1
|
+
import { bB as CreateCheckoutRequest$1, bE as CreateCheckoutResponse$1, bH as GetCheckoutRequest$1, bI as GetCheckoutResponse$1, bL as GetCheckoutByCartIdRequest$1, G as GetCheckoutByCartIdResponse$1, bM as GetWixCheckoutURLRequest$1, bN as GetWixCheckoutURLResponse$1, bO as GetCheckoutURLRequest$1, b as GetCheckoutURLResponse$1, bP as UpdateCheckoutRequest$1, bQ as UpdateCheckoutResponse$1, bR as RemoveCouponRequest$1, R as RemoveCouponResponse$1, bS as RemoveGiftCardRequest$1, d as RemoveGiftCardResponse$1, bT as RemoveOverrideCheckoutUrlRequest$1, e as RemoveOverrideCheckoutUrlResponse$1, bU as AddToCheckoutRequest$1, f as AddToCheckoutResponse$1, bV as RemoveLineItemsRequest$1, g as RemoveLineItemsResponse$1, bW as CreateOrderRequest$1, i as CreateOrderResponse$1, c1 as CreateOrderAndChargeRequest$1, c2 as CreateOrderAndChargeResponse$1, c4 as MarkCheckoutAsCompletedAndRedirectToUrlRequest$1, c5 as RawHttpResponse$1, c7 as MarkCheckoutAsCompletedRequest$1, c8 as MarkCheckoutAsCompletedResponse$1, ca as UpdateLineItemsQuantityRequest$1, j as UpdateLineItemsQuantityResponse$1, cb as GetCheckoutPaymentSettingsRequest$1, cc as GetCheckoutPaymentSettingsResponse$1 } from './ecom-v1-checkout-checkout.universal-BV8QOlPP.js';
|
|
2
2
|
|
|
3
3
|
interface Checkout {
|
|
4
4
|
/**
|
|
@@ -170,6 +170,12 @@ interface Checkout {
|
|
|
170
170
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
171
171
|
*/
|
|
172
172
|
customContentReference?: CustomContentReference;
|
|
173
|
+
/**
|
|
174
|
+
* References to an external app and resource associated with this checkout.
|
|
175
|
+
* Used for integration and tracking across different platforms.
|
|
176
|
+
* @immutable
|
|
177
|
+
*/
|
|
178
|
+
externalReference?: ExternalReference;
|
|
173
179
|
/**
|
|
174
180
|
* The business location ID associated with the checkout.
|
|
175
181
|
*
|
|
@@ -1776,6 +1782,23 @@ interface CustomContentReference {
|
|
|
1776
1782
|
*/
|
|
1777
1783
|
componentId?: string;
|
|
1778
1784
|
}
|
|
1785
|
+
interface ExternalReference {
|
|
1786
|
+
/**
|
|
1787
|
+
* ID of the app associated with the purchase flow.
|
|
1788
|
+
* For example, the Wix Pay Links app ID.
|
|
1789
|
+
* @format GUID
|
|
1790
|
+
* @immutable
|
|
1791
|
+
*/
|
|
1792
|
+
appId?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
1795
|
+
* For example, a Wix Pay Link ID.
|
|
1796
|
+
* @minLength 1
|
|
1797
|
+
* @maxLength 100
|
|
1798
|
+
* @immutable
|
|
1799
|
+
*/
|
|
1800
|
+
resourceId?: string | null;
|
|
1801
|
+
}
|
|
1779
1802
|
interface CreateCheckoutRequest {
|
|
1780
1803
|
/** Checkout information. */
|
|
1781
1804
|
checkoutInfo?: Checkout;
|
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.17",
|
|
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": "8b12e3aad2365ae26778f657b310315759155f3e73ade7b6fea81a7d"
|
|
53
53
|
}
|