@wix/create-app 0.0.134 → 0.0.135

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
@@ -73547,7 +73547,7 @@ function reportCommandStartEvent({
73547
73547
  var package_default = {
73548
73548
  name: "@wix/create-app",
73549
73549
  description: "Create Wix apps",
73550
- version: "0.0.134",
73550
+ version: "0.0.135",
73551
73551
  author: "Ihor Machuzhak",
73552
73552
  bin: "bin/index.cjs",
73553
73553
  devDependencies: {
@@ -79950,11 +79950,11 @@ var PlanFormPricingOption;
79950
79950
  PlanFormPricingOption3["RECURRING"] = "RECURRING";
79951
79951
  })(PlanFormPricingOption || (PlanFormPricingOption = {}));
79952
79952
  var PlanFormPricingType;
79953
- (function(PlanFormPricingType2) {
79954
- PlanFormPricingType2["UNKNOWN_OPTION"] = "UNKNOWN_OPTION";
79955
- PlanFormPricingType2["FREE"] = "FREE";
79956
- PlanFormPricingType2["ONE_TIME"] = "ONE_TIME";
79957
- PlanFormPricingType2["RECURRING"] = "RECURRING";
79953
+ (function(PlanFormPricingType3) {
79954
+ PlanFormPricingType3["UNKNOWN_OPTION"] = "UNKNOWN_OPTION";
79955
+ PlanFormPricingType3["FREE"] = "FREE";
79956
+ PlanFormPricingType3["ONE_TIME"] = "ONE_TIME";
79957
+ PlanFormPricingType3["RECURRING"] = "RECURRING";
79958
79958
  })(PlanFormPricingType || (PlanFormPricingType = {}));
79959
79959
  var PlanFormDefaultSection;
79960
79960
  (function(PlanFormDefaultSection3) {
@@ -81332,6 +81332,12 @@ var RegionScopeScope;
81332
81332
  RegionScopeScope3["SPECIFIC_REGIONS"] = "SPECIFIC_REGIONS";
81333
81333
  RegionScopeScope3["WORLDWIDE"] = "WORLDWIDE";
81334
81334
  })(RegionScopeScope || (RegionScopeScope = {}));
81335
+ var VibeActionType;
81336
+ (function(VibeActionType3) {
81337
+ VibeActionType3["UNKNOWN_ActionType"] = "UNKNOWN_ActionType";
81338
+ VibeActionType3["OPEN_DASHBOARD"] = "OPEN_DASHBOARD";
81339
+ VibeActionType3["OPEN_CUSTOM_PANEL"] = "OPEN_CUSTOM_PANEL";
81340
+ })(VibeActionType || (VibeActionType = {}));
81335
81341
  var SaleType;
81336
81342
  (function(SaleType2) {
81337
81343
  SaleType2["UNKNOWN_SALE_TYPE"] = "UNKNOWN_SALE_TYPE";
@@ -82574,6 +82580,13 @@ var PlanFormPricingOption2;
82574
82580
  PlanFormPricingOption3["ONE_TIME"] = "ONE_TIME";
82575
82581
  PlanFormPricingOption3["RECURRING"] = "RECURRING";
82576
82582
  })(PlanFormPricingOption2 || (PlanFormPricingOption2 = {}));
82583
+ var PlanFormPricingType2;
82584
+ (function(PlanFormPricingType3) {
82585
+ PlanFormPricingType3["UNKNOWN_OPTION"] = "UNKNOWN_OPTION";
82586
+ PlanFormPricingType3["FREE"] = "FREE";
82587
+ PlanFormPricingType3["ONE_TIME"] = "ONE_TIME";
82588
+ PlanFormPricingType3["RECURRING"] = "RECURRING";
82589
+ })(PlanFormPricingType2 || (PlanFormPricingType2 = {}));
82577
82590
  var PlanFormDefaultSection2;
82578
82591
  (function(PlanFormDefaultSection3) {
82579
82592
  PlanFormDefaultSection3["UNKNWON_PLAN_FORM_SECTION"] = "UNKNWON_PLAN_FORM_SECTION";
@@ -82582,6 +82595,8 @@ var PlanFormDefaultSection2;
82582
82595
  PlanFormDefaultSection3["PAGE_PERMISSIONS"] = "PAGE_PERMISSIONS";
82583
82596
  PlanFormDefaultSection3["PRICING_AND_DURATION"] = "PRICING_AND_DURATION";
82584
82597
  PlanFormDefaultSection3["ADVANCED_SETTINGS"] = "ADVANCED_SETTINGS";
82598
+ PlanFormDefaultSection3["PRICING"] = "PRICING";
82599
+ PlanFormDefaultSection3["DURATION"] = "DURATION";
82585
82600
  })(PlanFormDefaultSection2 || (PlanFormDefaultSection2 = {}));
82586
82601
  var PlanPeriodUnit2;
82587
82602
  (function(PlanPeriodUnit3) {
@@ -83948,6 +83963,12 @@ var RegionScopeScope2;
83948
83963
  RegionScopeScope3["SPECIFIC_REGIONS"] = "SPECIFIC_REGIONS";
83949
83964
  RegionScopeScope3["WORLDWIDE"] = "WORLDWIDE";
83950
83965
  })(RegionScopeScope2 || (RegionScopeScope2 = {}));
83966
+ var VibeActionType2;
83967
+ (function(VibeActionType3) {
83968
+ VibeActionType3["UNKNOWN_ActionType"] = "UNKNOWN_ActionType";
83969
+ VibeActionType3["OPEN_DASHBOARD"] = "OPEN_DASHBOARD";
83970
+ VibeActionType3["OPEN_CUSTOM_PANEL"] = "OPEN_CUSTOM_PANEL";
83971
+ })(VibeActionType2 || (VibeActionType2 = {}));
83951
83972
  var OpenConsentIn2;
83952
83973
  (function(OpenConsentIn3) {
83953
83974
  OpenConsentIn3["NONE_VALUE"] = "NONE_VALUE";