oro-sdk-apis 6.3.0 → 6.4.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.
@@ -289,6 +289,10 @@ export interface WorkflowExtendingRules {
|
|
289
289
|
* Whether the field should be removed altogether in the extended workflow
|
290
290
|
*/
|
291
291
|
remove?: boolean;
|
292
|
+
/**
|
293
|
+
* Overrides the label of the original question
|
294
|
+
*/
|
295
|
+
label?: string;
|
292
296
|
}
|
293
297
|
export interface HidePlanRule {
|
294
298
|
/**
|