@digdir/dialogporten-schema 1.52.0-37febf6 → 1.52.0-b3d9ad8

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.52.0-37febf6",
3
+ "version": "1.52.0-b3d9ad8",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -141,7 +141,7 @@ type DialogByIdForbidden implements DialogByIdError {
141
141
  message: String!
142
142
  }
143
143
 
144
- type DialogByIdForbiddenAuthLevelToLow implements DialogByIdError {
144
+ type DialogByIdForbiddenAuthLevelTooLow implements DialogByIdError {
145
145
  message: String!
146
146
  }
147
147
 
package/src/index.js CHANGED
@@ -141,7 +141,7 @@ type DialogByIdForbidden implements DialogByIdError {
141
141
  message: String!
142
142
  }
143
143
 
144
- type DialogByIdForbiddenAuthLevelToLow implements DialogByIdError {
144
+ type DialogByIdForbiddenAuthLevelTooLow implements DialogByIdError {
145
145
  message: String!
146
146
  }
147
147