@digdir/dialogporten-schema 1.73.0-7eb16bf → 1.73.0
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 +2 -5
- package/src/index.js +2 -5
- package/swagger.verified.json +7 -7
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -216,7 +216,7 @@ type Dialog {
|
|
|
216
216
|
apiActions: [ApiAction!]!
|
|
217
217
|
"An immutable list of activities associated with the dialog."
|
|
218
218
|
activities: [Activity!]!
|
|
219
|
-
"The list of seen log entries for the dialog newer than the dialog
|
|
219
|
+
"The list of seen log entries for the dialog newer than the dialog ChangedAt date."
|
|
220
220
|
seenSinceLastUpdate: [SeenLog!]!
|
|
221
221
|
"The list of seen log entries for the dialog newer than the dialog ContentUpdatedAt date."
|
|
222
222
|
seenSinceLastContentUpdate: [SeenLog!]!
|
|
@@ -352,7 +352,7 @@ type SearchDialog {
|
|
|
352
352
|
latestActivity: Activity
|
|
353
353
|
"The content of the dialog in search results."
|
|
354
354
|
content: SearchContent!
|
|
355
|
-
"The list of seen log entries for the dialog newer than the dialog
|
|
355
|
+
"The list of seen log entries for the dialog newer than the dialog ChangedAt date."
|
|
356
356
|
seenSinceLastUpdate: [SeenLog!]!
|
|
357
357
|
"The list of seen log entries for the dialog newer than the dialog ContentUpdatedAt date."
|
|
358
358
|
seenSinceLastContentUpdate: [SeenLog!]!
|
|
@@ -397,7 +397,6 @@ type SeenLog {
|
|
|
397
397
|
id: UUID!
|
|
398
398
|
seenAt: DateTime!
|
|
399
399
|
seenBy: Actor!
|
|
400
|
-
isViaServiceOwner: Boolean
|
|
401
400
|
isCurrentEndUser: Boolean!
|
|
402
401
|
}
|
|
403
402
|
|
|
@@ -432,8 +431,6 @@ type Transmission {
|
|
|
432
431
|
type: TransmissionType!
|
|
433
432
|
"The actor that sent the transmission."
|
|
434
433
|
sender: Actor!
|
|
435
|
-
"Indicates whether the dialog transmission has been opened."
|
|
436
|
-
isOpened: Boolean!
|
|
437
434
|
"The transmission unstructured text content."
|
|
438
435
|
content: TransmissionContent!
|
|
439
436
|
"The transmission-level attachments."
|
package/src/index.js
CHANGED
|
@@ -216,7 +216,7 @@ type Dialog {
|
|
|
216
216
|
apiActions: [ApiAction!]!
|
|
217
217
|
"An immutable list of activities associated with the dialog."
|
|
218
218
|
activities: [Activity!]!
|
|
219
|
-
"The list of seen log entries for the dialog newer than the dialog
|
|
219
|
+
"The list of seen log entries for the dialog newer than the dialog ChangedAt date."
|
|
220
220
|
seenSinceLastUpdate: [SeenLog!]!
|
|
221
221
|
"The list of seen log entries for the dialog newer than the dialog ContentUpdatedAt date."
|
|
222
222
|
seenSinceLastContentUpdate: [SeenLog!]!
|
|
@@ -352,7 +352,7 @@ type SearchDialog {
|
|
|
352
352
|
latestActivity: Activity
|
|
353
353
|
"The content of the dialog in search results."
|
|
354
354
|
content: SearchContent!
|
|
355
|
-
"The list of seen log entries for the dialog newer than the dialog
|
|
355
|
+
"The list of seen log entries for the dialog newer than the dialog ChangedAt date."
|
|
356
356
|
seenSinceLastUpdate: [SeenLog!]!
|
|
357
357
|
"The list of seen log entries for the dialog newer than the dialog ContentUpdatedAt date."
|
|
358
358
|
seenSinceLastContentUpdate: [SeenLog!]!
|
|
@@ -397,7 +397,6 @@ type SeenLog {
|
|
|
397
397
|
id: UUID!
|
|
398
398
|
seenAt: DateTime!
|
|
399
399
|
seenBy: Actor!
|
|
400
|
-
isViaServiceOwner: Boolean
|
|
401
400
|
isCurrentEndUser: Boolean!
|
|
402
401
|
}
|
|
403
402
|
|
|
@@ -432,8 +431,6 @@ type Transmission {
|
|
|
432
431
|
type: TransmissionType!
|
|
433
432
|
"The actor that sent the transmission."
|
|
434
433
|
sender: Actor!
|
|
435
|
-
"Indicates whether the dialog transmission has been opened."
|
|
436
|
-
isOpened: Boolean!
|
|
437
434
|
"The transmission unstructured text content."
|
|
438
435
|
content: TransmissionContent!
|
|
439
436
|
"The transmission-level attachments."
|
package/swagger.verified.json
CHANGED
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"type": "array"
|
|
692
692
|
},
|
|
693
693
|
"seenSinceLastUpdate": {
|
|
694
|
-
"description": "The list of seen log entries for the dialog newer than the dialog
|
|
694
|
+
"description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
|
|
695
695
|
"items": {
|
|
696
696
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogSeenLog"
|
|
697
697
|
},
|
|
@@ -1546,12 +1546,12 @@
|
|
|
1546
1546
|
"type": "string"
|
|
1547
1547
|
},
|
|
1548
1548
|
"fromPartyTransmissionsCount": {
|
|
1549
|
-
"description": "The number of transmissions sent by a party representative",
|
|
1549
|
+
"description": "The number of transmissions sent by a party representative ",
|
|
1550
1550
|
"format": "int32",
|
|
1551
1551
|
"type": "integer"
|
|
1552
1552
|
},
|
|
1553
1553
|
"fromServiceOwnerTransmissionsCount": {
|
|
1554
|
-
"description": "The number of transmissions sent by the service owner",
|
|
1554
|
+
"description": "The number of transmissions sent by the service owner ",
|
|
1555
1555
|
"format": "int32",
|
|
1556
1556
|
"type": "integer"
|
|
1557
1557
|
},
|
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
"type": "array"
|
|
1620
1620
|
},
|
|
1621
1621
|
"seenSinceLastUpdate": {
|
|
1622
|
-
"description": "The list of seen log entries for the dialog newer than the dialog
|
|
1622
|
+
"description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
|
|
1623
1623
|
"items": {
|
|
1624
1624
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesSearch_DialogSeenLog"
|
|
1625
1625
|
},
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
"type": "array"
|
|
3873
3873
|
},
|
|
3874
3874
|
"seenSinceLastUpdate": {
|
|
3875
|
-
"description": "The list of seen log entries for the dialog newer than the dialog
|
|
3875
|
+
"description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
|
|
3876
3876
|
"items": {
|
|
3877
3877
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogSeenLog"
|
|
3878
3878
|
},
|
|
@@ -4912,7 +4912,7 @@
|
|
|
4912
4912
|
"type": "array"
|
|
4913
4913
|
},
|
|
4914
4914
|
"seenSinceLastUpdate": {
|
|
4915
|
-
"description": "The list of seen log entries for the dialog newer than the dialog
|
|
4915
|
+
"description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
|
|
4916
4916
|
"items": {
|
|
4917
4917
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesSearch_DialogSeenLog"
|
|
4918
4918
|
},
|
|
@@ -8558,4 +8558,4 @@
|
|
|
8558
8558
|
}
|
|
8559
8559
|
}
|
|
8560
8560
|
}
|
|
8561
|
-
}
|
|
8561
|
+
}
|