@dvina/sdk 4.0.160 → 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.
- package/dist/{_generated_documents-GO2SFQK3.cjs → _generated_documents-IE5IF5IW.cjs} +546 -542
- package/dist/{_generated_documents-GO2SFQK3.cjs.map → _generated_documents-IE5IF5IW.cjs.map} +1 -1
- package/dist/{_generated_documents-ARBWVGVI.js → _generated_documents-V7CTH7KN.js} +3 -3
- package/dist/{_generated_documents-ARBWVGVI.js.map → _generated_documents-V7CTH7KN.js.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +1 -1
- package/dist/adapters/angular/index.d.ts +1 -1
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-GT77UAEG.js → chunk-LGL7YZFQ.js} +5 -4
- package/dist/chunk-LGL7YZFQ.js.map +1 -0
- package/dist/{chunk-YZOCWEFU.cjs → chunk-MMZOIZLF.cjs} +6 -4
- package/dist/chunk-MMZOIZLF.cjs.map +1 -0
- package/dist/{chunk-3I3SFD7O.cjs → chunk-QVVRL7UD.cjs} +793 -564
- package/dist/chunk-QVVRL7UD.cjs.map +1 -0
- package/dist/{chunk-ZVME5CNQ.js → chunk-ZCPWKQH5.js} +306 -78
- package/dist/chunk-ZCPWKQH5.js.map +1 -0
- package/dist/{client-CnDwhx8_.d.cts → client-MbSVtLLD.d.cts} +6 -3
- package/dist/{client-DyBMomqg.d.ts → client-zPKTFhKA.d.ts} +6 -3
- package/dist/index.cjs +400 -396
- package/dist/index.d.cts +13 -8
- package/dist/index.d.ts +13 -8
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-3I3SFD7O.cjs.map +0 -1
- package/dist/chunk-GT77UAEG.js.map +0 -1
- package/dist/chunk-YZOCWEFU.cjs.map +0 -1
- package/dist/chunk-ZVME5CNQ.js.map +0 -1
|
@@ -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
|
|
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.
|
|
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-
|
|
1442
|
-
//# sourceMappingURL=chunk-
|
|
1443
|
+
//# sourceMappingURL=chunk-MMZOIZLF.cjs.map
|
|
1444
|
+
//# sourceMappingURL=chunk-MMZOIZLF.cjs.map
|