@clxmedia/types 1.0.194 → 1.0.195

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.
@@ -25,13 +25,13 @@ export type XperienceRightsData = {
25
25
  qualifiers: number[];
26
26
  };
27
27
  };
28
- specialistTypes: {
29
- [K in SpecialistType]?: {
30
- company_master_ids: number[];
31
- };
28
+ /** Entity specialist roles mapped to company master IDs where the user has that specialist role */
29
+ entitySpecialistRoles: {
30
+ [K in SpecialistRole]?: CompanyMasterIds;
32
31
  };
33
32
  };
34
- export type SpecialistType = "account_mgr" | "implementation" | "search" | "media" | "performance";
33
+ export type SpecialistRole = "account_mgr" | "implementation" | "search" | "media" | "performance";
34
+ export type CompanyMasterIds = number[];
35
35
  export type CLiQUserLocatorType = "user" | "group" | "role" | "right" | "odoo_role";
36
36
  export type CLiQUserLocatorConstraint = "internal" | "external";
37
37
  export type CLiQUserLocatorRoles = "implementation_specialist" | "account_manager" | "client_service_analyst";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.194",
3
+ "version": "1.0.195",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",