diff --git a/package.json b/package.json index 3a006ea..64d9c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qoretechnologies/ts-toolkit", - "version": "0.4.7", + "version": "0.4.8", "description": "Utility library to interact with Qorus Integration Engine & Qore Language", "keywords": [ "qoretechnologies", diff --git a/src/types/forms.ts b/src/types/forms.ts index 9186f03..40b49fc 100644 --- a/src/types/forms.ts +++ b/src/types/forms.ts @@ -40,6 +40,7 @@ export interface IQorusFormFieldSchema { default_value_desc?: string; required?: boolean; + required_groups?: string[]; preselected?: boolean; sensitive?: boolean; @@ -55,7 +56,7 @@ export interface IQorusFormFieldSchema { app?: string; action?: string; - depends_on?: string[]; + depends_on?: string[] | string[][]; has_dependents?: boolean; on_change?: string[];