@digdir/dialogporten-schema 1.91.2-9d13506 → 1.91.2-abddd6b
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/swagger.verified.json +12 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -4789,6 +4789,12 @@
|
|
|
4789
4789
|
"nullable": true,
|
|
4790
4790
|
"type": "array"
|
|
4791
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
|
+
},
|
|
4792
4798
|
"id": {
|
|
4793
4799
|
"description": "The unique identifier for the attachment in UUIDv7 format.",
|
|
4794
4800
|
"format": "guid",
|
|
@@ -5416,6 +5422,12 @@
|
|
|
5416
5422
|
"nullable": true,
|
|
5417
5423
|
"type": "array"
|
|
5418
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
|
+
},
|
|
5419
5431
|
"id": {
|
|
5420
5432
|
"description": "The unique identifier for the attachment in UUIDv7 format.",
|
|
5421
5433
|
"format": "guid",
|