@digdir/dialogporten-schema 1.21.0 → 1.22.0-30c91cc

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.
@@ -70,7 +70,6 @@
70
70
  "properties": {
71
71
  "mediaType": {
72
72
  "description": "Media type of the content (plaintext, Markdown). Can also indicate that the content is embeddable.",
73
- "example": "text/plain\ntext/markdown\napplication/vnd.dialogporten.frontchannelembed",
74
73
  "type": "string"
75
74
  },
76
75
  "value": {
@@ -231,7 +230,7 @@
231
230
  "type": "string"
232
231
  },
233
232
  "process": {
234
- "description": "Optional process identifier used to indicate a business process this dialog belongs to ",
233
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to",
235
234
  "nullable": true,
236
235
  "type": "string"
237
236
  },
@@ -262,7 +261,7 @@
262
261
  ]
263
262
  },
264
263
  "systemLabel": {
265
- "description": "Set the system label of the dialog Migration purposes ",
264
+ "description": "Set the system label of the dialog Migration purposes",
266
265
  "nullable": true,
267
266
  "oneOf": [
268
267
  {
@@ -297,7 +296,7 @@
297
296
  "additionalProperties": false,
298
297
  "properties": {
299
298
  "additionalInfo": {
300
- "description": "Additional information about the dialog, this may contain Markdown.",
299
+ "description": "Additional information about the dialog.\nSupported media types: text/plain, text/markdown",
301
300
  "nullable": true,
302
301
  "oneOf": [
303
302
  {
@@ -306,7 +305,7 @@
306
305
  ]
307
306
  },
308
307
  "extendedStatus": {
309
- "description": "Used as the human-readable label used to describe the \u0022ExtendedStatus\u0022 field. Must be text/plain.",
308
+ "description": "Used as the human-readable label used to describe the \u0022ExtendedStatus\u0022 field.\nSupported media types: text/plain",
310
309
  "nullable": true,
311
310
  "oneOf": [
312
311
  {
@@ -315,7 +314,7 @@
315
314
  ]
316
315
  },
317
316
  "mainContentReference": {
318
- "description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.",
317
+ "description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nSupported media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
319
318
  "nullable": true,
320
319
  "oneOf": [
321
320
  {
@@ -324,7 +323,7 @@
324
323
  ]
325
324
  },
326
325
  "senderName": {
327
- "description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.",
326
+ "description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.\nSupported media types: text/plain",
328
327
  "nullable": true,
329
328
  "oneOf": [
330
329
  {
@@ -333,7 +332,7 @@
333
332
  ]
334
333
  },
335
334
  "summary": {
336
- "description": "A short summary of the dialog and its current state. Must be text/plain.",
335
+ "description": "A short summary of the dialog and its current state.\nSupported media types: text/plain",
337
336
  "oneOf": [
338
337
  {
339
338
  "$ref": "#/components/schemas/ContentValueDto"
@@ -341,7 +340,7 @@
341
340
  ]
342
341
  },
343
342
  "title": {
344
- "description": "The title of the dialog. Must be text/plain.",
343
+ "description": "The title of the dialog.\nSupported media types: text/plain",
345
344
  "oneOf": [
346
345
  {
347
346
  "$ref": "#/components/schemas/ContentValueDto"
@@ -751,6 +750,13 @@
751
750
  },
752
751
  "type": "array"
753
752
  },
753
+ "id": {
754
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmission attachments. If not provided, a new UUIDv7 will be generated.",
755
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
756
+ "format": "guid",
757
+ "nullable": true,
758
+ "type": "string"
759
+ },
754
760
  "urls": {
755
761
  "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
756
762
  "items": {
@@ -933,6 +939,137 @@
933
939
  "Correction"
934
940
  ]
935
941
  },
942
+ "GetDialogActivityDto": {
943
+ "additionalProperties": false,
944
+ "properties": {
945
+ "createdAt": {
946
+ "format": "date-time",
947
+ "nullable": true,
948
+ "type": "string"
949
+ },
950
+ "description": {
951
+ "items": {
952
+ "$ref": "#/components/schemas/LocalizationDto"
953
+ },
954
+ "type": "array"
955
+ },
956
+ "extendedType": {
957
+ "format": "uri",
958
+ "nullable": true,
959
+ "type": "string"
960
+ },
961
+ "id": {
962
+ "format": "guid",
963
+ "type": "string"
964
+ },
965
+ "performedBy": {
966
+ "$ref": "#/components/schemas/GetDialogActivityPerformedByActorDto"
967
+ },
968
+ "relatedActivityId": {
969
+ "format": "guid",
970
+ "nullable": true,
971
+ "type": "string"
972
+ },
973
+ "transmissionId": {
974
+ "format": "guid",
975
+ "nullable": true,
976
+ "type": "string"
977
+ },
978
+ "type": {
979
+ "$ref": "#/components/schemas/DialogActivityType_Values"
980
+ }
981
+ },
982
+ "type": "object"
983
+ },
984
+ "GetDialogActivityDtoSO": {
985
+ "additionalProperties": false,
986
+ "properties": {
987
+ "createdAt": {
988
+ "format": "date-time",
989
+ "nullable": true,
990
+ "type": "string"
991
+ },
992
+ "deletedAt": {
993
+ "format": "date-time",
994
+ "nullable": true,
995
+ "type": "string"
996
+ },
997
+ "description": {
998
+ "items": {
999
+ "$ref": "#/components/schemas/LocalizationDto"
1000
+ },
1001
+ "type": "array"
1002
+ },
1003
+ "extendedType": {
1004
+ "format": "uri",
1005
+ "nullable": true,
1006
+ "type": "string"
1007
+ },
1008
+ "id": {
1009
+ "format": "guid",
1010
+ "type": "string"
1011
+ },
1012
+ "performedBy": {
1013
+ "$ref": "#/components/schemas/GetDialogActivityPerformedByActorDtoSO"
1014
+ },
1015
+ "relatedActivityId": {
1016
+ "format": "guid",
1017
+ "nullable": true,
1018
+ "type": "string"
1019
+ },
1020
+ "transmissionId": {
1021
+ "format": "guid",
1022
+ "nullable": true,
1023
+ "type": "string"
1024
+ },
1025
+ "type": {
1026
+ "$ref": "#/components/schemas/DialogActivityType_Values"
1027
+ }
1028
+ },
1029
+ "type": "object"
1030
+ },
1031
+ "GetDialogActivityPerformedByActorDto": {
1032
+ "additionalProperties": false,
1033
+ "properties": {
1034
+ "actorId": {
1035
+ "nullable": true,
1036
+ "type": "string"
1037
+ },
1038
+ "actorName": {
1039
+ "nullable": true,
1040
+ "type": "string"
1041
+ },
1042
+ "actorType": {
1043
+ "$ref": "#/components/schemas/ActorType_Values"
1044
+ },
1045
+ "id": {
1046
+ "format": "guid",
1047
+ "type": "string"
1048
+ }
1049
+ },
1050
+ "type": "object"
1051
+ },
1052
+ "GetDialogActivityPerformedByActorDtoSO": {
1053
+ "additionalProperties": false,
1054
+ "properties": {
1055
+ "actorId": {
1056
+ "nullable": true,
1057
+ "type": "string"
1058
+ },
1059
+ "actorName": {
1060
+ "nullable": true,
1061
+ "type": "string"
1062
+ },
1063
+ "actorType": {
1064
+ "$ref": "#/components/schemas/ActorType_Values"
1065
+ },
1066
+ "id": {
1067
+ "format": "guid",
1068
+ "type": "string"
1069
+ }
1070
+ },
1071
+ "type": "object"
1072
+ },
936
1073
  "GetDialogContentDto": {
937
1074
  "additionalProperties": false,
938
1075
  "properties": {
@@ -1735,6 +1872,108 @@
1735
1872
  },
1736
1873
  "type": "object"
1737
1874
  },
1875
+ "GetDialogDialogTransmissionAttachmentDto": {
1876
+ "additionalProperties": false,
1877
+ "properties": {
1878
+ "displayName": {
1879
+ "description": "The display name of the attachment that should be used in GUIs.",
1880
+ "items": {
1881
+ "$ref": "#/components/schemas/LocalizationDto"
1882
+ },
1883
+ "type": "array"
1884
+ },
1885
+ "id": {
1886
+ "description": "The unique identifier for the attachment in UUIDv7 format.",
1887
+ "format": "guid",
1888
+ "type": "string"
1889
+ },
1890
+ "urls": {
1891
+ "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
1892
+ "items": {
1893
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentUrlDto"
1894
+ },
1895
+ "type": "array"
1896
+ }
1897
+ },
1898
+ "type": "object"
1899
+ },
1900
+ "GetDialogDialogTransmissionAttachmentDtoSO": {
1901
+ "additionalProperties": false,
1902
+ "properties": {
1903
+ "displayName": {
1904
+ "description": "The display name of the attachment that should be used in GUIs.",
1905
+ "items": {
1906
+ "$ref": "#/components/schemas/LocalizationDto"
1907
+ },
1908
+ "type": "array"
1909
+ },
1910
+ "id": {
1911
+ "description": "The unique identifier for the attachment in UUIDv7 format.",
1912
+ "format": "guid",
1913
+ "type": "string"
1914
+ },
1915
+ "urls": {
1916
+ "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
1917
+ "items": {
1918
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentUrlDtoSO"
1919
+ },
1920
+ "type": "array"
1921
+ }
1922
+ },
1923
+ "type": "object"
1924
+ },
1925
+ "GetDialogDialogTransmissionAttachmentUrlDto": {
1926
+ "additionalProperties": false,
1927
+ "properties": {
1928
+ "consumerType": {
1929
+ "description": "The type of consumer the URL is intended for.",
1930
+ "oneOf": [
1931
+ {
1932
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
1933
+ }
1934
+ ]
1935
+ },
1936
+ "mediaType": {
1937
+ "description": "The media type of the attachment.",
1938
+ "example": "application/pdf\napplication/zip",
1939
+ "nullable": true,
1940
+ "type": "string"
1941
+ },
1942
+ "url": {
1943
+ "description": "The fully qualified URL of the attachment. Will be set to \u0022urn:dialogporten:unauthorized\u0022 if the user is\nnot authorized to access the transmission.",
1944
+ "example": "https://someendpoint.com/someattachment.pdf\nurn:dialogporten:unauthorized",
1945
+ "format": "uri",
1946
+ "type": "string"
1947
+ }
1948
+ },
1949
+ "type": "object"
1950
+ },
1951
+ "GetDialogDialogTransmissionAttachmentUrlDtoSO": {
1952
+ "additionalProperties": false,
1953
+ "properties": {
1954
+ "consumerType": {
1955
+ "description": "The type of consumer the URL is intended for.",
1956
+ "oneOf": [
1957
+ {
1958
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
1959
+ }
1960
+ ]
1961
+ },
1962
+ "mediaType": {
1963
+ "description": "The media type of the attachment.",
1964
+ "example": "application/pdf\napplication/zip",
1965
+ "nullable": true,
1966
+ "type": "string"
1967
+ },
1968
+ "url": {
1969
+ "description": "The fully qualified URL of the attachment. Will be set to \u0022urn:dialogporten:unauthorized\u0022 if the user is\nnot authorized to access the transmission.",
1970
+ "example": "https://someendpoint.com/someattachment.pdf\nurn:dialogporten:unauthorized",
1971
+ "format": "uri",
1972
+ "type": "string"
1973
+ }
1974
+ },
1975
+ "type": "object"
1976
+ },
1738
1977
  "GetDialogDialogTransmissionContentDto": {
1739
1978
  "additionalProperties": false,
1740
1979
  "properties": {
@@ -1785,7 +2024,7 @@
1785
2024
  "attachments": {
1786
2025
  "description": "The transmission-level attachments",
1787
2026
  "items": {
1788
- "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDto"
2027
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentDto"
1789
2028
  },
1790
2029
  "type": "array"
1791
2030
  },
@@ -1854,7 +2093,7 @@
1854
2093
  "attachments": {
1855
2094
  "description": "The transmission-level attachments",
1856
2095
  "items": {
1857
- "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDtoSO"
2096
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentDtoSO"
1858
2097
  },
1859
2098
  "type": "array"
1860
2099
  },
@@ -2449,6 +2688,11 @@
2449
2688
  }
2450
2689
  ]
2451
2690
  },
2691
+ "id": {
2692
+ "description": "The unique identifier for the attachment URL in UUIDv7 format.",
2693
+ "format": "guid",
2694
+ "type": "string"
2695
+ },
2452
2696
  "mediaType": {
2453
2697
  "description": "The media type of the attachment.",
2454
2698
  "example": "application/pdf\napplication/zip",
@@ -2475,6 +2719,11 @@
2475
2719
  }
2476
2720
  ]
2477
2721
  },
2722
+ "id": {
2723
+ "description": "The unique identifier for the attachment URL in UUIDv7 format.",
2724
+ "format": "guid",
2725
+ "type": "string"
2726
+ },
2478
2727
  "mediaType": {
2479
2728
  "description": "The media type of the attachment.",
2480
2729
  "example": "application/pdf\napplication/zip",
@@ -2490,19 +2739,261 @@
2490
2739
  },
2491
2740
  "type": "object"
2492
2741
  },
2493
- "GetJwksDto": {
2494
- "additionalProperties": false,
2495
- "properties": {
2496
- "keys": {
2497
- "items": {
2498
- "$ref": "#/components/schemas/Jwk"
2499
- },
2500
- "type": "array"
2501
- }
2502
- },
2503
- "type": "object"
2504
- },
2505
- "GetOauthAuthorizationServerDto": {
2742
+ "GetDialogTransmissionContentDto": {
2743
+ "additionalProperties": false,
2744
+ "properties": {
2745
+ "summary": {
2746
+ "description": "The summary of the content.",
2747
+ "oneOf": [
2748
+ {
2749
+ "$ref": "#/components/schemas/ContentValueDto"
2750
+ }
2751
+ ]
2752
+ },
2753
+ "title": {
2754
+ "description": "The title of the content.",
2755
+ "oneOf": [
2756
+ {
2757
+ "$ref": "#/components/schemas/ContentValueDto"
2758
+ }
2759
+ ]
2760
+ }
2761
+ },
2762
+ "type": "object"
2763
+ },
2764
+ "GetDialogTransmissionContentDtoSO": {
2765
+ "additionalProperties": false,
2766
+ "properties": {
2767
+ "summary": {
2768
+ "description": "The summary of the content.",
2769
+ "oneOf": [
2770
+ {
2771
+ "$ref": "#/components/schemas/ContentValueDto"
2772
+ }
2773
+ ]
2774
+ },
2775
+ "title": {
2776
+ "description": "The title of the content.",
2777
+ "oneOf": [
2778
+ {
2779
+ "$ref": "#/components/schemas/ContentValueDto"
2780
+ }
2781
+ ]
2782
+ }
2783
+ },
2784
+ "type": "object"
2785
+ },
2786
+ "GetDialogTransmissionDto": {
2787
+ "additionalProperties": false,
2788
+ "properties": {
2789
+ "attachments": {
2790
+ "description": "The attachments associated with the transmission.",
2791
+ "items": {
2792
+ "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDto"
2793
+ },
2794
+ "type": "array"
2795
+ },
2796
+ "authorizationAttribute": {
2797
+ "description": "The authorization attribute associated with the transmission.",
2798
+ "nullable": true,
2799
+ "type": "string"
2800
+ },
2801
+ "content": {
2802
+ "description": "The content of the transmission.",
2803
+ "oneOf": [
2804
+ {
2805
+ "$ref": "#/components/schemas/GetDialogTransmissionContentDto"
2806
+ }
2807
+ ]
2808
+ },
2809
+ "createdAt": {
2810
+ "description": "The date and time when the transmission was created.",
2811
+ "format": "date-time",
2812
+ "type": "string"
2813
+ },
2814
+ "deletedAt": {
2815
+ "description": "The date and time when the transmission was deleted, if applicable.",
2816
+ "format": "date-time",
2817
+ "nullable": true,
2818
+ "type": "string"
2819
+ },
2820
+ "extendedType": {
2821
+ "description": "The extended type URI for the transmission.",
2822
+ "format": "uri",
2823
+ "nullable": true,
2824
+ "type": "string"
2825
+ },
2826
+ "id": {
2827
+ "description": "The unique identifier for the transmission in UUIDv7 format.",
2828
+ "format": "guid",
2829
+ "type": "string"
2830
+ },
2831
+ "isAuthorized": {
2832
+ "description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available",
2833
+ "type": "boolean"
2834
+ },
2835
+ "relatedTransmissionId": {
2836
+ "description": "The unique identifier for the related transmission, if any.",
2837
+ "format": "guid",
2838
+ "nullable": true,
2839
+ "type": "string"
2840
+ },
2841
+ "sender": {
2842
+ "description": "The sender actor information for the transmission.",
2843
+ "oneOf": [
2844
+ {
2845
+ "$ref": "#/components/schemas/GetDialogTransmissionSenderActorDto"
2846
+ }
2847
+ ]
2848
+ },
2849
+ "type": {
2850
+ "description": "The type of the transmission.",
2851
+ "oneOf": [
2852
+ {
2853
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
2854
+ }
2855
+ ]
2856
+ }
2857
+ },
2858
+ "type": "object"
2859
+ },
2860
+ "GetDialogTransmissionDtoSO": {
2861
+ "additionalProperties": false,
2862
+ "properties": {
2863
+ "attachments": {
2864
+ "description": "The attachments associated with the transmission.",
2865
+ "items": {
2866
+ "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDtoSO"
2867
+ },
2868
+ "type": "array"
2869
+ },
2870
+ "authorizationAttribute": {
2871
+ "description": "The authorization attribute associated with the transmission.",
2872
+ "nullable": true,
2873
+ "type": "string"
2874
+ },
2875
+ "content": {
2876
+ "description": "The content of the transmission.",
2877
+ "oneOf": [
2878
+ {
2879
+ "$ref": "#/components/schemas/GetDialogTransmissionContentDtoSO"
2880
+ }
2881
+ ]
2882
+ },
2883
+ "createdAt": {
2884
+ "description": "The date and time when the transmission was created.",
2885
+ "format": "date-time",
2886
+ "type": "string"
2887
+ },
2888
+ "deletedAt": {
2889
+ "description": "The date and time when the transmission was deleted, if applicable.",
2890
+ "format": "date-time",
2891
+ "nullable": true,
2892
+ "type": "string"
2893
+ },
2894
+ "extendedType": {
2895
+ "description": "The extended type URI for the transmission.",
2896
+ "format": "uri",
2897
+ "nullable": true,
2898
+ "type": "string"
2899
+ },
2900
+ "id": {
2901
+ "description": "The unique identifier for the transmission in UUIDv7 format.",
2902
+ "format": "guid",
2903
+ "type": "string"
2904
+ },
2905
+ "relatedTransmissionId": {
2906
+ "description": "The unique identifier for the related transmission, if any.",
2907
+ "format": "guid",
2908
+ "nullable": true,
2909
+ "type": "string"
2910
+ },
2911
+ "sender": {
2912
+ "description": "The sender actor information for the transmission.",
2913
+ "oneOf": [
2914
+ {
2915
+ "$ref": "#/components/schemas/GetDialogTransmissionSenderActorDtoSO"
2916
+ }
2917
+ ]
2918
+ },
2919
+ "type": {
2920
+ "description": "The type of the transmission.",
2921
+ "oneOf": [
2922
+ {
2923
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
2924
+ }
2925
+ ]
2926
+ }
2927
+ },
2928
+ "type": "object"
2929
+ },
2930
+ "GetDialogTransmissionSenderActorDto": {
2931
+ "additionalProperties": false,
2932
+ "properties": {
2933
+ "actorId": {
2934
+ "description": "The identifier of the actor.",
2935
+ "type": "string"
2936
+ },
2937
+ "actorName": {
2938
+ "description": "The name of the actor.",
2939
+ "type": "string"
2940
+ },
2941
+ "actorType": {
2942
+ "description": "The type of the actor.",
2943
+ "oneOf": [
2944
+ {
2945
+ "$ref": "#/components/schemas/ActorType_Values"
2946
+ }
2947
+ ]
2948
+ },
2949
+ "id": {
2950
+ "description": "The unique identifier for the sender actor in UUIDv7 format.",
2951
+ "format": "guid",
2952
+ "type": "string"
2953
+ }
2954
+ },
2955
+ "type": "object"
2956
+ },
2957
+ "GetDialogTransmissionSenderActorDtoSO": {
2958
+ "additionalProperties": false,
2959
+ "properties": {
2960
+ "actorId": {
2961
+ "description": "The identifier of the actor.",
2962
+ "type": "string"
2963
+ },
2964
+ "actorName": {
2965
+ "description": "The name of the actor.",
2966
+ "type": "string"
2967
+ },
2968
+ "actorType": {
2969
+ "description": "The type of the actor.",
2970
+ "oneOf": [
2971
+ {
2972
+ "$ref": "#/components/schemas/ActorType_Values"
2973
+ }
2974
+ ]
2975
+ },
2976
+ "id": {
2977
+ "description": "The unique identifier for the sender actor in UUIDv7 format.",
2978
+ "format": "guid",
2979
+ "type": "string"
2980
+ }
2981
+ },
2982
+ "type": "object"
2983
+ },
2984
+ "GetJwksDto": {
2985
+ "additionalProperties": false,
2986
+ "properties": {
2987
+ "keys": {
2988
+ "items": {
2989
+ "$ref": "#/components/schemas/Jwk"
2990
+ },
2991
+ "type": "array"
2992
+ }
2993
+ },
2994
+ "type": "object"
2995
+ },
2996
+ "GetOauthAuthorizationServerDto": {
2506
2997
  "additionalProperties": false,
2507
2998
  "properties": {
2508
2999
  "issuer": {
@@ -2603,6 +3094,15 @@
2603
3094
  },
2604
3095
  "type": "object"
2605
3096
  },
3097
+ "NotificationConditionDto": {
3098
+ "additionalProperties": false,
3099
+ "properties": {
3100
+ "sendNotification": {
3101
+ "type": "boolean"
3102
+ }
3103
+ },
3104
+ "type": "object"
3105
+ },
2606
3106
  "NotificationConditionType": {
2607
3107
  "description": "",
2608
3108
  "enum": [
@@ -2766,13 +3266,86 @@
2766
3266
  "default": "Error or field name",
2767
3267
  "type": "string"
2768
3268
  },
2769
- "reason": {
2770
- "default": "Error reason",
3269
+ "reason": {
3270
+ "default": "Error reason",
3271
+ "type": "string"
3272
+ },
3273
+ "severity": {
3274
+ "nullable": true,
3275
+ "type": "string"
3276
+ }
3277
+ },
3278
+ "type": "object"
3279
+ },
3280
+ "SearchDialogActivityDto": {
3281
+ "additionalProperties": false,
3282
+ "properties": {
3283
+ "createdAt": {
3284
+ "format": "date-time",
3285
+ "type": "string"
3286
+ },
3287
+ "extendedType": {
3288
+ "format": "uri",
3289
+ "nullable": true,
3290
+ "type": "string"
3291
+ },
3292
+ "id": {
3293
+ "format": "guid",
3294
+ "type": "string"
3295
+ },
3296
+ "relatedActivityId": {
3297
+ "format": "guid",
3298
+ "nullable": true,
3299
+ "type": "string"
3300
+ },
3301
+ "seenByEndUserIdHash": {
3302
+ "nullable": true,
3303
+ "type": "string"
3304
+ },
3305
+ "transmissionId": {
3306
+ "format": "guid",
3307
+ "nullable": true,
3308
+ "type": "string"
3309
+ },
3310
+ "type": {
3311
+ "$ref": "#/components/schemas/DialogActivityType_Values"
3312
+ }
3313
+ },
3314
+ "type": "object"
3315
+ },
3316
+ "SearchDialogActivityDtoSO": {
3317
+ "additionalProperties": false,
3318
+ "properties": {
3319
+ "createdAt": {
3320
+ "format": "date-time",
3321
+ "type": "string"
3322
+ },
3323
+ "deletedAt": {
3324
+ "format": "date-time",
3325
+ "nullable": true,
3326
+ "type": "string"
3327
+ },
3328
+ "extendedType": {
3329
+ "format": "uri",
3330
+ "nullable": true,
3331
+ "type": "string"
3332
+ },
3333
+ "id": {
3334
+ "format": "guid",
3335
+ "type": "string"
3336
+ },
3337
+ "relatedActivityId": {
3338
+ "format": "guid",
3339
+ "nullable": true,
2771
3340
  "type": "string"
2772
3341
  },
2773
- "severity": {
3342
+ "transmissionId": {
3343
+ "format": "guid",
2774
3344
  "nullable": true,
2775
3345
  "type": "string"
3346
+ },
3347
+ "type": {
3348
+ "$ref": "#/components/schemas/DialogActivityType_Values"
2776
3349
  }
2777
3350
  },
2778
3351
  "type": "object"
@@ -3234,178 +3807,422 @@
3234
3807
  },
3235
3808
  "type": "object"
3236
3809
  },
3237
- "SearchDialogDtoSO": {
3810
+ "SearchDialogDtoSO": {
3811
+ "additionalProperties": false,
3812
+ "properties": {
3813
+ "content": {
3814
+ "description": "The content of the dialog in search results",
3815
+ "oneOf": [
3816
+ {
3817
+ "$ref": "#/components/schemas/SearchDialogContentDtoSO"
3818
+ }
3819
+ ]
3820
+ },
3821
+ "createdAt": {
3822
+ "description": "The date and time when the dialog was created.",
3823
+ "example": "2022-12-31T23:59:59Z",
3824
+ "format": "date-time",
3825
+ "type": "string"
3826
+ },
3827
+ "dueAt": {
3828
+ "description": "The due date for the dialog. This is the last date when the dialog is expected to be completed.",
3829
+ "example": "2022-12-31T23:59:59Z",
3830
+ "format": "date-time",
3831
+ "nullable": true,
3832
+ "type": "string"
3833
+ },
3834
+ "extendedStatus": {
3835
+ "description": "Arbitrary string with a service-specific indicator of status, typically used to indicate a fine-grained state of\nthe dialog to further specify the \u0022status\u0022 enum.\n \nRefer to the service-specific documentation provided by the service owner for details on the possible values (if\nin use).",
3836
+ "nullable": true,
3837
+ "type": "string"
3838
+ },
3839
+ "guiAttachmentCount": {
3840
+ "description": "The number of attachments in the dialog made available for browser-based frontends.",
3841
+ "format": "int32",
3842
+ "nullable": true,
3843
+ "type": "integer"
3844
+ },
3845
+ "id": {
3846
+ "description": "The unique identifier for the dialog in UUIDv7 format.",
3847
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3848
+ "format": "guid",
3849
+ "type": "string"
3850
+ },
3851
+ "latestActivity": {
3852
+ "description": "The latest entry in the dialog\u0027s activity log.",
3853
+ "nullable": true,
3854
+ "oneOf": [
3855
+ {
3856
+ "$ref": "#/components/schemas/SearchDialogDialogActivityDtoSO"
3857
+ }
3858
+ ]
3859
+ },
3860
+ "org": {
3861
+ "description": "The service owner code representing the organization (service owner) related to this dialog.",
3862
+ "example": "ske",
3863
+ "type": "string"
3864
+ },
3865
+ "party": {
3866
+ "description": "The party code representing the organization or person that the dialog belongs to in URN format",
3867
+ "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
3868
+ "type": "string"
3869
+ },
3870
+ "precedingProcess": {
3871
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
3872
+ "nullable": true,
3873
+ "type": "string"
3874
+ },
3875
+ "process": {
3876
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to",
3877
+ "nullable": true,
3878
+ "type": "string"
3879
+ },
3880
+ "progress": {
3881
+ "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3882
+ "format": "int32",
3883
+ "nullable": true,
3884
+ "type": "integer"
3885
+ },
3886
+ "revision": {
3887
+ "description": "The unique identifier for the revision in UUIDv4 format.",
3888
+ "example": "a312cb9c-7632-43c2-aa38-69b06aed56ca",
3889
+ "format": "guid",
3890
+ "type": "string"
3891
+ },
3892
+ "seenSinceLastUpdate": {
3893
+ "description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
3894
+ "items": {
3895
+ "$ref": "#/components/schemas/SearchDialogDialogSeenLogDtoSO"
3896
+ },
3897
+ "type": "array"
3898
+ },
3899
+ "serviceResource": {
3900
+ "description": "The service identifier for the service that the dialog is related to in URN-format.\nThis corresponds to a service resource in the Altinn Resource Registry.",
3901
+ "example": "urn:altinn:resource:some-service-identifier",
3902
+ "type": "string"
3903
+ },
3904
+ "serviceResourceType": {
3905
+ "description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
3906
+ "type": "string"
3907
+ },
3908
+ "status": {
3909
+ "description": "The aggregated status of the dialog.",
3910
+ "oneOf": [
3911
+ {
3912
+ "$ref": "#/components/schemas/DialogStatus_Values"
3913
+ }
3914
+ ]
3915
+ },
3916
+ "systemLabel": {
3917
+ "description": "Current display state.",
3918
+ "oneOf": [
3919
+ {
3920
+ "$ref": "#/components/schemas/SystemLabel_Values"
3921
+ }
3922
+ ]
3923
+ },
3924
+ "updatedAt": {
3925
+ "description": "The date and time when the dialog was last updated.",
3926
+ "example": "2022-12-31T23:59:59Z",
3927
+ "format": "date-time",
3928
+ "type": "string"
3929
+ },
3930
+ "visibleFrom": {
3931
+ "description": "The timestamp when the dialog will be made visible for authorized end users.",
3932
+ "format": "date-time",
3933
+ "nullable": true,
3934
+ "type": "string"
3935
+ }
3936
+ },
3937
+ "type": "object"
3938
+ },
3939
+ "SearchDialogLabelAssignmentLogDto": {
3940
+ "additionalProperties": false,
3941
+ "properties": {
3942
+ "action": {
3943
+ "type": "string"
3944
+ },
3945
+ "createdAt": {
3946
+ "format": "date-time",
3947
+ "type": "string"
3948
+ },
3949
+ "name": {
3950
+ "type": "string"
3951
+ },
3952
+ "performedBy": {
3953
+ "$ref": "#/components/schemas/LabelAssignmentLogActorDto"
3954
+ }
3955
+ },
3956
+ "type": "object"
3957
+ },
3958
+ "SearchDialogSeenLogDto": {
3959
+ "additionalProperties": false,
3960
+ "properties": {
3961
+ "id": {
3962
+ "format": "guid",
3963
+ "type": "string"
3964
+ },
3965
+ "isCurrentEndUser": {
3966
+ "type": "boolean"
3967
+ },
3968
+ "isViaServiceOwner": {
3969
+ "type": "boolean"
3970
+ },
3971
+ "seenAt": {
3972
+ "format": "date-time",
3973
+ "type": "string"
3974
+ },
3975
+ "seenBy": {
3976
+ "$ref": "#/components/schemas/SearchDialogSeenLogSeenByActorDto"
3977
+ }
3978
+ },
3979
+ "type": "object"
3980
+ },
3981
+ "SearchDialogSeenLogSeenByActorDto": {
3982
+ "additionalProperties": false,
3983
+ "properties": {
3984
+ "actorId": {
3985
+ "type": "string"
3986
+ },
3987
+ "actorName": {
3988
+ "type": "string"
3989
+ },
3990
+ "id": {
3991
+ "format": "guid",
3992
+ "type": "string"
3993
+ }
3994
+ },
3995
+ "type": "object"
3996
+ },
3997
+ "SearchDialogTransmissionAttachmentDto": {
3998
+ "additionalProperties": false,
3999
+ "properties": {
4000
+ "displayName": {
4001
+ "items": {
4002
+ "$ref": "#/components/schemas/LocalizationDto"
4003
+ },
4004
+ "type": "array"
4005
+ },
4006
+ "id": {
4007
+ "format": "guid",
4008
+ "type": "string"
4009
+ },
4010
+ "urls": {
4011
+ "items": {
4012
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentUrlDto"
4013
+ },
4014
+ "type": "array"
4015
+ }
4016
+ },
4017
+ "type": "object"
4018
+ },
4019
+ "SearchDialogTransmissionAttachmentDtoSO": {
4020
+ "additionalProperties": false,
4021
+ "properties": {
4022
+ "displayName": {
4023
+ "items": {
4024
+ "$ref": "#/components/schemas/LocalizationDto"
4025
+ },
4026
+ "type": "array"
4027
+ },
4028
+ "id": {
4029
+ "format": "guid",
4030
+ "type": "string"
4031
+ },
4032
+ "urls": {
4033
+ "items": {
4034
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentUrlDtoSO"
4035
+ },
4036
+ "type": "array"
4037
+ }
4038
+ },
4039
+ "type": "object"
4040
+ },
4041
+ "SearchDialogTransmissionAttachmentUrlDto": {
4042
+ "additionalProperties": false,
4043
+ "properties": {
4044
+ "consumerType": {
4045
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
4046
+ },
4047
+ "id": {
4048
+ "format": "guid",
4049
+ "type": "string"
4050
+ },
4051
+ "mediaType": {
4052
+ "nullable": true,
4053
+ "type": "string"
4054
+ },
4055
+ "url": {
4056
+ "format": "uri",
4057
+ "type": "string"
4058
+ }
4059
+ },
4060
+ "type": "object"
4061
+ },
4062
+ "SearchDialogTransmissionAttachmentUrlDtoSO": {
3238
4063
  "additionalProperties": false,
3239
4064
  "properties": {
3240
- "content": {
3241
- "description": "The content of the dialog in search results",
3242
- "oneOf": [
3243
- {
3244
- "$ref": "#/components/schemas/SearchDialogContentDtoSO"
3245
- }
3246
- ]
4065
+ "consumerType": {
4066
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
3247
4067
  },
3248
- "createdAt": {
3249
- "description": "The date and time when the dialog was created.",
3250
- "example": "2022-12-31T23:59:59Z",
3251
- "format": "date-time",
4068
+ "id": {
4069
+ "format": "guid",
3252
4070
  "type": "string"
3253
4071
  },
3254
- "dueAt": {
3255
- "description": "The due date for the dialog. This is the last date when the dialog is expected to be completed.",
3256
- "example": "2022-12-31T23:59:59Z",
3257
- "format": "date-time",
4072
+ "mediaType": {
3258
4073
  "nullable": true,
3259
4074
  "type": "string"
3260
4075
  },
3261
- "extendedStatus": {
3262
- "description": "Arbitrary string with a service-specific indicator of status, typically used to indicate a fine-grained state of\nthe dialog to further specify the \u0022status\u0022 enum.\n \nRefer to the service-specific documentation provided by the service owner for details on the possible values (if\nin use).",
3263
- "nullable": true,
4076
+ "url": {
4077
+ "format": "uri",
3264
4078
  "type": "string"
4079
+ }
4080
+ },
4081
+ "type": "object"
4082
+ },
4083
+ "SearchDialogTransmissionContentDto": {
4084
+ "additionalProperties": false,
4085
+ "properties": {
4086
+ "summary": {
4087
+ "$ref": "#/components/schemas/ContentValueDto"
3265
4088
  },
3266
- "guiAttachmentCount": {
3267
- "description": "The number of attachments in the dialog made available for browser-based frontends.",
3268
- "format": "int32",
3269
- "nullable": true,
3270
- "type": "integer"
4089
+ "title": {
4090
+ "$ref": "#/components/schemas/ContentValueDto"
4091
+ }
4092
+ },
4093
+ "type": "object"
4094
+ },
4095
+ "SearchDialogTransmissionContentDtoSO": {
4096
+ "additionalProperties": false,
4097
+ "properties": {
4098
+ "summary": {
4099
+ "$ref": "#/components/schemas/ContentValueDto"
3271
4100
  },
3272
- "id": {
3273
- "description": "The unique identifier for the dialog in UUIDv7 format.",
3274
- "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3275
- "format": "guid",
3276
- "type": "string"
4101
+ "title": {
4102
+ "$ref": "#/components/schemas/ContentValueDto"
4103
+ }
4104
+ },
4105
+ "type": "object"
4106
+ },
4107
+ "SearchDialogTransmissionDto": {
4108
+ "additionalProperties": false,
4109
+ "properties": {
4110
+ "attachments": {
4111
+ "items": {
4112
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentDto"
4113
+ },
4114
+ "type": "array"
3277
4115
  },
3278
- "latestActivity": {
3279
- "description": "The latest entry in the dialog\u0027s activity log.",
4116
+ "authorizationAttribute": {
3280
4117
  "nullable": true,
3281
- "oneOf": [
3282
- {
3283
- "$ref": "#/components/schemas/SearchDialogDialogActivityDtoSO"
3284
- }
3285
- ]
3286
- },
3287
- "org": {
3288
- "description": "The service owner code representing the organization (service owner) related to this dialog.",
3289
- "example": "ske",
3290
4118
  "type": "string"
3291
4119
  },
3292
- "party": {
3293
- "description": "The party code representing the organization or person that the dialog belongs to in URN format",
3294
- "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
4120
+ "content": {
4121
+ "$ref": "#/components/schemas/SearchDialogTransmissionContentDto"
4122
+ },
4123
+ "createdAt": {
4124
+ "format": "date-time",
3295
4125
  "type": "string"
3296
4126
  },
3297
- "precedingProcess": {
3298
- "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
4127
+ "deletedAt": {
4128
+ "format": "date-time",
3299
4129
  "nullable": true,
3300
4130
  "type": "string"
3301
4131
  },
3302
- "process": {
3303
- "description": "Optional process identifier used to indicate a business process this dialog belongs to",
4132
+ "extendedType": {
4133
+ "format": "uri",
3304
4134
  "nullable": true,
3305
4135
  "type": "string"
3306
4136
  },
3307
- "progress": {
3308
- "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3309
- "format": "int32",
3310
- "nullable": true,
3311
- "type": "integer"
4137
+ "id": {
4138
+ "format": "guid",
4139
+ "type": "string"
3312
4140
  },
3313
- "revision": {
3314
- "description": "The unique identifier for the revision in UUIDv4 format.",
3315
- "example": "a312cb9c-7632-43c2-aa38-69b06aed56ca",
4141
+ "isAuthorized": {
4142
+ "type": "boolean"
4143
+ },
4144
+ "relatedTransmissionId": {
3316
4145
  "format": "guid",
4146
+ "nullable": true,
3317
4147
  "type": "string"
3318
4148
  },
3319
- "seenSinceLastUpdate": {
3320
- "description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
4149
+ "sender": {
4150
+ "$ref": "#/components/schemas/SearchDialogTransmissionSenderActorDto"
4151
+ },
4152
+ "type": {
4153
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
4154
+ }
4155
+ },
4156
+ "type": "object"
4157
+ },
4158
+ "SearchDialogTransmissionDtoSO": {
4159
+ "additionalProperties": false,
4160
+ "properties": {
4161
+ "attachments": {
3321
4162
  "items": {
3322
- "$ref": "#/components/schemas/SearchDialogDialogSeenLogDtoSO"
4163
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentDtoSO"
3323
4164
  },
3324
4165
  "type": "array"
3325
4166
  },
3326
- "serviceResource": {
3327
- "description": "The service identifier for the service that the dialog is related to in URN-format.\nThis corresponds to a service resource in the Altinn Resource Registry.",
3328
- "example": "urn:altinn:resource:some-service-identifier",
3329
- "type": "string"
3330
- },
3331
- "serviceResourceType": {
3332
- "description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
4167
+ "authorizationAttribute": {
4168
+ "nullable": true,
3333
4169
  "type": "string"
3334
4170
  },
3335
- "status": {
3336
- "description": "The aggregated status of the dialog.",
3337
- "oneOf": [
3338
- {
3339
- "$ref": "#/components/schemas/DialogStatus_Values"
3340
- }
3341
- ]
3342
- },
3343
- "systemLabel": {
3344
- "description": "Current display state.",
3345
- "oneOf": [
3346
- {
3347
- "$ref": "#/components/schemas/SystemLabel_Values"
3348
- }
3349
- ]
4171
+ "content": {
4172
+ "$ref": "#/components/schemas/SearchDialogTransmissionContentDtoSO"
3350
4173
  },
3351
- "updatedAt": {
3352
- "description": "The date and time when the dialog was last updated.",
3353
- "example": "2022-12-31T23:59:59Z",
4174
+ "createdAt": {
3354
4175
  "format": "date-time",
3355
4176
  "type": "string"
3356
4177
  },
3357
- "visibleFrom": {
3358
- "description": "The timestamp when the dialog will be made visible for authorized end users.",
4178
+ "deletedAt": {
3359
4179
  "format": "date-time",
3360
4180
  "nullable": true,
3361
4181
  "type": "string"
3362
- }
3363
- },
3364
- "type": "object"
3365
- },
3366
- "SearchDialogLabelAssignmentLogDto": {
3367
- "additionalProperties": false,
3368
- "properties": {
3369
- "action": {
4182
+ },
4183
+ "extendedType": {
4184
+ "format": "uri",
4185
+ "nullable": true,
3370
4186
  "type": "string"
3371
4187
  },
3372
- "createdAt": {
3373
- "format": "date-time",
4188
+ "id": {
4189
+ "format": "guid",
3374
4190
  "type": "string"
3375
4191
  },
3376
- "name": {
4192
+ "relatedTransmissionId": {
4193
+ "format": "guid",
4194
+ "nullable": true,
3377
4195
  "type": "string"
3378
4196
  },
3379
- "performedBy": {
3380
- "$ref": "#/components/schemas/LabelAssignmentLogActorDto"
4197
+ "sender": {
4198
+ "$ref": "#/components/schemas/SearchDialogTransmissionSenderActorDtoSO"
4199
+ },
4200
+ "type": {
4201
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
3381
4202
  }
3382
4203
  },
3383
4204
  "type": "object"
3384
4205
  },
3385
- "SearchDialogSeenLogDto": {
4206
+ "SearchDialogTransmissionSenderActorDto": {
3386
4207
  "additionalProperties": false,
3387
4208
  "properties": {
3388
- "id": {
3389
- "format": "guid",
4209
+ "actorId": {
3390
4210
  "type": "string"
3391
4211
  },
3392
- "isCurrentEndUser": {
3393
- "type": "boolean"
4212
+ "actorName": {
4213
+ "type": "string"
3394
4214
  },
3395
- "isViaServiceOwner": {
3396
- "type": "boolean"
4215
+ "actorType": {
4216
+ "$ref": "#/components/schemas/ActorType_Values"
3397
4217
  },
3398
- "seenAt": {
3399
- "format": "date-time",
4218
+ "id": {
4219
+ "format": "guid",
3400
4220
  "type": "string"
3401
- },
3402
- "seenBy": {
3403
- "$ref": "#/components/schemas/SearchDialogSeenLogSeenByActorDto"
3404
4221
  }
3405
4222
  },
3406
4223
  "type": "object"
3407
4224
  },
3408
- "SearchDialogSeenLogSeenByActorDto": {
4225
+ "SearchDialogTransmissionSenderActorDtoSO": {
3409
4226
  "additionalProperties": false,
3410
4227
  "properties": {
3411
4228
  "actorId": {
@@ -3414,6 +4231,9 @@
3414
4231
  "actorName": {
3415
4232
  "type": "string"
3416
4233
  },
4234
+ "actorType": {
4235
+ "$ref": "#/components/schemas/ActorType_Values"
4236
+ },
3417
4237
  "id": {
3418
4238
  "format": "guid",
3419
4239
  "type": "string"
@@ -4089,6 +4909,13 @@
4089
4909
  },
4090
4910
  "type": "array"
4091
4911
  },
4912
+ "id": {
4913
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmission attachments. If not provided, a new UUIDv7 will be generated.",
4914
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
4915
+ "format": "guid",
4916
+ "nullable": true,
4917
+ "type": "string"
4918
+ },
4092
4919
  "urls": {
4093
4920
  "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
4094
4921
  "items": {
@@ -4504,10 +5331,12 @@
4504
5331
  "200": {
4505
5332
  "content": {
4506
5333
  "application/json": {
4507
- "schema": {}
4508
- },
4509
- "text/plain": {
4510
- "schema": {}
5334
+ "schema": {
5335
+ "items": {
5336
+ "$ref": "#/components/schemas/SearchDialogActivityDto"
5337
+ },
5338
+ "type": "array"
5339
+ }
4511
5340
  }
4512
5341
  },
4513
5342
  "description": "Successfully returned the dialog activity list."
@@ -4556,6 +5385,13 @@
4556
5385
  ],
4557
5386
  "responses": {
4558
5387
  "200": {
5388
+ "content": {
5389
+ "application/json": {
5390
+ "schema": {
5391
+ "$ref": "#/components/schemas/GetDialogActivityDto"
5392
+ }
5393
+ }
5394
+ },
4559
5395
  "description": "Successfully returned the dialog activity."
4560
5396
  },
4561
5397
  "401": {
@@ -4858,7 +5694,7 @@
4858
5694
  "/api/v1/enduser/dialogs/{dialogId}/transmissions": {
4859
5695
  "get": {
4860
5696
  "description": "Gets the list of transmissions belonging to a dialog",
4861
- "operationId": "GetDialogTransmissionListEU",
5697
+ "operationId": "GetDialogTransmissionList",
4862
5698
  "parameters": [
4863
5699
  {
4864
5700
  "in": "path",
@@ -4874,10 +5710,12 @@
4874
5710
  "200": {
4875
5711
  "content": {
4876
5712
  "application/json": {
4877
- "schema": {}
4878
- },
4879
- "text/plain": {
4880
- "schema": {}
5713
+ "schema": {
5714
+ "items": {
5715
+ "$ref": "#/components/schemas/SearchDialogTransmissionDto"
5716
+ },
5717
+ "type": "array"
5718
+ }
4881
5719
  }
4882
5720
  },
4883
5721
  "description": "Successfully returned the dialog transmission list."
@@ -4903,7 +5741,7 @@
4903
5741
  "/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
4904
5742
  "get": {
4905
5743
  "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
4906
- "operationId": "GetDialogTransmissionEU",
5744
+ "operationId": "GetDialogTransmission",
4907
5745
  "parameters": [
4908
5746
  {
4909
5747
  "in": "path",
@@ -4926,6 +5764,13 @@
4926
5764
  ],
4927
5765
  "responses": {
4928
5766
  "200": {
5767
+ "content": {
5768
+ "application/json": {
5769
+ "schema": {
5770
+ "$ref": "#/components/schemas/GetDialogTransmissionDto"
5771
+ }
5772
+ }
5773
+ },
4929
5774
  "description": "Successfully returned the dialog transmission."
4930
5775
  },
4931
5776
  "401": {
@@ -5161,7 +6006,7 @@
5161
6006
  }
5162
6007
  },
5163
6008
  {
5164
- "description": "Filter by Display state ",
6009
+ "description": "Filter by Display state",
5165
6010
  "explode": true,
5166
6011
  "in": "query",
5167
6012
  "name": "systemLabel",
@@ -5896,10 +6741,9 @@
5896
6741
  "200": {
5897
6742
  "content": {
5898
6743
  "application/json": {
5899
- "schema": {}
5900
- },
5901
- "text/plain": {
5902
- "schema": {}
6744
+ "schema": {
6745
+ "$ref": "#/components/schemas/NotificationConditionDto"
6746
+ }
5903
6747
  }
5904
6748
  },
5905
6749
  "description": "Successfully returned the notification determination."
@@ -5941,10 +6785,12 @@
5941
6785
  "200": {
5942
6786
  "content": {
5943
6787
  "application/json": {
5944
- "schema": {}
5945
- },
5946
- "text/plain": {
5947
- "schema": {}
6788
+ "schema": {
6789
+ "items": {
6790
+ "$ref": "#/components/schemas/SearchDialogActivityDtoSO"
6791
+ },
6792
+ "type": "array"
6793
+ }
5948
6794
  }
5949
6795
  },
5950
6796
  "description": "Successfully returned the dialog activity list."
@@ -6098,6 +6944,13 @@
6098
6944
  ],
6099
6945
  "responses": {
6100
6946
  "200": {
6947
+ "content": {
6948
+ "application/json": {
6949
+ "schema": {
6950
+ "$ref": "#/components/schemas/GetDialogActivityDtoSO"
6951
+ }
6952
+ }
6953
+ },
6101
6954
  "description": "Successfully returned the dialog activity."
6102
6955
  },
6103
6956
  "401": {
@@ -6267,10 +7120,12 @@
6267
7120
  "200": {
6268
7121
  "content": {
6269
7122
  "application/json": {
6270
- "schema": {}
6271
- },
6272
- "text/plain": {
6273
- "schema": {}
7123
+ "schema": {
7124
+ "items": {
7125
+ "$ref": "#/components/schemas/SearchDialogTransmissionDtoSO"
7126
+ },
7127
+ "type": "array"
7128
+ }
6274
7129
  }
6275
7130
  },
6276
7131
  "description": "Successfully returned the dialog transmission list."
@@ -6424,6 +7279,13 @@
6424
7279
  ],
6425
7280
  "responses": {
6426
7281
  "200": {
7282
+ "content": {
7283
+ "application/json": {
7284
+ "schema": {
7285
+ "$ref": "#/components/schemas/GetDialogTransmissionDtoSO"
7286
+ }
7287
+ }
7288
+ },
6427
7289
  "description": "Successfully returned the dialog transmission."
6428
7290
  },
6429
7291
  "401": {