@digdir/dialogporten-schema 1.51.0 → 1.52.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 +10 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -3007,6 +3007,16 @@
|
|
|
3007
3007
|
"nullable": true,
|
|
3008
3008
|
"type": "array"
|
|
3009
3009
|
},
|
|
3010
|
+
"precedingProcess": {
|
|
3011
|
+
"description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
|
|
3012
|
+
"nullable": true,
|
|
3013
|
+
"type": "string"
|
|
3014
|
+
},
|
|
3015
|
+
"process": {
|
|
3016
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to.",
|
|
3017
|
+
"nullable": true,
|
|
3018
|
+
"type": "string"
|
|
3019
|
+
},
|
|
3010
3020
|
"progress": {
|
|
3011
3021
|
"description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
|
|
3012
3022
|
"format": "int32",
|