@targetprocess/shared-data-model-client 0.14.0 → 0.16.0

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/src/v1.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "x-generator": "NSwag v14.2.0.0 (NJsonSchema v11.1.0.0 (Newtonsoft.Json v13.0.0.0))",
2
+ "x-generator": "NSwag v14.4.0.0 (NJsonSchema v11.3.2.0 (Newtonsoft.Json v13.0.0.0))",
3
3
  "openapi": "3.0.0",
4
4
  "info": {
5
5
  "title": "Targetprocess Shared Data Model",
@@ -33,11 +33,13 @@
33
33
  "required": true
34
34
  },
35
35
  "responses": {
36
- "200": {
37
- "description": "Success",
36
+ "400": {
37
+ "description": "Validation error",
38
38
  "content": {
39
- "application/json": {
40
- "schema": {}
39
+ "application/problem+json": {
40
+ "schema": {
41
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
42
+ }
41
43
  }
42
44
  }
43
45
  },
@@ -51,9 +53,84 @@
51
53
  }
52
54
  }
53
55
  },
56
+ "404": {
57
+ "description": "Unable to find resource",
58
+ "content": {
59
+ "application/problem+json": {
60
+ "schema": {
61
+ "$ref": "#/components/schemas/ProblemDetails"
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "409": {
67
+ "description": "Conflict",
68
+ "content": {
69
+ "application/problem+json": {
70
+ "schema": {
71
+ "$ref": "#/components/schemas/ProblemDetails"
72
+ }
73
+ }
74
+ }
75
+ },
76
+ "500": {
77
+ "description": "Internal server error",
78
+ "content": {
79
+ "application/problem+json": {
80
+ "schema": {
81
+ "$ref": "#/components/schemas/ProblemDetails"
82
+ }
83
+ }
84
+ }
85
+ },
86
+ "200": {
87
+ "description": "Success",
88
+ "content": {
89
+ "application/json": {
90
+ "schema": {}
91
+ }
92
+ }
93
+ },
54
94
  "403": {
55
95
  "description": "Forbidden"
96
+ }
97
+ }
98
+ },
99
+ "delete": {
100
+ "tags": [
101
+ "Sdm"
102
+ ],
103
+ "summary": "Deletes Shared Data Model",
104
+ "operationId": "SharedDataDeleteEndpoint",
105
+ "parameters": [
106
+ {
107
+ "name": "entityType",
108
+ "in": "path",
109
+ "required": true,
110
+ "schema": {
111
+ "type": "string"
112
+ }
113
+ }
114
+ ],
115
+ "requestBody": {
116
+ "x-name": "SharedDataDeleteDto",
117
+ "description": "",
118
+ "content": {
119
+ "*/*": {
120
+ "schema": {
121
+ "$ref": "#/components/schemas/SharedDataDeleteDto"
122
+ }
123
+ },
124
+ "application/json": {
125
+ "schema": {
126
+ "$ref": "#/components/schemas/SharedDataDeleteDto"
127
+ }
128
+ }
56
129
  },
130
+ "required": true,
131
+ "x-position": 1
132
+ },
133
+ "responses": {
57
134
  "400": {
58
135
  "description": "Validation error",
59
136
  "content": {
@@ -64,6 +141,16 @@
64
141
  }
65
142
  }
66
143
  },
144
+ "401": {
145
+ "description": "Unauthorized",
146
+ "content": {
147
+ "application/problem+json": {
148
+ "schema": {
149
+ "$ref": "#/components/schemas/ProblemDetails"
150
+ }
151
+ }
152
+ }
153
+ },
67
154
  "404": {
68
155
  "description": "Unable to find resource",
69
156
  "content": {
@@ -93,6 +180,12 @@
93
180
  }
94
181
  }
95
182
  }
183
+ },
184
+ "204": {
185
+ "description": "No Content"
186
+ },
187
+ "403": {
188
+ "description": "Forbidden"
96
189
  }
97
190
  }
98
191
  }
@@ -115,28 +208,22 @@
115
208
  }
116
209
  ],
117
210
  "responses": {
118
- "204": {
119
- "description": "No Content"
120
- },
121
- "401": {
122
- "description": "Unauthorized",
211
+ "400": {
212
+ "description": "Validation error",
123
213
  "content": {
124
214
  "application/problem+json": {
125
215
  "schema": {
126
- "$ref": "#/components/schemas/ProblemDetails"
216
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
127
217
  }
128
218
  }
129
219
  }
130
220
  },
131
- "403": {
132
- "description": "Forbidden"
133
- },
134
- "400": {
135
- "description": "Validation error",
221
+ "401": {
222
+ "description": "Unauthorized",
136
223
  "content": {
137
224
  "application/problem+json": {
138
225
  "schema": {
139
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
226
+ "$ref": "#/components/schemas/ProblemDetails"
140
227
  }
141
228
  }
142
229
  }
@@ -170,6 +257,12 @@
170
257
  }
171
258
  }
172
259
  }
260
+ },
261
+ "204": {
262
+ "description": "No Content"
263
+ },
264
+ "403": {
265
+ "description": "Forbidden"
173
266
  }
174
267
  }
175
268
  }
@@ -276,13 +369,12 @@
276
369
  }
277
370
  ],
278
371
  "responses": {
279
- "200": {
280
- "description": "Success",
372
+ "400": {
373
+ "description": "Validation error",
281
374
  "content": {
282
- "application/json": {
375
+ "application/problem+json": {
283
376
  "schema": {
284
- "type": "array",
285
- "items": {}
377
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
286
378
  }
287
379
  }
288
380
  }
@@ -297,19 +389,6 @@
297
389
  }
298
390
  }
299
391
  },
300
- "403": {
301
- "description": "Forbidden"
302
- },
303
- "400": {
304
- "description": "Validation error",
305
- "content": {
306
- "application/problem+json": {
307
- "schema": {
308
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
309
- }
310
- }
311
- }
312
- },
313
392
  "404": {
314
393
  "description": "Unable to find resource",
315
394
  "content": {
@@ -339,6 +418,20 @@
339
418
  }
340
419
  }
341
420
  }
421
+ },
422
+ "200": {
423
+ "description": "Success",
424
+ "content": {
425
+ "application/json": {
426
+ "schema": {
427
+ "type": "array",
428
+ "items": {}
429
+ }
430
+ }
431
+ }
432
+ },
433
+ "403": {
434
+ "description": "Forbidden"
342
435
  }
343
436
  }
344
437
  }
@@ -445,13 +538,12 @@
445
538
  }
446
539
  ],
447
540
  "responses": {
448
- "200": {
449
- "description": "Success",
541
+ "400": {
542
+ "description": "Validation error",
450
543
  "content": {
451
- "application/json": {
544
+ "application/problem+json": {
452
545
  "schema": {
453
- "type": "array",
454
- "items": {}
546
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
455
547
  }
456
548
  }
457
549
  }
@@ -466,19 +558,6 @@
466
558
  }
467
559
  }
468
560
  },
469
- "403": {
470
- "description": "Forbidden"
471
- },
472
- "400": {
473
- "description": "Validation error",
474
- "content": {
475
- "application/problem+json": {
476
- "schema": {
477
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
478
- }
479
- }
480
- }
481
- },
482
561
  "404": {
483
562
  "description": "Unable to find resource",
484
563
  "content": {
@@ -508,6 +587,20 @@
508
587
  }
509
588
  }
510
589
  }
590
+ },
591
+ "200": {
592
+ "description": "Success",
593
+ "content": {
594
+ "application/json": {
595
+ "schema": {
596
+ "type": "array",
597
+ "items": {}
598
+ }
599
+ }
600
+ }
601
+ },
602
+ "403": {
603
+ "description": "Forbidden"
511
604
  }
512
605
  }
513
606
  }
@@ -546,13 +639,12 @@
546
639
  }
547
640
  ],
548
641
  "responses": {
549
- "200": {
550
- "description": "Success",
642
+ "400": {
643
+ "description": "Validation error",
551
644
  "content": {
552
- "application/json": {
645
+ "application/problem+json": {
553
646
  "schema": {
554
- "type": "integer",
555
- "format": "int32"
647
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
556
648
  }
557
649
  }
558
650
  }
@@ -567,19 +659,6 @@
567
659
  }
568
660
  }
569
661
  },
570
- "403": {
571
- "description": "Forbidden"
572
- },
573
- "400": {
574
- "description": "Validation error",
575
- "content": {
576
- "application/problem+json": {
577
- "schema": {
578
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
579
- }
580
- }
581
- }
582
- },
583
662
  "404": {
584
663
  "description": "Unable to find resource",
585
664
  "content": {
@@ -609,6 +688,20 @@
609
688
  }
610
689
  }
611
690
  }
691
+ },
692
+ "200": {
693
+ "description": "Success",
694
+ "content": {
695
+ "application/json": {
696
+ "schema": {
697
+ "type": "integer",
698
+ "format": "int32"
699
+ }
700
+ }
701
+ }
702
+ },
703
+ "403": {
704
+ "description": "Forbidden"
612
705
  }
613
706
  }
614
707
  }
@@ -645,12 +738,12 @@
645
738
  "x-position": 1
646
739
  },
647
740
  "responses": {
648
- "200": {
649
- "description": "Success",
741
+ "400": {
742
+ "description": "Validation error",
650
743
  "content": {
651
- "application/json": {
744
+ "application/problem+json": {
652
745
  "schema": {
653
- "$ref": "#/components/schemas/SharedDataCreateAttachmentResponseDto"
746
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
654
747
  }
655
748
  }
656
749
  }
@@ -665,19 +758,6 @@
665
758
  }
666
759
  }
667
760
  },
668
- "403": {
669
- "description": "Forbidden"
670
- },
671
- "400": {
672
- "description": "Validation error",
673
- "content": {
674
- "application/problem+json": {
675
- "schema": {
676
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
677
- }
678
- }
679
- }
680
- },
681
761
  "404": {
682
762
  "description": "Unable to find resource",
683
763
  "content": {
@@ -707,6 +787,19 @@
707
787
  }
708
788
  }
709
789
  }
790
+ },
791
+ "200": {
792
+ "description": "Success",
793
+ "content": {
794
+ "application/json": {
795
+ "schema": {
796
+ "$ref": "#/components/schemas/SharedDataCreateAttachmentResponseDto"
797
+ }
798
+ }
799
+ }
800
+ },
801
+ "403": {
802
+ "description": "Forbidden"
710
803
  }
711
804
  }
712
805
  }
@@ -737,28 +830,22 @@
737
830
  }
738
831
  ],
739
832
  "responses": {
740
- "204": {
741
- "description": "No Content"
742
- },
743
- "401": {
744
- "description": "Unauthorized",
833
+ "400": {
834
+ "description": "Validation error",
745
835
  "content": {
746
836
  "application/problem+json": {
747
837
  "schema": {
748
- "$ref": "#/components/schemas/ProblemDetails"
838
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
749
839
  }
750
840
  }
751
841
  }
752
842
  },
753
- "403": {
754
- "description": "Forbidden"
755
- },
756
- "400": {
757
- "description": "Validation error",
843
+ "401": {
844
+ "description": "Unauthorized",
758
845
  "content": {
759
846
  "application/problem+json": {
760
847
  "schema": {
761
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
848
+ "$ref": "#/components/schemas/ProblemDetails"
762
849
  }
763
850
  }
764
851
  }
@@ -792,6 +879,12 @@
792
879
  }
793
880
  }
794
881
  }
882
+ },
883
+ "204": {
884
+ "description": "No Content"
885
+ },
886
+ "403": {
887
+ "description": "Forbidden"
795
888
  }
796
889
  }
797
890
  }
@@ -814,13 +907,12 @@
814
907
  }
815
908
  ],
816
909
  "responses": {
817
- "200": {
818
- "description": "Success",
910
+ "400": {
911
+ "description": "Validation error",
819
912
  "content": {
820
- "application/json": {
913
+ "application/problem+json": {
821
914
  "schema": {
822
- "type": "array",
823
- "items": {}
915
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
824
916
  }
825
917
  }
826
918
  }
@@ -835,19 +927,6 @@
835
927
  }
836
928
  }
837
929
  },
838
- "403": {
839
- "description": "Forbidden"
840
- },
841
- "400": {
842
- "description": "Validation error",
843
- "content": {
844
- "application/problem+json": {
845
- "schema": {
846
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
847
- }
848
- }
849
- }
850
- },
851
930
  "404": {
852
931
  "description": "Unable to find resource",
853
932
  "content": {
@@ -877,6 +956,20 @@
877
956
  }
878
957
  }
879
958
  }
959
+ },
960
+ "200": {
961
+ "description": "Success",
962
+ "content": {
963
+ "application/json": {
964
+ "schema": {
965
+ "type": "array",
966
+ "items": {}
967
+ }
968
+ }
969
+ }
970
+ },
971
+ "403": {
972
+ "description": "Forbidden"
880
973
  }
881
974
  }
882
975
  }
@@ -902,12 +995,12 @@
902
995
  "x-position": 1
903
996
  },
904
997
  "responses": {
905
- "200": {
906
- "description": "Success",
998
+ "400": {
999
+ "description": "Validation error",
907
1000
  "content": {
908
- "application/json": {
1001
+ "application/problem+json": {
909
1002
  "schema": {
910
- "$ref": "#/components/schemas/ValidatedProfileDto"
1003
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
911
1004
  }
912
1005
  }
913
1006
  }
@@ -922,19 +1015,6 @@
922
1015
  }
923
1016
  }
924
1017
  },
925
- "403": {
926
- "description": "Forbidden"
927
- },
928
- "400": {
929
- "description": "Validation error",
930
- "content": {
931
- "application/problem+json": {
932
- "schema": {
933
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
934
- }
935
- }
936
- }
937
- },
938
1018
  "404": {
939
1019
  "description": "Unable to find resource",
940
1020
  "content": {
@@ -964,6 +1044,19 @@
964
1044
  }
965
1045
  }
966
1046
  }
1047
+ },
1048
+ "200": {
1049
+ "description": "Success",
1050
+ "content": {
1051
+ "application/json": {
1052
+ "schema": {
1053
+ "$ref": "#/components/schemas/ValidatedProfileDto"
1054
+ }
1055
+ }
1056
+ }
1057
+ },
1058
+ "403": {
1059
+ "description": "Forbidden"
967
1060
  }
968
1061
  }
969
1062
  }
@@ -991,12 +1084,12 @@
991
1084
  "required": true
992
1085
  },
993
1086
  "responses": {
994
- "200": {
995
- "description": "Success",
1087
+ "400": {
1088
+ "description": "Validation error",
996
1089
  "content": {
997
- "application/json": {
1090
+ "application/problem+json": {
998
1091
  "schema": {
999
- "$ref": "#/components/schemas/ProfileDto"
1092
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1000
1093
  }
1001
1094
  }
1002
1095
  }
@@ -1011,19 +1104,6 @@
1011
1104
  }
1012
1105
  }
1013
1106
  },
1014
- "403": {
1015
- "description": "Forbidden"
1016
- },
1017
- "400": {
1018
- "description": "Validation error",
1019
- "content": {
1020
- "application/problem+json": {
1021
- "schema": {
1022
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1023
- }
1024
- }
1025
- }
1026
- },
1027
1107
  "404": {
1028
1108
  "description": "Unable to find resource",
1029
1109
  "content": {
@@ -1053,6 +1133,19 @@
1053
1133
  }
1054
1134
  }
1055
1135
  }
1136
+ },
1137
+ "200": {
1138
+ "description": "Success",
1139
+ "content": {
1140
+ "application/json": {
1141
+ "schema": {
1142
+ "$ref": "#/components/schemas/ProfileDto"
1143
+ }
1144
+ }
1145
+ }
1146
+ },
1147
+ "403": {
1148
+ "description": "Forbidden"
1056
1149
  }
1057
1150
  }
1058
1151
  },
@@ -1063,15 +1156,12 @@
1063
1156
  "summary": "Get settings profile",
1064
1157
  "operationId": "GetProfilesEndpoint",
1065
1158
  "responses": {
1066
- "200": {
1067
- "description": "Success",
1159
+ "400": {
1160
+ "description": "Validation error",
1068
1161
  "content": {
1069
- "application/json": {
1162
+ "application/problem+json": {
1070
1163
  "schema": {
1071
- "type": "array",
1072
- "items": {
1073
- "$ref": "#/components/schemas/ProfileIdDto"
1074
- }
1164
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1075
1165
  }
1076
1166
  }
1077
1167
  }
@@ -1086,9 +1176,79 @@
1086
1176
  }
1087
1177
  }
1088
1178
  },
1179
+ "404": {
1180
+ "description": "Unable to find resource",
1181
+ "content": {
1182
+ "application/problem+json": {
1183
+ "schema": {
1184
+ "$ref": "#/components/schemas/ProblemDetails"
1185
+ }
1186
+ }
1187
+ }
1188
+ },
1189
+ "409": {
1190
+ "description": "Conflict",
1191
+ "content": {
1192
+ "application/problem+json": {
1193
+ "schema": {
1194
+ "$ref": "#/components/schemas/ProblemDetails"
1195
+ }
1196
+ }
1197
+ }
1198
+ },
1199
+ "500": {
1200
+ "description": "Internal server error",
1201
+ "content": {
1202
+ "application/problem+json": {
1203
+ "schema": {
1204
+ "$ref": "#/components/schemas/ProblemDetails"
1205
+ }
1206
+ }
1207
+ }
1208
+ },
1209
+ "200": {
1210
+ "description": "Success",
1211
+ "content": {
1212
+ "application/json": {
1213
+ "schema": {
1214
+ "type": "array",
1215
+ "items": {
1216
+ "$ref": "#/components/schemas/ProfileIdDto"
1217
+ }
1218
+ }
1219
+ }
1220
+ }
1221
+ },
1089
1222
  "403": {
1090
1223
  "description": "Forbidden"
1224
+ }
1225
+ }
1226
+ },
1227
+ "delete": {
1228
+ "tags": [
1229
+ "Settings"
1230
+ ],
1231
+ "summary": "Copy profile and sets as current",
1232
+ "operationId": "DeleteProfileEndpoint",
1233
+ "requestBody": {
1234
+ "x-name": "DeleteProfileRequestDto",
1235
+ "description": "",
1236
+ "content": {
1237
+ "*/*": {
1238
+ "schema": {
1239
+ "$ref": "#/components/schemas/DeleteProfileRequestDto"
1240
+ }
1241
+ },
1242
+ "application/json": {
1243
+ "schema": {
1244
+ "$ref": "#/components/schemas/DeleteProfileRequestDto"
1245
+ }
1246
+ }
1091
1247
  },
1248
+ "required": true,
1249
+ "x-position": 1
1250
+ },
1251
+ "responses": {
1092
1252
  "400": {
1093
1253
  "description": "Validation error",
1094
1254
  "content": {
@@ -1099,6 +1259,16 @@
1099
1259
  }
1100
1260
  }
1101
1261
  },
1262
+ "401": {
1263
+ "description": "Unauthorized",
1264
+ "content": {
1265
+ "application/problem+json": {
1266
+ "schema": {
1267
+ "$ref": "#/components/schemas/ProblemDetails"
1268
+ }
1269
+ }
1270
+ }
1271
+ },
1102
1272
  "404": {
1103
1273
  "description": "Unable to find resource",
1104
1274
  "content": {
@@ -1128,6 +1298,19 @@
1128
1298
  }
1129
1299
  }
1130
1300
  }
1301
+ },
1302
+ "200": {
1303
+ "description": "Success",
1304
+ "content": {
1305
+ "application/json": {
1306
+ "schema": {
1307
+ "$ref": "#/components/schemas/ProfileDto"
1308
+ }
1309
+ }
1310
+ }
1311
+ },
1312
+ "403": {
1313
+ "description": "Forbidden"
1131
1314
  }
1132
1315
  }
1133
1316
  }
@@ -1149,40 +1332,26 @@
1149
1332
  }
1150
1333
  }
1151
1334
  },
1152
- "required": true,
1153
- "x-position": 1
1154
- },
1155
- "responses": {
1156
- "200": {
1157
- "description": "Success",
1158
- "content": {
1159
- "application/json": {
1160
- "schema": {
1161
- "type": "array",
1162
- "items": {}
1163
- }
1164
- }
1165
- }
1166
- },
1167
- "401": {
1168
- "description": "Unauthorized",
1335
+ "required": true,
1336
+ "x-position": 1
1337
+ },
1338
+ "responses": {
1339
+ "400": {
1340
+ "description": "Validation error",
1169
1341
  "content": {
1170
1342
  "application/problem+json": {
1171
1343
  "schema": {
1172
- "$ref": "#/components/schemas/ProblemDetails"
1344
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1173
1345
  }
1174
1346
  }
1175
1347
  }
1176
1348
  },
1177
- "403": {
1178
- "description": "Forbidden"
1179
- },
1180
- "400": {
1181
- "description": "Validation error",
1349
+ "401": {
1350
+ "description": "Unauthorized",
1182
1351
  "content": {
1183
1352
  "application/problem+json": {
1184
1353
  "schema": {
1185
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1354
+ "$ref": "#/components/schemas/ProblemDetails"
1186
1355
  }
1187
1356
  }
1188
1357
  }
@@ -1216,6 +1385,20 @@
1216
1385
  }
1217
1386
  }
1218
1387
  }
1388
+ },
1389
+ "200": {
1390
+ "description": "Success",
1391
+ "content": {
1392
+ "application/json": {
1393
+ "schema": {
1394
+ "type": "array",
1395
+ "items": {}
1396
+ }
1397
+ }
1398
+ }
1399
+ },
1400
+ "403": {
1401
+ "description": "Forbidden"
1219
1402
  }
1220
1403
  }
1221
1404
  }
@@ -1241,12 +1424,12 @@
1241
1424
  "x-position": 1
1242
1425
  },
1243
1426
  "responses": {
1244
- "200": {
1245
- "description": "Success",
1427
+ "400": {
1428
+ "description": "Validation error",
1246
1429
  "content": {
1247
- "application/json": {
1430
+ "application/problem+json": {
1248
1431
  "schema": {
1249
- "$ref": "#/components/schemas/ProfileDto"
1432
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1250
1433
  }
1251
1434
  }
1252
1435
  }
@@ -1261,19 +1444,6 @@
1261
1444
  }
1262
1445
  }
1263
1446
  },
1264
- "403": {
1265
- "description": "Forbidden"
1266
- },
1267
- "400": {
1268
- "description": "Validation error",
1269
- "content": {
1270
- "application/problem+json": {
1271
- "schema": {
1272
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1273
- }
1274
- }
1275
- }
1276
- },
1277
1447
  "404": {
1278
1448
  "description": "Unable to find resource",
1279
1449
  "content": {
@@ -1303,6 +1473,19 @@
1303
1473
  }
1304
1474
  }
1305
1475
  }
1476
+ },
1477
+ "200": {
1478
+ "description": "Success",
1479
+ "content": {
1480
+ "application/json": {
1481
+ "schema": {
1482
+ "$ref": "#/components/schemas/ProfileDto"
1483
+ }
1484
+ }
1485
+ }
1486
+ },
1487
+ "403": {
1488
+ "description": "Forbidden"
1306
1489
  }
1307
1490
  }
1308
1491
  },
@@ -1313,12 +1496,12 @@
1313
1496
  "summary": "Get settings profile",
1314
1497
  "operationId": "GetProfileEndpoint",
1315
1498
  "responses": {
1316
- "200": {
1317
- "description": "Success",
1499
+ "400": {
1500
+ "description": "Validation error",
1318
1501
  "content": {
1319
- "application/json": {
1502
+ "application/problem+json": {
1320
1503
  "schema": {
1321
- "$ref": "#/components/schemas/ProfileDto"
1504
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1322
1505
  }
1323
1506
  }
1324
1507
  }
@@ -1333,19 +1516,6 @@
1333
1516
  }
1334
1517
  }
1335
1518
  },
1336
- "403": {
1337
- "description": "Forbidden"
1338
- },
1339
- "400": {
1340
- "description": "Validation error",
1341
- "content": {
1342
- "application/problem+json": {
1343
- "schema": {
1344
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1345
- }
1346
- }
1347
- }
1348
- },
1349
1519
  "404": {
1350
1520
  "description": "Unable to find resource",
1351
1521
  "content": {
@@ -1375,6 +1545,19 @@
1375
1545
  }
1376
1546
  }
1377
1547
  }
1548
+ },
1549
+ "200": {
1550
+ "description": "Success",
1551
+ "content": {
1552
+ "application/json": {
1553
+ "schema": {
1554
+ "$ref": "#/components/schemas/ProfileDto"
1555
+ }
1556
+ }
1557
+ }
1558
+ },
1559
+ "403": {
1560
+ "description": "Forbidden"
1378
1561
  }
1379
1562
  }
1380
1563
  }
@@ -1387,12 +1570,12 @@
1387
1570
  "summary": "Get Entity Types",
1388
1571
  "operationId": "GetEntityTypesEndpoint",
1389
1572
  "responses": {
1390
- "200": {
1391
- "description": "Success",
1573
+ "400": {
1574
+ "description": "Validation error",
1392
1575
  "content": {
1393
- "application/json": {
1576
+ "application/problem+json": {
1394
1577
  "schema": {
1395
- "$ref": "#/components/schemas/GetEntityTypesDto"
1578
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1396
1579
  }
1397
1580
  }
1398
1581
  }
@@ -1407,19 +1590,6 @@
1407
1590
  }
1408
1591
  }
1409
1592
  },
1410
- "403": {
1411
- "description": "Forbidden"
1412
- },
1413
- "400": {
1414
- "description": "Validation error",
1415
- "content": {
1416
- "application/problem+json": {
1417
- "schema": {
1418
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1419
- }
1420
- }
1421
- }
1422
- },
1423
1593
  "404": {
1424
1594
  "description": "Unable to find resource",
1425
1595
  "content": {
@@ -1449,6 +1619,19 @@
1449
1619
  }
1450
1620
  }
1451
1621
  }
1622
+ },
1623
+ "200": {
1624
+ "description": "Success",
1625
+ "content": {
1626
+ "application/json": {
1627
+ "schema": {
1628
+ "$ref": "#/components/schemas/GetEntityTypesDto"
1629
+ }
1630
+ }
1631
+ }
1632
+ },
1633
+ "403": {
1634
+ "description": "Forbidden"
1452
1635
  }
1453
1636
  }
1454
1637
  }
@@ -1474,12 +1657,12 @@
1474
1657
  "x-position": 1
1475
1658
  },
1476
1659
  "responses": {
1477
- "200": {
1478
- "description": "Success",
1660
+ "400": {
1661
+ "description": "Validation error",
1479
1662
  "content": {
1480
- "application/json": {
1663
+ "application/problem+json": {
1481
1664
  "schema": {
1482
- "$ref": "#/components/schemas/ProfileDto"
1665
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1483
1666
  }
1484
1667
  }
1485
1668
  }
@@ -1494,19 +1677,6 @@
1494
1677
  }
1495
1678
  }
1496
1679
  },
1497
- "403": {
1498
- "description": "Forbidden"
1499
- },
1500
- "400": {
1501
- "description": "Validation error",
1502
- "content": {
1503
- "application/problem+json": {
1504
- "schema": {
1505
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1506
- }
1507
- }
1508
- }
1509
- },
1510
1680
  "404": {
1511
1681
  "description": "Unable to find resource",
1512
1682
  "content": {
@@ -1536,6 +1706,19 @@
1536
1706
  }
1537
1707
  }
1538
1708
  }
1709
+ },
1710
+ "200": {
1711
+ "description": "Success",
1712
+ "content": {
1713
+ "application/json": {
1714
+ "schema": {
1715
+ "$ref": "#/components/schemas/ProfileDto"
1716
+ }
1717
+ }
1718
+ }
1719
+ },
1720
+ "403": {
1721
+ "description": "Forbidden"
1539
1722
  }
1540
1723
  }
1541
1724
  }
@@ -1543,6 +1726,33 @@
1543
1726
  },
1544
1727
  "components": {
1545
1728
  "schemas": {
1729
+ "HttpValidationProblemDetails": {
1730
+ "allOf": [
1731
+ {
1732
+ "$ref": "#/components/schemas/ProblemDetails"
1733
+ },
1734
+ {
1735
+ "type": "object",
1736
+ "additionalProperties": {
1737
+ "nullable": true
1738
+ },
1739
+ "required": [
1740
+ "errors"
1741
+ ],
1742
+ "properties": {
1743
+ "errors": {
1744
+ "type": "object",
1745
+ "additionalProperties": {
1746
+ "type": "array",
1747
+ "items": {
1748
+ "type": "string"
1749
+ }
1750
+ }
1751
+ }
1752
+ }
1753
+ }
1754
+ ]
1755
+ },
1546
1756
  "ProblemDetails": {
1547
1757
  "type": "object",
1548
1758
  "additionalProperties": {
@@ -1572,33 +1782,6 @@
1572
1782
  }
1573
1783
  }
1574
1784
  },
1575
- "HttpValidationProblemDetails": {
1576
- "allOf": [
1577
- {
1578
- "$ref": "#/components/schemas/ProblemDetails"
1579
- },
1580
- {
1581
- "type": "object",
1582
- "additionalProperties": {
1583
- "nullable": true
1584
- },
1585
- "required": [
1586
- "errors"
1587
- ],
1588
- "properties": {
1589
- "errors": {
1590
- "type": "object",
1591
- "additionalProperties": {
1592
- "type": "array",
1593
- "items": {
1594
- "type": "string"
1595
- }
1596
- }
1597
- }
1598
- }
1599
- }
1600
- ]
1601
- },
1602
1785
  "MentionsRequestDto": {
1603
1786
  "type": "object",
1604
1787
  "additionalProperties": false
@@ -1607,6 +1790,19 @@
1607
1790
  "type": "object",
1608
1791
  "additionalProperties": false
1609
1792
  },
1793
+ "SharedDataDeleteDto": {
1794
+ "type": "object",
1795
+ "additionalProperties": false,
1796
+ "required": [
1797
+ "id"
1798
+ ],
1799
+ "properties": {
1800
+ "id": {
1801
+ "type": "integer",
1802
+ "format": "int32"
1803
+ }
1804
+ }
1805
+ },
1610
1806
  "SharedDataCountRequestDto": {
1611
1807
  "type": "object",
1612
1808
  "additionalProperties": false
@@ -1835,7 +2031,8 @@
1835
2031
  "$type",
1836
2032
  "id",
1837
2033
  "source",
1838
- "target"
2034
+ "target",
2035
+ "kind"
1839
2036
  ],
1840
2037
  "properties": {
1841
2038
  "id": {
@@ -1847,6 +2044,9 @@
1847
2044
  "target": {
1848
2045
  "$ref": "#/components/schemas/MappingFieldDefDto"
1849
2046
  },
2047
+ "kind": {
2048
+ "$ref": "#/components/schemas/FieldMappingKind"
2049
+ },
1850
2050
  "$type": {
1851
2051
  "type": "string"
1852
2052
  }
@@ -1864,6 +2064,20 @@
1864
2064
  }
1865
2065
  }
1866
2066
  },
2067
+ "FieldMappingKind": {
2068
+ "type": "string",
2069
+ "description": "",
2070
+ "x-enumNames": [
2071
+ "Default",
2072
+ "Custom",
2073
+ "Empty"
2074
+ ],
2075
+ "enum": [
2076
+ "Default",
2077
+ "Custom",
2078
+ "Empty"
2079
+ ]
2080
+ },
1867
2081
  "ValidatedFieldMappingDto": {
1868
2082
  "allOf": [
1869
2083
  {
@@ -2057,6 +2271,23 @@
2057
2271
  "Collection"
2058
2272
  ]
2059
2273
  },
2274
+ "DeleteProfileRequestDto": {
2275
+ "type": "object",
2276
+ "additionalProperties": false,
2277
+ "required": [
2278
+ "profileId"
2279
+ ],
2280
+ "properties": {
2281
+ "profileId": {
2282
+ "type": "string",
2283
+ "format": "guid"
2284
+ },
2285
+ "forceDelete": {
2286
+ "type": "boolean",
2287
+ "nullable": true
2288
+ }
2289
+ }
2290
+ },
2060
2291
  "CopyCurrentProfileRequestDto": {
2061
2292
  "type": "object",
2062
2293
  "additionalProperties": false,