@wix/create-app 0.0.149 → 0.0.151

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
@@ -72425,6 +72425,7 @@ var Platform;
72425
72425
  Platform2["EditorSettings"] = "editor:settings";
72426
72426
  Platform2["Mobile"] = "mobile";
72427
72427
  Platform2["Standards"] = "standards";
72428
+ Platform2["DevPortal"] = "dev-portal";
72428
72429
  })(Platform || (Platform = {}));
72429
72430
  var ErrorSeverity;
72430
72431
  (function(ErrorSeverity2) {
@@ -73667,7 +73668,7 @@ function reportCommandStartEvent({
73667
73668
  var package_default = {
73668
73669
  name: "@wix/create-app",
73669
73670
  description: "Create Wix apps",
73670
- version: "0.0.149",
73671
+ version: "0.0.151",
73671
73672
  author: "Ihor Machuzhak",
73672
73673
  bin: "bin/index.cjs",
73673
73674
  devDependencies: {
@@ -79374,6 +79375,7 @@ var ComponentType;
79374
79375
  ComponentType3["WIX_AI_GATEWAY_CALLBACK"] = "WIX_AI_GATEWAY_CALLBACK";
79375
79376
  ComponentType3["URL_MAPPER_PROVIDER"] = "URL_MAPPER_PROVIDER";
79376
79377
  ComponentType3["PROVIDER_SUPPRESSION_SERVICE_PLUGIN"] = "PROVIDER_SUPPRESSION_SERVICE_PLUGIN";
79378
+ ComponentType3["ECOM_FORMS"] = "ECOM_FORMS";
79377
79379
  })(ComponentType || (ComponentType = {}));
79378
79380
  var WidgetVertical;
79379
79381
  (function(WidgetVertical3) {
@@ -80092,6 +80094,7 @@ var DecorationType;
80092
80094
  DecorationType3["STRIKETHROUGH"] = "STRIKETHROUGH";
80093
80095
  DecorationType3["SUPERSCRIPT"] = "SUPERSCRIPT";
80094
80096
  DecorationType3["SUBSCRIPT"] = "SUBSCRIPT";
80097
+ DecorationType3["FONT_FAMILY"] = "FONT_FAMILY";
80095
80098
  })(DecorationType || (DecorationType = {}));
80096
80099
  var FontType;
80097
80100
  (function(FontType3) {
@@ -80195,6 +80198,7 @@ var TestEnum;
80195
80198
  (function(TestEnum3) {
80196
80199
  TestEnum3["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
80197
80200
  TestEnum3["FIRST_TEST"] = "FIRST_TEST";
80201
+ TestEnum3["SECOND_TEST"] = "SECOND_TEST";
80198
80202
  })(TestEnum || (TestEnum = {}));
80199
80203
  var CalendarType;
80200
80204
  (function(CalendarType3) {
@@ -81667,9 +81671,12 @@ var TimeConstraintType;
81667
81671
  TimeConstraintType3["LAST_DAYS"] = "LAST_DAYS";
81668
81672
  TimeConstraintType3["NEXT_DAYS"] = "NEXT_DAYS";
81669
81673
  TimeConstraintType3["BETWEEN"] = "BETWEEN";
81674
+ TimeConstraintType3["TODAY"] = "TODAY";
81670
81675
  TimeConstraintType3["THIS_MONTH"] = "THIS_MONTH";
81671
81676
  TimeConstraintType3["ON_OR_AFTER"] = "ON_OR_AFTER";
81672
81677
  TimeConstraintType3["ON_OR_BEFORE"] = "ON_OR_BEFORE";
81678
+ TimeConstraintType3["LAST_MONTHS"] = "LAST_MONTHS";
81679
+ TimeConstraintType3["NEXT_MONTHS"] = "NEXT_MONTHS";
81673
81680
  })(TimeConstraintType || (TimeConstraintType = {}));
81674
81681
  var ValueConstraintType;
81675
81682
  (function(ValueConstraintType3) {
@@ -81714,6 +81721,7 @@ var AssetType;
81714
81721
  AssetType3["RICOS"] = "RICOS";
81715
81722
  AssetType3["DOC"] = "DOC";
81716
81723
  AssetType3["SLIDE"] = "SLIDE";
81724
+ AssetType3["WIDGET"] = "WIDGET";
81717
81725
  })(AssetType || (AssetType = {}));
81718
81726
  var SaleType;
81719
81727
  (function(SaleType2) {
@@ -82158,6 +82166,7 @@ var ComponentType2;
82158
82166
  ComponentType3["WIX_AI_GATEWAY_CALLBACK"] = "WIX_AI_GATEWAY_CALLBACK";
82159
82167
  ComponentType3["URL_MAPPER_PROVIDER"] = "URL_MAPPER_PROVIDER";
82160
82168
  ComponentType3["PROVIDER_SUPPRESSION_SERVICE_PLUGIN"] = "PROVIDER_SUPPRESSION_SERVICE_PLUGIN";
82169
+ ComponentType3["ECOM_FORMS"] = "ECOM_FORMS";
82161
82170
  })(ComponentType2 || (ComponentType2 = {}));
82162
82171
  var WidgetVertical2;
82163
82172
  (function(WidgetVertical3) {
@@ -82876,6 +82885,7 @@ var DecorationType2;
82876
82885
  DecorationType3["STRIKETHROUGH"] = "STRIKETHROUGH";
82877
82886
  DecorationType3["SUPERSCRIPT"] = "SUPERSCRIPT";
82878
82887
  DecorationType3["SUBSCRIPT"] = "SUBSCRIPT";
82888
+ DecorationType3["FONT_FAMILY"] = "FONT_FAMILY";
82879
82889
  })(DecorationType2 || (DecorationType2 = {}));
82880
82890
  var FontType2;
82881
82891
  (function(FontType3) {
@@ -82979,6 +82989,7 @@ var TestEnum2;
82979
82989
  (function(TestEnum3) {
82980
82990
  TestEnum3["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
82981
82991
  TestEnum3["FIRST_TEST"] = "FIRST_TEST";
82992
+ TestEnum3["SECOND_TEST"] = "SECOND_TEST";
82982
82993
  })(TestEnum2 || (TestEnum2 = {}));
82983
82994
  var CalendarType2;
82984
82995
  (function(CalendarType3) {
@@ -84451,9 +84462,12 @@ var TimeConstraintType2;
84451
84462
  TimeConstraintType3["LAST_DAYS"] = "LAST_DAYS";
84452
84463
  TimeConstraintType3["NEXT_DAYS"] = "NEXT_DAYS";
84453
84464
  TimeConstraintType3["BETWEEN"] = "BETWEEN";
84465
+ TimeConstraintType3["TODAY"] = "TODAY";
84454
84466
  TimeConstraintType3["THIS_MONTH"] = "THIS_MONTH";
84455
84467
  TimeConstraintType3["ON_OR_AFTER"] = "ON_OR_AFTER";
84456
84468
  TimeConstraintType3["ON_OR_BEFORE"] = "ON_OR_BEFORE";
84469
+ TimeConstraintType3["LAST_MONTHS"] = "LAST_MONTHS";
84470
+ TimeConstraintType3["NEXT_MONTHS"] = "NEXT_MONTHS";
84457
84471
  })(TimeConstraintType2 || (TimeConstraintType2 = {}));
84458
84472
  var ValueConstraintType2;
84459
84473
  (function(ValueConstraintType3) {
@@ -84498,6 +84512,7 @@ var AssetType2;
84498
84512
  AssetType3["RICOS"] = "RICOS";
84499
84513
  AssetType3["DOC"] = "DOC";
84500
84514
  AssetType3["SLIDE"] = "SLIDE";
84515
+ AssetType3["WIDGET"] = "WIDGET";
84501
84516
  })(AssetType2 || (AssetType2 = {}));
84502
84517
  var OpenConsentIn2;
84503
84518
  (function(OpenConsentIn3) {