@wix/auto_sdk_ecom_orders 1.0.252 → 1.0.254
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/{ecom-v1-order-orders.universal-Cc8IUoG2.d.ts → ecom-v1-order-orders.universal-KHoi3OZ9.d.ts} +1589 -1581
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +82 -75
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +82 -75
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1590 -1582
- package/build/cjs/meta.js +82 -75
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-Cc8IUoG2.d.mts → ecom-v1-order-orders.universal-KHoi3OZ9.d.mts} +1589 -1581
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +81 -75
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +81 -75
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1590 -1582
- package/build/es/meta.mjs +81 -75
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-Cikj7dUx.d.ts → ecom-v1-order-orders.universal-BnQm5A1P.d.ts} +1650 -1637
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +82 -75
- 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 +82 -75
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1590 -1582
- package/build/internal/cjs/meta.js +82 -75
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-Cikj7dUx.d.mts → ecom-v1-order-orders.universal-BnQm5A1P.d.mts} +1650 -1637
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +81 -75
- 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 +81 -75
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1590 -1582
- package/build/internal/es/meta.mjs +81 -75
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -1702,6 +1702,11 @@ var SubscriptionFrequency = /* @__PURE__ */ ((SubscriptionFrequency2) => {
|
|
|
1702
1702
|
SubscriptionFrequency2["YEAR"] = "YEAR";
|
|
1703
1703
|
return SubscriptionFrequency2;
|
|
1704
1704
|
})(SubscriptionFrequency || {});
|
|
1705
|
+
var ProductPeriodAlignment = /* @__PURE__ */ ((ProductPeriodAlignment2) => {
|
|
1706
|
+
ProductPeriodAlignment2["ALIGNED_WITH_BILLING_PERIOD"] = "ALIGNED_WITH_BILLING_PERIOD";
|
|
1707
|
+
ProductPeriodAlignment2["NOT_ALIGNED_WITH_BILLING_PERIOD"] = "NOT_ALIGNED_WITH_BILLING_PERIOD";
|
|
1708
|
+
return ProductPeriodAlignment2;
|
|
1709
|
+
})(ProductPeriodAlignment || {});
|
|
1705
1710
|
var AdjustmentType = /* @__PURE__ */ ((AdjustmentType2) => {
|
|
1706
1711
|
AdjustmentType2["EXTRA_CHARGE"] = "EXTRA_CHARGE";
|
|
1707
1712
|
AdjustmentType2["CREDIT"] = "CREDIT";
|
|
@@ -1944,6 +1949,81 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1944
1949
|
WebhookIdentityType2["APP"] = "APP";
|
|
1945
1950
|
return WebhookIdentityType2;
|
|
1946
1951
|
})(WebhookIdentityType || {});
|
|
1952
|
+
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
1953
|
+
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
1954
|
+
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
1955
|
+
PreviewEmailType2["ORDER_SHIPPED"] = "ORDER_SHIPPED";
|
|
1956
|
+
PreviewEmailType2["ORDER_READY_FOR_PICKUP"] = "ORDER_READY_FOR_PICKUP";
|
|
1957
|
+
return PreviewEmailType2;
|
|
1958
|
+
})(PreviewEmailType || {});
|
|
1959
|
+
var State = /* @__PURE__ */ ((State2) => {
|
|
1960
|
+
State2["UNKNOWN"] = "UNKNOWN";
|
|
1961
|
+
State2["ENABLED"] = "ENABLED";
|
|
1962
|
+
State2["DISABLED"] = "DISABLED";
|
|
1963
|
+
State2["PENDING"] = "PENDING";
|
|
1964
|
+
State2["DEMO"] = "DEMO";
|
|
1965
|
+
return State2;
|
|
1966
|
+
})(State || {});
|
|
1967
|
+
var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
|
|
1968
|
+
SiteCreatedContext2["OTHER"] = "OTHER";
|
|
1969
|
+
SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
1970
|
+
SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
1971
|
+
SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
|
|
1972
|
+
SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
1973
|
+
SiteCreatedContext2["FLASH"] = "FLASH";
|
|
1974
|
+
return SiteCreatedContext2;
|
|
1975
|
+
})(SiteCreatedContext || {});
|
|
1976
|
+
var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
1977
|
+
Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
1978
|
+
Namespace2["WIX"] = "WIX";
|
|
1979
|
+
Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
|
|
1980
|
+
Namespace2["ALBUMS"] = "ALBUMS";
|
|
1981
|
+
Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
1982
|
+
Namespace2["HOTELS"] = "HOTELS";
|
|
1983
|
+
Namespace2["CLUBS"] = "CLUBS";
|
|
1984
|
+
Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
1985
|
+
Namespace2["DEV_SITE"] = "DEV_SITE";
|
|
1986
|
+
Namespace2["LOGOS"] = "LOGOS";
|
|
1987
|
+
Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
1988
|
+
Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
1989
|
+
Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
1990
|
+
Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
|
|
1991
|
+
Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
1992
|
+
Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
1993
|
+
Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
1994
|
+
Namespace2["ANYWHERE"] = "ANYWHERE";
|
|
1995
|
+
Namespace2["HEADLESS"] = "HEADLESS";
|
|
1996
|
+
Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
1997
|
+
Namespace2["RISE"] = "RISE";
|
|
1998
|
+
Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
1999
|
+
Namespace2["NOWNIA"] = "NOWNIA";
|
|
2000
|
+
Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
2001
|
+
Namespace2["CODUX"] = "CODUX";
|
|
2002
|
+
Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
2003
|
+
Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
2004
|
+
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
2005
|
+
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
2006
|
+
Namespace2["MIMIR"] = "MIMIR";
|
|
2007
|
+
Namespace2["TWINS"] = "TWINS";
|
|
2008
|
+
Namespace2["NANO"] = "NANO";
|
|
2009
|
+
Namespace2["BASE44"] = "BASE44";
|
|
2010
|
+
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2011
|
+
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2012
|
+
return Namespace2;
|
|
2013
|
+
})(Namespace || {});
|
|
2014
|
+
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2015
|
+
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2016
|
+
DeleteStatus2["TRASH"] = "TRASH";
|
|
2017
|
+
DeleteStatus2["DELETED"] = "DELETED";
|
|
2018
|
+
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2019
|
+
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2020
|
+
return DeleteStatus2;
|
|
2021
|
+
})(DeleteStatus || {});
|
|
2022
|
+
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2023
|
+
Origin2["OPT_IN"] = "OPT_IN";
|
|
2024
|
+
Origin2["MIGRATION"] = "MIGRATION";
|
|
2025
|
+
return Origin2;
|
|
2026
|
+
})(Origin || {});
|
|
1947
2027
|
var ScheduledAction = /* @__PURE__ */ ((ScheduledAction2) => {
|
|
1948
2028
|
ScheduledAction2["VOID"] = "VOID";
|
|
1949
2029
|
ScheduledAction2["CAPTURE"] = "CAPTURE";
|
|
@@ -2078,81 +2158,6 @@ var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {
|
|
|
2078
2158
|
RefundStatus2["STARTED"] = "STARTED";
|
|
2079
2159
|
return RefundStatus2;
|
|
2080
2160
|
})(RefundStatus || {});
|
|
2081
|
-
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
2082
|
-
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
2083
|
-
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
2084
|
-
PreviewEmailType2["ORDER_SHIPPED"] = "ORDER_SHIPPED";
|
|
2085
|
-
PreviewEmailType2["ORDER_READY_FOR_PICKUP"] = "ORDER_READY_FOR_PICKUP";
|
|
2086
|
-
return PreviewEmailType2;
|
|
2087
|
-
})(PreviewEmailType || {});
|
|
2088
|
-
var State = /* @__PURE__ */ ((State2) => {
|
|
2089
|
-
State2["UNKNOWN"] = "UNKNOWN";
|
|
2090
|
-
State2["ENABLED"] = "ENABLED";
|
|
2091
|
-
State2["DISABLED"] = "DISABLED";
|
|
2092
|
-
State2["PENDING"] = "PENDING";
|
|
2093
|
-
State2["DEMO"] = "DEMO";
|
|
2094
|
-
return State2;
|
|
2095
|
-
})(State || {});
|
|
2096
|
-
var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
|
|
2097
|
-
SiteCreatedContext2["OTHER"] = "OTHER";
|
|
2098
|
-
SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
2099
|
-
SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
2100
|
-
SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
|
|
2101
|
-
SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
2102
|
-
SiteCreatedContext2["FLASH"] = "FLASH";
|
|
2103
|
-
return SiteCreatedContext2;
|
|
2104
|
-
})(SiteCreatedContext || {});
|
|
2105
|
-
var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
2106
|
-
Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
2107
|
-
Namespace2["WIX"] = "WIX";
|
|
2108
|
-
Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
|
|
2109
|
-
Namespace2["ALBUMS"] = "ALBUMS";
|
|
2110
|
-
Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
2111
|
-
Namespace2["HOTELS"] = "HOTELS";
|
|
2112
|
-
Namespace2["CLUBS"] = "CLUBS";
|
|
2113
|
-
Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
2114
|
-
Namespace2["DEV_SITE"] = "DEV_SITE";
|
|
2115
|
-
Namespace2["LOGOS"] = "LOGOS";
|
|
2116
|
-
Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
2117
|
-
Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
2118
|
-
Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
2119
|
-
Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
|
|
2120
|
-
Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
2121
|
-
Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
2122
|
-
Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
2123
|
-
Namespace2["ANYWHERE"] = "ANYWHERE";
|
|
2124
|
-
Namespace2["HEADLESS"] = "HEADLESS";
|
|
2125
|
-
Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
2126
|
-
Namespace2["RISE"] = "RISE";
|
|
2127
|
-
Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
2128
|
-
Namespace2["NOWNIA"] = "NOWNIA";
|
|
2129
|
-
Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
2130
|
-
Namespace2["CODUX"] = "CODUX";
|
|
2131
|
-
Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
2132
|
-
Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
2133
|
-
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
2134
|
-
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
2135
|
-
Namespace2["MIMIR"] = "MIMIR";
|
|
2136
|
-
Namespace2["TWINS"] = "TWINS";
|
|
2137
|
-
Namespace2["NANO"] = "NANO";
|
|
2138
|
-
Namespace2["BASE44"] = "BASE44";
|
|
2139
|
-
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2140
|
-
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2141
|
-
return Namespace2;
|
|
2142
|
-
})(Namespace || {});
|
|
2143
|
-
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2144
|
-
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2145
|
-
DeleteStatus2["TRASH"] = "TRASH";
|
|
2146
|
-
DeleteStatus2["DELETED"] = "DELETED";
|
|
2147
|
-
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2148
|
-
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2149
|
-
return DeleteStatus2;
|
|
2150
|
-
})(DeleteStatus || {});
|
|
2151
|
-
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2152
|
-
Origin2["OPT_IN"] = "OPT_IN";
|
|
2153
|
-
Origin2["MIGRATION"] = "MIGRATION";
|
|
2154
|
-
return Origin2;
|
|
2155
|
-
})(Origin || {});
|
|
2156
2161
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
2157
2162
|
SortOrder2["ASC"] = "ASC";
|
|
2158
2163
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -2775,6 +2780,7 @@ export {
|
|
|
2775
2780
|
Placement as PlacementOriginal,
|
|
2776
2781
|
PredefinedPaymentMethod as PredefinedPaymentMethodOriginal,
|
|
2777
2782
|
PreviewEmailType as PreviewEmailTypeOriginal,
|
|
2783
|
+
ProductPeriodAlignment as ProductPeriodAlignmentOriginal,
|
|
2778
2784
|
Reason as ReasonOriginal,
|
|
2779
2785
|
RefundStatus as RefundStatusOriginal,
|
|
2780
2786
|
RefundableStatus as RefundableStatusOriginal,
|