@gooddata/sdk-model 10.27.0-alpha.13 → 10.27.0-alpha.15

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.
@@ -95,7 +95,11 @@ export type WorkspacePermission =
95
95
  /**
96
96
  * Whether the current user has permissions to create an automation.
97
97
  */
98
- | "canCreateAutomation";
98
+ | "canCreateAutomation"
99
+ /**
100
+ * Whether the current user has permissions to use AI Assistant.
101
+ */
102
+ | "canUseAiAssistant";
99
103
  /**
100
104
  * Dictionary of workspace permissions
101
105
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/permissions/index.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,mBAAmB;AAC3B;;GAEG;AACD,aAAa;AACf;;GAEG;GACD,2BAA2B;AAC7B;;GAEG;GACD,eAAe;AACjB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,oBAAoB;AACtB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,8BAA8B;AAChC;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,8BAA8B;AAChC;;GAEG;GACD,kBAAkB;AACpB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,uBAAuB;AACzB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,gBAAgB;AAClB;;GAEG;GACD,cAAc;AAChB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,kBAAkB;AACpB;;GAEG;GACD,cAAc;AAChB;;GAEG;GACD,qBAAqB;AACvB;;GAEG;GACD,qBAAqB,CAAC;AAE5B;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,GAAG;KAC/B,UAAU,IAAI,mBAAmB,GAAG,OAAO;CAC/C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/permissions/index.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,mBAAmB;AAC3B;;GAEG;AACD,aAAa;AACf;;GAEG;GACD,2BAA2B;AAC7B;;GAEG;GACD,eAAe;AACjB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,oBAAoB;AACtB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,8BAA8B;AAChC;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,8BAA8B;AAChC;;GAEG;GACD,kBAAkB;AACpB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,uBAAuB;AACzB;;GAEG;GACD,iBAAiB;AACnB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,gBAAgB;AAClB;;GAEG;GACD,cAAc;AAChB;;GAEG;GACD,wBAAwB;AAC1B;;GAEG;GACD,kBAAkB;AACpB;;GAEG;GACD,cAAc;AAChB;;GAEG;GACD,qBAAqB;AACvB;;GAEG;GACD,qBAAqB;AACvB;;GAEG;GACD,mBAAmB,CAAC;AAE1B;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,GAAG;KAC/B,UAAU,IAAI,mBAAmB,GAAG,OAAO;CAC/C,CAAC"}
@@ -1,3 +1,3 @@
1
- // (C) 2019-2024 GoodData Corporation
1
+ // (C) 2019-2025 GoodData Corporation
2
2
  export {};
3
3
  //# sourceMappingURL=index.js.map
@@ -12507,6 +12507,10 @@ export declare type WorkspacePermission =
12507
12507
  /**
12508
12508
  * Whether the current user has permissions to create an automation.
12509
12509
  */
12510
- | "canCreateAutomation";
12510
+ | "canCreateAutomation"
12511
+ /**
12512
+ * Whether the current user has permissions to use AI Assistant.
12513
+ */
12514
+ | "canUseAiAssistant";
12511
12515
 
12512
12516
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-model",
3
- "version": "10.27.0-alpha.13",
3
+ "version": "10.27.0-alpha.15",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
6
6
  "repository": {