asma-types 2.0.44 → 2.0.46
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/lib/interfaces/enums.js
CHANGED
|
@@ -399,7 +399,7 @@ export const ProtectedRoutesPaths = {
|
|
|
399
399
|
privacyAndConsents: 'admin-panel/privacy-and-consents',
|
|
400
400
|
shortcutsSettings: 'admin-panel/shortcuts-settings',
|
|
401
401
|
designerOverview: 'admin-panel/designer-overview',
|
|
402
|
-
aoTextTable:
|
|
402
|
+
aoTextTable: 'admin-panel/ao-text-table',
|
|
403
403
|
//settings
|
|
404
404
|
settingsAdministration: 'settings/administration',
|
|
405
405
|
settingsAdministrationOrganizationsNew: 'settings/administration/organizations/new',
|
package/package.json
CHANGED
package/src/interfaces/enums.ts
CHANGED
|
@@ -418,7 +418,7 @@ export const ProtectedRoutesPaths = {
|
|
|
418
418
|
privacyAndConsents: 'admin-panel/privacy-and-consents',
|
|
419
419
|
shortcutsSettings: 'admin-panel/shortcuts-settings',
|
|
420
420
|
designerOverview: 'admin-panel/designer-overview',
|
|
421
|
-
aoTextTable:
|
|
421
|
+
aoTextTable: 'admin-panel/ao-text-table',
|
|
422
422
|
|
|
423
423
|
//settings
|
|
424
424
|
settingsAdministration: 'settings/administration',
|