@forklaunch/implementation-iam-base 1.0.6 → 1.0.7
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.
|
@@ -64,7 +64,16 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
64
64
|
} & {
|
|
65
65
|
readonly __classified: true;
|
|
66
66
|
}>;
|
|
67
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<
|
|
67
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
68
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
69
|
+
primary: true;
|
|
70
|
+
} & {
|
|
71
|
+
readonly __classified: true;
|
|
72
|
+
}>;
|
|
73
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
74
|
+
readonly __classified: true;
|
|
75
|
+
}>;
|
|
76
|
+
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
68
77
|
kind: "m:n";
|
|
69
78
|
}>;
|
|
70
79
|
}, undefined, never, never, false>, never, {
|
|
@@ -73,7 +82,16 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
73
82
|
} & {
|
|
74
83
|
readonly __classified: true;
|
|
75
84
|
}>;
|
|
76
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<
|
|
85
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
86
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
87
|
+
primary: true;
|
|
88
|
+
} & {
|
|
89
|
+
readonly __classified: true;
|
|
90
|
+
}>;
|
|
91
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
92
|
+
readonly __classified: true;
|
|
93
|
+
}>;
|
|
94
|
+
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
77
95
|
kind: "m:n";
|
|
78
96
|
}>;
|
|
79
97
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
@@ -82,7 +100,16 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
82
100
|
} & {
|
|
83
101
|
readonly __classified: true;
|
|
84
102
|
}>;
|
|
85
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<
|
|
103
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
104
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
105
|
+
primary: true;
|
|
106
|
+
} & {
|
|
107
|
+
readonly __classified: true;
|
|
108
|
+
}>;
|
|
109
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
110
|
+
readonly __classified: true;
|
|
111
|
+
}>;
|
|
112
|
+
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
86
113
|
kind: "m:n";
|
|
87
114
|
}>;
|
|
88
115
|
}, undefined, never, never, false>>>;
|
|
@@ -120,7 +147,18 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
120
147
|
} & {
|
|
121
148
|
readonly __classified: true;
|
|
122
149
|
}>;
|
|
123
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<
|
|
150
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
151
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
152
|
+
primary: true;
|
|
153
|
+
} & {
|
|
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 & {
|
|
124
162
|
kind: "m:1";
|
|
125
163
|
}, "nullable"> & {
|
|
126
164
|
nullable: true;
|
|
@@ -131,7 +169,18 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
131
169
|
} & {
|
|
132
170
|
readonly __classified: true;
|
|
133
171
|
}>;
|
|
134
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<
|
|
172
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
173
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
174
|
+
primary: true;
|
|
175
|
+
} & {
|
|
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 & {
|
|
135
184
|
kind: "m:1";
|
|
136
185
|
}, "nullable"> & {
|
|
137
186
|
nullable: true;
|
|
@@ -142,7 +191,18 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
142
191
|
} & {
|
|
143
192
|
readonly __classified: true;
|
|
144
193
|
}>;
|
|
145
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<
|
|
194
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
195
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
196
|
+
primary: true;
|
|
197
|
+
} & {
|
|
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 & {
|
|
146
206
|
kind: "m:1";
|
|
147
207
|
}, "nullable"> & {
|
|
148
208
|
nullable: true;
|
|
@@ -64,7 +64,16 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
64
64
|
} & {
|
|
65
65
|
readonly __classified: true;
|
|
66
66
|
}>;
|
|
67
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<
|
|
67
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
68
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
69
|
+
primary: true;
|
|
70
|
+
} & {
|
|
71
|
+
readonly __classified: true;
|
|
72
|
+
}>;
|
|
73
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
74
|
+
readonly __classified: true;
|
|
75
|
+
}>;
|
|
76
|
+
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
68
77
|
kind: "m:n";
|
|
69
78
|
}>;
|
|
70
79
|
}, undefined, never, never, false>, never, {
|
|
@@ -73,7 +82,16 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
73
82
|
} & {
|
|
74
83
|
readonly __classified: true;
|
|
75
84
|
}>;
|
|
76
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<
|
|
85
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
86
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
87
|
+
primary: true;
|
|
88
|
+
} & {
|
|
89
|
+
readonly __classified: true;
|
|
90
|
+
}>;
|
|
91
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
92
|
+
readonly __classified: true;
|
|
93
|
+
}>;
|
|
94
|
+
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
77
95
|
kind: "m:n";
|
|
78
96
|
}>;
|
|
79
97
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
@@ -82,7 +100,16 @@ declare const Role: _mikro_orm_core.EntitySchemaWithMeta<"Role", string, _mikro_
|
|
|
82
100
|
} & {
|
|
83
101
|
readonly __classified: true;
|
|
84
102
|
}>;
|
|
85
|
-
readonly permissions: () => _mikro_orm_core.PropertyChain<
|
|
103
|
+
readonly permissions: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
104
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
105
|
+
primary: true;
|
|
106
|
+
} & {
|
|
107
|
+
readonly __classified: true;
|
|
108
|
+
}>;
|
|
109
|
+
readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
110
|
+
readonly __classified: true;
|
|
111
|
+
}>;
|
|
112
|
+
}, undefined, never, never, false>, _mikro_orm_core.EmptyOptions & {
|
|
86
113
|
kind: "m:n";
|
|
87
114
|
}>;
|
|
88
115
|
}, undefined, never, never, false>>>;
|
|
@@ -120,7 +147,18 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
120
147
|
} & {
|
|
121
148
|
readonly __classified: true;
|
|
122
149
|
}>;
|
|
123
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<
|
|
150
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
151
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
152
|
+
primary: true;
|
|
153
|
+
} & {
|
|
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 & {
|
|
124
162
|
kind: "m:1";
|
|
125
163
|
}, "nullable"> & {
|
|
126
164
|
nullable: true;
|
|
@@ -131,7 +169,18 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
131
169
|
} & {
|
|
132
170
|
readonly __classified: true;
|
|
133
171
|
}>;
|
|
134
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<
|
|
172
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
173
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
174
|
+
primary: true;
|
|
175
|
+
} & {
|
|
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 & {
|
|
135
184
|
kind: "m:1";
|
|
136
185
|
}, "nullable"> & {
|
|
137
186
|
nullable: true;
|
|
@@ -142,7 +191,18 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
|
|
|
142
191
|
} & {
|
|
143
192
|
readonly __classified: true;
|
|
144
193
|
}>;
|
|
145
|
-
readonly organization: () => _mikro_orm_core.PropertyChain<
|
|
194
|
+
readonly organization: () => _mikro_orm_core.PropertyChain<_mikro_orm_core.InferEntityFromProperties<{
|
|
195
|
+
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
196
|
+
primary: true;
|
|
197
|
+
} & {
|
|
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 & {
|
|
146
206
|
kind: "m:1";
|
|
147
207
|
}, "nullable"> & {
|
|
148
208
|
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.7",
|
|
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.7",
|
|
40
|
+
"@forklaunch/core": "^1.1.7",
|
|
41
|
+
"@forklaunch/internal": "^1.1.7",
|
|
42
|
+
"@forklaunch/validator": "^1.1.7",
|
|
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.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@typescript/native-preview": "7.0.0-dev.20260320.1",
|