@wix/create-app 0.0.145 → 0.0.146

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
@@ -73667,7 +73667,7 @@ function reportCommandStartEvent({
73667
73667
  var package_default = {
73668
73668
  name: "@wix/create-app",
73669
73669
  description: "Create Wix apps",
73670
- version: "0.0.145",
73670
+ version: "0.0.146",
73671
73671
  author: "Ihor Machuzhak",
73672
73672
  bin: "bin/index.cjs",
73673
73673
  devDependencies: {
@@ -79122,11 +79122,11 @@ function managedApps(payload5) {
79122
79122
  // ../../node_modules/@wix/ambassador-devcenter-managedapps-v1-managed-app/build/es/types.impl.js
79123
79123
  init_esm_shims();
79124
79124
  var UninstallActions;
79125
- (function(UninstallActions3) {
79126
- UninstallActions3["NONE_ACTION"] = "NONE_ACTION";
79127
- UninstallActions3["NO_ACTION"] = "NO_ACTION";
79128
- UninstallActions3["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
79129
- UninstallActions3["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
79125
+ (function(UninstallActions4) {
79126
+ UninstallActions4["NONE_ACTION"] = "NONE_ACTION";
79127
+ UninstallActions4["NO_ACTION"] = "NO_ACTION";
79128
+ UninstallActions4["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
79129
+ UninstallActions4["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
79130
79130
  })(UninstallActions || (UninstallActions = {}));
79131
79131
  var OpenConsentIn;
79132
79132
  (function(OpenConsentIn3) {
@@ -80188,6 +80188,11 @@ var ResponsivenessBehaviour;
80188
80188
  ResponsivenessBehaviour3["STACK"] = "STACK";
80189
80189
  ResponsivenessBehaviour3["WRAP"] = "WRAP";
80190
80190
  })(ResponsivenessBehaviour || (ResponsivenessBehaviour = {}));
80191
+ var TestEnum;
80192
+ (function(TestEnum3) {
80193
+ TestEnum3["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
80194
+ TestEnum3["FIRST_TEST"] = "FIRST_TEST";
80195
+ })(TestEnum || (TestEnum = {}));
80191
80196
  var CalendarType;
80192
80197
  (function(CalendarType3) {
80193
80198
  CalendarType3["UNDEFINED"] = "UNDEFINED";
@@ -82967,6 +82972,11 @@ var ResponsivenessBehaviour2;
82967
82972
  ResponsivenessBehaviour3["STACK"] = "STACK";
82968
82973
  ResponsivenessBehaviour3["WRAP"] = "WRAP";
82969
82974
  })(ResponsivenessBehaviour2 || (ResponsivenessBehaviour2 = {}));
82975
+ var TestEnum2;
82976
+ (function(TestEnum3) {
82977
+ TestEnum3["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
82978
+ TestEnum3["FIRST_TEST"] = "FIRST_TEST";
82979
+ })(TestEnum2 || (TestEnum2 = {}));
82970
82980
  var CalendarType2;
82971
82981
  (function(CalendarType3) {
82972
82982
  CalendarType3["UNDEFINED"] = "UNDEFINED";
@@ -84493,11 +84503,11 @@ var OpenConsentIn2;
84493
84503
  OpenConsentIn3["NEW_TAB"] = "NEW_TAB";
84494
84504
  })(OpenConsentIn2 || (OpenConsentIn2 = {}));
84495
84505
  var UninstallActions2;
84496
- (function(UninstallActions3) {
84497
- UninstallActions3["NONE_ACTION"] = "NONE_ACTION";
84498
- UninstallActions3["NO_ACTION"] = "NO_ACTION";
84499
- UninstallActions3["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
84500
- UninstallActions3["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
84506
+ (function(UninstallActions4) {
84507
+ UninstallActions4["NONE_ACTION"] = "NONE_ACTION";
84508
+ UninstallActions4["NO_ACTION"] = "NO_ACTION";
84509
+ UninstallActions4["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
84510
+ UninstallActions4["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
84501
84511
  })(UninstallActions2 || (UninstallActions2 = {}));
84502
84512
  var MediaType;
84503
84513
  (function(MediaType2) {
@@ -84605,6 +84615,13 @@ var OpenButtonAction;
84605
84615
  OpenButtonAction2["UNKNOWN_ACTION"] = "UNKNOWN_ACTION";
84606
84616
  OpenButtonAction2["OPEN_COMPONENT_ID"] = "OPEN_COMPONENT_ID";
84607
84617
  })(OpenButtonAction || (OpenButtonAction = {}));
84618
+ var UninstallActions3;
84619
+ (function(UninstallActions4) {
84620
+ UninstallActions4["NONE_ACTION"] = "NONE_ACTION";
84621
+ UninstallActions4["NO_ACTION"] = "NO_ACTION";
84622
+ UninstallActions4["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
84623
+ UninstallActions4["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
84624
+ })(UninstallActions3 || (UninstallActions3 = {}));
84608
84625
 
84609
84626
  // ../dev-center-client/src/schemas.ts
84610
84627
  var createAppSchema = external_exports.object({