@clxmedia/types 1.4.1 → 1.5.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.
|
@@ -34,7 +34,7 @@ export type SpecialistRole = "account_mgr" | "implementation" | "search" | "medi
|
|
|
34
34
|
export type CompanyMasterIds = number[];
|
|
35
35
|
export type CLiQUserLocatorType = "user" | "group" | "role" | "right" | "odoo_role";
|
|
36
36
|
export type CLiQUserLocatorConstraint = "internal" | "external";
|
|
37
|
-
export type CLiQUserLocatorRoles =
|
|
37
|
+
export type CLiQUserLocatorRoles = SpecialistRole | "task_assignee";
|
|
38
38
|
export type CLiQUserLocatorBase = {
|
|
39
39
|
type: CLiQUserLocatorType;
|
|
40
40
|
value: string;
|
|
@@ -313,7 +313,6 @@ export type CLXFormQuestionResponseOptions = {
|
|
|
313
313
|
has_parent?: boolean;
|
|
314
314
|
locked?: boolean;
|
|
315
315
|
tags?: string[];
|
|
316
|
-
scope?: 'entity' | 'project';
|
|
317
316
|
};
|
|
318
317
|
export type CLXFormQuestion = {
|
|
319
318
|
slug: string;
|
|
@@ -412,6 +411,7 @@ export type CLXFormQuestionLayout = {
|
|
|
412
411
|
conditions?: CLXFormRuleSet;
|
|
413
412
|
overrides?: CLXConditionalOverrides;
|
|
414
413
|
is_complete?: boolean;
|
|
414
|
+
scope?: 'entity' | 'project';
|
|
415
415
|
};
|
|
416
416
|
export type CLXFormSection = {
|
|
417
417
|
id: number;
|