@hed-hog/core 0.0.159 → 0.0.163
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.
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
- value: microsoft-entra-id
|
|
382
382
|
order: 4
|
|
383
383
|
- slug: oauth-role-assignment
|
|
384
|
-
type:
|
|
384
|
+
type: array
|
|
385
385
|
component: checkbox
|
|
386
386
|
name:
|
|
387
387
|
en: OAuth Role Assignment
|
|
@@ -393,14 +393,12 @@
|
|
|
393
393
|
user_override: false
|
|
394
394
|
relations:
|
|
395
395
|
setting_list:
|
|
396
|
-
- value: ""
|
|
397
|
-
order: 0
|
|
398
396
|
- value: admin
|
|
399
|
-
order:
|
|
397
|
+
order: 0
|
|
400
398
|
- value: admin-access
|
|
401
|
-
order:
|
|
399
|
+
order: 1
|
|
402
400
|
- value: user
|
|
403
|
-
order:
|
|
401
|
+
order: 2
|
|
404
402
|
- slug: microsoft_entra_id_client_id
|
|
405
403
|
type: string
|
|
406
404
|
name:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.163",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"uuid": "^11.1.0",
|
|
32
32
|
"@hed-hog/api-locale": "0.0.11",
|
|
33
33
|
"@hed-hog/api-prisma": "0.0.4",
|
|
34
|
-
"@hed-hog/api-mail": "0.0.7",
|
|
35
|
-
"@hed-hog/types": "0.0.1",
|
|
36
34
|
"@hed-hog/api": "0.0.3",
|
|
37
|
-
"@hed-hog/api-pagination": "0.0.5"
|
|
35
|
+
"@hed-hog/api-pagination": "0.0.5",
|
|
36
|
+
"@hed-hog/types": "0.0.1",
|
|
37
|
+
"@hed-hog/api-mail": "0.0.7"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|