@digdir/dialogporten-schema 1.114.3 → 1.114.4

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.114.3",
3
+ "version": "1.114.4",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -2947,6 +2947,13 @@
2947
2947
  }
2948
2948
  ]
2949
2949
  },
2950
+ "id": {
2951
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of attachment URLs. If not provided, a new UUIDv7 will be generated.",
2952
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
2953
+ "format": "guid",
2954
+ "nullable": true,
2955
+ "type": "string"
2956
+ },
2950
2957
  "mediaType": {
2951
2958
  "description": "The media type of the attachment.",
2952
2959
  "example": "application/pdf\napplication/zip",
@@ -4004,7 +4011,7 @@
4004
4011
  ]
4005
4012
  },
4006
4013
  "id": {
4007
- "description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
4014
+ "description": "A self-defined UUIDv7 may be provided to support idempotent additions and updates of attachment URLs. If not provided, a new UUIDv7 will be generated.",
4008
4015
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
4009
4016
  "format": "guid",
4010
4017
  "nullable": true,
@@ -4663,6 +4670,7 @@
4663
4670
  "createdAt": {
4664
4671
  "description": "Overrides the creating date and time for the transmission.",
4665
4672
  "format": "date-time",
4673
+ "nullable": true,
4666
4674
  "type": "string"
4667
4675
  },
4668
4676
  "extendedType": {