@burdenoff/microfe-workspaces 2026.510.50

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.
Files changed (260) hide show
  1. package/README.md +88 -0
  2. package/dist/WorkspacesRoot.d.ts +35 -0
  3. package/dist/WorkspacesRoot.d.ts.map +1 -0
  4. package/dist/WorkspacesRoot.js +71 -0
  5. package/dist/WorkspacesRoot.js.map +1 -0
  6. package/dist/WorkspacesRoutes.d.ts +10 -0
  7. package/dist/WorkspacesRoutes.d.ts.map +1 -0
  8. package/dist/WorkspacesRoutes.js +111 -0
  9. package/dist/WorkspacesRoutes.js.map +1 -0
  10. package/dist/components/CreateProjectDialog.d.ts +6 -0
  11. package/dist/components/CreateProjectDialog.d.ts.map +1 -0
  12. package/dist/components/CreateProjectDialog.js +115 -0
  13. package/dist/components/CreateProjectDialog.js.map +1 -0
  14. package/dist/components/CreateWorkspaceDialog.d.ts +2 -0
  15. package/dist/components/CreateWorkspaceDialog.d.ts.map +1 -0
  16. package/dist/components/CreateWorkspaceDialog.js +172 -0
  17. package/dist/components/CreateWorkspaceDialog.js.map +1 -0
  18. package/dist/components/InviteMemberDialog.d.ts +7 -0
  19. package/dist/components/InviteMemberDialog.d.ts.map +1 -0
  20. package/dist/components/InviteMemberDialog.js +148 -0
  21. package/dist/components/InviteMemberDialog.js.map +1 -0
  22. package/dist/components/MemberListItem.d.ts +11 -0
  23. package/dist/components/MemberListItem.d.ts.map +1 -0
  24. package/dist/components/MemberListItem.js +118 -0
  25. package/dist/components/MemberListItem.js.map +1 -0
  26. package/dist/components/ProjectCard.d.ts +13 -0
  27. package/dist/components/ProjectCard.d.ts.map +1 -0
  28. package/dist/components/ProjectCard.js +150 -0
  29. package/dist/components/ProjectCard.js.map +1 -0
  30. package/dist/components/WorkspaceCard.d.ts +8 -0
  31. package/dist/components/WorkspaceCard.d.ts.map +1 -0
  32. package/dist/components/WorkspaceCard.js +79 -0
  33. package/dist/components/WorkspaceCard.js.map +1 -0
  34. package/dist/components/WorkspacesErrorBoundary.d.ts +27 -0
  35. package/dist/components/WorkspacesErrorBoundary.d.ts.map +1 -0
  36. package/dist/components/WorkspacesErrorBoundary.js +136 -0
  37. package/dist/components/WorkspacesErrorBoundary.js.map +1 -0
  38. package/dist/components/index.d.ts +8 -0
  39. package/dist/components/index.d.ts.map +1 -0
  40. package/dist/components/index.js +7 -0
  41. package/dist/constants/permissions.d.ts +33 -0
  42. package/dist/constants/permissions.d.ts.map +1 -0
  43. package/dist/constants/permissions.js +31 -0
  44. package/dist/constants/permissions.js.map +1 -0
  45. package/dist/generated/global-operations.d.ts +279 -0
  46. package/dist/generated/global-operations.d.ts.map +1 -0
  47. package/dist/generated/global-operations.js +103 -0
  48. package/dist/generated/global-operations.js.map +1 -0
  49. package/dist/generated/global-types.d.ts +20714 -0
  50. package/dist/generated/global-types.d.ts.map +1 -0
  51. package/dist/generated/wspace-operations.d.ts +2209 -0
  52. package/dist/generated/wspace-operations.d.ts.map +1 -0
  53. package/dist/generated/wspace-operations.js +576 -0
  54. package/dist/generated/wspace-operations.js.map +1 -0
  55. package/dist/generated/wspace-types.d.ts +54990 -0
  56. package/dist/generated/wspace-types.d.ts.map +1 -0
  57. package/dist/hooks/index.d.ts +8 -0
  58. package/dist/hooks/index.d.ts.map +1 -0
  59. package/dist/hooks/index.js +7 -0
  60. package/dist/hooks/useMemberMutations.d.ts +61 -0
  61. package/dist/hooks/useMemberMutations.d.ts.map +1 -0
  62. package/dist/hooks/useMemberMutations.js +263 -0
  63. package/dist/hooks/useMemberMutations.js.map +1 -0
  64. package/dist/hooks/useProjectMutations.d.ts +26 -0
  65. package/dist/hooks/useProjectMutations.d.ts.map +1 -0
  66. package/dist/hooks/useProjectMutations.js +127 -0
  67. package/dist/hooks/useProjectMutations.js.map +1 -0
  68. package/dist/hooks/useProjects.d.ts +16 -0
  69. package/dist/hooks/useProjects.d.ts.map +1 -0
  70. package/dist/hooks/useProjects.js +103 -0
  71. package/dist/hooks/useProjects.js.map +1 -0
  72. package/dist/hooks/useScopedNavigation.d.ts +4 -0
  73. package/dist/hooks/useScopedNavigation.d.ts.map +1 -0
  74. package/dist/hooks/useScopedNavigation.js +11 -0
  75. package/dist/hooks/useScopedNavigation.js.map +1 -0
  76. package/dist/hooks/useTenants.d.ts +13 -0
  77. package/dist/hooks/useTenants.d.ts.map +1 -0
  78. package/dist/hooks/useTenants.js +47 -0
  79. package/dist/hooks/useTenants.js.map +1 -0
  80. package/dist/hooks/useWorkspaceActivity.d.ts +12 -0
  81. package/dist/hooks/useWorkspaceActivity.d.ts.map +1 -0
  82. package/dist/hooks/useWorkspaceActivity.js +31 -0
  83. package/dist/hooks/useWorkspaceActivity.js.map +1 -0
  84. package/dist/hooks/useWorkspaceMembers.d.ts +24 -0
  85. package/dist/hooks/useWorkspaceMembers.d.ts.map +1 -0
  86. package/dist/hooks/useWorkspaceMembers.js +130 -0
  87. package/dist/hooks/useWorkspaceMembers.js.map +1 -0
  88. package/dist/hooks/useWorkspaceMutations.d.ts +36 -0
  89. package/dist/hooks/useWorkspaceMutations.d.ts.map +1 -0
  90. package/dist/hooks/useWorkspaceMutations.js +119 -0
  91. package/dist/hooks/useWorkspaceMutations.js.map +1 -0
  92. package/dist/hooks/useWorkspacePermissions.d.ts +29 -0
  93. package/dist/hooks/useWorkspacePermissions.d.ts.map +1 -0
  94. package/dist/hooks/useWorkspacePermissions.js +33 -0
  95. package/dist/hooks/useWorkspacePermissions.js.map +1 -0
  96. package/dist/hooks/useWorkspaceRoles.d.ts +8 -0
  97. package/dist/hooks/useWorkspaceRoles.d.ts.map +1 -0
  98. package/dist/hooks/useWorkspaceRoles.js +31 -0
  99. package/dist/hooks/useWorkspaceRoles.js.map +1 -0
  100. package/dist/hooks/useWorkspaces.d.ts +21 -0
  101. package/dist/hooks/useWorkspaces.d.ts.map +1 -0
  102. package/dist/hooks/useWorkspaces.js +75 -0
  103. package/dist/hooks/useWorkspaces.js.map +1 -0
  104. package/dist/hooks/useWorkspacesEventEmitter.d.ts +14 -0
  105. package/dist/hooks/useWorkspacesEventEmitter.d.ts.map +1 -0
  106. package/dist/hooks/useWorkspacesEventEmitter.js +14 -0
  107. package/dist/hooks/useWorkspacesEventEmitter.js.map +1 -0
  108. package/dist/index.d.ts +33 -0
  109. package/dist/index.d.ts.map +1 -0
  110. package/dist/index.js +24 -0
  111. package/dist/pages/ActivityListPage.d.ts +2 -0
  112. package/dist/pages/ActivityListPage.d.ts.map +1 -0
  113. package/dist/pages/ActivityListPage.js +119 -0
  114. package/dist/pages/ActivityListPage.js.map +1 -0
  115. package/dist/pages/CreateWorkspacePage.d.ts +2 -0
  116. package/dist/pages/CreateWorkspacePage.d.ts.map +1 -0
  117. package/dist/pages/CreateWorkspacePage.js +264 -0
  118. package/dist/pages/CreateWorkspacePage.js.map +1 -0
  119. package/dist/pages/InviteAcceptancePage.d.ts +6 -0
  120. package/dist/pages/InviteAcceptancePage.d.ts.map +1 -0
  121. package/dist/pages/InviteAcceptancePage.js +495 -0
  122. package/dist/pages/InviteAcceptancePage.js.map +1 -0
  123. package/dist/pages/MembersListPage.d.ts +2 -0
  124. package/dist/pages/MembersListPage.d.ts.map +1 -0
  125. package/dist/pages/MembersListPage.js +420 -0
  126. package/dist/pages/MembersListPage.js.map +1 -0
  127. package/dist/pages/ProjectDetailPage.d.ts +2 -0
  128. package/dist/pages/ProjectDetailPage.d.ts.map +1 -0
  129. package/dist/pages/ProjectDetailPage.js +361 -0
  130. package/dist/pages/ProjectDetailPage.js.map +1 -0
  131. package/dist/pages/ProjectsListPage.d.ts +2 -0
  132. package/dist/pages/ProjectsListPage.d.ts.map +1 -0
  133. package/dist/pages/ProjectsListPage.js +398 -0
  134. package/dist/pages/ProjectsListPage.js.map +1 -0
  135. package/dist/pages/WorkspaceDetailPage.d.ts +2 -0
  136. package/dist/pages/WorkspaceDetailPage.d.ts.map +1 -0
  137. package/dist/pages/WorkspaceDetailPage.js +230 -0
  138. package/dist/pages/WorkspaceDetailPage.js.map +1 -0
  139. package/dist/pages/WorkspaceSettingsPage.d.ts +2 -0
  140. package/dist/pages/WorkspaceSettingsPage.d.ts.map +1 -0
  141. package/dist/pages/WorkspaceSettingsPage.js +157 -0
  142. package/dist/pages/WorkspaceSettingsPage.js.map +1 -0
  143. package/dist/pages/WorkspacesListPage.d.ts +2 -0
  144. package/dist/pages/WorkspacesListPage.d.ts.map +1 -0
  145. package/dist/pages/WorkspacesListPage.js +186 -0
  146. package/dist/pages/WorkspacesListPage.js.map +1 -0
  147. package/dist/pages/dashboard/DashboardCustomizer.d.ts +12 -0
  148. package/dist/pages/dashboard/DashboardCustomizer.d.ts.map +1 -0
  149. package/dist/pages/dashboard/DashboardCustomizer.js +136 -0
  150. package/dist/pages/dashboard/DashboardCustomizer.js.map +1 -0
  151. package/dist/pages/dashboard/DashboardGrid.d.ts +8 -0
  152. package/dist/pages/dashboard/DashboardGrid.d.ts.map +1 -0
  153. package/dist/pages/dashboard/DashboardGrid.js +58 -0
  154. package/dist/pages/dashboard/DashboardGrid.js.map +1 -0
  155. package/dist/pages/dashboard/DashboardPage.d.ts +14 -0
  156. package/dist/pages/dashboard/DashboardPage.d.ts.map +1 -0
  157. package/dist/pages/dashboard/DashboardPage.js +136 -0
  158. package/dist/pages/dashboard/DashboardPage.js.map +1 -0
  159. package/dist/pages/dashboard/WidgetWrapper.d.ts +17 -0
  160. package/dist/pages/dashboard/WidgetWrapper.d.ts.map +1 -0
  161. package/dist/pages/dashboard/WidgetWrapper.js +72 -0
  162. package/dist/pages/dashboard/WidgetWrapper.js.map +1 -0
  163. package/dist/pages/dashboard/config.d.ts +9 -0
  164. package/dist/pages/dashboard/config.d.ts.map +1 -0
  165. package/dist/pages/dashboard/config.js +214 -0
  166. package/dist/pages/dashboard/config.js.map +1 -0
  167. package/dist/pages/dashboard/hooks/useDashboardData.d.ts +9 -0
  168. package/dist/pages/dashboard/hooks/useDashboardData.d.ts.map +1 -0
  169. package/dist/pages/dashboard/hooks/useDashboardData.js +118 -0
  170. package/dist/pages/dashboard/hooks/useDashboardData.js.map +1 -0
  171. package/dist/pages/dashboard/hooks/useDashboardPreferences.d.ts +4 -0
  172. package/dist/pages/dashboard/hooks/useDashboardPreferences.d.ts.map +1 -0
  173. package/dist/pages/dashboard/hooks/useDashboardPreferences.js +32 -0
  174. package/dist/pages/dashboard/hooks/useDashboardPreferences.js.map +1 -0
  175. package/dist/pages/dashboard/types.d.ts +145 -0
  176. package/dist/pages/dashboard/types.d.ts.map +1 -0
  177. package/dist/pages/dashboard/widgets/GroupsWidget.d.ts +4 -0
  178. package/dist/pages/dashboard/widgets/GroupsWidget.d.ts.map +1 -0
  179. package/dist/pages/dashboard/widgets/GroupsWidget.js +59 -0
  180. package/dist/pages/dashboard/widgets/GroupsWidget.js.map +1 -0
  181. package/dist/pages/dashboard/widgets/MembersWidget.d.ts +4 -0
  182. package/dist/pages/dashboard/widgets/MembersWidget.d.ts.map +1 -0
  183. package/dist/pages/dashboard/widgets/MembersWidget.js +65 -0
  184. package/dist/pages/dashboard/widgets/MembersWidget.js.map +1 -0
  185. package/dist/pages/dashboard/widgets/ProjectsWidget.d.ts +4 -0
  186. package/dist/pages/dashboard/widgets/ProjectsWidget.d.ts.map +1 -0
  187. package/dist/pages/dashboard/widgets/ProjectsWidget.js +91 -0
  188. package/dist/pages/dashboard/widgets/ProjectsWidget.js.map +1 -0
  189. package/dist/pages/dashboard/widgets/QuickActionsWidget.d.ts +4 -0
  190. package/dist/pages/dashboard/widgets/QuickActionsWidget.d.ts.map +1 -0
  191. package/dist/pages/dashboard/widgets/QuickActionsWidget.js +80 -0
  192. package/dist/pages/dashboard/widgets/QuickActionsWidget.js.map +1 -0
  193. package/dist/pages/dashboard/widgets/RecentActivityWidget.d.ts +4 -0
  194. package/dist/pages/dashboard/widgets/RecentActivityWidget.d.ts.map +1 -0
  195. package/dist/pages/dashboard/widgets/RecentActivityWidget.js +81 -0
  196. package/dist/pages/dashboard/widgets/RecentActivityWidget.js.map +1 -0
  197. package/dist/pages/dashboard/widgets/StorageWidget.d.ts +4 -0
  198. package/dist/pages/dashboard/widgets/StorageWidget.d.ts.map +1 -0
  199. package/dist/pages/dashboard/widgets/StorageWidget.js +69 -0
  200. package/dist/pages/dashboard/widgets/StorageWidget.js.map +1 -0
  201. package/dist/pages/dashboard/widgets/SystemHealthWidget.d.ts +4 -0
  202. package/dist/pages/dashboard/widgets/SystemHealthWidget.d.ts.map +1 -0
  203. package/dist/pages/dashboard/widgets/SystemHealthWidget.js +59 -0
  204. package/dist/pages/dashboard/widgets/SystemHealthWidget.js.map +1 -0
  205. package/dist/pages/dashboard/widgets/TagCloudWidget.d.ts +4 -0
  206. package/dist/pages/dashboard/widgets/TagCloudWidget.d.ts.map +1 -0
  207. package/dist/pages/dashboard/widgets/TagCloudWidget.js +61 -0
  208. package/dist/pages/dashboard/widgets/TagCloudWidget.js.map +1 -0
  209. package/dist/pages/dashboard/widgets/TipsWidget.d.ts +4 -0
  210. package/dist/pages/dashboard/widgets/TipsWidget.d.ts.map +1 -0
  211. package/dist/pages/dashboard/widgets/TipsWidget.js +67 -0
  212. package/dist/pages/dashboard/widgets/TipsWidget.js.map +1 -0
  213. package/dist/pages/dashboard/widgets/UpcomingEventsWidget.d.ts +4 -0
  214. package/dist/pages/dashboard/widgets/UpcomingEventsWidget.d.ts.map +1 -0
  215. package/dist/pages/dashboard/widgets/UpcomingEventsWidget.js +83 -0
  216. package/dist/pages/dashboard/widgets/UpcomingEventsWidget.js.map +1 -0
  217. package/dist/pages/dashboard/widgets/WelcomeWidget.d.ts +4 -0
  218. package/dist/pages/dashboard/widgets/WelcomeWidget.d.ts.map +1 -0
  219. package/dist/pages/dashboard/widgets/WelcomeWidget.js +71 -0
  220. package/dist/pages/dashboard/widgets/WelcomeWidget.js.map +1 -0
  221. package/dist/pages/dashboard/widgets/WorkflowStatsWidget.d.ts +4 -0
  222. package/dist/pages/dashboard/widgets/WorkflowStatsWidget.d.ts.map +1 -0
  223. package/dist/pages/dashboard/widgets/WorkflowStatsWidget.js +97 -0
  224. package/dist/pages/dashboard/widgets/WorkflowStatsWidget.js.map +1 -0
  225. package/dist/pages/dashboard/widgets/WorkspacesWidget.d.ts +4 -0
  226. package/dist/pages/dashboard/widgets/WorkspacesWidget.d.ts.map +1 -0
  227. package/dist/pages/dashboard/widgets/WorkspacesWidget.js +67 -0
  228. package/dist/pages/dashboard/widgets/WorkspacesWidget.js.map +1 -0
  229. package/dist/providers/WorkspacesProvider.d.ts +13 -0
  230. package/dist/providers/WorkspacesProvider.d.ts.map +1 -0
  231. package/dist/providers/WorkspacesProvider.js +24 -0
  232. package/dist/providers/WorkspacesProvider.js.map +1 -0
  233. package/dist/store/workspacesStore.d.ts +82 -0
  234. package/dist/store/workspacesStore.d.ts.map +1 -0
  235. package/dist/store/workspacesStore.js +92 -0
  236. package/dist/store/workspacesStore.js.map +1 -0
  237. package/dist/types/index.d.ts +280 -0
  238. package/dist/types/index.d.ts.map +1 -0
  239. package/dist/utils/formatters.d.ts +60 -0
  240. package/dist/utils/formatters.d.ts.map +1 -0
  241. package/dist/utils/formatters.js +61 -0
  242. package/dist/utils/formatters.js.map +1 -0
  243. package/dist/utils/index.d.ts +3 -0
  244. package/dist/utils/index.d.ts.map +1 -0
  245. package/dist/utils/nativeBridge.d.ts +3 -0
  246. package/dist/utils/nativeBridge.d.ts.map +1 -0
  247. package/dist/utils/nativeBridge.js +2 -0
  248. package/dist/utils/projectTags.d.ts +6 -0
  249. package/dist/utils/projectTags.d.ts.map +1 -0
  250. package/dist/utils/projectTags.js +49 -0
  251. package/dist/utils/projectTags.js.map +1 -0
  252. package/dist/utils/slug.d.ts +13 -0
  253. package/dist/utils/slug.d.ts.map +1 -0
  254. package/dist/utils/slug.js +8 -0
  255. package/dist/utils/slug.js.map +1 -0
  256. package/dist/utils/tokenHelpers.d.ts +114 -0
  257. package/dist/utils/tokenHelpers.d.ts.map +1 -0
  258. package/dist/utils/tokenHelpers.js +80 -0
  259. package/dist/utils/tokenHelpers.js.map +1 -0
  260. package/package.json +113 -0
@@ -0,0 +1,2209 @@
1
+ import * as Types from './wspace-types';
2
+ import * as Apollo from '@apollo/client';
3
+ import * as ApolloReactHooks from '@apollo/client/react';
4
+ export type DashboardProjectsQueryVariables = Types.Exact<{
5
+ filter?: Types.InputMaybe<Types.ProjectFilterInput>;
6
+ }>;
7
+ export type DashboardProjectsQuery = {
8
+ __typename?: 'Query';
9
+ projects: {
10
+ __typename?: 'ProjectList';
11
+ total: number;
12
+ items: Array<{
13
+ __typename?: 'Project';
14
+ id: string;
15
+ name: string;
16
+ key: string;
17
+ status: Types.ProjectStatus;
18
+ workspaceId: string;
19
+ createdAt: string;
20
+ }>;
21
+ };
22
+ };
23
+ export type DashboardWorkspaceDataQueryVariables = Types.Exact<{
24
+ [key: string]: never;
25
+ }>;
26
+ export type DashboardWorkspaceDataQuery = {
27
+ __typename?: 'Query';
28
+ getRecentActivities: Array<{
29
+ __typename?: 'ActivityLog';
30
+ id: string;
31
+ action: string;
32
+ resourceType?: string | null;
33
+ resourceId?: string | null;
34
+ userId: string;
35
+ description?: string | null;
36
+ details?: Record<string, unknown> | null;
37
+ timestamp: string;
38
+ }>;
39
+ upcomingEvents: Array<{
40
+ __typename?: 'CalendarEvent';
41
+ id: string;
42
+ title: string;
43
+ startTime: string;
44
+ endTime: string;
45
+ calendarId: string;
46
+ allDay: boolean;
47
+ }>;
48
+ getTags: {
49
+ __typename?: 'TagList';
50
+ total: number;
51
+ items: Array<{
52
+ __typename?: 'UniversalTag';
53
+ id: string;
54
+ label: string;
55
+ key: string;
56
+ }>;
57
+ };
58
+ myGroups: {
59
+ __typename?: 'GroupConnection';
60
+ totalCount: number;
61
+ edges: Array<{
62
+ __typename?: 'GroupEdge';
63
+ node: {
64
+ __typename?: 'Group';
65
+ id: string;
66
+ name: string;
67
+ description?: string | null;
68
+ };
69
+ }>;
70
+ };
71
+ dashboardSummary: {
72
+ __typename?: 'DashboardSummary';
73
+ activeWorkflowsCount: number;
74
+ archivedWorkflowsCount: number;
75
+ recentRuns: Array<{
76
+ __typename?: 'RecentRun';
77
+ id: string;
78
+ status: string;
79
+ workflowKey: string;
80
+ startedAt?: string | null;
81
+ }>;
82
+ };
83
+ workspaceResourceUsage?: {
84
+ __typename?: 'WorkspaceResourceUsage';
85
+ currentStorageGb: number;
86
+ } | null;
87
+ workspaceResourceLimits?: {
88
+ __typename?: 'WorkspaceResourceLimits';
89
+ maxStorageGb?: number | null;
90
+ } | null;
91
+ };
92
+ export type AddWorkspaceMemberMutationVariables = Types.Exact<{
93
+ input: Types.AddWorkspaceMemberInput;
94
+ }>;
95
+ export type AddWorkspaceMemberMutation = {
96
+ __typename?: 'Mutation';
97
+ addWorkspaceMember: {
98
+ __typename?: 'WorkspaceMember';
99
+ id: string;
100
+ workspaceId: string;
101
+ userId: string;
102
+ createdAt: string;
103
+ updatedAt: string;
104
+ context?: {
105
+ __typename?: 'WorkspaceOperationContext';
106
+ type?: string | null;
107
+ metadata?: Record<string, unknown> | null;
108
+ } | null;
109
+ };
110
+ };
111
+ export type RemoveWorkspaceMemberMutationVariables = Types.Exact<{
112
+ id: Types.Scalars['ID']['input'];
113
+ }>;
114
+ export type RemoveWorkspaceMemberMutation = {
115
+ __typename?: 'Mutation';
116
+ removeWorkspaceMember: boolean;
117
+ };
118
+ export type RemoveUserFromWorkspaceMutationVariables = Types.Exact<{
119
+ userId: Types.Scalars['ID']['input'];
120
+ }>;
121
+ export type RemoveUserFromWorkspaceMutation = {
122
+ __typename?: 'Mutation';
123
+ removeUserFromWorkspace: boolean;
124
+ };
125
+ export type CreateInvitationMutationVariables = Types.Exact<{
126
+ input: Types.CreateInvitationInput;
127
+ }>;
128
+ export type CreateInvitationMutation = {
129
+ __typename?: 'Mutation';
130
+ createInvitation: {
131
+ __typename?: 'Invitation';
132
+ id: string;
133
+ email: string;
134
+ status: Types.InviteStatus;
135
+ roleIds: Array<string>;
136
+ workspaceId?: string | null;
137
+ projectId?: string | null;
138
+ invitedUserId?: string | null;
139
+ invitedById?: string | null;
140
+ expiresAt?: string | null;
141
+ createdAt: string;
142
+ context?: {
143
+ __typename?: 'WorkspaceOperationContext';
144
+ type?: string | null;
145
+ metadata?: Record<string, unknown> | null;
146
+ } | null;
147
+ };
148
+ };
149
+ export type UpdateInvitationMutationVariables = Types.Exact<{
150
+ id: Types.Scalars['ID']['input'];
151
+ input: Types.UpdateInvitationInput;
152
+ }>;
153
+ export type UpdateInvitationMutation = {
154
+ __typename?: 'Mutation';
155
+ updateInvitation: {
156
+ __typename?: 'Invitation';
157
+ id: string;
158
+ email: string;
159
+ status: Types.InviteStatus;
160
+ roleIds: Array<string>;
161
+ expiresAt?: string | null;
162
+ updatedAt: string;
163
+ context?: {
164
+ __typename?: 'WorkspaceOperationContext';
165
+ type?: string | null;
166
+ metadata?: Record<string, unknown> | null;
167
+ } | null;
168
+ };
169
+ };
170
+ export type AcceptInvitationMutationVariables = Types.Exact<{
171
+ id: Types.Scalars['ID']['input'];
172
+ }>;
173
+ export type AcceptInvitationMutation = {
174
+ __typename?: 'Mutation';
175
+ acceptInvitation: {
176
+ __typename?: 'Invitation';
177
+ id: string;
178
+ status: Types.InviteStatus;
179
+ updatedAt: string;
180
+ };
181
+ };
182
+ export type RejectInvitationMutationVariables = Types.Exact<{
183
+ id: Types.Scalars['ID']['input'];
184
+ }>;
185
+ export type RejectInvitationMutation = {
186
+ __typename?: 'Mutation';
187
+ rejectInvitation: {
188
+ __typename?: 'Invitation';
189
+ id: string;
190
+ status: Types.InviteStatus;
191
+ updatedAt: string;
192
+ };
193
+ };
194
+ export type CancelInvitationMutationVariables = Types.Exact<{
195
+ id: Types.Scalars['ID']['input'];
196
+ }>;
197
+ export type CancelInvitationMutation = {
198
+ __typename?: 'Mutation';
199
+ cancelInvitation: {
200
+ __typename?: 'Invitation';
201
+ id: string;
202
+ status: Types.InviteStatus;
203
+ updatedAt: string;
204
+ };
205
+ };
206
+ export type ResendInvitationMutationVariables = Types.Exact<{
207
+ id: Types.Scalars['ID']['input'];
208
+ }>;
209
+ export type ResendInvitationMutation = {
210
+ __typename?: 'Mutation';
211
+ resendInvitation: {
212
+ __typename?: 'Invitation';
213
+ id: string;
214
+ updatedAt: string;
215
+ };
216
+ };
217
+ export type DeleteInvitationMutationVariables = Types.Exact<{
218
+ id: Types.Scalars['ID']['input'];
219
+ }>;
220
+ export type DeleteInvitationMutation = {
221
+ __typename?: 'Mutation';
222
+ deleteInvitation: boolean;
223
+ };
224
+ export type BulkCreateInvitationsMutationVariables = Types.Exact<{
225
+ inputs: Array<Types.CreateInvitationInput> | Types.CreateInvitationInput;
226
+ }>;
227
+ export type BulkCreateInvitationsMutation = {
228
+ __typename?: 'Mutation';
229
+ bulkCreateInvitations: Array<{
230
+ __typename?: 'Invitation';
231
+ id: string;
232
+ email: string;
233
+ status: Types.InviteStatus;
234
+ workspaceId?: string | null;
235
+ projectId?: string | null;
236
+ createdAt: string;
237
+ context?: {
238
+ __typename?: 'WorkspaceOperationContext';
239
+ type?: string | null;
240
+ metadata?: Record<string, unknown> | null;
241
+ } | null;
242
+ }>;
243
+ };
244
+ export type CreateProjectMutationVariables = Types.Exact<{
245
+ input: Types.CreateProjectInput;
246
+ }>;
247
+ export type CreateProjectMutation = {
248
+ __typename?: 'Mutation';
249
+ createProject: {
250
+ __typename?: 'Project';
251
+ id: string;
252
+ name: string;
253
+ key: string;
254
+ workspaceId: string;
255
+ creatorId: string;
256
+ status: Types.ProjectStatus;
257
+ tags: Record<string, unknown>;
258
+ createdAt: string;
259
+ };
260
+ };
261
+ export type UpdateProjectMutationVariables = Types.Exact<{
262
+ id: Types.Scalars['ID']['input'];
263
+ input: Types.UpdateProjectInput;
264
+ }>;
265
+ export type UpdateProjectMutation = {
266
+ __typename?: 'Mutation';
267
+ updateProject: {
268
+ __typename?: 'Project';
269
+ id: string;
270
+ name: string;
271
+ key: string;
272
+ status: Types.ProjectStatus;
273
+ config?: Record<string, unknown> | null;
274
+ tags: Record<string, unknown>;
275
+ archived: boolean;
276
+ updatedAt: string;
277
+ };
278
+ };
279
+ export type DeleteProjectMutationVariables = Types.Exact<{
280
+ id: Types.Scalars['ID']['input'];
281
+ }>;
282
+ export type DeleteProjectMutation = {
283
+ __typename?: 'Mutation';
284
+ deleteProject: boolean;
285
+ };
286
+ export type ArchiveProjectMutationVariables = Types.Exact<{
287
+ id: Types.Scalars['ID']['input'];
288
+ }>;
289
+ export type ArchiveProjectMutation = {
290
+ __typename?: 'Mutation';
291
+ archiveProject: {
292
+ __typename?: 'Project';
293
+ id: string;
294
+ archived: boolean;
295
+ updatedAt: string;
296
+ };
297
+ };
298
+ export type UnarchiveProjectMutationVariables = Types.Exact<{
299
+ id: Types.Scalars['ID']['input'];
300
+ }>;
301
+ export type UnarchiveProjectMutation = {
302
+ __typename?: 'Mutation';
303
+ unarchiveProject: {
304
+ __typename?: 'Project';
305
+ id: string;
306
+ archived: boolean;
307
+ updatedAt: string;
308
+ };
309
+ };
310
+ export type SwitchProjectMutationVariables = Types.Exact<{
311
+ projectId: Types.Scalars['ID']['input'];
312
+ }>;
313
+ export type SwitchProjectMutation = {
314
+ __typename?: 'Mutation';
315
+ switchProject: {
316
+ __typename?: 'ProjectAuthResponse';
317
+ token: string;
318
+ expiresAt: string;
319
+ project: {
320
+ __typename?: 'Project';
321
+ id: string;
322
+ name: string;
323
+ key: string;
324
+ workspaceId: string;
325
+ status: Types.ProjectStatus;
326
+ tags: Record<string, unknown>;
327
+ archived: boolean;
328
+ };
329
+ };
330
+ };
331
+ export type TagProjectMutationVariables = Types.Exact<{
332
+ input: Types.TagProjectInput;
333
+ }>;
334
+ export type TagProjectMutation = {
335
+ __typename?: 'Mutation';
336
+ tagProject: {
337
+ __typename?: 'ProjectTagAssignment';
338
+ id: string;
339
+ tagId: string;
340
+ entityType: string;
341
+ entityId: string;
342
+ source: string;
343
+ assignedBy?: string | null;
344
+ assignedAt?: string | null;
345
+ validFrom?: string | null;
346
+ validTo?: string | null;
347
+ metadata?: Record<string, unknown> | null;
348
+ };
349
+ };
350
+ export type UntagProjectMutationVariables = Types.Exact<{
351
+ input: Types.UntagProjectInput;
352
+ }>;
353
+ export type UntagProjectMutation = {
354
+ __typename?: 'Mutation';
355
+ untagProject: boolean;
356
+ };
357
+ export type ReplaceProjectTagsMutationVariables = Types.Exact<{
358
+ input: Types.ReplaceProjectTagsInput;
359
+ }>;
360
+ export type ReplaceProjectTagsMutation = {
361
+ __typename?: 'Mutation';
362
+ replaceProjectTags: Array<{
363
+ __typename?: 'ProjectTagAssignment';
364
+ id: string;
365
+ tagId: string;
366
+ entityType: string;
367
+ entityId: string;
368
+ source: string;
369
+ assignedBy?: string | null;
370
+ assignedAt?: string | null;
371
+ validFrom?: string | null;
372
+ validTo?: string | null;
373
+ metadata?: Record<string, unknown> | null;
374
+ }>;
375
+ };
376
+ export type CreateWorkspaceMutationVariables = Types.Exact<{
377
+ input: Types.CreateWorkspaceInput;
378
+ }>;
379
+ export type CreateWorkspaceMutation = {
380
+ __typename?: 'Mutation';
381
+ createWorkspace: {
382
+ __typename?: 'Workspace';
383
+ id: string;
384
+ name: string;
385
+ type: Types.WorkspaceType;
386
+ status: Types.WorkspaceStatus;
387
+ tenantId: string;
388
+ ownerId: string;
389
+ createdAt: string;
390
+ context?: {
391
+ __typename?: 'WorkspaceOperationContext';
392
+ type?: string | null;
393
+ metadata?: Record<string, unknown> | null;
394
+ } | null;
395
+ };
396
+ };
397
+ export type UpdateWorkspaceMutationVariables = Types.Exact<{
398
+ id: Types.Scalars['ID']['input'];
399
+ input: Types.UpdateWorkspaceInput;
400
+ }>;
401
+ export type UpdateWorkspaceMutation = {
402
+ __typename?: 'Mutation';
403
+ updateWorkspace: {
404
+ __typename?: 'Workspace';
405
+ id: string;
406
+ name: string;
407
+ type: Types.WorkspaceType;
408
+ status: Types.WorkspaceStatus;
409
+ domain?: string | null;
410
+ contactEmail?: string | null;
411
+ website?: string | null;
412
+ address?: string | null;
413
+ ownerId: string;
414
+ updatedAt: string;
415
+ context?: {
416
+ __typename?: 'WorkspaceOperationContext';
417
+ type?: string | null;
418
+ metadata?: Record<string, unknown> | null;
419
+ } | null;
420
+ };
421
+ };
422
+ export type DeleteWorkspaceMutationVariables = Types.Exact<{
423
+ id: Types.Scalars['ID']['input'];
424
+ }>;
425
+ export type DeleteWorkspaceMutation = {
426
+ __typename?: 'Mutation';
427
+ deleteWorkspace: boolean;
428
+ };
429
+ export type ArchiveWorkspaceMutationVariables = Types.Exact<{
430
+ id: Types.Scalars['ID']['input'];
431
+ }>;
432
+ export type ArchiveWorkspaceMutation = {
433
+ __typename?: 'Mutation';
434
+ updateWorkspace: {
435
+ __typename?: 'Workspace';
436
+ id: string;
437
+ name: string;
438
+ status: Types.WorkspaceStatus;
439
+ updatedAt: string;
440
+ };
441
+ };
442
+ export type ReactivateWorkspaceMutationVariables = Types.Exact<{
443
+ id: Types.Scalars['ID']['input'];
444
+ }>;
445
+ export type ReactivateWorkspaceMutation = {
446
+ __typename?: 'Mutation';
447
+ updateWorkspace: {
448
+ __typename?: 'Workspace';
449
+ id: string;
450
+ name: string;
451
+ status: Types.WorkspaceStatus;
452
+ updatedAt: string;
453
+ };
454
+ };
455
+ export type InitializeWorkspaceMutationVariables = Types.Exact<{
456
+ id: Types.Scalars['ID']['input'];
457
+ }>;
458
+ export type InitializeWorkspaceMutation = {
459
+ __typename?: 'Mutation';
460
+ initializeWorkspace: {
461
+ __typename?: 'Workspace';
462
+ id: string;
463
+ status: Types.WorkspaceStatus;
464
+ updatedAt: string;
465
+ };
466
+ };
467
+ export type TagWorkspaceMutationVariables = Types.Exact<{
468
+ input: Types.TagWorkspaceInput;
469
+ }>;
470
+ export type TagWorkspaceMutation = {
471
+ __typename?: 'Mutation';
472
+ tagWorkspace: {
473
+ __typename?: 'WorkspaceTagAssignment';
474
+ id: string;
475
+ tagId: string;
476
+ entityType: string;
477
+ entityId: string;
478
+ source: string;
479
+ assignedBy?: string | null;
480
+ assignedAt?: string | null;
481
+ validFrom?: string | null;
482
+ validTo?: string | null;
483
+ metadata?: Record<string, unknown> | null;
484
+ };
485
+ };
486
+ export type UntagWorkspaceMutationVariables = Types.Exact<{
487
+ input: Types.UntagWorkspaceInput;
488
+ }>;
489
+ export type UntagWorkspaceMutation = {
490
+ __typename?: 'Mutation';
491
+ untagWorkspace: boolean;
492
+ };
493
+ export type ReplaceWorkspaceTagsMutationVariables = Types.Exact<{
494
+ input: Types.ReplaceWorkspaceTagsInput;
495
+ }>;
496
+ export type ReplaceWorkspaceTagsMutation = {
497
+ __typename?: 'Mutation';
498
+ replaceWorkspaceTags: Array<{
499
+ __typename?: 'WorkspaceTagAssignment';
500
+ id: string;
501
+ tagId: string;
502
+ entityType: string;
503
+ entityId: string;
504
+ source: string;
505
+ assignedBy?: string | null;
506
+ assignedAt?: string | null;
507
+ validFrom?: string | null;
508
+ validTo?: string | null;
509
+ metadata?: Record<string, unknown> | null;
510
+ }>;
511
+ };
512
+ export type WorkspaceMemberFieldsFragment = {
513
+ __typename?: 'WorkspaceMember';
514
+ id: string;
515
+ workspaceId: string;
516
+ userId: string;
517
+ createdAt: string;
518
+ updatedAt: string;
519
+ context?: {
520
+ __typename?: 'WorkspaceOperationContext';
521
+ type?: string | null;
522
+ metadata?: Record<string, unknown> | null;
523
+ } | null;
524
+ };
525
+ export type InvitationCardFieldsFragment = {
526
+ __typename?: 'Invitation';
527
+ id: string;
528
+ email: string;
529
+ status: Types.InviteStatus;
530
+ roleIds: Array<string>;
531
+ workspaceId?: string | null;
532
+ invitedById?: string | null;
533
+ expiresAt?: string | null;
534
+ createdAt: string;
535
+ context?: {
536
+ __typename?: 'WorkspaceOperationContext';
537
+ type?: string | null;
538
+ metadata?: Record<string, unknown> | null;
539
+ } | null;
540
+ };
541
+ export type InvitationFullFieldsFragment = {
542
+ __typename?: 'Invitation';
543
+ projectId?: string | null;
544
+ invitedUserId?: string | null;
545
+ updatedAt: string;
546
+ deletedAt?: string | null;
547
+ id: string;
548
+ email: string;
549
+ status: Types.InviteStatus;
550
+ roleIds: Array<string>;
551
+ workspaceId?: string | null;
552
+ invitedById?: string | null;
553
+ expiresAt?: string | null;
554
+ createdAt: string;
555
+ context?: {
556
+ __typename?: 'WorkspaceOperationContext';
557
+ type?: string | null;
558
+ metadata?: Record<string, unknown> | null;
559
+ } | null;
560
+ };
561
+ export type GetWorkspaceMembersQueryVariables = Types.Exact<{
562
+ workspaceId: Types.Scalars['ID']['input'];
563
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
564
+ }>;
565
+ export type GetWorkspaceMembersQuery = {
566
+ __typename?: 'Query';
567
+ workspaceMembers: {
568
+ __typename?: 'WorkspaceMemberList';
569
+ total: number;
570
+ hasMore: boolean;
571
+ items: Array<{
572
+ __typename?: 'WorkspaceMember';
573
+ id: string;
574
+ workspaceId: string;
575
+ userId: string;
576
+ createdAt: string;
577
+ updatedAt: string;
578
+ context?: {
579
+ __typename?: 'WorkspaceOperationContext';
580
+ type?: string | null;
581
+ metadata?: Record<string, unknown> | null;
582
+ } | null;
583
+ }>;
584
+ };
585
+ };
586
+ export type GetWorkspaceMemberQueryVariables = Types.Exact<{
587
+ id: Types.Scalars['ID']['input'];
588
+ }>;
589
+ export type GetWorkspaceMemberQuery = {
590
+ __typename?: 'Query';
591
+ workspaceMember?: {
592
+ __typename?: 'WorkspaceMember';
593
+ id: string;
594
+ workspaceId: string;
595
+ userId: string;
596
+ createdAt: string;
597
+ updatedAt: string;
598
+ context?: {
599
+ __typename?: 'WorkspaceOperationContext';
600
+ type?: string | null;
601
+ metadata?: Record<string, unknown> | null;
602
+ } | null;
603
+ } | null;
604
+ };
605
+ export type GetUserWorkspacesQueryVariables = Types.Exact<{
606
+ userId: Types.Scalars['ID']['input'];
607
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
608
+ }>;
609
+ export type GetUserWorkspacesQuery = {
610
+ __typename?: 'Query';
611
+ userWorkspaces: {
612
+ __typename?: 'WorkspaceMemberList';
613
+ total: number;
614
+ hasMore: boolean;
615
+ items: Array<{
616
+ __typename?: 'WorkspaceMember';
617
+ id: string;
618
+ workspaceId: string;
619
+ userId: string;
620
+ createdAt: string;
621
+ updatedAt: string;
622
+ context?: {
623
+ __typename?: 'WorkspaceOperationContext';
624
+ type?: string | null;
625
+ metadata?: Record<string, unknown> | null;
626
+ } | null;
627
+ }>;
628
+ };
629
+ };
630
+ export type GetWorkspaceInvitationsQueryVariables = Types.Exact<{
631
+ status?: Types.InputMaybe<Types.InviteStatus>;
632
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
633
+ }>;
634
+ export type GetWorkspaceInvitationsQuery = {
635
+ __typename?: 'Query';
636
+ workspaceInvitations: {
637
+ __typename?: 'InvitationList';
638
+ total: number;
639
+ hasMore: boolean;
640
+ items: Array<{
641
+ __typename?: 'Invitation';
642
+ projectId?: string | null;
643
+ invitedUserId?: string | null;
644
+ updatedAt: string;
645
+ deletedAt?: string | null;
646
+ id: string;
647
+ email: string;
648
+ status: Types.InviteStatus;
649
+ roleIds: Array<string>;
650
+ workspaceId?: string | null;
651
+ invitedById?: string | null;
652
+ expiresAt?: string | null;
653
+ createdAt: string;
654
+ context?: {
655
+ __typename?: 'WorkspaceOperationContext';
656
+ type?: string | null;
657
+ metadata?: Record<string, unknown> | null;
658
+ } | null;
659
+ }>;
660
+ };
661
+ };
662
+ export type GetInvitationQueryVariables = Types.Exact<{
663
+ id: Types.Scalars['ID']['input'];
664
+ }>;
665
+ export type GetInvitationQuery = {
666
+ __typename?: 'Query';
667
+ invitation?: {
668
+ __typename?: 'Invitation';
669
+ projectId?: string | null;
670
+ invitedUserId?: string | null;
671
+ updatedAt: string;
672
+ deletedAt?: string | null;
673
+ id: string;
674
+ email: string;
675
+ status: Types.InviteStatus;
676
+ roleIds: Array<string>;
677
+ workspaceId?: string | null;
678
+ invitedById?: string | null;
679
+ expiresAt?: string | null;
680
+ createdAt: string;
681
+ context?: {
682
+ __typename?: 'WorkspaceOperationContext';
683
+ type?: string | null;
684
+ metadata?: Record<string, unknown> | null;
685
+ } | null;
686
+ } | null;
687
+ };
688
+ export type GetMyPendingInvitationsQueryVariables = Types.Exact<{
689
+ email: Types.Scalars['String']['input'];
690
+ }>;
691
+ export type GetMyPendingInvitationsQuery = {
692
+ __typename?: 'Query';
693
+ myPendingInvitations: Array<{
694
+ __typename?: 'Invitation';
695
+ deletedAt?: string | null;
696
+ id: string;
697
+ email: string;
698
+ status: Types.InviteStatus;
699
+ roleIds: Array<string>;
700
+ workspaceId?: string | null;
701
+ invitedById?: string | null;
702
+ expiresAt?: string | null;
703
+ createdAt: string;
704
+ context?: {
705
+ __typename?: 'WorkspaceOperationContext';
706
+ type?: string | null;
707
+ metadata?: Record<string, unknown> | null;
708
+ } | null;
709
+ }>;
710
+ };
711
+ export type ProjectCardFieldsFragment = {
712
+ __typename?: 'Project';
713
+ id: string;
714
+ name: string;
715
+ key: string;
716
+ workspaceId: string;
717
+ status: Types.ProjectStatus;
718
+ tags: Record<string, unknown>;
719
+ archived: boolean;
720
+ createdAt: string;
721
+ updatedAt: string;
722
+ };
723
+ export type ProjectFullFieldsFragment = {
724
+ __typename?: 'Project';
725
+ creatorId: string;
726
+ config?: Record<string, unknown> | null;
727
+ deletedAt?: string | null;
728
+ id: string;
729
+ name: string;
730
+ key: string;
731
+ workspaceId: string;
732
+ status: Types.ProjectStatus;
733
+ tags: Record<string, unknown>;
734
+ archived: boolean;
735
+ createdAt: string;
736
+ updatedAt: string;
737
+ tagAssignments?: Array<{
738
+ __typename?: 'ProjectTagAssignment';
739
+ id: string;
740
+ tagId: string;
741
+ entityType: string;
742
+ entityId: string;
743
+ source: string;
744
+ assignedBy?: string | null;
745
+ assignedAt?: string | null;
746
+ validFrom?: string | null;
747
+ validTo?: string | null;
748
+ metadata?: Record<string, unknown> | null;
749
+ }> | null;
750
+ };
751
+ export type GetProjectsQueryVariables = Types.Exact<{
752
+ filter?: Types.InputMaybe<Types.ProjectFilterInput>;
753
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
754
+ }>;
755
+ export type GetProjectsQuery = {
756
+ __typename?: 'Query';
757
+ projects: {
758
+ __typename?: 'ProjectList';
759
+ total: number;
760
+ hasMore: boolean;
761
+ items: Array<{
762
+ __typename?: 'Project';
763
+ creatorId: string;
764
+ config?: Record<string, unknown> | null;
765
+ deletedAt?: string | null;
766
+ id: string;
767
+ name: string;
768
+ key: string;
769
+ workspaceId: string;
770
+ status: Types.ProjectStatus;
771
+ tags: Record<string, unknown>;
772
+ archived: boolean;
773
+ createdAt: string;
774
+ updatedAt: string;
775
+ tagAssignments?: Array<{
776
+ __typename?: 'ProjectTagAssignment';
777
+ id: string;
778
+ tagId: string;
779
+ entityType: string;
780
+ entityId: string;
781
+ source: string;
782
+ assignedBy?: string | null;
783
+ assignedAt?: string | null;
784
+ validFrom?: string | null;
785
+ validTo?: string | null;
786
+ metadata?: Record<string, unknown> | null;
787
+ }> | null;
788
+ }>;
789
+ };
790
+ };
791
+ export type GetProjectQueryVariables = Types.Exact<{
792
+ id: Types.Scalars['ID']['input'];
793
+ }>;
794
+ export type GetProjectQuery = {
795
+ __typename?: 'Query';
796
+ project?: {
797
+ __typename?: 'Project';
798
+ creatorId: string;
799
+ config?: Record<string, unknown> | null;
800
+ deletedAt?: string | null;
801
+ id: string;
802
+ name: string;
803
+ key: string;
804
+ workspaceId: string;
805
+ status: Types.ProjectStatus;
806
+ tags: Record<string, unknown>;
807
+ archived: boolean;
808
+ createdAt: string;
809
+ updatedAt: string;
810
+ tagAssignments?: Array<{
811
+ __typename?: 'ProjectTagAssignment';
812
+ id: string;
813
+ tagId: string;
814
+ entityType: string;
815
+ entityId: string;
816
+ source: string;
817
+ assignedBy?: string | null;
818
+ assignedAt?: string | null;
819
+ validFrom?: string | null;
820
+ validTo?: string | null;
821
+ metadata?: Record<string, unknown> | null;
822
+ }> | null;
823
+ } | null;
824
+ };
825
+ export type GetMyProjectsQueryVariables = Types.Exact<{
826
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
827
+ }>;
828
+ export type GetMyProjectsQuery = {
829
+ __typename?: 'Query';
830
+ myProjects: {
831
+ __typename?: 'ProjectList';
832
+ total: number;
833
+ hasMore: boolean;
834
+ items: Array<{
835
+ __typename?: 'Project';
836
+ id: string;
837
+ name: string;
838
+ key: string;
839
+ workspaceId: string;
840
+ status: Types.ProjectStatus;
841
+ tags: Record<string, unknown>;
842
+ archived: boolean;
843
+ createdAt: string;
844
+ updatedAt: string;
845
+ }>;
846
+ };
847
+ };
848
+ export type ProjectTagAssignmentFieldsFragment = {
849
+ __typename?: 'ProjectTagAssignment';
850
+ id: string;
851
+ tagId: string;
852
+ entityType: string;
853
+ entityId: string;
854
+ source: string;
855
+ assignedBy?: string | null;
856
+ assignedAt?: string | null;
857
+ validFrom?: string | null;
858
+ validTo?: string | null;
859
+ metadata?: Record<string, unknown> | null;
860
+ };
861
+ export type GetProjectTagsQueryVariables = Types.Exact<{
862
+ input: Types.GetProjectTagsInput;
863
+ }>;
864
+ export type GetProjectTagsQuery = {
865
+ __typename?: 'Query';
866
+ getProjectTags: Array<{
867
+ __typename?: 'ProjectTagAssignment';
868
+ id: string;
869
+ tagId: string;
870
+ entityType: string;
871
+ entityId: string;
872
+ source: string;
873
+ assignedBy?: string | null;
874
+ assignedAt?: string | null;
875
+ validFrom?: string | null;
876
+ validTo?: string | null;
877
+ metadata?: Record<string, unknown> | null;
878
+ }>;
879
+ };
880
+ export type WorkspaceCardFieldsFragment = {
881
+ __typename?: 'Workspace';
882
+ id: string;
883
+ name: string;
884
+ type: Types.WorkspaceType;
885
+ status: Types.WorkspaceStatus;
886
+ domain?: string | null;
887
+ contactEmail?: string | null;
888
+ createdAt: string;
889
+ updatedAt: string;
890
+ context?: {
891
+ __typename?: 'WorkspaceOperationContext';
892
+ type?: string | null;
893
+ metadata?: Record<string, unknown> | null;
894
+ } | null;
895
+ };
896
+ export type WorkspaceFullFieldsFragment = {
897
+ __typename?: 'Workspace';
898
+ website?: string | null;
899
+ address?: string | null;
900
+ tenantId: string;
901
+ orgId?: string | null;
902
+ createdBy?: string | null;
903
+ ownerId: string;
904
+ deletedAt?: string | null;
905
+ id: string;
906
+ name: string;
907
+ type: Types.WorkspaceType;
908
+ status: Types.WorkspaceStatus;
909
+ domain?: string | null;
910
+ contactEmail?: string | null;
911
+ createdAt: string;
912
+ updatedAt: string;
913
+ tagAssignments?: Array<{
914
+ __typename?: 'WorkspaceTagAssignment';
915
+ id: string;
916
+ tagId: string;
917
+ entityType: string;
918
+ entityId: string;
919
+ source: string;
920
+ assignedBy?: string | null;
921
+ assignedAt?: string | null;
922
+ validFrom?: string | null;
923
+ validTo?: string | null;
924
+ metadata?: Record<string, unknown> | null;
925
+ }> | null;
926
+ context?: {
927
+ __typename?: 'WorkspaceOperationContext';
928
+ type?: string | null;
929
+ metadata?: Record<string, unknown> | null;
930
+ } | null;
931
+ };
932
+ export type GetWorkspacesQueryVariables = Types.Exact<{
933
+ filter?: Types.InputMaybe<Types.WorkspaceFilterInput>;
934
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
935
+ }>;
936
+ export type GetWorkspacesQuery = {
937
+ __typename?: 'Query';
938
+ workspaces: {
939
+ __typename?: 'WorkspaceList';
940
+ total: number;
941
+ hasMore: boolean;
942
+ items: Array<{
943
+ __typename?: 'Workspace';
944
+ website?: string | null;
945
+ address?: string | null;
946
+ tenantId: string;
947
+ orgId?: string | null;
948
+ createdBy?: string | null;
949
+ ownerId: string;
950
+ deletedAt?: string | null;
951
+ id: string;
952
+ name: string;
953
+ type: Types.WorkspaceType;
954
+ status: Types.WorkspaceStatus;
955
+ domain?: string | null;
956
+ contactEmail?: string | null;
957
+ createdAt: string;
958
+ updatedAt: string;
959
+ tagAssignments?: Array<{
960
+ __typename?: 'WorkspaceTagAssignment';
961
+ id: string;
962
+ tagId: string;
963
+ entityType: string;
964
+ entityId: string;
965
+ source: string;
966
+ assignedBy?: string | null;
967
+ assignedAt?: string | null;
968
+ validFrom?: string | null;
969
+ validTo?: string | null;
970
+ metadata?: Record<string, unknown> | null;
971
+ }> | null;
972
+ context?: {
973
+ __typename?: 'WorkspaceOperationContext';
974
+ type?: string | null;
975
+ metadata?: Record<string, unknown> | null;
976
+ } | null;
977
+ }>;
978
+ };
979
+ };
980
+ export type GetWorkspaceQueryVariables = Types.Exact<{
981
+ id: Types.Scalars['ID']['input'];
982
+ }>;
983
+ export type GetWorkspaceQuery = {
984
+ __typename?: 'Query';
985
+ workspace?: {
986
+ __typename?: 'Workspace';
987
+ website?: string | null;
988
+ address?: string | null;
989
+ tenantId: string;
990
+ orgId?: string | null;
991
+ createdBy?: string | null;
992
+ ownerId: string;
993
+ deletedAt?: string | null;
994
+ id: string;
995
+ name: string;
996
+ type: Types.WorkspaceType;
997
+ status: Types.WorkspaceStatus;
998
+ domain?: string | null;
999
+ contactEmail?: string | null;
1000
+ createdAt: string;
1001
+ updatedAt: string;
1002
+ tagAssignments?: Array<{
1003
+ __typename?: 'WorkspaceTagAssignment';
1004
+ id: string;
1005
+ tagId: string;
1006
+ entityType: string;
1007
+ entityId: string;
1008
+ source: string;
1009
+ assignedBy?: string | null;
1010
+ assignedAt?: string | null;
1011
+ validFrom?: string | null;
1012
+ validTo?: string | null;
1013
+ metadata?: Record<string, unknown> | null;
1014
+ }> | null;
1015
+ context?: {
1016
+ __typename?: 'WorkspaceOperationContext';
1017
+ type?: string | null;
1018
+ metadata?: Record<string, unknown> | null;
1019
+ } | null;
1020
+ } | null;
1021
+ };
1022
+ export type GetMyWorkspacesQueryVariables = Types.Exact<{
1023
+ pagination?: Types.InputMaybe<Types.PaginationInput>;
1024
+ }>;
1025
+ export type GetMyWorkspacesQuery = {
1026
+ __typename?: 'Query';
1027
+ myWorkspaces: {
1028
+ __typename?: 'WorkspaceList';
1029
+ total: number;
1030
+ hasMore: boolean;
1031
+ items: Array<{
1032
+ __typename?: 'Workspace';
1033
+ id: string;
1034
+ name: string;
1035
+ type: Types.WorkspaceType;
1036
+ status: Types.WorkspaceStatus;
1037
+ domain?: string | null;
1038
+ contactEmail?: string | null;
1039
+ createdAt: string;
1040
+ updatedAt: string;
1041
+ context?: {
1042
+ __typename?: 'WorkspaceOperationContext';
1043
+ type?: string | null;
1044
+ metadata?: Record<string, unknown> | null;
1045
+ } | null;
1046
+ }>;
1047
+ };
1048
+ };
1049
+ export type WorkspaceTagAssignmentFieldsFragment = {
1050
+ __typename?: 'WorkspaceTagAssignment';
1051
+ id: string;
1052
+ tagId: string;
1053
+ entityType: string;
1054
+ entityId: string;
1055
+ source: string;
1056
+ assignedBy?: string | null;
1057
+ assignedAt?: string | null;
1058
+ validFrom?: string | null;
1059
+ validTo?: string | null;
1060
+ metadata?: Record<string, unknown> | null;
1061
+ };
1062
+ export type GetWorkspaceTagsQueryVariables = Types.Exact<{
1063
+ input: Types.GetWorkspaceTagsInput;
1064
+ }>;
1065
+ export type GetWorkspaceTagsQuery = {
1066
+ __typename?: 'Query';
1067
+ getWorkspaceTags: Array<{
1068
+ __typename?: 'WorkspaceTagAssignment';
1069
+ id: string;
1070
+ tagId: string;
1071
+ entityType: string;
1072
+ entityId: string;
1073
+ source: string;
1074
+ assignedBy?: string | null;
1075
+ assignedAt?: string | null;
1076
+ validFrom?: string | null;
1077
+ validTo?: string | null;
1078
+ metadata?: Record<string, unknown> | null;
1079
+ }>;
1080
+ };
1081
+ export declare const WorkspaceMemberFieldsFragmentDoc: Apollo.DocumentNode;
1082
+ export declare const InvitationCardFieldsFragmentDoc: Apollo.DocumentNode;
1083
+ export declare const InvitationFullFieldsFragmentDoc: Apollo.DocumentNode;
1084
+ export declare const ProjectCardFieldsFragmentDoc: Apollo.DocumentNode;
1085
+ export declare const ProjectTagAssignmentFieldsFragmentDoc: Apollo.DocumentNode;
1086
+ export declare const ProjectFullFieldsFragmentDoc: Apollo.DocumentNode;
1087
+ export declare const WorkspaceCardFieldsFragmentDoc: Apollo.DocumentNode;
1088
+ export declare const WorkspaceTagAssignmentFieldsFragmentDoc: Apollo.DocumentNode;
1089
+ export declare const WorkspaceFullFieldsFragmentDoc: Apollo.DocumentNode;
1090
+ export declare const DashboardProjectsDocument: Apollo.DocumentNode;
1091
+ /**
1092
+ * __useDashboardProjectsQuery__
1093
+ *
1094
+ * To run a query within a React component, call `useDashboardProjectsQuery` and pass it any options that fit your needs.
1095
+ * When your component renders, `useDashboardProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1096
+ * you can use to render your UI.
1097
+ *
1098
+ * @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;
1099
+ *
1100
+ * @example
1101
+ * const { data, loading, error } = useDashboardProjectsQuery({
1102
+ * variables: {
1103
+ * filter: // value for 'filter'
1104
+ * },
1105
+ * });
1106
+ */
1107
+ export declare function useDashboardProjectsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables>): ApolloReactHooks.useQuery.Result<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables, "empty" | "complete" | "streaming", Types.DashboardProjectsQueryVariables>;
1108
+ export declare function useDashboardProjectsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables, "empty" | "complete" | "streaming">;
1109
+ export declare function useDashboardProjectsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables>;
1110
+ export declare function useDashboardProjectsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DashboardProjectsQuery | undefined, Types.DashboardProjectsQueryVariables>;
1111
+ export type DashboardProjectsQueryHookResult = ReturnType<typeof useDashboardProjectsQuery>;
1112
+ export type DashboardProjectsLazyQueryHookResult = ReturnType<typeof useDashboardProjectsLazyQuery>;
1113
+ export type DashboardProjectsSuspenseQueryHookResult = ReturnType<typeof useDashboardProjectsSuspenseQuery>;
1114
+ export type DashboardProjectsQueryResult = Apollo.QueryResult<Types.DashboardProjectsQuery, Types.DashboardProjectsQueryVariables>;
1115
+ export declare const DashboardWorkspaceDataDocument: Apollo.DocumentNode;
1116
+ /**
1117
+ * __useDashboardWorkspaceDataQuery__
1118
+ *
1119
+ * To run a query within a React component, call `useDashboardWorkspaceDataQuery` and pass it any options that fit your needs.
1120
+ * When your component renders, `useDashboardWorkspaceDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
1121
+ * you can use to render your UI.
1122
+ *
1123
+ * @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;
1124
+ *
1125
+ * @example
1126
+ * const { data, loading, error } = useDashboardWorkspaceDataQuery({
1127
+ * variables: {
1128
+ * },
1129
+ * });
1130
+ */
1131
+ export declare function useDashboardWorkspaceDataQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables>): ApolloReactHooks.useQuery.Result<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables, "empty" | "complete" | "streaming", Types.DashboardWorkspaceDataQueryVariables>;
1132
+ export declare function useDashboardWorkspaceDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables, "empty" | "complete" | "streaming">;
1133
+ export declare function useDashboardWorkspaceDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables>;
1134
+ export declare function useDashboardWorkspaceDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DashboardWorkspaceDataQuery | undefined, Types.DashboardWorkspaceDataQueryVariables>;
1135
+ export type DashboardWorkspaceDataQueryHookResult = ReturnType<typeof useDashboardWorkspaceDataQuery>;
1136
+ export type DashboardWorkspaceDataLazyQueryHookResult = ReturnType<typeof useDashboardWorkspaceDataLazyQuery>;
1137
+ export type DashboardWorkspaceDataSuspenseQueryHookResult = ReturnType<typeof useDashboardWorkspaceDataSuspenseQuery>;
1138
+ export type DashboardWorkspaceDataQueryResult = Apollo.QueryResult<Types.DashboardWorkspaceDataQuery, Types.DashboardWorkspaceDataQueryVariables>;
1139
+ export declare const AddWorkspaceMemberDocument: Apollo.DocumentNode;
1140
+ export type AddWorkspaceMemberMutationFn = Apollo.MutationFunction<Types.AddWorkspaceMemberMutation, Types.AddWorkspaceMemberMutationVariables>;
1141
+ /**
1142
+ * __useAddWorkspaceMemberMutation__
1143
+ *
1144
+ * To run a mutation, you first call `useAddWorkspaceMemberMutation` within a React component and pass it any options that fit your needs.
1145
+ * When your component renders, `useAddWorkspaceMemberMutation` returns a tuple that includes:
1146
+ * - A mutate function that you can call at any time to execute the mutation
1147
+ * - An object with fields that represent the current status of the mutation's execution
1148
+ *
1149
+ * @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;
1150
+ *
1151
+ * @example
1152
+ * const [addWorkspaceMemberMutation, { data, loading, error }] = useAddWorkspaceMemberMutation({
1153
+ * variables: {
1154
+ * input: // value for 'input'
1155
+ * },
1156
+ * });
1157
+ */
1158
+ export declare function useAddWorkspaceMemberMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddWorkspaceMemberMutation, Types.AddWorkspaceMemberMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.AddWorkspaceMemberMutation, any, Apollo.ApolloCache>;
1159
+ export type AddWorkspaceMemberMutationHookResult = ReturnType<typeof useAddWorkspaceMemberMutation>;
1160
+ export type AddWorkspaceMemberMutationResult = Apollo.MutationResult<Types.AddWorkspaceMemberMutation>;
1161
+ export type AddWorkspaceMemberMutationOptions = Apollo.BaseMutationOptions<Types.AddWorkspaceMemberMutation, Types.AddWorkspaceMemberMutationVariables>;
1162
+ export declare const RemoveWorkspaceMemberDocument: Apollo.DocumentNode;
1163
+ export type RemoveWorkspaceMemberMutationFn = Apollo.MutationFunction<Types.RemoveWorkspaceMemberMutation, Types.RemoveWorkspaceMemberMutationVariables>;
1164
+ /**
1165
+ * __useRemoveWorkspaceMemberMutation__
1166
+ *
1167
+ * To run a mutation, you first call `useRemoveWorkspaceMemberMutation` within a React component and pass it any options that fit your needs.
1168
+ * When your component renders, `useRemoveWorkspaceMemberMutation` returns a tuple that includes:
1169
+ * - A mutate function that you can call at any time to execute the mutation
1170
+ * - An object with fields that represent the current status of the mutation's execution
1171
+ *
1172
+ * @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;
1173
+ *
1174
+ * @example
1175
+ * const [removeWorkspaceMemberMutation, { data, loading, error }] = useRemoveWorkspaceMemberMutation({
1176
+ * variables: {
1177
+ * id: // value for 'id'
1178
+ * },
1179
+ * });
1180
+ */
1181
+ export declare function useRemoveWorkspaceMemberMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveWorkspaceMemberMutation, Types.RemoveWorkspaceMemberMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.RemoveWorkspaceMemberMutation, any, Apollo.ApolloCache>;
1182
+ export type RemoveWorkspaceMemberMutationHookResult = ReturnType<typeof useRemoveWorkspaceMemberMutation>;
1183
+ export type RemoveWorkspaceMemberMutationResult = Apollo.MutationResult<Types.RemoveWorkspaceMemberMutation>;
1184
+ export type RemoveWorkspaceMemberMutationOptions = Apollo.BaseMutationOptions<Types.RemoveWorkspaceMemberMutation, Types.RemoveWorkspaceMemberMutationVariables>;
1185
+ export declare const RemoveUserFromWorkspaceDocument: Apollo.DocumentNode;
1186
+ export type RemoveUserFromWorkspaceMutationFn = Apollo.MutationFunction<Types.RemoveUserFromWorkspaceMutation, Types.RemoveUserFromWorkspaceMutationVariables>;
1187
+ /**
1188
+ * __useRemoveUserFromWorkspaceMutation__
1189
+ *
1190
+ * To run a mutation, you first call `useRemoveUserFromWorkspaceMutation` within a React component and pass it any options that fit your needs.
1191
+ * When your component renders, `useRemoveUserFromWorkspaceMutation` returns a tuple that includes:
1192
+ * - A mutate function that you can call at any time to execute the mutation
1193
+ * - An object with fields that represent the current status of the mutation's execution
1194
+ *
1195
+ * @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;
1196
+ *
1197
+ * @example
1198
+ * const [removeUserFromWorkspaceMutation, { data, loading, error }] = useRemoveUserFromWorkspaceMutation({
1199
+ * variables: {
1200
+ * userId: // value for 'userId'
1201
+ * },
1202
+ * });
1203
+ */
1204
+ export declare function useRemoveUserFromWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveUserFromWorkspaceMutation, Types.RemoveUserFromWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.RemoveUserFromWorkspaceMutation, any, Apollo.ApolloCache>;
1205
+ export type RemoveUserFromWorkspaceMutationHookResult = ReturnType<typeof useRemoveUserFromWorkspaceMutation>;
1206
+ export type RemoveUserFromWorkspaceMutationResult = Apollo.MutationResult<Types.RemoveUserFromWorkspaceMutation>;
1207
+ export type RemoveUserFromWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.RemoveUserFromWorkspaceMutation, Types.RemoveUserFromWorkspaceMutationVariables>;
1208
+ export declare const CreateInvitationDocument: Apollo.DocumentNode;
1209
+ export type CreateInvitationMutationFn = Apollo.MutationFunction<Types.CreateInvitationMutation, Types.CreateInvitationMutationVariables>;
1210
+ /**
1211
+ * __useCreateInvitationMutation__
1212
+ *
1213
+ * To run a mutation, you first call `useCreateInvitationMutation` within a React component and pass it any options that fit your needs.
1214
+ * When your component renders, `useCreateInvitationMutation` returns a tuple that includes:
1215
+ * - A mutate function that you can call at any time to execute the mutation
1216
+ * - An object with fields that represent the current status of the mutation's execution
1217
+ *
1218
+ * @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;
1219
+ *
1220
+ * @example
1221
+ * const [createInvitationMutation, { data, loading, error }] = useCreateInvitationMutation({
1222
+ * variables: {
1223
+ * input: // value for 'input'
1224
+ * },
1225
+ * });
1226
+ */
1227
+ export declare function useCreateInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateInvitationMutation, Types.CreateInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.CreateInvitationMutation, any, Apollo.ApolloCache>;
1228
+ export type CreateInvitationMutationHookResult = ReturnType<typeof useCreateInvitationMutation>;
1229
+ export type CreateInvitationMutationResult = Apollo.MutationResult<Types.CreateInvitationMutation>;
1230
+ export type CreateInvitationMutationOptions = Apollo.BaseMutationOptions<Types.CreateInvitationMutation, Types.CreateInvitationMutationVariables>;
1231
+ export declare const UpdateInvitationDocument: Apollo.DocumentNode;
1232
+ export type UpdateInvitationMutationFn = Apollo.MutationFunction<Types.UpdateInvitationMutation, Types.UpdateInvitationMutationVariables>;
1233
+ /**
1234
+ * __useUpdateInvitationMutation__
1235
+ *
1236
+ * To run a mutation, you first call `useUpdateInvitationMutation` within a React component and pass it any options that fit your needs.
1237
+ * When your component renders, `useUpdateInvitationMutation` returns a tuple that includes:
1238
+ * - A mutate function that you can call at any time to execute the mutation
1239
+ * - An object with fields that represent the current status of the mutation's execution
1240
+ *
1241
+ * @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;
1242
+ *
1243
+ * @example
1244
+ * const [updateInvitationMutation, { data, loading, error }] = useUpdateInvitationMutation({
1245
+ * variables: {
1246
+ * id: // value for 'id'
1247
+ * input: // value for 'input'
1248
+ * },
1249
+ * });
1250
+ */
1251
+ export declare function useUpdateInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateInvitationMutation, Types.UpdateInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UpdateInvitationMutation, any, Apollo.ApolloCache>;
1252
+ export type UpdateInvitationMutationHookResult = ReturnType<typeof useUpdateInvitationMutation>;
1253
+ export type UpdateInvitationMutationResult = Apollo.MutationResult<Types.UpdateInvitationMutation>;
1254
+ export type UpdateInvitationMutationOptions = Apollo.BaseMutationOptions<Types.UpdateInvitationMutation, Types.UpdateInvitationMutationVariables>;
1255
+ export declare const AcceptInvitationDocument: Apollo.DocumentNode;
1256
+ export type AcceptInvitationMutationFn = Apollo.MutationFunction<Types.AcceptInvitationMutation, Types.AcceptInvitationMutationVariables>;
1257
+ /**
1258
+ * __useAcceptInvitationMutation__
1259
+ *
1260
+ * To run a mutation, you first call `useAcceptInvitationMutation` within a React component and pass it any options that fit your needs.
1261
+ * When your component renders, `useAcceptInvitationMutation` returns a tuple that includes:
1262
+ * - A mutate function that you can call at any time to execute the mutation
1263
+ * - An object with fields that represent the current status of the mutation's execution
1264
+ *
1265
+ * @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;
1266
+ *
1267
+ * @example
1268
+ * const [acceptInvitationMutation, { data, loading, error }] = useAcceptInvitationMutation({
1269
+ * variables: {
1270
+ * id: // value for 'id'
1271
+ * },
1272
+ * });
1273
+ */
1274
+ export declare function useAcceptInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AcceptInvitationMutation, Types.AcceptInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.AcceptInvitationMutation, any, Apollo.ApolloCache>;
1275
+ export type AcceptInvitationMutationHookResult = ReturnType<typeof useAcceptInvitationMutation>;
1276
+ export type AcceptInvitationMutationResult = Apollo.MutationResult<Types.AcceptInvitationMutation>;
1277
+ export type AcceptInvitationMutationOptions = Apollo.BaseMutationOptions<Types.AcceptInvitationMutation, Types.AcceptInvitationMutationVariables>;
1278
+ export declare const RejectInvitationDocument: Apollo.DocumentNode;
1279
+ export type RejectInvitationMutationFn = Apollo.MutationFunction<Types.RejectInvitationMutation, Types.RejectInvitationMutationVariables>;
1280
+ /**
1281
+ * __useRejectInvitationMutation__
1282
+ *
1283
+ * To run a mutation, you first call `useRejectInvitationMutation` within a React component and pass it any options that fit your needs.
1284
+ * When your component renders, `useRejectInvitationMutation` returns a tuple that includes:
1285
+ * - A mutate function that you can call at any time to execute the mutation
1286
+ * - An object with fields that represent the current status of the mutation's execution
1287
+ *
1288
+ * @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;
1289
+ *
1290
+ * @example
1291
+ * const [rejectInvitationMutation, { data, loading, error }] = useRejectInvitationMutation({
1292
+ * variables: {
1293
+ * id: // value for 'id'
1294
+ * },
1295
+ * });
1296
+ */
1297
+ export declare function useRejectInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RejectInvitationMutation, Types.RejectInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.RejectInvitationMutation, any, Apollo.ApolloCache>;
1298
+ export type RejectInvitationMutationHookResult = ReturnType<typeof useRejectInvitationMutation>;
1299
+ export type RejectInvitationMutationResult = Apollo.MutationResult<Types.RejectInvitationMutation>;
1300
+ export type RejectInvitationMutationOptions = Apollo.BaseMutationOptions<Types.RejectInvitationMutation, Types.RejectInvitationMutationVariables>;
1301
+ export declare const CancelInvitationDocument: Apollo.DocumentNode;
1302
+ export type CancelInvitationMutationFn = Apollo.MutationFunction<Types.CancelInvitationMutation, Types.CancelInvitationMutationVariables>;
1303
+ /**
1304
+ * __useCancelInvitationMutation__
1305
+ *
1306
+ * To run a mutation, you first call `useCancelInvitationMutation` within a React component and pass it any options that fit your needs.
1307
+ * When your component renders, `useCancelInvitationMutation` returns a tuple that includes:
1308
+ * - A mutate function that you can call at any time to execute the mutation
1309
+ * - An object with fields that represent the current status of the mutation's execution
1310
+ *
1311
+ * @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;
1312
+ *
1313
+ * @example
1314
+ * const [cancelInvitationMutation, { data, loading, error }] = useCancelInvitationMutation({
1315
+ * variables: {
1316
+ * id: // value for 'id'
1317
+ * },
1318
+ * });
1319
+ */
1320
+ export declare function useCancelInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CancelInvitationMutation, Types.CancelInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.CancelInvitationMutation, any, Apollo.ApolloCache>;
1321
+ export type CancelInvitationMutationHookResult = ReturnType<typeof useCancelInvitationMutation>;
1322
+ export type CancelInvitationMutationResult = Apollo.MutationResult<Types.CancelInvitationMutation>;
1323
+ export type CancelInvitationMutationOptions = Apollo.BaseMutationOptions<Types.CancelInvitationMutation, Types.CancelInvitationMutationVariables>;
1324
+ export declare const ResendInvitationDocument: Apollo.DocumentNode;
1325
+ export type ResendInvitationMutationFn = Apollo.MutationFunction<Types.ResendInvitationMutation, Types.ResendInvitationMutationVariables>;
1326
+ /**
1327
+ * __useResendInvitationMutation__
1328
+ *
1329
+ * To run a mutation, you first call `useResendInvitationMutation` within a React component and pass it any options that fit your needs.
1330
+ * When your component renders, `useResendInvitationMutation` returns a tuple that includes:
1331
+ * - A mutate function that you can call at any time to execute the mutation
1332
+ * - An object with fields that represent the current status of the mutation's execution
1333
+ *
1334
+ * @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;
1335
+ *
1336
+ * @example
1337
+ * const [resendInvitationMutation, { data, loading, error }] = useResendInvitationMutation({
1338
+ * variables: {
1339
+ * id: // value for 'id'
1340
+ * },
1341
+ * });
1342
+ */
1343
+ export declare function useResendInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ResendInvitationMutation, Types.ResendInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.ResendInvitationMutation, any, Apollo.ApolloCache>;
1344
+ export type ResendInvitationMutationHookResult = ReturnType<typeof useResendInvitationMutation>;
1345
+ export type ResendInvitationMutationResult = Apollo.MutationResult<Types.ResendInvitationMutation>;
1346
+ export type ResendInvitationMutationOptions = Apollo.BaseMutationOptions<Types.ResendInvitationMutation, Types.ResendInvitationMutationVariables>;
1347
+ export declare const DeleteInvitationDocument: Apollo.DocumentNode;
1348
+ export type DeleteInvitationMutationFn = Apollo.MutationFunction<Types.DeleteInvitationMutation, Types.DeleteInvitationMutationVariables>;
1349
+ /**
1350
+ * __useDeleteInvitationMutation__
1351
+ *
1352
+ * To run a mutation, you first call `useDeleteInvitationMutation` within a React component and pass it any options that fit your needs.
1353
+ * When your component renders, `useDeleteInvitationMutation` returns a tuple that includes:
1354
+ * - A mutate function that you can call at any time to execute the mutation
1355
+ * - An object with fields that represent the current status of the mutation's execution
1356
+ *
1357
+ * @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;
1358
+ *
1359
+ * @example
1360
+ * const [deleteInvitationMutation, { data, loading, error }] = useDeleteInvitationMutation({
1361
+ * variables: {
1362
+ * id: // value for 'id'
1363
+ * },
1364
+ * });
1365
+ */
1366
+ export declare function useDeleteInvitationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteInvitationMutation, Types.DeleteInvitationMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.DeleteInvitationMutation, any, Apollo.ApolloCache>;
1367
+ export type DeleteInvitationMutationHookResult = ReturnType<typeof useDeleteInvitationMutation>;
1368
+ export type DeleteInvitationMutationResult = Apollo.MutationResult<Types.DeleteInvitationMutation>;
1369
+ export type DeleteInvitationMutationOptions = Apollo.BaseMutationOptions<Types.DeleteInvitationMutation, Types.DeleteInvitationMutationVariables>;
1370
+ export declare const BulkCreateInvitationsDocument: Apollo.DocumentNode;
1371
+ export type BulkCreateInvitationsMutationFn = Apollo.MutationFunction<Types.BulkCreateInvitationsMutation, Types.BulkCreateInvitationsMutationVariables>;
1372
+ /**
1373
+ * __useBulkCreateInvitationsMutation__
1374
+ *
1375
+ * To run a mutation, you first call `useBulkCreateInvitationsMutation` within a React component and pass it any options that fit your needs.
1376
+ * When your component renders, `useBulkCreateInvitationsMutation` returns a tuple that includes:
1377
+ * - A mutate function that you can call at any time to execute the mutation
1378
+ * - An object with fields that represent the current status of the mutation's execution
1379
+ *
1380
+ * @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;
1381
+ *
1382
+ * @example
1383
+ * const [bulkCreateInvitationsMutation, { data, loading, error }] = useBulkCreateInvitationsMutation({
1384
+ * variables: {
1385
+ * inputs: // value for 'inputs'
1386
+ * },
1387
+ * });
1388
+ */
1389
+ export declare function useBulkCreateInvitationsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BulkCreateInvitationsMutation, Types.BulkCreateInvitationsMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.BulkCreateInvitationsMutation, any, Apollo.ApolloCache>;
1390
+ export type BulkCreateInvitationsMutationHookResult = ReturnType<typeof useBulkCreateInvitationsMutation>;
1391
+ export type BulkCreateInvitationsMutationResult = Apollo.MutationResult<Types.BulkCreateInvitationsMutation>;
1392
+ export type BulkCreateInvitationsMutationOptions = Apollo.BaseMutationOptions<Types.BulkCreateInvitationsMutation, Types.BulkCreateInvitationsMutationVariables>;
1393
+ export declare const CreateProjectDocument: Apollo.DocumentNode;
1394
+ export type CreateProjectMutationFn = Apollo.MutationFunction<Types.CreateProjectMutation, Types.CreateProjectMutationVariables>;
1395
+ /**
1396
+ * __useCreateProjectMutation__
1397
+ *
1398
+ * To run a mutation, you first call `useCreateProjectMutation` within a React component and pass it any options that fit your needs.
1399
+ * When your component renders, `useCreateProjectMutation` returns a tuple that includes:
1400
+ * - A mutate function that you can call at any time to execute the mutation
1401
+ * - An object with fields that represent the current status of the mutation's execution
1402
+ *
1403
+ * @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;
1404
+ *
1405
+ * @example
1406
+ * const [createProjectMutation, { data, loading, error }] = useCreateProjectMutation({
1407
+ * variables: {
1408
+ * input: // value for 'input'
1409
+ * },
1410
+ * });
1411
+ */
1412
+ export declare function useCreateProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateProjectMutation, Types.CreateProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.CreateProjectMutation, any, Apollo.ApolloCache>;
1413
+ export type CreateProjectMutationHookResult = ReturnType<typeof useCreateProjectMutation>;
1414
+ export type CreateProjectMutationResult = Apollo.MutationResult<Types.CreateProjectMutation>;
1415
+ export type CreateProjectMutationOptions = Apollo.BaseMutationOptions<Types.CreateProjectMutation, Types.CreateProjectMutationVariables>;
1416
+ export declare const UpdateProjectDocument: Apollo.DocumentNode;
1417
+ export type UpdateProjectMutationFn = Apollo.MutationFunction<Types.UpdateProjectMutation, Types.UpdateProjectMutationVariables>;
1418
+ /**
1419
+ * __useUpdateProjectMutation__
1420
+ *
1421
+ * To run a mutation, you first call `useUpdateProjectMutation` within a React component and pass it any options that fit your needs.
1422
+ * When your component renders, `useUpdateProjectMutation` returns a tuple that includes:
1423
+ * - A mutate function that you can call at any time to execute the mutation
1424
+ * - An object with fields that represent the current status of the mutation's execution
1425
+ *
1426
+ * @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;
1427
+ *
1428
+ * @example
1429
+ * const [updateProjectMutation, { data, loading, error }] = useUpdateProjectMutation({
1430
+ * variables: {
1431
+ * id: // value for 'id'
1432
+ * input: // value for 'input'
1433
+ * },
1434
+ * });
1435
+ */
1436
+ export declare function useUpdateProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateProjectMutation, Types.UpdateProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UpdateProjectMutation, any, Apollo.ApolloCache>;
1437
+ export type UpdateProjectMutationHookResult = ReturnType<typeof useUpdateProjectMutation>;
1438
+ export type UpdateProjectMutationResult = Apollo.MutationResult<Types.UpdateProjectMutation>;
1439
+ export type UpdateProjectMutationOptions = Apollo.BaseMutationOptions<Types.UpdateProjectMutation, Types.UpdateProjectMutationVariables>;
1440
+ export declare const DeleteProjectDocument: Apollo.DocumentNode;
1441
+ export type DeleteProjectMutationFn = Apollo.MutationFunction<Types.DeleteProjectMutation, Types.DeleteProjectMutationVariables>;
1442
+ /**
1443
+ * __useDeleteProjectMutation__
1444
+ *
1445
+ * To run a mutation, you first call `useDeleteProjectMutation` within a React component and pass it any options that fit your needs.
1446
+ * When your component renders, `useDeleteProjectMutation` returns a tuple that includes:
1447
+ * - A mutate function that you can call at any time to execute the mutation
1448
+ * - An object with fields that represent the current status of the mutation's execution
1449
+ *
1450
+ * @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;
1451
+ *
1452
+ * @example
1453
+ * const [deleteProjectMutation, { data, loading, error }] = useDeleteProjectMutation({
1454
+ * variables: {
1455
+ * id: // value for 'id'
1456
+ * },
1457
+ * });
1458
+ */
1459
+ export declare function useDeleteProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteProjectMutation, Types.DeleteProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.DeleteProjectMutation, any, Apollo.ApolloCache>;
1460
+ export type DeleteProjectMutationHookResult = ReturnType<typeof useDeleteProjectMutation>;
1461
+ export type DeleteProjectMutationResult = Apollo.MutationResult<Types.DeleteProjectMutation>;
1462
+ export type DeleteProjectMutationOptions = Apollo.BaseMutationOptions<Types.DeleteProjectMutation, Types.DeleteProjectMutationVariables>;
1463
+ export declare const ArchiveProjectDocument: Apollo.DocumentNode;
1464
+ export type ArchiveProjectMutationFn = Apollo.MutationFunction<Types.ArchiveProjectMutation, Types.ArchiveProjectMutationVariables>;
1465
+ /**
1466
+ * __useArchiveProjectMutation__
1467
+ *
1468
+ * To run a mutation, you first call `useArchiveProjectMutation` within a React component and pass it any options that fit your needs.
1469
+ * When your component renders, `useArchiveProjectMutation` returns a tuple that includes:
1470
+ * - A mutate function that you can call at any time to execute the mutation
1471
+ * - An object with fields that represent the current status of the mutation's execution
1472
+ *
1473
+ * @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;
1474
+ *
1475
+ * @example
1476
+ * const [archiveProjectMutation, { data, loading, error }] = useArchiveProjectMutation({
1477
+ * variables: {
1478
+ * id: // value for 'id'
1479
+ * },
1480
+ * });
1481
+ */
1482
+ export declare function useArchiveProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveProjectMutation, Types.ArchiveProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.ArchiveProjectMutation, any, Apollo.ApolloCache>;
1483
+ export type ArchiveProjectMutationHookResult = ReturnType<typeof useArchiveProjectMutation>;
1484
+ export type ArchiveProjectMutationResult = Apollo.MutationResult<Types.ArchiveProjectMutation>;
1485
+ export type ArchiveProjectMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveProjectMutation, Types.ArchiveProjectMutationVariables>;
1486
+ export declare const UnarchiveProjectDocument: Apollo.DocumentNode;
1487
+ export type UnarchiveProjectMutationFn = Apollo.MutationFunction<Types.UnarchiveProjectMutation, Types.UnarchiveProjectMutationVariables>;
1488
+ /**
1489
+ * __useUnarchiveProjectMutation__
1490
+ *
1491
+ * To run a mutation, you first call `useUnarchiveProjectMutation` within a React component and pass it any options that fit your needs.
1492
+ * When your component renders, `useUnarchiveProjectMutation` returns a tuple that includes:
1493
+ * - A mutate function that you can call at any time to execute the mutation
1494
+ * - An object with fields that represent the current status of the mutation's execution
1495
+ *
1496
+ * @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;
1497
+ *
1498
+ * @example
1499
+ * const [unarchiveProjectMutation, { data, loading, error }] = useUnarchiveProjectMutation({
1500
+ * variables: {
1501
+ * id: // value for 'id'
1502
+ * },
1503
+ * });
1504
+ */
1505
+ export declare function useUnarchiveProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UnarchiveProjectMutation, Types.UnarchiveProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UnarchiveProjectMutation, any, Apollo.ApolloCache>;
1506
+ export type UnarchiveProjectMutationHookResult = ReturnType<typeof useUnarchiveProjectMutation>;
1507
+ export type UnarchiveProjectMutationResult = Apollo.MutationResult<Types.UnarchiveProjectMutation>;
1508
+ export type UnarchiveProjectMutationOptions = Apollo.BaseMutationOptions<Types.UnarchiveProjectMutation, Types.UnarchiveProjectMutationVariables>;
1509
+ export declare const SwitchProjectDocument: Apollo.DocumentNode;
1510
+ export type SwitchProjectMutationFn = Apollo.MutationFunction<Types.SwitchProjectMutation, Types.SwitchProjectMutationVariables>;
1511
+ /**
1512
+ * __useSwitchProjectMutation__
1513
+ *
1514
+ * To run a mutation, you first call `useSwitchProjectMutation` within a React component and pass it any options that fit your needs.
1515
+ * When your component renders, `useSwitchProjectMutation` returns a tuple that includes:
1516
+ * - A mutate function that you can call at any time to execute the mutation
1517
+ * - An object with fields that represent the current status of the mutation's execution
1518
+ *
1519
+ * @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;
1520
+ *
1521
+ * @example
1522
+ * const [switchProjectMutation, { data, loading, error }] = useSwitchProjectMutation({
1523
+ * variables: {
1524
+ * projectId: // value for 'projectId'
1525
+ * },
1526
+ * });
1527
+ */
1528
+ export declare function useSwitchProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SwitchProjectMutation, Types.SwitchProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.SwitchProjectMutation, any, Apollo.ApolloCache>;
1529
+ export type SwitchProjectMutationHookResult = ReturnType<typeof useSwitchProjectMutation>;
1530
+ export type SwitchProjectMutationResult = Apollo.MutationResult<Types.SwitchProjectMutation>;
1531
+ export type SwitchProjectMutationOptions = Apollo.BaseMutationOptions<Types.SwitchProjectMutation, Types.SwitchProjectMutationVariables>;
1532
+ export declare const TagProjectDocument: Apollo.DocumentNode;
1533
+ export type TagProjectMutationFn = Apollo.MutationFunction<Types.TagProjectMutation, Types.TagProjectMutationVariables>;
1534
+ /**
1535
+ * __useTagProjectMutation__
1536
+ *
1537
+ * To run a mutation, you first call `useTagProjectMutation` within a React component and pass it any options that fit your needs.
1538
+ * When your component renders, `useTagProjectMutation` returns a tuple that includes:
1539
+ * - A mutate function that you can call at any time to execute the mutation
1540
+ * - An object with fields that represent the current status of the mutation's execution
1541
+ *
1542
+ * @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;
1543
+ *
1544
+ * @example
1545
+ * const [tagProjectMutation, { data, loading, error }] = useTagProjectMutation({
1546
+ * variables: {
1547
+ * input: // value for 'input'
1548
+ * },
1549
+ * });
1550
+ */
1551
+ export declare function useTagProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TagProjectMutation, Types.TagProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.TagProjectMutation, any, Apollo.ApolloCache>;
1552
+ export type TagProjectMutationHookResult = ReturnType<typeof useTagProjectMutation>;
1553
+ export type TagProjectMutationResult = Apollo.MutationResult<Types.TagProjectMutation>;
1554
+ export type TagProjectMutationOptions = Apollo.BaseMutationOptions<Types.TagProjectMutation, Types.TagProjectMutationVariables>;
1555
+ export declare const UntagProjectDocument: Apollo.DocumentNode;
1556
+ export type UntagProjectMutationFn = Apollo.MutationFunction<Types.UntagProjectMutation, Types.UntagProjectMutationVariables>;
1557
+ /**
1558
+ * __useUntagProjectMutation__
1559
+ *
1560
+ * To run a mutation, you first call `useUntagProjectMutation` within a React component and pass it any options that fit your needs.
1561
+ * When your component renders, `useUntagProjectMutation` returns a tuple that includes:
1562
+ * - A mutate function that you can call at any time to execute the mutation
1563
+ * - An object with fields that represent the current status of the mutation's execution
1564
+ *
1565
+ * @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;
1566
+ *
1567
+ * @example
1568
+ * const [untagProjectMutation, { data, loading, error }] = useUntagProjectMutation({
1569
+ * variables: {
1570
+ * input: // value for 'input'
1571
+ * },
1572
+ * });
1573
+ */
1574
+ export declare function useUntagProjectMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UntagProjectMutation, Types.UntagProjectMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UntagProjectMutation, any, Apollo.ApolloCache>;
1575
+ export type UntagProjectMutationHookResult = ReturnType<typeof useUntagProjectMutation>;
1576
+ export type UntagProjectMutationResult = Apollo.MutationResult<Types.UntagProjectMutation>;
1577
+ export type UntagProjectMutationOptions = Apollo.BaseMutationOptions<Types.UntagProjectMutation, Types.UntagProjectMutationVariables>;
1578
+ export declare const ReplaceProjectTagsDocument: Apollo.DocumentNode;
1579
+ export type ReplaceProjectTagsMutationFn = Apollo.MutationFunction<Types.ReplaceProjectTagsMutation, Types.ReplaceProjectTagsMutationVariables>;
1580
+ /**
1581
+ * __useReplaceProjectTagsMutation__
1582
+ *
1583
+ * To run a mutation, you first call `useReplaceProjectTagsMutation` within a React component and pass it any options that fit your needs.
1584
+ * When your component renders, `useReplaceProjectTagsMutation` returns a tuple that includes:
1585
+ * - A mutate function that you can call at any time to execute the mutation
1586
+ * - An object with fields that represent the current status of the mutation's execution
1587
+ *
1588
+ * @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;
1589
+ *
1590
+ * @example
1591
+ * const [replaceProjectTagsMutation, { data, loading, error }] = useReplaceProjectTagsMutation({
1592
+ * variables: {
1593
+ * input: // value for 'input'
1594
+ * },
1595
+ * });
1596
+ */
1597
+ export declare function useReplaceProjectTagsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReplaceProjectTagsMutation, Types.ReplaceProjectTagsMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.ReplaceProjectTagsMutation, any, Apollo.ApolloCache>;
1598
+ export type ReplaceProjectTagsMutationHookResult = ReturnType<typeof useReplaceProjectTagsMutation>;
1599
+ export type ReplaceProjectTagsMutationResult = Apollo.MutationResult<Types.ReplaceProjectTagsMutation>;
1600
+ export type ReplaceProjectTagsMutationOptions = Apollo.BaseMutationOptions<Types.ReplaceProjectTagsMutation, Types.ReplaceProjectTagsMutationVariables>;
1601
+ export declare const CreateWorkspaceDocument: Apollo.DocumentNode;
1602
+ export type CreateWorkspaceMutationFn = Apollo.MutationFunction<Types.CreateWorkspaceMutation, Types.CreateWorkspaceMutationVariables>;
1603
+ /**
1604
+ * __useCreateWorkspaceMutation__
1605
+ *
1606
+ * To run a mutation, you first call `useCreateWorkspaceMutation` within a React component and pass it any options that fit your needs.
1607
+ * When your component renders, `useCreateWorkspaceMutation` returns a tuple that includes:
1608
+ * - A mutate function that you can call at any time to execute the mutation
1609
+ * - An object with fields that represent the current status of the mutation's execution
1610
+ *
1611
+ * @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;
1612
+ *
1613
+ * @example
1614
+ * const [createWorkspaceMutation, { data, loading, error }] = useCreateWorkspaceMutation({
1615
+ * variables: {
1616
+ * input: // value for 'input'
1617
+ * },
1618
+ * });
1619
+ */
1620
+ export declare function useCreateWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWorkspaceMutation, Types.CreateWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.CreateWorkspaceMutation, any, Apollo.ApolloCache>;
1621
+ export type CreateWorkspaceMutationHookResult = ReturnType<typeof useCreateWorkspaceMutation>;
1622
+ export type CreateWorkspaceMutationResult = Apollo.MutationResult<Types.CreateWorkspaceMutation>;
1623
+ export type CreateWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.CreateWorkspaceMutation, Types.CreateWorkspaceMutationVariables>;
1624
+ export declare const UpdateWorkspaceDocument: Apollo.DocumentNode;
1625
+ export type UpdateWorkspaceMutationFn = Apollo.MutationFunction<Types.UpdateWorkspaceMutation, Types.UpdateWorkspaceMutationVariables>;
1626
+ /**
1627
+ * __useUpdateWorkspaceMutation__
1628
+ *
1629
+ * To run a mutation, you first call `useUpdateWorkspaceMutation` within a React component and pass it any options that fit your needs.
1630
+ * When your component renders, `useUpdateWorkspaceMutation` returns a tuple that includes:
1631
+ * - A mutate function that you can call at any time to execute the mutation
1632
+ * - An object with fields that represent the current status of the mutation's execution
1633
+ *
1634
+ * @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;
1635
+ *
1636
+ * @example
1637
+ * const [updateWorkspaceMutation, { data, loading, error }] = useUpdateWorkspaceMutation({
1638
+ * variables: {
1639
+ * id: // value for 'id'
1640
+ * input: // value for 'input'
1641
+ * },
1642
+ * });
1643
+ */
1644
+ export declare function useUpdateWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWorkspaceMutation, Types.UpdateWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UpdateWorkspaceMutation, any, Apollo.ApolloCache>;
1645
+ export type UpdateWorkspaceMutationHookResult = ReturnType<typeof useUpdateWorkspaceMutation>;
1646
+ export type UpdateWorkspaceMutationResult = Apollo.MutationResult<Types.UpdateWorkspaceMutation>;
1647
+ export type UpdateWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWorkspaceMutation, Types.UpdateWorkspaceMutationVariables>;
1648
+ export declare const DeleteWorkspaceDocument: Apollo.DocumentNode;
1649
+ export type DeleteWorkspaceMutationFn = Apollo.MutationFunction<Types.DeleteWorkspaceMutation, Types.DeleteWorkspaceMutationVariables>;
1650
+ /**
1651
+ * __useDeleteWorkspaceMutation__
1652
+ *
1653
+ * To run a mutation, you first call `useDeleteWorkspaceMutation` within a React component and pass it any options that fit your needs.
1654
+ * When your component renders, `useDeleteWorkspaceMutation` returns a tuple that includes:
1655
+ * - A mutate function that you can call at any time to execute the mutation
1656
+ * - An object with fields that represent the current status of the mutation's execution
1657
+ *
1658
+ * @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;
1659
+ *
1660
+ * @example
1661
+ * const [deleteWorkspaceMutation, { data, loading, error }] = useDeleteWorkspaceMutation({
1662
+ * variables: {
1663
+ * id: // value for 'id'
1664
+ * },
1665
+ * });
1666
+ */
1667
+ export declare function useDeleteWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWorkspaceMutation, Types.DeleteWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.DeleteWorkspaceMutation, any, Apollo.ApolloCache>;
1668
+ export type DeleteWorkspaceMutationHookResult = ReturnType<typeof useDeleteWorkspaceMutation>;
1669
+ export type DeleteWorkspaceMutationResult = Apollo.MutationResult<Types.DeleteWorkspaceMutation>;
1670
+ export type DeleteWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWorkspaceMutation, Types.DeleteWorkspaceMutationVariables>;
1671
+ export declare const ArchiveWorkspaceDocument: Apollo.DocumentNode;
1672
+ export type ArchiveWorkspaceMutationFn = Apollo.MutationFunction<Types.ArchiveWorkspaceMutation, Types.ArchiveWorkspaceMutationVariables>;
1673
+ /**
1674
+ * __useArchiveWorkspaceMutation__
1675
+ *
1676
+ * To run a mutation, you first call `useArchiveWorkspaceMutation` within a React component and pass it any options that fit your needs.
1677
+ * When your component renders, `useArchiveWorkspaceMutation` returns a tuple that includes:
1678
+ * - A mutate function that you can call at any time to execute the mutation
1679
+ * - An object with fields that represent the current status of the mutation's execution
1680
+ *
1681
+ * @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;
1682
+ *
1683
+ * @example
1684
+ * const [archiveWorkspaceMutation, { data, loading, error }] = useArchiveWorkspaceMutation({
1685
+ * variables: {
1686
+ * id: // value for 'id'
1687
+ * },
1688
+ * });
1689
+ */
1690
+ export declare function useArchiveWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveWorkspaceMutation, Types.ArchiveWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.ArchiveWorkspaceMutation, any, Apollo.ApolloCache>;
1691
+ export type ArchiveWorkspaceMutationHookResult = ReturnType<typeof useArchiveWorkspaceMutation>;
1692
+ export type ArchiveWorkspaceMutationResult = Apollo.MutationResult<Types.ArchiveWorkspaceMutation>;
1693
+ export type ArchiveWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveWorkspaceMutation, Types.ArchiveWorkspaceMutationVariables>;
1694
+ export declare const ReactivateWorkspaceDocument: Apollo.DocumentNode;
1695
+ export type ReactivateWorkspaceMutationFn = Apollo.MutationFunction<Types.ReactivateWorkspaceMutation, Types.ReactivateWorkspaceMutationVariables>;
1696
+ /**
1697
+ * __useReactivateWorkspaceMutation__
1698
+ *
1699
+ * To run a mutation, you first call `useReactivateWorkspaceMutation` within a React component and pass it any options that fit your needs.
1700
+ * When your component renders, `useReactivateWorkspaceMutation` returns a tuple that includes:
1701
+ * - A mutate function that you can call at any time to execute the mutation
1702
+ * - An object with fields that represent the current status of the mutation's execution
1703
+ *
1704
+ * @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;
1705
+ *
1706
+ * @example
1707
+ * const [reactivateWorkspaceMutation, { data, loading, error }] = useReactivateWorkspaceMutation({
1708
+ * variables: {
1709
+ * id: // value for 'id'
1710
+ * },
1711
+ * });
1712
+ */
1713
+ export declare function useReactivateWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReactivateWorkspaceMutation, Types.ReactivateWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.ReactivateWorkspaceMutation, any, Apollo.ApolloCache>;
1714
+ export type ReactivateWorkspaceMutationHookResult = ReturnType<typeof useReactivateWorkspaceMutation>;
1715
+ export type ReactivateWorkspaceMutationResult = Apollo.MutationResult<Types.ReactivateWorkspaceMutation>;
1716
+ export type ReactivateWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.ReactivateWorkspaceMutation, Types.ReactivateWorkspaceMutationVariables>;
1717
+ export declare const InitializeWorkspaceDocument: Apollo.DocumentNode;
1718
+ export type InitializeWorkspaceMutationFn = Apollo.MutationFunction<Types.InitializeWorkspaceMutation, Types.InitializeWorkspaceMutationVariables>;
1719
+ /**
1720
+ * __useInitializeWorkspaceMutation__
1721
+ *
1722
+ * To run a mutation, you first call `useInitializeWorkspaceMutation` within a React component and pass it any options that fit your needs.
1723
+ * When your component renders, `useInitializeWorkspaceMutation` returns a tuple that includes:
1724
+ * - A mutate function that you can call at any time to execute the mutation
1725
+ * - An object with fields that represent the current status of the mutation's execution
1726
+ *
1727
+ * @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;
1728
+ *
1729
+ * @example
1730
+ * const [initializeWorkspaceMutation, { data, loading, error }] = useInitializeWorkspaceMutation({
1731
+ * variables: {
1732
+ * id: // value for 'id'
1733
+ * },
1734
+ * });
1735
+ */
1736
+ export declare function useInitializeWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InitializeWorkspaceMutation, Types.InitializeWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.InitializeWorkspaceMutation, any, Apollo.ApolloCache>;
1737
+ export type InitializeWorkspaceMutationHookResult = ReturnType<typeof useInitializeWorkspaceMutation>;
1738
+ export type InitializeWorkspaceMutationResult = Apollo.MutationResult<Types.InitializeWorkspaceMutation>;
1739
+ export type InitializeWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.InitializeWorkspaceMutation, Types.InitializeWorkspaceMutationVariables>;
1740
+ export declare const TagWorkspaceDocument: Apollo.DocumentNode;
1741
+ export type TagWorkspaceMutationFn = Apollo.MutationFunction<Types.TagWorkspaceMutation, Types.TagWorkspaceMutationVariables>;
1742
+ /**
1743
+ * __useTagWorkspaceMutation__
1744
+ *
1745
+ * To run a mutation, you first call `useTagWorkspaceMutation` within a React component and pass it any options that fit your needs.
1746
+ * When your component renders, `useTagWorkspaceMutation` returns a tuple that includes:
1747
+ * - A mutate function that you can call at any time to execute the mutation
1748
+ * - An object with fields that represent the current status of the mutation's execution
1749
+ *
1750
+ * @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;
1751
+ *
1752
+ * @example
1753
+ * const [tagWorkspaceMutation, { data, loading, error }] = useTagWorkspaceMutation({
1754
+ * variables: {
1755
+ * input: // value for 'input'
1756
+ * },
1757
+ * });
1758
+ */
1759
+ export declare function useTagWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TagWorkspaceMutation, Types.TagWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.TagWorkspaceMutation, any, Apollo.ApolloCache>;
1760
+ export type TagWorkspaceMutationHookResult = ReturnType<typeof useTagWorkspaceMutation>;
1761
+ export type TagWorkspaceMutationResult = Apollo.MutationResult<Types.TagWorkspaceMutation>;
1762
+ export type TagWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.TagWorkspaceMutation, Types.TagWorkspaceMutationVariables>;
1763
+ export declare const UntagWorkspaceDocument: Apollo.DocumentNode;
1764
+ export type UntagWorkspaceMutationFn = Apollo.MutationFunction<Types.UntagWorkspaceMutation, Types.UntagWorkspaceMutationVariables>;
1765
+ /**
1766
+ * __useUntagWorkspaceMutation__
1767
+ *
1768
+ * To run a mutation, you first call `useUntagWorkspaceMutation` within a React component and pass it any options that fit your needs.
1769
+ * When your component renders, `useUntagWorkspaceMutation` returns a tuple that includes:
1770
+ * - A mutate function that you can call at any time to execute the mutation
1771
+ * - An object with fields that represent the current status of the mutation's execution
1772
+ *
1773
+ * @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;
1774
+ *
1775
+ * @example
1776
+ * const [untagWorkspaceMutation, { data, loading, error }] = useUntagWorkspaceMutation({
1777
+ * variables: {
1778
+ * input: // value for 'input'
1779
+ * },
1780
+ * });
1781
+ */
1782
+ export declare function useUntagWorkspaceMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UntagWorkspaceMutation, Types.UntagWorkspaceMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.UntagWorkspaceMutation, any, Apollo.ApolloCache>;
1783
+ export type UntagWorkspaceMutationHookResult = ReturnType<typeof useUntagWorkspaceMutation>;
1784
+ export type UntagWorkspaceMutationResult = Apollo.MutationResult<Types.UntagWorkspaceMutation>;
1785
+ export type UntagWorkspaceMutationOptions = Apollo.BaseMutationOptions<Types.UntagWorkspaceMutation, Types.UntagWorkspaceMutationVariables>;
1786
+ export declare const ReplaceWorkspaceTagsDocument: Apollo.DocumentNode;
1787
+ export type ReplaceWorkspaceTagsMutationFn = Apollo.MutationFunction<Types.ReplaceWorkspaceTagsMutation, Types.ReplaceWorkspaceTagsMutationVariables>;
1788
+ /**
1789
+ * __useReplaceWorkspaceTagsMutation__
1790
+ *
1791
+ * To run a mutation, you first call `useReplaceWorkspaceTagsMutation` within a React component and pass it any options that fit your needs.
1792
+ * When your component renders, `useReplaceWorkspaceTagsMutation` returns a tuple that includes:
1793
+ * - A mutate function that you can call at any time to execute the mutation
1794
+ * - An object with fields that represent the current status of the mutation's execution
1795
+ *
1796
+ * @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;
1797
+ *
1798
+ * @example
1799
+ * const [replaceWorkspaceTagsMutation, { data, loading, error }] = useReplaceWorkspaceTagsMutation({
1800
+ * variables: {
1801
+ * input: // value for 'input'
1802
+ * },
1803
+ * });
1804
+ */
1805
+ export declare function useReplaceWorkspaceTagsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReplaceWorkspaceTagsMutation, Types.ReplaceWorkspaceTagsMutationVariables>): ApolloReactHooks.useMutation.ResultTuple<Types.ReplaceWorkspaceTagsMutation, any, Apollo.ApolloCache>;
1806
+ export type ReplaceWorkspaceTagsMutationHookResult = ReturnType<typeof useReplaceWorkspaceTagsMutation>;
1807
+ export type ReplaceWorkspaceTagsMutationResult = Apollo.MutationResult<Types.ReplaceWorkspaceTagsMutation>;
1808
+ export type ReplaceWorkspaceTagsMutationOptions = Apollo.BaseMutationOptions<Types.ReplaceWorkspaceTagsMutation, Types.ReplaceWorkspaceTagsMutationVariables>;
1809
+ export declare const GetWorkspaceMembersDocument: Apollo.DocumentNode;
1810
+ /**
1811
+ * __useGetWorkspaceMembersQuery__
1812
+ *
1813
+ * To run a query within a React component, call `useGetWorkspaceMembersQuery` and pass it any options that fit your needs.
1814
+ * When your component renders, `useGetWorkspaceMembersQuery` returns an object from Apollo Client that contains loading, error, and data properties
1815
+ * you can use to render your UI.
1816
+ *
1817
+ * @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;
1818
+ *
1819
+ * @example
1820
+ * const { data, loading, error } = useGetWorkspaceMembersQuery({
1821
+ * variables: {
1822
+ * workspaceId: // value for 'workspaceId'
1823
+ * pagination: // value for 'pagination'
1824
+ * },
1825
+ * });
1826
+ */
1827
+ export declare function useGetWorkspaceMembersQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables> & ({
1828
+ variables: Types.GetWorkspaceMembersQueryVariables;
1829
+ skip?: boolean;
1830
+ } | {
1831
+ skip: boolean;
1832
+ })): ApolloReactHooks.useQuery.Result<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables, "empty" | "complete" | "streaming", Types.GetWorkspaceMembersQueryVariables>;
1833
+ export declare function useGetWorkspaceMembersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables, "empty" | "complete" | "streaming">;
1834
+ export declare function useGetWorkspaceMembersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables>;
1835
+ export declare function useGetWorkspaceMembersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceMembersQuery | undefined, Types.GetWorkspaceMembersQueryVariables>;
1836
+ export type GetWorkspaceMembersQueryHookResult = ReturnType<typeof useGetWorkspaceMembersQuery>;
1837
+ export type GetWorkspaceMembersLazyQueryHookResult = ReturnType<typeof useGetWorkspaceMembersLazyQuery>;
1838
+ export type GetWorkspaceMembersSuspenseQueryHookResult = ReturnType<typeof useGetWorkspaceMembersSuspenseQuery>;
1839
+ export type GetWorkspaceMembersQueryResult = Apollo.QueryResult<Types.GetWorkspaceMembersQuery, Types.GetWorkspaceMembersQueryVariables>;
1840
+ export declare const GetWorkspaceMemberDocument: Apollo.DocumentNode;
1841
+ /**
1842
+ * __useGetWorkspaceMemberQuery__
1843
+ *
1844
+ * To run a query within a React component, call `useGetWorkspaceMemberQuery` and pass it any options that fit your needs.
1845
+ * When your component renders, `useGetWorkspaceMemberQuery` returns an object from Apollo Client that contains loading, error, and data properties
1846
+ * you can use to render your UI.
1847
+ *
1848
+ * @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;
1849
+ *
1850
+ * @example
1851
+ * const { data, loading, error } = useGetWorkspaceMemberQuery({
1852
+ * variables: {
1853
+ * id: // value for 'id'
1854
+ * },
1855
+ * });
1856
+ */
1857
+ export declare function useGetWorkspaceMemberQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables> & ({
1858
+ variables: Types.GetWorkspaceMemberQueryVariables;
1859
+ skip?: boolean;
1860
+ } | {
1861
+ skip: boolean;
1862
+ })): ApolloReactHooks.useQuery.Result<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables, "empty" | "complete" | "streaming", Types.GetWorkspaceMemberQueryVariables>;
1863
+ export declare function useGetWorkspaceMemberLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables, "empty" | "complete" | "streaming">;
1864
+ export declare function useGetWorkspaceMemberSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables>;
1865
+ export declare function useGetWorkspaceMemberSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceMemberQuery | undefined, Types.GetWorkspaceMemberQueryVariables>;
1866
+ export type GetWorkspaceMemberQueryHookResult = ReturnType<typeof useGetWorkspaceMemberQuery>;
1867
+ export type GetWorkspaceMemberLazyQueryHookResult = ReturnType<typeof useGetWorkspaceMemberLazyQuery>;
1868
+ export type GetWorkspaceMemberSuspenseQueryHookResult = ReturnType<typeof useGetWorkspaceMemberSuspenseQuery>;
1869
+ export type GetWorkspaceMemberQueryResult = Apollo.QueryResult<Types.GetWorkspaceMemberQuery, Types.GetWorkspaceMemberQueryVariables>;
1870
+ export declare const GetUserWorkspacesDocument: Apollo.DocumentNode;
1871
+ /**
1872
+ * __useGetUserWorkspacesQuery__
1873
+ *
1874
+ * To run a query within a React component, call `useGetUserWorkspacesQuery` and pass it any options that fit your needs.
1875
+ * When your component renders, `useGetUserWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1876
+ * you can use to render your UI.
1877
+ *
1878
+ * @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;
1879
+ *
1880
+ * @example
1881
+ * const { data, loading, error } = useGetUserWorkspacesQuery({
1882
+ * variables: {
1883
+ * userId: // value for 'userId'
1884
+ * pagination: // value for 'pagination'
1885
+ * },
1886
+ * });
1887
+ */
1888
+ export declare function useGetUserWorkspacesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables> & ({
1889
+ variables: Types.GetUserWorkspacesQueryVariables;
1890
+ skip?: boolean;
1891
+ } | {
1892
+ skip: boolean;
1893
+ })): ApolloReactHooks.useQuery.Result<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables, "empty" | "complete" | "streaming", Types.GetUserWorkspacesQueryVariables>;
1894
+ export declare function useGetUserWorkspacesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables, "empty" | "complete" | "streaming">;
1895
+ export declare function useGetUserWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables>;
1896
+ export declare function useGetUserWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetUserWorkspacesQuery | undefined, Types.GetUserWorkspacesQueryVariables>;
1897
+ export type GetUserWorkspacesQueryHookResult = ReturnType<typeof useGetUserWorkspacesQuery>;
1898
+ export type GetUserWorkspacesLazyQueryHookResult = ReturnType<typeof useGetUserWorkspacesLazyQuery>;
1899
+ export type GetUserWorkspacesSuspenseQueryHookResult = ReturnType<typeof useGetUserWorkspacesSuspenseQuery>;
1900
+ export type GetUserWorkspacesQueryResult = Apollo.QueryResult<Types.GetUserWorkspacesQuery, Types.GetUserWorkspacesQueryVariables>;
1901
+ export declare const GetWorkspaceInvitationsDocument: Apollo.DocumentNode;
1902
+ /**
1903
+ * __useGetWorkspaceInvitationsQuery__
1904
+ *
1905
+ * To run a query within a React component, call `useGetWorkspaceInvitationsQuery` and pass it any options that fit your needs.
1906
+ * When your component renders, `useGetWorkspaceInvitationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1907
+ * you can use to render your UI.
1908
+ *
1909
+ * @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;
1910
+ *
1911
+ * @example
1912
+ * const { data, loading, error } = useGetWorkspaceInvitationsQuery({
1913
+ * variables: {
1914
+ * status: // value for 'status'
1915
+ * pagination: // value for 'pagination'
1916
+ * },
1917
+ * });
1918
+ */
1919
+ export declare function useGetWorkspaceInvitationsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables, "empty" | "complete" | "streaming", Types.GetWorkspaceInvitationsQueryVariables>;
1920
+ export declare function useGetWorkspaceInvitationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables, "empty" | "complete" | "streaming">;
1921
+ export declare function useGetWorkspaceInvitationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables>;
1922
+ export declare function useGetWorkspaceInvitationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceInvitationsQuery | undefined, Types.GetWorkspaceInvitationsQueryVariables>;
1923
+ export type GetWorkspaceInvitationsQueryHookResult = ReturnType<typeof useGetWorkspaceInvitationsQuery>;
1924
+ export type GetWorkspaceInvitationsLazyQueryHookResult = ReturnType<typeof useGetWorkspaceInvitationsLazyQuery>;
1925
+ export type GetWorkspaceInvitationsSuspenseQueryHookResult = ReturnType<typeof useGetWorkspaceInvitationsSuspenseQuery>;
1926
+ export type GetWorkspaceInvitationsQueryResult = Apollo.QueryResult<Types.GetWorkspaceInvitationsQuery, Types.GetWorkspaceInvitationsQueryVariables>;
1927
+ export declare const GetInvitationDocument: Apollo.DocumentNode;
1928
+ /**
1929
+ * __useGetInvitationQuery__
1930
+ *
1931
+ * To run a query within a React component, call `useGetInvitationQuery` and pass it any options that fit your needs.
1932
+ * When your component renders, `useGetInvitationQuery` returns an object from Apollo Client that contains loading, error, and data properties
1933
+ * you can use to render your UI.
1934
+ *
1935
+ * @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;
1936
+ *
1937
+ * @example
1938
+ * const { data, loading, error } = useGetInvitationQuery({
1939
+ * variables: {
1940
+ * id: // value for 'id'
1941
+ * },
1942
+ * });
1943
+ */
1944
+ export declare function useGetInvitationQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetInvitationQuery, Types.GetInvitationQueryVariables> & ({
1945
+ variables: Types.GetInvitationQueryVariables;
1946
+ skip?: boolean;
1947
+ } | {
1948
+ skip: boolean;
1949
+ })): ApolloReactHooks.useQuery.Result<Types.GetInvitationQuery, Types.GetInvitationQueryVariables, "empty" | "complete" | "streaming", Types.GetInvitationQueryVariables>;
1950
+ export declare function useGetInvitationLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetInvitationQuery, Types.GetInvitationQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetInvitationQuery, Types.GetInvitationQueryVariables, "empty" | "complete" | "streaming">;
1951
+ export declare function useGetInvitationSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetInvitationQuery, Types.GetInvitationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetInvitationQuery, Types.GetInvitationQueryVariables>;
1952
+ export declare function useGetInvitationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetInvitationQuery, Types.GetInvitationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetInvitationQuery | undefined, Types.GetInvitationQueryVariables>;
1953
+ export type GetInvitationQueryHookResult = ReturnType<typeof useGetInvitationQuery>;
1954
+ export type GetInvitationLazyQueryHookResult = ReturnType<typeof useGetInvitationLazyQuery>;
1955
+ export type GetInvitationSuspenseQueryHookResult = ReturnType<typeof useGetInvitationSuspenseQuery>;
1956
+ export type GetInvitationQueryResult = Apollo.QueryResult<Types.GetInvitationQuery, Types.GetInvitationQueryVariables>;
1957
+ export declare const GetMyPendingInvitationsDocument: Apollo.DocumentNode;
1958
+ /**
1959
+ * __useGetMyPendingInvitationsQuery__
1960
+ *
1961
+ * To run a query within a React component, call `useGetMyPendingInvitationsQuery` and pass it any options that fit your needs.
1962
+ * When your component renders, `useGetMyPendingInvitationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1963
+ * you can use to render your UI.
1964
+ *
1965
+ * @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;
1966
+ *
1967
+ * @example
1968
+ * const { data, loading, error } = useGetMyPendingInvitationsQuery({
1969
+ * variables: {
1970
+ * email: // value for 'email'
1971
+ * },
1972
+ * });
1973
+ */
1974
+ export declare function useGetMyPendingInvitationsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables> & ({
1975
+ variables: Types.GetMyPendingInvitationsQueryVariables;
1976
+ skip?: boolean;
1977
+ } | {
1978
+ skip: boolean;
1979
+ })): ApolloReactHooks.useQuery.Result<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables, "empty" | "complete" | "streaming", Types.GetMyPendingInvitationsQueryVariables>;
1980
+ export declare function useGetMyPendingInvitationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables, "empty" | "complete" | "streaming">;
1981
+ export declare function useGetMyPendingInvitationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables>;
1982
+ export declare function useGetMyPendingInvitationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyPendingInvitationsQuery | undefined, Types.GetMyPendingInvitationsQueryVariables>;
1983
+ export type GetMyPendingInvitationsQueryHookResult = ReturnType<typeof useGetMyPendingInvitationsQuery>;
1984
+ export type GetMyPendingInvitationsLazyQueryHookResult = ReturnType<typeof useGetMyPendingInvitationsLazyQuery>;
1985
+ export type GetMyPendingInvitationsSuspenseQueryHookResult = ReturnType<typeof useGetMyPendingInvitationsSuspenseQuery>;
1986
+ export type GetMyPendingInvitationsQueryResult = Apollo.QueryResult<Types.GetMyPendingInvitationsQuery, Types.GetMyPendingInvitationsQueryVariables>;
1987
+ export declare const GetProjectsDocument: Apollo.DocumentNode;
1988
+ /**
1989
+ * __useGetProjectsQuery__
1990
+ *
1991
+ * To run a query within a React component, call `useGetProjectsQuery` and pass it any options that fit your needs.
1992
+ * When your component renders, `useGetProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1993
+ * you can use to render your UI.
1994
+ *
1995
+ * @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;
1996
+ *
1997
+ * @example
1998
+ * const { data, loading, error } = useGetProjectsQuery({
1999
+ * variables: {
2000
+ * filter: // value for 'filter'
2001
+ * pagination: // value for 'pagination'
2002
+ * },
2003
+ * });
2004
+ */
2005
+ export declare function useGetProjectsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetProjectsQuery, Types.GetProjectsQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetProjectsQuery, Types.GetProjectsQueryVariables, "empty" | "complete" | "streaming", Types.GetProjectsQueryVariables>;
2006
+ export declare function useGetProjectsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProjectsQuery, Types.GetProjectsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetProjectsQuery, Types.GetProjectsQueryVariables, "empty" | "complete" | "streaming">;
2007
+ export declare function useGetProjectsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProjectsQuery, Types.GetProjectsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProjectsQuery, Types.GetProjectsQueryVariables>;
2008
+ export declare function useGetProjectsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProjectsQuery, Types.GetProjectsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProjectsQuery | undefined, Types.GetProjectsQueryVariables>;
2009
+ export type GetProjectsQueryHookResult = ReturnType<typeof useGetProjectsQuery>;
2010
+ export type GetProjectsLazyQueryHookResult = ReturnType<typeof useGetProjectsLazyQuery>;
2011
+ export type GetProjectsSuspenseQueryHookResult = ReturnType<typeof useGetProjectsSuspenseQuery>;
2012
+ export type GetProjectsQueryResult = Apollo.QueryResult<Types.GetProjectsQuery, Types.GetProjectsQueryVariables>;
2013
+ export declare const GetProjectDocument: Apollo.DocumentNode;
2014
+ /**
2015
+ * __useGetProjectQuery__
2016
+ *
2017
+ * To run a query within a React component, call `useGetProjectQuery` and pass it any options that fit your needs.
2018
+ * When your component renders, `useGetProjectQuery` returns an object from Apollo Client that contains loading, error, and data properties
2019
+ * you can use to render your UI.
2020
+ *
2021
+ * @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;
2022
+ *
2023
+ * @example
2024
+ * const { data, loading, error } = useGetProjectQuery({
2025
+ * variables: {
2026
+ * id: // value for 'id'
2027
+ * },
2028
+ * });
2029
+ */
2030
+ export declare function useGetProjectQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetProjectQuery, Types.GetProjectQueryVariables> & ({
2031
+ variables: Types.GetProjectQueryVariables;
2032
+ skip?: boolean;
2033
+ } | {
2034
+ skip: boolean;
2035
+ })): ApolloReactHooks.useQuery.Result<Types.GetProjectQuery, Types.GetProjectQueryVariables, "empty" | "complete" | "streaming", Types.GetProjectQueryVariables>;
2036
+ export declare function useGetProjectLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProjectQuery, Types.GetProjectQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetProjectQuery, Types.GetProjectQueryVariables, "empty" | "complete" | "streaming">;
2037
+ export declare function useGetProjectSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProjectQuery, Types.GetProjectQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProjectQuery, Types.GetProjectQueryVariables>;
2038
+ export declare function useGetProjectSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProjectQuery, Types.GetProjectQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProjectQuery | undefined, Types.GetProjectQueryVariables>;
2039
+ export type GetProjectQueryHookResult = ReturnType<typeof useGetProjectQuery>;
2040
+ export type GetProjectLazyQueryHookResult = ReturnType<typeof useGetProjectLazyQuery>;
2041
+ export type GetProjectSuspenseQueryHookResult = ReturnType<typeof useGetProjectSuspenseQuery>;
2042
+ export type GetProjectQueryResult = Apollo.QueryResult<Types.GetProjectQuery, Types.GetProjectQueryVariables>;
2043
+ export declare const GetMyProjectsDocument: Apollo.DocumentNode;
2044
+ /**
2045
+ * __useGetMyProjectsQuery__
2046
+ *
2047
+ * To run a query within a React component, call `useGetMyProjectsQuery` and pass it any options that fit your needs.
2048
+ * When your component renders, `useGetMyProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2049
+ * you can use to render your UI.
2050
+ *
2051
+ * @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;
2052
+ *
2053
+ * @example
2054
+ * const { data, loading, error } = useGetMyProjectsQuery({
2055
+ * variables: {
2056
+ * pagination: // value for 'pagination'
2057
+ * },
2058
+ * });
2059
+ */
2060
+ export declare function useGetMyProjectsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables, "empty" | "complete" | "streaming", Types.GetMyProjectsQueryVariables>;
2061
+ export declare function useGetMyProjectsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables, "empty" | "complete" | "streaming">;
2062
+ export declare function useGetMyProjectsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables>;
2063
+ export declare function useGetMyProjectsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyProjectsQuery | undefined, Types.GetMyProjectsQueryVariables>;
2064
+ export type GetMyProjectsQueryHookResult = ReturnType<typeof useGetMyProjectsQuery>;
2065
+ export type GetMyProjectsLazyQueryHookResult = ReturnType<typeof useGetMyProjectsLazyQuery>;
2066
+ export type GetMyProjectsSuspenseQueryHookResult = ReturnType<typeof useGetMyProjectsSuspenseQuery>;
2067
+ export type GetMyProjectsQueryResult = Apollo.QueryResult<Types.GetMyProjectsQuery, Types.GetMyProjectsQueryVariables>;
2068
+ export declare const GetProjectTagsDocument: Apollo.DocumentNode;
2069
+ /**
2070
+ * __useGetProjectTagsQuery__
2071
+ *
2072
+ * To run a query within a React component, call `useGetProjectTagsQuery` and pass it any options that fit your needs.
2073
+ * When your component renders, `useGetProjectTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2074
+ * you can use to render your UI.
2075
+ *
2076
+ * @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;
2077
+ *
2078
+ * @example
2079
+ * const { data, loading, error } = useGetProjectTagsQuery({
2080
+ * variables: {
2081
+ * input: // value for 'input'
2082
+ * },
2083
+ * });
2084
+ */
2085
+ export declare function useGetProjectTagsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables> & ({
2086
+ variables: Types.GetProjectTagsQueryVariables;
2087
+ skip?: boolean;
2088
+ } | {
2089
+ skip: boolean;
2090
+ })): ApolloReactHooks.useQuery.Result<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables, "empty" | "complete" | "streaming", Types.GetProjectTagsQueryVariables>;
2091
+ export declare function useGetProjectTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables, "empty" | "complete" | "streaming">;
2092
+ export declare function useGetProjectTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables>;
2093
+ export declare function useGetProjectTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProjectTagsQuery | undefined, Types.GetProjectTagsQueryVariables>;
2094
+ export type GetProjectTagsQueryHookResult = ReturnType<typeof useGetProjectTagsQuery>;
2095
+ export type GetProjectTagsLazyQueryHookResult = ReturnType<typeof useGetProjectTagsLazyQuery>;
2096
+ export type GetProjectTagsSuspenseQueryHookResult = ReturnType<typeof useGetProjectTagsSuspenseQuery>;
2097
+ export type GetProjectTagsQueryResult = Apollo.QueryResult<Types.GetProjectTagsQuery, Types.GetProjectTagsQueryVariables>;
2098
+ export declare const GetWorkspacesDocument: Apollo.DocumentNode;
2099
+ /**
2100
+ * __useGetWorkspacesQuery__
2101
+ *
2102
+ * To run a query within a React component, call `useGetWorkspacesQuery` and pass it any options that fit your needs.
2103
+ * When your component renders, `useGetWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2104
+ * you can use to render your UI.
2105
+ *
2106
+ * @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;
2107
+ *
2108
+ * @example
2109
+ * const { data, loading, error } = useGetWorkspacesQuery({
2110
+ * variables: {
2111
+ * filter: // value for 'filter'
2112
+ * pagination: // value for 'pagination'
2113
+ * },
2114
+ * });
2115
+ */
2116
+ export declare function useGetWorkspacesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables, "empty" | "complete" | "streaming", Types.GetWorkspacesQueryVariables>;
2117
+ export declare function useGetWorkspacesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables, "empty" | "complete" | "streaming">;
2118
+ export declare function useGetWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables>;
2119
+ export declare function useGetWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspacesQuery | undefined, Types.GetWorkspacesQueryVariables>;
2120
+ export type GetWorkspacesQueryHookResult = ReturnType<typeof useGetWorkspacesQuery>;
2121
+ export type GetWorkspacesLazyQueryHookResult = ReturnType<typeof useGetWorkspacesLazyQuery>;
2122
+ export type GetWorkspacesSuspenseQueryHookResult = ReturnType<typeof useGetWorkspacesSuspenseQuery>;
2123
+ export type GetWorkspacesQueryResult = Apollo.QueryResult<Types.GetWorkspacesQuery, Types.GetWorkspacesQueryVariables>;
2124
+ export declare const GetWorkspaceDocument: Apollo.DocumentNode;
2125
+ /**
2126
+ * __useGetWorkspaceQuery__
2127
+ *
2128
+ * To run a query within a React component, call `useGetWorkspaceQuery` and pass it any options that fit your needs.
2129
+ * When your component renders, `useGetWorkspaceQuery` returns an object from Apollo Client that contains loading, error, and data properties
2130
+ * you can use to render your UI.
2131
+ *
2132
+ * @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;
2133
+ *
2134
+ * @example
2135
+ * const { data, loading, error } = useGetWorkspaceQuery({
2136
+ * variables: {
2137
+ * id: // value for 'id'
2138
+ * },
2139
+ * });
2140
+ */
2141
+ export declare function useGetWorkspaceQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables> & ({
2142
+ variables: Types.GetWorkspaceQueryVariables;
2143
+ skip?: boolean;
2144
+ } | {
2145
+ skip: boolean;
2146
+ })): ApolloReactHooks.useQuery.Result<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables, "empty" | "complete" | "streaming", Types.GetWorkspaceQueryVariables>;
2147
+ export declare function useGetWorkspaceLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables, "empty" | "complete" | "streaming">;
2148
+ export declare function useGetWorkspaceSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables>;
2149
+ export declare function useGetWorkspaceSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceQuery | undefined, Types.GetWorkspaceQueryVariables>;
2150
+ export type GetWorkspaceQueryHookResult = ReturnType<typeof useGetWorkspaceQuery>;
2151
+ export type GetWorkspaceLazyQueryHookResult = ReturnType<typeof useGetWorkspaceLazyQuery>;
2152
+ export type GetWorkspaceSuspenseQueryHookResult = ReturnType<typeof useGetWorkspaceSuspenseQuery>;
2153
+ export type GetWorkspaceQueryResult = Apollo.QueryResult<Types.GetWorkspaceQuery, Types.GetWorkspaceQueryVariables>;
2154
+ export declare const GetMyWorkspacesDocument: Apollo.DocumentNode;
2155
+ /**
2156
+ * __useGetMyWorkspacesQuery__
2157
+ *
2158
+ * To run a query within a React component, call `useGetMyWorkspacesQuery` and pass it any options that fit your needs.
2159
+ * When your component renders, `useGetMyWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2160
+ * you can use to render your UI.
2161
+ *
2162
+ * @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;
2163
+ *
2164
+ * @example
2165
+ * const { data, loading, error } = useGetMyWorkspacesQuery({
2166
+ * variables: {
2167
+ * pagination: // value for 'pagination'
2168
+ * },
2169
+ * });
2170
+ */
2171
+ export declare function useGetMyWorkspacesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables>): ApolloReactHooks.useQuery.Result<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables, "empty" | "complete" | "streaming", Types.GetMyWorkspacesQueryVariables>;
2172
+ export declare function useGetMyWorkspacesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables, "empty" | "complete" | "streaming">;
2173
+ export declare function useGetMyWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables>;
2174
+ export declare function useGetMyWorkspacesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyWorkspacesQuery | undefined, Types.GetMyWorkspacesQueryVariables>;
2175
+ export type GetMyWorkspacesQueryHookResult = ReturnType<typeof useGetMyWorkspacesQuery>;
2176
+ export type GetMyWorkspacesLazyQueryHookResult = ReturnType<typeof useGetMyWorkspacesLazyQuery>;
2177
+ export type GetMyWorkspacesSuspenseQueryHookResult = ReturnType<typeof useGetMyWorkspacesSuspenseQuery>;
2178
+ export type GetMyWorkspacesQueryResult = Apollo.QueryResult<Types.GetMyWorkspacesQuery, Types.GetMyWorkspacesQueryVariables>;
2179
+ export declare const GetWorkspaceTagsDocument: Apollo.DocumentNode;
2180
+ /**
2181
+ * __useGetWorkspaceTagsQuery__
2182
+ *
2183
+ * To run a query within a React component, call `useGetWorkspaceTagsQuery` and pass it any options that fit your needs.
2184
+ * When your component renders, `useGetWorkspaceTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2185
+ * you can use to render your UI.
2186
+ *
2187
+ * @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;
2188
+ *
2189
+ * @example
2190
+ * const { data, loading, error } = useGetWorkspaceTagsQuery({
2191
+ * variables: {
2192
+ * input: // value for 'input'
2193
+ * },
2194
+ * });
2195
+ */
2196
+ export declare function useGetWorkspaceTagsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables> & ({
2197
+ variables: Types.GetWorkspaceTagsQueryVariables;
2198
+ skip?: boolean;
2199
+ } | {
2200
+ skip: boolean;
2201
+ })): ApolloReactHooks.useQuery.Result<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables, "empty" | "complete" | "streaming", Types.GetWorkspaceTagsQueryVariables>;
2202
+ export declare function useGetWorkspaceTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables>): ApolloReactHooks.useLazyQuery.ResultTuple<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables, "empty" | "complete" | "streaming">;
2203
+ export declare function useGetWorkspaceTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables>;
2204
+ export declare function useGetWorkspaceTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkspaceTagsQuery | undefined, Types.GetWorkspaceTagsQueryVariables>;
2205
+ export type GetWorkspaceTagsQueryHookResult = ReturnType<typeof useGetWorkspaceTagsQuery>;
2206
+ export type GetWorkspaceTagsLazyQueryHookResult = ReturnType<typeof useGetWorkspaceTagsLazyQuery>;
2207
+ export type GetWorkspaceTagsSuspenseQueryHookResult = ReturnType<typeof useGetWorkspaceTagsSuspenseQuery>;
2208
+ export type GetWorkspaceTagsQueryResult = Apollo.QueryResult<Types.GetWorkspaceTagsQuery, Types.GetWorkspaceTagsQueryVariables>;
2209
+ //# sourceMappingURL=wspace-operations.d.ts.map