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.
package/package.json
CHANGED
package/src/models/workflow.ts
CHANGED
@@ -344,6 +344,10 @@ export interface WorkflowExtendingRules {
|
|
344
344
|
* Whether the field should be removed altogether in the extended workflow
|
345
345
|
*/
|
346
346
|
remove?: boolean,
|
347
|
+
/**
|
348
|
+
* Overrides the label of the original question
|
349
|
+
*/
|
350
|
+
label?: string
|
347
351
|
}
|
348
352
|
|
349
353
|
export interface HidePlanRule {
|