@flink-app/generic-auth-plugin 0.4.4 → 0.4.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/.flink/generatedHandlers.ts +1 -1
- package/.flink/generatedJobs.ts +1 -1
- package/.flink/generatedRepos.ts +1 -1
- package/.flink/schemas/schemas.json +145 -78
- package/.flink/schemas/schemas.ts +1 -1
- package/.flink/start.ts +1 -1
- package/dist/.flink/generatedHandlers.js +1 -1
- package/dist/.flink/generatedJobs.js +1 -1
- package/dist/.flink/generatedRepos.js +1 -1
- package/dist/.flink/schemas/schemas.json +145 -78
- package/dist/.flink/start.js +1 -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 +7 -7
|
@@ -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
|
}
|
package/dist/.flink/start.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// Generated
|
|
3
|
+
// Generated Wed Feb 15 2023 20:32:42 GMT+0100 (Central European Standard Time)
|
|
4
4
|
require("./generatedHandlers");
|
|
5
5
|
require("./generatedRepos");
|
|
6
6
|
require("./generatedJobs");
|
|
@@ -63,4 +63,4 @@ var DeleteManagementUserByUserid = function (_a) {
|
|
|
63
63
|
};
|
|
64
64
|
exports.default = DeleteManagementUserByUserid;
|
|
65
65
|
exports.__assumedHttpMethod = "delete", exports.__file = "DeleteUserByUserid.ts", exports.__query = [], exports.__params = [];
|
|
66
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": {} }, resSchema: { "type": "object", "additionalProperties": false, "properties": {} } };
|
|
66
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} } };
|
|
@@ -62,4 +62,4 @@ var GetManagementUser = function (_a) {
|
|
|
62
62
|
};
|
|
63
63
|
exports.default = GetManagementUser;
|
|
64
64
|
exports.__assumedHttpMethod = "get", exports.__file = "GetUser.ts", exports.__query = [], exports.__params = [];
|
|
65
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": {} }, resSchema: { "type": "object", "additionalProperties": false, "properties": { "users": { "type": "array", "items": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" } }, "required": ["_id", "username"], "additionalProperties": false } } }, "required": ["users"] } };
|
|
65
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "users": { "type": "array", "items": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" } }, "required": ["_id", "username"], "additionalProperties": false } } }, "required": ["users"], "definitions": {} } };
|
|
@@ -75,4 +75,4 @@ var GetManagementUserByUserid = function (_a) {
|
|
|
75
75
|
};
|
|
76
76
|
exports.default = GetManagementUserByUserid;
|
|
77
77
|
exports.__assumedHttpMethod = "get", exports.__file = "GetUserByUserid.ts", exports.__query = [], exports.__params = [];
|
|
78
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": {} }, resSchema: { "type": "object", "additionalProperties": false, "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "roles": { "type": "array", "items": { "type": "string" } }, "authentificationMethod": { "type": "string", "enum": ["password", "sms"] }, "profile": { "type": "object" }, "pushNotificationTokens": { "type": "array", "items": { "type": "object", "properties": { "deviceId": { "type": "string" }, "token": { "type": "string" } }, "required": ["deviceId", "token"], "additionalProperties": false } } }, "required": ["_id", "authentificationMethod", "profile", "pushNotificationTokens", "roles", "username"] } };
|
|
78
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "roles": { "type": "array", "items": { "type": "string" } }, "authentificationMethod": { "type": "string", "enum": ["password", "sms"] }, "profile": { "type": "object" }, "pushNotificationTokens": { "type": "array", "items": { "type": "object", "properties": { "deviceId": { "type": "string" }, "token": { "type": "string" } }, "required": ["deviceId", "token"], "additionalProperties": false } } }, "required": ["_id", "authentificationMethod", "profile", "pushNotificationTokens", "roles", "username"], "definitions": {} } };
|
|
@@ -77,4 +77,4 @@ var GetManagementUserByUserid = function (_a) {
|
|
|
77
77
|
};
|
|
78
78
|
exports.default = GetManagementUserByUserid;
|
|
79
79
|
exports.__assumedHttpMethod = "get", exports.__file = "GetUserViewByUserid.ts", exports.__query = [], exports.__params = [];
|
|
80
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": {} }, resSchema: { "type": "object", "additionalProperties": false, "properties": { "buttons": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "url": { "type": "string" } }, "required": ["text", "url"], "additionalProperties": false } }, "data": { "type": "object", "additionalProperties": { "type": "string" } } }, "required": ["buttons", "data"] } };
|
|
80
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "buttons": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "url": { "type": "string" } }, "required": ["text", "url"], "additionalProperties": false } }, "data": { "type": "object", "additionalProperties": { "type": "string" } } }, "required": ["buttons", "data"], "definitions": {} } };
|
|
@@ -88,4 +88,4 @@ var PutManagementUserPasswordByUserid = function (_a) {
|
|
|
88
88
|
};
|
|
89
89
|
exports.default = PutManagementUserPasswordByUserid;
|
|
90
90
|
exports.__assumedHttpMethod = "put", exports.__file = "PutUserPasswordByUserid.ts", exports.__query = [], exports.__params = [];
|
|
91
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": { "password": { "type": "string" } }, "required": ["password"] }, resSchema: { "type": "object", "additionalProperties": false, "properties": {} } };
|
|
91
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "password": { "type": "string" } }, "required": ["password"], "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} } };
|
|
@@ -66,4 +66,4 @@ var PutManagementUserProfileByUserid = function (_a) {
|
|
|
66
66
|
};
|
|
67
67
|
exports.default = PutManagementUserProfileByUserid;
|
|
68
68
|
exports.__assumedHttpMethod = "put", exports.__file = "PutUserProfileByUserid.ts", exports.__query = [], exports.__params = [];
|
|
69
|
-
exports.__schemas = { reqSchema: { "type": "object", "properties": {} }, resSchema: { "type": "object", "additionalProperties": false, "properties": {} } };
|
|
69
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {}, "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} } };
|
|
@@ -80,4 +80,4 @@ var PutManagementUserProfileByUserid = function (_a) {
|
|
|
80
80
|
};
|
|
81
81
|
exports.default = PutManagementUserProfileByUserid;
|
|
82
82
|
exports.__assumedHttpMethod = "put", exports.__file = "PutUserProfileByUseridAppend.ts", exports.__query = [], exports.__params = [];
|
|
83
|
-
exports.__schemas = { reqSchema: { "type": "object", "properties": {} }, resSchema: { "type": "object", "additionalProperties": false, "properties": {} } };
|
|
83
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {}, "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} } };
|
|
@@ -66,4 +66,4 @@ var PutManagementUserRolesByUserid = function (_a) {
|
|
|
66
66
|
};
|
|
67
67
|
exports.default = PutManagementUserRolesByUserid;
|
|
68
68
|
exports.__assumedHttpMethod = "put", exports.__file = "PutUserRolesByUserid.ts", exports.__query = [], exports.__params = [];
|
|
69
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": { "roles": { "type": "array", "items": { "type": "string" } } }, "required": ["roles"] }, resSchema: { "type": "object", "additionalProperties": false, "properties": {} } };
|
|
69
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "roles": { "type": "array", "items": { "type": "string" } } }, "required": ["roles"], "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} } };
|
|
@@ -76,4 +76,4 @@ var PutManagementUserUsernameByUserid = function (_a) {
|
|
|
76
76
|
};
|
|
77
77
|
exports.default = PutManagementUserUsernameByUserid;
|
|
78
78
|
exports.__assumedHttpMethod = "put", exports.__file = "PutUserUsernameByUserid.ts", exports.__query = [], exports.__params = [];
|
|
79
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": { "username": { "type": "string" } }, "required": ["username"] }, resSchema: { "type": "object", "additionalProperties": false, "properties": {} } };
|
|
79
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "username": { "type": "string" } }, "required": ["username"], "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {}, "definitions": {} } };
|
|
@@ -87,4 +87,4 @@ var userCreateHandler = function (_a) {
|
|
|
87
87
|
};
|
|
88
88
|
exports.default = userCreateHandler;
|
|
89
89
|
exports.__assumedHttpMethod = "", exports.__file = "UserCreate.ts", exports.__query = [], exports.__params = [];
|
|
90
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": { "username": { "type": "string" }, "password": { "type": "string" }, "authentificationMethod": { "type": "string", "enum": ["password", "sms"] }, "profile": { "type": "object" } }, "required": ["username"] }, resSchema: { "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "enum": ["success", "error", "userExists", "passwordError"] }, "user": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "token": { "type": "string" } }, "required": ["_id", "username", "token"], "additionalProperties": false } }, "required": ["status"] } };
|
|
90
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "username": { "type": "string" }, "password": { "type": "string" }, "authentificationMethod": { "type": "string", "enum": ["password", "sms"] }, "profile": { "type": "object" } }, "required": ["username"], "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "enum": ["success", "error", "userExists", "passwordError"] }, "user": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "token": { "type": "string" } }, "required": ["_id", "username", "token"], "additionalProperties": false } }, "required": ["status"], "definitions": {} } };
|
|
@@ -66,4 +66,4 @@ var userLoginHandler = function (_a) {
|
|
|
66
66
|
};
|
|
67
67
|
exports.default = userLoginHandler;
|
|
68
68
|
exports.__assumedHttpMethod = "", exports.__file = "UserLogin.ts", exports.__query = [], exports.__params = [];
|
|
69
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": { "username": { "type": "string" }, "password": { "type": "string" } }, "required": ["username"] }, resSchema: { "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "enum": ["success", "failed", "requiresValidation"] }, "user": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "token": { "type": "string" }, "profile": { "type": "object" } }, "required": ["_id", "username", "token", "profile"], "additionalProperties": false }, "validationToken": { "type": "string" } }, "required": ["status"] } };
|
|
69
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "username": { "type": "string" }, "password": { "type": "string" } }, "required": ["username"], "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "enum": ["success", "failed", "requiresValidation"] }, "user": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "token": { "type": "string" }, "profile": { "type": "object" } }, "required": ["_id", "username", "token", "profile"], "additionalProperties": false }, "validationToken": { "type": "string" } }, "required": ["status"], "definitions": {} } };
|
|
@@ -66,4 +66,4 @@ var userLoginHandler = function (_a) {
|
|
|
66
66
|
};
|
|
67
67
|
exports.default = userLoginHandler;
|
|
68
68
|
exports.__assumedHttpMethod = "", exports.__file = "UserLoginByToken.ts", exports.__query = [], exports.__params = [];
|
|
69
|
-
exports.__schemas = { reqSchema: { "type": "object", "additionalProperties": false, "properties": { "token": { "type": "string" }, "code": { "type": "string" } }, "required": ["code", "token"] }, resSchema: { "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "enum": ["success", "failed", "requiresValidation"] }, "user": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "token": { "type": "string" }, "profile": { "type": "object" } }, "required": ["_id", "username", "token", "profile"], "additionalProperties": false }, "validationToken": { "type": "string" } }, "required": ["status"] } };
|
|
69
|
+
exports.__schemas = { reqSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "token": { "type": "string" }, "code": { "type": "string" } }, "required": ["code", "token"], "definitions": {} }, resSchema: { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "enum": ["success", "failed", "requiresValidation"] }, "user": { "type": "object", "properties": { "_id": { "type": "string" }, "username": { "type": "string" }, "token": { "type": "string" }, "profile": { "type": "object" } }, "required": ["_id", "username", "token", "profile"], "additionalProperties": false }, "validationToken": { "type": "string" } }, "required": ["status"], "definitions": {} } };
|