@clxmedia/types 1.3.0 → 1.4.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.
@@ -1,4 +1,4 @@
1
- export type XperienceScopes = string;
1
+ export type XperienceScopes = `${string}/${string}`;
2
2
  export type XperienceAbility = "none" | "view" | "edit" | "admin";
3
3
  export type XperienceRightsData = {
4
4
  userId: number;
@@ -313,6 +313,7 @@ export type CLXFormQuestionResponseOptions = {
313
313
  has_parent?: boolean;
314
314
  locked?: boolean;
315
315
  tags?: string[];
316
+ scope?: 'entity' | 'project';
316
317
  };
317
318
  export type CLXFormQuestion = {
318
319
  slug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",