@wix/app-extensions 1.0.143 → 1.0.145
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/cjs/index.js +45 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +41 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +505 -24
- package/build/trusted/cjs/index.js +45 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +505 -24
- package/build/trusted/es/index.mjs +41 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -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";
|
|
@@ -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,
|