@wix/auto_sdk_ecom_orders 1.0.238 → 1.0.239
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-CYBcAlDl.d.ts → ecom-v1-order-orders.universal-Ceg_0nIT.d.ts} +1550 -1550
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +74 -74
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +74 -74
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1550 -1550
- package/build/cjs/meta.js +74 -74
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-CYBcAlDl.d.mts → ecom-v1-order-orders.universal-Ceg_0nIT.d.mts} +1550 -1550
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +74 -74
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +74 -74
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1550 -1550
- package/build/es/meta.mjs +74 -74
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-C8_CZEHt.d.ts → ecom-v1-order-orders.universal-CVrXK60v.d.ts} +1631 -1631
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +74 -74
- 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 +74 -74
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1550 -1550
- package/build/internal/cjs/meta.js +74 -74
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-C8_CZEHt.d.mts → ecom-v1-order-orders.universal-CVrXK60v.d.mts} +1631 -1631
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +74 -74
- 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 +74 -74
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1550 -1550
- package/build/internal/es/meta.mjs +74 -74
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -1944,80 +1944,6 @@ var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
|
1944
1944
|
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
1945
1945
|
return VersioningMode2;
|
|
1946
1946
|
})(VersioningMode || {});
|
|
1947
|
-
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
1948
|
-
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
1949
|
-
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
1950
|
-
PreviewEmailType2["ORDER_SHIPPED"] = "ORDER_SHIPPED";
|
|
1951
|
-
PreviewEmailType2["ORDER_READY_FOR_PICKUP"] = "ORDER_READY_FOR_PICKUP";
|
|
1952
|
-
return PreviewEmailType2;
|
|
1953
|
-
})(PreviewEmailType || {});
|
|
1954
|
-
var State = /* @__PURE__ */ ((State2) => {
|
|
1955
|
-
State2["UNKNOWN"] = "UNKNOWN";
|
|
1956
|
-
State2["ENABLED"] = "ENABLED";
|
|
1957
|
-
State2["DISABLED"] = "DISABLED";
|
|
1958
|
-
State2["PENDING"] = "PENDING";
|
|
1959
|
-
State2["DEMO"] = "DEMO";
|
|
1960
|
-
return State2;
|
|
1961
|
-
})(State || {});
|
|
1962
|
-
var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
|
|
1963
|
-
SiteCreatedContext2["OTHER"] = "OTHER";
|
|
1964
|
-
SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
1965
|
-
SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
1966
|
-
SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
|
|
1967
|
-
SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
1968
|
-
SiteCreatedContext2["FLASH"] = "FLASH";
|
|
1969
|
-
return SiteCreatedContext2;
|
|
1970
|
-
})(SiteCreatedContext || {});
|
|
1971
|
-
var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
1972
|
-
Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
1973
|
-
Namespace2["WIX"] = "WIX";
|
|
1974
|
-
Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
|
|
1975
|
-
Namespace2["ALBUMS"] = "ALBUMS";
|
|
1976
|
-
Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
1977
|
-
Namespace2["HOTELS"] = "HOTELS";
|
|
1978
|
-
Namespace2["CLUBS"] = "CLUBS";
|
|
1979
|
-
Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
1980
|
-
Namespace2["DEV_SITE"] = "DEV_SITE";
|
|
1981
|
-
Namespace2["LOGOS"] = "LOGOS";
|
|
1982
|
-
Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
1983
|
-
Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
1984
|
-
Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
1985
|
-
Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
|
|
1986
|
-
Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
1987
|
-
Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
1988
|
-
Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
1989
|
-
Namespace2["ANYWHERE"] = "ANYWHERE";
|
|
1990
|
-
Namespace2["HEADLESS"] = "HEADLESS";
|
|
1991
|
-
Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
1992
|
-
Namespace2["RISE"] = "RISE";
|
|
1993
|
-
Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
1994
|
-
Namespace2["NOWNIA"] = "NOWNIA";
|
|
1995
|
-
Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
1996
|
-
Namespace2["CODUX"] = "CODUX";
|
|
1997
|
-
Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
1998
|
-
Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
1999
|
-
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
2000
|
-
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
2001
|
-
Namespace2["MIMIR"] = "MIMIR";
|
|
2002
|
-
Namespace2["TWINS"] = "TWINS";
|
|
2003
|
-
Namespace2["NANO"] = "NANO";
|
|
2004
|
-
Namespace2["BASE44"] = "BASE44";
|
|
2005
|
-
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2006
|
-
return Namespace2;
|
|
2007
|
-
})(Namespace || {});
|
|
2008
|
-
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2009
|
-
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2010
|
-
DeleteStatus2["TRASH"] = "TRASH";
|
|
2011
|
-
DeleteStatus2["DELETED"] = "DELETED";
|
|
2012
|
-
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2013
|
-
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2014
|
-
return DeleteStatus2;
|
|
2015
|
-
})(DeleteStatus || {});
|
|
2016
|
-
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2017
|
-
Origin2["OPT_IN"] = "OPT_IN";
|
|
2018
|
-
Origin2["MIGRATION"] = "MIGRATION";
|
|
2019
|
-
return Origin2;
|
|
2020
|
-
})(Origin || {});
|
|
2021
1947
|
var ScheduledAction = /* @__PURE__ */ ((ScheduledAction2) => {
|
|
2022
1948
|
ScheduledAction2["VOID"] = "VOID";
|
|
2023
1949
|
ScheduledAction2["CAPTURE"] = "CAPTURE";
|
|
@@ -2151,6 +2077,80 @@ var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {
|
|
|
2151
2077
|
RefundStatus2["STARTED"] = "STARTED";
|
|
2152
2078
|
return RefundStatus2;
|
|
2153
2079
|
})(RefundStatus || {});
|
|
2080
|
+
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
2081
|
+
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
2082
|
+
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
2083
|
+
PreviewEmailType2["ORDER_SHIPPED"] = "ORDER_SHIPPED";
|
|
2084
|
+
PreviewEmailType2["ORDER_READY_FOR_PICKUP"] = "ORDER_READY_FOR_PICKUP";
|
|
2085
|
+
return PreviewEmailType2;
|
|
2086
|
+
})(PreviewEmailType || {});
|
|
2087
|
+
var State = /* @__PURE__ */ ((State2) => {
|
|
2088
|
+
State2["UNKNOWN"] = "UNKNOWN";
|
|
2089
|
+
State2["ENABLED"] = "ENABLED";
|
|
2090
|
+
State2["DISABLED"] = "DISABLED";
|
|
2091
|
+
State2["PENDING"] = "PENDING";
|
|
2092
|
+
State2["DEMO"] = "DEMO";
|
|
2093
|
+
return State2;
|
|
2094
|
+
})(State || {});
|
|
2095
|
+
var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
|
|
2096
|
+
SiteCreatedContext2["OTHER"] = "OTHER";
|
|
2097
|
+
SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
2098
|
+
SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
2099
|
+
SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
|
|
2100
|
+
SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
2101
|
+
SiteCreatedContext2["FLASH"] = "FLASH";
|
|
2102
|
+
return SiteCreatedContext2;
|
|
2103
|
+
})(SiteCreatedContext || {});
|
|
2104
|
+
var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
2105
|
+
Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
2106
|
+
Namespace2["WIX"] = "WIX";
|
|
2107
|
+
Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
|
|
2108
|
+
Namespace2["ALBUMS"] = "ALBUMS";
|
|
2109
|
+
Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
2110
|
+
Namespace2["HOTELS"] = "HOTELS";
|
|
2111
|
+
Namespace2["CLUBS"] = "CLUBS";
|
|
2112
|
+
Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
2113
|
+
Namespace2["DEV_SITE"] = "DEV_SITE";
|
|
2114
|
+
Namespace2["LOGOS"] = "LOGOS";
|
|
2115
|
+
Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
2116
|
+
Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
2117
|
+
Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
2118
|
+
Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
|
|
2119
|
+
Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
2120
|
+
Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
2121
|
+
Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
2122
|
+
Namespace2["ANYWHERE"] = "ANYWHERE";
|
|
2123
|
+
Namespace2["HEADLESS"] = "HEADLESS";
|
|
2124
|
+
Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
2125
|
+
Namespace2["RISE"] = "RISE";
|
|
2126
|
+
Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
2127
|
+
Namespace2["NOWNIA"] = "NOWNIA";
|
|
2128
|
+
Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
2129
|
+
Namespace2["CODUX"] = "CODUX";
|
|
2130
|
+
Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
2131
|
+
Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
2132
|
+
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
2133
|
+
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
2134
|
+
Namespace2["MIMIR"] = "MIMIR";
|
|
2135
|
+
Namespace2["TWINS"] = "TWINS";
|
|
2136
|
+
Namespace2["NANO"] = "NANO";
|
|
2137
|
+
Namespace2["BASE44"] = "BASE44";
|
|
2138
|
+
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2139
|
+
return Namespace2;
|
|
2140
|
+
})(Namespace || {});
|
|
2141
|
+
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2142
|
+
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2143
|
+
DeleteStatus2["TRASH"] = "TRASH";
|
|
2144
|
+
DeleteStatus2["DELETED"] = "DELETED";
|
|
2145
|
+
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2146
|
+
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2147
|
+
return DeleteStatus2;
|
|
2148
|
+
})(DeleteStatus || {});
|
|
2149
|
+
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2150
|
+
Origin2["OPT_IN"] = "OPT_IN";
|
|
2151
|
+
Origin2["MIGRATION"] = "MIGRATION";
|
|
2152
|
+
return Origin2;
|
|
2153
|
+
})(Origin || {});
|
|
2154
2154
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
2155
2155
|
SortOrder2["ASC"] = "ASC";
|
|
2156
2156
|
SortOrder2["DESC"] = "DESC";
|