@clxmedia/types 1.4.2 → 1.5.1

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 = "implementation_specialist" | "account_manager" | "client_service_analyst" | "task_assignee";
37
+ export type CLiQUserLocatorRoles = SpecialistRole | "cs_project_manager" | "task_assignee";
38
38
  export type CLiQUserLocatorBase = {
39
39
  type: CLiQUserLocatorType;
40
40
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.4.2",
3
+ "version": "1.5.1",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",