@digdir/dialogporten-schema 1.91.2-fb96686 → 1.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.91.2-fb96686",
3
+ "version": "1.92.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -79,6 +79,8 @@ type Attachment {
79
79
  displayName: [Localization!]!
80
80
  "The URLs associated with the attachment, each referring to a different representation of the attachment."
81
81
  urls: [AttachmentUrl!]!
82
+ "The UTC timestamp when the attachment expires and is no longer available."
83
+ expiresAt: DateTime
82
84
  }
83
85
 
84
86
  type AttachmentUrl {
package/src/index.js CHANGED
@@ -79,6 +79,8 @@ type Attachment {
79
79
  displayName: [Localization!]!
80
80
  "The URLs associated with the attachment, each referring to a different representation of the attachment."
81
81
  urls: [AttachmentUrl!]!
82
+ "The UTC timestamp when the attachment expires and is no longer available."
83
+ expiresAt: DateTime
82
84
  }
83
85
 
84
86
  type AttachmentUrl {
@@ -946,6 +946,12 @@
946
946
  "nullable": true,
947
947
  "type": "array"
948
948
  },
949
+ "expiresAt": {
950
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
951
+ "format": "date-time",
952
+ "nullable": true,
953
+ "type": "string"
954
+ },
949
955
  "id": {
950
956
  "description": "The unique identifier for the attachment in UUIDv7 format.",
951
957
  "format": "guid",
@@ -1217,6 +1223,12 @@
1217
1223
  "nullable": true,
1218
1224
  "type": "array"
1219
1225
  },
1226
+ "expiresAt": {
1227
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
1228
+ "format": "date-time",
1229
+ "nullable": true,
1230
+ "type": "string"
1231
+ },
1220
1232
  "id": {
1221
1233
  "description": "The unique identifier for the attachment in UUIDv7 format.",
1222
1234
  "format": "guid",
@@ -1382,6 +1394,12 @@
1382
1394
  "nullable": true,
1383
1395
  "type": "array"
1384
1396
  },
1397
+ "expiresAt": {
1398
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
1399
+ "format": "date-time",
1400
+ "nullable": true,
1401
+ "type": "string"
1402
+ },
1385
1403
  "id": {
1386
1404
  "description": "The unique identifier for the attachment in UUIDv7 format.",
1387
1405
  "format": "guid",
@@ -1960,6 +1978,12 @@
1960
1978
  "nullable": true,
1961
1979
  "type": "array"
1962
1980
  },
1981
+ "expiresAt": {
1982
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
1983
+ "format": "date-time",
1984
+ "nullable": true,
1985
+ "type": "string"
1986
+ },
1963
1987
  "id": {
1964
1988
  "description": "The unique identifier for the attachment in UUIDv7 format.",
1965
1989
  "format": "guid",
@@ -2456,6 +2480,12 @@
2456
2480
  "nullable": true,
2457
2481
  "type": "array"
2458
2482
  },
2483
+ "expiresAt": {
2484
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
2485
+ "format": "date-time",
2486
+ "nullable": true,
2487
+ "type": "string"
2488
+ },
2459
2489
  "id": {
2460
2490
  "description": "A self-defined UUIDv7 may be provided to support idempotent creation of attachments. If not provided, a new UUIDv7 will be generated.",
2461
2491
  "format": "guid",
@@ -2946,6 +2976,12 @@
2946
2976
  "nullable": true,
2947
2977
  "type": "array"
2948
2978
  },
2979
+ "expiresAt": {
2980
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
2981
+ "format": "date-time",
2982
+ "nullable": true,
2983
+ "type": "string"
2984
+ },
2949
2985
  "id": {
2950
2986
  "description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmission attachments. If not provided, a new UUIDv7 will be generated.",
2951
2987
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
@@ -3313,6 +3349,12 @@
3313
3349
  "nullable": true,
3314
3350
  "type": "array"
3315
3351
  },
3352
+ "expiresAt": {
3353
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
3354
+ "format": "date-time",
3355
+ "nullable": true,
3356
+ "type": "string"
3357
+ },
3316
3358
  "id": {
3317
3359
  "description": "A self-defined UUIDv7 may be provided to support idempotent additions of attachments. If not provided, a new UUIDv7 will be generated.",
3318
3360
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
@@ -3725,6 +3767,12 @@
3725
3767
  "nullable": true,
3726
3768
  "type": "array"
3727
3769
  },
3770
+ "expiresAt": {
3771
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
3772
+ "format": "date-time",
3773
+ "nullable": true,
3774
+ "type": "string"
3775
+ },
3728
3776
  "id": {
3729
3777
  "description": "A self-defined UUIDv7 may be provided to support idempotent additions of transmission attachments. If not provided, a new UUIDv7 will be generated.",
3730
3778
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
@@ -4277,6 +4325,12 @@
4277
4325
  "nullable": true,
4278
4326
  "type": "array"
4279
4327
  },
4328
+ "expiresAt": {
4329
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
4330
+ "format": "date-time",
4331
+ "nullable": true,
4332
+ "type": "string"
4333
+ },
4280
4334
  "id": {
4281
4335
  "description": "The unique identifier for the attachment in UUIDv7 format.",
4282
4336
  "format": "guid",
@@ -4565,6 +4619,12 @@
4565
4619
  "nullable": true,
4566
4620
  "type": "array"
4567
4621
  },
4622
+ "expiresAt": {
4623
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
4624
+ "format": "date-time",
4625
+ "nullable": true,
4626
+ "type": "string"
4627
+ },
4568
4628
  "id": {
4569
4629
  "description": "The unique identifier for the attachment in UUIDv7 format.",
4570
4630
  "format": "guid",
@@ -4729,6 +4789,12 @@
4729
4789
  "nullable": true,
4730
4790
  "type": "array"
4731
4791
  },
4792
+ "expiresAt": {
4793
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
4794
+ "format": "date-time",
4795
+ "nullable": true,
4796
+ "type": "string"
4797
+ },
4732
4798
  "id": {
4733
4799
  "description": "The unique identifier for the attachment in UUIDv7 format.",
4734
4800
  "format": "guid",
@@ -5356,6 +5422,12 @@
5356
5422
  "nullable": true,
5357
5423
  "type": "array"
5358
5424
  },
5425
+ "expiresAt": {
5426
+ "description": "The UTC timestamp when the attachment expires and is no longer available.",
5427
+ "format": "date-time",
5428
+ "nullable": true,
5429
+ "type": "string"
5430
+ },
5359
5431
  "id": {
5360
5432
  "description": "The unique identifier for the attachment in UUIDv7 format.",
5361
5433
  "format": "guid",