@wix/create-headless-site 0.0.33 → 0.0.34
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 +167 -84
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -90376,7 +90376,7 @@ function wixCliCliError(params) {
|
|
|
90376
90376
|
var package_default = {
|
|
90377
90377
|
name: "@wix/create-headless-site",
|
|
90378
90378
|
description: "Headless site creation wizard",
|
|
90379
|
-
version: "0.0.
|
|
90379
|
+
version: "0.0.34",
|
|
90380
90380
|
bin: "bin/index.cjs",
|
|
90381
90381
|
devDependencies: {
|
|
90382
90382
|
"@commander-js/extra-typings": "^13.0.0",
|
|
@@ -94259,6 +94259,83 @@ function queryMyApps(payload5) {
|
|
|
94259
94259
|
return __queryMyApps;
|
|
94260
94260
|
}
|
|
94261
94261
|
|
|
94262
|
+
// ../../node_modules/@wix/ambassador-devcenter-myapps-v1-my-app/build/es/types.impl.js
|
|
94263
|
+
init_esm_shims();
|
|
94264
|
+
var CreatedByType;
|
|
94265
|
+
(function(CreatedByType3) {
|
|
94266
|
+
CreatedByType3["USER"] = "USER";
|
|
94267
|
+
CreatedByType3["APP"] = "APP";
|
|
94268
|
+
})(CreatedByType || (CreatedByType = {}));
|
|
94269
|
+
var AppType;
|
|
94270
|
+
(function(AppType5) {
|
|
94271
|
+
AppType5["SITE_APP"] = "SITE_APP";
|
|
94272
|
+
AppType5["API_KEY"] = "API_KEY";
|
|
94273
|
+
AppType5["VELO_APP"] = "VELO_APP";
|
|
94274
|
+
AppType5["PRIVATE_APP"] = "PRIVATE_APP";
|
|
94275
|
+
AppType5["HEADLESS"] = "HEADLESS";
|
|
94276
|
+
AppType5["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
94277
|
+
})(AppType || (AppType = {}));
|
|
94278
|
+
var VersionStatus;
|
|
94279
|
+
(function(VersionStatus3) {
|
|
94280
|
+
VersionStatus3["NONE_STATUS"] = "NONE_STATUS";
|
|
94281
|
+
VersionStatus3["DRAFT"] = "DRAFT";
|
|
94282
|
+
VersionStatus3["SUBMITTED"] = "SUBMITTED";
|
|
94283
|
+
VersionStatus3["IN_REVIEW"] = "IN_REVIEW";
|
|
94284
|
+
VersionStatus3["APPROVED"] = "APPROVED";
|
|
94285
|
+
VersionStatus3["PUBLISHED"] = "PUBLISHED";
|
|
94286
|
+
VersionStatus3["DECLINED"] = "DECLINED";
|
|
94287
|
+
VersionStatus3["ARCHIVED"] = "ARCHIVED";
|
|
94288
|
+
VersionStatus3["HIDDEN"] = "HIDDEN";
|
|
94289
|
+
VersionStatus3["RELEASED"] = "RELEASED";
|
|
94290
|
+
})(VersionStatus || (VersionStatus = {}));
|
|
94291
|
+
var SortOrder;
|
|
94292
|
+
(function(SortOrder4) {
|
|
94293
|
+
SortOrder4["ASC"] = "ASC";
|
|
94294
|
+
SortOrder4["DESC"] = "DESC";
|
|
94295
|
+
})(SortOrder || (SortOrder = {}));
|
|
94296
|
+
var RequestedFields;
|
|
94297
|
+
(function(RequestedFields2) {
|
|
94298
|
+
RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
94299
|
+
RequestedFields2["CREATED_BY_DATA"] = "CREATED_BY_DATA";
|
|
94300
|
+
})(RequestedFields || (RequestedFields = {}));
|
|
94301
|
+
var SubjectType;
|
|
94302
|
+
(function(SubjectType2) {
|
|
94303
|
+
SubjectType2["UNKNOWN"] = "UNKNOWN";
|
|
94304
|
+
SubjectType2["ACCOUNT"] = "ACCOUNT";
|
|
94305
|
+
SubjectType2["USER"] = "USER";
|
|
94306
|
+
SubjectType2["USER_GROUP"] = "USER_GROUP";
|
|
94307
|
+
SubjectType2["MEMBER_GROUP"] = "MEMBER_GROUP";
|
|
94308
|
+
SubjectType2["VISITOR_GROUP"] = "VISITOR_GROUP";
|
|
94309
|
+
SubjectType2["EXTERNAL_APP"] = "EXTERNAL_APP";
|
|
94310
|
+
SubjectType2["ACCOUNT_GROUP"] = "ACCOUNT_GROUP";
|
|
94311
|
+
SubjectType2["WIX_APP"] = "WIX_APP";
|
|
94312
|
+
})(SubjectType || (SubjectType = {}));
|
|
94313
|
+
var SubjectContextType;
|
|
94314
|
+
(function(SubjectContextType2) {
|
|
94315
|
+
SubjectContextType2["UNKNOWN_CTX"] = "UNKNOWN_CTX";
|
|
94316
|
+
SubjectContextType2["ORG_CTX"] = "ORG_CTX";
|
|
94317
|
+
SubjectContextType2["ACCOUNT_CTX"] = "ACCOUNT_CTX";
|
|
94318
|
+
})(SubjectContextType || (SubjectContextType = {}));
|
|
94319
|
+
var SimpleConditionOperator;
|
|
94320
|
+
(function(SimpleConditionOperator2) {
|
|
94321
|
+
SimpleConditionOperator2["UNKNOWN_SIMPLE_OP"] = "UNKNOWN_SIMPLE_OP";
|
|
94322
|
+
SimpleConditionOperator2["EQUAL"] = "EQUAL";
|
|
94323
|
+
})(SimpleConditionOperator || (SimpleConditionOperator = {}));
|
|
94324
|
+
var JoinedConditionOperator;
|
|
94325
|
+
(function(JoinedConditionOperator2) {
|
|
94326
|
+
JoinedConditionOperator2["UNKNOWN_JOIN_OP"] = "UNKNOWN_JOIN_OP";
|
|
94327
|
+
JoinedConditionOperator2["OR"] = "OR";
|
|
94328
|
+
JoinedConditionOperator2["AND"] = "AND";
|
|
94329
|
+
})(JoinedConditionOperator || (JoinedConditionOperator = {}));
|
|
94330
|
+
var WebhookIdentityType;
|
|
94331
|
+
(function(WebhookIdentityType6) {
|
|
94332
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
94333
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
94334
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
94335
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
94336
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
94337
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
94338
|
+
|
|
94262
94339
|
// ../../node_modules/@wix/ambassador-devcenter-dsm-v1-development-site/build/es/http.impl.js
|
|
94263
94340
|
init_esm_shims();
|
|
94264
94341
|
var _createDevelopmentSiteRequest = {};
|
|
@@ -96302,12 +96379,12 @@ var CardStylesLayout;
|
|
|
96302
96379
|
CardStylesLayout3["STACKED"] = "STACKED";
|
|
96303
96380
|
CardStylesLayout3["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
96304
96381
|
})(CardStylesLayout || (CardStylesLayout = {}));
|
|
96305
|
-
var
|
|
96306
|
-
(function(
|
|
96307
|
-
|
|
96308
|
-
|
|
96309
|
-
|
|
96310
|
-
})(
|
|
96382
|
+
var AppType2;
|
|
96383
|
+
(function(AppType5) {
|
|
96384
|
+
AppType5["PRODUCT"] = "PRODUCT";
|
|
96385
|
+
AppType5["EVENT"] = "EVENT";
|
|
96386
|
+
AppType5["BOOKING"] = "BOOKING";
|
|
96387
|
+
})(AppType2 || (AppType2 = {}));
|
|
96311
96388
|
var InitialExpandedItems;
|
|
96312
96389
|
(function(InitialExpandedItems3) {
|
|
96313
96390
|
InitialExpandedItems3["FIRST"] = "FIRST";
|
|
@@ -98086,14 +98163,14 @@ var VersionType;
|
|
|
98086
98163
|
VersionType2["LATEST_VERSION"] = "LATEST_VERSION";
|
|
98087
98164
|
VersionType2["DEV_VERSION"] = "DEV_VERSION";
|
|
98088
98165
|
})(VersionType || (VersionType = {}));
|
|
98089
|
-
var
|
|
98090
|
-
(function(
|
|
98091
|
-
|
|
98092
|
-
|
|
98093
|
-
|
|
98094
|
-
|
|
98095
|
-
|
|
98096
|
-
})(
|
|
98166
|
+
var WebhookIdentityType2;
|
|
98167
|
+
(function(WebhookIdentityType6) {
|
|
98168
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
98169
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
98170
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
98171
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
98172
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
98173
|
+
})(WebhookIdentityType2 || (WebhookIdentityType2 = {}));
|
|
98097
98174
|
|
|
98098
98175
|
// ../dev-center-client/src/schemas.ts
|
|
98099
98176
|
init_esm_shims();
|
|
@@ -98109,19 +98186,19 @@ var Classification;
|
|
|
98109
98186
|
Classification2["HEADLESS"] = "HEADLESS";
|
|
98110
98187
|
Classification2["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
98111
98188
|
})(Classification || (Classification = {}));
|
|
98112
|
-
var
|
|
98113
|
-
(function(
|
|
98114
|
-
|
|
98115
|
-
|
|
98116
|
-
|
|
98117
|
-
|
|
98118
|
-
|
|
98119
|
-
|
|
98120
|
-
|
|
98121
|
-
|
|
98122
|
-
|
|
98123
|
-
|
|
98124
|
-
})(
|
|
98189
|
+
var VersionStatus2;
|
|
98190
|
+
(function(VersionStatus3) {
|
|
98191
|
+
VersionStatus3["NONE_STATUS"] = "NONE_STATUS";
|
|
98192
|
+
VersionStatus3["DRAFT"] = "DRAFT";
|
|
98193
|
+
VersionStatus3["SUBMITTED"] = "SUBMITTED";
|
|
98194
|
+
VersionStatus3["IN_REVIEW"] = "IN_REVIEW";
|
|
98195
|
+
VersionStatus3["APPROVED"] = "APPROVED";
|
|
98196
|
+
VersionStatus3["PUBLISHED"] = "PUBLISHED";
|
|
98197
|
+
VersionStatus3["DECLINED"] = "DECLINED";
|
|
98198
|
+
VersionStatus3["ARCHIVED"] = "ARCHIVED";
|
|
98199
|
+
VersionStatus3["HIDDEN"] = "HIDDEN";
|
|
98200
|
+
VersionStatus3["RELEASED"] = "RELEASED";
|
|
98201
|
+
})(VersionStatus2 || (VersionStatus2 = {}));
|
|
98125
98202
|
var ComponentType2;
|
|
98126
98203
|
(function(ComponentType3) {
|
|
98127
98204
|
ComponentType3["NONE"] = "NONE";
|
|
@@ -99093,12 +99170,12 @@ var CardStylesLayout2;
|
|
|
99093
99170
|
CardStylesLayout3["STACKED"] = "STACKED";
|
|
99094
99171
|
CardStylesLayout3["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
99095
99172
|
})(CardStylesLayout2 || (CardStylesLayout2 = {}));
|
|
99096
|
-
var
|
|
99097
|
-
(function(
|
|
99098
|
-
|
|
99099
|
-
|
|
99100
|
-
|
|
99101
|
-
})(
|
|
99173
|
+
var AppType3;
|
|
99174
|
+
(function(AppType5) {
|
|
99175
|
+
AppType5["PRODUCT"] = "PRODUCT";
|
|
99176
|
+
AppType5["EVENT"] = "EVENT";
|
|
99177
|
+
AppType5["BOOKING"] = "BOOKING";
|
|
99178
|
+
})(AppType3 || (AppType3 = {}));
|
|
99102
99179
|
var InitialExpandedItems2;
|
|
99103
99180
|
(function(InitialExpandedItems3) {
|
|
99104
99181
|
InitialExpandedItems3["FIRST"] = "FIRST";
|
|
@@ -100723,14 +100800,14 @@ var TranslationType;
|
|
|
100723
100800
|
TranslationType2["UNINITIALIZED"] = "UNINITIALIZED";
|
|
100724
100801
|
TranslationType2["COMPONENT"] = "COMPONENT";
|
|
100725
100802
|
})(TranslationType || (TranslationType = {}));
|
|
100726
|
-
var
|
|
100727
|
-
(function(
|
|
100728
|
-
|
|
100729
|
-
|
|
100730
|
-
|
|
100731
|
-
|
|
100732
|
-
|
|
100733
|
-
})(
|
|
100803
|
+
var WebhookIdentityType3;
|
|
100804
|
+
(function(WebhookIdentityType6) {
|
|
100805
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
100806
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
100807
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
100808
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
100809
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
100810
|
+
})(WebhookIdentityType3 || (WebhookIdentityType3 = {}));
|
|
100734
100811
|
|
|
100735
100812
|
// ../../node_modules/@wix/ambassador-devcenter-apps-v1-app-template/build/es/types.impl.js
|
|
100736
100813
|
init_esm_shims();
|
|
@@ -100765,21 +100842,21 @@ var Status3;
|
|
|
100765
100842
|
Status4["DEPRECATED"] = "DEPRECATED";
|
|
100766
100843
|
Status4["ARCHIVED"] = "ARCHIVED";
|
|
100767
100844
|
})(Status3 || (Status3 = {}));
|
|
100768
|
-
var
|
|
100769
|
-
(function(
|
|
100770
|
-
|
|
100771
|
-
|
|
100772
|
-
|
|
100773
|
-
|
|
100774
|
-
|
|
100775
|
-
|
|
100776
|
-
})(
|
|
100777
|
-
var
|
|
100778
|
-
(function(
|
|
100779
|
-
|
|
100780
|
-
|
|
100781
|
-
|
|
100782
|
-
})(
|
|
100845
|
+
var AppType4;
|
|
100846
|
+
(function(AppType5) {
|
|
100847
|
+
AppType5["SITE_APP"] = "SITE_APP";
|
|
100848
|
+
AppType5["API_KEY"] = "API_KEY";
|
|
100849
|
+
AppType5["VELO_APP"] = "VELO_APP";
|
|
100850
|
+
AppType5["PRIVATE_APP"] = "PRIVATE_APP";
|
|
100851
|
+
AppType5["HEADLESS"] = "HEADLESS";
|
|
100852
|
+
AppType5["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
100853
|
+
})(AppType4 || (AppType4 = {}));
|
|
100854
|
+
var CreatedByType2;
|
|
100855
|
+
(function(CreatedByType3) {
|
|
100856
|
+
CreatedByType3["USER"] = "USER";
|
|
100857
|
+
CreatedByType3["APP"] = "APP";
|
|
100858
|
+
CreatedByType3["CODE_GEN"] = "CODE_GEN";
|
|
100859
|
+
})(CreatedByType2 || (CreatedByType2 = {}));
|
|
100783
100860
|
var ShowConsentBehaviour;
|
|
100784
100861
|
(function(ShowConsentBehaviour2) {
|
|
100785
100862
|
ShowConsentBehaviour2["DEFAULT_BEHAVIOUR"] = "DEFAULT_BEHAVIOUR";
|
|
@@ -101123,7 +101200,13 @@ var DevCenterClient = class {
|
|
|
101123
101200
|
query: {
|
|
101124
101201
|
paging: {
|
|
101125
101202
|
limit: 500
|
|
101126
|
-
}
|
|
101203
|
+
},
|
|
101204
|
+
sort: [
|
|
101205
|
+
{
|
|
101206
|
+
fieldName: "updatedDate",
|
|
101207
|
+
order: SortOrder.DESC
|
|
101208
|
+
}
|
|
101209
|
+
]
|
|
101127
101210
|
}
|
|
101128
101211
|
})
|
|
101129
101212
|
),
|
|
@@ -101845,19 +101928,19 @@ var CloudProvider;
|
|
|
101845
101928
|
CloudProvider3["CLOUD_FLARE"] = "CLOUD_FLARE";
|
|
101846
101929
|
CloudProvider3["KUBERNETES"] = "KUBERNETES";
|
|
101847
101930
|
})(CloudProvider || (CloudProvider = {}));
|
|
101848
|
-
var
|
|
101849
|
-
(function(
|
|
101850
|
-
|
|
101851
|
-
|
|
101852
|
-
|
|
101853
|
-
|
|
101854
|
-
|
|
101855
|
-
})(
|
|
101856
|
-
var
|
|
101857
|
-
(function(
|
|
101858
|
-
|
|
101859
|
-
|
|
101860
|
-
})(
|
|
101931
|
+
var WebhookIdentityType4;
|
|
101932
|
+
(function(WebhookIdentityType6) {
|
|
101933
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
101934
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
101935
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
101936
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
101937
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
101938
|
+
})(WebhookIdentityType4 || (WebhookIdentityType4 = {}));
|
|
101939
|
+
var SortOrder2;
|
|
101940
|
+
(function(SortOrder4) {
|
|
101941
|
+
SortOrder4["ASC"] = "ASC";
|
|
101942
|
+
SortOrder4["DESC"] = "DESC";
|
|
101943
|
+
})(SortOrder2 || (SortOrder2 = {}));
|
|
101861
101944
|
|
|
101862
101945
|
// ../../node_modules/@wix/ambassador-velo-backend-v1-app-environment/build/es/http.impl.js
|
|
101863
101946
|
init_esm_shims();
|
|
@@ -101991,19 +102074,19 @@ var DeploymentState;
|
|
|
101991
102074
|
DeploymentState2["DEPLOY_SUCCESS"] = "DEPLOY_SUCCESS";
|
|
101992
102075
|
DeploymentState2["DEPLOY_FAILED"] = "DEPLOY_FAILED";
|
|
101993
102076
|
})(DeploymentState || (DeploymentState = {}));
|
|
101994
|
-
var
|
|
101995
|
-
(function(
|
|
101996
|
-
|
|
101997
|
-
|
|
101998
|
-
})(
|
|
101999
|
-
var
|
|
102000
|
-
(function(
|
|
102001
|
-
|
|
102002
|
-
|
|
102003
|
-
|
|
102004
|
-
|
|
102005
|
-
|
|
102006
|
-
})(
|
|
102077
|
+
var SortOrder3;
|
|
102078
|
+
(function(SortOrder4) {
|
|
102079
|
+
SortOrder4["ASC"] = "ASC";
|
|
102080
|
+
SortOrder4["DESC"] = "DESC";
|
|
102081
|
+
})(SortOrder3 || (SortOrder3 = {}));
|
|
102082
|
+
var WebhookIdentityType5;
|
|
102083
|
+
(function(WebhookIdentityType6) {
|
|
102084
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
102085
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
102086
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
102087
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
102088
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
102089
|
+
})(WebhookIdentityType5 || (WebhookIdentityType5 = {}));
|
|
102007
102090
|
|
|
102008
102091
|
// ../backend-as-a-service-client/src/schemas.ts
|
|
102009
102092
|
var staticFileMetadata = external_exports.object({
|