@burdenoff/microfe-vibecontrols 2026.511.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +91 -0
- package/dist/VibeControlsRoot.d.ts +36 -0
- package/dist/VibeControlsRoot.d.ts.map +1 -0
- package/dist/VibeControlsRoot.js +195 -0
- package/dist/VibeControlsRoot.js.map +1 -0
- package/dist/VibeControlsRoutes.d.ts +2 -0
- package/dist/VibeControlsRoutes.d.ts.map +1 -0
- package/dist/VibeControlsRoutes.js +285 -0
- package/dist/VibeControlsRoutes.js.map +1 -0
- package/dist/_virtual/_rolldown/runtime.js +23 -0
- package/dist/components/actions/ActionCard.d.ts +32 -0
- package/dist/components/actions/ActionCard.d.ts.map +1 -0
- package/dist/components/actions/ActionCard.js +140 -0
- package/dist/components/actions/ActionCard.js.map +1 -0
- package/dist/components/actions/ActionForm.d.ts +39 -0
- package/dist/components/actions/ActionForm.d.ts.map +1 -0
- package/dist/components/actions/ActionForm.js +488 -0
- package/dist/components/actions/ActionForm.js.map +1 -0
- package/dist/components/actions/ActionTypeBadge.d.ts +9 -0
- package/dist/components/actions/ActionTypeBadge.d.ts.map +1 -0
- package/dist/components/actions/ActionTypeBadge.js +77 -0
- package/dist/components/actions/ActionTypeBadge.js.map +1 -0
- package/dist/components/actions/ExecutionHistory.d.ts +23 -0
- package/dist/components/actions/ExecutionHistory.d.ts.map +1 -0
- package/dist/components/actions/ExecutionHistory.js +103 -0
- package/dist/components/actions/ExecutionHistory.js.map +1 -0
- package/dist/components/actions/index.d.ts +6 -0
- package/dist/components/actions/index.d.ts.map +1 -0
- package/dist/components/actions/index.js +4 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.d.ts +13 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.js +146 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.d.ts +13 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.js +74 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerCenter.d.ts +8 -0
- package/dist/components/agent-manager/AgentManagerCenter.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerCenter.js +129 -0
- package/dist/components/agent-manager/AgentManagerCenter.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerChatPane.d.ts +9 -0
- package/dist/components/agent-manager/AgentManagerChatPane.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerChatPane.js +121 -0
- package/dist/components/agent-manager/AgentManagerChatPane.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.d.ts +13 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.js +73 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerInputArea.d.ts +14 -0
- package/dist/components/agent-manager/AgentManagerInputArea.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerInputArea.js +397 -0
- package/dist/components/agent-manager/AgentManagerInputArea.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerLayout.d.ts +10 -0
- package/dist/components/agent-manager/AgentManagerLayout.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerLayout.js +137 -0
- package/dist/components/agent-manager/AgentManagerLayout.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.d.ts +10 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.js +65 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageList.d.ts +12 -0
- package/dist/components/agent-manager/AgentManagerMessageList.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageList.js +58 -0
- package/dist/components/agent-manager/AgentManagerMessageList.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.d.ts +12 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.js +141 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionList.d.ts +16 -0
- package/dist/components/agent-manager/AgentManagerSessionList.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionList.js +180 -0
- package/dist/components/agent-manager/AgentManagerSessionList.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerSidebar.d.ts +14 -0
- package/dist/components/agent-manager/AgentManagerSidebar.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerSidebar.js +204 -0
- package/dist/components/agent-manager/AgentManagerSidebar.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.d.ts +8 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.js +53 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerTab.d.ts +15 -0
- package/dist/components/agent-manager/AgentManagerTab.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerTab.js +49 -0
- package/dist/components/agent-manager/AgentManagerTab.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerTabBar.d.ts +10 -0
- package/dist/components/agent-manager/AgentManagerTabBar.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerTabBar.js +152 -0
- package/dist/components/agent-manager/AgentManagerTabBar.js.map +1 -0
- package/dist/components/agent-manager/BridleConfigPanel.d.ts +13 -0
- package/dist/components/agent-manager/BridleConfigPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/BridleConfigPanel.js +356 -0
- package/dist/components/agent-manager/BridleConfigPanel.js.map +1 -0
- package/dist/components/agent-manager/PluginInstallModal.d.ts +9 -0
- package/dist/components/agent-manager/PluginInstallModal.d.ts.map +1 -0
- package/dist/components/agent-manager/PluginInstallModal.js +98 -0
- package/dist/components/agent-manager/PluginInstallModal.js.map +1 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.d.ts +23 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.js +101 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.js.map +1 -0
- package/dist/components/agent-manager/controls/FileAttachButton.d.ts +13 -0
- package/dist/components/agent-manager/controls/FileAttachButton.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/FileAttachButton.js +44 -0
- package/dist/components/agent-manager/controls/FileAttachButton.js.map +1 -0
- package/dist/components/agent-manager/controls/McpServerSelector.d.ts +10 -0
- package/dist/components/agent-manager/controls/McpServerSelector.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/McpServerSelector.js +98 -0
- package/dist/components/agent-manager/controls/McpServerSelector.js.map +1 -0
- package/dist/components/agent-manager/controls/ModelSelector.d.ts +10 -0
- package/dist/components/agent-manager/controls/ModelSelector.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/ModelSelector.js +158 -0
- package/dist/components/agent-manager/controls/ModelSelector.js.map +1 -0
- package/dist/components/agent-manager/controls/SdkSelector.d.ts +13 -0
- package/dist/components/agent-manager/controls/SdkSelector.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/SdkSelector.js +210 -0
- package/dist/components/agent-manager/controls/SdkSelector.js.map +1 -0
- package/dist/components/agent-manager/controls/VoiceToggle.d.ts +13 -0
- package/dist/components/agent-manager/controls/VoiceToggle.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/VoiceToggle.js +18 -0
- package/dist/components/agent-manager/controls/VoiceToggle.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.d.ts +14 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.js +250 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.d.ts +13 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.js +107 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.d.ts +12 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.js +68 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.d.ts +12 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.js +64 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.js.map +1 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.d.ts +15 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.js +141 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.js.map +1 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.d.ts +14 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.js +209 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.js.map +1 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.d.ts +15 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.js +105 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.js.map +1 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.d.ts +15 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.js +162 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.js.map +1 -0
- package/dist/components/agent-manager/index.d.ts +16 -0
- package/dist/components/agent-manager/index.d.ts.map +1 -0
- package/dist/components/agents/AgentCard.d.ts +30 -0
- package/dist/components/agents/AgentCard.d.ts.map +1 -0
- package/dist/components/agents/AgentCard.js +209 -0
- package/dist/components/agents/AgentCard.js.map +1 -0
- package/dist/components/agents/AgentForm.d.ts +29 -0
- package/dist/components/agents/AgentForm.d.ts.map +1 -0
- package/dist/components/agents/AgentForm.js +593 -0
- package/dist/components/agents/AgentForm.js.map +1 -0
- package/dist/components/agents/AgentList.d.ts +19 -0
- package/dist/components/agents/AgentList.d.ts.map +1 -0
- package/dist/components/agents/AgentList.js +333 -0
- package/dist/components/agents/AgentList.js.map +1 -0
- package/dist/components/agents/AgentStatusBadge.d.ts +12 -0
- package/dist/components/agents/AgentStatusBadge.d.ts.map +1 -0
- package/dist/components/agents/AgentStatusBadge.js +43 -0
- package/dist/components/agents/AgentStatusBadge.js.map +1 -0
- package/dist/components/agents/OpenInBrowserEditorButton.d.ts +16 -0
- package/dist/components/agents/OpenInBrowserEditorButton.d.ts.map +1 -0
- package/dist/components/agents/OpenInBrowserEditorButton.js +115 -0
- package/dist/components/agents/OpenInBrowserEditorButton.js.map +1 -0
- package/dist/components/agents/PluginUIPanel.d.ts +38 -0
- package/dist/components/agents/PluginUIPanel.d.ts.map +1 -0
- package/dist/components/agents/PluginUIPanel.js +308 -0
- package/dist/components/agents/PluginUIPanel.js.map +1 -0
- package/dist/components/agents/backup/AgentBackupTab.d.ts +11 -0
- package/dist/components/agents/backup/AgentBackupTab.d.ts.map +1 -0
- package/dist/components/agents/backup/AgentBackupTab.js +407 -0
- package/dist/components/agents/backup/AgentBackupTab.js.map +1 -0
- package/dist/components/agents/index.d.ts +8 -0
- package/dist/components/agents/index.d.ts.map +1 -0
- package/dist/components/agents/index.js +6 -0
- package/dist/components/agents/types.d.ts +72 -0
- package/dist/components/agents/types.d.ts.map +1 -0
- package/dist/components/ai/AIAssistantPanel.d.ts +8 -0
- package/dist/components/ai/AIAssistantPanel.d.ts.map +1 -0
- package/dist/components/ai/AIContextsTab.d.ts +6 -0
- package/dist/components/ai/AIContextsTab.d.ts.map +1 -0
- package/dist/components/ai/AIContextsTab.js +378 -0
- package/dist/components/ai/AIContextsTab.js.map +1 -0
- package/dist/components/ai/AIOverviewTab.d.ts +7 -0
- package/dist/components/ai/AIOverviewTab.d.ts.map +1 -0
- package/dist/components/ai/AIOverviewTab.js +143 -0
- package/dist/components/ai/AIOverviewTab.js.map +1 -0
- package/dist/components/ai/AIPlaygroundTab.d.ts +6 -0
- package/dist/components/ai/AIPlaygroundTab.d.ts.map +1 -0
- package/dist/components/ai/AIPlaygroundTab.js +222 -0
- package/dist/components/ai/AIPlaygroundTab.js.map +1 -0
- package/dist/components/ai/AIPromptsTab.d.ts +6 -0
- package/dist/components/ai/AIPromptsTab.d.ts.map +1 -0
- package/dist/components/ai/AIPromptsTab.js +251 -0
- package/dist/components/ai/AIPromptsTab.js.map +1 -0
- package/dist/components/ai/AISessionsTab.d.ts +7 -0
- package/dist/components/ai/AISessionsTab.d.ts.map +1 -0
- package/dist/components/ai/AISessionsTab.js +245 -0
- package/dist/components/ai/AISessionsTab.js.map +1 -0
- package/dist/components/ai/AIStatsTab.d.ts +6 -0
- package/dist/components/ai/AIStatsTab.d.ts.map +1 -0
- package/dist/components/ai/AIStatsTab.js +182 -0
- package/dist/components/ai/AIStatsTab.js.map +1 -0
- package/dist/components/ai/AITasksTab.d.ts +5 -0
- package/dist/components/ai/AITasksTab.d.ts.map +1 -0
- package/dist/components/ai/AITasksTab.js +549 -0
- package/dist/components/ai/AITasksTab.js.map +1 -0
- package/dist/components/ai/AITemplatesTab.d.ts +6 -0
- package/dist/components/ai/AITemplatesTab.d.ts.map +1 -0
- package/dist/components/ai/AITemplatesTab.js +472 -0
- package/dist/components/ai/AITemplatesTab.js.map +1 -0
- package/dist/components/ai/ClaudeCredentialsCard.d.ts +6 -0
- package/dist/components/ai/ClaudeCredentialsCard.d.ts.map +1 -0
- package/dist/components/ai/ClaudeCredentialsCard.js +133 -0
- package/dist/components/ai/ClaudeCredentialsCard.js.map +1 -0
- package/dist/components/ai/PluginHarnessPicker.d.ts +31 -0
- package/dist/components/ai/PluginHarnessPicker.d.ts.map +1 -0
- package/dist/components/ai/PluginHarnessPicker.js +136 -0
- package/dist/components/ai/PluginHarnessPicker.js.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.d.ts +12 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.js +73 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.js.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.d.ts +13 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.js +100 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.js.map +1 -0
- package/dist/components/analytics/AnalyticsEntityTabs.d.ts +9 -0
- package/dist/components/analytics/AnalyticsEntityTabs.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsEntityTabs.js +52 -0
- package/dist/components/analytics/AnalyticsEntityTabs.js.map +1 -0
- package/dist/components/analytics/AnalyticsFilterBar.d.ts +15 -0
- package/dist/components/analytics/AnalyticsFilterBar.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsFilterBar.js +51 -0
- package/dist/components/analytics/AnalyticsFilterBar.js.map +1 -0
- package/dist/components/analytics/AnalyticsKpiGrid.d.ts +10 -0
- package/dist/components/analytics/AnalyticsKpiGrid.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsKpiGrid.js +112 -0
- package/dist/components/analytics/AnalyticsKpiGrid.js.map +1 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.d.ts +16 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.js +115 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.js.map +1 -0
- package/dist/components/analytics/SandboxAnalyticsSection.d.ts +9 -0
- package/dist/components/analytics/SandboxAnalyticsSection.d.ts.map +1 -0
- package/dist/components/analytics/SandboxAnalyticsSection.js +185 -0
- package/dist/components/analytics/SandboxAnalyticsSection.js.map +1 -0
- package/dist/components/analytics/index.d.ts +9 -0
- package/dist/components/analytics/index.d.ts.map +1 -0
- package/dist/components/analytics/index.js +8 -0
- package/dist/components/analytics/types.d.ts +28 -0
- package/dist/components/analytics/types.d.ts.map +1 -0
- package/dist/components/analytics/types.js +140 -0
- package/dist/components/analytics/types.js.map +1 -0
- package/dist/components/assistant/AIAssistantPanel.d.ts +5 -0
- package/dist/components/assistant/AIAssistantPanel.d.ts.map +1 -0
- package/dist/components/assistant/AIAssistantPanel.js +68 -0
- package/dist/components/assistant/AIAssistantPanel.js.map +1 -0
- package/dist/components/assistant/AssistantChatArea.d.ts +4 -0
- package/dist/components/assistant/AssistantChatArea.d.ts.map +1 -0
- package/dist/components/assistant/AssistantChatArea.js +346 -0
- package/dist/components/assistant/AssistantChatArea.js.map +1 -0
- package/dist/components/assistant/AssistantChatInput.d.ts +10 -0
- package/dist/components/assistant/AssistantChatInput.d.ts.map +1 -0
- package/dist/components/assistant/AssistantChatInput.js +43 -0
- package/dist/components/assistant/AssistantChatInput.js.map +1 -0
- package/dist/components/assistant/AssistantConversationList.d.ts +4 -0
- package/dist/components/assistant/AssistantConversationList.d.ts.map +1 -0
- package/dist/components/assistant/AssistantConversationList.js +144 -0
- package/dist/components/assistant/AssistantConversationList.js.map +1 -0
- package/dist/components/assistant/AssistantExportMenu.d.ts +4 -0
- package/dist/components/assistant/AssistantExportMenu.d.ts.map +1 -0
- package/dist/components/assistant/AssistantExportMenu.js +49 -0
- package/dist/components/assistant/AssistantExportMenu.js.map +1 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.d.ts +8 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.d.ts.map +1 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.js +204 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.js.map +1 -0
- package/dist/components/assistant/AssistantMessageItem.d.ts +10 -0
- package/dist/components/assistant/AssistantMessageItem.d.ts.map +1 -0
- package/dist/components/assistant/AssistantMessageItem.js +91 -0
- package/dist/components/assistant/AssistantMessageItem.js.map +1 -0
- package/dist/components/assistant/AssistantMessageList.d.ts +10 -0
- package/dist/components/assistant/AssistantMessageList.d.ts.map +1 -0
- package/dist/components/assistant/AssistantMessageList.js +28 -0
- package/dist/components/assistant/AssistantMessageList.js.map +1 -0
- package/dist/components/assistant/AssistantModeSelector.d.ts +10 -0
- package/dist/components/assistant/AssistantModeSelector.d.ts.map +1 -0
- package/dist/components/assistant/AssistantModeSelector.js +57 -0
- package/dist/components/assistant/AssistantModeSelector.js.map +1 -0
- package/dist/components/assistant/AssistantWelcome.d.ts +10 -0
- package/dist/components/assistant/AssistantWelcome.d.ts.map +1 -0
- package/dist/components/assistant/AssistantWelcome.js +41 -0
- package/dist/components/assistant/AssistantWelcome.js.map +1 -0
- package/dist/components/assistant/index.d.ts +11 -0
- package/dist/components/assistant/index.d.ts.map +1 -0
- package/dist/components/assistant/index.js +10 -0
- package/dist/components/audit/AuditDeleteDialog.d.ts +12 -0
- package/dist/components/audit/AuditDeleteDialog.d.ts.map +1 -0
- package/dist/components/audit/AuditDeleteDialog.js +74 -0
- package/dist/components/audit/AuditDeleteDialog.js.map +1 -0
- package/dist/components/audit/AuditExportButton.d.ts +8 -0
- package/dist/components/audit/AuditExportButton.d.ts.map +1 -0
- package/dist/components/audit/AuditExportButton.js +70 -0
- package/dist/components/audit/AuditExportButton.js.map +1 -0
- package/dist/components/audit/AuditLogDetail.d.ts +9 -0
- package/dist/components/audit/AuditLogDetail.d.ts.map +1 -0
- package/dist/components/audit/AuditLogDetail.js +266 -0
- package/dist/components/audit/AuditLogDetail.js.map +1 -0
- package/dist/components/audit/AuditLogFilters.d.ts +15 -0
- package/dist/components/audit/AuditLogFilters.d.ts.map +1 -0
- package/dist/components/audit/AuditLogFilters.js +185 -0
- package/dist/components/audit/AuditLogFilters.js.map +1 -0
- package/dist/components/audit/AuditLogStats.d.ts +9 -0
- package/dist/components/audit/AuditLogStats.d.ts.map +1 -0
- package/dist/components/audit/AuditLogStats.js +54 -0
- package/dist/components/audit/AuditLogStats.js.map +1 -0
- package/dist/components/audit/AuditLogTable.d.ts +21 -0
- package/dist/components/audit/AuditLogTable.d.ts.map +1 -0
- package/dist/components/audit/AuditLogTable.js +270 -0
- package/dist/components/audit/AuditLogTable.js.map +1 -0
- package/dist/components/audit/index.d.ts +7 -0
- package/dist/components/audit/index.d.ts.map +1 -0
- package/dist/components/audit/index.js +6 -0
- package/dist/components/catalog/CatalogCard.d.ts +22 -0
- package/dist/components/catalog/CatalogCard.d.ts.map +1 -0
- package/dist/components/catalog/CatalogCard.js +149 -0
- package/dist/components/catalog/CatalogCard.js.map +1 -0
- package/dist/components/catalog/CatalogForm.d.ts +18 -0
- package/dist/components/catalog/CatalogForm.d.ts.map +1 -0
- package/dist/components/catalog/CatalogForm.js +152 -0
- package/dist/components/catalog/CatalogForm.js.map +1 -0
- package/dist/components/catalog/index.d.ts +5 -0
- package/dist/components/catalog/index.d.ts.map +1 -0
- package/dist/components/catalog/index.js +2 -0
- package/dist/components/docs/DocsCompileStatus.d.ts +9 -0
- package/dist/components/docs/DocsCompileStatus.d.ts.map +1 -0
- package/dist/components/docs/DocsCompileStatus.js +106 -0
- package/dist/components/docs/DocsCompileStatus.js.map +1 -0
- package/dist/components/docs/DocsEditPanel.d.ts +26 -0
- package/dist/components/docs/DocsEditPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsEditPanel.js +97 -0
- package/dist/components/docs/DocsEditPanel.js.map +1 -0
- package/dist/components/docs/DocsEmptyState.d.ts +7 -0
- package/dist/components/docs/DocsEmptyState.d.ts.map +1 -0
- package/dist/components/docs/DocsEmptyState.js +24 -0
- package/dist/components/docs/DocsEmptyState.js.map +1 -0
- package/dist/components/docs/DocsPageEditor.d.ts +13 -0
- package/dist/components/docs/DocsPageEditor.d.ts.map +1 -0
- package/dist/components/docs/DocsPageEditor.js +83 -0
- package/dist/components/docs/DocsPageEditor.js.map +1 -0
- package/dist/components/docs/DocsPageTree.d.ts +12 -0
- package/dist/components/docs/DocsPageTree.d.ts.map +1 -0
- package/dist/components/docs/DocsPageTree.js +103 -0
- package/dist/components/docs/DocsPageTree.js.map +1 -0
- package/dist/components/docs/DocsPreviewPanel.d.ts +17 -0
- package/dist/components/docs/DocsPreviewPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsPreviewPanel.js +106 -0
- package/dist/components/docs/DocsPreviewPanel.js.map +1 -0
- package/dist/components/docs/DocsSettingsPanel.d.ts +15 -0
- package/dist/components/docs/DocsSettingsPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsSettingsPanel.js +411 -0
- package/dist/components/docs/DocsSettingsPanel.js.map +1 -0
- package/dist/components/docs/DocsTabPanel.d.ts +8 -0
- package/dist/components/docs/DocsTabPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsTabPanel.js +155 -0
- package/dist/components/docs/DocsTabPanel.js.map +1 -0
- package/dist/components/docs/index.d.ts +10 -0
- package/dist/components/docs/index.d.ts.map +1 -0
- package/dist/components/docs/index.js +8 -0
- package/dist/components/docs/previewHtml.d.ts +2 -0
- package/dist/components/docs/previewHtml.d.ts.map +1 -0
- package/dist/components/docs/previewHtml.js +17 -0
- package/dist/components/docs/previewHtml.js.map +1 -0
- package/dist/components/docs/types.d.ts +59 -0
- package/dist/components/docs/types.d.ts.map +1 -0
- package/dist/components/gitops/CIDurationChart.d.ts +12 -0
- package/dist/components/gitops/CIDurationChart.d.ts.map +1 -0
- package/dist/components/gitops/CIDurationChart.js +102 -0
- package/dist/components/gitops/CIDurationChart.js.map +1 -0
- package/dist/components/gitops/CIFailedRuns.d.ts +13 -0
- package/dist/components/gitops/CIFailedRuns.d.ts.map +1 -0
- package/dist/components/gitops/CIFailedRuns.js +153 -0
- package/dist/components/gitops/CIFailedRuns.js.map +1 -0
- package/dist/components/gitops/CIPipelineRunsTable.d.ts +13 -0
- package/dist/components/gitops/CIPipelineRunsTable.d.ts.map +1 -0
- package/dist/components/gitops/CIPipelineRunsTable.js +144 -0
- package/dist/components/gitops/CIPipelineRunsTable.js.map +1 -0
- package/dist/components/gitops/CISuccessRateChart.d.ts +13 -0
- package/dist/components/gitops/CISuccessRateChart.d.ts.map +1 -0
- package/dist/components/gitops/CISuccessRateChart.js +101 -0
- package/dist/components/gitops/CISuccessRateChart.js.map +1 -0
- package/dist/components/gitops/CITab.d.ts +15 -0
- package/dist/components/gitops/CITab.d.ts.map +1 -0
- package/dist/components/gitops/CITab.js +55 -0
- package/dist/components/gitops/CITab.js.map +1 -0
- package/dist/components/gitops/CIWorkflowList.d.ts +13 -0
- package/dist/components/gitops/CIWorkflowList.d.ts.map +1 -0
- package/dist/components/gitops/CIWorkflowList.js +24 -0
- package/dist/components/gitops/CIWorkflowList.js.map +1 -0
- package/dist/components/gitops/GitOpsProviderCard.d.ts +14 -0
- package/dist/components/gitops/GitOpsProviderCard.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsSetup.d.ts +16 -0
- package/dist/components/gitops/GitOpsSetup.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsSetup.js +155 -0
- package/dist/components/gitops/GitOpsSetup.js.map +1 -0
- package/dist/components/gitops/GitOpsSkeleton.d.ts +12 -0
- package/dist/components/gitops/GitOpsSkeleton.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsSkeleton.js +26 -0
- package/dist/components/gitops/GitOpsSkeleton.js.map +1 -0
- package/dist/components/gitops/GitOpsStatusBadge.d.ts +14 -0
- package/dist/components/gitops/GitOpsStatusBadge.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsStatusBadge.js +28 -0
- package/dist/components/gitops/GitOpsStatusBadge.js.map +1 -0
- package/dist/components/gitops/ProviderIcon.d.ts +14 -0
- package/dist/components/gitops/ProviderIcon.d.ts.map +1 -0
- package/dist/components/gitops/ProviderIcon.js +35 -0
- package/dist/components/gitops/ProviderIcon.js.map +1 -0
- package/dist/components/gitops/RepoActivityCard.d.ts +12 -0
- package/dist/components/gitops/RepoActivityCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoActivityCard.js +64 -0
- package/dist/components/gitops/RepoActivityCard.js.map +1 -0
- package/dist/components/gitops/RepoIssuesCard.d.ts +12 -0
- package/dist/components/gitops/RepoIssuesCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoIssuesCard.js +38 -0
- package/dist/components/gitops/RepoIssuesCard.js.map +1 -0
- package/dist/components/gitops/RepoLanguagesCard.d.ts +13 -0
- package/dist/components/gitops/RepoLanguagesCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoLanguagesCard.js +86 -0
- package/dist/components/gitops/RepoLanguagesCard.js.map +1 -0
- package/dist/components/gitops/RepoOverviewCard.d.ts +13 -0
- package/dist/components/gitops/RepoOverviewCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoOverviewCard.js +117 -0
- package/dist/components/gitops/RepoOverviewCard.js.map +1 -0
- package/dist/components/gitops/RepoPullRequestsCard.d.ts +12 -0
- package/dist/components/gitops/RepoPullRequestsCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoPullRequestsCard.js +80 -0
- package/dist/components/gitops/RepoPullRequestsCard.js.map +1 -0
- package/dist/components/gitops/RepoSecurityCard.d.ts +12 -0
- package/dist/components/gitops/RepoSecurityCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoSecurityCard.js +38 -0
- package/dist/components/gitops/RepoSecurityCard.js.map +1 -0
- package/dist/components/gitops/RepoStatsTab.d.ts +15 -0
- package/dist/components/gitops/RepoStatsTab.d.ts.map +1 -0
- package/dist/components/gitops/RepoStatsTab.js +43 -0
- package/dist/components/gitops/RepoStatsTab.js.map +1 -0
- package/dist/components/gitops/VibeGitOpsTab.d.ts +12 -0
- package/dist/components/gitops/VibeGitOpsTab.d.ts.map +1 -0
- package/dist/components/gitops/VibeGitOpsTab.js +253 -0
- package/dist/components/gitops/VibeGitOpsTab.js.map +1 -0
- package/dist/components/gitops/index.d.ts +21 -0
- package/dist/components/gitops/index.d.ts.map +1 -0
- package/dist/components/gitops/types.d.ts +90 -0
- package/dist/components/gitops/types.d.ts.map +1 -0
- package/dist/components/graph/AgentGraphView.d.ts +44 -0
- package/dist/components/graph/AgentGraphView.d.ts.map +1 -0
- package/dist/components/graph/AgentGraphView.js +238 -0
- package/dist/components/graph/AgentGraphView.js.map +1 -0
- package/dist/components/graph/AgentNode.d.ts +6 -0
- package/dist/components/graph/AgentNode.d.ts.map +1 -0
- package/dist/components/graph/AgentNode.js +55 -0
- package/dist/components/graph/AgentNode.js.map +1 -0
- package/dist/components/graph/ConnectionPermissionsDialog.d.ts +26 -0
- package/dist/components/graph/ConnectionPermissionsDialog.d.ts.map +1 -0
- package/dist/components/graph/ConnectionPermissionsDialog.js +111 -0
- package/dist/components/graph/ConnectionPermissionsDialog.js.map +1 -0
- package/dist/components/graph/TargetNode.d.ts +6 -0
- package/dist/components/graph/TargetNode.d.ts.map +1 -0
- package/dist/components/graph/TargetNode.js +77 -0
- package/dist/components/graph/TargetNode.js.map +1 -0
- package/dist/components/health/AgentHealthCard.d.ts +9 -0
- package/dist/components/health/AgentHealthCard.d.ts.map +1 -0
- package/dist/components/health/HealthDashboard.d.ts +10 -0
- package/dist/components/health/HealthDashboard.d.ts.map +1 -0
- package/dist/components/health/SystemStatus.d.ts +11 -0
- package/dist/components/health/SystemStatus.d.ts.map +1 -0
- package/dist/components/health/index.d.ts +5 -0
- package/dist/components/health/index.d.ts.map +1 -0
- package/dist/components/health/types.d.ts +50 -0
- package/dist/components/health/types.d.ts.map +1 -0
- package/dist/components/idp-components/ComponentCard.d.ts +24 -0
- package/dist/components/idp-components/ComponentCard.d.ts.map +1 -0
- package/dist/components/idp-components/ComponentCard.js +143 -0
- package/dist/components/idp-components/ComponentCard.js.map +1 -0
- package/dist/components/idp-components/ComponentForm.d.ts +22 -0
- package/dist/components/idp-components/ComponentForm.d.ts.map +1 -0
- package/dist/components/idp-components/ComponentForm.js +234 -0
- package/dist/components/idp-components/ComponentForm.js.map +1 -0
- package/dist/components/idp-components/index.d.ts +5 -0
- package/dist/components/idp-components/index.d.ts.map +1 -0
- package/dist/components/idp-components/index.js +2 -0
- package/dist/components/logs/LogViewer.d.ts +13 -0
- package/dist/components/logs/LogViewer.d.ts.map +1 -0
- package/dist/components/logs/LogViewer.js +265 -0
- package/dist/components/logs/LogViewer.js.map +1 -0
- package/dist/components/notes/NoteCard.d.ts +13 -0
- package/dist/components/notes/NoteCard.d.ts.map +1 -0
- package/dist/components/notes/NoteCard.js +146 -0
- package/dist/components/notes/NoteCard.js.map +1 -0
- package/dist/components/notes/NoteEditor.d.ts +31 -0
- package/dist/components/notes/NoteEditor.d.ts.map +1 -0
- package/dist/components/notes/NoteEditor.js +433 -0
- package/dist/components/notes/NoteEditor.js.map +1 -0
- package/dist/components/notes/NoteList.d.ts +15 -0
- package/dist/components/notes/NoteList.d.ts.map +1 -0
- package/dist/components/notes/NoteList.js +188 -0
- package/dist/components/notes/NoteList.js.map +1 -0
- package/dist/components/notes/NotesTabPanel.d.ts +18 -0
- package/dist/components/notes/NotesTabPanel.d.ts.map +1 -0
- package/dist/components/notes/NotesTabPanel.js +356 -0
- package/dist/components/notes/NotesTabPanel.js.map +1 -0
- package/dist/components/notes/index.d.ts +7 -0
- package/dist/components/notes/index.d.ts.map +1 -0
- package/dist/components/notes/index.js +4 -0
- package/dist/components/notes/types.d.ts +58 -0
- package/dist/components/notes/types.d.ts.map +1 -0
- package/dist/components/scorecard/ScorecardPanel.d.ts +9 -0
- package/dist/components/scorecard/ScorecardPanel.d.ts.map +1 -0
- package/dist/components/scorecard/ScorecardPanel.js +490 -0
- package/dist/components/scorecard/ScorecardPanel.js.map +1 -0
- package/dist/components/scorecard/index.d.ts +3 -0
- package/dist/components/scorecard/index.d.ts.map +1 -0
- package/dist/components/scorecard/index.js +1 -0
- package/dist/components/sessions/CollaboratorsList.d.ts +18 -0
- package/dist/components/sessions/CollaboratorsList.d.ts.map +1 -0
- package/dist/components/sessions/CollaboratorsList.js +162 -0
- package/dist/components/sessions/CollaboratorsList.js.map +1 -0
- package/dist/components/sessions/ControlStatusBar.d.ts +31 -0
- package/dist/components/sessions/ControlStatusBar.d.ts.map +1 -0
- package/dist/components/sessions/ControlStatusBar.js +79 -0
- package/dist/components/sessions/ControlStatusBar.js.map +1 -0
- package/dist/components/sessions/SessionCard.d.ts +24 -0
- package/dist/components/sessions/SessionCard.d.ts.map +1 -0
- package/dist/components/sessions/SessionCard.js +196 -0
- package/dist/components/sessions/SessionCard.js.map +1 -0
- package/dist/components/sessions/SessionForm.d.ts +20 -0
- package/dist/components/sessions/SessionForm.d.ts.map +1 -0
- package/dist/components/sessions/SessionForm.js +4 -0
- package/dist/components/sessions/SessionList.d.ts +25 -0
- package/dist/components/sessions/SessionList.d.ts.map +1 -0
- package/dist/components/sessions/SessionList.js +241 -0
- package/dist/components/sessions/SessionList.js.map +1 -0
- package/dist/components/sessions/SessionShareDialog.d.ts +15 -0
- package/dist/components/sessions/SessionShareDialog.d.ts.map +1 -0
- package/dist/components/sessions/SessionShareDialog.js +457 -0
- package/dist/components/sessions/SessionShareDialog.js.map +1 -0
- package/dist/components/sessions/SessionStatusBadge.d.ts +9 -0
- package/dist/components/sessions/SessionStatusBadge.d.ts.map +1 -0
- package/dist/components/sessions/SessionStatusBadge.js +43 -0
- package/dist/components/sessions/SessionStatusBadge.js.map +1 -0
- package/dist/components/sessions/SharedTerminalPanel.d.ts +72 -0
- package/dist/components/sessions/SharedTerminalPanel.d.ts.map +1 -0
- package/dist/components/sessions/SharedTerminalPanel.js +94 -0
- package/dist/components/sessions/SharedTerminalPanel.js.map +1 -0
- package/dist/components/sessions/TerminalPanel.d.ts +69 -0
- package/dist/components/sessions/TerminalPanel.d.ts.map +1 -0
- package/dist/components/sessions/TerminalPanel.js +1008 -0
- package/dist/components/sessions/TerminalPanel.js.map +1 -0
- package/dist/components/sessions/index.d.ts +11 -0
- package/dist/components/sessions/index.d.ts.map +1 -0
- package/dist/components/sessions/index.js +9 -0
- package/dist/components/sessions/types.d.ts +67 -0
- package/dist/components/sessions/types.d.ts.map +1 -0
- package/dist/components/settings/AdvancedSection.d.ts +22 -0
- package/dist/components/settings/AdvancedSection.d.ts.map +1 -0
- package/dist/components/settings/AdvancedSection.js +177 -0
- package/dist/components/settings/AdvancedSection.js.map +1 -0
- package/dist/components/settings/ConfigEditor.d.ts +14 -0
- package/dist/components/settings/ConfigEditor.d.ts.map +1 -0
- package/dist/components/settings/ConfigSection.d.ts +12 -0
- package/dist/components/settings/ConfigSection.d.ts.map +1 -0
- package/dist/components/settings/NotificationsSection.d.ts +14 -0
- package/dist/components/settings/NotificationsSection.d.ts.map +1 -0
- package/dist/components/settings/NotificationsSection.js +83 -0
- package/dist/components/settings/NotificationsSection.js.map +1 -0
- package/dist/components/settings/PreferencesSection.d.ts +14 -0
- package/dist/components/settings/PreferencesSection.d.ts.map +1 -0
- package/dist/components/settings/ProfileSection.d.ts +14 -0
- package/dist/components/settings/ProfileSection.d.ts.map +1 -0
- package/dist/components/settings/SecuritySection.d.ts +11 -0
- package/dist/components/settings/SecuritySection.d.ts.map +1 -0
- package/dist/components/settings/SettingsForm.d.ts +58 -0
- package/dist/components/settings/SettingsForm.d.ts.map +1 -0
- package/dist/components/settings/SettingsForm.js +101 -0
- package/dist/components/settings/SettingsForm.js.map +1 -0
- package/dist/components/settings/WorkspaceDefaultsSection.d.ts +27 -0
- package/dist/components/settings/WorkspaceDefaultsSection.d.ts.map +1 -0
- package/dist/components/settings/WorkspaceDefaultsSection.js +177 -0
- package/dist/components/settings/WorkspaceDefaultsSection.js.map +1 -0
- package/dist/components/settings/index.d.ts +4 -0
- package/dist/components/settings/index.d.ts.map +1 -0
- package/dist/components/settings/types.d.ts +55 -0
- package/dist/components/settings/types.d.ts.map +1 -0
- package/dist/components/shared/AgentEventsConnector.d.ts +6 -0
- package/dist/components/shared/AgentEventsConnector.d.ts.map +1 -0
- package/dist/components/shared/AgentEventsConnector.js +26 -0
- package/dist/components/shared/AgentEventsConnector.js.map +1 -0
- package/dist/components/shared/AgentSelector.d.ts +25 -0
- package/dist/components/shared/AgentSelector.d.ts.map +1 -0
- package/dist/components/shared/AgentSelector.js +98 -0
- package/dist/components/shared/AgentSelector.js.map +1 -0
- package/dist/components/shared/AgentSetupBanner.d.ts +21 -0
- package/dist/components/shared/AgentSetupBanner.d.ts.map +1 -0
- package/dist/components/shared/AgentSetupBanner.js +158 -0
- package/dist/components/shared/AgentSetupBanner.js.map +1 -0
- package/dist/components/shared/Card.d.ts +29 -0
- package/dist/components/shared/Card.d.ts.map +1 -0
- package/dist/components/shared/Card.js +30 -0
- package/dist/components/shared/Card.js.map +1 -0
- package/dist/components/shared/ConfirmDialog.d.ts +14 -0
- package/dist/components/shared/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/shared/ConfirmDialog.js +117 -0
- package/dist/components/shared/ConfirmDialog.js.map +1 -0
- package/dist/components/shared/EmptyState.d.ts +11 -0
- package/dist/components/shared/EmptyState.d.ts.map +1 -0
- package/dist/components/shared/EmptyState.js +108 -0
- package/dist/components/shared/EmptyState.js.map +1 -0
- package/dist/components/shared/EntityTagPicker.d.ts +8 -0
- package/dist/components/shared/EntityTagPicker.d.ts.map +1 -0
- package/dist/components/shared/EntityTagPicker.js +195 -0
- package/dist/components/shared/EntityTagPicker.js.map +1 -0
- package/dist/components/shared/ErrorState.d.ts +11 -0
- package/dist/components/shared/ErrorState.d.ts.map +1 -0
- package/dist/components/shared/ErrorState.js +116 -0
- package/dist/components/shared/ErrorState.js.map +1 -0
- package/dist/components/shared/FilterDropdown.d.ts +20 -0
- package/dist/components/shared/FilterDropdown.d.ts.map +1 -0
- package/dist/components/shared/FilterDropdown.js +81 -0
- package/dist/components/shared/FilterDropdown.js.map +1 -0
- package/dist/components/shared/GetHelpButton.d.ts +27 -0
- package/dist/components/shared/GetHelpButton.d.ts.map +1 -0
- package/dist/components/shared/GetHelpButton.js +19 -0
- package/dist/components/shared/GetHelpButton.js.map +1 -0
- package/dist/components/shared/InstallTabs.d.ts +18 -0
- package/dist/components/shared/InstallTabs.d.ts.map +1 -0
- package/dist/components/shared/InstallTabs.js +110 -0
- package/dist/components/shared/InstallTabs.js.map +1 -0
- package/dist/components/shared/LoadingState.d.ts +7 -0
- package/dist/components/shared/LoadingState.d.ts.map +1 -0
- package/dist/components/shared/LoadingState.js +54 -0
- package/dist/components/shared/LoadingState.js.map +1 -0
- package/dist/components/shared/NotificationToast.d.ts +40 -0
- package/dist/components/shared/NotificationToast.d.ts.map +1 -0
- package/dist/components/shared/NotificationToast.js +152 -0
- package/dist/components/shared/NotificationToast.js.map +1 -0
- package/dist/components/shared/PageHeader.d.ts +14 -0
- package/dist/components/shared/PageHeader.d.ts.map +1 -0
- package/dist/components/shared/PageHeader.js +55 -0
- package/dist/components/shared/PageHeader.js.map +1 -0
- package/dist/components/shared/PluginGate.d.ts +35 -0
- package/dist/components/shared/PluginGate.d.ts.map +1 -0
- package/dist/components/shared/PluginGate.js +182 -0
- package/dist/components/shared/PluginGate.js.map +1 -0
- package/dist/components/shared/QuotaExhaustedDialog.d.ts +12 -0
- package/dist/components/shared/QuotaExhaustedDialog.d.ts.map +1 -0
- package/dist/components/shared/QuotaExhaustedDialog.js +21 -0
- package/dist/components/shared/QuotaExhaustedDialog.js.map +1 -0
- package/dist/components/shared/RequireAgentReachable.d.ts +14 -0
- package/dist/components/shared/RequireAgentReachable.d.ts.map +1 -0
- package/dist/components/shared/RequireAgentReachable.js +69 -0
- package/dist/components/shared/RequireAgentReachable.js.map +1 -0
- package/dist/components/shared/SearchInput.d.ts +9 -0
- package/dist/components/shared/SearchInput.d.ts.map +1 -0
- package/dist/components/shared/SearchInput.js +47 -0
- package/dist/components/shared/SearchInput.js.map +1 -0
- package/dist/components/shared/SearchableSelect.d.ts +48 -0
- package/dist/components/shared/SearchableSelect.d.ts.map +1 -0
- package/dist/components/shared/SearchableSelect.js +214 -0
- package/dist/components/shared/SearchableSelect.js.map +1 -0
- package/dist/components/shared/SelectionCheckbox.d.ts +11 -0
- package/dist/components/shared/SelectionCheckbox.d.ts.map +1 -0
- package/dist/components/shared/SelectionCheckbox.js +25 -0
- package/dist/components/shared/SelectionCheckbox.js.map +1 -0
- package/dist/components/shared/SessionNotificationBanner.d.ts +47 -0
- package/dist/components/shared/SessionNotificationBanner.d.ts.map +1 -0
- package/dist/components/shared/SessionNotificationBanner.js +231 -0
- package/dist/components/shared/SessionNotificationBanner.js.map +1 -0
- package/dist/components/shared/StatCard.d.ts +17 -0
- package/dist/components/shared/StatCard.d.ts.map +1 -0
- package/dist/components/shared/StatCard.js +65 -0
- package/dist/components/shared/StatCard.js.map +1 -0
- package/dist/components/shared/StatusBadge.d.ts +11 -0
- package/dist/components/shared/StatusBadge.d.ts.map +1 -0
- package/dist/components/shared/StatusBadge.js +63 -0
- package/dist/components/shared/StatusBadge.js.map +1 -0
- package/dist/components/shared/TagFilter.d.ts +11 -0
- package/dist/components/shared/TagFilter.d.ts.map +1 -0
- package/dist/components/shared/TagFilter.js +28 -0
- package/dist/components/shared/TagFilter.js.map +1 -0
- package/dist/components/shared/index.d.ts +32 -0
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/index.js +24 -0
- package/dist/components/targets/TargetCard.d.ts +45 -0
- package/dist/components/targets/TargetCard.d.ts.map +1 -0
- package/dist/components/targets/TargetCard.js +211 -0
- package/dist/components/targets/TargetCard.js.map +1 -0
- package/dist/components/targets/index.d.ts +3 -0
- package/dist/components/targets/index.d.ts.map +1 -0
- package/dist/components/targets/index.js +1 -0
- package/dist/components/templates/TemplateCard.d.ts +19 -0
- package/dist/components/templates/TemplateCard.d.ts.map +1 -0
- package/dist/components/templates/TemplateCard.js +81 -0
- package/dist/components/templates/TemplateCard.js.map +1 -0
- package/dist/components/templates/index.d.ts +3 -0
- package/dist/components/templates/index.d.ts.map +1 -0
- package/dist/components/templates/index.js +1 -0
- package/dist/components/tunnels/DomainVerificationBadge.d.ts +6 -0
- package/dist/components/tunnels/DomainVerificationBadge.d.ts.map +1 -0
- package/dist/components/tunnels/DomainVerificationBadge.js +19 -0
- package/dist/components/tunnels/DomainVerificationBadge.js.map +1 -0
- package/dist/components/tunnels/ProviderBadge.d.ts +6 -0
- package/dist/components/tunnels/ProviderBadge.d.ts.map +1 -0
- package/dist/components/tunnels/ProviderBadge.js +16 -0
- package/dist/components/tunnels/ProviderBadge.js.map +1 -0
- package/dist/components/tunnels/TunnelCard.d.ts +13 -0
- package/dist/components/tunnels/TunnelCard.d.ts.map +1 -0
- package/dist/components/tunnels/TunnelCard.js +98 -0
- package/dist/components/tunnels/TunnelCard.js.map +1 -0
- package/dist/components/tunnels/TunnelCreateWizard.d.ts +2 -0
- package/dist/components/tunnels/TunnelCreateWizard.d.ts.map +1 -0
- package/dist/components/tunnels/TunnelCreateWizard.js +512 -0
- package/dist/components/tunnels/TunnelCreateWizard.js.map +1 -0
- package/dist/components/tunnels/TunnelStatusBadge.d.ts +6 -0
- package/dist/components/tunnels/TunnelStatusBadge.d.ts.map +1 -0
- package/dist/components/tunnels/TunnelStatusBadge.js +21 -0
- package/dist/components/tunnels/TunnelStatusBadge.js.map +1 -0
- package/dist/components/vibe/VibeAgentEmptyState.d.ts +8 -0
- package/dist/components/vibe/VibeAgentEmptyState.d.ts.map +1 -0
- package/dist/components/vibe/VibeAgentEmptyState.js +29 -0
- package/dist/components/vibe/VibeAgentEmptyState.js.map +1 -0
- package/dist/components/vibecalendar/LogsDrawer.d.ts +12 -0
- package/dist/components/vibecalendar/LogsDrawer.d.ts.map +1 -0
- package/dist/components/vibecalendar/LogsDrawer.js +97 -0
- package/dist/components/vibecalendar/LogsDrawer.js.map +1 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.d.ts +33 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.d.ts.map +1 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.js +311 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.d.ts +11 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.js +96 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalDayView.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalDayView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalDayView.js +131 -0
- package/dist/components/vibecalendar/VibeCalDayView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalMonthView.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalMonthView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalMonthView.js +66 -0
- package/dist/components/vibecalendar/VibeCalMonthView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalWeekView.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalWeekView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalWeekView.js +100 -0
- package/dist/components/vibecalendar/VibeCalWeekView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.js +129 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.js.map +1 -0
- package/dist/components/vibecalendar/VibeTaskBlock.d.ts +12 -0
- package/dist/components/vibecalendar/VibeTaskBlock.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeTaskBlock.js +59 -0
- package/dist/components/vibecalendar/VibeTaskBlock.js.map +1 -0
- package/dist/components/vibecalendar/expandOccurrences.d.ts +37 -0
- package/dist/components/vibecalendar/expandOccurrences.d.ts.map +1 -0
- package/dist/components/vibecalendar/expandOccurrences.js +103 -0
- package/dist/components/vibecalendar/expandOccurrences.js.map +1 -0
- package/dist/components/vibecalendar/index.d.ts +11 -0
- package/dist/components/vibecalendar/index.d.ts.map +1 -0
- package/dist/components/vibecalendar/index.js +8 -0
- package/dist/components/vibecalendar/types.d.ts +53 -0
- package/dist/components/vibecalendar/types.d.ts.map +1 -0
- package/dist/components/vibecalendar/types.js +17 -0
- package/dist/components/vibecalendar/types.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.d.ts +54 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.js +400 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.d.ts +48 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.js +196 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.d.ts +25 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.js +212 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckForm.d.ts +21 -0
- package/dist/components/vibedeck/VibeDeckForm.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckForm.js +233 -0
- package/dist/components/vibedeck/VibeDeckForm.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckGrid.d.ts +51 -0
- package/dist/components/vibedeck/VibeDeckGrid.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckGrid.js +127 -0
- package/dist/components/vibedeck/VibeDeckGrid.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.d.ts +10 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.js +312 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.d.ts +28 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.js +118 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.js.map +1 -0
- package/dist/components/vibedeck/index.d.ts +9 -0
- package/dist/components/vibedeck/index.d.ts.map +1 -0
- package/dist/components/vibedeck/index.js +7 -0
- package/dist/components/vibes/VibeCard.d.ts +19 -0
- package/dist/components/vibes/VibeCard.d.ts.map +1 -0
- package/dist/components/vibes/VibeCard.js +162 -0
- package/dist/components/vibes/VibeCard.js.map +1 -0
- package/dist/components/vibes/VibeForm.d.ts +15 -0
- package/dist/components/vibes/VibeForm.d.ts.map +1 -0
- package/dist/components/vibes/VibeForm.js +4 -0
- package/dist/components/vibes/VibeList.d.ts +20 -0
- package/dist/components/vibes/VibeList.d.ts.map +1 -0
- package/dist/components/vibes/VibeList.js +321 -0
- package/dist/components/vibes/VibeList.js.map +1 -0
- package/dist/components/vibes/icons.d.ts +6 -0
- package/dist/components/vibes/icons.d.ts.map +1 -0
- package/dist/components/vibes/icons.js +14 -0
- package/dist/components/vibes/icons.js.map +1 -0
- package/dist/components/vibes/index.d.ts +5 -0
- package/dist/components/vibes/index.d.ts.map +1 -0
- package/dist/components/vibes/index.js +3 -0
- package/dist/components/vibes/types.d.ts +71 -0
- package/dist/components/vibes/types.d.ts.map +1 -0
- package/dist/components/webhooks/WebhookCard.d.ts +12 -0
- package/dist/components/webhooks/WebhookCard.d.ts.map +1 -0
- package/dist/components/webhooks/WebhookForm.d.ts +11 -0
- package/dist/components/webhooks/WebhookForm.d.ts.map +1 -0
- package/dist/components/webhooks/WebhookList.d.ts +14 -0
- package/dist/components/webhooks/WebhookList.d.ts.map +1 -0
- package/dist/components/webhooks/index.d.ts +5 -0
- package/dist/components/webhooks/index.d.ts.map +1 -0
- package/dist/components/webhooks/types.d.ts +58 -0
- package/dist/components/webhooks/types.d.ts.map +1 -0
- package/dist/config/assistantUsecases.d.ts +18 -0
- package/dist/config/assistantUsecases.d.ts.map +1 -0
- package/dist/config/assistantUsecases.js +40 -0
- package/dist/config/assistantUsecases.js.map +1 -0
- package/dist/config/index.d.ts +24 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +27 -0
- package/dist/config/index.js.map +1 -0
- package/dist/constants/permissions.d.ts +112 -0
- package/dist/constants/permissions.d.ts.map +1 -0
- package/dist/constants/permissions.js +92 -0
- package/dist/constants/permissions.js.map +1 -0
- package/dist/constants/pluginCatalog.d.ts +36 -0
- package/dist/constants/pluginCatalog.d.ts.map +1 -0
- package/dist/constants/pluginCatalog.js +140 -0
- package/dist/constants/pluginCatalog.js.map +1 -0
- package/dist/dev/main.d.ts +2 -0
- package/dist/dev/main.d.ts.map +1 -0
- package/dist/generated/global-operations.d.ts +2 -0
- package/dist/generated/global-operations.d.ts.map +1 -0
- package/dist/generated/global-types.d.ts +21253 -0
- package/dist/generated/global-types.d.ts.map +1 -0
- package/dist/generated/wspace-operations.d.ts +15218 -0
- package/dist/generated/wspace-operations.d.ts.map +1 -0
- package/dist/generated/wspace-operations.js +7326 -0
- package/dist/generated/wspace-operations.js.map +1 -0
- package/dist/generated/wspace-types.d.ts +55252 -0
- package/dist/generated/wspace-types.d.ts.map +1 -0
- package/dist/generated/wspace-types.js +30 -0
- package/dist/generated/wspace-types.js.map +1 -0
- package/dist/hooks/index.d.ts +7 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useAgentConnectivity.d.ts +47 -0
- package/dist/hooks/useAgentConnectivity.d.ts.map +1 -0
- package/dist/hooks/useAgentConnectivity.js +56 -0
- package/dist/hooks/useAgentConnectivity.js.map +1 -0
- package/dist/hooks/useAgentEvents.d.ts +36 -0
- package/dist/hooks/useAgentEvents.d.ts.map +1 -0
- package/dist/hooks/useAgentEvents.js +101 -0
- package/dist/hooks/useAgentEvents.js.map +1 -0
- package/dist/hooks/useAgentManagerKeyboard.d.ts +17 -0
- package/dist/hooks/useAgentManagerKeyboard.d.ts.map +1 -0
- package/dist/hooks/useAgentManagerKeyboard.js +49 -0
- package/dist/hooks/useAgentManagerKeyboard.js.map +1 -0
- package/dist/hooks/useAgentManagerStreaming.d.ts +19 -0
- package/dist/hooks/useAgentManagerStreaming.d.ts.map +1 -0
- package/dist/hooks/useAgentManagerStreaming.js +86 -0
- package/dist/hooks/useAgentManagerStreaming.js.map +1 -0
- package/dist/hooks/useAssistantHeartbeat.d.ts +4 -0
- package/dist/hooks/useAssistantHeartbeat.d.ts.map +1 -0
- package/dist/hooks/useAssistantHeartbeat.js +40 -0
- package/dist/hooks/useAssistantHeartbeat.js.map +1 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.d.ts +18 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.d.ts.map +1 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.js +37 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.js.map +1 -0
- package/dist/hooks/useCachedInitialData.d.ts +120 -0
- package/dist/hooks/useCachedInitialData.d.ts.map +1 -0
- package/dist/hooks/useCachedInitialData.js +107 -0
- package/dist/hooks/useCachedInitialData.js.map +1 -0
- package/dist/hooks/useEntityTags.d.ts +24 -0
- package/dist/hooks/useEntityTags.d.ts.map +1 -0
- package/dist/hooks/useEntityTags.js +31 -0
- package/dist/hooks/useEntityTags.js.map +1 -0
- package/dist/hooks/useFileUpload.d.ts +15 -0
- package/dist/hooks/useFileUpload.d.ts.map +1 -0
- package/dist/hooks/useInitialDataLoader.d.ts +48 -0
- package/dist/hooks/useInitialDataLoader.d.ts.map +1 -0
- package/dist/hooks/useInitialDataLoader.js +25 -0
- package/dist/hooks/useInitialDataLoader.js.map +1 -0
- package/dist/hooks/useMcpServers.d.ts +14 -0
- package/dist/hooks/useMcpServers.d.ts.map +1 -0
- package/dist/hooks/useOpenAssistantHelp.d.ts +2 -0
- package/dist/hooks/useOpenAssistantHelp.d.ts.map +1 -0
- package/dist/hooks/useOpenAssistantHelp.js +14 -0
- package/dist/hooks/useOpenAssistantHelp.js.map +1 -0
- package/dist/hooks/usePluginAvailability.d.ts +35 -0
- package/dist/hooks/usePluginAvailability.d.ts.map +1 -0
- package/dist/hooks/usePluginAvailability.js +112 -0
- package/dist/hooks/usePluginAvailability.js.map +1 -0
- package/dist/hooks/useQueryBackedTab.d.ts +2 -0
- package/dist/hooks/useQueryBackedTab.d.ts.map +1 -0
- package/dist/hooks/useQueryBackedTab.js +19 -0
- package/dist/hooks/useQueryBackedTab.js.map +1 -0
- package/dist/hooks/useSessionSearch.d.ts +24 -0
- package/dist/hooks/useSessionSearch.d.ts.map +1 -0
- package/dist/hooks/useVoiceMode.d.ts +17 -0
- package/dist/hooks/useVoiceMode.d.ts.map +1 -0
- package/dist/hooks/useVoiceMode.js +46 -0
- package/dist/hooks/useVoiceMode.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -0
- package/dist/lib/vibeFeatures.d.ts +29 -0
- package/dist/lib/vibeFeatures.d.ts.map +1 -0
- package/dist/lib/vibeFeatures.js +80 -0
- package/dist/lib/vibeFeatures.js.map +1 -0
- package/dist/microfe-vibecontrols.css +2 -0
- package/dist/node_modules/@apollo/client/errors/CombinedGraphQLErrors.js +24 -0
- package/dist/node_modules/@apollo/client/errors/CombinedGraphQLErrors.js.map +1 -0
- package/dist/node_modules/@apollo/client/errors/utils.js +16 -0
- package/dist/node_modules/@apollo/client/errors/utils.js.map +1 -0
- package/dist/node_modules/@xyflow/react/dist/esm/index.js +3281 -0
- package/dist/node_modules/@xyflow/react/dist/esm/index.js.map +1 -0
- package/dist/node_modules/@xyflow/system/dist/esm/index.js +1845 -0
- package/dist/node_modules/@xyflow/system/dist/esm/index.js.map +1 -0
- package/dist/node_modules/classcat/index.js +12 -0
- package/dist/node_modules/classcat/index.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +18 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/node_modules/d3-array/src/ascending.js +8 -0
- package/dist/node_modules/d3-array/src/ascending.js.map +1 -0
- package/dist/node_modules/d3-array/src/bisect.js +10 -0
- package/dist/node_modules/d3-array/src/bisect.js.map +1 -0
- package/dist/node_modules/d3-array/src/bisector.js +43 -0
- package/dist/node_modules/d3-array/src/bisector.js.map +1 -0
- package/dist/node_modules/d3-array/src/descending.js +8 -0
- package/dist/node_modules/d3-array/src/descending.js.map +1 -0
- package/dist/node_modules/d3-array/src/max.js +14 -0
- package/dist/node_modules/d3-array/src/max.js.map +1 -0
- package/dist/node_modules/d3-array/src/min.js +14 -0
- package/dist/node_modules/d3-array/src/min.js.map +1 -0
- package/dist/node_modules/d3-array/src/number.js +15 -0
- package/dist/node_modules/d3-array/src/number.js.map +1 -0
- package/dist/node_modules/d3-array/src/quantile.js +25 -0
- package/dist/node_modules/d3-array/src/quantile.js.map +1 -0
- package/dist/node_modules/d3-array/src/quickselect.js +26 -0
- package/dist/node_modules/d3-array/src/quickselect.js.map +1 -0
- package/dist/node_modules/d3-array/src/range.js +10 -0
- package/dist/node_modules/d3-array/src/range.js.map +1 -0
- package/dist/node_modules/d3-array/src/sort.js +17 -0
- package/dist/node_modules/d3-array/src/sort.js.map +1 -0
- package/dist/node_modules/d3-array/src/ticks.js +34 -0
- package/dist/node_modules/d3-array/src/ticks.js.map +1 -0
- package/dist/node_modules/d3-color/src/color.js +291 -0
- package/dist/node_modules/d3-color/src/color.js.map +1 -0
- package/dist/node_modules/d3-color/src/define.js +13 -0
- package/dist/node_modules/d3-color/src/define.js.map +1 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js +67 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
- package/dist/node_modules/d3-drag/src/constant.js +6 -0
- package/dist/node_modules/d3-drag/src/constant.js.map +1 -0
- package/dist/node_modules/d3-drag/src/drag.js +116 -0
- package/dist/node_modules/d3-drag/src/drag.js.map +1 -0
- package/dist/node_modules/d3-drag/src/event.js +64 -0
- package/dist/node_modules/d3-drag/src/event.js.map +1 -0
- package/dist/node_modules/d3-drag/src/nodrag.js +17 -0
- package/dist/node_modules/d3-drag/src/nodrag.js.map +1 -0
- package/dist/node_modules/d3-drag/src/noevent.js +15 -0
- package/dist/node_modules/d3-drag/src/noevent.js.map +1 -0
- package/dist/node_modules/d3-ease/src/cubic.js +8 -0
- package/dist/node_modules/d3-ease/src/cubic.js.map +1 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js +15 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js.map +1 -0
- package/dist/node_modules/d3-format/src/exponent.js +9 -0
- package/dist/node_modules/d3-format/src/exponent.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js +13 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatGroup.js +11 -0
- package/dist/node_modules/d3-format/src/formatGroup.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js +12 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +13 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatRounded.js +12 -0
- package/dist/node_modules/d3-format/src/formatRounded.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js +29 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatTrim.js +20 -0
- package/dist/node_modules/d3-format/src/formatTrim.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatTypes.js +23 -0
- package/dist/node_modules/d3-format/src/formatTypes.js.map +1 -0
- package/dist/node_modules/d3-format/src/identity.js +8 -0
- package/dist/node_modules/d3-format/src/identity.js.map +1 -0
- package/dist/node_modules/d3-format/src/locale.js +86 -0
- package/dist/node_modules/d3-format/src/locale.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js +9 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js +9 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionRound.js +9 -0
- package/dist/node_modules/d3-format/src/precisionRound.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/array.js +15 -0
- package/dist/node_modules/d3-interpolate/src/array.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/basis.js +16 -0
- package/dist/node_modules/d3-interpolate/src/basis.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/basisClosed.js +13 -0
- package/dist/node_modules/d3-interpolate/src/basisClosed.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/color.js +25 -0
- package/dist/node_modules/d3-interpolate/src/color.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/constant.js +6 -0
- package/dist/node_modules/d3-interpolate/src/constant.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/date.js +11 -0
- package/dist/node_modules/d3-interpolate/src/date.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/number.js +10 -0
- package/dist/node_modules/d3-interpolate/src/number.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js +16 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/object.js +14 -0
- package/dist/node_modules/d3-interpolate/src/object.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/piecewise.js +14 -0
- package/dist/node_modules/d3-interpolate/src/piecewise.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js +19 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/round.js +10 -0
- package/dist/node_modules/d3-interpolate/src/round.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/string.js +28 -0
- package/dist/node_modules/d3-interpolate/src/string.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js +24 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js +56 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js +14 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/value.js +18 -0
- package/dist/node_modules/d3-interpolate/src/value.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/zoom.js +43 -0
- package/dist/node_modules/d3-interpolate/src/zoom.js.map +1 -0
- package/dist/node_modules/d3-path/src/path.js +65 -0
- package/dist/node_modules/d3-path/src/path.js.map +1 -0
- package/dist/node_modules/d3-scale/src/band.js +52 -0
- package/dist/node_modules/d3-scale/src/band.js.map +1 -0
- package/dist/node_modules/d3-scale/src/constant.js +10 -0
- package/dist/node_modules/d3-scale/src/constant.js.map +1 -0
- package/dist/node_modules/d3-scale/src/continuous.js +73 -0
- package/dist/node_modules/d3-scale/src/continuous.js.map +1 -0
- package/dist/node_modules/d3-scale/src/diverging.js +82 -0
- package/dist/node_modules/d3-scale/src/diverging.js.map +1 -0
- package/dist/node_modules/d3-scale/src/identity.js +20 -0
- package/dist/node_modules/d3-scale/src/identity.js.map +1 -0
- package/dist/node_modules/d3-scale/src/init.js +29 -0
- package/dist/node_modules/d3-scale/src/init.js.map +1 -0
- package/dist/node_modules/d3-scale/src/linear.js +36 -0
- package/dist/node_modules/d3-scale/src/linear.js.map +1 -0
- package/dist/node_modules/d3-scale/src/log.js +77 -0
- package/dist/node_modules/d3-scale/src/log.js.map +1 -0
- package/dist/node_modules/d3-scale/src/nice.js +10 -0
- package/dist/node_modules/d3-scale/src/nice.js.map +1 -0
- package/dist/node_modules/d3-scale/src/number.js +8 -0
- package/dist/node_modules/d3-scale/src/number.js.map +1 -0
- package/dist/node_modules/d3-scale/src/ordinal.js +31 -0
- package/dist/node_modules/d3-scale/src/ordinal.js.map +1 -0
- package/dist/node_modules/d3-scale/src/pow.js +37 -0
- package/dist/node_modules/d3-scale/src/pow.js.map +1 -0
- package/dist/node_modules/d3-scale/src/quantile.js +37 -0
- package/dist/node_modules/d3-scale/src/quantile.js.map +1 -0
- package/dist/node_modules/d3-scale/src/quantize.js +33 -0
- package/dist/node_modules/d3-scale/src/quantize.js.map +1 -0
- package/dist/node_modules/d3-scale/src/radial.js +39 -0
- package/dist/node_modules/d3-scale/src/radial.js.map +1 -0
- package/dist/node_modules/d3-scale/src/sequential.js +67 -0
- package/dist/node_modules/d3-scale/src/sequential.js.map +1 -0
- package/dist/node_modules/d3-scale/src/sequentialQuantile.js +30 -0
- package/dist/node_modules/d3-scale/src/sequentialQuantile.js.map +1 -0
- package/dist/node_modules/d3-scale/src/symlog.js +30 -0
- package/dist/node_modules/d3-scale/src/symlog.js.map +1 -0
- package/dist/node_modules/d3-scale/src/threshold.js +25 -0
- package/dist/node_modules/d3-scale/src/threshold.js.map +1 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js +31 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js.map +1 -0
- package/dist/node_modules/d3-scale/src/time.js +47 -0
- package/dist/node_modules/d3-scale/src/time.js.map +1 -0
- package/dist/node_modules/d3-scale/src/utcTime.js +19 -0
- package/dist/node_modules/d3-scale/src/utcTime.js.map +1 -0
- package/dist/node_modules/d3-selection/src/array.js +8 -0
- package/dist/node_modules/d3-selection/src/array.js.map +1 -0
- package/dist/node_modules/d3-selection/src/constant.js +10 -0
- package/dist/node_modules/d3-selection/src/constant.js.map +1 -0
- package/dist/node_modules/d3-selection/src/creator.js +22 -0
- package/dist/node_modules/d3-selection/src/creator.js.map +1 -0
- package/dist/node_modules/d3-selection/src/matcher.js +15 -0
- package/dist/node_modules/d3-selection/src/matcher.js.map +1 -0
- package/dist/node_modules/d3-selection/src/namespace.js +13 -0
- package/dist/node_modules/d3-selection/src/namespace.js.map +1 -0
- package/dist/node_modules/d3-selection/src/namespaces.js +12 -0
- package/dist/node_modules/d3-selection/src/namespaces.js.map +1 -0
- package/dist/node_modules/d3-selection/src/pointer.js +20 -0
- package/dist/node_modules/d3-selection/src/pointer.js.map +1 -0
- package/dist/node_modules/d3-selection/src/select.js +9 -0
- package/dist/node_modules/d3-selection/src/select.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/append.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/append.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js +46 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/call.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/call.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js +55 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js +16 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/data.js +38 -0
- package/dist/node_modules/d3-selection/src/selection/data.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js +23 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/each.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/each.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js +28 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/html.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/html.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/index.js +87 -0
- package/dist/node_modules/d3-selection/src/selection/index.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js +16 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/join.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/join.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/node.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/node.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/on.js +58 -0
- package/dist/node_modules/d3-selection/src/selection/on.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/order.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/order.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/property.js +24 -0
- package/dist/node_modules/d3-selection/src/selection/property.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/select.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/select.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/size.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/size.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js +20 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/style.js +28 -0
- package/dist/node_modules/d3-selection/src/selection/style.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/text.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/text.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selector.js +11 -0
- package/dist/node_modules/d3-selection/src/selector.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js +13 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js.map +1 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js +10 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js.map +1 -0
- package/dist/node_modules/d3-selection/src/window.js +8 -0
- package/dist/node_modules/d3-selection/src/window.js.map +1 -0
- package/dist/node_modules/d3-shape/src/area.js +55 -0
- package/dist/node_modules/d3-shape/src/area.js.map +1 -0
- package/dist/node_modules/d3-shape/src/array.js +8 -0
- package/dist/node_modules/d3-shape/src/array.js.map +1 -0
- package/dist/node_modules/d3-shape/src/constant.js +10 -0
- package/dist/node_modules/d3-shape/src/constant.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js +49 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basisClosed.js +50 -0
- package/dist/node_modules/d3-shape/src/curve/basisClosed.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basisOpen.js +46 -0
- package/dist/node_modules/d3-shape/src/curve/basisOpen.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/bump.js +40 -0
- package/dist/node_modules/d3-shape/src/curve/bump.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js +36 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/linearClosed.js +25 -0
- package/dist/node_modules/d3-shape/src/curve/linearClosed.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/monotone.js +94 -0
- package/dist/node_modules/d3-shape/src/curve/monotone.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/natural.js +39 -0
- package/dist/node_modules/d3-shape/src/curve/natural.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/step.js +47 -0
- package/dist/node_modules/d3-shape/src/curve/step.js.map +1 -0
- package/dist/node_modules/d3-shape/src/line.js +30 -0
- package/dist/node_modules/d3-shape/src/line.js.map +1 -0
- package/dist/node_modules/d3-shape/src/math.js +8 -0
- package/dist/node_modules/d3-shape/src/math.js.map +1 -0
- package/dist/node_modules/d3-shape/src/noop.js +6 -0
- package/dist/node_modules/d3-shape/src/noop.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/expand.js +15 -0
- package/dist/node_modules/d3-shape/src/offset/expand.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/none.js +8 -0
- package/dist/node_modules/d3-shape/src/offset/none.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/silhouette.js +15 -0
- package/dist/node_modules/d3-shape/src/offset/silhouette.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/wiggle.js +21 -0
- package/dist/node_modules/d3-shape/src/offset/wiggle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/order/none.js +9 -0
- package/dist/node_modules/d3-shape/src/order/none.js.map +1 -0
- package/dist/node_modules/d3-shape/src/path.js +19 -0
- package/dist/node_modules/d3-shape/src/path.js.map +1 -0
- package/dist/node_modules/d3-shape/src/point.js +11 -0
- package/dist/node_modules/d3-shape/src/point.js.map +1 -0
- package/dist/node_modules/d3-shape/src/stack.js +34 -0
- package/dist/node_modules/d3-shape/src/stack.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js +15 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol.js +23 -0
- package/dist/node_modules/d3-shape/src/symbol.js.map +1 -0
- package/dist/node_modules/d3-time/src/day.js +21 -0
- package/dist/node_modules/d3-time/src/day.js.map +1 -0
- package/dist/node_modules/d3-time/src/duration.js +6 -0
- package/dist/node_modules/d3-time/src/duration.js.map +1 -0
- package/dist/node_modules/d3-time/src/hour.js +19 -0
- package/dist/node_modules/d3-time/src/hour.js.map +1 -0
- package/dist/node_modules/d3-time/src/interval.js +28 -0
- package/dist/node_modules/d3-time/src/interval.js.map +1 -0
- package/dist/node_modules/d3-time/src/millisecond.js +14 -0
- package/dist/node_modules/d3-time/src/millisecond.js.map +1 -0
- package/dist/node_modules/d3-time/src/minute.js +19 -0
- package/dist/node_modules/d3-time/src/minute.js.map +1 -0
- package/dist/node_modules/d3-time/src/month.js +18 -0
- package/dist/node_modules/d3-time/src/month.js.map +1 -0
- package/dist/node_modules/d3-time/src/second.js +13 -0
- package/dist/node_modules/d3-time/src/second.js.map +1 -0
- package/dist/node_modules/d3-time/src/ticks.js +125 -0
- package/dist/node_modules/d3-time/src/ticks.js.map +1 -0
- package/dist/node_modules/d3-time/src/week.js +25 -0
- package/dist/node_modules/d3-time/src/week.js.map +1 -0
- package/dist/node_modules/d3-time/src/year.js +26 -0
- package/dist/node_modules/d3-time/src/year.js.map +1 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +62 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js.map +1 -0
- package/dist/node_modules/d3-time-format/src/locale.js +490 -0
- package/dist/node_modules/d3-time-format/src/locale.js.map +1 -0
- package/dist/node_modules/d3-timer/src/timeout.js +12 -0
- package/dist/node_modules/d3-timer/src/timeout.js.map +1 -0
- package/dist/node_modules/d3-timer/src/timer.js +55 -0
- package/dist/node_modules/d3-timer/src/timer.js.map +1 -0
- package/dist/node_modules/d3-transition/src/index.js +3 -0
- package/dist/node_modules/d3-transition/src/interrupt.js +18 -0
- package/dist/node_modules/d3-transition/src/interrupt.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/index.js +7 -0
- package/dist/node_modules/d3-transition/src/selection/index.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js +11 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js +25 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js +51 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js +40 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js +20 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js +20 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js +16 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js +17 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/end.js +18 -0
- package/dist/node_modules/d3-transition/src/transition/end.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js +12 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/index.js +69 -0
- package/dist/node_modules/d3-transition/src/transition/index.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js +13 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js +12 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/on.js +23 -0
- package/dist/node_modules/d3-transition/src/transition/on.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js +15 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js +71 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/select.js +14 -0
- package/dist/node_modules/d3-transition/src/transition/select.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js +17 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js +10 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/style.js +47 -0
- package/dist/node_modules/d3-transition/src/transition/style.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js +25 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/text.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/text.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js +25 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js +56 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/constant.js +6 -0
- package/dist/node_modules/d3-zoom/src/constant.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/event.js +30 -0
- package/dist/node_modules/d3-zoom/src/event.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/index.js +2 -0
- package/dist/node_modules/d3-zoom/src/noevent.js +11 -0
- package/dist/node_modules/d3-zoom/src/noevent.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/transform.js +50 -0
- package/dist/node_modules/d3-zoom/src/transform.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/zoom.js +219 -0
- package/dist/node_modules/d3-zoom/src/zoom.js.map +1 -0
- package/dist/node_modules/decimal.js-light/decimal.js +378 -0
- package/dist/node_modules/decimal.js-light/decimal.js.map +1 -0
- package/dist/node_modules/eventemitter3/index.js +95 -0
- package/dist/node_modules/eventemitter3/index.js.map +1 -0
- package/dist/node_modules/fast-equals/dist/es/index.js +267 -0
- package/dist/node_modules/fast-equals/dist/es/index.js.map +1 -0
- package/dist/node_modules/internmap/src/index.js +40 -0
- package/dist/node_modules/internmap/src/index.js.map +1 -0
- package/dist/node_modules/lodash/_DataView.js +12 -0
- package/dist/node_modules/lodash/_DataView.js.map +1 -0
- package/dist/node_modules/lodash/_Hash.js +23 -0
- package/dist/node_modules/lodash/_Hash.js.map +1 -0
- package/dist/node_modules/lodash/_ListCache.js +23 -0
- package/dist/node_modules/lodash/_ListCache.js.map +1 -0
- package/dist/node_modules/lodash/_Map.js +12 -0
- package/dist/node_modules/lodash/_Map.js.map +1 -0
- package/dist/node_modules/lodash/_MapCache.js +23 -0
- package/dist/node_modules/lodash/_MapCache.js.map +1 -0
- package/dist/node_modules/lodash/_Promise.js +12 -0
- package/dist/node_modules/lodash/_Promise.js.map +1 -0
- package/dist/node_modules/lodash/_Set.js +12 -0
- package/dist/node_modules/lodash/_Set.js.map +1 -0
- package/dist/node_modules/lodash/_SetCache.js +18 -0
- package/dist/node_modules/lodash/_SetCache.js.map +1 -0
- package/dist/node_modules/lodash/_Stack.js +20 -0
- package/dist/node_modules/lodash/_Stack.js.map +1 -0
- package/dist/node_modules/lodash/_Symbol.js +11 -0
- package/dist/node_modules/lodash/_Symbol.js.map +1 -0
- package/dist/node_modules/lodash/_Uint8Array.js +11 -0
- package/dist/node_modules/lodash/_Uint8Array.js.map +1 -0
- package/dist/node_modules/lodash/_WeakMap.js +12 -0
- package/dist/node_modules/lodash/_WeakMap.js.map +1 -0
- package/dist/node_modules/lodash/_apply.js +19 -0
- package/dist/node_modules/lodash/_apply.js.map +1 -0
- package/dist/node_modules/lodash/_arrayEvery.js +14 -0
- package/dist/node_modules/lodash/_arrayEvery.js.map +1 -0
- package/dist/node_modules/lodash/_arrayFilter.js +17 -0
- package/dist/node_modules/lodash/_arrayFilter.js.map +1 -0
- package/dist/node_modules/lodash/_arrayIncludes.js +15 -0
- package/dist/node_modules/lodash/_arrayIncludes.js.map +1 -0
- package/dist/node_modules/lodash/_arrayIncludesWith.js +14 -0
- package/dist/node_modules/lodash/_arrayIncludesWith.js.map +1 -0
- package/dist/node_modules/lodash/_arrayLikeKeys.js +22 -0
- package/dist/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
- package/dist/node_modules/lodash/_arrayMap.js +14 -0
- package/dist/node_modules/lodash/_arrayMap.js.map +1 -0
- package/dist/node_modules/lodash/_arrayPush.js +14 -0
- package/dist/node_modules/lodash/_arrayPush.js.map +1 -0
- package/dist/node_modules/lodash/_arraySome.js +14 -0
- package/dist/node_modules/lodash/_arraySome.js.map +1 -0
- package/dist/node_modules/lodash/_asciiToArray.js +13 -0
- package/dist/node_modules/lodash/_asciiToArray.js.map +1 -0
- package/dist/node_modules/lodash/_assocIndexOf.js +16 -0
- package/dist/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_baseAssignValue.js +20 -0
- package/dist/node_modules/lodash/_baseAssignValue.js.map +1 -0
- package/dist/node_modules/lodash/_baseEach.js +13 -0
- package/dist/node_modules/lodash/_baseEach.js.map +1 -0
- package/dist/node_modules/lodash/_baseEvery.js +18 -0
- package/dist/node_modules/lodash/_baseEvery.js.map +1 -0
- package/dist/node_modules/lodash/_baseExtremum.js +19 -0
- package/dist/node_modules/lodash/_baseExtremum.js.map +1 -0
- package/dist/node_modules/lodash/_baseFindIndex.js +14 -0
- package/dist/node_modules/lodash/_baseFindIndex.js.map +1 -0
- package/dist/node_modules/lodash/_baseFlatten.js +21 -0
- package/dist/node_modules/lodash/_baseFlatten.js.map +1 -0
- package/dist/node_modules/lodash/_baseFor.js +11 -0
- package/dist/node_modules/lodash/_baseFor.js.map +1 -0
- package/dist/node_modules/lodash/_baseForOwn.js +16 -0
- package/dist/node_modules/lodash/_baseForOwn.js.map +1 -0
- package/dist/node_modules/lodash/_baseGet.js +18 -0
- package/dist/node_modules/lodash/_baseGet.js.map +1 -0
- package/dist/node_modules/lodash/_baseGetAllKeys.js +17 -0
- package/dist/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
- package/dist/node_modules/lodash/_baseGetTag.js +17 -0
- package/dist/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/dist/node_modules/lodash/_baseGt.js +13 -0
- package/dist/node_modules/lodash/_baseGt.js.map +1 -0
- package/dist/node_modules/lodash/_baseHasIn.js +13 -0
- package/dist/node_modules/lodash/_baseHasIn.js.map +1 -0
- package/dist/node_modules/lodash/_baseIndexOf.js +17 -0
- package/dist/node_modules/lodash/_baseIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsArguments.js +16 -0
- package/dist/node_modules/lodash/_baseIsArguments.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsEqual.js +16 -0
- package/dist/node_modules/lodash/_baseIsEqual.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsEqualDeep.js +37 -0
- package/dist/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsMatch.js +33 -0
- package/dist/node_modules/lodash/_baseIsMatch.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsNaN.js +13 -0
- package/dist/node_modules/lodash/_baseIsNaN.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsNative.js +18 -0
- package/dist/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsTypedArray.js +18 -0
- package/dist/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
- package/dist/node_modules/lodash/_baseIteratee.js +19 -0
- package/dist/node_modules/lodash/_baseIteratee.js.map +1 -0
- package/dist/node_modules/lodash/_baseKeys.js +19 -0
- package/dist/node_modules/lodash/_baseKeys.js.map +1 -0
- package/dist/node_modules/lodash/_baseLt.js +13 -0
- package/dist/node_modules/lodash/_baseLt.js.map +1 -0
- package/dist/node_modules/lodash/_baseMap.js +19 -0
- package/dist/node_modules/lodash/_baseMap.js.map +1 -0
- package/dist/node_modules/lodash/_baseMatches.js +20 -0
- package/dist/node_modules/lodash/_baseMatches.js.map +1 -0
- package/dist/node_modules/lodash/_baseMatchesProperty.js +24 -0
- package/dist/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
- package/dist/node_modules/lodash/_baseOrderBy.js +39 -0
- package/dist/node_modules/lodash/_baseOrderBy.js.map +1 -0
- package/dist/node_modules/lodash/_baseProperty.js +15 -0
- package/dist/node_modules/lodash/_baseProperty.js.map +1 -0
- package/dist/node_modules/lodash/_basePropertyDeep.js +17 -0
- package/dist/node_modules/lodash/_basePropertyDeep.js.map +1 -0
- package/dist/node_modules/lodash/_baseRange.js +15 -0
- package/dist/node_modules/lodash/_baseRange.js.map +1 -0
- package/dist/node_modules/lodash/_baseRest.js +17 -0
- package/dist/node_modules/lodash/_baseRest.js.map +1 -0
- package/dist/node_modules/lodash/_baseSetToString.js +21 -0
- package/dist/node_modules/lodash/_baseSetToString.js.map +1 -0
- package/dist/node_modules/lodash/_baseSlice.js +16 -0
- package/dist/node_modules/lodash/_baseSlice.js.map +1 -0
- package/dist/node_modules/lodash/_baseSome.js +18 -0
- package/dist/node_modules/lodash/_baseSome.js.map +1 -0
- package/dist/node_modules/lodash/_baseSortBy.js +15 -0
- package/dist/node_modules/lodash/_baseSortBy.js.map +1 -0
- package/dist/node_modules/lodash/_baseTimes.js +14 -0
- package/dist/node_modules/lodash/_baseTimes.js.map +1 -0
- package/dist/node_modules/lodash/_baseToString.js +22 -0
- package/dist/node_modules/lodash/_baseToString.js.map +1 -0
- package/dist/node_modules/lodash/_baseTrim.js +15 -0
- package/dist/node_modules/lodash/_baseTrim.js.map +1 -0
- package/dist/node_modules/lodash/_baseUnary.js +15 -0
- package/dist/node_modules/lodash/_baseUnary.js.map +1 -0
- package/dist/node_modules/lodash/_baseUniq.js +34 -0
- package/dist/node_modules/lodash/_baseUniq.js.map +1 -0
- package/dist/node_modules/lodash/_cacheHas.js +13 -0
- package/dist/node_modules/lodash/_cacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_castPath.js +18 -0
- package/dist/node_modules/lodash/_castPath.js.map +1 -0
- package/dist/node_modules/lodash/_castSlice.js +16 -0
- package/dist/node_modules/lodash/_castSlice.js.map +1 -0
- package/dist/node_modules/lodash/_compareAscending.js +20 -0
- package/dist/node_modules/lodash/_compareAscending.js.map +1 -0
- package/dist/node_modules/lodash/_compareMultiple.js +19 -0
- package/dist/node_modules/lodash/_compareMultiple.js.map +1 -0
- package/dist/node_modules/lodash/_coreJsData.js +11 -0
- package/dist/node_modules/lodash/_coreJsData.js.map +1 -0
- package/dist/node_modules/lodash/_createBaseEach.js +20 -0
- package/dist/node_modules/lodash/_createBaseEach.js.map +1 -0
- package/dist/node_modules/lodash/_createBaseFor.js +19 -0
- package/dist/node_modules/lodash/_createBaseFor.js.map +1 -0
- package/dist/node_modules/lodash/_createCaseFirst.js +22 -0
- package/dist/node_modules/lodash/_createCaseFirst.js.map +1 -0
- package/dist/node_modules/lodash/_createFind.js +27 -0
- package/dist/node_modules/lodash/_createFind.js.map +1 -0
- package/dist/node_modules/lodash/_createRange.js +19 -0
- package/dist/node_modules/lodash/_createRange.js.map +1 -0
- package/dist/node_modules/lodash/_createSet.js +16 -0
- package/dist/node_modules/lodash/_createSet.js.map +1 -0
- package/dist/node_modules/lodash/_defineProperty.js +17 -0
- package/dist/node_modules/lodash/_defineProperty.js.map +1 -0
- package/dist/node_modules/lodash/_equalArrays.js +42 -0
- package/dist/node_modules/lodash/_equalArrays.js.map +1 -0
- package/dist/node_modules/lodash/_equalByTag.js +42 -0
- package/dist/node_modules/lodash/_equalByTag.js.map +1 -0
- package/dist/node_modules/lodash/_equalObjects.js +39 -0
- package/dist/node_modules/lodash/_equalObjects.js.map +1 -0
- package/dist/node_modules/lodash/_freeGlobal.js +10 -0
- package/dist/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/dist/node_modules/lodash/_getAllKeys.js +17 -0
- package/dist/node_modules/lodash/_getAllKeys.js.map +1 -0
- package/dist/node_modules/lodash/_getMapData.js +16 -0
- package/dist/node_modules/lodash/_getMapData.js.map +1 -0
- package/dist/node_modules/lodash/_getMatchData.js +24 -0
- package/dist/node_modules/lodash/_getMatchData.js.map +1 -0
- package/dist/node_modules/lodash/_getNative.js +17 -0
- package/dist/node_modules/lodash/_getNative.js.map +1 -0
- package/dist/node_modules/lodash/_getPrototype.js +11 -0
- package/dist/node_modules/lodash/_getPrototype.js.map +1 -0
- package/dist/node_modules/lodash/_getRawTag.js +21 -0
- package/dist/node_modules/lodash/_getRawTag.js.map +1 -0
- package/dist/node_modules/lodash/_getSymbols.js +17 -0
- package/dist/node_modules/lodash/_getSymbols.js.map +1 -0
- package/dist/node_modules/lodash/_getTag.js +28 -0
- package/dist/node_modules/lodash/_getTag.js.map +1 -0
- package/dist/node_modules/lodash/_getValue.js +13 -0
- package/dist/node_modules/lodash/_getValue.js.map +1 -0
- package/dist/node_modules/lodash/_hasPath.js +26 -0
- package/dist/node_modules/lodash/_hasPath.js.map +1 -0
- package/dist/node_modules/lodash/_hasUnicode.js +14 -0
- package/dist/node_modules/lodash/_hasUnicode.js.map +1 -0
- package/dist/node_modules/lodash/_hashClear.js +15 -0
- package/dist/node_modules/lodash/_hashClear.js.map +1 -0
- package/dist/node_modules/lodash/_hashDelete.js +14 -0
- package/dist/node_modules/lodash/_hashDelete.js.map +1 -0
- package/dist/node_modules/lodash/_hashGet.js +20 -0
- package/dist/node_modules/lodash/_hashGet.js.map +1 -0
- package/dist/node_modules/lodash/_hashHas.js +16 -0
- package/dist/node_modules/lodash/_hashHas.js.map +1 -0
- package/dist/node_modules/lodash/_hashSet.js +16 -0
- package/dist/node_modules/lodash/_hashSet.js.map +1 -0
- package/dist/node_modules/lodash/_isFlattenable.js +17 -0
- package/dist/node_modules/lodash/_isFlattenable.js.map +1 -0
- package/dist/node_modules/lodash/_isIndex.js +15 -0
- package/dist/node_modules/lodash/_isIndex.js.map +1 -0
- package/dist/node_modules/lodash/_isIterateeCall.js +20 -0
- package/dist/node_modules/lodash/_isIterateeCall.js.map +1 -0
- package/dist/node_modules/lodash/_isKey.js +18 -0
- package/dist/node_modules/lodash/_isKey.js.map +1 -0
- package/dist/node_modules/lodash/_isKeyable.js +14 -0
- package/dist/node_modules/lodash/_isKeyable.js.map +1 -0
- package/dist/node_modules/lodash/_isMasked.js +18 -0
- package/dist/node_modules/lodash/_isMasked.js.map +1 -0
- package/dist/node_modules/lodash/_isPrototype.js +15 -0
- package/dist/node_modules/lodash/_isPrototype.js.map +1 -0
- package/dist/node_modules/lodash/_isStrictComparable.js +15 -0
- package/dist/node_modules/lodash/_isStrictComparable.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheClear.js +13 -0
- package/dist/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheDelete.js +16 -0
- package/dist/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheGet.js +16 -0
- package/dist/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheHas.js +15 -0
- package/dist/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheSet.js +16 -0
- package/dist/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheClear.js +21 -0
- package/dist/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheDelete.js +16 -0
- package/dist/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheGet.js +15 -0
- package/dist/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheHas.js +15 -0
- package/dist/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheSet.js +16 -0
- package/dist/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/dist/node_modules/lodash/_mapToArray.js +16 -0
- package/dist/node_modules/lodash/_mapToArray.js.map +1 -0
- package/dist/node_modules/lodash/_matchesStrictComparable.js +15 -0
- package/dist/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
- package/dist/node_modules/lodash/_memoizeCapped.js +18 -0
- package/dist/node_modules/lodash/_memoizeCapped.js.map +1 -0
- package/dist/node_modules/lodash/_nativeCreate.js +11 -0
- package/dist/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/dist/node_modules/lodash/_nativeKeys.js +11 -0
- package/dist/node_modules/lodash/_nativeKeys.js.map +1 -0
- package/dist/node_modules/lodash/_nodeUtil.js +16 -0
- package/dist/node_modules/lodash/_nodeUtil.js.map +1 -0
- package/dist/node_modules/lodash/_objectToString.js +14 -0
- package/dist/node_modules/lodash/_objectToString.js.map +1 -0
- package/dist/node_modules/lodash/_overArg.js +15 -0
- package/dist/node_modules/lodash/_overArg.js.map +1 -0
- package/dist/node_modules/lodash/_overRest.js +20 -0
- package/dist/node_modules/lodash/_overRest.js.map +1 -0
- package/dist/node_modules/lodash/_root.js +12 -0
- package/dist/node_modules/lodash/_root.js.map +1 -0
- package/dist/node_modules/lodash/_setCacheAdd.js +14 -0
- package/dist/node_modules/lodash/_setCacheAdd.js.map +1 -0
- package/dist/node_modules/lodash/_setCacheHas.js +13 -0
- package/dist/node_modules/lodash/_setCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_setToArray.js +16 -0
- package/dist/node_modules/lodash/_setToArray.js.map +1 -0
- package/dist/node_modules/lodash/_setToString.js +13 -0
- package/dist/node_modules/lodash/_setToString.js.map +1 -0
- package/dist/node_modules/lodash/_shortOut.js +21 -0
- package/dist/node_modules/lodash/_shortOut.js.map +1 -0
- package/dist/node_modules/lodash/_stackClear.js +15 -0
- package/dist/node_modules/lodash/_stackClear.js.map +1 -0
- package/dist/node_modules/lodash/_stackDelete.js +14 -0
- package/dist/node_modules/lodash/_stackDelete.js.map +1 -0
- package/dist/node_modules/lodash/_stackGet.js +13 -0
- package/dist/node_modules/lodash/_stackGet.js.map +1 -0
- package/dist/node_modules/lodash/_stackHas.js +13 -0
- package/dist/node_modules/lodash/_stackHas.js.map +1 -0
- package/dist/node_modules/lodash/_stackSet.js +23 -0
- package/dist/node_modules/lodash/_stackSet.js.map +1 -0
- package/dist/node_modules/lodash/_strictIndexOf.js +14 -0
- package/dist/node_modules/lodash/_strictIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_stringToArray.js +17 -0
- package/dist/node_modules/lodash/_stringToArray.js.map +1 -0
- package/dist/node_modules/lodash/_stringToPath.js +17 -0
- package/dist/node_modules/lodash/_stringToPath.js.map +1 -0
- package/dist/node_modules/lodash/_toKey.js +17 -0
- package/dist/node_modules/lodash/_toKey.js.map +1 -0
- package/dist/node_modules/lodash/_toSource.js +22 -0
- package/dist/node_modules/lodash/_toSource.js.map +1 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.js +15 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/dist/node_modules/lodash/_unicodeToArray.js +24 -0
- package/dist/node_modules/lodash/_unicodeToArray.js.map +1 -0
- package/dist/node_modules/lodash/constant.js +15 -0
- package/dist/node_modules/lodash/constant.js.map +1 -0
- package/dist/node_modules/lodash/debounce.js +57 -0
- package/dist/node_modules/lodash/debounce.js.map +1 -0
- package/dist/node_modules/lodash/eq.js +13 -0
- package/dist/node_modules/lodash/eq.js.map +1 -0
- package/dist/node_modules/lodash/every.js +20 -0
- package/dist/node_modules/lodash/every.js.map +1 -0
- package/dist/node_modules/lodash/find.js +12 -0
- package/dist/node_modules/lodash/find.js.map +1 -0
- package/dist/node_modules/lodash/findIndex.js +20 -0
- package/dist/node_modules/lodash/findIndex.js.map +1 -0
- package/dist/node_modules/lodash/flatMap.js +16 -0
- package/dist/node_modules/lodash/flatMap.js.map +1 -0
- package/dist/node_modules/lodash/get.js +16 -0
- package/dist/node_modules/lodash/get.js.map +1 -0
- package/dist/node_modules/lodash/hasIn.js +16 -0
- package/dist/node_modules/lodash/hasIn.js.map +1 -0
- package/dist/node_modules/lodash/identity.js +13 -0
- package/dist/node_modules/lodash/identity.js.map +1 -0
- package/dist/node_modules/lodash/isArguments.js +17 -0
- package/dist/node_modules/lodash/isArguments.js.map +1 -0
- package/dist/node_modules/lodash/isArray.js +10 -0
- package/dist/node_modules/lodash/isArray.js.map +1 -0
- package/dist/node_modules/lodash/isArrayLike.js +16 -0
- package/dist/node_modules/lodash/isArrayLike.js.map +1 -0
- package/dist/node_modules/lodash/isBoolean.js +16 -0
- package/dist/node_modules/lodash/isBoolean.js.map +1 -0
- package/dist/node_modules/lodash/isBuffer.js +13 -0
- package/dist/node_modules/lodash/isBuffer.js.map +1 -0
- package/dist/node_modules/lodash/isEqual.js +15 -0
- package/dist/node_modules/lodash/isEqual.js.map +1 -0
- package/dist/node_modules/lodash/isFunction.js +18 -0
- package/dist/node_modules/lodash/isFunction.js.map +1 -0
- package/dist/node_modules/lodash/isLength.js +14 -0
- package/dist/node_modules/lodash/isLength.js.map +1 -0
- package/dist/node_modules/lodash/isNaN.js +15 -0
- package/dist/node_modules/lodash/isNaN.js.map +1 -0
- package/dist/node_modules/lodash/isNil.js +13 -0
- package/dist/node_modules/lodash/isNil.js.map +1 -0
- package/dist/node_modules/lodash/isNumber.js +16 -0
- package/dist/node_modules/lodash/isNumber.js.map +1 -0
- package/dist/node_modules/lodash/isObject.js +14 -0
- package/dist/node_modules/lodash/isObject.js.map +1 -0
- package/dist/node_modules/lodash/isObjectLike.js +13 -0
- package/dist/node_modules/lodash/isObjectLike.js.map +1 -0
- package/dist/node_modules/lodash/isPlainObject.js +21 -0
- package/dist/node_modules/lodash/isPlainObject.js.map +1 -0
- package/dist/node_modules/lodash/isString.js +17 -0
- package/dist/node_modules/lodash/isString.js.map +1 -0
- package/dist/node_modules/lodash/isSymbol.js +16 -0
- package/dist/node_modules/lodash/isSymbol.js.map +1 -0
- package/dist/node_modules/lodash/isTypedArray.js +14 -0
- package/dist/node_modules/lodash/isTypedArray.js.map +1 -0
- package/dist/node_modules/lodash/keys.js +17 -0
- package/dist/node_modules/lodash/keys.js.map +1 -0
- package/dist/node_modules/lodash/last.js +14 -0
- package/dist/node_modules/lodash/last.js.map +1 -0
- package/dist/node_modules/lodash/map.js +18 -0
- package/dist/node_modules/lodash/map.js.map +1 -0
- package/dist/node_modules/lodash/mapValues.js +20 -0
- package/dist/node_modules/lodash/mapValues.js.map +1 -0
- package/dist/node_modules/lodash/max.js +17 -0
- package/dist/node_modules/lodash/max.js.map +1 -0
- package/dist/node_modules/lodash/maxBy.js +17 -0
- package/dist/node_modules/lodash/maxBy.js.map +1 -0
- package/dist/node_modules/lodash/memoize.js +22 -0
- package/dist/node_modules/lodash/memoize.js.map +1 -0
- package/dist/node_modules/lodash/min.js +17 -0
- package/dist/node_modules/lodash/min.js.map +1 -0
- package/dist/node_modules/lodash/minBy.js +17 -0
- package/dist/node_modules/lodash/minBy.js.map +1 -0
- package/dist/node_modules/lodash/noop.js +11 -0
- package/dist/node_modules/lodash/noop.js.map +1 -0
- package/dist/node_modules/lodash/now.js +14 -0
- package/dist/node_modules/lodash/now.js.map +1 -0
- package/dist/node_modules/lodash/property.js +18 -0
- package/dist/node_modules/lodash/property.js.map +1 -0
- package/dist/node_modules/lodash/range.js +11 -0
- package/dist/node_modules/lodash/range.js.map +1 -0
- package/dist/node_modules/lodash/some.js +20 -0
- package/dist/node_modules/lodash/some.js.map +1 -0
- package/dist/node_modules/lodash/sortBy.js +19 -0
- package/dist/node_modules/lodash/sortBy.js.map +1 -0
- package/dist/node_modules/lodash/stubArray.js +13 -0
- package/dist/node_modules/lodash/stubArray.js.map +1 -0
- package/dist/node_modules/lodash/stubFalse.js +13 -0
- package/dist/node_modules/lodash/stubFalse.js.map +1 -0
- package/dist/node_modules/lodash/throttle.js +22 -0
- package/dist/node_modules/lodash/throttle.js.map +1 -0
- package/dist/node_modules/lodash/toFinite.js +15 -0
- package/dist/node_modules/lodash/toFinite.js.map +1 -0
- package/dist/node_modules/lodash/toInteger.js +16 -0
- package/dist/node_modules/lodash/toInteger.js.map +1 -0
- package/dist/node_modules/lodash/toNumber.js +26 -0
- package/dist/node_modules/lodash/toNumber.js.map +1 -0
- package/dist/node_modules/lodash/toString.js +15 -0
- package/dist/node_modules/lodash/toString.js.map +1 -0
- package/dist/node_modules/lodash/uniqBy.js +16 -0
- package/dist/node_modules/lodash/uniqBy.js.map +1 -0
- package/dist/node_modules/lodash/upperFirst.js +11 -0
- package/dist/node_modules/lodash/upperFirst.js.map +1 -0
- package/dist/node_modules/object-assign/index.js +41 -0
- package/dist/node_modules/object-assign/index.js.map +1 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +46 -0
- package/dist/node_modules/prop-types/checkPropTypes.js.map +1 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +49 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +272 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
- package/dist/node_modules/prop-types/index.js +16 -0
- package/dist/node_modules/prop-types/index.js.map +1 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
- package/dist/node_modules/prop-types/lib/has.js +10 -0
- package/dist/node_modules/prop-types/lib/has.js.map +1 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +84 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +64 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +12 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js +87 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +65 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/react-is/index.js +12 -0
- package/dist/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/Animate.js +374 -0
- package/dist/node_modules/react-smooth/es6/Animate.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/AnimateManager.js +73 -0
- package/dist/node_modules/react-smooth/es6/AnimateManager.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/configUpdate.js +173 -0
- package/dist/node_modules/react-smooth/es6/configUpdate.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/easing.js +152 -0
- package/dist/node_modules/react-smooth/es6/easing.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/index.js +9 -0
- package/dist/node_modules/react-smooth/es6/index.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/setRafTimeout.js +14 -0
- package/dist/node_modules/react-smooth/es6/setRafTimeout.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/util.js +92 -0
- package/dist/node_modules/react-smooth/es6/util.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/Area.js +435 -0
- package/dist/node_modules/recharts/es6/cartesian/Area.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/Bar.js +387 -0
- package/dist/node_modules/recharts/es6/cartesian/Bar.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/Brush.js +499 -0
- package/dist/node_modules/recharts/es6/cartesian/Brush.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianAxis.js +338 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianGrid.js +305 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianGrid.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ErrorBar.js +243 -0
- package/dist/node_modules/recharts/es6/cartesian/ErrorBar.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceArea.js +173 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceArea.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceDot.js +178 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceDot.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceLine.js +254 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceLine.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/XAxis.js +144 -0
- package/dist/node_modules/recharts/es6/cartesian/XAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/YAxis.js +143 -0
- package/dist/node_modules/recharts/es6/cartesian/YAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/getEquidistantTicks.js +18 -0
- package/dist/node_modules/recharts/es6/cartesian/getEquidistantTicks.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/getTicks.js +121 -0
- package/dist/node_modules/recharts/es6/cartesian/getTicks.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/AccessibilityManager.js +101 -0
- package/dist/node_modules/recharts/es6/chart/AccessibilityManager.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/AreaChart.js +22 -0
- package/dist/node_modules/recharts/es6/chart/AreaChart.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/PieChart.js +34 -0
- package/dist/node_modules/recharts/es6/chart/PieChart.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/generateCategoricalChart.js +1245 -0
- package/dist/node_modules/recharts/es6/chart/generateCategoricalChart.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Cell.js +9 -0
- package/dist/node_modules/recharts/es6/component/Cell.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Cursor.js +93 -0
- package/dist/node_modules/recharts/es6/component/Cursor.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js +237 -0
- package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js +171 -0
- package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Label.js +353 -0
- package/dist/node_modules/recharts/es6/component/Label.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/LabelList.js +166 -0
- package/dist/node_modules/recharts/es6/component/LabelList.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Legend.js +234 -0
- package/dist/node_modules/recharts/es6/component/Legend.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js +187 -0
- package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Text.js +225 -0
- package/dist/node_modules/recharts/es6/component/Text.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Tooltip.js +182 -0
- package/dist/node_modules/recharts/es6/component/Tooltip.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js +198 -0
- package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js.map +1 -0
- package/dist/node_modules/recharts/es6/container/Layer.js +40 -0
- package/dist/node_modules/recharts/es6/container/Layer.js.map +1 -0
- package/dist/node_modules/recharts/es6/container/Surface.js +60 -0
- package/dist/node_modules/recharts/es6/container/Surface.js.map +1 -0
- package/dist/node_modules/recharts/es6/context/chartLayoutContext.js +57 -0
- package/dist/node_modules/recharts/es6/context/chartLayoutContext.js.map +1 -0
- package/dist/node_modules/recharts/es6/polar/Pie.js +435 -0
- package/dist/node_modules/recharts/es6/polar/Pie.js.map +1 -0
- package/dist/node_modules/recharts/es6/polar/PolarAngleAxis.js +215 -0
- package/dist/node_modules/recharts/es6/polar/PolarAngleAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/polar/PolarRadiusAxis.js +268 -0
- package/dist/node_modules/recharts/es6/polar/PolarRadiusAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Cross.js +112 -0
- package/dist/node_modules/recharts/es6/shape/Cross.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Curve.js +136 -0
- package/dist/node_modules/recharts/es6/shape/Curve.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Dot.js +27 -0
- package/dist/node_modules/recharts/es6/shape/Dot.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Polygon.js +112 -0
- package/dist/node_modules/recharts/es6/shape/Polygon.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Rectangle.js +205 -0
- package/dist/node_modules/recharts/es6/shape/Rectangle.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Sector.js +192 -0
- package/dist/node_modules/recharts/es6/shape/Sector.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Symbols.js +143 -0
- package/dist/node_modules/recharts/es6/shape/Symbols.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Trapezoid.js +175 -0
- package/dist/node_modules/recharts/es6/shape/Trapezoid.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ActiveShapeUtils.js +181 -0
- package/dist/node_modules/recharts/es6/util/ActiveShapeUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/BarUtils.js +112 -0
- package/dist/node_modules/recharts/es6/util/BarUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/CartesianUtils.js +234 -0
- package/dist/node_modules/recharts/es6/util/CartesianUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ChartUtils.js +562 -0
- package/dist/node_modules/recharts/es6/util/ChartUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/CssPrefixUtils.js +70 -0
- package/dist/node_modules/recharts/es6/util/CssPrefixUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/DOMUtils.js +108 -0
- package/dist/node_modules/recharts/es6/util/DOMUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/DataUtils.js +57 -0
- package/dist/node_modules/recharts/es6/util/DataUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/DetectReferenceElementsDomain.js +58 -0
- package/dist/node_modules/recharts/es6/util/DetectReferenceElementsDomain.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/Events.js +7 -0
- package/dist/node_modules/recharts/es6/util/Events.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/Global.js +21 -0
- package/dist/node_modules/recharts/es6/util/Global.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/IfOverflowMatches.js +9 -0
- package/dist/node_modules/recharts/es6/util/IfOverflowMatches.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/LogUtils.js +15 -0
- package/dist/node_modules/recharts/es6/util/LogUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/PolarUtils.js +198 -0
- package/dist/node_modules/recharts/es6/util/PolarUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ReactUtils.js +137 -0
- package/dist/node_modules/recharts/es6/util/ReactUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ReduceCSSCalc.js +181 -0
- package/dist/node_modules/recharts/es6/util/ReduceCSSCalc.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ShallowEqual.js +10 -0
- package/dist/node_modules/recharts/es6/util/ShallowEqual.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/TickUtils.js +31 -0
- package/dist/node_modules/recharts/es6/util/TickUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/calculateViewBox.js +25 -0
- package/dist/node_modules/recharts/es6/util/calculateViewBox.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js +23 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js +16 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js +17 -0
- package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/getEveryNthWithCondition.js +12 -0
- package/dist/node_modules/recharts/es6/util/getEveryNthWithCondition.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/getLegendProps.js +88 -0
- package/dist/node_modules/recharts/es6/util/getLegendProps.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js +13 -0
- package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js +12 -0
- package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/tooltip/translate.js +87 -0
- package/dist/node_modules/recharts/es6/util/tooltip/translate.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/types.js +43 -0
- package/dist/node_modules/recharts/es6/util/types.js.map +1 -0
- package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js +132 -0
- package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js.map +1 -0
- package/dist/node_modules/recharts-scale/es6/index.js +1 -0
- package/dist/node_modules/recharts-scale/es6/util/arithmetic.js +32 -0
- package/dist/node_modules/recharts-scale/es6/util/arithmetic.js.map +1 -0
- package/dist/node_modules/recharts-scale/es6/util/utils.js +79 -0
- package/dist/node_modules/recharts-scale/es6/util/utils.js.map +1 -0
- package/dist/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +13 -0
- package/dist/node_modules/tiny-invariant/dist/esm/tiny-invariant.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +56 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +54 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +46 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js +12 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +12 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -0
- package/dist/node_modules/victory-vendor/es/d3-scale.js +53 -0
- package/dist/node_modules/victory-vendor/es/d3-scale.js.map +1 -0
- package/dist/node_modules/zustand/esm/traditional.js +17 -0
- package/dist/node_modules/zustand/esm/traditional.js.map +1 -0
- package/dist/node_modules/zustand/esm/vanilla/shallow.js +21 -0
- package/dist/node_modules/zustand/esm/vanilla/shallow.js.map +1 -0
- package/dist/node_modules/zustand/esm/vanilla.js +20 -0
- package/dist/node_modules/zustand/esm/vanilla.js.map +1 -0
- package/dist/pages/ActionsPage.d.ts +2 -0
- package/dist/pages/ActionsPage.d.ts.map +1 -0
- package/dist/pages/ActionsPage.js +594 -0
- package/dist/pages/ActionsPage.js.map +1 -0
- package/dist/pages/AgentDetailsPage.d.ts +5 -0
- package/dist/pages/AgentDetailsPage.d.ts.map +1 -0
- package/dist/pages/AgentDetailsPage.js +1714 -0
- package/dist/pages/AgentDetailsPage.js.map +1 -0
- package/dist/pages/AgentGraphPage.d.ts +9 -0
- package/dist/pages/AgentGraphPage.d.ts.map +1 -0
- package/dist/pages/AgentGraphPage.js +179 -0
- package/dist/pages/AgentGraphPage.js.map +1 -0
- package/dist/pages/AgentsLandingPage.d.ts +12 -0
- package/dist/pages/AgentsLandingPage.d.ts.map +1 -0
- package/dist/pages/AgentsLandingPage.js +84 -0
- package/dist/pages/AgentsLandingPage.js.map +1 -0
- package/dist/pages/AgentsPage.d.ts +5 -0
- package/dist/pages/AgentsPage.d.ts.map +1 -0
- package/dist/pages/AgentsPage.js +701 -0
- package/dist/pages/AgentsPage.js.map +1 -0
- package/dist/pages/AnalyticsPage.d.ts +2 -0
- package/dist/pages/AnalyticsPage.d.ts.map +1 -0
- package/dist/pages/AnalyticsPage.js +507 -0
- package/dist/pages/AnalyticsPage.js.map +1 -0
- package/dist/pages/CatalogDetailPage.d.ts +2 -0
- package/dist/pages/CatalogDetailPage.d.ts.map +1 -0
- package/dist/pages/CatalogDetailPage.js +842 -0
- package/dist/pages/CatalogDetailPage.js.map +1 -0
- package/dist/pages/CatalogDocsPage.d.ts +2 -0
- package/dist/pages/CatalogDocsPage.d.ts.map +1 -0
- package/dist/pages/CatalogDocsPage.js +154 -0
- package/dist/pages/CatalogDocsPage.js.map +1 -0
- package/dist/pages/CatalogPage.d.ts +2 -0
- package/dist/pages/CatalogPage.d.ts.map +1 -0
- package/dist/pages/CatalogPage.js +189 -0
- package/dist/pages/CatalogPage.js.map +1 -0
- package/dist/pages/ComponentDetailPage.d.ts +2 -0
- package/dist/pages/ComponentDetailPage.d.ts.map +1 -0
- package/dist/pages/ComponentDetailPage.js +557 -0
- package/dist/pages/ComponentDetailPage.js.map +1 -0
- package/dist/pages/ComponentDocsPage.d.ts +2 -0
- package/dist/pages/ComponentDocsPage.d.ts.map +1 -0
- package/dist/pages/ComponentDocsPage.js +154 -0
- package/dist/pages/ComponentDocsPage.js.map +1 -0
- package/dist/pages/ComponentsPage.d.ts +2 -0
- package/dist/pages/ComponentsPage.d.ts.map +1 -0
- package/dist/pages/ComponentsPage.js +250 -0
- package/dist/pages/ComponentsPage.js.map +1 -0
- package/dist/pages/GettingStartedPage.d.ts +16 -0
- package/dist/pages/GettingStartedPage.d.ts.map +1 -0
- package/dist/pages/GettingStartedPage.js +261 -0
- package/dist/pages/GettingStartedPage.js.map +1 -0
- package/dist/pages/HealthPage.d.ts +2 -0
- package/dist/pages/HealthPage.d.ts.map +1 -0
- package/dist/pages/HealthPage.js +383 -0
- package/dist/pages/HealthPage.js.map +1 -0
- package/dist/pages/LogsPage.d.ts +2 -0
- package/dist/pages/LogsPage.d.ts.map +1 -0
- package/dist/pages/NoteDetailsPage.d.ts +2 -0
- package/dist/pages/NoteDetailsPage.d.ts.map +1 -0
- package/dist/pages/NoteDetailsPage.js +163 -0
- package/dist/pages/NoteDetailsPage.js.map +1 -0
- package/dist/pages/OverviewPage.d.ts +9 -0
- package/dist/pages/OverviewPage.d.ts.map +1 -0
- package/dist/pages/OverviewPage.js +419 -0
- package/dist/pages/OverviewPage.js.map +1 -0
- package/dist/pages/SessionDetailsPage.d.ts +6 -0
- package/dist/pages/SessionDetailsPage.d.ts.map +1 -0
- package/dist/pages/SessionDetailsPage.js +707 -0
- package/dist/pages/SessionDetailsPage.js.map +1 -0
- package/dist/pages/SessionsPage.d.ts +6 -0
- package/dist/pages/SessionsPage.d.ts.map +1 -0
- package/dist/pages/SessionsPage.js +1382 -0
- package/dist/pages/SessionsPage.js.map +1 -0
- package/dist/pages/SettingsPage.d.ts +2 -0
- package/dist/pages/SettingsPage.d.ts.map +1 -0
- package/dist/pages/SettingsPage.js +238 -0
- package/dist/pages/SettingsPage.js.map +1 -0
- package/dist/pages/SharedSessionPage.d.ts +13 -0
- package/dist/pages/SharedSessionPage.d.ts.map +1 -0
- package/dist/pages/SharedSessionPage.js +471 -0
- package/dist/pages/SharedSessionPage.js.map +1 -0
- package/dist/pages/SharedVibeDeckPage.d.ts +8 -0
- package/dist/pages/SharedVibeDeckPage.d.ts.map +1 -0
- package/dist/pages/SharedVibeDeckPage.js +262 -0
- package/dist/pages/SharedVibeDeckPage.js.map +1 -0
- package/dist/pages/TargetDetailsPage.d.ts +13 -0
- package/dist/pages/TargetDetailsPage.d.ts.map +1 -0
- package/dist/pages/TargetDetailsPage.js +266 -0
- package/dist/pages/TargetDetailsPage.js.map +1 -0
- package/dist/pages/TargetsPage.d.ts +8 -0
- package/dist/pages/TargetsPage.d.ts.map +1 -0
- package/dist/pages/TargetsPage.js +1113 -0
- package/dist/pages/TargetsPage.js.map +1 -0
- package/dist/pages/TemplateDetailPage.d.ts +2 -0
- package/dist/pages/TemplateDetailPage.d.ts.map +1 -0
- package/dist/pages/TemplateDetailPage.js +302 -0
- package/dist/pages/TemplateDetailPage.js.map +1 -0
- package/dist/pages/TemplatesPage.d.ts +2 -0
- package/dist/pages/TemplatesPage.d.ts.map +1 -0
- package/dist/pages/TemplatesPage.js +173 -0
- package/dist/pages/TemplatesPage.js.map +1 -0
- package/dist/pages/TunnelsLandingPage.d.ts +8 -0
- package/dist/pages/TunnelsLandingPage.d.ts.map +1 -0
- package/dist/pages/TunnelsLandingPage.js +69 -0
- package/dist/pages/TunnelsLandingPage.js.map +1 -0
- package/dist/pages/VibeAuditPage.d.ts +2 -0
- package/dist/pages/VibeAuditPage.d.ts.map +1 -0
- package/dist/pages/VibeAuditPage.js +233 -0
- package/dist/pages/VibeAuditPage.js.map +1 -0
- package/dist/pages/VibeCalendarPage.d.ts +9 -0
- package/dist/pages/VibeCalendarPage.d.ts.map +1 -0
- package/dist/pages/VibeCalendarPage.js +221 -0
- package/dist/pages/VibeCalendarPage.js.map +1 -0
- package/dist/pages/VibeDeckPage.d.ts +2 -0
- package/dist/pages/VibeDeckPage.d.ts.map +1 -0
- package/dist/pages/VibeDeckPage.js +884 -0
- package/dist/pages/VibeDeckPage.js.map +1 -0
- package/dist/pages/VibeDetailsPage.d.ts +5 -0
- package/dist/pages/VibeDetailsPage.d.ts.map +1 -0
- package/dist/pages/VibeDetailsPage.js +1321 -0
- package/dist/pages/VibeDetailsPage.js.map +1 -0
- package/dist/pages/VibeDocsPage.d.ts +2 -0
- package/dist/pages/VibeDocsPage.d.ts.map +1 -0
- package/dist/pages/VibeDocsPage.js +154 -0
- package/dist/pages/VibeDocsPage.js.map +1 -0
- package/dist/pages/VibeTaskDetailPage.d.ts +9 -0
- package/dist/pages/VibeTaskDetailPage.d.ts.map +1 -0
- package/dist/pages/VibeTaskDetailPage.js +264 -0
- package/dist/pages/VibeTaskDetailPage.js.map +1 -0
- package/dist/pages/VibesPage.d.ts +5 -0
- package/dist/pages/VibesPage.d.ts.map +1 -0
- package/dist/pages/VibesPage.js +600 -0
- package/dist/pages/VibesPage.js.map +1 -0
- package/dist/pages/WebhooksPage.d.ts +5 -0
- package/dist/pages/WebhooksPage.d.ts.map +1 -0
- package/dist/pages/ai/AIPage.d.ts +6 -0
- package/dist/pages/ai/AIPage.d.ts.map +1 -0
- package/dist/pages/ai/AIPage.js +187 -0
- package/dist/pages/ai/AIPage.js.map +1 -0
- package/dist/pages/ai/AISessionDetailPage.d.ts +5 -0
- package/dist/pages/ai/AISessionDetailPage.d.ts.map +1 -0
- package/dist/pages/ai/AISessionDetailPage.js +441 -0
- package/dist/pages/ai/AISessionDetailPage.js.map +1 -0
- package/dist/pages/ai/AgentManagerPage.d.ts +9 -0
- package/dist/pages/ai/AgentManagerPage.d.ts.map +1 -0
- package/dist/pages/ai/AgentManagerPage.js +159 -0
- package/dist/pages/ai/AgentManagerPage.js.map +1 -0
- package/dist/pages/index.d.ts +17 -0
- package/dist/pages/index.d.ts.map +1 -0
- package/dist/pages/tunnels/AuditTab.d.ts +8 -0
- package/dist/pages/tunnels/AuditTab.d.ts.map +1 -0
- package/dist/pages/tunnels/AuditTab.js +22 -0
- package/dist/pages/tunnels/AuditTab.js.map +1 -0
- package/dist/pages/tunnels/DomainsTab.d.ts +2 -0
- package/dist/pages/tunnels/DomainsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/DomainsTab.js +110 -0
- package/dist/pages/tunnels/DomainsTab.js.map +1 -0
- package/dist/pages/tunnels/ProvidersTab.d.ts +2 -0
- package/dist/pages/tunnels/ProvidersTab.d.ts.map +1 -0
- package/dist/pages/tunnels/ProvidersTab.js +111 -0
- package/dist/pages/tunnels/ProvidersTab.js.map +1 -0
- package/dist/pages/tunnels/SessionsTab.d.ts +8 -0
- package/dist/pages/tunnels/SessionsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/SessionsTab.js +63 -0
- package/dist/pages/tunnels/SessionsTab.js.map +1 -0
- package/dist/pages/tunnels/TunnelDetailsPage.d.ts +2 -0
- package/dist/pages/tunnels/TunnelDetailsPage.d.ts.map +1 -0
- package/dist/pages/tunnels/TunnelDetailsPage.js +121 -0
- package/dist/pages/tunnels/TunnelDetailsPage.js.map +1 -0
- package/dist/pages/tunnels/TunnelsTab.d.ts +2 -0
- package/dist/pages/tunnels/TunnelsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/TunnelsTab.js +174 -0
- package/dist/pages/tunnels/TunnelsTab.js.map +1 -0
- package/dist/pages/tunnels/UsageTab.d.ts +8 -0
- package/dist/pages/tunnels/UsageTab.d.ts.map +1 -0
- package/dist/pages/tunnels/UsageTab.js +22 -0
- package/dist/pages/tunnels/UsageTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.d.ts +4 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.js +68 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.js +63 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.js +120 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.js +56 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.js +137 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.d.ts +4 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.js +104 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.d.ts +9 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.js +67 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.d.ts +4 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.js +127 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.js.map +1 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/plugin.js +84 -0
- package/dist/plugin.js.map +1 -0
- package/dist/providers/AgentEventsProvider.d.ts +79 -0
- package/dist/providers/AgentEventsProvider.d.ts.map +1 -0
- package/dist/providers/AgentEventsProvider.js +42 -0
- package/dist/providers/AgentEventsProvider.js.map +1 -0
- package/dist/providers/VibeControlsProvider.d.ts +29 -0
- package/dist/providers/VibeControlsProvider.d.ts.map +1 -0
- package/dist/providers/VibeControlsProvider.js +126 -0
- package/dist/providers/VibeControlsProvider.js.map +1 -0
- package/dist/services/aiApi.d.ts +310 -0
- package/dist/services/aiApi.d.ts.map +1 -0
- package/dist/services/aiApi.js +336 -0
- package/dist/services/aiApi.js.map +1 -0
- package/dist/services/assistantApi.d.ts +71 -0
- package/dist/services/assistantApi.d.ts.map +1 -0
- package/dist/services/assistantApi.js +235 -0
- package/dist/services/assistantApi.js.map +1 -0
- package/dist/services/assistantExportService.d.ts +9 -0
- package/dist/services/assistantExportService.d.ts.map +1 -0
- package/dist/services/assistantExportService.js +44 -0
- package/dist/services/assistantExportService.js.map +1 -0
- package/dist/services/schedulerApi.d.ts +18 -0
- package/dist/services/schedulerApi.d.ts.map +1 -0
- package/dist/services/schedulerApi.js +39 -0
- package/dist/services/schedulerApi.js.map +1 -0
- package/dist/shared/hooks/useTr.d.ts +17 -0
- package/dist/shared/hooks/useTr.d.ts.map +1 -0
- package/dist/shared/hooks/useTr.js +14 -0
- package/dist/shared/hooks/useTr.js.map +1 -0
- package/dist/store/agentManagerStore.d.ts +65 -0
- package/dist/store/agentManagerStore.d.ts.map +1 -0
- package/dist/store/agentManagerStore.js +244 -0
- package/dist/store/agentManagerStore.js.map +1 -0
- package/dist/store/assistantStore.d.ts +56 -0
- package/dist/store/assistantStore.d.ts.map +1 -0
- package/dist/store/assistantStore.js +165 -0
- package/dist/store/assistantStore.js.map +1 -0
- package/dist/store/vibeControlsStore.d.ts +68 -0
- package/dist/store/vibeControlsStore.d.ts.map +1 -0
- package/dist/store/vibeControlsStore.js +123 -0
- package/dist/store/vibeControlsStore.js.map +1 -0
- package/dist/translations/en.d.ts +2174 -0
- package/dist/translations/en.d.ts.map +1 -0
- package/dist/translations/en.js +2130 -0
- package/dist/translations/en.js.map +1 -0
- package/dist/types/agentManager.d.ts +72 -0
- package/dist/types/agentManager.d.ts.map +1 -0
- package/dist/types/assistant.d.ts +58 -0
- package/dist/types/assistant.d.ts.map +1 -0
- package/dist/types/assistant.js +7 -0
- package/dist/types/assistant.js.map +1 -0
- package/dist/types/index.d.ts +134 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/agentStatus.d.ts +42 -0
- package/dist/utils/agentStatus.d.ts.map +1 -0
- package/dist/utils/agentStatus.js +9 -0
- package/dist/utils/agentStatus.js.map +1 -0
- package/dist/utils/aiSessionNotFound.d.ts +2 -0
- package/dist/utils/aiSessionNotFound.d.ts.map +1 -0
- package/dist/utils/aiSessionNotFound.js +18 -0
- package/dist/utils/aiSessionNotFound.js.map +1 -0
- package/dist/utils/nativeBridge.d.ts +3 -0
- package/dist/utils/nativeBridge.d.ts.map +1 -0
- package/dist/utils/nativeBridge.js +2 -0
- package/dist/utils/pageContext.d.ts +23 -0
- package/dist/utils/pageContext.d.ts.map +1 -0
- package/dist/utils/pageContext.js +16 -0
- package/dist/utils/pageContext.js.map +1 -0
- package/dist/utils/quotaUtils.d.ts +8 -0
- package/dist/utils/quotaUtils.d.ts.map +1 -0
- package/dist/utils/quotaUtils.js +88 -0
- package/dist/utils/quotaUtils.js.map +1 -0
- package/dist/utils/relativeTime.d.ts +3 -0
- package/dist/utils/relativeTime.d.ts.map +1 -0
- package/dist/utils/relativeTime.js +24 -0
- package/dist/utils/relativeTime.js.map +1 -0
- package/package.json +127 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wspace-operations.js","names":[],"sources":["../../src/generated/wspace-operations.ts"],"sourcesContent":["// @ts-nocheck\nimport * as Types from './wspace-types';\n\nimport { gql } from '@apollo/client';\nimport * as Apollo from '@apollo/client';\nimport * as ApolloReactHooks from '@apollo/client/react';\nconst defaultOptions = {} as const;\nexport type ActionFieldsFragment = { __typename?: 'Action', id: string, workspaceId: string, name: string, displayName?: string | null, description?: string | null, icon?: string | null, color?: string | null, actionType: Types.VibecontrolsActionType, sourceType: Types.ActionSourceType, storeItemId?: string | null, storeVersion?: string | null, triggerType: Types.ActionTriggerType, schedule?: string | null, eventFilters?: Record<string, unknown> | null, command?: string | null, workingDirectory?: string | null, environmentVariables?: Record<string, unknown> | null, targetAgentId?: string | null, targetPlatformFilter?: string | null, script?: string | null, scriptInterpreter?: string | null, webhookUrl?: string | null, webhookMethod?: string | null, webhookHeaders?: Record<string, unknown> | null, webhookBody?: string | null, webhookAuthType?: string | null, hasWebhookAuth: boolean, timeoutMs?: number | null, retryCount: number, confirmationRequired: boolean, category?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, executionCount: number, lastExecutedAt?: string | null, createdAt: string, updatedAt: string, deletedAt?: string | null };\n\nexport type ActionExecutionFieldsFragment = { __typename?: 'ActionExecution', id: string, actionId: string, triggerType: Types.ActionTriggerType, triggerSource?: string | null, status: Types.ActionExecutionStatus, agentId?: string | null, command?: string | null, script?: string | null, output?: string | null, exitCode?: number | null, webhookStatusCode?: number | null, errorMessage?: string | null, startedAt?: string | null, completedAt?: string | null, durationMs?: number | null, createdAt: string };\n\nexport type AgentFieldsFragment = { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> };\n\nexport type VibeAuditLogFieldsFragment = { __typename?: 'VibeAuditLog', id: string, workspaceId: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, description?: string | null, status: Types.VibeAuditStatus, errorMessage?: string | null, command?: string | null, exitCode?: number | null, deleteReason?: string | null, actorId: string, actorType?: string | null, ipAddress?: string | null, expiresAt?: string | null, createdAt: string, createdBy: string };\n\nexport type VibeAuditLogDetailFragment = { __typename?: 'VibeAuditLog', script?: string | null, output?: string | null, userAgent?: string | null, requestId?: string | null, previousState?: Record<string, unknown> | null, newState?: Record<string, unknown> | null, changeset?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, id: string, workspaceId: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, description?: string | null, status: Types.VibeAuditStatus, errorMessage?: string | null, command?: string | null, exitCode?: number | null, deleteReason?: string | null, actorId: string, actorType?: string | null, ipAddress?: string | null, expiresAt?: string | null, createdAt: string, createdBy: string };\n\nexport type CatalogFieldsFragment = { __typename?: 'VibecontrolsCatalog', id: string, workspaceId: string, name: string, description?: string | null, visibility: Types.CatalogVisibility, ownerId?: string | null, ownerName?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, componentCount: number, vibeCount: number, createdAt: string, updatedAt: string };\n\nexport type ComponentFieldsFragment = { __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string };\n\nexport type ConfigurationFieldsFragment = { __typename?: 'Configuration', id: string, key: string, value: Record<string, unknown>, scope: Types.ConfigScope, scopeId?: string | null, isSecret: boolean, workspaceId: string, createdAt: string, updatedAt: string };\n\nexport type EntityTagPickerAssignmentFieldsFragment = { __typename?: 'EntityTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, key: string, label: string, color?: string | null } | null };\n\nexport type EntityTagPickerAvailableTagFieldsFragment = { __typename?: 'AvailableTag', id: string, key: string, label: string, color?: string | null };\n\nexport type NoteTagAssignmentFieldsFragment = { __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null };\n\nexport type NoteFieldsFragment = { __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> };\n\nexport type ScorecardFieldsFragment = { __typename?: 'VibecontrolsScorecard', id: string, workspaceId: string, ownerType: Types.ScorecardOwnerType, ownerId: string, overallScore?: number | null, lastEvaluatedAt?: string | null, createdAt: string, updatedAt: string, metrics: Array<{ __typename?: 'VibecontrolsScorecardMetric', id: string, name: string, description?: string | null, type: Types.ScorecardMetricType, value?: number | null, threshold?: number | null, unit?: string | null, status: Types.ScorecardMetricStatus, iframeUrl?: string | null, iframeHeight?: number | null, lastUpdatedAt?: string | null, createdAt: string, updatedAt: string }> };\n\nexport type SessionShareFieldsFragment = { __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null };\n\nexport type SessionShareLinkFieldsFragment = { __typename?: 'SessionShareLink', id: string, sessionId: string, token: string, shareUrl: string, name?: string | null, permission: Types.SessionSharePermission, status: Types.ShareStatus, hasPassword: boolean, expiresAt: string, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string };\n\nexport type SessionCollaboratorFieldsFragment = { __typename?: 'SessionCollaborator', id: string, sessionId: string, userId: string, username?: string | null, avatarUrl?: string | null, role: Types.CollaboratorRole, hasControl: boolean, joinedAt: string, lastActiveAt: string };\n\nexport type ShareLinkValidationFieldsFragment = { __typename?: 'ShareLinkValidation', isValid: boolean, requiresPassword: boolean, permission?: Types.SessionSharePermission | null, expiresAt?: string | null, sessionId?: string | null, sessionName?: string | null, ownerName?: string | null, error?: string | null };\n\nexport type SessionFieldsFragment = { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string };\n\nexport type TargetFieldsFragment = { __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> };\n\nexport type AgentConnectionFieldsFragment = { __typename?: 'AgentConnection', id: string, workspaceId: string, protocol: Types.TargetType, status: string, connectionId?: string | null, permissions: Array<string>, scopes: Array<string>, label?: string | null, description?: string | null, createdAt: string, sourceAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean }, target: { __typename?: 'Target', id: string, name: string, type: Types.TargetType, status: string, host?: string | null } };\n\nexport type TemplateFieldsFragment = { __typename?: 'VibecontrolsTemplate', id: string, workspaceId: string, name: string, description?: string | null, category: Types.VibecontrolsTemplateCategory, status: Types.VibecontrolsTemplateStatus, version?: string | null, setupInstructions?: string | null, fileTree?: Record<string, unknown> | null, variables?: Record<string, unknown> | null, cloneCount: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type VibeCalendarTaskFieldsFragment = { __typename?: 'VibeCalendarTask', id: string, calendarId: string, actionId: string, cronExpression?: string | null, status: Types.VibeCalendarTaskStatus, isRecurring?: boolean | null, lastExecutedAt?: string | null, nextExecutionAt?: string | null, createdAt: string, updatedAt: string };\n\nexport type VibeCalendarExecutionFieldsFragment = { __typename?: 'VibeCalendarExecution', id: string, taskId: string, status: Types.VibeCalendarExecutionStatus, startedAt: string, exitCode?: number | null, output?: string | null, error?: string | null, completedAt?: string | null, webhookStatusCode?: number | null };\n\nexport type VibeDeckShareLinkFieldsFragment = { __typename?: 'VibeDeckShareLink', id: string, vibeDeckId: string, token: string, shareUrl: string, name?: string | null, visibility: Types.VibeDeckShareVisibility, permission: Types.VibeDeckSharePermission, status: Types.VibeDeckShareStatus, hasPassword: boolean, allowIframe: boolean, expiresAt?: string | null, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string };\n\nexport type SharedVibeDeckButtonFieldsFragment = { __typename?: 'SharedVibeDeckButton', id: string, label: string, icon?: string | null, color?: string | null, actionType: Types.VibeDeckButtonActionType, category?: string | null, confirmationRequired: boolean, row: number, column: number, rowSpan: number, colSpan: number };\n\nexport type SharedVibeDeckFieldsFragment = { __typename?: 'SharedVibeDeck', id: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, permission: Types.VibeDeckSharePermission, buttons: Array<{ __typename?: 'SharedVibeDeckButton', id: string, label: string, icon?: string | null, color?: string | null, actionType: Types.VibeDeckButtonActionType, category?: string | null, confirmationRequired: boolean, row: number, column: number, rowSpan: number, colSpan: number }> };\n\nexport type VibeDeckFieldsFragment = { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type VibeDeckButtonFieldsFragment = { __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null };\n\nexport type VibeDeckWithButtonsFragment = { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, buttons: Array<{ __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null }> };\n\nexport type VibeFieldsFragment = { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null };\n\nexport type WebhookFieldsFragment = { __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string };\n\nexport type CreateActionMutationVariables = Types.Exact<{\n input: Types.CreateActionInput;\n}>;\n\n\nexport type CreateActionMutation = { __typename?: 'Mutation', createAction: { __typename?: 'Action', id: string, workspaceId: string, name: string, displayName?: string | null, description?: string | null, icon?: string | null, color?: string | null, actionType: Types.VibecontrolsActionType, sourceType: Types.ActionSourceType, storeItemId?: string | null, storeVersion?: string | null, triggerType: Types.ActionTriggerType, schedule?: string | null, eventFilters?: Record<string, unknown> | null, command?: string | null, workingDirectory?: string | null, environmentVariables?: Record<string, unknown> | null, targetAgentId?: string | null, targetPlatformFilter?: string | null, script?: string | null, scriptInterpreter?: string | null, webhookUrl?: string | null, webhookMethod?: string | null, webhookHeaders?: Record<string, unknown> | null, webhookBody?: string | null, webhookAuthType?: string | null, hasWebhookAuth: boolean, timeoutMs?: number | null, retryCount: number, confirmationRequired: boolean, category?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, executionCount: number, lastExecutedAt?: string | null, createdAt: string, updatedAt: string, deletedAt?: string | null } };\n\nexport type UpdateActionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateActionInput;\n}>;\n\n\nexport type UpdateActionMutation = { __typename?: 'Mutation', updateAction: { __typename?: 'Action', id: string, workspaceId: string, name: string, displayName?: string | null, description?: string | null, icon?: string | null, color?: string | null, actionType: Types.VibecontrolsActionType, sourceType: Types.ActionSourceType, storeItemId?: string | null, storeVersion?: string | null, triggerType: Types.ActionTriggerType, schedule?: string | null, eventFilters?: Record<string, unknown> | null, command?: string | null, workingDirectory?: string | null, environmentVariables?: Record<string, unknown> | null, targetAgentId?: string | null, targetPlatformFilter?: string | null, script?: string | null, scriptInterpreter?: string | null, webhookUrl?: string | null, webhookMethod?: string | null, webhookHeaders?: Record<string, unknown> | null, webhookBody?: string | null, webhookAuthType?: string | null, hasWebhookAuth: boolean, timeoutMs?: number | null, retryCount: number, confirmationRequired: boolean, category?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, executionCount: number, lastExecutedAt?: string | null, createdAt: string, updatedAt: string, deletedAt?: string | null } };\n\nexport type DeleteActionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteActionMutation = { __typename?: 'Mutation', deleteAction: boolean };\n\nexport type ExecuteActionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input?: Types.InputMaybe<Types.ExecuteActionInput>;\n}>;\n\n\nexport type ExecuteActionMutation = { __typename?: 'Mutation', executeAction: { __typename?: 'ActionExecution', id: string, actionId: string, triggerType: Types.ActionTriggerType, triggerSource?: string | null, status: Types.ActionExecutionStatus, agentId?: string | null, command?: string | null, script?: string | null, output?: string | null, exitCode?: number | null, webhookStatusCode?: number | null, errorMessage?: string | null, startedAt?: string | null, completedAt?: string | null, durationMs?: number | null, createdAt: string } };\n\nexport type DuplicateActionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n name: Types.Scalars['String']['input'];\n}>;\n\n\nexport type DuplicateActionMutation = { __typename?: 'Mutation', duplicateAction: { __typename?: 'Action', id: string, workspaceId: string, name: string, displayName?: string | null, description?: string | null, icon?: string | null, color?: string | null, actionType: Types.VibecontrolsActionType, sourceType: Types.ActionSourceType, storeItemId?: string | null, storeVersion?: string | null, triggerType: Types.ActionTriggerType, schedule?: string | null, eventFilters?: Record<string, unknown> | null, command?: string | null, workingDirectory?: string | null, environmentVariables?: Record<string, unknown> | null, targetAgentId?: string | null, targetPlatformFilter?: string | null, script?: string | null, scriptInterpreter?: string | null, webhookUrl?: string | null, webhookMethod?: string | null, webhookHeaders?: Record<string, unknown> | null, webhookBody?: string | null, webhookAuthType?: string | null, hasWebhookAuth: boolean, timeoutMs?: number | null, retryCount: number, confirmationRequired: boolean, category?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, executionCount: number, lastExecutedAt?: string | null, createdAt: string, updatedAt: string, deletedAt?: string | null } };\n\nexport type StartVibecontrolsAgentMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StartVibecontrolsAgentMutation = { __typename?: 'Mutation', startVibecontrolsAgent: { __typename?: 'AgentLifecycleActionResult', success: boolean, state: string, error?: string | null } };\n\nexport type StopVibecontrolsAgentMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StopVibecontrolsAgentMutation = { __typename?: 'Mutation', stopVibecontrolsAgent: { __typename?: 'AgentLifecycleActionResult', success: boolean, state: string, error?: string | null } };\n\nexport type CreateAgentMutationVariables = Types.Exact<{\n input: Types.CreateVibecontrolsAgentInput;\n}>;\n\n\nexport type CreateAgentMutation = { __typename?: 'Mutation', createVibecontrolsAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } };\n\nexport type UpdateAgentMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibecontrolsAgentInput;\n}>;\n\n\nexport type UpdateAgentMutation = { __typename?: 'Mutation', updateVibecontrolsAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } };\n\nexport type DeleteAgentMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteAgentMutation = { __typename?: 'Mutation', deleteVibecontrolsAgent: boolean };\n\nexport type AgentHeartbeatMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AgentHeartbeatMutation = { __typename?: 'Mutation', vibecontrolsAgentHeartbeat: { __typename?: 'VibecontrolsAgent', id: string, lastHeartbeat?: string | null, isActive: boolean } };\n\nexport type DeactivateAgentMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeactivateAgentMutation = { __typename?: 'Mutation', deactivateVibecontrolsAgent: { __typename?: 'VibecontrolsAgent', id: string, isActive: boolean } };\n\nexport type InstallAgentPluginMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n packageName: Types.Scalars['String']['input'];\n}>;\n\n\nexport type InstallAgentPluginMutation = { __typename?: 'Mutation', installAgentPlugin: { __typename?: 'AgentPluginActionResult', success: boolean, error?: string | null } };\n\nexport type RemoveAgentPluginMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n packageName: Types.Scalars['String']['input'];\n}>;\n\n\nexport type RemoveAgentPluginMutation = { __typename?: 'Mutation', removeAgentPlugin: { __typename?: 'AgentPluginActionResult', success: boolean, error?: string | null } };\n\nexport type PushAgentGatewayAuthMutationVariables = Types.Exact<{\n input: Types.PushAgentGatewayAuthInput;\n}>;\n\n\nexport type PushAgentGatewayAuthMutation = { __typename?: 'Mutation', pushAgentGatewayAuth: { __typename?: 'AgentPluginActionResult', success: boolean, error?: string | null } };\n\nexport type SetupAgentGatewayAuthMutationVariables = Types.Exact<{\n input: Types.SetupAgentGatewayAuthInput;\n}>;\n\n\nexport type SetupAgentGatewayAuthMutation = { __typename?: 'Mutation', setupAgentGatewayAuth: { __typename?: 'SetupAgentGatewayAuthResult', appId: string, clientId: string, clientSecret: string, devportalApplicationId?: string | null, success: boolean, error?: string | null, agent: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } } };\n\nexport type AddAgentFromTunnelMutationVariables = Types.Exact<{\n input: Types.AddAgentFromTunnelInput;\n}>;\n\n\nexport type AddAgentFromTunnelMutation = { __typename?: 'Mutation', addVibecontrolsAgentFromTunnel: { __typename?: 'AddAgentFromTunnelResult', clientId: string, clientSecret: string, devportalApplicationId?: string | null, success: boolean, error?: string | null, agent: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } } };\n\nexport type DeleteVibeAuditLogMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.VibeAuditDeleteInput;\n}>;\n\n\nexport type DeleteVibeAuditLogMutation = { __typename?: 'Mutation', deleteVibeAuditLog: boolean };\n\nexport type BulkDeleteVibeAuditLogsMutationVariables = Types.Exact<{\n ids: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n input: Types.VibeAuditDeleteInput;\n}>;\n\n\nexport type BulkDeleteVibeAuditLogsMutation = { __typename?: 'Mutation', bulkDeleteVibeAuditLogs: { __typename?: 'VibeAuditBulkDeleteResult', deletedCount: number, failedCount: number, errors: Array<string> } };\n\nexport type ExportVibeAuditLogsMutationVariables = Types.Exact<{\n input: Types.VibeAuditExportInput;\n}>;\n\n\nexport type ExportVibeAuditLogsMutation = { __typename?: 'Mutation', exportVibeAuditLogs: { __typename?: 'VibeAuditLogExport', data: string, format: Types.VibeAuditExportFormat, count: number, generatedAt: string } };\n\nexport type CreateCatalogMutationVariables = Types.Exact<{\n input: Types.CreateCatalogInput;\n}>;\n\n\nexport type CreateCatalogMutation = { __typename?: 'Mutation', createVibecontrolsCatalog: { __typename?: 'VibecontrolsCatalog', id: string, workspaceId: string, name: string, description?: string | null, visibility: Types.CatalogVisibility, ownerId?: string | null, ownerName?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, componentCount: number, vibeCount: number, createdAt: string, updatedAt: string } };\n\nexport type UpdateCatalogMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateCatalogInput;\n}>;\n\n\nexport type UpdateCatalogMutation = { __typename?: 'Mutation', updateVibecontrolsCatalog: { __typename?: 'VibecontrolsCatalog', id: string, workspaceId: string, name: string, description?: string | null, visibility: Types.CatalogVisibility, ownerId?: string | null, ownerName?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, componentCount: number, vibeCount: number, createdAt: string, updatedAt: string } };\n\nexport type DeleteCatalogMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteCatalogMutation = { __typename?: 'Mutation', deleteVibecontrolsCatalog: boolean };\n\nexport type AddComponentToCatalogMutationVariables = Types.Exact<{\n catalogId: Types.Scalars['ID']['input'];\n componentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AddComponentToCatalogMutation = { __typename?: 'Mutation', addComponentToVibecontrolsCatalog: { __typename?: 'VibecontrolsCatalogComponent', id: string, addedAt: string, addedBy: string, component?: { __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string } | null } };\n\nexport type RemoveComponentFromCatalogMutationVariables = Types.Exact<{\n catalogId: Types.Scalars['ID']['input'];\n componentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RemoveComponentFromCatalogMutation = { __typename?: 'Mutation', removeComponentFromVibecontrolsCatalog: boolean };\n\nexport type AddVibeToCatalogMutationVariables = Types.Exact<{\n catalogId: Types.Scalars['ID']['input'];\n vibeId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AddVibeToCatalogMutation = { __typename?: 'Mutation', addVibeToVibecontrolsCatalog: { __typename?: 'VibecontrolsCatalogVibe', id: string, addedAt: string, addedBy: string, vibe?: { __typename?: 'Vibe', id: string, name: string } | null } };\n\nexport type RemoveVibeFromCatalogMutationVariables = Types.Exact<{\n catalogId: Types.Scalars['ID']['input'];\n vibeId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RemoveVibeFromCatalogMutation = { __typename?: 'Mutation', removeVibeFromVibecontrolsCatalog: boolean };\n\nexport type CreateComponentMutationVariables = Types.Exact<{\n input: Types.CreateComponentInput;\n}>;\n\n\nexport type CreateComponentMutation = { __typename?: 'Mutation', createVibecontrolsComponent: { __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string } };\n\nexport type UpdateComponentMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateComponentInput;\n}>;\n\n\nexport type UpdateComponentMutation = { __typename?: 'Mutation', updateVibecontrolsComponent: { __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string } };\n\nexport type DeleteComponentMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteComponentMutation = { __typename?: 'Mutation', deleteVibecontrolsComponent: boolean };\n\nexport type SetConfigurationMutationVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key: Types.Scalars['String']['input'];\n value: Types.Scalars['JSON']['input'];\n isSecret?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type SetConfigurationMutation = { __typename?: 'Mutation', setConfiguration: { __typename?: 'Configuration', id: string, key: string, value: Record<string, unknown>, scope: Types.ConfigScope, scopeId?: string | null, isSecret: boolean, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type DeleteConfigurationMutationVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key: Types.Scalars['String']['input'];\n}>;\n\n\nexport type DeleteConfigurationMutation = { __typename?: 'Mutation', deleteConfiguration: boolean };\n\nexport type BulkSetConfigurationsMutationVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n configurations: Array<Types.ConfigurationInput> | Types.ConfigurationInput;\n}>;\n\n\nexport type BulkSetConfigurationsMutation = { __typename?: 'Mutation', bulkSetConfigurations: Array<{ __typename?: 'Configuration', id: string, key: string, value: Record<string, unknown>, scope: Types.ConfigScope, scopeId?: string | null, isSecret: boolean, workspaceId: string, createdAt: string, updatedAt: string }> };\n\nexport type CreateDocsSiteMutationVariables = Types.Exact<{\n input: Types.CreateVibecontrolsDocsSiteInput;\n}>;\n\n\nexport type CreateDocsSiteMutation = { __typename?: 'Mutation', createDocsSite: { __typename?: 'VibecontrolsDocsSite', id: string, ownerType: Types.VibecontrolsDocsSiteOwnerType, ownerId: string, name: string, visibility: Types.VibecontrolsDocsSiteVisibility } };\n\nexport type UpdateDocsSiteMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibecontrolsDocsSiteInput;\n}>;\n\n\nexport type UpdateDocsSiteMutation = { __typename?: 'Mutation', updateDocsSite: { __typename?: 'VibecontrolsDocsSite', id: string, name: string, docusaurusConfig: Record<string, unknown> } };\n\nexport type UpdateDocsSiteVisibilityMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n visibility: Types.VibecontrolsDocsSiteVisibility;\n}>;\n\n\nexport type UpdateDocsSiteVisibilityMutation = { __typename?: 'Mutation', updateDocsSiteVisibility: { __typename?: 'VibecontrolsDocsSite', id: string, visibility: Types.VibecontrolsDocsSiteVisibility } };\n\nexport type CreateDocsPageMutationVariables = Types.Exact<{\n input: Types.CreateVibecontrolsDocsPageInput;\n}>;\n\n\nexport type CreateDocsPageMutation = { __typename?: 'Mutation', createDocsPage: { __typename?: 'VibecontrolsDocsPage', id: string, siteId: string, slug: string, title: string, content: string, status: Types.VibecontrolsDocsPageStatus, sidebarPosition: number, category?: string | null } };\n\nexport type UpdateDocsPageMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibecontrolsDocsPageInput;\n}>;\n\n\nexport type UpdateDocsPageMutation = { __typename?: 'Mutation', updateDocsPage: { __typename?: 'VibecontrolsDocsPage', id: string, title: string, content: string, slug: string } };\n\nexport type DeleteDocsPageMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDocsPageMutation = { __typename?: 'Mutation', deleteDocsPage: boolean };\n\nexport type CompileDocsSiteMutationVariables = Types.Exact<{\n siteId: Types.Scalars['ID']['input'];\n publish?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type CompileDocsSiteMutation = { __typename?: 'Mutation', compileDocsSite: { __typename?: 'VibecontrolsDocsRevision', id: string, siteId: string, revisionNumber: number, status: Types.VibecontrolsDocsRevisionStatus } };\n\nexport type RegisterDocsBuildImageMutationVariables = Types.Exact<{\n input: Types.RegisterVibecontrolsDocsBuildImageInput;\n}>;\n\n\nexport type RegisterDocsBuildImageMutation = { __typename?: 'Mutation', registerDocsBuildImage: { __typename?: 'VibecontrolsDocsBuildImage', id: string, name: string, imageRef: string, status: Types.VibecontrolsDocsBuildImageStatus } };\n\nexport type ValidateDocsBuildImageMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ValidateDocsBuildImageMutation = { __typename?: 'Mutation', validateDocsBuildImage: { __typename?: 'VibecontrolsDocsBuildImage', id: string, status: Types.VibecontrolsDocsBuildImageStatus } };\n\nexport type DisableDocsBuildImageMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DisableDocsBuildImageMutation = { __typename?: 'Mutation', disableDocsBuildImage: { __typename?: 'VibecontrolsDocsBuildImage', id: string, status: Types.VibecontrolsDocsBuildImageStatus } };\n\nexport type UpdateDocsSiteRuntimeMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n runtime: Types.VibecontrolsDocsBuildRuntime;\n buildImageId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type UpdateDocsSiteRuntimeMutation = { __typename?: 'Mutation', updateDocsSiteRuntime: { __typename?: 'VibecontrolsDocsSite', id: string, runtime: Types.VibecontrolsDocsBuildRuntime, buildImageId?: string | null } };\n\nexport type EntityTagPickerTagEntityMutationVariables = Types.Exact<{\n input: Types.TagEntityInput;\n}>;\n\n\nexport type EntityTagPickerTagEntityMutation = { __typename?: 'Mutation', tagVibecontrolsEntity: { __typename?: 'EntityTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, key: string, label: string, color?: string | null } | null } };\n\nexport type EntityTagPickerUntagEntityMutationVariables = Types.Exact<{\n input: Types.UntagEntityInput;\n}>;\n\n\nexport type EntityTagPickerUntagEntityMutation = { __typename?: 'Mutation', untagVibecontrolsEntity: boolean };\n\nexport type CreateGitopsProviderMutationVariables = Types.Exact<{\n input: Types.CreateGitopsProviderInput;\n}>;\n\n\nexport type CreateGitopsProviderMutation = { __typename?: 'Mutation', createGitopsProvider: { __typename?: 'GitopsProvider', id: string, workspaceId: string, name: string, providerType: Types.GitopsProviderType, repoUrl: string, isActive: boolean, createdAt: string } };\n\nexport type UpdateGitopsProviderMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateGitopsProviderInput;\n}>;\n\n\nexport type UpdateGitopsProviderMutation = { __typename?: 'Mutation', updateGitopsProvider: { __typename?: 'GitopsProvider', id: string, name: string, providerType: Types.GitopsProviderType, repoUrl: string, isActive: boolean, updatedAt: string } };\n\nexport type DeleteGitopsProviderMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteGitopsProviderMutation = { __typename?: 'Mutation', deleteGitopsProvider: boolean };\n\nexport type RefreshRepoStatsMutationVariables = Types.Exact<{\n providerId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RefreshRepoStatsMutation = { __typename?: 'Mutation', refreshRepoStats: { __typename?: 'RepoStats', owner?: string | null, name?: string | null, fullName?: string | null, description?: string | null, visibility?: string | null, defaultBranch?: string | null, openPullRequests?: number | null, openIssues?: number | null, forkCount?: number | null, stargazerCount?: number | null, dependabotAlerts?: number | null, languages?: Record<string, unknown> | null, license?: string | null, isArchived?: boolean | null, isFork?: boolean | null } };\n\nexport type RefreshCiStatusMutationVariables = Types.Exact<{\n providerId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RefreshCiStatusMutation = { __typename?: 'Mutation', refreshCIStatus: { __typename?: 'CIStatus', successRate?: number | null, averageDurationSeconds?: number | null, totalRunsLast30Days?: number | null, workflows: Array<{ __typename?: 'CIWorkflow', id: string, name: string, state?: string | null }>, recentRuns: Array<{ __typename?: 'CIPipelineRun', id: string, workflowName?: string | null, status: string, conclusion?: string | null, branch?: string | null, durationSeconds?: number | null, startedAt?: string | null, url?: string | null }> } };\n\nexport type CreateNoteMutationVariables = Types.Exact<{\n input: Types.CreateVibecontrolsNoteInput;\n}>;\n\n\nexport type CreateNoteMutation = { __typename?: 'Mutation', createNote: { __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> } };\n\nexport type UpdateNoteMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibecontrolsNoteInput;\n}>;\n\n\nexport type UpdateNoteMutation = { __typename?: 'Mutation', updateNote: { __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> } };\n\nexport type DeleteNoteMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteNoteMutation = { __typename?: 'Mutation', deleteNote: boolean };\n\nexport type PinNoteMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type PinNoteMutation = { __typename?: 'Mutation', pinNote: { __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> } };\n\nexport type UnpinNoteMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type UnpinNoteMutation = { __typename?: 'Mutation', unpinNote: { __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> } };\n\nexport type TagNoteMutationVariables = Types.Exact<{\n input: Types.TagNoteInput;\n}>;\n\n\nexport type TagNoteMutation = { __typename?: 'Mutation', tagNote: { __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null } };\n\nexport type UntagNoteMutationVariables = Types.Exact<{\n input: Types.UntagNoteInput;\n}>;\n\n\nexport type UntagNoteMutation = { __typename?: 'Mutation', untagNote: boolean };\n\nexport type ReplaceNoteTagsMutationVariables = Types.Exact<{\n input: Types.ReplaceNoteTagsInput;\n}>;\n\n\nexport type ReplaceNoteTagsMutation = { __typename?: 'Mutation', replaceNoteTags: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> };\n\nexport type CreateNoteTagMutationVariables = Types.Exact<{\n input: Types.CreateNoteTagInput;\n}>;\n\n\nexport type CreateNoteTagMutation = { __typename?: 'Mutation', createNoteTag: { __typename?: 'AvailableTag', id: string, key: string, label: string, color?: string | null } };\n\nexport type CreateSandboxMutationVariables = Types.Exact<{\n input: Types.CreateSandboxInput;\n}>;\n\n\nexport type CreateSandboxMutation = { __typename?: 'Mutation', createSandbox: { __typename?: 'Sandbox', id: string, name: string, status: Types.SandboxStatus, network: { __typename?: 'SandboxNetwork', internalUrl?: string | null } } };\n\nexport type ProxySandboxRequestMutationVariables = Types.Exact<{\n input: Types.ProxySandboxRequestInput;\n}>;\n\n\nexport type ProxySandboxRequestMutation = { __typename?: 'Mutation', proxySandboxRequest: { __typename?: 'ProxySandboxResponse', status: number, body?: Record<string, unknown> | null } };\n\nexport type ExtendSandboxTtlMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n additionalSeconds: Types.Scalars['Int']['input'];\n context: Types.ContextInput;\n}>;\n\n\nexport type ExtendSandboxTtlMutation = { __typename?: 'Mutation', extendSandboxTTL: { __typename?: 'Sandbox', id: string, expiresAt: string } };\n\nexport type UpsertScorecardMutationVariables = Types.Exact<{\n input: Types.UpsertScorecardInput;\n}>;\n\n\nexport type UpsertScorecardMutation = { __typename?: 'Mutation', upsertVibecontrolsScorecard: { __typename?: 'VibecontrolsScorecard', id: string, workspaceId: string, ownerType: Types.ScorecardOwnerType, ownerId: string, overallScore?: number | null, lastEvaluatedAt?: string | null, createdAt: string, updatedAt: string, metrics: Array<{ __typename?: 'VibecontrolsScorecardMetric', id: string, name: string, description?: string | null, type: Types.ScorecardMetricType, value?: number | null, threshold?: number | null, unit?: string | null, status: Types.ScorecardMetricStatus, iframeUrl?: string | null, iframeHeight?: number | null, lastUpdatedAt?: string | null, createdAt: string, updatedAt: string }> } };\n\nexport type AddScorecardMetricMutationVariables = Types.Exact<{\n scorecardId: Types.Scalars['ID']['input'];\n input: Types.AddScorecardMetricInput;\n}>;\n\n\nexport type AddScorecardMetricMutation = { __typename?: 'Mutation', addVibecontrolsScorecardMetric: { __typename?: 'VibecontrolsScorecardMetric', id: string, name: string, description?: string | null, type: Types.ScorecardMetricType, value?: number | null, threshold?: number | null, unit?: string | null, status: Types.ScorecardMetricStatus, iframeUrl?: string | null, iframeHeight?: number | null } };\n\nexport type UpdateScorecardMetricMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateScorecardMetricInput;\n}>;\n\n\nexport type UpdateScorecardMetricMutation = { __typename?: 'Mutation', updateVibecontrolsScorecardMetric: { __typename?: 'VibecontrolsScorecardMetric', id: string, name: string, value?: number | null, threshold?: number | null, status: Types.ScorecardMetricStatus } };\n\nexport type RemoveScorecardMetricMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RemoveScorecardMetricMutation = { __typename?: 'Mutation', removeVibecontrolsScorecardMetric: boolean };\n\nexport type ShareSessionMutationVariables = Types.Exact<{\n input: Types.ShareSessionInput;\n}>;\n\n\nexport type ShareSessionMutation = { __typename?: 'Mutation', shareSession: { __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null } };\n\nexport type UpdateSessionShareMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateSessionShareInput;\n}>;\n\n\nexport type UpdateSessionShareMutation = { __typename?: 'Mutation', updateSessionShare: { __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null } };\n\nexport type RevokeSessionShareMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeSessionShareMutation = { __typename?: 'Mutation', revokeSessionShare: { __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null } };\n\nexport type CreateSessionShareLinkMutationVariables = Types.Exact<{\n input: Types.CreateShareLinkInput;\n}>;\n\n\nexport type CreateSessionShareLinkMutation = { __typename?: 'Mutation', createSessionShareLink: { __typename?: 'SessionShareLink', id: string, sessionId: string, token: string, shareUrl: string, name?: string | null, permission: Types.SessionSharePermission, status: Types.ShareStatus, hasPassword: boolean, expiresAt: string, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string } };\n\nexport type RevokeSessionShareLinkMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeSessionShareLinkMutation = { __typename?: 'Mutation', revokeSessionShareLink: { __typename?: 'SessionShareLink', id: string, sessionId: string, token: string, shareUrl: string, name?: string | null, permission: Types.SessionSharePermission, status: Types.ShareStatus, hasPassword: boolean, expiresAt: string, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string } };\n\nexport type JoinSharedSessionMutationVariables = Types.Exact<{\n input: Types.JoinSessionInput;\n}>;\n\n\nexport type JoinSharedSessionMutation = { __typename?: 'Mutation', joinSharedSession: { __typename?: 'SessionCollaborator', id: string, sessionId: string, userId: string, username?: string | null, avatarUrl?: string | null, role: Types.CollaboratorRole, hasControl: boolean, joinedAt: string, lastActiveAt: string } };\n\nexport type LeaveSharedSessionMutationVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type LeaveSharedSessionMutation = { __typename?: 'Mutation', leaveSharedSession: boolean };\n\nexport type RequestSessionControlMutationVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RequestSessionControlMutation = { __typename?: 'Mutation', requestSessionControl: boolean };\n\nexport type ReleaseSessionControlMutationVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReleaseSessionControlMutation = { __typename?: 'Mutation', releaseSessionControl: boolean };\n\nexport type TransferSessionControlMutationVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n toUserId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TransferSessionControlMutation = { __typename?: 'Mutation', transferSessionControl: boolean };\n\nexport type CreateSessionMutationVariables = Types.Exact<{\n input: Types.CreateSessionInput;\n}>;\n\n\nexport type CreateSessionMutation = { __typename?: 'Mutation', createSession: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type UpdateSessionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateSessionInput;\n}>;\n\n\nexport type UpdateSessionMutation = { __typename?: 'Mutation', updateSession: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type StartSessionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StartSessionMutation = { __typename?: 'Mutation', startSession: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type StopSessionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StopSessionMutation = { __typename?: 'Mutation', stopSession: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type RestartSessionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RestartSessionMutation = { __typename?: 'Mutation', restartSession: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type TerminateSessionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TerminateSessionMutation = { __typename?: 'Mutation', terminateSession: boolean };\n\nexport type SendSessionInputMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.Scalars['String']['input'];\n}>;\n\n\nexport type SendSessionInputMutation = { __typename?: 'Mutation', sendSessionInput: boolean };\n\nexport type StartSessionTerminalMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StartSessionTerminalMutation = { __typename?: 'Mutation', startSessionTerminal: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type StopSessionTerminalMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StopSessionTerminalMutation = { __typename?: 'Mutation', stopSessionTerminal: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type RestartSessionTerminalMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RestartSessionTerminalMutation = { __typename?: 'Mutation', restartSessionTerminal: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type CheckSessionHealthMutationVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type CheckSessionHealthMutation = { __typename?: 'Mutation', checkSessionHealth: { __typename?: 'SessionHealthCheckResult', checked: number, updated: number, errors: Array<string> } };\n\nexport type BulkStopSessionsMutationVariables = Types.Exact<{\n ids: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BulkStopSessionsMutation = { __typename?: 'Mutation', bulkStopSessions: { __typename?: 'BulkSessionResult', succeeded: number, failed: number, errors: Array<string> } };\n\nexport type BulkRestartSessionsMutationVariables = Types.Exact<{\n ids: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BulkRestartSessionsMutation = { __typename?: 'Mutation', bulkRestartSessions: { __typename?: 'BulkSessionResult', succeeded: number, failed: number, errors: Array<string> } };\n\nexport type BulkTerminateSessionsMutationVariables = Types.Exact<{\n ids: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BulkTerminateSessionsMutation = { __typename?: 'Mutation', bulkTerminateSessions: { __typename?: 'BulkSessionResult', succeeded: number, failed: number, errors: Array<string> } };\n\nexport type AdoptAgentSessionMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n externalName: Types.Scalars['String']['input'];\n name: Types.Scalars['String']['input'];\n vibeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type AdoptAgentSessionMutation = { __typename?: 'Mutation', adoptAgentSession: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type UpdateProfileMutationVariables = Types.Exact<{\n input: Types.UpdateProfileInput;\n}>;\n\n\nexport type UpdateProfileMutation = { __typename?: 'Mutation', updateProfile: { __typename?: 'UserProfile', displayName?: string | null, avatar?: string | null, bio?: string | null, timezone?: string | null, language?: string | null } };\n\nexport type UpdatePreferencesMutationVariables = Types.Exact<{\n input: Types.UpdatePreferencesInput;\n}>;\n\n\nexport type UpdatePreferencesMutation = { __typename?: 'Mutation', updatePreferences: { __typename?: 'UserPreferences', theme: string, uiDensity: string, sidebarCollapsed: boolean, codeFont?: string | null, codeFontSize?: number | null } };\n\nexport type UpdateNotificationPreferencesMutationVariables = Types.Exact<{\n input: Types.UpdateNotificationPreferencesInput;\n}>;\n\n\nexport type UpdateNotificationPreferencesMutation = { __typename?: 'Mutation', updateNotificationPreferences: { __typename?: 'NotificationPreferences', agentOffline: boolean, sessionError: boolean, vibeStatusChange: boolean, emailDigest: boolean, digestFrequency?: string | null } };\n\nexport type UpdateWorkspaceDefaultsMutationVariables = Types.Exact<{\n input: Types.UpdateWorkspaceDefaultsInput;\n}>;\n\n\nexport type UpdateWorkspaceDefaultsMutation = { __typename?: 'Mutation', updateWorkspaceDefaults: { __typename?: 'WorkspaceDefaults', defaultAgent?: string | null, defaultSessionType: string, autoStartSessions: boolean, defaultVibeType: string, autoGitSync: boolean, agentHeartbeatInterval: number, agentAutoReconnect: boolean, agentMaxSessions: number, logLevel: string, telemetryEnabled: boolean, autoUpdate: boolean, defaultEnvironmentVariables?: string | null } };\n\nexport type ResetSettingsMutationVariables = Types.Exact<{\n category: Types.SettingsCategory;\n}>;\n\n\nexport type ResetSettingsMutation = { __typename?: 'Mutation', resetSettings: boolean };\n\nexport type SetSettingsSecretMutationVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key: Types.Scalars['String']['input'];\n value: Types.Scalars['JSON']['input'];\n}>;\n\n\nexport type SetSettingsSecretMutation = { __typename?: 'Mutation', setConfiguration: { __typename?: 'Configuration', id: string, key: string, isSecret: boolean, createdAt: string, updatedAt: string } };\n\nexport type DeleteSettingsSecretMutationVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key: Types.Scalars['String']['input'];\n}>;\n\n\nexport type DeleteSettingsSecretMutation = { __typename?: 'Mutation', deleteConfiguration: boolean };\n\nexport type CreateTargetMutationVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n input: Types.CreateTargetInput;\n}>;\n\n\nexport type CreateTargetMutation = { __typename?: 'Mutation', createTarget: { __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> } };\n\nexport type UpdateTargetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateTargetInput;\n}>;\n\n\nexport type UpdateTargetMutation = { __typename?: 'Mutation', updateTarget: { __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> } };\n\nexport type DeleteTargetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteTargetMutation = { __typename?: 'Mutation', deleteTarget: boolean };\n\nexport type TestTargetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TestTargetMutation = { __typename?: 'Mutation', testTarget: { __typename?: 'TargetTestResult', success: boolean, message?: string | null, latencyMs?: number | null } };\n\nexport type StartTerminalMutationVariables = Types.Exact<{\n targetId: Types.Scalars['ID']['input'];\n shell?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type StartTerminalMutation = { __typename?: 'Mutation', startTerminal: { __typename?: 'TerminalResult', sessionId: string, connectionId: string, localPort?: number | null, remotePort?: number | null, host?: string | null, ttydUrl?: string | null, status: string } };\n\nexport type StopTerminalMutationVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StopTerminalMutation = { __typename?: 'Mutation', stopTerminal: boolean };\n\nexport type InstallAgentOnTargetMutationVariables = Types.Exact<{\n targetId: Types.Scalars['ID']['input'];\n sourceAgentId: Types.Scalars['ID']['input'];\n agentPort?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type InstallAgentOnTargetMutation = { __typename?: 'Mutation', installAgentOnTarget: { __typename?: 'InstallJob', jobId: string, connectionId: string, status: string } };\n\nexport type UninstallAgentFromTargetMutationVariables = Types.Exact<{\n targetId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type UninstallAgentFromTargetMutation = { __typename?: 'Mutation', uninstallAgentFromTarget: boolean };\n\nexport type ConnectAgentToTargetMutationVariables = Types.Exact<{\n sourceAgentId: Types.Scalars['ID']['input'];\n targetId: Types.Scalars['ID']['input'];\n protocol: Types.TargetType;\n}>;\n\n\nexport type ConnectAgentToTargetMutation = { __typename?: 'Mutation', connectAgentToTarget: { __typename?: 'AgentConnection', id: string, workspaceId: string, protocol: Types.TargetType, status: string, connectionId?: string | null, permissions: Array<string>, scopes: Array<string>, label?: string | null, description?: string | null, createdAt: string, sourceAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean }, target: { __typename?: 'Target', id: string, name: string, type: Types.TargetType, status: string, host?: string | null } } };\n\nexport type DisconnectAgentFromTargetMutationVariables = Types.Exact<{\n connectionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DisconnectAgentFromTargetMutation = { __typename?: 'Mutation', disconnectAgentFromTarget: boolean };\n\nexport type ScanSshConfigMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n configPath?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ScanSshConfigMutation = { __typename?: 'Mutation', scanSSHConfig: { __typename?: 'SSHConfigScanResult', configPath: string, total: number, hosts: Array<{ __typename?: 'SSHConfigHost', name: string, hostname: string, port: number, user: string, identityFile?: string | null }> } };\n\nexport type ImportTargetsFromConfigMutationVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n hosts: Array<Types.ConfigHostInput> | Types.ConfigHostInput;\n}>;\n\n\nexport type ImportTargetsFromConfigMutation = { __typename?: 'Mutation', importTargetsFromConfig: { __typename?: 'TargetImportResult', created: number, skipped: number, skippedNames: Array<string>, targets: Array<{ __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> }> } };\n\nexport type RegisterInstalledAgentMutationVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n input: Types.RegisterInstalledAgentInput;\n}>;\n\n\nexport type RegisterInstalledAgentMutation = { __typename?: 'Mutation', registerInstalledAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string } };\n\nexport type UpdateAgentVersionMutationVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n version?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type UpdateAgentVersionMutation = { __typename?: 'Mutation', updateAgentVersion: { __typename?: 'VibecontrolsAgent', id: string, name: string, version: string } };\n\nexport type UpdateConnectionPermissionsMutationVariables = Types.Exact<{\n connectionId: Types.Scalars['ID']['input'];\n input: Types.UpdateConnectionPermissionsInput;\n}>;\n\n\nexport type UpdateConnectionPermissionsMutation = { __typename?: 'Mutation', updateConnectionPermissions: { __typename?: 'AgentConnection', id: string, workspaceId: string, protocol: Types.TargetType, status: string, connectionId?: string | null, permissions: Array<string>, scopes: Array<string>, label?: string | null, description?: string | null, createdAt: string, sourceAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean }, target: { __typename?: 'Target', id: string, name: string, type: Types.TargetType, status: string, host?: string | null } } };\n\nexport type GenerateAgentGraphContextUrlMutationVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n expiresInMinutes?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GenerateAgentGraphContextUrlMutation = { __typename?: 'Mutation', generateAgentGraphContextUrl: { __typename?: 'AgentGraphContextUrl', url: string, expiresAt: string, token: string } };\n\nexport type PublishComponentAsTemplateMutationVariables = Types.Exact<{\n componentId: Types.Scalars['ID']['input'];\n input: Types.VibecontrolsPublishTemplateInput;\n}>;\n\n\nexport type PublishComponentAsTemplateMutation = { __typename?: 'Mutation', publishVibecontrolsComponentAsTemplate: { __typename?: 'VibecontrolsTemplate', id: string, workspaceId: string, name: string, description?: string | null, category: Types.VibecontrolsTemplateCategory, status: Types.VibecontrolsTemplateStatus, version?: string | null, setupInstructions?: string | null, fileTree?: Record<string, unknown> | null, variables?: Record<string, unknown> | null, cloneCount: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type InstantiateTemplateMutationVariables = Types.Exact<{\n templateId: Types.Scalars['ID']['input'];\n input: Types.VibecontrolsCloneTemplateInput;\n}>;\n\n\nexport type InstantiateTemplateMutation = { __typename?: 'Mutation', instantiateVibecontrolsTemplate: { __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string } };\n\nexport type UpdateTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.VibecontrolsUpdateTemplateInput;\n}>;\n\n\nexport type UpdateTemplateMutation = { __typename?: 'Mutation', updateVibecontrolsTemplate: { __typename?: 'VibecontrolsTemplate', id: string, workspaceId: string, name: string, description?: string | null, category: Types.VibecontrolsTemplateCategory, status: Types.VibecontrolsTemplateStatus, version?: string | null, setupInstructions?: string | null, fileTree?: Record<string, unknown> | null, variables?: Record<string, unknown> | null, cloneCount: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteTemplateMutation = { __typename?: 'Mutation', deleteVibecontrolsTemplate: boolean };\n\nexport type CreateTunnelMutationVariables = Types.Exact<{\n input: Types.CreateTunnelInput;\n}>;\n\n\nexport type CreateTunnelMutation = { __typename?: 'Mutation', createTunnel: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type UpdateTunnelMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateTunnelInput;\n}>;\n\n\nexport type UpdateTunnelMutation = { __typename?: 'Mutation', updateTunnel: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type DeleteTunnelMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteTunnelMutation = { __typename?: 'Mutation', deleteTunnel: boolean };\n\nexport type StartTunnelMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StartTunnelMutation = { __typename?: 'Mutation', startTunnel: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type StopTunnelMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type StopTunnelMutation = { __typename?: 'Mutation', stopTunnel: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type RotateTunnelCredentialsMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RotateTunnelCredentialsMutation = { __typename?: 'Mutation', rotateTunnelCredentials: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type IssueTunnelSessionMutationVariables = Types.Exact<{\n tunnelId: Types.Scalars['ID']['input'];\n ttlSeconds?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type IssueTunnelSessionMutation = { __typename?: 'Mutation', issueTunnelSession: { __typename?: 'TunnelSessionIssueResult', token: string, agentConfigHint: Record<string, unknown>, session: { __typename?: 'TunnelSession', id: string, workspaceId: string, tunnelId: string, shardId?: string | null, agentId?: string | null, status: Types.TunnelSessionStatus, tokenFingerprint: string, issuedAt: string, expiresAt: string, connectedAt?: string | null, disconnectedAt?: string | null, revokedAt?: string | null, revokedReason?: string | null, clientIp?: string | null, bytesIn: number, bytesOut: number } } };\n\nexport type RevokeTunnelSessionMutationVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n reason?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type RevokeTunnelSessionMutation = { __typename?: 'Mutation', revokeTunnelSession: boolean };\n\nexport type ReserveTunnelSubdomainMutationVariables = Types.Exact<{\n input: Types.ReserveTunnelSubdomainInput;\n}>;\n\n\nexport type ReserveTunnelSubdomainMutation = { __typename?: 'Mutation', reserveTunnelSubdomain: { __typename?: 'TunnelDomain', id: string, workspaceId: string, tunnelId?: string | null, type: Types.TunnelDomainType, hostname: string, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, challengeRecordName?: string | null, challengeToken?: string | null, verifiedAt?: string | null, lastCheckedAt?: string | null, lastCheckError?: string | null, dnsTargetHint?: string | null, isPrimary: boolean, createdAt: string, updatedAt: string } };\n\nexport type RegisterCustomTunnelDomainMutationVariables = Types.Exact<{\n input: Types.RegisterCustomDomainInput;\n}>;\n\n\nexport type RegisterCustomTunnelDomainMutation = { __typename?: 'Mutation', registerCustomTunnelDomain: { __typename?: 'TunnelDomain', id: string, workspaceId: string, tunnelId?: string | null, type: Types.TunnelDomainType, hostname: string, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, challengeRecordName?: string | null, challengeToken?: string | null, verifiedAt?: string | null, lastCheckedAt?: string | null, lastCheckError?: string | null, dnsTargetHint?: string | null, isPrimary: boolean, createdAt: string, updatedAt: string } };\n\nexport type AttachTunnelDomainMutationVariables = Types.Exact<{\n tunnelId: Types.Scalars['ID']['input'];\n domainId: Types.Scalars['ID']['input'];\n makePrimary?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type AttachTunnelDomainMutation = { __typename?: 'Mutation', attachTunnelDomain: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type DetachTunnelDomainMutationVariables = Types.Exact<{\n tunnelId: Types.Scalars['ID']['input'];\n domainId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DetachTunnelDomainMutation = { __typename?: 'Mutation', detachTunnelDomain: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } };\n\nexport type VerifyTunnelDomainMutationVariables = Types.Exact<{\n domainId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type VerifyTunnelDomainMutation = { __typename?: 'Mutation', verifyTunnelDomain: { __typename?: 'TunnelDomain', id: string, workspaceId: string, tunnelId?: string | null, type: Types.TunnelDomainType, hostname: string, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, challengeRecordName?: string | null, challengeToken?: string | null, verifiedAt?: string | null, lastCheckedAt?: string | null, lastCheckError?: string | null, dnsTargetHint?: string | null, isPrimary: boolean, createdAt: string, updatedAt: string } };\n\nexport type DeleteTunnelDomainMutationVariables = Types.Exact<{\n domainId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteTunnelDomainMutation = { __typename?: 'Mutation', deleteTunnelDomain: boolean };\n\nexport type SaveUiSessionMutationVariables = Types.Exact<{\n input: Types.SaveUiSessionInput;\n}>;\n\n\nexport type SaveUiSessionMutation = { __typename?: 'Mutation', saveUISession: { __typename?: 'UISession', id: string, userId: string, workspaceId: string, state: Record<string, unknown>, activeVibeId?: string | null, activeSessionId?: string | null, recentVibes: Array<string>, recentSessions: Array<string>, updatedAt: string } };\n\nexport type CreateVibeCalendarTaskMutationVariables = Types.Exact<{\n input: Types.CreateVibeCalendarTaskInput;\n}>;\n\n\nexport type CreateVibeCalendarTaskMutation = { __typename?: 'Mutation', createVibeCalendarTask: { __typename?: 'VibeCalendarTask', id: string, calendarId: string, actionId: string, cronExpression?: string | null, status: Types.VibeCalendarTaskStatus, isRecurring?: boolean | null, lastExecutedAt?: string | null, nextExecutionAt?: string | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateVibeCalendarTaskMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibeCalendarTaskInput;\n}>;\n\n\nexport type UpdateVibeCalendarTaskMutation = { __typename?: 'Mutation', updateVibeCalendarTask: { __typename?: 'VibeCalendarTask', id: string, calendarId: string, actionId: string, cronExpression?: string | null, status: Types.VibeCalendarTaskStatus, isRecurring?: boolean | null, lastExecutedAt?: string | null, nextExecutionAt?: string | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteVibeCalendarTaskMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteVibeCalendarTaskMutation = { __typename?: 'Mutation', deleteVibeCalendarTask: boolean };\n\nexport type TriggerVibeCalendarTaskNowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TriggerVibeCalendarTaskNowMutation = { __typename?: 'Mutation', triggerVibeCalendarTaskNow: { __typename?: 'VibeCalendarExecution', id: string, taskId: string, status: Types.VibeCalendarExecutionStatus, startedAt: string, exitCode?: number | null, output?: string | null, error?: string | null, completedAt?: string | null, webhookStatusCode?: number | null } };\n\nexport type SetVibeFeatureFlagMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n featureId: Types.Scalars['String']['input'];\n enabled: Types.Scalars['Boolean']['input'];\n}>;\n\n\nexport type SetVibeFeatureFlagMutation = { __typename?: 'Mutation', setVibeFeatureFlag: { __typename?: 'Vibe', id: string, featureFlags?: Record<string, unknown> | null, effectiveFeatureFlags: Record<string, unknown> } };\n\nexport type CreateVibeDeckShareLinkMutationVariables = Types.Exact<{\n input: Types.CreateVibeDeckShareLinkInput;\n}>;\n\n\nexport type CreateVibeDeckShareLinkMutation = { __typename?: 'Mutation', createVibeDeckShareLink: { __typename?: 'VibeDeckShareLink', id: string, vibeDeckId: string, token: string, shareUrl: string, name?: string | null, visibility: Types.VibeDeckShareVisibility, permission: Types.VibeDeckSharePermission, status: Types.VibeDeckShareStatus, hasPassword: boolean, allowIframe: boolean, expiresAt?: string | null, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string } };\n\nexport type UpdateVibeDeckShareLinkMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibeDeckShareLinkInput;\n}>;\n\n\nexport type UpdateVibeDeckShareLinkMutation = { __typename?: 'Mutation', updateVibeDeckShareLink: { __typename?: 'VibeDeckShareLink', id: string, vibeDeckId: string, token: string, shareUrl: string, name?: string | null, visibility: Types.VibeDeckShareVisibility, permission: Types.VibeDeckSharePermission, status: Types.VibeDeckShareStatus, hasPassword: boolean, allowIframe: boolean, expiresAt?: string | null, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string } };\n\nexport type RevokeVibeDeckShareLinkMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeVibeDeckShareLinkMutation = { __typename?: 'Mutation', revokeVibeDeckShareLink: { __typename?: 'VibeDeckShareLink', id: string, vibeDeckId: string, token: string, shareUrl: string, name?: string | null, visibility: Types.VibeDeckShareVisibility, permission: Types.VibeDeckSharePermission, status: Types.VibeDeckShareStatus, hasPassword: boolean, allowIframe: boolean, expiresAt?: string | null, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string } };\n\nexport type ExecuteSharedVibeDeckButtonMutationVariables = Types.Exact<{\n token: Types.Scalars['String']['input'];\n buttonId: Types.Scalars['ID']['input'];\n password?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ExecuteSharedVibeDeckButtonMutation = { __typename?: 'Mutation', executeSharedVibeDeckButton: { __typename?: 'VibeDeckButtonExecution', buttonId: string, actionType: Types.VibeDeckButtonActionType, agentId?: string | null, command?: string | null, status: string, output?: string | null, exitCode?: number | null, webhookUrl?: string | null, webhookStatusCode?: number | null, executedAt: string } };\n\nexport type CreateVibeDeckMutationVariables = Types.Exact<{\n input: Types.CreateVibeDeckInput;\n}>;\n\n\nexport type CreateVibeDeckMutation = { __typename?: 'Mutation', createVibeDeck: { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateVibeDeckMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibeDeckInput;\n}>;\n\n\nexport type UpdateVibeDeckMutation = { __typename?: 'Mutation', updateVibeDeck: { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteVibeDeckMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteVibeDeckMutation = { __typename?: 'Mutation', deleteVibeDeck: boolean };\n\nexport type SetDefaultVibeDeckMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SetDefaultVibeDeckMutation = { __typename?: 'Mutation', setDefaultVibeDeck: { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DuplicateVibeDeckMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n name: Types.Scalars['String']['input'];\n}>;\n\n\nexport type DuplicateVibeDeckMutation = { __typename?: 'Mutation', duplicateVibeDeck: { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, buttons: Array<{ __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null }> } };\n\nexport type CreateVibeDeckButtonMutationVariables = Types.Exact<{\n input: Types.CreateVibeDeckButtonInput;\n}>;\n\n\nexport type CreateVibeDeckButtonMutation = { __typename?: 'Mutation', createVibeDeckButton: { __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null } };\n\nexport type UpdateVibeDeckButtonMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibeDeckButtonInput;\n}>;\n\n\nexport type UpdateVibeDeckButtonMutation = { __typename?: 'Mutation', updateVibeDeckButton: { __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null } };\n\nexport type DeleteVibeDeckButtonMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteVibeDeckButtonMutation = { __typename?: 'Mutation', deleteVibeDeckButton: boolean };\n\nexport type MoveVibeDeckButtonMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.MoveVibeDeckButtonInput;\n}>;\n\n\nexport type MoveVibeDeckButtonMutation = { __typename?: 'Mutation', moveVibeDeckButton: { __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null } };\n\nexport type ReorderVibeDeckButtonsMutationVariables = Types.Exact<{\n vibeDeckId: Types.Scalars['ID']['input'];\n input: Types.ReorderVibeDeckButtonsInput;\n}>;\n\n\nexport type ReorderVibeDeckButtonsMutation = { __typename?: 'Mutation', reorderVibeDeckButtons: Array<{ __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null }> };\n\nexport type ExecuteVibeDeckButtonMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n agentId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type ExecuteVibeDeckButtonMutation = { __typename?: 'Mutation', executeVibeDeckButton: { __typename?: 'VibeDeckButtonExecution', buttonId: string, actionType: Types.VibeDeckButtonActionType, agentId?: string | null, command?: string | null, status: string, output?: string | null, exitCode?: number | null, webhookUrl?: string | null, webhookStatusCode?: number | null, executedAt: string } };\n\nexport type CreateVibeMutationVariables = Types.Exact<{\n input: Types.CreateVibeInput;\n}>;\n\n\nexport type CreateVibeMutation = { __typename?: 'Mutation', createVibe: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type UpdateVibeMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateVibeInput;\n}>;\n\n\nexport type UpdateVibeMutation = { __typename?: 'Mutation', updateVibe: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type DeleteVibeMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteVibeMutation = { __typename?: 'Mutation', deleteVibe: boolean };\n\nexport type UpdateVibeStatusMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n status: Types.VibeStatus;\n}>;\n\n\nexport type UpdateVibeStatusMutation = { __typename?: 'Mutation', updateVibeStatus: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type UpdateVibeGitMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n gitBranch?: Types.InputMaybe<Types.Scalars['String']['input']>;\n gitRemote?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type UpdateVibeGitMutation = { __typename?: 'Mutation', updateVibeGit: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type ArchiveVibeMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ArchiveVibeMutation = { __typename?: 'Mutation', archiveVibe: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type RestoreVibeMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RestoreVibeMutation = { __typename?: 'Mutation', restoreVibe: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type MoveVibeMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n newParentId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type MoveVibeMutation = { __typename?: 'Mutation', moveVibe: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type CreateWebhookMutationVariables = Types.Exact<{\n input: Types.CreateWebhookInput;\n}>;\n\n\nexport type CreateWebhookMutation = { __typename?: 'Mutation', createWebhook: { __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type UpdateWebhookMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateWebhookInput;\n}>;\n\n\nexport type UpdateWebhookMutation = { __typename?: 'Mutation', updateWebhook: { __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type DeleteWebhookMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWebhookMutation = { __typename?: 'Mutation', deleteWebhook: boolean };\n\nexport type TestWebhookMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TestWebhookMutation = { __typename?: 'Mutation', testWebhook: boolean };\n\nexport type TriggerWebhookMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n payload: Types.Scalars['JSON']['input'];\n}>;\n\n\nexport type TriggerWebhookMutation = { __typename?: 'Mutation', triggerWebhook: boolean };\n\nexport type ResetWebhookFailuresMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ResetWebhookFailuresMutation = { __typename?: 'Mutation', resetWebhookFailures: { __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type ListActionsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.ActionFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListActionsQuery = { __typename?: 'Query', actions: { __typename?: 'ActionList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Action', id: string, workspaceId: string, name: string, displayName?: string | null, description?: string | null, icon?: string | null, color?: string | null, actionType: Types.VibecontrolsActionType, sourceType: Types.ActionSourceType, storeItemId?: string | null, storeVersion?: string | null, triggerType: Types.ActionTriggerType, schedule?: string | null, eventFilters?: Record<string, unknown> | null, command?: string | null, workingDirectory?: string | null, environmentVariables?: Record<string, unknown> | null, targetAgentId?: string | null, targetPlatformFilter?: string | null, script?: string | null, scriptInterpreter?: string | null, webhookUrl?: string | null, webhookMethod?: string | null, webhookHeaders?: Record<string, unknown> | null, webhookBody?: string | null, webhookAuthType?: string | null, hasWebhookAuth: boolean, timeoutMs?: number | null, retryCount: number, confirmationRequired: boolean, category?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, executionCount: number, lastExecutedAt?: string | null, createdAt: string, updatedAt: string, deletedAt?: string | null }> } };\n\nexport type GetActionQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetActionQuery = { __typename?: 'Query', action?: { __typename?: 'Action', id: string, workspaceId: string, name: string, displayName?: string | null, description?: string | null, icon?: string | null, color?: string | null, actionType: Types.VibecontrolsActionType, sourceType: Types.ActionSourceType, storeItemId?: string | null, storeVersion?: string | null, triggerType: Types.ActionTriggerType, schedule?: string | null, eventFilters?: Record<string, unknown> | null, command?: string | null, workingDirectory?: string | null, environmentVariables?: Record<string, unknown> | null, targetAgentId?: string | null, targetPlatformFilter?: string | null, script?: string | null, scriptInterpreter?: string | null, webhookUrl?: string | null, webhookMethod?: string | null, webhookHeaders?: Record<string, unknown> | null, webhookBody?: string | null, webhookAuthType?: string | null, hasWebhookAuth: boolean, timeoutMs?: number | null, retryCount: number, confirmationRequired: boolean, category?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, executionCount: number, lastExecutedAt?: string | null, createdAt: string, updatedAt: string, deletedAt?: string | null, recentExecutions: Array<{ __typename?: 'ActionExecution', id: string, actionId: string, triggerType: Types.ActionTriggerType, triggerSource?: string | null, status: Types.ActionExecutionStatus, agentId?: string | null, command?: string | null, script?: string | null, output?: string | null, exitCode?: number | null, webhookStatusCode?: number | null, errorMessage?: string | null, startedAt?: string | null, completedAt?: string | null, durationMs?: number | null, createdAt: string }> } | null };\n\nexport type ListActionExecutionsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.ActionExecutionFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListActionExecutionsQuery = { __typename?: 'Query', actionExecutions: { __typename?: 'ActionExecutionList', total: number, hasMore: boolean, items: Array<{ __typename?: 'ActionExecution', id: string, actionId: string, triggerType: Types.ActionTriggerType, triggerSource?: string | null, status: Types.ActionExecutionStatus, agentId?: string | null, command?: string | null, script?: string | null, output?: string | null, exitCode?: number | null, webhookStatusCode?: number | null, errorMessage?: string | null, startedAt?: string | null, completedAt?: string | null, durationMs?: number | null, createdAt: string }> } };\n\nexport type AgentConnectionConfigQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type AgentConnectionConfigQuery = { __typename?: 'Query', agentConnectionConfig: { __typename?: 'AgentConnectionConfig', permissions: Array<string>, scopes: Array<string> } };\n\nexport type GetInstallAgentJobStatusQueryVariables = Types.Exact<{\n targetId: Types.Scalars['ID']['input'];\n jobId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetInstallAgentJobStatusQuery = { __typename?: 'Query', installAgentJobStatus: { __typename?: 'InstallJobStatus', jobId: string, status: string, currentStep?: number | null, steps?: Record<string, unknown> | null, result?: Record<string, unknown> | null, error?: string | null } };\n\nexport type ListAgentsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibecontrolsAgentFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListAgentsQuery = { __typename?: 'Query', vibecontrolsAgents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> }> };\n\nexport type GetAgentQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetAgentQuery = { __typename?: 'Query', vibecontrolsAgent?: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, sessions: Array<{ __typename?: 'Session', id: string, name: string, status: Types.VibecontrolsSessionStatus, type: Types.VibecontrolsSessionType }>, vibes: Array<{ __typename?: 'Vibe', id: string, name: string, status: Types.VibeStatus, type: Types.VibeType }>, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } | null };\n\nexport type ProbeAgentTunnelQueryVariables = Types.Exact<{\n url: Types.Scalars['String']['input'];\n agentApiKey?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ProbeAgentTunnelQuery = { __typename?: 'Query', probeAgentTunnel: { __typename?: 'AgentProbeResult', healthOk: boolean, healthStatus?: string | null, agentVersion?: string | null, uptime?: number | null, healthError?: string | null, identityOk: boolean, hostname?: string | null, platform?: string | null, architecture?: string | null, identityError?: string | null } };\n\nexport type ProbeAgentConnectionQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ProbeAgentConnectionQuery = { __typename?: 'Query', probeAgentConnection: { __typename?: 'AgentProbeResult', healthOk: boolean, healthStatus?: string | null, agentVersion?: string | null, uptime?: number | null, healthError?: string | null, identityOk: boolean, hostname?: string | null, platform?: string | null, architecture?: string | null, identityError?: string | null } };\n\nexport type AgentPluginsQueryVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AgentPluginsQuery = { __typename?: 'Query', agentPlugins: { __typename?: 'AgentPluginListResult', error?: string | null, installed: Array<{ __typename?: 'AgentPlugin', packageName: string, pluginName: string, version: string, installedAt?: string | null, loaded: boolean, description?: string | null, hasCliSetup: boolean, hasServerStart: boolean, hasServerStop: boolean }>, available: Array<{ __typename?: 'AvailableAgentPlugin', packageName: string, name: string, description: string, version: string, tags: Array<string>, installed: boolean }> } };\n\nexport type VibecontrolsAgentHealthProbesQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type VibecontrolsAgentHealthProbesQuery = { __typename?: 'Query', vibecontrolsAgentHealthProbes: Array<{ __typename?: 'AgentHealthProbeResult', agentId: string, agentName: string, healthy: boolean, tunnelUrl?: string | null, agentVersion?: string | null, uptime?: number | null, errorMessage?: string | null }> };\n\nexport type VibecontrolsAnalyticsQueryVariables = Types.Exact<{\n input: Types.VibecontrolsAnalyticsInput;\n}>;\n\n\nexport type VibecontrolsAnalyticsQuery = { __typename?: 'Query', vibecontrolsAnalytics: { __typename?: 'VibecontrolsAnalyticsResult', executionTimeMs: number, cached: boolean, agents?: { __typename?: 'AgentAnalytics', total: number, active: number, inactive: number, staleHeartbeatCount: number, byPlatform: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byArchitecture: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, createdOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, targets?: { __typename?: 'TargetAnalytics', total: number, connectionCount: number, byType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }> } | null, sessions?: { __typename?: 'SessionAnalytics', total: number, active: number, avgDurationMs?: number | null, totalCollaborators: number, totalShares: number, totalShareLinks: number, byType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, createdOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, vibes?: { __typename?: 'VibeAnalytics', total: number, withAgent: number, withoutAgent: number, byType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, createdOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, actions?: { __typename?: 'ActionAnalytics', total: number, totalExecutions: number, successRate?: number | null, avgDurationMs?: number | null, byActionType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byTriggerType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, bySourceType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, executionsByStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, executionsOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, webhooks?: { __typename?: 'WebhookAnalytics', total: number, active: number, inactive: number, totalDeliveries: number, totalFailures: number, deliverySuccessRate?: number | null } | null, aiEvents?: { __typename?: 'AiEventAnalytics', total: number, bySource: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byEventType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, eventsOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, vibeDecks?: { __typename?: 'VibeDeckAnalytics', totalDecks: number, totalButtons: number, buttonsByActionType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }> } | null, audit?: { __typename?: 'AuditAnalytics', total: number, byAction: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byResourceType: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, byStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, eventsOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, docs?: { __typename?: 'DocsAnalytics', totalSites: number, totalPages: number, totalRevisions: number, buildSuccessRate?: number | null, totalBuildImages: number, pagesByStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }>, revisionsByStatus: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }> } | null, notes?: { __typename?: 'NoteAnalytics', total: number, pinned: number, unpinned: number, createdOverTime: Array<{ __typename?: 'AnalyticsTimeSeriesPoint', timestamp: string, value: number }> } | null, configurations?: { __typename?: 'ConfigurationAnalytics', total: number, secretCount: number, byScope: Array<{ __typename?: 'AnalyticsBreakdownBucket', key: string, count: number }> } | null } };\n\nexport type ListVibeAuditLogsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibeAuditLogFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListVibeAuditLogsQuery = { __typename?: 'Query', vibeAuditLogs: { __typename?: 'VibeAuditLogList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibeAuditLog', id: string, workspaceId: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, description?: string | null, status: Types.VibeAuditStatus, errorMessage?: string | null, command?: string | null, exitCode?: number | null, deleteReason?: string | null, actorId: string, actorType?: string | null, ipAddress?: string | null, expiresAt?: string | null, createdAt: string, createdBy: string }> } };\n\nexport type GetVibeAuditLogQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetVibeAuditLogQuery = { __typename?: 'Query', vibeAuditLog?: { __typename?: 'VibeAuditLog', script?: string | null, output?: string | null, userAgent?: string | null, requestId?: string | null, previousState?: Record<string, unknown> | null, newState?: Record<string, unknown> | null, changeset?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, id: string, workspaceId: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, description?: string | null, status: Types.VibeAuditStatus, errorMessage?: string | null, command?: string | null, exitCode?: number | null, deleteReason?: string | null, actorId: string, actorType?: string | null, ipAddress?: string | null, expiresAt?: string | null, createdAt: string, createdBy: string } | null };\n\nexport type GetVibeAuditLogStatsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibeAuditLogFilterInput>;\n}>;\n\n\nexport type GetVibeAuditLogStatsQuery = { __typename?: 'Query', vibeAuditLogStats: { __typename?: 'VibeAuditLogStats', totalLogs: number, logsByAction: Array<{ __typename?: 'VibeAuditActionCount', action: Types.VibeAuditAction, count: number }>, logsByResourceType: Array<{ __typename?: 'VibeAuditResourceCount', resourceType: Types.VibeAuditResourceType, count: number }>, logsByStatus: Array<{ __typename?: 'VibeAuditStatusCount', status: Types.VibeAuditStatus, count: number }>, logsByDay: Array<{ __typename?: 'VibeAuditDayCount', date: string, count: number }>, topActors: Array<{ __typename?: 'VibeAuditActorCount', actorId: string, count: number }>, retentionPolicy: { __typename?: 'VibeAuditRetentionInfo', tier: string, retentionDays: number, nextCleanup?: string | null } } };\n\nexport type VibeAuditDashboardQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibeAuditLogFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type VibeAuditDashboardQuery = { __typename?: 'Query', vibeAuditLogs: { __typename?: 'VibeAuditLogList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibeAuditLog', id: string, workspaceId: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, description?: string | null, status: Types.VibeAuditStatus, errorMessage?: string | null, command?: string | null, exitCode?: number | null, deleteReason?: string | null, actorId: string, actorType?: string | null, ipAddress?: string | null, expiresAt?: string | null, createdAt: string, createdBy: string }> }, vibeAuditLogStats: { __typename?: 'VibeAuditLogStats', totalLogs: number, logsByAction: Array<{ __typename?: 'VibeAuditActionCount', action: Types.VibeAuditAction, count: number }>, logsByResourceType: Array<{ __typename?: 'VibeAuditResourceCount', resourceType: Types.VibeAuditResourceType, count: number }>, logsByStatus: Array<{ __typename?: 'VibeAuditStatusCount', status: Types.VibeAuditStatus, count: number }>, logsByDay: Array<{ __typename?: 'VibeAuditDayCount', date: string, count: number }>, topActors: Array<{ __typename?: 'VibeAuditActorCount', actorId: string, count: number }>, retentionPolicy: { __typename?: 'VibeAuditRetentionInfo', tier: string, retentionDays: number, nextCleanup?: string | null } } };\n\nexport type ListCatalogsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.CatalogFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListCatalogsQuery = { __typename?: 'Query', vibecontrolsCatalogs: { __typename?: 'VibecontrolsCatalogList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibecontrolsCatalog', id: string, workspaceId: string, name: string, description?: string | null, visibility: Types.CatalogVisibility, ownerId?: string | null, ownerName?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, componentCount: number, vibeCount: number, createdAt: string, updatedAt: string }> } };\n\nexport type GetCatalogQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetCatalogQuery = { __typename?: 'Query', vibecontrolsCatalog?: { __typename?: 'VibecontrolsCatalog', id: string, workspaceId: string, name: string, description?: string | null, visibility: Types.CatalogVisibility, ownerId?: string | null, ownerName?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, componentCount: number, vibeCount: number, createdAt: string, updatedAt: string, components: Array<{ __typename?: 'VibecontrolsCatalogComponent', id: string, addedAt: string, addedBy: string, component?: { __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string } | null }>, vibes: Array<{ __typename?: 'VibecontrolsCatalogVibe', id: string, addedAt: string, addedBy: string, vibe?: { __typename?: 'Vibe', id: string, name: string, type: Types.VibeType, status: Types.VibeStatus } | null }> } | null };\n\nexport type GetCatalogDependencyGraphQueryVariables = Types.Exact<{\n catalogId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetCatalogDependencyGraphQuery = { __typename?: 'Query', vibecontrolsCatalogDependencyGraph: { __typename?: 'VibecontrolsDependencyGraph', nodes: Array<{ __typename?: 'VibecontrolsDependencyGraphNode', id: string, name: string, type: string, version?: string | null }>, edges: Array<{ __typename?: 'VibecontrolsDependencyGraphEdge', source: string, target: string, dependencyType?: string | null, version?: string | null }> } };\n\nexport type GetCatalogSbomQueryVariables = Types.Exact<{\n catalogId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetCatalogSbomQuery = { __typename?: 'Query', vibecontrolsCatalogSBOM: { __typename?: 'VibecontrolsSBOM', format: string, totalCount: number, generatedAt: string, components: Array<{ __typename?: 'VibecontrolsSBOMEntry', name: string, version?: string | null, type?: string | null, license?: string | null, purl?: string | null, supplier?: string | null }> } };\n\nexport type ListComponentsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.ComponentFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListComponentsQuery = { __typename?: 'Query', vibecontrolsComponents: { __typename?: 'VibecontrolsComponentList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibecontrolsComponent', id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string }> } };\n\nexport type GetComponentQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetComponentQuery = { __typename?: 'Query', vibecontrolsComponent?: { __typename?: 'VibecontrolsComponent', sbomData?: Record<string, unknown> | null, id: string, workspaceId: string, name: string, description?: string | null, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle, version?: string | null, repositoryUrl?: string | null, documentationUrl?: string | null, ownerId?: string | null, ownerName?: string | null, teamId?: string | null, teamName?: string | null, language?: string | null, framework?: string | null, tags: Array<string>, dependencies?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, catalogCount: number, createdAt: string, updatedAt: string, catalogs: Array<{ __typename?: 'VibecontrolsCatalogComponent', id: string, addedAt: string, catalog?: { __typename?: 'VibecontrolsCatalog', id: string, name: string } | null }>, templates: Array<{ __typename?: 'VibecontrolsTemplate', id: string, workspaceId: string, name: string, description?: string | null, category: Types.VibecontrolsTemplateCategory, status: Types.VibecontrolsTemplateStatus, version?: string | null, setupInstructions?: string | null, fileTree?: Record<string, unknown> | null, variables?: Record<string, unknown> | null, cloneCount: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } | null };\n\nexport type ListConfigurationsQueryVariables = Types.Exact<{\n filter: Types.ConfigurationFilterInput;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListConfigurationsQuery = { __typename?: 'Query', configurations: { __typename?: 'ConfigurationList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Configuration', id: string, key: string, value: Record<string, unknown>, scope: Types.ConfigScope, scopeId?: string | null, isSecret: boolean, workspaceId: string, createdAt: string, updatedAt: string }> } };\n\nexport type GetConfigurationQueryVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key: Types.Scalars['String']['input'];\n}>;\n\n\nexport type GetConfigurationQuery = { __typename?: 'Query', configuration?: { __typename?: 'Configuration', id: string, key: string, value: Record<string, unknown>, scope: Types.ConfigScope, scopeId?: string | null, isSecret: boolean, workspaceId: string, createdAt: string, updatedAt: string } | null };\n\nexport type GetConfigurationValueQueryVariables = Types.Exact<{\n scope: Types.ConfigScope;\n scopeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key: Types.Scalars['String']['input'];\n}>;\n\n\nexport type GetConfigurationValueQuery = { __typename?: 'Query', configurationValue?: Record<string, unknown> | null };\n\nexport type GetDocsSiteQueryVariables = Types.Exact<{\n ownerType: Types.VibecontrolsDocsSiteOwnerType;\n ownerId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDocsSiteQuery = { __typename?: 'Query', vibecontrolsDocsSiteByOwner?: { __typename?: 'VibecontrolsDocsSite', id: string, workspaceId: string, ownerType: Types.VibecontrolsDocsSiteOwnerType, ownerId: string, name: string, runtime: Types.VibecontrolsDocsBuildRuntime, buildImageId?: string | null, visibility: Types.VibecontrolsDocsSiteVisibility, currentRevisionId?: string | null, signedUrlExpiryMs: number, docusaurusConfig: Record<string, unknown>, s3BasePath?: string | null, tags: Array<string>, createdAt: string, updatedAt: string, currentRevision?: { __typename?: 'VibecontrolsDocsRevision', id: string, siteId: string, revisionNumber: number, status: Types.VibecontrolsDocsRevisionStatus, s3ArtifactPath?: string | null, buildDurationMs?: number | null, errorMessage?: string | null, pageCount?: number | null, publishedAt?: string | null, createdAt: string, updatedAt: string } | null, pages: Array<{ __typename?: 'VibecontrolsDocsPage', id: string, siteId: string, parentId?: string | null, slug: string, title: string, content: string, status: Types.VibecontrolsDocsPageStatus, sidebarPosition: number, category?: string | null, description?: string | null, tags: Array<string>, frontmatter?: Record<string, unknown> | null, createdAt: string, updatedAt: string }>, revisions: Array<{ __typename?: 'VibecontrolsDocsRevision', id: string, siteId: string, revisionNumber: number, status: Types.VibecontrolsDocsRevisionStatus, buildDurationMs?: number | null, errorMessage?: string | null, publishedAt?: string | null, createdAt: string, updatedAt: string }> } | null };\n\nexport type GetDocsRevisionQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDocsRevisionQuery = { __typename?: 'Query', docsRevision?: { __typename?: 'VibecontrolsDocsRevision', id: string, siteId: string, revisionNumber: number, status: Types.VibecontrolsDocsRevisionStatus, s3ArtifactPath?: string | null, buildDurationMs?: number | null, errorMessage?: string | null, pageCount?: number | null, publishedAt?: string | null, createdAt: string, updatedAt: string } | null };\n\nexport type DocsContentQueryVariables = Types.Exact<{\n siteId: Types.Scalars['ID']['input'];\n path?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type DocsContentQuery = { __typename?: 'Query', docsContent?: { __typename?: 'VibecontrolsDocsContentPayload', html: string, contentType: string } | null };\n\nexport type ListDocsBuildImagesQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type ListDocsBuildImagesQuery = { __typename?: 'Query', docsBuildImages: { __typename?: 'VibecontrolsDocsBuildImageList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibecontrolsDocsBuildImage', id: string, name: string, imageRef: string, imageDigest?: string | null, status: Types.VibecontrolsDocsBuildImageStatus, buildCommand?: string | null, outputDir?: string | null, description?: string | null, lastValidationError?: string | null }> } };\n\nexport type ListAllComponentsForCatalogQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type ListAllComponentsForCatalogQuery = { __typename?: 'Query', vibecontrolsComponents: { __typename?: 'VibecontrolsComponentList', total: number, items: Array<{ __typename?: 'VibecontrolsComponent', id: string, name: string, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle }> } };\n\nexport type GetVibeDocsSiteQueryVariables = Types.Exact<{\n ownerType: Types.VibecontrolsDocsSiteOwnerType;\n ownerId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetVibeDocsSiteQuery = { __typename?: 'Query', vibecontrolsDocsSiteByOwner?: { __typename?: 'VibecontrolsDocsSite', id: string, workspaceId: string, ownerType: Types.VibecontrolsDocsSiteOwnerType, ownerId: string, name: string, visibility: Types.VibecontrolsDocsSiteVisibility, currentRevisionId?: string | null, currentRevision?: { __typename?: 'VibecontrolsDocsRevision', id: string, revisionNumber: number, status: Types.VibecontrolsDocsRevisionStatus, buildDurationMs?: number | null, publishedAt?: string | null } | null } | null };\n\nexport type EntityTagPickerGetEntityTagsQueryVariables = Types.Exact<{\n input: Types.GetEntityTagsInput;\n}>;\n\n\nexport type EntityTagPickerGetEntityTagsQuery = { __typename?: 'Query', vibecontrolsEntityTags: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, key: string, label: string, color?: string | null } | null }> };\n\nexport type EntityTagPickerAvailableTagsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type EntityTagPickerAvailableTagsQuery = { __typename?: 'Query', availableVibecontrolsTags: Array<{ __typename?: 'AvailableTag', id: string, key: string, label: string, color?: string | null }> };\n\nexport type EntityTagPickerSearchTagsQueryVariables = Types.Exact<{\n query: Types.Scalars['String']['input'];\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type EntityTagPickerSearchTagsQuery = { __typename?: 'Query', searchVibecontrolsTags: Array<{ __typename?: 'AvailableTag', id: string, key: string, label: string, color?: string | null }> };\n\nexport type ListGitopsProvidersQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.GitopsProviderFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListGitopsProvidersQuery = { __typename?: 'Query', listGitopsProviders: { __typename?: 'GitopsProviderList', total: number, hasMore: boolean, items: Array<{ __typename?: 'GitopsProvider', id: string, workspaceId: string, vibeId?: string | null, name: string, providerType: Types.GitopsProviderType, repoUrl: string, isActive: boolean, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, createdBy: string }> } };\n\nexport type GetGitopsProviderQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetGitopsProviderQuery = { __typename?: 'Query', getGitopsProvider?: { __typename?: 'GitopsProvider', id: string, workspaceId: string, vibeId?: string | null, name: string, providerType: Types.GitopsProviderType, repoUrl: string, isActive: boolean, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, createdBy: string } | null };\n\nexport type GetRepoStatsQueryVariables = Types.Exact<{\n providerId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetRepoStatsQuery = { __typename?: 'Query', getRepoStats?: { __typename?: 'RepoStats', owner?: string | null, name?: string | null, fullName?: string | null, description?: string | null, visibility?: string | null, defaultBranch?: string | null, openPullRequests?: number | null, openIssues?: number | null, forkCount?: number | null, stargazerCount?: number | null, watcherCount?: number | null, diskUsageKb?: number | null, dependabotAlerts?: number | null, languages?: Record<string, unknown> | null, license?: string | null, isArchived?: boolean | null, isFork?: boolean | null, createdAt?: string | null, updatedAt?: string | null, pushedAt?: string | null, commitActivity?: Array<{ __typename?: 'CommitActivity', week?: string | null, total?: number | null, additions?: number | null, deletions?: number | null }> | null, contributors?: Array<{ __typename?: 'Contributor', login: string, contributions: number, avatarUrl?: string | null }> | null, pullRequests?: Array<{ __typename?: 'PullRequestSummary', number: number, title: string, state: string, author?: string | null, createdAt?: string | null, updatedAt?: string | null, url?: string | null, labels?: Array<string> | null, reviewers?: Array<string> | null, isDraft?: boolean | null }> | null } | null };\n\nexport type GetCiStatusQueryVariables = Types.Exact<{\n providerId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GetCiStatusQuery = { __typename?: 'Query', getCIStatus?: { __typename?: 'CIStatus', successRate?: number | null, averageDurationSeconds?: number | null, totalRunsLast30Days?: number | null, workflows: Array<{ __typename?: 'CIWorkflow', id: string, name: string, state?: string | null, path?: string | null }>, recentRuns: Array<{ __typename?: 'CIPipelineRun', id: string, workflowName?: string | null, branch?: string | null, status: string, conclusion?: string | null, event?: string | null, startedAt?: string | null, completedAt?: string | null, durationSeconds?: number | null, url?: string | null, actor?: string | null }> } | null };\n\nexport type GetCiPipelineRunsQueryVariables = Types.Exact<{\n providerId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n branch?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type GetCiPipelineRunsQuery = { __typename?: 'Query', getCIPipelineRuns: Array<{ __typename?: 'CIPipelineRun', id: string, workflowName?: string | null, branch?: string | null, status: string, conclusion?: string | null, event?: string | null, startedAt?: string | null, completedAt?: string | null, durationSeconds?: number | null, url?: string | null, actor?: string | null }> };\n\nexport type GetCiPipelineDetailsQueryVariables = Types.Exact<{\n providerId: Types.Scalars['ID']['input'];\n agentId: Types.Scalars['ID']['input'];\n runId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetCiPipelineDetailsQuery = { __typename?: 'Query', getCIPipelineDetails?: { __typename?: 'CIPipelineDetails', id: string, workflowName?: string | null, branch?: string | null, status: string, conclusion?: string | null, event?: string | null, startedAt?: string | null, completedAt?: string | null, durationSeconds?: number | null, url?: string | null, actor?: string | null, commitSha?: string | null, commitMessage?: string | null, jobs?: Array<{ __typename?: 'CIPipelineJob', id: string, name: string, status: string, conclusion?: string | null, startedAt?: string | null, completedAt?: string | null, durationSeconds?: number | null }> | null } | null };\n\nexport type VibeControlsInitialDataQueryVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type VibeControlsInitialDataQuery = { __typename?: 'Query', vibecontrolsAgents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, isActive: boolean, tunnelUrl?: string | null, tunnelStatus?: string | null, lastHeartbeat?: string | null, version: string, agentApiKey?: string | null, createdAt: string, updatedAt: string }>, vibes: { __typename?: 'VibeList', total: number, items: Array<{ __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, agentId?: string | null, createdAt: string, updatedAt: string }> }, sessions: { __typename?: 'SessionList', total: number, items: Array<{ __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, agentId: string, vibeId?: string | null, startedAt?: string | null, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> }, targets: { __typename?: 'TargetList', total: number, items: Array<{ __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> }> } };\n\nexport type ListNotesQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibecontrolsNoteFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListNotesQuery = { __typename?: 'Query', notes: { __typename?: 'VibecontrolsNoteList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, vibe?: { __typename?: 'Vibe', id: string, name: string } | null, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> }> } };\n\nexport type GetNoteQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetNoteQuery = { __typename?: 'Query', note?: { __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, vibe?: { __typename?: 'Vibe', id: string, name: string, path: string } | null, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> } | null };\n\nexport type SearchNotesQueryVariables = Types.Exact<{\n query: Types.Scalars['String']['input'];\n vibeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SearchNotesQuery = { __typename?: 'Query', searchNotes: Array<{ __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> }> };\n\nexport type PinnedNotesQueryVariables = Types.Exact<{\n vibeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type PinnedNotesQuery = { __typename?: 'Query', pinnedNotes: Array<{ __typename?: 'VibecontrolsNote', id: string, title: string, content: string, isPinned: boolean, metadata?: Record<string, unknown> | null, vibeId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> }> };\n\nexport type GetNoteTagsQueryVariables = Types.Exact<{\n input: Types.GetNoteTagsInput;\n}>;\n\n\nexport type GetNoteTagsQuery = { __typename?: 'Query', getNoteTags: Array<{ __typename?: 'NoteTagAssignment', id: string, tagId: string, entityType: string, entityId: string, source: string, assignedBy?: string | null, assignedAt?: string | null, tag?: { __typename?: 'UniversalTag', id: string, label: string, key: string, color?: string | null } | null }> };\n\nexport type AvailableNoteTagsQueryVariables = Types.Exact<{\n query?: Types.InputMaybe<Types.Scalars['String']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type AvailableNoteTagsQuery = { __typename?: 'Query', availableNoteTags: Array<{ __typename?: 'AvailableTag', id: string, key: string, label: string, color?: string | null }> };\n\nexport type OverviewSummaryQueryVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type OverviewSummaryQuery = { __typename?: 'Query', vibecontrolsAgents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, version: string, isActive: boolean, lastHeartbeat?: string | null, tunnelUrl?: string | null, tunnelStatus?: string | null, updatedAt: string }>, allAgents: Array<{ __typename?: 'VibecontrolsAgent', id: string }>, runningSessions: { __typename?: 'SessionList', total: number, items: Array<{ __typename?: 'Session', id: string, name: string, status: Types.VibecontrolsSessionStatus, type: Types.VibecontrolsSessionType, agentId: string, vibeId?: string | null, createdAt: string, updatedAt: string }> }, allSessions: { __typename?: 'SessionList', total: number }, activeVibes: { __typename?: 'VibeList', total: number, items: Array<{ __typename?: 'Vibe', id: string, name: string, type: Types.VibeType, status: Types.VibeStatus, agentId?: string | null }> }, allVibes: { __typename?: 'VibeList', total: number }, targets: { __typename?: 'TargetList', total: number }, connectedTargets: { __typename?: 'TargetList', total: number }, notes: { __typename?: 'VibecontrolsNoteList', total: number }, pinnedNotes: { __typename?: 'VibecontrolsNoteList', total: number } };\n\nexport type GetSandboxStatsQueryVariables = Types.Exact<{\n context: Types.ContextInput;\n}>;\n\n\nexport type GetSandboxStatsQuery = { __typename?: 'Query', getSandboxStats: { __typename?: 'SandboxStats', activeSandboxes: number, expiredCount: number, failedCount: number, provisioningNow: number, runningNow: number, stoppedNow: number, totalCpuUsed: string, totalCreated: number, totalDeleted: number, totalMemoryUsed: string } };\n\nexport type GetRecentSandboxActivityQueryVariables = Types.Exact<{\n context: Types.ContextInput;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GetRecentSandboxActivityQuery = { __typename?: 'Query', getRecentSandboxActivity: { __typename?: 'SandboxActivityList', total: number, items: Array<{ __typename?: 'SandboxActivity', id: string, action: string, actorId: string, sandboxId?: string | null, sandboxName: string, status: string, createdAt: string }> } };\n\nexport type GetSandboxQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n context: Types.ContextInput;\n}>;\n\n\nexport type GetSandboxQuery = { __typename?: 'Query', getSandbox?: { __typename?: 'Sandbox', id: string, status: Types.SandboxStatus, errorMessage?: string | null, network: { __typename?: 'SandboxNetwork', internalUrl?: string | null } } | null };\n\nexport type GetActiveSandboxesQueryVariables = Types.Exact<{\n context: Types.ContextInput;\n}>;\n\n\nexport type GetActiveSandboxesQuery = { __typename?: 'Query', getActiveSandboxes: Array<{ __typename?: 'Sandbox', id: string, name: string, status: Types.SandboxStatus, metadata?: Record<string, unknown> | null, template: Types.SandboxTemplate, createdBy: string }> };\n\nexport type GetScheduledJobsForCalendarQueryVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n pagination?: Types.InputMaybe<Types.SchedulerPaginationInput>;\n}>;\n\n\nexport type GetScheduledJobsForCalendarQuery = { __typename?: 'Query', scheduledJobs: { __typename?: 'ScheduledJobConnection', total: number, nextCursor?: string | null, jobs: Array<{ __typename?: 'ScheduledJob', id: string, name?: string | null, description?: string | null, status: Types.JobStatus, scheduleType: Types.ScheduleType, cronExpression?: string | null, rrule?: string | null, interval?: Record<string, unknown> | null, scheduledAt?: string | null, nextExecutionAt?: string | null, lastExecutionAt?: string | null, actionId?: string | null, timezone: string, startDate?: string | null, endDate?: string | null }> } };\n\nexport type GetSchedulerMetricsForAnalyticsQueryVariables = Types.Exact<{\n workspaceId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type GetSchedulerMetricsForAnalyticsQuery = { __typename?: 'Query', schedulerMetrics: { __typename?: 'SchedulerMetrics', totalSchedules: number, totalExecutions: number, successfulExecutions: number, failedExecutions: number, executionSuccessRate: number, pendingJobs: number, runningJobs: number, dueJobs: number, overdueJobs: number, queueDepth: number, avgExecutionDuration: number, maxExecutionDuration: number, minExecutionDuration: number, healthScore: number, dlqEntries: number, uptime: number, schedulesByStatus: Record<string, unknown>, schedulesByType: Record<string, unknown>, schedulesByExecutor: Record<string, unknown> } };\n\nexport type GetScorecardQueryVariables = Types.Exact<{\n ownerType: Types.ScorecardOwnerType;\n ownerId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetScorecardQuery = { __typename?: 'Query', vibecontrolsScorecard?: { __typename?: 'VibecontrolsScorecard', id: string, workspaceId: string, ownerType: Types.ScorecardOwnerType, ownerId: string, overallScore?: number | null, lastEvaluatedAt?: string | null, createdAt: string, updatedAt: string, metrics: Array<{ __typename?: 'VibecontrolsScorecardMetric', id: string, name: string, description?: string | null, type: Types.ScorecardMetricType, value?: number | null, threshold?: number | null, unit?: string | null, status: Types.ScorecardMetricStatus, iframeUrl?: string | null, iframeHeight?: number | null, lastUpdatedAt?: string | null, createdAt: string, updatedAt: string }> } | null };\n\nexport type GetSessionSharesQueryVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetSessionSharesQuery = { __typename?: 'Query', sessionShares: Array<{ __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null }> };\n\nexport type GetSessionShareLinksQueryVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetSessionShareLinksQuery = { __typename?: 'Query', sessionShareLinks: Array<{ __typename?: 'SessionShareLink', id: string, sessionId: string, token: string, shareUrl: string, name?: string | null, permission: Types.SessionSharePermission, status: Types.ShareStatus, hasPassword: boolean, expiresAt: string, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string }> };\n\nexport type GetSessionsSharedWithMeQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.SharedWithMeFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type GetSessionsSharedWithMeQuery = { __typename?: 'Query', sessionsSharedWithMe: { __typename?: 'SessionShareConnection', edges: Array<{ __typename?: 'SessionShareEdge', cursor: string, node: { __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ValidateShareLinkQueryVariables = Types.Exact<{\n token: Types.Scalars['String']['input'];\n}>;\n\n\nexport type ValidateShareLinkQuery = { __typename?: 'Query', validateShareLink: { __typename?: 'ShareLinkValidation', isValid: boolean, requiresPassword: boolean, permission?: Types.SessionSharePermission | null, expiresAt?: string | null, sessionId?: string | null, sessionName?: string | null, ownerName?: string | null, error?: string | null } };\n\nexport type GetSessionCollaboratorsQueryVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetSessionCollaboratorsQuery = { __typename?: 'Query', sessionCollaborators: Array<{ __typename?: 'SessionCollaborator', id: string, sessionId: string, userId: string, username?: string | null, avatarUrl?: string | null, role: Types.CollaboratorRole, hasControl: boolean, joinedAt: string, lastActiveAt: string }> };\n\nexport type ListSessionsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.SessionFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListSessionsQuery = { __typename?: 'Query', sessions: { __typename?: 'SessionList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string, agent: { __typename?: 'VibecontrolsAgent', id: string, name: string, isActive: boolean, tunnelUrl?: string | null, tunnelStatus?: string | null }, vibe?: { __typename?: 'Vibe', id: string, name: string, status: Types.VibeStatus } | null }> } };\n\nexport type GetSessionQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetSessionQuery = { __typename?: 'Query', session?: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string, agent: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, isActive: boolean, tunnelUrl?: string | null, tunnelStatus?: string | null }, vibe?: { __typename?: 'Vibe', id: string, name: string, path: string, status: Types.VibeStatus } | null } | null };\n\nexport type AgentSessionOrphansQueryVariables = Types.Exact<{\n agentId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AgentSessionOrphansQuery = { __typename?: 'Query', agentSessionOrphans: Array<{ __typename?: 'AgentSessionOrphan', externalName: string, provider: string, windows: number, attached: boolean, createdAt?: string | null }> };\n\nexport type MySettingsQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type MySettingsQuery = { __typename?: 'Query', mySettings: { __typename?: 'SettingsBundle', profile: { __typename?: 'UserProfile', displayName?: string | null, avatar?: string | null, bio?: string | null, timezone?: string | null, language?: string | null }, preferences: { __typename?: 'UserPreferences', theme: string, uiDensity: string, sidebarCollapsed: boolean, codeFont?: string | null, codeFontSize?: number | null }, notifications: { __typename?: 'NotificationPreferences', agentOffline: boolean, sessionError: boolean, vibeStatusChange: boolean, emailDigest: boolean, digestFrequency?: string | null }, security: { __typename?: 'SecuritySettings', mfaEnabled: boolean, sessionTimeout?: number | null, activeSessions?: number | null }, workspaceDefaults: { __typename?: 'WorkspaceDefaults', defaultAgent?: string | null, defaultSessionType: string, autoStartSessions: boolean, defaultVibeType: string, autoGitSync: boolean, agentHeartbeatInterval: number, agentAutoReconnect: boolean, agentMaxSessions: number, logLevel: string, telemetryEnabled: boolean, autoUpdate: boolean, defaultEnvironmentVariables?: string | null } } };\n\nexport type MySettingsByCategoryQueryVariables = Types.Exact<{\n category: Types.SettingsCategory;\n}>;\n\n\nexport type MySettingsByCategoryQuery = { __typename?: 'Query', mySettingsByCategory: Record<string, unknown> };\n\nexport type SettingsPageDataQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type SettingsPageDataQuery = { __typename?: 'Query', mySettings: { __typename?: 'SettingsBundle', profile: { __typename?: 'UserProfile', displayName?: string | null, avatar?: string | null, bio?: string | null, timezone?: string | null, language?: string | null }, preferences: { __typename?: 'UserPreferences', theme: string, uiDensity: string, sidebarCollapsed: boolean, codeFont?: string | null, codeFontSize?: number | null }, notifications: { __typename?: 'NotificationPreferences', agentOffline: boolean, sessionError: boolean, vibeStatusChange: boolean, emailDigest: boolean, digestFrequency?: string | null }, security: { __typename?: 'SecuritySettings', mfaEnabled: boolean, sessionTimeout?: number | null, activeSessions?: number | null }, workspaceDefaults: { __typename?: 'WorkspaceDefaults', defaultAgent?: string | null, defaultSessionType: string, autoStartSessions: boolean, defaultVibeType: string, autoGitSync: boolean, agentHeartbeatInterval: number, agentAutoReconnect: boolean, agentMaxSessions: number, logLevel: string, telemetryEnabled: boolean, autoUpdate: boolean, defaultEnvironmentVariables?: string | null } }, listSettingsSecrets: Array<{ __typename?: 'SettingsSecret', id: string, key: string, value?: string | null, isSecret: boolean, createdAt: string, updatedAt: string }> };\n\nexport type ListTargetsQueryVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n filter?: Types.InputMaybe<Types.TargetFilterInput>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type ListTargetsQuery = { __typename?: 'Query', targets: { __typename?: 'TargetList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> }> } };\n\nexport type GetTargetQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetTargetQuery = { __typename?: 'Query', target?: { __typename?: 'Target', id: string, workspaceId: string, name: string, type: Types.TargetType, status: string, host?: string | null, port?: number | null, username?: string | null, connectionId?: string | null, label?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, inboundConnections: Array<{ __typename?: 'AgentConnection', id: string, workspaceId: string, protocol: Types.TargetType, status: string, connectionId?: string | null, permissions: Array<string>, scopes: Array<string>, label?: string | null, description?: string | null, createdAt: string, sourceAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean }, target: { __typename?: 'Target', id: string, name: string, type: Types.TargetType, status: string, host?: string | null } }>, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null }> } | null };\n\nexport type GetAgentGraphQueryVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n rootAgentId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type GetAgentGraphQuery = { __typename?: 'Query', agentGraph: { __typename?: 'AgentGraph', targets: Array<{ __typename?: 'Target', id: string, name: string, type: Types.TargetType, status: string, host?: string | null, agents: Array<{ __typename?: 'VibecontrolsAgent', id: string, name: string, version: string, isActive: boolean }> }>, connections: Array<{ __typename?: 'AgentConnection', id: string, protocol: Types.TargetType, status: string, permissions: Array<string>, scopes: Array<string>, label?: string | null, description?: string | null, sourceAgent: { __typename?: 'VibecontrolsAgent', id: string, name: string }, target: { __typename?: 'Target', id: string, name: string, type: Types.TargetType } }> } };\n\nexport type ListTemplatesQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibecontrolsTemplateFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListTemplatesQuery = { __typename?: 'Query', vibecontrolsTemplates: { __typename?: 'VibecontrolsTemplateList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibecontrolsTemplate', id: string, workspaceId: string, name: string, description?: string | null, category: Types.VibecontrolsTemplateCategory, status: Types.VibecontrolsTemplateStatus, version?: string | null, setupInstructions?: string | null, fileTree?: Record<string, unknown> | null, variables?: Record<string, unknown> | null, cloneCount: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, sourceComponent?: { __typename?: 'VibecontrolsComponent', id: string, name: string, type: Types.ComponentType } | null }> } };\n\nexport type GetTemplateQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetTemplateQuery = { __typename?: 'Query', vibecontrolsTemplate?: { __typename?: 'VibecontrolsTemplate', componentSnapshot?: Record<string, unknown> | null, id: string, workspaceId: string, name: string, description?: string | null, category: Types.VibecontrolsTemplateCategory, status: Types.VibecontrolsTemplateStatus, version?: string | null, setupInstructions?: string | null, fileTree?: Record<string, unknown> | null, variables?: Record<string, unknown> | null, cloneCount: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, sourceComponent?: { __typename?: 'VibecontrolsComponent', id: string, name: string, type: Types.ComponentType, lifecycle: Types.ComponentLifecycle } | null } | null };\n\nexport type TunnelFieldsFragment = { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null };\n\nexport type TunnelDomainFieldsFragment = { __typename?: 'TunnelDomain', id: string, workspaceId: string, tunnelId?: string | null, type: Types.TunnelDomainType, hostname: string, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, challengeRecordName?: string | null, challengeToken?: string | null, verifiedAt?: string | null, lastCheckedAt?: string | null, lastCheckError?: string | null, dnsTargetHint?: string | null, isPrimary: boolean, createdAt: string, updatedAt: string };\n\nexport type TunnelSessionFieldsFragment = { __typename?: 'TunnelSession', id: string, workspaceId: string, tunnelId: string, shardId?: string | null, agentId?: string | null, status: Types.TunnelSessionStatus, tokenFingerprint: string, issuedAt: string, expiresAt: string, connectedAt?: string | null, disconnectedAt?: string | null, revokedAt?: string | null, revokedReason?: string | null, clientIp?: string | null, bytesIn: number, bytesOut: number };\n\nexport type TunnelProviderFieldsFragment = { __typename?: 'TunnelProvider', id: string, key: Types.TunnelProviderKey, displayName: string, description?: string | null, isEnabled: boolean, capabilities: { __typename?: 'TunnelProviderCapabilities', supportsHttp: boolean, supportsHttps: boolean, supportsTcp: boolean, supportsUdp: boolean, supportsCustomDomains: boolean, supportsManagedSubdomains: boolean, supportsReservedSubdomain: boolean, supportsSessionTokens: boolean, supportsLiveLogs: boolean, supportsUsageMetrics: boolean, supportsRotateCredentials: boolean, supportedVisibilities: Array<string>, platforms: Array<string> } };\n\nexport type ListTunnelsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.TunnelFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListTunnelsQuery = { __typename?: 'Query', tunnels: { __typename?: 'TunnelList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null }> } };\n\nexport type GetTunnelQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetTunnelQuery = { __typename?: 'Query', tunnel?: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, domains: Array<{ __typename?: 'TunnelDomain', id: string, workspaceId: string, tunnelId?: string | null, type: Types.TunnelDomainType, hostname: string, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, challengeRecordName?: string | null, challengeToken?: string | null, verifiedAt?: string | null, lastCheckedAt?: string | null, lastCheckError?: string | null, dnsTargetHint?: string | null, isPrimary: boolean, createdAt: string, updatedAt: string }>, activeSessions: Array<{ __typename?: 'TunnelSession', id: string, workspaceId: string, tunnelId: string, shardId?: string | null, agentId?: string | null, status: Types.TunnelSessionStatus, tokenFingerprint: string, issuedAt: string, expiresAt: string, connectedAt?: string | null, disconnectedAt?: string | null, revokedAt?: string | null, revokedReason?: string | null, clientIp?: string | null, bytesIn: number, bytesOut: number }>, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } | null };\n\nexport type GetTunnelBySlugQueryVariables = Types.Exact<{\n slug: Types.Scalars['String']['input'];\n}>;\n\n\nexport type GetTunnelBySlugQuery = { __typename?: 'Query', tunnelBySlug?: { __typename?: 'Tunnel', id: string, workspaceId: string, slug: string, name: string, description?: string | null, providerKey: Types.TunnelProviderKey, protocol: Types.TunnelProtocol, localPort: number, localHost: string, tlsMode: Types.TlsMode, status: Types.TunnelStatus, lastError?: string | null, agentId?: string | null, hasBasicAuth: boolean, basicAuthUser?: string | null, createdAt: string, updatedAt: string, primaryDomain?: { __typename?: 'TunnelDomain', id: string, hostname: string, type: Types.TunnelDomainType, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, isPrimary: boolean } | null } | null };\n\nexport type ListTunnelProvidersQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type ListTunnelProvidersQuery = { __typename?: 'Query', tunnelProviders: Array<{ __typename?: 'TunnelProvider', id: string, key: Types.TunnelProviderKey, displayName: string, description?: string | null, isEnabled: boolean, capabilities: { __typename?: 'TunnelProviderCapabilities', supportsHttp: boolean, supportsHttps: boolean, supportsTcp: boolean, supportsUdp: boolean, supportsCustomDomains: boolean, supportsManagedSubdomains: boolean, supportsReservedSubdomain: boolean, supportsSessionTokens: boolean, supportsLiveLogs: boolean, supportsUsageMetrics: boolean, supportsRotateCredentials: boolean, supportedVisibilities: Array<string>, platforms: Array<string> } }> };\n\nexport type ListTunnelDomainsQueryVariables = Types.Exact<{\n tunnelId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n filter?: Types.InputMaybe<Types.TunnelDomainFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListTunnelDomainsQuery = { __typename?: 'Query', tunnelDomains: { __typename?: 'TunnelDomainList', total: number, hasMore: boolean, items: Array<{ __typename?: 'TunnelDomain', id: string, workspaceId: string, tunnelId?: string | null, type: Types.TunnelDomainType, hostname: string, environment?: Types.TunnelEnvironment | null, verificationStatus: Types.TunnelDomainVerificationStatus, challengeRecordName?: string | null, challengeToken?: string | null, verifiedAt?: string | null, lastCheckedAt?: string | null, lastCheckError?: string | null, dnsTargetHint?: string | null, isPrimary: boolean, createdAt: string, updatedAt: string }> } };\n\nexport type ListTunnelSessionsQueryVariables = Types.Exact<{\n tunnelId: Types.Scalars['ID']['input'];\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListTunnelSessionsQuery = { __typename?: 'Query', tunnelSessions: { __typename?: 'TunnelSessionList', total: number, hasMore: boolean, items: Array<{ __typename?: 'TunnelSession', id: string, workspaceId: string, tunnelId: string, shardId?: string | null, agentId?: string | null, status: Types.TunnelSessionStatus, tokenFingerprint: string, issuedAt: string, expiresAt: string, connectedAt?: string | null, disconnectedAt?: string | null, revokedAt?: string | null, revokedReason?: string | null, clientIp?: string | null, bytesIn: number, bytesOut: number }> } };\n\nexport type GetTunnelUsageQueryVariables = Types.Exact<{\n tunnelId: Types.Scalars['ID']['input'];\n from: Types.Scalars['DateTime']['input'];\n to: Types.Scalars['DateTime']['input'];\n}>;\n\n\nexport type GetTunnelUsageQuery = { __typename?: 'Query', tunnelUsage: Array<{ __typename?: 'TunnelUsageBucket', tunnelId: string, hourBucket: string, bytesIn: number, bytesOut: number, requests: number, connections: number }> };\n\nexport type GetTunnelAuditQueryVariables = Types.Exact<{\n tunnelId: Types.Scalars['ID']['input'];\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type GetTunnelAuditQuery = { __typename?: 'Query', tunnelAudit: { __typename?: 'VibeAuditLogList', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibeAuditLog', id: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, status: Types.VibeAuditStatus, actorId: string, createdAt: string }> } };\n\nexport type GetUiSessionQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetUiSessionQuery = { __typename?: 'Query', uiSession?: { __typename?: 'UISession', id: string, userId: string, workspaceId: string, state: Record<string, unknown>, activeVibeId?: string | null, activeSessionId?: string | null, recentVibes: Array<string>, recentSessions: Array<string>, createdAt: string, updatedAt: string } | null };\n\nexport type ListVibeCalendarTasksQueryVariables = Types.Exact<{\n calendarId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ListVibeCalendarTasksQuery = { __typename?: 'Query', vibeCalendarTasks: Array<{ __typename?: 'VibeCalendarTask', id: string, calendarId: string, actionId: string, cronExpression?: string | null, status: Types.VibeCalendarTaskStatus, isRecurring?: boolean | null, lastExecutedAt?: string | null, nextExecutionAt?: string | null, createdAt: string, updatedAt: string }> };\n\nexport type GetVibeCalendarTaskQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetVibeCalendarTaskQuery = { __typename?: 'Query', vibeCalendarTask?: { __typename?: 'VibeCalendarTask', id: string, calendarId: string, actionId: string, cronExpression?: string | null, status: Types.VibeCalendarTaskStatus, isRecurring?: boolean | null, lastExecutedAt?: string | null, nextExecutionAt?: string | null, createdAt: string, updatedAt: string } | null };\n\nexport type ListVibeCalendarExecutionsQueryVariables = Types.Exact<{\n taskId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ListVibeCalendarExecutionsQuery = { __typename?: 'Query', vibeCalendarExecutions: Array<{ __typename?: 'VibeCalendarExecution', id: string, taskId: string, status: Types.VibeCalendarExecutionStatus, startedAt: string, exitCode?: number | null, output?: string | null, error?: string | null, completedAt?: string | null, webhookStatusCode?: number | null }> };\n\nexport type GetVibeCatalogsQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetVibeCatalogsQuery = { __typename?: 'Query', vibecontrolsCatalogs: { __typename?: 'VibecontrolsCatalogList', items: Array<{ __typename?: 'VibecontrolsCatalog', id: string, name: string, visibility: Types.CatalogVisibility, vibes: Array<{ __typename?: 'VibecontrolsCatalogVibe', id: string, vibeId: string }> }> } };\n\nexport type GetVibeFeatureCatalogQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetVibeFeatureCatalogQuery = { __typename?: 'Query', vibeFeatureCatalog: Array<{ __typename?: 'VibeFeatureDefinition', id: string, label: string, defaultEnabled: boolean }> };\n\nexport type GetVibeFeatureFlagsQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetVibeFeatureFlagsQuery = { __typename?: 'Query', vibe?: { __typename?: 'Vibe', id: string, featureFlags?: Record<string, unknown> | null, effectiveFeatureFlags: Record<string, unknown> } | null };\n\nexport type ListVibeDeckShareLinksQueryVariables = Types.Exact<{\n vibeDeckId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ListVibeDeckShareLinksQuery = { __typename?: 'Query', vibeDeckShareLinks: Array<{ __typename?: 'VibeDeckShareLink', id: string, vibeDeckId: string, token: string, shareUrl: string, name?: string | null, visibility: Types.VibeDeckShareVisibility, permission: Types.VibeDeckSharePermission, status: Types.VibeDeckShareStatus, hasPassword: boolean, allowIframe: boolean, expiresAt?: string | null, maxUses?: number | null, useCount: number, lastUsedAt?: string | null, createdAt: string, createdBy: string }> };\n\nexport type ValidateVibeDeckShareLinkQueryVariables = Types.Exact<{\n token: Types.Scalars['String']['input'];\n}>;\n\n\nexport type ValidateVibeDeckShareLinkQuery = { __typename?: 'Query', validateVibeDeckShareLink: { __typename?: 'VibeDeckShareLinkValidation', isValid: boolean, requiresPassword: boolean, permission?: Types.VibeDeckSharePermission | null, expiresAt?: string | null, vibeDeckId?: string | null, vibeDeckName?: string | null, ownerName?: string | null, allowIframe?: boolean | null, error?: string | null } };\n\nexport type GetSharedVibeDeckQueryVariables = Types.Exact<{\n token: Types.Scalars['String']['input'];\n password?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type GetSharedVibeDeckQuery = { __typename?: 'Query', sharedVibeDeck?: { __typename?: 'SharedVibeDeck', id: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, permission: Types.VibeDeckSharePermission, buttons: Array<{ __typename?: 'SharedVibeDeckButton', id: string, label: string, icon?: string | null, color?: string | null, actionType: Types.VibeDeckButtonActionType, category?: string | null, confirmationRequired: boolean, row: number, column: number, rowSpan: number, colSpan: number }> } | null };\n\nexport type ListVibeDecksQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibeDeckFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListVibeDecksQuery = { __typename?: 'Query', vibeDecks: { __typename?: 'VibeDeckConnection', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type GetVibeDeckQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetVibeDeckQuery = { __typename?: 'Query', vibeDeck?: { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, buttons: Array<{ __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null }> } | null };\n\nexport type GetDefaultVibeDeckQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetDefaultVibeDeckQuery = { __typename?: 'Query', defaultVibeDeck?: { __typename?: 'VibeDeck', id: string, workspaceId: string, name: string, description?: string | null, icon?: string | null, colorTheme?: string | null, gridColumns: number, gridRows: number, buttonSize?: string | null, isDefault: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, buttons: Array<{ __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null }> } | null };\n\nexport type ListVibeDeckButtonsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibeDeckButtonFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListVibeDeckButtonsQuery = { __typename?: 'Query', vibeDeckButtons: { __typename?: 'VibeDeckButtonConnection', total: number, hasMore: boolean, items: Array<{ __typename?: 'VibeDeckButton', id: string, vibeDeckId: string, label: string, icon?: string | null, color?: string | null, style?: Record<string, unknown> | null, row: number, column: number, rowSpan: number, colSpan: number, actionId?: string | null, category?: string | null, keyboardShortcut?: string | null, confirmationRequired: boolean, sortOrder: number, tags: Array<string>, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, action?: { __typename?: 'Action', id: string, name: string, displayName?: string | null, actionType: Types.VibecontrolsActionType, command?: string | null, script?: string | null, webhookUrl?: string | null, targetAgentId?: string | null } | null }> } };\n\nexport type ListVibesQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.VibeFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListVibesQuery = { __typename?: 'Query', vibes: { __typename?: 'VibeList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null, agent?: { __typename?: 'VibecontrolsAgent', id: string, name: string, isActive: boolean } | null }> } };\n\nexport type GetVibeQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetVibeQuery = { __typename?: 'Query', vibe?: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null, agent?: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, isActive: boolean, tunnelUrl?: string | null, agentApiKey?: string | null } | null, parent?: { __typename?: 'Vibe', id: string, name: string } | null, children: Array<{ __typename?: 'Vibe', id: string, name: string, type: Types.VibeType, status: Types.VibeStatus }>, sessions: Array<{ __typename?: 'Session', id: string, name: string, status: Types.VibecontrolsSessionStatus, type: Types.VibecontrolsSessionType }>, notes: Array<{ __typename?: 'VibecontrolsNote', id: string, title: string, isPinned: boolean }> } | null };\n\nexport type ListWebhooksQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.WebhookFilterInput>;\n pagination?: Types.InputMaybe<Types.PaginationInput>;\n}>;\n\n\nexport type ListWebhooksQuery = { __typename?: 'Query', webhooks: { __typename?: 'WebhookList', total: number, hasMore: boolean, items: Array<{ __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string }> } };\n\nexport type GetWebhookQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWebhookQuery = { __typename?: 'Query', webhook?: { __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string } | null };\n\nexport type WebhooksByEventQueryVariables = Types.Exact<{\n event: Types.Scalars['String']['input'];\n}>;\n\n\nexport type WebhooksByEventQuery = { __typename?: 'Query', webhooksByEvent: Array<{ __typename?: 'Webhook', id: string, name: string, url: string, events: Array<string>, agentIds: Array<string>, isActive: boolean, signingKey?: string | null, lastDelivery?: string | null, lastError?: string | null, deliveryCount: number, failureCount: number, retryPolicy: Record<string, unknown>, workspaceId: string, createdAt: string, updatedAt: string }> };\n\nexport type AgentStatusChangedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n agentId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type AgentStatusChangedSubscription = { __typename?: 'Subscription', agentStatusChanged: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } };\n\nexport type AgentHeartbeatSubscriptionSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n agentId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type AgentHeartbeatSubscriptionSubscription = { __typename?: 'Subscription', agentHeartbeat: { __typename?: 'VibecontrolsAgent', id: string, name: string, hostname: string, platform: string, architecture: string, version: string, isActive: boolean, lastHeartbeat?: string | null, capabilities?: Record<string, unknown> | null, configuration?: Record<string, unknown> | null, tunnelUrl?: string | null, tunnelStatus?: string | null, agentApiKey?: string | null, appId?: string | null, appClientId?: string | null, targetId: string, metadata?: Record<string, unknown> | null, aiContext?: string | null, workspaceId: string, createdAt: string, updatedAt: string, tagAssignments: Array<{ __typename?: 'EntityTagAssignment', id: string, tagId: string, tagInfo?: { __typename?: 'EntityTagInfo', id: string, key?: string | null, label?: string | null, color?: string | null } | null }> } };\n\nexport type VibecontrolsAgentHealthProbeStreamSubscriptionVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type VibecontrolsAgentHealthProbeStreamSubscription = { __typename?: 'Subscription', vibecontrolsAgentHealthProbeStream: Array<{ __typename?: 'AgentHealthProbeResult', agentId: string, agentName: string, healthy: boolean, tunnelUrl?: string | null, agentVersion?: string | null, uptime?: number | null, errorMessage?: string | null }> };\n\nexport type OnVibeAuditLogCreatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n resourceType?: Types.InputMaybe<Types.VibeAuditResourceType>;\n}>;\n\n\nexport type OnVibeAuditLogCreatedSubscription = { __typename?: 'Subscription', vibeAuditLogCreated: { __typename?: 'VibeAuditLog', id: string, workspaceId: string, action: Types.VibeAuditAction, resourceType: Types.VibeAuditResourceType, resourceId?: string | null, resourceName?: string | null, operationName?: string | null, description?: string | null, status: Types.VibeAuditStatus, errorMessage?: string | null, command?: string | null, exitCode?: number | null, deleteReason?: string | null, actorId: string, actorType?: string | null, ipAddress?: string | null, expiresAt?: string | null, createdAt: string, createdBy: string } };\n\nexport type CatalogUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n catalogId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type CatalogUpdatedSubscription = { __typename?: 'Subscription', vibecontrolsCatalogUpdated: { __typename?: 'VibecontrolsCatalog', id: string, workspaceId: string, name: string, description?: string | null, visibility: Types.CatalogVisibility, ownerId?: string | null, ownerName?: string | null, tags: Array<string>, metadata?: Record<string, unknown> | null, componentCount: number, vibeCount: number, createdAt: string, updatedAt: string } };\n\nexport type ConfigurationChangedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n scope?: Types.InputMaybe<Types.ConfigScope>;\n}>;\n\n\nexport type ConfigurationChangedSubscription = { __typename?: 'Subscription', configurationChanged: { __typename?: 'Configuration', id: string, key: string, value: Record<string, unknown>, scope: Types.ConfigScope, scopeId?: string | null, isSecret: boolean, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type SharedSessionOutputSubscriptionVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SharedSessionOutputSubscription = { __typename?: 'Subscription', sharedSessionOutput: { __typename?: 'SessionOutput', sessionId: string, output: string, timestamp: string } };\n\nexport type CollaboratorJoinedSubscriptionVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type CollaboratorJoinedSubscription = { __typename?: 'Subscription', collaboratorJoined: { __typename?: 'SessionCollaborator', id: string, sessionId: string, userId: string, username?: string | null, avatarUrl?: string | null, role: Types.CollaboratorRole, hasControl: boolean, joinedAt: string, lastActiveAt: string } };\n\nexport type CollaboratorLeftSubscriptionVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type CollaboratorLeftSubscription = { __typename?: 'Subscription', collaboratorLeft: { __typename?: 'SessionCollaborator', id: string, sessionId: string, userId: string, username?: string | null, avatarUrl?: string | null, role: Types.CollaboratorRole, hasControl: boolean, joinedAt: string, lastActiveAt: string } };\n\nexport type SessionControlChangedSubscriptionVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SessionControlChangedSubscription = { __typename?: 'Subscription', sessionControlChanged?: { __typename?: 'SessionCollaborator', id: string, sessionId: string, userId: string, username?: string | null, avatarUrl?: string | null, role: Types.CollaboratorRole, hasControl: boolean, joinedAt: string, lastActiveAt: string } | null };\n\nexport type SessionSharedWithMeSubscriptionVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type SessionSharedWithMeSubscription = { __typename?: 'Subscription', sessionSharedWithMe: { __typename?: 'SessionShare', id: string, sessionId: string, sharedWithId: string, permission: Types.SessionSharePermission, status: Types.ShareStatus, expiresAt?: string | null, message?: string | null, accessCount: number, lastAccessAt?: string | null, createdAt: string, createdBy: string, revokedAt?: string | null, revokedBy?: string | null } };\n\nexport type SessionStatusChangedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n sessionId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type SessionStatusChangedSubscription = { __typename?: 'Subscription', sessionStatusChanged: { __typename?: 'Session', id: string, name: string, type: Types.VibecontrolsSessionType, status: Types.VibecontrolsSessionStatus, command?: string | null, workingDirectory?: string | null, providerSessionName?: string | null, providerWindowId?: string | null, providerPaneId?: string | null, pid?: number | null, exitCode?: number | null, startedAt?: string | null, stoppedAt?: string | null, lastOutput?: string | null, autoStart: boolean, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, ttydUrl?: string | null, vibeId?: string | null, agentId: string, workspaceId: string, createdAt: string, updatedAt: string } };\n\nexport type SessionOutputReceivedSubscriptionVariables = Types.Exact<{\n sessionId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SessionOutputReceivedSubscription = { __typename?: 'Subscription', sessionOutputReceived: { __typename?: 'SessionOutput', sessionId: string, output: string, timestamp: string } };\n\nexport type VibeStatusChangedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n vibeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type VibeStatusChangedSubscription = { __typename?: 'Subscription', vibeStatusChanged: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport type VibeUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n vibeId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type VibeUpdatedSubscription = { __typename?: 'Subscription', vibeUpdated: { __typename?: 'Vibe', id: string, name: string, description?: string | null, path: string, type: Types.VibeType, status: Types.VibeStatus, tags: Array<string>, gitBranch?: string | null, gitRemote?: string | null, gitStatus?: Record<string, unknown> | null, environmentVariables?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, parentId?: string | null, agentId?: string | null, workspaceId: string, createdAt: string, updatedAt: string, archivedAt?: string | null } };\n\nexport const ActionFieldsFragmentDoc = gql`\n fragment ActionFields on Action {\n id\n workspaceId\n name\n displayName\n description\n icon\n color\n actionType\n sourceType\n storeItemId\n storeVersion\n triggerType\n schedule\n eventFilters\n command\n workingDirectory\n environmentVariables\n targetAgentId\n targetPlatformFilter\n script\n scriptInterpreter\n webhookUrl\n webhookMethod\n webhookHeaders\n webhookBody\n webhookAuthType\n hasWebhookAuth\n timeoutMs\n retryCount\n confirmationRequired\n category\n tags\n metadata\n executionCount\n lastExecutedAt\n createdAt\n updatedAt\n deletedAt\n}\n `;\nexport const ActionExecutionFieldsFragmentDoc = gql`\n fragment ActionExecutionFields on ActionExecution {\n id\n actionId\n triggerType\n triggerSource\n status\n agentId\n command\n script\n output\n exitCode\n webhookStatusCode\n errorMessage\n startedAt\n completedAt\n durationMs\n createdAt\n}\n `;\nexport const AgentFieldsFragmentDoc = gql`\n fragment AgentFields on VibecontrolsAgent {\n id\n name\n hostname\n platform\n architecture\n version\n isActive\n lastHeartbeat\n capabilities\n configuration\n tunnelUrl\n tunnelStatus\n agentApiKey\n appId\n appClientId\n targetId\n metadata\n aiContext\n workspaceId\n createdAt\n updatedAt\n tagAssignments {\n id\n tagId\n tagInfo {\n id\n key\n label\n color\n }\n }\n}\n `;\nexport const VibeAuditLogFieldsFragmentDoc = gql`\n fragment VibeAuditLogFields on VibeAuditLog {\n id\n workspaceId\n action\n resourceType\n resourceId\n resourceName\n operationName\n description\n status\n errorMessage\n command\n exitCode\n deleteReason\n actorId\n actorType\n ipAddress\n expiresAt\n createdAt\n createdBy\n}\n `;\nexport const VibeAuditLogDetailFragmentDoc = gql`\n fragment VibeAuditLogDetail on VibeAuditLog {\n ...VibeAuditLogFields\n script\n output\n userAgent\n requestId\n previousState\n newState\n changeset\n metadata\n}\n ${VibeAuditLogFieldsFragmentDoc}`;\nexport const CatalogFieldsFragmentDoc = gql`\n fragment CatalogFields on VibecontrolsCatalog {\n id\n workspaceId\n name\n description\n visibility\n ownerId\n ownerName\n tags\n metadata\n componentCount\n vibeCount\n createdAt\n updatedAt\n}\n `;\nexport const ComponentFieldsFragmentDoc = gql`\n fragment ComponentFields on VibecontrolsComponent {\n id\n workspaceId\n name\n description\n type\n lifecycle\n version\n repositoryUrl\n documentationUrl\n ownerId\n ownerName\n teamId\n teamName\n language\n framework\n tags\n dependencies\n metadata\n catalogCount\n createdAt\n updatedAt\n}\n `;\nexport const ConfigurationFieldsFragmentDoc = gql`\n fragment ConfigurationFields on Configuration {\n id\n key\n value\n scope\n scopeId\n isSecret\n workspaceId\n createdAt\n updatedAt\n}\n `;\nexport const EntityTagPickerAssignmentFieldsFragmentDoc = gql`\n fragment EntityTagPickerAssignmentFields on EntityTagAssignment {\n id\n tagId\n tag {\n id\n key\n label\n color\n }\n entityType\n entityId\n source\n assignedBy\n assignedAt\n}\n `;\nexport const EntityTagPickerAvailableTagFieldsFragmentDoc = gql`\n fragment EntityTagPickerAvailableTagFields on AvailableTag {\n id\n key\n label\n color\n}\n `;\nexport const NoteTagAssignmentFieldsFragmentDoc = gql`\n fragment NoteTagAssignmentFields on NoteTagAssignment {\n id\n tagId\n tag {\n id\n label\n key\n color\n }\n entityType\n entityId\n source\n assignedBy\n assignedAt\n}\n `;\nexport const NoteFieldsFragmentDoc = gql`\n fragment NoteFields on VibecontrolsNote {\n id\n title\n content\n isPinned\n tagAssignments {\n ...NoteTagAssignmentFields\n }\n metadata\n vibeId\n workspaceId\n createdAt\n updatedAt\n}\n ${NoteTagAssignmentFieldsFragmentDoc}`;\nexport const ScorecardFieldsFragmentDoc = gql`\n fragment ScorecardFields on VibecontrolsScorecard {\n id\n workspaceId\n ownerType\n ownerId\n overallScore\n lastEvaluatedAt\n createdAt\n updatedAt\n metrics {\n id\n name\n description\n type\n value\n threshold\n unit\n status\n iframeUrl\n iframeHeight\n lastUpdatedAt\n createdAt\n updatedAt\n }\n}\n `;\nexport const SessionShareFieldsFragmentDoc = gql`\n fragment SessionShareFields on SessionShare {\n id\n sessionId\n sharedWithId\n permission\n status\n expiresAt\n message\n accessCount\n lastAccessAt\n createdAt\n createdBy\n revokedAt\n revokedBy\n}\n `;\nexport const SessionShareLinkFieldsFragmentDoc = gql`\n fragment SessionShareLinkFields on SessionShareLink {\n id\n sessionId\n token\n shareUrl\n name\n permission\n status\n hasPassword\n expiresAt\n maxUses\n useCount\n lastUsedAt\n createdAt\n createdBy\n}\n `;\nexport const SessionCollaboratorFieldsFragmentDoc = gql`\n fragment SessionCollaboratorFields on SessionCollaborator {\n id\n sessionId\n userId\n username\n avatarUrl\n role\n hasControl\n joinedAt\n lastActiveAt\n}\n `;\nexport const ShareLinkValidationFieldsFragmentDoc = gql`\n fragment ShareLinkValidationFields on ShareLinkValidation {\n isValid\n requiresPassword\n permission\n expiresAt\n sessionId\n sessionName\n ownerName\n error\n}\n `;\nexport const SessionFieldsFragmentDoc = gql`\n fragment SessionFields on Session {\n id\n name\n type\n status\n command\n workingDirectory\n providerSessionName\n providerWindowId\n providerPaneId\n pid\n exitCode\n startedAt\n stoppedAt\n lastOutput\n autoStart\n environmentVariables\n metadata\n ttydUrl\n vibeId\n agentId\n workspaceId\n createdAt\n updatedAt\n}\n `;\nexport const TargetFieldsFragmentDoc = gql`\n fragment TargetFields on Target {\n id\n workspaceId\n name\n type\n status\n host\n port\n username\n connectionId\n label\n tags\n metadata\n createdAt\n updatedAt\n agents {\n id\n name\n version\n isActive\n tunnelUrl\n agentApiKey\n }\n}\n `;\nexport const AgentConnectionFieldsFragmentDoc = gql`\n fragment AgentConnectionFields on AgentConnection {\n id\n workspaceId\n protocol\n status\n connectionId\n permissions\n scopes\n label\n description\n createdAt\n sourceAgent {\n id\n name\n version\n isActive\n }\n target {\n id\n name\n type\n status\n host\n }\n}\n `;\nexport const TemplateFieldsFragmentDoc = gql`\n fragment TemplateFields on VibecontrolsTemplate {\n id\n workspaceId\n name\n description\n category\n status\n version\n setupInstructions\n fileTree\n variables\n cloneCount\n tags\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const VibeCalendarTaskFieldsFragmentDoc = gql`\n fragment VibeCalendarTaskFields on VibeCalendarTask {\n id\n calendarId\n actionId\n cronExpression\n status\n isRecurring\n lastExecutedAt\n nextExecutionAt\n createdAt\n updatedAt\n}\n `;\nexport const VibeCalendarExecutionFieldsFragmentDoc = gql`\n fragment VibeCalendarExecutionFields on VibeCalendarExecution {\n id\n taskId\n status\n startedAt\n exitCode\n output\n error\n completedAt\n webhookStatusCode\n}\n `;\nexport const VibeDeckShareLinkFieldsFragmentDoc = gql`\n fragment VibeDeckShareLinkFields on VibeDeckShareLink {\n id\n vibeDeckId\n token\n shareUrl\n name\n visibility\n permission\n status\n hasPassword\n allowIframe\n expiresAt\n maxUses\n useCount\n lastUsedAt\n createdAt\n createdBy\n}\n `;\nexport const SharedVibeDeckButtonFieldsFragmentDoc = gql`\n fragment SharedVibeDeckButtonFields on SharedVibeDeckButton {\n id\n label\n icon\n color\n actionType\n category\n confirmationRequired\n row\n column\n rowSpan\n colSpan\n}\n `;\nexport const SharedVibeDeckFieldsFragmentDoc = gql`\n fragment SharedVibeDeckFields on SharedVibeDeck {\n id\n name\n description\n icon\n colorTheme\n gridColumns\n gridRows\n buttonSize\n permission\n buttons {\n ...SharedVibeDeckButtonFields\n }\n}\n ${SharedVibeDeckButtonFieldsFragmentDoc}`;\nexport const VibeDeckFieldsFragmentDoc = gql`\n fragment VibeDeckFields on VibeDeck {\n id\n workspaceId\n name\n description\n icon\n colorTheme\n gridColumns\n gridRows\n buttonSize\n isDefault\n sortOrder\n tags\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const VibeDeckButtonFieldsFragmentDoc = gql`\n fragment VibeDeckButtonFields on VibeDeckButton {\n id\n vibeDeckId\n label\n icon\n color\n style\n row\n column\n rowSpan\n colSpan\n actionId\n action {\n id\n name\n displayName\n actionType\n command\n script\n webhookUrl\n targetAgentId\n }\n category\n keyboardShortcut\n confirmationRequired\n sortOrder\n tags\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const VibeDeckWithButtonsFragmentDoc = gql`\n fragment VibeDeckWithButtons on VibeDeck {\n ...VibeDeckFields\n buttons {\n ...VibeDeckButtonFields\n }\n}\n ${VibeDeckFieldsFragmentDoc}\n${VibeDeckButtonFieldsFragmentDoc}`;\nexport const VibeFieldsFragmentDoc = gql`\n fragment VibeFields on Vibe {\n id\n name\n description\n path\n type\n status\n tags\n gitBranch\n gitRemote\n gitStatus\n environmentVariables\n metadata\n parentId\n agentId\n workspaceId\n createdAt\n updatedAt\n archivedAt\n}\n `;\nexport const WebhookFieldsFragmentDoc = gql`\n fragment WebhookFields on Webhook {\n id\n name\n url\n events\n agentIds\n isActive\n signingKey\n lastDelivery\n lastError\n deliveryCount\n failureCount\n retryPolicy\n workspaceId\n createdAt\n updatedAt\n}\n `;\nexport const TunnelFieldsFragmentDoc = gql`\n fragment TunnelFields on Tunnel {\n id\n workspaceId\n slug\n name\n description\n providerKey\n protocol\n localPort\n localHost\n tlsMode\n status\n lastError\n agentId\n hasBasicAuth\n basicAuthUser\n primaryDomain {\n id\n hostname\n type\n environment\n verificationStatus\n isPrimary\n }\n createdAt\n updatedAt\n}\n `;\nexport const TunnelDomainFieldsFragmentDoc = gql`\n fragment TunnelDomainFields on TunnelDomain {\n id\n workspaceId\n tunnelId\n type\n hostname\n environment\n verificationStatus\n challengeRecordName\n challengeToken\n verifiedAt\n lastCheckedAt\n lastCheckError\n dnsTargetHint\n isPrimary\n createdAt\n updatedAt\n}\n `;\nexport const TunnelSessionFieldsFragmentDoc = gql`\n fragment TunnelSessionFields on TunnelSession {\n id\n workspaceId\n tunnelId\n shardId\n agentId\n status\n tokenFingerprint\n issuedAt\n expiresAt\n connectedAt\n disconnectedAt\n revokedAt\n revokedReason\n clientIp\n bytesIn\n bytesOut\n}\n `;\nexport const TunnelProviderFieldsFragmentDoc = gql`\n fragment TunnelProviderFields on TunnelProvider {\n id\n key\n displayName\n description\n isEnabled\n capabilities {\n supportsHttp\n supportsHttps\n supportsTcp\n supportsUdp\n supportsCustomDomains\n supportsManagedSubdomains\n supportsReservedSubdomain\n supportsSessionTokens\n supportsLiveLogs\n supportsUsageMetrics\n supportsRotateCredentials\n supportedVisibilities\n platforms\n }\n}\n `;\nexport const CreateActionDocument = gql`\n mutation CreateAction($input: CreateActionInput!) {\n createAction(input: $input) {\n ...ActionFields\n }\n}\n ${ActionFieldsFragmentDoc}`;\nexport type CreateActionMutationFn = Apollo.MutationFunction<Types.CreateActionMutation, Types.CreateActionMutationVariables>;\n\n/**\n * __useCreateActionMutation__\n *\n * To run a mutation, you first call `useCreateActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createActionMutation, { data, loading, error }] = useCreateActionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateActionMutation, Types.CreateActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateActionMutation, Types.CreateActionMutationVariables>(CreateActionDocument, options);\n }\nexport type CreateActionMutationHookResult = ReturnType<typeof useCreateActionMutation>;\nexport type CreateActionMutationResult = Apollo.MutationResult<Types.CreateActionMutation>;\nexport type CreateActionMutationOptions = Apollo.BaseMutationOptions<Types.CreateActionMutation, Types.CreateActionMutationVariables>;\nexport const UpdateActionDocument = gql`\n mutation UpdateAction($id: ID!, $input: UpdateActionInput!) {\n updateAction(id: $id, input: $input) {\n ...ActionFields\n }\n}\n ${ActionFieldsFragmentDoc}`;\nexport type UpdateActionMutationFn = Apollo.MutationFunction<Types.UpdateActionMutation, Types.UpdateActionMutationVariables>;\n\n/**\n * __useUpdateActionMutation__\n *\n * To run a mutation, you first call `useUpdateActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateActionMutation, { data, loading, error }] = useUpdateActionMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateActionMutation, Types.UpdateActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateActionMutation, Types.UpdateActionMutationVariables>(UpdateActionDocument, options);\n }\nexport type UpdateActionMutationHookResult = ReturnType<typeof useUpdateActionMutation>;\nexport type UpdateActionMutationResult = Apollo.MutationResult<Types.UpdateActionMutation>;\nexport type UpdateActionMutationOptions = Apollo.BaseMutationOptions<Types.UpdateActionMutation, Types.UpdateActionMutationVariables>;\nexport const DeleteActionDocument = gql`\n mutation DeleteAction($id: ID!) {\n deleteAction(id: $id)\n}\n `;\nexport type DeleteActionMutationFn = Apollo.MutationFunction<Types.DeleteActionMutation, Types.DeleteActionMutationVariables>;\n\n/**\n * __useDeleteActionMutation__\n *\n * To run a mutation, you first call `useDeleteActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteActionMutation, { data, loading, error }] = useDeleteActionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteActionMutation, Types.DeleteActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteActionMutation, Types.DeleteActionMutationVariables>(DeleteActionDocument, options);\n }\nexport type DeleteActionMutationHookResult = ReturnType<typeof useDeleteActionMutation>;\nexport type DeleteActionMutationResult = Apollo.MutationResult<Types.DeleteActionMutation>;\nexport type DeleteActionMutationOptions = Apollo.BaseMutationOptions<Types.DeleteActionMutation, Types.DeleteActionMutationVariables>;\nexport const ExecuteActionDocument = gql`\n mutation ExecuteAction($id: ID!, $input: ExecuteActionInput) {\n executeAction(id: $id, input: $input) {\n ...ActionExecutionFields\n }\n}\n ${ActionExecutionFieldsFragmentDoc}`;\nexport type ExecuteActionMutationFn = Apollo.MutationFunction<Types.ExecuteActionMutation, Types.ExecuteActionMutationVariables>;\n\n/**\n * __useExecuteActionMutation__\n *\n * To run a mutation, you first call `useExecuteActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [executeActionMutation, { data, loading, error }] = useExecuteActionMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useExecuteActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteActionMutation, Types.ExecuteActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteActionMutation, Types.ExecuteActionMutationVariables>(ExecuteActionDocument, options);\n }\nexport type ExecuteActionMutationHookResult = ReturnType<typeof useExecuteActionMutation>;\nexport type ExecuteActionMutationResult = Apollo.MutationResult<Types.ExecuteActionMutation>;\nexport type ExecuteActionMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteActionMutation, Types.ExecuteActionMutationVariables>;\nexport const DuplicateActionDocument = gql`\n mutation DuplicateAction($id: ID!, $name: String!) {\n duplicateAction(id: $id, name: $name) {\n ...ActionFields\n }\n}\n ${ActionFieldsFragmentDoc}`;\nexport type DuplicateActionMutationFn = Apollo.MutationFunction<Types.DuplicateActionMutation, Types.DuplicateActionMutationVariables>;\n\n/**\n * __useDuplicateActionMutation__\n *\n * To run a mutation, you first call `useDuplicateActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDuplicateActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [duplicateActionMutation, { data, loading, error }] = useDuplicateActionMutation({\n * variables: {\n * id: // value for 'id'\n * name: // value for 'name'\n * },\n * });\n */\nexport function useDuplicateActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DuplicateActionMutation, Types.DuplicateActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DuplicateActionMutation, Types.DuplicateActionMutationVariables>(DuplicateActionDocument, options);\n }\nexport type DuplicateActionMutationHookResult = ReturnType<typeof useDuplicateActionMutation>;\nexport type DuplicateActionMutationResult = Apollo.MutationResult<Types.DuplicateActionMutation>;\nexport type DuplicateActionMutationOptions = Apollo.BaseMutationOptions<Types.DuplicateActionMutation, Types.DuplicateActionMutationVariables>;\nexport const StartVibecontrolsAgentDocument = gql`\n mutation StartVibecontrolsAgent($agentId: ID!) {\n startVibecontrolsAgent(agentId: $agentId) {\n success\n state\n error\n }\n}\n `;\nexport type StartVibecontrolsAgentMutationFn = Apollo.MutationFunction<Types.StartVibecontrolsAgentMutation, Types.StartVibecontrolsAgentMutationVariables>;\n\n/**\n * __useStartVibecontrolsAgentMutation__\n *\n * To run a mutation, you first call `useStartVibecontrolsAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStartVibecontrolsAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [startVibecontrolsAgentMutation, { data, loading, error }] = useStartVibecontrolsAgentMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useStartVibecontrolsAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StartVibecontrolsAgentMutation, Types.StartVibecontrolsAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StartVibecontrolsAgentMutation, Types.StartVibecontrolsAgentMutationVariables>(StartVibecontrolsAgentDocument, options);\n }\nexport type StartVibecontrolsAgentMutationHookResult = ReturnType<typeof useStartVibecontrolsAgentMutation>;\nexport type StartVibecontrolsAgentMutationResult = Apollo.MutationResult<Types.StartVibecontrolsAgentMutation>;\nexport type StartVibecontrolsAgentMutationOptions = Apollo.BaseMutationOptions<Types.StartVibecontrolsAgentMutation, Types.StartVibecontrolsAgentMutationVariables>;\nexport const StopVibecontrolsAgentDocument = gql`\n mutation StopVibecontrolsAgent($agentId: ID!) {\n stopVibecontrolsAgent(agentId: $agentId) {\n success\n state\n error\n }\n}\n `;\nexport type StopVibecontrolsAgentMutationFn = Apollo.MutationFunction<Types.StopVibecontrolsAgentMutation, Types.StopVibecontrolsAgentMutationVariables>;\n\n/**\n * __useStopVibecontrolsAgentMutation__\n *\n * To run a mutation, you first call `useStopVibecontrolsAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStopVibecontrolsAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [stopVibecontrolsAgentMutation, { data, loading, error }] = useStopVibecontrolsAgentMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useStopVibecontrolsAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StopVibecontrolsAgentMutation, Types.StopVibecontrolsAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StopVibecontrolsAgentMutation, Types.StopVibecontrolsAgentMutationVariables>(StopVibecontrolsAgentDocument, options);\n }\nexport type StopVibecontrolsAgentMutationHookResult = ReturnType<typeof useStopVibecontrolsAgentMutation>;\nexport type StopVibecontrolsAgentMutationResult = Apollo.MutationResult<Types.StopVibecontrolsAgentMutation>;\nexport type StopVibecontrolsAgentMutationOptions = Apollo.BaseMutationOptions<Types.StopVibecontrolsAgentMutation, Types.StopVibecontrolsAgentMutationVariables>;\nexport const CreateAgentDocument = gql`\n mutation CreateAgent($input: CreateVibecontrolsAgentInput!) {\n createVibecontrolsAgent(input: $input) {\n ...AgentFields\n }\n}\n ${AgentFieldsFragmentDoc}`;\nexport type CreateAgentMutationFn = Apollo.MutationFunction<Types.CreateAgentMutation, Types.CreateAgentMutationVariables>;\n\n/**\n * __useCreateAgentMutation__\n *\n * To run a mutation, you first call `useCreateAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createAgentMutation, { data, loading, error }] = useCreateAgentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateAgentMutation, Types.CreateAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateAgentMutation, Types.CreateAgentMutationVariables>(CreateAgentDocument, options);\n }\nexport type CreateAgentMutationHookResult = ReturnType<typeof useCreateAgentMutation>;\nexport type CreateAgentMutationResult = Apollo.MutationResult<Types.CreateAgentMutation>;\nexport type CreateAgentMutationOptions = Apollo.BaseMutationOptions<Types.CreateAgentMutation, Types.CreateAgentMutationVariables>;\nexport const UpdateAgentDocument = gql`\n mutation UpdateAgent($id: ID!, $input: UpdateVibecontrolsAgentInput!) {\n updateVibecontrolsAgent(id: $id, input: $input) {\n ...AgentFields\n }\n}\n ${AgentFieldsFragmentDoc}`;\nexport type UpdateAgentMutationFn = Apollo.MutationFunction<Types.UpdateAgentMutation, Types.UpdateAgentMutationVariables>;\n\n/**\n * __useUpdateAgentMutation__\n *\n * To run a mutation, you first call `useUpdateAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateAgentMutation, { data, loading, error }] = useUpdateAgentMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateAgentMutation, Types.UpdateAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateAgentMutation, Types.UpdateAgentMutationVariables>(UpdateAgentDocument, options);\n }\nexport type UpdateAgentMutationHookResult = ReturnType<typeof useUpdateAgentMutation>;\nexport type UpdateAgentMutationResult = Apollo.MutationResult<Types.UpdateAgentMutation>;\nexport type UpdateAgentMutationOptions = Apollo.BaseMutationOptions<Types.UpdateAgentMutation, Types.UpdateAgentMutationVariables>;\nexport const DeleteAgentDocument = gql`\n mutation DeleteAgent($id: ID!) {\n deleteVibecontrolsAgent(id: $id)\n}\n `;\nexport type DeleteAgentMutationFn = Apollo.MutationFunction<Types.DeleteAgentMutation, Types.DeleteAgentMutationVariables>;\n\n/**\n * __useDeleteAgentMutation__\n *\n * To run a mutation, you first call `useDeleteAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteAgentMutation, { data, loading, error }] = useDeleteAgentMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteAgentMutation, Types.DeleteAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteAgentMutation, Types.DeleteAgentMutationVariables>(DeleteAgentDocument, options);\n }\nexport type DeleteAgentMutationHookResult = ReturnType<typeof useDeleteAgentMutation>;\nexport type DeleteAgentMutationResult = Apollo.MutationResult<Types.DeleteAgentMutation>;\nexport type DeleteAgentMutationOptions = Apollo.BaseMutationOptions<Types.DeleteAgentMutation, Types.DeleteAgentMutationVariables>;\nexport const AgentHeartbeatDocument = gql`\n mutation AgentHeartbeat($id: ID!) {\n vibecontrolsAgentHeartbeat(id: $id) {\n id\n lastHeartbeat\n isActive\n }\n}\n `;\nexport type AgentHeartbeatMutationFn = Apollo.MutationFunction<Types.AgentHeartbeatMutation, Types.AgentHeartbeatMutationVariables>;\n\n/**\n * __useAgentHeartbeatMutation__\n *\n * To run a mutation, you first call `useAgentHeartbeatMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAgentHeartbeatMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [agentHeartbeatMutation, { data, loading, error }] = useAgentHeartbeatMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useAgentHeartbeatMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AgentHeartbeatMutation, Types.AgentHeartbeatMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AgentHeartbeatMutation, Types.AgentHeartbeatMutationVariables>(AgentHeartbeatDocument, options);\n }\nexport type AgentHeartbeatMutationHookResult = ReturnType<typeof useAgentHeartbeatMutation>;\nexport type AgentHeartbeatMutationResult = Apollo.MutationResult<Types.AgentHeartbeatMutation>;\nexport type AgentHeartbeatMutationOptions = Apollo.BaseMutationOptions<Types.AgentHeartbeatMutation, Types.AgentHeartbeatMutationVariables>;\nexport const DeactivateAgentDocument = gql`\n mutation DeactivateAgent($id: ID!) {\n deactivateVibecontrolsAgent(id: $id) {\n id\n isActive\n }\n}\n `;\nexport type DeactivateAgentMutationFn = Apollo.MutationFunction<Types.DeactivateAgentMutation, Types.DeactivateAgentMutationVariables>;\n\n/**\n * __useDeactivateAgentMutation__\n *\n * To run a mutation, you first call `useDeactivateAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeactivateAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deactivateAgentMutation, { data, loading, error }] = useDeactivateAgentMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeactivateAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeactivateAgentMutation, Types.DeactivateAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeactivateAgentMutation, Types.DeactivateAgentMutationVariables>(DeactivateAgentDocument, options);\n }\nexport type DeactivateAgentMutationHookResult = ReturnType<typeof useDeactivateAgentMutation>;\nexport type DeactivateAgentMutationResult = Apollo.MutationResult<Types.DeactivateAgentMutation>;\nexport type DeactivateAgentMutationOptions = Apollo.BaseMutationOptions<Types.DeactivateAgentMutation, Types.DeactivateAgentMutationVariables>;\nexport const InstallAgentPluginDocument = gql`\n mutation InstallAgentPlugin($agentId: ID!, $packageName: String!) {\n installAgentPlugin(agentId: $agentId, packageName: $packageName) {\n success\n error\n }\n}\n `;\nexport type InstallAgentPluginMutationFn = Apollo.MutationFunction<Types.InstallAgentPluginMutation, Types.InstallAgentPluginMutationVariables>;\n\n/**\n * __useInstallAgentPluginMutation__\n *\n * To run a mutation, you first call `useInstallAgentPluginMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInstallAgentPluginMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [installAgentPluginMutation, { data, loading, error }] = useInstallAgentPluginMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * packageName: // value for 'packageName'\n * },\n * });\n */\nexport function useInstallAgentPluginMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InstallAgentPluginMutation, Types.InstallAgentPluginMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InstallAgentPluginMutation, Types.InstallAgentPluginMutationVariables>(InstallAgentPluginDocument, options);\n }\nexport type InstallAgentPluginMutationHookResult = ReturnType<typeof useInstallAgentPluginMutation>;\nexport type InstallAgentPluginMutationResult = Apollo.MutationResult<Types.InstallAgentPluginMutation>;\nexport type InstallAgentPluginMutationOptions = Apollo.BaseMutationOptions<Types.InstallAgentPluginMutation, Types.InstallAgentPluginMutationVariables>;\nexport const RemoveAgentPluginDocument = gql`\n mutation RemoveAgentPlugin($agentId: ID!, $packageName: String!) {\n removeAgentPlugin(agentId: $agentId, packageName: $packageName) {\n success\n error\n }\n}\n `;\nexport type RemoveAgentPluginMutationFn = Apollo.MutationFunction<Types.RemoveAgentPluginMutation, Types.RemoveAgentPluginMutationVariables>;\n\n/**\n * __useRemoveAgentPluginMutation__\n *\n * To run a mutation, you first call `useRemoveAgentPluginMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRemoveAgentPluginMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [removeAgentPluginMutation, { data, loading, error }] = useRemoveAgentPluginMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * packageName: // value for 'packageName'\n * },\n * });\n */\nexport function useRemoveAgentPluginMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveAgentPluginMutation, Types.RemoveAgentPluginMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RemoveAgentPluginMutation, Types.RemoveAgentPluginMutationVariables>(RemoveAgentPluginDocument, options);\n }\nexport type RemoveAgentPluginMutationHookResult = ReturnType<typeof useRemoveAgentPluginMutation>;\nexport type RemoveAgentPluginMutationResult = Apollo.MutationResult<Types.RemoveAgentPluginMutation>;\nexport type RemoveAgentPluginMutationOptions = Apollo.BaseMutationOptions<Types.RemoveAgentPluginMutation, Types.RemoveAgentPluginMutationVariables>;\nexport const PushAgentGatewayAuthDocument = gql`\n mutation PushAgentGatewayAuth($input: PushAgentGatewayAuthInput!) {\n pushAgentGatewayAuth(input: $input) {\n success\n error\n }\n}\n `;\nexport type PushAgentGatewayAuthMutationFn = Apollo.MutationFunction<Types.PushAgentGatewayAuthMutation, Types.PushAgentGatewayAuthMutationVariables>;\n\n/**\n * __usePushAgentGatewayAuthMutation__\n *\n * To run a mutation, you first call `usePushAgentGatewayAuthMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePushAgentGatewayAuthMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [pushAgentGatewayAuthMutation, { data, loading, error }] = usePushAgentGatewayAuthMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function usePushAgentGatewayAuthMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PushAgentGatewayAuthMutation, Types.PushAgentGatewayAuthMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PushAgentGatewayAuthMutation, Types.PushAgentGatewayAuthMutationVariables>(PushAgentGatewayAuthDocument, options);\n }\nexport type PushAgentGatewayAuthMutationHookResult = ReturnType<typeof usePushAgentGatewayAuthMutation>;\nexport type PushAgentGatewayAuthMutationResult = Apollo.MutationResult<Types.PushAgentGatewayAuthMutation>;\nexport type PushAgentGatewayAuthMutationOptions = Apollo.BaseMutationOptions<Types.PushAgentGatewayAuthMutation, Types.PushAgentGatewayAuthMutationVariables>;\nexport const SetupAgentGatewayAuthDocument = gql`\n mutation SetupAgentGatewayAuth($input: SetupAgentGatewayAuthInput!) {\n setupAgentGatewayAuth(input: $input) {\n agent {\n ...AgentFields\n }\n appId\n clientId\n clientSecret\n devportalApplicationId\n success\n error\n }\n}\n ${AgentFieldsFragmentDoc}`;\nexport type SetupAgentGatewayAuthMutationFn = Apollo.MutationFunction<Types.SetupAgentGatewayAuthMutation, Types.SetupAgentGatewayAuthMutationVariables>;\n\n/**\n * __useSetupAgentGatewayAuthMutation__\n *\n * To run a mutation, you first call `useSetupAgentGatewayAuthMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetupAgentGatewayAuthMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [setupAgentGatewayAuthMutation, { data, loading, error }] = useSetupAgentGatewayAuthMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useSetupAgentGatewayAuthMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetupAgentGatewayAuthMutation, Types.SetupAgentGatewayAuthMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetupAgentGatewayAuthMutation, Types.SetupAgentGatewayAuthMutationVariables>(SetupAgentGatewayAuthDocument, options);\n }\nexport type SetupAgentGatewayAuthMutationHookResult = ReturnType<typeof useSetupAgentGatewayAuthMutation>;\nexport type SetupAgentGatewayAuthMutationResult = Apollo.MutationResult<Types.SetupAgentGatewayAuthMutation>;\nexport type SetupAgentGatewayAuthMutationOptions = Apollo.BaseMutationOptions<Types.SetupAgentGatewayAuthMutation, Types.SetupAgentGatewayAuthMutationVariables>;\nexport const AddAgentFromTunnelDocument = gql`\n mutation AddAgentFromTunnel($input: AddAgentFromTunnelInput!) {\n addVibecontrolsAgentFromTunnel(input: $input) {\n agent {\n ...AgentFields\n }\n clientId\n clientSecret\n devportalApplicationId\n success\n error\n }\n}\n ${AgentFieldsFragmentDoc}`;\nexport type AddAgentFromTunnelMutationFn = Apollo.MutationFunction<Types.AddAgentFromTunnelMutation, Types.AddAgentFromTunnelMutationVariables>;\n\n/**\n * __useAddAgentFromTunnelMutation__\n *\n * To run a mutation, you first call `useAddAgentFromTunnelMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAddAgentFromTunnelMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [addAgentFromTunnelMutation, { data, loading, error }] = useAddAgentFromTunnelMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useAddAgentFromTunnelMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddAgentFromTunnelMutation, Types.AddAgentFromTunnelMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AddAgentFromTunnelMutation, Types.AddAgentFromTunnelMutationVariables>(AddAgentFromTunnelDocument, options);\n }\nexport type AddAgentFromTunnelMutationHookResult = ReturnType<typeof useAddAgentFromTunnelMutation>;\nexport type AddAgentFromTunnelMutationResult = Apollo.MutationResult<Types.AddAgentFromTunnelMutation>;\nexport type AddAgentFromTunnelMutationOptions = Apollo.BaseMutationOptions<Types.AddAgentFromTunnelMutation, Types.AddAgentFromTunnelMutationVariables>;\nexport const DeleteVibeAuditLogDocument = gql`\n mutation DeleteVibeAuditLog($id: ID!, $input: VibeAuditDeleteInput!) {\n deleteVibeAuditLog(id: $id, input: $input)\n}\n `;\nexport type DeleteVibeAuditLogMutationFn = Apollo.MutationFunction<Types.DeleteVibeAuditLogMutation, Types.DeleteVibeAuditLogMutationVariables>;\n\n/**\n * __useDeleteVibeAuditLogMutation__\n *\n * To run a mutation, you first call `useDeleteVibeAuditLogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteVibeAuditLogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteVibeAuditLogMutation, { data, loading, error }] = useDeleteVibeAuditLogMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useDeleteVibeAuditLogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteVibeAuditLogMutation, Types.DeleteVibeAuditLogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteVibeAuditLogMutation, Types.DeleteVibeAuditLogMutationVariables>(DeleteVibeAuditLogDocument, options);\n }\nexport type DeleteVibeAuditLogMutationHookResult = ReturnType<typeof useDeleteVibeAuditLogMutation>;\nexport type DeleteVibeAuditLogMutationResult = Apollo.MutationResult<Types.DeleteVibeAuditLogMutation>;\nexport type DeleteVibeAuditLogMutationOptions = Apollo.BaseMutationOptions<Types.DeleteVibeAuditLogMutation, Types.DeleteVibeAuditLogMutationVariables>;\nexport const BulkDeleteVibeAuditLogsDocument = gql`\n mutation BulkDeleteVibeAuditLogs($ids: [ID!]!, $input: VibeAuditDeleteInput!) {\n bulkDeleteVibeAuditLogs(ids: $ids, input: $input) {\n deletedCount\n failedCount\n errors\n }\n}\n `;\nexport type BulkDeleteVibeAuditLogsMutationFn = Apollo.MutationFunction<Types.BulkDeleteVibeAuditLogsMutation, Types.BulkDeleteVibeAuditLogsMutationVariables>;\n\n/**\n * __useBulkDeleteVibeAuditLogsMutation__\n *\n * To run a mutation, you first call `useBulkDeleteVibeAuditLogsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBulkDeleteVibeAuditLogsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [bulkDeleteVibeAuditLogsMutation, { data, loading, error }] = useBulkDeleteVibeAuditLogsMutation({\n * variables: {\n * ids: // value for 'ids'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useBulkDeleteVibeAuditLogsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BulkDeleteVibeAuditLogsMutation, Types.BulkDeleteVibeAuditLogsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BulkDeleteVibeAuditLogsMutation, Types.BulkDeleteVibeAuditLogsMutationVariables>(BulkDeleteVibeAuditLogsDocument, options);\n }\nexport type BulkDeleteVibeAuditLogsMutationHookResult = ReturnType<typeof useBulkDeleteVibeAuditLogsMutation>;\nexport type BulkDeleteVibeAuditLogsMutationResult = Apollo.MutationResult<Types.BulkDeleteVibeAuditLogsMutation>;\nexport type BulkDeleteVibeAuditLogsMutationOptions = Apollo.BaseMutationOptions<Types.BulkDeleteVibeAuditLogsMutation, Types.BulkDeleteVibeAuditLogsMutationVariables>;\nexport const ExportVibeAuditLogsDocument = gql`\n mutation ExportVibeAuditLogs($input: VibeAuditExportInput!) {\n exportVibeAuditLogs(input: $input) {\n data\n format\n count\n generatedAt\n }\n}\n `;\nexport type ExportVibeAuditLogsMutationFn = Apollo.MutationFunction<Types.ExportVibeAuditLogsMutation, Types.ExportVibeAuditLogsMutationVariables>;\n\n/**\n * __useExportVibeAuditLogsMutation__\n *\n * To run a mutation, you first call `useExportVibeAuditLogsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExportVibeAuditLogsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [exportVibeAuditLogsMutation, { data, loading, error }] = useExportVibeAuditLogsMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useExportVibeAuditLogsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExportVibeAuditLogsMutation, Types.ExportVibeAuditLogsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExportVibeAuditLogsMutation, Types.ExportVibeAuditLogsMutationVariables>(ExportVibeAuditLogsDocument, options);\n }\nexport type ExportVibeAuditLogsMutationHookResult = ReturnType<typeof useExportVibeAuditLogsMutation>;\nexport type ExportVibeAuditLogsMutationResult = Apollo.MutationResult<Types.ExportVibeAuditLogsMutation>;\nexport type ExportVibeAuditLogsMutationOptions = Apollo.BaseMutationOptions<Types.ExportVibeAuditLogsMutation, Types.ExportVibeAuditLogsMutationVariables>;\nexport const CreateCatalogDocument = gql`\n mutation CreateCatalog($input: CreateCatalogInput!) {\n createVibecontrolsCatalog(input: $input) {\n ...CatalogFields\n }\n}\n ${CatalogFieldsFragmentDoc}`;\nexport type CreateCatalogMutationFn = Apollo.MutationFunction<Types.CreateCatalogMutation, Types.CreateCatalogMutationVariables>;\n\n/**\n * __useCreateCatalogMutation__\n *\n * To run a mutation, you first call `useCreateCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createCatalogMutation, { data, loading, error }] = useCreateCatalogMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateCatalogMutation, Types.CreateCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateCatalogMutation, Types.CreateCatalogMutationVariables>(CreateCatalogDocument, options);\n }\nexport type CreateCatalogMutationHookResult = ReturnType<typeof useCreateCatalogMutation>;\nexport type CreateCatalogMutationResult = Apollo.MutationResult<Types.CreateCatalogMutation>;\nexport type CreateCatalogMutationOptions = Apollo.BaseMutationOptions<Types.CreateCatalogMutation, Types.CreateCatalogMutationVariables>;\nexport const UpdateCatalogDocument = gql`\n mutation UpdateCatalog($id: ID!, $input: UpdateCatalogInput!) {\n updateVibecontrolsCatalog(id: $id, input: $input) {\n ...CatalogFields\n }\n}\n ${CatalogFieldsFragmentDoc}`;\nexport type UpdateCatalogMutationFn = Apollo.MutationFunction<Types.UpdateCatalogMutation, Types.UpdateCatalogMutationVariables>;\n\n/**\n * __useUpdateCatalogMutation__\n *\n * To run a mutation, you first call `useUpdateCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateCatalogMutation, { data, loading, error }] = useUpdateCatalogMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateCatalogMutation, Types.UpdateCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateCatalogMutation, Types.UpdateCatalogMutationVariables>(UpdateCatalogDocument, options);\n }\nexport type UpdateCatalogMutationHookResult = ReturnType<typeof useUpdateCatalogMutation>;\nexport type UpdateCatalogMutationResult = Apollo.MutationResult<Types.UpdateCatalogMutation>;\nexport type UpdateCatalogMutationOptions = Apollo.BaseMutationOptions<Types.UpdateCatalogMutation, Types.UpdateCatalogMutationVariables>;\nexport const DeleteCatalogDocument = gql`\n mutation DeleteCatalog($id: ID!) {\n deleteVibecontrolsCatalog(id: $id)\n}\n `;\nexport type DeleteCatalogMutationFn = Apollo.MutationFunction<Types.DeleteCatalogMutation, Types.DeleteCatalogMutationVariables>;\n\n/**\n * __useDeleteCatalogMutation__\n *\n * To run a mutation, you first call `useDeleteCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteCatalogMutation, { data, loading, error }] = useDeleteCatalogMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteCatalogMutation, Types.DeleteCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteCatalogMutation, Types.DeleteCatalogMutationVariables>(DeleteCatalogDocument, options);\n }\nexport type DeleteCatalogMutationHookResult = ReturnType<typeof useDeleteCatalogMutation>;\nexport type DeleteCatalogMutationResult = Apollo.MutationResult<Types.DeleteCatalogMutation>;\nexport type DeleteCatalogMutationOptions = Apollo.BaseMutationOptions<Types.DeleteCatalogMutation, Types.DeleteCatalogMutationVariables>;\nexport const AddComponentToCatalogDocument = gql`\n mutation AddComponentToCatalog($catalogId: ID!, $componentId: ID!) {\n addComponentToVibecontrolsCatalog(\n catalogId: $catalogId\n componentId: $componentId\n ) {\n id\n component {\n ...ComponentFields\n }\n addedAt\n addedBy\n }\n}\n ${ComponentFieldsFragmentDoc}`;\nexport type AddComponentToCatalogMutationFn = Apollo.MutationFunction<Types.AddComponentToCatalogMutation, Types.AddComponentToCatalogMutationVariables>;\n\n/**\n * __useAddComponentToCatalogMutation__\n *\n * To run a mutation, you first call `useAddComponentToCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAddComponentToCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [addComponentToCatalogMutation, { data, loading, error }] = useAddComponentToCatalogMutation({\n * variables: {\n * catalogId: // value for 'catalogId'\n * componentId: // value for 'componentId'\n * },\n * });\n */\nexport function useAddComponentToCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddComponentToCatalogMutation, Types.AddComponentToCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AddComponentToCatalogMutation, Types.AddComponentToCatalogMutationVariables>(AddComponentToCatalogDocument, options);\n }\nexport type AddComponentToCatalogMutationHookResult = ReturnType<typeof useAddComponentToCatalogMutation>;\nexport type AddComponentToCatalogMutationResult = Apollo.MutationResult<Types.AddComponentToCatalogMutation>;\nexport type AddComponentToCatalogMutationOptions = Apollo.BaseMutationOptions<Types.AddComponentToCatalogMutation, Types.AddComponentToCatalogMutationVariables>;\nexport const RemoveComponentFromCatalogDocument = gql`\n mutation RemoveComponentFromCatalog($catalogId: ID!, $componentId: ID!) {\n removeComponentFromVibecontrolsCatalog(\n catalogId: $catalogId\n componentId: $componentId\n )\n}\n `;\nexport type RemoveComponentFromCatalogMutationFn = Apollo.MutationFunction<Types.RemoveComponentFromCatalogMutation, Types.RemoveComponentFromCatalogMutationVariables>;\n\n/**\n * __useRemoveComponentFromCatalogMutation__\n *\n * To run a mutation, you first call `useRemoveComponentFromCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRemoveComponentFromCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [removeComponentFromCatalogMutation, { data, loading, error }] = useRemoveComponentFromCatalogMutation({\n * variables: {\n * catalogId: // value for 'catalogId'\n * componentId: // value for 'componentId'\n * },\n * });\n */\nexport function useRemoveComponentFromCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveComponentFromCatalogMutation, Types.RemoveComponentFromCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RemoveComponentFromCatalogMutation, Types.RemoveComponentFromCatalogMutationVariables>(RemoveComponentFromCatalogDocument, options);\n }\nexport type RemoveComponentFromCatalogMutationHookResult = ReturnType<typeof useRemoveComponentFromCatalogMutation>;\nexport type RemoveComponentFromCatalogMutationResult = Apollo.MutationResult<Types.RemoveComponentFromCatalogMutation>;\nexport type RemoveComponentFromCatalogMutationOptions = Apollo.BaseMutationOptions<Types.RemoveComponentFromCatalogMutation, Types.RemoveComponentFromCatalogMutationVariables>;\nexport const AddVibeToCatalogDocument = gql`\n mutation AddVibeToCatalog($catalogId: ID!, $vibeId: ID!) {\n addVibeToVibecontrolsCatalog(catalogId: $catalogId, vibeId: $vibeId) {\n id\n vibe {\n id\n name\n }\n addedAt\n addedBy\n }\n}\n `;\nexport type AddVibeToCatalogMutationFn = Apollo.MutationFunction<Types.AddVibeToCatalogMutation, Types.AddVibeToCatalogMutationVariables>;\n\n/**\n * __useAddVibeToCatalogMutation__\n *\n * To run a mutation, you first call `useAddVibeToCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAddVibeToCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [addVibeToCatalogMutation, { data, loading, error }] = useAddVibeToCatalogMutation({\n * variables: {\n * catalogId: // value for 'catalogId'\n * vibeId: // value for 'vibeId'\n * },\n * });\n */\nexport function useAddVibeToCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddVibeToCatalogMutation, Types.AddVibeToCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AddVibeToCatalogMutation, Types.AddVibeToCatalogMutationVariables>(AddVibeToCatalogDocument, options);\n }\nexport type AddVibeToCatalogMutationHookResult = ReturnType<typeof useAddVibeToCatalogMutation>;\nexport type AddVibeToCatalogMutationResult = Apollo.MutationResult<Types.AddVibeToCatalogMutation>;\nexport type AddVibeToCatalogMutationOptions = Apollo.BaseMutationOptions<Types.AddVibeToCatalogMutation, Types.AddVibeToCatalogMutationVariables>;\nexport const RemoveVibeFromCatalogDocument = gql`\n mutation RemoveVibeFromCatalog($catalogId: ID!, $vibeId: ID!) {\n removeVibeFromVibecontrolsCatalog(catalogId: $catalogId, vibeId: $vibeId)\n}\n `;\nexport type RemoveVibeFromCatalogMutationFn = Apollo.MutationFunction<Types.RemoveVibeFromCatalogMutation, Types.RemoveVibeFromCatalogMutationVariables>;\n\n/**\n * __useRemoveVibeFromCatalogMutation__\n *\n * To run a mutation, you first call `useRemoveVibeFromCatalogMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRemoveVibeFromCatalogMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [removeVibeFromCatalogMutation, { data, loading, error }] = useRemoveVibeFromCatalogMutation({\n * variables: {\n * catalogId: // value for 'catalogId'\n * vibeId: // value for 'vibeId'\n * },\n * });\n */\nexport function useRemoveVibeFromCatalogMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveVibeFromCatalogMutation, Types.RemoveVibeFromCatalogMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RemoveVibeFromCatalogMutation, Types.RemoveVibeFromCatalogMutationVariables>(RemoveVibeFromCatalogDocument, options);\n }\nexport type RemoveVibeFromCatalogMutationHookResult = ReturnType<typeof useRemoveVibeFromCatalogMutation>;\nexport type RemoveVibeFromCatalogMutationResult = Apollo.MutationResult<Types.RemoveVibeFromCatalogMutation>;\nexport type RemoveVibeFromCatalogMutationOptions = Apollo.BaseMutationOptions<Types.RemoveVibeFromCatalogMutation, Types.RemoveVibeFromCatalogMutationVariables>;\nexport const CreateComponentDocument = gql`\n mutation CreateComponent($input: CreateComponentInput!) {\n createVibecontrolsComponent(input: $input) {\n ...ComponentFields\n }\n}\n ${ComponentFieldsFragmentDoc}`;\nexport type CreateComponentMutationFn = Apollo.MutationFunction<Types.CreateComponentMutation, Types.CreateComponentMutationVariables>;\n\n/**\n * __useCreateComponentMutation__\n *\n * To run a mutation, you first call `useCreateComponentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateComponentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createComponentMutation, { data, loading, error }] = useCreateComponentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateComponentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateComponentMutation, Types.CreateComponentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateComponentMutation, Types.CreateComponentMutationVariables>(CreateComponentDocument, options);\n }\nexport type CreateComponentMutationHookResult = ReturnType<typeof useCreateComponentMutation>;\nexport type CreateComponentMutationResult = Apollo.MutationResult<Types.CreateComponentMutation>;\nexport type CreateComponentMutationOptions = Apollo.BaseMutationOptions<Types.CreateComponentMutation, Types.CreateComponentMutationVariables>;\nexport const UpdateComponentDocument = gql`\n mutation UpdateComponent($id: ID!, $input: UpdateComponentInput!) {\n updateVibecontrolsComponent(id: $id, input: $input) {\n ...ComponentFields\n }\n}\n ${ComponentFieldsFragmentDoc}`;\nexport type UpdateComponentMutationFn = Apollo.MutationFunction<Types.UpdateComponentMutation, Types.UpdateComponentMutationVariables>;\n\n/**\n * __useUpdateComponentMutation__\n *\n * To run a mutation, you first call `useUpdateComponentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateComponentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateComponentMutation, { data, loading, error }] = useUpdateComponentMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateComponentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateComponentMutation, Types.UpdateComponentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateComponentMutation, Types.UpdateComponentMutationVariables>(UpdateComponentDocument, options);\n }\nexport type UpdateComponentMutationHookResult = ReturnType<typeof useUpdateComponentMutation>;\nexport type UpdateComponentMutationResult = Apollo.MutationResult<Types.UpdateComponentMutation>;\nexport type UpdateComponentMutationOptions = Apollo.BaseMutationOptions<Types.UpdateComponentMutation, Types.UpdateComponentMutationVariables>;\nexport const DeleteComponentDocument = gql`\n mutation DeleteComponent($id: ID!) {\n deleteVibecontrolsComponent(id: $id)\n}\n `;\nexport type DeleteComponentMutationFn = Apollo.MutationFunction<Types.DeleteComponentMutation, Types.DeleteComponentMutationVariables>;\n\n/**\n * __useDeleteComponentMutation__\n *\n * To run a mutation, you first call `useDeleteComponentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteComponentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteComponentMutation, { data, loading, error }] = useDeleteComponentMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteComponentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteComponentMutation, Types.DeleteComponentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteComponentMutation, Types.DeleteComponentMutationVariables>(DeleteComponentDocument, options);\n }\nexport type DeleteComponentMutationHookResult = ReturnType<typeof useDeleteComponentMutation>;\nexport type DeleteComponentMutationResult = Apollo.MutationResult<Types.DeleteComponentMutation>;\nexport type DeleteComponentMutationOptions = Apollo.BaseMutationOptions<Types.DeleteComponentMutation, Types.DeleteComponentMutationVariables>;\nexport const SetConfigurationDocument = gql`\n mutation SetConfiguration($scope: ConfigScope!, $scopeId: ID, $key: String!, $value: JSON!, $isSecret: Boolean) {\n setConfiguration(\n scope: $scope\n scopeId: $scopeId\n key: $key\n value: $value\n isSecret: $isSecret\n ) {\n ...ConfigurationFields\n }\n}\n ${ConfigurationFieldsFragmentDoc}`;\nexport type SetConfigurationMutationFn = Apollo.MutationFunction<Types.SetConfigurationMutation, Types.SetConfigurationMutationVariables>;\n\n/**\n * __useSetConfigurationMutation__\n *\n * To run a mutation, you first call `useSetConfigurationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetConfigurationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [setConfigurationMutation, { data, loading, error }] = useSetConfigurationMutation({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * key: // value for 'key'\n * value: // value for 'value'\n * isSecret: // value for 'isSecret'\n * },\n * });\n */\nexport function useSetConfigurationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetConfigurationMutation, Types.SetConfigurationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetConfigurationMutation, Types.SetConfigurationMutationVariables>(SetConfigurationDocument, options);\n }\nexport type SetConfigurationMutationHookResult = ReturnType<typeof useSetConfigurationMutation>;\nexport type SetConfigurationMutationResult = Apollo.MutationResult<Types.SetConfigurationMutation>;\nexport type SetConfigurationMutationOptions = Apollo.BaseMutationOptions<Types.SetConfigurationMutation, Types.SetConfigurationMutationVariables>;\nexport const DeleteConfigurationDocument = gql`\n mutation DeleteConfiguration($scope: ConfigScope!, $scopeId: ID, $key: String!) {\n deleteConfiguration(scope: $scope, scopeId: $scopeId, key: $key)\n}\n `;\nexport type DeleteConfigurationMutationFn = Apollo.MutationFunction<Types.DeleteConfigurationMutation, Types.DeleteConfigurationMutationVariables>;\n\n/**\n * __useDeleteConfigurationMutation__\n *\n * To run a mutation, you first call `useDeleteConfigurationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteConfigurationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteConfigurationMutation, { data, loading, error }] = useDeleteConfigurationMutation({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * key: // value for 'key'\n * },\n * });\n */\nexport function useDeleteConfigurationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteConfigurationMutation, Types.DeleteConfigurationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteConfigurationMutation, Types.DeleteConfigurationMutationVariables>(DeleteConfigurationDocument, options);\n }\nexport type DeleteConfigurationMutationHookResult = ReturnType<typeof useDeleteConfigurationMutation>;\nexport type DeleteConfigurationMutationResult = Apollo.MutationResult<Types.DeleteConfigurationMutation>;\nexport type DeleteConfigurationMutationOptions = Apollo.BaseMutationOptions<Types.DeleteConfigurationMutation, Types.DeleteConfigurationMutationVariables>;\nexport const BulkSetConfigurationsDocument = gql`\n mutation BulkSetConfigurations($scope: ConfigScope!, $scopeId: ID, $configurations: [ConfigurationInput!]!) {\n bulkSetConfigurations(\n scope: $scope\n scopeId: $scopeId\n configurations: $configurations\n ) {\n ...ConfigurationFields\n }\n}\n ${ConfigurationFieldsFragmentDoc}`;\nexport type BulkSetConfigurationsMutationFn = Apollo.MutationFunction<Types.BulkSetConfigurationsMutation, Types.BulkSetConfigurationsMutationVariables>;\n\n/**\n * __useBulkSetConfigurationsMutation__\n *\n * To run a mutation, you first call `useBulkSetConfigurationsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBulkSetConfigurationsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [bulkSetConfigurationsMutation, { data, loading, error }] = useBulkSetConfigurationsMutation({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * configurations: // value for 'configurations'\n * },\n * });\n */\nexport function useBulkSetConfigurationsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BulkSetConfigurationsMutation, Types.BulkSetConfigurationsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BulkSetConfigurationsMutation, Types.BulkSetConfigurationsMutationVariables>(BulkSetConfigurationsDocument, options);\n }\nexport type BulkSetConfigurationsMutationHookResult = ReturnType<typeof useBulkSetConfigurationsMutation>;\nexport type BulkSetConfigurationsMutationResult = Apollo.MutationResult<Types.BulkSetConfigurationsMutation>;\nexport type BulkSetConfigurationsMutationOptions = Apollo.BaseMutationOptions<Types.BulkSetConfigurationsMutation, Types.BulkSetConfigurationsMutationVariables>;\nexport const CreateDocsSiteDocument = gql`\n mutation CreateDocsSite($input: CreateVibecontrolsDocsSiteInput!) {\n createDocsSite(input: $input) {\n id\n ownerType\n ownerId\n name\n visibility\n }\n}\n `;\nexport type CreateDocsSiteMutationFn = Apollo.MutationFunction<Types.CreateDocsSiteMutation, Types.CreateDocsSiteMutationVariables>;\n\n/**\n * __useCreateDocsSiteMutation__\n *\n * To run a mutation, you first call `useCreateDocsSiteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDocsSiteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createDocsSiteMutation, { data, loading, error }] = useCreateDocsSiteMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDocsSiteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDocsSiteMutation, Types.CreateDocsSiteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDocsSiteMutation, Types.CreateDocsSiteMutationVariables>(CreateDocsSiteDocument, options);\n }\nexport type CreateDocsSiteMutationHookResult = ReturnType<typeof useCreateDocsSiteMutation>;\nexport type CreateDocsSiteMutationResult = Apollo.MutationResult<Types.CreateDocsSiteMutation>;\nexport type CreateDocsSiteMutationOptions = Apollo.BaseMutationOptions<Types.CreateDocsSiteMutation, Types.CreateDocsSiteMutationVariables>;\nexport const UpdateDocsSiteDocument = gql`\n mutation UpdateDocsSite($id: ID!, $input: UpdateVibecontrolsDocsSiteInput!) {\n updateDocsSite(id: $id, input: $input) {\n id\n name\n docusaurusConfig\n }\n}\n `;\nexport type UpdateDocsSiteMutationFn = Apollo.MutationFunction<Types.UpdateDocsSiteMutation, Types.UpdateDocsSiteMutationVariables>;\n\n/**\n * __useUpdateDocsSiteMutation__\n *\n * To run a mutation, you first call `useUpdateDocsSiteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDocsSiteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateDocsSiteMutation, { data, loading, error }] = useUpdateDocsSiteMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDocsSiteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDocsSiteMutation, Types.UpdateDocsSiteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDocsSiteMutation, Types.UpdateDocsSiteMutationVariables>(UpdateDocsSiteDocument, options);\n }\nexport type UpdateDocsSiteMutationHookResult = ReturnType<typeof useUpdateDocsSiteMutation>;\nexport type UpdateDocsSiteMutationResult = Apollo.MutationResult<Types.UpdateDocsSiteMutation>;\nexport type UpdateDocsSiteMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDocsSiteMutation, Types.UpdateDocsSiteMutationVariables>;\nexport const UpdateDocsSiteVisibilityDocument = gql`\n mutation UpdateDocsSiteVisibility($id: ID!, $visibility: VibecontrolsDocsSiteVisibility!) {\n updateDocsSiteVisibility(id: $id, visibility: $visibility) {\n id\n visibility\n }\n}\n `;\nexport type UpdateDocsSiteVisibilityMutationFn = Apollo.MutationFunction<Types.UpdateDocsSiteVisibilityMutation, Types.UpdateDocsSiteVisibilityMutationVariables>;\n\n/**\n * __useUpdateDocsSiteVisibilityMutation__\n *\n * To run a mutation, you first call `useUpdateDocsSiteVisibilityMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDocsSiteVisibilityMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateDocsSiteVisibilityMutation, { data, loading, error }] = useUpdateDocsSiteVisibilityMutation({\n * variables: {\n * id: // value for 'id'\n * visibility: // value for 'visibility'\n * },\n * });\n */\nexport function useUpdateDocsSiteVisibilityMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDocsSiteVisibilityMutation, Types.UpdateDocsSiteVisibilityMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDocsSiteVisibilityMutation, Types.UpdateDocsSiteVisibilityMutationVariables>(UpdateDocsSiteVisibilityDocument, options);\n }\nexport type UpdateDocsSiteVisibilityMutationHookResult = ReturnType<typeof useUpdateDocsSiteVisibilityMutation>;\nexport type UpdateDocsSiteVisibilityMutationResult = Apollo.MutationResult<Types.UpdateDocsSiteVisibilityMutation>;\nexport type UpdateDocsSiteVisibilityMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDocsSiteVisibilityMutation, Types.UpdateDocsSiteVisibilityMutationVariables>;\nexport const CreateDocsPageDocument = gql`\n mutation CreateDocsPage($input: CreateVibecontrolsDocsPageInput!) {\n createDocsPage(input: $input) {\n id\n siteId\n slug\n title\n content\n status\n sidebarPosition\n category\n }\n}\n `;\nexport type CreateDocsPageMutationFn = Apollo.MutationFunction<Types.CreateDocsPageMutation, Types.CreateDocsPageMutationVariables>;\n\n/**\n * __useCreateDocsPageMutation__\n *\n * To run a mutation, you first call `useCreateDocsPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDocsPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createDocsPageMutation, { data, loading, error }] = useCreateDocsPageMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDocsPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDocsPageMutation, Types.CreateDocsPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDocsPageMutation, Types.CreateDocsPageMutationVariables>(CreateDocsPageDocument, options);\n }\nexport type CreateDocsPageMutationHookResult = ReturnType<typeof useCreateDocsPageMutation>;\nexport type CreateDocsPageMutationResult = Apollo.MutationResult<Types.CreateDocsPageMutation>;\nexport type CreateDocsPageMutationOptions = Apollo.BaseMutationOptions<Types.CreateDocsPageMutation, Types.CreateDocsPageMutationVariables>;\nexport const UpdateDocsPageDocument = gql`\n mutation UpdateDocsPage($id: ID!, $input: UpdateVibecontrolsDocsPageInput!) {\n updateDocsPage(id: $id, input: $input) {\n id\n title\n content\n slug\n }\n}\n `;\nexport type UpdateDocsPageMutationFn = Apollo.MutationFunction<Types.UpdateDocsPageMutation, Types.UpdateDocsPageMutationVariables>;\n\n/**\n * __useUpdateDocsPageMutation__\n *\n * To run a mutation, you first call `useUpdateDocsPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDocsPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateDocsPageMutation, { data, loading, error }] = useUpdateDocsPageMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDocsPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDocsPageMutation, Types.UpdateDocsPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDocsPageMutation, Types.UpdateDocsPageMutationVariables>(UpdateDocsPageDocument, options);\n }\nexport type UpdateDocsPageMutationHookResult = ReturnType<typeof useUpdateDocsPageMutation>;\nexport type UpdateDocsPageMutationResult = Apollo.MutationResult<Types.UpdateDocsPageMutation>;\nexport type UpdateDocsPageMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDocsPageMutation, Types.UpdateDocsPageMutationVariables>;\nexport const DeleteDocsPageDocument = gql`\n mutation DeleteDocsPage($id: ID!) {\n deleteDocsPage(id: $id)\n}\n `;\nexport type DeleteDocsPageMutationFn = Apollo.MutationFunction<Types.DeleteDocsPageMutation, Types.DeleteDocsPageMutationVariables>;\n\n/**\n * __useDeleteDocsPageMutation__\n *\n * To run a mutation, you first call `useDeleteDocsPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDocsPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteDocsPageMutation, { data, loading, error }] = useDeleteDocsPageMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDocsPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDocsPageMutation, Types.DeleteDocsPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDocsPageMutation, Types.DeleteDocsPageMutationVariables>(DeleteDocsPageDocument, options);\n }\nexport type DeleteDocsPageMutationHookResult = ReturnType<typeof useDeleteDocsPageMutation>;\nexport type DeleteDocsPageMutationResult = Apollo.MutationResult<Types.DeleteDocsPageMutation>;\nexport type DeleteDocsPageMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDocsPageMutation, Types.DeleteDocsPageMutationVariables>;\nexport const CompileDocsSiteDocument = gql`\n mutation CompileDocsSite($siteId: ID!, $publish: Boolean) {\n compileDocsSite(siteId: $siteId, publish: $publish) {\n id\n siteId\n revisionNumber\n status\n }\n}\n `;\nexport type CompileDocsSiteMutationFn = Apollo.MutationFunction<Types.CompileDocsSiteMutation, Types.CompileDocsSiteMutationVariables>;\n\n/**\n * __useCompileDocsSiteMutation__\n *\n * To run a mutation, you first call `useCompileDocsSiteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCompileDocsSiteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [compileDocsSiteMutation, { data, loading, error }] = useCompileDocsSiteMutation({\n * variables: {\n * siteId: // value for 'siteId'\n * publish: // value for 'publish'\n * },\n * });\n */\nexport function useCompileDocsSiteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CompileDocsSiteMutation, Types.CompileDocsSiteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CompileDocsSiteMutation, Types.CompileDocsSiteMutationVariables>(CompileDocsSiteDocument, options);\n }\nexport type CompileDocsSiteMutationHookResult = ReturnType<typeof useCompileDocsSiteMutation>;\nexport type CompileDocsSiteMutationResult = Apollo.MutationResult<Types.CompileDocsSiteMutation>;\nexport type CompileDocsSiteMutationOptions = Apollo.BaseMutationOptions<Types.CompileDocsSiteMutation, Types.CompileDocsSiteMutationVariables>;\nexport const RegisterDocsBuildImageDocument = gql`\n mutation RegisterDocsBuildImage($input: RegisterVibecontrolsDocsBuildImageInput!) {\n registerDocsBuildImage(input: $input) {\n id\n name\n imageRef\n status\n }\n}\n `;\nexport type RegisterDocsBuildImageMutationFn = Apollo.MutationFunction<Types.RegisterDocsBuildImageMutation, Types.RegisterDocsBuildImageMutationVariables>;\n\n/**\n * __useRegisterDocsBuildImageMutation__\n *\n * To run a mutation, you first call `useRegisterDocsBuildImageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRegisterDocsBuildImageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [registerDocsBuildImageMutation, { data, loading, error }] = useRegisterDocsBuildImageMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRegisterDocsBuildImageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RegisterDocsBuildImageMutation, Types.RegisterDocsBuildImageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RegisterDocsBuildImageMutation, Types.RegisterDocsBuildImageMutationVariables>(RegisterDocsBuildImageDocument, options);\n }\nexport type RegisterDocsBuildImageMutationHookResult = ReturnType<typeof useRegisterDocsBuildImageMutation>;\nexport type RegisterDocsBuildImageMutationResult = Apollo.MutationResult<Types.RegisterDocsBuildImageMutation>;\nexport type RegisterDocsBuildImageMutationOptions = Apollo.BaseMutationOptions<Types.RegisterDocsBuildImageMutation, Types.RegisterDocsBuildImageMutationVariables>;\nexport const ValidateDocsBuildImageDocument = gql`\n mutation ValidateDocsBuildImage($id: ID!) {\n validateDocsBuildImage(id: $id) {\n id\n status\n }\n}\n `;\nexport type ValidateDocsBuildImageMutationFn = Apollo.MutationFunction<Types.ValidateDocsBuildImageMutation, Types.ValidateDocsBuildImageMutationVariables>;\n\n/**\n * __useValidateDocsBuildImageMutation__\n *\n * To run a mutation, you first call `useValidateDocsBuildImageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useValidateDocsBuildImageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [validateDocsBuildImageMutation, { data, loading, error }] = useValidateDocsBuildImageMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useValidateDocsBuildImageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ValidateDocsBuildImageMutation, Types.ValidateDocsBuildImageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ValidateDocsBuildImageMutation, Types.ValidateDocsBuildImageMutationVariables>(ValidateDocsBuildImageDocument, options);\n }\nexport type ValidateDocsBuildImageMutationHookResult = ReturnType<typeof useValidateDocsBuildImageMutation>;\nexport type ValidateDocsBuildImageMutationResult = Apollo.MutationResult<Types.ValidateDocsBuildImageMutation>;\nexport type ValidateDocsBuildImageMutationOptions = Apollo.BaseMutationOptions<Types.ValidateDocsBuildImageMutation, Types.ValidateDocsBuildImageMutationVariables>;\nexport const DisableDocsBuildImageDocument = gql`\n mutation DisableDocsBuildImage($id: ID!) {\n disableDocsBuildImage(id: $id) {\n id\n status\n }\n}\n `;\nexport type DisableDocsBuildImageMutationFn = Apollo.MutationFunction<Types.DisableDocsBuildImageMutation, Types.DisableDocsBuildImageMutationVariables>;\n\n/**\n * __useDisableDocsBuildImageMutation__\n *\n * To run a mutation, you first call `useDisableDocsBuildImageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDisableDocsBuildImageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [disableDocsBuildImageMutation, { data, loading, error }] = useDisableDocsBuildImageMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDisableDocsBuildImageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DisableDocsBuildImageMutation, Types.DisableDocsBuildImageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DisableDocsBuildImageMutation, Types.DisableDocsBuildImageMutationVariables>(DisableDocsBuildImageDocument, options);\n }\nexport type DisableDocsBuildImageMutationHookResult = ReturnType<typeof useDisableDocsBuildImageMutation>;\nexport type DisableDocsBuildImageMutationResult = Apollo.MutationResult<Types.DisableDocsBuildImageMutation>;\nexport type DisableDocsBuildImageMutationOptions = Apollo.BaseMutationOptions<Types.DisableDocsBuildImageMutation, Types.DisableDocsBuildImageMutationVariables>;\nexport const UpdateDocsSiteRuntimeDocument = gql`\n mutation UpdateDocsSiteRuntime($id: ID!, $runtime: VibecontrolsDocsBuildRuntime!, $buildImageId: ID) {\n updateDocsSiteRuntime(id: $id, runtime: $runtime, buildImageId: $buildImageId) {\n id\n runtime\n buildImageId\n }\n}\n `;\nexport type UpdateDocsSiteRuntimeMutationFn = Apollo.MutationFunction<Types.UpdateDocsSiteRuntimeMutation, Types.UpdateDocsSiteRuntimeMutationVariables>;\n\n/**\n * __useUpdateDocsSiteRuntimeMutation__\n *\n * To run a mutation, you first call `useUpdateDocsSiteRuntimeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDocsSiteRuntimeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateDocsSiteRuntimeMutation, { data, loading, error }] = useUpdateDocsSiteRuntimeMutation({\n * variables: {\n * id: // value for 'id'\n * runtime: // value for 'runtime'\n * buildImageId: // value for 'buildImageId'\n * },\n * });\n */\nexport function useUpdateDocsSiteRuntimeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDocsSiteRuntimeMutation, Types.UpdateDocsSiteRuntimeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDocsSiteRuntimeMutation, Types.UpdateDocsSiteRuntimeMutationVariables>(UpdateDocsSiteRuntimeDocument, options);\n }\nexport type UpdateDocsSiteRuntimeMutationHookResult = ReturnType<typeof useUpdateDocsSiteRuntimeMutation>;\nexport type UpdateDocsSiteRuntimeMutationResult = Apollo.MutationResult<Types.UpdateDocsSiteRuntimeMutation>;\nexport type UpdateDocsSiteRuntimeMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDocsSiteRuntimeMutation, Types.UpdateDocsSiteRuntimeMutationVariables>;\nexport const EntityTagPickerTagEntityDocument = gql`\n mutation EntityTagPickerTagEntity($input: TagEntityInput!) {\n tagVibecontrolsEntity(input: $input) {\n ...EntityTagPickerAssignmentFields\n }\n}\n ${EntityTagPickerAssignmentFieldsFragmentDoc}`;\nexport type EntityTagPickerTagEntityMutationFn = Apollo.MutationFunction<Types.EntityTagPickerTagEntityMutation, Types.EntityTagPickerTagEntityMutationVariables>;\n\n/**\n * __useEntityTagPickerTagEntityMutation__\n *\n * To run a mutation, you first call `useEntityTagPickerTagEntityMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useEntityTagPickerTagEntityMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [entityTagPickerTagEntityMutation, { data, loading, error }] = useEntityTagPickerTagEntityMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useEntityTagPickerTagEntityMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.EntityTagPickerTagEntityMutation, Types.EntityTagPickerTagEntityMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.EntityTagPickerTagEntityMutation, Types.EntityTagPickerTagEntityMutationVariables>(EntityTagPickerTagEntityDocument, options);\n }\nexport type EntityTagPickerTagEntityMutationHookResult = ReturnType<typeof useEntityTagPickerTagEntityMutation>;\nexport type EntityTagPickerTagEntityMutationResult = Apollo.MutationResult<Types.EntityTagPickerTagEntityMutation>;\nexport type EntityTagPickerTagEntityMutationOptions = Apollo.BaseMutationOptions<Types.EntityTagPickerTagEntityMutation, Types.EntityTagPickerTagEntityMutationVariables>;\nexport const EntityTagPickerUntagEntityDocument = gql`\n mutation EntityTagPickerUntagEntity($input: UntagEntityInput!) {\n untagVibecontrolsEntity(input: $input)\n}\n `;\nexport type EntityTagPickerUntagEntityMutationFn = Apollo.MutationFunction<Types.EntityTagPickerUntagEntityMutation, Types.EntityTagPickerUntagEntityMutationVariables>;\n\n/**\n * __useEntityTagPickerUntagEntityMutation__\n *\n * To run a mutation, you first call `useEntityTagPickerUntagEntityMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useEntityTagPickerUntagEntityMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [entityTagPickerUntagEntityMutation, { data, loading, error }] = useEntityTagPickerUntagEntityMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useEntityTagPickerUntagEntityMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.EntityTagPickerUntagEntityMutation, Types.EntityTagPickerUntagEntityMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.EntityTagPickerUntagEntityMutation, Types.EntityTagPickerUntagEntityMutationVariables>(EntityTagPickerUntagEntityDocument, options);\n }\nexport type EntityTagPickerUntagEntityMutationHookResult = ReturnType<typeof useEntityTagPickerUntagEntityMutation>;\nexport type EntityTagPickerUntagEntityMutationResult = Apollo.MutationResult<Types.EntityTagPickerUntagEntityMutation>;\nexport type EntityTagPickerUntagEntityMutationOptions = Apollo.BaseMutationOptions<Types.EntityTagPickerUntagEntityMutation, Types.EntityTagPickerUntagEntityMutationVariables>;\nexport const CreateGitopsProviderDocument = gql`\n mutation CreateGitopsProvider($input: CreateGitopsProviderInput!) {\n createGitopsProvider(input: $input) {\n id\n workspaceId\n name\n providerType\n repoUrl\n isActive\n createdAt\n }\n}\n `;\nexport type CreateGitopsProviderMutationFn = Apollo.MutationFunction<Types.CreateGitopsProviderMutation, Types.CreateGitopsProviderMutationVariables>;\n\n/**\n * __useCreateGitopsProviderMutation__\n *\n * To run a mutation, you first call `useCreateGitopsProviderMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateGitopsProviderMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createGitopsProviderMutation, { data, loading, error }] = useCreateGitopsProviderMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateGitopsProviderMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateGitopsProviderMutation, Types.CreateGitopsProviderMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateGitopsProviderMutation, Types.CreateGitopsProviderMutationVariables>(CreateGitopsProviderDocument, options);\n }\nexport type CreateGitopsProviderMutationHookResult = ReturnType<typeof useCreateGitopsProviderMutation>;\nexport type CreateGitopsProviderMutationResult = Apollo.MutationResult<Types.CreateGitopsProviderMutation>;\nexport type CreateGitopsProviderMutationOptions = Apollo.BaseMutationOptions<Types.CreateGitopsProviderMutation, Types.CreateGitopsProviderMutationVariables>;\nexport const UpdateGitopsProviderDocument = gql`\n mutation UpdateGitopsProvider($id: ID!, $input: UpdateGitopsProviderInput!) {\n updateGitopsProvider(id: $id, input: $input) {\n id\n name\n providerType\n repoUrl\n isActive\n updatedAt\n }\n}\n `;\nexport type UpdateGitopsProviderMutationFn = Apollo.MutationFunction<Types.UpdateGitopsProviderMutation, Types.UpdateGitopsProviderMutationVariables>;\n\n/**\n * __useUpdateGitopsProviderMutation__\n *\n * To run a mutation, you first call `useUpdateGitopsProviderMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateGitopsProviderMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateGitopsProviderMutation, { data, loading, error }] = useUpdateGitopsProviderMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateGitopsProviderMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateGitopsProviderMutation, Types.UpdateGitopsProviderMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateGitopsProviderMutation, Types.UpdateGitopsProviderMutationVariables>(UpdateGitopsProviderDocument, options);\n }\nexport type UpdateGitopsProviderMutationHookResult = ReturnType<typeof useUpdateGitopsProviderMutation>;\nexport type UpdateGitopsProviderMutationResult = Apollo.MutationResult<Types.UpdateGitopsProviderMutation>;\nexport type UpdateGitopsProviderMutationOptions = Apollo.BaseMutationOptions<Types.UpdateGitopsProviderMutation, Types.UpdateGitopsProviderMutationVariables>;\nexport const DeleteGitopsProviderDocument = gql`\n mutation DeleteGitopsProvider($id: ID!) {\n deleteGitopsProvider(id: $id)\n}\n `;\nexport type DeleteGitopsProviderMutationFn = Apollo.MutationFunction<Types.DeleteGitopsProviderMutation, Types.DeleteGitopsProviderMutationVariables>;\n\n/**\n * __useDeleteGitopsProviderMutation__\n *\n * To run a mutation, you first call `useDeleteGitopsProviderMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteGitopsProviderMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteGitopsProviderMutation, { data, loading, error }] = useDeleteGitopsProviderMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteGitopsProviderMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteGitopsProviderMutation, Types.DeleteGitopsProviderMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteGitopsProviderMutation, Types.DeleteGitopsProviderMutationVariables>(DeleteGitopsProviderDocument, options);\n }\nexport type DeleteGitopsProviderMutationHookResult = ReturnType<typeof useDeleteGitopsProviderMutation>;\nexport type DeleteGitopsProviderMutationResult = Apollo.MutationResult<Types.DeleteGitopsProviderMutation>;\nexport type DeleteGitopsProviderMutationOptions = Apollo.BaseMutationOptions<Types.DeleteGitopsProviderMutation, Types.DeleteGitopsProviderMutationVariables>;\nexport const RefreshRepoStatsDocument = gql`\n mutation RefreshRepoStats($providerId: ID!, $agentId: ID!) {\n refreshRepoStats(providerId: $providerId, agentId: $agentId) {\n owner\n name\n fullName\n description\n visibility\n defaultBranch\n openPullRequests\n openIssues\n forkCount\n stargazerCount\n dependabotAlerts\n languages\n license\n isArchived\n isFork\n }\n}\n `;\nexport type RefreshRepoStatsMutationFn = Apollo.MutationFunction<Types.RefreshRepoStatsMutation, Types.RefreshRepoStatsMutationVariables>;\n\n/**\n * __useRefreshRepoStatsMutation__\n *\n * To run a mutation, you first call `useRefreshRepoStatsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRefreshRepoStatsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [refreshRepoStatsMutation, { data, loading, error }] = useRefreshRepoStatsMutation({\n * variables: {\n * providerId: // value for 'providerId'\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useRefreshRepoStatsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RefreshRepoStatsMutation, Types.RefreshRepoStatsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RefreshRepoStatsMutation, Types.RefreshRepoStatsMutationVariables>(RefreshRepoStatsDocument, options);\n }\nexport type RefreshRepoStatsMutationHookResult = ReturnType<typeof useRefreshRepoStatsMutation>;\nexport type RefreshRepoStatsMutationResult = Apollo.MutationResult<Types.RefreshRepoStatsMutation>;\nexport type RefreshRepoStatsMutationOptions = Apollo.BaseMutationOptions<Types.RefreshRepoStatsMutation, Types.RefreshRepoStatsMutationVariables>;\nexport const RefreshCiStatusDocument = gql`\n mutation RefreshCIStatus($providerId: ID!, $agentId: ID!) {\n refreshCIStatus(providerId: $providerId, agentId: $agentId) {\n workflows {\n id\n name\n state\n }\n recentRuns {\n id\n workflowName\n status\n conclusion\n branch\n durationSeconds\n startedAt\n url\n }\n successRate\n averageDurationSeconds\n totalRunsLast30Days\n }\n}\n `;\nexport type RefreshCiStatusMutationFn = Apollo.MutationFunction<Types.RefreshCiStatusMutation, Types.RefreshCiStatusMutationVariables>;\n\n/**\n * __useRefreshCiStatusMutation__\n *\n * To run a mutation, you first call `useRefreshCiStatusMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRefreshCiStatusMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [refreshCiStatusMutation, { data, loading, error }] = useRefreshCiStatusMutation({\n * variables: {\n * providerId: // value for 'providerId'\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useRefreshCiStatusMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RefreshCiStatusMutation, Types.RefreshCiStatusMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RefreshCiStatusMutation, Types.RefreshCiStatusMutationVariables>(RefreshCiStatusDocument, options);\n }\nexport type RefreshCiStatusMutationHookResult = ReturnType<typeof useRefreshCiStatusMutation>;\nexport type RefreshCiStatusMutationResult = Apollo.MutationResult<Types.RefreshCiStatusMutation>;\nexport type RefreshCiStatusMutationOptions = Apollo.BaseMutationOptions<Types.RefreshCiStatusMutation, Types.RefreshCiStatusMutationVariables>;\nexport const CreateNoteDocument = gql`\n mutation CreateNote($input: CreateVibecontrolsNoteInput!) {\n createNote(input: $input) {\n ...NoteFields\n }\n}\n ${NoteFieldsFragmentDoc}`;\nexport type CreateNoteMutationFn = Apollo.MutationFunction<Types.CreateNoteMutation, Types.CreateNoteMutationVariables>;\n\n/**\n * __useCreateNoteMutation__\n *\n * To run a mutation, you first call `useCreateNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createNoteMutation, { data, loading, error }] = useCreateNoteMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateNoteMutation, Types.CreateNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateNoteMutation, Types.CreateNoteMutationVariables>(CreateNoteDocument, options);\n }\nexport type CreateNoteMutationHookResult = ReturnType<typeof useCreateNoteMutation>;\nexport type CreateNoteMutationResult = Apollo.MutationResult<Types.CreateNoteMutation>;\nexport type CreateNoteMutationOptions = Apollo.BaseMutationOptions<Types.CreateNoteMutation, Types.CreateNoteMutationVariables>;\nexport const UpdateNoteDocument = gql`\n mutation UpdateNote($id: ID!, $input: UpdateVibecontrolsNoteInput!) {\n updateNote(id: $id, input: $input) {\n ...NoteFields\n }\n}\n ${NoteFieldsFragmentDoc}`;\nexport type UpdateNoteMutationFn = Apollo.MutationFunction<Types.UpdateNoteMutation, Types.UpdateNoteMutationVariables>;\n\n/**\n * __useUpdateNoteMutation__\n *\n * To run a mutation, you first call `useUpdateNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateNoteMutation, { data, loading, error }] = useUpdateNoteMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateNoteMutation, Types.UpdateNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateNoteMutation, Types.UpdateNoteMutationVariables>(UpdateNoteDocument, options);\n }\nexport type UpdateNoteMutationHookResult = ReturnType<typeof useUpdateNoteMutation>;\nexport type UpdateNoteMutationResult = Apollo.MutationResult<Types.UpdateNoteMutation>;\nexport type UpdateNoteMutationOptions = Apollo.BaseMutationOptions<Types.UpdateNoteMutation, Types.UpdateNoteMutationVariables>;\nexport const DeleteNoteDocument = gql`\n mutation DeleteNote($id: ID!) {\n deleteNote(id: $id)\n}\n `;\nexport type DeleteNoteMutationFn = Apollo.MutationFunction<Types.DeleteNoteMutation, Types.DeleteNoteMutationVariables>;\n\n/**\n * __useDeleteNoteMutation__\n *\n * To run a mutation, you first call `useDeleteNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteNoteMutation, { data, loading, error }] = useDeleteNoteMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteNoteMutation, Types.DeleteNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteNoteMutation, Types.DeleteNoteMutationVariables>(DeleteNoteDocument, options);\n }\nexport type DeleteNoteMutationHookResult = ReturnType<typeof useDeleteNoteMutation>;\nexport type DeleteNoteMutationResult = Apollo.MutationResult<Types.DeleteNoteMutation>;\nexport type DeleteNoteMutationOptions = Apollo.BaseMutationOptions<Types.DeleteNoteMutation, Types.DeleteNoteMutationVariables>;\nexport const PinNoteDocument = gql`\n mutation PinNote($id: ID!) {\n pinNote(id: $id) {\n ...NoteFields\n }\n}\n ${NoteFieldsFragmentDoc}`;\nexport type PinNoteMutationFn = Apollo.MutationFunction<Types.PinNoteMutation, Types.PinNoteMutationVariables>;\n\n/**\n * __usePinNoteMutation__\n *\n * To run a mutation, you first call `usePinNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePinNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [pinNoteMutation, { data, loading, error }] = usePinNoteMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function usePinNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PinNoteMutation, Types.PinNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PinNoteMutation, Types.PinNoteMutationVariables>(PinNoteDocument, options);\n }\nexport type PinNoteMutationHookResult = ReturnType<typeof usePinNoteMutation>;\nexport type PinNoteMutationResult = Apollo.MutationResult<Types.PinNoteMutation>;\nexport type PinNoteMutationOptions = Apollo.BaseMutationOptions<Types.PinNoteMutation, Types.PinNoteMutationVariables>;\nexport const UnpinNoteDocument = gql`\n mutation UnpinNote($id: ID!) {\n unpinNote(id: $id) {\n ...NoteFields\n }\n}\n ${NoteFieldsFragmentDoc}`;\nexport type UnpinNoteMutationFn = Apollo.MutationFunction<Types.UnpinNoteMutation, Types.UnpinNoteMutationVariables>;\n\n/**\n * __useUnpinNoteMutation__\n *\n * To run a mutation, you first call `useUnpinNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUnpinNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [unpinNoteMutation, { data, loading, error }] = useUnpinNoteMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useUnpinNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UnpinNoteMutation, Types.UnpinNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UnpinNoteMutation, Types.UnpinNoteMutationVariables>(UnpinNoteDocument, options);\n }\nexport type UnpinNoteMutationHookResult = ReturnType<typeof useUnpinNoteMutation>;\nexport type UnpinNoteMutationResult = Apollo.MutationResult<Types.UnpinNoteMutation>;\nexport type UnpinNoteMutationOptions = Apollo.BaseMutationOptions<Types.UnpinNoteMutation, Types.UnpinNoteMutationVariables>;\nexport const TagNoteDocument = gql`\n mutation TagNote($input: TagNoteInput!) {\n tagNote(input: $input) {\n ...NoteTagAssignmentFields\n }\n}\n ${NoteTagAssignmentFieldsFragmentDoc}`;\nexport type TagNoteMutationFn = Apollo.MutationFunction<Types.TagNoteMutation, Types.TagNoteMutationVariables>;\n\n/**\n * __useTagNoteMutation__\n *\n * To run a mutation, you first call `useTagNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTagNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [tagNoteMutation, { data, loading, error }] = useTagNoteMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useTagNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TagNoteMutation, Types.TagNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TagNoteMutation, Types.TagNoteMutationVariables>(TagNoteDocument, options);\n }\nexport type TagNoteMutationHookResult = ReturnType<typeof useTagNoteMutation>;\nexport type TagNoteMutationResult = Apollo.MutationResult<Types.TagNoteMutation>;\nexport type TagNoteMutationOptions = Apollo.BaseMutationOptions<Types.TagNoteMutation, Types.TagNoteMutationVariables>;\nexport const UntagNoteDocument = gql`\n mutation UntagNote($input: UntagNoteInput!) {\n untagNote(input: $input)\n}\n `;\nexport type UntagNoteMutationFn = Apollo.MutationFunction<Types.UntagNoteMutation, Types.UntagNoteMutationVariables>;\n\n/**\n * __useUntagNoteMutation__\n *\n * To run a mutation, you first call `useUntagNoteMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUntagNoteMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [untagNoteMutation, { data, loading, error }] = useUntagNoteMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUntagNoteMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UntagNoteMutation, Types.UntagNoteMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UntagNoteMutation, Types.UntagNoteMutationVariables>(UntagNoteDocument, options);\n }\nexport type UntagNoteMutationHookResult = ReturnType<typeof useUntagNoteMutation>;\nexport type UntagNoteMutationResult = Apollo.MutationResult<Types.UntagNoteMutation>;\nexport type UntagNoteMutationOptions = Apollo.BaseMutationOptions<Types.UntagNoteMutation, Types.UntagNoteMutationVariables>;\nexport const ReplaceNoteTagsDocument = gql`\n mutation ReplaceNoteTags($input: ReplaceNoteTagsInput!) {\n replaceNoteTags(input: $input) {\n ...NoteTagAssignmentFields\n }\n}\n ${NoteTagAssignmentFieldsFragmentDoc}`;\nexport type ReplaceNoteTagsMutationFn = Apollo.MutationFunction<Types.ReplaceNoteTagsMutation, Types.ReplaceNoteTagsMutationVariables>;\n\n/**\n * __useReplaceNoteTagsMutation__\n *\n * To run a mutation, you first call `useReplaceNoteTagsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReplaceNoteTagsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [replaceNoteTagsMutation, { data, loading, error }] = useReplaceNoteTagsMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useReplaceNoteTagsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReplaceNoteTagsMutation, Types.ReplaceNoteTagsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReplaceNoteTagsMutation, Types.ReplaceNoteTagsMutationVariables>(ReplaceNoteTagsDocument, options);\n }\nexport type ReplaceNoteTagsMutationHookResult = ReturnType<typeof useReplaceNoteTagsMutation>;\nexport type ReplaceNoteTagsMutationResult = Apollo.MutationResult<Types.ReplaceNoteTagsMutation>;\nexport type ReplaceNoteTagsMutationOptions = Apollo.BaseMutationOptions<Types.ReplaceNoteTagsMutation, Types.ReplaceNoteTagsMutationVariables>;\nexport const CreateNoteTagDocument = gql`\n mutation CreateNoteTag($input: CreateNoteTagInput!) {\n createNoteTag(input: $input) {\n id\n key\n label\n color\n }\n}\n `;\nexport type CreateNoteTagMutationFn = Apollo.MutationFunction<Types.CreateNoteTagMutation, Types.CreateNoteTagMutationVariables>;\n\n/**\n * __useCreateNoteTagMutation__\n *\n * To run a mutation, you first call `useCreateNoteTagMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateNoteTagMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createNoteTagMutation, { data, loading, error }] = useCreateNoteTagMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateNoteTagMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateNoteTagMutation, Types.CreateNoteTagMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateNoteTagMutation, Types.CreateNoteTagMutationVariables>(CreateNoteTagDocument, options);\n }\nexport type CreateNoteTagMutationHookResult = ReturnType<typeof useCreateNoteTagMutation>;\nexport type CreateNoteTagMutationResult = Apollo.MutationResult<Types.CreateNoteTagMutation>;\nexport type CreateNoteTagMutationOptions = Apollo.BaseMutationOptions<Types.CreateNoteTagMutation, Types.CreateNoteTagMutationVariables>;\nexport const CreateSandboxDocument = gql`\n mutation CreateSandbox($input: CreateSandboxInput!) {\n createSandbox(input: $input) {\n id\n name\n status\n network {\n internalUrl\n }\n }\n}\n `;\nexport type CreateSandboxMutationFn = Apollo.MutationFunction<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>;\n\n/**\n * __useCreateSandboxMutation__\n *\n * To run a mutation, you first call `useCreateSandboxMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSandboxMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createSandboxMutation, { data, loading, error }] = useCreateSandboxMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSandboxMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>(CreateSandboxDocument, options);\n }\nexport type CreateSandboxMutationHookResult = ReturnType<typeof useCreateSandboxMutation>;\nexport type CreateSandboxMutationResult = Apollo.MutationResult<Types.CreateSandboxMutation>;\nexport type CreateSandboxMutationOptions = Apollo.BaseMutationOptions<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>;\nexport const ProxySandboxRequestDocument = gql`\n mutation ProxySandboxRequest($input: ProxySandboxRequestInput!) {\n proxySandboxRequest(input: $input) {\n status\n body\n }\n}\n `;\nexport type ProxySandboxRequestMutationFn = Apollo.MutationFunction<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>;\n\n/**\n * __useProxySandboxRequestMutation__\n *\n * To run a mutation, you first call `useProxySandboxRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useProxySandboxRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [proxySandboxRequestMutation, { data, loading, error }] = useProxySandboxRequestMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useProxySandboxRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>(ProxySandboxRequestDocument, options);\n }\nexport type ProxySandboxRequestMutationHookResult = ReturnType<typeof useProxySandboxRequestMutation>;\nexport type ProxySandboxRequestMutationResult = Apollo.MutationResult<Types.ProxySandboxRequestMutation>;\nexport type ProxySandboxRequestMutationOptions = Apollo.BaseMutationOptions<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>;\nexport const ExtendSandboxTtlDocument = gql`\n mutation ExtendSandboxTtl($id: ID!, $additionalSeconds: Int!, $context: ContextInput!) {\n extendSandboxTTL(\n id: $id\n additionalSeconds: $additionalSeconds\n context: $context\n ) {\n id\n expiresAt\n }\n}\n `;\nexport type ExtendSandboxTtlMutationFn = Apollo.MutationFunction<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>;\n\n/**\n * __useExtendSandboxTtlMutation__\n *\n * To run a mutation, you first call `useExtendSandboxTtlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExtendSandboxTtlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [extendSandboxTtlMutation, { data, loading, error }] = useExtendSandboxTtlMutation({\n * variables: {\n * id: // value for 'id'\n * additionalSeconds: // value for 'additionalSeconds'\n * context: // value for 'context'\n * },\n * });\n */\nexport function useExtendSandboxTtlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>(ExtendSandboxTtlDocument, options);\n }\nexport type ExtendSandboxTtlMutationHookResult = ReturnType<typeof useExtendSandboxTtlMutation>;\nexport type ExtendSandboxTtlMutationResult = Apollo.MutationResult<Types.ExtendSandboxTtlMutation>;\nexport type ExtendSandboxTtlMutationOptions = Apollo.BaseMutationOptions<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>;\nexport const UpsertScorecardDocument = gql`\n mutation UpsertScorecard($input: UpsertScorecardInput!) {\n upsertVibecontrolsScorecard(input: $input) {\n ...ScorecardFields\n }\n}\n ${ScorecardFieldsFragmentDoc}`;\nexport type UpsertScorecardMutationFn = Apollo.MutationFunction<Types.UpsertScorecardMutation, Types.UpsertScorecardMutationVariables>;\n\n/**\n * __useUpsertScorecardMutation__\n *\n * To run a mutation, you first call `useUpsertScorecardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpsertScorecardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [upsertScorecardMutation, { data, loading, error }] = useUpsertScorecardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpsertScorecardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpsertScorecardMutation, Types.UpsertScorecardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpsertScorecardMutation, Types.UpsertScorecardMutationVariables>(UpsertScorecardDocument, options);\n }\nexport type UpsertScorecardMutationHookResult = ReturnType<typeof useUpsertScorecardMutation>;\nexport type UpsertScorecardMutationResult = Apollo.MutationResult<Types.UpsertScorecardMutation>;\nexport type UpsertScorecardMutationOptions = Apollo.BaseMutationOptions<Types.UpsertScorecardMutation, Types.UpsertScorecardMutationVariables>;\nexport const AddScorecardMetricDocument = gql`\n mutation AddScorecardMetric($scorecardId: ID!, $input: AddScorecardMetricInput!) {\n addVibecontrolsScorecardMetric(scorecardId: $scorecardId, input: $input) {\n id\n name\n description\n type\n value\n threshold\n unit\n status\n iframeUrl\n iframeHeight\n }\n}\n `;\nexport type AddScorecardMetricMutationFn = Apollo.MutationFunction<Types.AddScorecardMetricMutation, Types.AddScorecardMetricMutationVariables>;\n\n/**\n * __useAddScorecardMetricMutation__\n *\n * To run a mutation, you first call `useAddScorecardMetricMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAddScorecardMetricMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [addScorecardMetricMutation, { data, loading, error }] = useAddScorecardMetricMutation({\n * variables: {\n * scorecardId: // value for 'scorecardId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useAddScorecardMetricMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddScorecardMetricMutation, Types.AddScorecardMetricMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AddScorecardMetricMutation, Types.AddScorecardMetricMutationVariables>(AddScorecardMetricDocument, options);\n }\nexport type AddScorecardMetricMutationHookResult = ReturnType<typeof useAddScorecardMetricMutation>;\nexport type AddScorecardMetricMutationResult = Apollo.MutationResult<Types.AddScorecardMetricMutation>;\nexport type AddScorecardMetricMutationOptions = Apollo.BaseMutationOptions<Types.AddScorecardMetricMutation, Types.AddScorecardMetricMutationVariables>;\nexport const UpdateScorecardMetricDocument = gql`\n mutation UpdateScorecardMetric($id: ID!, $input: UpdateScorecardMetricInput!) {\n updateVibecontrolsScorecardMetric(id: $id, input: $input) {\n id\n name\n value\n threshold\n status\n }\n}\n `;\nexport type UpdateScorecardMetricMutationFn = Apollo.MutationFunction<Types.UpdateScorecardMetricMutation, Types.UpdateScorecardMetricMutationVariables>;\n\n/**\n * __useUpdateScorecardMetricMutation__\n *\n * To run a mutation, you first call `useUpdateScorecardMetricMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateScorecardMetricMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateScorecardMetricMutation, { data, loading, error }] = useUpdateScorecardMetricMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateScorecardMetricMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateScorecardMetricMutation, Types.UpdateScorecardMetricMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateScorecardMetricMutation, Types.UpdateScorecardMetricMutationVariables>(UpdateScorecardMetricDocument, options);\n }\nexport type UpdateScorecardMetricMutationHookResult = ReturnType<typeof useUpdateScorecardMetricMutation>;\nexport type UpdateScorecardMetricMutationResult = Apollo.MutationResult<Types.UpdateScorecardMetricMutation>;\nexport type UpdateScorecardMetricMutationOptions = Apollo.BaseMutationOptions<Types.UpdateScorecardMetricMutation, Types.UpdateScorecardMetricMutationVariables>;\nexport const RemoveScorecardMetricDocument = gql`\n mutation RemoveScorecardMetric($id: ID!) {\n removeVibecontrolsScorecardMetric(id: $id)\n}\n `;\nexport type RemoveScorecardMetricMutationFn = Apollo.MutationFunction<Types.RemoveScorecardMetricMutation, Types.RemoveScorecardMetricMutationVariables>;\n\n/**\n * __useRemoveScorecardMetricMutation__\n *\n * To run a mutation, you first call `useRemoveScorecardMetricMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRemoveScorecardMetricMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [removeScorecardMetricMutation, { data, loading, error }] = useRemoveScorecardMetricMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRemoveScorecardMetricMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveScorecardMetricMutation, Types.RemoveScorecardMetricMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RemoveScorecardMetricMutation, Types.RemoveScorecardMetricMutationVariables>(RemoveScorecardMetricDocument, options);\n }\nexport type RemoveScorecardMetricMutationHookResult = ReturnType<typeof useRemoveScorecardMetricMutation>;\nexport type RemoveScorecardMetricMutationResult = Apollo.MutationResult<Types.RemoveScorecardMetricMutation>;\nexport type RemoveScorecardMetricMutationOptions = Apollo.BaseMutationOptions<Types.RemoveScorecardMetricMutation, Types.RemoveScorecardMetricMutationVariables>;\nexport const ShareSessionDocument = gql`\n mutation ShareSession($input: ShareSessionInput!) {\n shareSession(input: $input) {\n ...SessionShareFields\n }\n}\n ${SessionShareFieldsFragmentDoc}`;\nexport type ShareSessionMutationFn = Apollo.MutationFunction<Types.ShareSessionMutation, Types.ShareSessionMutationVariables>;\n\n/**\n * __useShareSessionMutation__\n *\n * To run a mutation, you first call `useShareSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useShareSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [shareSessionMutation, { data, loading, error }] = useShareSessionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useShareSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ShareSessionMutation, Types.ShareSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ShareSessionMutation, Types.ShareSessionMutationVariables>(ShareSessionDocument, options);\n }\nexport type ShareSessionMutationHookResult = ReturnType<typeof useShareSessionMutation>;\nexport type ShareSessionMutationResult = Apollo.MutationResult<Types.ShareSessionMutation>;\nexport type ShareSessionMutationOptions = Apollo.BaseMutationOptions<Types.ShareSessionMutation, Types.ShareSessionMutationVariables>;\nexport const UpdateSessionShareDocument = gql`\n mutation UpdateSessionShare($id: ID!, $input: UpdateSessionShareInput!) {\n updateSessionShare(id: $id, input: $input) {\n ...SessionShareFields\n }\n}\n ${SessionShareFieldsFragmentDoc}`;\nexport type UpdateSessionShareMutationFn = Apollo.MutationFunction<Types.UpdateSessionShareMutation, Types.UpdateSessionShareMutationVariables>;\n\n/**\n * __useUpdateSessionShareMutation__\n *\n * To run a mutation, you first call `useUpdateSessionShareMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateSessionShareMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateSessionShareMutation, { data, loading, error }] = useUpdateSessionShareMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateSessionShareMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateSessionShareMutation, Types.UpdateSessionShareMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateSessionShareMutation, Types.UpdateSessionShareMutationVariables>(UpdateSessionShareDocument, options);\n }\nexport type UpdateSessionShareMutationHookResult = ReturnType<typeof useUpdateSessionShareMutation>;\nexport type UpdateSessionShareMutationResult = Apollo.MutationResult<Types.UpdateSessionShareMutation>;\nexport type UpdateSessionShareMutationOptions = Apollo.BaseMutationOptions<Types.UpdateSessionShareMutation, Types.UpdateSessionShareMutationVariables>;\nexport const RevokeSessionShareDocument = gql`\n mutation RevokeSessionShare($id: ID!) {\n revokeSessionShare(id: $id) {\n ...SessionShareFields\n }\n}\n ${SessionShareFieldsFragmentDoc}`;\nexport type RevokeSessionShareMutationFn = Apollo.MutationFunction<Types.RevokeSessionShareMutation, Types.RevokeSessionShareMutationVariables>;\n\n/**\n * __useRevokeSessionShareMutation__\n *\n * To run a mutation, you first call `useRevokeSessionShareMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeSessionShareMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [revokeSessionShareMutation, { data, loading, error }] = useRevokeSessionShareMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRevokeSessionShareMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeSessionShareMutation, Types.RevokeSessionShareMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeSessionShareMutation, Types.RevokeSessionShareMutationVariables>(RevokeSessionShareDocument, options);\n }\nexport type RevokeSessionShareMutationHookResult = ReturnType<typeof useRevokeSessionShareMutation>;\nexport type RevokeSessionShareMutationResult = Apollo.MutationResult<Types.RevokeSessionShareMutation>;\nexport type RevokeSessionShareMutationOptions = Apollo.BaseMutationOptions<Types.RevokeSessionShareMutation, Types.RevokeSessionShareMutationVariables>;\nexport const CreateSessionShareLinkDocument = gql`\n mutation CreateSessionShareLink($input: CreateShareLinkInput!) {\n createSessionShareLink(input: $input) {\n ...SessionShareLinkFields\n }\n}\n ${SessionShareLinkFieldsFragmentDoc}`;\nexport type CreateSessionShareLinkMutationFn = Apollo.MutationFunction<Types.CreateSessionShareLinkMutation, Types.CreateSessionShareLinkMutationVariables>;\n\n/**\n * __useCreateSessionShareLinkMutation__\n *\n * To run a mutation, you first call `useCreateSessionShareLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSessionShareLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createSessionShareLinkMutation, { data, loading, error }] = useCreateSessionShareLinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSessionShareLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSessionShareLinkMutation, Types.CreateSessionShareLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSessionShareLinkMutation, Types.CreateSessionShareLinkMutationVariables>(CreateSessionShareLinkDocument, options);\n }\nexport type CreateSessionShareLinkMutationHookResult = ReturnType<typeof useCreateSessionShareLinkMutation>;\nexport type CreateSessionShareLinkMutationResult = Apollo.MutationResult<Types.CreateSessionShareLinkMutation>;\nexport type CreateSessionShareLinkMutationOptions = Apollo.BaseMutationOptions<Types.CreateSessionShareLinkMutation, Types.CreateSessionShareLinkMutationVariables>;\nexport const RevokeSessionShareLinkDocument = gql`\n mutation RevokeSessionShareLink($id: ID!) {\n revokeSessionShareLink(id: $id) {\n ...SessionShareLinkFields\n }\n}\n ${SessionShareLinkFieldsFragmentDoc}`;\nexport type RevokeSessionShareLinkMutationFn = Apollo.MutationFunction<Types.RevokeSessionShareLinkMutation, Types.RevokeSessionShareLinkMutationVariables>;\n\n/**\n * __useRevokeSessionShareLinkMutation__\n *\n * To run a mutation, you first call `useRevokeSessionShareLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeSessionShareLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [revokeSessionShareLinkMutation, { data, loading, error }] = useRevokeSessionShareLinkMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRevokeSessionShareLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeSessionShareLinkMutation, Types.RevokeSessionShareLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeSessionShareLinkMutation, Types.RevokeSessionShareLinkMutationVariables>(RevokeSessionShareLinkDocument, options);\n }\nexport type RevokeSessionShareLinkMutationHookResult = ReturnType<typeof useRevokeSessionShareLinkMutation>;\nexport type RevokeSessionShareLinkMutationResult = Apollo.MutationResult<Types.RevokeSessionShareLinkMutation>;\nexport type RevokeSessionShareLinkMutationOptions = Apollo.BaseMutationOptions<Types.RevokeSessionShareLinkMutation, Types.RevokeSessionShareLinkMutationVariables>;\nexport const JoinSharedSessionDocument = gql`\n mutation JoinSharedSession($input: JoinSessionInput!) {\n joinSharedSession(input: $input) {\n ...SessionCollaboratorFields\n }\n}\n ${SessionCollaboratorFieldsFragmentDoc}`;\nexport type JoinSharedSessionMutationFn = Apollo.MutationFunction<Types.JoinSharedSessionMutation, Types.JoinSharedSessionMutationVariables>;\n\n/**\n * __useJoinSharedSessionMutation__\n *\n * To run a mutation, you first call `useJoinSharedSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useJoinSharedSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [joinSharedSessionMutation, { data, loading, error }] = useJoinSharedSessionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useJoinSharedSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.JoinSharedSessionMutation, Types.JoinSharedSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.JoinSharedSessionMutation, Types.JoinSharedSessionMutationVariables>(JoinSharedSessionDocument, options);\n }\nexport type JoinSharedSessionMutationHookResult = ReturnType<typeof useJoinSharedSessionMutation>;\nexport type JoinSharedSessionMutationResult = Apollo.MutationResult<Types.JoinSharedSessionMutation>;\nexport type JoinSharedSessionMutationOptions = Apollo.BaseMutationOptions<Types.JoinSharedSessionMutation, Types.JoinSharedSessionMutationVariables>;\nexport const LeaveSharedSessionDocument = gql`\n mutation LeaveSharedSession($sessionId: ID!) {\n leaveSharedSession(sessionId: $sessionId)\n}\n `;\nexport type LeaveSharedSessionMutationFn = Apollo.MutationFunction<Types.LeaveSharedSessionMutation, Types.LeaveSharedSessionMutationVariables>;\n\n/**\n * __useLeaveSharedSessionMutation__\n *\n * To run a mutation, you first call `useLeaveSharedSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useLeaveSharedSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [leaveSharedSessionMutation, { data, loading, error }] = useLeaveSharedSessionMutation({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useLeaveSharedSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.LeaveSharedSessionMutation, Types.LeaveSharedSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.LeaveSharedSessionMutation, Types.LeaveSharedSessionMutationVariables>(LeaveSharedSessionDocument, options);\n }\nexport type LeaveSharedSessionMutationHookResult = ReturnType<typeof useLeaveSharedSessionMutation>;\nexport type LeaveSharedSessionMutationResult = Apollo.MutationResult<Types.LeaveSharedSessionMutation>;\nexport type LeaveSharedSessionMutationOptions = Apollo.BaseMutationOptions<Types.LeaveSharedSessionMutation, Types.LeaveSharedSessionMutationVariables>;\nexport const RequestSessionControlDocument = gql`\n mutation RequestSessionControl($sessionId: ID!) {\n requestSessionControl(sessionId: $sessionId)\n}\n `;\nexport type RequestSessionControlMutationFn = Apollo.MutationFunction<Types.RequestSessionControlMutation, Types.RequestSessionControlMutationVariables>;\n\n/**\n * __useRequestSessionControlMutation__\n *\n * To run a mutation, you first call `useRequestSessionControlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRequestSessionControlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [requestSessionControlMutation, { data, loading, error }] = useRequestSessionControlMutation({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useRequestSessionControlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RequestSessionControlMutation, Types.RequestSessionControlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RequestSessionControlMutation, Types.RequestSessionControlMutationVariables>(RequestSessionControlDocument, options);\n }\nexport type RequestSessionControlMutationHookResult = ReturnType<typeof useRequestSessionControlMutation>;\nexport type RequestSessionControlMutationResult = Apollo.MutationResult<Types.RequestSessionControlMutation>;\nexport type RequestSessionControlMutationOptions = Apollo.BaseMutationOptions<Types.RequestSessionControlMutation, Types.RequestSessionControlMutationVariables>;\nexport const ReleaseSessionControlDocument = gql`\n mutation ReleaseSessionControl($sessionId: ID!) {\n releaseSessionControl(sessionId: $sessionId)\n}\n `;\nexport type ReleaseSessionControlMutationFn = Apollo.MutationFunction<Types.ReleaseSessionControlMutation, Types.ReleaseSessionControlMutationVariables>;\n\n/**\n * __useReleaseSessionControlMutation__\n *\n * To run a mutation, you first call `useReleaseSessionControlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReleaseSessionControlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [releaseSessionControlMutation, { data, loading, error }] = useReleaseSessionControlMutation({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useReleaseSessionControlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReleaseSessionControlMutation, Types.ReleaseSessionControlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReleaseSessionControlMutation, Types.ReleaseSessionControlMutationVariables>(ReleaseSessionControlDocument, options);\n }\nexport type ReleaseSessionControlMutationHookResult = ReturnType<typeof useReleaseSessionControlMutation>;\nexport type ReleaseSessionControlMutationResult = Apollo.MutationResult<Types.ReleaseSessionControlMutation>;\nexport type ReleaseSessionControlMutationOptions = Apollo.BaseMutationOptions<Types.ReleaseSessionControlMutation, Types.ReleaseSessionControlMutationVariables>;\nexport const TransferSessionControlDocument = gql`\n mutation TransferSessionControl($sessionId: ID!, $toUserId: ID!) {\n transferSessionControl(sessionId: $sessionId, toUserId: $toUserId)\n}\n `;\nexport type TransferSessionControlMutationFn = Apollo.MutationFunction<Types.TransferSessionControlMutation, Types.TransferSessionControlMutationVariables>;\n\n/**\n * __useTransferSessionControlMutation__\n *\n * To run a mutation, you first call `useTransferSessionControlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTransferSessionControlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [transferSessionControlMutation, { data, loading, error }] = useTransferSessionControlMutation({\n * variables: {\n * sessionId: // value for 'sessionId'\n * toUserId: // value for 'toUserId'\n * },\n * });\n */\nexport function useTransferSessionControlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TransferSessionControlMutation, Types.TransferSessionControlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TransferSessionControlMutation, Types.TransferSessionControlMutationVariables>(TransferSessionControlDocument, options);\n }\nexport type TransferSessionControlMutationHookResult = ReturnType<typeof useTransferSessionControlMutation>;\nexport type TransferSessionControlMutationResult = Apollo.MutationResult<Types.TransferSessionControlMutation>;\nexport type TransferSessionControlMutationOptions = Apollo.BaseMutationOptions<Types.TransferSessionControlMutation, Types.TransferSessionControlMutationVariables>;\nexport const CreateSessionDocument = gql`\n mutation CreateSession($input: CreateSessionInput!) {\n createSession(input: $input) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type CreateSessionMutationFn = Apollo.MutationFunction<Types.CreateSessionMutation, Types.CreateSessionMutationVariables>;\n\n/**\n * __useCreateSessionMutation__\n *\n * To run a mutation, you first call `useCreateSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createSessionMutation, { data, loading, error }] = useCreateSessionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSessionMutation, Types.CreateSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSessionMutation, Types.CreateSessionMutationVariables>(CreateSessionDocument, options);\n }\nexport type CreateSessionMutationHookResult = ReturnType<typeof useCreateSessionMutation>;\nexport type CreateSessionMutationResult = Apollo.MutationResult<Types.CreateSessionMutation>;\nexport type CreateSessionMutationOptions = Apollo.BaseMutationOptions<Types.CreateSessionMutation, Types.CreateSessionMutationVariables>;\nexport const UpdateSessionDocument = gql`\n mutation UpdateSession($id: ID!, $input: UpdateSessionInput!) {\n updateSession(id: $id, input: $input) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type UpdateSessionMutationFn = Apollo.MutationFunction<Types.UpdateSessionMutation, Types.UpdateSessionMutationVariables>;\n\n/**\n * __useUpdateSessionMutation__\n *\n * To run a mutation, you first call `useUpdateSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateSessionMutation, { data, loading, error }] = useUpdateSessionMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateSessionMutation, Types.UpdateSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateSessionMutation, Types.UpdateSessionMutationVariables>(UpdateSessionDocument, options);\n }\nexport type UpdateSessionMutationHookResult = ReturnType<typeof useUpdateSessionMutation>;\nexport type UpdateSessionMutationResult = Apollo.MutationResult<Types.UpdateSessionMutation>;\nexport type UpdateSessionMutationOptions = Apollo.BaseMutationOptions<Types.UpdateSessionMutation, Types.UpdateSessionMutationVariables>;\nexport const StartSessionDocument = gql`\n mutation StartSession($id: ID!) {\n startSession(id: $id) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type StartSessionMutationFn = Apollo.MutationFunction<Types.StartSessionMutation, Types.StartSessionMutationVariables>;\n\n/**\n * __useStartSessionMutation__\n *\n * To run a mutation, you first call `useStartSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStartSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [startSessionMutation, { data, loading, error }] = useStartSessionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useStartSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StartSessionMutation, Types.StartSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StartSessionMutation, Types.StartSessionMutationVariables>(StartSessionDocument, options);\n }\nexport type StartSessionMutationHookResult = ReturnType<typeof useStartSessionMutation>;\nexport type StartSessionMutationResult = Apollo.MutationResult<Types.StartSessionMutation>;\nexport type StartSessionMutationOptions = Apollo.BaseMutationOptions<Types.StartSessionMutation, Types.StartSessionMutationVariables>;\nexport const StopSessionDocument = gql`\n mutation StopSession($id: ID!) {\n stopSession(id: $id) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type StopSessionMutationFn = Apollo.MutationFunction<Types.StopSessionMutation, Types.StopSessionMutationVariables>;\n\n/**\n * __useStopSessionMutation__\n *\n * To run a mutation, you first call `useStopSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStopSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [stopSessionMutation, { data, loading, error }] = useStopSessionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useStopSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StopSessionMutation, Types.StopSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StopSessionMutation, Types.StopSessionMutationVariables>(StopSessionDocument, options);\n }\nexport type StopSessionMutationHookResult = ReturnType<typeof useStopSessionMutation>;\nexport type StopSessionMutationResult = Apollo.MutationResult<Types.StopSessionMutation>;\nexport type StopSessionMutationOptions = Apollo.BaseMutationOptions<Types.StopSessionMutation, Types.StopSessionMutationVariables>;\nexport const RestartSessionDocument = gql`\n mutation RestartSession($id: ID!) {\n restartSession(id: $id) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type RestartSessionMutationFn = Apollo.MutationFunction<Types.RestartSessionMutation, Types.RestartSessionMutationVariables>;\n\n/**\n * __useRestartSessionMutation__\n *\n * To run a mutation, you first call `useRestartSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRestartSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [restartSessionMutation, { data, loading, error }] = useRestartSessionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRestartSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RestartSessionMutation, Types.RestartSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RestartSessionMutation, Types.RestartSessionMutationVariables>(RestartSessionDocument, options);\n }\nexport type RestartSessionMutationHookResult = ReturnType<typeof useRestartSessionMutation>;\nexport type RestartSessionMutationResult = Apollo.MutationResult<Types.RestartSessionMutation>;\nexport type RestartSessionMutationOptions = Apollo.BaseMutationOptions<Types.RestartSessionMutation, Types.RestartSessionMutationVariables>;\nexport const TerminateSessionDocument = gql`\n mutation TerminateSession($id: ID!) {\n terminateSession(id: $id)\n}\n `;\nexport type TerminateSessionMutationFn = Apollo.MutationFunction<Types.TerminateSessionMutation, Types.TerminateSessionMutationVariables>;\n\n/**\n * __useTerminateSessionMutation__\n *\n * To run a mutation, you first call `useTerminateSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTerminateSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [terminateSessionMutation, { data, loading, error }] = useTerminateSessionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useTerminateSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TerminateSessionMutation, Types.TerminateSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TerminateSessionMutation, Types.TerminateSessionMutationVariables>(TerminateSessionDocument, options);\n }\nexport type TerminateSessionMutationHookResult = ReturnType<typeof useTerminateSessionMutation>;\nexport type TerminateSessionMutationResult = Apollo.MutationResult<Types.TerminateSessionMutation>;\nexport type TerminateSessionMutationOptions = Apollo.BaseMutationOptions<Types.TerminateSessionMutation, Types.TerminateSessionMutationVariables>;\nexport const SendSessionInputDocument = gql`\n mutation SendSessionInput($id: ID!, $input: String!) {\n sendSessionInput(id: $id, input: $input)\n}\n `;\nexport type SendSessionInputMutationFn = Apollo.MutationFunction<Types.SendSessionInputMutation, Types.SendSessionInputMutationVariables>;\n\n/**\n * __useSendSessionInputMutation__\n *\n * To run a mutation, you first call `useSendSessionInputMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSendSessionInputMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [sendSessionInputMutation, { data, loading, error }] = useSendSessionInputMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useSendSessionInputMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SendSessionInputMutation, Types.SendSessionInputMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SendSessionInputMutation, Types.SendSessionInputMutationVariables>(SendSessionInputDocument, options);\n }\nexport type SendSessionInputMutationHookResult = ReturnType<typeof useSendSessionInputMutation>;\nexport type SendSessionInputMutationResult = Apollo.MutationResult<Types.SendSessionInputMutation>;\nexport type SendSessionInputMutationOptions = Apollo.BaseMutationOptions<Types.SendSessionInputMutation, Types.SendSessionInputMutationVariables>;\nexport const StartSessionTerminalDocument = gql`\n mutation StartSessionTerminal($id: ID!) {\n startSessionTerminal(id: $id) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type StartSessionTerminalMutationFn = Apollo.MutationFunction<Types.StartSessionTerminalMutation, Types.StartSessionTerminalMutationVariables>;\n\n/**\n * __useStartSessionTerminalMutation__\n *\n * To run a mutation, you first call `useStartSessionTerminalMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStartSessionTerminalMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [startSessionTerminalMutation, { data, loading, error }] = useStartSessionTerminalMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useStartSessionTerminalMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StartSessionTerminalMutation, Types.StartSessionTerminalMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StartSessionTerminalMutation, Types.StartSessionTerminalMutationVariables>(StartSessionTerminalDocument, options);\n }\nexport type StartSessionTerminalMutationHookResult = ReturnType<typeof useStartSessionTerminalMutation>;\nexport type StartSessionTerminalMutationResult = Apollo.MutationResult<Types.StartSessionTerminalMutation>;\nexport type StartSessionTerminalMutationOptions = Apollo.BaseMutationOptions<Types.StartSessionTerminalMutation, Types.StartSessionTerminalMutationVariables>;\nexport const StopSessionTerminalDocument = gql`\n mutation StopSessionTerminal($id: ID!) {\n stopSessionTerminal(id: $id) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type StopSessionTerminalMutationFn = Apollo.MutationFunction<Types.StopSessionTerminalMutation, Types.StopSessionTerminalMutationVariables>;\n\n/**\n * __useStopSessionTerminalMutation__\n *\n * To run a mutation, you first call `useStopSessionTerminalMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStopSessionTerminalMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [stopSessionTerminalMutation, { data, loading, error }] = useStopSessionTerminalMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useStopSessionTerminalMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StopSessionTerminalMutation, Types.StopSessionTerminalMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StopSessionTerminalMutation, Types.StopSessionTerminalMutationVariables>(StopSessionTerminalDocument, options);\n }\nexport type StopSessionTerminalMutationHookResult = ReturnType<typeof useStopSessionTerminalMutation>;\nexport type StopSessionTerminalMutationResult = Apollo.MutationResult<Types.StopSessionTerminalMutation>;\nexport type StopSessionTerminalMutationOptions = Apollo.BaseMutationOptions<Types.StopSessionTerminalMutation, Types.StopSessionTerminalMutationVariables>;\nexport const RestartSessionTerminalDocument = gql`\n mutation RestartSessionTerminal($id: ID!) {\n restartSessionTerminal(id: $id) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type RestartSessionTerminalMutationFn = Apollo.MutationFunction<Types.RestartSessionTerminalMutation, Types.RestartSessionTerminalMutationVariables>;\n\n/**\n * __useRestartSessionTerminalMutation__\n *\n * To run a mutation, you first call `useRestartSessionTerminalMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRestartSessionTerminalMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [restartSessionTerminalMutation, { data, loading, error }] = useRestartSessionTerminalMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRestartSessionTerminalMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RestartSessionTerminalMutation, Types.RestartSessionTerminalMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RestartSessionTerminalMutation, Types.RestartSessionTerminalMutationVariables>(RestartSessionTerminalDocument, options);\n }\nexport type RestartSessionTerminalMutationHookResult = ReturnType<typeof useRestartSessionTerminalMutation>;\nexport type RestartSessionTerminalMutationResult = Apollo.MutationResult<Types.RestartSessionTerminalMutation>;\nexport type RestartSessionTerminalMutationOptions = Apollo.BaseMutationOptions<Types.RestartSessionTerminalMutation, Types.RestartSessionTerminalMutationVariables>;\nexport const CheckSessionHealthDocument = gql`\n mutation CheckSessionHealth {\n checkSessionHealth {\n checked\n updated\n errors\n }\n}\n `;\nexport type CheckSessionHealthMutationFn = Apollo.MutationFunction<Types.CheckSessionHealthMutation, Types.CheckSessionHealthMutationVariables>;\n\n/**\n * __useCheckSessionHealthMutation__\n *\n * To run a mutation, you first call `useCheckSessionHealthMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCheckSessionHealthMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [checkSessionHealthMutation, { data, loading, error }] = useCheckSessionHealthMutation({\n * variables: {\n * },\n * });\n */\nexport function useCheckSessionHealthMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CheckSessionHealthMutation, Types.CheckSessionHealthMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CheckSessionHealthMutation, Types.CheckSessionHealthMutationVariables>(CheckSessionHealthDocument, options);\n }\nexport type CheckSessionHealthMutationHookResult = ReturnType<typeof useCheckSessionHealthMutation>;\nexport type CheckSessionHealthMutationResult = Apollo.MutationResult<Types.CheckSessionHealthMutation>;\nexport type CheckSessionHealthMutationOptions = Apollo.BaseMutationOptions<Types.CheckSessionHealthMutation, Types.CheckSessionHealthMutationVariables>;\nexport const BulkStopSessionsDocument = gql`\n mutation BulkStopSessions($ids: [ID!]!) {\n bulkStopSessions(ids: $ids) {\n succeeded\n failed\n errors\n }\n}\n `;\nexport type BulkStopSessionsMutationFn = Apollo.MutationFunction<Types.BulkStopSessionsMutation, Types.BulkStopSessionsMutationVariables>;\n\n/**\n * __useBulkStopSessionsMutation__\n *\n * To run a mutation, you first call `useBulkStopSessionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBulkStopSessionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [bulkStopSessionsMutation, { data, loading, error }] = useBulkStopSessionsMutation({\n * variables: {\n * ids: // value for 'ids'\n * },\n * });\n */\nexport function useBulkStopSessionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BulkStopSessionsMutation, Types.BulkStopSessionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BulkStopSessionsMutation, Types.BulkStopSessionsMutationVariables>(BulkStopSessionsDocument, options);\n }\nexport type BulkStopSessionsMutationHookResult = ReturnType<typeof useBulkStopSessionsMutation>;\nexport type BulkStopSessionsMutationResult = Apollo.MutationResult<Types.BulkStopSessionsMutation>;\nexport type BulkStopSessionsMutationOptions = Apollo.BaseMutationOptions<Types.BulkStopSessionsMutation, Types.BulkStopSessionsMutationVariables>;\nexport const BulkRestartSessionsDocument = gql`\n mutation BulkRestartSessions($ids: [ID!]!) {\n bulkRestartSessions(ids: $ids) {\n succeeded\n failed\n errors\n }\n}\n `;\nexport type BulkRestartSessionsMutationFn = Apollo.MutationFunction<Types.BulkRestartSessionsMutation, Types.BulkRestartSessionsMutationVariables>;\n\n/**\n * __useBulkRestartSessionsMutation__\n *\n * To run a mutation, you first call `useBulkRestartSessionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBulkRestartSessionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [bulkRestartSessionsMutation, { data, loading, error }] = useBulkRestartSessionsMutation({\n * variables: {\n * ids: // value for 'ids'\n * },\n * });\n */\nexport function useBulkRestartSessionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BulkRestartSessionsMutation, Types.BulkRestartSessionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BulkRestartSessionsMutation, Types.BulkRestartSessionsMutationVariables>(BulkRestartSessionsDocument, options);\n }\nexport type BulkRestartSessionsMutationHookResult = ReturnType<typeof useBulkRestartSessionsMutation>;\nexport type BulkRestartSessionsMutationResult = Apollo.MutationResult<Types.BulkRestartSessionsMutation>;\nexport type BulkRestartSessionsMutationOptions = Apollo.BaseMutationOptions<Types.BulkRestartSessionsMutation, Types.BulkRestartSessionsMutationVariables>;\nexport const BulkTerminateSessionsDocument = gql`\n mutation BulkTerminateSessions($ids: [ID!]!) {\n bulkTerminateSessions(ids: $ids) {\n succeeded\n failed\n errors\n }\n}\n `;\nexport type BulkTerminateSessionsMutationFn = Apollo.MutationFunction<Types.BulkTerminateSessionsMutation, Types.BulkTerminateSessionsMutationVariables>;\n\n/**\n * __useBulkTerminateSessionsMutation__\n *\n * To run a mutation, you first call `useBulkTerminateSessionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBulkTerminateSessionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [bulkTerminateSessionsMutation, { data, loading, error }] = useBulkTerminateSessionsMutation({\n * variables: {\n * ids: // value for 'ids'\n * },\n * });\n */\nexport function useBulkTerminateSessionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BulkTerminateSessionsMutation, Types.BulkTerminateSessionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BulkTerminateSessionsMutation, Types.BulkTerminateSessionsMutationVariables>(BulkTerminateSessionsDocument, options);\n }\nexport type BulkTerminateSessionsMutationHookResult = ReturnType<typeof useBulkTerminateSessionsMutation>;\nexport type BulkTerminateSessionsMutationResult = Apollo.MutationResult<Types.BulkTerminateSessionsMutation>;\nexport type BulkTerminateSessionsMutationOptions = Apollo.BaseMutationOptions<Types.BulkTerminateSessionsMutation, Types.BulkTerminateSessionsMutationVariables>;\nexport const AdoptAgentSessionDocument = gql`\n mutation AdoptAgentSession($agentId: ID!, $externalName: String!, $name: String!, $vibeId: ID) {\n adoptAgentSession(\n agentId: $agentId\n externalName: $externalName\n name: $name\n vibeId: $vibeId\n ) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\nexport type AdoptAgentSessionMutationFn = Apollo.MutationFunction<Types.AdoptAgentSessionMutation, Types.AdoptAgentSessionMutationVariables>;\n\n/**\n * __useAdoptAgentSessionMutation__\n *\n * To run a mutation, you first call `useAdoptAgentSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAdoptAgentSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [adoptAgentSessionMutation, { data, loading, error }] = useAdoptAgentSessionMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * externalName: // value for 'externalName'\n * name: // value for 'name'\n * vibeId: // value for 'vibeId'\n * },\n * });\n */\nexport function useAdoptAgentSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AdoptAgentSessionMutation, Types.AdoptAgentSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AdoptAgentSessionMutation, Types.AdoptAgentSessionMutationVariables>(AdoptAgentSessionDocument, options);\n }\nexport type AdoptAgentSessionMutationHookResult = ReturnType<typeof useAdoptAgentSessionMutation>;\nexport type AdoptAgentSessionMutationResult = Apollo.MutationResult<Types.AdoptAgentSessionMutation>;\nexport type AdoptAgentSessionMutationOptions = Apollo.BaseMutationOptions<Types.AdoptAgentSessionMutation, Types.AdoptAgentSessionMutationVariables>;\nexport const UpdateProfileDocument = gql`\n mutation UpdateProfile($input: UpdateProfileInput!) {\n updateProfile(input: $input) {\n displayName\n avatar\n bio\n timezone\n language\n }\n}\n `;\nexport type UpdateProfileMutationFn = Apollo.MutationFunction<Types.UpdateProfileMutation, Types.UpdateProfileMutationVariables>;\n\n/**\n * __useUpdateProfileMutation__\n *\n * To run a mutation, you first call `useUpdateProfileMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateProfileMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateProfileMutation, { data, loading, error }] = useUpdateProfileMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateProfileMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateProfileMutation, Types.UpdateProfileMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateProfileMutation, Types.UpdateProfileMutationVariables>(UpdateProfileDocument, options);\n }\nexport type UpdateProfileMutationHookResult = ReturnType<typeof useUpdateProfileMutation>;\nexport type UpdateProfileMutationResult = Apollo.MutationResult<Types.UpdateProfileMutation>;\nexport type UpdateProfileMutationOptions = Apollo.BaseMutationOptions<Types.UpdateProfileMutation, Types.UpdateProfileMutationVariables>;\nexport const UpdatePreferencesDocument = gql`\n mutation UpdatePreferences($input: UpdatePreferencesInput!) {\n updatePreferences(input: $input) {\n theme\n uiDensity\n sidebarCollapsed\n codeFont\n codeFontSize\n }\n}\n `;\nexport type UpdatePreferencesMutationFn = Apollo.MutationFunction<Types.UpdatePreferencesMutation, Types.UpdatePreferencesMutationVariables>;\n\n/**\n * __useUpdatePreferencesMutation__\n *\n * To run a mutation, you first call `useUpdatePreferencesMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdatePreferencesMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updatePreferencesMutation, { data, loading, error }] = useUpdatePreferencesMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdatePreferencesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdatePreferencesMutation, Types.UpdatePreferencesMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdatePreferencesMutation, Types.UpdatePreferencesMutationVariables>(UpdatePreferencesDocument, options);\n }\nexport type UpdatePreferencesMutationHookResult = ReturnType<typeof useUpdatePreferencesMutation>;\nexport type UpdatePreferencesMutationResult = Apollo.MutationResult<Types.UpdatePreferencesMutation>;\nexport type UpdatePreferencesMutationOptions = Apollo.BaseMutationOptions<Types.UpdatePreferencesMutation, Types.UpdatePreferencesMutationVariables>;\nexport const UpdateNotificationPreferencesDocument = gql`\n mutation UpdateNotificationPreferences($input: UpdateNotificationPreferencesInput!) {\n updateNotificationPreferences(input: $input) {\n agentOffline\n sessionError\n vibeStatusChange\n emailDigest\n digestFrequency\n }\n}\n `;\nexport type UpdateNotificationPreferencesMutationFn = Apollo.MutationFunction<Types.UpdateNotificationPreferencesMutation, Types.UpdateNotificationPreferencesMutationVariables>;\n\n/**\n * __useUpdateNotificationPreferencesMutation__\n *\n * To run a mutation, you first call `useUpdateNotificationPreferencesMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateNotificationPreferencesMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateNotificationPreferencesMutation, { data, loading, error }] = useUpdateNotificationPreferencesMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateNotificationPreferencesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateNotificationPreferencesMutation, Types.UpdateNotificationPreferencesMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateNotificationPreferencesMutation, Types.UpdateNotificationPreferencesMutationVariables>(UpdateNotificationPreferencesDocument, options);\n }\nexport type UpdateNotificationPreferencesMutationHookResult = ReturnType<typeof useUpdateNotificationPreferencesMutation>;\nexport type UpdateNotificationPreferencesMutationResult = Apollo.MutationResult<Types.UpdateNotificationPreferencesMutation>;\nexport type UpdateNotificationPreferencesMutationOptions = Apollo.BaseMutationOptions<Types.UpdateNotificationPreferencesMutation, Types.UpdateNotificationPreferencesMutationVariables>;\nexport const UpdateWorkspaceDefaultsDocument = gql`\n mutation UpdateWorkspaceDefaults($input: UpdateWorkspaceDefaultsInput!) {\n updateWorkspaceDefaults(input: $input) {\n defaultAgent\n defaultSessionType\n autoStartSessions\n defaultVibeType\n autoGitSync\n agentHeartbeatInterval\n agentAutoReconnect\n agentMaxSessions\n logLevel\n telemetryEnabled\n autoUpdate\n defaultEnvironmentVariables\n }\n}\n `;\nexport type UpdateWorkspaceDefaultsMutationFn = Apollo.MutationFunction<Types.UpdateWorkspaceDefaultsMutation, Types.UpdateWorkspaceDefaultsMutationVariables>;\n\n/**\n * __useUpdateWorkspaceDefaultsMutation__\n *\n * To run a mutation, you first call `useUpdateWorkspaceDefaultsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWorkspaceDefaultsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateWorkspaceDefaultsMutation, { data, loading, error }] = useUpdateWorkspaceDefaultsMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateWorkspaceDefaultsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWorkspaceDefaultsMutation, Types.UpdateWorkspaceDefaultsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWorkspaceDefaultsMutation, Types.UpdateWorkspaceDefaultsMutationVariables>(UpdateWorkspaceDefaultsDocument, options);\n }\nexport type UpdateWorkspaceDefaultsMutationHookResult = ReturnType<typeof useUpdateWorkspaceDefaultsMutation>;\nexport type UpdateWorkspaceDefaultsMutationResult = Apollo.MutationResult<Types.UpdateWorkspaceDefaultsMutation>;\nexport type UpdateWorkspaceDefaultsMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWorkspaceDefaultsMutation, Types.UpdateWorkspaceDefaultsMutationVariables>;\nexport const ResetSettingsDocument = gql`\n mutation ResetSettings($category: SettingsCategory!) {\n resetSettings(category: $category)\n}\n `;\nexport type ResetSettingsMutationFn = Apollo.MutationFunction<Types.ResetSettingsMutation, Types.ResetSettingsMutationVariables>;\n\n/**\n * __useResetSettingsMutation__\n *\n * To run a mutation, you first call `useResetSettingsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useResetSettingsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [resetSettingsMutation, { data, loading, error }] = useResetSettingsMutation({\n * variables: {\n * category: // value for 'category'\n * },\n * });\n */\nexport function useResetSettingsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ResetSettingsMutation, Types.ResetSettingsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ResetSettingsMutation, Types.ResetSettingsMutationVariables>(ResetSettingsDocument, options);\n }\nexport type ResetSettingsMutationHookResult = ReturnType<typeof useResetSettingsMutation>;\nexport type ResetSettingsMutationResult = Apollo.MutationResult<Types.ResetSettingsMutation>;\nexport type ResetSettingsMutationOptions = Apollo.BaseMutationOptions<Types.ResetSettingsMutation, Types.ResetSettingsMutationVariables>;\nexport const SetSettingsSecretDocument = gql`\n mutation SetSettingsSecret($scope: ConfigScope!, $scopeId: ID, $key: String!, $value: JSON!) {\n setConfiguration(\n scope: $scope\n scopeId: $scopeId\n key: $key\n value: $value\n isSecret: true\n ) {\n id\n key\n isSecret\n createdAt\n updatedAt\n }\n}\n `;\nexport type SetSettingsSecretMutationFn = Apollo.MutationFunction<Types.SetSettingsSecretMutation, Types.SetSettingsSecretMutationVariables>;\n\n/**\n * __useSetSettingsSecretMutation__\n *\n * To run a mutation, you first call `useSetSettingsSecretMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetSettingsSecretMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [setSettingsSecretMutation, { data, loading, error }] = useSetSettingsSecretMutation({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * key: // value for 'key'\n * value: // value for 'value'\n * },\n * });\n */\nexport function useSetSettingsSecretMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetSettingsSecretMutation, Types.SetSettingsSecretMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetSettingsSecretMutation, Types.SetSettingsSecretMutationVariables>(SetSettingsSecretDocument, options);\n }\nexport type SetSettingsSecretMutationHookResult = ReturnType<typeof useSetSettingsSecretMutation>;\nexport type SetSettingsSecretMutationResult = Apollo.MutationResult<Types.SetSettingsSecretMutation>;\nexport type SetSettingsSecretMutationOptions = Apollo.BaseMutationOptions<Types.SetSettingsSecretMutation, Types.SetSettingsSecretMutationVariables>;\nexport const DeleteSettingsSecretDocument = gql`\n mutation DeleteSettingsSecret($scope: ConfigScope!, $scopeId: ID, $key: String!) {\n deleteConfiguration(scope: $scope, scopeId: $scopeId, key: $key)\n}\n `;\nexport type DeleteSettingsSecretMutationFn = Apollo.MutationFunction<Types.DeleteSettingsSecretMutation, Types.DeleteSettingsSecretMutationVariables>;\n\n/**\n * __useDeleteSettingsSecretMutation__\n *\n * To run a mutation, you first call `useDeleteSettingsSecretMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteSettingsSecretMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteSettingsSecretMutation, { data, loading, error }] = useDeleteSettingsSecretMutation({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * key: // value for 'key'\n * },\n * });\n */\nexport function useDeleteSettingsSecretMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteSettingsSecretMutation, Types.DeleteSettingsSecretMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteSettingsSecretMutation, Types.DeleteSettingsSecretMutationVariables>(DeleteSettingsSecretDocument, options);\n }\nexport type DeleteSettingsSecretMutationHookResult = ReturnType<typeof useDeleteSettingsSecretMutation>;\nexport type DeleteSettingsSecretMutationResult = Apollo.MutationResult<Types.DeleteSettingsSecretMutation>;\nexport type DeleteSettingsSecretMutationOptions = Apollo.BaseMutationOptions<Types.DeleteSettingsSecretMutation, Types.DeleteSettingsSecretMutationVariables>;\nexport const CreateTargetDocument = gql`\n mutation CreateTarget($workspaceId: ID!, $input: CreateTargetInput!) {\n createTarget(workspaceId: $workspaceId, input: $input) {\n ...TargetFields\n }\n}\n ${TargetFieldsFragmentDoc}`;\nexport type CreateTargetMutationFn = Apollo.MutationFunction<Types.CreateTargetMutation, Types.CreateTargetMutationVariables>;\n\n/**\n * __useCreateTargetMutation__\n *\n * To run a mutation, you first call `useCreateTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createTargetMutation, { data, loading, error }] = useCreateTargetMutation({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateTargetMutation, Types.CreateTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateTargetMutation, Types.CreateTargetMutationVariables>(CreateTargetDocument, options);\n }\nexport type CreateTargetMutationHookResult = ReturnType<typeof useCreateTargetMutation>;\nexport type CreateTargetMutationResult = Apollo.MutationResult<Types.CreateTargetMutation>;\nexport type CreateTargetMutationOptions = Apollo.BaseMutationOptions<Types.CreateTargetMutation, Types.CreateTargetMutationVariables>;\nexport const UpdateTargetDocument = gql`\n mutation UpdateTarget($id: ID!, $input: UpdateTargetInput!) {\n updateTarget(id: $id, input: $input) {\n ...TargetFields\n }\n}\n ${TargetFieldsFragmentDoc}`;\nexport type UpdateTargetMutationFn = Apollo.MutationFunction<Types.UpdateTargetMutation, Types.UpdateTargetMutationVariables>;\n\n/**\n * __useUpdateTargetMutation__\n *\n * To run a mutation, you first call `useUpdateTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateTargetMutation, { data, loading, error }] = useUpdateTargetMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateTargetMutation, Types.UpdateTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateTargetMutation, Types.UpdateTargetMutationVariables>(UpdateTargetDocument, options);\n }\nexport type UpdateTargetMutationHookResult = ReturnType<typeof useUpdateTargetMutation>;\nexport type UpdateTargetMutationResult = Apollo.MutationResult<Types.UpdateTargetMutation>;\nexport type UpdateTargetMutationOptions = Apollo.BaseMutationOptions<Types.UpdateTargetMutation, Types.UpdateTargetMutationVariables>;\nexport const DeleteTargetDocument = gql`\n mutation DeleteTarget($id: ID!) {\n deleteTarget(id: $id)\n}\n `;\nexport type DeleteTargetMutationFn = Apollo.MutationFunction<Types.DeleteTargetMutation, Types.DeleteTargetMutationVariables>;\n\n/**\n * __useDeleteTargetMutation__\n *\n * To run a mutation, you first call `useDeleteTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteTargetMutation, { data, loading, error }] = useDeleteTargetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteTargetMutation, Types.DeleteTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteTargetMutation, Types.DeleteTargetMutationVariables>(DeleteTargetDocument, options);\n }\nexport type DeleteTargetMutationHookResult = ReturnType<typeof useDeleteTargetMutation>;\nexport type DeleteTargetMutationResult = Apollo.MutationResult<Types.DeleteTargetMutation>;\nexport type DeleteTargetMutationOptions = Apollo.BaseMutationOptions<Types.DeleteTargetMutation, Types.DeleteTargetMutationVariables>;\nexport const TestTargetDocument = gql`\n mutation TestTarget($id: ID!) {\n testTarget(id: $id) {\n success\n message\n latencyMs\n }\n}\n `;\nexport type TestTargetMutationFn = Apollo.MutationFunction<Types.TestTargetMutation, Types.TestTargetMutationVariables>;\n\n/**\n * __useTestTargetMutation__\n *\n * To run a mutation, you first call `useTestTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTestTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [testTargetMutation, { data, loading, error }] = useTestTargetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useTestTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TestTargetMutation, Types.TestTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TestTargetMutation, Types.TestTargetMutationVariables>(TestTargetDocument, options);\n }\nexport type TestTargetMutationHookResult = ReturnType<typeof useTestTargetMutation>;\nexport type TestTargetMutationResult = Apollo.MutationResult<Types.TestTargetMutation>;\nexport type TestTargetMutationOptions = Apollo.BaseMutationOptions<Types.TestTargetMutation, Types.TestTargetMutationVariables>;\nexport const StartTerminalDocument = gql`\n mutation StartTerminal($targetId: ID!, $shell: String) {\n startTerminal(targetId: $targetId, shell: $shell) {\n sessionId\n connectionId\n localPort\n remotePort\n host\n ttydUrl\n status\n }\n}\n `;\nexport type StartTerminalMutationFn = Apollo.MutationFunction<Types.StartTerminalMutation, Types.StartTerminalMutationVariables>;\n\n/**\n * __useStartTerminalMutation__\n *\n * To run a mutation, you first call `useStartTerminalMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStartTerminalMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [startTerminalMutation, { data, loading, error }] = useStartTerminalMutation({\n * variables: {\n * targetId: // value for 'targetId'\n * shell: // value for 'shell'\n * },\n * });\n */\nexport function useStartTerminalMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StartTerminalMutation, Types.StartTerminalMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StartTerminalMutation, Types.StartTerminalMutationVariables>(StartTerminalDocument, options);\n }\nexport type StartTerminalMutationHookResult = ReturnType<typeof useStartTerminalMutation>;\nexport type StartTerminalMutationResult = Apollo.MutationResult<Types.StartTerminalMutation>;\nexport type StartTerminalMutationOptions = Apollo.BaseMutationOptions<Types.StartTerminalMutation, Types.StartTerminalMutationVariables>;\nexport const StopTerminalDocument = gql`\n mutation StopTerminal($sessionId: ID!) {\n stopTerminal(sessionId: $sessionId)\n}\n `;\nexport type StopTerminalMutationFn = Apollo.MutationFunction<Types.StopTerminalMutation, Types.StopTerminalMutationVariables>;\n\n/**\n * __useStopTerminalMutation__\n *\n * To run a mutation, you first call `useStopTerminalMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStopTerminalMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [stopTerminalMutation, { data, loading, error }] = useStopTerminalMutation({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useStopTerminalMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StopTerminalMutation, Types.StopTerminalMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StopTerminalMutation, Types.StopTerminalMutationVariables>(StopTerminalDocument, options);\n }\nexport type StopTerminalMutationHookResult = ReturnType<typeof useStopTerminalMutation>;\nexport type StopTerminalMutationResult = Apollo.MutationResult<Types.StopTerminalMutation>;\nexport type StopTerminalMutationOptions = Apollo.BaseMutationOptions<Types.StopTerminalMutation, Types.StopTerminalMutationVariables>;\nexport const InstallAgentOnTargetDocument = gql`\n mutation InstallAgentOnTarget($targetId: ID!, $sourceAgentId: ID!, $agentPort: Int) {\n installAgentOnTarget(\n targetId: $targetId\n sourceAgentId: $sourceAgentId\n agentPort: $agentPort\n ) {\n jobId\n connectionId\n status\n }\n}\n `;\nexport type InstallAgentOnTargetMutationFn = Apollo.MutationFunction<Types.InstallAgentOnTargetMutation, Types.InstallAgentOnTargetMutationVariables>;\n\n/**\n * __useInstallAgentOnTargetMutation__\n *\n * To run a mutation, you first call `useInstallAgentOnTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInstallAgentOnTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [installAgentOnTargetMutation, { data, loading, error }] = useInstallAgentOnTargetMutation({\n * variables: {\n * targetId: // value for 'targetId'\n * sourceAgentId: // value for 'sourceAgentId'\n * agentPort: // value for 'agentPort'\n * },\n * });\n */\nexport function useInstallAgentOnTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InstallAgentOnTargetMutation, Types.InstallAgentOnTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InstallAgentOnTargetMutation, Types.InstallAgentOnTargetMutationVariables>(InstallAgentOnTargetDocument, options);\n }\nexport type InstallAgentOnTargetMutationHookResult = ReturnType<typeof useInstallAgentOnTargetMutation>;\nexport type InstallAgentOnTargetMutationResult = Apollo.MutationResult<Types.InstallAgentOnTargetMutation>;\nexport type InstallAgentOnTargetMutationOptions = Apollo.BaseMutationOptions<Types.InstallAgentOnTargetMutation, Types.InstallAgentOnTargetMutationVariables>;\nexport const UninstallAgentFromTargetDocument = gql`\n mutation UninstallAgentFromTarget($targetId: ID!) {\n uninstallAgentFromTarget(targetId: $targetId)\n}\n `;\nexport type UninstallAgentFromTargetMutationFn = Apollo.MutationFunction<Types.UninstallAgentFromTargetMutation, Types.UninstallAgentFromTargetMutationVariables>;\n\n/**\n * __useUninstallAgentFromTargetMutation__\n *\n * To run a mutation, you first call `useUninstallAgentFromTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUninstallAgentFromTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [uninstallAgentFromTargetMutation, { data, loading, error }] = useUninstallAgentFromTargetMutation({\n * variables: {\n * targetId: // value for 'targetId'\n * },\n * });\n */\nexport function useUninstallAgentFromTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UninstallAgentFromTargetMutation, Types.UninstallAgentFromTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UninstallAgentFromTargetMutation, Types.UninstallAgentFromTargetMutationVariables>(UninstallAgentFromTargetDocument, options);\n }\nexport type UninstallAgentFromTargetMutationHookResult = ReturnType<typeof useUninstallAgentFromTargetMutation>;\nexport type UninstallAgentFromTargetMutationResult = Apollo.MutationResult<Types.UninstallAgentFromTargetMutation>;\nexport type UninstallAgentFromTargetMutationOptions = Apollo.BaseMutationOptions<Types.UninstallAgentFromTargetMutation, Types.UninstallAgentFromTargetMutationVariables>;\nexport const ConnectAgentToTargetDocument = gql`\n mutation ConnectAgentToTarget($sourceAgentId: ID!, $targetId: ID!, $protocol: TargetType!) {\n connectAgentToTarget(\n sourceAgentId: $sourceAgentId\n targetId: $targetId\n protocol: $protocol\n ) {\n ...AgentConnectionFields\n }\n}\n ${AgentConnectionFieldsFragmentDoc}`;\nexport type ConnectAgentToTargetMutationFn = Apollo.MutationFunction<Types.ConnectAgentToTargetMutation, Types.ConnectAgentToTargetMutationVariables>;\n\n/**\n * __useConnectAgentToTargetMutation__\n *\n * To run a mutation, you first call `useConnectAgentToTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useConnectAgentToTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [connectAgentToTargetMutation, { data, loading, error }] = useConnectAgentToTargetMutation({\n * variables: {\n * sourceAgentId: // value for 'sourceAgentId'\n * targetId: // value for 'targetId'\n * protocol: // value for 'protocol'\n * },\n * });\n */\nexport function useConnectAgentToTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ConnectAgentToTargetMutation, Types.ConnectAgentToTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ConnectAgentToTargetMutation, Types.ConnectAgentToTargetMutationVariables>(ConnectAgentToTargetDocument, options);\n }\nexport type ConnectAgentToTargetMutationHookResult = ReturnType<typeof useConnectAgentToTargetMutation>;\nexport type ConnectAgentToTargetMutationResult = Apollo.MutationResult<Types.ConnectAgentToTargetMutation>;\nexport type ConnectAgentToTargetMutationOptions = Apollo.BaseMutationOptions<Types.ConnectAgentToTargetMutation, Types.ConnectAgentToTargetMutationVariables>;\nexport const DisconnectAgentFromTargetDocument = gql`\n mutation DisconnectAgentFromTarget($connectionId: ID!) {\n disconnectAgentFromTarget(connectionId: $connectionId)\n}\n `;\nexport type DisconnectAgentFromTargetMutationFn = Apollo.MutationFunction<Types.DisconnectAgentFromTargetMutation, Types.DisconnectAgentFromTargetMutationVariables>;\n\n/**\n * __useDisconnectAgentFromTargetMutation__\n *\n * To run a mutation, you first call `useDisconnectAgentFromTargetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDisconnectAgentFromTargetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [disconnectAgentFromTargetMutation, { data, loading, error }] = useDisconnectAgentFromTargetMutation({\n * variables: {\n * connectionId: // value for 'connectionId'\n * },\n * });\n */\nexport function useDisconnectAgentFromTargetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DisconnectAgentFromTargetMutation, Types.DisconnectAgentFromTargetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DisconnectAgentFromTargetMutation, Types.DisconnectAgentFromTargetMutationVariables>(DisconnectAgentFromTargetDocument, options);\n }\nexport type DisconnectAgentFromTargetMutationHookResult = ReturnType<typeof useDisconnectAgentFromTargetMutation>;\nexport type DisconnectAgentFromTargetMutationResult = Apollo.MutationResult<Types.DisconnectAgentFromTargetMutation>;\nexport type DisconnectAgentFromTargetMutationOptions = Apollo.BaseMutationOptions<Types.DisconnectAgentFromTargetMutation, Types.DisconnectAgentFromTargetMutationVariables>;\nexport const ScanSshConfigDocument = gql`\n mutation ScanSSHConfig($agentId: ID!, $configPath: String) {\n scanSSHConfig(agentId: $agentId, configPath: $configPath) {\n configPath\n hosts {\n name\n hostname\n port\n user\n identityFile\n }\n total\n }\n}\n `;\nexport type ScanSshConfigMutationFn = Apollo.MutationFunction<Types.ScanSshConfigMutation, Types.ScanSshConfigMutationVariables>;\n\n/**\n * __useScanSshConfigMutation__\n *\n * To run a mutation, you first call `useScanSshConfigMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useScanSshConfigMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [scanSshConfigMutation, { data, loading, error }] = useScanSshConfigMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * configPath: // value for 'configPath'\n * },\n * });\n */\nexport function useScanSshConfigMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ScanSshConfigMutation, Types.ScanSshConfigMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ScanSshConfigMutation, Types.ScanSshConfigMutationVariables>(ScanSshConfigDocument, options);\n }\nexport type ScanSshConfigMutationHookResult = ReturnType<typeof useScanSshConfigMutation>;\nexport type ScanSshConfigMutationResult = Apollo.MutationResult<Types.ScanSshConfigMutation>;\nexport type ScanSshConfigMutationOptions = Apollo.BaseMutationOptions<Types.ScanSshConfigMutation, Types.ScanSshConfigMutationVariables>;\nexport const ImportTargetsFromConfigDocument = gql`\n mutation ImportTargetsFromConfig($workspaceId: ID!, $agentId: ID!, $hosts: [ConfigHostInput!]!) {\n importTargetsFromConfig(\n workspaceId: $workspaceId\n agentId: $agentId\n hosts: $hosts\n ) {\n created\n skipped\n skippedNames\n targets {\n ...TargetFields\n }\n }\n}\n ${TargetFieldsFragmentDoc}`;\nexport type ImportTargetsFromConfigMutationFn = Apollo.MutationFunction<Types.ImportTargetsFromConfigMutation, Types.ImportTargetsFromConfigMutationVariables>;\n\n/**\n * __useImportTargetsFromConfigMutation__\n *\n * To run a mutation, you first call `useImportTargetsFromConfigMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useImportTargetsFromConfigMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [importTargetsFromConfigMutation, { data, loading, error }] = useImportTargetsFromConfigMutation({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * agentId: // value for 'agentId'\n * hosts: // value for 'hosts'\n * },\n * });\n */\nexport function useImportTargetsFromConfigMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ImportTargetsFromConfigMutation, Types.ImportTargetsFromConfigMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ImportTargetsFromConfigMutation, Types.ImportTargetsFromConfigMutationVariables>(ImportTargetsFromConfigDocument, options);\n }\nexport type ImportTargetsFromConfigMutationHookResult = ReturnType<typeof useImportTargetsFromConfigMutation>;\nexport type ImportTargetsFromConfigMutationResult = Apollo.MutationResult<Types.ImportTargetsFromConfigMutation>;\nexport type ImportTargetsFromConfigMutationOptions = Apollo.BaseMutationOptions<Types.ImportTargetsFromConfigMutation, Types.ImportTargetsFromConfigMutationVariables>;\nexport const RegisterInstalledAgentDocument = gql`\n mutation RegisterInstalledAgent($workspaceId: ID!, $input: RegisterInstalledAgentInput!) {\n registerInstalledAgent(workspaceId: $workspaceId, input: $input) {\n id\n name\n hostname\n }\n}\n `;\nexport type RegisterInstalledAgentMutationFn = Apollo.MutationFunction<Types.RegisterInstalledAgentMutation, Types.RegisterInstalledAgentMutationVariables>;\n\n/**\n * __useRegisterInstalledAgentMutation__\n *\n * To run a mutation, you first call `useRegisterInstalledAgentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRegisterInstalledAgentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [registerInstalledAgentMutation, { data, loading, error }] = useRegisterInstalledAgentMutation({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRegisterInstalledAgentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RegisterInstalledAgentMutation, Types.RegisterInstalledAgentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RegisterInstalledAgentMutation, Types.RegisterInstalledAgentMutationVariables>(RegisterInstalledAgentDocument, options);\n }\nexport type RegisterInstalledAgentMutationHookResult = ReturnType<typeof useRegisterInstalledAgentMutation>;\nexport type RegisterInstalledAgentMutationResult = Apollo.MutationResult<Types.RegisterInstalledAgentMutation>;\nexport type RegisterInstalledAgentMutationOptions = Apollo.BaseMutationOptions<Types.RegisterInstalledAgentMutation, Types.RegisterInstalledAgentMutationVariables>;\nexport const UpdateAgentVersionDocument = gql`\n mutation UpdateAgentVersion($agentId: ID!, $version: String) {\n updateAgentVersion(agentId: $agentId, version: $version) {\n id\n name\n version\n }\n}\n `;\nexport type UpdateAgentVersionMutationFn = Apollo.MutationFunction<Types.UpdateAgentVersionMutation, Types.UpdateAgentVersionMutationVariables>;\n\n/**\n * __useUpdateAgentVersionMutation__\n *\n * To run a mutation, you first call `useUpdateAgentVersionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateAgentVersionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateAgentVersionMutation, { data, loading, error }] = useUpdateAgentVersionMutation({\n * variables: {\n * agentId: // value for 'agentId'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdateAgentVersionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateAgentVersionMutation, Types.UpdateAgentVersionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateAgentVersionMutation, Types.UpdateAgentVersionMutationVariables>(UpdateAgentVersionDocument, options);\n }\nexport type UpdateAgentVersionMutationHookResult = ReturnType<typeof useUpdateAgentVersionMutation>;\nexport type UpdateAgentVersionMutationResult = Apollo.MutationResult<Types.UpdateAgentVersionMutation>;\nexport type UpdateAgentVersionMutationOptions = Apollo.BaseMutationOptions<Types.UpdateAgentVersionMutation, Types.UpdateAgentVersionMutationVariables>;\nexport const UpdateConnectionPermissionsDocument = gql`\n mutation UpdateConnectionPermissions($connectionId: ID!, $input: UpdateConnectionPermissionsInput!) {\n updateConnectionPermissions(connectionId: $connectionId, input: $input) {\n ...AgentConnectionFields\n }\n}\n ${AgentConnectionFieldsFragmentDoc}`;\nexport type UpdateConnectionPermissionsMutationFn = Apollo.MutationFunction<Types.UpdateConnectionPermissionsMutation, Types.UpdateConnectionPermissionsMutationVariables>;\n\n/**\n * __useUpdateConnectionPermissionsMutation__\n *\n * To run a mutation, you first call `useUpdateConnectionPermissionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateConnectionPermissionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateConnectionPermissionsMutation, { data, loading, error }] = useUpdateConnectionPermissionsMutation({\n * variables: {\n * connectionId: // value for 'connectionId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateConnectionPermissionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateConnectionPermissionsMutation, Types.UpdateConnectionPermissionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateConnectionPermissionsMutation, Types.UpdateConnectionPermissionsMutationVariables>(UpdateConnectionPermissionsDocument, options);\n }\nexport type UpdateConnectionPermissionsMutationHookResult = ReturnType<typeof useUpdateConnectionPermissionsMutation>;\nexport type UpdateConnectionPermissionsMutationResult = Apollo.MutationResult<Types.UpdateConnectionPermissionsMutation>;\nexport type UpdateConnectionPermissionsMutationOptions = Apollo.BaseMutationOptions<Types.UpdateConnectionPermissionsMutation, Types.UpdateConnectionPermissionsMutationVariables>;\nexport const GenerateAgentGraphContextUrlDocument = gql`\n mutation GenerateAgentGraphContextUrl($workspaceId: ID!, $expiresInMinutes: Int) {\n generateAgentGraphContextUrl(\n workspaceId: $workspaceId\n expiresInMinutes: $expiresInMinutes\n ) {\n url\n expiresAt\n token\n }\n}\n `;\nexport type GenerateAgentGraphContextUrlMutationFn = Apollo.MutationFunction<Types.GenerateAgentGraphContextUrlMutation, Types.GenerateAgentGraphContextUrlMutationVariables>;\n\n/**\n * __useGenerateAgentGraphContextUrlMutation__\n *\n * To run a mutation, you first call `useGenerateAgentGraphContextUrlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useGenerateAgentGraphContextUrlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [generateAgentGraphContextUrlMutation, { data, loading, error }] = useGenerateAgentGraphContextUrlMutation({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * expiresInMinutes: // value for 'expiresInMinutes'\n * },\n * });\n */\nexport function useGenerateAgentGraphContextUrlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.GenerateAgentGraphContextUrlMutation, Types.GenerateAgentGraphContextUrlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.GenerateAgentGraphContextUrlMutation, Types.GenerateAgentGraphContextUrlMutationVariables>(GenerateAgentGraphContextUrlDocument, options);\n }\nexport type GenerateAgentGraphContextUrlMutationHookResult = ReturnType<typeof useGenerateAgentGraphContextUrlMutation>;\nexport type GenerateAgentGraphContextUrlMutationResult = Apollo.MutationResult<Types.GenerateAgentGraphContextUrlMutation>;\nexport type GenerateAgentGraphContextUrlMutationOptions = Apollo.BaseMutationOptions<Types.GenerateAgentGraphContextUrlMutation, Types.GenerateAgentGraphContextUrlMutationVariables>;\nexport const PublishComponentAsTemplateDocument = gql`\n mutation PublishComponentAsTemplate($componentId: ID!, $input: VibecontrolsPublishTemplateInput!) {\n publishVibecontrolsComponentAsTemplate(componentId: $componentId, input: $input) {\n ...TemplateFields\n }\n}\n ${TemplateFieldsFragmentDoc}`;\nexport type PublishComponentAsTemplateMutationFn = Apollo.MutationFunction<Types.PublishComponentAsTemplateMutation, Types.PublishComponentAsTemplateMutationVariables>;\n\n/**\n * __usePublishComponentAsTemplateMutation__\n *\n * To run a mutation, you first call `usePublishComponentAsTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePublishComponentAsTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [publishComponentAsTemplateMutation, { data, loading, error }] = usePublishComponentAsTemplateMutation({\n * variables: {\n * componentId: // value for 'componentId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function usePublishComponentAsTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PublishComponentAsTemplateMutation, Types.PublishComponentAsTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PublishComponentAsTemplateMutation, Types.PublishComponentAsTemplateMutationVariables>(PublishComponentAsTemplateDocument, options);\n }\nexport type PublishComponentAsTemplateMutationHookResult = ReturnType<typeof usePublishComponentAsTemplateMutation>;\nexport type PublishComponentAsTemplateMutationResult = Apollo.MutationResult<Types.PublishComponentAsTemplateMutation>;\nexport type PublishComponentAsTemplateMutationOptions = Apollo.BaseMutationOptions<Types.PublishComponentAsTemplateMutation, Types.PublishComponentAsTemplateMutationVariables>;\nexport const InstantiateTemplateDocument = gql`\n mutation InstantiateTemplate($templateId: ID!, $input: VibecontrolsCloneTemplateInput!) {\n instantiateVibecontrolsTemplate(templateId: $templateId, input: $input) {\n ...ComponentFields\n }\n}\n ${ComponentFieldsFragmentDoc}`;\nexport type InstantiateTemplateMutationFn = Apollo.MutationFunction<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>;\n\n/**\n * __useInstantiateTemplateMutation__\n *\n * To run a mutation, you first call `useInstantiateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInstantiateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [instantiateTemplateMutation, { data, loading, error }] = useInstantiateTemplateMutation({\n * variables: {\n * templateId: // value for 'templateId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useInstantiateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>(InstantiateTemplateDocument, options);\n }\nexport type InstantiateTemplateMutationHookResult = ReturnType<typeof useInstantiateTemplateMutation>;\nexport type InstantiateTemplateMutationResult = Apollo.MutationResult<Types.InstantiateTemplateMutation>;\nexport type InstantiateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>;\nexport const UpdateTemplateDocument = gql`\n mutation UpdateTemplate($id: ID!, $input: VibecontrolsUpdateTemplateInput!) {\n updateVibecontrolsTemplate(id: $id, input: $input) {\n ...TemplateFields\n }\n}\n ${TemplateFieldsFragmentDoc}`;\nexport type UpdateTemplateMutationFn = Apollo.MutationFunction<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>;\n\n/**\n * __useUpdateTemplateMutation__\n *\n * To run a mutation, you first call `useUpdateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateTemplateMutation, { data, loading, error }] = useUpdateTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>(UpdateTemplateDocument, options);\n }\nexport type UpdateTemplateMutationHookResult = ReturnType<typeof useUpdateTemplateMutation>;\nexport type UpdateTemplateMutationResult = Apollo.MutationResult<Types.UpdateTemplateMutation>;\nexport type UpdateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>;\nexport const DeleteTemplateDocument = gql`\n mutation DeleteTemplate($id: ID!) {\n deleteVibecontrolsTemplate(id: $id)\n}\n `;\nexport type DeleteTemplateMutationFn = Apollo.MutationFunction<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>;\n\n/**\n * __useDeleteTemplateMutation__\n *\n * To run a mutation, you first call `useDeleteTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteTemplateMutation, { data, loading, error }] = useDeleteTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>(DeleteTemplateDocument, options);\n }\nexport type DeleteTemplateMutationHookResult = ReturnType<typeof useDeleteTemplateMutation>;\nexport type DeleteTemplateMutationResult = Apollo.MutationResult<Types.DeleteTemplateMutation>;\nexport type DeleteTemplateMutationOptions = Apollo.BaseMutationOptions<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>;\nexport const CreateTunnelDocument = gql`\n mutation CreateTunnel($input: CreateTunnelInput!) {\n createTunnel(input: $input) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type CreateTunnelMutationFn = Apollo.MutationFunction<Types.CreateTunnelMutation, Types.CreateTunnelMutationVariables>;\n\n/**\n * __useCreateTunnelMutation__\n *\n * To run a mutation, you first call `useCreateTunnelMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateTunnelMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createTunnelMutation, { data, loading, error }] = useCreateTunnelMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateTunnelMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateTunnelMutation, Types.CreateTunnelMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateTunnelMutation, Types.CreateTunnelMutationVariables>(CreateTunnelDocument, options);\n }\nexport type CreateTunnelMutationHookResult = ReturnType<typeof useCreateTunnelMutation>;\nexport type CreateTunnelMutationResult = Apollo.MutationResult<Types.CreateTunnelMutation>;\nexport type CreateTunnelMutationOptions = Apollo.BaseMutationOptions<Types.CreateTunnelMutation, Types.CreateTunnelMutationVariables>;\nexport const UpdateTunnelDocument = gql`\n mutation UpdateTunnel($id: ID!, $input: UpdateTunnelInput!) {\n updateTunnel(id: $id, input: $input) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type UpdateTunnelMutationFn = Apollo.MutationFunction<Types.UpdateTunnelMutation, Types.UpdateTunnelMutationVariables>;\n\n/**\n * __useUpdateTunnelMutation__\n *\n * To run a mutation, you first call `useUpdateTunnelMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateTunnelMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateTunnelMutation, { data, loading, error }] = useUpdateTunnelMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateTunnelMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateTunnelMutation, Types.UpdateTunnelMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateTunnelMutation, Types.UpdateTunnelMutationVariables>(UpdateTunnelDocument, options);\n }\nexport type UpdateTunnelMutationHookResult = ReturnType<typeof useUpdateTunnelMutation>;\nexport type UpdateTunnelMutationResult = Apollo.MutationResult<Types.UpdateTunnelMutation>;\nexport type UpdateTunnelMutationOptions = Apollo.BaseMutationOptions<Types.UpdateTunnelMutation, Types.UpdateTunnelMutationVariables>;\nexport const DeleteTunnelDocument = gql`\n mutation DeleteTunnel($id: ID!) {\n deleteTunnel(id: $id)\n}\n `;\nexport type DeleteTunnelMutationFn = Apollo.MutationFunction<Types.DeleteTunnelMutation, Types.DeleteTunnelMutationVariables>;\n\n/**\n * __useDeleteTunnelMutation__\n *\n * To run a mutation, you first call `useDeleteTunnelMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteTunnelMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteTunnelMutation, { data, loading, error }] = useDeleteTunnelMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteTunnelMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteTunnelMutation, Types.DeleteTunnelMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteTunnelMutation, Types.DeleteTunnelMutationVariables>(DeleteTunnelDocument, options);\n }\nexport type DeleteTunnelMutationHookResult = ReturnType<typeof useDeleteTunnelMutation>;\nexport type DeleteTunnelMutationResult = Apollo.MutationResult<Types.DeleteTunnelMutation>;\nexport type DeleteTunnelMutationOptions = Apollo.BaseMutationOptions<Types.DeleteTunnelMutation, Types.DeleteTunnelMutationVariables>;\nexport const StartTunnelDocument = gql`\n mutation StartTunnel($id: ID!) {\n startTunnel(id: $id) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type StartTunnelMutationFn = Apollo.MutationFunction<Types.StartTunnelMutation, Types.StartTunnelMutationVariables>;\n\n/**\n * __useStartTunnelMutation__\n *\n * To run a mutation, you first call `useStartTunnelMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStartTunnelMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [startTunnelMutation, { data, loading, error }] = useStartTunnelMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useStartTunnelMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StartTunnelMutation, Types.StartTunnelMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StartTunnelMutation, Types.StartTunnelMutationVariables>(StartTunnelDocument, options);\n }\nexport type StartTunnelMutationHookResult = ReturnType<typeof useStartTunnelMutation>;\nexport type StartTunnelMutationResult = Apollo.MutationResult<Types.StartTunnelMutation>;\nexport type StartTunnelMutationOptions = Apollo.BaseMutationOptions<Types.StartTunnelMutation, Types.StartTunnelMutationVariables>;\nexport const StopTunnelDocument = gql`\n mutation StopTunnel($id: ID!) {\n stopTunnel(id: $id) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type StopTunnelMutationFn = Apollo.MutationFunction<Types.StopTunnelMutation, Types.StopTunnelMutationVariables>;\n\n/**\n * __useStopTunnelMutation__\n *\n * To run a mutation, you first call `useStopTunnelMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useStopTunnelMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [stopTunnelMutation, { data, loading, error }] = useStopTunnelMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useStopTunnelMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.StopTunnelMutation, Types.StopTunnelMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.StopTunnelMutation, Types.StopTunnelMutationVariables>(StopTunnelDocument, options);\n }\nexport type StopTunnelMutationHookResult = ReturnType<typeof useStopTunnelMutation>;\nexport type StopTunnelMutationResult = Apollo.MutationResult<Types.StopTunnelMutation>;\nexport type StopTunnelMutationOptions = Apollo.BaseMutationOptions<Types.StopTunnelMutation, Types.StopTunnelMutationVariables>;\nexport const RotateTunnelCredentialsDocument = gql`\n mutation RotateTunnelCredentials($id: ID!) {\n rotateTunnelCredentials(id: $id) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type RotateTunnelCredentialsMutationFn = Apollo.MutationFunction<Types.RotateTunnelCredentialsMutation, Types.RotateTunnelCredentialsMutationVariables>;\n\n/**\n * __useRotateTunnelCredentialsMutation__\n *\n * To run a mutation, you first call `useRotateTunnelCredentialsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRotateTunnelCredentialsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [rotateTunnelCredentialsMutation, { data, loading, error }] = useRotateTunnelCredentialsMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRotateTunnelCredentialsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RotateTunnelCredentialsMutation, Types.RotateTunnelCredentialsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RotateTunnelCredentialsMutation, Types.RotateTunnelCredentialsMutationVariables>(RotateTunnelCredentialsDocument, options);\n }\nexport type RotateTunnelCredentialsMutationHookResult = ReturnType<typeof useRotateTunnelCredentialsMutation>;\nexport type RotateTunnelCredentialsMutationResult = Apollo.MutationResult<Types.RotateTunnelCredentialsMutation>;\nexport type RotateTunnelCredentialsMutationOptions = Apollo.BaseMutationOptions<Types.RotateTunnelCredentialsMutation, Types.RotateTunnelCredentialsMutationVariables>;\nexport const IssueTunnelSessionDocument = gql`\n mutation IssueTunnelSession($tunnelId: ID!, $ttlSeconds: Int) {\n issueTunnelSession(tunnelId: $tunnelId, ttlSeconds: $ttlSeconds) {\n session {\n ...TunnelSessionFields\n }\n token\n agentConfigHint\n }\n}\n ${TunnelSessionFieldsFragmentDoc}`;\nexport type IssueTunnelSessionMutationFn = Apollo.MutationFunction<Types.IssueTunnelSessionMutation, Types.IssueTunnelSessionMutationVariables>;\n\n/**\n * __useIssueTunnelSessionMutation__\n *\n * To run a mutation, you first call `useIssueTunnelSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useIssueTunnelSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [issueTunnelSessionMutation, { data, loading, error }] = useIssueTunnelSessionMutation({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * ttlSeconds: // value for 'ttlSeconds'\n * },\n * });\n */\nexport function useIssueTunnelSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.IssueTunnelSessionMutation, Types.IssueTunnelSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.IssueTunnelSessionMutation, Types.IssueTunnelSessionMutationVariables>(IssueTunnelSessionDocument, options);\n }\nexport type IssueTunnelSessionMutationHookResult = ReturnType<typeof useIssueTunnelSessionMutation>;\nexport type IssueTunnelSessionMutationResult = Apollo.MutationResult<Types.IssueTunnelSessionMutation>;\nexport type IssueTunnelSessionMutationOptions = Apollo.BaseMutationOptions<Types.IssueTunnelSessionMutation, Types.IssueTunnelSessionMutationVariables>;\nexport const RevokeTunnelSessionDocument = gql`\n mutation RevokeTunnelSession($sessionId: ID!, $reason: String) {\n revokeTunnelSession(sessionId: $sessionId, reason: $reason)\n}\n `;\nexport type RevokeTunnelSessionMutationFn = Apollo.MutationFunction<Types.RevokeTunnelSessionMutation, Types.RevokeTunnelSessionMutationVariables>;\n\n/**\n * __useRevokeTunnelSessionMutation__\n *\n * To run a mutation, you first call `useRevokeTunnelSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeTunnelSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [revokeTunnelSessionMutation, { data, loading, error }] = useRevokeTunnelSessionMutation({\n * variables: {\n * sessionId: // value for 'sessionId'\n * reason: // value for 'reason'\n * },\n * });\n */\nexport function useRevokeTunnelSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeTunnelSessionMutation, Types.RevokeTunnelSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeTunnelSessionMutation, Types.RevokeTunnelSessionMutationVariables>(RevokeTunnelSessionDocument, options);\n }\nexport type RevokeTunnelSessionMutationHookResult = ReturnType<typeof useRevokeTunnelSessionMutation>;\nexport type RevokeTunnelSessionMutationResult = Apollo.MutationResult<Types.RevokeTunnelSessionMutation>;\nexport type RevokeTunnelSessionMutationOptions = Apollo.BaseMutationOptions<Types.RevokeTunnelSessionMutation, Types.RevokeTunnelSessionMutationVariables>;\nexport const ReserveTunnelSubdomainDocument = gql`\n mutation ReserveTunnelSubdomain($input: ReserveTunnelSubdomainInput!) {\n reserveTunnelSubdomain(input: $input) {\n ...TunnelDomainFields\n }\n}\n ${TunnelDomainFieldsFragmentDoc}`;\nexport type ReserveTunnelSubdomainMutationFn = Apollo.MutationFunction<Types.ReserveTunnelSubdomainMutation, Types.ReserveTunnelSubdomainMutationVariables>;\n\n/**\n * __useReserveTunnelSubdomainMutation__\n *\n * To run a mutation, you first call `useReserveTunnelSubdomainMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReserveTunnelSubdomainMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [reserveTunnelSubdomainMutation, { data, loading, error }] = useReserveTunnelSubdomainMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useReserveTunnelSubdomainMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReserveTunnelSubdomainMutation, Types.ReserveTunnelSubdomainMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReserveTunnelSubdomainMutation, Types.ReserveTunnelSubdomainMutationVariables>(ReserveTunnelSubdomainDocument, options);\n }\nexport type ReserveTunnelSubdomainMutationHookResult = ReturnType<typeof useReserveTunnelSubdomainMutation>;\nexport type ReserveTunnelSubdomainMutationResult = Apollo.MutationResult<Types.ReserveTunnelSubdomainMutation>;\nexport type ReserveTunnelSubdomainMutationOptions = Apollo.BaseMutationOptions<Types.ReserveTunnelSubdomainMutation, Types.ReserveTunnelSubdomainMutationVariables>;\nexport const RegisterCustomTunnelDomainDocument = gql`\n mutation RegisterCustomTunnelDomain($input: RegisterCustomDomainInput!) {\n registerCustomTunnelDomain(input: $input) {\n ...TunnelDomainFields\n }\n}\n ${TunnelDomainFieldsFragmentDoc}`;\nexport type RegisterCustomTunnelDomainMutationFn = Apollo.MutationFunction<Types.RegisterCustomTunnelDomainMutation, Types.RegisterCustomTunnelDomainMutationVariables>;\n\n/**\n * __useRegisterCustomTunnelDomainMutation__\n *\n * To run a mutation, you first call `useRegisterCustomTunnelDomainMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRegisterCustomTunnelDomainMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [registerCustomTunnelDomainMutation, { data, loading, error }] = useRegisterCustomTunnelDomainMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRegisterCustomTunnelDomainMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RegisterCustomTunnelDomainMutation, Types.RegisterCustomTunnelDomainMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RegisterCustomTunnelDomainMutation, Types.RegisterCustomTunnelDomainMutationVariables>(RegisterCustomTunnelDomainDocument, options);\n }\nexport type RegisterCustomTunnelDomainMutationHookResult = ReturnType<typeof useRegisterCustomTunnelDomainMutation>;\nexport type RegisterCustomTunnelDomainMutationResult = Apollo.MutationResult<Types.RegisterCustomTunnelDomainMutation>;\nexport type RegisterCustomTunnelDomainMutationOptions = Apollo.BaseMutationOptions<Types.RegisterCustomTunnelDomainMutation, Types.RegisterCustomTunnelDomainMutationVariables>;\nexport const AttachTunnelDomainDocument = gql`\n mutation AttachTunnelDomain($tunnelId: ID!, $domainId: ID!, $makePrimary: Boolean) {\n attachTunnelDomain(\n tunnelId: $tunnelId\n domainId: $domainId\n makePrimary: $makePrimary\n ) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type AttachTunnelDomainMutationFn = Apollo.MutationFunction<Types.AttachTunnelDomainMutation, Types.AttachTunnelDomainMutationVariables>;\n\n/**\n * __useAttachTunnelDomainMutation__\n *\n * To run a mutation, you first call `useAttachTunnelDomainMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAttachTunnelDomainMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [attachTunnelDomainMutation, { data, loading, error }] = useAttachTunnelDomainMutation({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * domainId: // value for 'domainId'\n * makePrimary: // value for 'makePrimary'\n * },\n * });\n */\nexport function useAttachTunnelDomainMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AttachTunnelDomainMutation, Types.AttachTunnelDomainMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AttachTunnelDomainMutation, Types.AttachTunnelDomainMutationVariables>(AttachTunnelDomainDocument, options);\n }\nexport type AttachTunnelDomainMutationHookResult = ReturnType<typeof useAttachTunnelDomainMutation>;\nexport type AttachTunnelDomainMutationResult = Apollo.MutationResult<Types.AttachTunnelDomainMutation>;\nexport type AttachTunnelDomainMutationOptions = Apollo.BaseMutationOptions<Types.AttachTunnelDomainMutation, Types.AttachTunnelDomainMutationVariables>;\nexport const DetachTunnelDomainDocument = gql`\n mutation DetachTunnelDomain($tunnelId: ID!, $domainId: ID!) {\n detachTunnelDomain(tunnelId: $tunnelId, domainId: $domainId) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\nexport type DetachTunnelDomainMutationFn = Apollo.MutationFunction<Types.DetachTunnelDomainMutation, Types.DetachTunnelDomainMutationVariables>;\n\n/**\n * __useDetachTunnelDomainMutation__\n *\n * To run a mutation, you first call `useDetachTunnelDomainMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDetachTunnelDomainMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [detachTunnelDomainMutation, { data, loading, error }] = useDetachTunnelDomainMutation({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * domainId: // value for 'domainId'\n * },\n * });\n */\nexport function useDetachTunnelDomainMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DetachTunnelDomainMutation, Types.DetachTunnelDomainMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DetachTunnelDomainMutation, Types.DetachTunnelDomainMutationVariables>(DetachTunnelDomainDocument, options);\n }\nexport type DetachTunnelDomainMutationHookResult = ReturnType<typeof useDetachTunnelDomainMutation>;\nexport type DetachTunnelDomainMutationResult = Apollo.MutationResult<Types.DetachTunnelDomainMutation>;\nexport type DetachTunnelDomainMutationOptions = Apollo.BaseMutationOptions<Types.DetachTunnelDomainMutation, Types.DetachTunnelDomainMutationVariables>;\nexport const VerifyTunnelDomainDocument = gql`\n mutation VerifyTunnelDomain($domainId: ID!) {\n verifyTunnelDomain(domainId: $domainId) {\n ...TunnelDomainFields\n }\n}\n ${TunnelDomainFieldsFragmentDoc}`;\nexport type VerifyTunnelDomainMutationFn = Apollo.MutationFunction<Types.VerifyTunnelDomainMutation, Types.VerifyTunnelDomainMutationVariables>;\n\n/**\n * __useVerifyTunnelDomainMutation__\n *\n * To run a mutation, you first call `useVerifyTunnelDomainMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useVerifyTunnelDomainMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [verifyTunnelDomainMutation, { data, loading, error }] = useVerifyTunnelDomainMutation({\n * variables: {\n * domainId: // value for 'domainId'\n * },\n * });\n */\nexport function useVerifyTunnelDomainMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.VerifyTunnelDomainMutation, Types.VerifyTunnelDomainMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.VerifyTunnelDomainMutation, Types.VerifyTunnelDomainMutationVariables>(VerifyTunnelDomainDocument, options);\n }\nexport type VerifyTunnelDomainMutationHookResult = ReturnType<typeof useVerifyTunnelDomainMutation>;\nexport type VerifyTunnelDomainMutationResult = Apollo.MutationResult<Types.VerifyTunnelDomainMutation>;\nexport type VerifyTunnelDomainMutationOptions = Apollo.BaseMutationOptions<Types.VerifyTunnelDomainMutation, Types.VerifyTunnelDomainMutationVariables>;\nexport const DeleteTunnelDomainDocument = gql`\n mutation DeleteTunnelDomain($domainId: ID!) {\n deleteTunnelDomain(domainId: $domainId)\n}\n `;\nexport type DeleteTunnelDomainMutationFn = Apollo.MutationFunction<Types.DeleteTunnelDomainMutation, Types.DeleteTunnelDomainMutationVariables>;\n\n/**\n * __useDeleteTunnelDomainMutation__\n *\n * To run a mutation, you first call `useDeleteTunnelDomainMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteTunnelDomainMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteTunnelDomainMutation, { data, loading, error }] = useDeleteTunnelDomainMutation({\n * variables: {\n * domainId: // value for 'domainId'\n * },\n * });\n */\nexport function useDeleteTunnelDomainMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteTunnelDomainMutation, Types.DeleteTunnelDomainMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteTunnelDomainMutation, Types.DeleteTunnelDomainMutationVariables>(DeleteTunnelDomainDocument, options);\n }\nexport type DeleteTunnelDomainMutationHookResult = ReturnType<typeof useDeleteTunnelDomainMutation>;\nexport type DeleteTunnelDomainMutationResult = Apollo.MutationResult<Types.DeleteTunnelDomainMutation>;\nexport type DeleteTunnelDomainMutationOptions = Apollo.BaseMutationOptions<Types.DeleteTunnelDomainMutation, Types.DeleteTunnelDomainMutationVariables>;\nexport const SaveUiSessionDocument = gql`\n mutation SaveUISession($input: SaveUISessionInput!) {\n saveUISession(input: $input) {\n id\n userId\n workspaceId\n state\n activeVibeId\n activeSessionId\n recentVibes\n recentSessions\n updatedAt\n }\n}\n `;\nexport type SaveUiSessionMutationFn = Apollo.MutationFunction<Types.SaveUiSessionMutation, Types.SaveUiSessionMutationVariables>;\n\n/**\n * __useSaveUiSessionMutation__\n *\n * To run a mutation, you first call `useSaveUiSessionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSaveUiSessionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [saveUiSessionMutation, { data, loading, error }] = useSaveUiSessionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useSaveUiSessionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SaveUiSessionMutation, Types.SaveUiSessionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SaveUiSessionMutation, Types.SaveUiSessionMutationVariables>(SaveUiSessionDocument, options);\n }\nexport type SaveUiSessionMutationHookResult = ReturnType<typeof useSaveUiSessionMutation>;\nexport type SaveUiSessionMutationResult = Apollo.MutationResult<Types.SaveUiSessionMutation>;\nexport type SaveUiSessionMutationOptions = Apollo.BaseMutationOptions<Types.SaveUiSessionMutation, Types.SaveUiSessionMutationVariables>;\nexport const CreateVibeCalendarTaskDocument = gql`\n mutation CreateVibeCalendarTask($input: CreateVibeCalendarTaskInput!) {\n createVibeCalendarTask(input: $input) {\n ...VibeCalendarTaskFields\n }\n}\n ${VibeCalendarTaskFieldsFragmentDoc}`;\nexport type CreateVibeCalendarTaskMutationFn = Apollo.MutationFunction<Types.CreateVibeCalendarTaskMutation, Types.CreateVibeCalendarTaskMutationVariables>;\n\n/**\n * __useCreateVibeCalendarTaskMutation__\n *\n * To run a mutation, you first call `useCreateVibeCalendarTaskMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateVibeCalendarTaskMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createVibeCalendarTaskMutation, { data, loading, error }] = useCreateVibeCalendarTaskMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateVibeCalendarTaskMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateVibeCalendarTaskMutation, Types.CreateVibeCalendarTaskMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateVibeCalendarTaskMutation, Types.CreateVibeCalendarTaskMutationVariables>(CreateVibeCalendarTaskDocument, options);\n }\nexport type CreateVibeCalendarTaskMutationHookResult = ReturnType<typeof useCreateVibeCalendarTaskMutation>;\nexport type CreateVibeCalendarTaskMutationResult = Apollo.MutationResult<Types.CreateVibeCalendarTaskMutation>;\nexport type CreateVibeCalendarTaskMutationOptions = Apollo.BaseMutationOptions<Types.CreateVibeCalendarTaskMutation, Types.CreateVibeCalendarTaskMutationVariables>;\nexport const UpdateVibeCalendarTaskDocument = gql`\n mutation UpdateVibeCalendarTask($id: ID!, $input: UpdateVibeCalendarTaskInput!) {\n updateVibeCalendarTask(id: $id, input: $input) {\n ...VibeCalendarTaskFields\n }\n}\n ${VibeCalendarTaskFieldsFragmentDoc}`;\nexport type UpdateVibeCalendarTaskMutationFn = Apollo.MutationFunction<Types.UpdateVibeCalendarTaskMutation, Types.UpdateVibeCalendarTaskMutationVariables>;\n\n/**\n * __useUpdateVibeCalendarTaskMutation__\n *\n * To run a mutation, you first call `useUpdateVibeCalendarTaskMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeCalendarTaskMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeCalendarTaskMutation, { data, loading, error }] = useUpdateVibeCalendarTaskMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateVibeCalendarTaskMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeCalendarTaskMutation, Types.UpdateVibeCalendarTaskMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeCalendarTaskMutation, Types.UpdateVibeCalendarTaskMutationVariables>(UpdateVibeCalendarTaskDocument, options);\n }\nexport type UpdateVibeCalendarTaskMutationHookResult = ReturnType<typeof useUpdateVibeCalendarTaskMutation>;\nexport type UpdateVibeCalendarTaskMutationResult = Apollo.MutationResult<Types.UpdateVibeCalendarTaskMutation>;\nexport type UpdateVibeCalendarTaskMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeCalendarTaskMutation, Types.UpdateVibeCalendarTaskMutationVariables>;\nexport const DeleteVibeCalendarTaskDocument = gql`\n mutation DeleteVibeCalendarTask($id: ID!) {\n deleteVibeCalendarTask(id: $id)\n}\n `;\nexport type DeleteVibeCalendarTaskMutationFn = Apollo.MutationFunction<Types.DeleteVibeCalendarTaskMutation, Types.DeleteVibeCalendarTaskMutationVariables>;\n\n/**\n * __useDeleteVibeCalendarTaskMutation__\n *\n * To run a mutation, you first call `useDeleteVibeCalendarTaskMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteVibeCalendarTaskMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteVibeCalendarTaskMutation, { data, loading, error }] = useDeleteVibeCalendarTaskMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteVibeCalendarTaskMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteVibeCalendarTaskMutation, Types.DeleteVibeCalendarTaskMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteVibeCalendarTaskMutation, Types.DeleteVibeCalendarTaskMutationVariables>(DeleteVibeCalendarTaskDocument, options);\n }\nexport type DeleteVibeCalendarTaskMutationHookResult = ReturnType<typeof useDeleteVibeCalendarTaskMutation>;\nexport type DeleteVibeCalendarTaskMutationResult = Apollo.MutationResult<Types.DeleteVibeCalendarTaskMutation>;\nexport type DeleteVibeCalendarTaskMutationOptions = Apollo.BaseMutationOptions<Types.DeleteVibeCalendarTaskMutation, Types.DeleteVibeCalendarTaskMutationVariables>;\nexport const TriggerVibeCalendarTaskNowDocument = gql`\n mutation TriggerVibeCalendarTaskNow($id: ID!) {\n triggerVibeCalendarTaskNow(id: $id) {\n ...VibeCalendarExecutionFields\n }\n}\n ${VibeCalendarExecutionFieldsFragmentDoc}`;\nexport type TriggerVibeCalendarTaskNowMutationFn = Apollo.MutationFunction<Types.TriggerVibeCalendarTaskNowMutation, Types.TriggerVibeCalendarTaskNowMutationVariables>;\n\n/**\n * __useTriggerVibeCalendarTaskNowMutation__\n *\n * To run a mutation, you first call `useTriggerVibeCalendarTaskNowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTriggerVibeCalendarTaskNowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [triggerVibeCalendarTaskNowMutation, { data, loading, error }] = useTriggerVibeCalendarTaskNowMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useTriggerVibeCalendarTaskNowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TriggerVibeCalendarTaskNowMutation, Types.TriggerVibeCalendarTaskNowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TriggerVibeCalendarTaskNowMutation, Types.TriggerVibeCalendarTaskNowMutationVariables>(TriggerVibeCalendarTaskNowDocument, options);\n }\nexport type TriggerVibeCalendarTaskNowMutationHookResult = ReturnType<typeof useTriggerVibeCalendarTaskNowMutation>;\nexport type TriggerVibeCalendarTaskNowMutationResult = Apollo.MutationResult<Types.TriggerVibeCalendarTaskNowMutation>;\nexport type TriggerVibeCalendarTaskNowMutationOptions = Apollo.BaseMutationOptions<Types.TriggerVibeCalendarTaskNowMutation, Types.TriggerVibeCalendarTaskNowMutationVariables>;\nexport const SetVibeFeatureFlagDocument = gql`\n mutation SetVibeFeatureFlag($id: ID!, $featureId: String!, $enabled: Boolean!) {\n setVibeFeatureFlag(id: $id, featureId: $featureId, enabled: $enabled) {\n id\n featureFlags\n effectiveFeatureFlags\n }\n}\n `;\nexport type SetVibeFeatureFlagMutationFn = Apollo.MutationFunction<Types.SetVibeFeatureFlagMutation, Types.SetVibeFeatureFlagMutationVariables>;\n\n/**\n * __useSetVibeFeatureFlagMutation__\n *\n * To run a mutation, you first call `useSetVibeFeatureFlagMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetVibeFeatureFlagMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [setVibeFeatureFlagMutation, { data, loading, error }] = useSetVibeFeatureFlagMutation({\n * variables: {\n * id: // value for 'id'\n * featureId: // value for 'featureId'\n * enabled: // value for 'enabled'\n * },\n * });\n */\nexport function useSetVibeFeatureFlagMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetVibeFeatureFlagMutation, Types.SetVibeFeatureFlagMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetVibeFeatureFlagMutation, Types.SetVibeFeatureFlagMutationVariables>(SetVibeFeatureFlagDocument, options);\n }\nexport type SetVibeFeatureFlagMutationHookResult = ReturnType<typeof useSetVibeFeatureFlagMutation>;\nexport type SetVibeFeatureFlagMutationResult = Apollo.MutationResult<Types.SetVibeFeatureFlagMutation>;\nexport type SetVibeFeatureFlagMutationOptions = Apollo.BaseMutationOptions<Types.SetVibeFeatureFlagMutation, Types.SetVibeFeatureFlagMutationVariables>;\nexport const CreateVibeDeckShareLinkDocument = gql`\n mutation CreateVibeDeckShareLink($input: CreateVibeDeckShareLinkInput!) {\n createVibeDeckShareLink(input: $input) {\n ...VibeDeckShareLinkFields\n }\n}\n ${VibeDeckShareLinkFieldsFragmentDoc}`;\nexport type CreateVibeDeckShareLinkMutationFn = Apollo.MutationFunction<Types.CreateVibeDeckShareLinkMutation, Types.CreateVibeDeckShareLinkMutationVariables>;\n\n/**\n * __useCreateVibeDeckShareLinkMutation__\n *\n * To run a mutation, you first call `useCreateVibeDeckShareLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateVibeDeckShareLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createVibeDeckShareLinkMutation, { data, loading, error }] = useCreateVibeDeckShareLinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateVibeDeckShareLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateVibeDeckShareLinkMutation, Types.CreateVibeDeckShareLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateVibeDeckShareLinkMutation, Types.CreateVibeDeckShareLinkMutationVariables>(CreateVibeDeckShareLinkDocument, options);\n }\nexport type CreateVibeDeckShareLinkMutationHookResult = ReturnType<typeof useCreateVibeDeckShareLinkMutation>;\nexport type CreateVibeDeckShareLinkMutationResult = Apollo.MutationResult<Types.CreateVibeDeckShareLinkMutation>;\nexport type CreateVibeDeckShareLinkMutationOptions = Apollo.BaseMutationOptions<Types.CreateVibeDeckShareLinkMutation, Types.CreateVibeDeckShareLinkMutationVariables>;\nexport const UpdateVibeDeckShareLinkDocument = gql`\n mutation UpdateVibeDeckShareLink($id: ID!, $input: UpdateVibeDeckShareLinkInput!) {\n updateVibeDeckShareLink(id: $id, input: $input) {\n ...VibeDeckShareLinkFields\n }\n}\n ${VibeDeckShareLinkFieldsFragmentDoc}`;\nexport type UpdateVibeDeckShareLinkMutationFn = Apollo.MutationFunction<Types.UpdateVibeDeckShareLinkMutation, Types.UpdateVibeDeckShareLinkMutationVariables>;\n\n/**\n * __useUpdateVibeDeckShareLinkMutation__\n *\n * To run a mutation, you first call `useUpdateVibeDeckShareLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeDeckShareLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeDeckShareLinkMutation, { data, loading, error }] = useUpdateVibeDeckShareLinkMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateVibeDeckShareLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeDeckShareLinkMutation, Types.UpdateVibeDeckShareLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeDeckShareLinkMutation, Types.UpdateVibeDeckShareLinkMutationVariables>(UpdateVibeDeckShareLinkDocument, options);\n }\nexport type UpdateVibeDeckShareLinkMutationHookResult = ReturnType<typeof useUpdateVibeDeckShareLinkMutation>;\nexport type UpdateVibeDeckShareLinkMutationResult = Apollo.MutationResult<Types.UpdateVibeDeckShareLinkMutation>;\nexport type UpdateVibeDeckShareLinkMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeDeckShareLinkMutation, Types.UpdateVibeDeckShareLinkMutationVariables>;\nexport const RevokeVibeDeckShareLinkDocument = gql`\n mutation RevokeVibeDeckShareLink($id: ID!) {\n revokeVibeDeckShareLink(id: $id) {\n ...VibeDeckShareLinkFields\n }\n}\n ${VibeDeckShareLinkFieldsFragmentDoc}`;\nexport type RevokeVibeDeckShareLinkMutationFn = Apollo.MutationFunction<Types.RevokeVibeDeckShareLinkMutation, Types.RevokeVibeDeckShareLinkMutationVariables>;\n\n/**\n * __useRevokeVibeDeckShareLinkMutation__\n *\n * To run a mutation, you first call `useRevokeVibeDeckShareLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeVibeDeckShareLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [revokeVibeDeckShareLinkMutation, { data, loading, error }] = useRevokeVibeDeckShareLinkMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRevokeVibeDeckShareLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeVibeDeckShareLinkMutation, Types.RevokeVibeDeckShareLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeVibeDeckShareLinkMutation, Types.RevokeVibeDeckShareLinkMutationVariables>(RevokeVibeDeckShareLinkDocument, options);\n }\nexport type RevokeVibeDeckShareLinkMutationHookResult = ReturnType<typeof useRevokeVibeDeckShareLinkMutation>;\nexport type RevokeVibeDeckShareLinkMutationResult = Apollo.MutationResult<Types.RevokeVibeDeckShareLinkMutation>;\nexport type RevokeVibeDeckShareLinkMutationOptions = Apollo.BaseMutationOptions<Types.RevokeVibeDeckShareLinkMutation, Types.RevokeVibeDeckShareLinkMutationVariables>;\nexport const ExecuteSharedVibeDeckButtonDocument = gql`\n mutation ExecuteSharedVibeDeckButton($token: String!, $buttonId: ID!, $password: String) {\n executeSharedVibeDeckButton(\n token: $token\n buttonId: $buttonId\n password: $password\n ) {\n buttonId\n actionType\n agentId\n command\n status\n output\n exitCode\n webhookUrl\n webhookStatusCode\n executedAt\n }\n}\n `;\nexport type ExecuteSharedVibeDeckButtonMutationFn = Apollo.MutationFunction<Types.ExecuteSharedVibeDeckButtonMutation, Types.ExecuteSharedVibeDeckButtonMutationVariables>;\n\n/**\n * __useExecuteSharedVibeDeckButtonMutation__\n *\n * To run a mutation, you first call `useExecuteSharedVibeDeckButtonMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteSharedVibeDeckButtonMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [executeSharedVibeDeckButtonMutation, { data, loading, error }] = useExecuteSharedVibeDeckButtonMutation({\n * variables: {\n * token: // value for 'token'\n * buttonId: // value for 'buttonId'\n * password: // value for 'password'\n * },\n * });\n */\nexport function useExecuteSharedVibeDeckButtonMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteSharedVibeDeckButtonMutation, Types.ExecuteSharedVibeDeckButtonMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteSharedVibeDeckButtonMutation, Types.ExecuteSharedVibeDeckButtonMutationVariables>(ExecuteSharedVibeDeckButtonDocument, options);\n }\nexport type ExecuteSharedVibeDeckButtonMutationHookResult = ReturnType<typeof useExecuteSharedVibeDeckButtonMutation>;\nexport type ExecuteSharedVibeDeckButtonMutationResult = Apollo.MutationResult<Types.ExecuteSharedVibeDeckButtonMutation>;\nexport type ExecuteSharedVibeDeckButtonMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteSharedVibeDeckButtonMutation, Types.ExecuteSharedVibeDeckButtonMutationVariables>;\nexport const CreateVibeDeckDocument = gql`\n mutation CreateVibeDeck($input: CreateVibeDeckInput!) {\n createVibeDeck(input: $input) {\n ...VibeDeckFields\n }\n}\n ${VibeDeckFieldsFragmentDoc}`;\nexport type CreateVibeDeckMutationFn = Apollo.MutationFunction<Types.CreateVibeDeckMutation, Types.CreateVibeDeckMutationVariables>;\n\n/**\n * __useCreateVibeDeckMutation__\n *\n * To run a mutation, you first call `useCreateVibeDeckMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateVibeDeckMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createVibeDeckMutation, { data, loading, error }] = useCreateVibeDeckMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateVibeDeckMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateVibeDeckMutation, Types.CreateVibeDeckMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateVibeDeckMutation, Types.CreateVibeDeckMutationVariables>(CreateVibeDeckDocument, options);\n }\nexport type CreateVibeDeckMutationHookResult = ReturnType<typeof useCreateVibeDeckMutation>;\nexport type CreateVibeDeckMutationResult = Apollo.MutationResult<Types.CreateVibeDeckMutation>;\nexport type CreateVibeDeckMutationOptions = Apollo.BaseMutationOptions<Types.CreateVibeDeckMutation, Types.CreateVibeDeckMutationVariables>;\nexport const UpdateVibeDeckDocument = gql`\n mutation UpdateVibeDeck($id: ID!, $input: UpdateVibeDeckInput!) {\n updateVibeDeck(id: $id, input: $input) {\n ...VibeDeckFields\n }\n}\n ${VibeDeckFieldsFragmentDoc}`;\nexport type UpdateVibeDeckMutationFn = Apollo.MutationFunction<Types.UpdateVibeDeckMutation, Types.UpdateVibeDeckMutationVariables>;\n\n/**\n * __useUpdateVibeDeckMutation__\n *\n * To run a mutation, you first call `useUpdateVibeDeckMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeDeckMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeDeckMutation, { data, loading, error }] = useUpdateVibeDeckMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateVibeDeckMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeDeckMutation, Types.UpdateVibeDeckMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeDeckMutation, Types.UpdateVibeDeckMutationVariables>(UpdateVibeDeckDocument, options);\n }\nexport type UpdateVibeDeckMutationHookResult = ReturnType<typeof useUpdateVibeDeckMutation>;\nexport type UpdateVibeDeckMutationResult = Apollo.MutationResult<Types.UpdateVibeDeckMutation>;\nexport type UpdateVibeDeckMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeDeckMutation, Types.UpdateVibeDeckMutationVariables>;\nexport const DeleteVibeDeckDocument = gql`\n mutation DeleteVibeDeck($id: ID!) {\n deleteVibeDeck(id: $id)\n}\n `;\nexport type DeleteVibeDeckMutationFn = Apollo.MutationFunction<Types.DeleteVibeDeckMutation, Types.DeleteVibeDeckMutationVariables>;\n\n/**\n * __useDeleteVibeDeckMutation__\n *\n * To run a mutation, you first call `useDeleteVibeDeckMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteVibeDeckMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteVibeDeckMutation, { data, loading, error }] = useDeleteVibeDeckMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteVibeDeckMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteVibeDeckMutation, Types.DeleteVibeDeckMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteVibeDeckMutation, Types.DeleteVibeDeckMutationVariables>(DeleteVibeDeckDocument, options);\n }\nexport type DeleteVibeDeckMutationHookResult = ReturnType<typeof useDeleteVibeDeckMutation>;\nexport type DeleteVibeDeckMutationResult = Apollo.MutationResult<Types.DeleteVibeDeckMutation>;\nexport type DeleteVibeDeckMutationOptions = Apollo.BaseMutationOptions<Types.DeleteVibeDeckMutation, Types.DeleteVibeDeckMutationVariables>;\nexport const SetDefaultVibeDeckDocument = gql`\n mutation SetDefaultVibeDeck($id: ID!) {\n setDefaultVibeDeck(id: $id) {\n ...VibeDeckFields\n }\n}\n ${VibeDeckFieldsFragmentDoc}`;\nexport type SetDefaultVibeDeckMutationFn = Apollo.MutationFunction<Types.SetDefaultVibeDeckMutation, Types.SetDefaultVibeDeckMutationVariables>;\n\n/**\n * __useSetDefaultVibeDeckMutation__\n *\n * To run a mutation, you first call `useSetDefaultVibeDeckMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetDefaultVibeDeckMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [setDefaultVibeDeckMutation, { data, loading, error }] = useSetDefaultVibeDeckMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useSetDefaultVibeDeckMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetDefaultVibeDeckMutation, Types.SetDefaultVibeDeckMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetDefaultVibeDeckMutation, Types.SetDefaultVibeDeckMutationVariables>(SetDefaultVibeDeckDocument, options);\n }\nexport type SetDefaultVibeDeckMutationHookResult = ReturnType<typeof useSetDefaultVibeDeckMutation>;\nexport type SetDefaultVibeDeckMutationResult = Apollo.MutationResult<Types.SetDefaultVibeDeckMutation>;\nexport type SetDefaultVibeDeckMutationOptions = Apollo.BaseMutationOptions<Types.SetDefaultVibeDeckMutation, Types.SetDefaultVibeDeckMutationVariables>;\nexport const DuplicateVibeDeckDocument = gql`\n mutation DuplicateVibeDeck($id: ID!, $name: String!) {\n duplicateVibeDeck(id: $id, name: $name) {\n ...VibeDeckWithButtons\n }\n}\n ${VibeDeckWithButtonsFragmentDoc}`;\nexport type DuplicateVibeDeckMutationFn = Apollo.MutationFunction<Types.DuplicateVibeDeckMutation, Types.DuplicateVibeDeckMutationVariables>;\n\n/**\n * __useDuplicateVibeDeckMutation__\n *\n * To run a mutation, you first call `useDuplicateVibeDeckMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDuplicateVibeDeckMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [duplicateVibeDeckMutation, { data, loading, error }] = useDuplicateVibeDeckMutation({\n * variables: {\n * id: // value for 'id'\n * name: // value for 'name'\n * },\n * });\n */\nexport function useDuplicateVibeDeckMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DuplicateVibeDeckMutation, Types.DuplicateVibeDeckMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DuplicateVibeDeckMutation, Types.DuplicateVibeDeckMutationVariables>(DuplicateVibeDeckDocument, options);\n }\nexport type DuplicateVibeDeckMutationHookResult = ReturnType<typeof useDuplicateVibeDeckMutation>;\nexport type DuplicateVibeDeckMutationResult = Apollo.MutationResult<Types.DuplicateVibeDeckMutation>;\nexport type DuplicateVibeDeckMutationOptions = Apollo.BaseMutationOptions<Types.DuplicateVibeDeckMutation, Types.DuplicateVibeDeckMutationVariables>;\nexport const CreateVibeDeckButtonDocument = gql`\n mutation CreateVibeDeckButton($input: CreateVibeDeckButtonInput!) {\n createVibeDeckButton(input: $input) {\n ...VibeDeckButtonFields\n }\n}\n ${VibeDeckButtonFieldsFragmentDoc}`;\nexport type CreateVibeDeckButtonMutationFn = Apollo.MutationFunction<Types.CreateVibeDeckButtonMutation, Types.CreateVibeDeckButtonMutationVariables>;\n\n/**\n * __useCreateVibeDeckButtonMutation__\n *\n * To run a mutation, you first call `useCreateVibeDeckButtonMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateVibeDeckButtonMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createVibeDeckButtonMutation, { data, loading, error }] = useCreateVibeDeckButtonMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateVibeDeckButtonMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateVibeDeckButtonMutation, Types.CreateVibeDeckButtonMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateVibeDeckButtonMutation, Types.CreateVibeDeckButtonMutationVariables>(CreateVibeDeckButtonDocument, options);\n }\nexport type CreateVibeDeckButtonMutationHookResult = ReturnType<typeof useCreateVibeDeckButtonMutation>;\nexport type CreateVibeDeckButtonMutationResult = Apollo.MutationResult<Types.CreateVibeDeckButtonMutation>;\nexport type CreateVibeDeckButtonMutationOptions = Apollo.BaseMutationOptions<Types.CreateVibeDeckButtonMutation, Types.CreateVibeDeckButtonMutationVariables>;\nexport const UpdateVibeDeckButtonDocument = gql`\n mutation UpdateVibeDeckButton($id: ID!, $input: UpdateVibeDeckButtonInput!) {\n updateVibeDeckButton(id: $id, input: $input) {\n ...VibeDeckButtonFields\n }\n}\n ${VibeDeckButtonFieldsFragmentDoc}`;\nexport type UpdateVibeDeckButtonMutationFn = Apollo.MutationFunction<Types.UpdateVibeDeckButtonMutation, Types.UpdateVibeDeckButtonMutationVariables>;\n\n/**\n * __useUpdateVibeDeckButtonMutation__\n *\n * To run a mutation, you first call `useUpdateVibeDeckButtonMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeDeckButtonMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeDeckButtonMutation, { data, loading, error }] = useUpdateVibeDeckButtonMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateVibeDeckButtonMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeDeckButtonMutation, Types.UpdateVibeDeckButtonMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeDeckButtonMutation, Types.UpdateVibeDeckButtonMutationVariables>(UpdateVibeDeckButtonDocument, options);\n }\nexport type UpdateVibeDeckButtonMutationHookResult = ReturnType<typeof useUpdateVibeDeckButtonMutation>;\nexport type UpdateVibeDeckButtonMutationResult = Apollo.MutationResult<Types.UpdateVibeDeckButtonMutation>;\nexport type UpdateVibeDeckButtonMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeDeckButtonMutation, Types.UpdateVibeDeckButtonMutationVariables>;\nexport const DeleteVibeDeckButtonDocument = gql`\n mutation DeleteVibeDeckButton($id: ID!) {\n deleteVibeDeckButton(id: $id)\n}\n `;\nexport type DeleteVibeDeckButtonMutationFn = Apollo.MutationFunction<Types.DeleteVibeDeckButtonMutation, Types.DeleteVibeDeckButtonMutationVariables>;\n\n/**\n * __useDeleteVibeDeckButtonMutation__\n *\n * To run a mutation, you first call `useDeleteVibeDeckButtonMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteVibeDeckButtonMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteVibeDeckButtonMutation, { data, loading, error }] = useDeleteVibeDeckButtonMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteVibeDeckButtonMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteVibeDeckButtonMutation, Types.DeleteVibeDeckButtonMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteVibeDeckButtonMutation, Types.DeleteVibeDeckButtonMutationVariables>(DeleteVibeDeckButtonDocument, options);\n }\nexport type DeleteVibeDeckButtonMutationHookResult = ReturnType<typeof useDeleteVibeDeckButtonMutation>;\nexport type DeleteVibeDeckButtonMutationResult = Apollo.MutationResult<Types.DeleteVibeDeckButtonMutation>;\nexport type DeleteVibeDeckButtonMutationOptions = Apollo.BaseMutationOptions<Types.DeleteVibeDeckButtonMutation, Types.DeleteVibeDeckButtonMutationVariables>;\nexport const MoveVibeDeckButtonDocument = gql`\n mutation MoveVibeDeckButton($id: ID!, $input: MoveVibeDeckButtonInput!) {\n moveVibeDeckButton(id: $id, input: $input) {\n ...VibeDeckButtonFields\n }\n}\n ${VibeDeckButtonFieldsFragmentDoc}`;\nexport type MoveVibeDeckButtonMutationFn = Apollo.MutationFunction<Types.MoveVibeDeckButtonMutation, Types.MoveVibeDeckButtonMutationVariables>;\n\n/**\n * __useMoveVibeDeckButtonMutation__\n *\n * To run a mutation, you first call `useMoveVibeDeckButtonMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useMoveVibeDeckButtonMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [moveVibeDeckButtonMutation, { data, loading, error }] = useMoveVibeDeckButtonMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useMoveVibeDeckButtonMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.MoveVibeDeckButtonMutation, Types.MoveVibeDeckButtonMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.MoveVibeDeckButtonMutation, Types.MoveVibeDeckButtonMutationVariables>(MoveVibeDeckButtonDocument, options);\n }\nexport type MoveVibeDeckButtonMutationHookResult = ReturnType<typeof useMoveVibeDeckButtonMutation>;\nexport type MoveVibeDeckButtonMutationResult = Apollo.MutationResult<Types.MoveVibeDeckButtonMutation>;\nexport type MoveVibeDeckButtonMutationOptions = Apollo.BaseMutationOptions<Types.MoveVibeDeckButtonMutation, Types.MoveVibeDeckButtonMutationVariables>;\nexport const ReorderVibeDeckButtonsDocument = gql`\n mutation ReorderVibeDeckButtons($vibeDeckId: ID!, $input: ReorderVibeDeckButtonsInput!) {\n reorderVibeDeckButtons(vibeDeckId: $vibeDeckId, input: $input) {\n ...VibeDeckButtonFields\n }\n}\n ${VibeDeckButtonFieldsFragmentDoc}`;\nexport type ReorderVibeDeckButtonsMutationFn = Apollo.MutationFunction<Types.ReorderVibeDeckButtonsMutation, Types.ReorderVibeDeckButtonsMutationVariables>;\n\n/**\n * __useReorderVibeDeckButtonsMutation__\n *\n * To run a mutation, you first call `useReorderVibeDeckButtonsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderVibeDeckButtonsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [reorderVibeDeckButtonsMutation, { data, loading, error }] = useReorderVibeDeckButtonsMutation({\n * variables: {\n * vibeDeckId: // value for 'vibeDeckId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useReorderVibeDeckButtonsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderVibeDeckButtonsMutation, Types.ReorderVibeDeckButtonsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderVibeDeckButtonsMutation, Types.ReorderVibeDeckButtonsMutationVariables>(ReorderVibeDeckButtonsDocument, options);\n }\nexport type ReorderVibeDeckButtonsMutationHookResult = ReturnType<typeof useReorderVibeDeckButtonsMutation>;\nexport type ReorderVibeDeckButtonsMutationResult = Apollo.MutationResult<Types.ReorderVibeDeckButtonsMutation>;\nexport type ReorderVibeDeckButtonsMutationOptions = Apollo.BaseMutationOptions<Types.ReorderVibeDeckButtonsMutation, Types.ReorderVibeDeckButtonsMutationVariables>;\nexport const ExecuteVibeDeckButtonDocument = gql`\n mutation ExecuteVibeDeckButton($id: ID!, $agentId: ID) {\n executeVibeDeckButton(id: $id, agentId: $agentId) {\n buttonId\n actionType\n agentId\n command\n status\n output\n exitCode\n webhookUrl\n webhookStatusCode\n executedAt\n }\n}\n `;\nexport type ExecuteVibeDeckButtonMutationFn = Apollo.MutationFunction<Types.ExecuteVibeDeckButtonMutation, Types.ExecuteVibeDeckButtonMutationVariables>;\n\n/**\n * __useExecuteVibeDeckButtonMutation__\n *\n * To run a mutation, you first call `useExecuteVibeDeckButtonMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteVibeDeckButtonMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [executeVibeDeckButtonMutation, { data, loading, error }] = useExecuteVibeDeckButtonMutation({\n * variables: {\n * id: // value for 'id'\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useExecuteVibeDeckButtonMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteVibeDeckButtonMutation, Types.ExecuteVibeDeckButtonMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteVibeDeckButtonMutation, Types.ExecuteVibeDeckButtonMutationVariables>(ExecuteVibeDeckButtonDocument, options);\n }\nexport type ExecuteVibeDeckButtonMutationHookResult = ReturnType<typeof useExecuteVibeDeckButtonMutation>;\nexport type ExecuteVibeDeckButtonMutationResult = Apollo.MutationResult<Types.ExecuteVibeDeckButtonMutation>;\nexport type ExecuteVibeDeckButtonMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteVibeDeckButtonMutation, Types.ExecuteVibeDeckButtonMutationVariables>;\nexport const CreateVibeDocument = gql`\n mutation CreateVibe($input: CreateVibeInput!) {\n createVibe(input: $input) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type CreateVibeMutationFn = Apollo.MutationFunction<Types.CreateVibeMutation, Types.CreateVibeMutationVariables>;\n\n/**\n * __useCreateVibeMutation__\n *\n * To run a mutation, you first call `useCreateVibeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateVibeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createVibeMutation, { data, loading, error }] = useCreateVibeMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateVibeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateVibeMutation, Types.CreateVibeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateVibeMutation, Types.CreateVibeMutationVariables>(CreateVibeDocument, options);\n }\nexport type CreateVibeMutationHookResult = ReturnType<typeof useCreateVibeMutation>;\nexport type CreateVibeMutationResult = Apollo.MutationResult<Types.CreateVibeMutation>;\nexport type CreateVibeMutationOptions = Apollo.BaseMutationOptions<Types.CreateVibeMutation, Types.CreateVibeMutationVariables>;\nexport const UpdateVibeDocument = gql`\n mutation UpdateVibe($id: ID!, $input: UpdateVibeInput!) {\n updateVibe(id: $id, input: $input) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type UpdateVibeMutationFn = Apollo.MutationFunction<Types.UpdateVibeMutation, Types.UpdateVibeMutationVariables>;\n\n/**\n * __useUpdateVibeMutation__\n *\n * To run a mutation, you first call `useUpdateVibeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeMutation, { data, loading, error }] = useUpdateVibeMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateVibeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeMutation, Types.UpdateVibeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeMutation, Types.UpdateVibeMutationVariables>(UpdateVibeDocument, options);\n }\nexport type UpdateVibeMutationHookResult = ReturnType<typeof useUpdateVibeMutation>;\nexport type UpdateVibeMutationResult = Apollo.MutationResult<Types.UpdateVibeMutation>;\nexport type UpdateVibeMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeMutation, Types.UpdateVibeMutationVariables>;\nexport const DeleteVibeDocument = gql`\n mutation DeleteVibe($id: ID!) {\n deleteVibe(id: $id)\n}\n `;\nexport type DeleteVibeMutationFn = Apollo.MutationFunction<Types.DeleteVibeMutation, Types.DeleteVibeMutationVariables>;\n\n/**\n * __useDeleteVibeMutation__\n *\n * To run a mutation, you first call `useDeleteVibeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteVibeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteVibeMutation, { data, loading, error }] = useDeleteVibeMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteVibeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteVibeMutation, Types.DeleteVibeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteVibeMutation, Types.DeleteVibeMutationVariables>(DeleteVibeDocument, options);\n }\nexport type DeleteVibeMutationHookResult = ReturnType<typeof useDeleteVibeMutation>;\nexport type DeleteVibeMutationResult = Apollo.MutationResult<Types.DeleteVibeMutation>;\nexport type DeleteVibeMutationOptions = Apollo.BaseMutationOptions<Types.DeleteVibeMutation, Types.DeleteVibeMutationVariables>;\nexport const UpdateVibeStatusDocument = gql`\n mutation UpdateVibeStatus($id: ID!, $status: VibeStatus!) {\n updateVibeStatus(id: $id, status: $status) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type UpdateVibeStatusMutationFn = Apollo.MutationFunction<Types.UpdateVibeStatusMutation, Types.UpdateVibeStatusMutationVariables>;\n\n/**\n * __useUpdateVibeStatusMutation__\n *\n * To run a mutation, you first call `useUpdateVibeStatusMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeStatusMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeStatusMutation, { data, loading, error }] = useUpdateVibeStatusMutation({\n * variables: {\n * id: // value for 'id'\n * status: // value for 'status'\n * },\n * });\n */\nexport function useUpdateVibeStatusMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeStatusMutation, Types.UpdateVibeStatusMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeStatusMutation, Types.UpdateVibeStatusMutationVariables>(UpdateVibeStatusDocument, options);\n }\nexport type UpdateVibeStatusMutationHookResult = ReturnType<typeof useUpdateVibeStatusMutation>;\nexport type UpdateVibeStatusMutationResult = Apollo.MutationResult<Types.UpdateVibeStatusMutation>;\nexport type UpdateVibeStatusMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeStatusMutation, Types.UpdateVibeStatusMutationVariables>;\nexport const UpdateVibeGitDocument = gql`\n mutation UpdateVibeGit($id: ID!, $gitBranch: String, $gitRemote: String) {\n updateVibeGit(id: $id, gitBranch: $gitBranch, gitRemote: $gitRemote) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type UpdateVibeGitMutationFn = Apollo.MutationFunction<Types.UpdateVibeGitMutation, Types.UpdateVibeGitMutationVariables>;\n\n/**\n * __useUpdateVibeGitMutation__\n *\n * To run a mutation, you first call `useUpdateVibeGitMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateVibeGitMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateVibeGitMutation, { data, loading, error }] = useUpdateVibeGitMutation({\n * variables: {\n * id: // value for 'id'\n * gitBranch: // value for 'gitBranch'\n * gitRemote: // value for 'gitRemote'\n * },\n * });\n */\nexport function useUpdateVibeGitMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateVibeGitMutation, Types.UpdateVibeGitMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateVibeGitMutation, Types.UpdateVibeGitMutationVariables>(UpdateVibeGitDocument, options);\n }\nexport type UpdateVibeGitMutationHookResult = ReturnType<typeof useUpdateVibeGitMutation>;\nexport type UpdateVibeGitMutationResult = Apollo.MutationResult<Types.UpdateVibeGitMutation>;\nexport type UpdateVibeGitMutationOptions = Apollo.BaseMutationOptions<Types.UpdateVibeGitMutation, Types.UpdateVibeGitMutationVariables>;\nexport const ArchiveVibeDocument = gql`\n mutation ArchiveVibe($id: ID!) {\n archiveVibe(id: $id) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type ArchiveVibeMutationFn = Apollo.MutationFunction<Types.ArchiveVibeMutation, Types.ArchiveVibeMutationVariables>;\n\n/**\n * __useArchiveVibeMutation__\n *\n * To run a mutation, you first call `useArchiveVibeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useArchiveVibeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [archiveVibeMutation, { data, loading, error }] = useArchiveVibeMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useArchiveVibeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveVibeMutation, Types.ArchiveVibeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ArchiveVibeMutation, Types.ArchiveVibeMutationVariables>(ArchiveVibeDocument, options);\n }\nexport type ArchiveVibeMutationHookResult = ReturnType<typeof useArchiveVibeMutation>;\nexport type ArchiveVibeMutationResult = Apollo.MutationResult<Types.ArchiveVibeMutation>;\nexport type ArchiveVibeMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveVibeMutation, Types.ArchiveVibeMutationVariables>;\nexport const RestoreVibeDocument = gql`\n mutation RestoreVibe($id: ID!) {\n restoreVibe(id: $id) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type RestoreVibeMutationFn = Apollo.MutationFunction<Types.RestoreVibeMutation, Types.RestoreVibeMutationVariables>;\n\n/**\n * __useRestoreVibeMutation__\n *\n * To run a mutation, you first call `useRestoreVibeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRestoreVibeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [restoreVibeMutation, { data, loading, error }] = useRestoreVibeMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRestoreVibeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RestoreVibeMutation, Types.RestoreVibeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RestoreVibeMutation, Types.RestoreVibeMutationVariables>(RestoreVibeDocument, options);\n }\nexport type RestoreVibeMutationHookResult = ReturnType<typeof useRestoreVibeMutation>;\nexport type RestoreVibeMutationResult = Apollo.MutationResult<Types.RestoreVibeMutation>;\nexport type RestoreVibeMutationOptions = Apollo.BaseMutationOptions<Types.RestoreVibeMutation, Types.RestoreVibeMutationVariables>;\nexport const MoveVibeDocument = gql`\n mutation MoveVibe($id: ID!, $newParentId: ID) {\n moveVibe(id: $id, newParentId: $newParentId) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\nexport type MoveVibeMutationFn = Apollo.MutationFunction<Types.MoveVibeMutation, Types.MoveVibeMutationVariables>;\n\n/**\n * __useMoveVibeMutation__\n *\n * To run a mutation, you first call `useMoveVibeMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useMoveVibeMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [moveVibeMutation, { data, loading, error }] = useMoveVibeMutation({\n * variables: {\n * id: // value for 'id'\n * newParentId: // value for 'newParentId'\n * },\n * });\n */\nexport function useMoveVibeMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.MoveVibeMutation, Types.MoveVibeMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.MoveVibeMutation, Types.MoveVibeMutationVariables>(MoveVibeDocument, options);\n }\nexport type MoveVibeMutationHookResult = ReturnType<typeof useMoveVibeMutation>;\nexport type MoveVibeMutationResult = Apollo.MutationResult<Types.MoveVibeMutation>;\nexport type MoveVibeMutationOptions = Apollo.BaseMutationOptions<Types.MoveVibeMutation, Types.MoveVibeMutationVariables>;\nexport const CreateWebhookDocument = gql`\n mutation CreateWebhook($input: CreateWebhookInput!) {\n createWebhook(input: $input) {\n ...WebhookFields\n }\n}\n ${WebhookFieldsFragmentDoc}`;\nexport type CreateWebhookMutationFn = Apollo.MutationFunction<Types.CreateWebhookMutation, Types.CreateWebhookMutationVariables>;\n\n/**\n * __useCreateWebhookMutation__\n *\n * To run a mutation, you first call `useCreateWebhookMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWebhookMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [createWebhookMutation, { data, loading, error }] = useCreateWebhookMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWebhookMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWebhookMutation, Types.CreateWebhookMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWebhookMutation, Types.CreateWebhookMutationVariables>(CreateWebhookDocument, options);\n }\nexport type CreateWebhookMutationHookResult = ReturnType<typeof useCreateWebhookMutation>;\nexport type CreateWebhookMutationResult = Apollo.MutationResult<Types.CreateWebhookMutation>;\nexport type CreateWebhookMutationOptions = Apollo.BaseMutationOptions<Types.CreateWebhookMutation, Types.CreateWebhookMutationVariables>;\nexport const UpdateWebhookDocument = gql`\n mutation UpdateWebhook($id: ID!, $input: UpdateWebhookInput!) {\n updateWebhook(id: $id, input: $input) {\n ...WebhookFields\n }\n}\n ${WebhookFieldsFragmentDoc}`;\nexport type UpdateWebhookMutationFn = Apollo.MutationFunction<Types.UpdateWebhookMutation, Types.UpdateWebhookMutationVariables>;\n\n/**\n * __useUpdateWebhookMutation__\n *\n * To run a mutation, you first call `useUpdateWebhookMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWebhookMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [updateWebhookMutation, { data, loading, error }] = useUpdateWebhookMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateWebhookMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWebhookMutation, Types.UpdateWebhookMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWebhookMutation, Types.UpdateWebhookMutationVariables>(UpdateWebhookDocument, options);\n }\nexport type UpdateWebhookMutationHookResult = ReturnType<typeof useUpdateWebhookMutation>;\nexport type UpdateWebhookMutationResult = Apollo.MutationResult<Types.UpdateWebhookMutation>;\nexport type UpdateWebhookMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWebhookMutation, Types.UpdateWebhookMutationVariables>;\nexport const DeleteWebhookDocument = gql`\n mutation DeleteWebhook($id: ID!) {\n deleteWebhook(id: $id)\n}\n `;\nexport type DeleteWebhookMutationFn = Apollo.MutationFunction<Types.DeleteWebhookMutation, Types.DeleteWebhookMutationVariables>;\n\n/**\n * __useDeleteWebhookMutation__\n *\n * To run a mutation, you first call `useDeleteWebhookMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWebhookMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [deleteWebhookMutation, { data, loading, error }] = useDeleteWebhookMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWebhookMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWebhookMutation, Types.DeleteWebhookMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWebhookMutation, Types.DeleteWebhookMutationVariables>(DeleteWebhookDocument, options);\n }\nexport type DeleteWebhookMutationHookResult = ReturnType<typeof useDeleteWebhookMutation>;\nexport type DeleteWebhookMutationResult = Apollo.MutationResult<Types.DeleteWebhookMutation>;\nexport type DeleteWebhookMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWebhookMutation, Types.DeleteWebhookMutationVariables>;\nexport const TestWebhookDocument = gql`\n mutation TestWebhook($id: ID!) {\n testWebhook(id: $id)\n}\n `;\nexport type TestWebhookMutationFn = Apollo.MutationFunction<Types.TestWebhookMutation, Types.TestWebhookMutationVariables>;\n\n/**\n * __useTestWebhookMutation__\n *\n * To run a mutation, you first call `useTestWebhookMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTestWebhookMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [testWebhookMutation, { data, loading, error }] = useTestWebhookMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useTestWebhookMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TestWebhookMutation, Types.TestWebhookMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TestWebhookMutation, Types.TestWebhookMutationVariables>(TestWebhookDocument, options);\n }\nexport type TestWebhookMutationHookResult = ReturnType<typeof useTestWebhookMutation>;\nexport type TestWebhookMutationResult = Apollo.MutationResult<Types.TestWebhookMutation>;\nexport type TestWebhookMutationOptions = Apollo.BaseMutationOptions<Types.TestWebhookMutation, Types.TestWebhookMutationVariables>;\nexport const TriggerWebhookDocument = gql`\n mutation TriggerWebhook($id: ID!, $payload: JSON!) {\n triggerWebhook(id: $id, payload: $payload)\n}\n `;\nexport type TriggerWebhookMutationFn = Apollo.MutationFunction<Types.TriggerWebhookMutation, Types.TriggerWebhookMutationVariables>;\n\n/**\n * __useTriggerWebhookMutation__\n *\n * To run a mutation, you first call `useTriggerWebhookMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTriggerWebhookMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [triggerWebhookMutation, { data, loading, error }] = useTriggerWebhookMutation({\n * variables: {\n * id: // value for 'id'\n * payload: // value for 'payload'\n * },\n * });\n */\nexport function useTriggerWebhookMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TriggerWebhookMutation, Types.TriggerWebhookMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TriggerWebhookMutation, Types.TriggerWebhookMutationVariables>(TriggerWebhookDocument, options);\n }\nexport type TriggerWebhookMutationHookResult = ReturnType<typeof useTriggerWebhookMutation>;\nexport type TriggerWebhookMutationResult = Apollo.MutationResult<Types.TriggerWebhookMutation>;\nexport type TriggerWebhookMutationOptions = Apollo.BaseMutationOptions<Types.TriggerWebhookMutation, Types.TriggerWebhookMutationVariables>;\nexport const ResetWebhookFailuresDocument = gql`\n mutation ResetWebhookFailures($id: ID!) {\n resetWebhookFailures(id: $id) {\n ...WebhookFields\n }\n}\n ${WebhookFieldsFragmentDoc}`;\nexport type ResetWebhookFailuresMutationFn = Apollo.MutationFunction<Types.ResetWebhookFailuresMutation, Types.ResetWebhookFailuresMutationVariables>;\n\n/**\n * __useResetWebhookFailuresMutation__\n *\n * To run a mutation, you first call `useResetWebhookFailuresMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useResetWebhookFailuresMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @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;\n *\n * @example\n * const [resetWebhookFailuresMutation, { data, loading, error }] = useResetWebhookFailuresMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useResetWebhookFailuresMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ResetWebhookFailuresMutation, Types.ResetWebhookFailuresMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ResetWebhookFailuresMutation, Types.ResetWebhookFailuresMutationVariables>(ResetWebhookFailuresDocument, options);\n }\nexport type ResetWebhookFailuresMutationHookResult = ReturnType<typeof useResetWebhookFailuresMutation>;\nexport type ResetWebhookFailuresMutationResult = Apollo.MutationResult<Types.ResetWebhookFailuresMutation>;\nexport type ResetWebhookFailuresMutationOptions = Apollo.BaseMutationOptions<Types.ResetWebhookFailuresMutation, Types.ResetWebhookFailuresMutationVariables>;\nexport const ListActionsDocument = gql`\n query ListActions($filter: ActionFilterInput, $pagination: PaginationInput) {\n actions(filter: $filter, pagination: $pagination) {\n items {\n ...ActionFields\n }\n total\n hasMore\n }\n}\n ${ActionFieldsFragmentDoc}`;\n\n/**\n * __useListActionsQuery__\n *\n * To run a query within a React component, call `useListActionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListActionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListActionsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListActionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListActionsQuery, Types.ListActionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListActionsQuery, Types.ListActionsQueryVariables>(ListActionsDocument, options);\n }\nexport function useListActionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListActionsQuery, Types.ListActionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListActionsQuery, Types.ListActionsQueryVariables>(ListActionsDocument, options);\n }\n// @ts-ignore\nexport function useListActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListActionsQuery, Types.ListActionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListActionsQuery, Types.ListActionsQueryVariables>;\nexport function useListActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListActionsQuery, Types.ListActionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListActionsQuery | undefined, Types.ListActionsQueryVariables>;\nexport function useListActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListActionsQuery, Types.ListActionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListActionsQuery, Types.ListActionsQueryVariables>(ListActionsDocument, options);\n }\nexport type ListActionsQueryHookResult = ReturnType<typeof useListActionsQuery>;\nexport type ListActionsLazyQueryHookResult = ReturnType<typeof useListActionsLazyQuery>;\nexport type ListActionsSuspenseQueryHookResult = ReturnType<typeof useListActionsSuspenseQuery>;\nexport type ListActionsQueryResult = Apollo.QueryResult<Types.ListActionsQuery, Types.ListActionsQueryVariables>;\nexport const GetActionDocument = gql`\n query GetAction($id: ID!) {\n action(id: $id) {\n ...ActionFields\n recentExecutions(limit: 5) {\n ...ActionExecutionFields\n }\n }\n}\n ${ActionFieldsFragmentDoc}\n${ActionExecutionFieldsFragmentDoc}`;\n\n/**\n * __useGetActionQuery__\n *\n * To run a query within a React component, call `useGetActionQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetActionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetActionQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetActionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetActionQuery, Types.GetActionQueryVariables> & ({ variables: Types.GetActionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetActionQuery, Types.GetActionQueryVariables>(GetActionDocument, options);\n }\nexport function useGetActionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetActionQuery, Types.GetActionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetActionQuery, Types.GetActionQueryVariables>(GetActionDocument, options);\n }\n// @ts-ignore\nexport function useGetActionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActionQuery, Types.GetActionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActionQuery, Types.GetActionQueryVariables>;\nexport function useGetActionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActionQuery, Types.GetActionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActionQuery | undefined, Types.GetActionQueryVariables>;\nexport function useGetActionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActionQuery, Types.GetActionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetActionQuery, Types.GetActionQueryVariables>(GetActionDocument, options);\n }\nexport type GetActionQueryHookResult = ReturnType<typeof useGetActionQuery>;\nexport type GetActionLazyQueryHookResult = ReturnType<typeof useGetActionLazyQuery>;\nexport type GetActionSuspenseQueryHookResult = ReturnType<typeof useGetActionSuspenseQuery>;\nexport type GetActionQueryResult = Apollo.QueryResult<Types.GetActionQuery, Types.GetActionQueryVariables>;\nexport const ListActionExecutionsDocument = gql`\n query ListActionExecutions($filter: ActionExecutionFilterInput, $pagination: PaginationInput) {\n actionExecutions(filter: $filter, pagination: $pagination) {\n items {\n ...ActionExecutionFields\n }\n total\n hasMore\n }\n}\n ${ActionExecutionFieldsFragmentDoc}`;\n\n/**\n * __useListActionExecutionsQuery__\n *\n * To run a query within a React component, call `useListActionExecutionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListActionExecutionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListActionExecutionsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListActionExecutionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>(ListActionExecutionsDocument, options);\n }\nexport function useListActionExecutionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>(ListActionExecutionsDocument, options);\n }\n// @ts-ignore\nexport function useListActionExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>;\nexport function useListActionExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListActionExecutionsQuery | undefined, Types.ListActionExecutionsQueryVariables>;\nexport function useListActionExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>(ListActionExecutionsDocument, options);\n }\nexport type ListActionExecutionsQueryHookResult = ReturnType<typeof useListActionExecutionsQuery>;\nexport type ListActionExecutionsLazyQueryHookResult = ReturnType<typeof useListActionExecutionsLazyQuery>;\nexport type ListActionExecutionsSuspenseQueryHookResult = ReturnType<typeof useListActionExecutionsSuspenseQuery>;\nexport type ListActionExecutionsQueryResult = Apollo.QueryResult<Types.ListActionExecutionsQuery, Types.ListActionExecutionsQueryVariables>;\nexport const AgentConnectionConfigDocument = gql`\n query AgentConnectionConfig {\n agentConnectionConfig {\n permissions\n scopes\n }\n}\n `;\n\n/**\n * __useAgentConnectionConfigQuery__\n *\n * To run a query within a React component, call `useAgentConnectionConfigQuery` and pass it any options that fit your needs.\n * When your component renders, `useAgentConnectionConfigQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useAgentConnectionConfigQuery({\n * variables: {\n * },\n * });\n */\nexport function useAgentConnectionConfigQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>(AgentConnectionConfigDocument, options);\n }\nexport function useAgentConnectionConfigLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>(AgentConnectionConfigDocument, options);\n }\n// @ts-ignore\nexport function useAgentConnectionConfigSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>;\nexport function useAgentConnectionConfigSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AgentConnectionConfigQuery | undefined, Types.AgentConnectionConfigQueryVariables>;\nexport function useAgentConnectionConfigSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>(AgentConnectionConfigDocument, options);\n }\nexport type AgentConnectionConfigQueryHookResult = ReturnType<typeof useAgentConnectionConfigQuery>;\nexport type AgentConnectionConfigLazyQueryHookResult = ReturnType<typeof useAgentConnectionConfigLazyQuery>;\nexport type AgentConnectionConfigSuspenseQueryHookResult = ReturnType<typeof useAgentConnectionConfigSuspenseQuery>;\nexport type AgentConnectionConfigQueryResult = Apollo.QueryResult<Types.AgentConnectionConfigQuery, Types.AgentConnectionConfigQueryVariables>;\nexport const GetInstallAgentJobStatusDocument = gql`\n query GetInstallAgentJobStatus($targetId: ID!, $jobId: ID!) {\n installAgentJobStatus(targetId: $targetId, jobId: $jobId) {\n jobId\n status\n currentStep\n steps\n result\n error\n }\n}\n `;\n\n/**\n * __useGetInstallAgentJobStatusQuery__\n *\n * To run a query within a React component, call `useGetInstallAgentJobStatusQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetInstallAgentJobStatusQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetInstallAgentJobStatusQuery({\n * variables: {\n * targetId: // value for 'targetId'\n * jobId: // value for 'jobId'\n * },\n * });\n */\nexport function useGetInstallAgentJobStatusQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables> & ({ variables: Types.GetInstallAgentJobStatusQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>(GetInstallAgentJobStatusDocument, options);\n }\nexport function useGetInstallAgentJobStatusLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>(GetInstallAgentJobStatusDocument, options);\n }\n// @ts-ignore\nexport function useGetInstallAgentJobStatusSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>;\nexport function useGetInstallAgentJobStatusSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetInstallAgentJobStatusQuery | undefined, Types.GetInstallAgentJobStatusQueryVariables>;\nexport function useGetInstallAgentJobStatusSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>(GetInstallAgentJobStatusDocument, options);\n }\nexport type GetInstallAgentJobStatusQueryHookResult = ReturnType<typeof useGetInstallAgentJobStatusQuery>;\nexport type GetInstallAgentJobStatusLazyQueryHookResult = ReturnType<typeof useGetInstallAgentJobStatusLazyQuery>;\nexport type GetInstallAgentJobStatusSuspenseQueryHookResult = ReturnType<typeof useGetInstallAgentJobStatusSuspenseQuery>;\nexport type GetInstallAgentJobStatusQueryResult = Apollo.QueryResult<Types.GetInstallAgentJobStatusQuery, Types.GetInstallAgentJobStatusQueryVariables>;\nexport const ListAgentsDocument = gql`\n query ListAgents($filter: VibecontrolsAgentFilterInput, $pagination: PaginationInput) {\n vibecontrolsAgents(filter: $filter, pagination: $pagination) {\n ...AgentFields\n }\n}\n ${AgentFieldsFragmentDoc}`;\n\n/**\n * __useListAgentsQuery__\n *\n * To run a query within a React component, call `useListAgentsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListAgentsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListAgentsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListAgentsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>(ListAgentsDocument, options);\n }\nexport function useListAgentsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>(ListAgentsDocument, options);\n }\n// @ts-ignore\nexport function useListAgentsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>;\nexport function useListAgentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListAgentsQuery | undefined, Types.ListAgentsQueryVariables>;\nexport function useListAgentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>(ListAgentsDocument, options);\n }\nexport type ListAgentsQueryHookResult = ReturnType<typeof useListAgentsQuery>;\nexport type ListAgentsLazyQueryHookResult = ReturnType<typeof useListAgentsLazyQuery>;\nexport type ListAgentsSuspenseQueryHookResult = ReturnType<typeof useListAgentsSuspenseQuery>;\nexport type ListAgentsQueryResult = Apollo.QueryResult<Types.ListAgentsQuery, Types.ListAgentsQueryVariables>;\nexport const GetAgentDocument = gql`\n query GetAgent($id: ID!) {\n vibecontrolsAgent(id: $id) {\n ...AgentFields\n sessions {\n id\n name\n status\n type\n }\n vibes {\n id\n name\n status\n type\n }\n }\n}\n ${AgentFieldsFragmentDoc}`;\n\n/**\n * __useGetAgentQuery__\n *\n * To run a query within a React component, call `useGetAgentQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetAgentQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetAgentQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetAgentQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetAgentQuery, Types.GetAgentQueryVariables> & ({ variables: Types.GetAgentQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetAgentQuery, Types.GetAgentQueryVariables>(GetAgentDocument, options);\n }\nexport function useGetAgentLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetAgentQuery, Types.GetAgentQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetAgentQuery, Types.GetAgentQueryVariables>(GetAgentDocument, options);\n }\n// @ts-ignore\nexport function useGetAgentSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetAgentQuery, Types.GetAgentQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetAgentQuery, Types.GetAgentQueryVariables>;\nexport function useGetAgentSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetAgentQuery, Types.GetAgentQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetAgentQuery | undefined, Types.GetAgentQueryVariables>;\nexport function useGetAgentSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetAgentQuery, Types.GetAgentQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetAgentQuery, Types.GetAgentQueryVariables>(GetAgentDocument, options);\n }\nexport type GetAgentQueryHookResult = ReturnType<typeof useGetAgentQuery>;\nexport type GetAgentLazyQueryHookResult = ReturnType<typeof useGetAgentLazyQuery>;\nexport type GetAgentSuspenseQueryHookResult = ReturnType<typeof useGetAgentSuspenseQuery>;\nexport type GetAgentQueryResult = Apollo.QueryResult<Types.GetAgentQuery, Types.GetAgentQueryVariables>;\nexport const ProbeAgentTunnelDocument = gql`\n query ProbeAgentTunnel($url: String!, $agentApiKey: String) {\n probeAgentTunnel(url: $url, agentApiKey: $agentApiKey) {\n healthOk\n healthStatus\n agentVersion\n uptime\n healthError\n identityOk\n hostname\n platform\n architecture\n identityError\n }\n}\n `;\n\n/**\n * __useProbeAgentTunnelQuery__\n *\n * To run a query within a React component, call `useProbeAgentTunnelQuery` and pass it any options that fit your needs.\n * When your component renders, `useProbeAgentTunnelQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useProbeAgentTunnelQuery({\n * variables: {\n * url: // value for 'url'\n * agentApiKey: // value for 'agentApiKey'\n * },\n * });\n */\nexport function useProbeAgentTunnelQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables> & ({ variables: Types.ProbeAgentTunnelQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>(ProbeAgentTunnelDocument, options);\n }\nexport function useProbeAgentTunnelLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>(ProbeAgentTunnelDocument, options);\n }\n// @ts-ignore\nexport function useProbeAgentTunnelSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>;\nexport function useProbeAgentTunnelSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProbeAgentTunnelQuery | undefined, Types.ProbeAgentTunnelQueryVariables>;\nexport function useProbeAgentTunnelSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>(ProbeAgentTunnelDocument, options);\n }\nexport type ProbeAgentTunnelQueryHookResult = ReturnType<typeof useProbeAgentTunnelQuery>;\nexport type ProbeAgentTunnelLazyQueryHookResult = ReturnType<typeof useProbeAgentTunnelLazyQuery>;\nexport type ProbeAgentTunnelSuspenseQueryHookResult = ReturnType<typeof useProbeAgentTunnelSuspenseQuery>;\nexport type ProbeAgentTunnelQueryResult = Apollo.QueryResult<Types.ProbeAgentTunnelQuery, Types.ProbeAgentTunnelQueryVariables>;\nexport const ProbeAgentConnectionDocument = gql`\n query ProbeAgentConnection($id: ID!) {\n probeAgentConnection(id: $id) {\n healthOk\n healthStatus\n agentVersion\n uptime\n healthError\n identityOk\n hostname\n platform\n architecture\n identityError\n }\n}\n `;\n\n/**\n * __useProbeAgentConnectionQuery__\n *\n * To run a query within a React component, call `useProbeAgentConnectionQuery` and pass it any options that fit your needs.\n * When your component renders, `useProbeAgentConnectionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useProbeAgentConnectionQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useProbeAgentConnectionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables> & ({ variables: Types.ProbeAgentConnectionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>(ProbeAgentConnectionDocument, options);\n }\nexport function useProbeAgentConnectionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>(ProbeAgentConnectionDocument, options);\n }\n// @ts-ignore\nexport function useProbeAgentConnectionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>;\nexport function useProbeAgentConnectionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProbeAgentConnectionQuery | undefined, Types.ProbeAgentConnectionQueryVariables>;\nexport function useProbeAgentConnectionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>(ProbeAgentConnectionDocument, options);\n }\nexport type ProbeAgentConnectionQueryHookResult = ReturnType<typeof useProbeAgentConnectionQuery>;\nexport type ProbeAgentConnectionLazyQueryHookResult = ReturnType<typeof useProbeAgentConnectionLazyQuery>;\nexport type ProbeAgentConnectionSuspenseQueryHookResult = ReturnType<typeof useProbeAgentConnectionSuspenseQuery>;\nexport type ProbeAgentConnectionQueryResult = Apollo.QueryResult<Types.ProbeAgentConnectionQuery, Types.ProbeAgentConnectionQueryVariables>;\nexport const AgentPluginsDocument = gql`\n query AgentPlugins($agentId: ID!) {\n agentPlugins(agentId: $agentId) {\n installed {\n packageName\n pluginName\n version\n installedAt\n loaded\n description\n hasCliSetup\n hasServerStart\n hasServerStop\n }\n available {\n packageName\n name\n description\n version\n tags\n installed\n }\n error\n }\n}\n `;\n\n/**\n * __useAgentPluginsQuery__\n *\n * To run a query within a React component, call `useAgentPluginsQuery` and pass it any options that fit your needs.\n * When your component renders, `useAgentPluginsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useAgentPluginsQuery({\n * variables: {\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useAgentPluginsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables> & ({ variables: Types.AgentPluginsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>(AgentPluginsDocument, options);\n }\nexport function useAgentPluginsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>(AgentPluginsDocument, options);\n }\n// @ts-ignore\nexport function useAgentPluginsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>;\nexport function useAgentPluginsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AgentPluginsQuery | undefined, Types.AgentPluginsQueryVariables>;\nexport function useAgentPluginsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>(AgentPluginsDocument, options);\n }\nexport type AgentPluginsQueryHookResult = ReturnType<typeof useAgentPluginsQuery>;\nexport type AgentPluginsLazyQueryHookResult = ReturnType<typeof useAgentPluginsLazyQuery>;\nexport type AgentPluginsSuspenseQueryHookResult = ReturnType<typeof useAgentPluginsSuspenseQuery>;\nexport type AgentPluginsQueryResult = Apollo.QueryResult<Types.AgentPluginsQuery, Types.AgentPluginsQueryVariables>;\nexport const VibecontrolsAgentHealthProbesDocument = gql`\n query VibecontrolsAgentHealthProbes {\n vibecontrolsAgentHealthProbes {\n agentId\n agentName\n healthy\n tunnelUrl\n agentVersion\n uptime\n errorMessage\n }\n}\n `;\n\n/**\n * __useVibecontrolsAgentHealthProbesQuery__\n *\n * To run a query within a React component, call `useVibecontrolsAgentHealthProbesQuery` and pass it any options that fit your needs.\n * When your component renders, `useVibecontrolsAgentHealthProbesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useVibecontrolsAgentHealthProbesQuery({\n * variables: {\n * },\n * });\n */\nexport function useVibecontrolsAgentHealthProbesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>(VibecontrolsAgentHealthProbesDocument, options);\n }\nexport function useVibecontrolsAgentHealthProbesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>(VibecontrolsAgentHealthProbesDocument, options);\n }\n// @ts-ignore\nexport function useVibecontrolsAgentHealthProbesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>;\nexport function useVibecontrolsAgentHealthProbesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibecontrolsAgentHealthProbesQuery | undefined, Types.VibecontrolsAgentHealthProbesQueryVariables>;\nexport function useVibecontrolsAgentHealthProbesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>(VibecontrolsAgentHealthProbesDocument, options);\n }\nexport type VibecontrolsAgentHealthProbesQueryHookResult = ReturnType<typeof useVibecontrolsAgentHealthProbesQuery>;\nexport type VibecontrolsAgentHealthProbesLazyQueryHookResult = ReturnType<typeof useVibecontrolsAgentHealthProbesLazyQuery>;\nexport type VibecontrolsAgentHealthProbesSuspenseQueryHookResult = ReturnType<typeof useVibecontrolsAgentHealthProbesSuspenseQuery>;\nexport type VibecontrolsAgentHealthProbesQueryResult = Apollo.QueryResult<Types.VibecontrolsAgentHealthProbesQuery, Types.VibecontrolsAgentHealthProbesQueryVariables>;\nexport const VibecontrolsAnalyticsDocument = gql`\n query VibecontrolsAnalytics($input: VibecontrolsAnalyticsInput!) {\n vibecontrolsAnalytics(input: $input) {\n agents {\n total\n active\n inactive\n byPlatform {\n key\n count\n }\n byArchitecture {\n key\n count\n }\n staleHeartbeatCount\n createdOverTime {\n timestamp\n value\n }\n }\n targets {\n total\n byType {\n key\n count\n }\n byStatus {\n key\n count\n }\n connectionCount\n }\n sessions {\n total\n active\n byType {\n key\n count\n }\n byStatus {\n key\n count\n }\n avgDurationMs\n totalCollaborators\n totalShares\n totalShareLinks\n createdOverTime {\n timestamp\n value\n }\n }\n vibes {\n total\n byType {\n key\n count\n }\n byStatus {\n key\n count\n }\n withAgent\n withoutAgent\n createdOverTime {\n timestamp\n value\n }\n }\n actions {\n total\n byActionType {\n key\n count\n }\n byTriggerType {\n key\n count\n }\n bySourceType {\n key\n count\n }\n totalExecutions\n executionsByStatus {\n key\n count\n }\n successRate\n avgDurationMs\n executionsOverTime {\n timestamp\n value\n }\n }\n webhooks {\n total\n active\n inactive\n totalDeliveries\n totalFailures\n deliverySuccessRate\n }\n aiEvents {\n total\n bySource {\n key\n count\n }\n byEventType {\n key\n count\n }\n eventsOverTime {\n timestamp\n value\n }\n }\n vibeDecks {\n totalDecks\n totalButtons\n buttonsByActionType {\n key\n count\n }\n }\n audit {\n total\n byAction {\n key\n count\n }\n byResourceType {\n key\n count\n }\n byStatus {\n key\n count\n }\n eventsOverTime {\n timestamp\n value\n }\n }\n docs {\n totalSites\n totalPages\n pagesByStatus {\n key\n count\n }\n totalRevisions\n revisionsByStatus {\n key\n count\n }\n buildSuccessRate\n totalBuildImages\n }\n notes {\n total\n pinned\n unpinned\n createdOverTime {\n timestamp\n value\n }\n }\n configurations {\n total\n byScope {\n key\n count\n }\n secretCount\n }\n executionTimeMs\n cached\n }\n}\n `;\n\n/**\n * __useVibecontrolsAnalyticsQuery__\n *\n * To run a query within a React component, call `useVibecontrolsAnalyticsQuery` and pass it any options that fit your needs.\n * When your component renders, `useVibecontrolsAnalyticsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useVibecontrolsAnalyticsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useVibecontrolsAnalyticsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables> & ({ variables: Types.VibecontrolsAnalyticsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>(VibecontrolsAnalyticsDocument, options);\n }\nexport function useVibecontrolsAnalyticsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>(VibecontrolsAnalyticsDocument, options);\n }\n// @ts-ignore\nexport function useVibecontrolsAnalyticsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>;\nexport function useVibecontrolsAnalyticsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibecontrolsAnalyticsQuery | undefined, Types.VibecontrolsAnalyticsQueryVariables>;\nexport function useVibecontrolsAnalyticsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>(VibecontrolsAnalyticsDocument, options);\n }\nexport type VibecontrolsAnalyticsQueryHookResult = ReturnType<typeof useVibecontrolsAnalyticsQuery>;\nexport type VibecontrolsAnalyticsLazyQueryHookResult = ReturnType<typeof useVibecontrolsAnalyticsLazyQuery>;\nexport type VibecontrolsAnalyticsSuspenseQueryHookResult = ReturnType<typeof useVibecontrolsAnalyticsSuspenseQuery>;\nexport type VibecontrolsAnalyticsQueryResult = Apollo.QueryResult<Types.VibecontrolsAnalyticsQuery, Types.VibecontrolsAnalyticsQueryVariables>;\nexport const ListVibeAuditLogsDocument = gql`\n query ListVibeAuditLogs($filter: VibeAuditLogFilterInput, $pagination: PaginationInput) {\n vibeAuditLogs(filter: $filter, pagination: $pagination) {\n items {\n ...VibeAuditLogFields\n }\n total\n hasMore\n }\n}\n ${VibeAuditLogFieldsFragmentDoc}`;\n\n/**\n * __useListVibeAuditLogsQuery__\n *\n * To run a query within a React component, call `useListVibeAuditLogsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibeAuditLogsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibeAuditLogsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListVibeAuditLogsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>(ListVibeAuditLogsDocument, options);\n }\nexport function useListVibeAuditLogsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>(ListVibeAuditLogsDocument, options);\n }\n// @ts-ignore\nexport function useListVibeAuditLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>;\nexport function useListVibeAuditLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeAuditLogsQuery | undefined, Types.ListVibeAuditLogsQueryVariables>;\nexport function useListVibeAuditLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>(ListVibeAuditLogsDocument, options);\n }\nexport type ListVibeAuditLogsQueryHookResult = ReturnType<typeof useListVibeAuditLogsQuery>;\nexport type ListVibeAuditLogsLazyQueryHookResult = ReturnType<typeof useListVibeAuditLogsLazyQuery>;\nexport type ListVibeAuditLogsSuspenseQueryHookResult = ReturnType<typeof useListVibeAuditLogsSuspenseQuery>;\nexport type ListVibeAuditLogsQueryResult = Apollo.QueryResult<Types.ListVibeAuditLogsQuery, Types.ListVibeAuditLogsQueryVariables>;\nexport const GetVibeAuditLogDocument = gql`\n query GetVibeAuditLog($id: ID!) {\n vibeAuditLog(id: $id) {\n ...VibeAuditLogDetail\n }\n}\n ${VibeAuditLogDetailFragmentDoc}`;\n\n/**\n * __useGetVibeAuditLogQuery__\n *\n * To run a query within a React component, call `useGetVibeAuditLogQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeAuditLogQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeAuditLogQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetVibeAuditLogQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables> & ({ variables: Types.GetVibeAuditLogQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>(GetVibeAuditLogDocument, options);\n }\nexport function useGetVibeAuditLogLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>(GetVibeAuditLogDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeAuditLogSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>;\nexport function useGetVibeAuditLogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeAuditLogQuery | undefined, Types.GetVibeAuditLogQueryVariables>;\nexport function useGetVibeAuditLogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>(GetVibeAuditLogDocument, options);\n }\nexport type GetVibeAuditLogQueryHookResult = ReturnType<typeof useGetVibeAuditLogQuery>;\nexport type GetVibeAuditLogLazyQueryHookResult = ReturnType<typeof useGetVibeAuditLogLazyQuery>;\nexport type GetVibeAuditLogSuspenseQueryHookResult = ReturnType<typeof useGetVibeAuditLogSuspenseQuery>;\nexport type GetVibeAuditLogQueryResult = Apollo.QueryResult<Types.GetVibeAuditLogQuery, Types.GetVibeAuditLogQueryVariables>;\nexport const GetVibeAuditLogStatsDocument = gql`\n query GetVibeAuditLogStats($filter: VibeAuditLogFilterInput) {\n vibeAuditLogStats(filter: $filter) {\n totalLogs\n logsByAction {\n action\n count\n }\n logsByResourceType {\n resourceType\n count\n }\n logsByStatus {\n status\n count\n }\n logsByDay {\n date\n count\n }\n topActors {\n actorId\n count\n }\n retentionPolicy {\n tier\n retentionDays\n nextCleanup\n }\n }\n}\n `;\n\n/**\n * __useGetVibeAuditLogStatsQuery__\n *\n * To run a query within a React component, call `useGetVibeAuditLogStatsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeAuditLogStatsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeAuditLogStatsQuery({\n * variables: {\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useGetVibeAuditLogStatsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>(GetVibeAuditLogStatsDocument, options);\n }\nexport function useGetVibeAuditLogStatsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>(GetVibeAuditLogStatsDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeAuditLogStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>;\nexport function useGetVibeAuditLogStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeAuditLogStatsQuery | undefined, Types.GetVibeAuditLogStatsQueryVariables>;\nexport function useGetVibeAuditLogStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>(GetVibeAuditLogStatsDocument, options);\n }\nexport type GetVibeAuditLogStatsQueryHookResult = ReturnType<typeof useGetVibeAuditLogStatsQuery>;\nexport type GetVibeAuditLogStatsLazyQueryHookResult = ReturnType<typeof useGetVibeAuditLogStatsLazyQuery>;\nexport type GetVibeAuditLogStatsSuspenseQueryHookResult = ReturnType<typeof useGetVibeAuditLogStatsSuspenseQuery>;\nexport type GetVibeAuditLogStatsQueryResult = Apollo.QueryResult<Types.GetVibeAuditLogStatsQuery, Types.GetVibeAuditLogStatsQueryVariables>;\nexport const VibeAuditDashboardDocument = gql`\n query VibeAuditDashboard($filter: VibeAuditLogFilterInput, $pagination: PaginationInput) {\n vibeAuditLogs(filter: $filter, pagination: $pagination) {\n items {\n ...VibeAuditLogFields\n }\n total\n hasMore\n }\n vibeAuditLogStats(filter: $filter) {\n totalLogs\n logsByAction {\n action\n count\n }\n logsByResourceType {\n resourceType\n count\n }\n logsByStatus {\n status\n count\n }\n logsByDay {\n date\n count\n }\n topActors {\n actorId\n count\n }\n retentionPolicy {\n tier\n retentionDays\n nextCleanup\n }\n }\n}\n ${VibeAuditLogFieldsFragmentDoc}`;\n\n/**\n * __useVibeAuditDashboardQuery__\n *\n * To run a query within a React component, call `useVibeAuditDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useVibeAuditDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useVibeAuditDashboardQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useVibeAuditDashboardQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>(VibeAuditDashboardDocument, options);\n }\nexport function useVibeAuditDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>(VibeAuditDashboardDocument, options);\n }\n// @ts-ignore\nexport function useVibeAuditDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>;\nexport function useVibeAuditDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibeAuditDashboardQuery | undefined, Types.VibeAuditDashboardQueryVariables>;\nexport function useVibeAuditDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>(VibeAuditDashboardDocument, options);\n }\nexport type VibeAuditDashboardQueryHookResult = ReturnType<typeof useVibeAuditDashboardQuery>;\nexport type VibeAuditDashboardLazyQueryHookResult = ReturnType<typeof useVibeAuditDashboardLazyQuery>;\nexport type VibeAuditDashboardSuspenseQueryHookResult = ReturnType<typeof useVibeAuditDashboardSuspenseQuery>;\nexport type VibeAuditDashboardQueryResult = Apollo.QueryResult<Types.VibeAuditDashboardQuery, Types.VibeAuditDashboardQueryVariables>;\nexport const ListCatalogsDocument = gql`\n query ListCatalogs($filter: CatalogFilterInput, $pagination: PaginationInput) {\n vibecontrolsCatalogs(filter: $filter, pagination: $pagination) {\n items {\n ...CatalogFields\n }\n total\n hasMore\n }\n}\n ${CatalogFieldsFragmentDoc}`;\n\n/**\n * __useListCatalogsQuery__\n *\n * To run a query within a React component, call `useListCatalogsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListCatalogsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListCatalogsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListCatalogsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>(ListCatalogsDocument, options);\n }\nexport function useListCatalogsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>(ListCatalogsDocument, options);\n }\n// @ts-ignore\nexport function useListCatalogsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>;\nexport function useListCatalogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListCatalogsQuery | undefined, Types.ListCatalogsQueryVariables>;\nexport function useListCatalogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>(ListCatalogsDocument, options);\n }\nexport type ListCatalogsQueryHookResult = ReturnType<typeof useListCatalogsQuery>;\nexport type ListCatalogsLazyQueryHookResult = ReturnType<typeof useListCatalogsLazyQuery>;\nexport type ListCatalogsSuspenseQueryHookResult = ReturnType<typeof useListCatalogsSuspenseQuery>;\nexport type ListCatalogsQueryResult = Apollo.QueryResult<Types.ListCatalogsQuery, Types.ListCatalogsQueryVariables>;\nexport const GetCatalogDocument = gql`\n query GetCatalog($id: ID!) {\n vibecontrolsCatalog(id: $id) {\n ...CatalogFields\n components {\n id\n component {\n ...ComponentFields\n }\n addedAt\n addedBy\n }\n vibes {\n id\n vibe {\n id\n name\n type\n status\n }\n addedAt\n addedBy\n }\n }\n}\n ${CatalogFieldsFragmentDoc}\n${ComponentFieldsFragmentDoc}`;\n\n/**\n * __useGetCatalogQuery__\n *\n * To run a query within a React component, call `useGetCatalogQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCatalogQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetCatalogQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetCatalogQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetCatalogQuery, Types.GetCatalogQueryVariables> & ({ variables: Types.GetCatalogQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>(GetCatalogDocument, options);\n }\nexport function useGetCatalogLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>(GetCatalogDocument, options);\n }\n// @ts-ignore\nexport function useGetCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>;\nexport function useGetCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCatalogQuery | undefined, Types.GetCatalogQueryVariables>;\nexport function useGetCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>(GetCatalogDocument, options);\n }\nexport type GetCatalogQueryHookResult = ReturnType<typeof useGetCatalogQuery>;\nexport type GetCatalogLazyQueryHookResult = ReturnType<typeof useGetCatalogLazyQuery>;\nexport type GetCatalogSuspenseQueryHookResult = ReturnType<typeof useGetCatalogSuspenseQuery>;\nexport type GetCatalogQueryResult = Apollo.QueryResult<Types.GetCatalogQuery, Types.GetCatalogQueryVariables>;\nexport const GetCatalogDependencyGraphDocument = gql`\n query GetCatalogDependencyGraph($catalogId: ID!) {\n vibecontrolsCatalogDependencyGraph(catalogId: $catalogId) {\n nodes {\n id\n name\n type\n version\n }\n edges {\n source\n target\n dependencyType\n version\n }\n }\n}\n `;\n\n/**\n * __useGetCatalogDependencyGraphQuery__\n *\n * To run a query within a React component, call `useGetCatalogDependencyGraphQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCatalogDependencyGraphQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetCatalogDependencyGraphQuery({\n * variables: {\n * catalogId: // value for 'catalogId'\n * },\n * });\n */\nexport function useGetCatalogDependencyGraphQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables> & ({ variables: Types.GetCatalogDependencyGraphQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>(GetCatalogDependencyGraphDocument, options);\n }\nexport function useGetCatalogDependencyGraphLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>(GetCatalogDependencyGraphDocument, options);\n }\n// @ts-ignore\nexport function useGetCatalogDependencyGraphSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>;\nexport function useGetCatalogDependencyGraphSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCatalogDependencyGraphQuery | undefined, Types.GetCatalogDependencyGraphQueryVariables>;\nexport function useGetCatalogDependencyGraphSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>(GetCatalogDependencyGraphDocument, options);\n }\nexport type GetCatalogDependencyGraphQueryHookResult = ReturnType<typeof useGetCatalogDependencyGraphQuery>;\nexport type GetCatalogDependencyGraphLazyQueryHookResult = ReturnType<typeof useGetCatalogDependencyGraphLazyQuery>;\nexport type GetCatalogDependencyGraphSuspenseQueryHookResult = ReturnType<typeof useGetCatalogDependencyGraphSuspenseQuery>;\nexport type GetCatalogDependencyGraphQueryResult = Apollo.QueryResult<Types.GetCatalogDependencyGraphQuery, Types.GetCatalogDependencyGraphQueryVariables>;\nexport const GetCatalogSbomDocument = gql`\n query GetCatalogSBOM($catalogId: ID!) {\n vibecontrolsCatalogSBOM(catalogId: $catalogId) {\n format\n components {\n name\n version\n type\n license\n purl\n supplier\n }\n totalCount\n generatedAt\n }\n}\n `;\n\n/**\n * __useGetCatalogSbomQuery__\n *\n * To run a query within a React component, call `useGetCatalogSbomQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCatalogSbomQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetCatalogSbomQuery({\n * variables: {\n * catalogId: // value for 'catalogId'\n * },\n * });\n */\nexport function useGetCatalogSbomQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables> & ({ variables: Types.GetCatalogSbomQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>(GetCatalogSbomDocument, options);\n }\nexport function useGetCatalogSbomLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>(GetCatalogSbomDocument, options);\n }\n// @ts-ignore\nexport function useGetCatalogSbomSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>;\nexport function useGetCatalogSbomSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCatalogSbomQuery | undefined, Types.GetCatalogSbomQueryVariables>;\nexport function useGetCatalogSbomSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>(GetCatalogSbomDocument, options);\n }\nexport type GetCatalogSbomQueryHookResult = ReturnType<typeof useGetCatalogSbomQuery>;\nexport type GetCatalogSbomLazyQueryHookResult = ReturnType<typeof useGetCatalogSbomLazyQuery>;\nexport type GetCatalogSbomSuspenseQueryHookResult = ReturnType<typeof useGetCatalogSbomSuspenseQuery>;\nexport type GetCatalogSbomQueryResult = Apollo.QueryResult<Types.GetCatalogSbomQuery, Types.GetCatalogSbomQueryVariables>;\nexport const ListComponentsDocument = gql`\n query ListComponents($filter: ComponentFilterInput, $pagination: PaginationInput) {\n vibecontrolsComponents(filter: $filter, pagination: $pagination) {\n items {\n ...ComponentFields\n }\n total\n hasMore\n }\n}\n ${ComponentFieldsFragmentDoc}`;\n\n/**\n * __useListComponentsQuery__\n *\n * To run a query within a React component, call `useListComponentsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListComponentsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListComponentsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListComponentsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>(ListComponentsDocument, options);\n }\nexport function useListComponentsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>(ListComponentsDocument, options);\n }\n// @ts-ignore\nexport function useListComponentsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>;\nexport function useListComponentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListComponentsQuery | undefined, Types.ListComponentsQueryVariables>;\nexport function useListComponentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>(ListComponentsDocument, options);\n }\nexport type ListComponentsQueryHookResult = ReturnType<typeof useListComponentsQuery>;\nexport type ListComponentsLazyQueryHookResult = ReturnType<typeof useListComponentsLazyQuery>;\nexport type ListComponentsSuspenseQueryHookResult = ReturnType<typeof useListComponentsSuspenseQuery>;\nexport type ListComponentsQueryResult = Apollo.QueryResult<Types.ListComponentsQuery, Types.ListComponentsQueryVariables>;\nexport const GetComponentDocument = gql`\n query GetComponent($id: ID!) {\n vibecontrolsComponent(id: $id) {\n ...ComponentFields\n sbomData\n catalogs {\n id\n catalog {\n id\n name\n }\n addedAt\n }\n templates {\n ...TemplateFields\n }\n }\n}\n ${ComponentFieldsFragmentDoc}\n${TemplateFieldsFragmentDoc}`;\n\n/**\n * __useGetComponentQuery__\n *\n * To run a query within a React component, call `useGetComponentQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetComponentQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetComponentQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetComponentQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetComponentQuery, Types.GetComponentQueryVariables> & ({ variables: Types.GetComponentQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetComponentQuery, Types.GetComponentQueryVariables>(GetComponentDocument, options);\n }\nexport function useGetComponentLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetComponentQuery, Types.GetComponentQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetComponentQuery, Types.GetComponentQueryVariables>(GetComponentDocument, options);\n }\n// @ts-ignore\nexport function useGetComponentSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetComponentQuery, Types.GetComponentQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetComponentQuery, Types.GetComponentQueryVariables>;\nexport function useGetComponentSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetComponentQuery, Types.GetComponentQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetComponentQuery | undefined, Types.GetComponentQueryVariables>;\nexport function useGetComponentSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetComponentQuery, Types.GetComponentQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetComponentQuery, Types.GetComponentQueryVariables>(GetComponentDocument, options);\n }\nexport type GetComponentQueryHookResult = ReturnType<typeof useGetComponentQuery>;\nexport type GetComponentLazyQueryHookResult = ReturnType<typeof useGetComponentLazyQuery>;\nexport type GetComponentSuspenseQueryHookResult = ReturnType<typeof useGetComponentSuspenseQuery>;\nexport type GetComponentQueryResult = Apollo.QueryResult<Types.GetComponentQuery, Types.GetComponentQueryVariables>;\nexport const ListConfigurationsDocument = gql`\n query ListConfigurations($filter: ConfigurationFilterInput!, $pagination: PaginationInput) {\n configurations(filter: $filter, pagination: $pagination) {\n items {\n ...ConfigurationFields\n }\n total\n hasMore\n }\n}\n ${ConfigurationFieldsFragmentDoc}`;\n\n/**\n * __useListConfigurationsQuery__\n *\n * To run a query within a React component, call `useListConfigurationsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListConfigurationsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListConfigurationsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListConfigurationsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables> & ({ variables: Types.ListConfigurationsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>(ListConfigurationsDocument, options);\n }\nexport function useListConfigurationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>(ListConfigurationsDocument, options);\n }\n// @ts-ignore\nexport function useListConfigurationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>;\nexport function useListConfigurationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListConfigurationsQuery | undefined, Types.ListConfigurationsQueryVariables>;\nexport function useListConfigurationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>(ListConfigurationsDocument, options);\n }\nexport type ListConfigurationsQueryHookResult = ReturnType<typeof useListConfigurationsQuery>;\nexport type ListConfigurationsLazyQueryHookResult = ReturnType<typeof useListConfigurationsLazyQuery>;\nexport type ListConfigurationsSuspenseQueryHookResult = ReturnType<typeof useListConfigurationsSuspenseQuery>;\nexport type ListConfigurationsQueryResult = Apollo.QueryResult<Types.ListConfigurationsQuery, Types.ListConfigurationsQueryVariables>;\nexport const GetConfigurationDocument = gql`\n query GetConfiguration($scope: ConfigScope!, $scopeId: ID, $key: String!) {\n configuration(scope: $scope, scopeId: $scopeId, key: $key) {\n ...ConfigurationFields\n }\n}\n ${ConfigurationFieldsFragmentDoc}`;\n\n/**\n * __useGetConfigurationQuery__\n *\n * To run a query within a React component, call `useGetConfigurationQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetConfigurationQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetConfigurationQuery({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * key: // value for 'key'\n * },\n * });\n */\nexport function useGetConfigurationQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables> & ({ variables: Types.GetConfigurationQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>(GetConfigurationDocument, options);\n }\nexport function useGetConfigurationLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>(GetConfigurationDocument, options);\n }\n// @ts-ignore\nexport function useGetConfigurationSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>;\nexport function useGetConfigurationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetConfigurationQuery | undefined, Types.GetConfigurationQueryVariables>;\nexport function useGetConfigurationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>(GetConfigurationDocument, options);\n }\nexport type GetConfigurationQueryHookResult = ReturnType<typeof useGetConfigurationQuery>;\nexport type GetConfigurationLazyQueryHookResult = ReturnType<typeof useGetConfigurationLazyQuery>;\nexport type GetConfigurationSuspenseQueryHookResult = ReturnType<typeof useGetConfigurationSuspenseQuery>;\nexport type GetConfigurationQueryResult = Apollo.QueryResult<Types.GetConfigurationQuery, Types.GetConfigurationQueryVariables>;\nexport const GetConfigurationValueDocument = gql`\n query GetConfigurationValue($scope: ConfigScope!, $scopeId: ID, $key: String!) {\n configurationValue(scope: $scope, scopeId: $scopeId, key: $key)\n}\n `;\n\n/**\n * __useGetConfigurationValueQuery__\n *\n * To run a query within a React component, call `useGetConfigurationValueQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetConfigurationValueQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetConfigurationValueQuery({\n * variables: {\n * scope: // value for 'scope'\n * scopeId: // value for 'scopeId'\n * key: // value for 'key'\n * },\n * });\n */\nexport function useGetConfigurationValueQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables> & ({ variables: Types.GetConfigurationValueQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>(GetConfigurationValueDocument, options);\n }\nexport function useGetConfigurationValueLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>(GetConfigurationValueDocument, options);\n }\n// @ts-ignore\nexport function useGetConfigurationValueSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>;\nexport function useGetConfigurationValueSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetConfigurationValueQuery | undefined, Types.GetConfigurationValueQueryVariables>;\nexport function useGetConfigurationValueSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>(GetConfigurationValueDocument, options);\n }\nexport type GetConfigurationValueQueryHookResult = ReturnType<typeof useGetConfigurationValueQuery>;\nexport type GetConfigurationValueLazyQueryHookResult = ReturnType<typeof useGetConfigurationValueLazyQuery>;\nexport type GetConfigurationValueSuspenseQueryHookResult = ReturnType<typeof useGetConfigurationValueSuspenseQuery>;\nexport type GetConfigurationValueQueryResult = Apollo.QueryResult<Types.GetConfigurationValueQuery, Types.GetConfigurationValueQueryVariables>;\nexport const GetDocsSiteDocument = gql`\n query GetDocsSite($ownerType: VibecontrolsDocsSiteOwnerType!, $ownerId: ID!) {\n vibecontrolsDocsSiteByOwner(ownerType: $ownerType, ownerId: $ownerId) {\n id\n workspaceId\n ownerType\n ownerId\n name\n runtime\n buildImageId\n visibility\n currentRevisionId\n signedUrlExpiryMs\n docusaurusConfig\n s3BasePath\n tags\n createdAt\n updatedAt\n currentRevision {\n id\n siteId\n revisionNumber\n status\n s3ArtifactPath\n buildDurationMs\n errorMessage\n pageCount\n publishedAt\n createdAt\n updatedAt\n }\n pages {\n id\n siteId\n parentId\n slug\n title\n content\n status\n sidebarPosition\n category\n description\n tags\n frontmatter\n createdAt\n updatedAt\n }\n revisions {\n id\n siteId\n revisionNumber\n status\n buildDurationMs\n errorMessage\n publishedAt\n createdAt\n updatedAt\n }\n }\n}\n `;\n\n/**\n * __useGetDocsSiteQuery__\n *\n * To run a query within a React component, call `useGetDocsSiteQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDocsSiteQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetDocsSiteQuery({\n * variables: {\n * ownerType: // value for 'ownerType'\n * ownerId: // value for 'ownerId'\n * },\n * });\n */\nexport function useGetDocsSiteQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables> & ({ variables: Types.GetDocsSiteQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>(GetDocsSiteDocument, options);\n }\nexport function useGetDocsSiteLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>(GetDocsSiteDocument, options);\n }\n// @ts-ignore\nexport function useGetDocsSiteSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>;\nexport function useGetDocsSiteSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDocsSiteQuery | undefined, Types.GetDocsSiteQueryVariables>;\nexport function useGetDocsSiteSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>(GetDocsSiteDocument, options);\n }\nexport type GetDocsSiteQueryHookResult = ReturnType<typeof useGetDocsSiteQuery>;\nexport type GetDocsSiteLazyQueryHookResult = ReturnType<typeof useGetDocsSiteLazyQuery>;\nexport type GetDocsSiteSuspenseQueryHookResult = ReturnType<typeof useGetDocsSiteSuspenseQuery>;\nexport type GetDocsSiteQueryResult = Apollo.QueryResult<Types.GetDocsSiteQuery, Types.GetDocsSiteQueryVariables>;\nexport const GetDocsRevisionDocument = gql`\n query GetDocsRevision($id: ID!) {\n docsRevision(id: $id) {\n id\n siteId\n revisionNumber\n status\n s3ArtifactPath\n buildDurationMs\n errorMessage\n pageCount\n publishedAt\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useGetDocsRevisionQuery__\n *\n * To run a query within a React component, call `useGetDocsRevisionQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDocsRevisionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetDocsRevisionQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDocsRevisionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables> & ({ variables: Types.GetDocsRevisionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>(GetDocsRevisionDocument, options);\n }\nexport function useGetDocsRevisionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>(GetDocsRevisionDocument, options);\n }\n// @ts-ignore\nexport function useGetDocsRevisionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>;\nexport function useGetDocsRevisionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDocsRevisionQuery | undefined, Types.GetDocsRevisionQueryVariables>;\nexport function useGetDocsRevisionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>(GetDocsRevisionDocument, options);\n }\nexport type GetDocsRevisionQueryHookResult = ReturnType<typeof useGetDocsRevisionQuery>;\nexport type GetDocsRevisionLazyQueryHookResult = ReturnType<typeof useGetDocsRevisionLazyQuery>;\nexport type GetDocsRevisionSuspenseQueryHookResult = ReturnType<typeof useGetDocsRevisionSuspenseQuery>;\nexport type GetDocsRevisionQueryResult = Apollo.QueryResult<Types.GetDocsRevisionQuery, Types.GetDocsRevisionQueryVariables>;\nexport const DocsContentDocument = gql`\n query DocsContent($siteId: ID!, $path: String) {\n docsContent(siteId: $siteId, path: $path) {\n html\n contentType\n }\n}\n `;\n\n/**\n * __useDocsContentQuery__\n *\n * To run a query within a React component, call `useDocsContentQuery` and pass it any options that fit your needs.\n * When your component renders, `useDocsContentQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useDocsContentQuery({\n * variables: {\n * siteId: // value for 'siteId'\n * path: // value for 'path'\n * },\n * });\n */\nexport function useDocsContentQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.DocsContentQuery, Types.DocsContentQueryVariables> & ({ variables: Types.DocsContentQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.DocsContentQuery, Types.DocsContentQueryVariables>(DocsContentDocument, options);\n }\nexport function useDocsContentLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.DocsContentQuery, Types.DocsContentQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.DocsContentQuery, Types.DocsContentQueryVariables>(DocsContentDocument, options);\n }\n// @ts-ignore\nexport function useDocsContentSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.DocsContentQuery, Types.DocsContentQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DocsContentQuery, Types.DocsContentQueryVariables>;\nexport function useDocsContentSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DocsContentQuery, Types.DocsContentQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DocsContentQuery | undefined, Types.DocsContentQueryVariables>;\nexport function useDocsContentSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DocsContentQuery, Types.DocsContentQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.DocsContentQuery, Types.DocsContentQueryVariables>(DocsContentDocument, options);\n }\nexport type DocsContentQueryHookResult = ReturnType<typeof useDocsContentQuery>;\nexport type DocsContentLazyQueryHookResult = ReturnType<typeof useDocsContentLazyQuery>;\nexport type DocsContentSuspenseQueryHookResult = ReturnType<typeof useDocsContentSuspenseQuery>;\nexport type DocsContentQueryResult = Apollo.QueryResult<Types.DocsContentQuery, Types.DocsContentQueryVariables>;\nexport const ListDocsBuildImagesDocument = gql`\n query ListDocsBuildImages {\n docsBuildImages {\n items {\n id\n name\n imageRef\n imageDigest\n status\n buildCommand\n outputDir\n description\n lastValidationError\n }\n total\n hasMore\n }\n}\n `;\n\n/**\n * __useListDocsBuildImagesQuery__\n *\n * To run a query within a React component, call `useListDocsBuildImagesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDocsBuildImagesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListDocsBuildImagesQuery({\n * variables: {\n * },\n * });\n */\nexport function useListDocsBuildImagesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>(ListDocsBuildImagesDocument, options);\n }\nexport function useListDocsBuildImagesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>(ListDocsBuildImagesDocument, options);\n }\n// @ts-ignore\nexport function useListDocsBuildImagesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>;\nexport function useListDocsBuildImagesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDocsBuildImagesQuery | undefined, Types.ListDocsBuildImagesQueryVariables>;\nexport function useListDocsBuildImagesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>(ListDocsBuildImagesDocument, options);\n }\nexport type ListDocsBuildImagesQueryHookResult = ReturnType<typeof useListDocsBuildImagesQuery>;\nexport type ListDocsBuildImagesLazyQueryHookResult = ReturnType<typeof useListDocsBuildImagesLazyQuery>;\nexport type ListDocsBuildImagesSuspenseQueryHookResult = ReturnType<typeof useListDocsBuildImagesSuspenseQuery>;\nexport type ListDocsBuildImagesQueryResult = Apollo.QueryResult<Types.ListDocsBuildImagesQuery, Types.ListDocsBuildImagesQueryVariables>;\nexport const ListAllComponentsForCatalogDocument = gql`\n query ListAllComponentsForCatalog {\n vibecontrolsComponents {\n items {\n id\n name\n type\n lifecycle\n }\n total\n }\n}\n `;\n\n/**\n * __useListAllComponentsForCatalogQuery__\n *\n * To run a query within a React component, call `useListAllComponentsForCatalogQuery` and pass it any options that fit your needs.\n * When your component renders, `useListAllComponentsForCatalogQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListAllComponentsForCatalogQuery({\n * variables: {\n * },\n * });\n */\nexport function useListAllComponentsForCatalogQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>(ListAllComponentsForCatalogDocument, options);\n }\nexport function useListAllComponentsForCatalogLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>(ListAllComponentsForCatalogDocument, options);\n }\n// @ts-ignore\nexport function useListAllComponentsForCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>;\nexport function useListAllComponentsForCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListAllComponentsForCatalogQuery | undefined, Types.ListAllComponentsForCatalogQueryVariables>;\nexport function useListAllComponentsForCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>(ListAllComponentsForCatalogDocument, options);\n }\nexport type ListAllComponentsForCatalogQueryHookResult = ReturnType<typeof useListAllComponentsForCatalogQuery>;\nexport type ListAllComponentsForCatalogLazyQueryHookResult = ReturnType<typeof useListAllComponentsForCatalogLazyQuery>;\nexport type ListAllComponentsForCatalogSuspenseQueryHookResult = ReturnType<typeof useListAllComponentsForCatalogSuspenseQuery>;\nexport type ListAllComponentsForCatalogQueryResult = Apollo.QueryResult<Types.ListAllComponentsForCatalogQuery, Types.ListAllComponentsForCatalogQueryVariables>;\nexport const GetVibeDocsSiteDocument = gql`\n query GetVibeDocsSite($ownerType: VibecontrolsDocsSiteOwnerType!, $ownerId: ID!) {\n vibecontrolsDocsSiteByOwner(ownerType: $ownerType, ownerId: $ownerId) {\n id\n workspaceId\n ownerType\n ownerId\n name\n visibility\n currentRevisionId\n currentRevision {\n id\n revisionNumber\n status\n buildDurationMs\n publishedAt\n }\n }\n}\n `;\n\n/**\n * __useGetVibeDocsSiteQuery__\n *\n * To run a query within a React component, call `useGetVibeDocsSiteQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeDocsSiteQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeDocsSiteQuery({\n * variables: {\n * ownerType: // value for 'ownerType'\n * ownerId: // value for 'ownerId'\n * },\n * });\n */\nexport function useGetVibeDocsSiteQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables> & ({ variables: Types.GetVibeDocsSiteQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>(GetVibeDocsSiteDocument, options);\n }\nexport function useGetVibeDocsSiteLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>(GetVibeDocsSiteDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeDocsSiteSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>;\nexport function useGetVibeDocsSiteSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeDocsSiteQuery | undefined, Types.GetVibeDocsSiteQueryVariables>;\nexport function useGetVibeDocsSiteSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>(GetVibeDocsSiteDocument, options);\n }\nexport type GetVibeDocsSiteQueryHookResult = ReturnType<typeof useGetVibeDocsSiteQuery>;\nexport type GetVibeDocsSiteLazyQueryHookResult = ReturnType<typeof useGetVibeDocsSiteLazyQuery>;\nexport type GetVibeDocsSiteSuspenseQueryHookResult = ReturnType<typeof useGetVibeDocsSiteSuspenseQuery>;\nexport type GetVibeDocsSiteQueryResult = Apollo.QueryResult<Types.GetVibeDocsSiteQuery, Types.GetVibeDocsSiteQueryVariables>;\nexport const EntityTagPickerGetEntityTagsDocument = gql`\n query EntityTagPickerGetEntityTags($input: GetEntityTagsInput!) {\n vibecontrolsEntityTags(input: $input) {\n ...EntityTagPickerAssignmentFields\n }\n}\n ${EntityTagPickerAssignmentFieldsFragmentDoc}`;\n\n/**\n * __useEntityTagPickerGetEntityTagsQuery__\n *\n * To run a query within a React component, call `useEntityTagPickerGetEntityTagsQuery` and pass it any options that fit your needs.\n * When your component renders, `useEntityTagPickerGetEntityTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useEntityTagPickerGetEntityTagsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useEntityTagPickerGetEntityTagsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables> & ({ variables: Types.EntityTagPickerGetEntityTagsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>(EntityTagPickerGetEntityTagsDocument, options);\n }\nexport function useEntityTagPickerGetEntityTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>(EntityTagPickerGetEntityTagsDocument, options);\n }\n// @ts-ignore\nexport function useEntityTagPickerGetEntityTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>;\nexport function useEntityTagPickerGetEntityTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.EntityTagPickerGetEntityTagsQuery | undefined, Types.EntityTagPickerGetEntityTagsQueryVariables>;\nexport function useEntityTagPickerGetEntityTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>(EntityTagPickerGetEntityTagsDocument, options);\n }\nexport type EntityTagPickerGetEntityTagsQueryHookResult = ReturnType<typeof useEntityTagPickerGetEntityTagsQuery>;\nexport type EntityTagPickerGetEntityTagsLazyQueryHookResult = ReturnType<typeof useEntityTagPickerGetEntityTagsLazyQuery>;\nexport type EntityTagPickerGetEntityTagsSuspenseQueryHookResult = ReturnType<typeof useEntityTagPickerGetEntityTagsSuspenseQuery>;\nexport type EntityTagPickerGetEntityTagsQueryResult = Apollo.QueryResult<Types.EntityTagPickerGetEntityTagsQuery, Types.EntityTagPickerGetEntityTagsQueryVariables>;\nexport const EntityTagPickerAvailableTagsDocument = gql`\n query EntityTagPickerAvailableTags($limit: Int) {\n availableVibecontrolsTags(limit: $limit) {\n ...EntityTagPickerAvailableTagFields\n }\n}\n ${EntityTagPickerAvailableTagFieldsFragmentDoc}`;\n\n/**\n * __useEntityTagPickerAvailableTagsQuery__\n *\n * To run a query within a React component, call `useEntityTagPickerAvailableTagsQuery` and pass it any options that fit your needs.\n * When your component renders, `useEntityTagPickerAvailableTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useEntityTagPickerAvailableTagsQuery({\n * variables: {\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useEntityTagPickerAvailableTagsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>(EntityTagPickerAvailableTagsDocument, options);\n }\nexport function useEntityTagPickerAvailableTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>(EntityTagPickerAvailableTagsDocument, options);\n }\n// @ts-ignore\nexport function useEntityTagPickerAvailableTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>;\nexport function useEntityTagPickerAvailableTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.EntityTagPickerAvailableTagsQuery | undefined, Types.EntityTagPickerAvailableTagsQueryVariables>;\nexport function useEntityTagPickerAvailableTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>(EntityTagPickerAvailableTagsDocument, options);\n }\nexport type EntityTagPickerAvailableTagsQueryHookResult = ReturnType<typeof useEntityTagPickerAvailableTagsQuery>;\nexport type EntityTagPickerAvailableTagsLazyQueryHookResult = ReturnType<typeof useEntityTagPickerAvailableTagsLazyQuery>;\nexport type EntityTagPickerAvailableTagsSuspenseQueryHookResult = ReturnType<typeof useEntityTagPickerAvailableTagsSuspenseQuery>;\nexport type EntityTagPickerAvailableTagsQueryResult = Apollo.QueryResult<Types.EntityTagPickerAvailableTagsQuery, Types.EntityTagPickerAvailableTagsQueryVariables>;\nexport const EntityTagPickerSearchTagsDocument = gql`\n query EntityTagPickerSearchTags($query: String!, $limit: Int) {\n searchVibecontrolsTags(query: $query, limit: $limit) {\n ...EntityTagPickerAvailableTagFields\n }\n}\n ${EntityTagPickerAvailableTagFieldsFragmentDoc}`;\n\n/**\n * __useEntityTagPickerSearchTagsQuery__\n *\n * To run a query within a React component, call `useEntityTagPickerSearchTagsQuery` and pass it any options that fit your needs.\n * When your component renders, `useEntityTagPickerSearchTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useEntityTagPickerSearchTagsQuery({\n * variables: {\n * query: // value for 'query'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useEntityTagPickerSearchTagsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables> & ({ variables: Types.EntityTagPickerSearchTagsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>(EntityTagPickerSearchTagsDocument, options);\n }\nexport function useEntityTagPickerSearchTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>(EntityTagPickerSearchTagsDocument, options);\n }\n// @ts-ignore\nexport function useEntityTagPickerSearchTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>;\nexport function useEntityTagPickerSearchTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.EntityTagPickerSearchTagsQuery | undefined, Types.EntityTagPickerSearchTagsQueryVariables>;\nexport function useEntityTagPickerSearchTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>(EntityTagPickerSearchTagsDocument, options);\n }\nexport type EntityTagPickerSearchTagsQueryHookResult = ReturnType<typeof useEntityTagPickerSearchTagsQuery>;\nexport type EntityTagPickerSearchTagsLazyQueryHookResult = ReturnType<typeof useEntityTagPickerSearchTagsLazyQuery>;\nexport type EntityTagPickerSearchTagsSuspenseQueryHookResult = ReturnType<typeof useEntityTagPickerSearchTagsSuspenseQuery>;\nexport type EntityTagPickerSearchTagsQueryResult = Apollo.QueryResult<Types.EntityTagPickerSearchTagsQuery, Types.EntityTagPickerSearchTagsQueryVariables>;\nexport const ListGitopsProvidersDocument = gql`\n query ListGitopsProviders($filter: GitopsProviderFilterInput, $pagination: PaginationInput) {\n listGitopsProviders(filter: $filter, pagination: $pagination) {\n items {\n id\n workspaceId\n vibeId\n name\n providerType\n repoUrl\n isActive\n metadata\n createdAt\n updatedAt\n createdBy\n }\n total\n hasMore\n }\n}\n `;\n\n/**\n * __useListGitopsProvidersQuery__\n *\n * To run a query within a React component, call `useListGitopsProvidersQuery` and pass it any options that fit your needs.\n * When your component renders, `useListGitopsProvidersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListGitopsProvidersQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListGitopsProvidersQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>(ListGitopsProvidersDocument, options);\n }\nexport function useListGitopsProvidersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>(ListGitopsProvidersDocument, options);\n }\n// @ts-ignore\nexport function useListGitopsProvidersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>;\nexport function useListGitopsProvidersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListGitopsProvidersQuery | undefined, Types.ListGitopsProvidersQueryVariables>;\nexport function useListGitopsProvidersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>(ListGitopsProvidersDocument, options);\n }\nexport type ListGitopsProvidersQueryHookResult = ReturnType<typeof useListGitopsProvidersQuery>;\nexport type ListGitopsProvidersLazyQueryHookResult = ReturnType<typeof useListGitopsProvidersLazyQuery>;\nexport type ListGitopsProvidersSuspenseQueryHookResult = ReturnType<typeof useListGitopsProvidersSuspenseQuery>;\nexport type ListGitopsProvidersQueryResult = Apollo.QueryResult<Types.ListGitopsProvidersQuery, Types.ListGitopsProvidersQueryVariables>;\nexport const GetGitopsProviderDocument = gql`\n query GetGitopsProvider($id: ID!) {\n getGitopsProvider(id: $id) {\n id\n workspaceId\n vibeId\n name\n providerType\n repoUrl\n isActive\n metadata\n createdAt\n updatedAt\n createdBy\n }\n}\n `;\n\n/**\n * __useGetGitopsProviderQuery__\n *\n * To run a query within a React component, call `useGetGitopsProviderQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetGitopsProviderQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetGitopsProviderQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetGitopsProviderQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables> & ({ variables: Types.GetGitopsProviderQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>(GetGitopsProviderDocument, options);\n }\nexport function useGetGitopsProviderLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>(GetGitopsProviderDocument, options);\n }\n// @ts-ignore\nexport function useGetGitopsProviderSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>;\nexport function useGetGitopsProviderSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetGitopsProviderQuery | undefined, Types.GetGitopsProviderQueryVariables>;\nexport function useGetGitopsProviderSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>(GetGitopsProviderDocument, options);\n }\nexport type GetGitopsProviderQueryHookResult = ReturnType<typeof useGetGitopsProviderQuery>;\nexport type GetGitopsProviderLazyQueryHookResult = ReturnType<typeof useGetGitopsProviderLazyQuery>;\nexport type GetGitopsProviderSuspenseQueryHookResult = ReturnType<typeof useGetGitopsProviderSuspenseQuery>;\nexport type GetGitopsProviderQueryResult = Apollo.QueryResult<Types.GetGitopsProviderQuery, Types.GetGitopsProviderQueryVariables>;\nexport const GetRepoStatsDocument = gql`\n query GetRepoStats($providerId: ID!, $agentId: ID!) {\n getRepoStats(providerId: $providerId, agentId: $agentId) {\n owner\n name\n fullName\n description\n visibility\n defaultBranch\n openPullRequests\n openIssues\n forkCount\n stargazerCount\n watcherCount\n diskUsageKb\n dependabotAlerts\n commitActivity {\n week\n total\n additions\n deletions\n }\n contributors {\n login\n contributions\n avatarUrl\n }\n languages\n license\n isArchived\n isFork\n createdAt\n updatedAt\n pushedAt\n pullRequests {\n number\n title\n state\n author\n createdAt\n updatedAt\n url\n labels\n reviewers\n isDraft\n }\n }\n}\n `;\n\n/**\n * __useGetRepoStatsQuery__\n *\n * To run a query within a React component, call `useGetRepoStatsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetRepoStatsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetRepoStatsQuery({\n * variables: {\n * providerId: // value for 'providerId'\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useGetRepoStatsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables> & ({ variables: Types.GetRepoStatsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>(GetRepoStatsDocument, options);\n }\nexport function useGetRepoStatsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>(GetRepoStatsDocument, options);\n }\n// @ts-ignore\nexport function useGetRepoStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>;\nexport function useGetRepoStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetRepoStatsQuery | undefined, Types.GetRepoStatsQueryVariables>;\nexport function useGetRepoStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>(GetRepoStatsDocument, options);\n }\nexport type GetRepoStatsQueryHookResult = ReturnType<typeof useGetRepoStatsQuery>;\nexport type GetRepoStatsLazyQueryHookResult = ReturnType<typeof useGetRepoStatsLazyQuery>;\nexport type GetRepoStatsSuspenseQueryHookResult = ReturnType<typeof useGetRepoStatsSuspenseQuery>;\nexport type GetRepoStatsQueryResult = Apollo.QueryResult<Types.GetRepoStatsQuery, Types.GetRepoStatsQueryVariables>;\nexport const GetCiStatusDocument = gql`\n query GetCIStatus($providerId: ID!, $agentId: ID!, $limit: Int) {\n getCIStatus(providerId: $providerId, agentId: $agentId, limit: $limit) {\n workflows {\n id\n name\n state\n path\n }\n recentRuns {\n id\n workflowName\n branch\n status\n conclusion\n event\n startedAt\n completedAt\n durationSeconds\n url\n actor\n }\n successRate\n averageDurationSeconds\n totalRunsLast30Days\n }\n}\n `;\n\n/**\n * __useGetCiStatusQuery__\n *\n * To run a query within a React component, call `useGetCiStatusQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCiStatusQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetCiStatusQuery({\n * variables: {\n * providerId: // value for 'providerId'\n * agentId: // value for 'agentId'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useGetCiStatusQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables> & ({ variables: Types.GetCiStatusQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>(GetCiStatusDocument, options);\n }\nexport function useGetCiStatusLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>(GetCiStatusDocument, options);\n }\n// @ts-ignore\nexport function useGetCiStatusSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>;\nexport function useGetCiStatusSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCiStatusQuery | undefined, Types.GetCiStatusQueryVariables>;\nexport function useGetCiStatusSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>(GetCiStatusDocument, options);\n }\nexport type GetCiStatusQueryHookResult = ReturnType<typeof useGetCiStatusQuery>;\nexport type GetCiStatusLazyQueryHookResult = ReturnType<typeof useGetCiStatusLazyQuery>;\nexport type GetCiStatusSuspenseQueryHookResult = ReturnType<typeof useGetCiStatusSuspenseQuery>;\nexport type GetCiStatusQueryResult = Apollo.QueryResult<Types.GetCiStatusQuery, Types.GetCiStatusQueryVariables>;\nexport const GetCiPipelineRunsDocument = gql`\n query GetCIPipelineRuns($providerId: ID!, $agentId: ID!, $limit: Int, $branch: String) {\n getCIPipelineRuns(\n providerId: $providerId\n agentId: $agentId\n limit: $limit\n branch: $branch\n ) {\n id\n workflowName\n branch\n status\n conclusion\n event\n startedAt\n completedAt\n durationSeconds\n url\n actor\n }\n}\n `;\n\n/**\n * __useGetCiPipelineRunsQuery__\n *\n * To run a query within a React component, call `useGetCiPipelineRunsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCiPipelineRunsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetCiPipelineRunsQuery({\n * variables: {\n * providerId: // value for 'providerId'\n * agentId: // value for 'agentId'\n * limit: // value for 'limit'\n * branch: // value for 'branch'\n * },\n * });\n */\nexport function useGetCiPipelineRunsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables> & ({ variables: Types.GetCiPipelineRunsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>(GetCiPipelineRunsDocument, options);\n }\nexport function useGetCiPipelineRunsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>(GetCiPipelineRunsDocument, options);\n }\n// @ts-ignore\nexport function useGetCiPipelineRunsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>;\nexport function useGetCiPipelineRunsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCiPipelineRunsQuery | undefined, Types.GetCiPipelineRunsQueryVariables>;\nexport function useGetCiPipelineRunsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>(GetCiPipelineRunsDocument, options);\n }\nexport type GetCiPipelineRunsQueryHookResult = ReturnType<typeof useGetCiPipelineRunsQuery>;\nexport type GetCiPipelineRunsLazyQueryHookResult = ReturnType<typeof useGetCiPipelineRunsLazyQuery>;\nexport type GetCiPipelineRunsSuspenseQueryHookResult = ReturnType<typeof useGetCiPipelineRunsSuspenseQuery>;\nexport type GetCiPipelineRunsQueryResult = Apollo.QueryResult<Types.GetCiPipelineRunsQuery, Types.GetCiPipelineRunsQueryVariables>;\nexport const GetCiPipelineDetailsDocument = gql`\n query GetCIPipelineDetails($providerId: ID!, $agentId: ID!, $runId: ID!) {\n getCIPipelineDetails(providerId: $providerId, agentId: $agentId, runId: $runId) {\n id\n workflowName\n branch\n status\n conclusion\n event\n startedAt\n completedAt\n durationSeconds\n url\n actor\n jobs {\n id\n name\n status\n conclusion\n startedAt\n completedAt\n durationSeconds\n }\n commitSha\n commitMessage\n }\n}\n `;\n\n/**\n * __useGetCiPipelineDetailsQuery__\n *\n * To run a query within a React component, call `useGetCiPipelineDetailsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCiPipelineDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetCiPipelineDetailsQuery({\n * variables: {\n * providerId: // value for 'providerId'\n * agentId: // value for 'agentId'\n * runId: // value for 'runId'\n * },\n * });\n */\nexport function useGetCiPipelineDetailsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables> & ({ variables: Types.GetCiPipelineDetailsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>(GetCiPipelineDetailsDocument, options);\n }\nexport function useGetCiPipelineDetailsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>(GetCiPipelineDetailsDocument, options);\n }\n// @ts-ignore\nexport function useGetCiPipelineDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>;\nexport function useGetCiPipelineDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCiPipelineDetailsQuery | undefined, Types.GetCiPipelineDetailsQueryVariables>;\nexport function useGetCiPipelineDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>(GetCiPipelineDetailsDocument, options);\n }\nexport type GetCiPipelineDetailsQueryHookResult = ReturnType<typeof useGetCiPipelineDetailsQuery>;\nexport type GetCiPipelineDetailsLazyQueryHookResult = ReturnType<typeof useGetCiPipelineDetailsLazyQuery>;\nexport type GetCiPipelineDetailsSuspenseQueryHookResult = ReturnType<typeof useGetCiPipelineDetailsSuspenseQuery>;\nexport type GetCiPipelineDetailsQueryResult = Apollo.QueryResult<Types.GetCiPipelineDetailsQuery, Types.GetCiPipelineDetailsQueryVariables>;\nexport const VibeControlsInitialDataDocument = gql`\n query VibeControlsInitialData($workspaceId: ID!) {\n vibecontrolsAgents(pagination: {limit: 50}) {\n id\n name\n hostname\n platform\n architecture\n isActive\n tunnelUrl\n tunnelStatus\n lastHeartbeat\n version\n agentApiKey\n createdAt\n updatedAt\n }\n vibes(filter: {workspaceId: $workspaceId}, pagination: {limit: 50}) {\n items {\n id\n name\n description\n path\n type\n status\n tags\n gitBranch\n agentId\n createdAt\n updatedAt\n }\n total\n }\n sessions(filter: {workspaceId: $workspaceId}, pagination: {limit: 50}) {\n items {\n id\n name\n type\n status\n agentId\n vibeId\n startedAt\n metadata\n createdAt\n updatedAt\n }\n total\n }\n targets(workspaceId: $workspaceId, limit: 50) {\n items {\n id\n workspaceId\n name\n type\n status\n host\n port\n username\n connectionId\n label\n tags\n metadata\n createdAt\n updatedAt\n agents {\n id\n name\n version\n isActive\n tunnelUrl\n agentApiKey\n }\n }\n total\n }\n}\n `;\n\n/**\n * __useVibeControlsInitialDataQuery__\n *\n * To run a query within a React component, call `useVibeControlsInitialDataQuery` and pass it any options that fit your needs.\n * When your component renders, `useVibeControlsInitialDataQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useVibeControlsInitialDataQuery({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useVibeControlsInitialDataQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables> & ({ variables: Types.VibeControlsInitialDataQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>(VibeControlsInitialDataDocument, options);\n }\nexport function useVibeControlsInitialDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>(VibeControlsInitialDataDocument, options);\n }\n// @ts-ignore\nexport function useVibeControlsInitialDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>;\nexport function useVibeControlsInitialDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.VibeControlsInitialDataQuery | undefined, Types.VibeControlsInitialDataQueryVariables>;\nexport function useVibeControlsInitialDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>(VibeControlsInitialDataDocument, options);\n }\nexport type VibeControlsInitialDataQueryHookResult = ReturnType<typeof useVibeControlsInitialDataQuery>;\nexport type VibeControlsInitialDataLazyQueryHookResult = ReturnType<typeof useVibeControlsInitialDataLazyQuery>;\nexport type VibeControlsInitialDataSuspenseQueryHookResult = ReturnType<typeof useVibeControlsInitialDataSuspenseQuery>;\nexport type VibeControlsInitialDataQueryResult = Apollo.QueryResult<Types.VibeControlsInitialDataQuery, Types.VibeControlsInitialDataQueryVariables>;\nexport const ListNotesDocument = gql`\n query ListNotes($filter: VibecontrolsNoteFilterInput, $pagination: PaginationInput) {\n notes(filter: $filter, pagination: $pagination) {\n items {\n ...NoteFields\n vibe {\n id\n name\n }\n }\n total\n hasMore\n }\n}\n ${NoteFieldsFragmentDoc}`;\n\n/**\n * __useListNotesQuery__\n *\n * To run a query within a React component, call `useListNotesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListNotesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListNotesQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListNotesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListNotesQuery, Types.ListNotesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListNotesQuery, Types.ListNotesQueryVariables>(ListNotesDocument, options);\n }\nexport function useListNotesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListNotesQuery, Types.ListNotesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListNotesQuery, Types.ListNotesQueryVariables>(ListNotesDocument, options);\n }\n// @ts-ignore\nexport function useListNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListNotesQuery, Types.ListNotesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListNotesQuery, Types.ListNotesQueryVariables>;\nexport function useListNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListNotesQuery, Types.ListNotesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListNotesQuery | undefined, Types.ListNotesQueryVariables>;\nexport function useListNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListNotesQuery, Types.ListNotesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListNotesQuery, Types.ListNotesQueryVariables>(ListNotesDocument, options);\n }\nexport type ListNotesQueryHookResult = ReturnType<typeof useListNotesQuery>;\nexport type ListNotesLazyQueryHookResult = ReturnType<typeof useListNotesLazyQuery>;\nexport type ListNotesSuspenseQueryHookResult = ReturnType<typeof useListNotesSuspenseQuery>;\nexport type ListNotesQueryResult = Apollo.QueryResult<Types.ListNotesQuery, Types.ListNotesQueryVariables>;\nexport const GetNoteDocument = gql`\n query GetNote($id: ID!) {\n note(id: $id) {\n ...NoteFields\n vibe {\n id\n name\n path\n }\n }\n}\n ${NoteFieldsFragmentDoc}`;\n\n/**\n * __useGetNoteQuery__\n *\n * To run a query within a React component, call `useGetNoteQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetNoteQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetNoteQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetNoteQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetNoteQuery, Types.GetNoteQueryVariables> & ({ variables: Types.GetNoteQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetNoteQuery, Types.GetNoteQueryVariables>(GetNoteDocument, options);\n }\nexport function useGetNoteLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetNoteQuery, Types.GetNoteQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetNoteQuery, Types.GetNoteQueryVariables>(GetNoteDocument, options);\n }\n// @ts-ignore\nexport function useGetNoteSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetNoteQuery, Types.GetNoteQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetNoteQuery, Types.GetNoteQueryVariables>;\nexport function useGetNoteSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetNoteQuery, Types.GetNoteQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetNoteQuery | undefined, Types.GetNoteQueryVariables>;\nexport function useGetNoteSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetNoteQuery, Types.GetNoteQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetNoteQuery, Types.GetNoteQueryVariables>(GetNoteDocument, options);\n }\nexport type GetNoteQueryHookResult = ReturnType<typeof useGetNoteQuery>;\nexport type GetNoteLazyQueryHookResult = ReturnType<typeof useGetNoteLazyQuery>;\nexport type GetNoteSuspenseQueryHookResult = ReturnType<typeof useGetNoteSuspenseQuery>;\nexport type GetNoteQueryResult = Apollo.QueryResult<Types.GetNoteQuery, Types.GetNoteQueryVariables>;\nexport const SearchNotesDocument = gql`\n query SearchNotes($query: String!, $vibeId: ID, $limit: Int) {\n searchNotes(query: $query, vibeId: $vibeId, limit: $limit) {\n ...NoteFields\n }\n}\n ${NoteFieldsFragmentDoc}`;\n\n/**\n * __useSearchNotesQuery__\n *\n * To run a query within a React component, call `useSearchNotesQuery` and pass it any options that fit your needs.\n * When your component renders, `useSearchNotesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useSearchNotesQuery({\n * variables: {\n * query: // value for 'query'\n * vibeId: // value for 'vibeId'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useSearchNotesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SearchNotesQuery, Types.SearchNotesQueryVariables> & ({ variables: Types.SearchNotesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>(SearchNotesDocument, options);\n }\nexport function useSearchNotesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>(SearchNotesDocument, options);\n }\n// @ts-ignore\nexport function useSearchNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>;\nexport function useSearchNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchNotesQuery | undefined, Types.SearchNotesQueryVariables>;\nexport function useSearchNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>(SearchNotesDocument, options);\n }\nexport type SearchNotesQueryHookResult = ReturnType<typeof useSearchNotesQuery>;\nexport type SearchNotesLazyQueryHookResult = ReturnType<typeof useSearchNotesLazyQuery>;\nexport type SearchNotesSuspenseQueryHookResult = ReturnType<typeof useSearchNotesSuspenseQuery>;\nexport type SearchNotesQueryResult = Apollo.QueryResult<Types.SearchNotesQuery, Types.SearchNotesQueryVariables>;\nexport const PinnedNotesDocument = gql`\n query PinnedNotes($vibeId: ID) {\n pinnedNotes(vibeId: $vibeId) {\n ...NoteFields\n }\n}\n ${NoteFieldsFragmentDoc}`;\n\n/**\n * __usePinnedNotesQuery__\n *\n * To run a query within a React component, call `usePinnedNotesQuery` and pass it any options that fit your needs.\n * When your component renders, `usePinnedNotesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = usePinnedNotesQuery({\n * variables: {\n * vibeId: // value for 'vibeId'\n * },\n * });\n */\nexport function usePinnedNotesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>(PinnedNotesDocument, options);\n }\nexport function usePinnedNotesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>(PinnedNotesDocument, options);\n }\n// @ts-ignore\nexport function usePinnedNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>;\nexport function usePinnedNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PinnedNotesQuery | undefined, Types.PinnedNotesQueryVariables>;\nexport function usePinnedNotesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>(PinnedNotesDocument, options);\n }\nexport type PinnedNotesQueryHookResult = ReturnType<typeof usePinnedNotesQuery>;\nexport type PinnedNotesLazyQueryHookResult = ReturnType<typeof usePinnedNotesLazyQuery>;\nexport type PinnedNotesSuspenseQueryHookResult = ReturnType<typeof usePinnedNotesSuspenseQuery>;\nexport type PinnedNotesQueryResult = Apollo.QueryResult<Types.PinnedNotesQuery, Types.PinnedNotesQueryVariables>;\nexport const GetNoteTagsDocument = gql`\n query GetNoteTags($input: GetNoteTagsInput!) {\n getNoteTags(input: $input) {\n ...NoteTagAssignmentFields\n }\n}\n ${NoteTagAssignmentFieldsFragmentDoc}`;\n\n/**\n * __useGetNoteTagsQuery__\n *\n * To run a query within a React component, call `useGetNoteTagsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetNoteTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetNoteTagsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useGetNoteTagsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables> & ({ variables: Types.GetNoteTagsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>(GetNoteTagsDocument, options);\n }\nexport function useGetNoteTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>(GetNoteTagsDocument, options);\n }\n// @ts-ignore\nexport function useGetNoteTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>;\nexport function useGetNoteTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetNoteTagsQuery | undefined, Types.GetNoteTagsQueryVariables>;\nexport function useGetNoteTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>(GetNoteTagsDocument, options);\n }\nexport type GetNoteTagsQueryHookResult = ReturnType<typeof useGetNoteTagsQuery>;\nexport type GetNoteTagsLazyQueryHookResult = ReturnType<typeof useGetNoteTagsLazyQuery>;\nexport type GetNoteTagsSuspenseQueryHookResult = ReturnType<typeof useGetNoteTagsSuspenseQuery>;\nexport type GetNoteTagsQueryResult = Apollo.QueryResult<Types.GetNoteTagsQuery, Types.GetNoteTagsQueryVariables>;\nexport const AvailableNoteTagsDocument = gql`\n query AvailableNoteTags($query: String, $limit: Int) {\n availableNoteTags(query: $query, limit: $limit) {\n id\n key\n label\n color\n }\n}\n `;\n\n/**\n * __useAvailableNoteTagsQuery__\n *\n * To run a query within a React component, call `useAvailableNoteTagsQuery` and pass it any options that fit your needs.\n * When your component renders, `useAvailableNoteTagsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useAvailableNoteTagsQuery({\n * variables: {\n * query: // value for 'query'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useAvailableNoteTagsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>(AvailableNoteTagsDocument, options);\n }\nexport function useAvailableNoteTagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>(AvailableNoteTagsDocument, options);\n }\n// @ts-ignore\nexport function useAvailableNoteTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>;\nexport function useAvailableNoteTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AvailableNoteTagsQuery | undefined, Types.AvailableNoteTagsQueryVariables>;\nexport function useAvailableNoteTagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>(AvailableNoteTagsDocument, options);\n }\nexport type AvailableNoteTagsQueryHookResult = ReturnType<typeof useAvailableNoteTagsQuery>;\nexport type AvailableNoteTagsLazyQueryHookResult = ReturnType<typeof useAvailableNoteTagsLazyQuery>;\nexport type AvailableNoteTagsSuspenseQueryHookResult = ReturnType<typeof useAvailableNoteTagsSuspenseQuery>;\nexport type AvailableNoteTagsQueryResult = Apollo.QueryResult<Types.AvailableNoteTagsQuery, Types.AvailableNoteTagsQueryVariables>;\nexport const OverviewSummaryDocument = gql`\n query OverviewSummary($workspaceId: ID!) {\n vibecontrolsAgents(filter: {isActive: true}) {\n id\n name\n hostname\n platform\n version\n isActive\n lastHeartbeat\n tunnelUrl\n tunnelStatus\n updatedAt\n }\n allAgents: vibecontrolsAgents {\n id\n }\n runningSessions: sessions(\n filter: {workspaceId: $workspaceId, status: RUNNING}\n pagination: {limit: 6}\n ) {\n items {\n id\n name\n status\n type\n agentId\n vibeId\n createdAt\n updatedAt\n }\n total\n }\n allSessions: sessions(\n filter: {workspaceId: $workspaceId}\n pagination: {limit: 1}\n ) {\n total\n }\n activeVibes: vibes(\n filter: {workspaceId: $workspaceId, status: ACTIVE}\n pagination: {limit: 6}\n ) {\n items {\n id\n name\n type\n status\n agentId\n }\n total\n }\n allVibes: vibes(filter: {workspaceId: $workspaceId}, pagination: {limit: 1}) {\n total\n }\n targets(workspaceId: $workspaceId, limit: 1) {\n total\n }\n connectedTargets: targets(\n workspaceId: $workspaceId\n filter: {status: \"connected\"}\n limit: 1\n ) {\n total\n }\n notes(filter: {workspaceId: $workspaceId}, pagination: {limit: 1}) {\n total\n }\n pinnedNotes: notes(\n filter: {workspaceId: $workspaceId, isPinned: true}\n pagination: {limit: 1}\n ) {\n total\n }\n}\n `;\n\n/**\n * __useOverviewSummaryQuery__\n *\n * To run a query within a React component, call `useOverviewSummaryQuery` and pass it any options that fit your needs.\n * When your component renders, `useOverviewSummaryQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useOverviewSummaryQuery({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useOverviewSummaryQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables> & ({ variables: Types.OverviewSummaryQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>(OverviewSummaryDocument, options);\n }\nexport function useOverviewSummaryLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>(OverviewSummaryDocument, options);\n }\n// @ts-ignore\nexport function useOverviewSummarySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>;\nexport function useOverviewSummarySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.OverviewSummaryQuery | undefined, Types.OverviewSummaryQueryVariables>;\nexport function useOverviewSummarySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>(OverviewSummaryDocument, options);\n }\nexport type OverviewSummaryQueryHookResult = ReturnType<typeof useOverviewSummaryQuery>;\nexport type OverviewSummaryLazyQueryHookResult = ReturnType<typeof useOverviewSummaryLazyQuery>;\nexport type OverviewSummarySuspenseQueryHookResult = ReturnType<typeof useOverviewSummarySuspenseQuery>;\nexport type OverviewSummaryQueryResult = Apollo.QueryResult<Types.OverviewSummaryQuery, Types.OverviewSummaryQueryVariables>;\nexport const GetSandboxStatsDocument = gql`\n query GetSandboxStats($context: ContextInput!) {\n getSandboxStats(context: $context) {\n activeSandboxes\n expiredCount\n failedCount\n provisioningNow\n runningNow\n stoppedNow\n totalCpuUsed\n totalCreated\n totalDeleted\n totalMemoryUsed\n }\n}\n `;\n\n/**\n * __useGetSandboxStatsQuery__\n *\n * To run a query within a React component, call `useGetSandboxStatsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSandboxStatsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSandboxStatsQuery({\n * variables: {\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetSandboxStatsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables> & ({ variables: Types.GetSandboxStatsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>(GetSandboxStatsDocument, options);\n }\nexport function useGetSandboxStatsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>(GetSandboxStatsDocument, options);\n }\n// @ts-ignore\nexport function useGetSandboxStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>;\nexport function useGetSandboxStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxStatsQuery | undefined, Types.GetSandboxStatsQueryVariables>;\nexport function useGetSandboxStatsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>(GetSandboxStatsDocument, options);\n }\nexport type GetSandboxStatsQueryHookResult = ReturnType<typeof useGetSandboxStatsQuery>;\nexport type GetSandboxStatsLazyQueryHookResult = ReturnType<typeof useGetSandboxStatsLazyQuery>;\nexport type GetSandboxStatsSuspenseQueryHookResult = ReturnType<typeof useGetSandboxStatsSuspenseQuery>;\nexport type GetSandboxStatsQueryResult = Apollo.QueryResult<Types.GetSandboxStatsQuery, Types.GetSandboxStatsQueryVariables>;\nexport const GetRecentSandboxActivityDocument = gql`\n query GetRecentSandboxActivity($context: ContextInput!, $limit: Int) {\n getRecentSandboxActivity(context: $context, limit: $limit) {\n total\n items {\n id\n action\n actorId\n sandboxId\n sandboxName\n status\n createdAt\n }\n }\n}\n `;\n\n/**\n * __useGetRecentSandboxActivityQuery__\n *\n * To run a query within a React component, call `useGetRecentSandboxActivityQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetRecentSandboxActivityQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetRecentSandboxActivityQuery({\n * variables: {\n * context: // value for 'context'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useGetRecentSandboxActivityQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables> & ({ variables: Types.GetRecentSandboxActivityQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>(GetRecentSandboxActivityDocument, options);\n }\nexport function useGetRecentSandboxActivityLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>(GetRecentSandboxActivityDocument, options);\n }\n// @ts-ignore\nexport function useGetRecentSandboxActivitySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>;\nexport function useGetRecentSandboxActivitySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetRecentSandboxActivityQuery | undefined, Types.GetRecentSandboxActivityQueryVariables>;\nexport function useGetRecentSandboxActivitySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>(GetRecentSandboxActivityDocument, options);\n }\nexport type GetRecentSandboxActivityQueryHookResult = ReturnType<typeof useGetRecentSandboxActivityQuery>;\nexport type GetRecentSandboxActivityLazyQueryHookResult = ReturnType<typeof useGetRecentSandboxActivityLazyQuery>;\nexport type GetRecentSandboxActivitySuspenseQueryHookResult = ReturnType<typeof useGetRecentSandboxActivitySuspenseQuery>;\nexport type GetRecentSandboxActivityQueryResult = Apollo.QueryResult<Types.GetRecentSandboxActivityQuery, Types.GetRecentSandboxActivityQueryVariables>;\nexport const GetSandboxDocument = gql`\n query GetSandbox($id: ID!, $context: ContextInput!) {\n getSandbox(id: $id, context: $context) {\n id\n status\n errorMessage\n network {\n internalUrl\n }\n }\n}\n `;\n\n/**\n * __useGetSandboxQuery__\n *\n * To run a query within a React component, call `useGetSandboxQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSandboxQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSandboxQuery({\n * variables: {\n * id: // value for 'id'\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetSandboxQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables> & ({ variables: Types.GetSandboxQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\nexport function useGetSandboxLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\n// @ts-ignore\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>;\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxQuery | undefined, Types.GetSandboxQueryVariables>;\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\nexport type GetSandboxQueryHookResult = ReturnType<typeof useGetSandboxQuery>;\nexport type GetSandboxLazyQueryHookResult = ReturnType<typeof useGetSandboxLazyQuery>;\nexport type GetSandboxSuspenseQueryHookResult = ReturnType<typeof useGetSandboxSuspenseQuery>;\nexport type GetSandboxQueryResult = Apollo.QueryResult<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>;\nexport const GetActiveSandboxesDocument = gql`\n query GetActiveSandboxes($context: ContextInput!) {\n getActiveSandboxes(context: $context) {\n id\n name\n status\n metadata\n template\n createdBy\n }\n}\n `;\n\n/**\n * __useGetActiveSandboxesQuery__\n *\n * To run a query within a React component, call `useGetActiveSandboxesQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetActiveSandboxesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetActiveSandboxesQuery({\n * variables: {\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetActiveSandboxesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables> & ({ variables: Types.GetActiveSandboxesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\nexport function useGetActiveSandboxesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\n// @ts-ignore\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>;\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActiveSandboxesQuery | undefined, Types.GetActiveSandboxesQueryVariables>;\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\nexport type GetActiveSandboxesQueryHookResult = ReturnType<typeof useGetActiveSandboxesQuery>;\nexport type GetActiveSandboxesLazyQueryHookResult = ReturnType<typeof useGetActiveSandboxesLazyQuery>;\nexport type GetActiveSandboxesSuspenseQueryHookResult = ReturnType<typeof useGetActiveSandboxesSuspenseQuery>;\nexport type GetActiveSandboxesQueryResult = Apollo.QueryResult<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>;\nexport const GetScheduledJobsForCalendarDocument = gql`\n query GetScheduledJobsForCalendar($workspaceId: ID!, $pagination: SchedulerPaginationInput) {\n scheduledJobs(workspaceId: $workspaceId, pagination: $pagination) {\n jobs {\n id\n name\n description\n status\n scheduleType\n cronExpression\n rrule\n interval\n scheduledAt\n nextExecutionAt\n lastExecutionAt\n actionId\n timezone\n startDate\n endDate\n }\n total\n nextCursor\n }\n}\n `;\n\n/**\n * __useGetScheduledJobsForCalendarQuery__\n *\n * To run a query within a React component, call `useGetScheduledJobsForCalendarQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetScheduledJobsForCalendarQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetScheduledJobsForCalendarQuery({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useGetScheduledJobsForCalendarQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables> & ({ variables: Types.GetScheduledJobsForCalendarQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>(GetScheduledJobsForCalendarDocument, options);\n }\nexport function useGetScheduledJobsForCalendarLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>(GetScheduledJobsForCalendarDocument, options);\n }\n// @ts-ignore\nexport function useGetScheduledJobsForCalendarSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>;\nexport function useGetScheduledJobsForCalendarSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetScheduledJobsForCalendarQuery | undefined, Types.GetScheduledJobsForCalendarQueryVariables>;\nexport function useGetScheduledJobsForCalendarSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>(GetScheduledJobsForCalendarDocument, options);\n }\nexport type GetScheduledJobsForCalendarQueryHookResult = ReturnType<typeof useGetScheduledJobsForCalendarQuery>;\nexport type GetScheduledJobsForCalendarLazyQueryHookResult = ReturnType<typeof useGetScheduledJobsForCalendarLazyQuery>;\nexport type GetScheduledJobsForCalendarSuspenseQueryHookResult = ReturnType<typeof useGetScheduledJobsForCalendarSuspenseQuery>;\nexport type GetScheduledJobsForCalendarQueryResult = Apollo.QueryResult<Types.GetScheduledJobsForCalendarQuery, Types.GetScheduledJobsForCalendarQueryVariables>;\nexport const GetSchedulerMetricsForAnalyticsDocument = gql`\n query GetSchedulerMetricsForAnalytics($workspaceId: ID) {\n schedulerMetrics(workspaceId: $workspaceId) {\n totalSchedules\n totalExecutions\n successfulExecutions\n failedExecutions\n executionSuccessRate\n pendingJobs\n runningJobs\n dueJobs\n overdueJobs\n queueDepth\n avgExecutionDuration\n maxExecutionDuration\n minExecutionDuration\n healthScore\n dlqEntries\n uptime\n schedulesByStatus\n schedulesByType\n schedulesByExecutor\n }\n}\n `;\n\n/**\n * __useGetSchedulerMetricsForAnalyticsQuery__\n *\n * To run a query within a React component, call `useGetSchedulerMetricsForAnalyticsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSchedulerMetricsForAnalyticsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSchedulerMetricsForAnalyticsQuery({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useGetSchedulerMetricsForAnalyticsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>(GetSchedulerMetricsForAnalyticsDocument, options);\n }\nexport function useGetSchedulerMetricsForAnalyticsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>(GetSchedulerMetricsForAnalyticsDocument, options);\n }\n// @ts-ignore\nexport function useGetSchedulerMetricsForAnalyticsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>;\nexport function useGetSchedulerMetricsForAnalyticsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSchedulerMetricsForAnalyticsQuery | undefined, Types.GetSchedulerMetricsForAnalyticsQueryVariables>;\nexport function useGetSchedulerMetricsForAnalyticsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>(GetSchedulerMetricsForAnalyticsDocument, options);\n }\nexport type GetSchedulerMetricsForAnalyticsQueryHookResult = ReturnType<typeof useGetSchedulerMetricsForAnalyticsQuery>;\nexport type GetSchedulerMetricsForAnalyticsLazyQueryHookResult = ReturnType<typeof useGetSchedulerMetricsForAnalyticsLazyQuery>;\nexport type GetSchedulerMetricsForAnalyticsSuspenseQueryHookResult = ReturnType<typeof useGetSchedulerMetricsForAnalyticsSuspenseQuery>;\nexport type GetSchedulerMetricsForAnalyticsQueryResult = Apollo.QueryResult<Types.GetSchedulerMetricsForAnalyticsQuery, Types.GetSchedulerMetricsForAnalyticsQueryVariables>;\nexport const GetScorecardDocument = gql`\n query GetScorecard($ownerType: ScorecardOwnerType!, $ownerId: ID!) {\n vibecontrolsScorecard(ownerType: $ownerType, ownerId: $ownerId) {\n ...ScorecardFields\n }\n}\n ${ScorecardFieldsFragmentDoc}`;\n\n/**\n * __useGetScorecardQuery__\n *\n * To run a query within a React component, call `useGetScorecardQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetScorecardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetScorecardQuery({\n * variables: {\n * ownerType: // value for 'ownerType'\n * ownerId: // value for 'ownerId'\n * },\n * });\n */\nexport function useGetScorecardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetScorecardQuery, Types.GetScorecardQueryVariables> & ({ variables: Types.GetScorecardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>(GetScorecardDocument, options);\n }\nexport function useGetScorecardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>(GetScorecardDocument, options);\n }\n// @ts-ignore\nexport function useGetScorecardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>;\nexport function useGetScorecardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetScorecardQuery | undefined, Types.GetScorecardQueryVariables>;\nexport function useGetScorecardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>(GetScorecardDocument, options);\n }\nexport type GetScorecardQueryHookResult = ReturnType<typeof useGetScorecardQuery>;\nexport type GetScorecardLazyQueryHookResult = ReturnType<typeof useGetScorecardLazyQuery>;\nexport type GetScorecardSuspenseQueryHookResult = ReturnType<typeof useGetScorecardSuspenseQuery>;\nexport type GetScorecardQueryResult = Apollo.QueryResult<Types.GetScorecardQuery, Types.GetScorecardQueryVariables>;\nexport const GetSessionSharesDocument = gql`\n query GetSessionShares($sessionId: ID!) {\n sessionShares(sessionId: $sessionId) {\n ...SessionShareFields\n }\n}\n ${SessionShareFieldsFragmentDoc}`;\n\n/**\n * __useGetSessionSharesQuery__\n *\n * To run a query within a React component, call `useGetSessionSharesQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSessionSharesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSessionSharesQuery({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useGetSessionSharesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables> & ({ variables: Types.GetSessionSharesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>(GetSessionSharesDocument, options);\n }\nexport function useGetSessionSharesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>(GetSessionSharesDocument, options);\n }\n// @ts-ignore\nexport function useGetSessionSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>;\nexport function useGetSessionSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionSharesQuery | undefined, Types.GetSessionSharesQueryVariables>;\nexport function useGetSessionSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>(GetSessionSharesDocument, options);\n }\nexport type GetSessionSharesQueryHookResult = ReturnType<typeof useGetSessionSharesQuery>;\nexport type GetSessionSharesLazyQueryHookResult = ReturnType<typeof useGetSessionSharesLazyQuery>;\nexport type GetSessionSharesSuspenseQueryHookResult = ReturnType<typeof useGetSessionSharesSuspenseQuery>;\nexport type GetSessionSharesQueryResult = Apollo.QueryResult<Types.GetSessionSharesQuery, Types.GetSessionSharesQueryVariables>;\nexport const GetSessionShareLinksDocument = gql`\n query GetSessionShareLinks($sessionId: ID!) {\n sessionShareLinks(sessionId: $sessionId) {\n ...SessionShareLinkFields\n }\n}\n ${SessionShareLinkFieldsFragmentDoc}`;\n\n/**\n * __useGetSessionShareLinksQuery__\n *\n * To run a query within a React component, call `useGetSessionShareLinksQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSessionShareLinksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSessionShareLinksQuery({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useGetSessionShareLinksQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables> & ({ variables: Types.GetSessionShareLinksQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>(GetSessionShareLinksDocument, options);\n }\nexport function useGetSessionShareLinksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>(GetSessionShareLinksDocument, options);\n }\n// @ts-ignore\nexport function useGetSessionShareLinksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>;\nexport function useGetSessionShareLinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionShareLinksQuery | undefined, Types.GetSessionShareLinksQueryVariables>;\nexport function useGetSessionShareLinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>(GetSessionShareLinksDocument, options);\n }\nexport type GetSessionShareLinksQueryHookResult = ReturnType<typeof useGetSessionShareLinksQuery>;\nexport type GetSessionShareLinksLazyQueryHookResult = ReturnType<typeof useGetSessionShareLinksLazyQuery>;\nexport type GetSessionShareLinksSuspenseQueryHookResult = ReturnType<typeof useGetSessionShareLinksSuspenseQuery>;\nexport type GetSessionShareLinksQueryResult = Apollo.QueryResult<Types.GetSessionShareLinksQuery, Types.GetSessionShareLinksQueryVariables>;\nexport const GetSessionsSharedWithMeDocument = gql`\n query GetSessionsSharedWithMe($filter: SharedWithMeFilterInput, $pagination: PaginationInput) {\n sessionsSharedWithMe(filter: $filter, pagination: $pagination) {\n edges {\n node {\n ...SessionShareFields\n }\n cursor\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n }\n}\n ${SessionShareFieldsFragmentDoc}`;\n\n/**\n * __useGetSessionsSharedWithMeQuery__\n *\n * To run a query within a React component, call `useGetSessionsSharedWithMeQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSessionsSharedWithMeQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSessionsSharedWithMeQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useGetSessionsSharedWithMeQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>(GetSessionsSharedWithMeDocument, options);\n }\nexport function useGetSessionsSharedWithMeLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>(GetSessionsSharedWithMeDocument, options);\n }\n// @ts-ignore\nexport function useGetSessionsSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>;\nexport function useGetSessionsSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionsSharedWithMeQuery | undefined, Types.GetSessionsSharedWithMeQueryVariables>;\nexport function useGetSessionsSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>(GetSessionsSharedWithMeDocument, options);\n }\nexport type GetSessionsSharedWithMeQueryHookResult = ReturnType<typeof useGetSessionsSharedWithMeQuery>;\nexport type GetSessionsSharedWithMeLazyQueryHookResult = ReturnType<typeof useGetSessionsSharedWithMeLazyQuery>;\nexport type GetSessionsSharedWithMeSuspenseQueryHookResult = ReturnType<typeof useGetSessionsSharedWithMeSuspenseQuery>;\nexport type GetSessionsSharedWithMeQueryResult = Apollo.QueryResult<Types.GetSessionsSharedWithMeQuery, Types.GetSessionsSharedWithMeQueryVariables>;\nexport const ValidateShareLinkDocument = gql`\n query ValidateShareLink($token: String!) {\n validateShareLink(token: $token) {\n ...ShareLinkValidationFields\n }\n}\n ${ShareLinkValidationFieldsFragmentDoc}`;\n\n/**\n * __useValidateShareLinkQuery__\n *\n * To run a query within a React component, call `useValidateShareLinkQuery` and pass it any options that fit your needs.\n * When your component renders, `useValidateShareLinkQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useValidateShareLinkQuery({\n * variables: {\n * token: // value for 'token'\n * },\n * });\n */\nexport function useValidateShareLinkQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables> & ({ variables: Types.ValidateShareLinkQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>(ValidateShareLinkDocument, options);\n }\nexport function useValidateShareLinkLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>(ValidateShareLinkDocument, options);\n }\n// @ts-ignore\nexport function useValidateShareLinkSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>;\nexport function useValidateShareLinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateShareLinkQuery | undefined, Types.ValidateShareLinkQueryVariables>;\nexport function useValidateShareLinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>(ValidateShareLinkDocument, options);\n }\nexport type ValidateShareLinkQueryHookResult = ReturnType<typeof useValidateShareLinkQuery>;\nexport type ValidateShareLinkLazyQueryHookResult = ReturnType<typeof useValidateShareLinkLazyQuery>;\nexport type ValidateShareLinkSuspenseQueryHookResult = ReturnType<typeof useValidateShareLinkSuspenseQuery>;\nexport type ValidateShareLinkQueryResult = Apollo.QueryResult<Types.ValidateShareLinkQuery, Types.ValidateShareLinkQueryVariables>;\nexport const GetSessionCollaboratorsDocument = gql`\n query GetSessionCollaborators($sessionId: ID!) {\n sessionCollaborators(sessionId: $sessionId) {\n ...SessionCollaboratorFields\n }\n}\n ${SessionCollaboratorFieldsFragmentDoc}`;\n\n/**\n * __useGetSessionCollaboratorsQuery__\n *\n * To run a query within a React component, call `useGetSessionCollaboratorsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSessionCollaboratorsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSessionCollaboratorsQuery({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useGetSessionCollaboratorsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables> & ({ variables: Types.GetSessionCollaboratorsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>(GetSessionCollaboratorsDocument, options);\n }\nexport function useGetSessionCollaboratorsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>(GetSessionCollaboratorsDocument, options);\n }\n// @ts-ignore\nexport function useGetSessionCollaboratorsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>;\nexport function useGetSessionCollaboratorsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionCollaboratorsQuery | undefined, Types.GetSessionCollaboratorsQueryVariables>;\nexport function useGetSessionCollaboratorsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>(GetSessionCollaboratorsDocument, options);\n }\nexport type GetSessionCollaboratorsQueryHookResult = ReturnType<typeof useGetSessionCollaboratorsQuery>;\nexport type GetSessionCollaboratorsLazyQueryHookResult = ReturnType<typeof useGetSessionCollaboratorsLazyQuery>;\nexport type GetSessionCollaboratorsSuspenseQueryHookResult = ReturnType<typeof useGetSessionCollaboratorsSuspenseQuery>;\nexport type GetSessionCollaboratorsQueryResult = Apollo.QueryResult<Types.GetSessionCollaboratorsQuery, Types.GetSessionCollaboratorsQueryVariables>;\nexport const ListSessionsDocument = gql`\n query ListSessions($filter: SessionFilterInput, $pagination: PaginationInput) {\n sessions(filter: $filter, pagination: $pagination) {\n items {\n ...SessionFields\n agent {\n id\n name\n isActive\n tunnelUrl\n tunnelStatus\n }\n vibe {\n id\n name\n status\n }\n }\n total\n hasMore\n }\n}\n ${SessionFieldsFragmentDoc}`;\n\n/**\n * __useListSessionsQuery__\n *\n * To run a query within a React component, call `useListSessionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListSessionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListSessionsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListSessionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>(ListSessionsDocument, options);\n }\nexport function useListSessionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>(ListSessionsDocument, options);\n }\n// @ts-ignore\nexport function useListSessionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>;\nexport function useListSessionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListSessionsQuery | undefined, Types.ListSessionsQueryVariables>;\nexport function useListSessionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>(ListSessionsDocument, options);\n }\nexport type ListSessionsQueryHookResult = ReturnType<typeof useListSessionsQuery>;\nexport type ListSessionsLazyQueryHookResult = ReturnType<typeof useListSessionsLazyQuery>;\nexport type ListSessionsSuspenseQueryHookResult = ReturnType<typeof useListSessionsSuspenseQuery>;\nexport type ListSessionsQueryResult = Apollo.QueryResult<Types.ListSessionsQuery, Types.ListSessionsQueryVariables>;\nexport const GetSessionDocument = gql`\n query GetSession($id: ID!) {\n session(id: $id) {\n ...SessionFields\n agent {\n id\n name\n hostname\n isActive\n tunnelUrl\n tunnelStatus\n }\n vibe {\n id\n name\n path\n status\n }\n }\n}\n ${SessionFieldsFragmentDoc}`;\n\n/**\n * __useGetSessionQuery__\n *\n * To run a query within a React component, call `useGetSessionQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSessionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSessionQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetSessionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSessionQuery, Types.GetSessionQueryVariables> & ({ variables: Types.GetSessionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSessionQuery, Types.GetSessionQueryVariables>(GetSessionDocument, options);\n }\nexport function useGetSessionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSessionQuery, Types.GetSessionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSessionQuery, Types.GetSessionQueryVariables>(GetSessionDocument, options);\n }\n// @ts-ignore\nexport function useGetSessionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionQuery, Types.GetSessionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionQuery, Types.GetSessionQueryVariables>;\nexport function useGetSessionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionQuery, Types.GetSessionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSessionQuery | undefined, Types.GetSessionQueryVariables>;\nexport function useGetSessionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSessionQuery, Types.GetSessionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSessionQuery, Types.GetSessionQueryVariables>(GetSessionDocument, options);\n }\nexport type GetSessionQueryHookResult = ReturnType<typeof useGetSessionQuery>;\nexport type GetSessionLazyQueryHookResult = ReturnType<typeof useGetSessionLazyQuery>;\nexport type GetSessionSuspenseQueryHookResult = ReturnType<typeof useGetSessionSuspenseQuery>;\nexport type GetSessionQueryResult = Apollo.QueryResult<Types.GetSessionQuery, Types.GetSessionQueryVariables>;\nexport const AgentSessionOrphansDocument = gql`\n query AgentSessionOrphans($agentId: ID!) {\n agentSessionOrphans(agentId: $agentId) {\n externalName\n provider\n windows\n attached\n createdAt\n }\n}\n `;\n\n/**\n * __useAgentSessionOrphansQuery__\n *\n * To run a query within a React component, call `useAgentSessionOrphansQuery` and pass it any options that fit your needs.\n * When your component renders, `useAgentSessionOrphansQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useAgentSessionOrphansQuery({\n * variables: {\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useAgentSessionOrphansQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables> & ({ variables: Types.AgentSessionOrphansQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>(AgentSessionOrphansDocument, options);\n }\nexport function useAgentSessionOrphansLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>(AgentSessionOrphansDocument, options);\n }\n// @ts-ignore\nexport function useAgentSessionOrphansSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>;\nexport function useAgentSessionOrphansSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.AgentSessionOrphansQuery | undefined, Types.AgentSessionOrphansQueryVariables>;\nexport function useAgentSessionOrphansSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>(AgentSessionOrphansDocument, options);\n }\nexport type AgentSessionOrphansQueryHookResult = ReturnType<typeof useAgentSessionOrphansQuery>;\nexport type AgentSessionOrphansLazyQueryHookResult = ReturnType<typeof useAgentSessionOrphansLazyQuery>;\nexport type AgentSessionOrphansSuspenseQueryHookResult = ReturnType<typeof useAgentSessionOrphansSuspenseQuery>;\nexport type AgentSessionOrphansQueryResult = Apollo.QueryResult<Types.AgentSessionOrphansQuery, Types.AgentSessionOrphansQueryVariables>;\nexport const MySettingsDocument = gql`\n query MySettings {\n mySettings {\n profile {\n displayName\n avatar\n bio\n timezone\n language\n }\n preferences {\n theme\n uiDensity\n sidebarCollapsed\n codeFont\n codeFontSize\n }\n notifications {\n agentOffline\n sessionError\n vibeStatusChange\n emailDigest\n digestFrequency\n }\n security {\n mfaEnabled\n sessionTimeout\n activeSessions\n }\n workspaceDefaults {\n defaultAgent\n defaultSessionType\n autoStartSessions\n defaultVibeType\n autoGitSync\n agentHeartbeatInterval\n agentAutoReconnect\n agentMaxSessions\n logLevel\n telemetryEnabled\n autoUpdate\n defaultEnvironmentVariables\n }\n }\n}\n `;\n\n/**\n * __useMySettingsQuery__\n *\n * To run a query within a React component, call `useMySettingsQuery` and pass it any options that fit your needs.\n * When your component renders, `useMySettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useMySettingsQuery({\n * variables: {\n * },\n * });\n */\nexport function useMySettingsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.MySettingsQuery, Types.MySettingsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.MySettingsQuery, Types.MySettingsQueryVariables>(MySettingsDocument, options);\n }\nexport function useMySettingsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.MySettingsQuery, Types.MySettingsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.MySettingsQuery, Types.MySettingsQueryVariables>(MySettingsDocument, options);\n }\n// @ts-ignore\nexport function useMySettingsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.MySettingsQuery, Types.MySettingsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MySettingsQuery, Types.MySettingsQueryVariables>;\nexport function useMySettingsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MySettingsQuery, Types.MySettingsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MySettingsQuery | undefined, Types.MySettingsQueryVariables>;\nexport function useMySettingsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MySettingsQuery, Types.MySettingsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.MySettingsQuery, Types.MySettingsQueryVariables>(MySettingsDocument, options);\n }\nexport type MySettingsQueryHookResult = ReturnType<typeof useMySettingsQuery>;\nexport type MySettingsLazyQueryHookResult = ReturnType<typeof useMySettingsLazyQuery>;\nexport type MySettingsSuspenseQueryHookResult = ReturnType<typeof useMySettingsSuspenseQuery>;\nexport type MySettingsQueryResult = Apollo.QueryResult<Types.MySettingsQuery, Types.MySettingsQueryVariables>;\nexport const MySettingsByCategoryDocument = gql`\n query MySettingsByCategory($category: SettingsCategory!) {\n mySettingsByCategory(category: $category)\n}\n `;\n\n/**\n * __useMySettingsByCategoryQuery__\n *\n * To run a query within a React component, call `useMySettingsByCategoryQuery` and pass it any options that fit your needs.\n * When your component renders, `useMySettingsByCategoryQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useMySettingsByCategoryQuery({\n * variables: {\n * category: // value for 'category'\n * },\n * });\n */\nexport function useMySettingsByCategoryQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables> & ({ variables: Types.MySettingsByCategoryQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>(MySettingsByCategoryDocument, options);\n }\nexport function useMySettingsByCategoryLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>(MySettingsByCategoryDocument, options);\n }\n// @ts-ignore\nexport function useMySettingsByCategorySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>;\nexport function useMySettingsByCategorySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MySettingsByCategoryQuery | undefined, Types.MySettingsByCategoryQueryVariables>;\nexport function useMySettingsByCategorySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>(MySettingsByCategoryDocument, options);\n }\nexport type MySettingsByCategoryQueryHookResult = ReturnType<typeof useMySettingsByCategoryQuery>;\nexport type MySettingsByCategoryLazyQueryHookResult = ReturnType<typeof useMySettingsByCategoryLazyQuery>;\nexport type MySettingsByCategorySuspenseQueryHookResult = ReturnType<typeof useMySettingsByCategorySuspenseQuery>;\nexport type MySettingsByCategoryQueryResult = Apollo.QueryResult<Types.MySettingsByCategoryQuery, Types.MySettingsByCategoryQueryVariables>;\nexport const SettingsPageDataDocument = gql`\n query SettingsPageData {\n mySettings {\n profile {\n displayName\n avatar\n bio\n timezone\n language\n }\n preferences {\n theme\n uiDensity\n sidebarCollapsed\n codeFont\n codeFontSize\n }\n notifications {\n agentOffline\n sessionError\n vibeStatusChange\n emailDigest\n digestFrequency\n }\n security {\n mfaEnabled\n sessionTimeout\n activeSessions\n }\n workspaceDefaults {\n defaultAgent\n defaultSessionType\n autoStartSessions\n defaultVibeType\n autoGitSync\n agentHeartbeatInterval\n agentAutoReconnect\n agentMaxSessions\n logLevel\n telemetryEnabled\n autoUpdate\n defaultEnvironmentVariables\n }\n }\n listSettingsSecrets {\n id\n key\n value\n isSecret\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useSettingsPageDataQuery__\n *\n * To run a query within a React component, call `useSettingsPageDataQuery` and pass it any options that fit your needs.\n * When your component renders, `useSettingsPageDataQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useSettingsPageDataQuery({\n * variables: {\n * },\n * });\n */\nexport function useSettingsPageDataQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>(SettingsPageDataDocument, options);\n }\nexport function useSettingsPageDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>(SettingsPageDataDocument, options);\n }\n// @ts-ignore\nexport function useSettingsPageDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>;\nexport function useSettingsPageDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SettingsPageDataQuery | undefined, Types.SettingsPageDataQueryVariables>;\nexport function useSettingsPageDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>(SettingsPageDataDocument, options);\n }\nexport type SettingsPageDataQueryHookResult = ReturnType<typeof useSettingsPageDataQuery>;\nexport type SettingsPageDataLazyQueryHookResult = ReturnType<typeof useSettingsPageDataLazyQuery>;\nexport type SettingsPageDataSuspenseQueryHookResult = ReturnType<typeof useSettingsPageDataSuspenseQuery>;\nexport type SettingsPageDataQueryResult = Apollo.QueryResult<Types.SettingsPageDataQuery, Types.SettingsPageDataQueryVariables>;\nexport const ListTargetsDocument = gql`\n query ListTargets($workspaceId: ID!, $filter: TargetFilterInput, $limit: Int, $offset: Int) {\n targets(\n workspaceId: $workspaceId\n filter: $filter\n limit: $limit\n offset: $offset\n ) {\n items {\n ...TargetFields\n }\n total\n hasMore\n }\n}\n ${TargetFieldsFragmentDoc}`;\n\n/**\n * __useListTargetsQuery__\n *\n * To run a query within a React component, call `useListTargetsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTargetsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListTargetsQuery({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * filter: // value for 'filter'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useListTargetsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListTargetsQuery, Types.ListTargetsQueryVariables> & ({ variables: Types.ListTargetsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>(ListTargetsDocument, options);\n }\nexport function useListTargetsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>(ListTargetsDocument, options);\n }\n// @ts-ignore\nexport function useListTargetsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>;\nexport function useListTargetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTargetsQuery | undefined, Types.ListTargetsQueryVariables>;\nexport function useListTargetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>(ListTargetsDocument, options);\n }\nexport type ListTargetsQueryHookResult = ReturnType<typeof useListTargetsQuery>;\nexport type ListTargetsLazyQueryHookResult = ReturnType<typeof useListTargetsLazyQuery>;\nexport type ListTargetsSuspenseQueryHookResult = ReturnType<typeof useListTargetsSuspenseQuery>;\nexport type ListTargetsQueryResult = Apollo.QueryResult<Types.ListTargetsQuery, Types.ListTargetsQueryVariables>;\nexport const GetTargetDocument = gql`\n query GetTarget($id: ID!) {\n target(id: $id) {\n ...TargetFields\n inboundConnections {\n ...AgentConnectionFields\n }\n }\n}\n ${TargetFieldsFragmentDoc}\n${AgentConnectionFieldsFragmentDoc}`;\n\n/**\n * __useGetTargetQuery__\n *\n * To run a query within a React component, call `useGetTargetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTargetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetTargetQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetTargetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTargetQuery, Types.GetTargetQueryVariables> & ({ variables: Types.GetTargetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTargetQuery, Types.GetTargetQueryVariables>(GetTargetDocument, options);\n }\nexport function useGetTargetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTargetQuery, Types.GetTargetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTargetQuery, Types.GetTargetQueryVariables>(GetTargetDocument, options);\n }\n// @ts-ignore\nexport function useGetTargetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTargetQuery, Types.GetTargetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTargetQuery, Types.GetTargetQueryVariables>;\nexport function useGetTargetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTargetQuery, Types.GetTargetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTargetQuery | undefined, Types.GetTargetQueryVariables>;\nexport function useGetTargetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTargetQuery, Types.GetTargetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTargetQuery, Types.GetTargetQueryVariables>(GetTargetDocument, options);\n }\nexport type GetTargetQueryHookResult = ReturnType<typeof useGetTargetQuery>;\nexport type GetTargetLazyQueryHookResult = ReturnType<typeof useGetTargetLazyQuery>;\nexport type GetTargetSuspenseQueryHookResult = ReturnType<typeof useGetTargetSuspenseQuery>;\nexport type GetTargetQueryResult = Apollo.QueryResult<Types.GetTargetQuery, Types.GetTargetQueryVariables>;\nexport const GetAgentGraphDocument = gql`\n query GetAgentGraph($workspaceId: ID!, $rootAgentId: ID) {\n agentGraph(workspaceId: $workspaceId, rootAgentId: $rootAgentId) {\n targets {\n id\n name\n type\n status\n host\n agents {\n id\n name\n version\n isActive\n }\n }\n connections {\n id\n protocol\n status\n permissions\n scopes\n label\n description\n sourceAgent {\n id\n name\n }\n target {\n id\n name\n type\n }\n }\n }\n}\n `;\n\n/**\n * __useGetAgentGraphQuery__\n *\n * To run a query within a React component, call `useGetAgentGraphQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetAgentGraphQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetAgentGraphQuery({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * rootAgentId: // value for 'rootAgentId'\n * },\n * });\n */\nexport function useGetAgentGraphQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables> & ({ variables: Types.GetAgentGraphQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>(GetAgentGraphDocument, options);\n }\nexport function useGetAgentGraphLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>(GetAgentGraphDocument, options);\n }\n// @ts-ignore\nexport function useGetAgentGraphSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>;\nexport function useGetAgentGraphSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetAgentGraphQuery | undefined, Types.GetAgentGraphQueryVariables>;\nexport function useGetAgentGraphSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>(GetAgentGraphDocument, options);\n }\nexport type GetAgentGraphQueryHookResult = ReturnType<typeof useGetAgentGraphQuery>;\nexport type GetAgentGraphLazyQueryHookResult = ReturnType<typeof useGetAgentGraphLazyQuery>;\nexport type GetAgentGraphSuspenseQueryHookResult = ReturnType<typeof useGetAgentGraphSuspenseQuery>;\nexport type GetAgentGraphQueryResult = Apollo.QueryResult<Types.GetAgentGraphQuery, Types.GetAgentGraphQueryVariables>;\nexport const ListTemplatesDocument = gql`\n query ListTemplates($filter: VibecontrolsTemplateFilterInput, $pagination: PaginationInput) {\n vibecontrolsTemplates(filter: $filter, pagination: $pagination) {\n items {\n ...TemplateFields\n sourceComponent {\n id\n name\n type\n }\n }\n total\n hasMore\n }\n}\n ${TemplateFieldsFragmentDoc}`;\n\n/**\n * __useListTemplatesQuery__\n *\n * To run a query within a React component, call `useListTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListTemplatesQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListTemplatesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\nexport function useListTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>;\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTemplatesQuery | undefined, Types.ListTemplatesQueryVariables>;\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\nexport type ListTemplatesQueryHookResult = ReturnType<typeof useListTemplatesQuery>;\nexport type ListTemplatesLazyQueryHookResult = ReturnType<typeof useListTemplatesLazyQuery>;\nexport type ListTemplatesSuspenseQueryHookResult = ReturnType<typeof useListTemplatesSuspenseQuery>;\nexport type ListTemplatesQueryResult = Apollo.QueryResult<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>;\nexport const GetTemplateDocument = gql`\n query GetTemplate($id: ID!) {\n vibecontrolsTemplate(id: $id) {\n ...TemplateFields\n componentSnapshot\n sourceComponent {\n id\n name\n type\n lifecycle\n }\n }\n}\n ${TemplateFieldsFragmentDoc}`;\n\n/**\n * __useGetTemplateQuery__\n *\n * To run a query within a React component, call `useGetTemplateQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTemplateQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetTemplateQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetTemplateQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables> & ({ variables: Types.GetTemplateQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\nexport function useGetTemplateLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\n// @ts-ignore\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>;\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTemplateQuery | undefined, Types.GetTemplateQueryVariables>;\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\nexport type GetTemplateQueryHookResult = ReturnType<typeof useGetTemplateQuery>;\nexport type GetTemplateLazyQueryHookResult = ReturnType<typeof useGetTemplateLazyQuery>;\nexport type GetTemplateSuspenseQueryHookResult = ReturnType<typeof useGetTemplateSuspenseQuery>;\nexport type GetTemplateQueryResult = Apollo.QueryResult<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>;\nexport const ListTunnelsDocument = gql`\n query ListTunnels($filter: TunnelFilterInput, $pagination: PaginationInput) {\n tunnels(filter: $filter, pagination: $pagination) {\n items {\n ...TunnelFields\n }\n total\n hasMore\n }\n}\n ${TunnelFieldsFragmentDoc}`;\n\n/**\n * __useListTunnelsQuery__\n *\n * To run a query within a React component, call `useListTunnelsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTunnelsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListTunnelsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListTunnelsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>(ListTunnelsDocument, options);\n }\nexport function useListTunnelsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>(ListTunnelsDocument, options);\n }\n// @ts-ignore\nexport function useListTunnelsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>;\nexport function useListTunnelsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelsQuery | undefined, Types.ListTunnelsQueryVariables>;\nexport function useListTunnelsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>(ListTunnelsDocument, options);\n }\nexport type ListTunnelsQueryHookResult = ReturnType<typeof useListTunnelsQuery>;\nexport type ListTunnelsLazyQueryHookResult = ReturnType<typeof useListTunnelsLazyQuery>;\nexport type ListTunnelsSuspenseQueryHookResult = ReturnType<typeof useListTunnelsSuspenseQuery>;\nexport type ListTunnelsQueryResult = Apollo.QueryResult<Types.ListTunnelsQuery, Types.ListTunnelsQueryVariables>;\nexport const GetTunnelDocument = gql`\n query GetTunnel($id: ID!) {\n tunnel(id: $id) {\n ...TunnelFields\n domains {\n ...TunnelDomainFields\n }\n activeSessions {\n ...TunnelSessionFields\n }\n }\n}\n ${TunnelFieldsFragmentDoc}\n${TunnelDomainFieldsFragmentDoc}\n${TunnelSessionFieldsFragmentDoc}`;\n\n/**\n * __useGetTunnelQuery__\n *\n * To run a query within a React component, call `useGetTunnelQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTunnelQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetTunnelQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetTunnelQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTunnelQuery, Types.GetTunnelQueryVariables> & ({ variables: Types.GetTunnelQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>(GetTunnelDocument, options);\n }\nexport function useGetTunnelLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>(GetTunnelDocument, options);\n }\n// @ts-ignore\nexport function useGetTunnelSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>;\nexport function useGetTunnelSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelQuery | undefined, Types.GetTunnelQueryVariables>;\nexport function useGetTunnelSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>(GetTunnelDocument, options);\n }\nexport type GetTunnelQueryHookResult = ReturnType<typeof useGetTunnelQuery>;\nexport type GetTunnelLazyQueryHookResult = ReturnType<typeof useGetTunnelLazyQuery>;\nexport type GetTunnelSuspenseQueryHookResult = ReturnType<typeof useGetTunnelSuspenseQuery>;\nexport type GetTunnelQueryResult = Apollo.QueryResult<Types.GetTunnelQuery, Types.GetTunnelQueryVariables>;\nexport const GetTunnelBySlugDocument = gql`\n query GetTunnelBySlug($slug: String!) {\n tunnelBySlug(slug: $slug) {\n ...TunnelFields\n }\n}\n ${TunnelFieldsFragmentDoc}`;\n\n/**\n * __useGetTunnelBySlugQuery__\n *\n * To run a query within a React component, call `useGetTunnelBySlugQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTunnelBySlugQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetTunnelBySlugQuery({\n * variables: {\n * slug: // value for 'slug'\n * },\n * });\n */\nexport function useGetTunnelBySlugQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables> & ({ variables: Types.GetTunnelBySlugQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>(GetTunnelBySlugDocument, options);\n }\nexport function useGetTunnelBySlugLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>(GetTunnelBySlugDocument, options);\n }\n// @ts-ignore\nexport function useGetTunnelBySlugSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>;\nexport function useGetTunnelBySlugSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelBySlugQuery | undefined, Types.GetTunnelBySlugQueryVariables>;\nexport function useGetTunnelBySlugSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>(GetTunnelBySlugDocument, options);\n }\nexport type GetTunnelBySlugQueryHookResult = ReturnType<typeof useGetTunnelBySlugQuery>;\nexport type GetTunnelBySlugLazyQueryHookResult = ReturnType<typeof useGetTunnelBySlugLazyQuery>;\nexport type GetTunnelBySlugSuspenseQueryHookResult = ReturnType<typeof useGetTunnelBySlugSuspenseQuery>;\nexport type GetTunnelBySlugQueryResult = Apollo.QueryResult<Types.GetTunnelBySlugQuery, Types.GetTunnelBySlugQueryVariables>;\nexport const ListTunnelProvidersDocument = gql`\n query ListTunnelProviders {\n tunnelProviders {\n ...TunnelProviderFields\n }\n}\n ${TunnelProviderFieldsFragmentDoc}`;\n\n/**\n * __useListTunnelProvidersQuery__\n *\n * To run a query within a React component, call `useListTunnelProvidersQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTunnelProvidersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListTunnelProvidersQuery({\n * variables: {\n * },\n * });\n */\nexport function useListTunnelProvidersQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>(ListTunnelProvidersDocument, options);\n }\nexport function useListTunnelProvidersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>(ListTunnelProvidersDocument, options);\n }\n// @ts-ignore\nexport function useListTunnelProvidersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>;\nexport function useListTunnelProvidersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelProvidersQuery | undefined, Types.ListTunnelProvidersQueryVariables>;\nexport function useListTunnelProvidersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>(ListTunnelProvidersDocument, options);\n }\nexport type ListTunnelProvidersQueryHookResult = ReturnType<typeof useListTunnelProvidersQuery>;\nexport type ListTunnelProvidersLazyQueryHookResult = ReturnType<typeof useListTunnelProvidersLazyQuery>;\nexport type ListTunnelProvidersSuspenseQueryHookResult = ReturnType<typeof useListTunnelProvidersSuspenseQuery>;\nexport type ListTunnelProvidersQueryResult = Apollo.QueryResult<Types.ListTunnelProvidersQuery, Types.ListTunnelProvidersQueryVariables>;\nexport const ListTunnelDomainsDocument = gql`\n query ListTunnelDomains($tunnelId: ID, $filter: TunnelDomainFilterInput, $pagination: PaginationInput) {\n tunnelDomains(tunnelId: $tunnelId, filter: $filter, pagination: $pagination) {\n items {\n ...TunnelDomainFields\n }\n total\n hasMore\n }\n}\n ${TunnelDomainFieldsFragmentDoc}`;\n\n/**\n * __useListTunnelDomainsQuery__\n *\n * To run a query within a React component, call `useListTunnelDomainsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTunnelDomainsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListTunnelDomainsQuery({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListTunnelDomainsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>(ListTunnelDomainsDocument, options);\n }\nexport function useListTunnelDomainsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>(ListTunnelDomainsDocument, options);\n }\n// @ts-ignore\nexport function useListTunnelDomainsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>;\nexport function useListTunnelDomainsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelDomainsQuery | undefined, Types.ListTunnelDomainsQueryVariables>;\nexport function useListTunnelDomainsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>(ListTunnelDomainsDocument, options);\n }\nexport type ListTunnelDomainsQueryHookResult = ReturnType<typeof useListTunnelDomainsQuery>;\nexport type ListTunnelDomainsLazyQueryHookResult = ReturnType<typeof useListTunnelDomainsLazyQuery>;\nexport type ListTunnelDomainsSuspenseQueryHookResult = ReturnType<typeof useListTunnelDomainsSuspenseQuery>;\nexport type ListTunnelDomainsQueryResult = Apollo.QueryResult<Types.ListTunnelDomainsQuery, Types.ListTunnelDomainsQueryVariables>;\nexport const ListTunnelSessionsDocument = gql`\n query ListTunnelSessions($tunnelId: ID!, $pagination: PaginationInput) {\n tunnelSessions(tunnelId: $tunnelId, pagination: $pagination) {\n items {\n ...TunnelSessionFields\n }\n total\n hasMore\n }\n}\n ${TunnelSessionFieldsFragmentDoc}`;\n\n/**\n * __useListTunnelSessionsQuery__\n *\n * To run a query within a React component, call `useListTunnelSessionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTunnelSessionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListTunnelSessionsQuery({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListTunnelSessionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables> & ({ variables: Types.ListTunnelSessionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>(ListTunnelSessionsDocument, options);\n }\nexport function useListTunnelSessionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>(ListTunnelSessionsDocument, options);\n }\n// @ts-ignore\nexport function useListTunnelSessionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>;\nexport function useListTunnelSessionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTunnelSessionsQuery | undefined, Types.ListTunnelSessionsQueryVariables>;\nexport function useListTunnelSessionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>(ListTunnelSessionsDocument, options);\n }\nexport type ListTunnelSessionsQueryHookResult = ReturnType<typeof useListTunnelSessionsQuery>;\nexport type ListTunnelSessionsLazyQueryHookResult = ReturnType<typeof useListTunnelSessionsLazyQuery>;\nexport type ListTunnelSessionsSuspenseQueryHookResult = ReturnType<typeof useListTunnelSessionsSuspenseQuery>;\nexport type ListTunnelSessionsQueryResult = Apollo.QueryResult<Types.ListTunnelSessionsQuery, Types.ListTunnelSessionsQueryVariables>;\nexport const GetTunnelUsageDocument = gql`\n query GetTunnelUsage($tunnelId: ID!, $from: DateTime!, $to: DateTime!) {\n tunnelUsage(tunnelId: $tunnelId, from: $from, to: $to) {\n tunnelId\n hourBucket\n bytesIn\n bytesOut\n requests\n connections\n }\n}\n `;\n\n/**\n * __useGetTunnelUsageQuery__\n *\n * To run a query within a React component, call `useGetTunnelUsageQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTunnelUsageQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetTunnelUsageQuery({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * from: // value for 'from'\n * to: // value for 'to'\n * },\n * });\n */\nexport function useGetTunnelUsageQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables> & ({ variables: Types.GetTunnelUsageQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>(GetTunnelUsageDocument, options);\n }\nexport function useGetTunnelUsageLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>(GetTunnelUsageDocument, options);\n }\n// @ts-ignore\nexport function useGetTunnelUsageSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>;\nexport function useGetTunnelUsageSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelUsageQuery | undefined, Types.GetTunnelUsageQueryVariables>;\nexport function useGetTunnelUsageSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>(GetTunnelUsageDocument, options);\n }\nexport type GetTunnelUsageQueryHookResult = ReturnType<typeof useGetTunnelUsageQuery>;\nexport type GetTunnelUsageLazyQueryHookResult = ReturnType<typeof useGetTunnelUsageLazyQuery>;\nexport type GetTunnelUsageSuspenseQueryHookResult = ReturnType<typeof useGetTunnelUsageSuspenseQuery>;\nexport type GetTunnelUsageQueryResult = Apollo.QueryResult<Types.GetTunnelUsageQuery, Types.GetTunnelUsageQueryVariables>;\nexport const GetTunnelAuditDocument = gql`\n query GetTunnelAudit($tunnelId: ID!, $pagination: PaginationInput) {\n tunnelAudit(tunnelId: $tunnelId, pagination: $pagination) {\n items {\n id\n action\n resourceType\n resourceId\n resourceName\n operationName\n status\n actorId\n createdAt\n }\n total\n hasMore\n }\n}\n `;\n\n/**\n * __useGetTunnelAuditQuery__\n *\n * To run a query within a React component, call `useGetTunnelAuditQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTunnelAuditQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetTunnelAuditQuery({\n * variables: {\n * tunnelId: // value for 'tunnelId'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useGetTunnelAuditQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables> & ({ variables: Types.GetTunnelAuditQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>(GetTunnelAuditDocument, options);\n }\nexport function useGetTunnelAuditLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>(GetTunnelAuditDocument, options);\n }\n// @ts-ignore\nexport function useGetTunnelAuditSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>;\nexport function useGetTunnelAuditSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTunnelAuditQuery | undefined, Types.GetTunnelAuditQueryVariables>;\nexport function useGetTunnelAuditSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>(GetTunnelAuditDocument, options);\n }\nexport type GetTunnelAuditQueryHookResult = ReturnType<typeof useGetTunnelAuditQuery>;\nexport type GetTunnelAuditLazyQueryHookResult = ReturnType<typeof useGetTunnelAuditLazyQuery>;\nexport type GetTunnelAuditSuspenseQueryHookResult = ReturnType<typeof useGetTunnelAuditSuspenseQuery>;\nexport type GetTunnelAuditQueryResult = Apollo.QueryResult<Types.GetTunnelAuditQuery, Types.GetTunnelAuditQueryVariables>;\nexport const GetUiSessionDocument = gql`\n query GetUISession {\n uiSession {\n id\n userId\n workspaceId\n state\n activeVibeId\n activeSessionId\n recentVibes\n recentSessions\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useGetUiSessionQuery__\n *\n * To run a query within a React component, call `useGetUiSessionQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetUiSessionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetUiSessionQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetUiSessionQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>(GetUiSessionDocument, options);\n }\nexport function useGetUiSessionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>(GetUiSessionDocument, options);\n }\n// @ts-ignore\nexport function useGetUiSessionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>;\nexport function useGetUiSessionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetUiSessionQuery | undefined, Types.GetUiSessionQueryVariables>;\nexport function useGetUiSessionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>(GetUiSessionDocument, options);\n }\nexport type GetUiSessionQueryHookResult = ReturnType<typeof useGetUiSessionQuery>;\nexport type GetUiSessionLazyQueryHookResult = ReturnType<typeof useGetUiSessionLazyQuery>;\nexport type GetUiSessionSuspenseQueryHookResult = ReturnType<typeof useGetUiSessionSuspenseQuery>;\nexport type GetUiSessionQueryResult = Apollo.QueryResult<Types.GetUiSessionQuery, Types.GetUiSessionQueryVariables>;\nexport const ListVibeCalendarTasksDocument = gql`\n query ListVibeCalendarTasks($calendarId: ID!) {\n vibeCalendarTasks(calendarId: $calendarId) {\n ...VibeCalendarTaskFields\n }\n}\n ${VibeCalendarTaskFieldsFragmentDoc}`;\n\n/**\n * __useListVibeCalendarTasksQuery__\n *\n * To run a query within a React component, call `useListVibeCalendarTasksQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibeCalendarTasksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibeCalendarTasksQuery({\n * variables: {\n * calendarId: // value for 'calendarId'\n * },\n * });\n */\nexport function useListVibeCalendarTasksQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables> & ({ variables: Types.ListVibeCalendarTasksQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>(ListVibeCalendarTasksDocument, options);\n }\nexport function useListVibeCalendarTasksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>(ListVibeCalendarTasksDocument, options);\n }\n// @ts-ignore\nexport function useListVibeCalendarTasksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>;\nexport function useListVibeCalendarTasksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeCalendarTasksQuery | undefined, Types.ListVibeCalendarTasksQueryVariables>;\nexport function useListVibeCalendarTasksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>(ListVibeCalendarTasksDocument, options);\n }\nexport type ListVibeCalendarTasksQueryHookResult = ReturnType<typeof useListVibeCalendarTasksQuery>;\nexport type ListVibeCalendarTasksLazyQueryHookResult = ReturnType<typeof useListVibeCalendarTasksLazyQuery>;\nexport type ListVibeCalendarTasksSuspenseQueryHookResult = ReturnType<typeof useListVibeCalendarTasksSuspenseQuery>;\nexport type ListVibeCalendarTasksQueryResult = Apollo.QueryResult<Types.ListVibeCalendarTasksQuery, Types.ListVibeCalendarTasksQueryVariables>;\nexport const GetVibeCalendarTaskDocument = gql`\n query GetVibeCalendarTask($id: ID!) {\n vibeCalendarTask(id: $id) {\n ...VibeCalendarTaskFields\n }\n}\n ${VibeCalendarTaskFieldsFragmentDoc}`;\n\n/**\n * __useGetVibeCalendarTaskQuery__\n *\n * To run a query within a React component, call `useGetVibeCalendarTaskQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeCalendarTaskQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeCalendarTaskQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetVibeCalendarTaskQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables> & ({ variables: Types.GetVibeCalendarTaskQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>(GetVibeCalendarTaskDocument, options);\n }\nexport function useGetVibeCalendarTaskLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>(GetVibeCalendarTaskDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeCalendarTaskSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>;\nexport function useGetVibeCalendarTaskSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeCalendarTaskQuery | undefined, Types.GetVibeCalendarTaskQueryVariables>;\nexport function useGetVibeCalendarTaskSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>(GetVibeCalendarTaskDocument, options);\n }\nexport type GetVibeCalendarTaskQueryHookResult = ReturnType<typeof useGetVibeCalendarTaskQuery>;\nexport type GetVibeCalendarTaskLazyQueryHookResult = ReturnType<typeof useGetVibeCalendarTaskLazyQuery>;\nexport type GetVibeCalendarTaskSuspenseQueryHookResult = ReturnType<typeof useGetVibeCalendarTaskSuspenseQuery>;\nexport type GetVibeCalendarTaskQueryResult = Apollo.QueryResult<Types.GetVibeCalendarTaskQuery, Types.GetVibeCalendarTaskQueryVariables>;\nexport const ListVibeCalendarExecutionsDocument = gql`\n query ListVibeCalendarExecutions($taskId: ID!) {\n vibeCalendarExecutions(taskId: $taskId) {\n id\n taskId\n status\n startedAt\n exitCode\n output\n error\n completedAt\n webhookStatusCode\n }\n}\n `;\n\n/**\n * __useListVibeCalendarExecutionsQuery__\n *\n * To run a query within a React component, call `useListVibeCalendarExecutionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibeCalendarExecutionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibeCalendarExecutionsQuery({\n * variables: {\n * taskId: // value for 'taskId'\n * },\n * });\n */\nexport function useListVibeCalendarExecutionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables> & ({ variables: Types.ListVibeCalendarExecutionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>(ListVibeCalendarExecutionsDocument, options);\n }\nexport function useListVibeCalendarExecutionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>(ListVibeCalendarExecutionsDocument, options);\n }\n// @ts-ignore\nexport function useListVibeCalendarExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>;\nexport function useListVibeCalendarExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeCalendarExecutionsQuery | undefined, Types.ListVibeCalendarExecutionsQueryVariables>;\nexport function useListVibeCalendarExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>(ListVibeCalendarExecutionsDocument, options);\n }\nexport type ListVibeCalendarExecutionsQueryHookResult = ReturnType<typeof useListVibeCalendarExecutionsQuery>;\nexport type ListVibeCalendarExecutionsLazyQueryHookResult = ReturnType<typeof useListVibeCalendarExecutionsLazyQuery>;\nexport type ListVibeCalendarExecutionsSuspenseQueryHookResult = ReturnType<typeof useListVibeCalendarExecutionsSuspenseQuery>;\nexport type ListVibeCalendarExecutionsQueryResult = Apollo.QueryResult<Types.ListVibeCalendarExecutionsQuery, Types.ListVibeCalendarExecutionsQueryVariables>;\nexport const GetVibeCatalogsDocument = gql`\n query GetVibeCatalogs {\n vibecontrolsCatalogs {\n items {\n id\n name\n visibility\n vibes {\n id\n vibeId\n }\n }\n }\n}\n `;\n\n/**\n * __useGetVibeCatalogsQuery__\n *\n * To run a query within a React component, call `useGetVibeCatalogsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeCatalogsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeCatalogsQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetVibeCatalogsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>(GetVibeCatalogsDocument, options);\n }\nexport function useGetVibeCatalogsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>(GetVibeCatalogsDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeCatalogsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>;\nexport function useGetVibeCatalogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeCatalogsQuery | undefined, Types.GetVibeCatalogsQueryVariables>;\nexport function useGetVibeCatalogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>(GetVibeCatalogsDocument, options);\n }\nexport type GetVibeCatalogsQueryHookResult = ReturnType<typeof useGetVibeCatalogsQuery>;\nexport type GetVibeCatalogsLazyQueryHookResult = ReturnType<typeof useGetVibeCatalogsLazyQuery>;\nexport type GetVibeCatalogsSuspenseQueryHookResult = ReturnType<typeof useGetVibeCatalogsSuspenseQuery>;\nexport type GetVibeCatalogsQueryResult = Apollo.QueryResult<Types.GetVibeCatalogsQuery, Types.GetVibeCatalogsQueryVariables>;\nexport const GetVibeFeatureCatalogDocument = gql`\n query GetVibeFeatureCatalog {\n vibeFeatureCatalog {\n id\n label\n defaultEnabled\n }\n}\n `;\n\n/**\n * __useGetVibeFeatureCatalogQuery__\n *\n * To run a query within a React component, call `useGetVibeFeatureCatalogQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeFeatureCatalogQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeFeatureCatalogQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetVibeFeatureCatalogQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>(GetVibeFeatureCatalogDocument, options);\n }\nexport function useGetVibeFeatureCatalogLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>(GetVibeFeatureCatalogDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeFeatureCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>;\nexport function useGetVibeFeatureCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeFeatureCatalogQuery | undefined, Types.GetVibeFeatureCatalogQueryVariables>;\nexport function useGetVibeFeatureCatalogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>(GetVibeFeatureCatalogDocument, options);\n }\nexport type GetVibeFeatureCatalogQueryHookResult = ReturnType<typeof useGetVibeFeatureCatalogQuery>;\nexport type GetVibeFeatureCatalogLazyQueryHookResult = ReturnType<typeof useGetVibeFeatureCatalogLazyQuery>;\nexport type GetVibeFeatureCatalogSuspenseQueryHookResult = ReturnType<typeof useGetVibeFeatureCatalogSuspenseQuery>;\nexport type GetVibeFeatureCatalogQueryResult = Apollo.QueryResult<Types.GetVibeFeatureCatalogQuery, Types.GetVibeFeatureCatalogQueryVariables>;\nexport const GetVibeFeatureFlagsDocument = gql`\n query GetVibeFeatureFlags($id: ID!) {\n vibe(id: $id) {\n id\n featureFlags\n effectiveFeatureFlags\n }\n}\n `;\n\n/**\n * __useGetVibeFeatureFlagsQuery__\n *\n * To run a query within a React component, call `useGetVibeFeatureFlagsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeFeatureFlagsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeFeatureFlagsQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetVibeFeatureFlagsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables> & ({ variables: Types.GetVibeFeatureFlagsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>(GetVibeFeatureFlagsDocument, options);\n }\nexport function useGetVibeFeatureFlagsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>(GetVibeFeatureFlagsDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeFeatureFlagsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>;\nexport function useGetVibeFeatureFlagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeFeatureFlagsQuery | undefined, Types.GetVibeFeatureFlagsQueryVariables>;\nexport function useGetVibeFeatureFlagsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>(GetVibeFeatureFlagsDocument, options);\n }\nexport type GetVibeFeatureFlagsQueryHookResult = ReturnType<typeof useGetVibeFeatureFlagsQuery>;\nexport type GetVibeFeatureFlagsLazyQueryHookResult = ReturnType<typeof useGetVibeFeatureFlagsLazyQuery>;\nexport type GetVibeFeatureFlagsSuspenseQueryHookResult = ReturnType<typeof useGetVibeFeatureFlagsSuspenseQuery>;\nexport type GetVibeFeatureFlagsQueryResult = Apollo.QueryResult<Types.GetVibeFeatureFlagsQuery, Types.GetVibeFeatureFlagsQueryVariables>;\nexport const ListVibeDeckShareLinksDocument = gql`\n query ListVibeDeckShareLinks($vibeDeckId: ID!) {\n vibeDeckShareLinks(vibeDeckId: $vibeDeckId) {\n ...VibeDeckShareLinkFields\n }\n}\n ${VibeDeckShareLinkFieldsFragmentDoc}`;\n\n/**\n * __useListVibeDeckShareLinksQuery__\n *\n * To run a query within a React component, call `useListVibeDeckShareLinksQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibeDeckShareLinksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibeDeckShareLinksQuery({\n * variables: {\n * vibeDeckId: // value for 'vibeDeckId'\n * },\n * });\n */\nexport function useListVibeDeckShareLinksQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables> & ({ variables: Types.ListVibeDeckShareLinksQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>(ListVibeDeckShareLinksDocument, options);\n }\nexport function useListVibeDeckShareLinksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>(ListVibeDeckShareLinksDocument, options);\n }\n// @ts-ignore\nexport function useListVibeDeckShareLinksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>;\nexport function useListVibeDeckShareLinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeDeckShareLinksQuery | undefined, Types.ListVibeDeckShareLinksQueryVariables>;\nexport function useListVibeDeckShareLinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>(ListVibeDeckShareLinksDocument, options);\n }\nexport type ListVibeDeckShareLinksQueryHookResult = ReturnType<typeof useListVibeDeckShareLinksQuery>;\nexport type ListVibeDeckShareLinksLazyQueryHookResult = ReturnType<typeof useListVibeDeckShareLinksLazyQuery>;\nexport type ListVibeDeckShareLinksSuspenseQueryHookResult = ReturnType<typeof useListVibeDeckShareLinksSuspenseQuery>;\nexport type ListVibeDeckShareLinksQueryResult = Apollo.QueryResult<Types.ListVibeDeckShareLinksQuery, Types.ListVibeDeckShareLinksQueryVariables>;\nexport const ValidateVibeDeckShareLinkDocument = gql`\n query ValidateVibeDeckShareLink($token: String!) {\n validateVibeDeckShareLink(token: $token) {\n isValid\n requiresPassword\n permission\n expiresAt\n vibeDeckId\n vibeDeckName\n ownerName\n allowIframe\n error\n }\n}\n `;\n\n/**\n * __useValidateVibeDeckShareLinkQuery__\n *\n * To run a query within a React component, call `useValidateVibeDeckShareLinkQuery` and pass it any options that fit your needs.\n * When your component renders, `useValidateVibeDeckShareLinkQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useValidateVibeDeckShareLinkQuery({\n * variables: {\n * token: // value for 'token'\n * },\n * });\n */\nexport function useValidateVibeDeckShareLinkQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables> & ({ variables: Types.ValidateVibeDeckShareLinkQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>(ValidateVibeDeckShareLinkDocument, options);\n }\nexport function useValidateVibeDeckShareLinkLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>(ValidateVibeDeckShareLinkDocument, options);\n }\n// @ts-ignore\nexport function useValidateVibeDeckShareLinkSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>;\nexport function useValidateVibeDeckShareLinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateVibeDeckShareLinkQuery | undefined, Types.ValidateVibeDeckShareLinkQueryVariables>;\nexport function useValidateVibeDeckShareLinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>(ValidateVibeDeckShareLinkDocument, options);\n }\nexport type ValidateVibeDeckShareLinkQueryHookResult = ReturnType<typeof useValidateVibeDeckShareLinkQuery>;\nexport type ValidateVibeDeckShareLinkLazyQueryHookResult = ReturnType<typeof useValidateVibeDeckShareLinkLazyQuery>;\nexport type ValidateVibeDeckShareLinkSuspenseQueryHookResult = ReturnType<typeof useValidateVibeDeckShareLinkSuspenseQuery>;\nexport type ValidateVibeDeckShareLinkQueryResult = Apollo.QueryResult<Types.ValidateVibeDeckShareLinkQuery, Types.ValidateVibeDeckShareLinkQueryVariables>;\nexport const GetSharedVibeDeckDocument = gql`\n query GetSharedVibeDeck($token: String!, $password: String) {\n sharedVibeDeck(token: $token, password: $password) {\n ...SharedVibeDeckFields\n }\n}\n ${SharedVibeDeckFieldsFragmentDoc}`;\n\n/**\n * __useGetSharedVibeDeckQuery__\n *\n * To run a query within a React component, call `useGetSharedVibeDeckQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSharedVibeDeckQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetSharedVibeDeckQuery({\n * variables: {\n * token: // value for 'token'\n * password: // value for 'password'\n * },\n * });\n */\nexport function useGetSharedVibeDeckQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables> & ({ variables: Types.GetSharedVibeDeckQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>(GetSharedVibeDeckDocument, options);\n }\nexport function useGetSharedVibeDeckLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>(GetSharedVibeDeckDocument, options);\n }\n// @ts-ignore\nexport function useGetSharedVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>;\nexport function useGetSharedVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSharedVibeDeckQuery | undefined, Types.GetSharedVibeDeckQueryVariables>;\nexport function useGetSharedVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>(GetSharedVibeDeckDocument, options);\n }\nexport type GetSharedVibeDeckQueryHookResult = ReturnType<typeof useGetSharedVibeDeckQuery>;\nexport type GetSharedVibeDeckLazyQueryHookResult = ReturnType<typeof useGetSharedVibeDeckLazyQuery>;\nexport type GetSharedVibeDeckSuspenseQueryHookResult = ReturnType<typeof useGetSharedVibeDeckSuspenseQuery>;\nexport type GetSharedVibeDeckQueryResult = Apollo.QueryResult<Types.GetSharedVibeDeckQuery, Types.GetSharedVibeDeckQueryVariables>;\nexport const ListVibeDecksDocument = gql`\n query ListVibeDecks($filter: VibeDeckFilterInput, $pagination: PaginationInput) {\n vibeDecks(filter: $filter, pagination: $pagination) {\n items {\n ...VibeDeckFields\n }\n total\n hasMore\n }\n}\n ${VibeDeckFieldsFragmentDoc}`;\n\n/**\n * __useListVibeDecksQuery__\n *\n * To run a query within a React component, call `useListVibeDecksQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibeDecksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibeDecksQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListVibeDecksQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>(ListVibeDecksDocument, options);\n }\nexport function useListVibeDecksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>(ListVibeDecksDocument, options);\n }\n// @ts-ignore\nexport function useListVibeDecksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>;\nexport function useListVibeDecksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeDecksQuery | undefined, Types.ListVibeDecksQueryVariables>;\nexport function useListVibeDecksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>(ListVibeDecksDocument, options);\n }\nexport type ListVibeDecksQueryHookResult = ReturnType<typeof useListVibeDecksQuery>;\nexport type ListVibeDecksLazyQueryHookResult = ReturnType<typeof useListVibeDecksLazyQuery>;\nexport type ListVibeDecksSuspenseQueryHookResult = ReturnType<typeof useListVibeDecksSuspenseQuery>;\nexport type ListVibeDecksQueryResult = Apollo.QueryResult<Types.ListVibeDecksQuery, Types.ListVibeDecksQueryVariables>;\nexport const GetVibeDeckDocument = gql`\n query GetVibeDeck($id: ID!) {\n vibeDeck(id: $id) {\n ...VibeDeckWithButtons\n }\n}\n ${VibeDeckWithButtonsFragmentDoc}`;\n\n/**\n * __useGetVibeDeckQuery__\n *\n * To run a query within a React component, call `useGetVibeDeckQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeDeckQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeDeckQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetVibeDeckQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables> & ({ variables: Types.GetVibeDeckQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>(GetVibeDeckDocument, options);\n }\nexport function useGetVibeDeckLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>(GetVibeDeckDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>;\nexport function useGetVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeDeckQuery | undefined, Types.GetVibeDeckQueryVariables>;\nexport function useGetVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>(GetVibeDeckDocument, options);\n }\nexport type GetVibeDeckQueryHookResult = ReturnType<typeof useGetVibeDeckQuery>;\nexport type GetVibeDeckLazyQueryHookResult = ReturnType<typeof useGetVibeDeckLazyQuery>;\nexport type GetVibeDeckSuspenseQueryHookResult = ReturnType<typeof useGetVibeDeckSuspenseQuery>;\nexport type GetVibeDeckQueryResult = Apollo.QueryResult<Types.GetVibeDeckQuery, Types.GetVibeDeckQueryVariables>;\nexport const GetDefaultVibeDeckDocument = gql`\n query GetDefaultVibeDeck {\n defaultVibeDeck {\n ...VibeDeckWithButtons\n }\n}\n ${VibeDeckWithButtonsFragmentDoc}`;\n\n/**\n * __useGetDefaultVibeDeckQuery__\n *\n * To run a query within a React component, call `useGetDefaultVibeDeckQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDefaultVibeDeckQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetDefaultVibeDeckQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetDefaultVibeDeckQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>(GetDefaultVibeDeckDocument, options);\n }\nexport function useGetDefaultVibeDeckLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>(GetDefaultVibeDeckDocument, options);\n }\n// @ts-ignore\nexport function useGetDefaultVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>;\nexport function useGetDefaultVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultVibeDeckQuery | undefined, Types.GetDefaultVibeDeckQueryVariables>;\nexport function useGetDefaultVibeDeckSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>(GetDefaultVibeDeckDocument, options);\n }\nexport type GetDefaultVibeDeckQueryHookResult = ReturnType<typeof useGetDefaultVibeDeckQuery>;\nexport type GetDefaultVibeDeckLazyQueryHookResult = ReturnType<typeof useGetDefaultVibeDeckLazyQuery>;\nexport type GetDefaultVibeDeckSuspenseQueryHookResult = ReturnType<typeof useGetDefaultVibeDeckSuspenseQuery>;\nexport type GetDefaultVibeDeckQueryResult = Apollo.QueryResult<Types.GetDefaultVibeDeckQuery, Types.GetDefaultVibeDeckQueryVariables>;\nexport const ListVibeDeckButtonsDocument = gql`\n query ListVibeDeckButtons($filter: VibeDeckButtonFilterInput, $pagination: PaginationInput) {\n vibeDeckButtons(filter: $filter, pagination: $pagination) {\n items {\n ...VibeDeckButtonFields\n }\n total\n hasMore\n }\n}\n ${VibeDeckButtonFieldsFragmentDoc}`;\n\n/**\n * __useListVibeDeckButtonsQuery__\n *\n * To run a query within a React component, call `useListVibeDeckButtonsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibeDeckButtonsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibeDeckButtonsQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListVibeDeckButtonsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>(ListVibeDeckButtonsDocument, options);\n }\nexport function useListVibeDeckButtonsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>(ListVibeDeckButtonsDocument, options);\n }\n// @ts-ignore\nexport function useListVibeDeckButtonsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>;\nexport function useListVibeDeckButtonsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibeDeckButtonsQuery | undefined, Types.ListVibeDeckButtonsQueryVariables>;\nexport function useListVibeDeckButtonsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>(ListVibeDeckButtonsDocument, options);\n }\nexport type ListVibeDeckButtonsQueryHookResult = ReturnType<typeof useListVibeDeckButtonsQuery>;\nexport type ListVibeDeckButtonsLazyQueryHookResult = ReturnType<typeof useListVibeDeckButtonsLazyQuery>;\nexport type ListVibeDeckButtonsSuspenseQueryHookResult = ReturnType<typeof useListVibeDeckButtonsSuspenseQuery>;\nexport type ListVibeDeckButtonsQueryResult = Apollo.QueryResult<Types.ListVibeDeckButtonsQuery, Types.ListVibeDeckButtonsQueryVariables>;\nexport const ListVibesDocument = gql`\n query ListVibes($filter: VibeFilterInput, $pagination: PaginationInput) {\n vibes(filter: $filter, pagination: $pagination) {\n items {\n ...VibeFields\n agent {\n id\n name\n isActive\n }\n }\n total\n hasMore\n }\n}\n ${VibeFieldsFragmentDoc}`;\n\n/**\n * __useListVibesQuery__\n *\n * To run a query within a React component, call `useListVibesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListVibesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListVibesQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListVibesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListVibesQuery, Types.ListVibesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListVibesQuery, Types.ListVibesQueryVariables>(ListVibesDocument, options);\n }\nexport function useListVibesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListVibesQuery, Types.ListVibesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListVibesQuery, Types.ListVibesQueryVariables>(ListVibesDocument, options);\n }\n// @ts-ignore\nexport function useListVibesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibesQuery, Types.ListVibesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibesQuery, Types.ListVibesQueryVariables>;\nexport function useListVibesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibesQuery, Types.ListVibesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListVibesQuery | undefined, Types.ListVibesQueryVariables>;\nexport function useListVibesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListVibesQuery, Types.ListVibesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListVibesQuery, Types.ListVibesQueryVariables>(ListVibesDocument, options);\n }\nexport type ListVibesQueryHookResult = ReturnType<typeof useListVibesQuery>;\nexport type ListVibesLazyQueryHookResult = ReturnType<typeof useListVibesLazyQuery>;\nexport type ListVibesSuspenseQueryHookResult = ReturnType<typeof useListVibesSuspenseQuery>;\nexport type ListVibesQueryResult = Apollo.QueryResult<Types.ListVibesQuery, Types.ListVibesQueryVariables>;\nexport const GetVibeDocument = gql`\n query GetVibe($id: ID!) {\n vibe(id: $id) {\n ...VibeFields\n agent {\n id\n name\n hostname\n isActive\n tunnelUrl\n agentApiKey\n }\n parent {\n id\n name\n }\n children {\n id\n name\n type\n status\n }\n sessions {\n id\n name\n status\n type\n }\n notes {\n id\n title\n isPinned\n }\n }\n}\n ${VibeFieldsFragmentDoc}`;\n\n/**\n * __useGetVibeQuery__\n *\n * To run a query within a React component, call `useGetVibeQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetVibeQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetVibeQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetVibeQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetVibeQuery, Types.GetVibeQueryVariables> & ({ variables: Types.GetVibeQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetVibeQuery, Types.GetVibeQueryVariables>(GetVibeDocument, options);\n }\nexport function useGetVibeLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetVibeQuery, Types.GetVibeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetVibeQuery, Types.GetVibeQueryVariables>(GetVibeDocument, options);\n }\n// @ts-ignore\nexport function useGetVibeSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeQuery, Types.GetVibeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeQuery, Types.GetVibeQueryVariables>;\nexport function useGetVibeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeQuery, Types.GetVibeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetVibeQuery | undefined, Types.GetVibeQueryVariables>;\nexport function useGetVibeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetVibeQuery, Types.GetVibeQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetVibeQuery, Types.GetVibeQueryVariables>(GetVibeDocument, options);\n }\nexport type GetVibeQueryHookResult = ReturnType<typeof useGetVibeQuery>;\nexport type GetVibeLazyQueryHookResult = ReturnType<typeof useGetVibeLazyQuery>;\nexport type GetVibeSuspenseQueryHookResult = ReturnType<typeof useGetVibeSuspenseQuery>;\nexport type GetVibeQueryResult = Apollo.QueryResult<Types.GetVibeQuery, Types.GetVibeQueryVariables>;\nexport const ListWebhooksDocument = gql`\n query ListWebhooks($filter: WebhookFilterInput, $pagination: PaginationInput) {\n webhooks(filter: $filter, pagination: $pagination) {\n items {\n ...WebhookFields\n }\n total\n hasMore\n }\n}\n ${WebhookFieldsFragmentDoc}`;\n\n/**\n * __useListWebhooksQuery__\n *\n * To run a query within a React component, call `useListWebhooksQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWebhooksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useListWebhooksQuery({\n * variables: {\n * filter: // value for 'filter'\n * pagination: // value for 'pagination'\n * },\n * });\n */\nexport function useListWebhooksQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>(ListWebhooksDocument, options);\n }\nexport function useListWebhooksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>(ListWebhooksDocument, options);\n }\n// @ts-ignore\nexport function useListWebhooksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>;\nexport function useListWebhooksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWebhooksQuery | undefined, Types.ListWebhooksQueryVariables>;\nexport function useListWebhooksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>(ListWebhooksDocument, options);\n }\nexport type ListWebhooksQueryHookResult = ReturnType<typeof useListWebhooksQuery>;\nexport type ListWebhooksLazyQueryHookResult = ReturnType<typeof useListWebhooksLazyQuery>;\nexport type ListWebhooksSuspenseQueryHookResult = ReturnType<typeof useListWebhooksSuspenseQuery>;\nexport type ListWebhooksQueryResult = Apollo.QueryResult<Types.ListWebhooksQuery, Types.ListWebhooksQueryVariables>;\nexport const GetWebhookDocument = gql`\n query GetWebhook($id: ID!) {\n webhook(id: $id) {\n ...WebhookFields\n }\n}\n ${WebhookFieldsFragmentDoc}`;\n\n/**\n * __useGetWebhookQuery__\n *\n * To run a query within a React component, call `useGetWebhookQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWebhookQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useGetWebhookQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWebhookQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWebhookQuery, Types.GetWebhookQueryVariables> & ({ variables: Types.GetWebhookQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>(GetWebhookDocument, options);\n }\nexport function useGetWebhookLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>(GetWebhookDocument, options);\n }\n// @ts-ignore\nexport function useGetWebhookSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>;\nexport function useGetWebhookSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWebhookQuery | undefined, Types.GetWebhookQueryVariables>;\nexport function useGetWebhookSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>(GetWebhookDocument, options);\n }\nexport type GetWebhookQueryHookResult = ReturnType<typeof useGetWebhookQuery>;\nexport type GetWebhookLazyQueryHookResult = ReturnType<typeof useGetWebhookLazyQuery>;\nexport type GetWebhookSuspenseQueryHookResult = ReturnType<typeof useGetWebhookSuspenseQuery>;\nexport type GetWebhookQueryResult = Apollo.QueryResult<Types.GetWebhookQuery, Types.GetWebhookQueryVariables>;\nexport const WebhooksByEventDocument = gql`\n query WebhooksByEvent($event: String!) {\n webhooksByEvent(event: $event) {\n ...WebhookFields\n }\n}\n ${WebhookFieldsFragmentDoc}`;\n\n/**\n * __useWebhooksByEventQuery__\n *\n * To run a query within a React component, call `useWebhooksByEventQuery` and pass it any options that fit your needs.\n * When your component renders, `useWebhooksByEventQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @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;\n *\n * @example\n * const { data, loading, error } = useWebhooksByEventQuery({\n * variables: {\n * event: // value for 'event'\n * },\n * });\n */\nexport function useWebhooksByEventQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables> & ({ variables: Types.WebhooksByEventQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>(WebhooksByEventDocument, options);\n }\nexport function useWebhooksByEventLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>(WebhooksByEventDocument, options);\n }\n// @ts-ignore\nexport function useWebhooksByEventSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>;\nexport function useWebhooksByEventSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WebhooksByEventQuery | undefined, Types.WebhooksByEventQueryVariables>;\nexport function useWebhooksByEventSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>(WebhooksByEventDocument, options);\n }\nexport type WebhooksByEventQueryHookResult = ReturnType<typeof useWebhooksByEventQuery>;\nexport type WebhooksByEventLazyQueryHookResult = ReturnType<typeof useWebhooksByEventLazyQuery>;\nexport type WebhooksByEventSuspenseQueryHookResult = ReturnType<typeof useWebhooksByEventSuspenseQuery>;\nexport type WebhooksByEventQueryResult = Apollo.QueryResult<Types.WebhooksByEventQuery, Types.WebhooksByEventQueryVariables>;\nexport const AgentStatusChangedDocument = gql`\n subscription AgentStatusChanged($workspaceId: ID!, $agentId: ID) {\n agentStatusChanged(workspaceId: $workspaceId, agentId: $agentId) {\n ...AgentFields\n }\n}\n ${AgentFieldsFragmentDoc}`;\n\n/**\n * __useAgentStatusChangedSubscription__\n *\n * To run a query within a React component, call `useAgentStatusChangedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useAgentStatusChangedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useAgentStatusChangedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useAgentStatusChangedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.AgentStatusChangedSubscription, Types.AgentStatusChangedSubscriptionVariables> & ({ variables: Types.AgentStatusChangedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.AgentStatusChangedSubscription, Types.AgentStatusChangedSubscriptionVariables>(AgentStatusChangedDocument, options);\n }\nexport type AgentStatusChangedSubscriptionHookResult = ReturnType<typeof useAgentStatusChangedSubscription>;\nexport type AgentStatusChangedSubscriptionResult = Apollo.SubscriptionResult<Types.AgentStatusChangedSubscription>;\nexport const AgentHeartbeatSubscriptionDocument = gql`\n subscription AgentHeartbeatSubscription($workspaceId: ID!, $agentId: ID) {\n agentHeartbeat(workspaceId: $workspaceId, agentId: $agentId) {\n ...AgentFields\n }\n}\n ${AgentFieldsFragmentDoc}`;\n\n/**\n * __useAgentHeartbeatSubscriptionSubscription__\n *\n * To run a query within a React component, call `useAgentHeartbeatSubscriptionSubscription` and pass it any options that fit your needs.\n * When your component renders, `useAgentHeartbeatSubscriptionSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useAgentHeartbeatSubscriptionSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * agentId: // value for 'agentId'\n * },\n * });\n */\nexport function useAgentHeartbeatSubscriptionSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.AgentHeartbeatSubscriptionSubscription, Types.AgentHeartbeatSubscriptionSubscriptionVariables> & ({ variables: Types.AgentHeartbeatSubscriptionSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.AgentHeartbeatSubscriptionSubscription, Types.AgentHeartbeatSubscriptionSubscriptionVariables>(AgentHeartbeatSubscriptionDocument, options);\n }\nexport type AgentHeartbeatSubscriptionSubscriptionHookResult = ReturnType<typeof useAgentHeartbeatSubscriptionSubscription>;\nexport type AgentHeartbeatSubscriptionSubscriptionResult = Apollo.SubscriptionResult<Types.AgentHeartbeatSubscriptionSubscription>;\nexport const VibecontrolsAgentHealthProbeStreamDocument = gql`\n subscription VibecontrolsAgentHealthProbeStream {\n vibecontrolsAgentHealthProbeStream {\n agentId\n agentName\n healthy\n tunnelUrl\n agentVersion\n uptime\n errorMessage\n }\n}\n `;\n\n/**\n * __useVibecontrolsAgentHealthProbeStreamSubscription__\n *\n * To run a query within a React component, call `useVibecontrolsAgentHealthProbeStreamSubscription` and pass it any options that fit your needs.\n * When your component renders, `useVibecontrolsAgentHealthProbeStreamSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useVibecontrolsAgentHealthProbeStreamSubscription({\n * variables: {\n * },\n * });\n */\nexport function useVibecontrolsAgentHealthProbeStreamSubscription(baseOptions?: ApolloReactHooks.SubscriptionHookOptions<Types.VibecontrolsAgentHealthProbeStreamSubscription, Types.VibecontrolsAgentHealthProbeStreamSubscriptionVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.VibecontrolsAgentHealthProbeStreamSubscription, Types.VibecontrolsAgentHealthProbeStreamSubscriptionVariables>(VibecontrolsAgentHealthProbeStreamDocument, options);\n }\nexport type VibecontrolsAgentHealthProbeStreamSubscriptionHookResult = ReturnType<typeof useVibecontrolsAgentHealthProbeStreamSubscription>;\nexport type VibecontrolsAgentHealthProbeStreamSubscriptionResult = Apollo.SubscriptionResult<Types.VibecontrolsAgentHealthProbeStreamSubscription>;\nexport const OnVibeAuditLogCreatedDocument = gql`\n subscription OnVibeAuditLogCreated($workspaceId: ID!, $resourceType: VibeAuditResourceType) {\n vibeAuditLogCreated(workspaceId: $workspaceId, resourceType: $resourceType) {\n ...VibeAuditLogFields\n }\n}\n ${VibeAuditLogFieldsFragmentDoc}`;\n\n/**\n * __useOnVibeAuditLogCreatedSubscription__\n *\n * To run a query within a React component, call `useOnVibeAuditLogCreatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useOnVibeAuditLogCreatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useOnVibeAuditLogCreatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * resourceType: // value for 'resourceType'\n * },\n * });\n */\nexport function useOnVibeAuditLogCreatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.OnVibeAuditLogCreatedSubscription, Types.OnVibeAuditLogCreatedSubscriptionVariables> & ({ variables: Types.OnVibeAuditLogCreatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.OnVibeAuditLogCreatedSubscription, Types.OnVibeAuditLogCreatedSubscriptionVariables>(OnVibeAuditLogCreatedDocument, options);\n }\nexport type OnVibeAuditLogCreatedSubscriptionHookResult = ReturnType<typeof useOnVibeAuditLogCreatedSubscription>;\nexport type OnVibeAuditLogCreatedSubscriptionResult = Apollo.SubscriptionResult<Types.OnVibeAuditLogCreatedSubscription>;\nexport const CatalogUpdatedDocument = gql`\n subscription CatalogUpdated($workspaceId: ID!, $catalogId: ID) {\n vibecontrolsCatalogUpdated(workspaceId: $workspaceId, catalogId: $catalogId) {\n ...CatalogFields\n }\n}\n ${CatalogFieldsFragmentDoc}`;\n\n/**\n * __useCatalogUpdatedSubscription__\n *\n * To run a query within a React component, call `useCatalogUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useCatalogUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCatalogUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * catalogId: // value for 'catalogId'\n * },\n * });\n */\nexport function useCatalogUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.CatalogUpdatedSubscription, Types.CatalogUpdatedSubscriptionVariables> & ({ variables: Types.CatalogUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.CatalogUpdatedSubscription, Types.CatalogUpdatedSubscriptionVariables>(CatalogUpdatedDocument, options);\n }\nexport type CatalogUpdatedSubscriptionHookResult = ReturnType<typeof useCatalogUpdatedSubscription>;\nexport type CatalogUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.CatalogUpdatedSubscription>;\nexport const ConfigurationChangedDocument = gql`\n subscription ConfigurationChanged($workspaceId: ID!, $scope: ConfigScope) {\n configurationChanged(workspaceId: $workspaceId, scope: $scope) {\n ...ConfigurationFields\n }\n}\n ${ConfigurationFieldsFragmentDoc}`;\n\n/**\n * __useConfigurationChangedSubscription__\n *\n * To run a query within a React component, call `useConfigurationChangedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useConfigurationChangedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useConfigurationChangedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * scope: // value for 'scope'\n * },\n * });\n */\nexport function useConfigurationChangedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.ConfigurationChangedSubscription, Types.ConfigurationChangedSubscriptionVariables> & ({ variables: Types.ConfigurationChangedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.ConfigurationChangedSubscription, Types.ConfigurationChangedSubscriptionVariables>(ConfigurationChangedDocument, options);\n }\nexport type ConfigurationChangedSubscriptionHookResult = ReturnType<typeof useConfigurationChangedSubscription>;\nexport type ConfigurationChangedSubscriptionResult = Apollo.SubscriptionResult<Types.ConfigurationChangedSubscription>;\nexport const SharedSessionOutputDocument = gql`\n subscription SharedSessionOutput($sessionId: ID!) {\n sharedSessionOutput(sessionId: $sessionId) {\n sessionId\n output\n timestamp\n }\n}\n `;\n\n/**\n * __useSharedSessionOutputSubscription__\n *\n * To run a query within a React component, call `useSharedSessionOutputSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSharedSessionOutputSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSharedSessionOutputSubscription({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useSharedSessionOutputSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.SharedSessionOutputSubscription, Types.SharedSessionOutputSubscriptionVariables> & ({ variables: Types.SharedSessionOutputSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SharedSessionOutputSubscription, Types.SharedSessionOutputSubscriptionVariables>(SharedSessionOutputDocument, options);\n }\nexport type SharedSessionOutputSubscriptionHookResult = ReturnType<typeof useSharedSessionOutputSubscription>;\nexport type SharedSessionOutputSubscriptionResult = Apollo.SubscriptionResult<Types.SharedSessionOutputSubscription>;\nexport const CollaboratorJoinedDocument = gql`\n subscription CollaboratorJoined($sessionId: ID!) {\n collaboratorJoined(sessionId: $sessionId) {\n ...SessionCollaboratorFields\n }\n}\n ${SessionCollaboratorFieldsFragmentDoc}`;\n\n/**\n * __useCollaboratorJoinedSubscription__\n *\n * To run a query within a React component, call `useCollaboratorJoinedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useCollaboratorJoinedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCollaboratorJoinedSubscription({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useCollaboratorJoinedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.CollaboratorJoinedSubscription, Types.CollaboratorJoinedSubscriptionVariables> & ({ variables: Types.CollaboratorJoinedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.CollaboratorJoinedSubscription, Types.CollaboratorJoinedSubscriptionVariables>(CollaboratorJoinedDocument, options);\n }\nexport type CollaboratorJoinedSubscriptionHookResult = ReturnType<typeof useCollaboratorJoinedSubscription>;\nexport type CollaboratorJoinedSubscriptionResult = Apollo.SubscriptionResult<Types.CollaboratorJoinedSubscription>;\nexport const CollaboratorLeftDocument = gql`\n subscription CollaboratorLeft($sessionId: ID!) {\n collaboratorLeft(sessionId: $sessionId) {\n ...SessionCollaboratorFields\n }\n}\n ${SessionCollaboratorFieldsFragmentDoc}`;\n\n/**\n * __useCollaboratorLeftSubscription__\n *\n * To run a query within a React component, call `useCollaboratorLeftSubscription` and pass it any options that fit your needs.\n * When your component renders, `useCollaboratorLeftSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCollaboratorLeftSubscription({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useCollaboratorLeftSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.CollaboratorLeftSubscription, Types.CollaboratorLeftSubscriptionVariables> & ({ variables: Types.CollaboratorLeftSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.CollaboratorLeftSubscription, Types.CollaboratorLeftSubscriptionVariables>(CollaboratorLeftDocument, options);\n }\nexport type CollaboratorLeftSubscriptionHookResult = ReturnType<typeof useCollaboratorLeftSubscription>;\nexport type CollaboratorLeftSubscriptionResult = Apollo.SubscriptionResult<Types.CollaboratorLeftSubscription>;\nexport const SessionControlChangedDocument = gql`\n subscription SessionControlChanged($sessionId: ID!) {\n sessionControlChanged(sessionId: $sessionId) {\n ...SessionCollaboratorFields\n }\n}\n ${SessionCollaboratorFieldsFragmentDoc}`;\n\n/**\n * __useSessionControlChangedSubscription__\n *\n * To run a query within a React component, call `useSessionControlChangedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSessionControlChangedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSessionControlChangedSubscription({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useSessionControlChangedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.SessionControlChangedSubscription, Types.SessionControlChangedSubscriptionVariables> & ({ variables: Types.SessionControlChangedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SessionControlChangedSubscription, Types.SessionControlChangedSubscriptionVariables>(SessionControlChangedDocument, options);\n }\nexport type SessionControlChangedSubscriptionHookResult = ReturnType<typeof useSessionControlChangedSubscription>;\nexport type SessionControlChangedSubscriptionResult = Apollo.SubscriptionResult<Types.SessionControlChangedSubscription>;\nexport const SessionSharedWithMeDocument = gql`\n subscription SessionSharedWithMe {\n sessionSharedWithMe {\n ...SessionShareFields\n }\n}\n ${SessionShareFieldsFragmentDoc}`;\n\n/**\n * __useSessionSharedWithMeSubscription__\n *\n * To run a query within a React component, call `useSessionSharedWithMeSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSessionSharedWithMeSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSessionSharedWithMeSubscription({\n * variables: {\n * },\n * });\n */\nexport function useSessionSharedWithMeSubscription(baseOptions?: ApolloReactHooks.SubscriptionHookOptions<Types.SessionSharedWithMeSubscription, Types.SessionSharedWithMeSubscriptionVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SessionSharedWithMeSubscription, Types.SessionSharedWithMeSubscriptionVariables>(SessionSharedWithMeDocument, options);\n }\nexport type SessionSharedWithMeSubscriptionHookResult = ReturnType<typeof useSessionSharedWithMeSubscription>;\nexport type SessionSharedWithMeSubscriptionResult = Apollo.SubscriptionResult<Types.SessionSharedWithMeSubscription>;\nexport const SessionStatusChangedDocument = gql`\n subscription SessionStatusChanged($workspaceId: ID!, $sessionId: ID) {\n sessionStatusChanged(workspaceId: $workspaceId, sessionId: $sessionId) {\n ...SessionFields\n }\n}\n ${SessionFieldsFragmentDoc}`;\n\n/**\n * __useSessionStatusChangedSubscription__\n *\n * To run a query within a React component, call `useSessionStatusChangedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSessionStatusChangedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSessionStatusChangedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useSessionStatusChangedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.SessionStatusChangedSubscription, Types.SessionStatusChangedSubscriptionVariables> & ({ variables: Types.SessionStatusChangedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SessionStatusChangedSubscription, Types.SessionStatusChangedSubscriptionVariables>(SessionStatusChangedDocument, options);\n }\nexport type SessionStatusChangedSubscriptionHookResult = ReturnType<typeof useSessionStatusChangedSubscription>;\nexport type SessionStatusChangedSubscriptionResult = Apollo.SubscriptionResult<Types.SessionStatusChangedSubscription>;\nexport const SessionOutputReceivedDocument = gql`\n subscription SessionOutputReceived($sessionId: ID!) {\n sessionOutputReceived(sessionId: $sessionId) {\n sessionId\n output\n timestamp\n }\n}\n `;\n\n/**\n * __useSessionOutputReceivedSubscription__\n *\n * To run a query within a React component, call `useSessionOutputReceivedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSessionOutputReceivedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSessionOutputReceivedSubscription({\n * variables: {\n * sessionId: // value for 'sessionId'\n * },\n * });\n */\nexport function useSessionOutputReceivedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.SessionOutputReceivedSubscription, Types.SessionOutputReceivedSubscriptionVariables> & ({ variables: Types.SessionOutputReceivedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SessionOutputReceivedSubscription, Types.SessionOutputReceivedSubscriptionVariables>(SessionOutputReceivedDocument, options);\n }\nexport type SessionOutputReceivedSubscriptionHookResult = ReturnType<typeof useSessionOutputReceivedSubscription>;\nexport type SessionOutputReceivedSubscriptionResult = Apollo.SubscriptionResult<Types.SessionOutputReceivedSubscription>;\nexport const VibeStatusChangedDocument = gql`\n subscription VibeStatusChanged($workspaceId: ID!, $vibeId: ID) {\n vibeStatusChanged(workspaceId: $workspaceId, vibeId: $vibeId) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\n\n/**\n * __useVibeStatusChangedSubscription__\n *\n * To run a query within a React component, call `useVibeStatusChangedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useVibeStatusChangedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useVibeStatusChangedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * vibeId: // value for 'vibeId'\n * },\n * });\n */\nexport function useVibeStatusChangedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.VibeStatusChangedSubscription, Types.VibeStatusChangedSubscriptionVariables> & ({ variables: Types.VibeStatusChangedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.VibeStatusChangedSubscription, Types.VibeStatusChangedSubscriptionVariables>(VibeStatusChangedDocument, options);\n }\nexport type VibeStatusChangedSubscriptionHookResult = ReturnType<typeof useVibeStatusChangedSubscription>;\nexport type VibeStatusChangedSubscriptionResult = Apollo.SubscriptionResult<Types.VibeStatusChangedSubscription>;\nexport const VibeUpdatedDocument = gql`\n subscription VibeUpdated($workspaceId: ID!, $vibeId: ID) {\n vibeUpdated(workspaceId: $workspaceId, vibeId: $vibeId) {\n ...VibeFields\n }\n}\n ${VibeFieldsFragmentDoc}`;\n\n/**\n * __useVibeUpdatedSubscription__\n *\n * To run a query within a React component, call `useVibeUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useVibeUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useVibeUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * vibeId: // value for 'vibeId'\n * },\n * });\n */\nexport function useVibeUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.VibeUpdatedSubscription, Types.VibeUpdatedSubscriptionVariables> & ({ variables: Types.VibeUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.VibeUpdatedSubscription, Types.VibeUpdatedSubscriptionVariables>(VibeUpdatedDocument, options);\n }\nexport type VibeUpdatedSubscriptionHookResult = ReturnType<typeof useVibeUpdatedSubscription>;\nexport type VibeUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.VibeUpdatedSubscription>;"],"mappings":"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"}
|