@targetprocess/shared-data-model-client 0.2.0-us817123-mappings.5 → 0.2.0-us817123-improvements.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/dist/api/settings/entityTypes/index.d.ts +7 -7
- package/dist/api/settings/entityTypes/index.js +5 -5
- package/dist/api/settings/profile/index.d.ts +16 -14
- package/dist/api/settings/profile/index.js +13 -10
- package/dist/api/sharedData/index.d.ts +7 -7
- package/dist/api/sharedData/index.js +5 -5
- package/dist/models/index.d.ts +290 -213
- package/dist/models/index.js +338 -256
- package/package.json +1 -1
- package/src/api/settings/entityTypes/index.ts +12 -12
- package/src/api/settings/profile/index.ts +29 -24
- package/src/api/sharedData/index.ts +12 -12
- package/src/kiota-lock.json +1 -1
- package/src/models/index.ts +460 -343
- package/src/v1.json +258 -92
package/src/v1.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"content": {
|
|
20
20
|
"application/json": {
|
|
21
21
|
"schema": {
|
|
22
|
-
"$ref": "#/components/schemas/
|
|
22
|
+
"$ref": "#/components/schemas/GetSharedDataModelResponseDto"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"content": {
|
|
30
30
|
"application/problem+json": {
|
|
31
31
|
"schema": {
|
|
32
|
-
"$ref": "#/components/schemas/
|
|
32
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"content": {
|
|
40
40
|
"application/problem+json": {
|
|
41
41
|
"schema": {
|
|
42
|
-
"$ref": "#/components/schemas/
|
|
42
|
+
"$ref": "#/components/schemas/HttpValidationProblemDetails"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"content": {
|
|
50
50
|
"application/problem+json": {
|
|
51
51
|
"schema": {
|
|
52
|
-
"$ref": "#/components/schemas/
|
|
52
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"content": {
|
|
60
60
|
"application/problem+json": {
|
|
61
61
|
"schema": {
|
|
62
|
-
"$ref": "#/components/schemas/
|
|
62
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -82,13 +82,26 @@
|
|
|
82
82
|
],
|
|
83
83
|
"summary": "Update settings profile",
|
|
84
84
|
"operationId": "UpdateProfileSettingsEndpoint",
|
|
85
|
+
"requestBody": {
|
|
86
|
+
"x-name": "ProfileDto",
|
|
87
|
+
"description": "",
|
|
88
|
+
"content": {
|
|
89
|
+
"application/json": {
|
|
90
|
+
"schema": {
|
|
91
|
+
"$ref": "#/components/schemas/ProfileDto"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"required": true,
|
|
96
|
+
"x-position": 1
|
|
97
|
+
},
|
|
85
98
|
"responses": {
|
|
86
99
|
"200": {
|
|
87
100
|
"description": "Success",
|
|
88
101
|
"content": {
|
|
89
102
|
"application/json": {
|
|
90
103
|
"schema": {
|
|
91
|
-
"$ref": "#/components/schemas/
|
|
104
|
+
"$ref": "#/components/schemas/ProfileDto"
|
|
92
105
|
}
|
|
93
106
|
}
|
|
94
107
|
}
|
|
@@ -98,7 +111,7 @@
|
|
|
98
111
|
"content": {
|
|
99
112
|
"application/problem+json": {
|
|
100
113
|
"schema": {
|
|
101
|
-
"$ref": "#/components/schemas/
|
|
114
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
102
115
|
}
|
|
103
116
|
}
|
|
104
117
|
}
|
|
@@ -108,7 +121,7 @@
|
|
|
108
121
|
"content": {
|
|
109
122
|
"application/problem+json": {
|
|
110
123
|
"schema": {
|
|
111
|
-
"$ref": "#/components/schemas/
|
|
124
|
+
"$ref": "#/components/schemas/HttpValidationProblemDetails"
|
|
112
125
|
}
|
|
113
126
|
}
|
|
114
127
|
}
|
|
@@ -118,7 +131,7 @@
|
|
|
118
131
|
"content": {
|
|
119
132
|
"application/problem+json": {
|
|
120
133
|
"schema": {
|
|
121
|
-
"$ref": "#/components/schemas/
|
|
134
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
122
135
|
}
|
|
123
136
|
}
|
|
124
137
|
}
|
|
@@ -128,7 +141,7 @@
|
|
|
128
141
|
"content": {
|
|
129
142
|
"application/problem+json": {
|
|
130
143
|
"schema": {
|
|
131
|
-
"$ref": "#/components/schemas/
|
|
144
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
132
145
|
}
|
|
133
146
|
}
|
|
134
147
|
}
|
|
@@ -155,7 +168,7 @@
|
|
|
155
168
|
"content": {
|
|
156
169
|
"application/json": {
|
|
157
170
|
"schema": {
|
|
158
|
-
"$ref": "#/components/schemas/
|
|
171
|
+
"$ref": "#/components/schemas/GetProfileSettingsDto"
|
|
159
172
|
}
|
|
160
173
|
}
|
|
161
174
|
}
|
|
@@ -165,7 +178,7 @@
|
|
|
165
178
|
"content": {
|
|
166
179
|
"application/problem+json": {
|
|
167
180
|
"schema": {
|
|
168
|
-
"$ref": "#/components/schemas/
|
|
181
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
169
182
|
}
|
|
170
183
|
}
|
|
171
184
|
}
|
|
@@ -175,7 +188,7 @@
|
|
|
175
188
|
"content": {
|
|
176
189
|
"application/problem+json": {
|
|
177
190
|
"schema": {
|
|
178
|
-
"$ref": "#/components/schemas/
|
|
191
|
+
"$ref": "#/components/schemas/HttpValidationProblemDetails"
|
|
179
192
|
}
|
|
180
193
|
}
|
|
181
194
|
}
|
|
@@ -185,7 +198,7 @@
|
|
|
185
198
|
"content": {
|
|
186
199
|
"application/problem+json": {
|
|
187
200
|
"schema": {
|
|
188
|
-
"$ref": "#/components/schemas/
|
|
201
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
189
202
|
}
|
|
190
203
|
}
|
|
191
204
|
}
|
|
@@ -195,7 +208,7 @@
|
|
|
195
208
|
"content": {
|
|
196
209
|
"application/problem+json": {
|
|
197
210
|
"schema": {
|
|
198
|
-
"$ref": "#/components/schemas/
|
|
211
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
199
212
|
}
|
|
200
213
|
}
|
|
201
214
|
}
|
|
@@ -224,7 +237,7 @@
|
|
|
224
237
|
"content": {
|
|
225
238
|
"application/json": {
|
|
226
239
|
"schema": {
|
|
227
|
-
"$ref": "#/components/schemas/
|
|
240
|
+
"$ref": "#/components/schemas/GetEntityTypesDto"
|
|
228
241
|
}
|
|
229
242
|
}
|
|
230
243
|
}
|
|
@@ -234,7 +247,7 @@
|
|
|
234
247
|
"content": {
|
|
235
248
|
"application/problem+json": {
|
|
236
249
|
"schema": {
|
|
237
|
-
"$ref": "#/components/schemas/
|
|
250
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
238
251
|
}
|
|
239
252
|
}
|
|
240
253
|
}
|
|
@@ -244,7 +257,7 @@
|
|
|
244
257
|
"content": {
|
|
245
258
|
"application/problem+json": {
|
|
246
259
|
"schema": {
|
|
247
|
-
"$ref": "#/components/schemas/
|
|
260
|
+
"$ref": "#/components/schemas/HttpValidationProblemDetails"
|
|
248
261
|
}
|
|
249
262
|
}
|
|
250
263
|
}
|
|
@@ -254,7 +267,7 @@
|
|
|
254
267
|
"content": {
|
|
255
268
|
"application/problem+json": {
|
|
256
269
|
"schema": {
|
|
257
|
-
"$ref": "#/components/schemas/
|
|
270
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
258
271
|
}
|
|
259
272
|
}
|
|
260
273
|
}
|
|
@@ -264,7 +277,7 @@
|
|
|
264
277
|
"content": {
|
|
265
278
|
"application/problem+json": {
|
|
266
279
|
"schema": {
|
|
267
|
-
"$ref": "#/components/schemas/
|
|
280
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
268
281
|
}
|
|
269
282
|
}
|
|
270
283
|
}
|
|
@@ -283,28 +296,34 @@
|
|
|
283
296
|
},
|
|
284
297
|
"components": {
|
|
285
298
|
"schemas": {
|
|
286
|
-
"
|
|
299
|
+
"GetSharedDataModelResponseDto": {
|
|
287
300
|
"type": "object",
|
|
288
301
|
"additionalProperties": false,
|
|
302
|
+
"required": [
|
|
303
|
+
"users"
|
|
304
|
+
],
|
|
289
305
|
"properties": {
|
|
290
306
|
"users": {
|
|
291
307
|
"type": "array",
|
|
292
308
|
"items": {
|
|
293
|
-
"$ref": "#/components/schemas/
|
|
309
|
+
"$ref": "#/components/schemas/TpUser"
|
|
294
310
|
}
|
|
295
311
|
}
|
|
296
312
|
}
|
|
297
313
|
},
|
|
298
|
-
"
|
|
314
|
+
"TpUser": {
|
|
299
315
|
"type": "object",
|
|
300
316
|
"additionalProperties": false,
|
|
317
|
+
"required": [
|
|
318
|
+
"email"
|
|
319
|
+
],
|
|
301
320
|
"properties": {
|
|
302
321
|
"email": {
|
|
303
322
|
"type": "string"
|
|
304
323
|
}
|
|
305
324
|
}
|
|
306
325
|
},
|
|
307
|
-
"
|
|
326
|
+
"ProblemDetails": {
|
|
308
327
|
"type": "object",
|
|
309
328
|
"additionalProperties": {
|
|
310
329
|
"nullable": true
|
|
@@ -333,16 +352,19 @@
|
|
|
333
352
|
}
|
|
334
353
|
}
|
|
335
354
|
},
|
|
336
|
-
"
|
|
355
|
+
"HttpValidationProblemDetails": {
|
|
337
356
|
"allOf": [
|
|
338
357
|
{
|
|
339
|
-
"$ref": "#/components/schemas/
|
|
358
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
340
359
|
},
|
|
341
360
|
{
|
|
342
361
|
"type": "object",
|
|
343
362
|
"additionalProperties": {
|
|
344
363
|
"nullable": true
|
|
345
364
|
},
|
|
365
|
+
"required": [
|
|
366
|
+
"errors"
|
|
367
|
+
],
|
|
346
368
|
"properties": {
|
|
347
369
|
"errors": {
|
|
348
370
|
"type": "object",
|
|
@@ -357,9 +379,13 @@
|
|
|
357
379
|
}
|
|
358
380
|
]
|
|
359
381
|
},
|
|
360
|
-
"
|
|
382
|
+
"ProfileDto": {
|
|
361
383
|
"type": "object",
|
|
362
384
|
"additionalProperties": false,
|
|
385
|
+
"required": [
|
|
386
|
+
"name",
|
|
387
|
+
"mappings"
|
|
388
|
+
],
|
|
363
389
|
"properties": {
|
|
364
390
|
"id": {
|
|
365
391
|
"type": "string",
|
|
@@ -371,14 +397,19 @@
|
|
|
371
397
|
"mappings": {
|
|
372
398
|
"type": "array",
|
|
373
399
|
"items": {
|
|
374
|
-
"$ref": "#/components/schemas/
|
|
400
|
+
"$ref": "#/components/schemas/ProfileMappingDto"
|
|
375
401
|
}
|
|
376
402
|
}
|
|
377
403
|
}
|
|
378
404
|
},
|
|
379
|
-
"
|
|
405
|
+
"ProfileMappingDto": {
|
|
380
406
|
"type": "object",
|
|
381
407
|
"additionalProperties": false,
|
|
408
|
+
"required": [
|
|
409
|
+
"name",
|
|
410
|
+
"enabled",
|
|
411
|
+
"typeMappings"
|
|
412
|
+
],
|
|
382
413
|
"properties": {
|
|
383
414
|
"id": {
|
|
384
415
|
"type": "string",
|
|
@@ -393,36 +424,46 @@
|
|
|
393
424
|
"typeMappings": {
|
|
394
425
|
"type": "array",
|
|
395
426
|
"items": {
|
|
396
|
-
"$ref": "#/components/schemas/
|
|
427
|
+
"$ref": "#/components/schemas/TypeMappingDto"
|
|
397
428
|
}
|
|
398
429
|
}
|
|
399
430
|
}
|
|
400
431
|
},
|
|
401
|
-
"
|
|
432
|
+
"TypeMappingDto": {
|
|
402
433
|
"type": "object",
|
|
403
434
|
"additionalProperties": false,
|
|
435
|
+
"required": [
|
|
436
|
+
"sourceType",
|
|
437
|
+
"targetType",
|
|
438
|
+
"fieldMappings"
|
|
439
|
+
],
|
|
404
440
|
"properties": {
|
|
405
441
|
"id": {
|
|
406
442
|
"type": "string",
|
|
407
443
|
"nullable": true
|
|
408
444
|
},
|
|
409
445
|
"sourceType": {
|
|
410
|
-
"$ref": "#/components/schemas/
|
|
446
|
+
"$ref": "#/components/schemas/TypeDefDto"
|
|
411
447
|
},
|
|
412
448
|
"targetType": {
|
|
413
|
-
"$ref": "#/components/schemas/
|
|
449
|
+
"$ref": "#/components/schemas/TypeDefDto"
|
|
414
450
|
},
|
|
415
451
|
"fieldMappings": {
|
|
416
452
|
"type": "array",
|
|
417
453
|
"items": {
|
|
418
|
-
"$ref": "#/components/schemas/
|
|
454
|
+
"$ref": "#/components/schemas/FieldMappingDto"
|
|
419
455
|
}
|
|
420
456
|
}
|
|
421
457
|
}
|
|
422
458
|
},
|
|
423
|
-
"
|
|
459
|
+
"TypeDefDto": {
|
|
424
460
|
"type": "object",
|
|
425
461
|
"additionalProperties": false,
|
|
462
|
+
"required": [
|
|
463
|
+
"id",
|
|
464
|
+
"name",
|
|
465
|
+
"kind"
|
|
466
|
+
],
|
|
426
467
|
"properties": {
|
|
427
468
|
"id": {
|
|
428
469
|
"type": "string"
|
|
@@ -431,7 +472,7 @@
|
|
|
431
472
|
"type": "string"
|
|
432
473
|
},
|
|
433
474
|
"kind": {
|
|
434
|
-
"$ref": "#/components/schemas/
|
|
475
|
+
"$ref": "#/components/schemas/TypeKind"
|
|
435
476
|
},
|
|
436
477
|
"javaScriptComparator": {
|
|
437
478
|
"type": "string",
|
|
@@ -439,7 +480,7 @@
|
|
|
439
480
|
}
|
|
440
481
|
}
|
|
441
482
|
},
|
|
442
|
-
"
|
|
483
|
+
"TypeKind": {
|
|
443
484
|
"type": "string",
|
|
444
485
|
"description": "",
|
|
445
486
|
"x-enumNames": [
|
|
@@ -473,19 +514,55 @@
|
|
|
473
514
|
"Unknown"
|
|
474
515
|
]
|
|
475
516
|
},
|
|
476
|
-
"
|
|
517
|
+
"FieldMappingDto": {
|
|
477
518
|
"type": "object",
|
|
478
519
|
"additionalProperties": false,
|
|
520
|
+
"required": [
|
|
521
|
+
"id",
|
|
522
|
+
"type"
|
|
523
|
+
],
|
|
479
524
|
"properties": {
|
|
480
525
|
"id": {
|
|
481
526
|
"type": "string"
|
|
482
527
|
},
|
|
483
528
|
"type": {
|
|
484
|
-
"$ref": "#/components/schemas/
|
|
529
|
+
"$ref": "#/components/schemas/FieldMappingType"
|
|
530
|
+
},
|
|
531
|
+
"source": {
|
|
532
|
+
"nullable": true,
|
|
533
|
+
"oneOf": [
|
|
534
|
+
{
|
|
535
|
+
"$ref": "#/components/schemas/FieldDefDto"
|
|
536
|
+
}
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
"target": {
|
|
540
|
+
"nullable": true,
|
|
541
|
+
"oneOf": [
|
|
542
|
+
{
|
|
543
|
+
"$ref": "#/components/schemas/FieldDefDto"
|
|
544
|
+
}
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
"sourceRel": {
|
|
548
|
+
"nullable": true,
|
|
549
|
+
"oneOf": [
|
|
550
|
+
{
|
|
551
|
+
"$ref": "#/components/schemas/RelationDto"
|
|
552
|
+
}
|
|
553
|
+
]
|
|
554
|
+
},
|
|
555
|
+
"targetRel": {
|
|
556
|
+
"nullable": true,
|
|
557
|
+
"oneOf": [
|
|
558
|
+
{
|
|
559
|
+
"$ref": "#/components/schemas/RelationDto"
|
|
560
|
+
}
|
|
561
|
+
]
|
|
485
562
|
}
|
|
486
563
|
}
|
|
487
564
|
},
|
|
488
|
-
"
|
|
565
|
+
"FieldMappingType": {
|
|
489
566
|
"type": "string",
|
|
490
567
|
"description": "",
|
|
491
568
|
"x-enumNames": [
|
|
@@ -521,51 +598,15 @@
|
|
|
521
598
|
"RoleEffortToRoleEffortFieldMapping"
|
|
522
599
|
]
|
|
523
600
|
},
|
|
524
|
-
"
|
|
525
|
-
"type": "object",
|
|
526
|
-
"additionalProperties": false,
|
|
527
|
-
"properties": {
|
|
528
|
-
"profile": {
|
|
529
|
-
"$ref": "#/components/schemas/TpSharedDataModelServiceModulesSettingsProfileDto"
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"TpSharedDataModelServiceModulesSettingsGetEntityTypesGetEntityTypesDto": {
|
|
534
|
-
"type": "object",
|
|
535
|
-
"additionalProperties": false,
|
|
536
|
-
"properties": {
|
|
537
|
-
"types": {
|
|
538
|
-
"type": "array",
|
|
539
|
-
"items": {
|
|
540
|
-
"$ref": "#/components/schemas/TpSharedDataModelServiceModulesSettingsTypeMetaDefDto"
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
"TpSharedDataModelServiceModulesSettingsTypeMetaDefDto": {
|
|
546
|
-
"type": "object",
|
|
547
|
-
"additionalProperties": false,
|
|
548
|
-
"properties": {
|
|
549
|
-
"id": {
|
|
550
|
-
"type": "string"
|
|
551
|
-
},
|
|
552
|
-
"kind": {
|
|
553
|
-
"type": "string"
|
|
554
|
-
},
|
|
555
|
-
"name": {
|
|
556
|
-
"type": "string"
|
|
557
|
-
},
|
|
558
|
-
"fields": {
|
|
559
|
-
"type": "array",
|
|
560
|
-
"items": {
|
|
561
|
-
"$ref": "#/components/schemas/TpSharedDataModelServiceModulesSettingsFieldDefDto"
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
"TpSharedDataModelServiceModulesSettingsFieldDefDto": {
|
|
601
|
+
"FieldDefDto": {
|
|
567
602
|
"type": "object",
|
|
568
603
|
"additionalProperties": false,
|
|
604
|
+
"required": [
|
|
605
|
+
"id",
|
|
606
|
+
"name",
|
|
607
|
+
"path",
|
|
608
|
+
"meta"
|
|
609
|
+
],
|
|
569
610
|
"properties": {
|
|
570
611
|
"id": {
|
|
571
612
|
"type": "string"
|
|
@@ -577,28 +618,36 @@
|
|
|
577
618
|
"type": "string"
|
|
578
619
|
},
|
|
579
620
|
"meta": {
|
|
580
|
-
"$ref": "#/components/schemas/
|
|
621
|
+
"$ref": "#/components/schemas/FieldMetaDto"
|
|
581
622
|
}
|
|
582
623
|
}
|
|
583
624
|
},
|
|
584
|
-
"
|
|
625
|
+
"FieldMetaDto": {
|
|
585
626
|
"type": "object",
|
|
586
627
|
"additionalProperties": false,
|
|
628
|
+
"required": [
|
|
629
|
+
"isReadonly",
|
|
630
|
+
"kind",
|
|
631
|
+
"type",
|
|
632
|
+
"required",
|
|
633
|
+
"attributes",
|
|
634
|
+
"options"
|
|
635
|
+
],
|
|
587
636
|
"properties": {
|
|
588
637
|
"isReadonly": {
|
|
589
638
|
"type": "boolean"
|
|
590
639
|
},
|
|
591
640
|
"kind": {
|
|
592
|
-
"$ref": "#/components/schemas/
|
|
641
|
+
"$ref": "#/components/schemas/FieldKind"
|
|
593
642
|
},
|
|
594
643
|
"type": {
|
|
595
|
-
"$ref": "#/components/schemas/
|
|
644
|
+
"$ref": "#/components/schemas/TypeDefRefDto"
|
|
596
645
|
},
|
|
597
646
|
"required": {
|
|
598
647
|
"type": "boolean"
|
|
599
648
|
},
|
|
600
649
|
"attributes": {
|
|
601
|
-
"$ref": "#/components/schemas/
|
|
650
|
+
"$ref": "#/components/schemas/FieldAttributesDto"
|
|
602
651
|
},
|
|
603
652
|
"multiple": {
|
|
604
653
|
"type": "boolean",
|
|
@@ -614,7 +663,7 @@
|
|
|
614
663
|
}
|
|
615
664
|
}
|
|
616
665
|
},
|
|
617
|
-
"
|
|
666
|
+
"FieldKind": {
|
|
618
667
|
"type": "string",
|
|
619
668
|
"description": "",
|
|
620
669
|
"x-enumNames": [
|
|
@@ -628,21 +677,28 @@
|
|
|
628
677
|
"SelectFieldMeta"
|
|
629
678
|
]
|
|
630
679
|
},
|
|
631
|
-
"
|
|
680
|
+
"TypeDefRefDto": {
|
|
632
681
|
"type": "object",
|
|
633
682
|
"additionalProperties": false,
|
|
683
|
+
"required": [
|
|
684
|
+
"id",
|
|
685
|
+
"kind"
|
|
686
|
+
],
|
|
634
687
|
"properties": {
|
|
635
688
|
"id": {
|
|
636
689
|
"type": "string"
|
|
637
690
|
},
|
|
638
691
|
"kind": {
|
|
639
|
-
"$ref": "#/components/schemas/
|
|
692
|
+
"$ref": "#/components/schemas/TypeKind"
|
|
640
693
|
}
|
|
641
694
|
}
|
|
642
695
|
},
|
|
643
|
-
"
|
|
696
|
+
"FieldAttributesDto": {
|
|
644
697
|
"type": "object",
|
|
645
698
|
"additionalProperties": false,
|
|
699
|
+
"required": [
|
|
700
|
+
"isExtendable"
|
|
701
|
+
],
|
|
646
702
|
"properties": {
|
|
647
703
|
"isExtendable": {
|
|
648
704
|
"type": "boolean"
|
|
@@ -652,6 +708,116 @@
|
|
|
652
708
|
"nullable": true
|
|
653
709
|
}
|
|
654
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"RelationDto": {
|
|
713
|
+
"type": "object",
|
|
714
|
+
"additionalProperties": false,
|
|
715
|
+
"required": [
|
|
716
|
+
"childType",
|
|
717
|
+
"relation"
|
|
718
|
+
],
|
|
719
|
+
"properties": {
|
|
720
|
+
"childType": {
|
|
721
|
+
"$ref": "#/components/schemas/TypeDefRefDto"
|
|
722
|
+
},
|
|
723
|
+
"field": {
|
|
724
|
+
"nullable": true,
|
|
725
|
+
"oneOf": [
|
|
726
|
+
{
|
|
727
|
+
"$ref": "#/components/schemas/FieldDefDto"
|
|
728
|
+
}
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
"relation": {
|
|
732
|
+
"$ref": "#/components/schemas/RelationDefRefDto"
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"RelationDefRefDto": {
|
|
737
|
+
"type": "object",
|
|
738
|
+
"additionalProperties": false,
|
|
739
|
+
"required": [
|
|
740
|
+
"id"
|
|
741
|
+
],
|
|
742
|
+
"properties": {
|
|
743
|
+
"id": {
|
|
744
|
+
"type": "string"
|
|
745
|
+
},
|
|
746
|
+
"direction": {
|
|
747
|
+
"nullable": true,
|
|
748
|
+
"oneOf": [
|
|
749
|
+
{
|
|
750
|
+
"$ref": "#/components/schemas/RelationDirection"
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"RelationDirection": {
|
|
757
|
+
"type": "string",
|
|
758
|
+
"description": "",
|
|
759
|
+
"x-enumNames": [
|
|
760
|
+
"Inbound",
|
|
761
|
+
"Outbound"
|
|
762
|
+
],
|
|
763
|
+
"enum": [
|
|
764
|
+
"Inbound",
|
|
765
|
+
"Outbound"
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
"GetProfileSettingsDto": {
|
|
769
|
+
"type": "object",
|
|
770
|
+
"additionalProperties": false,
|
|
771
|
+
"required": [
|
|
772
|
+
"profile"
|
|
773
|
+
],
|
|
774
|
+
"properties": {
|
|
775
|
+
"profile": {
|
|
776
|
+
"$ref": "#/components/schemas/ProfileDto"
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"GetEntityTypesDto": {
|
|
781
|
+
"type": "object",
|
|
782
|
+
"additionalProperties": false,
|
|
783
|
+
"required": [
|
|
784
|
+
"types"
|
|
785
|
+
],
|
|
786
|
+
"properties": {
|
|
787
|
+
"types": {
|
|
788
|
+
"type": "array",
|
|
789
|
+
"items": {
|
|
790
|
+
"$ref": "#/components/schemas/TypeMetaDefDto"
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
"TypeMetaDefDto": {
|
|
796
|
+
"type": "object",
|
|
797
|
+
"additionalProperties": false,
|
|
798
|
+
"required": [
|
|
799
|
+
"id",
|
|
800
|
+
"kind",
|
|
801
|
+
"name",
|
|
802
|
+
"fields"
|
|
803
|
+
],
|
|
804
|
+
"properties": {
|
|
805
|
+
"id": {
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
808
|
+
"kind": {
|
|
809
|
+
"type": "string"
|
|
810
|
+
},
|
|
811
|
+
"name": {
|
|
812
|
+
"type": "string"
|
|
813
|
+
},
|
|
814
|
+
"fields": {
|
|
815
|
+
"type": "array",
|
|
816
|
+
"items": {
|
|
817
|
+
"$ref": "#/components/schemas/FieldDefDto"
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
}
|
|
655
821
|
}
|
|
656
822
|
},
|
|
657
823
|
"securitySchemes": {
|