@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.
@@ -1846,6 +1846,43 @@ var RequiredIndicatorPlacement = /* @__PURE__ */ ((RequiredIndicatorPlacement2)
1846
1846
  RequiredIndicatorPlacement2["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
1847
1847
  return RequiredIndicatorPlacement2;
1848
1848
  })(RequiredIndicatorPlacement || {});
1849
+ var App = /* @__PURE__ */ ((App2) => {
1850
+ App2["UNKNOWN_APP"] = "UNKNOWN_APP";
1851
+ App2["OWNER"] = "OWNER";
1852
+ App2["SPACES"] = "SPACES";
1853
+ App2["DINE"] = "DINE";
1854
+ App2["FITNESS"] = "FITNESS";
1855
+ App2["WIX_LIFE"] = "WIX_LIFE";
1856
+ App2["WIX_PARTNERS"] = "WIX_PARTNERS";
1857
+ App2["BRANDED"] = "BRANDED";
1858
+ App2["WIX_STUDIO"] = "WIX_STUDIO";
1859
+ App2["ORION"] = "ORION";
1860
+ App2["NANO"] = "NANO";
1861
+ App2["BASE44"] = "BASE44";
1862
+ App2["WIXEL"] = "WIXEL";
1863
+ return App2;
1864
+ })(App || {});
1865
+ var FeedIconIconType = /* @__PURE__ */ ((FeedIconIconType2) => {
1866
+ FeedIconIconType2["UNKNOWN_ICON_TYPE"] = "UNKNOWN_ICON_TYPE";
1867
+ FeedIconIconType2["URL"] = "URL";
1868
+ FeedIconIconType2["APP"] = "APP";
1869
+ FeedIconIconType2["INITIATOR"] = "INITIATOR";
1870
+ return FeedIconIconType2;
1871
+ })(FeedIconIconType || {});
1872
+ var NotificationStyle = /* @__PURE__ */ ((NotificationStyle2) => {
1873
+ NotificationStyle2["UNKNOWN_STYLE"] = "UNKNOWN_STYLE";
1874
+ NotificationStyle2["BIG_TEXT"] = "BIG_TEXT";
1875
+ NotificationStyle2["MESSAGING"] = "MESSAGING";
1876
+ NotificationStyle2["INBOX"] = "INBOX";
1877
+ return NotificationStyle2;
1878
+ })(NotificationStyle || {});
1879
+ var FeedNotificationType = /* @__PURE__ */ ((FeedNotificationType2) => {
1880
+ FeedNotificationType2["UNKNOWN_FEED_NOTIFICATION_TYPE"] = "UNKNOWN_FEED_NOTIFICATION_TYPE";
1881
+ FeedNotificationType2["REGULAR"] = "REGULAR";
1882
+ FeedNotificationType2["ALERT_INFO"] = "ALERT_INFO";
1883
+ FeedNotificationType2["ALERT_WARNING"] = "ALERT_WARNING";
1884
+ return FeedNotificationType2;
1885
+ })(FeedNotificationType || {});
1849
1886
  var WixCodePublishTaskName = /* @__PURE__ */ ((WixCodePublishTaskName2) => {
1850
1887
  WixCodePublishTaskName2["UNKNOWN"] = "UNKNOWN";
1851
1888
  WixCodePublishTaskName2["USER_CODE_BUNDLE"] = "USER_CODE_BUNDLE";
@@ -3122,16 +3159,6 @@ var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
3122
3159
  ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
3123
3160
  return ResponseBodyDecoding2;
3124
3161
  })(ResponseBodyDecoding || {});
3125
- var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3126
- VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3127
- VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3128
- VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3129
- VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3130
- VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3131
- VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3132
- VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3133
- return VerificationMethod2;
3134
- })(VerificationMethod || {});
3135
3162
  var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
3136
3163
  VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
3137
3164
  VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
@@ -3152,6 +3179,16 @@ var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
3152
3179
  SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
3153
3180
  return SignedPayload2;
3154
3181
  })(SignedPayload || {});
3182
+ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3183
+ VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3184
+ VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3185
+ VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3186
+ VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3187
+ VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3188
+ VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3189
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3190
+ return VerificationMethod2;
3191
+ })(VerificationMethod || {});
3155
3192
  var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
3156
3193
  ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
3157
3194
  ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
@@ -6086,6 +6123,7 @@ export {
6086
6123
  AndroidStyle,
6087
6124
  AnimationType,
6088
6125
  ApiGroupType,
6126
+ App,
6089
6127
  AppExecutionType,
6090
6128
  AppType,
6091
6129
  AppointmentFormat,
@@ -6171,6 +6209,8 @@ export {
6171
6209
  ExtensionExposureExposure,
6172
6210
  ExtensionType,
6173
6211
  FactorType,
6212
+ FeedIconIconType,
6213
+ FeedNotificationType,
6174
6214
  FieldFieldType,
6175
6215
  FieldType,
6176
6216
  FileMediaType,
@@ -6246,6 +6286,7 @@ export {
6246
6286
  NavigationMenu,
6247
6287
  NavigationType,
6248
6288
  NodeType,
6289
+ NotificationStyle,
6249
6290
  NotificationTopicState,
6250
6291
  NotificationTopicType,
6251
6292
  NullValue,