@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 +1 -1
- package/schema.verified.graphql +4 -0
- package/src/index.js +4 -0
- package/swagger.verified.json +1 -1
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"
|
package/swagger.verified.json
CHANGED
|
@@ -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
|
{
|