@wix/auto_sdk_ecom_checkout 1.0.150 → 1.0.152
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.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -9
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -9
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -636,14 +636,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
636
636
|
colorInfo?: Color;
|
|
637
637
|
/** Description line name. */
|
|
638
638
|
name?: DescriptionLineName;
|
|
639
|
-
/**
|
|
640
|
-
* Whether the description line originates from a modifier.
|
|
641
|
-
* @internal
|
|
642
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
643
|
-
* @replacedBy none
|
|
644
|
-
* @targetRemovalDate 2025-12-31
|
|
645
|
-
*/
|
|
646
|
-
modifierDescriptionLine?: boolean;
|
|
647
639
|
}
|
|
648
640
|
/** @oneof */
|
|
649
641
|
interface DescriptionLineValueOneOf {
|
|
@@ -2096,7 +2088,13 @@ declare enum ChannelType {
|
|
|
2096
2088
|
* @documentationMaturity preview
|
|
2097
2089
|
* @internal
|
|
2098
2090
|
*/
|
|
2099
|
-
WIX_INVOICES_PLATFORM = "WIX_INVOICES_PLATFORM"
|
|
2091
|
+
WIX_INVOICES_PLATFORM = "WIX_INVOICES_PLATFORM",
|
|
2092
|
+
/**
|
|
2093
|
+
* UCP (Universal Checkout Protocol) Agentic Checkout sales channel.
|
|
2094
|
+
* @documentationMaturity preview
|
|
2095
|
+
* @internal
|
|
2096
|
+
*/
|
|
2097
|
+
UCP_AGENTIC_CHECKOUT = "UCP_AGENTIC_CHECKOUT"
|
|
2100
2098
|
}
|
|
2101
2099
|
/** @enumType */
|
|
2102
2100
|
type ChannelTypeWithLiterals = ChannelType | 'UNSPECIFIED' | 'WEB' | 'POS' | 'EBAY' | 'AMAZON' | 'OTHER_PLATFORM' | 'WIX_APP_STORE' | 'WIX_INVOICES' | 'BACKOFFICE_MERCHANT' | 'WISH' | 'CLASS_PASS' | 'GLOBAL_E' | 'FACEBOOK' | 'ETSY' | 'TIKTOK' | 'FAIRE_COM' | 'PAYPAL_AGENTIC_CHECKOUT' | 'STRIPE_AGENTIC_CHECKOUT';
|
|
@@ -1561,6 +1561,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
|
|
|
1561
1561
|
ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
|
|
1562
1562
|
ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
|
|
1563
1563
|
ChannelType2["WIX_INVOICES_PLATFORM"] = "WIX_INVOICES_PLATFORM";
|
|
1564
|
+
ChannelType2["UCP_AGENTIC_CHECKOUT"] = "UCP_AGENTIC_CHECKOUT";
|
|
1564
1565
|
return ChannelType2;
|
|
1565
1566
|
})(ChannelType || {});
|
|
1566
1567
|
var BalanceType = /* @__PURE__ */ ((BalanceType2) => {
|