@wix/auto_sdk_ecom_delivery-profile 1.0.60 → 1.0.62
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 +19 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -2
- package/build/cjs/index.typings.js +19 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +19 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -2
- package/build/es/index.typings.mjs +19 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +18 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +19 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -2
- package/build/internal/cjs/index.typings.js +19 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +19 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -2
- package/build/internal/es/index.typings.mjs +19 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +18 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1079,10 +1079,12 @@ declare enum Namespace {
|
|
|
1079
1079
|
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
1080
1080
|
STANDALONE_EVENTS = "STANDALONE_EVENTS",
|
|
1081
1081
|
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
1082
|
-
MIMIR = "MIMIR"
|
|
1082
|
+
MIMIR = "MIMIR",
|
|
1083
|
+
/** Wix Twins platform. */
|
|
1084
|
+
TWINS = "TWINS"
|
|
1083
1085
|
}
|
|
1084
1086
|
/** @enumType */
|
|
1085
|
-
type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR';
|
|
1087
|
+
type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS';
|
|
1086
1088
|
/** Site transferred to another user. */
|
|
1087
1089
|
interface SiteTransferred {
|
|
1088
1090
|
/**
|
|
@@ -85,6 +85,24 @@ function resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl(opts) {
|
|
|
85
85
|
srcPath: "/delivery-profiles-service",
|
|
86
86
|
destPath: ""
|
|
87
87
|
}
|
|
88
|
+
],
|
|
89
|
+
"www.wixapis.com": [
|
|
90
|
+
{
|
|
91
|
+
srcPath: "/ecom/v1/delivery-profiles",
|
|
92
|
+
destPath: "/v1/delivery-profiles"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"*.dev.wix-code.com": [
|
|
96
|
+
{
|
|
97
|
+
srcPath: "/ecom/v1/delivery-profiles",
|
|
98
|
+
destPath: "/v1/delivery-profiles"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
_: [
|
|
102
|
+
{
|
|
103
|
+
srcPath: "/ecom/v1/delivery-profiles",
|
|
104
|
+
destPath: "/v1/delivery-profiles"
|
|
105
|
+
}
|
|
88
106
|
]
|
|
89
107
|
};
|
|
90
108
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -638,6 +656,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
638
656
|
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
639
657
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
640
658
|
Namespace2["MIMIR"] = "MIMIR";
|
|
659
|
+
Namespace2["TWINS"] = "TWINS";
|
|
641
660
|
return Namespace2;
|
|
642
661
|
})(Namespace || {});
|
|
643
662
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|