@digdir/dialogporten-schema 1.97.1-3130256 → 1.97.1-8bdeebb

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.97.1-3130256",
3
+ "version": "1.97.1-8bdeebb",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -3081,7 +3081,7 @@
3081
3081
  "type": "string"
3082
3082
  },
3083
3083
  "id": {
3084
- "description": "A UUIDv7 may be provided to support idempotent additions to the list of activities.\nIf not supplied, a new UUIDv7 will be generated.",
3084
+ "description": "The UUDIv7 of the action may be provided to support idempotent additions to the list of activities.\nIf not supplied, a new UUIDv7 will be generated.",
3085
3085
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3086
3086
  "format": "guid",
3087
3087
  "nullable": true,
@@ -3112,105 +3112,13 @@
3112
3112
  },
3113
3113
  "type": "object"
3114
3114
  },
3115
- "V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionAttachment": {
3116
- "additionalProperties": false,
3117
- "properties": {
3118
- "displayName": {
3119
- "description": "The display name of the attachment that should be used in GUIs.",
3120
- "items": {
3121
- "$ref": "#/components/schemas/V1CommonLocalizations_Localization"
3122
- },
3123
- "nullable": true,
3124
- "type": "array"
3125
- },
3126
- "expiresAt": {
3127
- "description": "The UTC timestamp when the attachment expires and is no longer available.",
3128
- "format": "date-time",
3129
- "nullable": true,
3130
- "type": "string"
3131
- },
3132
- "id": {
3133
- "description": "A self-defined UUIDv7 may be provided to support idempotent additions of transmission attachments. If not provided, a new UUIDv7 will be generated.",
3134
- "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3135
- "format": "guid",
3136
- "nullable": true,
3137
- "type": "string"
3138
- },
3139
- "urls": {
3140
- "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
3141
- "items": {
3142
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionAttachmentUrl"
3143
- },
3144
- "nullable": true,
3145
- "type": "array"
3146
- }
3147
- },
3148
- "type": "object"
3149
- },
3150
- "V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionAttachmentUrl": {
3151
- "additionalProperties": false,
3152
- "properties": {
3153
- "consumerType": {
3154
- "description": "The type of consumer the URL is intended for.",
3155
- "oneOf": [
3156
- {
3157
- "$ref": "#/components/schemas/Attachments_AttachmentUrlConsumerType"
3158
- }
3159
- ]
3160
- },
3161
- "mediaType": {
3162
- "description": "The media type of the attachment.",
3163
- "example": "application/pdf\napplication/zip",
3164
- "nullable": true,
3165
- "type": "string"
3166
- },
3167
- "url": {
3168
- "description": "The fully qualified URL of the attachment.",
3169
- "format": "uri",
3170
- "type": "string"
3171
- }
3172
- },
3173
- "type": "object"
3174
- },
3175
- "V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionContent": {
3176
- "additionalProperties": false,
3177
- "properties": {
3178
- "contentReference": {
3179
- "description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL. Must be HTTPS.",
3180
- "nullable": true,
3181
- "oneOf": [
3182
- {
3183
- "$ref": "#/components/schemas/V1CommonContent_ContentValue"
3184
- }
3185
- ]
3186
- },
3187
- "summary": {
3188
- "description": "The transmission summary.",
3189
- "nullable": true,
3190
- "oneOf": [
3191
- {
3192
- "$ref": "#/components/schemas/V1CommonContent_ContentValue"
3193
- }
3194
- ]
3195
- },
3196
- "title": {
3197
- "description": "The transmission title. Must be text/plain.",
3198
- "oneOf": [
3199
- {
3200
- "$ref": "#/components/schemas/V1CommonContent_ContentValue"
3201
- }
3202
- ]
3203
- }
3204
- },
3205
- "type": "object"
3206
- },
3207
3115
  "V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionRequest": {
3208
3116
  "additionalProperties": false,
3209
3117
  "properties": {
3210
3118
  "attachments": {
3211
3119
  "description": "The transmission-level attachments.",
3212
3120
  "items": {
3213
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionAttachment"
3121
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_TransmissionAttachment"
3214
3122
  },
3215
3123
  "nullable": true,
3216
3124
  "type": "array"
@@ -3226,7 +3134,7 @@
3226
3134
  "nullable": true,
3227
3135
  "oneOf": [
3228
3136
  {
3229
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreateTransmission_TransmissionContent"
3137
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_TransmissionContent"
3230
3138
  }
3231
3139
  ]
3232
3140
  },
@@ -3247,7 +3155,7 @@
3247
3155
  "type": "string"
3248
3156
  },
3249
3157
  "id": {
3250
- "description": "A UUIDv7 may be provided to support idempotent additions to the list of transmissions.\nIf not supplied, a new UUIDv7 will be generated.",
3158
+ "description": "The UUDIv7 of the action may be provided to support idempotent additions to the list of transmissions.\nIf not supplied, a new UUIDv7 will be generated.",
3251
3159
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3252
3160
  "format": "guid",
3253
3161
  "nullable": true,
@@ -3302,7 +3210,7 @@
3302
3210
  "type": "string"
3303
3211
  },
3304
3212
  "id": {
3305
- "description": "A UUIDv7 may be provided to support idempotent additions to the list of activities.\nIf not supplied, a new UUIDv7 will be generated.",
3213
+ "description": "The UUDIv7 of the action may be provided to support idempotent additions to the list of activities.\nIf not supplied, a new UUIDv7 will be generated.",
3306
3214
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3307
3215
  "format": "guid",
3308
3216
  "nullable": true,
@@ -3817,7 +3725,7 @@
3817
3725
  "type": "string"
3818
3726
  },
3819
3727
  "id": {
3820
- "description": "A UUIDv7 may be provided to support idempotent additions to the list of transmissions.\nIf not supplied, a new UUIDv7 will be generated.",
3728
+ "description": "The UUDIv7 of the action may be provided to support idempotent additions to the list of transmissions.\nIf not supplied, a new UUIDv7 will be generated.",
3821
3729
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3822
3730
  "format": "guid",
3823
3731
  "nullable": true,