@flink-app/generic-auth-plugin 0.5.1 → 0.5.3
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/.flink/generatedHandlers.ts +1 -1
- package/.flink/generatedJobs.ts +5 -0
- package/.flink/generatedRepos.ts +1 -1
- package/.flink/schemas/schemas.json +145 -78
- package/.flink/schemas/schemas.ts +1 -1
- package/.flink/start.ts +2 -1
- package/dist/.flink/generatedHandlers.js +1 -1
- package/dist/.flink/generatedJobs.d.ts +1 -0
- package/dist/.flink/generatedJobs.js +7 -0
- package/dist/.flink/generatedRepos.js +1 -1
- package/dist/.flink/schemas/schemas.json +145 -78
- package/dist/.flink/start.d.ts +1 -0
- package/dist/.flink/start.js +2 -1
- package/dist/src/handlers/Management/DeleteUserByUserid.js +1 -1
- package/dist/src/handlers/Management/GetUser.js +1 -1
- package/dist/src/handlers/Management/GetUserByUserid.js +1 -1
- package/dist/src/handlers/Management/GetUserViewByUserid.js +1 -1
- package/dist/src/handlers/Management/PutUserPasswordByUserid.js +1 -1
- package/dist/src/handlers/Management/PutUserProfileByUserid.js +1 -1
- package/dist/src/handlers/Management/PutUserProfileByUseridAppend.js +1 -1
- package/dist/src/handlers/Management/PutUserRolesByUserid.js +1 -1
- package/dist/src/handlers/Management/PutUserUsernameByUserid.js +1 -1
- package/dist/src/handlers/UserCreate.js +1 -1
- package/dist/src/handlers/UserLogin.js +1 -1
- package/dist/src/handlers/UserLoginByToken.js +1 -1
- package/dist/src/handlers/UserPasswordPut.js +1 -1
- package/dist/src/handlers/UserPasswordResetComplete.js +1 -1
- package/dist/src/handlers/UserPasswordResetStart.js +1 -1
- package/dist/src/handlers/UserProfileGet.js +1 -1
- package/dist/src/handlers/UserProfilePut.js +1 -1
- package/dist/src/handlers/UserPushRegisterToken.js +1 -1
- package/dist/src/handlers/UserPushRemoveToken.js +1 -1
- package/dist/src/handlers/UserToken.js +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated
|
|
1
|
+
// Generated Mon May 08 2023 10:08:54 GMT+0200 (Central European Summer Time)
|
|
2
2
|
import { autoRegisteredHandlers, HttpMethod } from "@flink-app/flink";
|
|
3
3
|
import * as UserCreate_0 from "../src/handlers/UserCreate";
|
|
4
4
|
import * as UserLogin_0 from "../src/handlers/UserLogin";
|
package/.flink/generatedRepos.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated
|
|
1
|
+
// Generated Mon May 08 2023 10:08:54 GMT+0200 (Central European Summer Time)
|
|
2
2
|
import { autoRegisteredRepos } from "@flink-app/flink";
|
|
3
3
|
export const repos = [];
|
|
4
4
|
autoRegisteredRepos.push(...repos);
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"$ref": "#/definitions/Schemas",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"UserCreate_7_ReqSchema": {
|
|
6
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
6
7
|
"type": "object",
|
|
7
8
|
"additionalProperties": false,
|
|
8
9
|
"properties": {
|
|
@@ -20,17 +21,16 @@
|
|
|
20
21
|
]
|
|
21
22
|
},
|
|
22
23
|
"profile": {
|
|
23
|
-
"
|
|
24
|
+
"type": "object"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"required": [
|
|
27
28
|
"username"
|
|
28
|
-
]
|
|
29
|
-
|
|
30
|
-
"UserProfile": {
|
|
31
|
-
"type": "object"
|
|
29
|
+
],
|
|
30
|
+
"definitions": {}
|
|
32
31
|
},
|
|
33
32
|
"UserCreate_7_ResSchema": {
|
|
33
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
34
34
|
"type": "object",
|
|
35
35
|
"additionalProperties": false,
|
|
36
36
|
"properties": {
|
|
@@ -66,9 +66,11 @@
|
|
|
66
66
|
},
|
|
67
67
|
"required": [
|
|
68
68
|
"status"
|
|
69
|
-
]
|
|
69
|
+
],
|
|
70
|
+
"definitions": {}
|
|
70
71
|
},
|
|
71
72
|
"UserLogin_7_ReqSchema": {
|
|
73
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
72
74
|
"type": "object",
|
|
73
75
|
"additionalProperties": false,
|
|
74
76
|
"properties": {
|
|
@@ -81,9 +83,11 @@
|
|
|
81
83
|
},
|
|
82
84
|
"required": [
|
|
83
85
|
"username"
|
|
84
|
-
]
|
|
86
|
+
],
|
|
87
|
+
"definitions": {}
|
|
85
88
|
},
|
|
86
89
|
"UserLogin_7_ResSchema": {
|
|
90
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
87
91
|
"type": "object",
|
|
88
92
|
"additionalProperties": false,
|
|
89
93
|
"properties": {
|
|
@@ -108,7 +112,7 @@
|
|
|
108
112
|
"type": "string"
|
|
109
113
|
},
|
|
110
114
|
"profile": {
|
|
111
|
-
"
|
|
115
|
+
"type": "object"
|
|
112
116
|
}
|
|
113
117
|
},
|
|
114
118
|
"required": [
|
|
@@ -125,9 +129,11 @@
|
|
|
125
129
|
},
|
|
126
130
|
"required": [
|
|
127
131
|
"status"
|
|
128
|
-
]
|
|
132
|
+
],
|
|
133
|
+
"definitions": {}
|
|
129
134
|
},
|
|
130
135
|
"UserLoginByToken_7_ReqSchema": {
|
|
136
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
131
137
|
"type": "object",
|
|
132
138
|
"additionalProperties": false,
|
|
133
139
|
"properties": {
|
|
@@ -141,9 +147,11 @@
|
|
|
141
147
|
"required": [
|
|
142
148
|
"code",
|
|
143
149
|
"token"
|
|
144
|
-
]
|
|
150
|
+
],
|
|
151
|
+
"definitions": {}
|
|
145
152
|
},
|
|
146
153
|
"UserLoginByToken_7_ResSchema": {
|
|
154
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
147
155
|
"type": "object",
|
|
148
156
|
"additionalProperties": false,
|
|
149
157
|
"properties": {
|
|
@@ -168,7 +176,7 @@
|
|
|
168
176
|
"type": "string"
|
|
169
177
|
},
|
|
170
178
|
"profile": {
|
|
171
|
-
"
|
|
179
|
+
"type": "object"
|
|
172
180
|
}
|
|
173
181
|
},
|
|
174
182
|
"required": [
|
|
@@ -185,9 +193,11 @@
|
|
|
185
193
|
},
|
|
186
194
|
"required": [
|
|
187
195
|
"status"
|
|
188
|
-
]
|
|
196
|
+
],
|
|
197
|
+
"definitions": {}
|
|
189
198
|
},
|
|
190
199
|
"UserPasswordPut_7_ReqSchema": {
|
|
200
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
191
201
|
"type": "object",
|
|
192
202
|
"additionalProperties": false,
|
|
193
203
|
"properties": {
|
|
@@ -197,9 +207,11 @@
|
|
|
197
207
|
},
|
|
198
208
|
"required": [
|
|
199
209
|
"password"
|
|
200
|
-
]
|
|
210
|
+
],
|
|
211
|
+
"definitions": {}
|
|
201
212
|
},
|
|
202
213
|
"UserPasswordPut_7_ResSchema": {
|
|
214
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
203
215
|
"type": "object",
|
|
204
216
|
"additionalProperties": false,
|
|
205
217
|
"properties": {
|
|
@@ -214,9 +226,11 @@
|
|
|
214
226
|
},
|
|
215
227
|
"required": [
|
|
216
228
|
"status"
|
|
217
|
-
]
|
|
229
|
+
],
|
|
230
|
+
"definitions": {}
|
|
218
231
|
},
|
|
219
232
|
"UserPasswordResetComplete_13_ReqSchema": {
|
|
233
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
220
234
|
"type": "object",
|
|
221
235
|
"additionalProperties": false,
|
|
222
236
|
"properties": {
|
|
@@ -234,9 +248,11 @@
|
|
|
234
248
|
"code",
|
|
235
249
|
"password",
|
|
236
250
|
"passwordResetToken"
|
|
237
|
-
]
|
|
251
|
+
],
|
|
252
|
+
"definitions": {}
|
|
238
253
|
},
|
|
239
254
|
"UserPasswordResetComplete_13_ResSchema": {
|
|
255
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
240
256
|
"type": "object",
|
|
241
257
|
"additionalProperties": false,
|
|
242
258
|
"properties": {
|
|
@@ -252,9 +268,11 @@
|
|
|
252
268
|
},
|
|
253
269
|
"required": [
|
|
254
270
|
"status"
|
|
255
|
-
]
|
|
271
|
+
],
|
|
272
|
+
"definitions": {}
|
|
256
273
|
},
|
|
257
274
|
"UserPasswordResetStart_9_ReqSchema": {
|
|
275
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
258
276
|
"type": "object",
|
|
259
277
|
"additionalProperties": false,
|
|
260
278
|
"properties": {
|
|
@@ -264,9 +282,11 @@
|
|
|
264
282
|
},
|
|
265
283
|
"required": [
|
|
266
284
|
"username"
|
|
267
|
-
]
|
|
285
|
+
],
|
|
286
|
+
"definitions": {}
|
|
268
287
|
},
|
|
269
288
|
"UserPasswordResetStart_9_ResSchema": {
|
|
289
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
270
290
|
"type": "object",
|
|
271
291
|
"additionalProperties": false,
|
|
272
292
|
"properties": {
|
|
@@ -281,26 +301,34 @@
|
|
|
281
301
|
"type": "string"
|
|
282
302
|
},
|
|
283
303
|
"profile": {
|
|
284
|
-
"
|
|
304
|
+
"type": "object"
|
|
285
305
|
}
|
|
286
306
|
},
|
|
287
307
|
"required": [
|
|
288
308
|
"status"
|
|
289
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"definitions": {}
|
|
290
311
|
},
|
|
291
312
|
"UserProfileGet_5_ReqSchema": {
|
|
313
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
292
314
|
"type": "object",
|
|
293
|
-
"properties": {}
|
|
315
|
+
"properties": {},
|
|
316
|
+
"definitions": {}
|
|
294
317
|
},
|
|
295
318
|
"UserProfilePut_5_ReqSchema": {
|
|
319
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
296
320
|
"type": "object",
|
|
297
|
-
"properties": {}
|
|
321
|
+
"properties": {},
|
|
322
|
+
"definitions": {}
|
|
298
323
|
},
|
|
299
324
|
"UserProfilePut_5_ResSchema": {
|
|
325
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
300
326
|
"type": "object",
|
|
301
|
-
"properties": {}
|
|
327
|
+
"properties": {},
|
|
328
|
+
"definitions": {}
|
|
302
329
|
},
|
|
303
330
|
"UserPushRegisterToken_7_ReqSchema": {
|
|
331
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
304
332
|
"type": "object",
|
|
305
333
|
"additionalProperties": false,
|
|
306
334
|
"properties": {
|
|
@@ -314,9 +342,11 @@
|
|
|
314
342
|
"required": [
|
|
315
343
|
"deviceId",
|
|
316
344
|
"token"
|
|
317
|
-
]
|
|
345
|
+
],
|
|
346
|
+
"definitions": {}
|
|
318
347
|
},
|
|
319
348
|
"UserPushRegisterToken_7_ResSchema": {
|
|
349
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
320
350
|
"type": "object",
|
|
321
351
|
"additionalProperties": false,
|
|
322
352
|
"properties": {
|
|
@@ -330,9 +360,11 @@
|
|
|
330
360
|
},
|
|
331
361
|
"required": [
|
|
332
362
|
"status"
|
|
333
|
-
]
|
|
363
|
+
],
|
|
364
|
+
"definitions": {}
|
|
334
365
|
},
|
|
335
366
|
"UserPushRemoveToken_7_ReqSchema": {
|
|
367
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
336
368
|
"type": "object",
|
|
337
369
|
"additionalProperties": false,
|
|
338
370
|
"properties": {
|
|
@@ -346,9 +378,11 @@
|
|
|
346
378
|
"required": [
|
|
347
379
|
"deviceId",
|
|
348
380
|
"token"
|
|
349
|
-
]
|
|
381
|
+
],
|
|
382
|
+
"definitions": {}
|
|
350
383
|
},
|
|
351
384
|
"UserPushRemoveToken_7_ResSchema": {
|
|
385
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
352
386
|
"type": "object",
|
|
353
387
|
"additionalProperties": false,
|
|
354
388
|
"properties": {
|
|
@@ -362,9 +396,11 @@
|
|
|
362
396
|
},
|
|
363
397
|
"required": [
|
|
364
398
|
"status"
|
|
365
|
-
]
|
|
399
|
+
],
|
|
400
|
+
"definitions": {}
|
|
366
401
|
},
|
|
367
402
|
"UserToken_10_ReqSchema": {
|
|
403
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
368
404
|
"type": "object",
|
|
369
405
|
"additionalProperties": false,
|
|
370
406
|
"properties": {
|
|
@@ -374,60 +410,69 @@
|
|
|
374
410
|
},
|
|
375
411
|
"required": [
|
|
376
412
|
"token"
|
|
377
|
-
]
|
|
413
|
+
],
|
|
414
|
+
"definitions": {}
|
|
378
415
|
},
|
|
379
416
|
"DeleteUserByUserid_6_ReqSchema": {
|
|
417
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
380
418
|
"type": "object",
|
|
381
419
|
"additionalProperties": false,
|
|
382
|
-
"properties": {}
|
|
420
|
+
"properties": {},
|
|
421
|
+
"definitions": {}
|
|
383
422
|
},
|
|
384
423
|
"DeleteUserByUserid_6_ResSchema": {
|
|
424
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
385
425
|
"type": "object",
|
|
386
426
|
"additionalProperties": false,
|
|
387
|
-
"properties": {}
|
|
427
|
+
"properties": {},
|
|
428
|
+
"definitions": {}
|
|
388
429
|
},
|
|
389
430
|
"GetUser_5_ReqSchema": {
|
|
431
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
390
432
|
"type": "object",
|
|
391
433
|
"additionalProperties": false,
|
|
392
|
-
"properties": {}
|
|
434
|
+
"properties": {},
|
|
435
|
+
"definitions": {}
|
|
393
436
|
},
|
|
394
437
|
"GetUser_5_ResSchema": {
|
|
438
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
395
439
|
"type": "object",
|
|
396
440
|
"additionalProperties": false,
|
|
397
441
|
"properties": {
|
|
398
442
|
"users": {
|
|
399
443
|
"type": "array",
|
|
400
444
|
"items": {
|
|
401
|
-
"
|
|
445
|
+
"type": "object",
|
|
446
|
+
"properties": {
|
|
447
|
+
"_id": {
|
|
448
|
+
"type": "string"
|
|
449
|
+
},
|
|
450
|
+
"username": {
|
|
451
|
+
"type": "string"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"required": [
|
|
455
|
+
"_id",
|
|
456
|
+
"username"
|
|
457
|
+
],
|
|
458
|
+
"additionalProperties": false
|
|
402
459
|
}
|
|
403
460
|
}
|
|
404
461
|
},
|
|
405
462
|
"required": [
|
|
406
463
|
"users"
|
|
407
|
-
]
|
|
408
|
-
},
|
|
409
|
-
"UserListItem": {
|
|
410
|
-
"type": "object",
|
|
411
|
-
"properties": {
|
|
412
|
-
"_id": {
|
|
413
|
-
"type": "string"
|
|
414
|
-
},
|
|
415
|
-
"username": {
|
|
416
|
-
"type": "string"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"required": [
|
|
420
|
-
"_id",
|
|
421
|
-
"username"
|
|
422
464
|
],
|
|
423
|
-
"
|
|
465
|
+
"definitions": {}
|
|
424
466
|
},
|
|
425
467
|
"GetUserByUserid_11_ReqSchema": {
|
|
468
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
426
469
|
"type": "object",
|
|
427
470
|
"additionalProperties": false,
|
|
428
|
-
"properties": {}
|
|
471
|
+
"properties": {},
|
|
472
|
+
"definitions": {}
|
|
429
473
|
},
|
|
430
474
|
"GetUserByUserid_11_ResSchema": {
|
|
475
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
431
476
|
"type": "object",
|
|
432
477
|
"additionalProperties": false,
|
|
433
478
|
"properties": {
|
|
@@ -451,12 +496,25 @@
|
|
|
451
496
|
]
|
|
452
497
|
},
|
|
453
498
|
"profile": {
|
|
454
|
-
"
|
|
499
|
+
"type": "object"
|
|
455
500
|
},
|
|
456
501
|
"pushNotificationTokens": {
|
|
457
502
|
"type": "array",
|
|
458
503
|
"items": {
|
|
459
|
-
"
|
|
504
|
+
"type": "object",
|
|
505
|
+
"properties": {
|
|
506
|
+
"deviceId": {
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"token": {
|
|
510
|
+
"type": "string"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"required": [
|
|
514
|
+
"deviceId",
|
|
515
|
+
"token"
|
|
516
|
+
],
|
|
517
|
+
"additionalProperties": false
|
|
460
518
|
}
|
|
461
519
|
}
|
|
462
520
|
},
|
|
@@ -467,30 +525,18 @@
|
|
|
467
525
|
"pushNotificationTokens",
|
|
468
526
|
"roles",
|
|
469
527
|
"username"
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
"PushNotificationToken": {
|
|
473
|
-
"type": "object",
|
|
474
|
-
"properties": {
|
|
475
|
-
"deviceId": {
|
|
476
|
-
"type": "string"
|
|
477
|
-
},
|
|
478
|
-
"token": {
|
|
479
|
-
"type": "string"
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
"required": [
|
|
483
|
-
"deviceId",
|
|
484
|
-
"token"
|
|
485
528
|
],
|
|
486
|
-
"
|
|
529
|
+
"definitions": {}
|
|
487
530
|
},
|
|
488
531
|
"GetUserViewByUserid_6_ReqSchema": {
|
|
532
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
489
533
|
"type": "object",
|
|
490
534
|
"additionalProperties": false,
|
|
491
|
-
"properties": {}
|
|
535
|
+
"properties": {},
|
|
536
|
+
"definitions": {}
|
|
492
537
|
},
|
|
493
538
|
"GetUserViewByUserid_6_ResSchema": {
|
|
539
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
494
540
|
"type": "object",
|
|
495
541
|
"additionalProperties": false,
|
|
496
542
|
"properties": {
|
|
@@ -523,9 +569,11 @@
|
|
|
523
569
|
"required": [
|
|
524
570
|
"buttons",
|
|
525
571
|
"data"
|
|
526
|
-
]
|
|
572
|
+
],
|
|
573
|
+
"definitions": {}
|
|
527
574
|
},
|
|
528
575
|
"PutUserPasswordByUserid_6_ReqSchema": {
|
|
576
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
529
577
|
"type": "object",
|
|
530
578
|
"additionalProperties": false,
|
|
531
579
|
"properties": {
|
|
@@ -535,32 +583,44 @@
|
|
|
535
583
|
},
|
|
536
584
|
"required": [
|
|
537
585
|
"password"
|
|
538
|
-
]
|
|
586
|
+
],
|
|
587
|
+
"definitions": {}
|
|
539
588
|
},
|
|
540
589
|
"PutUserPasswordByUserid_6_ResSchema": {
|
|
590
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
541
591
|
"type": "object",
|
|
542
592
|
"additionalProperties": false,
|
|
543
|
-
"properties": {}
|
|
593
|
+
"properties": {},
|
|
594
|
+
"definitions": {}
|
|
544
595
|
},
|
|
545
596
|
"PutUserProfileByUserid_11_ReqSchema": {
|
|
597
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
546
598
|
"type": "object",
|
|
547
|
-
"properties": {}
|
|
599
|
+
"properties": {},
|
|
600
|
+
"definitions": {}
|
|
548
601
|
},
|
|
549
602
|
"PutUserProfileByUserid_11_ResSchema": {
|
|
603
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
550
604
|
"type": "object",
|
|
551
605
|
"additionalProperties": false,
|
|
552
|
-
"properties": {}
|
|
606
|
+
"properties": {},
|
|
607
|
+
"definitions": {}
|
|
553
608
|
},
|
|
554
609
|
"PutUserProfileByUseridAppend_11_ReqSchema": {
|
|
610
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
555
611
|
"type": "object",
|
|
556
|
-
"properties": {}
|
|
612
|
+
"properties": {},
|
|
613
|
+
"definitions": {}
|
|
557
614
|
},
|
|
558
615
|
"PutUserProfileByUseridAppend_11_ResSchema": {
|
|
616
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
559
617
|
"type": "object",
|
|
560
618
|
"additionalProperties": false,
|
|
561
|
-
"properties": {}
|
|
619
|
+
"properties": {},
|
|
620
|
+
"definitions": {}
|
|
562
621
|
},
|
|
563
622
|
"PutUserRolesByUserid_11_ReqSchema": {
|
|
623
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
564
624
|
"type": "object",
|
|
565
625
|
"additionalProperties": false,
|
|
566
626
|
"properties": {
|
|
@@ -573,14 +633,18 @@
|
|
|
573
633
|
},
|
|
574
634
|
"required": [
|
|
575
635
|
"roles"
|
|
576
|
-
]
|
|
636
|
+
],
|
|
637
|
+
"definitions": {}
|
|
577
638
|
},
|
|
578
639
|
"PutUserRolesByUserid_11_ResSchema": {
|
|
640
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
579
641
|
"type": "object",
|
|
580
642
|
"additionalProperties": false,
|
|
581
|
-
"properties": {}
|
|
643
|
+
"properties": {},
|
|
644
|
+
"definitions": {}
|
|
582
645
|
},
|
|
583
646
|
"PutUserUsernameByUserid_12_ReqSchema": {
|
|
647
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
584
648
|
"type": "object",
|
|
585
649
|
"additionalProperties": false,
|
|
586
650
|
"properties": {
|
|
@@ -590,12 +654,15 @@
|
|
|
590
654
|
},
|
|
591
655
|
"required": [
|
|
592
656
|
"username"
|
|
593
|
-
]
|
|
657
|
+
],
|
|
658
|
+
"definitions": {}
|
|
594
659
|
},
|
|
595
660
|
"PutUserUsernameByUserid_12_ResSchema": {
|
|
661
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
596
662
|
"type": "object",
|
|
597
663
|
"additionalProperties": false,
|
|
598
|
-
"properties": {}
|
|
664
|
+
"properties": {},
|
|
665
|
+
"definitions": {}
|
|
599
666
|
}
|
|
600
667
|
}
|
|
601
668
|
}
|
|
@@ -30,7 +30,7 @@ import { PutManagementUserRolesByUseridRes } from "../../src/schemas/Management/
|
|
|
30
30
|
import { PutManagementUserUsernameByUseridReq } from "../../src/schemas/Management/PutUserUsernameByUseridReq";
|
|
31
31
|
import { PutManagementUserUsernameByUseridRes } from "../../src/schemas/Management/PutUserUsernameByUseridRes";
|
|
32
32
|
|
|
33
|
-
// Generated
|
|
33
|
+
// Generated Mon May 08 2023 10:08:59 GMT+0200 (Central European Summer Time)
|
|
34
34
|
export interface UserCreate_7_ReqSchema extends UserCreateReq {}
|
|
35
35
|
|
|
36
36
|
export interface UserCreate_7_ResSchema extends UserCreateRes {}
|
package/.flink/start.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated
|
|
1
|
+
// Generated Mon May 08 2023 10:08:55 GMT+0200 (Central European Summer Time)
|
|
2
2
|
import "./generatedHandlers";
|
|
3
3
|
import "./generatedRepos";
|
|
4
|
+
import "./generatedJobs";
|
|
4
5
|
import "../src/index";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.handlers = void 0;
|
|
4
|
-
// Generated
|
|
4
|
+
// Generated Mon May 08 2023 10:08:54 GMT+0200 (Central European Summer Time)
|
|
5
5
|
var flink_1 = require("@flink-app/flink");
|
|
6
6
|
exports.handlers = [];
|
|
7
7
|
flink_1.autoRegisteredHandlers.push.apply(flink_1.autoRegisteredHandlers, exports.handlers);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const jobs: never[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.jobs = void 0;
|
|
4
|
+
// Generated Mon May 08 2023 10:08:55 GMT+0200 (Central European Summer Time)
|
|
5
|
+
var flink_1 = require("@flink-app/flink");
|
|
6
|
+
exports.jobs = [];
|
|
7
|
+
flink_1.autoRegisteredJobs.push.apply(flink_1.autoRegisteredJobs, exports.jobs);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.repos = void 0;
|
|
4
|
-
// Generated
|
|
4
|
+
// Generated Mon May 08 2023 10:08:54 GMT+0200 (Central European Summer Time)
|
|
5
5
|
var flink_1 = require("@flink-app/flink");
|
|
6
6
|
exports.repos = [];
|
|
7
7
|
flink_1.autoRegisteredRepos.push.apply(flink_1.autoRegisteredRepos, exports.repos);
|