@digdir/dialogporten-schema 1.48.5-5403063 → 1.49.0-e2665ca

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.48.5-5403063",
3
+ "version": "1.49.0-e2665ca",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -466,4 +466,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
466
466
 
467
467
  scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
468
468
 
469
- scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
469
+ scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
@@ -2366,6 +2366,11 @@
2366
2366
  "nullable": true,
2367
2367
  "type": "string"
2368
2368
  },
2369
+ "idempotentKey": {
2370
+ "description": "An optional key to ensure idempotency in dialog creation. If provided, it allows for the safe re-submission of the same dialog creation request without creating duplicate entries.",
2371
+ "nullable": true,
2372
+ "type": "string"
2373
+ },
2369
2374
  "party": {
2370
2375
  "description": "The party code representing the organization or person that the dialog belongs to in URN format.",
2371
2376
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
@@ -3465,6 +3470,11 @@
3465
3470
  "format": "guid",
3466
3471
  "type": "string"
3467
3472
  },
3473
+ "idempotentKey": {
3474
+ "description": "An optional key to ensure idempotency in dialog creation. If provided, it allows for the safe re-submission of the same dialog creation request without creating duplicate entries.\n ",
3475
+ "nullable": true,
3476
+ "type": "string"
3477
+ },
3468
3478
  "org": {
3469
3479
  "description": "The service owner code representing the organization (service owner) related to this dialog.",
3470
3480
  "example": "ske",
@@ -5957,6 +5967,9 @@
5957
5967
  "403": {
5958
5968
  "description": "Unauthorized to create a dialog for the given serviceResource (not owned by authenticated organization or has additional scope requirements defined in policy)."
5959
5969
  },
5970
+ "409": {
5971
+ "description": "Dialog with IdempotentKey 01941821-ffca-73a1-9335-435a882be014 has already been created."
5972
+ },
5960
5973
  "422": {
5961
5974
  "content": {
5962
5975
  "application/problem\u002Bjson": {