@dvina/sdk 4.0.106 → 4.0.109

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.
@@ -708,6 +708,7 @@ var PreviewChatImportDocument = { "kind": "Document", "definitions": [{ "kind":
708
708
  var ReanalyzeDocumentDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "reanalyzeDocument" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reanalyzeDocument" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Document" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Document" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Document" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "file" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "fileId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "formatKey" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isDeepAnalyzed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isReady" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isStructured" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "path" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
709
709
  var RefineMindInstructionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "refineMindInstruction" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "instruction" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "refineMindInstruction" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "instruction" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "instruction" } } }] }] } }] };
710
710
  var RefreshDatabaseSchemaDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "refreshDatabaseSchema" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "databaseId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "refreshDatabaseSchema" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "databaseId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "databaseId" } } }] }] } }] };
711
+ var RefreshInsightDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "refreshInsight" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "refreshInsight" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Insight" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Insight" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Insight" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chat" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "output" } }, { "kind": "Field", "name": { "kind": "Name", "value": "pivotConfig" } }, { "kind": "Field", "name": { "kind": "Name", "value": "presentation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "query" } }, { "kind": "Field", "name": { "kind": "Name", "value": "thumbnailFile" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "thumbnailFileId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
711
712
  var ReinterpretSourceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "reinterpretSource" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "sourceId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reinterpretSource" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "sourceId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "sourceId" } } }] }] } }] };
712
713
  var ReinterpretSourcesOfuserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "reinterpretSourcesOfuser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reinterpretSourcesOfuser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "workspaceId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } } }] }] } }] };
713
714
  var RelocateInsightDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "relocateInsight" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "insightId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "order" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "reportId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "size" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ReportMemberSize" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "relocateInsight" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "insightId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "insightId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "order" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "order" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "reportId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "reportId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "size" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "size" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Report" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Report" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Report" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
@@ -855,6 +856,6 @@ var McpAuthUpdatesDocument = { "kind": "Document", "definitions": [{ "kind": "Op
855
856
  var SendMessageStreamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "sendMessageStream" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chatId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "content" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "extendedThinking" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "hiddenContext" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "isVoiceInput" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "isVoiceOutput" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "messageId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "model" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "SendMessageModel" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendMessageStream" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "chatId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chatId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "content" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "content" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "extendedThinking" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "extendedThinking" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "hiddenContext" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "hiddenContext" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "isVoiceInput" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "isVoiceInput" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "isVoiceOutput" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "isVoiceOutput" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "messageId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "messageId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "model" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "model" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AudioEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "AudioEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ChatTitleEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ChatTitleEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FinalContentEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "FinalContentEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MessageEndEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MessageEndEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MessageStartEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MessageStartEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ReasoningEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ReasoningEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamableUiDeltaEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StreamableUiDeltaEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TextBlockEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TextBlockEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TextDeltaEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TextDeltaEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolInputDeltaEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ToolInputDeltaEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolResultEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ToolResultEventOutput" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolStartEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ToolStartEventOutput" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StreamMessageContentOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamMessageContentOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chatMessageId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StreamMessageOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamMessageOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chatId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StreamMessageContentOutput" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "originMeta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sentAt" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UsageMetaOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UsageMetaOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cachedPromptTokens" } }, { "kind": "Field", "name": { "kind": "Name", "value": "completionTokens" } }, { "kind": "Field", "name": { "kind": "Name", "value": "promptTokens" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalTokens" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ToolResultArtifactOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolResultArtifactOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "kind" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "size" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AudioEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AudioEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "duration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ChatTitleEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ChatTitleEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "FinalContentEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FinalContentEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "message" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StreamMessageOutput" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usage" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "UsageMetaOutput" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MessageEndEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MessageEndEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MessageStartEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MessageStartEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "message" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StreamMessageOutput" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ReasoningEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ReasoningEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "delta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StreamableUiDeltaEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamableUiDeltaEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "delta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }, { "kind": "Field", "name": { "kind": "Name", "value": "toolCallId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TextBlockEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TextBlockEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "text" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TextDeltaEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TextDeltaEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "delta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ToolInputDeltaEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolInputDeltaEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "args" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "toolCallId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ToolResultEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolResultEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "artifacts" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ToolResultArtifactOutput" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }, { "kind": "Field", "name": { "kind": "Name", "value": "input" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "output" } }, { "kind": "Field", "name": { "kind": "Name", "value": "toolCallId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "toolKit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ToolStartEventOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ToolStartEventOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "toolCallId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "toolKit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] };
856
857
  var TokenUsageUpdatesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "tokenUsageUpdates" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenUsageUpdates" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "UsageStatus" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WindowDetailType" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "WindowDetailType" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cost" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isExceeded" } }, { "kind": "Field", "name": { "kind": "Name", "value": "limit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "windowEnd" } }, { "kind": "Field", "name": { "kind": "Name", "value": "windowStart" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UsageWindowsStatusType" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UsageWindowsStatusType" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeWindow" } }, { "kind": "Field", "name": { "kind": "Name", "value": "day" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "WindowDetailType" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "fiveHour" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "WindowDetailType" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "unlocksAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "week" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "WindowDetailType" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UsageStatus" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UsageStatus" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hardTokenUsageLimit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "limit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenUsageCost" } }, { "kind": "Field", "name": { "kind": "Name", "value": "unlocksAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "windowEnd" } }, { "kind": "Field", "name": { "kind": "Name", "value": "windowStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "windows" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "UsageWindowsStatusType" } }] } }] } }] };
857
858
 
858
- export { ActionAvgAggregateFragmentDoc, ActionCountAggregateFragmentDoc, ActionFragmentDoc, ActionMaxAggregateFragmentDoc, ActionMinAggregateFragmentDoc, ActionSumAggregateFragmentDoc, ActionType, ActiveWindowType, AddInsightToReportDocument, AgentConnectionFragmentDoc, AgentCountAggregateFragmentDoc, AgentDocument, AgentFragmentDoc, AgentMaxAggregateFragmentDoc, AgentMinAggregateFragmentDoc, AgentOrderByRelevanceFieldEnum, Agent_ChatsDocument, AgentsDocument, AiResourceType, ArtifactConnectionFragmentDoc, ArtifactCountAggregateFragmentDoc, ArtifactDocument, ArtifactFragmentDoc, ArtifactKind, ArtifactMaxAggregateFragmentDoc, ArtifactMinAggregateFragmentDoc, ArtifactOrderByRelevanceFieldEnum, Artifact_ChatDocument, Artifact_Chat_InsightDocument, Artifact_FileDocument, Artifact_MessageDocument, Artifact_Message_ChatDocument, Artifact_Message_ContentsDocument, Artifact_Message_FeedbackDocument, ArtifactsDocument, AudioEventOutputFragmentDoc, CancelOauthFlowDocument, CancelWorkspaceDeletionDocument, CapabilityType, ChatConnectionFragmentDoc, ChatCountAggregateFragmentDoc, ChatDocument, ChatFragmentDoc, ChatImportExecuteOutputFragmentDoc, ChatImportPreviewOutputFragmentDoc, ChatMaxAggregateFragmentDoc, ChatMessageConnectionFragmentDoc, ChatMessageCountAggregateFragmentDoc, ChatMessageDocument, ChatMessageFragmentDoc, ChatMessageFromEnum, ChatMessageMaxAggregateFragmentDoc, ChatMessageMinAggregateFragmentDoc, ChatMessageOrderByRelevanceFieldEnum, ChatMessage_ArtifactsDocument, ChatMessage_ChatDocument, ChatMessage_Chat_InsightDocument, ChatMessage_ContentsDocument, ChatMessage_Contents_MasksDocument, ChatMessage_FeedbackDocument, ChatMessagesDocument, ChatMinAggregateFragmentDoc, ChatOrderByRelevanceFieldEnum, ChatSourceImportFidelityEnum, ChatSourceImportModeEnum, ChatSourceProviderEnum, ChatTitleEventOutputFragmentDoc, Chat_AgentsDocument, Chat_ArtifactsDocument, Chat_InsightDocument, Chat_Insight_ReportMembersDocument, Chat_Insight_ThumbnailFileDocument, Chat_MessagesDocument, ChatsDocument, ConnectIntegrationDocument, ConsumePulseEventsDocument, ContentBlockAvgAggregateFragmentDoc, ContentBlockCountAggregateFragmentDoc, ContentBlockFragmentDoc, ContentBlockMaxAggregateFragmentDoc, ContentBlockMinAggregateFragmentDoc, ContentBlockSumAggregateFragmentDoc, ContentBlockType, ContentMaskCountAggregateFragmentDoc, ContentMaskFragmentDoc, ContentMaskMaxAggregateFragmentDoc, ContentMaskMinAggregateFragmentDoc, ContinueImportedChatDocument, ContinueInterpretationDocument, CreateAgentDocument, CreateChatDocument, CreateDatabaseDocument, CreateDocumentDocument, CreateFeedbackDocument, CreateFolderDocument, CreateInsightDocument, CreateIntegrationDocument, CreateIntegrationOutputFragmentDoc, CreateReportDocument, CreateTableDocument, CreateUserSkillFileDocument, CreateUserSkillFolderDocument, CubeModelCountAggregateFragmentDoc, CubeModelFragmentDoc, CubeModelMaxAggregateFragmentDoc, CubeModelMinAggregateFragmentDoc, DatabaseCatalogAvgAggregateFragmentDoc, DatabaseCatalogConnectionFragmentDoc, DatabaseCatalogCountAggregateFragmentDoc, DatabaseCatalogDocument, DatabaseCatalogFragmentDoc, DatabaseCatalogMaxAggregateFragmentDoc, DatabaseCatalogMinAggregateFragmentDoc, DatabaseCatalogOrderByRelevanceFieldEnum, DatabaseCatalogSumAggregateFragmentDoc, DatabaseCatalog_EngineDocument, DatabaseCatalogsDocument, DatabaseConnectionFragmentDoc, DatabaseCountAggregateFragmentDoc, DatabaseDocument, DatabaseEngineCountAggregateFragmentDoc, DatabaseEngineFragmentDoc, DatabaseEngineMaxAggregateFragmentDoc, DatabaseEngineMinAggregateFragmentDoc, DatabaseFragmentDoc, DatabaseMaxAggregateFragmentDoc, DatabaseMinAggregateFragmentDoc, DatabaseOrderByRelevanceFieldEnum, DatabaseSchemaDocument, Database_EngineDocument, Database_Engine_CatalogDocument, Database_TablesDocument, DatabasesDocument, DeepAnalysisUsageAvgAggregateFragmentDoc, DeepAnalysisUsageCountAggregateFragmentDoc, DeepAnalysisUsageFragmentDoc, DeepAnalysisUsageMaxAggregateFragmentDoc, DeepAnalysisUsageMinAggregateFragmentDoc, DeepAnalysisUsageSumAggregateFragmentDoc, DeleteAgentDocument, DeleteArtifactDocument, DeleteChatDocument, DeleteDatabaseDocument, DeleteDocumentDocument, DeleteFolderDocument, DeleteInsightDocument, DeleteInsightsDocument, DeleteIntegrationDocument, DeleteReportDocument, DeleteTableDocument, DeleteUserSkillFileDocument, DeleteUserSkillFolderDocument, DevAccessTokenOutputFragmentDoc, DisconnectIntegrationDocument, DismissPulseEventDocument, DocumentCatalogAvgAggregateFragmentDoc, DocumentCatalogConnectionFragmentDoc, DocumentCatalogCountAggregateFragmentDoc, DocumentCatalogDocument, DocumentCatalogFragmentDoc, DocumentCatalogMaxAggregateFragmentDoc, DocumentCatalogMinAggregateFragmentDoc, DocumentCatalogOrderByRelevanceFieldEnum, DocumentCatalogSumAggregateFragmentDoc, DocumentCatalog_FormatDocument, DocumentCatalogsDocument, DocumentConnectionFragmentDoc, DocumentContentAvgAggregateFragmentDoc, DocumentContentCountAggregateFragmentDoc, DocumentContentFragmentDoc, DocumentContentMaxAggregateFragmentDoc, DocumentContentMinAggregateFragmentDoc, DocumentContentSumAggregateFragmentDoc, DocumentCountAggregateFragmentDoc, DocumentDocument, DocumentFormatCountAggregateFragmentDoc, DocumentFormatFragmentDoc, DocumentFormatMaxAggregateFragmentDoc, DocumentFormatMinAggregateFragmentDoc, DocumentFragmentDoc, DocumentMaxAggregateFragmentDoc, DocumentMinAggregateFragmentDoc, DocumentOrderByRelevanceFieldEnum, Document_ContentsDocument, Document_FileDocument, Document_FormatDocument, Document_Format_CatalogDocument, Document_TablesDocument, DocumentsDocument, EntitlementTier, ExecuteChatImportDocument, ExportDocument, ExportWithInsightIdDocument, FeedActionType, FeedArtifactDataFragmentDoc, FeedConnectionFragmentDoc, FeedDatabaseDataFragmentDoc, FeedDocumentDataFragmentDoc, FeedIntegrationDataFragmentDoc, FeedItemCountAggregateFragmentDoc, FeedItemDocument, FeedItemFragmentDoc, FeedItemGeneratedFragmentDoc, FeedItemKind, FeedItemMaxAggregateFragmentDoc, FeedItemMinAggregateFragmentDoc, FeedItemOrderByRelevanceFieldEnum, FeedItem_ActionDocument, FeedItem_DataDocument, FeedItemsDocument, FeedPulseDataFragmentDoc, FeedSendMessageActionFragmentDoc, FeedbackCountAggregateFragmentDoc, FeedbackFragmentDoc, FeedbackMaxAggregateFragmentDoc, FeedbackMinAggregateFragmentDoc, FeedbackOrderByRelevanceFieldEnum, FeedbackType, FileAvgAggregateFragmentDoc, FileCountAggregateFragmentDoc, FileDocument, FileFragmentDoc, FileMaxAggregateFragmentDoc, FileMetaDocument, FileMinAggregateFragmentDoc, FileModelFragmentDoc, FileOrderByRelevanceFieldEnum, FileSumAggregateFragmentDoc, FileUrlsDocument, FinalContentEventOutputFragmentDoc, FindFitTierDocument, FolderConnectionFragmentDoc, FolderCountAggregateFragmentDoc, FolderDocument, FolderFragmentDoc, FolderMaxAggregateFragmentDoc, FolderMinAggregateFragmentDoc, FolderOrderByRelevanceFieldEnum, FoldersDocument, GenerateUploadUriDocument, GetCapabilityDocument, GetDevAccessTokenDocument, GetLimitDocument, GetRemainingDocument, GetTokenUsageByModelDocument, GetTokenUsageHistoryDocument, GetTokenUsageStatusDocument, GetTokenUsageStatus_WindowsDocument, GetTokenUsageStatus_Windows_DayDocument, GetTokenUsageStatus_Windows_FiveHourDocument, GetTokenUsageStatus_Windows_WeekDocument, GetUsageDocument, ImportedChatSummaryOutputFragmentDoc, IndexContentObjectFragmentDoc, IndexType, InferenceRequestAuditAvgAggregateFragmentDoc, InferenceRequestAuditCountAggregateFragmentDoc, InferenceRequestAuditFragmentDoc, InferenceRequestAuditMaxAggregateFragmentDoc, InferenceRequestAuditMinAggregateFragmentDoc, InferenceRequestAuditSumAggregateFragmentDoc, InsightConnectionFragmentDoc, InsightCountAggregateFragmentDoc, InsightDocument, InsightFragmentDoc, InsightMaxAggregateFragmentDoc, InsightMinAggregateFragmentDoc, InsightOrderByRelevanceFieldEnum, Insight_ChatDocument, Insight_ReportMembersDocument, Insight_ReportMembers_ReportDocument, Insight_ReportsDocument, Insight_ThumbnailFileDocument, InsightsDocument, IntegrationAvgAggregateFragmentDoc, IntegrationCatalogAvgAggregateFragmentDoc, IntegrationCatalogConnectionFragmentDoc, IntegrationCatalogCountAggregateFragmentDoc, IntegrationCatalogDocument, IntegrationCatalogFragmentDoc, IntegrationCatalogMaxAggregateFragmentDoc, IntegrationCatalogMinAggregateFragmentDoc, IntegrationCatalogOrderByRelevanceFieldEnum, IntegrationCatalogSumAggregateFragmentDoc, IntegrationCatalogToolsDocument, IntegrationCatalog_ProviderDocument, IntegrationCatalogsDocument, IntegrationConnectionFragmentDoc, IntegrationCountAggregateFragmentDoc, IntegrationDocument, IntegrationFragmentDoc, IntegrationMaxAggregateFragmentDoc, IntegrationMinAggregateFragmentDoc, IntegrationOrderByRelevanceFieldEnum, IntegrationProviderCountAggregateFragmentDoc, IntegrationProviderFragmentDoc, IntegrationProviderMaxAggregateFragmentDoc, IntegrationProviderMinAggregateFragmentDoc, IntegrationStatus, IntegrationSumAggregateFragmentDoc, Integration_ProviderDocument, Integration_Provider_CatalogDocument, IntegrationsDocument, InterpretationConnectionFragmentDoc, InterpretationCountAggregateFragmentDoc, InterpretationFragmentDoc, InterpretationMaxAggregateFragmentDoc, InterpretationMinAggregateFragmentDoc, InterpretationOrderByRelevanceFieldEnum, InterpretationType, InterpretationsDocument, InvocationAvgAggregateFragmentDoc, InvocationCountAggregateFragmentDoc, InvocationFragmentDoc, InvocationMaxAggregateFragmentDoc, InvocationMinAggregateFragmentDoc, InvocationSumAggregateFragmentDoc, LimitType, McpAuthPhase, McpAuthUpdateModelFragmentDoc, McpAuthUpdatesDocument, McpClientInformationCountAggregateFragmentDoc, McpClientInformationFragmentDoc, McpClientInformationMaxAggregateFragmentDoc, McpClientInformationMinAggregateFragmentDoc, McpCodeVerifierCountAggregateFragmentDoc, McpCodeVerifierFragmentDoc, McpCodeVerifierMaxAggregateFragmentDoc, McpCodeVerifierMinAggregateFragmentDoc, McpServerCountAggregateFragmentDoc, McpServerFragmentDoc, McpServerMaxAggregateFragmentDoc, McpServerMinAggregateFragmentDoc, McpTokensCountAggregateFragmentDoc, McpTokensFragmentDoc, McpTokensMaxAggregateFragmentDoc, McpTokensMinAggregateFragmentDoc, McpToolCountAggregateFragmentDoc, McpToolFragmentDoc, McpToolMaxAggregateFragmentDoc, McpToolMinAggregateFragmentDoc, MessageEndEventOutputFragmentDoc, MessageStartEventOutputFragmentDoc, ModelTokenUsageFragmentDoc, NotificationCategory, NotificationConnectionFragmentDoc, NotificationCountAggregateFragmentDoc, NotificationDocument, NotificationFragmentDoc, NotificationMaxAggregateFragmentDoc, NotificationMinAggregateFragmentDoc, NotificationOrderByRelevanceFieldEnum, NotificationPriority, NotificationStatus, NotificationsByReferenceDocument, NotificationsDocument, NullsOrder, PageInfoFragmentDoc, Presentation, PreviewChatImportDocument, PrivacyStatsDocument, PrivacyStatsFragmentDoc, PulseAppSummaryDocument, PulseAppSummaryModelFragmentDoc, PulseEventConnectionFragmentDoc, PulseEventCountAggregateFragmentDoc, PulseEventDocument, PulseEventFragmentDoc, PulseEventKind, PulseEventMaxAggregateFragmentDoc, PulseEventMinAggregateFragmentDoc, PulseEventOrderByRelevanceFieldEnum, PulseEventPriority, PulseEvent_IntegrationDocument, PulseEvent_Integration_ProviderDocument, PulseEventsDocument, PulseTriggerSettingModelFragmentDoc, PulseTriggerSettingsDocument, QueryDocument, QueryMode, QueryWithInsightIdDocument, QueryWithMessageIdDocument, ReanalyzeDocumentDocument, ReasoningEventOutputFragmentDoc, RefineMindInstructionDocument, RefreshDatabaseSchemaDocument, ReinterpretSourceDocument, ReinterpretSourcesOfuserDocument, RelationCountAggregateFragmentDoc, RelationFragmentDoc, RelationMaxAggregateFragmentDoc, RelationMinAggregateFragmentDoc, RelationType, RelocateInsightDocument, RemoveInsightFromReportDocument, ReportConnectionFragmentDoc, ReportCountAggregateFragmentDoc, ReportDocument, ReportFragmentDoc, ReportMaxAggregateFragmentDoc, ReportMemberAvgAggregateFragmentDoc, ReportMemberCountAggregateFragmentDoc, ReportMemberFragmentDoc, ReportMemberMaxAggregateFragmentDoc, ReportMemberMinAggregateFragmentDoc, ReportMemberSize, ReportMemberSumAggregateFragmentDoc, ReportMinAggregateFragmentDoc, ReportOrderByRelevanceFieldEnum, Report_InsightsDocument, Report_LayoutDocument, Report_Layout_InsightDocument, ReportsDocument, ResetWorkspaceDocument, ResolvePulseEventDocument, ResolvedFileUrlFragmentDoc, ScheduleWorkspaceDeletionDocument, SearchDocument, SendMessageModel, SendMessageStreamDocument, SetDatabasePrimaryKeyDocument, SortOrder, StreamMessageContentOutputFragmentDoc, StreamMessageOutputFragmentDoc, StreamableUiDeltaEventOutputFragmentDoc, SyncEventAvgAggregateFragmentDoc, SyncEventCountAggregateFragmentDoc, SyncEventFragmentDoc, SyncEventMaxAggregateFragmentDoc, SyncEventMinAggregateFragmentDoc, SyncEventSumAggregateFragmentDoc, TableConnectionFragmentDoc, TableCountAggregateFragmentDoc, TableDocument, TableFragmentDoc, TableMaxAggregateFragmentDoc, TableMinAggregateFragmentDoc, TableOrderByRelevanceFieldEnum, TableStatus, Table_DatabaseDocument, Table_Database_EngineDocument, Table_DocumentDocument, Table_Document_ContentsDocument, Table_Document_FileDocument, Table_Document_FormatDocument, Table_FromRelationsDocument, Table_ToRelationsDocument, TablesDocument, TextBlockEventOutputFragmentDoc, TextDeltaEventOutputFragmentDoc, TokenUsageAvgAggregateFragmentDoc, TokenUsageCountAggregateFragmentDoc, TokenUsageFragmentDoc, TokenUsageLimit, TokenUsageMaxAggregateFragmentDoc, TokenUsageMinAggregateFragmentDoc, TokenUsageSumAggregateFragmentDoc, TokenUsageUpdatesDocument, ToolInputDeltaEventOutputFragmentDoc, ToolResultArtifactOutputFragmentDoc, ToolResultEventOutputFragmentDoc, ToolStartEventOutputFragmentDoc, UpdateAgentDocument, UpdateChatDocument, UpdateDatabaseDocument, UpdateDocumentDocument, UpdateFolderDocument, UpdateInsightDocument, UpdateInsightInReportDocument, UpdateInsightThumbnailDocument, UpdateInterpDocument, UpdatePulseTriggerDocument, UpdateReportDocument, UpdateTableDocument, UpdateUserSkillFileDocument, UpdateUserSkillFolderDocument, UsageHistoryGranularity, UsageMetaOutputFragmentDoc, UsageStatusFragmentDoc, UsageWindowsStatusTypeFragmentDoc, UserSkillFileCountAggregateFragmentDoc, UserSkillFileDocument, UserSkillFileFragmentDoc, UserSkillFileMaxAggregateFragmentDoc, UserSkillFileMinAggregateFragmentDoc, UserSkillFileModelFragmentDoc, UserSkillFilesDocument, UserSkillFolderCountAggregateFragmentDoc, UserSkillFolderDocument, UserSkillFolderFragmentDoc, UserSkillFolderMaxAggregateFragmentDoc, UserSkillFolderMinAggregateFragmentDoc, UserSkillFolderModelFragmentDoc, UserSkillFoldersDocument, WindowDetailTypeFragmentDoc, WorkspaceDeleteScheduleCountAggregateFragmentDoc, WorkspaceDeleteScheduleFragmentDoc, WorkspaceDeleteScheduleMaxAggregateFragmentDoc, WorkspaceDeleteScheduleMinAggregateFragmentDoc, WorkspaceDeletionScheduleDocument };
859
- //# sourceMappingURL=chunk-YWW3KUXV.js.map
860
- //# sourceMappingURL=chunk-YWW3KUXV.js.map
859
+ export { ActionAvgAggregateFragmentDoc, ActionCountAggregateFragmentDoc, ActionFragmentDoc, ActionMaxAggregateFragmentDoc, ActionMinAggregateFragmentDoc, ActionSumAggregateFragmentDoc, ActionType, ActiveWindowType, AddInsightToReportDocument, AgentConnectionFragmentDoc, AgentCountAggregateFragmentDoc, AgentDocument, AgentFragmentDoc, AgentMaxAggregateFragmentDoc, AgentMinAggregateFragmentDoc, AgentOrderByRelevanceFieldEnum, Agent_ChatsDocument, AgentsDocument, AiResourceType, ArtifactConnectionFragmentDoc, ArtifactCountAggregateFragmentDoc, ArtifactDocument, ArtifactFragmentDoc, ArtifactKind, ArtifactMaxAggregateFragmentDoc, ArtifactMinAggregateFragmentDoc, ArtifactOrderByRelevanceFieldEnum, Artifact_ChatDocument, Artifact_Chat_InsightDocument, Artifact_FileDocument, Artifact_MessageDocument, Artifact_Message_ChatDocument, Artifact_Message_ContentsDocument, Artifact_Message_FeedbackDocument, ArtifactsDocument, AudioEventOutputFragmentDoc, CancelOauthFlowDocument, CancelWorkspaceDeletionDocument, CapabilityType, ChatConnectionFragmentDoc, ChatCountAggregateFragmentDoc, ChatDocument, ChatFragmentDoc, ChatImportExecuteOutputFragmentDoc, ChatImportPreviewOutputFragmentDoc, ChatMaxAggregateFragmentDoc, ChatMessageConnectionFragmentDoc, ChatMessageCountAggregateFragmentDoc, ChatMessageDocument, ChatMessageFragmentDoc, ChatMessageFromEnum, ChatMessageMaxAggregateFragmentDoc, ChatMessageMinAggregateFragmentDoc, ChatMessageOrderByRelevanceFieldEnum, ChatMessage_ArtifactsDocument, ChatMessage_ChatDocument, ChatMessage_Chat_InsightDocument, ChatMessage_ContentsDocument, ChatMessage_Contents_MasksDocument, ChatMessage_FeedbackDocument, ChatMessagesDocument, ChatMinAggregateFragmentDoc, ChatOrderByRelevanceFieldEnum, ChatSourceImportFidelityEnum, ChatSourceImportModeEnum, ChatSourceProviderEnum, ChatTitleEventOutputFragmentDoc, Chat_AgentsDocument, Chat_ArtifactsDocument, Chat_InsightDocument, Chat_Insight_ReportMembersDocument, Chat_Insight_ThumbnailFileDocument, Chat_MessagesDocument, ChatsDocument, ConnectIntegrationDocument, ConsumePulseEventsDocument, ContentBlockAvgAggregateFragmentDoc, ContentBlockCountAggregateFragmentDoc, ContentBlockFragmentDoc, ContentBlockMaxAggregateFragmentDoc, ContentBlockMinAggregateFragmentDoc, ContentBlockSumAggregateFragmentDoc, ContentBlockType, ContentMaskCountAggregateFragmentDoc, ContentMaskFragmentDoc, ContentMaskMaxAggregateFragmentDoc, ContentMaskMinAggregateFragmentDoc, ContinueImportedChatDocument, ContinueInterpretationDocument, CreateAgentDocument, CreateChatDocument, CreateDatabaseDocument, CreateDocumentDocument, CreateFeedbackDocument, CreateFolderDocument, CreateInsightDocument, CreateIntegrationDocument, CreateIntegrationOutputFragmentDoc, CreateReportDocument, CreateTableDocument, CreateUserSkillFileDocument, CreateUserSkillFolderDocument, CubeModelCountAggregateFragmentDoc, CubeModelFragmentDoc, CubeModelMaxAggregateFragmentDoc, CubeModelMinAggregateFragmentDoc, DatabaseCatalogAvgAggregateFragmentDoc, DatabaseCatalogConnectionFragmentDoc, DatabaseCatalogCountAggregateFragmentDoc, DatabaseCatalogDocument, DatabaseCatalogFragmentDoc, DatabaseCatalogMaxAggregateFragmentDoc, DatabaseCatalogMinAggregateFragmentDoc, DatabaseCatalogOrderByRelevanceFieldEnum, DatabaseCatalogSumAggregateFragmentDoc, DatabaseCatalog_EngineDocument, DatabaseCatalogsDocument, DatabaseConnectionFragmentDoc, DatabaseCountAggregateFragmentDoc, DatabaseDocument, DatabaseEngineCountAggregateFragmentDoc, DatabaseEngineFragmentDoc, DatabaseEngineMaxAggregateFragmentDoc, DatabaseEngineMinAggregateFragmentDoc, DatabaseFragmentDoc, DatabaseMaxAggregateFragmentDoc, DatabaseMinAggregateFragmentDoc, DatabaseOrderByRelevanceFieldEnum, DatabaseSchemaDocument, Database_EngineDocument, Database_Engine_CatalogDocument, Database_TablesDocument, DatabasesDocument, DeepAnalysisUsageAvgAggregateFragmentDoc, DeepAnalysisUsageCountAggregateFragmentDoc, DeepAnalysisUsageFragmentDoc, DeepAnalysisUsageMaxAggregateFragmentDoc, DeepAnalysisUsageMinAggregateFragmentDoc, DeepAnalysisUsageSumAggregateFragmentDoc, DeleteAgentDocument, DeleteArtifactDocument, DeleteChatDocument, DeleteDatabaseDocument, DeleteDocumentDocument, DeleteFolderDocument, DeleteInsightDocument, DeleteInsightsDocument, DeleteIntegrationDocument, DeleteReportDocument, DeleteTableDocument, DeleteUserSkillFileDocument, DeleteUserSkillFolderDocument, DevAccessTokenOutputFragmentDoc, DisconnectIntegrationDocument, DismissPulseEventDocument, DocumentCatalogAvgAggregateFragmentDoc, DocumentCatalogConnectionFragmentDoc, DocumentCatalogCountAggregateFragmentDoc, DocumentCatalogDocument, DocumentCatalogFragmentDoc, DocumentCatalogMaxAggregateFragmentDoc, DocumentCatalogMinAggregateFragmentDoc, DocumentCatalogOrderByRelevanceFieldEnum, DocumentCatalogSumAggregateFragmentDoc, DocumentCatalog_FormatDocument, DocumentCatalogsDocument, DocumentConnectionFragmentDoc, DocumentContentAvgAggregateFragmentDoc, DocumentContentCountAggregateFragmentDoc, DocumentContentFragmentDoc, DocumentContentMaxAggregateFragmentDoc, DocumentContentMinAggregateFragmentDoc, DocumentContentSumAggregateFragmentDoc, DocumentCountAggregateFragmentDoc, DocumentDocument, DocumentFormatCountAggregateFragmentDoc, DocumentFormatFragmentDoc, DocumentFormatMaxAggregateFragmentDoc, DocumentFormatMinAggregateFragmentDoc, DocumentFragmentDoc, DocumentMaxAggregateFragmentDoc, DocumentMinAggregateFragmentDoc, DocumentOrderByRelevanceFieldEnum, Document_ContentsDocument, Document_FileDocument, Document_FormatDocument, Document_Format_CatalogDocument, Document_TablesDocument, DocumentsDocument, EntitlementTier, ExecuteChatImportDocument, ExportDocument, ExportWithInsightIdDocument, FeedActionType, FeedArtifactDataFragmentDoc, FeedConnectionFragmentDoc, FeedDatabaseDataFragmentDoc, FeedDocumentDataFragmentDoc, FeedIntegrationDataFragmentDoc, FeedItemCountAggregateFragmentDoc, FeedItemDocument, FeedItemFragmentDoc, FeedItemGeneratedFragmentDoc, FeedItemKind, FeedItemMaxAggregateFragmentDoc, FeedItemMinAggregateFragmentDoc, FeedItemOrderByRelevanceFieldEnum, FeedItem_ActionDocument, FeedItem_DataDocument, FeedItemsDocument, FeedPulseDataFragmentDoc, FeedSendMessageActionFragmentDoc, FeedbackCountAggregateFragmentDoc, FeedbackFragmentDoc, FeedbackMaxAggregateFragmentDoc, FeedbackMinAggregateFragmentDoc, FeedbackOrderByRelevanceFieldEnum, FeedbackType, FileAvgAggregateFragmentDoc, FileCountAggregateFragmentDoc, FileDocument, FileFragmentDoc, FileMaxAggregateFragmentDoc, FileMetaDocument, FileMinAggregateFragmentDoc, FileModelFragmentDoc, FileOrderByRelevanceFieldEnum, FileSumAggregateFragmentDoc, FileUrlsDocument, FinalContentEventOutputFragmentDoc, FindFitTierDocument, FolderConnectionFragmentDoc, FolderCountAggregateFragmentDoc, FolderDocument, FolderFragmentDoc, FolderMaxAggregateFragmentDoc, FolderMinAggregateFragmentDoc, FolderOrderByRelevanceFieldEnum, FoldersDocument, GenerateUploadUriDocument, GetCapabilityDocument, GetDevAccessTokenDocument, GetLimitDocument, GetRemainingDocument, GetTokenUsageByModelDocument, GetTokenUsageHistoryDocument, GetTokenUsageStatusDocument, GetTokenUsageStatus_WindowsDocument, GetTokenUsageStatus_Windows_DayDocument, GetTokenUsageStatus_Windows_FiveHourDocument, GetTokenUsageStatus_Windows_WeekDocument, GetUsageDocument, ImportedChatSummaryOutputFragmentDoc, IndexContentObjectFragmentDoc, IndexType, InferenceRequestAuditAvgAggregateFragmentDoc, InferenceRequestAuditCountAggregateFragmentDoc, InferenceRequestAuditFragmentDoc, InferenceRequestAuditMaxAggregateFragmentDoc, InferenceRequestAuditMinAggregateFragmentDoc, InferenceRequestAuditSumAggregateFragmentDoc, InsightConnectionFragmentDoc, InsightCountAggregateFragmentDoc, InsightDocument, InsightFragmentDoc, InsightMaxAggregateFragmentDoc, InsightMinAggregateFragmentDoc, InsightOrderByRelevanceFieldEnum, Insight_ChatDocument, Insight_ReportMembersDocument, Insight_ReportMembers_ReportDocument, Insight_ReportsDocument, Insight_ThumbnailFileDocument, InsightsDocument, IntegrationAvgAggregateFragmentDoc, IntegrationCatalogAvgAggregateFragmentDoc, IntegrationCatalogConnectionFragmentDoc, IntegrationCatalogCountAggregateFragmentDoc, IntegrationCatalogDocument, IntegrationCatalogFragmentDoc, IntegrationCatalogMaxAggregateFragmentDoc, IntegrationCatalogMinAggregateFragmentDoc, IntegrationCatalogOrderByRelevanceFieldEnum, IntegrationCatalogSumAggregateFragmentDoc, IntegrationCatalogToolsDocument, IntegrationCatalog_ProviderDocument, IntegrationCatalogsDocument, IntegrationConnectionFragmentDoc, IntegrationCountAggregateFragmentDoc, IntegrationDocument, IntegrationFragmentDoc, IntegrationMaxAggregateFragmentDoc, IntegrationMinAggregateFragmentDoc, IntegrationOrderByRelevanceFieldEnum, IntegrationProviderCountAggregateFragmentDoc, IntegrationProviderFragmentDoc, IntegrationProviderMaxAggregateFragmentDoc, IntegrationProviderMinAggregateFragmentDoc, IntegrationStatus, IntegrationSumAggregateFragmentDoc, Integration_ProviderDocument, Integration_Provider_CatalogDocument, IntegrationsDocument, InterpretationConnectionFragmentDoc, InterpretationCountAggregateFragmentDoc, InterpretationFragmentDoc, InterpretationMaxAggregateFragmentDoc, InterpretationMinAggregateFragmentDoc, InterpretationOrderByRelevanceFieldEnum, InterpretationType, InterpretationsDocument, InvocationAvgAggregateFragmentDoc, InvocationCountAggregateFragmentDoc, InvocationFragmentDoc, InvocationMaxAggregateFragmentDoc, InvocationMinAggregateFragmentDoc, InvocationSumAggregateFragmentDoc, LimitType, McpAuthPhase, McpAuthUpdateModelFragmentDoc, McpAuthUpdatesDocument, McpClientInformationCountAggregateFragmentDoc, McpClientInformationFragmentDoc, McpClientInformationMaxAggregateFragmentDoc, McpClientInformationMinAggregateFragmentDoc, McpCodeVerifierCountAggregateFragmentDoc, McpCodeVerifierFragmentDoc, McpCodeVerifierMaxAggregateFragmentDoc, McpCodeVerifierMinAggregateFragmentDoc, McpServerCountAggregateFragmentDoc, McpServerFragmentDoc, McpServerMaxAggregateFragmentDoc, McpServerMinAggregateFragmentDoc, McpTokensCountAggregateFragmentDoc, McpTokensFragmentDoc, McpTokensMaxAggregateFragmentDoc, McpTokensMinAggregateFragmentDoc, McpToolCountAggregateFragmentDoc, McpToolFragmentDoc, McpToolMaxAggregateFragmentDoc, McpToolMinAggregateFragmentDoc, MessageEndEventOutputFragmentDoc, MessageStartEventOutputFragmentDoc, ModelTokenUsageFragmentDoc, NotificationCategory, NotificationConnectionFragmentDoc, NotificationCountAggregateFragmentDoc, NotificationDocument, NotificationFragmentDoc, NotificationMaxAggregateFragmentDoc, NotificationMinAggregateFragmentDoc, NotificationOrderByRelevanceFieldEnum, NotificationPriority, NotificationStatus, NotificationsByReferenceDocument, NotificationsDocument, NullsOrder, PageInfoFragmentDoc, Presentation, PreviewChatImportDocument, PrivacyStatsDocument, PrivacyStatsFragmentDoc, PulseAppSummaryDocument, PulseAppSummaryModelFragmentDoc, PulseEventConnectionFragmentDoc, PulseEventCountAggregateFragmentDoc, PulseEventDocument, PulseEventFragmentDoc, PulseEventKind, PulseEventMaxAggregateFragmentDoc, PulseEventMinAggregateFragmentDoc, PulseEventOrderByRelevanceFieldEnum, PulseEventPriority, PulseEvent_IntegrationDocument, PulseEvent_Integration_ProviderDocument, PulseEventsDocument, PulseTriggerSettingModelFragmentDoc, PulseTriggerSettingsDocument, QueryDocument, QueryMode, QueryWithInsightIdDocument, QueryWithMessageIdDocument, ReanalyzeDocumentDocument, ReasoningEventOutputFragmentDoc, RefineMindInstructionDocument, RefreshDatabaseSchemaDocument, RefreshInsightDocument, ReinterpretSourceDocument, ReinterpretSourcesOfuserDocument, RelationCountAggregateFragmentDoc, RelationFragmentDoc, RelationMaxAggregateFragmentDoc, RelationMinAggregateFragmentDoc, RelationType, RelocateInsightDocument, RemoveInsightFromReportDocument, ReportConnectionFragmentDoc, ReportCountAggregateFragmentDoc, ReportDocument, ReportFragmentDoc, ReportMaxAggregateFragmentDoc, ReportMemberAvgAggregateFragmentDoc, ReportMemberCountAggregateFragmentDoc, ReportMemberFragmentDoc, ReportMemberMaxAggregateFragmentDoc, ReportMemberMinAggregateFragmentDoc, ReportMemberSize, ReportMemberSumAggregateFragmentDoc, ReportMinAggregateFragmentDoc, ReportOrderByRelevanceFieldEnum, Report_InsightsDocument, Report_LayoutDocument, Report_Layout_InsightDocument, ReportsDocument, ResetWorkspaceDocument, ResolvePulseEventDocument, ResolvedFileUrlFragmentDoc, ScheduleWorkspaceDeletionDocument, SearchDocument, SendMessageModel, SendMessageStreamDocument, SetDatabasePrimaryKeyDocument, SortOrder, StreamMessageContentOutputFragmentDoc, StreamMessageOutputFragmentDoc, StreamableUiDeltaEventOutputFragmentDoc, SyncEventAvgAggregateFragmentDoc, SyncEventCountAggregateFragmentDoc, SyncEventFragmentDoc, SyncEventMaxAggregateFragmentDoc, SyncEventMinAggregateFragmentDoc, SyncEventSumAggregateFragmentDoc, TableConnectionFragmentDoc, TableCountAggregateFragmentDoc, TableDocument, TableFragmentDoc, TableMaxAggregateFragmentDoc, TableMinAggregateFragmentDoc, TableOrderByRelevanceFieldEnum, TableStatus, Table_DatabaseDocument, Table_Database_EngineDocument, Table_DocumentDocument, Table_Document_ContentsDocument, Table_Document_FileDocument, Table_Document_FormatDocument, Table_FromRelationsDocument, Table_ToRelationsDocument, TablesDocument, TextBlockEventOutputFragmentDoc, TextDeltaEventOutputFragmentDoc, TokenUsageAvgAggregateFragmentDoc, TokenUsageCountAggregateFragmentDoc, TokenUsageFragmentDoc, TokenUsageLimit, TokenUsageMaxAggregateFragmentDoc, TokenUsageMinAggregateFragmentDoc, TokenUsageSumAggregateFragmentDoc, TokenUsageUpdatesDocument, ToolInputDeltaEventOutputFragmentDoc, ToolResultArtifactOutputFragmentDoc, ToolResultEventOutputFragmentDoc, ToolStartEventOutputFragmentDoc, UpdateAgentDocument, UpdateChatDocument, UpdateDatabaseDocument, UpdateDocumentDocument, UpdateFolderDocument, UpdateInsightDocument, UpdateInsightInReportDocument, UpdateInsightThumbnailDocument, UpdateInterpDocument, UpdatePulseTriggerDocument, UpdateReportDocument, UpdateTableDocument, UpdateUserSkillFileDocument, UpdateUserSkillFolderDocument, UsageHistoryGranularity, UsageMetaOutputFragmentDoc, UsageStatusFragmentDoc, UsageWindowsStatusTypeFragmentDoc, UserSkillFileCountAggregateFragmentDoc, UserSkillFileDocument, UserSkillFileFragmentDoc, UserSkillFileMaxAggregateFragmentDoc, UserSkillFileMinAggregateFragmentDoc, UserSkillFileModelFragmentDoc, UserSkillFilesDocument, UserSkillFolderCountAggregateFragmentDoc, UserSkillFolderDocument, UserSkillFolderFragmentDoc, UserSkillFolderMaxAggregateFragmentDoc, UserSkillFolderMinAggregateFragmentDoc, UserSkillFolderModelFragmentDoc, UserSkillFoldersDocument, WindowDetailTypeFragmentDoc, WorkspaceDeleteScheduleCountAggregateFragmentDoc, WorkspaceDeleteScheduleFragmentDoc, WorkspaceDeleteScheduleMaxAggregateFragmentDoc, WorkspaceDeleteScheduleMinAggregateFragmentDoc, WorkspaceDeletionScheduleDocument };
860
+ //# sourceMappingURL=chunk-Q7MZGXS4.js.map
861
+ //# sourceMappingURL=chunk-Q7MZGXS4.js.map