@wix/create-app 0.0.95 → 0.0.96

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
@@ -57113,6 +57113,8 @@ var CliUserErrorCode = (0, import_variant11.variant)({
57113
57113
  DashboardMenuPluginConfigNotFound: (0, import_variant11.fields)(),
57114
57114
  ServicePluginConfigNotFound: (0, import_variant11.fields)(),
57115
57115
  DashboardModalConfigNotFound: (0, import_variant11.fields)(),
57116
+ TSConfigNotFound: (0, import_variant11.fields)(),
57117
+ InvalidTSConfigError: (0, import_variant11.fields)(),
57116
57118
  InvalidConfigSchemaError: (0, import_variant11.fields)(),
57117
57119
  InvalidParamsOverrideSchemaError: (0, import_variant11.fields)(),
57118
57120
  PermissionDenied: {},
@@ -66709,6 +66711,23 @@ function getErrorComponent(code, cause) {
66709
66711
  }
66710
66712
  );
66711
66713
  },
66714
+ TSConfigNotFound: ({ configPath }) => {
66715
+ return () => /* @__PURE__ */ import_react77.default.createElement(
66716
+ ErrorMessage,
66717
+ {
66718
+ message: `TypeScript config not found at \`${configPath}\``
66719
+ }
66720
+ );
66721
+ },
66722
+ InvalidTSConfigError: ({ configPath }) => {
66723
+ return () => /* @__PURE__ */ import_react77.default.createElement(
66724
+ ErrorMessage,
66725
+ {
66726
+ message: defaultOutdent`
66727
+ Invalid TypeScript configuration found at \`${configPath}\``
66728
+ }
66729
+ );
66730
+ },
66712
66731
  InvalidConfigSchemaError: ({ configPath, zodError }) => {
66713
66732
  return () => /* @__PURE__ */ import_react77.default.createElement(
66714
66733
  ErrorMessage,
@@ -71013,7 +71032,7 @@ function reportCommandStartEvent({
71013
71032
  }
71014
71033
 
71015
71034
  // package.json
71016
- var version = "0.0.95";
71035
+ var version = "0.0.96";
71017
71036
  var package_default = {
71018
71037
  name: "@wix/create-app",
71019
71038
  description: "Create Wix apps",
@@ -74554,7 +74573,10 @@ var _node = {
74554
74573
  audioData: "_audioData",
74555
74574
  nodes: "_node"
74556
74575
  };
74557
- var _numberInput = { description: "_richContent" };
74576
+ var _numberInput = {
74577
+ default: "google.protobuf.DoubleValue",
74578
+ description: "_richContent"
74579
+ };
74558
74580
  var _numberType = {
74559
74581
  maximum: "google.protobuf.DoubleValue",
74560
74582
  minimum: "google.protobuf.DoubleValue",
@@ -77915,13 +77937,17 @@ var ComponentType2;
77915
77937
  ComponentType3["APPLICATION_PROFILE"] = "APPLICATION_PROFILE";
77916
77938
  ComponentType3["TEXT_TO_SPEECH_ACTION_MESSAGE"] = "TEXT_TO_SPEECH_ACTION_MESSAGE";
77917
77939
  ComponentType3["AUDIENCE_PROVIDER"] = "AUDIENCE_PROVIDER";
77918
- ComponentType3["PRICING_PLANS_PRICING"] = "PRICING_PLANS_PRICING";
77940
+ ComponentType3["PRICING_PLANS_PRICE"] = "PRICING_PLANS_PRICE";
77919
77941
  ComponentType3["PRICING_PLAN_CUSTOMER_START_DATE_LIMIT"] = "PRICING_PLAN_CUSTOMER_START_DATE_LIMIT";
77920
77942
  ComponentType3["PRICING_PLAN_START_DATE_POLICY"] = "PRICING_PLAN_START_DATE_POLICY";
77921
77943
  ComponentType3["EVENTS_TICKET_RESERVATIONS"] = "EVENTS_TICKET_RESERVATIONS";
77922
77944
  ComponentType3["PAYMENTS_DISPUTE_SERVICE_PLUGIN"] = "PAYMENTS_DISPUTE_SERVICE_PLUGIN";
77923
77945
  ComponentType3["PRICING_PLANS_FEES"] = "PRICING_PLANS_FEES";
77924
77946
  ComponentType3["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
77947
+ ComponentType3["SUPPLIERS_HUB_MARKETPLACE"] = "SUPPLIERS_HUB_MARKETPLACE";
77948
+ ComponentType3["FORM_SCHEMA_DYNAMIC_VALUES"] = "FORM_SCHEMA_DYNAMIC_VALUES";
77949
+ ComponentType3["BLOG_PAYWALL_PROVIDER"] = "BLOG_PAYWALL_PROVIDER";
77950
+ ComponentType3["LOYALTY_CUSTOM_REWARDS_V2"] = "LOYALTY_CUSTOM_REWARDS_V2";
77925
77951
  })(ComponentType2 || (ComponentType2 = {}));
77926
77952
  var WidgetVertical2;
77927
77953
  (function(WidgetVertical3) {
@@ -78488,6 +78514,11 @@ var ThumbnailsAlignment2;
78488
78514
  ThumbnailsAlignment3["LEFT"] = "LEFT";
78489
78515
  ThumbnailsAlignment3["NONE"] = "NONE";
78490
78516
  })(ThumbnailsAlignment2 || (ThumbnailsAlignment2 = {}));
78517
+ var GIFType;
78518
+ (function(GIFType2) {
78519
+ GIFType2["GIF"] = "GIF";
78520
+ GIFType2["STICKER"] = "STICKER";
78521
+ })(GIFType || (GIFType = {}));
78491
78522
  var Source2;
78492
78523
  (function(Source3) {
78493
78524
  Source3["HTML"] = "HTML";
@@ -78641,6 +78672,12 @@ var NotificationTopicType2;
78641
78672
  NotificationTopicType3["PROMOTIONAL"] = "PROMOTIONAL";
78642
78673
  NotificationTopicType3["TRANSACTIONAL"] = "TRANSACTIONAL";
78643
78674
  })(NotificationTopicType2 || (NotificationTopicType2 = {}));
78675
+ var RecipientType;
78676
+ (function(RecipientType2) {
78677
+ RecipientType2["UNKNOWN_RECIPIENT_TYPE"] = "UNKNOWN_RECIPIENT_TYPE";
78678
+ RecipientType2["WIX_USER"] = "WIX_USER";
78679
+ RecipientType2["CONTACT"] = "CONTACT";
78680
+ })(RecipientType || (RecipientType = {}));
78644
78681
  var PlanFormPricingOption2;
78645
78682
  (function(PlanFormPricingOption3) {
78646
78683
  PlanFormPricingOption3["UNKNOWN_OPTION"] = "UNKNOWN_OPTION";
@@ -78823,6 +78860,7 @@ var StringComponentType2;
78823
78860
  var NumberOfColumns2;
78824
78861
  (function(NumberOfColumns3) {
78825
78862
  NumberOfColumns3["UNKNOWN"] = "UNKNOWN";
78863
+ NumberOfColumns3["ZERO"] = "ZERO";
78826
78864
  NumberOfColumns3["ONE"] = "ONE";
78827
78865
  NumberOfColumns3["TWO"] = "TWO";
78828
78866
  NumberOfColumns3["THREE"] = "THREE";
@@ -79056,6 +79094,7 @@ var WixCodePublishTaskName2;
79056
79094
  WixCodePublishTaskName3["IMPORTED_NAMESPACES_ANALYSIS"] = "IMPORTED_NAMESPACES_ANALYSIS";
79057
79095
  WixCodePublishTaskName3["PAGE_DETAILS_ANALYSIS"] = "PAGE_DETAILS_ANALYSIS";
79058
79096
  WixCodePublishTaskName3["USER_CODE_VALIDATION"] = "USER_CODE_VALIDATION";
79097
+ WixCodePublishTaskName3["CODE_PACKAGES_REGISTRATION"] = "CODE_PACKAGES_REGISTRATION";
79059
79098
  })(WixCodePublishTaskName2 || (WixCodePublishTaskName2 = {}));
79060
79099
  var ChannelConfigurationChannelType2;
79061
79100
  (function(ChannelConfigurationChannelType3) {
@@ -79154,7 +79193,20 @@ var ParticipantType2;
79154
79193
  ParticipantType3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
79155
79194
  ParticipantType3["WIX_USER"] = "WIX_USER";
79156
79195
  ParticipantType3["CONTACT"] = "CONTACT";
79196
+ ParticipantType3["ANONYMOUS"] = "ANONYMOUS";
79157
79197
  })(ParticipantType2 || (ParticipantType2 = {}));
79198
+ var InterfaceConfigurationType;
79199
+ (function(InterfaceConfigurationType2) {
79200
+ InterfaceConfigurationType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
79201
+ InterfaceConfigurationType2["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
79202
+ InterfaceConfigurationType2["ITEM_SELECTION"] = "ITEM_SELECTION";
79203
+ })(InterfaceConfigurationType || (InterfaceConfigurationType = {}));
79204
+ var Scope2;
79205
+ (function(Scope3) {
79206
+ Scope3["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
79207
+ Scope3["SPECIFIC_SITE"] = "SPECIFIC_SITE";
79208
+ Scope3["NON_SPECIFIC_SITE"] = "NON_SPECIFIC_SITE";
79209
+ })(Scope2 || (Scope2 = {}));
79158
79210
  var CssPropertyType2;
79159
79211
  (function(CssPropertyType3) {
79160
79212
  CssPropertyType3["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";