@clxmedia/types 1.0.152 → 1.0.154

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.
@@ -32,7 +32,7 @@ export type CLiQUserLocatorBase = {
32
32
  };
33
33
  export type CLiQUserLocatorUser = CLiQUserLocatorBase & {
34
34
  type: 'user';
35
- value: `${XperienceScopes}@${XperienceAbility}`;
35
+ value: `${string}@${string}`;
36
36
  };
37
37
  export type CLiQUserLocatorUserSlug = `user:${string}@${string}`;
38
38
  export type CLiQUserLocatorGroup = CLiQUserLocatorBase & {
@@ -56,4 +56,4 @@ export type CLiQUserLocatorRight = CLiQUserLocatorBase & {
56
56
  export type CLiQUserLocatorRightSlug = `right:${XperienceScopes}@${XperienceAbility}`;
57
57
  export type CLiQUserLocatorRightQualifiedSlug = `right:${XperienceScopes}@${XperienceAbility}:${CLiQUserLocatorConstraint}`;
58
58
  export type CLiQUserLocator = CLiQUserLocatorUser | CLiQUserLocatorGroup | CLiQUserLocatorRole | CLiQUserLocatorRight | CLiQUserLocatorOdooRole;
59
- export type CLiQuserLocatorSlug = CLiQUserLocatorUserSlug | CLiQUserLocatorGroupSlug | CLiQUserLocatorRoleSlug | CLiQUserLocatorRightSlug | CLiQUserLocatorOdooRoleSlug;
59
+ export type CLiQuserLocatorSlug = CLiQUserLocatorUserSlug | CLiQUserLocatorGroupSlug | CLiQUserLocatorRoleSlug | CLiQUserLocatorRightSlug | CLiQUserLocatorRightQualifiedSlug | CLiQUserLocatorOdooRoleSlug;
@@ -224,6 +224,7 @@ export type CLXTaskRuleTrigger = {
224
224
  export type CLXTaskBase = {
225
225
  id: number;
226
226
  name: string;
227
+ slug: string;
227
228
  is_active: boolean;
228
229
  };
229
230
  export type CLXTask = CLXTaskBase & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.152",
3
+ "version": "1.0.154",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",