@burdenoff/microfe-workspaces 2026.519.1 → 2026.528.1

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