@digdir/dialogporten-schema 1.92.0 → 1.94.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.92.0",
3
+ "version": "1.94.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -440,7 +440,7 @@ type SetSystemLabelValidationError implements SetSystemLabelError {
440
440
  }
441
441
 
442
442
  type Subscriptions {
443
- "Requires a dialog token in the 'DigDir-Dialog-Token' header."
443
+ "Requires a dialog token in the 'Authorization' header."
444
444
  dialogEvents(dialogId: UUID!): DialogEventPayload! @authorize(policy: "enduserSubscription", apply: VALIDATION)
445
445
  }
446
446
 
package/src/index.js CHANGED
@@ -440,7 +440,7 @@ type SetSystemLabelValidationError implements SetSystemLabelError {
440
440
  }
441
441
 
442
442
  type Subscriptions {
443
- "Requires a dialog token in the 'DigDir-Dialog-Token' header."
443
+ "Requires a dialog token in the 'Authorization' header."
444
444
  dialogEvents(dialogId: UUID!): DialogEventPayload! @authorize(policy: "enduserSubscription", apply: VALIDATION)
445
445
  }
446
446