@digdir/dialogporten-schema 1.86.5 → 1.88.2-279847c
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 -0
- package/src/index.js +2 -0
- package/swagger.verified.json +20 -0
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -453,6 +453,8 @@ type Transmission {
|
|
|
453
453
|
isAuthorized: Boolean!
|
|
454
454
|
"Arbitrary URI\/URN describing a service-specific transmission type. Refer to the service-specific documentation provided by the service owner for details (if in use)."
|
|
455
455
|
extendedType: URL
|
|
456
|
+
"Arbitrary string with a service-specific reference to an external system or service."
|
|
457
|
+
externalReference: String
|
|
456
458
|
"Reference to any other transmission that this transmission is related to."
|
|
457
459
|
relatedTransmissionId: UUID
|
|
458
460
|
"The type of transmission."
|
package/src/index.js
CHANGED
|
@@ -453,6 +453,8 @@ type Transmission {
|
|
|
453
453
|
isAuthorized: Boolean!
|
|
454
454
|
"Arbitrary URI\/URN describing a service-specific transmission type. Refer to the service-specific documentation provided by the service owner for details (if in use)."
|
|
455
455
|
extendedType: URL
|
|
456
|
+
"Arbitrary string with a service-specific reference to an external system or service."
|
|
457
|
+
externalReference: String
|
|
456
458
|
"Reference to any other transmission that this transmission is related to."
|
|
457
459
|
relatedTransmissionId: UUID
|
|
458
460
|
"The type of transmission."
|
package/swagger.verified.json
CHANGED
|
@@ -1157,6 +1157,11 @@
|
|
|
1157
1157
|
"nullable": true,
|
|
1158
1158
|
"type": "string"
|
|
1159
1159
|
},
|
|
1160
|
+
"externalReference": {
|
|
1161
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
1162
|
+
"nullable": true,
|
|
1163
|
+
"type": "string"
|
|
1164
|
+
},
|
|
1160
1165
|
"id": {
|
|
1161
1166
|
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
1162
1167
|
"format": "guid",
|
|
@@ -1491,6 +1496,11 @@
|
|
|
1491
1496
|
"nullable": true,
|
|
1492
1497
|
"type": "string"
|
|
1493
1498
|
},
|
|
1499
|
+
"externalReference": {
|
|
1500
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
1501
|
+
"nullable": true,
|
|
1502
|
+
"type": "string"
|
|
1503
|
+
},
|
|
1494
1504
|
"id": {
|
|
1495
1505
|
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
1496
1506
|
"format": "guid",
|
|
@@ -2064,6 +2074,11 @@
|
|
|
2064
2074
|
"nullable": true,
|
|
2065
2075
|
"type": "string"
|
|
2066
2076
|
},
|
|
2077
|
+
"externalReference": {
|
|
2078
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
2079
|
+
"nullable": true,
|
|
2080
|
+
"type": "string"
|
|
2081
|
+
},
|
|
2067
2082
|
"id": {
|
|
2068
2083
|
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
2069
2084
|
"format": "guid",
|
|
@@ -4835,6 +4850,11 @@
|
|
|
4835
4850
|
"nullable": true,
|
|
4836
4851
|
"type": "string"
|
|
4837
4852
|
},
|
|
4853
|
+
"externalReference": {
|
|
4854
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
4855
|
+
"nullable": true,
|
|
4856
|
+
"type": "string"
|
|
4857
|
+
},
|
|
4838
4858
|
"id": {
|
|
4839
4859
|
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
4840
4860
|
"format": "guid",
|