@digdir/dialogporten-schema 1.118.1-6fb6cd5 → 1.118.2-0cd65dd

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.1-6fb6cd5",
3
+ "version": "1.118.2-0cd65dd",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -11684,5 +11684,19 @@
11684
11684
  ]
11685
11685
  }
11686
11686
  }
11687
- }
11688
- }
11687
+ },
11688
+ "tags": [
11689
+ {
11690
+ "description": "Endpoints for service owners to create and manage dialogs. Requires a Maskinporten token with the relevant \u0060digdir:dialogporten.serviceprovider\u0060 scope. The search endpoint additionally requires the \u0060digdir:dialogporten.serviceprovider.search\u0060 scope.\n\nA .NET client SDK is available: [Altinn.ApiClients.Dialogporten.ServiceOwner](https://www.nuget.org/packages/Altinn.ApiClients.Dialogporten.ServiceOwner/).",
11691
+ "name": "Serviceowner"
11692
+ },
11693
+ {
11694
+ "description": "Endpoints for end users to read and act on dialogs they are authorized to access. Used both by persons logged in via ID-porten and by Altinn system users authenticated via Maskinporten. Requires a token with the \u0060digdir:dialogporten\u0060 scope (or \u0060digdir:dialogporten.noconsent\u0060).\n\nA .NET client SDK is available: [Altinn.ApiClients.Dialogporten.EndUser](https://www.nuget.org/packages/Altinn.ApiClients.Dialogporten.EndUser/).",
11695
+ "name": "Enduser"
11696
+ },
11697
+ {
11698
+ "description": "Public, unauthenticated metadata endpoints such as health and configuration information.",
11699
+ "name": "Metadata"
11700
+ }
11701
+ ]
11702
+ }