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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.3.0",
2
+ "version": "6.4.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -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 {