@targetprocess/shared-data-model-client 0.10.1-ci.4 → 0.12.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,22 +785,28 @@
886
785
  }
887
786
  ],
888
787
  "responses": {
889
- "400": {
890
- "description": "Validation error",
788
+ "204": {
789
+ "description": "No Content"
790
+ },
791
+ "401": {
792
+ "description": "Unauthorized",
891
793
  "content": {
892
794
  "application/problem+json": {
893
795
  "schema": {
894
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
796
+ "$ref": "#/components/schemas/ProblemDetails"
895
797
  }
896
798
  }
897
799
  }
898
800
  },
899
- "401": {
900
- "description": "Unauthorized",
801
+ "403": {
802
+ "description": "Forbidden"
803
+ },
804
+ "400": {
805
+ "description": "Validation error",
901
806
  "content": {
902
807
  "application/problem+json": {
903
808
  "schema": {
904
- "$ref": "#/components/schemas/ProblemDetails"
809
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
905
810
  }
906
811
  }
907
812
  }
@@ -935,12 +840,6 @@
935
840
  }
936
841
  }
937
842
  }
938
- },
939
- "204": {
940
- "description": "No Content"
941
- },
942
- "403": {
943
- "description": "Forbidden"
944
843
  }
945
844
  },
946
845
  "security": [
@@ -953,33 +852,31 @@
953
852
  ]
954
853
  }
955
854
  },
956
- "/api/settings/profile/validate": {
957
- "put": {
855
+ "/api/sdm/alerts/{storageKey}": {
856
+ "get": {
958
857
  "tags": [
959
- "Settings"
858
+ "Sdm"
960
859
  ],
961
- "summary": "Validate profile",
962
- "operationId": "ValidateProfileEndpoint",
963
- "requestBody": {
964
- "x-name": "ProfileDto",
965
- "description": "",
966
- "content": {
967
- "application/json": {
968
- "schema": {
969
- "$ref": "#/components/schemas/ProfileDto"
970
- }
860
+ "summary": "Gets alerts",
861
+ "operationId": "SharedDataAlertsEndpoint",
862
+ "parameters": [
863
+ {
864
+ "name": "storageKey",
865
+ "in": "path",
866
+ "required": true,
867
+ "schema": {
868
+ "type": "string"
971
869
  }
972
- },
973
- "required": true,
974
- "x-position": 1
975
- },
870
+ }
871
+ ],
976
872
  "responses": {
977
- "400": {
978
- "description": "Validation error",
873
+ "200": {
874
+ "description": "Success",
979
875
  "content": {
980
- "application/problem+json": {
876
+ "application/json": {
981
877
  "schema": {
982
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
878
+ "type": "array",
879
+ "items": {}
983
880
  }
984
881
  }
985
882
  }
@@ -994,6 +891,19 @@
994
891
  }
995
892
  }
996
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
+ },
997
907
  "404": {
998
908
  "description": "Unable to find resource",
999
909
  "content": {
@@ -1023,19 +933,6 @@
1023
933
  }
1024
934
  }
1025
935
  }
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
936
  }
1040
937
  },
1041
938
  "security": [
@@ -1048,35 +945,33 @@
1048
945
  ]
1049
946
  }
1050
947
  },
1051
- "/api/settings/profile": {
948
+ "/api/settings/profile/validate": {
1052
949
  "put": {
1053
950
  "tags": [
1054
951
  "Settings"
1055
952
  ],
1056
- "summary": "Update settings profile",
1057
- "operationId": "UpdateProfileEndpoint",
953
+ "summary": "Validate profile",
954
+ "operationId": "ValidateProfileEndpoint",
1058
955
  "requestBody": {
1059
- "x-name": "profile",
956
+ "x-name": "ProfileDto",
957
+ "description": "",
1060
958
  "content": {
1061
959
  "application/json": {
1062
960
  "schema": {
1063
- "oneOf": [
1064
- {
1065
- "$ref": "#/components/schemas/ProfileDto"
1066
- }
1067
- ]
961
+ "$ref": "#/components/schemas/ProfileDto"
1068
962
  }
1069
963
  }
1070
964
  },
1071
- "required": true
965
+ "required": true,
966
+ "x-position": 1
1072
967
  },
1073
968
  "responses": {
1074
- "400": {
1075
- "description": "Validation error",
969
+ "200": {
970
+ "description": "Success",
1076
971
  "content": {
1077
- "application/problem+json": {
972
+ "application/json": {
1078
973
  "schema": {
1079
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
974
+ "$ref": "#/components/schemas/ValidatedProfileDto"
1080
975
  }
1081
976
  }
1082
977
  }
@@ -1091,6 +986,19 @@
1091
986
  }
1092
987
  }
1093
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
+ },
1094
1002
  "404": {
1095
1003
  "description": "Unable to find resource",
1096
1004
  "content": {
@@ -1120,19 +1028,6 @@
1120
1028
  }
1121
1029
  }
1122
1030
  }
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
1031
  }
1137
1032
  },
1138
1033
  "security": [
@@ -1143,20 +1038,37 @@
1143
1038
  "OAuth2": []
1144
1039
  }
1145
1040
  ]
1146
- },
1147
- "get": {
1041
+ }
1042
+ },
1043
+ "/api/settings/profile": {
1044
+ "put": {
1148
1045
  "tags": [
1149
1046
  "Settings"
1150
1047
  ],
1151
- "summary": "Get settings profile",
1152
- "operationId": "GetProfilesEndpoint",
1048
+ "summary": "Update settings profile",
1049
+ "operationId": "UpdateProfileEndpoint",
1050
+ "requestBody": {
1051
+ "x-name": "profile",
1052
+ "content": {
1053
+ "application/json": {
1054
+ "schema": {
1055
+ "oneOf": [
1056
+ {
1057
+ "$ref": "#/components/schemas/ProfileDto"
1058
+ }
1059
+ ]
1060
+ }
1061
+ }
1062
+ },
1063
+ "required": true
1064
+ },
1153
1065
  "responses": {
1154
- "400": {
1155
- "description": "Validation error",
1066
+ "200": {
1067
+ "description": "Success",
1156
1068
  "content": {
1157
- "application/problem+json": {
1069
+ "application/json": {
1158
1070
  "schema": {
1159
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1071
+ "$ref": "#/components/schemas/ProfileDto"
1160
1072
  }
1161
1073
  }
1162
1074
  }
@@ -1171,6 +1083,19 @@
1171
1083
  }
1172
1084
  }
1173
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
+ },
1174
1099
  "404": {
1175
1100
  "description": "Unable to find resource",
1176
1101
  "content": {
@@ -1200,22 +1125,6 @@
1200
1125
  }
1201
1126
  }
1202
1127
  }
1203
- },
1204
- "200": {
1205
- "description": "Success",
1206
- "content": {
1207
- "application/json": {
1208
- "schema": {
1209
- "type": "array",
1210
- "items": {
1211
- "$ref": "#/components/schemas/ProfileIdDto"
1212
- }
1213
- }
1214
- }
1215
- }
1216
- },
1217
- "403": {
1218
- "description": "Forbidden"
1219
1128
  }
1220
1129
  },
1221
1130
  "security": [
@@ -1227,37 +1136,22 @@
1227
1136
  }
1228
1137
  ]
1229
1138
  },
1230
- "delete": {
1139
+ "get": {
1231
1140
  "tags": [
1232
1141
  "Settings"
1233
1142
  ],
1234
- "summary": "Copy profile and sets as current",
1235
- "operationId": "DeleteProfileEndpoint",
1236
- "requestBody": {
1237
- "x-name": "DeleteProfileRequestDto",
1238
- "description": "",
1239
- "content": {
1240
- "*/*": {
1241
- "schema": {
1242
- "$ref": "#/components/schemas/DeleteProfileRequestDto"
1243
- }
1244
- },
1245
- "application/json": {
1246
- "schema": {
1247
- "$ref": "#/components/schemas/DeleteProfileRequestDto"
1248
- }
1249
- }
1250
- },
1251
- "required": true,
1252
- "x-position": 1
1253
- },
1143
+ "summary": "Get settings profile",
1144
+ "operationId": "GetProfilesEndpoint",
1254
1145
  "responses": {
1255
- "400": {
1256
- "description": "Validation error",
1146
+ "200": {
1147
+ "description": "Success",
1257
1148
  "content": {
1258
- "application/problem+json": {
1149
+ "application/json": {
1259
1150
  "schema": {
1260
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1151
+ "type": "array",
1152
+ "items": {
1153
+ "$ref": "#/components/schemas/ProfileIdDto"
1154
+ }
1261
1155
  }
1262
1156
  }
1263
1157
  }
@@ -1272,6 +1166,19 @@
1272
1166
  }
1273
1167
  }
1274
1168
  },
1169
+ "403": {
1170
+ "description": "Forbidden"
1171
+ },
1172
+ "400": {
1173
+ "description": "Validation error",
1174
+ "content": {
1175
+ "application/problem+json": {
1176
+ "schema": {
1177
+ "$ref": "#/components/schemas/HttpValidationProblemDetails"
1178
+ }
1179
+ }
1180
+ }
1181
+ },
1275
1182
  "404": {
1276
1183
  "description": "Unable to find resource",
1277
1184
  "content": {
@@ -1301,19 +1208,6 @@
1301
1208
  }
1302
1209
  }
1303
1210
  }
1304
- },
1305
- "200": {
1306
- "description": "Success",
1307
- "content": {
1308
- "application/json": {
1309
- "schema": {
1310
- "$ref": "#/components/schemas/ProfileDto"
1311
- }
1312
- }
1313
- }
1314
- },
1315
- "403": {
1316
- "description": "Forbidden"
1317
1211
  }
1318
1212
  },
1319
1213
  "security": [
@@ -1347,12 +1241,13 @@
1347
1241
  "x-position": 1
1348
1242
  },
1349
1243
  "responses": {
1350
- "400": {
1351
- "description": "Validation error",
1244
+ "200": {
1245
+ "description": "Success",
1352
1246
  "content": {
1353
- "application/problem+json": {
1247
+ "application/json": {
1354
1248
  "schema": {
1355
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1249
+ "type": "array",
1250
+ "items": {}
1356
1251
  }
1357
1252
  }
1358
1253
  }
@@ -1367,6 +1262,19 @@
1367
1262
  }
1368
1263
  }
1369
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
+ },
1370
1278
  "404": {
1371
1279
  "description": "Unable to find resource",
1372
1280
  "content": {
@@ -1396,20 +1304,6 @@
1396
1304
  }
1397
1305
  }
1398
1306
  }
1399
- },
1400
- "200": {
1401
- "description": "Success",
1402
- "content": {
1403
- "application/json": {
1404
- "schema": {
1405
- "type": "array",
1406
- "items": {}
1407
- }
1408
- }
1409
- }
1410
- },
1411
- "403": {
1412
- "description": "Forbidden"
1413
1307
  }
1414
1308
  },
1415
1309
  "security": [
@@ -1443,12 +1337,12 @@
1443
1337
  "x-position": 1
1444
1338
  },
1445
1339
  "responses": {
1446
- "400": {
1447
- "description": "Validation error",
1340
+ "200": {
1341
+ "description": "Success",
1448
1342
  "content": {
1449
- "application/problem+json": {
1343
+ "application/json": {
1450
1344
  "schema": {
1451
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1345
+ "$ref": "#/components/schemas/ProfileDto"
1452
1346
  }
1453
1347
  }
1454
1348
  }
@@ -1463,6 +1357,19 @@
1463
1357
  }
1464
1358
  }
1465
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
+ },
1466
1373
  "404": {
1467
1374
  "description": "Unable to find resource",
1468
1375
  "content": {
@@ -1492,19 +1399,6 @@
1492
1399
  }
1493
1400
  }
1494
1401
  }
1495
- },
1496
- "200": {
1497
- "description": "Success",
1498
- "content": {
1499
- "application/json": {
1500
- "schema": {
1501
- "$ref": "#/components/schemas/ProfileDto"
1502
- }
1503
- }
1504
- }
1505
- },
1506
- "403": {
1507
- "description": "Forbidden"
1508
1402
  }
1509
1403
  },
1510
1404
  "security": [
@@ -1523,12 +1417,12 @@
1523
1417
  "summary": "Get settings profile",
1524
1418
  "operationId": "GetProfileEndpoint",
1525
1419
  "responses": {
1526
- "400": {
1527
- "description": "Validation error",
1420
+ "200": {
1421
+ "description": "Success",
1528
1422
  "content": {
1529
- "application/problem+json": {
1423
+ "application/json": {
1530
1424
  "schema": {
1531
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1425
+ "$ref": "#/components/schemas/ProfileDto"
1532
1426
  }
1533
1427
  }
1534
1428
  }
@@ -1543,6 +1437,19 @@
1543
1437
  }
1544
1438
  }
1545
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
+ },
1546
1453
  "404": {
1547
1454
  "description": "Unable to find resource",
1548
1455
  "content": {
@@ -1572,19 +1479,6 @@
1572
1479
  }
1573
1480
  }
1574
1481
  }
1575
- },
1576
- "200": {
1577
- "description": "Success",
1578
- "content": {
1579
- "application/json": {
1580
- "schema": {
1581
- "$ref": "#/components/schemas/ProfileDto"
1582
- }
1583
- }
1584
- }
1585
- },
1586
- "403": {
1587
- "description": "Forbidden"
1588
1482
  }
1589
1483
  },
1590
1484
  "security": [
@@ -1605,12 +1499,12 @@
1605
1499
  "summary": "Get Entity Types",
1606
1500
  "operationId": "GetEntityTypesEndpoint",
1607
1501
  "responses": {
1608
- "400": {
1609
- "description": "Validation error",
1502
+ "200": {
1503
+ "description": "Success",
1610
1504
  "content": {
1611
- "application/problem+json": {
1505
+ "application/json": {
1612
1506
  "schema": {
1613
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1507
+ "$ref": "#/components/schemas/GetEntityTypesDto"
1614
1508
  }
1615
1509
  }
1616
1510
  }
@@ -1625,6 +1519,19 @@
1625
1519
  }
1626
1520
  }
1627
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
+ },
1628
1535
  "404": {
1629
1536
  "description": "Unable to find resource",
1630
1537
  "content": {
@@ -1654,19 +1561,6 @@
1654
1561
  }
1655
1562
  }
1656
1563
  }
1657
- },
1658
- "200": {
1659
- "description": "Success",
1660
- "content": {
1661
- "application/json": {
1662
- "schema": {
1663
- "$ref": "#/components/schemas/GetEntityTypesDto"
1664
- }
1665
- }
1666
- }
1667
- },
1668
- "403": {
1669
- "description": "Forbidden"
1670
1564
  }
1671
1565
  },
1672
1566
  "security": [
@@ -1700,12 +1594,12 @@
1700
1594
  "x-position": 1
1701
1595
  },
1702
1596
  "responses": {
1703
- "400": {
1704
- "description": "Validation error",
1597
+ "200": {
1598
+ "description": "Success",
1705
1599
  "content": {
1706
- "application/problem+json": {
1600
+ "application/json": {
1707
1601
  "schema": {
1708
- "$ref": "#/components/schemas/HttpValidationProblemDetails"
1602
+ "$ref": "#/components/schemas/ProfileDto"
1709
1603
  }
1710
1604
  }
1711
1605
  }
@@ -1720,6 +1614,19 @@
1720
1614
  }
1721
1615
  }
1722
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
+ },
1723
1630
  "404": {
1724
1631
  "description": "Unable to find resource",
1725
1632
  "content": {
@@ -1749,19 +1656,6 @@
1749
1656
  }
1750
1657
  }
1751
1658
  }
1752
- },
1753
- "200": {
1754
- "description": "Success",
1755
- "content": {
1756
- "application/json": {
1757
- "schema": {
1758
- "$ref": "#/components/schemas/ProfileDto"
1759
- }
1760
- }
1761
- }
1762
- },
1763
- "403": {
1764
- "description": "Forbidden"
1765
1659
  }
1766
1660
  },
1767
1661
  "security": [
@@ -1777,33 +1671,6 @@
1777
1671
  },
1778
1672
  "components": {
1779
1673
  "schemas": {
1780
- "HttpValidationProblemDetails": {
1781
- "allOf": [
1782
- {
1783
- "$ref": "#/components/schemas/ProblemDetails"
1784
- },
1785
- {
1786
- "type": "object",
1787
- "additionalProperties": {
1788
- "nullable": true
1789
- },
1790
- "required": [
1791
- "errors"
1792
- ],
1793
- "properties": {
1794
- "errors": {
1795
- "type": "object",
1796
- "additionalProperties": {
1797
- "type": "array",
1798
- "items": {
1799
- "type": "string"
1800
- }
1801
- }
1802
- }
1803
- }
1804
- }
1805
- ]
1806
- },
1807
1674
  "ProblemDetails": {
1808
1675
  "type": "object",
1809
1676
  "additionalProperties": {
@@ -1833,6 +1700,33 @@
1833
1700
  }
1834
1701
  }
1835
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
+ },
1836
1730
  "MentionsRequestDto": {
1837
1731
  "type": "object",
1838
1732
  "additionalProperties": false
@@ -1841,19 +1735,6 @@
1841
1735
  "type": "object",
1842
1736
  "additionalProperties": false
1843
1737
  },
1844
- "SharedDataDeleteDto": {
1845
- "type": "object",
1846
- "additionalProperties": false,
1847
- "required": [
1848
- "id"
1849
- ],
1850
- "properties": {
1851
- "id": {
1852
- "type": "integer",
1853
- "format": "int32"
1854
- }
1855
- }
1856
- },
1857
1738
  "SharedDataCountRequestDto": {
1858
1739
  "type": "object",
1859
1740
  "additionalProperties": false
@@ -1914,6 +1795,10 @@
1914
1795
  "type": "object",
1915
1796
  "additionalProperties": false
1916
1797
  },
1798
+ "SharedDataAlertsRequestDto": {
1799
+ "type": "object",
1800
+ "additionalProperties": false
1801
+ },
1917
1802
  "ValidatedProfileDto": {
1918
1803
  "allOf": [
1919
1804
  {
@@ -2078,8 +1963,7 @@
2078
1963
  "$type",
2079
1964
  "id",
2080
1965
  "source",
2081
- "target",
2082
- "kind"
1966
+ "target"
2083
1967
  ],
2084
1968
  "properties": {
2085
1969
  "id": {
@@ -2091,9 +1975,6 @@
2091
1975
  "target": {
2092
1976
  "$ref": "#/components/schemas/MappingFieldDefDto"
2093
1977
  },
2094
- "kind": {
2095
- "$ref": "#/components/schemas/FieldMappingKind"
2096
- },
2097
1978
  "$type": {
2098
1979
  "type": "string"
2099
1980
  }
@@ -2111,20 +1992,6 @@
2111
1992
  }
2112
1993
  }
2113
1994
  },
2114
- "FieldMappingKind": {
2115
- "type": "string",
2116
- "description": "",
2117
- "x-enumNames": [
2118
- "Default",
2119
- "Custom",
2120
- "Empty"
2121
- ],
2122
- "enum": [
2123
- "Default",
2124
- "Custom",
2125
- "Empty"
2126
- ]
2127
- },
2128
1995
  "ValidatedFieldMappingDto": {
2129
1996
  "allOf": [
2130
1997
  {
@@ -2318,23 +2185,6 @@
2318
2185
  "Collection"
2319
2186
  ]
2320
2187
  },
2321
- "DeleteProfileRequestDto": {
2322
- "type": "object",
2323
- "additionalProperties": false,
2324
- "required": [
2325
- "profileId"
2326
- ],
2327
- "properties": {
2328
- "profileId": {
2329
- "type": "string",
2330
- "format": "guid"
2331
- },
2332
- "forceDelete": {
2333
- "type": "boolean",
2334
- "nullable": true
2335
- }
2336
- }
2337
- },
2338
2188
  "CopyCurrentProfileRequestDto": {
2339
2189
  "type": "object",
2340
2190
  "additionalProperties": false,