@digdir/dialogporten-schema 1.79.7-5142b21 → 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 +1 -1
- package/schema.verified.graphql +4 -0
- package/src/index.js +4 -0
package/package.json
CHANGED
package/schema.verified.graphql
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"
|
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"
|