@wix/app-extensions 1.0.55 → 1.0.57
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 +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +39 -12
- package/build/trusted/cjs/index.js +8 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +39 -12
- package/build/trusted/es/index.mjs +7 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -179,6 +179,7 @@ __export(index_exports, {
|
|
|
179
179
|
MonitoringType: () => MonitoringType,
|
|
180
180
|
MpaNavigation: () => MpaNavigation,
|
|
181
181
|
NativeStateType: () => NativeStateType,
|
|
182
|
+
NavigationMenu: () => NavigationMenu,
|
|
182
183
|
NavigationType: () => NavigationType,
|
|
183
184
|
NodeType: () => NodeType,
|
|
184
185
|
NotificationTopicState: () => NotificationTopicState,
|
|
@@ -3402,6 +3403,12 @@ var ScopeType = /* @__PURE__ */ ((ScopeType2) => {
|
|
|
3402
3403
|
ScopeType2["AUTOMATION_ACTION"] = "AUTOMATION_ACTION";
|
|
3403
3404
|
return ScopeType2;
|
|
3404
3405
|
})(ScopeType || {});
|
|
3406
|
+
var NavigationMenu = /* @__PURE__ */ ((NavigationMenu2) => {
|
|
3407
|
+
NavigationMenu2["NAVIGATION_MENU_UNSPECIFIED"] = "NAVIGATION_MENU_UNSPECIFIED";
|
|
3408
|
+
NavigationMenu2["NAVIGATION_MENU_SITE_DEFAULT"] = "NAVIGATION_MENU_SITE_DEFAULT";
|
|
3409
|
+
NavigationMenu2["NAVIGATION_MENU_ACCOUNT"] = "NAVIGATION_MENU_ACCOUNT";
|
|
3410
|
+
return NavigationMenu2;
|
|
3411
|
+
})(NavigationMenu || {});
|
|
3405
3412
|
var EditorType = /* @__PURE__ */ ((EditorType2) => {
|
|
3406
3413
|
EditorType2["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
3407
3414
|
EditorType2["CLASSIC_EDITOR_TYPE"] = "CLASSIC_EDITOR_TYPE";
|
|
@@ -6359,6 +6366,7 @@ function bookingsPlatformPremiumValidation({
|
|
|
6359
6366
|
MonitoringType,
|
|
6360
6367
|
MpaNavigation,
|
|
6361
6368
|
NativeStateType,
|
|
6369
|
+
NavigationMenu,
|
|
6362
6370
|
NavigationType,
|
|
6363
6371
|
NodeType,
|
|
6364
6372
|
NotificationTopicState,
|