@wix/app-extensions 1.0.142 → 1.0.144

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.
@@ -37,6 +37,7 @@ __export(index_exports, {
37
37
  AndroidStyle: () => AndroidStyle,
38
38
  AnimationType: () => AnimationType,
39
39
  ApiGroupType: () => ApiGroupType,
40
+ App: () => App,
40
41
  AppExecutionType: () => AppExecutionType,
41
42
  AppType: () => AppType,
42
43
  AppointmentFormat: () => AppointmentFormat,
@@ -122,6 +123,8 @@ __export(index_exports, {
122
123
  ExtensionExposureExposure: () => ExtensionExposureExposure,
123
124
  ExtensionType: () => ExtensionType,
124
125
  FactorType: () => FactorType,
126
+ FeedIconIconType: () => FeedIconIconType,
127
+ FeedNotificationType: () => FeedNotificationType,
125
128
  FieldFieldType: () => FieldFieldType,
126
129
  FieldType: () => FieldType,
127
130
  FileMediaType: () => FileMediaType,
@@ -197,6 +200,7 @@ __export(index_exports, {
197
200
  NavigationMenu: () => NavigationMenu,
198
201
  NavigationType: () => NavigationType,
199
202
  NodeType: () => NodeType,
203
+ NotificationStyle: () => NotificationStyle,
200
204
  NotificationTopicState: () => NotificationTopicState,
201
205
  NotificationTopicType: () => NotificationTopicType,
202
206
  NullValue: () => NullValue,
@@ -2423,6 +2427,43 @@ var RequiredIndicatorPlacement = /* @__PURE__ */ ((RequiredIndicatorPlacement2)
2423
2427
  RequiredIndicatorPlacement2["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
2424
2428
  return RequiredIndicatorPlacement2;
2425
2429
  })(RequiredIndicatorPlacement || {});
2430
+ var App = /* @__PURE__ */ ((App2) => {
2431
+ App2["UNKNOWN_APP"] = "UNKNOWN_APP";
2432
+ App2["OWNER"] = "OWNER";
2433
+ App2["SPACES"] = "SPACES";
2434
+ App2["DINE"] = "DINE";
2435
+ App2["FITNESS"] = "FITNESS";
2436
+ App2["WIX_LIFE"] = "WIX_LIFE";
2437
+ App2["WIX_PARTNERS"] = "WIX_PARTNERS";
2438
+ App2["BRANDED"] = "BRANDED";
2439
+ App2["WIX_STUDIO"] = "WIX_STUDIO";
2440
+ App2["ORION"] = "ORION";
2441
+ App2["NANO"] = "NANO";
2442
+ App2["BASE44"] = "BASE44";
2443
+ App2["WIXEL"] = "WIXEL";
2444
+ return App2;
2445
+ })(App || {});
2446
+ var FeedIconIconType = /* @__PURE__ */ ((FeedIconIconType2) => {
2447
+ FeedIconIconType2["UNKNOWN_ICON_TYPE"] = "UNKNOWN_ICON_TYPE";
2448
+ FeedIconIconType2["URL"] = "URL";
2449
+ FeedIconIconType2["APP"] = "APP";
2450
+ FeedIconIconType2["INITIATOR"] = "INITIATOR";
2451
+ return FeedIconIconType2;
2452
+ })(FeedIconIconType || {});
2453
+ var NotificationStyle = /* @__PURE__ */ ((NotificationStyle2) => {
2454
+ NotificationStyle2["UNKNOWN_STYLE"] = "UNKNOWN_STYLE";
2455
+ NotificationStyle2["BIG_TEXT"] = "BIG_TEXT";
2456
+ NotificationStyle2["MESSAGING"] = "MESSAGING";
2457
+ NotificationStyle2["INBOX"] = "INBOX";
2458
+ return NotificationStyle2;
2459
+ })(NotificationStyle || {});
2460
+ var FeedNotificationType = /* @__PURE__ */ ((FeedNotificationType2) => {
2461
+ FeedNotificationType2["UNKNOWN_FEED_NOTIFICATION_TYPE"] = "UNKNOWN_FEED_NOTIFICATION_TYPE";
2462
+ FeedNotificationType2["REGULAR"] = "REGULAR";
2463
+ FeedNotificationType2["ALERT_INFO"] = "ALERT_INFO";
2464
+ FeedNotificationType2["ALERT_WARNING"] = "ALERT_WARNING";
2465
+ return FeedNotificationType2;
2466
+ })(FeedNotificationType || {});
2426
2467
  var WixCodePublishTaskName = /* @__PURE__ */ ((WixCodePublishTaskName2) => {
2427
2468
  WixCodePublishTaskName2["UNKNOWN"] = "UNKNOWN";
2428
2469
  WixCodePublishTaskName2["USER_CODE_BUNDLE"] = "USER_CODE_BUNDLE";
@@ -3699,16 +3740,6 @@ var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
3699
3740
  ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
3700
3741
  return ResponseBodyDecoding2;
3701
3742
  })(ResponseBodyDecoding || {});
3702
- var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3703
- VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3704
- VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3705
- VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3706
- VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3707
- VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3708
- VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3709
- VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3710
- return VerificationMethod2;
3711
- })(VerificationMethod || {});
3712
3743
  var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
3713
3744
  VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
3714
3745
  VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
@@ -3729,6 +3760,16 @@ var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
3729
3760
  SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
3730
3761
  return SignedPayload2;
3731
3762
  })(SignedPayload || {});
3763
+ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3764
+ VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3765
+ VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3766
+ VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3767
+ VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3768
+ VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3769
+ VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3770
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3771
+ return VerificationMethod2;
3772
+ })(VerificationMethod || {});
3732
3773
  var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
3733
3774
  ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
3734
3775
  ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
@@ -6664,6 +6705,7 @@ function webhookProviderModule({
6664
6705
  AndroidStyle,
6665
6706
  AnimationType,
6666
6707
  ApiGroupType,
6708
+ App,
6667
6709
  AppExecutionType,
6668
6710
  AppType,
6669
6711
  AppointmentFormat,
@@ -6749,6 +6791,8 @@ function webhookProviderModule({
6749
6791
  ExtensionExposureExposure,
6750
6792
  ExtensionType,
6751
6793
  FactorType,
6794
+ FeedIconIconType,
6795
+ FeedNotificationType,
6752
6796
  FieldFieldType,
6753
6797
  FieldType,
6754
6798
  FileMediaType,
@@ -6824,6 +6868,7 @@ function webhookProviderModule({
6824
6868
  NavigationMenu,
6825
6869
  NavigationType,
6826
6870
  NodeType,
6871
+ NotificationStyle,
6827
6872
  NotificationTopicState,
6828
6873
  NotificationTopicType,
6829
6874
  NullValue,