@digdir/dialogporten-schema 1.114.0 → 1.114.3-09cd511

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.0",
3
+ "version": "1.114.3-09cd511",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -238,7 +238,7 @@
238
238
  },
239
239
  "orderBy": {
240
240
  "description": "The current sorting order of the items",
241
- "example": "createdat_desc,id_desc",
241
+ "example": "contentupdatedat_desc,id_desc",
242
242
  "type": "string"
243
243
  }
244
244
  },
@@ -267,7 +267,7 @@
267
267
  },
268
268
  "orderBy": {
269
269
  "description": "The current sorting order of the items",
270
- "example": "createdat_desc,id_desc",
270
+ "example": "contentupdatedat_desc,id_desc",
271
271
  "type": "string"
272
272
  }
273
273
  },
@@ -296,7 +296,7 @@
296
296
  },
297
297
  "orderBy": {
298
298
  "description": "The current sorting order of the items",
299
- "example": "createdat_desc,id_desc",
299
+ "example": "contentupdatedat_desc,id_desc",
300
300
  "type": "string"
301
301
  }
302
302
  },
@@ -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": {
@@ -11347,4 +11355,4 @@
11347
11355
  }
11348
11356
  }
11349
11357
  }
11350
- }
11358
+ }