@dvina/sdk 4.0.163 → 4.0.164

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.
@@ -748,7 +748,8 @@ var ExecuteChatImportDocument = { "kind": "Document", "definitions": [{ "kind":
748
748
  var GenerateUploadUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "generateUploadUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "FileInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "generateUploadUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "data" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "FileModel" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "FileModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FileModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "uploadUri" } }] } }] };
749
749
  var PreviewChatImportDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "previewChatImport" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ChatImportPreviewInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "previewChatImport" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ChatImportPreviewOutput" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ChatImportPreviewOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ChatImportPreviewOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "archiveHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chatCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "duplicateConversationCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fidelity" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hasAttachments" } }, { "kind": "Field", "name": { "kind": "Name", "value": "messageCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mode" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }, { "kind": "Field", "name": { "kind": "Name", "value": "warnings" } }] } }] };
750
750
  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" } }] } }] };
751
- 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" } } }] }] } }] };
751
+ var RefineAgentInstructionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "refineAgentInstruction" }, "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": "refineAgentInstruction" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "instruction" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "instruction" } } }] }] } }] };
752
+ var RefineSkillInstructionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "refineSkillInstruction" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skillContent" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "refineSkillInstruction" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "skillContent" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skillContent" } } }] }] } }] };
752
753
  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" } } }] }] } }] };
753
754
  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" } }] } }] };
754
755
  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" } } }] }] } }] };
@@ -1310,7 +1311,8 @@ exports.QueryWithInsightIdDocument = QueryWithInsightIdDocument;
1310
1311
  exports.QueryWithMessageIdDocument = QueryWithMessageIdDocument;
1311
1312
  exports.ReanalyzeDocumentDocument = ReanalyzeDocumentDocument;
1312
1313
  exports.ReasoningEventOutputFragmentDoc = ReasoningEventOutputFragmentDoc;
1313
- exports.RefineMindInstructionDocument = RefineMindInstructionDocument;
1314
+ exports.RefineAgentInstructionDocument = RefineAgentInstructionDocument;
1315
+ exports.RefineSkillInstructionDocument = RefineSkillInstructionDocument;
1314
1316
  exports.RefreshDatabaseSchemaDocument = RefreshDatabaseSchemaDocument;
1315
1317
  exports.RefreshInsightDocument = RefreshInsightDocument;
1316
1318
  exports.ReinterpretSourceDocument = ReinterpretSourceDocument;
@@ -1438,5 +1440,5 @@ exports.WorkspaceDeleteScheduleFragmentDoc = WorkspaceDeleteScheduleFragmentDoc;
1438
1440
  exports.WorkspaceDeleteScheduleMaxAggregateFragmentDoc = WorkspaceDeleteScheduleMaxAggregateFragmentDoc;
1439
1441
  exports.WorkspaceDeleteScheduleMinAggregateFragmentDoc = WorkspaceDeleteScheduleMinAggregateFragmentDoc;
1440
1442
  exports.WorkspaceDeletionScheduleDocument = WorkspaceDeletionScheduleDocument;
1441
- //# sourceMappingURL=chunk-MFVKPMD4.cjs.map
1442
- //# sourceMappingURL=chunk-MFVKPMD4.cjs.map
1443
+ //# sourceMappingURL=chunk-MMZOIZLF.cjs.map
1444
+ //# sourceMappingURL=chunk-MMZOIZLF.cjs.map