@burdenoff/microfe-workspaces 2026.519.1 → 2026.528.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.
- package/dist/WorkspacesRoot.js +4 -1
- package/dist/WorkspacesRoot.js.map +1 -1
- package/dist/WorkspacesRoutes.js +4 -4
- package/dist/WorkspacesRoutes.js.map +1 -1
- package/dist/components/CreateProjectDialog.js +1 -1
- package/dist/components/CreateProjectDialog.js.map +1 -1
- package/dist/components/CreateWorkspaceDialog.js +2 -2
- package/dist/components/CreateWorkspaceDialog.js.map +1 -1
- package/dist/components/InviteMemberDialog.js +2 -2
- package/dist/components/InviteMemberDialog.js.map +1 -1
- package/dist/components/MemberListItem.js +71 -86
- package/dist/components/MemberListItem.js.map +1 -1
- package/dist/components/ProjectCard.js +12 -10
- package/dist/components/ProjectCard.js.map +1 -1
- package/dist/components/WorkspaceCard.js.map +1 -1
- package/dist/components/WorkspacesErrorBoundary.js +12 -4
- package/dist/components/WorkspacesErrorBoundary.js.map +1 -1
- package/dist/components/tags/ProjectTagsWidget.js +248 -0
- package/dist/components/tags/ProjectTagsWidget.js.map +1 -0
- package/dist/generated/global-operations.js +9 -1
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/hooks/useOrgsWithPermission.js +55 -0
- package/dist/hooks/useOrgsWithPermission.js.map +1 -0
- package/dist/hooks/useWorkspacesEventEmitter.js.map +1 -1
- package/dist/hooks/useWorkspacesPageView.js +6 -4
- package/dist/hooks/useWorkspacesPageView.js.map +1 -1
- package/dist/pages/CreateWorkspacePage.js +173 -149
- package/dist/pages/CreateWorkspacePage.js.map +1 -1
- package/dist/pages/InviteAcceptancePage.js +28 -28
- package/dist/pages/InviteAcceptancePage.js.map +1 -1
- package/dist/pages/MembersListPage.js +380 -352
- package/dist/pages/MembersListPage.js.map +1 -1
- package/dist/pages/ProjectDetailPage.js +96 -97
- package/dist/pages/ProjectDetailPage.js.map +1 -1
- package/dist/pages/ProjectsListPage.js +307 -304
- package/dist/pages/ProjectsListPage.js.map +1 -1
- package/dist/pages/WorkspaceSettingsPage.js +94 -91
- package/dist/pages/WorkspaceSettingsPage.js.map +1 -1
- package/dist/pages/WorkspacesListPage.js +1 -1
- package/dist/pages/WorkspacesListPage.js.map +1 -1
- package/dist/pages/dashboard/DashboardCustomizer.js +68 -68
- package/dist/pages/dashboard/DashboardCustomizer.js.map +1 -1
- package/dist/pages/dashboard/DashboardGrid.js +52 -41
- package/dist/pages/dashboard/DashboardGrid.js.map +1 -1
- package/dist/pages/dashboard/DashboardPage.js +74 -65
- package/dist/pages/dashboard/DashboardPage.js.map +1 -1
- package/dist/pages/dashboard/WidgetWrapper.js +3 -3
- package/dist/pages/dashboard/WidgetWrapper.js.map +1 -1
- package/dist/pages/dashboard/config.js +126 -30
- package/dist/pages/dashboard/config.js.map +1 -1
- package/dist/pages/dashboard/hooks/useDashboardData.js +39 -2
- package/dist/pages/dashboard/hooks/useDashboardData.js.map +1 -1
- package/dist/pages/dashboard/widgets/AgentsWidget.js +109 -0
- package/dist/pages/dashboard/widgets/AgentsWidget.js.map +1 -0
- package/dist/pages/dashboard/widgets/GroupsWidget.js +6 -5
- package/dist/pages/dashboard/widgets/GroupsWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/MembersWidget.js +6 -6
- package/dist/pages/dashboard/widgets/MembersWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/ProjectsWidget.js +8 -7
- package/dist/pages/dashboard/widgets/ProjectsWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/QuickActionsWidget.js +72 -18
- package/dist/pages/dashboard/widgets/QuickActionsWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/RecentActivityWidget.js +3 -3
- package/dist/pages/dashboard/widgets/RecentActivityWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/SessionsWidget.js +78 -0
- package/dist/pages/dashboard/widgets/SessionsWidget.js.map +1 -0
- package/dist/pages/dashboard/widgets/StorageWidget.js +35 -20
- package/dist/pages/dashboard/widgets/StorageWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/TagCloudWidget.js +2 -2
- package/dist/pages/dashboard/widgets/TagCloudWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/TipsWidget.js +81 -22
- package/dist/pages/dashboard/widgets/TipsWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/UpcomingEventsWidget.js +6 -5
- package/dist/pages/dashboard/widgets/UpcomingEventsWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/VibesWidget.js +64 -0
- package/dist/pages/dashboard/widgets/VibesWidget.js.map +1 -0
- package/dist/pages/dashboard/widgets/WelcomeWidget.js +5 -5
- package/dist/pages/dashboard/widgets/WelcomeWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/WorkflowStatsWidget.js +3 -3
- package/dist/pages/dashboard/widgets/WorkflowStatsWidget.js.map +1 -1
- package/dist/pages/dashboard/widgets/WorkspacesWidget.js +6 -5
- package/dist/pages/dashboard/widgets/WorkspacesWidget.js.map +1 -1
- package/dist/providers/WorkspacesProvider.js +1 -1
- package/dist/providers/WorkspacesProvider.js.map +1 -1
- package/dist/store/workspacesStore.js.map +1 -1
- package/dist/utils/formatters.js +21 -16
- package/dist/utils/formatters.js.map +1 -1
- package/dist/utils/telemetryError.js +1 -1
- package/dist/utils/telemetryError.js.map +1 -1
- package/package.json +7 -7
- package/dist/WorkspacesRoot.d.ts +0 -35
- package/dist/WorkspacesRoot.d.ts.map +0 -1
- package/dist/WorkspacesRoutes.d.ts +0 -10
- package/dist/WorkspacesRoutes.d.ts.map +0 -1
- package/dist/components/CreateProjectDialog.d.ts +0 -6
- package/dist/components/CreateProjectDialog.d.ts.map +0 -1
- package/dist/components/CreateWorkspaceDialog.d.ts +0 -2
- package/dist/components/CreateWorkspaceDialog.d.ts.map +0 -1
- package/dist/components/InviteMemberDialog.d.ts +0 -7
- package/dist/components/InviteMemberDialog.d.ts.map +0 -1
- package/dist/components/MemberListItem.d.ts +0 -11
- package/dist/components/MemberListItem.d.ts.map +0 -1
- package/dist/components/ProjectCard.d.ts +0 -13
- package/dist/components/ProjectCard.d.ts.map +0 -1
- package/dist/components/WorkspaceCard.d.ts +0 -8
- package/dist/components/WorkspaceCard.d.ts.map +0 -1
- package/dist/components/WorkspacesErrorBoundary.d.ts +0 -27
- package/dist/components/WorkspacesErrorBoundary.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -8
- package/dist/components/index.d.ts.map +0 -1
- package/dist/constants/permissions.d.ts +0 -33
- package/dist/constants/permissions.d.ts.map +0 -1
- package/dist/generated/global-operations.d.ts +0 -279
- package/dist/generated/global-operations.d.ts.map +0 -1
- package/dist/generated/global-types.d.ts +0 -23527
- package/dist/generated/global-types.d.ts.map +0 -1
- package/dist/generated/wspace-operations.d.ts +0 -2300
- package/dist/generated/wspace-operations.d.ts.map +0 -1
- package/dist/generated/wspace-types.d.ts +0 -57851
- package/dist/generated/wspace-types.d.ts.map +0 -1
- package/dist/hooks/index.d.ts +0 -8
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/useMemberMutations.d.ts +0 -61
- package/dist/hooks/useMemberMutations.d.ts.map +0 -1
- package/dist/hooks/useProjectMutations.d.ts +0 -26
- package/dist/hooks/useProjectMutations.d.ts.map +0 -1
- package/dist/hooks/useProjects.d.ts +0 -16
- package/dist/hooks/useProjects.d.ts.map +0 -1
- package/dist/hooks/useScopedNavigation.d.ts +0 -4
- package/dist/hooks/useScopedNavigation.d.ts.map +0 -1
- package/dist/hooks/useTenants.d.ts +0 -13
- package/dist/hooks/useTenants.d.ts.map +0 -1
- package/dist/hooks/useWorkspaceActivity.d.ts +0 -12
- package/dist/hooks/useWorkspaceActivity.d.ts.map +0 -1
- package/dist/hooks/useWorkspaceMembers.d.ts +0 -24
- package/dist/hooks/useWorkspaceMembers.d.ts.map +0 -1
- package/dist/hooks/useWorkspaceMutations.d.ts +0 -36
- package/dist/hooks/useWorkspaceMutations.d.ts.map +0 -1
- package/dist/hooks/useWorkspacePermissions.d.ts +0 -29
- package/dist/hooks/useWorkspacePermissions.d.ts.map +0 -1
- package/dist/hooks/useWorkspaceRoles.d.ts +0 -8
- package/dist/hooks/useWorkspaceRoles.d.ts.map +0 -1
- package/dist/hooks/useWorkspaces.d.ts +0 -21
- package/dist/hooks/useWorkspaces.d.ts.map +0 -1
- package/dist/hooks/useWorkspacesEventEmitter.d.ts +0 -18
- package/dist/hooks/useWorkspacesEventEmitter.d.ts.map +0 -1
- package/dist/hooks/useWorkspacesPageView.d.ts +0 -27
- package/dist/hooks/useWorkspacesPageView.d.ts.map +0 -1
- package/dist/index.d.ts +0 -33
- package/dist/index.d.ts.map +0 -1
- package/dist/pages/ActivityListPage.d.ts +0 -2
- package/dist/pages/ActivityListPage.d.ts.map +0 -1
- package/dist/pages/CreateWorkspacePage.d.ts +0 -2
- package/dist/pages/CreateWorkspacePage.d.ts.map +0 -1
- package/dist/pages/InviteAcceptancePage.d.ts +0 -6
- package/dist/pages/InviteAcceptancePage.d.ts.map +0 -1
- package/dist/pages/MembersListPage.d.ts +0 -2
- package/dist/pages/MembersListPage.d.ts.map +0 -1
- package/dist/pages/ProjectDetailPage.d.ts +0 -2
- package/dist/pages/ProjectDetailPage.d.ts.map +0 -1
- package/dist/pages/ProjectsListPage.d.ts +0 -2
- package/dist/pages/ProjectsListPage.d.ts.map +0 -1
- package/dist/pages/WorkspaceDetailPage.d.ts +0 -2
- package/dist/pages/WorkspaceDetailPage.d.ts.map +0 -1
- package/dist/pages/WorkspaceSettingsPage.d.ts +0 -2
- package/dist/pages/WorkspaceSettingsPage.d.ts.map +0 -1
- package/dist/pages/WorkspacesListPage.d.ts +0 -2
- package/dist/pages/WorkspacesListPage.d.ts.map +0 -1
- package/dist/pages/dashboard/DashboardCustomizer.d.ts +0 -12
- package/dist/pages/dashboard/DashboardCustomizer.d.ts.map +0 -1
- package/dist/pages/dashboard/DashboardGrid.d.ts +0 -8
- package/dist/pages/dashboard/DashboardGrid.d.ts.map +0 -1
- package/dist/pages/dashboard/DashboardPage.d.ts +0 -14
- package/dist/pages/dashboard/DashboardPage.d.ts.map +0 -1
- package/dist/pages/dashboard/WidgetWrapper.d.ts +0 -17
- package/dist/pages/dashboard/WidgetWrapper.d.ts.map +0 -1
- package/dist/pages/dashboard/config.d.ts +0 -9
- package/dist/pages/dashboard/config.d.ts.map +0 -1
- package/dist/pages/dashboard/hooks/useDashboardData.d.ts +0 -9
- package/dist/pages/dashboard/hooks/useDashboardData.d.ts.map +0 -1
- package/dist/pages/dashboard/hooks/useDashboardPreferences.d.ts +0 -4
- package/dist/pages/dashboard/hooks/useDashboardPreferences.d.ts.map +0 -1
- package/dist/pages/dashboard/types.d.ts +0 -145
- package/dist/pages/dashboard/types.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/GroupsWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/GroupsWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/MembersWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/MembersWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/ProjectsWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/ProjectsWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/QuickActionsWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/QuickActionsWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/RecentActivityWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/RecentActivityWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/StorageWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/StorageWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/SystemHealthWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/SystemHealthWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/SystemHealthWidget.js +0 -59
- package/dist/pages/dashboard/widgets/SystemHealthWidget.js.map +0 -1
- package/dist/pages/dashboard/widgets/TagCloudWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/TagCloudWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/TipsWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/TipsWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/UpcomingEventsWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/UpcomingEventsWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/WelcomeWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/WelcomeWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/WorkflowStatsWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/WorkflowStatsWidget.d.ts.map +0 -1
- package/dist/pages/dashboard/widgets/WorkspacesWidget.d.ts +0 -4
- package/dist/pages/dashboard/widgets/WorkspacesWidget.d.ts.map +0 -1
- package/dist/providers/WorkspacesProvider.d.ts +0 -13
- package/dist/providers/WorkspacesProvider.d.ts.map +0 -1
- package/dist/store/workspacesStore.d.ts +0 -82
- package/dist/store/workspacesStore.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -280
- package/dist/types/index.d.ts.map +0 -1
- package/dist/utils/formatters.d.ts +0 -60
- package/dist/utils/formatters.d.ts.map +0 -1
- package/dist/utils/i18n.d.ts +0 -13
- package/dist/utils/i18n.d.ts.map +0 -1
- package/dist/utils/index.d.ts +0 -3
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/nativeBridge.d.ts +0 -3
- package/dist/utils/nativeBridge.d.ts.map +0 -1
- package/dist/utils/projectTags.d.ts +0 -6
- package/dist/utils/projectTags.d.ts.map +0 -1
- package/dist/utils/slug.d.ts +0 -13
- package/dist/utils/slug.d.ts.map +0 -1
- package/dist/utils/telemetryError.d.ts +0 -2
- package/dist/utils/telemetryError.d.ts.map +0 -1
- package/dist/utils/tokenHelpers.d.ts +0 -114
- package/dist/utils/tokenHelpers.d.ts.map +0 -1
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Workspace MFE - Permission Constants
|
|
3
|
-
*
|
|
4
|
-
* Maps to action definitions in wspace-rbac-svc seed file.
|
|
5
|
-
* Format: {resourceType}:{action}
|
|
6
|
-
*/
|
|
7
|
-
export declare const WORKSPACE_PERMISSIONS: {
|
|
8
|
-
readonly WORKSPACE_LIST: "workspace:list";
|
|
9
|
-
readonly WORKSPACE_READ: "workspace:read";
|
|
10
|
-
readonly WORKSPACE_CREATE: "workspace:create";
|
|
11
|
-
readonly WORKSPACE_UPDATE: "workspace:update";
|
|
12
|
-
readonly WORKSPACE_DELETE: "workspace:delete";
|
|
13
|
-
readonly WORKSPACE_ARCHIVE: "workspace:archive";
|
|
14
|
-
readonly MEMBER_LIST: "workspace-member:list";
|
|
15
|
-
readonly MEMBER_READ: "workspace-member:read";
|
|
16
|
-
readonly MEMBER_CREATE: "workspace-member:create";
|
|
17
|
-
readonly MEMBER_UPDATE: "workspace-member:update";
|
|
18
|
-
readonly MEMBER_DELETE: "workspace-member:delete";
|
|
19
|
-
readonly PROJECT_LIST: "project:list";
|
|
20
|
-
readonly PROJECT_READ: "project:read";
|
|
21
|
-
readonly PROJECT_CREATE: "project:create";
|
|
22
|
-
readonly PROJECT_UPDATE: "project:update";
|
|
23
|
-
readonly PROJECT_DELETE: "project:delete";
|
|
24
|
-
readonly PROJECT_ARCHIVE: "project:archive";
|
|
25
|
-
readonly PROJECT_MEMBER_LIST: "project-member:list";
|
|
26
|
-
readonly PROJECT_MEMBER_READ: "project-member:read";
|
|
27
|
-
readonly PROJECT_MEMBER_CREATE: "project-member:create";
|
|
28
|
-
readonly PROJECT_MEMBER_DELETE: "project-member:delete";
|
|
29
|
-
readonly SETTINGS_READ: "settings:read";
|
|
30
|
-
readonly SETTINGS_WRITE: "settings:write";
|
|
31
|
-
readonly ACTIVITY_READ: "activity:read";
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=permissions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.d.ts","sourceRoot":"","sources":["../../src/constants/permissions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;CAoCxB,CAAC"}
|
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
import * as Types from './global-types';
|
|
2
|
-
import * as Apollo from '@apollo/client';
|
|
3
|
-
import * as ApolloReactHooks from '@apollo/client/react';
|
|
4
|
-
export type DashboardGlobalDataQueryVariables = Types.Exact<{
|
|
5
|
-
[key: string]: never;
|
|
6
|
-
}>;
|
|
7
|
-
export type DashboardGlobalDataQuery = {
|
|
8
|
-
__typename?: 'Query';
|
|
9
|
-
myDashboardPreferences?: Record<string, unknown> | null;
|
|
10
|
-
currentUser?: {
|
|
11
|
-
__typename?: 'User';
|
|
12
|
-
id: string;
|
|
13
|
-
email: string;
|
|
14
|
-
firstName?: string | null;
|
|
15
|
-
lastName?: string | null;
|
|
16
|
-
name?: string | null;
|
|
17
|
-
role: string;
|
|
18
|
-
createdAt: string;
|
|
19
|
-
} | null;
|
|
20
|
-
myWorkspaces: {
|
|
21
|
-
__typename?: 'WorkspaceList';
|
|
22
|
-
total: number;
|
|
23
|
-
items: Array<{
|
|
24
|
-
__typename?: 'Workspace';
|
|
25
|
-
id: string;
|
|
26
|
-
name: string;
|
|
27
|
-
status: Types.WorkspaceStatus;
|
|
28
|
-
type: Types.WorkspaceType;
|
|
29
|
-
createdAt: string;
|
|
30
|
-
memberCount: number;
|
|
31
|
-
}>;
|
|
32
|
-
};
|
|
33
|
-
myOrganizations: {
|
|
34
|
-
__typename?: 'OrganizationList';
|
|
35
|
-
total: number;
|
|
36
|
-
items: Array<{
|
|
37
|
-
__typename?: 'Organization';
|
|
38
|
-
id: string;
|
|
39
|
-
name: string;
|
|
40
|
-
status: string;
|
|
41
|
-
type: string;
|
|
42
|
-
createdAt: string;
|
|
43
|
-
}>;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
export type UpdateDashboardPreferencesMutationVariables = Types.Exact<{
|
|
47
|
-
input: Types.UpdateDashboardPreferencesInput;
|
|
48
|
-
}>;
|
|
49
|
-
export type UpdateDashboardPreferencesMutation = {
|
|
50
|
-
__typename?: 'Mutation';
|
|
51
|
-
updateMyDashboardPreferences: Record<string, unknown>;
|
|
52
|
-
};
|
|
53
|
-
export type GetGlobalMyWorkspacesQueryVariables = Types.Exact<{
|
|
54
|
-
limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
55
|
-
offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
56
|
-
}>;
|
|
57
|
-
export type GetGlobalMyWorkspacesQuery = {
|
|
58
|
-
__typename?: 'Query';
|
|
59
|
-
myWorkspaces: {
|
|
60
|
-
__typename?: 'WorkspaceList';
|
|
61
|
-
total: number;
|
|
62
|
-
hasMore: boolean;
|
|
63
|
-
items: Array<{
|
|
64
|
-
__typename?: 'Workspace';
|
|
65
|
-
id: string;
|
|
66
|
-
name: string;
|
|
67
|
-
type: Types.WorkspaceType;
|
|
68
|
-
status: Types.WorkspaceStatus;
|
|
69
|
-
createdAt: string;
|
|
70
|
-
updatedAt: string;
|
|
71
|
-
memberCount: number;
|
|
72
|
-
}>;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
export type GetMyTenantsQueryVariables = Types.Exact<{
|
|
76
|
-
limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
77
|
-
offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
78
|
-
}>;
|
|
79
|
-
export type GetMyTenantsQuery = {
|
|
80
|
-
__typename?: 'Query';
|
|
81
|
-
myTenants: {
|
|
82
|
-
__typename?: 'TenantList';
|
|
83
|
-
total: number;
|
|
84
|
-
hasMore: boolean;
|
|
85
|
-
items: Array<{
|
|
86
|
-
__typename?: 'Tenant';
|
|
87
|
-
id: string;
|
|
88
|
-
name: string;
|
|
89
|
-
slug: string;
|
|
90
|
-
status: Types.TenantStatus;
|
|
91
|
-
type: Types.TenantType;
|
|
92
|
-
}>;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
export type GetMyOrganizationsQueryVariables = Types.Exact<{
|
|
96
|
-
limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
97
|
-
offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
98
|
-
}>;
|
|
99
|
-
export type GetMyOrganizationsQuery = {
|
|
100
|
-
__typename?: 'Query';
|
|
101
|
-
myOrganizations: {
|
|
102
|
-
__typename?: 'OrganizationList';
|
|
103
|
-
total: number;
|
|
104
|
-
hasMore: boolean;
|
|
105
|
-
items: Array<{
|
|
106
|
-
__typename?: 'Organization';
|
|
107
|
-
id: string;
|
|
108
|
-
name: string;
|
|
109
|
-
slug: string;
|
|
110
|
-
tenantId: string;
|
|
111
|
-
}>;
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
export type CreateGlobalWorkspaceMutationVariables = Types.Exact<{
|
|
115
|
-
input: Types.CreateWorkspaceInput;
|
|
116
|
-
}>;
|
|
117
|
-
export type CreateGlobalWorkspaceMutation = {
|
|
118
|
-
__typename?: 'Mutation';
|
|
119
|
-
createWorkspace: {
|
|
120
|
-
__typename?: 'Workspace';
|
|
121
|
-
id: string;
|
|
122
|
-
name: string;
|
|
123
|
-
slug: string;
|
|
124
|
-
type: Types.WorkspaceType;
|
|
125
|
-
status: Types.WorkspaceStatus;
|
|
126
|
-
tenantId: string;
|
|
127
|
-
organizationId?: string | null;
|
|
128
|
-
createdAt: string;
|
|
129
|
-
};
|
|
130
|
-
};
|
|
131
|
-
export declare const DashboardGlobalDataDocument: Apollo.DocumentNode;
|
|
132
|
-
/**
|
|
133
|
-
* __useDashboardGlobalDataQuery__
|
|
134
|
-
*
|
|
135
|
-
* To run a query within a React component, call `useDashboardGlobalDataQuery` and pass it any options that fit your needs.
|
|
136
|
-
* When your component renders, `useDashboardGlobalDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
137
|
-
* you can use to render your UI.
|
|
138
|
-
*
|
|
139
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
140
|
-
*
|
|
141
|
-
* @example
|
|
142
|
-
* const { data, loading, error } = useDashboardGlobalDataQuery({
|
|
143
|
-
* variables: {
|
|
144
|
-
* },
|
|
145
|
-
* });
|
|
146
|
-
*/
|
|
147
|
-
export declare function useDashboardGlobalDataQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables>): ApolloReactHooks.useQuery.Result<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables, "empty" | "complete" | "streaming", Types.DashboardGlobalDataQueryVariables>;
|
|
148
|
-
export declare function useDashboardGlobalDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables, "empty" | "complete" | "streaming">;
|
|
149
|
-
export declare function useDashboardGlobalDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables>;
|
|
150
|
-
export declare function useDashboardGlobalDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DashboardGlobalDataQuery | undefined, Types.DashboardGlobalDataQueryVariables>;
|
|
151
|
-
export type DashboardGlobalDataQueryHookResult = ReturnType<typeof useDashboardGlobalDataQuery>;
|
|
152
|
-
export type DashboardGlobalDataLazyQueryHookResult = ReturnType<typeof useDashboardGlobalDataLazyQuery>;
|
|
153
|
-
export type DashboardGlobalDataSuspenseQueryHookResult = ReturnType<typeof useDashboardGlobalDataSuspenseQuery>;
|
|
154
|
-
export type DashboardGlobalDataQueryResult = Apollo.QueryResult<Types.DashboardGlobalDataQuery, Types.DashboardGlobalDataQueryVariables>;
|
|
155
|
-
export declare const UpdateDashboardPreferencesDocument: Apollo.DocumentNode;
|
|
156
|
-
export type UpdateDashboardPreferencesMutationFn = Apollo.MutationFunction<Types.UpdateDashboardPreferencesMutation, Types.UpdateDashboardPreferencesMutationVariables>;
|
|
157
|
-
/**
|
|
158
|
-
* __useUpdateDashboardPreferencesMutation__
|
|
159
|
-
*
|
|
160
|
-
* To run a mutation, you first call `useUpdateDashboardPreferencesMutation` within a React component and pass it any options that fit your needs.
|
|
161
|
-
* When your component renders, `useUpdateDashboardPreferencesMutation` returns a tuple that includes:
|
|
162
|
-
* - A mutate function that you can call at any time to execute the mutation
|
|
163
|
-
* - An object with fields that represent the current status of the mutation's execution
|
|
164
|
-
*
|
|
165
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
166
|
-
*
|
|
167
|
-
* @example
|
|
168
|
-
* const [updateDashboardPreferencesMutation, { data, loading, error }] = useUpdateDashboardPreferencesMutation({
|
|
169
|
-
* variables: {
|
|
170
|
-
* input: // value for 'input'
|
|
171
|
-
* },
|
|
172
|
-
* });
|
|
173
|
-
*/
|
|
174
|
-
export declare function useUpdateDashboardPreferencesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardPreferencesMutation, Types.UpdateDashboardPreferencesMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UpdateDashboardPreferencesMutation, any, Apollo.ApolloCache>;
|
|
175
|
-
export type UpdateDashboardPreferencesMutationHookResult = ReturnType<typeof useUpdateDashboardPreferencesMutation>;
|
|
176
|
-
export type UpdateDashboardPreferencesMutationResult = Apollo.MutationResult<Types.UpdateDashboardPreferencesMutation>;
|
|
177
|
-
export type UpdateDashboardPreferencesMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardPreferencesMutation, Types.UpdateDashboardPreferencesMutationVariables>;
|
|
178
|
-
export declare const GetGlobalMyWorkspacesDocument: Apollo.DocumentNode;
|
|
179
|
-
/**
|
|
180
|
-
* __useGetGlobalMyWorkspacesQuery__
|
|
181
|
-
*
|
|
182
|
-
* To run a query within a React component, call `useGetGlobalMyWorkspacesQuery` and pass it any options that fit your needs.
|
|
183
|
-
* When your component renders, `useGetGlobalMyWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
184
|
-
* you can use to render your UI.
|
|
185
|
-
*
|
|
186
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
187
|
-
*
|
|
188
|
-
* @example
|
|
189
|
-
* const { data, loading, error } = useGetGlobalMyWorkspacesQuery({
|
|
190
|
-
* variables: {
|
|
191
|
-
* limit: // value for 'limit'
|
|
192
|
-
* offset: // value for 'offset'
|
|
193
|
-
* },
|
|
194
|
-
* });
|
|
195
|
-
*/
|
|
196
|
-
export declare function useGetGlobalMyWorkspacesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables, "empty" | "complete" | "streaming", Types.GetGlobalMyWorkspacesQueryVariables>;
|
|
197
|
-
export declare function useGetGlobalMyWorkspacesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables, "empty" | "complete" | "streaming">;
|
|
198
|
-
export declare function useGetGlobalMyWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables>;
|
|
199
|
-
export declare function useGetGlobalMyWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetGlobalMyWorkspacesQuery | undefined, Types.GetGlobalMyWorkspacesQueryVariables>;
|
|
200
|
-
export type GetGlobalMyWorkspacesQueryHookResult = ReturnType<typeof useGetGlobalMyWorkspacesQuery>;
|
|
201
|
-
export type GetGlobalMyWorkspacesLazyQueryHookResult = ReturnType<typeof useGetGlobalMyWorkspacesLazyQuery>;
|
|
202
|
-
export type GetGlobalMyWorkspacesSuspenseQueryHookResult = ReturnType<typeof useGetGlobalMyWorkspacesSuspenseQuery>;
|
|
203
|
-
export type GetGlobalMyWorkspacesQueryResult = Apollo.QueryResult<Types.GetGlobalMyWorkspacesQuery, Types.GetGlobalMyWorkspacesQueryVariables>;
|
|
204
|
-
export declare const GetMyTenantsDocument: Apollo.DocumentNode;
|
|
205
|
-
/**
|
|
206
|
-
* __useGetMyTenantsQuery__
|
|
207
|
-
*
|
|
208
|
-
* To run a query within a React component, call `useGetMyTenantsQuery` and pass it any options that fit your needs.
|
|
209
|
-
* When your component renders, `useGetMyTenantsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
210
|
-
* you can use to render your UI.
|
|
211
|
-
*
|
|
212
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
213
|
-
*
|
|
214
|
-
* @example
|
|
215
|
-
* const { data, loading, error } = useGetMyTenantsQuery({
|
|
216
|
-
* variables: {
|
|
217
|
-
* limit: // value for 'limit'
|
|
218
|
-
* offset: // value for 'offset'
|
|
219
|
-
* },
|
|
220
|
-
* });
|
|
221
|
-
*/
|
|
222
|
-
export declare function useGetMyTenantsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables, "empty" | "complete" | "streaming", Types.GetMyTenantsQueryVariables>;
|
|
223
|
-
export declare function useGetMyTenantsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables, "empty" | "complete" | "streaming">;
|
|
224
|
-
export declare function useGetMyTenantsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables>;
|
|
225
|
-
export declare function useGetMyTenantsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyTenantsQuery | undefined, Types.GetMyTenantsQueryVariables>;
|
|
226
|
-
export type GetMyTenantsQueryHookResult = ReturnType<typeof useGetMyTenantsQuery>;
|
|
227
|
-
export type GetMyTenantsLazyQueryHookResult = ReturnType<typeof useGetMyTenantsLazyQuery>;
|
|
228
|
-
export type GetMyTenantsSuspenseQueryHookResult = ReturnType<typeof useGetMyTenantsSuspenseQuery>;
|
|
229
|
-
export type GetMyTenantsQueryResult = Apollo.QueryResult<Types.GetMyTenantsQuery, Types.GetMyTenantsQueryVariables>;
|
|
230
|
-
export declare const GetMyOrganizationsDocument: Apollo.DocumentNode;
|
|
231
|
-
/**
|
|
232
|
-
* __useGetMyOrganizationsQuery__
|
|
233
|
-
*
|
|
234
|
-
* To run a query within a React component, call `useGetMyOrganizationsQuery` and pass it any options that fit your needs.
|
|
235
|
-
* When your component renders, `useGetMyOrganizationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
236
|
-
* you can use to render your UI.
|
|
237
|
-
*
|
|
238
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
239
|
-
*
|
|
240
|
-
* @example
|
|
241
|
-
* const { data, loading, error } = useGetMyOrganizationsQuery({
|
|
242
|
-
* variables: {
|
|
243
|
-
* limit: // value for 'limit'
|
|
244
|
-
* offset: // value for 'offset'
|
|
245
|
-
* },
|
|
246
|
-
* });
|
|
247
|
-
*/
|
|
248
|
-
export declare function useGetMyOrganizationsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables, "empty" | "complete" | "streaming", Types.GetMyOrganizationsQueryVariables>;
|
|
249
|
-
export declare function useGetMyOrganizationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables, "empty" | "complete" | "streaming">;
|
|
250
|
-
export declare function useGetMyOrganizationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables>;
|
|
251
|
-
export declare function useGetMyOrganizationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyOrganizationsQuery | undefined, Types.GetMyOrganizationsQueryVariables>;
|
|
252
|
-
export type GetMyOrganizationsQueryHookResult = ReturnType<typeof useGetMyOrganizationsQuery>;
|
|
253
|
-
export type GetMyOrganizationsLazyQueryHookResult = ReturnType<typeof useGetMyOrganizationsLazyQuery>;
|
|
254
|
-
export type GetMyOrganizationsSuspenseQueryHookResult = ReturnType<typeof useGetMyOrganizationsSuspenseQuery>;
|
|
255
|
-
export type GetMyOrganizationsQueryResult = Apollo.QueryResult<Types.GetMyOrganizationsQuery, Types.GetMyOrganizationsQueryVariables>;
|
|
256
|
-
export declare const CreateGlobalWorkspaceDocument: Apollo.DocumentNode;
|
|
257
|
-
export type CreateGlobalWorkspaceMutationFn = Apollo.MutationFunction<Types.CreateGlobalWorkspaceMutation, Types.CreateGlobalWorkspaceMutationVariables>;
|
|
258
|
-
/**
|
|
259
|
-
* __useCreateGlobalWorkspaceMutation__
|
|
260
|
-
*
|
|
261
|
-
* To run a mutation, you first call `useCreateGlobalWorkspaceMutation` within a React component and pass it any options that fit your needs.
|
|
262
|
-
* When your component renders, `useCreateGlobalWorkspaceMutation` returns a tuple that includes:
|
|
263
|
-
* - A mutate function that you can call at any time to execute the mutation
|
|
264
|
-
* - An object with fields that represent the current status of the mutation's execution
|
|
265
|
-
*
|
|
266
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
267
|
-
*
|
|
268
|
-
* @example
|
|
269
|
-
* const [createGlobalWorkspaceMutation, { data, loading, error }] = useCreateGlobalWorkspaceMutation({
|
|
270
|
-
* variables: {
|
|
271
|
-
* input: // value for 'input'
|
|
272
|
-
* },
|
|
273
|
-
* });
|
|
274
|
-
*/
|
|
275
|
-
export declare function useCreateGlobalWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateGlobalWorkspaceMutation, Types.CreateGlobalWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.CreateGlobalWorkspaceMutation, any, Apollo.ApolloCache>;
|
|
276
|
-
export type CreateGlobalWorkspaceMutationHookResult = ReturnType<typeof useCreateGlobalWorkspaceMutation>;
|
|
277
|
-
export type CreateGlobalWorkspaceMutationResult = Apollo.MutationResult<Types.CreateGlobalWorkspaceMutation>;
|
|
278
|
-
export type CreateGlobalWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.CreateGlobalWorkspaceMutation, Types.CreateGlobalWorkspaceMutationVariables>;
|
|
279
|
-
//# sourceMappingURL=global-operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-operations.d.ts","sourceRoot":"","sources":["../../src/generated/global-operations.ts"],"names":[],"mappings":"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"}
|