@forklaunch/implementation-iam-base 1.0.4 → 1.0.5
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 +33 -93
- package/lib/domain/types/index.d.ts +33 -93
- package/package.json +6 -6
|
@@ -25,9 +25,9 @@ type UserDtos = {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
28
|
-
readonly id:
|
|
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 & {
|
|
@@ -36,9 +36,9 @@ declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization",
|
|
|
36
36
|
readonly __classified: true;
|
|
37
37
|
};
|
|
38
38
|
}, undefined, never, never, false>, never, {
|
|
39
|
-
readonly id:
|
|
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 & {
|
|
@@ -47,9 +47,9 @@ declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization",
|
|
|
47
47
|
readonly __classified: true;
|
|
48
48
|
};
|
|
49
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
50
|
-
readonly id:
|
|
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 & {
|
|
@@ -59,150 +59,90 @@ declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization",
|
|
|
59
59
|
};
|
|
60
60
|
}, undefined, never, never, false>>>;
|
|
61
61
|
declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
62
|
-
readonly id:
|
|
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
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
68
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
69
|
-
primary: true;
|
|
70
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
71
|
-
readonly __classified: true;
|
|
72
|
-
};
|
|
73
|
-
readonly slug: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
74
|
-
readonly __classified: true;
|
|
75
|
-
};
|
|
76
|
-
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
67
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
77
68
|
kind: "m:n";
|
|
78
69
|
}>;
|
|
79
70
|
}, undefined, never, never, false>, never, {
|
|
80
|
-
readonly id:
|
|
71
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
81
72
|
primary: true;
|
|
82
|
-
}
|
|
73
|
+
}> & {
|
|
83
74
|
readonly __classified: true;
|
|
84
75
|
};
|
|
85
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
86
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
87
|
-
primary: true;
|
|
88
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
89
|
-
readonly __classified: true;
|
|
90
|
-
};
|
|
91
|
-
readonly slug: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
92
|
-
readonly __classified: true;
|
|
93
|
-
};
|
|
94
|
-
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
76
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
95
77
|
kind: "m:n";
|
|
96
78
|
}>;
|
|
97
79
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
98
|
-
readonly id:
|
|
80
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
99
81
|
primary: true;
|
|
100
|
-
}
|
|
82
|
+
}> & {
|
|
101
83
|
readonly __classified: true;
|
|
102
84
|
};
|
|
103
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
104
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
105
|
-
primary: true;
|
|
106
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
107
|
-
readonly __classified: true;
|
|
108
|
-
};
|
|
109
|
-
readonly slug: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
110
|
-
readonly __classified: true;
|
|
111
|
-
};
|
|
112
|
-
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
85
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
113
86
|
kind: "m:n";
|
|
114
87
|
}>;
|
|
115
88
|
}, undefined, never, never, false>>>;
|
|
116
89
|
declare const Permission: _mikro_orm_core.EntitySchemaWithMeta<"Permission", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
117
|
-
readonly id:
|
|
90
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
118
91
|
primary: true;
|
|
119
|
-
}
|
|
92
|
+
}> & {
|
|
120
93
|
readonly __classified: true;
|
|
121
94
|
};
|
|
122
|
-
readonly slug: _mikro_orm_core.
|
|
95
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
|
|
123
96
|
readonly __classified: true;
|
|
124
97
|
};
|
|
125
98
|
}, undefined, never, never, false>, never, {
|
|
126
|
-
readonly id:
|
|
99
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
127
100
|
primary: true;
|
|
128
|
-
}
|
|
101
|
+
}> & {
|
|
129
102
|
readonly __classified: true;
|
|
130
103
|
};
|
|
131
|
-
readonly slug: _mikro_orm_core.
|
|
104
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
|
|
132
105
|
readonly __classified: true;
|
|
133
106
|
};
|
|
134
107
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
135
|
-
readonly id:
|
|
108
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
136
109
|
primary: true;
|
|
137
|
-
}
|
|
110
|
+
}> & {
|
|
138
111
|
readonly __classified: true;
|
|
139
112
|
};
|
|
140
|
-
readonly slug: _mikro_orm_core.
|
|
113
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
|
|
141
114
|
readonly __classified: true;
|
|
142
115
|
};
|
|
143
116
|
}, undefined, never, never, false>>>;
|
|
144
117
|
declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
145
|
-
readonly id:
|
|
118
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
146
119
|
primary: true;
|
|
147
|
-
}
|
|
120
|
+
}> & {
|
|
148
121
|
readonly __classified: true;
|
|
149
122
|
};
|
|
150
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
151
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
152
|
-
primary: true;
|
|
153
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
154
|
-
readonly __classified: true;
|
|
155
|
-
};
|
|
156
|
-
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
157
|
-
kind: "enum";
|
|
158
|
-
}> & {
|
|
159
|
-
readonly __classified: true;
|
|
160
|
-
};
|
|
161
|
-
}, undefined, never, never, false>, Omit<_mikro_orm_core.EmptyOptions & {
|
|
123
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
162
124
|
kind: "m:1";
|
|
163
125
|
}, "nullable"> & {
|
|
164
126
|
nullable: true;
|
|
165
127
|
}>;
|
|
166
128
|
}, undefined, never, never, false>, never, {
|
|
167
|
-
readonly id:
|
|
129
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
168
130
|
primary: true;
|
|
169
|
-
}
|
|
131
|
+
}> & {
|
|
170
132
|
readonly __classified: true;
|
|
171
133
|
};
|
|
172
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
173
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
174
|
-
primary: true;
|
|
175
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
176
|
-
readonly __classified: true;
|
|
177
|
-
};
|
|
178
|
-
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
179
|
-
kind: "enum";
|
|
180
|
-
}> & {
|
|
181
|
-
readonly __classified: true;
|
|
182
|
-
};
|
|
183
|
-
}, undefined, never, never, false>, Omit<_mikro_orm_core.EmptyOptions & {
|
|
134
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
184
135
|
kind: "m:1";
|
|
185
136
|
}, "nullable"> & {
|
|
186
137
|
nullable: true;
|
|
187
138
|
}>;
|
|
188
139
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
189
|
-
readonly id:
|
|
140
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
190
141
|
primary: true;
|
|
191
|
-
}
|
|
142
|
+
}> & {
|
|
192
143
|
readonly __classified: true;
|
|
193
144
|
};
|
|
194
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
195
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
196
|
-
primary: true;
|
|
197
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
198
|
-
readonly __classified: true;
|
|
199
|
-
};
|
|
200
|
-
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
201
|
-
kind: "enum";
|
|
202
|
-
}> & {
|
|
203
|
-
readonly __classified: true;
|
|
204
|
-
};
|
|
205
|
-
}, undefined, never, never, false>, Omit<_mikro_orm_core.EmptyOptions & {
|
|
145
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
206
146
|
kind: "m:1";
|
|
207
147
|
}, "nullable"> & {
|
|
208
148
|
nullable: true;
|
|
@@ -25,9 +25,9 @@ type UserDtos = {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
28
|
-
readonly id:
|
|
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 & {
|
|
@@ -36,9 +36,9 @@ declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization",
|
|
|
36
36
|
readonly __classified: true;
|
|
37
37
|
};
|
|
38
38
|
}, undefined, never, never, false>, never, {
|
|
39
|
-
readonly id:
|
|
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 & {
|
|
@@ -47,9 +47,9 @@ declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization",
|
|
|
47
47
|
readonly __classified: true;
|
|
48
48
|
};
|
|
49
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
50
|
-
readonly id:
|
|
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 & {
|
|
@@ -59,150 +59,90 @@ declare const Organization: _mikro_orm_core.EntitySchemaWithMeta<"Organization",
|
|
|
59
59
|
};
|
|
60
60
|
}, undefined, never, never, false>>>;
|
|
61
61
|
declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
62
|
-
readonly id:
|
|
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
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
68
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
69
|
-
primary: true;
|
|
70
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
71
|
-
readonly __classified: true;
|
|
72
|
-
};
|
|
73
|
-
readonly slug: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
74
|
-
readonly __classified: true;
|
|
75
|
-
};
|
|
76
|
-
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
67
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
77
68
|
kind: "m:n";
|
|
78
69
|
}>;
|
|
79
70
|
}, undefined, never, never, false>, never, {
|
|
80
|
-
readonly id:
|
|
71
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
81
72
|
primary: true;
|
|
82
|
-
}
|
|
73
|
+
}> & {
|
|
83
74
|
readonly __classified: true;
|
|
84
75
|
};
|
|
85
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
86
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
87
|
-
primary: true;
|
|
88
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
89
|
-
readonly __classified: true;
|
|
90
|
-
};
|
|
91
|
-
readonly slug: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
92
|
-
readonly __classified: true;
|
|
93
|
-
};
|
|
94
|
-
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
76
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
95
77
|
kind: "m:n";
|
|
96
78
|
}>;
|
|
97
79
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
98
|
-
readonly id:
|
|
80
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
99
81
|
primary: true;
|
|
100
|
-
}
|
|
82
|
+
}> & {
|
|
101
83
|
readonly __classified: true;
|
|
102
84
|
};
|
|
103
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
104
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
105
|
-
primary: true;
|
|
106
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
107
|
-
readonly __classified: true;
|
|
108
|
-
};
|
|
109
|
-
readonly slug: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
110
|
-
readonly __classified: true;
|
|
111
|
-
};
|
|
112
|
-
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
85
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
113
86
|
kind: "m:n";
|
|
114
87
|
}>;
|
|
115
88
|
}, undefined, never, never, false>>>;
|
|
116
89
|
declare const Permission: _mikro_orm_core.EntitySchemaWithMeta<"Permission", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
117
|
-
readonly id:
|
|
90
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
118
91
|
primary: true;
|
|
119
|
-
}
|
|
92
|
+
}> & {
|
|
120
93
|
readonly __classified: true;
|
|
121
94
|
};
|
|
122
|
-
readonly slug: _mikro_orm_core.
|
|
95
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
|
|
123
96
|
readonly __classified: true;
|
|
124
97
|
};
|
|
125
98
|
}, undefined, never, never, false>, never, {
|
|
126
|
-
readonly id:
|
|
99
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
127
100
|
primary: true;
|
|
128
|
-
}
|
|
101
|
+
}> & {
|
|
129
102
|
readonly __classified: true;
|
|
130
103
|
};
|
|
131
|
-
readonly slug: _mikro_orm_core.
|
|
104
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
|
|
132
105
|
readonly __classified: true;
|
|
133
106
|
};
|
|
134
107
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
135
|
-
readonly id:
|
|
108
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
136
109
|
primary: true;
|
|
137
|
-
}
|
|
110
|
+
}> & {
|
|
138
111
|
readonly __classified: true;
|
|
139
112
|
};
|
|
140
|
-
readonly slug: _mikro_orm_core.
|
|
113
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
|
|
141
114
|
readonly __classified: true;
|
|
142
115
|
};
|
|
143
116
|
}, undefined, never, never, false>>>;
|
|
144
117
|
declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
145
|
-
readonly id:
|
|
118
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
146
119
|
primary: true;
|
|
147
|
-
}
|
|
120
|
+
}> & {
|
|
148
121
|
readonly __classified: true;
|
|
149
122
|
};
|
|
150
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
151
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
152
|
-
primary: true;
|
|
153
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
154
|
-
readonly __classified: true;
|
|
155
|
-
};
|
|
156
|
-
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
157
|
-
kind: "enum";
|
|
158
|
-
}> & {
|
|
159
|
-
readonly __classified: true;
|
|
160
|
-
};
|
|
161
|
-
}, undefined, never, never, false>, Omit<_mikro_orm_core.EmptyOptions & {
|
|
123
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
162
124
|
kind: "m:1";
|
|
163
125
|
}, "nullable"> & {
|
|
164
126
|
nullable: true;
|
|
165
127
|
}>;
|
|
166
128
|
}, undefined, never, never, false>, never, {
|
|
167
|
-
readonly id:
|
|
129
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
168
130
|
primary: true;
|
|
169
|
-
}
|
|
131
|
+
}> & {
|
|
170
132
|
readonly __classified: true;
|
|
171
133
|
};
|
|
172
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
173
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
174
|
-
primary: true;
|
|
175
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
176
|
-
readonly __classified: true;
|
|
177
|
-
};
|
|
178
|
-
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
179
|
-
kind: "enum";
|
|
180
|
-
}> & {
|
|
181
|
-
readonly __classified: true;
|
|
182
|
-
};
|
|
183
|
-
}, undefined, never, never, false>, Omit<_mikro_orm_core.EmptyOptions & {
|
|
134
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
184
135
|
kind: "m:1";
|
|
185
136
|
}, "nullable"> & {
|
|
186
137
|
nullable: true;
|
|
187
138
|
}>;
|
|
188
139
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
189
|
-
readonly id:
|
|
140
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
190
141
|
primary: true;
|
|
191
|
-
}
|
|
142
|
+
}> & {
|
|
192
143
|
readonly __classified: true;
|
|
193
144
|
};
|
|
194
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.
|
|
195
|
-
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
196
|
-
primary: true;
|
|
197
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
198
|
-
readonly __classified: true;
|
|
199
|
-
};
|
|
200
|
-
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
201
|
-
kind: "enum";
|
|
202
|
-
}> & {
|
|
203
|
-
readonly __classified: true;
|
|
204
|
-
};
|
|
205
|
-
}, undefined, never, never, false>, Omit<_mikro_orm_core.EmptyOptions & {
|
|
145
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
206
146
|
kind: "m:1";
|
|
207
147
|
}, "nullable"> & {
|
|
208
148
|
nullable: true;
|
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.5",
|
|
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.4",
|
|
40
|
+
"@forklaunch/core": "^1.1.4",
|
|
41
|
+
"@forklaunch/internal": "^1.1.4",
|
|
42
|
+
"@forklaunch/validator": "^1.1.4",
|
|
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.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@typescript/native-preview": "7.0.0-dev.20260320.1",
|