@digdir/dialogporten-schema 1.7.1 → 1.8.1-96d50fc
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/package.json +1 -1
- package/schema.verified.graphql +26 -32
- package/swagger.verified.json +235 -906
package/swagger.verified.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"404": {
|
|
97
|
-
"description": "
|
|
97
|
+
"description": "Not Found",
|
|
98
98
|
"content": {
|
|
99
99
|
"application/problem+json": {
|
|
100
100
|
"schema": {
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"404": {
|
|
160
|
-
"description": "
|
|
160
|
+
"description": "Not Found",
|
|
161
161
|
"content": {
|
|
162
162
|
"application/problem+json": {
|
|
163
163
|
"schema": {
|
|
@@ -227,18 +227,20 @@
|
|
|
227
227
|
"Value": [
|
|
228
228
|
{
|
|
229
229
|
"Value": "Some Title",
|
|
230
|
-
"
|
|
230
|
+
"LanguageCode": "en"
|
|
231
231
|
}
|
|
232
|
-
]
|
|
232
|
+
],
|
|
233
|
+
"MediaType": null
|
|
233
234
|
},
|
|
234
235
|
{
|
|
235
236
|
"Type": 3,
|
|
236
237
|
"Value": [
|
|
237
238
|
{
|
|
238
239
|
"Value": "Some Summary",
|
|
239
|
-
"
|
|
240
|
+
"LanguageCode": "en"
|
|
240
241
|
}
|
|
241
|
-
]
|
|
242
|
+
],
|
|
243
|
+
"MediaType": null
|
|
242
244
|
}
|
|
243
245
|
],
|
|
244
246
|
"SearchTags": [
|
|
@@ -249,24 +251,20 @@
|
|
|
249
251
|
"Value": "anotherSearchTag"
|
|
250
252
|
}
|
|
251
253
|
],
|
|
252
|
-
"
|
|
254
|
+
"Attachments": [
|
|
253
255
|
{
|
|
254
256
|
"Id": "02a72809-eddd-4192-864d-8f1755d72f4e",
|
|
255
|
-
"Type": "http://example.com/some-type",
|
|
256
|
-
"ExternalReference": null,
|
|
257
|
-
"AuthorizationAttribute": null,
|
|
258
|
-
"RelatedDialogElementId": null,
|
|
259
257
|
"DisplayName": [
|
|
260
258
|
{
|
|
261
259
|
"Value": "Some display name",
|
|
262
|
-
"
|
|
260
|
+
"LanguageCode": "en"
|
|
263
261
|
}
|
|
264
262
|
],
|
|
265
263
|
"Urls": [
|
|
266
264
|
{
|
|
267
265
|
"Id": "858177cb-8584-4d10-a086-3a5defa7a6c3",
|
|
268
|
-
"Url": "
|
|
269
|
-
"
|
|
266
|
+
"Url": "https://example.com/some-url",
|
|
267
|
+
"MediaType": null,
|
|
270
268
|
"ConsumerType": 0
|
|
271
269
|
}
|
|
272
270
|
]
|
|
@@ -278,19 +276,20 @@
|
|
|
278
276
|
"Action": "submit",
|
|
279
277
|
"Url": "https://example.com/some-url",
|
|
280
278
|
"AuthorizationAttribute": null,
|
|
281
|
-
"
|
|
282
|
-
"
|
|
279
|
+
"IsDeleteDialogAction": false,
|
|
280
|
+
"HttpMethod": 1,
|
|
283
281
|
"Priority": 1,
|
|
284
282
|
"Title": [
|
|
285
283
|
{
|
|
286
284
|
"Value": "GUI action title",
|
|
287
|
-
"
|
|
285
|
+
"LanguageCode": "en"
|
|
288
286
|
},
|
|
289
287
|
{
|
|
290
288
|
"Value": "GUI action-tittel",
|
|
291
|
-
"
|
|
289
|
+
"LanguageCode": "nb"
|
|
292
290
|
}
|
|
293
|
-
]
|
|
291
|
+
],
|
|
292
|
+
"Prompt": null
|
|
294
293
|
}
|
|
295
294
|
],
|
|
296
295
|
"ApiActions": [
|
|
@@ -298,7 +297,6 @@
|
|
|
298
297
|
"Id": "948b07ba-1a82-403e-8eaa-2e5784af07a9",
|
|
299
298
|
"Action": "submit",
|
|
300
299
|
"AuthorizationAttribute": null,
|
|
301
|
-
"DialogElementId": null,
|
|
302
300
|
"Endpoints": [
|
|
303
301
|
{
|
|
304
302
|
"Id": null,
|
|
@@ -321,25 +319,15 @@
|
|
|
321
319
|
"ExtendedType": null,
|
|
322
320
|
"Type": 3,
|
|
323
321
|
"RelatedActivityId": null,
|
|
324
|
-
"
|
|
325
|
-
"PerformedBy": [
|
|
326
|
-
{
|
|
327
|
-
"Value": "Some performer",
|
|
328
|
-
"CultureCode": "en-us"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"Value": "En utfører",
|
|
332
|
-
"CultureCode": "nb-no"
|
|
333
|
-
}
|
|
334
|
-
],
|
|
322
|
+
"PerformedBy": "Some performed",
|
|
335
323
|
"Description": [
|
|
336
324
|
{
|
|
337
325
|
"Value": "Some description",
|
|
338
|
-
"
|
|
326
|
+
"LanguageCode": "en"
|
|
339
327
|
},
|
|
340
328
|
{
|
|
341
329
|
"Value": "En beskrivelse",
|
|
342
|
-
"
|
|
330
|
+
"LanguageCode": "nb"
|
|
343
331
|
}
|
|
344
332
|
]
|
|
345
333
|
}
|
|
@@ -798,9 +786,9 @@
|
|
|
798
786
|
}
|
|
799
787
|
},
|
|
800
788
|
{
|
|
801
|
-
"name": "
|
|
789
|
+
"name": "searchLanguageCode",
|
|
802
790
|
"in": "query",
|
|
803
|
-
"description": "Limit free text search to texts with this
|
|
791
|
+
"description": "Limit free text search to texts with this language code, e.g. 'no', 'en'. Culture codes will be normalized to neutral language codes (ISO 639). Default: search all culture codes",
|
|
804
792
|
"schema": {
|
|
805
793
|
"type": "string",
|
|
806
794
|
"nullable": true
|
|
@@ -830,462 +818,31 @@
|
|
|
830
818
|
}
|
|
831
819
|
]
|
|
832
820
|
}
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "limit",
|
|
836
|
-
"in": "query",
|
|
837
|
-
"description": "Limit the number of results per page (1-1000, default: 100)",
|
|
838
|
-
"schema": {
|
|
839
|
-
"type": "integer",
|
|
840
|
-
"format": "int32",
|
|
841
|
-
"nullable": true
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
],
|
|
845
|
-
"responses": {
|
|
846
|
-
"200": {
|
|
847
|
-
"description": "Successfully returned the dialog list.",
|
|
848
|
-
"content": {
|
|
849
|
-
"application/json": {
|
|
850
|
-
"schema": {
|
|
851
|
-
"$ref": "#/components/schemas/PaginatedListOfSearchDialogDtoSO"
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
"401": {
|
|
857
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider.search\"."
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
"security": [
|
|
861
|
-
{
|
|
862
|
-
"JWTBearerAuth": []
|
|
863
|
-
}
|
|
864
|
-
]
|
|
865
|
-
},
|
|
866
|
-
"post": {
|
|
867
|
-
"tags": [
|
|
868
|
-
"Serviceowner"
|
|
869
|
-
],
|
|
870
|
-
"summary": "Creates a new dialog",
|
|
871
|
-
"description": "The dialog is created with the given configuration. For more information see the documentation (link TBD).\n\nFor detailed information on validation rules, see [the source for CreateDialogCommandValidator](https://github.com/digdir/dialogporten/blob/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs)",
|
|
872
|
-
"operationId": "CreateDialog",
|
|
873
|
-
"requestBody": {
|
|
874
|
-
"x-name": "CreateDialogCommand",
|
|
875
|
-
"description": "",
|
|
876
|
-
"content": {
|
|
877
|
-
"application/json": {
|
|
878
|
-
"schema": {
|
|
879
|
-
"$ref": "#/components/schemas/CreateDialogCommand"
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
"required": true,
|
|
884
|
-
"x-position": 1
|
|
885
|
-
},
|
|
886
|
-
"responses": {
|
|
887
|
-
"401": {
|
|
888
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
889
|
-
},
|
|
890
|
-
"403": {
|
|
891
|
-
"description": "Unauthorized to create a dialog for the given serviceResource (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
892
|
-
},
|
|
893
|
-
"201": {
|
|
894
|
-
"description": "The UUID of the created the dialog aggregate. A relative URL to the newly created activity is set in the \"Location\" header.",
|
|
895
|
-
"content": {
|
|
896
|
-
"application/json": {
|
|
897
|
-
"schema": {
|
|
898
|
-
"type": "string"
|
|
899
|
-
},
|
|
900
|
-
"example": "018bb8e5-d9d0-7434-8ec5-569a6c8e01fc"
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
"400": {
|
|
905
|
-
"description": "Validation error occured. See problem details for a list of errors.",
|
|
906
|
-
"content": {
|
|
907
|
-
"application/problem+json": {
|
|
908
|
-
"schema": {
|
|
909
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"422": {
|
|
915
|
-
"description": "Domain error occured. See problem details for a list of errors.",
|
|
916
|
-
"content": {
|
|
917
|
-
"application/problem+json": {
|
|
918
|
-
"schema": {
|
|
919
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"security": [
|
|
926
|
-
{
|
|
927
|
-
"JWTBearerAuth": []
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
|
-
"/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
|
|
933
|
-
"post": {
|
|
934
|
-
"tags": [
|
|
935
|
-
"Serviceowner"
|
|
936
|
-
],
|
|
937
|
-
"summary": "Permanently deletes a dialog",
|
|
938
|
-
"description": "Deletes a given dialog (hard delete). For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
|
|
939
|
-
"operationId": "PurgeDialog",
|
|
940
|
-
"parameters": [
|
|
941
|
-
{
|
|
942
|
-
"name": "dialogId",
|
|
943
|
-
"in": "path",
|
|
944
|
-
"required": true,
|
|
945
|
-
"schema": {
|
|
946
|
-
"type": "string",
|
|
947
|
-
"format": "guid"
|
|
948
|
-
}
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"name": "if-Match",
|
|
952
|
-
"in": "header",
|
|
953
|
-
"schema": {
|
|
954
|
-
"type": "string",
|
|
955
|
-
"format": "guid",
|
|
956
|
-
"nullable": true
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
],
|
|
960
|
-
"responses": {
|
|
961
|
-
"401": {
|
|
962
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
963
|
-
},
|
|
964
|
-
"403": {
|
|
965
|
-
"description": "Unauthorized to delete the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
966
|
-
},
|
|
967
|
-
"204": {
|
|
968
|
-
"description": "The dialog aggregate was deleted successfully."
|
|
969
|
-
},
|
|
970
|
-
"404": {
|
|
971
|
-
"description": "The given dialog ID was not found or is already deleted.",
|
|
972
|
-
"content": {
|
|
973
|
-
"application/problem+json": {
|
|
974
|
-
"schema": {
|
|
975
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
"412": {
|
|
981
|
-
"description": "The supplied If-Match header did not match the current Revision value for the dialog. The request was not applied.",
|
|
982
|
-
"content": {
|
|
983
|
-
"application/problem+json": {
|
|
984
|
-
"schema": {
|
|
985
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"security": [
|
|
992
|
-
{
|
|
993
|
-
"JWTBearerAuth": []
|
|
994
|
-
}
|
|
995
|
-
]
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
"/api/v1/serviceowner/dialogs/{dialogId}/elements/{elementId}": {
|
|
999
|
-
"put": {
|
|
1000
|
-
"tags": [
|
|
1001
|
-
"Serviceowner"
|
|
1002
|
-
],
|
|
1003
|
-
"summary": "Replaces a dialog element",
|
|
1004
|
-
"description": "Replaces a given dialog element with the supplied model. For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
|
|
1005
|
-
"operationId": "ReplaceDialogElement",
|
|
1006
|
-
"parameters": [
|
|
1007
|
-
{
|
|
1008
|
-
"name": "dialogId",
|
|
1009
|
-
"in": "path",
|
|
1010
|
-
"required": true,
|
|
1011
|
-
"schema": {
|
|
1012
|
-
"type": "string",
|
|
1013
|
-
"format": "guid"
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"name": "elementId",
|
|
1018
|
-
"in": "path",
|
|
1019
|
-
"required": true,
|
|
1020
|
-
"schema": {
|
|
1021
|
-
"type": "string",
|
|
1022
|
-
"format": "guid"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"name": "if-Match",
|
|
1027
|
-
"in": "header",
|
|
1028
|
-
"schema": {
|
|
1029
|
-
"type": "string",
|
|
1030
|
-
"format": "guid",
|
|
1031
|
-
"nullable": true
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
],
|
|
1035
|
-
"requestBody": {
|
|
1036
|
-
"x-name": "UpdateDialogElementRequest",
|
|
1037
|
-
"description": "",
|
|
1038
|
-
"content": {
|
|
1039
|
-
"application/json": {
|
|
1040
|
-
"schema": {
|
|
1041
|
-
"$ref": "#/components/schemas/UpdateDialogElementRequest"
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
},
|
|
1045
|
-
"required": true,
|
|
1046
|
-
"x-position": 1
|
|
1047
|
-
},
|
|
1048
|
-
"responses": {
|
|
1049
|
-
"401": {
|
|
1050
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
1051
|
-
},
|
|
1052
|
-
"403": {
|
|
1053
|
-
"description": "Unauthorized to update child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
1054
|
-
},
|
|
1055
|
-
"204": {
|
|
1056
|
-
"description": "The dialog element was updated successfully."
|
|
1057
|
-
},
|
|
1058
|
-
"400": {
|
|
1059
|
-
"description": "Validation error occured. See problem details for a list of errors.",
|
|
1060
|
-
"content": {
|
|
1061
|
-
"application/problem+json": {
|
|
1062
|
-
"schema": {
|
|
1063
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
"404": {
|
|
1069
|
-
"description": "The given dialog ID or dialog element ID was not found or was already deleted.",
|
|
1070
|
-
"content": {
|
|
1071
|
-
"application/problem+json": {
|
|
1072
|
-
"schema": {
|
|
1073
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
"412": {
|
|
1079
|
-
"description": "The supplied If-Match header did not match the current Revision value for the dialog. The request was not applied.",
|
|
1080
|
-
"content": {
|
|
1081
|
-
"application/problem+json": {
|
|
1082
|
-
"schema": {
|
|
1083
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
"422": {
|
|
1089
|
-
"description": "Domain error occured. See problem details for a list of errors.",
|
|
1090
|
-
"content": {
|
|
1091
|
-
"application/problem+json": {
|
|
1092
|
-
"schema": {
|
|
1093
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
"security": [
|
|
1100
|
-
{
|
|
1101
|
-
"JWTBearerAuth": []
|
|
1102
|
-
}
|
|
1103
|
-
]
|
|
1104
|
-
},
|
|
1105
|
-
"get": {
|
|
1106
|
-
"tags": [
|
|
1107
|
-
"Serviceowner"
|
|
1108
|
-
],
|
|
1109
|
-
"summary": "Gets a single dialog element",
|
|
1110
|
-
"description": "Gets a single element belonging to a dialog. For more information see the documentation (link TBD).",
|
|
1111
|
-
"operationId": "GetDialogElementSO",
|
|
1112
|
-
"parameters": [
|
|
1113
|
-
{
|
|
1114
|
-
"name": "dialogId",
|
|
1115
|
-
"in": "path",
|
|
1116
|
-
"required": true,
|
|
1117
|
-
"schema": {
|
|
1118
|
-
"type": "string",
|
|
1119
|
-
"format": "guid"
|
|
1120
|
-
}
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"name": "elementId",
|
|
1124
|
-
"in": "path",
|
|
1125
|
-
"required": true,
|
|
1126
|
-
"schema": {
|
|
1127
|
-
"type": "string",
|
|
1128
|
-
"format": "guid"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
],
|
|
1132
|
-
"responses": {
|
|
1133
|
-
"401": {
|
|
1134
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
1135
|
-
},
|
|
1136
|
-
"403": {
|
|
1137
|
-
"description": "Unauthorized to get child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
1138
|
-
},
|
|
1139
|
-
"200": {
|
|
1140
|
-
"description": "Successfully returned the dialog element."
|
|
1141
|
-
},
|
|
1142
|
-
"404": {
|
|
1143
|
-
"description": "The given dialog ID or dialog element ID was not found or was already deleted.",
|
|
1144
|
-
"content": {
|
|
1145
|
-
"application/problem+json": {
|
|
1146
|
-
"schema": {
|
|
1147
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
"security": [
|
|
1154
|
-
{
|
|
1155
|
-
"JWTBearerAuth": []
|
|
1156
|
-
}
|
|
1157
|
-
]
|
|
1158
|
-
},
|
|
1159
|
-
"delete": {
|
|
1160
|
-
"tags": [
|
|
1161
|
-
"Serviceowner"
|
|
1162
|
-
],
|
|
1163
|
-
"summary": "Deletes a dialog element",
|
|
1164
|
-
"description": "Deletes a given dialog element (hard delete). For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
|
|
1165
|
-
"operationId": "DeleteDialogElement",
|
|
1166
|
-
"parameters": [
|
|
1167
|
-
{
|
|
1168
|
-
"name": "dialogId",
|
|
1169
|
-
"in": "path",
|
|
1170
|
-
"required": true,
|
|
1171
|
-
"schema": {
|
|
1172
|
-
"type": "string",
|
|
1173
|
-
"format": "guid"
|
|
1174
|
-
}
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "elementId",
|
|
1178
|
-
"in": "path",
|
|
1179
|
-
"required": true,
|
|
1180
|
-
"schema": {
|
|
1181
|
-
"type": "string",
|
|
1182
|
-
"format": "guid"
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
{
|
|
1186
|
-
"name": "if-Match",
|
|
1187
|
-
"in": "header",
|
|
1188
|
-
"schema": {
|
|
1189
|
-
"type": "string",
|
|
1190
|
-
"format": "guid",
|
|
1191
|
-
"nullable": true
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
],
|
|
1195
|
-
"responses": {
|
|
1196
|
-
"401": {
|
|
1197
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
1198
|
-
},
|
|
1199
|
-
"403": {
|
|
1200
|
-
"description": "Unauthorized to delete child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
1201
|
-
},
|
|
1202
|
-
"204": {
|
|
1203
|
-
"description": "The dialog element was deleted successfully."
|
|
1204
|
-
},
|
|
1205
|
-
"400": {
|
|
1206
|
-
"description": "Bad Request",
|
|
1207
|
-
"content": {
|
|
1208
|
-
"application/problem+json": {
|
|
1209
|
-
"schema": {
|
|
1210
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
|
-
}
|
|
1214
|
-
},
|
|
1215
|
-
"404": {
|
|
1216
|
-
"description": "The given dialog ID or dialog element ID was not found or was already deleted.",
|
|
1217
|
-
"content": {
|
|
1218
|
-
"application/problem+json": {
|
|
1219
|
-
"schema": {
|
|
1220
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
"412": {
|
|
1226
|
-
"description": "The supplied If-Match header did not match the current Revision value for the dialog. The request was not applied.",
|
|
1227
|
-
"content": {
|
|
1228
|
-
"application/problem+json": {
|
|
1229
|
-
"schema": {
|
|
1230
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
"422": {
|
|
1236
|
-
"description": "",
|
|
1237
|
-
"content": {
|
|
1238
|
-
"application/problem+json": {
|
|
1239
|
-
"schema": {
|
|
1240
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"security": [
|
|
1247
|
-
{
|
|
1248
|
-
"JWTBearerAuth": []
|
|
1249
|
-
}
|
|
1250
|
-
]
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
"/api/v1/serviceowner/dialogs/{dialogId}/elements": {
|
|
1254
|
-
"get": {
|
|
1255
|
-
"tags": [
|
|
1256
|
-
"Serviceowner"
|
|
1257
|
-
],
|
|
1258
|
-
"summary": "Gets a list of dialog elements",
|
|
1259
|
-
"description": "Gets the list of elements belonging to a dialog",
|
|
1260
|
-
"operationId": "GetDialogElementListSO",
|
|
1261
|
-
"parameters": [
|
|
1262
|
-
{
|
|
1263
|
-
"name": "dialogId",
|
|
1264
|
-
"in": "path",
|
|
1265
|
-
"required": true,
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "limit",
|
|
824
|
+
"in": "query",
|
|
825
|
+
"description": "Limit the number of results per page (1-1000, default: 100)",
|
|
1266
826
|
"schema": {
|
|
1267
|
-
"type": "
|
|
1268
|
-
"format": "
|
|
827
|
+
"type": "integer",
|
|
828
|
+
"format": "int32",
|
|
829
|
+
"nullable": true
|
|
1269
830
|
}
|
|
1270
831
|
}
|
|
1271
832
|
],
|
|
1272
833
|
"responses": {
|
|
1273
834
|
"200": {
|
|
1274
|
-
"description": "Successfully returned the dialog
|
|
835
|
+
"description": "Successfully returned the dialog list.",
|
|
1275
836
|
"content": {
|
|
1276
|
-
"text/plain": {
|
|
1277
|
-
"schema": {}
|
|
1278
|
-
},
|
|
1279
837
|
"application/json": {
|
|
1280
|
-
"schema": {
|
|
838
|
+
"schema": {
|
|
839
|
+
"$ref": "#/components/schemas/PaginatedListOfSearchDialogDtoSO"
|
|
840
|
+
}
|
|
1281
841
|
}
|
|
1282
842
|
}
|
|
1283
843
|
},
|
|
1284
844
|
"401": {
|
|
1285
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
1286
|
-
},
|
|
1287
|
-
"403": {
|
|
1288
|
-
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
845
|
+
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider.search\"."
|
|
1289
846
|
}
|
|
1290
847
|
},
|
|
1291
848
|
"security": [
|
|
@@ -1298,36 +855,16 @@
|
|
|
1298
855
|
"tags": [
|
|
1299
856
|
"Serviceowner"
|
|
1300
857
|
],
|
|
1301
|
-
"summary": "Creates a new dialog
|
|
1302
|
-
"description": "The dialog
|
|
1303
|
-
"operationId": "
|
|
1304
|
-
"parameters": [
|
|
1305
|
-
{
|
|
1306
|
-
"name": "dialogId",
|
|
1307
|
-
"in": "path",
|
|
1308
|
-
"required": true,
|
|
1309
|
-
"schema": {
|
|
1310
|
-
"type": "string",
|
|
1311
|
-
"format": "guid"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"name": "if-Match",
|
|
1316
|
-
"in": "header",
|
|
1317
|
-
"schema": {
|
|
1318
|
-
"type": "string",
|
|
1319
|
-
"format": "guid",
|
|
1320
|
-
"nullable": true
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
],
|
|
858
|
+
"summary": "Creates a new dialog",
|
|
859
|
+
"description": "The dialog is created with the given configuration. For more information see the documentation (link TBD).\n\nFor detailed information on validation rules, see [the source for CreateDialogCommandValidator](https://github.com/digdir/dialogporten/blob/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs)",
|
|
860
|
+
"operationId": "CreateDialog",
|
|
1324
861
|
"requestBody": {
|
|
1325
|
-
"x-name": "
|
|
862
|
+
"x-name": "CreateDialogCommand",
|
|
1326
863
|
"description": "",
|
|
1327
864
|
"content": {
|
|
1328
865
|
"application/json": {
|
|
1329
866
|
"schema": {
|
|
1330
|
-
"$ref": "#/components/schemas/
|
|
867
|
+
"$ref": "#/components/schemas/CreateDialogCommand"
|
|
1331
868
|
}
|
|
1332
869
|
}
|
|
1333
870
|
},
|
|
@@ -1339,16 +876,16 @@
|
|
|
1339
876
|
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
1340
877
|
},
|
|
1341
878
|
"403": {
|
|
1342
|
-
"description": "Unauthorized to create
|
|
879
|
+
"description": "Unauthorized to create a dialog for the given serviceResource (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
1343
880
|
},
|
|
1344
881
|
"201": {
|
|
1345
|
-
"description": "The UUID of the created the dialog
|
|
882
|
+
"description": "The UUID of the created the dialog aggregate. A relative URL to the newly created activity is set in the \"Location\" header.",
|
|
1346
883
|
"content": {
|
|
1347
884
|
"application/json": {
|
|
1348
885
|
"schema": {
|
|
1349
886
|
"type": "string"
|
|
1350
887
|
},
|
|
1351
|
-
"example": "
|
|
888
|
+
"example": "018bb8e5-d9d0-7434-8ec5-569a6c8e01fc"
|
|
1352
889
|
}
|
|
1353
890
|
}
|
|
1354
891
|
},
|
|
@@ -1362,8 +899,8 @@
|
|
|
1362
899
|
}
|
|
1363
900
|
}
|
|
1364
901
|
},
|
|
1365
|
-
"
|
|
1366
|
-
"description": "
|
|
902
|
+
"422": {
|
|
903
|
+
"description": "Domain error occured. See problem details for a list of errors.",
|
|
1367
904
|
"content": {
|
|
1368
905
|
"application/problem+json": {
|
|
1369
906
|
"schema": {
|
|
@@ -1371,9 +908,55 @@
|
|
|
1371
908
|
}
|
|
1372
909
|
}
|
|
1373
910
|
}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"security": [
|
|
914
|
+
{
|
|
915
|
+
"JWTBearerAuth": []
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
|
|
921
|
+
"post": {
|
|
922
|
+
"tags": [
|
|
923
|
+
"Serviceowner"
|
|
924
|
+
],
|
|
925
|
+
"summary": "Permanently deletes a dialog",
|
|
926
|
+
"description": "Deletes a given dialog (hard delete). For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
|
|
927
|
+
"operationId": "PurgeDialog",
|
|
928
|
+
"parameters": [
|
|
929
|
+
{
|
|
930
|
+
"name": "dialogId",
|
|
931
|
+
"in": "path",
|
|
932
|
+
"required": true,
|
|
933
|
+
"schema": {
|
|
934
|
+
"type": "string",
|
|
935
|
+
"format": "guid"
|
|
936
|
+
}
|
|
1374
937
|
},
|
|
1375
|
-
|
|
1376
|
-
"
|
|
938
|
+
{
|
|
939
|
+
"name": "if-Match",
|
|
940
|
+
"in": "header",
|
|
941
|
+
"schema": {
|
|
942
|
+
"type": "string",
|
|
943
|
+
"format": "guid",
|
|
944
|
+
"nullable": true
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"responses": {
|
|
949
|
+
"401": {
|
|
950
|
+
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
951
|
+
},
|
|
952
|
+
"403": {
|
|
953
|
+
"description": "Unauthorized to delete the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
954
|
+
},
|
|
955
|
+
"204": {
|
|
956
|
+
"description": "The dialog aggregate was deleted successfully."
|
|
957
|
+
},
|
|
958
|
+
"404": {
|
|
959
|
+
"description": "The given dialog ID was not found or is already deleted.",
|
|
1377
960
|
"content": {
|
|
1378
961
|
"application/problem+json": {
|
|
1379
962
|
"schema": {
|
|
@@ -1382,8 +965,8 @@
|
|
|
1382
965
|
}
|
|
1383
966
|
}
|
|
1384
967
|
},
|
|
1385
|
-
"
|
|
1386
|
-
"description": "
|
|
968
|
+
"412": {
|
|
969
|
+
"description": "The supplied If-Match header did not match the current Revision value for the dialog. The request was not applied.",
|
|
1387
970
|
"content": {
|
|
1388
971
|
"application/problem+json": {
|
|
1389
972
|
"schema": {
|
|
@@ -1682,7 +1265,7 @@
|
|
|
1682
1265
|
}
|
|
1683
1266
|
},
|
|
1684
1267
|
"404": {
|
|
1685
|
-
"description": "
|
|
1268
|
+
"description": "Not Found",
|
|
1686
1269
|
"content": {
|
|
1687
1270
|
"application/problem+json": {
|
|
1688
1271
|
"schema": {
|
|
@@ -1745,7 +1328,7 @@
|
|
|
1745
1328
|
}
|
|
1746
1329
|
},
|
|
1747
1330
|
"404": {
|
|
1748
|
-
"description": "
|
|
1331
|
+
"description": "Not Found",
|
|
1749
1332
|
"content": {
|
|
1750
1333
|
"application/problem+json": {
|
|
1751
1334
|
"schema": {
|
|
@@ -1920,9 +1503,9 @@
|
|
|
1920
1503
|
}
|
|
1921
1504
|
},
|
|
1922
1505
|
{
|
|
1923
|
-
"name": "
|
|
1506
|
+
"name": "searchLanguageCode",
|
|
1924
1507
|
"in": "query",
|
|
1925
|
-
"description": "Limit free text search to texts with this
|
|
1508
|
+
"description": "Limit free text search to texts with this language code, e.g. 'no', 'en'. Culture codes will be normalized to neutral language codes (ISO 639). Default: search all culture codes",
|
|
1926
1509
|
"schema": {
|
|
1927
1510
|
"type": "string",
|
|
1928
1511
|
"nullable": true
|
|
@@ -2040,107 +1623,6 @@
|
|
|
2040
1623
|
]
|
|
2041
1624
|
}
|
|
2042
1625
|
},
|
|
2043
|
-
"/api/v1/enduser/dialogs/{dialogId}/elements": {
|
|
2044
|
-
"get": {
|
|
2045
|
-
"tags": [
|
|
2046
|
-
"Enduser"
|
|
2047
|
-
],
|
|
2048
|
-
"summary": "Gets a list of dialog elements",
|
|
2049
|
-
"description": "Gets the list of elements belonging to a dialog",
|
|
2050
|
-
"operationId": "GetDialogElementList",
|
|
2051
|
-
"parameters": [
|
|
2052
|
-
{
|
|
2053
|
-
"name": "dialogId",
|
|
2054
|
-
"in": "path",
|
|
2055
|
-
"required": true,
|
|
2056
|
-
"schema": {
|
|
2057
|
-
"type": "string",
|
|
2058
|
-
"format": "guid"
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
],
|
|
2062
|
-
"responses": {
|
|
2063
|
-
"200": {
|
|
2064
|
-
"description": "Successfully returned the dialog element list.",
|
|
2065
|
-
"content": {
|
|
2066
|
-
"text/plain": {
|
|
2067
|
-
"schema": {}
|
|
2068
|
-
},
|
|
2069
|
-
"application/json": {
|
|
2070
|
-
"schema": {}
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
"401": {
|
|
2075
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten\"."
|
|
2076
|
-
},
|
|
2077
|
-
"403": {
|
|
2078
|
-
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
2079
|
-
}
|
|
2080
|
-
},
|
|
2081
|
-
"security": [
|
|
2082
|
-
{
|
|
2083
|
-
"JWTBearerAuth": []
|
|
2084
|
-
}
|
|
2085
|
-
]
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
"/api/v1/enduser/dialogs/{dialogId}/elements/{elementId}": {
|
|
2089
|
-
"get": {
|
|
2090
|
-
"tags": [
|
|
2091
|
-
"Enduser"
|
|
2092
|
-
],
|
|
2093
|
-
"summary": "Gets a single dialog element",
|
|
2094
|
-
"description": "Gets a single element belonging to a dialog. For more information see the documentation (link TBD).",
|
|
2095
|
-
"operationId": "GetDialogElement",
|
|
2096
|
-
"parameters": [
|
|
2097
|
-
{
|
|
2098
|
-
"name": "dialogId",
|
|
2099
|
-
"in": "path",
|
|
2100
|
-
"required": true,
|
|
2101
|
-
"schema": {
|
|
2102
|
-
"type": "string",
|
|
2103
|
-
"format": "guid"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"name": "elementId",
|
|
2108
|
-
"in": "path",
|
|
2109
|
-
"required": true,
|
|
2110
|
-
"schema": {
|
|
2111
|
-
"type": "string",
|
|
2112
|
-
"format": "guid"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
],
|
|
2116
|
-
"responses": {
|
|
2117
|
-
"401": {
|
|
2118
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten\"."
|
|
2119
|
-
},
|
|
2120
|
-
"403": {
|
|
2121
|
-
"description": "Unauthorized to get child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
2122
|
-
},
|
|
2123
|
-
"200": {
|
|
2124
|
-
"description": "Successfully returned the dialog element."
|
|
2125
|
-
},
|
|
2126
|
-
"404": {
|
|
2127
|
-
"description": "The given dialog ID or dialog element ID was not found or was already deleted.",
|
|
2128
|
-
"content": {
|
|
2129
|
-
"application/problem+json": {
|
|
2130
|
-
"schema": {
|
|
2131
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2134
|
-
}
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
"security": [
|
|
2138
|
-
{
|
|
2139
|
-
"JWTBearerAuth": []
|
|
2140
|
-
}
|
|
2141
|
-
]
|
|
2142
|
-
}
|
|
2143
|
-
},
|
|
2144
1626
|
"/api/v1/enduser/dialogs/{dialogId}/activities": {
|
|
2145
1627
|
"get": {
|
|
2146
1628
|
"tags": [
|
|
@@ -2450,10 +1932,10 @@
|
|
|
2450
1932
|
"$ref": "#/components/schemas/UpdateDialogSearchTagDto"
|
|
2451
1933
|
}
|
|
2452
1934
|
},
|
|
2453
|
-
"
|
|
1935
|
+
"attachments": {
|
|
2454
1936
|
"type": "array",
|
|
2455
1937
|
"items": {
|
|
2456
|
-
"$ref": "#/components/schemas/
|
|
1938
|
+
"$ref": "#/components/schemas/UpdateDialogDialogAttachmentDto"
|
|
2457
1939
|
}
|
|
2458
1940
|
},
|
|
2459
1941
|
"guiActions": {
|
|
@@ -2508,6 +1990,10 @@
|
|
|
2508
1990
|
"items": {
|
|
2509
1991
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
2510
1992
|
}
|
|
1993
|
+
},
|
|
1994
|
+
"mediaType": {
|
|
1995
|
+
"type": "string",
|
|
1996
|
+
"nullable": true
|
|
2511
1997
|
}
|
|
2512
1998
|
}
|
|
2513
1999
|
},
|
|
@@ -2519,14 +2005,16 @@
|
|
|
2519
2005
|
"SenderName",
|
|
2520
2006
|
"Summary",
|
|
2521
2007
|
"AdditionalInfo",
|
|
2522
|
-
"ExtendedStatus"
|
|
2008
|
+
"ExtendedStatus",
|
|
2009
|
+
"MainContentReference"
|
|
2523
2010
|
],
|
|
2524
2011
|
"enum": [
|
|
2525
2012
|
"Title",
|
|
2526
2013
|
"SenderName",
|
|
2527
2014
|
"Summary",
|
|
2528
2015
|
"AdditionalInfo",
|
|
2529
|
-
"ExtendedStatus"
|
|
2016
|
+
"ExtendedStatus",
|
|
2017
|
+
"MainContentReference"
|
|
2530
2018
|
]
|
|
2531
2019
|
},
|
|
2532
2020
|
"LocalizationDto": {
|
|
@@ -2536,7 +2024,7 @@
|
|
|
2536
2024
|
"value": {
|
|
2537
2025
|
"type": "string"
|
|
2538
2026
|
},
|
|
2539
|
-
"
|
|
2027
|
+
"languageCode": {
|
|
2540
2028
|
"type": "string"
|
|
2541
2029
|
}
|
|
2542
2030
|
}
|
|
@@ -2550,7 +2038,7 @@
|
|
|
2550
2038
|
}
|
|
2551
2039
|
}
|
|
2552
2040
|
},
|
|
2553
|
-
"
|
|
2041
|
+
"UpdateDialogDialogAttachmentDto": {
|
|
2554
2042
|
"type": "object",
|
|
2555
2043
|
"additionalProperties": false,
|
|
2556
2044
|
"properties": {
|
|
@@ -2559,24 +2047,6 @@
|
|
|
2559
2047
|
"format": "guid",
|
|
2560
2048
|
"nullable": true
|
|
2561
2049
|
},
|
|
2562
|
-
"type": {
|
|
2563
|
-
"type": "string",
|
|
2564
|
-
"format": "uri",
|
|
2565
|
-
"nullable": true
|
|
2566
|
-
},
|
|
2567
|
-
"externalReference": {
|
|
2568
|
-
"type": "string",
|
|
2569
|
-
"nullable": true
|
|
2570
|
-
},
|
|
2571
|
-
"authorizationAttribute": {
|
|
2572
|
-
"type": "string",
|
|
2573
|
-
"nullable": true
|
|
2574
|
-
},
|
|
2575
|
-
"relatedDialogElementId": {
|
|
2576
|
-
"type": "string",
|
|
2577
|
-
"format": "guid",
|
|
2578
|
-
"nullable": true
|
|
2579
|
-
},
|
|
2580
2050
|
"displayName": {
|
|
2581
2051
|
"type": "array",
|
|
2582
2052
|
"items": {
|
|
@@ -2586,12 +2056,12 @@
|
|
|
2586
2056
|
"urls": {
|
|
2587
2057
|
"type": "array",
|
|
2588
2058
|
"items": {
|
|
2589
|
-
"$ref": "#/components/schemas/
|
|
2059
|
+
"$ref": "#/components/schemas/UpdateDialogDialogAttachmentUrlDto"
|
|
2590
2060
|
}
|
|
2591
2061
|
}
|
|
2592
2062
|
}
|
|
2593
2063
|
},
|
|
2594
|
-
"
|
|
2064
|
+
"UpdateDialogDialogAttachmentUrlDto": {
|
|
2595
2065
|
"type": "object",
|
|
2596
2066
|
"additionalProperties": false,
|
|
2597
2067
|
"properties": {
|
|
@@ -2604,16 +2074,16 @@
|
|
|
2604
2074
|
"type": "string",
|
|
2605
2075
|
"format": "uri"
|
|
2606
2076
|
},
|
|
2607
|
-
"
|
|
2077
|
+
"mediaType": {
|
|
2608
2078
|
"type": "string",
|
|
2609
2079
|
"nullable": true
|
|
2610
2080
|
},
|
|
2611
2081
|
"consumerType": {
|
|
2612
|
-
"$ref": "#/components/schemas/
|
|
2082
|
+
"$ref": "#/components/schemas/DialogAttachmentUrlConsumerType_Values"
|
|
2613
2083
|
}
|
|
2614
2084
|
}
|
|
2615
2085
|
},
|
|
2616
|
-
"
|
|
2086
|
+
"DialogAttachmentUrlConsumerType_Values": {
|
|
2617
2087
|
"type": "string",
|
|
2618
2088
|
"description": "",
|
|
2619
2089
|
"x-enumNames": [
|
|
@@ -2645,11 +2115,16 @@
|
|
|
2645
2115
|
"type": "string",
|
|
2646
2116
|
"nullable": true
|
|
2647
2117
|
},
|
|
2648
|
-
"
|
|
2118
|
+
"isDeleteDialogAction": {
|
|
2649
2119
|
"type": "boolean"
|
|
2650
2120
|
},
|
|
2651
|
-
"
|
|
2652
|
-
"
|
|
2121
|
+
"httpMethod": {
|
|
2122
|
+
"nullable": true,
|
|
2123
|
+
"oneOf": [
|
|
2124
|
+
{
|
|
2125
|
+
"$ref": "#/components/schemas/HttpVerb_Values"
|
|
2126
|
+
}
|
|
2127
|
+
]
|
|
2653
2128
|
},
|
|
2654
2129
|
"priority": {
|
|
2655
2130
|
"$ref": "#/components/schemas/DialogGuiActionPriority_Values"
|
|
@@ -2659,9 +2134,42 @@
|
|
|
2659
2134
|
"items": {
|
|
2660
2135
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
2661
2136
|
}
|
|
2137
|
+
},
|
|
2138
|
+
"prompt": {
|
|
2139
|
+
"type": "array",
|
|
2140
|
+
"nullable": true,
|
|
2141
|
+
"items": {
|
|
2142
|
+
"$ref": "#/components/schemas/LocalizationDto"
|
|
2143
|
+
}
|
|
2662
2144
|
}
|
|
2663
2145
|
}
|
|
2664
2146
|
},
|
|
2147
|
+
"HttpVerb_Values": {
|
|
2148
|
+
"type": "string",
|
|
2149
|
+
"description": "",
|
|
2150
|
+
"x-enumNames": [
|
|
2151
|
+
"GET",
|
|
2152
|
+
"POST",
|
|
2153
|
+
"PUT",
|
|
2154
|
+
"PATCH",
|
|
2155
|
+
"DELETE",
|
|
2156
|
+
"HEAD",
|
|
2157
|
+
"OPTIONS",
|
|
2158
|
+
"TRACE",
|
|
2159
|
+
"CONNECT"
|
|
2160
|
+
],
|
|
2161
|
+
"enum": [
|
|
2162
|
+
"GET",
|
|
2163
|
+
"POST",
|
|
2164
|
+
"PUT",
|
|
2165
|
+
"PATCH",
|
|
2166
|
+
"DELETE",
|
|
2167
|
+
"HEAD",
|
|
2168
|
+
"OPTIONS",
|
|
2169
|
+
"TRACE",
|
|
2170
|
+
"CONNECT"
|
|
2171
|
+
]
|
|
2172
|
+
},
|
|
2665
2173
|
"DialogGuiActionPriority_Values": {
|
|
2666
2174
|
"type": "string",
|
|
2667
2175
|
"description": "",
|
|
@@ -2692,11 +2200,6 @@
|
|
|
2692
2200
|
"type": "string",
|
|
2693
2201
|
"nullable": true
|
|
2694
2202
|
},
|
|
2695
|
-
"dialogElementId": {
|
|
2696
|
-
"type": "string",
|
|
2697
|
-
"format": "guid",
|
|
2698
|
-
"nullable": true
|
|
2699
|
-
},
|
|
2700
2203
|
"endpoints": {
|
|
2701
2204
|
"type": "array",
|
|
2702
2205
|
"items": {
|
|
@@ -2750,32 +2253,6 @@
|
|
|
2750
2253
|
}
|
|
2751
2254
|
}
|
|
2752
2255
|
},
|
|
2753
|
-
"HttpVerb_Values": {
|
|
2754
|
-
"type": "string",
|
|
2755
|
-
"description": "",
|
|
2756
|
-
"x-enumNames": [
|
|
2757
|
-
"GET",
|
|
2758
|
-
"POST",
|
|
2759
|
-
"PUT",
|
|
2760
|
-
"PATCH",
|
|
2761
|
-
"DELETE",
|
|
2762
|
-
"HEAD",
|
|
2763
|
-
"OPTIONS",
|
|
2764
|
-
"TRACE",
|
|
2765
|
-
"CONNECT"
|
|
2766
|
-
],
|
|
2767
|
-
"enum": [
|
|
2768
|
-
"GET",
|
|
2769
|
-
"POST",
|
|
2770
|
-
"PUT",
|
|
2771
|
-
"PATCH",
|
|
2772
|
-
"DELETE",
|
|
2773
|
-
"HEAD",
|
|
2774
|
-
"OPTIONS",
|
|
2775
|
-
"TRACE",
|
|
2776
|
-
"CONNECT"
|
|
2777
|
-
]
|
|
2778
|
-
},
|
|
2779
2256
|
"UpdateDialogDialogActivityDto": {
|
|
2780
2257
|
"type": "object",
|
|
2781
2258
|
"additionalProperties": false,
|
|
@@ -2803,17 +2280,10 @@
|
|
|
2803
2280
|
"format": "guid",
|
|
2804
2281
|
"nullable": true
|
|
2805
2282
|
},
|
|
2806
|
-
"
|
|
2283
|
+
"performedBy": {
|
|
2807
2284
|
"type": "string",
|
|
2808
|
-
"format": "guid",
|
|
2809
2285
|
"nullable": true
|
|
2810
2286
|
},
|
|
2811
|
-
"performedBy": {
|
|
2812
|
-
"type": "array",
|
|
2813
|
-
"items": {
|
|
2814
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
2287
|
"description": {
|
|
2818
2288
|
"type": "array",
|
|
2819
2289
|
"items": {
|
|
@@ -3053,10 +2523,10 @@
|
|
|
3053
2523
|
"$ref": "#/components/schemas/GetDialogSearchTagDtoSO"
|
|
3054
2524
|
}
|
|
3055
2525
|
},
|
|
3056
|
-
"
|
|
2526
|
+
"attachments": {
|
|
3057
2527
|
"type": "array",
|
|
3058
2528
|
"items": {
|
|
3059
|
-
"$ref": "#/components/schemas/
|
|
2529
|
+
"$ref": "#/components/schemas/GetDialogDialogAttachmentDtoSO"
|
|
3060
2530
|
}
|
|
3061
2531
|
},
|
|
3062
2532
|
"guiActions": {
|
|
@@ -3099,6 +2569,10 @@
|
|
|
3099
2569
|
"items": {
|
|
3100
2570
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3101
2571
|
}
|
|
2572
|
+
},
|
|
2573
|
+
"mediaType": {
|
|
2574
|
+
"type": "string",
|
|
2575
|
+
"nullable": true
|
|
3102
2576
|
}
|
|
3103
2577
|
}
|
|
3104
2578
|
},
|
|
@@ -3111,7 +2585,7 @@
|
|
|
3111
2585
|
}
|
|
3112
2586
|
}
|
|
3113
2587
|
},
|
|
3114
|
-
"
|
|
2588
|
+
"GetDialogDialogAttachmentDtoSO": {
|
|
3115
2589
|
"type": "object",
|
|
3116
2590
|
"additionalProperties": false,
|
|
3117
2591
|
"properties": {
|
|
@@ -3119,20 +2593,6 @@
|
|
|
3119
2593
|
"type": "string",
|
|
3120
2594
|
"format": "guid"
|
|
3121
2595
|
},
|
|
3122
|
-
"type": {
|
|
3123
|
-
"type": "string",
|
|
3124
|
-
"format": "uri",
|
|
3125
|
-
"nullable": true
|
|
3126
|
-
},
|
|
3127
|
-
"authorizationAttribute": {
|
|
3128
|
-
"type": "string",
|
|
3129
|
-
"nullable": true
|
|
3130
|
-
},
|
|
3131
|
-
"relatedDialogElementId": {
|
|
3132
|
-
"type": "string",
|
|
3133
|
-
"format": "guid",
|
|
3134
|
-
"nullable": true
|
|
3135
|
-
},
|
|
3136
2596
|
"displayName": {
|
|
3137
2597
|
"type": "array",
|
|
3138
2598
|
"items": {
|
|
@@ -3142,12 +2602,12 @@
|
|
|
3142
2602
|
"urls": {
|
|
3143
2603
|
"type": "array",
|
|
3144
2604
|
"items": {
|
|
3145
|
-
"$ref": "#/components/schemas/
|
|
2605
|
+
"$ref": "#/components/schemas/GetDialogDialogAttachmentUrlDtoSO"
|
|
3146
2606
|
}
|
|
3147
2607
|
}
|
|
3148
2608
|
}
|
|
3149
2609
|
},
|
|
3150
|
-
"
|
|
2610
|
+
"GetDialogDialogAttachmentUrlDtoSO": {
|
|
3151
2611
|
"type": "object",
|
|
3152
2612
|
"additionalProperties": false,
|
|
3153
2613
|
"properties": {
|
|
@@ -3159,12 +2619,12 @@
|
|
|
3159
2619
|
"type": "string",
|
|
3160
2620
|
"format": "uri"
|
|
3161
2621
|
},
|
|
3162
|
-
"
|
|
2622
|
+
"mediaType": {
|
|
3163
2623
|
"type": "string",
|
|
3164
2624
|
"nullable": true
|
|
3165
2625
|
},
|
|
3166
2626
|
"consumerType": {
|
|
3167
|
-
"$ref": "#/components/schemas/
|
|
2627
|
+
"$ref": "#/components/schemas/DialogAttachmentUrlConsumerType_Values"
|
|
3168
2628
|
}
|
|
3169
2629
|
}
|
|
3170
2630
|
},
|
|
@@ -3187,20 +2647,27 @@
|
|
|
3187
2647
|
"type": "string",
|
|
3188
2648
|
"nullable": true
|
|
3189
2649
|
},
|
|
3190
|
-
"
|
|
3191
|
-
"type": "boolean"
|
|
3192
|
-
},
|
|
3193
|
-
"isDeleteAction": {
|
|
2650
|
+
"isDeleteDialogAction": {
|
|
3194
2651
|
"type": "boolean"
|
|
3195
2652
|
},
|
|
3196
2653
|
"priority": {
|
|
3197
2654
|
"$ref": "#/components/schemas/DialogGuiActionPriority_Values"
|
|
3198
2655
|
},
|
|
2656
|
+
"httpMethod": {
|
|
2657
|
+
"$ref": "#/components/schemas/HttpVerb_Values"
|
|
2658
|
+
},
|
|
3199
2659
|
"title": {
|
|
3200
2660
|
"type": "array",
|
|
3201
2661
|
"items": {
|
|
3202
2662
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3203
2663
|
}
|
|
2664
|
+
},
|
|
2665
|
+
"prompt": {
|
|
2666
|
+
"type": "array",
|
|
2667
|
+
"nullable": true,
|
|
2668
|
+
"items": {
|
|
2669
|
+
"$ref": "#/components/schemas/LocalizationDto"
|
|
2670
|
+
}
|
|
3204
2671
|
}
|
|
3205
2672
|
}
|
|
3206
2673
|
},
|
|
@@ -3219,11 +2686,6 @@
|
|
|
3219
2686
|
"type": "string",
|
|
3220
2687
|
"nullable": true
|
|
3221
2688
|
},
|
|
3222
|
-
"dialogElementId": {
|
|
3223
|
-
"type": "string",
|
|
3224
|
-
"format": "guid",
|
|
3225
|
-
"nullable": true
|
|
3226
|
-
},
|
|
3227
2689
|
"endpoints": {
|
|
3228
2690
|
"type": "array",
|
|
3229
2691
|
"items": {
|
|
@@ -3302,18 +2764,10 @@
|
|
|
3302
2764
|
"format": "guid",
|
|
3303
2765
|
"nullable": true
|
|
3304
2766
|
},
|
|
3305
|
-
"
|
|
2767
|
+
"performedBy": {
|
|
3306
2768
|
"type": "string",
|
|
3307
|
-
"format": "guid",
|
|
3308
2769
|
"nullable": true
|
|
3309
2770
|
},
|
|
3310
|
-
"performedBy": {
|
|
3311
|
-
"type": "array",
|
|
3312
|
-
"nullable": true,
|
|
3313
|
-
"items": {
|
|
3314
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
3315
|
-
}
|
|
3316
|
-
},
|
|
3317
2771
|
"description": {
|
|
3318
2772
|
"type": "array",
|
|
3319
2773
|
"items": {
|
|
@@ -3405,10 +2859,10 @@
|
|
|
3405
2859
|
"$ref": "#/components/schemas/CreateDialogSearchTagDto"
|
|
3406
2860
|
}
|
|
3407
2861
|
},
|
|
3408
|
-
"
|
|
2862
|
+
"attachments": {
|
|
3409
2863
|
"type": "array",
|
|
3410
2864
|
"items": {
|
|
3411
|
-
"$ref": "#/components/schemas/
|
|
2865
|
+
"$ref": "#/components/schemas/CreateDialogDialogAttachmentDto"
|
|
3412
2866
|
}
|
|
3413
2867
|
},
|
|
3414
2868
|
"guiActions": {
|
|
@@ -3443,6 +2897,10 @@
|
|
|
3443
2897
|
"items": {
|
|
3444
2898
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3445
2899
|
}
|
|
2900
|
+
},
|
|
2901
|
+
"mediaType": {
|
|
2902
|
+
"type": "string",
|
|
2903
|
+
"nullable": true
|
|
3446
2904
|
}
|
|
3447
2905
|
}
|
|
3448
2906
|
},
|
|
@@ -3455,7 +2913,7 @@
|
|
|
3455
2913
|
}
|
|
3456
2914
|
}
|
|
3457
2915
|
},
|
|
3458
|
-
"
|
|
2916
|
+
"CreateDialogDialogAttachmentDto": {
|
|
3459
2917
|
"type": "object",
|
|
3460
2918
|
"additionalProperties": false,
|
|
3461
2919
|
"properties": {
|
|
@@ -3464,24 +2922,6 @@
|
|
|
3464
2922
|
"format": "guid",
|
|
3465
2923
|
"nullable": true
|
|
3466
2924
|
},
|
|
3467
|
-
"type": {
|
|
3468
|
-
"type": "string",
|
|
3469
|
-
"format": "uri",
|
|
3470
|
-
"nullable": true
|
|
3471
|
-
},
|
|
3472
|
-
"externalReference": {
|
|
3473
|
-
"type": "string",
|
|
3474
|
-
"nullable": true
|
|
3475
|
-
},
|
|
3476
|
-
"authorizationAttribute": {
|
|
3477
|
-
"type": "string",
|
|
3478
|
-
"nullable": true
|
|
3479
|
-
},
|
|
3480
|
-
"relatedDialogElementId": {
|
|
3481
|
-
"type": "string",
|
|
3482
|
-
"format": "guid",
|
|
3483
|
-
"nullable": true
|
|
3484
|
-
},
|
|
3485
2925
|
"displayName": {
|
|
3486
2926
|
"type": "array",
|
|
3487
2927
|
"items": {
|
|
@@ -3491,12 +2931,12 @@
|
|
|
3491
2931
|
"urls": {
|
|
3492
2932
|
"type": "array",
|
|
3493
2933
|
"items": {
|
|
3494
|
-
"$ref": "#/components/schemas/
|
|
2934
|
+
"$ref": "#/components/schemas/CreateDialogDialogAttachmentUrlDto"
|
|
3495
2935
|
}
|
|
3496
2936
|
}
|
|
3497
2937
|
}
|
|
3498
2938
|
},
|
|
3499
|
-
"
|
|
2939
|
+
"CreateDialogDialogAttachmentUrlDto": {
|
|
3500
2940
|
"type": "object",
|
|
3501
2941
|
"additionalProperties": false,
|
|
3502
2942
|
"properties": {
|
|
@@ -3504,12 +2944,12 @@
|
|
|
3504
2944
|
"type": "string",
|
|
3505
2945
|
"format": "uri"
|
|
3506
2946
|
},
|
|
3507
|
-
"
|
|
2947
|
+
"mediaType": {
|
|
3508
2948
|
"type": "string",
|
|
3509
2949
|
"nullable": true
|
|
3510
2950
|
},
|
|
3511
2951
|
"consumerType": {
|
|
3512
|
-
"$ref": "#/components/schemas/
|
|
2952
|
+
"$ref": "#/components/schemas/DialogAttachmentUrlConsumerType_Values"
|
|
3513
2953
|
}
|
|
3514
2954
|
}
|
|
3515
2955
|
},
|
|
@@ -3528,11 +2968,16 @@
|
|
|
3528
2968
|
"type": "string",
|
|
3529
2969
|
"nullable": true
|
|
3530
2970
|
},
|
|
3531
|
-
"
|
|
2971
|
+
"isDeleteDialogAction": {
|
|
3532
2972
|
"type": "boolean"
|
|
3533
2973
|
},
|
|
3534
|
-
"
|
|
3535
|
-
"
|
|
2974
|
+
"httpMethod": {
|
|
2975
|
+
"nullable": true,
|
|
2976
|
+
"oneOf": [
|
|
2977
|
+
{
|
|
2978
|
+
"$ref": "#/components/schemas/HttpVerb_Values"
|
|
2979
|
+
}
|
|
2980
|
+
]
|
|
3536
2981
|
},
|
|
3537
2982
|
"priority": {
|
|
3538
2983
|
"$ref": "#/components/schemas/DialogGuiActionPriority_Values"
|
|
@@ -3542,6 +2987,13 @@
|
|
|
3542
2987
|
"items": {
|
|
3543
2988
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3544
2989
|
}
|
|
2990
|
+
},
|
|
2991
|
+
"prompt": {
|
|
2992
|
+
"type": "array",
|
|
2993
|
+
"nullable": true,
|
|
2994
|
+
"items": {
|
|
2995
|
+
"$ref": "#/components/schemas/LocalizationDto"
|
|
2996
|
+
}
|
|
3545
2997
|
}
|
|
3546
2998
|
}
|
|
3547
2999
|
},
|
|
@@ -3556,11 +3008,6 @@
|
|
|
3556
3008
|
"type": "string",
|
|
3557
3009
|
"nullable": true
|
|
3558
3010
|
},
|
|
3559
|
-
"dialogElementId": {
|
|
3560
|
-
"type": "string",
|
|
3561
|
-
"format": "guid",
|
|
3562
|
-
"nullable": true
|
|
3563
|
-
},
|
|
3564
3011
|
"endpoints": {
|
|
3565
3012
|
"type": "array",
|
|
3566
3013
|
"items": {
|
|
@@ -3636,95 +3083,15 @@
|
|
|
3636
3083
|
"format": "guid",
|
|
3637
3084
|
"nullable": true
|
|
3638
3085
|
},
|
|
3639
|
-
"dialogElementId": {
|
|
3640
|
-
"type": "string",
|
|
3641
|
-
"format": "guid",
|
|
3642
|
-
"nullable": true
|
|
3643
|
-
},
|
|
3644
3086
|
"performedBy": {
|
|
3645
|
-
"type": "array",
|
|
3646
|
-
"items": {
|
|
3647
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
3648
|
-
}
|
|
3649
|
-
},
|
|
3650
|
-
"description": {
|
|
3651
|
-
"type": "array",
|
|
3652
|
-
"items": {
|
|
3653
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
3654
|
-
}
|
|
3655
|
-
}
|
|
3656
|
-
}
|
|
3657
|
-
},
|
|
3658
|
-
"UpdateDialogElementRequest": {
|
|
3659
|
-
"type": "object",
|
|
3660
|
-
"additionalProperties": false,
|
|
3661
|
-
"properties": {
|
|
3662
|
-
"type": {
|
|
3663
|
-
"type": "string",
|
|
3664
|
-
"format": "uri",
|
|
3665
|
-
"nullable": true
|
|
3666
|
-
},
|
|
3667
|
-
"authorizationAttribute": {
|
|
3668
|
-
"type": "string",
|
|
3669
|
-
"nullable": true
|
|
3670
|
-
},
|
|
3671
|
-
"relatedDialogElementId": {
|
|
3672
|
-
"type": "string",
|
|
3673
|
-
"format": "guid",
|
|
3674
|
-
"nullable": true
|
|
3675
|
-
},
|
|
3676
|
-
"displayName": {
|
|
3677
|
-
"type": "array",
|
|
3678
|
-
"items": {
|
|
3679
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
3680
|
-
}
|
|
3681
|
-
},
|
|
3682
|
-
"urls": {
|
|
3683
|
-
"type": "array",
|
|
3684
|
-
"items": {
|
|
3685
|
-
"$ref": "#/components/schemas/UpdateDialogDialogElementUrlDto"
|
|
3686
|
-
}
|
|
3687
|
-
}
|
|
3688
|
-
}
|
|
3689
|
-
},
|
|
3690
|
-
"CreateDialogElementRequest": {
|
|
3691
|
-
"type": "object",
|
|
3692
|
-
"additionalProperties": false,
|
|
3693
|
-
"properties": {
|
|
3694
|
-
"id": {
|
|
3695
|
-
"type": "string",
|
|
3696
|
-
"format": "guid",
|
|
3697
|
-
"nullable": true
|
|
3698
|
-
},
|
|
3699
|
-
"type": {
|
|
3700
|
-
"type": "string",
|
|
3701
|
-
"format": "uri",
|
|
3702
|
-
"nullable": true
|
|
3703
|
-
},
|
|
3704
|
-
"externalReference": {
|
|
3705
|
-
"type": "string",
|
|
3706
|
-
"nullable": true
|
|
3707
|
-
},
|
|
3708
|
-
"authorizationAttribute": {
|
|
3709
|
-
"type": "string",
|
|
3710
|
-
"nullable": true
|
|
3711
|
-
},
|
|
3712
|
-
"relatedDialogElementId": {
|
|
3713
3087
|
"type": "string",
|
|
3714
|
-
"format": "guid",
|
|
3715
3088
|
"nullable": true
|
|
3716
3089
|
},
|
|
3717
|
-
"
|
|
3090
|
+
"description": {
|
|
3718
3091
|
"type": "array",
|
|
3719
3092
|
"items": {
|
|
3720
3093
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3721
3094
|
}
|
|
3722
|
-
},
|
|
3723
|
-
"urls": {
|
|
3724
|
-
"type": "array",
|
|
3725
|
-
"items": {
|
|
3726
|
-
"$ref": "#/components/schemas/UpdateDialogDialogElementUrlDto"
|
|
3727
|
-
}
|
|
3728
3095
|
}
|
|
3729
3096
|
}
|
|
3730
3097
|
},
|
|
@@ -3755,17 +3122,10 @@
|
|
|
3755
3122
|
"format": "guid",
|
|
3756
3123
|
"nullable": true
|
|
3757
3124
|
},
|
|
3758
|
-
"
|
|
3125
|
+
"performedBy": {
|
|
3759
3126
|
"type": "string",
|
|
3760
|
-
"format": "guid",
|
|
3761
3127
|
"nullable": true
|
|
3762
3128
|
},
|
|
3763
|
-
"performedBy": {
|
|
3764
|
-
"type": "array",
|
|
3765
|
-
"items": {
|
|
3766
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
3767
|
-
}
|
|
3768
|
-
},
|
|
3769
3129
|
"description": {
|
|
3770
3130
|
"type": "array",
|
|
3771
3131
|
"items": {
|
|
@@ -3991,18 +3351,10 @@
|
|
|
3991
3351
|
"format": "guid",
|
|
3992
3352
|
"nullable": true
|
|
3993
3353
|
},
|
|
3994
|
-
"
|
|
3354
|
+
"performedBy": {
|
|
3995
3355
|
"type": "string",
|
|
3996
|
-
"format": "guid",
|
|
3997
3356
|
"nullable": true
|
|
3998
3357
|
},
|
|
3999
|
-
"performedBy": {
|
|
4000
|
-
"type": "array",
|
|
4001
|
-
"nullable": true,
|
|
4002
|
-
"items": {
|
|
4003
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
4004
|
-
}
|
|
4005
|
-
},
|
|
4006
3358
|
"description": {
|
|
4007
3359
|
"type": "array",
|
|
4008
3360
|
"items": {
|
|
@@ -4123,10 +3475,10 @@
|
|
|
4123
3475
|
"type": "string",
|
|
4124
3476
|
"nullable": true
|
|
4125
3477
|
},
|
|
4126
|
-
"
|
|
3478
|
+
"attachments": {
|
|
4127
3479
|
"type": "array",
|
|
4128
3480
|
"items": {
|
|
4129
|
-
"$ref": "#/components/schemas/
|
|
3481
|
+
"$ref": "#/components/schemas/GetDialogDialogAttachmentDto"
|
|
4130
3482
|
}
|
|
4131
3483
|
},
|
|
4132
3484
|
"guiActions": {
|
|
@@ -4167,10 +3519,14 @@
|
|
|
4167
3519
|
"items": {
|
|
4168
3520
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
4169
3521
|
}
|
|
3522
|
+
},
|
|
3523
|
+
"mediaType": {
|
|
3524
|
+
"type": "string",
|
|
3525
|
+
"nullable": true
|
|
4170
3526
|
}
|
|
4171
3527
|
}
|
|
4172
3528
|
},
|
|
4173
|
-
"
|
|
3529
|
+
"GetDialogDialogAttachmentDto": {
|
|
4174
3530
|
"type": "object",
|
|
4175
3531
|
"additionalProperties": false,
|
|
4176
3532
|
"properties": {
|
|
@@ -4178,27 +3534,6 @@
|
|
|
4178
3534
|
"type": "string",
|
|
4179
3535
|
"format": "guid"
|
|
4180
3536
|
},
|
|
4181
|
-
"type": {
|
|
4182
|
-
"type": "string",
|
|
4183
|
-
"format": "uri",
|
|
4184
|
-
"nullable": true
|
|
4185
|
-
},
|
|
4186
|
-
"externalReference": {
|
|
4187
|
-
"type": "string",
|
|
4188
|
-
"nullable": true
|
|
4189
|
-
},
|
|
4190
|
-
"authorizationAttribute": {
|
|
4191
|
-
"type": "string",
|
|
4192
|
-
"nullable": true
|
|
4193
|
-
},
|
|
4194
|
-
"isAuthorized": {
|
|
4195
|
-
"type": "boolean"
|
|
4196
|
-
},
|
|
4197
|
-
"relatedDialogElementId": {
|
|
4198
|
-
"type": "string",
|
|
4199
|
-
"format": "guid",
|
|
4200
|
-
"nullable": true
|
|
4201
|
-
},
|
|
4202
3537
|
"displayName": {
|
|
4203
3538
|
"type": "array",
|
|
4204
3539
|
"items": {
|
|
@@ -4208,12 +3543,12 @@
|
|
|
4208
3543
|
"urls": {
|
|
4209
3544
|
"type": "array",
|
|
4210
3545
|
"items": {
|
|
4211
|
-
"$ref": "#/components/schemas/
|
|
3546
|
+
"$ref": "#/components/schemas/GetDialogDialogAttachmentUrlDto"
|
|
4212
3547
|
}
|
|
4213
3548
|
}
|
|
4214
3549
|
}
|
|
4215
3550
|
},
|
|
4216
|
-
"
|
|
3551
|
+
"GetDialogDialogAttachmentUrlDto": {
|
|
4217
3552
|
"type": "object",
|
|
4218
3553
|
"additionalProperties": false,
|
|
4219
3554
|
"properties": {
|
|
@@ -4225,12 +3560,12 @@
|
|
|
4225
3560
|
"type": "string",
|
|
4226
3561
|
"format": "uri"
|
|
4227
3562
|
},
|
|
4228
|
-
"
|
|
3563
|
+
"mediaType": {
|
|
4229
3564
|
"type": "string",
|
|
4230
3565
|
"nullable": true
|
|
4231
3566
|
},
|
|
4232
3567
|
"consumerType": {
|
|
4233
|
-
"$ref": "#/components/schemas/
|
|
3568
|
+
"$ref": "#/components/schemas/DialogAttachmentUrlConsumerType_Values"
|
|
4234
3569
|
}
|
|
4235
3570
|
}
|
|
4236
3571
|
},
|
|
@@ -4256,20 +3591,27 @@
|
|
|
4256
3591
|
"isAuthorized": {
|
|
4257
3592
|
"type": "boolean"
|
|
4258
3593
|
},
|
|
4259
|
-
"
|
|
4260
|
-
"type": "boolean"
|
|
4261
|
-
},
|
|
4262
|
-
"isDeleteAction": {
|
|
3594
|
+
"isDeleteDialogAction": {
|
|
4263
3595
|
"type": "boolean"
|
|
4264
3596
|
},
|
|
4265
3597
|
"priority": {
|
|
4266
3598
|
"$ref": "#/components/schemas/DialogGuiActionPriority_Values"
|
|
4267
3599
|
},
|
|
3600
|
+
"httpMethod": {
|
|
3601
|
+
"$ref": "#/components/schemas/HttpVerb_Values"
|
|
3602
|
+
},
|
|
4268
3603
|
"title": {
|
|
4269
3604
|
"type": "array",
|
|
4270
3605
|
"items": {
|
|
4271
3606
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
4272
3607
|
}
|
|
3608
|
+
},
|
|
3609
|
+
"prompt": {
|
|
3610
|
+
"type": "array",
|
|
3611
|
+
"nullable": true,
|
|
3612
|
+
"items": {
|
|
3613
|
+
"$ref": "#/components/schemas/LocalizationDto"
|
|
3614
|
+
}
|
|
4273
3615
|
}
|
|
4274
3616
|
}
|
|
4275
3617
|
},
|
|
@@ -4291,11 +3633,6 @@
|
|
|
4291
3633
|
"isAuthorized": {
|
|
4292
3634
|
"type": "boolean"
|
|
4293
3635
|
},
|
|
4294
|
-
"dialogElementId": {
|
|
4295
|
-
"type": "string",
|
|
4296
|
-
"format": "guid",
|
|
4297
|
-
"nullable": true
|
|
4298
|
-
},
|
|
4299
3636
|
"endpoints": {
|
|
4300
3637
|
"type": "array",
|
|
4301
3638
|
"items": {
|
|
@@ -4374,18 +3711,10 @@
|
|
|
4374
3711
|
"format": "guid",
|
|
4375
3712
|
"nullable": true
|
|
4376
3713
|
},
|
|
4377
|
-
"
|
|
3714
|
+
"performedBy": {
|
|
4378
3715
|
"type": "string",
|
|
4379
|
-
"format": "guid",
|
|
4380
3716
|
"nullable": true
|
|
4381
3717
|
},
|
|
4382
|
-
"performedBy": {
|
|
4383
|
-
"type": "array",
|
|
4384
|
-
"nullable": true,
|
|
4385
|
-
"items": {
|
|
4386
|
-
"$ref": "#/components/schemas/LocalizationDto"
|
|
4387
|
-
}
|
|
4388
|
-
},
|
|
4389
3718
|
"description": {
|
|
4390
3719
|
"type": "array",
|
|
4391
3720
|
"items": {
|
|
@@ -4474,4 +3803,4 @@
|
|
|
4474
3803
|
}
|
|
4475
3804
|
}
|
|
4476
3805
|
}
|
|
4477
|
-
}
|
|
3806
|
+
}
|