@digdir/dialogporten-schema 1.118.6 → 1.119.0-d98a3d6

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.118.6",
3
+ "version": "1.119.0-d98a3d6",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -910,4 +910,4 @@ directive @authorize(
910
910
  roles: [String!]
911
911
  "Defines when the authorize directive shall be applied. By default the authorize directive is applied before the resolver is executed."
912
912
  apply: ApplyPolicy! = BEFORE_RESOLVER
913
- ) repeatable on OBJECT | FIELD_DEFINITION
913
+ ) repeatable on OBJECT | FIELD_DEFINITION
@@ -4764,6 +4764,13 @@
4764
4764
  }
4765
4765
  ]
4766
4766
  },
4767
+ "id": {
4768
+ "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.",
4769
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
4770
+ "format": "guid",
4771
+ "nullable": true,
4772
+ "type": "string"
4773
+ },
4767
4774
  "mediaType": {
4768
4775
  "description": "The media type of the attachment.",
4769
4776
  "example": "application/pdf\napplication/zip",
@@ -8392,6 +8399,16 @@
8392
8399
  "403": {
8393
8400
  "description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
8394
8401
  },
8402
+ "404": {
8403
+ "content": {
8404
+ "application/problem\u002Bjson": {
8405
+ "schema": {
8406
+ "$ref": "#/components/schemas/ProblemDetails"
8407
+ }
8408
+ }
8409
+ },
8410
+ "description": "The given dialog ID was not found."
8411
+ },
8395
8412
  "409": {
8396
8413
  "description": "Conflict occurred while processing the request."
8397
8414
  },
@@ -11608,6 +11625,16 @@
11608
11625
  "403": {
11609
11626
  "description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
11610
11627
  },
11628
+ "404": {
11629
+ "content": {
11630
+ "application/problem\u002Bjson": {
11631
+ "schema": {
11632
+ "$ref": "#/components/schemas/ProblemDetails"
11633
+ }
11634
+ }
11635
+ },
11636
+ "description": "The given dialog ID was not found."
11637
+ },
11611
11638
  "409": {
11612
11639
  "description": "Conflict occurred while processing the request."
11613
11640
  },