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