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.
@@ -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: "admin-panel/ao-text-table",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asma-types",
3
- "version": "2.0.44",
3
+ "version": "2.0.46",
4
4
  "description": "shared ts asma types",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -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: "admin-panel/ao-text-table",
421
+ aoTextTable: 'admin-panel/ao-text-table',
422
422
 
423
423
  //settings
424
424
  settingsAdministration: 'settings/administration',