@digdir/dialogporten-schema 1.51.0 → 1.52.0-37febf6

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.51.0",
3
+ "version": "1.52.0-37febf6",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -141,6 +141,10 @@ type DialogByIdForbidden implements DialogByIdError {
141
141
  message: String!
142
142
  }
143
143
 
144
+ type DialogByIdForbiddenAuthLevelToLow 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 DialogByIdForbiddenAuthLevelToLow implements DialogByIdError {
145
+ message: String!
146
+ }
147
+
144
148
  type DialogByIdNotFound implements DialogByIdError {
145
149
  message: String!
146
150
  }
@@ -327,7 +327,7 @@
327
327
  },
328
328
  "type": "object"
329
329
  },
330
- "V1Common_dFilter": {
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,
@@ -3007,6 +3043,16 @@
3007
3043
  "nullable": true,
3008
3044
  "type": "array"
3009
3045
  },
3046
+ "precedingProcess": {
3047
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
3048
+ "nullable": true,
3049
+ "type": "string"
3050
+ },
3051
+ "process": {
3052
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to.",
3053
+ "nullable": true,
3054
+ "type": "string"
3055
+ },
3010
3056
  "progress": {
3011
3057
  "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3012
3058
  "format": "int32",
@@ -3357,6 +3403,24 @@
3357
3403
  }
3358
3404
  ]
3359
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
+ },
3360
3424
  "senderName": {
3361
3425
  "description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name.",
3362
3426
  "nullable": true,
@@ -4052,6 +4116,24 @@
4052
4116
  }
4053
4117
  ]
4054
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
+ },
4055
4137
  "senderName": {
4056
4138
  "description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name.",
4057
4139
  "nullable": true,
@@ -5725,7 +5807,7 @@
5725
5807
  "schema": {
5726
5808
  "allOf": [
5727
5809
  {
5728
- "$ref": "#/components/schemas/V1Common_dFilter"
5810
+ "$ref": "#/components/schemas/V1Common_DeletedFilter"
5729
5811
  }
5730
5812
  ],
5731
5813
  "nullable": true
@@ -7179,4 +7261,4 @@
7179
7261
  "url": "https://altinn-dev-api.azure-api.net/dialogporten"
7180
7262
  }
7181
7263
  ]
7182
- }
7264
+ }