@digdir/dialogporten-schema 1.49.0-e2665ca → 1.49.0

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.49.0-e2665ca",
3
+ "version": "1.49.0",
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,11 +2366,6 @@
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
- },
2374
2369
  "party": {
2375
2370
  "description": "The party code representing the organization or person that the dialog belongs to in URN format.",
2376
2371
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
@@ -3470,11 +3465,6 @@
3470
3465
  "format": "guid",
3471
3466
  "type": "string"
3472
3467
  },
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
- },
3478
3468
  "org": {
3479
3469
  "description": "The service owner code representing the organization (service owner) related to this dialog.",
3480
3470
  "example": "ske",
@@ -5967,9 +5957,6 @@
5967
5957
  "403": {
5968
5958
  "description": "Unauthorized to create a dialog for the given serviceResource (not owned by authenticated organization or has additional scope requirements defined in policy)."
5969
5959
  },
5970
- "409": {
5971
- "description": "Dialog with IdempotentKey 01941821-ffca-73a1-9335-435a882be014 has already been created."
5972
- },
5973
5960
  "422": {
5974
5961
  "content": {
5975
5962
  "application/problem\u002Bjson": {