@digdir/dialogporten-schema 1.90.0 → 1.91.2-9d13506
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/schema.verified.graphql +2 -0
- package/src/index.js +2 -0
- package/swagger.verified.json +60 -7
package/package.json
CHANGED
package/schema.verified.graphql
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 {
|
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 {
|
package/swagger.verified.json
CHANGED
|
@@ -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",
|
|
@@ -3551,13 +3593,6 @@
|
|
|
3551
3593
|
},
|
|
3552
3594
|
"nullable": true,
|
|
3553
3595
|
"type": "array"
|
|
3554
|
-
},
|
|
3555
|
-
"visibleFrom": {
|
|
3556
|
-
"description": "The timestamp when the dialog should be made visible for authorized end users. If not provided, the dialog will be\nimmediately available.",
|
|
3557
|
-
"example": "2022-12-31T23:59:59Z",
|
|
3558
|
-
"format": "date-time",
|
|
3559
|
-
"nullable": true,
|
|
3560
|
-
"type": "string"
|
|
3561
3596
|
}
|
|
3562
3597
|
},
|
|
3563
3598
|
"type": "object"
|
|
@@ -3732,6 +3767,12 @@
|
|
|
3732
3767
|
"nullable": true,
|
|
3733
3768
|
"type": "array"
|
|
3734
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
|
+
},
|
|
3735
3776
|
"id": {
|
|
3736
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.",
|
|
3737
3778
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
@@ -4284,6 +4325,12 @@
|
|
|
4284
4325
|
"nullable": true,
|
|
4285
4326
|
"type": "array"
|
|
4286
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
|
+
},
|
|
4287
4334
|
"id": {
|
|
4288
4335
|
"description": "The unique identifier for the attachment in UUIDv7 format.",
|
|
4289
4336
|
"format": "guid",
|
|
@@ -4572,6 +4619,12 @@
|
|
|
4572
4619
|
"nullable": true,
|
|
4573
4620
|
"type": "array"
|
|
4574
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
|
+
},
|
|
4575
4628
|
"id": {
|
|
4576
4629
|
"description": "The unique identifier for the attachment in UUIDv7 format.",
|
|
4577
4630
|
"format": "guid",
|