@digdir/dialogporten-schema 1.52.0 → 1.53.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 +1 -1
- package/schema.verified.graphql +5 -1
- package/src/index.js +4 -0
- package/swagger.verified.json +75 -3
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -141,6 +141,10 @@ type DialogByIdForbidden implements DialogByIdError {
|
|
|
141
141
|
message: String!
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
type DialogByIdForbiddenAuthLevelTooLow implements DialogByIdError {
|
|
145
|
+
message: String!
|
|
146
|
+
}
|
|
147
|
+
|
|
144
148
|
type DialogByIdNotFound implements DialogByIdError {
|
|
145
149
|
message: String!
|
|
146
150
|
}
|
|
@@ -466,4 +470,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
|
|
|
466
470
|
|
|
467
471
|
scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
|
|
468
472
|
|
|
469
|
-
scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
|
|
473
|
+
scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
|
package/src/index.js
CHANGED
|
@@ -141,6 +141,10 @@ type DialogByIdForbidden implements DialogByIdError {
|
|
|
141
141
|
message: String!
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
type DialogByIdForbiddenAuthLevelTooLow implements DialogByIdError {
|
|
145
|
+
message: String!
|
|
146
|
+
}
|
|
147
|
+
|
|
144
148
|
type DialogByIdNotFound implements DialogByIdError {
|
|
145
149
|
message: String!
|
|
146
150
|
}
|
package/swagger.verified.json
CHANGED
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
},
|
|
328
328
|
"type": "object"
|
|
329
329
|
},
|
|
330
|
-
"
|
|
330
|
+
"V1Common_DeletedFilter": {
|
|
331
331
|
"description": "",
|
|
332
332
|
"enum": [
|
|
333
333
|
"Exclude",
|
|
@@ -2258,6 +2258,24 @@
|
|
|
2258
2258
|
}
|
|
2259
2259
|
]
|
|
2260
2260
|
},
|
|
2261
|
+
"nonSensitiveSummary": {
|
|
2262
|
+
"description": "An optional non-sensitive summary of the dialog and its current state.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
2263
|
+
"nullable": true,
|
|
2264
|
+
"oneOf": [
|
|
2265
|
+
{
|
|
2266
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2267
|
+
}
|
|
2268
|
+
]
|
|
2269
|
+
},
|
|
2270
|
+
"nonSensitiveTitle": {
|
|
2271
|
+
"description": "An optional non-sensitive title of the dialog.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
2272
|
+
"nullable": true,
|
|
2273
|
+
"oneOf": [
|
|
2274
|
+
{
|
|
2275
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2276
|
+
}
|
|
2277
|
+
]
|
|
2278
|
+
},
|
|
2261
2279
|
"senderName": {
|
|
2262
2280
|
"description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.\nSupported media types: text/plain",
|
|
2263
2281
|
"nullable": true,
|
|
@@ -2912,6 +2930,24 @@
|
|
|
2912
2930
|
}
|
|
2913
2931
|
]
|
|
2914
2932
|
},
|
|
2933
|
+
"nonSensitiveSummary": {
|
|
2934
|
+
"description": "An optional non-sensitive summary of the dialog and its current state.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
2935
|
+
"nullable": true,
|
|
2936
|
+
"oneOf": [
|
|
2937
|
+
{
|
|
2938
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2939
|
+
}
|
|
2940
|
+
]
|
|
2941
|
+
},
|
|
2942
|
+
"nonSensitiveTitle": {
|
|
2943
|
+
"description": "An optional non-sensitive title of the dialog.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
2944
|
+
"nullable": true,
|
|
2945
|
+
"oneOf": [
|
|
2946
|
+
{
|
|
2947
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2948
|
+
}
|
|
2949
|
+
]
|
|
2950
|
+
},
|
|
2915
2951
|
"senderName": {
|
|
2916
2952
|
"description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.",
|
|
2917
2953
|
"nullable": true,
|
|
@@ -3367,6 +3403,24 @@
|
|
|
3367
3403
|
}
|
|
3368
3404
|
]
|
|
3369
3405
|
},
|
|
3406
|
+
"nonSensitiveSummary": {
|
|
3407
|
+
"description": "An optional non-sensitive summary of the dialog and its current state.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
3408
|
+
"nullable": true,
|
|
3409
|
+
"oneOf": [
|
|
3410
|
+
{
|
|
3411
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
3412
|
+
}
|
|
3413
|
+
]
|
|
3414
|
+
},
|
|
3415
|
+
"nonSensitiveTitle": {
|
|
3416
|
+
"description": "An optional non-sensitive title of the dialog.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
3417
|
+
"nullable": true,
|
|
3418
|
+
"oneOf": [
|
|
3419
|
+
{
|
|
3420
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
3421
|
+
}
|
|
3422
|
+
]
|
|
3423
|
+
},
|
|
3370
3424
|
"senderName": {
|
|
3371
3425
|
"description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name.",
|
|
3372
3426
|
"nullable": true,
|
|
@@ -4062,6 +4116,24 @@
|
|
|
4062
4116
|
}
|
|
4063
4117
|
]
|
|
4064
4118
|
},
|
|
4119
|
+
"nonSensitiveSummary": {
|
|
4120
|
+
"description": "An optional non-sensitive summary of the dialog and its current state.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
4121
|
+
"nullable": true,
|
|
4122
|
+
"oneOf": [
|
|
4123
|
+
{
|
|
4124
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
4125
|
+
}
|
|
4126
|
+
]
|
|
4127
|
+
},
|
|
4128
|
+
"nonSensitiveTitle": {
|
|
4129
|
+
"description": "An optional non-sensitive title of the dialog.\nUsed for search and list views if the user authorization does not meet the required eIDAS level",
|
|
4130
|
+
"nullable": true,
|
|
4131
|
+
"oneOf": [
|
|
4132
|
+
{
|
|
4133
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
4134
|
+
}
|
|
4135
|
+
]
|
|
4136
|
+
},
|
|
4065
4137
|
"senderName": {
|
|
4066
4138
|
"description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name.",
|
|
4067
4139
|
"nullable": true,
|
|
@@ -5735,7 +5807,7 @@
|
|
|
5735
5807
|
"schema": {
|
|
5736
5808
|
"allOf": [
|
|
5737
5809
|
{
|
|
5738
|
-
"$ref": "#/components/schemas/
|
|
5810
|
+
"$ref": "#/components/schemas/V1Common_DeletedFilter"
|
|
5739
5811
|
}
|
|
5740
5812
|
],
|
|
5741
5813
|
"nullable": true
|
|
@@ -7189,4 +7261,4 @@
|
|
|
7189
7261
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
7190
7262
|
}
|
|
7191
7263
|
]
|
|
7192
|
-
}
|
|
7264
|
+
}
|