@digdir/dialogporten-schema 1.79.4 → 1.79.7-5f58832

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.79.4",
3
+ "version": "1.79.7-5f58832",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -483,6 +483,10 @@ input SearchDialogInput {
483
483
  createdAfter: DateTime
484
484
  "Only return dialogs created before this date"
485
485
  createdBefore: DateTime
486
+ "Only return dialogs with content updated after this date"
487
+ contentUpdatedAfter: DateTime
488
+ "Only return dialogs with content updated before this date"
489
+ contentUpdatedBefore: DateTime
486
490
  "Only return dialogs updated after this date"
487
491
  updatedAfter: DateTime
488
492
  "Only return dialogs updated before this date"
package/src/index.js CHANGED
@@ -483,6 +483,10 @@ input SearchDialogInput {
483
483
  createdAfter: DateTime
484
484
  "Only return dialogs created before this date"
485
485
  createdBefore: DateTime
486
+ "Only return dialogs with content updated after this date"
487
+ contentUpdatedAfter: DateTime
488
+ "Only return dialogs with content updated before this date"
489
+ contentUpdatedBefore: DateTime
486
490
  "Only return dialogs updated after this date"
487
491
  updatedAfter: DateTime
488
492
  "Only return dialogs updated before this date"
@@ -5872,7 +5872,7 @@
5872
5872
  },
5873
5873
  "/api/v1/enduser/dialogs/{dialogId}": {
5874
5874
  "get": {
5875
- "description": "Gets a single dialog aggregate. ",
5875
+ "description": "Gets a single dialog aggregate.",
5876
5876
  "operationId": "V1EndUserDialogsQueriesGet_Dialog",
5877
5877
  "parameters": [
5878
5878
  {