@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 +1 -1
- package/schema.verified.graphql +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -141,7 +141,7 @@ type DialogByIdForbidden implements DialogByIdError {
|
|
|
141
141
|
message: String!
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
type
|
|
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
|
|
144
|
+
type DialogByIdForbiddenAuthLevelTooLow implements DialogByIdError {
|
|
145
145
|
message: String!
|
|
146
146
|
}
|
|
147
147
|
|