@forklaunch/implementation-iam-base 1.0.5 → 1.0.6
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/lib/domain/types/index.d.mts +36 -36
- package/lib/domain/types/index.d.ts +36 -36
- package/package.json +6 -6
|
@@ -27,61 +27,61 @@ type UserDtos = {
|
|
|
27
27
|
declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
28
28
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
29
29
|
primary: true;
|
|
30
|
-
}
|
|
30
|
+
} & {
|
|
31
31
|
readonly __classified: true;
|
|
32
|
-
}
|
|
32
|
+
}>;
|
|
33
33
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
34
34
|
kind: "enum";
|
|
35
|
-
}
|
|
35
|
+
} & {
|
|
36
36
|
readonly __classified: true;
|
|
37
|
-
}
|
|
37
|
+
}>;
|
|
38
38
|
}, undefined, never, never, false>, never, {
|
|
39
39
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
40
40
|
primary: true;
|
|
41
|
-
}
|
|
41
|
+
} & {
|
|
42
42
|
readonly __classified: true;
|
|
43
|
-
}
|
|
43
|
+
}>;
|
|
44
44
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
45
45
|
kind: "enum";
|
|
46
|
-
}
|
|
46
|
+
} & {
|
|
47
47
|
readonly __classified: true;
|
|
48
|
-
}
|
|
48
|
+
}>;
|
|
49
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
50
50
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
51
51
|
primary: true;
|
|
52
|
-
}
|
|
52
|
+
} & {
|
|
53
53
|
readonly __classified: true;
|
|
54
|
-
}
|
|
54
|
+
}>;
|
|
55
55
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
56
56
|
kind: "enum";
|
|
57
|
-
}
|
|
57
|
+
} & {
|
|
58
58
|
readonly __classified: true;
|
|
59
|
-
}
|
|
59
|
+
}>;
|
|
60
60
|
}, undefined, never, never, false>>>;
|
|
61
61
|
declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
62
62
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
63
63
|
primary: true;
|
|
64
|
-
}
|
|
64
|
+
} & {
|
|
65
65
|
readonly __classified: true;
|
|
66
|
-
}
|
|
66
|
+
}>;
|
|
67
67
|
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
68
68
|
kind: "m:n";
|
|
69
69
|
}>;
|
|
70
70
|
}, undefined, never, never, false>, never, {
|
|
71
71
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
72
72
|
primary: true;
|
|
73
|
-
}
|
|
73
|
+
} & {
|
|
74
74
|
readonly __classified: true;
|
|
75
|
-
}
|
|
75
|
+
}>;
|
|
76
76
|
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
77
77
|
kind: "m:n";
|
|
78
78
|
}>;
|
|
79
79
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
80
80
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
81
81
|
primary: true;
|
|
82
|
-
}
|
|
82
|
+
} & {
|
|
83
83
|
readonly __classified: true;
|
|
84
|
-
}
|
|
84
|
+
}>;
|
|
85
85
|
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
86
86
|
kind: "m:n";
|
|
87
87
|
}>;
|
|
@@ -89,37 +89,37 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
89
89
|
declare const Permission: _mikro_orm_core.EntitySchemaWithMeta<"Permission", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
90
90
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
91
91
|
primary: true;
|
|
92
|
-
}
|
|
92
|
+
} & {
|
|
93
93
|
readonly __classified: true;
|
|
94
|
-
}
|
|
95
|
-
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
94
|
+
}>;
|
|
95
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
96
96
|
readonly __classified: true;
|
|
97
|
-
}
|
|
97
|
+
}>;
|
|
98
98
|
}, undefined, never, never, false>, never, {
|
|
99
99
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
100
100
|
primary: true;
|
|
101
|
-
}
|
|
101
|
+
} & {
|
|
102
102
|
readonly __classified: true;
|
|
103
|
-
}
|
|
104
|
-
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
103
|
+
}>;
|
|
104
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
105
105
|
readonly __classified: true;
|
|
106
|
-
}
|
|
106
|
+
}>;
|
|
107
107
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
108
108
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
109
109
|
primary: true;
|
|
110
|
-
}
|
|
110
|
+
} & {
|
|
111
111
|
readonly __classified: true;
|
|
112
|
-
}
|
|
113
|
-
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
112
|
+
}>;
|
|
113
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
114
114
|
readonly __classified: true;
|
|
115
|
-
}
|
|
115
|
+
}>;
|
|
116
116
|
}, undefined, never, never, false>>>;
|
|
117
117
|
declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
118
118
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
119
119
|
primary: true;
|
|
120
|
-
}
|
|
120
|
+
} & {
|
|
121
121
|
readonly __classified: true;
|
|
122
|
-
}
|
|
122
|
+
}>;
|
|
123
123
|
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
124
124
|
kind: "m:1";
|
|
125
125
|
}, "nullable"> & {
|
|
@@ -128,9 +128,9 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
128
128
|
}, undefined, never, never, false>, never, {
|
|
129
129
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
130
130
|
primary: true;
|
|
131
|
-
}
|
|
131
|
+
} & {
|
|
132
132
|
readonly __classified: true;
|
|
133
|
-
}
|
|
133
|
+
}>;
|
|
134
134
|
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
135
135
|
kind: "m:1";
|
|
136
136
|
}, "nullable"> & {
|
|
@@ -139,9 +139,9 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
139
139
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
140
140
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
141
141
|
primary: true;
|
|
142
|
-
}
|
|
142
|
+
} & {
|
|
143
143
|
readonly __classified: true;
|
|
144
|
-
}
|
|
144
|
+
}>;
|
|
145
145
|
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
146
146
|
kind: "m:1";
|
|
147
147
|
}, "nullable"> & {
|
|
@@ -27,61 +27,61 @@ type UserDtos = {
|
|
|
27
27
|
declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
28
28
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
29
29
|
primary: true;
|
|
30
|
-
}
|
|
30
|
+
} & {
|
|
31
31
|
readonly __classified: true;
|
|
32
|
-
}
|
|
32
|
+
}>;
|
|
33
33
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
34
34
|
kind: "enum";
|
|
35
|
-
}
|
|
35
|
+
} & {
|
|
36
36
|
readonly __classified: true;
|
|
37
|
-
}
|
|
37
|
+
}>;
|
|
38
38
|
}, undefined, never, never, false>, never, {
|
|
39
39
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
40
40
|
primary: true;
|
|
41
|
-
}
|
|
41
|
+
} & {
|
|
42
42
|
readonly __classified: true;
|
|
43
|
-
}
|
|
43
|
+
}>;
|
|
44
44
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
45
45
|
kind: "enum";
|
|
46
|
-
}
|
|
46
|
+
} & {
|
|
47
47
|
readonly __classified: true;
|
|
48
|
-
}
|
|
48
|
+
}>;
|
|
49
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
50
50
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
51
51
|
primary: true;
|
|
52
|
-
}
|
|
52
|
+
} & {
|
|
53
53
|
readonly __classified: true;
|
|
54
|
-
}
|
|
54
|
+
}>;
|
|
55
55
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
56
56
|
kind: "enum";
|
|
57
|
-
}
|
|
57
|
+
} & {
|
|
58
58
|
readonly __classified: true;
|
|
59
|
-
}
|
|
59
|
+
}>;
|
|
60
60
|
}, undefined, never, never, false>>>;
|
|
61
61
|
declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
62
62
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
63
63
|
primary: true;
|
|
64
|
-
}
|
|
64
|
+
} & {
|
|
65
65
|
readonly __classified: true;
|
|
66
|
-
}
|
|
66
|
+
}>;
|
|
67
67
|
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
68
68
|
kind: "m:n";
|
|
69
69
|
}>;
|
|
70
70
|
}, undefined, never, never, false>, never, {
|
|
71
71
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
72
72
|
primary: true;
|
|
73
|
-
}
|
|
73
|
+
} & {
|
|
74
74
|
readonly __classified: true;
|
|
75
|
-
}
|
|
75
|
+
}>;
|
|
76
76
|
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
77
77
|
kind: "m:n";
|
|
78
78
|
}>;
|
|
79
79
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
80
80
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
81
81
|
primary: true;
|
|
82
|
-
}
|
|
82
|
+
} & {
|
|
83
83
|
readonly __classified: true;
|
|
84
|
-
}
|
|
84
|
+
}>;
|
|
85
85
|
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
86
86
|
kind: "m:n";
|
|
87
87
|
}>;
|
|
@@ -89,37 +89,37 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
89
89
|
declare const Permission: _mikro_orm_core.EntitySchemaWithMeta<"Permission", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
90
90
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
91
91
|
primary: true;
|
|
92
|
-
}
|
|
92
|
+
} & {
|
|
93
93
|
readonly __classified: true;
|
|
94
|
-
}
|
|
95
|
-
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
94
|
+
}>;
|
|
95
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
96
96
|
readonly __classified: true;
|
|
97
|
-
}
|
|
97
|
+
}>;
|
|
98
98
|
}, undefined, never, never, false>, never, {
|
|
99
99
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
100
100
|
primary: true;
|
|
101
|
-
}
|
|
101
|
+
} & {
|
|
102
102
|
readonly __classified: true;
|
|
103
|
-
}
|
|
104
|
-
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
103
|
+
}>;
|
|
104
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
105
105
|
readonly __classified: true;
|
|
106
|
-
}
|
|
106
|
+
}>;
|
|
107
107
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
108
108
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
109
109
|
primary: true;
|
|
110
|
-
}
|
|
110
|
+
} & {
|
|
111
111
|
readonly __classified: true;
|
|
112
|
-
}
|
|
113
|
-
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
112
|
+
}>;
|
|
113
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
114
114
|
readonly __classified: true;
|
|
115
|
-
}
|
|
115
|
+
}>;
|
|
116
116
|
}, undefined, never, never, false>>>;
|
|
117
117
|
declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
118
118
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
119
119
|
primary: true;
|
|
120
|
-
}
|
|
120
|
+
} & {
|
|
121
121
|
readonly __classified: true;
|
|
122
|
-
}
|
|
122
|
+
}>;
|
|
123
123
|
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
124
124
|
kind: "m:1";
|
|
125
125
|
}, "nullable"> & {
|
|
@@ -128,9 +128,9 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
128
128
|
}, undefined, never, never, false>, never, {
|
|
129
129
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
130
130
|
primary: true;
|
|
131
|
-
}
|
|
131
|
+
} & {
|
|
132
132
|
readonly __classified: true;
|
|
133
|
-
}
|
|
133
|
+
}>;
|
|
134
134
|
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
135
135
|
kind: "m:1";
|
|
136
136
|
}, "nullable"> & {
|
|
@@ -139,9 +139,9 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
139
139
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
140
140
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
141
141
|
primary: true;
|
|
142
|
-
}
|
|
142
|
+
} & {
|
|
143
143
|
readonly __classified: true;
|
|
144
|
-
}
|
|
144
|
+
}>;
|
|
145
145
|
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
146
146
|
kind: "m:1";
|
|
147
147
|
}, "nullable"> & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-iam-base",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "IAM basic implementation for forklaunch",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"lib/**"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@forklaunch/common": "^1.1.
|
|
40
|
-
"@forklaunch/core": "^1.1.
|
|
41
|
-
"@forklaunch/internal": "^1.1.
|
|
42
|
-
"@forklaunch/validator": "^1.1.
|
|
39
|
+
"@forklaunch/common": "^1.1.6",
|
|
40
|
+
"@forklaunch/core": "^1.1.6",
|
|
41
|
+
"@forklaunch/internal": "^1.1.6",
|
|
42
|
+
"@forklaunch/validator": "^1.1.6",
|
|
43
43
|
"@mikro-orm/core": "7.0.5",
|
|
44
44
|
"@sinclair/typebox": "^0.34.48",
|
|
45
45
|
"ajv": "^8.18.0",
|
|
46
46
|
"uuid": "^13.0.0",
|
|
47
47
|
"zod": "^4.3.6",
|
|
48
|
-
"@forklaunch/interfaces-iam": "1.0.
|
|
48
|
+
"@forklaunch/interfaces-iam": "1.0.6"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@typescript/native-preview": "7.0.0-dev.20260320.1",
|