@umbraco-ai/core 1.5.0 → 1.6.0
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/package.json
CHANGED
|
@@ -205,7 +205,12 @@ export declare const UAI_ADDONS_MENU_ALIAS = "Uai.Menu.Addons";
|
|
|
205
205
|
|
|
206
206
|
export declare const UAI_AI_SECTION_PATHNAME = "ai";
|
|
207
207
|
|
|
208
|
-
export declare const
|
|
208
|
+
export declare const UAI_CONFIGURATION_MENU_ALIAS = "Uai.Menu.Configuration";
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* @deprecated Use UAI_CONFIGURATION_MENU_ALIAS instead.
|
|
212
|
+
*/
|
|
213
|
+
export declare const UAI_CORE_MENU_ALIAS = "Uai.Menu.Configuration";
|
|
209
214
|
|
|
210
215
|
/**
|
|
211
216
|
* A constant representing an empty GUID.
|
|
@@ -220,6 +225,8 @@ export declare const UAI_ENTITY_ADAPTER_EXTENSION_TYPE = "uaiEntityAdapter";
|
|
|
220
225
|
|
|
221
226
|
export declare const UAI_ITEM_PICKER_MODAL: UmbModalToken<UaiItemPickerModalData, UaiItemPickerModalValue>;
|
|
222
227
|
|
|
228
|
+
export declare const UAI_MONITORING_MENU_ALIAS = "Uai.Menu.Monitoring";
|
|
229
|
+
|
|
223
230
|
/**
|
|
224
231
|
* Extension type alias for request context contributors.
|
|
225
232
|
*/
|