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