@forklaunch/implementation-iam-base 1.0.5 → 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.
@@ -27,100 +27,138 @@ 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
- };
67
- readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
66
+ }>;
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, {
71
80
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
72
81
  primary: true;
73
- }> & {
82
+ } & {
74
83
  readonly __classified: true;
75
- };
76
- readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
84
+ }>;
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<{
80
98
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
81
99
  primary: true;
82
- }> & {
100
+ } & {
83
101
  readonly __classified: true;
84
- };
85
- readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
102
+ }>;
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>>>;
89
116
  declare const Permission: _mikro_orm_core.EntitySchemaWithMeta<"Permission", string, _mikro_orm_core.InferEntityFromProperties<{
90
117
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
91
118
  primary: true;
92
- }> & {
119
+ } & {
93
120
  readonly __classified: true;
94
- };
95
- readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
121
+ }>;
122
+ readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
96
123
  readonly __classified: true;
97
- };
124
+ }>;
98
125
  }, undefined, never, never, false>, never, {
99
126
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
100
127
  primary: true;
101
- }> & {
128
+ } & {
102
129
  readonly __classified: true;
103
- };
104
- readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
130
+ }>;
131
+ readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
105
132
  readonly __classified: true;
106
- };
133
+ }>;
107
134
  }, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
108
135
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
109
136
  primary: true;
110
- }> & {
137
+ } & {
111
138
  readonly __classified: true;
112
- };
113
- readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
139
+ }>;
140
+ readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
114
141
  readonly __classified: true;
115
- };
142
+ }>;
116
143
  }, undefined, never, never, false>>>;
117
144
  declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_orm_core.InferEntityFromProperties<{
118
145
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
119
146
  primary: true;
120
- }> & {
147
+ } & {
121
148
  readonly __classified: true;
122
- };
123
- readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
149
+ }>;
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;
@@ -128,10 +166,21 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
128
166
  }, undefined, never, never, false>, never, {
129
167
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
130
168
  primary: true;
131
- }> & {
169
+ } & {
132
170
  readonly __classified: true;
133
- };
134
- readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
171
+ }>;
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;
@@ -139,10 +188,21 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
139
188
  }, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
140
189
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
141
190
  primary: true;
142
- }> & {
191
+ } & {
143
192
  readonly __classified: true;
144
- };
145
- readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
193
+ }>;
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;
@@ -27,100 +27,138 @@ 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
- };
67
- readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
66
+ }>;
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, {
71
80
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
72
81
  primary: true;
73
- }> & {
82
+ } & {
74
83
  readonly __classified: true;
75
- };
76
- readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
84
+ }>;
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<{
80
98
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
81
99
  primary: true;
82
- }> & {
100
+ } & {
83
101
  readonly __classified: true;
84
- };
85
- readonly permissions: () => _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
102
+ }>;
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>>>;
89
116
  declare const Permission: _mikro_orm_core.EntitySchemaWithMeta<"Permission", string, _mikro_orm_core.InferEntityFromProperties<{
90
117
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
91
118
  primary: true;
92
- }> & {
119
+ } & {
93
120
  readonly __classified: true;
94
- };
95
- readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
121
+ }>;
122
+ readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
96
123
  readonly __classified: true;
97
- };
124
+ }>;
98
125
  }, undefined, never, never, false>, never, {
99
126
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
100
127
  primary: true;
101
- }> & {
128
+ } & {
102
129
  readonly __classified: true;
103
- };
104
- readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
130
+ }>;
131
+ readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
105
132
  readonly __classified: true;
106
- };
133
+ }>;
107
134
  }, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
108
135
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
109
136
  primary: true;
110
- }> & {
137
+ } & {
111
138
  readonly __classified: true;
112
- };
113
- readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions> & {
139
+ }>;
140
+ readonly slug: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
114
141
  readonly __classified: true;
115
- };
142
+ }>;
116
143
  }, undefined, never, never, false>>>;
117
144
  declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_orm_core.InferEntityFromProperties<{
118
145
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
119
146
  primary: true;
120
- }> & {
147
+ } & {
121
148
  readonly __classified: true;
122
- };
123
- readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
149
+ }>;
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;
@@ -128,10 +166,21 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
128
166
  }, undefined, never, never, false>, never, {
129
167
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
130
168
  primary: true;
131
- }> & {
169
+ } & {
132
170
  readonly __classified: true;
133
- };
134
- readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
171
+ }>;
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;
@@ -139,10 +188,21 @@ declare const User: _mikro_orm_core.EntitySchemaWithMeta<"User", string, _mikro_
139
188
  }, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
140
189
  readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
141
190
  primary: true;
142
- }> & {
191
+ } & {
143
192
  readonly __classified: true;
144
- };
145
- readonly organization: () => _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
193
+ }>;
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.5",
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.4",
40
- "@forklaunch/core": "^1.1.4",
41
- "@forklaunch/internal": "^1.1.4",
42
- "@forklaunch/validator": "^1.1.4",
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.5"
48
+ "@forklaunch/interfaces-iam": "1.0.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@typescript/native-preview": "7.0.0-dev.20260320.1",