@digdir/dialogporten-schema 1.23.1-cd4473d → 1.25.0-20c3d54
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 +2 -2
- package/schema.verified.graphql +1 -0
- package/src/index.js +1 -0
- package/swagger.verified.json +198 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digdir/dialogporten-schema",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0-20c3d54",
|
|
4
4
|
"description": "GraphQl schema and OpenAPI spec for Dialogporten",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "20"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "npm run build && vitest run --test-timeout=10000"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"vitest": "2.1.
|
|
19
|
+
"vitest": "2.1.3",
|
|
20
20
|
"glob": "11.0.0",
|
|
21
21
|
"graphql-tag": "2.12.6"
|
|
22
22
|
},
|
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
310
|
"mainContentReference": {
|
|
311
|
-
"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",
|
|
311
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.\nSupported media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
312
312
|
"nullable": true,
|
|
313
313
|
"oneOf": [
|
|
314
314
|
{
|
|
@@ -606,6 +606,15 @@
|
|
|
606
606
|
"CreateDialogDialogTransmissionContentDto": {
|
|
607
607
|
"additionalProperties": false,
|
|
608
608
|
"properties": {
|
|
609
|
+
"contentReference": {
|
|
610
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
611
|
+
"nullable": true,
|
|
612
|
+
"oneOf": [
|
|
613
|
+
{
|
|
614
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
615
|
+
}
|
|
616
|
+
]
|
|
617
|
+
},
|
|
609
618
|
"summary": {
|
|
610
619
|
"description": "The transmission summary.",
|
|
611
620
|
"oneOf": [
|
|
@@ -1128,7 +1137,7 @@
|
|
|
1128
1137
|
]
|
|
1129
1138
|
},
|
|
1130
1139
|
"mainContentReference": {
|
|
1131
|
-
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.",
|
|
1140
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
1132
1141
|
"nullable": true,
|
|
1133
1142
|
"oneOf": [
|
|
1134
1143
|
{
|
|
@@ -1943,6 +1952,15 @@
|
|
|
1943
1952
|
"GetDialogDialogTransmissionContentDto": {
|
|
1944
1953
|
"additionalProperties": false,
|
|
1945
1954
|
"properties": {
|
|
1955
|
+
"contentReference": {
|
|
1956
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
1957
|
+
"nullable": true,
|
|
1958
|
+
"oneOf": [
|
|
1959
|
+
{
|
|
1960
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
1961
|
+
}
|
|
1962
|
+
]
|
|
1963
|
+
},
|
|
1946
1964
|
"summary": {
|
|
1947
1965
|
"description": "The transmission summary.",
|
|
1948
1966
|
"oneOf": [
|
|
@@ -1965,6 +1983,15 @@
|
|
|
1965
1983
|
"GetDialogDialogTransmissionContentDtoSO": {
|
|
1966
1984
|
"additionalProperties": false,
|
|
1967
1985
|
"properties": {
|
|
1986
|
+
"contentReference": {
|
|
1987
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
1988
|
+
"nullable": true,
|
|
1989
|
+
"oneOf": [
|
|
1990
|
+
{
|
|
1991
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1968
1995
|
"summary": {
|
|
1969
1996
|
"description": "The transmission summary.",
|
|
1970
1997
|
"oneOf": [
|
|
@@ -2423,12 +2450,12 @@
|
|
|
2423
2450
|
"type": "string"
|
|
2424
2451
|
},
|
|
2425
2452
|
"precedingProcess": {
|
|
2426
|
-
"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.
|
|
2453
|
+
"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.",
|
|
2427
2454
|
"nullable": true,
|
|
2428
2455
|
"type": "string"
|
|
2429
2456
|
},
|
|
2430
2457
|
"process": {
|
|
2431
|
-
"description": "Optional process identifier used to indicate a business process this dialog belongs to
|
|
2458
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
2432
2459
|
"nullable": true,
|
|
2433
2460
|
"type": "string"
|
|
2434
2461
|
},
|
|
@@ -2708,6 +2735,15 @@
|
|
|
2708
2735
|
"GetDialogTransmissionContentDto": {
|
|
2709
2736
|
"additionalProperties": false,
|
|
2710
2737
|
"properties": {
|
|
2738
|
+
"contentReference": {
|
|
2739
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
2740
|
+
"nullable": true,
|
|
2741
|
+
"oneOf": [
|
|
2742
|
+
{
|
|
2743
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2746
|
+
},
|
|
2711
2747
|
"summary": {
|
|
2712
2748
|
"description": "The summary of the content.",
|
|
2713
2749
|
"oneOf": [
|
|
@@ -2730,6 +2766,15 @@
|
|
|
2730
2766
|
"GetDialogTransmissionContentDtoSO": {
|
|
2731
2767
|
"additionalProperties": false,
|
|
2732
2768
|
"properties": {
|
|
2769
|
+
"contentReference": {
|
|
2770
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
2771
|
+
"nullable": true,
|
|
2772
|
+
"oneOf": [
|
|
2773
|
+
{
|
|
2774
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
2775
|
+
}
|
|
2776
|
+
]
|
|
2777
|
+
},
|
|
2733
2778
|
"summary": {
|
|
2734
2779
|
"description": "The summary of the content.",
|
|
2735
2780
|
"oneOf": [
|
|
@@ -3942,16 +3987,19 @@
|
|
|
3942
3987
|
"additionalProperties": false,
|
|
3943
3988
|
"properties": {
|
|
3944
3989
|
"displayName": {
|
|
3990
|
+
"description": "The display name of the attachment that should be used in GUIs.",
|
|
3945
3991
|
"items": {
|
|
3946
3992
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3947
3993
|
},
|
|
3948
3994
|
"type": "array"
|
|
3949
3995
|
},
|
|
3950
3996
|
"id": {
|
|
3997
|
+
"description": "The unique identifier for the attachment in UUIDv7 format.",
|
|
3951
3998
|
"format": "guid",
|
|
3952
3999
|
"type": "string"
|
|
3953
4000
|
},
|
|
3954
4001
|
"urls": {
|
|
4002
|
+
"description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
|
|
3955
4003
|
"items": {
|
|
3956
4004
|
"$ref": "#/components/schemas/SearchDialogTransmissionAttachmentUrlDto"
|
|
3957
4005
|
},
|
|
@@ -3964,16 +4012,19 @@
|
|
|
3964
4012
|
"additionalProperties": false,
|
|
3965
4013
|
"properties": {
|
|
3966
4014
|
"displayName": {
|
|
4015
|
+
"description": "The display name of the attachment that should be used in GUIs.",
|
|
3967
4016
|
"items": {
|
|
3968
4017
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
3969
4018
|
},
|
|
3970
4019
|
"type": "array"
|
|
3971
4020
|
},
|
|
3972
4021
|
"id": {
|
|
4022
|
+
"description": "The unique identifier for the attachment in UUIDv7 format.",
|
|
3973
4023
|
"format": "guid",
|
|
3974
4024
|
"type": "string"
|
|
3975
4025
|
},
|
|
3976
4026
|
"urls": {
|
|
4027
|
+
"description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
|
|
3977
4028
|
"items": {
|
|
3978
4029
|
"$ref": "#/components/schemas/SearchDialogTransmissionAttachmentUrlDtoSO"
|
|
3979
4030
|
},
|
|
@@ -3986,17 +4037,27 @@
|
|
|
3986
4037
|
"additionalProperties": false,
|
|
3987
4038
|
"properties": {
|
|
3988
4039
|
"consumerType": {
|
|
3989
|
-
"
|
|
4040
|
+
"description": "The type of consumer the URL is intended for.",
|
|
4041
|
+
"oneOf": [
|
|
4042
|
+
{
|
|
4043
|
+
"$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
|
|
4044
|
+
}
|
|
4045
|
+
]
|
|
3990
4046
|
},
|
|
3991
4047
|
"id": {
|
|
4048
|
+
"description": "The unique identifier for the attachment URL in UUIDv7 format.",
|
|
3992
4049
|
"format": "guid",
|
|
3993
4050
|
"type": "string"
|
|
3994
4051
|
},
|
|
3995
4052
|
"mediaType": {
|
|
4053
|
+
"description": "The media type of the attachment.",
|
|
4054
|
+
"example": "application/pdf\napplication/zip",
|
|
3996
4055
|
"nullable": true,
|
|
3997
4056
|
"type": "string"
|
|
3998
4057
|
},
|
|
3999
4058
|
"url": {
|
|
4059
|
+
"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.",
|
|
4060
|
+
"example": "https://someendpoint.com/someattachment.pdf\nurn:dialogporten:unauthorized",
|
|
4000
4061
|
"format": "uri",
|
|
4001
4062
|
"type": "string"
|
|
4002
4063
|
}
|
|
@@ -4007,17 +4068,27 @@
|
|
|
4007
4068
|
"additionalProperties": false,
|
|
4008
4069
|
"properties": {
|
|
4009
4070
|
"consumerType": {
|
|
4010
|
-
"
|
|
4071
|
+
"description": "The type of consumer the URL is intended for.",
|
|
4072
|
+
"oneOf": [
|
|
4073
|
+
{
|
|
4074
|
+
"$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
|
|
4075
|
+
}
|
|
4076
|
+
]
|
|
4011
4077
|
},
|
|
4012
4078
|
"id": {
|
|
4079
|
+
"description": "The unique identifier for the attachment URL in UUIDv7 format.",
|
|
4013
4080
|
"format": "guid",
|
|
4014
4081
|
"type": "string"
|
|
4015
4082
|
},
|
|
4016
4083
|
"mediaType": {
|
|
4084
|
+
"description": "The media type of the attachment.",
|
|
4085
|
+
"example": "application/pdf\napplication/zip",
|
|
4017
4086
|
"nullable": true,
|
|
4018
4087
|
"type": "string"
|
|
4019
4088
|
},
|
|
4020
4089
|
"url": {
|
|
4090
|
+
"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.",
|
|
4091
|
+
"example": "https://someendpoint.com/someattachment.pdf\nurn:dialogporten:unauthorized",
|
|
4021
4092
|
"format": "uri",
|
|
4022
4093
|
"type": "string"
|
|
4023
4094
|
}
|
|
@@ -4027,11 +4098,30 @@
|
|
|
4027
4098
|
"SearchDialogTransmissionContentDto": {
|
|
4028
4099
|
"additionalProperties": false,
|
|
4029
4100
|
"properties": {
|
|
4101
|
+
"contentReference": {
|
|
4102
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
4103
|
+
"nullable": true,
|
|
4104
|
+
"oneOf": [
|
|
4105
|
+
{
|
|
4106
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4109
|
+
},
|
|
4030
4110
|
"summary": {
|
|
4031
|
-
"
|
|
4111
|
+
"description": "The summary of the content.",
|
|
4112
|
+
"oneOf": [
|
|
4113
|
+
{
|
|
4114
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4115
|
+
}
|
|
4116
|
+
]
|
|
4032
4117
|
},
|
|
4033
4118
|
"title": {
|
|
4034
|
-
"
|
|
4119
|
+
"description": "The title of the content.",
|
|
4120
|
+
"oneOf": [
|
|
4121
|
+
{
|
|
4122
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4123
|
+
}
|
|
4124
|
+
]
|
|
4035
4125
|
}
|
|
4036
4126
|
},
|
|
4037
4127
|
"type": "object"
|
|
@@ -4039,11 +4129,30 @@
|
|
|
4039
4129
|
"SearchDialogTransmissionContentDtoSO": {
|
|
4040
4130
|
"additionalProperties": false,
|
|
4041
4131
|
"properties": {
|
|
4132
|
+
"contentReference": {
|
|
4133
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.",
|
|
4134
|
+
"nullable": true,
|
|
4135
|
+
"oneOf": [
|
|
4136
|
+
{
|
|
4137
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
},
|
|
4042
4141
|
"summary": {
|
|
4043
|
-
"
|
|
4142
|
+
"description": "The summary of the content.",
|
|
4143
|
+
"oneOf": [
|
|
4144
|
+
{
|
|
4145
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4146
|
+
}
|
|
4147
|
+
]
|
|
4044
4148
|
},
|
|
4045
4149
|
"title": {
|
|
4046
|
-
"
|
|
4150
|
+
"description": "The title of the content.",
|
|
4151
|
+
"oneOf": [
|
|
4152
|
+
{
|
|
4153
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4154
|
+
}
|
|
4155
|
+
]
|
|
4047
4156
|
}
|
|
4048
4157
|
},
|
|
4049
4158
|
"type": "object"
|
|
@@ -4052,49 +4161,72 @@
|
|
|
4052
4161
|
"additionalProperties": false,
|
|
4053
4162
|
"properties": {
|
|
4054
4163
|
"attachments": {
|
|
4164
|
+
"description": "The attachments associated with the transmission.",
|
|
4055
4165
|
"items": {
|
|
4056
4166
|
"$ref": "#/components/schemas/SearchDialogTransmissionAttachmentDto"
|
|
4057
4167
|
},
|
|
4058
4168
|
"type": "array"
|
|
4059
4169
|
},
|
|
4060
4170
|
"authorizationAttribute": {
|
|
4171
|
+
"description": "The authorization attribute associated with the transmission.",
|
|
4061
4172
|
"nullable": true,
|
|
4062
4173
|
"type": "string"
|
|
4063
4174
|
},
|
|
4064
4175
|
"content": {
|
|
4065
|
-
"
|
|
4176
|
+
"description": "The content of the transmission.",
|
|
4177
|
+
"oneOf": [
|
|
4178
|
+
{
|
|
4179
|
+
"$ref": "#/components/schemas/SearchDialogTransmissionContentDto"
|
|
4180
|
+
}
|
|
4181
|
+
]
|
|
4066
4182
|
},
|
|
4067
4183
|
"createdAt": {
|
|
4184
|
+
"description": "The date and time when the transmission was created.",
|
|
4068
4185
|
"format": "date-time",
|
|
4069
4186
|
"type": "string"
|
|
4070
4187
|
},
|
|
4071
4188
|
"deletedAt": {
|
|
4189
|
+
"description": "The date and time when the transmission was deleted, if applicable.",
|
|
4072
4190
|
"format": "date-time",
|
|
4073
4191
|
"nullable": true,
|
|
4074
4192
|
"type": "string"
|
|
4075
4193
|
},
|
|
4076
4194
|
"extendedType": {
|
|
4195
|
+
"description": "The extended type URI for the transmission.",
|
|
4077
4196
|
"format": "uri",
|
|
4078
4197
|
"nullable": true,
|
|
4079
4198
|
"type": "string"
|
|
4080
4199
|
},
|
|
4081
4200
|
"id": {
|
|
4201
|
+
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
4082
4202
|
"format": "guid",
|
|
4083
4203
|
"type": "string"
|
|
4084
4204
|
},
|
|
4085
4205
|
"isAuthorized": {
|
|
4206
|
+
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available",
|
|
4086
4207
|
"type": "boolean"
|
|
4087
4208
|
},
|
|
4088
4209
|
"relatedTransmissionId": {
|
|
4210
|
+
"description": "The unique identifier for the related transmission, if any.",
|
|
4089
4211
|
"format": "guid",
|
|
4090
4212
|
"nullable": true,
|
|
4091
4213
|
"type": "string"
|
|
4092
4214
|
},
|
|
4093
4215
|
"sender": {
|
|
4094
|
-
"
|
|
4216
|
+
"description": "The sender actor information for the transmission.",
|
|
4217
|
+
"oneOf": [
|
|
4218
|
+
{
|
|
4219
|
+
"$ref": "#/components/schemas/SearchDialogTransmissionSenderActorDto"
|
|
4220
|
+
}
|
|
4221
|
+
]
|
|
4095
4222
|
},
|
|
4096
4223
|
"type": {
|
|
4097
|
-
"
|
|
4224
|
+
"description": "The type of the transmission.",
|
|
4225
|
+
"oneOf": [
|
|
4226
|
+
{
|
|
4227
|
+
"$ref": "#/components/schemas/DialogTransmissionType_Values"
|
|
4228
|
+
}
|
|
4229
|
+
]
|
|
4098
4230
|
}
|
|
4099
4231
|
},
|
|
4100
4232
|
"type": "object"
|
|
@@ -4103,46 +4235,68 @@
|
|
|
4103
4235
|
"additionalProperties": false,
|
|
4104
4236
|
"properties": {
|
|
4105
4237
|
"attachments": {
|
|
4238
|
+
"description": "The attachments associated with the transmission.",
|
|
4106
4239
|
"items": {
|
|
4107
4240
|
"$ref": "#/components/schemas/SearchDialogTransmissionAttachmentDtoSO"
|
|
4108
4241
|
},
|
|
4109
4242
|
"type": "array"
|
|
4110
4243
|
},
|
|
4111
4244
|
"authorizationAttribute": {
|
|
4245
|
+
"description": "The authorization attribute associated with the transmission.",
|
|
4112
4246
|
"nullable": true,
|
|
4113
4247
|
"type": "string"
|
|
4114
4248
|
},
|
|
4115
4249
|
"content": {
|
|
4116
|
-
"
|
|
4250
|
+
"description": "The content of the transmission.",
|
|
4251
|
+
"oneOf": [
|
|
4252
|
+
{
|
|
4253
|
+
"$ref": "#/components/schemas/SearchDialogTransmissionContentDtoSO"
|
|
4254
|
+
}
|
|
4255
|
+
]
|
|
4117
4256
|
},
|
|
4118
4257
|
"createdAt": {
|
|
4258
|
+
"description": "The date and time when the transmission was created.",
|
|
4119
4259
|
"format": "date-time",
|
|
4120
4260
|
"type": "string"
|
|
4121
4261
|
},
|
|
4122
4262
|
"deletedAt": {
|
|
4263
|
+
"description": "The date and time when the transmission was deleted, if applicable.",
|
|
4123
4264
|
"format": "date-time",
|
|
4124
4265
|
"nullable": true,
|
|
4125
4266
|
"type": "string"
|
|
4126
4267
|
},
|
|
4127
4268
|
"extendedType": {
|
|
4269
|
+
"description": "The extended type URI for the transmission.",
|
|
4128
4270
|
"format": "uri",
|
|
4129
4271
|
"nullable": true,
|
|
4130
4272
|
"type": "string"
|
|
4131
4273
|
},
|
|
4132
4274
|
"id": {
|
|
4275
|
+
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
4133
4276
|
"format": "guid",
|
|
4134
4277
|
"type": "string"
|
|
4135
4278
|
},
|
|
4136
4279
|
"relatedTransmissionId": {
|
|
4280
|
+
"description": "The unique identifier for the related transmission, if any.",
|
|
4137
4281
|
"format": "guid",
|
|
4138
4282
|
"nullable": true,
|
|
4139
4283
|
"type": "string"
|
|
4140
4284
|
},
|
|
4141
4285
|
"sender": {
|
|
4142
|
-
"
|
|
4286
|
+
"description": "The sender actor information for the transmission.",
|
|
4287
|
+
"oneOf": [
|
|
4288
|
+
{
|
|
4289
|
+
"$ref": "#/components/schemas/SearchDialogTransmissionSenderActorDtoSO"
|
|
4290
|
+
}
|
|
4291
|
+
]
|
|
4143
4292
|
},
|
|
4144
4293
|
"type": {
|
|
4145
|
-
"
|
|
4294
|
+
"description": "The type of the transmission.",
|
|
4295
|
+
"oneOf": [
|
|
4296
|
+
{
|
|
4297
|
+
"$ref": "#/components/schemas/DialogTransmissionType_Values"
|
|
4298
|
+
}
|
|
4299
|
+
]
|
|
4146
4300
|
}
|
|
4147
4301
|
},
|
|
4148
4302
|
"type": "object"
|
|
@@ -4151,15 +4305,23 @@
|
|
|
4151
4305
|
"additionalProperties": false,
|
|
4152
4306
|
"properties": {
|
|
4153
4307
|
"actorId": {
|
|
4308
|
+
"description": "The identifier of the actor.",
|
|
4154
4309
|
"type": "string"
|
|
4155
4310
|
},
|
|
4156
4311
|
"actorName": {
|
|
4312
|
+
"description": "The name of the actor.",
|
|
4157
4313
|
"type": "string"
|
|
4158
4314
|
},
|
|
4159
4315
|
"actorType": {
|
|
4160
|
-
"
|
|
4316
|
+
"description": "The type of the actor.",
|
|
4317
|
+
"oneOf": [
|
|
4318
|
+
{
|
|
4319
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
4320
|
+
}
|
|
4321
|
+
]
|
|
4161
4322
|
},
|
|
4162
4323
|
"id": {
|
|
4324
|
+
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
4163
4325
|
"format": "guid",
|
|
4164
4326
|
"type": "string"
|
|
4165
4327
|
}
|
|
@@ -4170,15 +4332,23 @@
|
|
|
4170
4332
|
"additionalProperties": false,
|
|
4171
4333
|
"properties": {
|
|
4172
4334
|
"actorId": {
|
|
4335
|
+
"description": "The identifier of the actor.",
|
|
4173
4336
|
"type": "string"
|
|
4174
4337
|
},
|
|
4175
4338
|
"actorName": {
|
|
4339
|
+
"description": "The name of the actor.",
|
|
4176
4340
|
"type": "string"
|
|
4177
4341
|
},
|
|
4178
4342
|
"actorType": {
|
|
4179
|
-
"
|
|
4343
|
+
"description": "The type of the actor.",
|
|
4344
|
+
"oneOf": [
|
|
4345
|
+
{
|
|
4346
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
4347
|
+
}
|
|
4348
|
+
]
|
|
4180
4349
|
},
|
|
4181
4350
|
"id": {
|
|
4351
|
+
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
4182
4352
|
"format": "guid",
|
|
4183
4353
|
"type": "string"
|
|
4184
4354
|
}
|
|
@@ -4272,7 +4442,7 @@
|
|
|
4272
4442
|
]
|
|
4273
4443
|
},
|
|
4274
4444
|
"mainContentReference": {
|
|
4275
|
-
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.",
|
|
4445
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.",
|
|
4276
4446
|
"nullable": true,
|
|
4277
4447
|
"oneOf": [
|
|
4278
4448
|
{
|
|
@@ -4605,6 +4775,15 @@
|
|
|
4605
4775
|
"UpdateDialogDialogTransmissionContentDto": {
|
|
4606
4776
|
"additionalProperties": false,
|
|
4607
4777
|
"properties": {
|
|
4778
|
+
"contentReference": {
|
|
4779
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.\nAllowed media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
4780
|
+
"nullable": true,
|
|
4781
|
+
"oneOf": [
|
|
4782
|
+
{
|
|
4783
|
+
"$ref": "#/components/schemas/ContentValueDto"
|
|
4784
|
+
}
|
|
4785
|
+
]
|
|
4786
|
+
},
|
|
4608
4787
|
"summary": {
|
|
4609
4788
|
"description": "The transmission summary.",
|
|
4610
4789
|
"oneOf": [
|