@digdir/dialogporten-schema 1.102.0 → 1.102.4-7aa4100

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.102.0",
3
+ "version": "1.102.4-7aa4100",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -2569,6 +2569,13 @@
2569
2569
  }
2570
2570
  ]
2571
2571
  },
2572
+ "id": {
2573
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of Api Action Endpoints. If not provided, a new UUIDv7 will be generated.",
2574
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
2575
+ "format": "guid",
2576
+ "nullable": true,
2577
+ "type": "string"
2578
+ },
2572
2579
  "requestSchema": {
2573
2580
  "description": "Link to the request schema for the endpoint. Used to provide documentation for integrators.\nDialogporten will not validate information on this endpoint.",
2574
2581
  "format": "uri",
@@ -3600,7 +3607,7 @@
3600
3607
  ]
3601
3608
  },
3602
3609
  "id": {
3603
- "description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
3610
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of Api Action Endpoints. If not provided, a new UUIDv7 will be generated.",
3604
3611
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3605
3612
  "format": "guid",
3606
3613
  "nullable": true,