identity-admin 1.9.0 → 1.10.0

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.
Files changed (31) hide show
  1. package/lib/controllers/DashboardController.d.ts +1 -1
  2. package/lib/controllers/DashboardController.js +20 -6
  3. package/lib/helpers/ResourceHelper.d.ts +4 -0
  4. package/lib/helpers/ResourceHelper.js +75 -12
  5. package/lib/helpers/SchemaGenerator.js +2 -2
  6. package/lib/locales/en.json +2 -1
  7. package/lib/router/index.js +3 -0
  8. package/lib/types/IResourceFile.d.ts +268 -80
  9. package/lib/types/IResourceResponse.d.ts +99 -0
  10. package/lib/types/IResourceResponse.js +2 -0
  11. package/lib/types/helpers.d.ts +12 -0
  12. package/lib/types/helpers.js +14 -1
  13. package/lib/view/asset-manifest.json +13 -8
  14. package/lib/view/index.html +52 -1
  15. package/lib/view/static/css/main.54de06ef.css +2 -0
  16. package/lib/view/static/css/main.54de06ef.css.map +1 -0
  17. package/lib/view/static/js/{148.b05fe2c8.chunk.js → 574.778b5963.chunk.js} +2 -1
  18. package/lib/view/static/js/574.778b5963.chunk.js.map +1 -0
  19. package/lib/view/static/js/678.521704a3.chunk.js +2 -0
  20. package/lib/view/static/js/678.521704a3.chunk.js.map +1 -0
  21. package/lib/view/static/js/798.54856416.chunk.js +2 -0
  22. package/lib/view/static/js/798.54856416.chunk.js.map +1 -0
  23. package/lib/view/static/js/admin.js +1 -0
  24. package/lib/view/static/js/main.4687f255.js +3 -0
  25. package/lib/view/static/js/{main.da8f09ec.js.LICENSE.txt → main.4687f255.js.LICENSE.txt} +4 -15
  26. package/lib/view/static/js/main.4687f255.js.map +1 -0
  27. package/package.json +1 -1
  28. package/lib/view/static/css/main.18dca458.css +0 -1
  29. package/lib/view/static/js/705.f86db82e.chunk.js +0 -1
  30. package/lib/view/static/js/802.3f287a2c.chunk.js +0 -1
  31. package/lib/view/static/js/main.da8f09ec.js +0 -2
@@ -88,8 +88,6 @@ PERFORMANCE OF THIS SOFTWARE.
88
88
 
89
89
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
90
90
 
91
- /*! js-cookie v3.0.1 | MIT */
92
-
93
91
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
94
92
 
95
93
  /**
@@ -132,7 +130,7 @@ PERFORMANCE OF THIS SOFTWARE.
132
130
  */
133
131
 
134
132
  /**
135
- * @remix-run/router v1.0.0
133
+ * @remix-run/router v1.0.5
136
134
  *
137
135
  * Copyright (c) Remix Software Inc.
138
136
  *
@@ -143,7 +141,7 @@ PERFORMANCE OF THIS SOFTWARE.
143
141
  */
144
142
 
145
143
  /**
146
- * React Router DOM v6.4.0
144
+ * React Router DOM v6.4.5
147
145
  *
148
146
  * Copyright (c) Remix Software Inc.
149
147
  *
@@ -154,7 +152,7 @@ PERFORMANCE OF THIS SOFTWARE.
154
152
  */
155
153
 
156
154
  /**
157
- * React Router v6.4.0
155
+ * React Router v6.4.5
158
156
  *
159
157
  * Copyright (c) Remix Software Inc.
160
158
  *
@@ -164,7 +162,7 @@ PERFORMANCE OF THIS SOFTWARE.
164
162
  * @license MIT
165
163
  */
166
164
 
167
- /** @license MUI v5.8.7
165
+ /** @license MUI v5.10.16
168
166
  *
169
167
  * This source code is licensed under the MIT license found in the
170
168
  * LICENSE file in the root directory of this source tree.
@@ -197,15 +195,6 @@ PERFORMANCE OF THIS SOFTWARE.
197
195
  * LICENSE file in the root directory of this source tree.
198
196
  */
199
197
 
200
- /** @license React v17.0.2
201
- * react-is.production.min.js
202
- *
203
- * Copyright (c) Facebook, Inc. and its affiliates.
204
- *
205
- * This source code is licensed under the MIT license found in the
206
- * LICENSE file in the root directory of this source tree.
207
- */
208
-
209
198
  /** @license React v17.0.2
210
199
  * react-jsx-runtime.production.min.js
211
200
  *