@asaleh37/ui-base 25.8.10-2 → 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-2",
3
+ "version": "25.8.10-3",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -88,43 +88,43 @@ export const ADMINISTRATION_STORES: CommonStores = {
88
88
  SystemDataSources: {
89
89
  autoLoad: true,
90
90
  data: [],
91
- authority: "SYSTEM_ADMIN",
91
+ authority: "DEVELOPMENT_ADMIN",
92
92
  url: "api/v1/dev/datasourceconnection/all",
93
93
  },
94
94
  SystemDataQueries: {
95
95
  autoLoad: true,
96
96
  data: [],
97
- authority: "SYSTEM_ADMIN",
97
+ authority: "DEVELOPMENT_ADMIN",
98
98
  url: "api/v1/dev/dataquery/all",
99
99
  },
100
100
  SystemBluePrints: {
101
101
  autoLoad: true,
102
102
  data: [],
103
- authority: "SYSTEM_ADMIN",
103
+ authority: "DEVELOPMENT_ADMIN",
104
104
  url: "api/v1/dev/blueprint/all",
105
105
  },
106
106
  SystemReports: {
107
107
  autoLoad: true,
108
108
  data: [],
109
- authority: "SYSTEM_ADMIN",
109
+ authority: "DEVELOPMENT_ADMIN",
110
110
  url: "api/v1/dev/report/all",
111
111
  },
112
112
  SystemEntityParameters: {
113
113
  autoLoad: true,
114
114
  data: [],
115
- authority: "SYSTEM_ADMIN",
115
+ authority: "DEVELOPMENT_ADMIN",
116
116
  url: "api/v1/dev/entityparameter/all",
117
117
  },
118
118
  SystemMailTemplates: {
119
119
  autoLoad: true,
120
120
  data: [],
121
- authority: "SYSTEM_ADMIN",
121
+ authority: "DEVELOPMENT_ADMIN",
122
122
  url: "api/v1/dev/mailtemplate/all",
123
123
  },
124
124
  SystemWidgets: {
125
125
  autoLoad: true,
126
126
  data: [],
127
- authority: "SYSTEM_ADMIN",
127
+ authority: "DEVELOPMENT_ADMIN",
128
128
  url: "api/v1/dev/widget/all",
129
129
  },
130
130
  SystemApplicationModules: {