@digdir/dialogporten-schema 1.66.2 → 1.67.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/swagger.verified.json +26 -1
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -2621,6 +2621,11 @@
|
|
|
2621
2621
|
"nullable": true,
|
|
2622
2622
|
"type": "string"
|
|
2623
2623
|
},
|
|
2624
|
+
"externalReference": {
|
|
2625
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
2626
|
+
"nullable": true,
|
|
2627
|
+
"type": "string"
|
|
2628
|
+
},
|
|
2624
2629
|
"id": {
|
|
2625
2630
|
"description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmissions. If not provided, a new UUIDv7 will be generated.",
|
|
2626
2631
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
@@ -3258,6 +3263,11 @@
|
|
|
3258
3263
|
"nullable": true,
|
|
3259
3264
|
"type": "string"
|
|
3260
3265
|
},
|
|
3266
|
+
"externalReference": {
|
|
3267
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
3268
|
+
"nullable": true,
|
|
3269
|
+
"type": "string"
|
|
3270
|
+
},
|
|
3261
3271
|
"id": {
|
|
3262
3272
|
"description": "The UUDIv7 of the action may be provided to support idempotent additions to the list of transmissions.\nIf not supplied, a new UUIDv7 will be generated.",
|
|
3263
3273
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
@@ -4039,6 +4049,11 @@
|
|
|
4039
4049
|
"nullable": true,
|
|
4040
4050
|
"type": "string"
|
|
4041
4051
|
},
|
|
4052
|
+
"externalReference": {
|
|
4053
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
4054
|
+
"nullable": true,
|
|
4055
|
+
"type": "string"
|
|
4056
|
+
},
|
|
4042
4057
|
"id": {
|
|
4043
4058
|
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
4044
4059
|
"format": "guid",
|
|
@@ -4504,6 +4519,11 @@
|
|
|
4504
4519
|
"nullable": true,
|
|
4505
4520
|
"type": "string"
|
|
4506
4521
|
},
|
|
4522
|
+
"externalReference": {
|
|
4523
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
4524
|
+
"nullable": true,
|
|
4525
|
+
"type": "string"
|
|
4526
|
+
},
|
|
4507
4527
|
"id": {
|
|
4508
4528
|
"description": "The UUDIv7 of the action may be provided to support idempotent additions to the list of transmissions.\nIf not supplied, a new UUIDv7 will be generated.",
|
|
4509
4529
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
@@ -4826,6 +4846,11 @@
|
|
|
4826
4846
|
"nullable": true,
|
|
4827
4847
|
"type": "string"
|
|
4828
4848
|
},
|
|
4849
|
+
"externalReference": {
|
|
4850
|
+
"description": "Arbitrary string with a service-specific reference to an external system or service.",
|
|
4851
|
+
"nullable": true,
|
|
4852
|
+
"type": "string"
|
|
4853
|
+
},
|
|
4829
4854
|
"id": {
|
|
4830
4855
|
"description": "The unique identifier for the transmission in UUIDv7 format.",
|
|
4831
4856
|
"format": "guid",
|
|
@@ -7457,4 +7482,4 @@
|
|
|
7457
7482
|
}
|
|
7458
7483
|
}
|
|
7459
7484
|
}
|
|
7460
|
-
}
|
|
7485
|
+
}
|