asma-types 2.0.78 → 2.0.79
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.
|
@@ -299,7 +299,7 @@ export declare const ProtectedRoutesPaths: {
|
|
|
299
299
|
readonly portalMicrosoftOffice: "microsoft-office/onedrive";
|
|
300
300
|
readonly portalDesigner: "designer";
|
|
301
301
|
readonly portalDashboard: "dashboard/services";
|
|
302
|
-
readonly legacyShowQuery: "
|
|
302
|
+
readonly legacyShowQuery: "show-query-legacy/:id";
|
|
303
303
|
readonly anonymousSchema: "anonymous-schema";
|
|
304
304
|
readonly devextreme: "devextreme";
|
|
305
305
|
readonly devextremeRichEdit: "devextreme/rich-edit";
|
package/lib/interfaces/enums.js
CHANGED
|
@@ -383,7 +383,7 @@ export const ProtectedRoutesPaths = {
|
|
|
383
383
|
portalDesigner: 'designer',
|
|
384
384
|
portalDashboard: 'dashboard/services',
|
|
385
385
|
//
|
|
386
|
-
legacyShowQuery: '
|
|
386
|
+
legacyShowQuery: 'show-query-legacy/:id',
|
|
387
387
|
anonymousSchema: 'anonymous-schema',
|
|
388
388
|
//devextreme
|
|
389
389
|
devextreme: 'devextreme',
|