@wix/create-headless-site 0.0.12 → 0.0.13
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/index.js +51 -24
- package/build/index.js.map +1 -1
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -80338,6 +80338,18 @@ function resolveWixIdentityOauth2V1Oauth2NgUrl(opts) {
|
|
|
80338
80338
|
{
|
|
80339
80339
|
srcPath: "/v1/oauth/authorize",
|
|
80340
80340
|
destPath: "/v1/oauth/authorize"
|
|
80341
|
+
},
|
|
80342
|
+
{
|
|
80343
|
+
srcPath: "/v1/oauth/user-info",
|
|
80344
|
+
destPath: "/v1/oauth/user-info"
|
|
80345
|
+
},
|
|
80346
|
+
{
|
|
80347
|
+
srcPath: "/iam/wix-idp/v1/oauth/token",
|
|
80348
|
+
destPath: "/v1/oauth/token"
|
|
80349
|
+
},
|
|
80350
|
+
{
|
|
80351
|
+
srcPath: "/iam/wix-idp/v1/oauth/user-info",
|
|
80352
|
+
destPath: "/v1/oauth/user-info"
|
|
80341
80353
|
}
|
|
80342
80354
|
],
|
|
80343
80355
|
_: [
|
|
@@ -80357,6 +80369,30 @@ function resolveWixIdentityOauth2V1Oauth2NgUrl(opts) {
|
|
|
80357
80369
|
srcPath: "/oauth2-ng",
|
|
80358
80370
|
destPath: ""
|
|
80359
80371
|
}
|
|
80372
|
+
],
|
|
80373
|
+
"apps._base_domain_": [
|
|
80374
|
+
{
|
|
80375
|
+
srcPath: "/oauth2/callback",
|
|
80376
|
+
destPath: "/oauth2/callback"
|
|
80377
|
+
}
|
|
80378
|
+
],
|
|
80379
|
+
"editor._base_domain_": [
|
|
80380
|
+
{
|
|
80381
|
+
srcPath: "/oauth2/callback",
|
|
80382
|
+
destPath: "/oauth2/callback"
|
|
80383
|
+
}
|
|
80384
|
+
],
|
|
80385
|
+
"blocks._base_domain_": [
|
|
80386
|
+
{
|
|
80387
|
+
srcPath: "/oauth2/callback",
|
|
80388
|
+
destPath: "/oauth2/callback"
|
|
80389
|
+
}
|
|
80390
|
+
],
|
|
80391
|
+
"create.editorx": [
|
|
80392
|
+
{
|
|
80393
|
+
srcPath: "/oauth2/callback",
|
|
80394
|
+
destPath: "/oauth2/callback"
|
|
80395
|
+
}
|
|
80360
80396
|
]
|
|
80361
80397
|
};
|
|
80362
80398
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -93852,16 +93888,16 @@ function wixCliCliError(params) {
|
|
|
93852
93888
|
var package_default = {
|
|
93853
93889
|
name: "@wix/create-headless-site",
|
|
93854
93890
|
description: "Headless site creation wizard",
|
|
93855
|
-
version: "0.0.
|
|
93891
|
+
version: "0.0.13",
|
|
93856
93892
|
bin: "bin/index.cjs",
|
|
93857
93893
|
devDependencies: {
|
|
93858
93894
|
"@commander-js/extra-typings": "^13.0.0",
|
|
93859
93895
|
"@types/react": "^18.3.3",
|
|
93860
93896
|
"@types/semver": "^7.5.8",
|
|
93861
93897
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
93862
|
-
"@wix/ambassador-funnel-projects-v1-project": "^1.0.
|
|
93898
|
+
"@wix/ambassador-funnel-projects-v1-project": "^1.0.8",
|
|
93863
93899
|
"@wix/backend-as-a-service-client": "workspace:*",
|
|
93864
|
-
"@wix/bi-logger-dev-tools-data": "^1.
|
|
93900
|
+
"@wix/bi-logger-dev-tools-data": "^1.116.0",
|
|
93865
93901
|
"@wix/cli-astro-definitions": "workspace:*",
|
|
93866
93902
|
"@wix/cli-auth": "workspace:*",
|
|
93867
93903
|
"@wix/cli-core-definitions": "workspace:*",
|
|
@@ -96560,26 +96596,7 @@ init_esm_shims();
|
|
|
96560
96596
|
var _createProjectRequest = {};
|
|
96561
96597
|
var _createProjectResponse = {};
|
|
96562
96598
|
function resolveWixApiFunnelProjectProjectsServiceUrl(opts) {
|
|
96563
|
-
var domainToMappings = {
|
|
96564
|
-
"www.wixapis.com": [
|
|
96565
|
-
{
|
|
96566
|
-
srcPath: "/funnel/projects",
|
|
96567
|
-
destPath: ""
|
|
96568
|
-
}
|
|
96569
|
-
],
|
|
96570
|
-
"*.dev.wix-code.com": [
|
|
96571
|
-
{
|
|
96572
|
-
srcPath: "/_api/funnel-projects-service",
|
|
96573
|
-
destPath: ""
|
|
96574
|
-
}
|
|
96575
|
-
],
|
|
96576
|
-
_: [
|
|
96577
|
-
{
|
|
96578
|
-
srcPath: "/_api/funnel-projects-service",
|
|
96579
|
-
destPath: ""
|
|
96580
|
-
}
|
|
96581
|
-
]
|
|
96582
|
-
};
|
|
96599
|
+
var domainToMappings = {};
|
|
96583
96600
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
96584
96601
|
}
|
|
96585
96602
|
function createProject(payload5) {
|
|
@@ -96615,6 +96632,7 @@ var Type;
|
|
|
96615
96632
|
Type5["WIX"] = "WIX";
|
|
96616
96633
|
Type5["HEADLESS"] = "HEADLESS";
|
|
96617
96634
|
Type5["BRANDED_APP"] = "BRANDED_APP";
|
|
96635
|
+
Type5["VIBE"] = "VIBE";
|
|
96618
96636
|
})(Type || (Type = {}));
|
|
96619
96637
|
|
|
96620
96638
|
// src/clients/funnel-projects/schemas.ts
|
|
@@ -99071,6 +99089,8 @@ var BackOfficeHostingPlatforms;
|
|
|
99071
99089
|
BackOfficeHostingPlatforms3["DATA"] = "DATA";
|
|
99072
99090
|
BackOfficeHostingPlatforms3["LITE_DASHBOARD"] = "LITE_DASHBOARD";
|
|
99073
99091
|
BackOfficeHostingPlatforms3["PICASSO_EDITOR"] = "PICASSO_EDITOR";
|
|
99092
|
+
BackOfficeHostingPlatforms3["BASE44_DASHBOARD_POC"] = "BASE44_DASHBOARD_POC";
|
|
99093
|
+
BackOfficeHostingPlatforms3["WIXEL_EDITOR"] = "WIXEL_EDITOR";
|
|
99074
99094
|
})(BackOfficeHostingPlatforms || (BackOfficeHostingPlatforms = {}));
|
|
99075
99095
|
var DtsDefinitionType;
|
|
99076
99096
|
(function(DtsDefinitionType3) {
|
|
@@ -100675,6 +100695,7 @@ var GroupType;
|
|
|
100675
100695
|
GroupType3["gap"] = "gap";
|
|
100676
100696
|
GroupType3["arrayItems"] = "arrayItems";
|
|
100677
100697
|
GroupType3["arrayItem"] = "arrayItem";
|
|
100698
|
+
GroupType3["listItem"] = "listItem";
|
|
100678
100699
|
})(GroupType || (GroupType = {}));
|
|
100679
100700
|
var CssPropertyEnumCssPropertyType;
|
|
100680
100701
|
(function(CssPropertyEnumCssPropertyType3) {
|
|
@@ -101618,6 +101639,8 @@ var BackOfficeHostingPlatforms2;
|
|
|
101618
101639
|
BackOfficeHostingPlatforms3["DATA"] = "DATA";
|
|
101619
101640
|
BackOfficeHostingPlatforms3["LITE_DASHBOARD"] = "LITE_DASHBOARD";
|
|
101620
101641
|
BackOfficeHostingPlatforms3["PICASSO_EDITOR"] = "PICASSO_EDITOR";
|
|
101642
|
+
BackOfficeHostingPlatforms3["BASE44_DASHBOARD_POC"] = "BASE44_DASHBOARD_POC";
|
|
101643
|
+
BackOfficeHostingPlatforms3["WIXEL_EDITOR"] = "WIXEL_EDITOR";
|
|
101621
101644
|
})(BackOfficeHostingPlatforms2 || (BackOfficeHostingPlatforms2 = {}));
|
|
101622
101645
|
var DtsDefinitionType2;
|
|
101623
101646
|
(function(DtsDefinitionType3) {
|
|
@@ -103205,6 +103228,7 @@ var GroupType2;
|
|
|
103205
103228
|
GroupType3["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
103206
103229
|
GroupType3["cssDataType"] = "cssDataType";
|
|
103207
103230
|
GroupType3["dataType"] = "dataType";
|
|
103231
|
+
GroupType3["preset"] = "preset";
|
|
103208
103232
|
GroupType3["background"] = "background";
|
|
103209
103233
|
GroupType3["margin"] = "margin";
|
|
103210
103234
|
GroupType3["padding"] = "padding";
|
|
@@ -103219,6 +103243,9 @@ var GroupType2;
|
|
|
103219
103243
|
GroupType3["font"] = "font";
|
|
103220
103244
|
GroupType3["textDecoration"] = "textDecoration";
|
|
103221
103245
|
GroupType3["gap"] = "gap";
|
|
103246
|
+
GroupType3["arrayItems"] = "arrayItems";
|
|
103247
|
+
GroupType3["arrayItem"] = "arrayItem";
|
|
103248
|
+
GroupType3["listItem"] = "listItem";
|
|
103222
103249
|
})(GroupType2 || (GroupType2 = {}));
|
|
103223
103250
|
var CssPropertyEnumCssPropertyType2;
|
|
103224
103251
|
(function(CssPropertyEnumCssPropertyType3) {
|
|
@@ -104600,7 +104627,7 @@ var StaticFileUploadSchema = z.object({
|
|
|
104600
104627
|
|
|
104601
104628
|
// ../backend-as-a-service-client/src/backend-as-a-service-client.ts
|
|
104602
104629
|
var { minRetryTimeout: minRetryTimeout2 } = getTestOverrides();
|
|
104603
|
-
var APP_PROJECT_TYPE_ID = "
|
|
104630
|
+
var APP_PROJECT_TYPE_ID = "eb363dea-85a0-4159-9b05-949542be5079";
|
|
104604
104631
|
var BackendAsAServiceClient = class {
|
|
104605
104632
|
constructor(httpClient) {
|
|
104606
104633
|
this.httpClient = httpClient;
|