@n8n/stores 2.32.2 → 2.34.0
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.
- package/dist/cloudPlan.store.cjs +7 -0
- package/dist/cloudPlan.store.d.cts +534 -0
- package/dist/cloudPlan.store.d.mts +534 -0
- package/dist/cloudPlan.store.mjs +7 -0
- package/dist/cloudPlan2.store.cjs +247 -0
- package/dist/cloudPlan2.store.cjs.map +1 -0
- package/dist/cloudPlan2.store.mjs +242 -0
- package/dist/cloudPlan2.store.mjs.map +1 -0
- package/dist/composables/useBasePageRedirectionHelper.cjs +87 -0
- package/dist/composables/useBasePageRedirectionHelper.cjs.map +1 -0
- package/dist/composables/useBasePageRedirectionHelper.d.cts +16 -0
- package/dist/composables/useBasePageRedirectionHelper.d.mts +16 -0
- package/dist/composables/useBasePageRedirectionHelper.mjs +87 -0
- package/dist/composables/useBasePageRedirectionHelper.mjs.map +1 -0
- package/dist/constants2.cjs +2 -0
- package/dist/constants2.cjs.map +1 -1
- package/dist/constants2.d.cts +2 -0
- package/dist/constants2.d.mts +2 -0
- package/dist/constants2.mjs +2 -0
- package/dist/constants2.mjs.map +1 -1
- package/dist/invitation.api.cjs +4 -0
- package/dist/invitation.api.d.cts +2 -0
- package/dist/invitation.api.d.mts +2 -0
- package/dist/invitation.api.mjs +3 -0
- package/dist/invitation2.api.cjs +26 -0
- package/dist/invitation2.api.cjs.map +1 -0
- package/dist/invitation2.api.d.cts +30 -0
- package/dist/invitation2.api.d.mts +30 -0
- package/dist/invitation2.api.mjs +14 -0
- package/dist/invitation2.api.mjs.map +1 -0
- package/dist/modalOpeners.cjs +0 -0
- package/dist/modalOpeners.d.cts +2 -0
- package/dist/modalOpeners.d.mts +2 -0
- package/dist/modalOpeners.mjs +1 -0
- package/dist/modalOpeners2.d.cts +11 -0
- package/dist/modalOpeners2.d.mts +11 -0
- package/dist/notifications.store.cjs +27 -0
- package/dist/notifications.store.cjs.map +1 -0
- package/dist/notifications.store.d.cts +15 -0
- package/dist/notifications.store.d.mts +15 -0
- package/dist/notifications.store.mjs +26 -0
- package/dist/notifications.store.mjs.map +1 -0
- package/dist/onboarding.api.cjs +3 -0
- package/dist/onboarding.api.d.cts +7 -0
- package/dist/onboarding.api.d.mts +7 -0
- package/dist/onboarding.api.mjs +3 -0
- package/dist/onboarding2.api.cjs +24 -0
- package/dist/onboarding2.api.cjs.map +1 -0
- package/dist/onboarding2.api.mjs +18 -0
- package/dist/onboarding2.api.mjs.map +1 -0
- package/dist/pageRedirection.d.cts +6 -0
- package/dist/pageRedirection.d.mts +6 -0
- package/dist/rbac.store.cjs +2 -1
- package/dist/rbac.store.cjs.map +1 -1
- package/dist/rbac.store.d.cts +123 -123
- package/dist/rbac.store.d.mts +124 -124
- package/dist/rbac.store.mjs +1 -1
- package/dist/roles.store.cjs +88 -0
- package/dist/roles.store.cjs.map +1 -0
- package/dist/roles.store.d.cts +637 -0
- package/dist/roles.store.d.mts +637 -0
- package/dist/roles.store.mjs +87 -0
- package/dist/roles.store.mjs.map +1 -0
- package/dist/settings.store.cjs +6 -0
- package/dist/settings.store.d.cts +3801 -0
- package/dist/settings.store.d.mts +3801 -0
- package/dist/settings.store.mjs +6 -0
- package/dist/settings2.store.cjs +387 -0
- package/dist/settings2.store.cjs.map +1 -0
- package/dist/settings2.store.mjs +348 -0
- package/dist/settings2.store.mjs.map +1 -0
- package/dist/types/pageRedirection.cjs +0 -0
- package/dist/types/pageRedirection.d.cts +2 -0
- package/dist/types/pageRedirection.d.mts +2 -0
- package/dist/types/pageRedirection.mjs +1 -0
- package/dist/useAgentRequestStore.cjs +1 -0
- package/dist/useAgentRequestStore.cjs.map +1 -1
- package/dist/useAgentRequestStore.d.cts +1 -1
- package/dist/useAgentRequestStore.d.mts +6 -6
- package/dist/useRootStore.cjs +4 -182
- package/dist/useRootStore.d.cts +73 -73
- package/dist/useRootStore.d.mts +73 -73
- package/dist/useRootStore.mjs +4 -182
- package/dist/useRootStore2.cjs +189 -0
- package/dist/useRootStore2.cjs.map +1 -0
- package/dist/useRootStore2.mjs +183 -0
- package/dist/useRootStore2.mjs.map +1 -0
- package/dist/users.store.cjs +9 -0
- package/dist/users.store.d.cts +552 -0
- package/dist/users.store.d.mts +552 -0
- package/dist/users.store.mjs +9 -0
- package/dist/users2.store.cjs +362 -0
- package/dist/users2.store.cjs.map +1 -0
- package/dist/users2.store.mjs +353 -0
- package/dist/users2.store.mjs.map +1 -0
- package/dist/versions.store.cjs +11 -0
- package/dist/versions.store.d.cts +384 -0
- package/dist/versions.store.d.mts +384 -0
- package/dist/versions.store.mjs +10 -0
- package/dist/versions2.store.cjs +230 -0
- package/dist/versions2.store.cjs.map +1 -0
- package/dist/versions2.store.mjs +218 -0
- package/dist/versions2.store.mjs.map +1 -0
- package/package.json +13 -6
- package/dist/useRootStore.cjs.map +0 -1
- package/dist/useRootStore.mjs.map +0 -1
package/dist/rbac.store.cjs
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
const require_settings_store = require('./settings2.store.cjs');
|
|
1
2
|
const require_constants = require('./constants2.cjs');
|
|
2
|
-
let __n8n_permissions = require("@n8n/permissions");
|
|
3
3
|
let pinia = require("pinia");
|
|
4
4
|
let vue = require("vue");
|
|
5
|
+
let __n8n_permissions = require("@n8n/permissions");
|
|
5
6
|
|
|
6
7
|
//#region src/rbac.store.ts
|
|
7
8
|
const useRBACStore = (0, pinia.defineStore)(require_constants.STORES.RBAC, () => {
|
package/dist/rbac.store.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rbac.store.cjs","names":["STORES"],"sources":["../src/rbac.store.ts"],"sourcesContent":["import type { Role } from '@n8n/api-types';\nimport { hasScope as genericHasScope } from '@n8n/permissions';\nimport type { ScopeOptions, Scope, Resource } from '@n8n/permissions';\nimport { defineStore } from 'pinia';\nimport { ref } from 'vue';\n\nimport { STORES } from './constants';\n\nexport const useRBACStore = defineStore(STORES.RBAC, () => {\n\tconst globalRoles = ref<Role[]>([]);\n\tconst rolesByProjectId = ref<Record<string, string[]>>({});\n\n\tconst globalScopes = ref<Scope[]>([]);\n\tconst scopesByProjectId = ref<Record<string, Scope[]>>({});\n\tconst scopesByResourceId = ref<Record<Resource, Record<string, Scope[]>>>({\n\t\tagent: {},\n\t\taiAssistant: {},\n\t\tworkflow: {},\n\t\ttag: {},\n\t\tannotationTag: {},\n\t\tuser: {},\n\t\tcredential: {},\n\t\tvariable: {},\n\t\tprojectVariable: {},\n\t\tsourceControl: {},\n\t\texternalSecretsProvider: {},\n\t\texternalSecret: {},\n\t\tproject: {},\n\t\torchestration: {},\n\t\tworkersView: {},\n\t\teventBusDestination: {},\n\t\tauditLogs: {},\n\t\tbanner: {},\n\t\tcommunity: {},\n\t\tcommunityPackage: {},\n\t\tldap: {},\n\t\tlicense: {},\n\t\tlogStreaming: {},\n\t\tsaml: {},\n\t\toidc: {},\n\t\tprovisioning: {},\n\t\tsecurityAudit: {},\n\t\tfolder: {},\n\t\tinsights: {},\n\t\tdataTable: {},\n\t\texecution: {},\n\t\ttestRun: {},\n\t\tworkflowTags: {},\n\t\trole: {},\n\t\tmcp: {},\n\t\tmcpApiKey: {},\n\t\tchatHub: {},\n\t\tchatHubAgent: {},\n\t\tbreakingChanges: {},\n\t\tapiKey: {},\n\t\tencryptionKey: {},\n\t\tcredentialResolver: {},\n\t\tinstanceAi: {},\n\t\tsecuritySettings: {},\n\t\troleMappingRule: {},\n\t\totel: {},\n\t});\n\n\tfunction addGlobalRole(role: Role) {\n\t\tif (!globalRoles.value.includes(role)) {\n\t\t\tglobalRoles.value.push(role);\n\t\t}\n\t}\n\n\tfunction hasRole(role: Role) {\n\t\treturn globalRoles.value.includes(role);\n\t}\n\n\tfunction addGlobalScope(scope: Scope) {\n\t\tif (!globalScopes.value.includes(scope)) {\n\t\t\tglobalScopes.value.push(scope);\n\t\t}\n\t}\n\n\tfunction setGlobalScopes(scopes: Scope[]) {\n\t\tglobalScopes.value = scopes;\n\t}\n\n\tfunction addProjectScope(\n\t\tscope: Scope,\n\t\tcontext: {\n\t\t\tprojectId: string;\n\t\t},\n\t) {\n\t\tif (!scopesByProjectId.value[context.projectId]) {\n\t\t\tscopesByProjectId.value[context.projectId] = [];\n\t\t}\n\n\t\tif (!scopesByProjectId.value[context.projectId].includes(scope)) {\n\t\t\tscopesByProjectId.value[context.projectId].push(scope);\n\t\t}\n\t}\n\n\tfunction addResourceScope(\n\t\tscope: Scope,\n\t\tcontext: {\n\t\t\tresourceType: Resource;\n\t\t\tresourceId: string;\n\t\t},\n\t) {\n\t\tconst scopesByResourceType = scopesByResourceId.value[context.resourceType];\n\t\tif (!scopesByResourceType[context.resourceId]) {\n\t\t\tscopesByResourceType[context.resourceId] = [];\n\t\t}\n\n\t\tif (!scopesByResourceType[context.resourceId].includes(scope)) {\n\t\t\tscopesByResourceType[context.resourceId].push(scope);\n\t\t}\n\t}\n\n\tfunction hasScope(\n\t\tscope: Scope | Scope[],\n\t\tcontext?: {\n\t\t\tresourceType?: Resource;\n\t\t\tresourceId?: string;\n\t\t\tprojectId?: string;\n\t\t},\n\t\toptions?: ScopeOptions,\n\t): boolean {\n\t\treturn genericHasScope(\n\t\t\tscope,\n\t\t\t{\n\t\t\t\tglobal: globalScopes.value,\n\t\t\t\tproject: context?.projectId ? scopesByProjectId.value[context.projectId] : [],\n\t\t\t\tresource:\n\t\t\t\t\tcontext?.resourceType && context?.resourceId\n\t\t\t\t\t\t? scopesByResourceId.value[context.resourceType][context.resourceId]\n\t\t\t\t\t\t: [],\n\t\t\t},\n\t\t\tundefined,\n\t\t\toptions,\n\t\t);\n\t}\n\n\treturn {\n\t\tglobalRoles,\n\t\trolesByProjectId,\n\t\tglobalScopes,\n\t\tscopesByProjectId,\n\t\tscopesByResourceId,\n\t\taddGlobalRole,\n\t\thasRole,\n\t\taddGlobalScope,\n\t\tsetGlobalScopes,\n\t\taddProjectScope,\n\t\taddResourceScope,\n\t\thasScope,\n\t};\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rbac.store.cjs","names":["STORES"],"sources":["../src/rbac.store.ts"],"sourcesContent":["import type { Role } from '@n8n/api-types';\nimport { hasScope as genericHasScope } from '@n8n/permissions';\nimport type { ScopeOptions, Scope, Resource } from '@n8n/permissions';\nimport { defineStore } from 'pinia';\nimport { ref } from 'vue';\n\nimport { STORES } from './constants';\n\nexport const useRBACStore = defineStore(STORES.RBAC, () => {\n\tconst globalRoles = ref<Role[]>([]);\n\tconst rolesByProjectId = ref<Record<string, string[]>>({});\n\n\tconst globalScopes = ref<Scope[]>([]);\n\tconst scopesByProjectId = ref<Record<string, Scope[]>>({});\n\tconst scopesByResourceId = ref<Record<Resource, Record<string, Scope[]>>>({\n\t\tagent: {},\n\t\taiAssistant: {},\n\t\tworkflow: {},\n\t\ttag: {},\n\t\tannotationTag: {},\n\t\tuser: {},\n\t\tcredential: {},\n\t\tvariable: {},\n\t\tprojectVariable: {},\n\t\tsourceControl: {},\n\t\texternalSecretsProvider: {},\n\t\texternalSecret: {},\n\t\tproject: {},\n\t\torchestration: {},\n\t\tworkersView: {},\n\t\teventBusDestination: {},\n\t\tauditLogs: {},\n\t\tbanner: {},\n\t\tcommunity: {},\n\t\tcommunityPackage: {},\n\t\tldap: {},\n\t\tlicense: {},\n\t\tlogStreaming: {},\n\t\tsaml: {},\n\t\toidc: {},\n\t\tprovisioning: {},\n\t\tsecurityAudit: {},\n\t\tfolder: {},\n\t\tinsights: {},\n\t\tdataTable: {},\n\t\texecution: {},\n\t\ttestRun: {},\n\t\tworkflowTags: {},\n\t\trole: {},\n\t\tmcp: {},\n\t\tmcpApiKey: {},\n\t\tchatHub: {},\n\t\tchatHubAgent: {},\n\t\tbreakingChanges: {},\n\t\tapiKey: {},\n\t\tencryptionKey: {},\n\t\tcredentialResolver: {},\n\t\tinstanceAi: {},\n\t\tsecuritySettings: {},\n\t\troleMappingRule: {},\n\t\totel: {},\n\t});\n\n\tfunction addGlobalRole(role: Role) {\n\t\tif (!globalRoles.value.includes(role)) {\n\t\t\tglobalRoles.value.push(role);\n\t\t}\n\t}\n\n\tfunction hasRole(role: Role) {\n\t\treturn globalRoles.value.includes(role);\n\t}\n\n\tfunction addGlobalScope(scope: Scope) {\n\t\tif (!globalScopes.value.includes(scope)) {\n\t\t\tglobalScopes.value.push(scope);\n\t\t}\n\t}\n\n\tfunction setGlobalScopes(scopes: Scope[]) {\n\t\tglobalScopes.value = scopes;\n\t}\n\n\tfunction addProjectScope(\n\t\tscope: Scope,\n\t\tcontext: {\n\t\t\tprojectId: string;\n\t\t},\n\t) {\n\t\tif (!scopesByProjectId.value[context.projectId]) {\n\t\t\tscopesByProjectId.value[context.projectId] = [];\n\t\t}\n\n\t\tif (!scopesByProjectId.value[context.projectId].includes(scope)) {\n\t\t\tscopesByProjectId.value[context.projectId].push(scope);\n\t\t}\n\t}\n\n\tfunction addResourceScope(\n\t\tscope: Scope,\n\t\tcontext: {\n\t\t\tresourceType: Resource;\n\t\t\tresourceId: string;\n\t\t},\n\t) {\n\t\tconst scopesByResourceType = scopesByResourceId.value[context.resourceType];\n\t\tif (!scopesByResourceType[context.resourceId]) {\n\t\t\tscopesByResourceType[context.resourceId] = [];\n\t\t}\n\n\t\tif (!scopesByResourceType[context.resourceId].includes(scope)) {\n\t\t\tscopesByResourceType[context.resourceId].push(scope);\n\t\t}\n\t}\n\n\tfunction hasScope(\n\t\tscope: Scope | Scope[],\n\t\tcontext?: {\n\t\t\tresourceType?: Resource;\n\t\t\tresourceId?: string;\n\t\t\tprojectId?: string;\n\t\t},\n\t\toptions?: ScopeOptions,\n\t): boolean {\n\t\treturn genericHasScope(\n\t\t\tscope,\n\t\t\t{\n\t\t\t\tglobal: globalScopes.value,\n\t\t\t\tproject: context?.projectId ? scopesByProjectId.value[context.projectId] : [],\n\t\t\t\tresource:\n\t\t\t\t\tcontext?.resourceType && context?.resourceId\n\t\t\t\t\t\t? scopesByResourceId.value[context.resourceType][context.resourceId]\n\t\t\t\t\t\t: [],\n\t\t\t},\n\t\t\tundefined,\n\t\t\toptions,\n\t\t);\n\t}\n\n\treturn {\n\t\tglobalRoles,\n\t\trolesByProjectId,\n\t\tglobalScopes,\n\t\tscopesByProjectId,\n\t\tscopesByResourceId,\n\t\taddGlobalRole,\n\t\thasRole,\n\t\taddGlobalScope,\n\t\tsetGlobalScopes,\n\t\taddProjectScope,\n\t\taddResourceScope,\n\t\thasScope,\n\t};\n});\n"],"mappings":";;;;;;;AAQA,MAAa,sCAA2BA,yBAAO,YAAY;CAC1D,MAAM,2BAA0B,EAAE,CAAC;CACnC,MAAM,gCAAiD,EAAE,CAAC;CAE1D,MAAM,4BAA4B,EAAE,CAAC;CACrC,MAAM,iCAAiD,EAAE,CAAC;CAC1D,MAAM,kCAAoE;EACzE,OAAO,EAAE;EACT,aAAa,EAAE;EACf,UAAU,EAAE;EACZ,KAAK,EAAE;EACP,eAAe,EAAE;EACjB,MAAM,EAAE;EACR,YAAY,EAAE;EACd,UAAU,EAAE;EACZ,iBAAiB,EAAE;EACnB,eAAe,EAAE;EACjB,yBAAyB,EAAE;EAC3B,gBAAgB,EAAE;EAClB,SAAS,EAAE;EACX,eAAe,EAAE;EACjB,aAAa,EAAE;EACf,qBAAqB,EAAE;EACvB,WAAW,EAAE;EACb,QAAQ,EAAE;EACV,WAAW,EAAE;EACb,kBAAkB,EAAE;EACpB,MAAM,EAAE;EACR,SAAS,EAAE;EACX,cAAc,EAAE;EAChB,MAAM,EAAE;EACR,MAAM,EAAE;EACR,cAAc,EAAE;EAChB,eAAe,EAAE;EACjB,QAAQ,EAAE;EACV,UAAU,EAAE;EACZ,WAAW,EAAE;EACb,WAAW,EAAE;EACb,SAAS,EAAE;EACX,cAAc,EAAE;EAChB,MAAM,EAAE;EACR,KAAK,EAAE;EACP,WAAW,EAAE;EACb,SAAS,EAAE;EACX,cAAc,EAAE;EAChB,iBAAiB,EAAE;EACnB,QAAQ,EAAE;EACV,eAAe,EAAE;EACjB,oBAAoB,EAAE;EACtB,YAAY,EAAE;EACd,kBAAkB,EAAE;EACpB,iBAAiB,EAAE;EACnB,MAAM,EAAE;EACR,CAAC;CAEF,SAAS,cAAc,MAAY;AAClC,MAAI,CAAC,YAAY,MAAM,SAAS,KAAK,CACpC,aAAY,MAAM,KAAK,KAAK;;CAI9B,SAAS,QAAQ,MAAY;AAC5B,SAAO,YAAY,MAAM,SAAS,KAAK;;CAGxC,SAAS,eAAe,OAAc;AACrC,MAAI,CAAC,aAAa,MAAM,SAAS,MAAM,CACtC,cAAa,MAAM,KAAK,MAAM;;CAIhC,SAAS,gBAAgB,QAAiB;AACzC,eAAa,QAAQ;;CAGtB,SAAS,gBACR,OACA,SAGC;AACD,MAAI,CAAC,kBAAkB,MAAM,QAAQ,WACpC,mBAAkB,MAAM,QAAQ,aAAa,EAAE;AAGhD,MAAI,CAAC,kBAAkB,MAAM,QAAQ,WAAW,SAAS,MAAM,CAC9D,mBAAkB,MAAM,QAAQ,WAAW,KAAK,MAAM;;CAIxD,SAAS,iBACR,OACA,SAIC;EACD,MAAM,uBAAuB,mBAAmB,MAAM,QAAQ;AAC9D,MAAI,CAAC,qBAAqB,QAAQ,YACjC,sBAAqB,QAAQ,cAAc,EAAE;AAG9C,MAAI,CAAC,qBAAqB,QAAQ,YAAY,SAAS,MAAM,CAC5D,sBAAqB,QAAQ,YAAY,KAAK,MAAM;;CAItD,SAAS,SACR,OACA,SAKA,SACU;AACV,yCACC,OACA;GACC,QAAQ,aAAa;GACrB,SAAS,SAAS,YAAY,kBAAkB,MAAM,QAAQ,aAAa,EAAE;GAC7E,UACC,SAAS,gBAAgB,SAAS,aAC/B,mBAAmB,MAAM,QAAQ,cAAc,QAAQ,cACvD,EAAE;GACN,EACD,QACA,QACA;;AAGF,QAAO;EACN;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA"}
|
package/dist/rbac.store.d.cts
CHANGED
|
@@ -1,52 +1,53 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as vue290 from "vue";
|
|
2
|
+
import * as pinia3 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:
|
|
8
|
-
globalRoles:
|
|
9
|
-
rolesByProjectId:
|
|
10
|
-
globalScopes:
|
|
11
|
-
scopesByProjectId:
|
|
12
|
-
scopesByResourceId:
|
|
7
|
+
declare const useRBACStore: pinia3.StoreDefinition<"rbac", Pick<{
|
|
8
|
+
globalRoles: vue290.Ref<Role[], Role[]>;
|
|
9
|
+
rolesByProjectId: vue290.Ref<Record<string, string[]>, Record<string, string[]>>;
|
|
10
|
+
globalScopes: vue290.Ref<Scope[], Scope[]>;
|
|
11
|
+
scopesByProjectId: vue290.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
|
|
12
|
+
scopesByResourceId: vue290.Ref<{
|
|
13
13
|
chatHub: Record<string, Scope[]>;
|
|
14
|
-
|
|
14
|
+
logStreaming: Record<string, Scope[]>;
|
|
15
15
|
aiAssistant: Record<string, Scope[]>;
|
|
16
|
-
|
|
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
|
-
|
|
22
|
+
provisioning: Record<string, Scope[]>;
|
|
19
23
|
community: Record<string, Scope[]>;
|
|
20
|
-
|
|
24
|
+
insights: Record<string, Scope[]>;
|
|
25
|
+
mcp: Record<string, Scope[]>;
|
|
26
|
+
otel: Record<string, Scope[]>;
|
|
27
|
+
role: Record<string, Scope[]>;
|
|
28
|
+
project: Record<string, Scope[]>;
|
|
21
29
|
credential: Record<string, Scope[]>;
|
|
30
|
+
workflow: Record<string, Scope[]>;
|
|
31
|
+
agent: Record<string, Scope[]>;
|
|
32
|
+
annotationTag: Record<string, Scope[]>;
|
|
33
|
+
banner: Record<string, Scope[]>;
|
|
34
|
+
communityPackage: Record<string, Scope[]>;
|
|
22
35
|
externalSecretsProvider: Record<string, Scope[]>;
|
|
23
36
|
externalSecret: Record<string, Scope[]>;
|
|
24
37
|
eventBusDestination: Record<string, Scope[]>;
|
|
25
|
-
ldap: Record<string, Scope[]>;
|
|
26
|
-
license: Record<string, Scope[]>;
|
|
27
|
-
logStreaming: Record<string, Scope[]>;
|
|
28
38
|
orchestration: Record<string, Scope[]>;
|
|
29
|
-
project: Record<string, Scope[]>;
|
|
30
|
-
saml: Record<string, Scope[]>;
|
|
31
39
|
securityAudit: Record<string, Scope[]>;
|
|
32
40
|
securitySettings: Record<string, Scope[]>;
|
|
33
|
-
sourceControl: Record<string, Scope[]>;
|
|
34
41
|
tag: Record<string, Scope[]>;
|
|
35
42
|
user: Record<string, Scope[]>;
|
|
36
43
|
variable: Record<string, Scope[]>;
|
|
37
44
|
projectVariable: Record<string, Scope[]>;
|
|
38
45
|
workersView: Record<string, Scope[]>;
|
|
39
|
-
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,45 +56,45 @@ declare const useRBACStore: pinia0.StoreDefinition<"rbac", Pick<{
|
|
|
55
56
|
credentialResolver: Record<string, Scope[]>;
|
|
56
57
|
instanceAi: Record<string, Scope[]>;
|
|
57
58
|
roleMappingRule: Record<string, Scope[]>;
|
|
58
|
-
|
|
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" | "project" | "credential" | "workflow" | "agent" | "annotationTag" | "banner" | "communityPackage" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "orchestration" | "securityAudit" | "securitySettings" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "folder" | "dataTable" | "execution" | "testRun" | "workflowTags" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule", Record<string, Scope[]>> | {
|
|
60
60
|
chatHub: Record<string, Scope[]>;
|
|
61
|
-
|
|
61
|
+
logStreaming: Record<string, Scope[]>;
|
|
62
62
|
aiAssistant: Record<string, Scope[]>;
|
|
63
|
-
|
|
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
|
-
|
|
69
|
+
provisioning: Record<string, Scope[]>;
|
|
66
70
|
community: Record<string, Scope[]>;
|
|
67
|
-
|
|
71
|
+
insights: Record<string, Scope[]>;
|
|
72
|
+
mcp: Record<string, Scope[]>;
|
|
73
|
+
otel: Record<string, Scope[]>;
|
|
74
|
+
role: Record<string, Scope[]>;
|
|
75
|
+
project: Record<string, Scope[]>;
|
|
68
76
|
credential: Record<string, Scope[]>;
|
|
77
|
+
workflow: Record<string, Scope[]>;
|
|
78
|
+
agent: Record<string, Scope[]>;
|
|
79
|
+
annotationTag: Record<string, Scope[]>;
|
|
80
|
+
banner: Record<string, Scope[]>;
|
|
81
|
+
communityPackage: Record<string, Scope[]>;
|
|
69
82
|
externalSecretsProvider: Record<string, Scope[]>;
|
|
70
83
|
externalSecret: Record<string, Scope[]>;
|
|
71
84
|
eventBusDestination: Record<string, Scope[]>;
|
|
72
|
-
ldap: Record<string, Scope[]>;
|
|
73
|
-
license: Record<string, Scope[]>;
|
|
74
|
-
logStreaming: Record<string, Scope[]>;
|
|
75
85
|
orchestration: Record<string, Scope[]>;
|
|
76
|
-
project: Record<string, Scope[]>;
|
|
77
|
-
saml: Record<string, Scope[]>;
|
|
78
86
|
securityAudit: Record<string, Scope[]>;
|
|
79
87
|
securitySettings: Record<string, Scope[]>;
|
|
80
|
-
sourceControl: Record<string, Scope[]>;
|
|
81
88
|
tag: Record<string, Scope[]>;
|
|
82
89
|
user: Record<string, Scope[]>;
|
|
83
90
|
variable: Record<string, Scope[]>;
|
|
84
91
|
projectVariable: Record<string, Scope[]>;
|
|
85
92
|
workersView: Record<string, Scope[]>;
|
|
86
|
-
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: pinia0.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,48 +121,49 @@ declare const useRBACStore: pinia0.StoreDefinition<"rbac", Pick<{
|
|
|
121
121
|
projectId?: string;
|
|
122
122
|
}, options?: ScopeOptions) => boolean;
|
|
123
123
|
}, "globalRoles" | "rolesByProjectId" | "globalScopes" | "scopesByProjectId" | "scopesByResourceId">, Pick<{
|
|
124
|
-
globalRoles:
|
|
125
|
-
rolesByProjectId:
|
|
126
|
-
globalScopes:
|
|
127
|
-
scopesByProjectId:
|
|
128
|
-
scopesByResourceId:
|
|
124
|
+
globalRoles: vue290.Ref<Role[], Role[]>;
|
|
125
|
+
rolesByProjectId: vue290.Ref<Record<string, string[]>, Record<string, string[]>>;
|
|
126
|
+
globalScopes: vue290.Ref<Scope[], Scope[]>;
|
|
127
|
+
scopesByProjectId: vue290.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
|
|
128
|
+
scopesByResourceId: vue290.Ref<{
|
|
129
129
|
chatHub: Record<string, Scope[]>;
|
|
130
|
-
|
|
130
|
+
logStreaming: Record<string, Scope[]>;
|
|
131
131
|
aiAssistant: Record<string, Scope[]>;
|
|
132
|
-
|
|
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
|
-
|
|
138
|
+
provisioning: Record<string, Scope[]>;
|
|
135
139
|
community: Record<string, Scope[]>;
|
|
136
|
-
|
|
140
|
+
insights: Record<string, Scope[]>;
|
|
141
|
+
mcp: Record<string, Scope[]>;
|
|
142
|
+
otel: Record<string, Scope[]>;
|
|
143
|
+
role: Record<string, Scope[]>;
|
|
144
|
+
project: Record<string, Scope[]>;
|
|
137
145
|
credential: Record<string, Scope[]>;
|
|
146
|
+
workflow: Record<string, Scope[]>;
|
|
147
|
+
agent: Record<string, Scope[]>;
|
|
148
|
+
annotationTag: Record<string, Scope[]>;
|
|
149
|
+
banner: Record<string, Scope[]>;
|
|
150
|
+
communityPackage: Record<string, Scope[]>;
|
|
138
151
|
externalSecretsProvider: Record<string, Scope[]>;
|
|
139
152
|
externalSecret: Record<string, Scope[]>;
|
|
140
153
|
eventBusDestination: Record<string, Scope[]>;
|
|
141
|
-
ldap: Record<string, Scope[]>;
|
|
142
|
-
license: Record<string, Scope[]>;
|
|
143
|
-
logStreaming: Record<string, Scope[]>;
|
|
144
154
|
orchestration: Record<string, Scope[]>;
|
|
145
|
-
project: Record<string, Scope[]>;
|
|
146
|
-
saml: Record<string, Scope[]>;
|
|
147
155
|
securityAudit: Record<string, Scope[]>;
|
|
148
156
|
securitySettings: Record<string, Scope[]>;
|
|
149
|
-
sourceControl: Record<string, Scope[]>;
|
|
150
157
|
tag: Record<string, Scope[]>;
|
|
151
158
|
user: Record<string, Scope[]>;
|
|
152
159
|
variable: Record<string, Scope[]>;
|
|
153
160
|
projectVariable: Record<string, Scope[]>;
|
|
154
161
|
workersView: Record<string, Scope[]>;
|
|
155
|
-
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,45 +172,45 @@ declare const useRBACStore: pinia0.StoreDefinition<"rbac", Pick<{
|
|
|
171
172
|
credentialResolver: Record<string, Scope[]>;
|
|
172
173
|
instanceAi: Record<string, Scope[]>;
|
|
173
174
|
roleMappingRule: Record<string, Scope[]>;
|
|
174
|
-
|
|
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" | "project" | "credential" | "workflow" | "agent" | "annotationTag" | "banner" | "communityPackage" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "orchestration" | "securityAudit" | "securitySettings" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "folder" | "dataTable" | "execution" | "testRun" | "workflowTags" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule", Record<string, Scope[]>> | {
|
|
176
176
|
chatHub: Record<string, Scope[]>;
|
|
177
|
-
|
|
177
|
+
logStreaming: Record<string, Scope[]>;
|
|
178
178
|
aiAssistant: Record<string, Scope[]>;
|
|
179
|
-
|
|
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
|
-
|
|
185
|
+
provisioning: Record<string, Scope[]>;
|
|
182
186
|
community: Record<string, Scope[]>;
|
|
183
|
-
|
|
187
|
+
insights: Record<string, Scope[]>;
|
|
188
|
+
mcp: Record<string, Scope[]>;
|
|
189
|
+
otel: Record<string, Scope[]>;
|
|
190
|
+
role: Record<string, Scope[]>;
|
|
191
|
+
project: Record<string, Scope[]>;
|
|
184
192
|
credential: Record<string, Scope[]>;
|
|
193
|
+
workflow: Record<string, Scope[]>;
|
|
194
|
+
agent: Record<string, Scope[]>;
|
|
195
|
+
annotationTag: Record<string, Scope[]>;
|
|
196
|
+
banner: Record<string, Scope[]>;
|
|
197
|
+
communityPackage: Record<string, Scope[]>;
|
|
185
198
|
externalSecretsProvider: Record<string, Scope[]>;
|
|
186
199
|
externalSecret: Record<string, Scope[]>;
|
|
187
200
|
eventBusDestination: Record<string, Scope[]>;
|
|
188
|
-
ldap: Record<string, Scope[]>;
|
|
189
|
-
license: Record<string, Scope[]>;
|
|
190
|
-
logStreaming: Record<string, Scope[]>;
|
|
191
201
|
orchestration: Record<string, Scope[]>;
|
|
192
|
-
project: Record<string, Scope[]>;
|
|
193
|
-
saml: Record<string, Scope[]>;
|
|
194
202
|
securityAudit: Record<string, Scope[]>;
|
|
195
203
|
securitySettings: Record<string, Scope[]>;
|
|
196
|
-
sourceControl: Record<string, Scope[]>;
|
|
197
204
|
tag: Record<string, Scope[]>;
|
|
198
205
|
user: Record<string, Scope[]>;
|
|
199
206
|
variable: Record<string, Scope[]>;
|
|
200
207
|
projectVariable: Record<string, Scope[]>;
|
|
201
208
|
workersView: Record<string, Scope[]>;
|
|
202
|
-
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: pinia0.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,48 +237,49 @@ declare const useRBACStore: pinia0.StoreDefinition<"rbac", Pick<{
|
|
|
237
237
|
projectId?: string;
|
|
238
238
|
}, options?: ScopeOptions) => boolean;
|
|
239
239
|
}, never>, Pick<{
|
|
240
|
-
globalRoles:
|
|
241
|
-
rolesByProjectId:
|
|
242
|
-
globalScopes:
|
|
243
|
-
scopesByProjectId:
|
|
244
|
-
scopesByResourceId:
|
|
240
|
+
globalRoles: vue290.Ref<Role[], Role[]>;
|
|
241
|
+
rolesByProjectId: vue290.Ref<Record<string, string[]>, Record<string, string[]>>;
|
|
242
|
+
globalScopes: vue290.Ref<Scope[], Scope[]>;
|
|
243
|
+
scopesByProjectId: vue290.Ref<Record<string, Scope[]>, Record<string, Scope[]>>;
|
|
244
|
+
scopesByResourceId: vue290.Ref<{
|
|
245
245
|
chatHub: Record<string, Scope[]>;
|
|
246
|
-
|
|
246
|
+
logStreaming: Record<string, Scope[]>;
|
|
247
247
|
aiAssistant: Record<string, Scope[]>;
|
|
248
|
-
|
|
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
|
-
|
|
254
|
+
provisioning: Record<string, Scope[]>;
|
|
251
255
|
community: Record<string, Scope[]>;
|
|
252
|
-
|
|
256
|
+
insights: Record<string, Scope[]>;
|
|
257
|
+
mcp: Record<string, Scope[]>;
|
|
258
|
+
otel: Record<string, Scope[]>;
|
|
259
|
+
role: Record<string, Scope[]>;
|
|
260
|
+
project: Record<string, Scope[]>;
|
|
253
261
|
credential: Record<string, Scope[]>;
|
|
262
|
+
workflow: Record<string, Scope[]>;
|
|
263
|
+
agent: Record<string, Scope[]>;
|
|
264
|
+
annotationTag: Record<string, Scope[]>;
|
|
265
|
+
banner: Record<string, Scope[]>;
|
|
266
|
+
communityPackage: Record<string, Scope[]>;
|
|
254
267
|
externalSecretsProvider: Record<string, Scope[]>;
|
|
255
268
|
externalSecret: Record<string, Scope[]>;
|
|
256
269
|
eventBusDestination: Record<string, Scope[]>;
|
|
257
|
-
ldap: Record<string, Scope[]>;
|
|
258
|
-
license: Record<string, Scope[]>;
|
|
259
|
-
logStreaming: Record<string, Scope[]>;
|
|
260
270
|
orchestration: Record<string, Scope[]>;
|
|
261
|
-
project: Record<string, Scope[]>;
|
|
262
|
-
saml: Record<string, Scope[]>;
|
|
263
271
|
securityAudit: Record<string, Scope[]>;
|
|
264
272
|
securitySettings: Record<string, Scope[]>;
|
|
265
|
-
sourceControl: Record<string, Scope[]>;
|
|
266
273
|
tag: Record<string, Scope[]>;
|
|
267
274
|
user: Record<string, Scope[]>;
|
|
268
275
|
variable: Record<string, Scope[]>;
|
|
269
276
|
projectVariable: Record<string, Scope[]>;
|
|
270
277
|
workersView: Record<string, Scope[]>;
|
|
271
|
-
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,45 +288,45 @@ declare const useRBACStore: pinia0.StoreDefinition<"rbac", Pick<{
|
|
|
287
288
|
credentialResolver: Record<string, Scope[]>;
|
|
288
289
|
instanceAi: Record<string, Scope[]>;
|
|
289
290
|
roleMappingRule: Record<string, Scope[]>;
|
|
290
|
-
|
|
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" | "project" | "credential" | "workflow" | "agent" | "annotationTag" | "banner" | "communityPackage" | "externalSecretsProvider" | "externalSecret" | "eventBusDestination" | "orchestration" | "securityAudit" | "securitySettings" | "tag" | "user" | "variable" | "projectVariable" | "workersView" | "folder" | "dataTable" | "execution" | "testRun" | "workflowTags" | "mcpApiKey" | "chatHubAgent" | "breakingChanges" | "apiKey" | "encryptionKey" | "credentialResolver" | "instanceAi" | "roleMappingRule", Record<string, Scope[]>> | {
|
|
292
292
|
chatHub: Record<string, Scope[]>;
|
|
293
|
-
|
|
293
|
+
logStreaming: Record<string, Scope[]>;
|
|
294
294
|
aiAssistant: Record<string, Scope[]>;
|
|
295
|
-
|
|
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
|
-
|
|
301
|
+
provisioning: Record<string, Scope[]>;
|
|
298
302
|
community: Record<string, Scope[]>;
|
|
299
|
-
|
|
303
|
+
insights: Record<string, Scope[]>;
|
|
304
|
+
mcp: Record<string, Scope[]>;
|
|
305
|
+
otel: Record<string, Scope[]>;
|
|
306
|
+
role: Record<string, Scope[]>;
|
|
307
|
+
project: Record<string, Scope[]>;
|
|
300
308
|
credential: Record<string, Scope[]>;
|
|
309
|
+
workflow: Record<string, Scope[]>;
|
|
310
|
+
agent: Record<string, Scope[]>;
|
|
311
|
+
annotationTag: Record<string, Scope[]>;
|
|
312
|
+
banner: Record<string, Scope[]>;
|
|
313
|
+
communityPackage: Record<string, Scope[]>;
|
|
301
314
|
externalSecretsProvider: Record<string, Scope[]>;
|
|
302
315
|
externalSecret: Record<string, Scope[]>;
|
|
303
316
|
eventBusDestination: Record<string, Scope[]>;
|
|
304
|
-
ldap: Record<string, Scope[]>;
|
|
305
|
-
license: Record<string, Scope[]>;
|
|
306
|
-
logStreaming: Record<string, Scope[]>;
|
|
307
317
|
orchestration: Record<string, Scope[]>;
|
|
308
|
-
project: Record<string, Scope[]>;
|
|
309
|
-
saml: Record<string, Scope[]>;
|
|
310
318
|
securityAudit: Record<string, Scope[]>;
|
|
311
319
|
securitySettings: Record<string, Scope[]>;
|
|
312
|
-
sourceControl: Record<string, Scope[]>;
|
|
313
320
|
tag: Record<string, Scope[]>;
|
|
314
321
|
user: Record<string, Scope[]>;
|
|
315
322
|
variable: Record<string, Scope[]>;
|
|
316
323
|
projectVariable: Record<string, Scope[]>;
|
|
317
324
|
workersView: Record<string, Scope[]>;
|
|
318
|
-
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: pinia0.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;
|