@digdir/dialogporten-schema 1.118.2 → 1.118.5-0f8b8b8
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 -0
- package/src/index.js +1 -0
- package/swagger.verified.json +21 -27
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -189,9 +189,6 @@
|
|
|
189
189
|
"nullable": true,
|
|
190
190
|
"type": "string"
|
|
191
191
|
},
|
|
192
|
-
"operationType": {
|
|
193
|
-
"$ref": "#/components/schemas/JsonPatchOperations_OperationType"
|
|
194
|
-
},
|
|
195
192
|
"path": {
|
|
196
193
|
"nullable": true,
|
|
197
194
|
"type": "string"
|
|
@@ -202,28 +199,6 @@
|
|
|
202
199
|
},
|
|
203
200
|
"type": "object"
|
|
204
201
|
},
|
|
205
|
-
"JsonPatchOperations_OperationType": {
|
|
206
|
-
"description": "",
|
|
207
|
-
"enum": [
|
|
208
|
-
"Add",
|
|
209
|
-
"Remove",
|
|
210
|
-
"Replace",
|
|
211
|
-
"Move",
|
|
212
|
-
"Copy",
|
|
213
|
-
"Test",
|
|
214
|
-
"Invalid"
|
|
215
|
-
],
|
|
216
|
-
"type": "string",
|
|
217
|
-
"x-enumNames": [
|
|
218
|
-
"Add",
|
|
219
|
-
"Remove",
|
|
220
|
-
"Replace",
|
|
221
|
-
"Move",
|
|
222
|
-
"Copy",
|
|
223
|
-
"Test",
|
|
224
|
-
"Invalid"
|
|
225
|
-
]
|
|
226
|
-
},
|
|
227
202
|
"PaginatedListOfV1EndUserDialogsQueriesSearch_Dialog": {
|
|
228
203
|
"additionalProperties": false,
|
|
229
204
|
"properties": {
|
|
@@ -2791,6 +2766,11 @@
|
|
|
2791
2766
|
"V1EndUserServiceResourcesQueriesSearch_AuthorizedServiceResources": {
|
|
2792
2767
|
"additionalProperties": false,
|
|
2793
2768
|
"properties": {
|
|
2769
|
+
"isFullCatalogueFallback": {
|
|
2770
|
+
"description": "Set to true only when Items is the full referenced catalogue returned as a fallback\ninstead of the caller\u0027s authorized subset: this happens when the caller is authorized to a very large\nnumber of parties on an unfiltered request, so the authorized union is not computed. Absent/null for a\nnormal authorization-scoped result \u2014 supply a party filter to always get an authorization-scoped result.",
|
|
2771
|
+
"nullable": true,
|
|
2772
|
+
"type": "boolean"
|
|
2773
|
+
},
|
|
2794
2774
|
"items": {
|
|
2795
2775
|
"items": {
|
|
2796
2776
|
"$ref": "#/components/schemas/V1CommonServiceResourceMetadata_ServiceResourceMetadataItem"
|
|
@@ -8524,7 +8504,7 @@
|
|
|
8524
8504
|
},
|
|
8525
8505
|
"/api/v1/enduser/serviceresources": {
|
|
8526
8506
|
"get": {
|
|
8527
|
-
"description": "Returns the same service resource metadata as the public metadata endpoint, filtered to the resources the calling end user is authorized to use. Optionally narrowed by one or more party URNs.",
|
|
8507
|
+
"description": "Returns the same service resource metadata as the public metadata endpoint, filtered to the resources the calling end user is authorized to use. Optionally narrowed by one or more party URNs. For callers authorized to a very large number of parties on an unfiltered request, the full referenced catalogue is returned instead of the authorized subset, signalled by \u0027isFullCatalogueFallback\u0027 (supply a party filter to always get an authorization-scoped result).",
|
|
8528
8508
|
"operationId": "V1EndUserServiceResourcesSearch_AuthorizedServiceResources",
|
|
8529
8509
|
"parameters": [
|
|
8530
8510
|
{
|
|
@@ -11684,5 +11664,19 @@
|
|
|
11684
11664
|
]
|
|
11685
11665
|
}
|
|
11686
11666
|
}
|
|
11687
|
-
}
|
|
11667
|
+
},
|
|
11668
|
+
"tags": [
|
|
11669
|
+
{
|
|
11670
|
+
"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/).",
|
|
11671
|
+
"name": "Serviceowner"
|
|
11672
|
+
},
|
|
11673
|
+
{
|
|
11674
|
+
"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/).",
|
|
11675
|
+
"name": "Enduser"
|
|
11676
|
+
},
|
|
11677
|
+
{
|
|
11678
|
+
"description": "Public, unauthenticated metadata endpoints such as health and configuration information.",
|
|
11679
|
+
"name": "Metadata"
|
|
11680
|
+
}
|
|
11681
|
+
]
|
|
11688
11682
|
}
|