@clxmedia/types 1.10.2 → 1.10.4

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.
@@ -30,10 +30,10 @@ export type XperienceRightsData = {
30
30
  [K in SpecialistRole]?: CompanyMasterIds;
31
31
  };
32
32
  };
33
- export type SpecialistRole = "account_mgr" | "implementation" | "search" | "media" | "performance";
33
+ export type SpecialistRole = "account_mgr" | "implementation" | "search" | "media" | "performance" | "organic_content" | "tcc" | "cat" | "chat";
34
34
  export type CompanyMasterIds = number[];
35
35
  export type CLiQUserLocatorType = "user" | "group" | "role";
36
- export type CLiQUserLocatorRoles = `entity_specialist_${SpecialistRole}` | "entity_cs_project_manager" | "task_assignee";
36
+ export type CLiQUserLocatorRoles = `entity_specialist_${SpecialistRole}` | "entity_cs_project_manager" | "entity_cs_stager" | "task_assignee";
37
37
  export type CLiQUserLocatorBase = {
38
38
  type: CLiQUserLocatorType;
39
39
  value: string;
@@ -63,7 +63,7 @@ export type CLXFormResponseValueBase = {
63
63
  unix_timestamp: number;
64
64
  last_answered_by?: string;
65
65
  errorMsg?: CLXFormErrorMsg[];
66
- scope: CLXResponseScope;
66
+ scope?: CLXResponseScope;
67
67
  };
68
68
  export type CLXFormsFilesDescriptor = {
69
69
  formattedFilename: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,10 +37,6 @@
37
37
  "types": "./dist/core/credentials/index.d.ts",
38
38
  "default": "./dist/core/credentials/index.js"
39
39
  },
40
- "./core/credstore": {
41
- "types": "./dist/core/credstore/index.d.ts",
42
- "default": "./dist/core/credstore/index.js"
43
- },
44
40
  "./core/eventlog": {
45
41
  "types": "./dist/core/eventlog/index.d.ts",
46
42
  "default": "./dist/core/eventlog/index.js"
@@ -75,9 +71,6 @@
75
71
  "core/clxforms": [
76
72
  "dist/core/clxforms/index.d.ts"
77
73
  ],
78
- "core/credstore": [
79
- "dist/core/credstore/index.d.ts"
80
- ],
81
74
  "core/credentials": [
82
75
  "dist/core/credentials/index.d.ts"
83
76
  ],