@asaleh37/ui-base 25.8.10-1 → 25.8.10-3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "25.8.10-1",
3
+ "version": "25.8.10-3",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -130,19 +130,19 @@ export const ADMINISTRATION_STORES: CommonStores = {
130
130
  SystemApplicationModules: {
131
131
  autoLoad: true,
132
132
  data: [],
133
- authority: "DEVELOPMENT_ADMIN",
133
+ authority: "SYSTEM_ADMIN",
134
134
  url: "api/v1/admin/systemapplicationmodule/application/all",
135
135
  },
136
136
  SystemApplicationAuthorities: {
137
137
  autoLoad: true,
138
138
  data: [],
139
- authority: "DEVELOPMENT_ADMIN",
139
+ authority: "SYSTEM_ADMIN",
140
140
  url: "api/v1/admin/systemapplicationauthority/all",
141
141
  },
142
142
  SystemApplicationRoles: {
143
143
  autoLoad: true,
144
144
  data: [],
145
- authority: "DEVELOPMENT_ADMIN",
145
+ authority: "SYSTEM_ADMIN",
146
146
  url: "api/v1/admin/systemapplicationrole/all",
147
147
  },
148
148
  };