@n8n/stores 2.33.0 → 2.33.2

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,36 +1,42 @@
1
- import * as vue128 from "vue";
2
- import * as pinia4 from "pinia";
1
+ import * as vue0 from "vue";
2
+ import * as pinia1 from "pinia";
3
3
  import { Role } from "@n8n/api-types";
4
4
  import { Resource, Scope, ScopeOptions } from "@n8n/permissions";
5
5
 
6
6
  //#region src/rbac.store.d.ts
7
- declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
8
- globalRoles: vue128.Ref<Role[], Role[]>;
9
- rolesByProjectId: vue128.Ref<Record<string, string[]>, Record<string, string[]>>;
10
- globalScopes: vue128.Ref<Scope[], Scope[]>;
11
- scopesByProjectId: vue128.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
12
- scopesByResourceId: vue128.Ref<{
7
+ declare const useRBACStore: pinia1.StoreDefinition<"rbac", Pick<{
8
+ globalRoles: vue0.Ref<Role[], Role[]>;
9
+ rolesByProjectId: vue0.Ref<Record<string, string[]>, Record<string, string[]>>;
10
+ globalScopes: vue0.Ref<Scope[], Scope[]>;
11
+ scopesByProjectId: vue0.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
12
+ scopesByResourceId: vue0.Ref<{
13
13
  chatHub: Record<string, Scope[]>;
14
- agent: Record<string, Scope[]>;
14
+ logStreaming: Record<string, Scope[]>;
15
15
  aiAssistant: Record<string, Scope[]>;
16
- annotationTag: Record<string, Scope[]>;
16
+ license: Record<string, Scope[]>;
17
+ ldap: Record<string, Scope[]>;
18
+ saml: Record<string, Scope[]>;
19
+ oidc: Record<string, Scope[]>;
20
+ sourceControl: Record<string, Scope[]>;
17
21
  auditLogs: Record<string, Scope[]>;
18
- banner: Record<string, Scope[]>;
22
+ provisioning: Record<string, Scope[]>;
19
23
  community: Record<string, Scope[]>;
24
+ insights: Record<string, Scope[]>;
25
+ mcp: Record<string, Scope[]>;
26
+ otel: Record<string, Scope[]>;
27
+ role: Record<string, Scope[]>;
28
+ agent: Record<string, Scope[]>;
29
+ annotationTag: Record<string, Scope[]>;
30
+ banner: Record<string, Scope[]>;
20
31
  communityPackage: Record<string, Scope[]>;
21
32
  credential: Record<string, Scope[]>;
22
33
  externalSecretsProvider: Record<string, Scope[]>;
23
34
  externalSecret: Record<string, Scope[]>;
24
35
  eventBusDestination: Record<string, Scope[]>;
25
- ldap: Record<string, Scope[]>;
26
- license: Record<string, Scope[]>;
27
- logStreaming: Record<string, Scope[]>;
28
36
  orchestration: Record<string, Scope[]>;
29
37
  project: Record<string, Scope[]>;
30
- saml: Record<string, Scope[]>;
31
38
  securityAudit: Record<string, Scope[]>;
32
39
  securitySettings: Record<string, Scope[]>;
33
- sourceControl: Record<string, Scope[]>;
34
40
  tag: Record<string, Scope[]>;
35
41
  user: Record<string, Scope[]>;
36
42
  variable: Record<string, Scope[]>;
@@ -38,15 +44,10 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
38
44
  workersView: Record<string, Scope[]>;
39
45
  workflow: Record<string, Scope[]>;
40
46
  folder: Record<string, Scope[]>;
41
- insights: Record<string, Scope[]>;
42
- oidc: Record<string, Scope[]>;
43
- provisioning: Record<string, Scope[]>;
44
47
  dataTable: Record<string, Scope[]>;
45
48
  execution: Record<string, Scope[]>;
46
49
  testRun: Record<string, Scope[]>;
47
50
  workflowTags: Record<string, Scope[]>;
48
- role: Record<string, Scope[]>;
49
- mcp: Record<string, Scope[]>;
50
51
  mcpApiKey: Record<string, Scope[]>;
51
52
  chatHubAgent: Record<string, Scope[]>;
52
53
  breakingChanges: Record<string, Scope[]>;
@@ -55,29 +56,34 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
55
56
  credentialResolver: Record<string, Scope[]>;
56
57
  instanceAi: Record<string, Scope[]>;
57
58
  roleMappingRule: Record<string, Scope[]>;
58
- otel: Record<string, Scope[]>;
59
- }, Record<"chatHub" | "agent" | "aiAssistant" | "annotationTag" | "auditLogs" | "banner" | "community" | "communityPackage" | "credential" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "ldap" | "license" | "logStreaming" | "orchestration" | "project" | "saml" | "securityAudit" | "securitySettings" | "sourceControl" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "workflow" | "folder" | "insights" | "oidc" | "provisioning" | "dataTable" | "execution" | "testRun" | "workflowTags" | "role" | "mcp" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule" | "otel", Record<string, Scope[]>> | {
59
+ }, Record<"chatHub" | "logStreaming" | "aiAssistant" | "license" | "ldap" | "saml" | "oidc" | "sourceControl" | "auditLogs" | "provisioning" | "community" | "insights" | "mcp" | "otel" | "role" | "agent" | "annotationTag" | "banner" | "communityPackage" | "credential" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "orchestration" | "project" | "securityAudit" | "securitySettings" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "workflow" | "folder" | "dataTable" | "execution" | "testRun" | "workflowTags" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule", Record<string, Scope[]>> | {
60
60
  chatHub: Record<string, Scope[]>;
61
- agent: Record<string, Scope[]>;
61
+ logStreaming: Record<string, Scope[]>;
62
62
  aiAssistant: Record<string, Scope[]>;
63
- annotationTag: Record<string, Scope[]>;
63
+ license: Record<string, Scope[]>;
64
+ ldap: Record<string, Scope[]>;
65
+ saml: Record<string, Scope[]>;
66
+ oidc: Record<string, Scope[]>;
67
+ sourceControl: Record<string, Scope[]>;
64
68
  auditLogs: Record<string, Scope[]>;
65
- banner: Record<string, Scope[]>;
69
+ provisioning: Record<string, Scope[]>;
66
70
  community: Record<string, Scope[]>;
71
+ insights: Record<string, Scope[]>;
72
+ mcp: Record<string, Scope[]>;
73
+ otel: Record<string, Scope[]>;
74
+ role: Record<string, Scope[]>;
75
+ agent: Record<string, Scope[]>;
76
+ annotationTag: Record<string, Scope[]>;
77
+ banner: Record<string, Scope[]>;
67
78
  communityPackage: Record<string, Scope[]>;
68
79
  credential: Record<string, Scope[]>;
69
80
  externalSecretsProvider: Record<string, Scope[]>;
70
81
  externalSecret: Record<string, Scope[]>;
71
82
  eventBusDestination: Record<string, Scope[]>;
72
- ldap: Record<string, Scope[]>;
73
- license: Record<string, Scope[]>;
74
- logStreaming: Record<string, Scope[]>;
75
83
  orchestration: Record<string, Scope[]>;
76
84
  project: Record<string, Scope[]>;
77
- saml: Record<string, Scope[]>;
78
85
  securityAudit: Record<string, Scope[]>;
79
86
  securitySettings: Record<string, Scope[]>;
80
- sourceControl: Record<string, Scope[]>;
81
87
  tag: Record<string, Scope[]>;
82
88
  user: Record<string, Scope[]>;
83
89
  variable: Record<string, Scope[]>;
@@ -85,15 +91,10 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
85
91
  workersView: Record<string, Scope[]>;
86
92
  workflow: Record<string, Scope[]>;
87
93
  folder: Record<string, Scope[]>;
88
- insights: Record<string, Scope[]>;
89
- oidc: Record<string, Scope[]>;
90
- provisioning: Record<string, Scope[]>;
91
94
  dataTable: Record<string, Scope[]>;
92
95
  execution: Record<string, Scope[]>;
93
96
  testRun: Record<string, Scope[]>;
94
97
  workflowTags: Record<string, Scope[]>;
95
- role: Record<string, Scope[]>;
96
- mcp: Record<string, Scope[]>;
97
98
  mcpApiKey: Record<string, Scope[]>;
98
99
  chatHubAgent: Record<string, Scope[]>;
99
100
  breakingChanges: Record<string, Scope[]>;
@@ -102,7 +103,6 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
102
103
  credentialResolver: Record<string, Scope[]>;
103
104
  instanceAi: Record<string, Scope[]>;
104
105
  roleMappingRule: Record<string, Scope[]>;
105
- otel: Record<string, Scope[]>;
106
106
  }>;
107
107
  addGlobalRole: (role: Role) => void;
108
108
  hasRole: (role: Role) => boolean;
@@ -121,32 +121,38 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
121
121
  projectId?: string;
122
122
  }, options?: ScopeOptions) => boolean;
123
123
  }, "globalRoles" | "rolesByProjectId" | "globalScopes" | "scopesByProjectId" | "scopesByResourceId">, Pick<{
124
- globalRoles: vue128.Ref<Role[], Role[]>;
125
- rolesByProjectId: vue128.Ref<Record<string, string[]>, Record<string, string[]>>;
126
- globalScopes: vue128.Ref<Scope[], Scope[]>;
127
- scopesByProjectId: vue128.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
128
- scopesByResourceId: vue128.Ref<{
124
+ globalRoles: vue0.Ref<Role[], Role[]>;
125
+ rolesByProjectId: vue0.Ref<Record<string, string[]>, Record<string, string[]>>;
126
+ globalScopes: vue0.Ref<Scope[], Scope[]>;
127
+ scopesByProjectId: vue0.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
128
+ scopesByResourceId: vue0.Ref<{
129
129
  chatHub: Record<string, Scope[]>;
130
- agent: Record<string, Scope[]>;
130
+ logStreaming: Record<string, Scope[]>;
131
131
  aiAssistant: Record<string, Scope[]>;
132
- annotationTag: Record<string, Scope[]>;
132
+ license: Record<string, Scope[]>;
133
+ ldap: Record<string, Scope[]>;
134
+ saml: Record<string, Scope[]>;
135
+ oidc: Record<string, Scope[]>;
136
+ sourceControl: Record<string, Scope[]>;
133
137
  auditLogs: Record<string, Scope[]>;
134
- banner: Record<string, Scope[]>;
138
+ provisioning: Record<string, Scope[]>;
135
139
  community: Record<string, Scope[]>;
140
+ insights: Record<string, Scope[]>;
141
+ mcp: Record<string, Scope[]>;
142
+ otel: Record<string, Scope[]>;
143
+ role: Record<string, Scope[]>;
144
+ agent: Record<string, Scope[]>;
145
+ annotationTag: Record<string, Scope[]>;
146
+ banner: Record<string, Scope[]>;
136
147
  communityPackage: Record<string, Scope[]>;
137
148
  credential: Record<string, Scope[]>;
138
149
  externalSecretsProvider: Record<string, Scope[]>;
139
150
  externalSecret: Record<string, Scope[]>;
140
151
  eventBusDestination: Record<string, Scope[]>;
141
- ldap: Record<string, Scope[]>;
142
- license: Record<string, Scope[]>;
143
- logStreaming: Record<string, Scope[]>;
144
152
  orchestration: Record<string, Scope[]>;
145
153
  project: Record<string, Scope[]>;
146
- saml: Record<string, Scope[]>;
147
154
  securityAudit: Record<string, Scope[]>;
148
155
  securitySettings: Record<string, Scope[]>;
149
- sourceControl: Record<string, Scope[]>;
150
156
  tag: Record<string, Scope[]>;
151
157
  user: Record<string, Scope[]>;
152
158
  variable: Record<string, Scope[]>;
@@ -154,15 +160,10 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
154
160
  workersView: Record<string, Scope[]>;
155
161
  workflow: Record<string, Scope[]>;
156
162
  folder: Record<string, Scope[]>;
157
- insights: Record<string, Scope[]>;
158
- oidc: Record<string, Scope[]>;
159
- provisioning: Record<string, Scope[]>;
160
163
  dataTable: Record<string, Scope[]>;
161
164
  execution: Record<string, Scope[]>;
162
165
  testRun: Record<string, Scope[]>;
163
166
  workflowTags: Record<string, Scope[]>;
164
- role: Record<string, Scope[]>;
165
- mcp: Record<string, Scope[]>;
166
167
  mcpApiKey: Record<string, Scope[]>;
167
168
  chatHubAgent: Record<string, Scope[]>;
168
169
  breakingChanges: Record<string, Scope[]>;
@@ -171,29 +172,34 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
171
172
  credentialResolver: Record<string, Scope[]>;
172
173
  instanceAi: Record<string, Scope[]>;
173
174
  roleMappingRule: Record<string, Scope[]>;
174
- otel: Record<string, Scope[]>;
175
- }, Record<"chatHub" | "agent" | "aiAssistant" | "annotationTag" | "auditLogs" | "banner" | "community" | "communityPackage" | "credential" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "ldap" | "license" | "logStreaming" | "orchestration" | "project" | "saml" | "securityAudit" | "securitySettings" | "sourceControl" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "workflow" | "folder" | "insights" | "oidc" | "provisioning" | "dataTable" | "execution" | "testRun" | "workflowTags" | "role" | "mcp" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule" | "otel", Record<string, Scope[]>> | {
175
+ }, Record<"chatHub" | "logStreaming" | "aiAssistant" | "license" | "ldap" | "saml" | "oidc" | "sourceControl" | "auditLogs" | "provisioning" | "community" | "insights" | "mcp" | "otel" | "role" | "agent" | "annotationTag" | "banner" | "communityPackage" | "credential" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "orchestration" | "project" | "securityAudit" | "securitySettings" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "workflow" | "folder" | "dataTable" | "execution" | "testRun" | "workflowTags" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule", Record<string, Scope[]>> | {
176
176
  chatHub: Record<string, Scope[]>;
177
- agent: Record<string, Scope[]>;
177
+ logStreaming: Record<string, Scope[]>;
178
178
  aiAssistant: Record<string, Scope[]>;
179
- annotationTag: Record<string, Scope[]>;
179
+ license: Record<string, Scope[]>;
180
+ ldap: Record<string, Scope[]>;
181
+ saml: Record<string, Scope[]>;
182
+ oidc: Record<string, Scope[]>;
183
+ sourceControl: Record<string, Scope[]>;
180
184
  auditLogs: Record<string, Scope[]>;
181
- banner: Record<string, Scope[]>;
185
+ provisioning: Record<string, Scope[]>;
182
186
  community: Record<string, Scope[]>;
187
+ insights: Record<string, Scope[]>;
188
+ mcp: Record<string, Scope[]>;
189
+ otel: Record<string, Scope[]>;
190
+ role: Record<string, Scope[]>;
191
+ agent: Record<string, Scope[]>;
192
+ annotationTag: Record<string, Scope[]>;
193
+ banner: Record<string, Scope[]>;
183
194
  communityPackage: Record<string, Scope[]>;
184
195
  credential: Record<string, Scope[]>;
185
196
  externalSecretsProvider: Record<string, Scope[]>;
186
197
  externalSecret: Record<string, Scope[]>;
187
198
  eventBusDestination: Record<string, Scope[]>;
188
- ldap: Record<string, Scope[]>;
189
- license: Record<string, Scope[]>;
190
- logStreaming: Record<string, Scope[]>;
191
199
  orchestration: Record<string, Scope[]>;
192
200
  project: Record<string, Scope[]>;
193
- saml: Record<string, Scope[]>;
194
201
  securityAudit: Record<string, Scope[]>;
195
202
  securitySettings: Record<string, Scope[]>;
196
- sourceControl: Record<string, Scope[]>;
197
203
  tag: Record<string, Scope[]>;
198
204
  user: Record<string, Scope[]>;
199
205
  variable: Record<string, Scope[]>;
@@ -201,15 +207,10 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
201
207
  workersView: Record<string, Scope[]>;
202
208
  workflow: Record<string, Scope[]>;
203
209
  folder: Record<string, Scope[]>;
204
- insights: Record<string, Scope[]>;
205
- oidc: Record<string, Scope[]>;
206
- provisioning: Record<string, Scope[]>;
207
210
  dataTable: Record<string, Scope[]>;
208
211
  execution: Record<string, Scope[]>;
209
212
  testRun: Record<string, Scope[]>;
210
213
  workflowTags: Record<string, Scope[]>;
211
- role: Record<string, Scope[]>;
212
- mcp: Record<string, Scope[]>;
213
214
  mcpApiKey: Record<string, Scope[]>;
214
215
  chatHubAgent: Record<string, Scope[]>;
215
216
  breakingChanges: Record<string, Scope[]>;
@@ -218,7 +219,6 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
218
219
  credentialResolver: Record<string, Scope[]>;
219
220
  instanceAi: Record<string, Scope[]>;
220
221
  roleMappingRule: Record<string, Scope[]>;
221
- otel: Record<string, Scope[]>;
222
222
  }>;
223
223
  addGlobalRole: (role: Role) => void;
224
224
  hasRole: (role: Role) => boolean;
@@ -237,32 +237,38 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
237
237
  projectId?: string;
238
238
  }, options?: ScopeOptions) => boolean;
239
239
  }, never>, Pick<{
240
- globalRoles: vue128.Ref<Role[], Role[]>;
241
- rolesByProjectId: vue128.Ref<Record<string, string[]>, Record<string, string[]>>;
242
- globalScopes: vue128.Ref<Scope[], Scope[]>;
243
- scopesByProjectId: vue128.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
244
- scopesByResourceId: vue128.Ref<{
240
+ globalRoles: vue0.Ref<Role[], Role[]>;
241
+ rolesByProjectId: vue0.Ref<Record<string, string[]>, Record<string, string[]>>;
242
+ globalScopes: vue0.Ref<Scope[], Scope[]>;
243
+ scopesByProjectId: vue0.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
244
+ scopesByResourceId: vue0.Ref<{
245
245
  chatHub: Record<string, Scope[]>;
246
- agent: Record<string, Scope[]>;
246
+ logStreaming: Record<string, Scope[]>;
247
247
  aiAssistant: Record<string, Scope[]>;
248
- annotationTag: Record<string, Scope[]>;
248
+ license: Record<string, Scope[]>;
249
+ ldap: Record<string, Scope[]>;
250
+ saml: Record<string, Scope[]>;
251
+ oidc: Record<string, Scope[]>;
252
+ sourceControl: Record<string, Scope[]>;
249
253
  auditLogs: Record<string, Scope[]>;
250
- banner: Record<string, Scope[]>;
254
+ provisioning: Record<string, Scope[]>;
251
255
  community: Record<string, Scope[]>;
256
+ insights: Record<string, Scope[]>;
257
+ mcp: Record<string, Scope[]>;
258
+ otel: Record<string, Scope[]>;
259
+ role: Record<string, Scope[]>;
260
+ agent: Record<string, Scope[]>;
261
+ annotationTag: Record<string, Scope[]>;
262
+ banner: Record<string, Scope[]>;
252
263
  communityPackage: Record<string, Scope[]>;
253
264
  credential: Record<string, Scope[]>;
254
265
  externalSecretsProvider: Record<string, Scope[]>;
255
266
  externalSecret: Record<string, Scope[]>;
256
267
  eventBusDestination: Record<string, Scope[]>;
257
- ldap: Record<string, Scope[]>;
258
- license: Record<string, Scope[]>;
259
- logStreaming: Record<string, Scope[]>;
260
268
  orchestration: Record<string, Scope[]>;
261
269
  project: Record<string, Scope[]>;
262
- saml: Record<string, Scope[]>;
263
270
  securityAudit: Record<string, Scope[]>;
264
271
  securitySettings: Record<string, Scope[]>;
265
- sourceControl: Record<string, Scope[]>;
266
272
  tag: Record<string, Scope[]>;
267
273
  user: Record<string, Scope[]>;
268
274
  variable: Record<string, Scope[]>;
@@ -270,15 +276,10 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
270
276
  workersView: Record<string, Scope[]>;
271
277
  workflow: Record<string, Scope[]>;
272
278
  folder: Record<string, Scope[]>;
273
- insights: Record<string, Scope[]>;
274
- oidc: Record<string, Scope[]>;
275
- provisioning: Record<string, Scope[]>;
276
279
  dataTable: Record<string, Scope[]>;
277
280
  execution: Record<string, Scope[]>;
278
281
  testRun: Record<string, Scope[]>;
279
282
  workflowTags: Record<string, Scope[]>;
280
- role: Record<string, Scope[]>;
281
- mcp: Record<string, Scope[]>;
282
283
  mcpApiKey: Record<string, Scope[]>;
283
284
  chatHubAgent: Record<string, Scope[]>;
284
285
  breakingChanges: Record<string, Scope[]>;
@@ -287,29 +288,34 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
287
288
  credentialResolver: Record<string, Scope[]>;
288
289
  instanceAi: Record<string, Scope[]>;
289
290
  roleMappingRule: Record<string, Scope[]>;
290
- otel: Record<string, Scope[]>;
291
- }, Record<"chatHub" | "agent" | "aiAssistant" | "annotationTag" | "auditLogs" | "banner" | "community" | "communityPackage" | "credential" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "ldap" | "license" | "logStreaming" | "orchestration" | "project" | "saml" | "securityAudit" | "securitySettings" | "sourceControl" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "workflow" | "folder" | "insights" | "oidc" | "provisioning" | "dataTable" | "execution" | "testRun" | "workflowTags" | "role" | "mcp" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule" | "otel", Record<string, Scope[]>> | {
291
+ }, Record<"chatHub" | "logStreaming" | "aiAssistant" | "license" | "ldap" | "saml" | "oidc" | "sourceControl" | "auditLogs" | "provisioning" | "community" | "insights" | "mcp" | "otel" | "role" | "agent" | "annotationTag" | "banner" | "communityPackage" | "credential" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "orchestration" | "project" | "securityAudit" | "securitySettings" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "workflow" | "folder" | "dataTable" | "execution" | "testRun" | "workflowTags" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule", Record<string, Scope[]>> | {
292
292
  chatHub: Record<string, Scope[]>;
293
- agent: Record<string, Scope[]>;
293
+ logStreaming: Record<string, Scope[]>;
294
294
  aiAssistant: Record<string, Scope[]>;
295
- annotationTag: Record<string, Scope[]>;
295
+ license: Record<string, Scope[]>;
296
+ ldap: Record<string, Scope[]>;
297
+ saml: Record<string, Scope[]>;
298
+ oidc: Record<string, Scope[]>;
299
+ sourceControl: Record<string, Scope[]>;
296
300
  auditLogs: Record<string, Scope[]>;
297
- banner: Record<string, Scope[]>;
301
+ provisioning: Record<string, Scope[]>;
298
302
  community: Record<string, Scope[]>;
303
+ insights: Record<string, Scope[]>;
304
+ mcp: Record<string, Scope[]>;
305
+ otel: Record<string, Scope[]>;
306
+ role: Record<string, Scope[]>;
307
+ agent: Record<string, Scope[]>;
308
+ annotationTag: Record<string, Scope[]>;
309
+ banner: Record<string, Scope[]>;
299
310
  communityPackage: Record<string, Scope[]>;
300
311
  credential: Record<string, Scope[]>;
301
312
  externalSecretsProvider: Record<string, Scope[]>;
302
313
  externalSecret: Record<string, Scope[]>;
303
314
  eventBusDestination: Record<string, Scope[]>;
304
- ldap: Record<string, Scope[]>;
305
- license: Record<string, Scope[]>;
306
- logStreaming: Record<string, Scope[]>;
307
315
  orchestration: Record<string, Scope[]>;
308
316
  project: Record<string, Scope[]>;
309
- saml: Record<string, Scope[]>;
310
317
  securityAudit: Record<string, Scope[]>;
311
318
  securitySettings: Record<string, Scope[]>;
312
- sourceControl: Record<string, Scope[]>;
313
319
  tag: Record<string, Scope[]>;
314
320
  user: Record<string, Scope[]>;
315
321
  variable: Record<string, Scope[]>;
@@ -317,15 +323,10 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
317
323
  workersView: Record<string, Scope[]>;
318
324
  workflow: Record<string, Scope[]>;
319
325
  folder: Record<string, Scope[]>;
320
- insights: Record<string, Scope[]>;
321
- oidc: Record<string, Scope[]>;
322
- provisioning: Record<string, Scope[]>;
323
326
  dataTable: Record<string, Scope[]>;
324
327
  execution: Record<string, Scope[]>;
325
328
  testRun: Record<string, Scope[]>;
326
329
  workflowTags: Record<string, Scope[]>;
327
- role: Record<string, Scope[]>;
328
- mcp: Record<string, Scope[]>;
329
330
  mcpApiKey: Record<string, Scope[]>;
330
331
  chatHubAgent: Record<string, Scope[]>;
331
332
  breakingChanges: Record<string, Scope[]>;
@@ -334,7 +335,6 @@ declare const useRBACStore: pinia4.StoreDefinition<"rbac", Pick<{
334
335
  credentialResolver: Record<string, Scope[]>;
335
336
  instanceAi: Record<string, Scope[]>;
336
337
  roleMappingRule: Record<string, Scope[]>;
337
- otel: Record<string, Scope[]>;
338
338
  }>;
339
339
  addGlobalRole: (role: Role) => void;
340
340
  hasRole: (role: Role) => boolean;