@wix/create-new 0.0.12 → 0.0.14

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