@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;
|
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"}
|
package/esm/permissions/index.js
CHANGED
package/esm/sdk-model.d.ts
CHANGED
@@ -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