@digdir/dialogporten-schema 1.20.1 → 1.20.2
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/swagger.verified.json +6 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -3265,6 +3265,12 @@
|
|
|
3265
3265
|
"nullable": true,
|
|
3266
3266
|
"type": "integer"
|
|
3267
3267
|
},
|
|
3268
|
+
"revision": {
|
|
3269
|
+
"description": "The unique identifier for the revision in UUIDv4 format.",
|
|
3270
|
+
"example": "a312cb9c-7632-43c2-aa38-69b06aed56ca",
|
|
3271
|
+
"format": "guid",
|
|
3272
|
+
"type": "string"
|
|
3273
|
+
},
|
|
3268
3274
|
"seenSinceLastUpdate": {
|
|
3269
3275
|
"description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
|
|
3270
3276
|
"items": {
|