@digdir/dialogporten-schema 1.67.1-d20317e → 1.69.1
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 +4 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -3132,6 +3132,10 @@
|
|
|
3132
3132
|
"nullable": true,
|
|
3133
3133
|
"type": "array"
|
|
3134
3134
|
},
|
|
3135
|
+
"isApiOnly": {
|
|
3136
|
+
"description": "Indicates if this dialog is intended for API consumption only and should not be displayed in user interfaces.\nWhen true, the dialog will not be visible in portals designed for human users, but will remain accessible via API.\nIf any Transmissions were created without Content while this property was true, the flag cannot be reverted to false.",
|
|
3137
|
+
"type": "boolean"
|
|
3138
|
+
},
|
|
3135
3139
|
"precedingProcess": {
|
|
3136
3140
|
"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.",
|
|
3137
3141
|
"nullable": true,
|