@digdir/dialogporten-schema 1.48.5-331d492 → 1.48.5-5403063

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.48.5-331d492",
3
+ "version": "1.48.5-5403063",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -327,6 +327,20 @@
327
327
  },
328
328
  "type": "object"
329
329
  },
330
+ "V1Common_dFilter": {
331
+ "description": "",
332
+ "enum": [
333
+ "Exclude",
334
+ "Include",
335
+ "Only"
336
+ ],
337
+ "type": "string",
338
+ "x-enumNames": [
339
+ "Exclude",
340
+ "Include",
341
+ "Only"
342
+ ]
343
+ },
330
344
  "V1CommonContent_ContentValue": {
331
345
  "additionalProperties": false,
332
346
  "properties": {
@@ -4073,6 +4087,12 @@
4073
4087
  "format": "date-time",
4074
4088
  "type": "string"
4075
4089
  },
4090
+ "deletedAt": {
4091
+ "description": "If deleted, the date and time when the deletion was performed.",
4092
+ "format": "date-time",
4093
+ "nullable": true,
4094
+ "type": "string"
4095
+ },
4076
4096
  "dueAt": {
4077
4097
  "description": "The due date for the dialog. This is the last date when the dialog is expected to be completed.",
4078
4098
  "example": "2022-12-31T23:59:59Z",
@@ -5688,6 +5708,19 @@
5688
5708
  },
5689
5709
  "style": "form"
5690
5710
  },
5711
+ {
5712
+ "description": "If set to \u0027include\u0027, the result will include both deleted and non-deleted dialogs\nIf set to \u0027exclude\u0027, the result will only include non-deleted dialogs\nIf set to \u0027only\u0027, the result will only include deleted dialogs",
5713
+ "in": "query",
5714
+ "name": "deleted",
5715
+ "schema": {
5716
+ "allOf": [
5717
+ {
5718
+ "$ref": "#/components/schemas/V1Common_dFilter"
5719
+ }
5720
+ ],
5721
+ "nullable": true
5722
+ }
5723
+ },
5691
5724
  {
5692
5725
  "description": "Only return dialogs created after this date",
5693
5726
  "in": "query",