@targetprocess/shared-data-model-client 0.10.1-ci.3 → 0.11.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.4.0.0 (NJsonSchema v11.3.2.0 (Newtonsoft.Json v13.0.0.0))",
2
+ "x-generator": "NSwag v14.2.0.0 (NJsonSchema v11.1.0.0 (Newtonsoft.Json v13.0.0.0))",
3
3
  "openapi": "3.0.0",
4
4
  "info": {
5
5
  "title": "Targetprocess Shared Data Model",
@@ -33,13 +33,11 @@
33
33
  "required": true
34
34
  },
35
35
  "responses": {
36
- "400": {
37
- "description": "Validation error",
36
+ "200": {
37
+ "description": "Success",
38
38
  "content": {
39
- "application/problem+json": {
40
- "schema": {
41
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
42
- }
39
+ "application/json": {
40
+ "schema": {}
43
41
  }
44
42
  }
45
43
  },
@@ -53,92 +51,9 @@
53
51
  }
54
52
  }
55
53
  },
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
- },
94
54
  "403": {
95
55
  "description": "Forbidden"
96
- }
97
- },
98
- "security": [
99
- {
100
- "JWTBearerAuth": []
101
- },
102
- {
103
- "OAuth2": []
104
- }
105
- ]
106
- },
107
- "delete": {
108
- "tags": [
109
- "Sdm"
110
- ],
111
- "summary": "Deletes Shared Data Model",
112
- "operationId": "SharedDataDeleteEndpoint",
113
- "parameters": [
114
- {
115
- "name": "entityType",
116
- "in": "path",
117
- "required": true,
118
- "schema": {
119
- "type": "string"
120
- }
121
- }
122
- ],
123
- "requestBody": {
124
- "x-name": "SharedDataDeleteDto",
125
- "description": "",
126
- "content": {
127
- "*/*": {
128
- "schema": {
129
- "$ref": "#/components/schemas/SharedDataDeleteDto"
130
- }
131
- },
132
- "application/json": {
133
- "schema": {
134
- "$ref": "#/components/schemas/SharedDataDeleteDto"
135
- }
136
- }
137
56
  },
138
- "required": true,
139
- "x-position": 1
140
- },
141
- "responses": {
142
57
  "400": {
143
58
  "description": "Validation error",
144
59
  "content": {
@@ -149,16 +64,6 @@
149
64
  }
150
65
  }
151
66
  },
152
- "401": {
153
- "description": "Unauthorized",
154
- "content": {
155
- "application/problem+json": {
156
- "schema": {
157
- "$ref": "#/components/schemas/ProblemDetails"
158
- }
159
- }
160
- }
161
- },
162
67
  "404": {
163
68
  "description": "Unable to find resource",
164
69
  "content": {
@@ -188,12 +93,6 @@
188
93
  }
189
94
  }
190
95
  }
191
- },
192
- "204": {
193
- "description": "No Content"
194
- },
195
- "403": {
196
- "description": "Forbidden"
197
96
  }
198
97
  },
199
98
  "security": [
@@ -224,22 +123,28 @@
224
123
  }
225
124
  ],
226
125
  "responses": {
227
- "400": {
228
- "description": "Validation error",
126
+ "204": {
127
+ "description": "No Content"
128
+ },
129
+ "401": {
130
+ "description": "Unauthorized",
229
131
  "content": {
230
132
  "application/problem+json": {
231
133
  "schema": {
232
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
134
+ "$ref": "#/components/schemas/ProblemDetails"
233
135
  }
234
136
  }
235
137
  }
236
138
  },
237
- "401": {
238
- "description": "Unauthorized",
139
+ "403": {
140
+ "description": "Forbidden"
141
+ },
142
+ "400": {
143
+ "description": "Validation error",
239
144
  "content": {
240
145
  "application/problem+json": {
241
146
  "schema": {
242
- "$ref": "#/components/schemas/ProblemDetails"
147
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
243
148
  }
244
149
  }
245
150
  }
@@ -273,12 +178,6 @@
273
178
  }
274
179
  }
275
180
  }
276
- },
277
- "204": {
278
- "description": "No Content"
279
- },
280
- "403": {
281
- "description": "Forbidden"
282
181
  }
283
182
  },
284
183
  "security": [
@@ -393,12 +292,13 @@
393
292
  }
394
293
  ],
395
294
  "responses": {
396
- "400": {
397
- "description": "Validation error",
295
+ "200": {
296
+ "description": "Success",
398
297
  "content": {
399
- "application/problem+json": {
298
+ "application/json": {
400
299
  "schema": {
401
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
300
+ "type": "array",
301
+ "items": {}
402
302
  }
403
303
  }
404
304
  }
@@ -413,6 +313,19 @@
413
313
  }
414
314
  }
415
315
  },
316
+ "403": {
317
+ "description": "Forbidden"
318
+ },
319
+ "400": {
320
+ "description": "Validation error",
321
+ "content": {
322
+ "application/problem+json": {
323
+ "schema": {
324
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
325
+ }
326
+ }
327
+ }
328
+ },
416
329
  "404": {
417
330
  "description": "Unable to find resource",
418
331
  "content": {
@@ -442,20 +355,6 @@
442
355
  }
443
356
  }
444
357
  }
445
- },
446
- "200": {
447
- "description": "Success",
448
- "content": {
449
- "application/json": {
450
- "schema": {
451
- "type": "array",
452
- "items": {}
453
- }
454
- }
455
- }
456
- },
457
- "403": {
458
- "description": "Forbidden"
459
358
  }
460
359
  },
461
360
  "security": [
@@ -570,12 +469,13 @@
570
469
  }
571
470
  ],
572
471
  "responses": {
573
- "400": {
574
- "description": "Validation error",
472
+ "200": {
473
+ "description": "Success",
575
474
  "content": {
576
- "application/problem+json": {
475
+ "application/json": {
577
476
  "schema": {
578
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
477
+ "type": "array",
478
+ "items": {}
579
479
  }
580
480
  }
581
481
  }
@@ -590,6 +490,19 @@
590
490
  }
591
491
  }
592
492
  },
493
+ "403": {
494
+ "description": "Forbidden"
495
+ },
496
+ "400": {
497
+ "description": "Validation error",
498
+ "content": {
499
+ "application/problem+json": {
500
+ "schema": {
501
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
502
+ }
503
+ }
504
+ }
505
+ },
593
506
  "404": {
594
507
  "description": "Unable to find resource",
595
508
  "content": {
@@ -619,20 +532,6 @@
619
532
  }
620
533
  }
621
534
  }
622
- },
623
- "200": {
624
- "description": "Success",
625
- "content": {
626
- "application/json": {
627
- "schema": {
628
- "type": "array",
629
- "items": {}
630
- }
631
- }
632
- }
633
- },
634
- "403": {
635
- "description": "Forbidden"
636
535
  }
637
536
  },
638
537
  "security": [
@@ -679,12 +578,13 @@
679
578
  }
680
579
  ],
681
580
  "responses": {
682
- "400": {
683
- "description": "Validation error",
581
+ "200": {
582
+ "description": "Success",
684
583
  "content": {
685
- "application/problem+json": {
584
+ "application/json": {
686
585
  "schema": {
687
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
586
+ "type": "integer",
587
+ "format": "int32"
688
588
  }
689
589
  }
690
590
  }
@@ -699,6 +599,19 @@
699
599
  }
700
600
  }
701
601
  },
602
+ "403": {
603
+ "description": "Forbidden"
604
+ },
605
+ "400": {
606
+ "description": "Validation error",
607
+ "content": {
608
+ "application/problem+json": {
609
+ "schema": {
610
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
611
+ }
612
+ }
613
+ }
614
+ },
702
615
  "404": {
703
616
  "description": "Unable to find resource",
704
617
  "content": {
@@ -728,20 +641,6 @@
728
641
  }
729
642
  }
730
643
  }
731
- },
732
- "200": {
733
- "description": "Success",
734
- "content": {
735
- "application/json": {
736
- "schema": {
737
- "type": "integer",
738
- "format": "int32"
739
- }
740
- }
741
- }
742
- },
743
- "403": {
744
- "description": "Forbidden"
745
644
  }
746
645
  },
747
646
  "security": [
@@ -786,12 +685,12 @@
786
685
  "x-position": 1
787
686
  },
788
687
  "responses": {
789
- "400": {
790
- "description": "Validation error",
688
+ "200": {
689
+ "description": "Success",
791
690
  "content": {
792
- "application/problem+json": {
691
+ "application/json": {
793
692
  "schema": {
794
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
693
+ "$ref": "#/components/schemas/SharedDataCreateAttachmentResponseDto"
795
694
  }
796
695
  }
797
696
  }
@@ -806,6 +705,19 @@
806
705
  }
807
706
  }
808
707
  },
708
+ "403": {
709
+ "description": "Forbidden"
710
+ },
711
+ "400": {
712
+ "description": "Validation error",
713
+ "content": {
714
+ "application/problem+json": {
715
+ "schema": {
716
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
717
+ }
718
+ }
719
+ }
720
+ },
809
721
  "404": {
810
722
  "description": "Unable to find resource",
811
723
  "content": {
@@ -835,19 +747,6 @@
835
747
  }
836
748
  }
837
749
  }
838
- },
839
- "200": {
840
- "description": "Success",
841
- "content": {
842
- "application/json": {
843
- "schema": {
844
- "$ref": "#/components/schemas/SharedDataCreateAttachmentResponseDto"
845
- }
846
- }
847
- }
848
- },
849
- "403": {
850
- "description": "Forbidden"
851
750
  }
852
751
  },
853
752
  "security": [
@@ -886,6 +785,22 @@
886
785
  }
887
786
  ],
888
787
  "responses": {
788
+ "204": {
789
+ "description": "No Content"
790
+ },
791
+ "401": {
792
+ "description": "Unauthorized",
793
+ "content": {
794
+ "application/problem+json": {
795
+ "schema": {
796
+ "$ref": "#/components/schemas/ProblemDetails"
797
+ }
798
+ }
799
+ }
800
+ },
801
+ "403": {
802
+ "description": "Forbidden"
803
+ },
889
804
  "400": {
890
805
  "description": "Validation error",
891
806
  "content": {
@@ -896,6 +811,76 @@
896
811
  }
897
812
  }
898
813
  },
814
+ "404": {
815
+ "description": "Unable to find resource",
816
+ "content": {
817
+ "application/problem+json": {
818
+ "schema": {
819
+ "$ref": "#/components/schemas/ProblemDetails"
820
+ }
821
+ }
822
+ }
823
+ },
824
+ "409": {
825
+ "description": "Conflict",
826
+ "content": {
827
+ "application/problem+json": {
828
+ "schema": {
829
+ "$ref": "#/components/schemas/ProblemDetails"
830
+ }
831
+ }
832
+ }
833
+ },
834
+ "500": {
835
+ "description": "Internal server error",
836
+ "content": {
837
+ "application/problem+json": {
838
+ "schema": {
839
+ "$ref": "#/components/schemas/ProblemDetails"
840
+ }
841
+ }
842
+ }
843
+ }
844
+ },
845
+ "security": [
846
+ {
847
+ "JWTBearerAuth": []
848
+ },
849
+ {
850
+ "OAuth2": []
851
+ }
852
+ ]
853
+ }
854
+ },
855
+ "/api/sdm/alerts/{storageKey}": {
856
+ "get": {
857
+ "tags": [
858
+ "Sdm"
859
+ ],
860
+ "summary": "Gets alerts",
861
+ "operationId": "SharedDataAlertsEndpoint",
862
+ "parameters": [
863
+ {
864
+ "name": "storageKey",
865
+ "in": "path",
866
+ "required": true,
867
+ "schema": {
868
+ "type": "string"
869
+ }
870
+ }
871
+ ],
872
+ "responses": {
873
+ "200": {
874
+ "description": "Success",
875
+ "content": {
876
+ "application/json": {
877
+ "schema": {
878
+ "type": "array",
879
+ "items": {}
880
+ }
881
+ }
882
+ }
883
+ },
899
884
  "401": {
900
885
  "description": "Unauthorized",
901
886
  "content": {
@@ -906,6 +891,19 @@
906
891
  }
907
892
  }
908
893
  },
894
+ "403": {
895
+ "description": "Forbidden"
896
+ },
897
+ "400": {
898
+ "description": "Validation error",
899
+ "content": {
900
+ "application/problem+json": {
901
+ "schema": {
902
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
903
+ }
904
+ }
905
+ }
906
+ },
909
907
  "404": {
910
908
  "description": "Unable to find resource",
911
909
  "content": {
@@ -935,12 +933,6 @@
935
933
  }
936
934
  }
937
935
  }
938
- },
939
- "204": {
940
- "description": "No Content"
941
- },
942
- "403": {
943
- "description": "Forbidden"
944
936
  }
945
937
  },
946
938
  "security": [
@@ -974,12 +966,12 @@
974
966
  "x-position": 1
975
967
  },
976
968
  "responses": {
977
- "400": {
978
- "description": "Validation error",
969
+ "200": {
970
+ "description": "Success",
979
971
  "content": {
980
- "application/problem+json": {
972
+ "application/json": {
981
973
  "schema": {
982
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
974
+ "$ref": "#/components/schemas/ValidatedProfileDto"
983
975
  }
984
976
  }
985
977
  }
@@ -994,6 +986,19 @@
994
986
  }
995
987
  }
996
988
  },
989
+ "403": {
990
+ "description": "Forbidden"
991
+ },
992
+ "400": {
993
+ "description": "Validation error",
994
+ "content": {
995
+ "application/problem+json": {
996
+ "schema": {
997
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
998
+ }
999
+ }
1000
+ }
1001
+ },
997
1002
  "404": {
998
1003
  "description": "Unable to find resource",
999
1004
  "content": {
@@ -1023,19 +1028,6 @@
1023
1028
  }
1024
1029
  }
1025
1030
  }
1026
- },
1027
- "200": {
1028
- "description": "Success",
1029
- "content": {
1030
- "application/json": {
1031
- "schema": {
1032
- "$ref": "#/components/schemas/ValidatedProfileDto"
1033
- }
1034
- }
1035
- }
1036
- },
1037
- "403": {
1038
- "description": "Forbidden"
1039
1031
  }
1040
1032
  },
1041
1033
  "security": [
@@ -1071,12 +1063,12 @@
1071
1063
  "required": true
1072
1064
  },
1073
1065
  "responses": {
1074
- "400": {
1075
- "description": "Validation error",
1066
+ "200": {
1067
+ "description": "Success",
1076
1068
  "content": {
1077
- "application/problem+json": {
1069
+ "application/json": {
1078
1070
  "schema": {
1079
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1071
+ "$ref": "#/components/schemas/ProfileDto"
1080
1072
  }
1081
1073
  }
1082
1074
  }
@@ -1091,6 +1083,19 @@
1091
1083
  }
1092
1084
  }
1093
1085
  },
1086
+ "403": {
1087
+ "description": "Forbidden"
1088
+ },
1089
+ "400": {
1090
+ "description": "Validation error",
1091
+ "content": {
1092
+ "application/problem+json": {
1093
+ "schema": {
1094
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1095
+ }
1096
+ }
1097
+ }
1098
+ },
1094
1099
  "404": {
1095
1100
  "description": "Unable to find resource",
1096
1101
  "content": {
@@ -1120,19 +1125,6 @@
1120
1125
  }
1121
1126
  }
1122
1127
  }
1123
- },
1124
- "200": {
1125
- "description": "Success",
1126
- "content": {
1127
- "application/json": {
1128
- "schema": {
1129
- "$ref": "#/components/schemas/ProfileDto"
1130
- }
1131
- }
1132
- }
1133
- },
1134
- "403": {
1135
- "description": "Forbidden"
1136
1128
  }
1137
1129
  },
1138
1130
  "security": [
@@ -1151,12 +1143,15 @@
1151
1143
  "summary": "Get settings profile",
1152
1144
  "operationId": "GetProfilesEndpoint",
1153
1145
  "responses": {
1154
- "400": {
1155
- "description": "Validation error",
1146
+ "200": {
1147
+ "description": "Success",
1156
1148
  "content": {
1157
- "application/problem+json": {
1149
+ "application/json": {
1158
1150
  "schema": {
1159
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1151
+ "type": "array",
1152
+ "items": {
1153
+ "$ref": "#/components/schemas/ProfileIdDto"
1154
+ }
1160
1155
  }
1161
1156
  }
1162
1157
  }
@@ -1171,18 +1166,21 @@
1171
1166
  }
1172
1167
  }
1173
1168
  },
1174
- "404": {
1175
- "description": "Unable to find resource",
1169
+ "403": {
1170
+ "description": "Forbidden"
1171
+ },
1172
+ "400": {
1173
+ "description": "Validation error",
1176
1174
  "content": {
1177
1175
  "application/problem+json": {
1178
1176
  "schema": {
1179
- "$ref": "#/components/schemas/ProblemDetails"
1177
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1180
1178
  }
1181
1179
  }
1182
1180
  }
1183
1181
  },
1184
- "409": {
1185
- "description": "Conflict",
1182
+ "404": {
1183
+ "description": "Unable to find resource",
1186
1184
  "content": {
1187
1185
  "application/problem+json": {
1188
1186
  "schema": {
@@ -1191,8 +1189,8 @@
1191
1189
  }
1192
1190
  }
1193
1191
  },
1194
- "500": {
1195
- "description": "Internal server error",
1192
+ "409": {
1193
+ "description": "Conflict",
1196
1194
  "content": {
1197
1195
  "application/problem+json": {
1198
1196
  "schema": {
@@ -1201,21 +1199,15 @@
1201
1199
  }
1202
1200
  }
1203
1201
  },
1204
- "200": {
1205
- "description": "Success",
1202
+ "500": {
1203
+ "description": "Internal server error",
1206
1204
  "content": {
1207
- "application/json": {
1205
+ "application/problem+json": {
1208
1206
  "schema": {
1209
- "type": "array",
1210
- "items": {
1211
- "$ref": "#/components/schemas/ProfileIdDto"
1212
- }
1207
+ "$ref": "#/components/schemas/ProblemDetails"
1213
1208
  }
1214
1209
  }
1215
1210
  }
1216
- },
1217
- "403": {
1218
- "description": "Forbidden"
1219
1211
  }
1220
1212
  },
1221
1213
  "security": [
@@ -1249,12 +1241,13 @@
1249
1241
  "x-position": 1
1250
1242
  },
1251
1243
  "responses": {
1252
- "400": {
1253
- "description": "Validation error",
1244
+ "200": {
1245
+ "description": "Success",
1254
1246
  "content": {
1255
- "application/problem+json": {
1247
+ "application/json": {
1256
1248
  "schema": {
1257
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1249
+ "type": "array",
1250
+ "items": {}
1258
1251
  }
1259
1252
  }
1260
1253
  }
@@ -1269,6 +1262,19 @@
1269
1262
  }
1270
1263
  }
1271
1264
  },
1265
+ "403": {
1266
+ "description": "Forbidden"
1267
+ },
1268
+ "400": {
1269
+ "description": "Validation error",
1270
+ "content": {
1271
+ "application/problem+json": {
1272
+ "schema": {
1273
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1274
+ }
1275
+ }
1276
+ }
1277
+ },
1272
1278
  "404": {
1273
1279
  "description": "Unable to find resource",
1274
1280
  "content": {
@@ -1298,20 +1304,6 @@
1298
1304
  }
1299
1305
  }
1300
1306
  }
1301
- },
1302
- "200": {
1303
- "description": "Success",
1304
- "content": {
1305
- "application/json": {
1306
- "schema": {
1307
- "type": "array",
1308
- "items": {}
1309
- }
1310
- }
1311
- }
1312
- },
1313
- "403": {
1314
- "description": "Forbidden"
1315
1307
  }
1316
1308
  },
1317
1309
  "security": [
@@ -1345,12 +1337,12 @@
1345
1337
  "x-position": 1
1346
1338
  },
1347
1339
  "responses": {
1348
- "400": {
1349
- "description": "Validation error",
1340
+ "200": {
1341
+ "description": "Success",
1350
1342
  "content": {
1351
- "application/problem+json": {
1343
+ "application/json": {
1352
1344
  "schema": {
1353
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1345
+ "$ref": "#/components/schemas/ProfileDto"
1354
1346
  }
1355
1347
  }
1356
1348
  }
@@ -1365,6 +1357,19 @@
1365
1357
  }
1366
1358
  }
1367
1359
  },
1360
+ "403": {
1361
+ "description": "Forbidden"
1362
+ },
1363
+ "400": {
1364
+ "description": "Validation error",
1365
+ "content": {
1366
+ "application/problem+json": {
1367
+ "schema": {
1368
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1369
+ }
1370
+ }
1371
+ }
1372
+ },
1368
1373
  "404": {
1369
1374
  "description": "Unable to find resource",
1370
1375
  "content": {
@@ -1394,19 +1399,6 @@
1394
1399
  }
1395
1400
  }
1396
1401
  }
1397
- },
1398
- "200": {
1399
- "description": "Success",
1400
- "content": {
1401
- "application/json": {
1402
- "schema": {
1403
- "$ref": "#/components/schemas/ProfileDto"
1404
- }
1405
- }
1406
- }
1407
- },
1408
- "403": {
1409
- "description": "Forbidden"
1410
1402
  }
1411
1403
  },
1412
1404
  "security": [
@@ -1425,12 +1417,12 @@
1425
1417
  "summary": "Get settings profile",
1426
1418
  "operationId": "GetProfileEndpoint",
1427
1419
  "responses": {
1428
- "400": {
1429
- "description": "Validation error",
1420
+ "200": {
1421
+ "description": "Success",
1430
1422
  "content": {
1431
- "application/problem+json": {
1423
+ "application/json": {
1432
1424
  "schema": {
1433
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1425
+ "$ref": "#/components/schemas/ProfileDto"
1434
1426
  }
1435
1427
  }
1436
1428
  }
@@ -1445,6 +1437,19 @@
1445
1437
  }
1446
1438
  }
1447
1439
  },
1440
+ "403": {
1441
+ "description": "Forbidden"
1442
+ },
1443
+ "400": {
1444
+ "description": "Validation error",
1445
+ "content": {
1446
+ "application/problem+json": {
1447
+ "schema": {
1448
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1449
+ }
1450
+ }
1451
+ }
1452
+ },
1448
1453
  "404": {
1449
1454
  "description": "Unable to find resource",
1450
1455
  "content": {
@@ -1474,19 +1479,6 @@
1474
1479
  }
1475
1480
  }
1476
1481
  }
1477
- },
1478
- "200": {
1479
- "description": "Success",
1480
- "content": {
1481
- "application/json": {
1482
- "schema": {
1483
- "$ref": "#/components/schemas/ProfileDto"
1484
- }
1485
- }
1486
- }
1487
- },
1488
- "403": {
1489
- "description": "Forbidden"
1490
1482
  }
1491
1483
  },
1492
1484
  "security": [
@@ -1507,12 +1499,12 @@
1507
1499
  "summary": "Get Entity Types",
1508
1500
  "operationId": "GetEntityTypesEndpoint",
1509
1501
  "responses": {
1510
- "400": {
1511
- "description": "Validation error",
1502
+ "200": {
1503
+ "description": "Success",
1512
1504
  "content": {
1513
- "application/problem+json": {
1505
+ "application/json": {
1514
1506
  "schema": {
1515
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1507
+ "$ref": "#/components/schemas/GetEntityTypesDto"
1516
1508
  }
1517
1509
  }
1518
1510
  }
@@ -1527,6 +1519,19 @@
1527
1519
  }
1528
1520
  }
1529
1521
  },
1522
+ "403": {
1523
+ "description": "Forbidden"
1524
+ },
1525
+ "400": {
1526
+ "description": "Validation error",
1527
+ "content": {
1528
+ "application/problem+json": {
1529
+ "schema": {
1530
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1531
+ }
1532
+ }
1533
+ }
1534
+ },
1530
1535
  "404": {
1531
1536
  "description": "Unable to find resource",
1532
1537
  "content": {
@@ -1556,19 +1561,6 @@
1556
1561
  }
1557
1562
  }
1558
1563
  }
1559
- },
1560
- "200": {
1561
- "description": "Success",
1562
- "content": {
1563
- "application/json": {
1564
- "schema": {
1565
- "$ref": "#/components/schemas/GetEntityTypesDto"
1566
- }
1567
- }
1568
- }
1569
- },
1570
- "403": {
1571
- "description": "Forbidden"
1572
1564
  }
1573
1565
  },
1574
1566
  "security": [
@@ -1602,12 +1594,12 @@
1602
1594
  "x-position": 1
1603
1595
  },
1604
1596
  "responses": {
1605
- "400": {
1606
- "description": "Validation error",
1597
+ "200": {
1598
+ "description": "Success",
1607
1599
  "content": {
1608
- "application/problem+json": {
1600
+ "application/json": {
1609
1601
  "schema": {
1610
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1602
+ "$ref": "#/components/schemas/ProfileDto"
1611
1603
  }
1612
1604
  }
1613
1605
  }
@@ -1622,6 +1614,19 @@
1622
1614
  }
1623
1615
  }
1624
1616
  },
1617
+ "403": {
1618
+ "description": "Forbidden"
1619
+ },
1620
+ "400": {
1621
+ "description": "Validation error",
1622
+ "content": {
1623
+ "application/problem+json": {
1624
+ "schema": {
1625
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1626
+ }
1627
+ }
1628
+ }
1629
+ },
1625
1630
  "404": {
1626
1631
  "description": "Unable to find resource",
1627
1632
  "content": {
@@ -1651,19 +1656,6 @@
1651
1656
  }
1652
1657
  }
1653
1658
  }
1654
- },
1655
- "200": {
1656
- "description": "Success",
1657
- "content": {
1658
- "application/json": {
1659
- "schema": {
1660
- "$ref": "#/components/schemas/ProfileDto"
1661
- }
1662
- }
1663
- }
1664
- },
1665
- "403": {
1666
- "description": "Forbidden"
1667
1659
  }
1668
1660
  },
1669
1661
  "security": [
@@ -1679,33 +1671,6 @@
1679
1671
  },
1680
1672
  "components": {
1681
1673
  "schemas": {
1682
- "HttpValidationProblemDetails": {
1683
- "allOf": [
1684
- {
1685
- "$ref": "#/components/schemas/ProblemDetails"
1686
- },
1687
- {
1688
- "type": "object",
1689
- "additionalProperties": {
1690
- "nullable": true
1691
- },
1692
- "required": [
1693
- "errors"
1694
- ],
1695
- "properties": {
1696
- "errors": {
1697
- "type": "object",
1698
- "additionalProperties": {
1699
- "type": "array",
1700
- "items": {
1701
- "type": "string"
1702
- }
1703
- }
1704
- }
1705
- }
1706
- }
1707
- ]
1708
- },
1709
1674
  "ProblemDetails": {
1710
1675
  "type": "object",
1711
1676
  "additionalProperties": {
@@ -1735,6 +1700,33 @@
1735
1700
  }
1736
1701
  }
1737
1702
  },
1703
+ "HttpValidationProblemDetails": {
1704
+ "allOf": [
1705
+ {
1706
+ "$ref": "#/components/schemas/ProblemDetails"
1707
+ },
1708
+ {
1709
+ "type": "object",
1710
+ "additionalProperties": {
1711
+ "nullable": true
1712
+ },
1713
+ "required": [
1714
+ "errors"
1715
+ ],
1716
+ "properties": {
1717
+ "errors": {
1718
+ "type": "object",
1719
+ "additionalProperties": {
1720
+ "type": "array",
1721
+ "items": {
1722
+ "type": "string"
1723
+ }
1724
+ }
1725
+ }
1726
+ }
1727
+ }
1728
+ ]
1729
+ },
1738
1730
  "MentionsRequestDto": {
1739
1731
  "type": "object",
1740
1732
  "additionalProperties": false
@@ -1743,19 +1735,6 @@
1743
1735
  "type": "object",
1744
1736
  "additionalProperties": false
1745
1737
  },
1746
- "SharedDataDeleteDto": {
1747
- "type": "object",
1748
- "additionalProperties": false,
1749
- "required": [
1750
- "id"
1751
- ],
1752
- "properties": {
1753
- "id": {
1754
- "type": "integer",
1755
- "format": "int32"
1756
- }
1757
- }
1758
- },
1759
1738
  "SharedDataCountRequestDto": {
1760
1739
  "type": "object",
1761
1740
  "additionalProperties": false
@@ -1816,6 +1795,10 @@
1816
1795
  "type": "object",
1817
1796
  "additionalProperties": false
1818
1797
  },
1798
+ "SharedDataAlertsRequestDto": {
1799
+ "type": "object",
1800
+ "additionalProperties": false
1801
+ },
1819
1802
  "ValidatedProfileDto": {
1820
1803
  "allOf": [
1821
1804
  {
@@ -1980,8 +1963,7 @@
1980
1963
  "$type",
1981
1964
  "id",
1982
1965
  "source",
1983
- "target",
1984
- "kind"
1966
+ "target"
1985
1967
  ],
1986
1968
  "properties": {
1987
1969
  "id": {
@@ -1993,9 +1975,6 @@
1993
1975
  "target": {
1994
1976
  "$ref": "#/components/schemas/MappingFieldDefDto"
1995
1977
  },
1996
- "kind": {
1997
- "$ref": "#/components/schemas/FieldMappingKind"
1998
- },
1999
1978
  "$type": {
2000
1979
  "type": "string"
2001
1980
  }
@@ -2013,20 +1992,6 @@
2013
1992
  }
2014
1993
  }
2015
1994
  },
2016
- "FieldMappingKind": {
2017
- "type": "string",
2018
- "description": "",
2019
- "x-enumNames": [
2020
- "Default",
2021
- "Custom",
2022
- "Empty"
2023
- ],
2024
- "enum": [
2025
- "Default",
2026
- "Custom",
2027
- "Empty"
2028
- ]
2029
- },
2030
1995
  "ValidatedFieldMappingDto": {
2031
1996
  "allOf": [
2032
1997
  {