@wix/create-new 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 +167 -84
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -88911,6 +88911,83 @@ function queryMyApps(payload7) {
|
|
|
88911
88911
|
return __queryMyApps;
|
|
88912
88912
|
}
|
|
88913
88913
|
|
|
88914
|
+
// ../../node_modules/@wix/ambassador-devcenter-myapps-v1-my-app/build/es/types.impl.js
|
|
88915
|
+
init_esm_shims();
|
|
88916
|
+
var CreatedByType;
|
|
88917
|
+
(function(CreatedByType3) {
|
|
88918
|
+
CreatedByType3["USER"] = "USER";
|
|
88919
|
+
CreatedByType3["APP"] = "APP";
|
|
88920
|
+
})(CreatedByType || (CreatedByType = {}));
|
|
88921
|
+
var AppType;
|
|
88922
|
+
(function(AppType5) {
|
|
88923
|
+
AppType5["SITE_APP"] = "SITE_APP";
|
|
88924
|
+
AppType5["API_KEY"] = "API_KEY";
|
|
88925
|
+
AppType5["VELO_APP"] = "VELO_APP";
|
|
88926
|
+
AppType5["PRIVATE_APP"] = "PRIVATE_APP";
|
|
88927
|
+
AppType5["HEADLESS"] = "HEADLESS";
|
|
88928
|
+
AppType5["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
88929
|
+
})(AppType || (AppType = {}));
|
|
88930
|
+
var VersionStatus;
|
|
88931
|
+
(function(VersionStatus3) {
|
|
88932
|
+
VersionStatus3["NONE_STATUS"] = "NONE_STATUS";
|
|
88933
|
+
VersionStatus3["DRAFT"] = "DRAFT";
|
|
88934
|
+
VersionStatus3["SUBMITTED"] = "SUBMITTED";
|
|
88935
|
+
VersionStatus3["IN_REVIEW"] = "IN_REVIEW";
|
|
88936
|
+
VersionStatus3["APPROVED"] = "APPROVED";
|
|
88937
|
+
VersionStatus3["PUBLISHED"] = "PUBLISHED";
|
|
88938
|
+
VersionStatus3["DECLINED"] = "DECLINED";
|
|
88939
|
+
VersionStatus3["ARCHIVED"] = "ARCHIVED";
|
|
88940
|
+
VersionStatus3["HIDDEN"] = "HIDDEN";
|
|
88941
|
+
VersionStatus3["RELEASED"] = "RELEASED";
|
|
88942
|
+
})(VersionStatus || (VersionStatus = {}));
|
|
88943
|
+
var SortOrder;
|
|
88944
|
+
(function(SortOrder4) {
|
|
88945
|
+
SortOrder4["ASC"] = "ASC";
|
|
88946
|
+
SortOrder4["DESC"] = "DESC";
|
|
88947
|
+
})(SortOrder || (SortOrder = {}));
|
|
88948
|
+
var RequestedFields;
|
|
88949
|
+
(function(RequestedFields2) {
|
|
88950
|
+
RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
88951
|
+
RequestedFields2["CREATED_BY_DATA"] = "CREATED_BY_DATA";
|
|
88952
|
+
})(RequestedFields || (RequestedFields = {}));
|
|
88953
|
+
var SubjectType;
|
|
88954
|
+
(function(SubjectType2) {
|
|
88955
|
+
SubjectType2["UNKNOWN"] = "UNKNOWN";
|
|
88956
|
+
SubjectType2["ACCOUNT"] = "ACCOUNT";
|
|
88957
|
+
SubjectType2["USER"] = "USER";
|
|
88958
|
+
SubjectType2["USER_GROUP"] = "USER_GROUP";
|
|
88959
|
+
SubjectType2["MEMBER_GROUP"] = "MEMBER_GROUP";
|
|
88960
|
+
SubjectType2["VISITOR_GROUP"] = "VISITOR_GROUP";
|
|
88961
|
+
SubjectType2["EXTERNAL_APP"] = "EXTERNAL_APP";
|
|
88962
|
+
SubjectType2["ACCOUNT_GROUP"] = "ACCOUNT_GROUP";
|
|
88963
|
+
SubjectType2["WIX_APP"] = "WIX_APP";
|
|
88964
|
+
})(SubjectType || (SubjectType = {}));
|
|
88965
|
+
var SubjectContextType;
|
|
88966
|
+
(function(SubjectContextType2) {
|
|
88967
|
+
SubjectContextType2["UNKNOWN_CTX"] = "UNKNOWN_CTX";
|
|
88968
|
+
SubjectContextType2["ORG_CTX"] = "ORG_CTX";
|
|
88969
|
+
SubjectContextType2["ACCOUNT_CTX"] = "ACCOUNT_CTX";
|
|
88970
|
+
})(SubjectContextType || (SubjectContextType = {}));
|
|
88971
|
+
var SimpleConditionOperator;
|
|
88972
|
+
(function(SimpleConditionOperator2) {
|
|
88973
|
+
SimpleConditionOperator2["UNKNOWN_SIMPLE_OP"] = "UNKNOWN_SIMPLE_OP";
|
|
88974
|
+
SimpleConditionOperator2["EQUAL"] = "EQUAL";
|
|
88975
|
+
})(SimpleConditionOperator || (SimpleConditionOperator = {}));
|
|
88976
|
+
var JoinedConditionOperator;
|
|
88977
|
+
(function(JoinedConditionOperator2) {
|
|
88978
|
+
JoinedConditionOperator2["UNKNOWN_JOIN_OP"] = "UNKNOWN_JOIN_OP";
|
|
88979
|
+
JoinedConditionOperator2["OR"] = "OR";
|
|
88980
|
+
JoinedConditionOperator2["AND"] = "AND";
|
|
88981
|
+
})(JoinedConditionOperator || (JoinedConditionOperator = {}));
|
|
88982
|
+
var WebhookIdentityType;
|
|
88983
|
+
(function(WebhookIdentityType6) {
|
|
88984
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
88985
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
88986
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
88987
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
88988
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
88989
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
88990
|
+
|
|
88914
88991
|
// ../../node_modules/@wix/ambassador-devcenter-dsm-v1-development-site/build/es/http.impl.js
|
|
88915
88992
|
init_esm_shims();
|
|
88916
88993
|
var _createDevelopmentSiteRequest = {};
|
|
@@ -90954,12 +91031,12 @@ var CardStylesLayout;
|
|
|
90954
91031
|
CardStylesLayout3["STACKED"] = "STACKED";
|
|
90955
91032
|
CardStylesLayout3["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
90956
91033
|
})(CardStylesLayout || (CardStylesLayout = {}));
|
|
90957
|
-
var
|
|
90958
|
-
(function(
|
|
90959
|
-
|
|
90960
|
-
|
|
90961
|
-
|
|
90962
|
-
})(
|
|
91034
|
+
var AppType2;
|
|
91035
|
+
(function(AppType5) {
|
|
91036
|
+
AppType5["PRODUCT"] = "PRODUCT";
|
|
91037
|
+
AppType5["EVENT"] = "EVENT";
|
|
91038
|
+
AppType5["BOOKING"] = "BOOKING";
|
|
91039
|
+
})(AppType2 || (AppType2 = {}));
|
|
90963
91040
|
var InitialExpandedItems;
|
|
90964
91041
|
(function(InitialExpandedItems3) {
|
|
90965
91042
|
InitialExpandedItems3["FIRST"] = "FIRST";
|
|
@@ -92738,14 +92815,14 @@ var VersionType;
|
|
|
92738
92815
|
VersionType2["LATEST_VERSION"] = "LATEST_VERSION";
|
|
92739
92816
|
VersionType2["DEV_VERSION"] = "DEV_VERSION";
|
|
92740
92817
|
})(VersionType || (VersionType = {}));
|
|
92741
|
-
var
|
|
92742
|
-
(function(
|
|
92743
|
-
|
|
92744
|
-
|
|
92745
|
-
|
|
92746
|
-
|
|
92747
|
-
|
|
92748
|
-
})(
|
|
92818
|
+
var WebhookIdentityType2;
|
|
92819
|
+
(function(WebhookIdentityType6) {
|
|
92820
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
92821
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
92822
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
92823
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
92824
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
92825
|
+
})(WebhookIdentityType2 || (WebhookIdentityType2 = {}));
|
|
92749
92826
|
|
|
92750
92827
|
// ../dev-center-client/src/schemas.ts
|
|
92751
92828
|
init_esm_shims();
|
|
@@ -92761,19 +92838,19 @@ var Classification;
|
|
|
92761
92838
|
Classification2["HEADLESS"] = "HEADLESS";
|
|
92762
92839
|
Classification2["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
92763
92840
|
})(Classification || (Classification = {}));
|
|
92764
|
-
var
|
|
92765
|
-
(function(
|
|
92766
|
-
|
|
92767
|
-
|
|
92768
|
-
|
|
92769
|
-
|
|
92770
|
-
|
|
92771
|
-
|
|
92772
|
-
|
|
92773
|
-
|
|
92774
|
-
|
|
92775
|
-
|
|
92776
|
-
})(
|
|
92841
|
+
var VersionStatus2;
|
|
92842
|
+
(function(VersionStatus3) {
|
|
92843
|
+
VersionStatus3["NONE_STATUS"] = "NONE_STATUS";
|
|
92844
|
+
VersionStatus3["DRAFT"] = "DRAFT";
|
|
92845
|
+
VersionStatus3["SUBMITTED"] = "SUBMITTED";
|
|
92846
|
+
VersionStatus3["IN_REVIEW"] = "IN_REVIEW";
|
|
92847
|
+
VersionStatus3["APPROVED"] = "APPROVED";
|
|
92848
|
+
VersionStatus3["PUBLISHED"] = "PUBLISHED";
|
|
92849
|
+
VersionStatus3["DECLINED"] = "DECLINED";
|
|
92850
|
+
VersionStatus3["ARCHIVED"] = "ARCHIVED";
|
|
92851
|
+
VersionStatus3["HIDDEN"] = "HIDDEN";
|
|
92852
|
+
VersionStatus3["RELEASED"] = "RELEASED";
|
|
92853
|
+
})(VersionStatus2 || (VersionStatus2 = {}));
|
|
92777
92854
|
var ComponentType2;
|
|
92778
92855
|
(function(ComponentType3) {
|
|
92779
92856
|
ComponentType3["NONE"] = "NONE";
|
|
@@ -93745,12 +93822,12 @@ var CardStylesLayout2;
|
|
|
93745
93822
|
CardStylesLayout3["STACKED"] = "STACKED";
|
|
93746
93823
|
CardStylesLayout3["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
93747
93824
|
})(CardStylesLayout2 || (CardStylesLayout2 = {}));
|
|
93748
|
-
var
|
|
93749
|
-
(function(
|
|
93750
|
-
|
|
93751
|
-
|
|
93752
|
-
|
|
93753
|
-
})(
|
|
93825
|
+
var AppType3;
|
|
93826
|
+
(function(AppType5) {
|
|
93827
|
+
AppType5["PRODUCT"] = "PRODUCT";
|
|
93828
|
+
AppType5["EVENT"] = "EVENT";
|
|
93829
|
+
AppType5["BOOKING"] = "BOOKING";
|
|
93830
|
+
})(AppType3 || (AppType3 = {}));
|
|
93754
93831
|
var InitialExpandedItems2;
|
|
93755
93832
|
(function(InitialExpandedItems3) {
|
|
93756
93833
|
InitialExpandedItems3["FIRST"] = "FIRST";
|
|
@@ -95375,14 +95452,14 @@ var TranslationType;
|
|
|
95375
95452
|
TranslationType2["UNINITIALIZED"] = "UNINITIALIZED";
|
|
95376
95453
|
TranslationType2["COMPONENT"] = "COMPONENT";
|
|
95377
95454
|
})(TranslationType || (TranslationType = {}));
|
|
95378
|
-
var
|
|
95379
|
-
(function(
|
|
95380
|
-
|
|
95381
|
-
|
|
95382
|
-
|
|
95383
|
-
|
|
95384
|
-
|
|
95385
|
-
})(
|
|
95455
|
+
var WebhookIdentityType3;
|
|
95456
|
+
(function(WebhookIdentityType6) {
|
|
95457
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
95458
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
95459
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
95460
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
95461
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
95462
|
+
})(WebhookIdentityType3 || (WebhookIdentityType3 = {}));
|
|
95386
95463
|
|
|
95387
95464
|
// ../../node_modules/@wix/ambassador-devcenter-apps-v1-app-template/build/es/types.impl.js
|
|
95388
95465
|
init_esm_shims();
|
|
@@ -95417,21 +95494,21 @@ var Status3;
|
|
|
95417
95494
|
Status4["DEPRECATED"] = "DEPRECATED";
|
|
95418
95495
|
Status4["ARCHIVED"] = "ARCHIVED";
|
|
95419
95496
|
})(Status3 || (Status3 = {}));
|
|
95420
|
-
var
|
|
95421
|
-
(function(
|
|
95422
|
-
|
|
95423
|
-
|
|
95424
|
-
|
|
95425
|
-
|
|
95426
|
-
|
|
95427
|
-
|
|
95428
|
-
})(
|
|
95429
|
-
var
|
|
95430
|
-
(function(
|
|
95431
|
-
|
|
95432
|
-
|
|
95433
|
-
|
|
95434
|
-
})(
|
|
95497
|
+
var AppType4;
|
|
95498
|
+
(function(AppType5) {
|
|
95499
|
+
AppType5["SITE_APP"] = "SITE_APP";
|
|
95500
|
+
AppType5["API_KEY"] = "API_KEY";
|
|
95501
|
+
AppType5["VELO_APP"] = "VELO_APP";
|
|
95502
|
+
AppType5["PRIVATE_APP"] = "PRIVATE_APP";
|
|
95503
|
+
AppType5["HEADLESS"] = "HEADLESS";
|
|
95504
|
+
AppType5["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
95505
|
+
})(AppType4 || (AppType4 = {}));
|
|
95506
|
+
var CreatedByType2;
|
|
95507
|
+
(function(CreatedByType3) {
|
|
95508
|
+
CreatedByType3["USER"] = "USER";
|
|
95509
|
+
CreatedByType3["APP"] = "APP";
|
|
95510
|
+
CreatedByType3["CODE_GEN"] = "CODE_GEN";
|
|
95511
|
+
})(CreatedByType2 || (CreatedByType2 = {}));
|
|
95435
95512
|
var ShowConsentBehaviour;
|
|
95436
95513
|
(function(ShowConsentBehaviour2) {
|
|
95437
95514
|
ShowConsentBehaviour2["DEFAULT_BEHAVIOUR"] = "DEFAULT_BEHAVIOUR";
|
|
@@ -95775,7 +95852,13 @@ var DevCenterClient = class {
|
|
|
95775
95852
|
query: {
|
|
95776
95853
|
paging: {
|
|
95777
95854
|
limit: 500
|
|
95778
|
-
}
|
|
95855
|
+
},
|
|
95856
|
+
sort: [
|
|
95857
|
+
{
|
|
95858
|
+
fieldName: "updatedDate",
|
|
95859
|
+
order: SortOrder.DESC
|
|
95860
|
+
}
|
|
95861
|
+
]
|
|
95779
95862
|
}
|
|
95780
95863
|
})
|
|
95781
95864
|
),
|
|
@@ -96999,19 +97082,19 @@ var CloudProvider;
|
|
|
96999
97082
|
CloudProvider3["CLOUD_FLARE"] = "CLOUD_FLARE";
|
|
97000
97083
|
CloudProvider3["KUBERNETES"] = "KUBERNETES";
|
|
97001
97084
|
})(CloudProvider || (CloudProvider = {}));
|
|
97002
|
-
var
|
|
97003
|
-
(function(
|
|
97004
|
-
|
|
97005
|
-
|
|
97006
|
-
|
|
97007
|
-
|
|
97008
|
-
|
|
97009
|
-
})(
|
|
97010
|
-
var
|
|
97011
|
-
(function(
|
|
97012
|
-
|
|
97013
|
-
|
|
97014
|
-
})(
|
|
97085
|
+
var WebhookIdentityType4;
|
|
97086
|
+
(function(WebhookIdentityType6) {
|
|
97087
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
97088
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
97089
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
97090
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
97091
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
97092
|
+
})(WebhookIdentityType4 || (WebhookIdentityType4 = {}));
|
|
97093
|
+
var SortOrder2;
|
|
97094
|
+
(function(SortOrder4) {
|
|
97095
|
+
SortOrder4["ASC"] = "ASC";
|
|
97096
|
+
SortOrder4["DESC"] = "DESC";
|
|
97097
|
+
})(SortOrder2 || (SortOrder2 = {}));
|
|
97015
97098
|
|
|
97016
97099
|
// ../../node_modules/@wix/ambassador-velo-backend-v1-app-environment/build/es/http.impl.js
|
|
97017
97100
|
init_esm_shims();
|
|
@@ -97145,19 +97228,19 @@ var DeploymentState;
|
|
|
97145
97228
|
DeploymentState2["DEPLOY_SUCCESS"] = "DEPLOY_SUCCESS";
|
|
97146
97229
|
DeploymentState2["DEPLOY_FAILED"] = "DEPLOY_FAILED";
|
|
97147
97230
|
})(DeploymentState || (DeploymentState = {}));
|
|
97148
|
-
var
|
|
97149
|
-
(function(
|
|
97150
|
-
|
|
97151
|
-
|
|
97152
|
-
})(
|
|
97153
|
-
var
|
|
97154
|
-
(function(
|
|
97155
|
-
|
|
97156
|
-
|
|
97157
|
-
|
|
97158
|
-
|
|
97159
|
-
|
|
97160
|
-
})(
|
|
97231
|
+
var SortOrder3;
|
|
97232
|
+
(function(SortOrder4) {
|
|
97233
|
+
SortOrder4["ASC"] = "ASC";
|
|
97234
|
+
SortOrder4["DESC"] = "DESC";
|
|
97235
|
+
})(SortOrder3 || (SortOrder3 = {}));
|
|
97236
|
+
var WebhookIdentityType5;
|
|
97237
|
+
(function(WebhookIdentityType6) {
|
|
97238
|
+
WebhookIdentityType6["UNKNOWN"] = "UNKNOWN";
|
|
97239
|
+
WebhookIdentityType6["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
97240
|
+
WebhookIdentityType6["MEMBER"] = "MEMBER";
|
|
97241
|
+
WebhookIdentityType6["WIX_USER"] = "WIX_USER";
|
|
97242
|
+
WebhookIdentityType6["APP"] = "APP";
|
|
97243
|
+
})(WebhookIdentityType5 || (WebhookIdentityType5 = {}));
|
|
97161
97244
|
|
|
97162
97245
|
// ../backend-as-a-service-client/src/schemas.ts
|
|
97163
97246
|
var staticFileMetadata = external_exports.object({
|
|
@@ -112024,7 +112107,7 @@ var getHeadlessCommand = ({
|
|
|
112024
112107
|
var package_default = {
|
|
112025
112108
|
name: "@wix/create-new",
|
|
112026
112109
|
description: "General entry point for creating Wix projects",
|
|
112027
|
-
version: "0.0.
|
|
112110
|
+
version: "0.0.13",
|
|
112028
112111
|
bin: "bin/index.cjs",
|
|
112029
112112
|
devDependencies: {
|
|
112030
112113
|
"@commander-js/extra-typings": "^13.0.0",
|