vellum-ai 1.5.4 → 1.5.5
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/Client.d.ts +6 -0
- package/Client.js +47 -37
- package/api/errors/index.d.ts +1 -1
- package/api/errors/index.js +1 -1
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +5 -0
- package/api/resources/index.js +6 -1
- package/api/resources/integrationAuthConfigs/client/Client.d.ts +46 -0
- package/api/resources/integrationAuthConfigs/client/Client.js +162 -0
- package/api/resources/integrationAuthConfigs/client/index.d.ts +1 -0
- package/api/resources/integrationAuthConfigs/client/index.js +17 -0
- package/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.d.ts +32 -0
- package/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.js +5 -0
- package/api/resources/integrationAuthConfigs/client/requests/index.d.ts +1 -0
- package/api/resources/integrationAuthConfigs/client/requests/index.js +2 -0
- package/api/resources/integrationAuthConfigs/index.d.ts +1 -0
- package/api/resources/integrationAuthConfigs/index.js +17 -0
- package/api/resources/integrationProviders/client/Client.d.ts +60 -0
- package/api/resources/integrationProviders/client/Client.js +216 -0
- package/api/resources/integrationProviders/client/index.d.ts +1 -0
- package/api/resources/integrationProviders/client/index.js +17 -0
- package/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.d.ts +25 -0
- package/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.js +5 -0
- package/api/resources/integrationProviders/client/requests/index.d.ts +1 -0
- package/api/resources/integrationProviders/client/requests/index.js +2 -0
- package/api/resources/integrationProviders/index.d.ts +1 -0
- package/api/resources/integrationProviders/index.js +17 -0
- package/api/resources/integrations/client/Client.d.ts +31 -8
- package/api/resources/integrations/client/Client.js +169 -18
- package/api/resources/integrations/client/index.d.ts +1 -1
- package/api/resources/integrations/client/index.js +15 -0
- package/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +29 -0
- package/api/resources/integrations/client/requests/IntegrationsListRequest.js +5 -0
- package/api/resources/integrations/client/requests/index.d.ts +1 -0
- package/api/resources/integrations/client/requests/index.js +2 -0
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/requests/TestSuiteRunsListExecutionsRequest.d.ts +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +9 -9
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +3 -3
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +5 -0
- package/api/types/ComponentsSchemasComposioIntegrationExecConfig.js +5 -0
- package/api/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +5 -0
- package/api/types/ComponentsSchemasSlimComposioToolDefinition.js +5 -0
- package/api/types/ComposioIntegrationExecConfig.d.ts +7 -0
- package/api/types/ComposioIntegrationExecConfig.js +5 -0
- package/api/types/ComposioToolDefinition.d.ts +4 -1
- package/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +6 -0
- package/api/types/IntegrationAuthConfigIntegrationCredential.js +5 -0
- package/api/types/IntegrationCredentialAccessType.d.ts +12 -0
- package/api/types/IntegrationCredentialAccessType.js +10 -0
- package/api/types/IntegrationName.d.ts +30 -0
- package/api/types/IntegrationName.js +19 -0
- package/api/types/IntegrationProvider.d.ts +7 -0
- package/api/types/IntegrationProvider.js +5 -0
- package/api/types/IntegrationRead.d.ts +13 -0
- package/api/types/IntegrationRead.js +5 -0
- package/api/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +10 -0
- package/api/types/PaginatedSlimIntegrationAuthConfigReadList.js +5 -0
- package/api/types/PaginatedSlimIntegrationReadList.d.ts +10 -0
- package/api/types/PaginatedSlimIntegrationReadList.js +5 -0
- package/api/types/PaginatedSlimToolDefinitionList.d.ts +10 -0
- package/api/types/PaginatedSlimToolDefinitionList.js +5 -0
- package/api/types/SlimComposioToolDefinition.d.ts +10 -0
- package/api/types/SlimComposioToolDefinition.js +5 -0
- package/api/types/SlimIntegrationAuthConfigRead.d.ts +12 -0
- package/api/types/SlimIntegrationAuthConfigRead.js +5 -0
- package/api/types/SlimIntegrationRead.d.ts +11 -0
- package/api/types/SlimIntegrationRead.js +5 -0
- package/api/types/ToolDefinitionIntegration.d.ts +9 -0
- package/api/types/ToolDefinitionIntegration.js +5 -0
- package/api/types/index.d.ts +15 -0
- package/api/types/index.js +15 -0
- package/dist/Client.d.ts +6 -0
- package/dist/Client.js +47 -37
- package/dist/api/errors/index.d.ts +1 -1
- package/dist/api/errors/index.js +1 -1
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +5 -0
- package/dist/api/resources/index.js +6 -1
- package/dist/api/resources/integrationAuthConfigs/client/Client.d.ts +46 -0
- package/dist/api/resources/integrationAuthConfigs/client/Client.js +162 -0
- package/dist/api/resources/integrationAuthConfigs/client/index.d.ts +1 -0
- package/dist/api/resources/integrationAuthConfigs/client/index.js +17 -0
- package/dist/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.d.ts +32 -0
- package/dist/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.js +5 -0
- package/dist/api/resources/integrationAuthConfigs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/integrationAuthConfigs/client/requests/index.js +2 -0
- package/dist/api/resources/integrationAuthConfigs/index.d.ts +1 -0
- package/dist/api/resources/integrationAuthConfigs/index.js +17 -0
- package/dist/api/resources/integrationProviders/client/Client.d.ts +60 -0
- package/dist/api/resources/integrationProviders/client/Client.js +216 -0
- package/dist/api/resources/integrationProviders/client/index.d.ts +1 -0
- package/dist/api/resources/integrationProviders/client/index.js +17 -0
- package/dist/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.d.ts +25 -0
- package/dist/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.js +5 -0
- package/dist/api/resources/integrationProviders/client/requests/index.d.ts +1 -0
- package/dist/api/resources/integrationProviders/client/requests/index.js +2 -0
- package/dist/api/resources/integrationProviders/index.d.ts +1 -0
- package/dist/api/resources/integrationProviders/index.js +17 -0
- package/dist/api/resources/integrations/client/Client.d.ts +31 -8
- package/dist/api/resources/integrations/client/Client.js +169 -18
- package/dist/api/resources/integrations/client/index.d.ts +1 -1
- package/dist/api/resources/integrations/client/index.js +15 -0
- package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +29 -0
- package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.js +5 -0
- package/dist/api/resources/integrations/client/requests/index.d.ts +1 -0
- package/dist/api/resources/integrations/client/requests/index.js +2 -0
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunsListExecutionsRequest.d.ts +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +3 -3
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +5 -0
- package/dist/api/types/ComponentsSchemasComposioIntegrationExecConfig.js +5 -0
- package/dist/api/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +5 -0
- package/dist/api/types/ComponentsSchemasSlimComposioToolDefinition.js +5 -0
- package/dist/api/types/ComposioIntegrationExecConfig.d.ts +7 -0
- package/dist/api/types/ComposioIntegrationExecConfig.js +5 -0
- package/dist/api/types/ComposioToolDefinition.d.ts +4 -1
- package/dist/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +6 -0
- package/dist/api/types/IntegrationAuthConfigIntegrationCredential.js +5 -0
- package/dist/api/types/IntegrationCredentialAccessType.d.ts +12 -0
- package/dist/api/types/IntegrationCredentialAccessType.js +10 -0
- package/dist/api/types/IntegrationName.d.ts +30 -0
- package/dist/api/types/IntegrationName.js +19 -0
- package/dist/api/types/IntegrationProvider.d.ts +7 -0
- package/dist/api/types/IntegrationProvider.js +5 -0
- package/dist/api/types/IntegrationRead.d.ts +13 -0
- package/dist/api/types/IntegrationRead.js +5 -0
- package/dist/api/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +10 -0
- package/dist/api/types/PaginatedSlimIntegrationAuthConfigReadList.js +5 -0
- package/dist/api/types/PaginatedSlimIntegrationReadList.d.ts +10 -0
- package/dist/api/types/PaginatedSlimIntegrationReadList.js +5 -0
- package/dist/api/types/PaginatedSlimToolDefinitionList.d.ts +10 -0
- package/dist/api/types/PaginatedSlimToolDefinitionList.js +5 -0
- package/dist/api/types/SlimComposioToolDefinition.d.ts +10 -0
- package/dist/api/types/SlimComposioToolDefinition.js +5 -0
- package/dist/api/types/SlimIntegrationAuthConfigRead.d.ts +12 -0
- package/dist/api/types/SlimIntegrationAuthConfigRead.js +5 -0
- package/dist/api/types/SlimIntegrationRead.d.ts +11 -0
- package/dist/api/types/SlimIntegrationRead.js +5 -0
- package/dist/api/types/ToolDefinitionIntegration.d.ts +9 -0
- package/dist/api/types/ToolDefinitionIntegration.js +5 -0
- package/dist/api/types/index.d.ts +15 -0
- package/dist/api/types/index.js +15 -0
- package/dist/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +11 -0
- package/dist/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.js +8 -0
- package/dist/serialization/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +11 -0
- package/dist/serialization/types/ComponentsSchemasSlimComposioToolDefinition.js +8 -0
- package/dist/serialization/types/ComposioIntegrationExecConfig.d.ts +13 -0
- package/dist/serialization/types/ComposioIntegrationExecConfig.js +44 -0
- package/dist/serialization/types/ComposioToolDefinition.d.ts +4 -1
- package/dist/serialization/types/ComposioToolDefinition.js +4 -1
- package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +12 -0
- package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.js +43 -0
- package/dist/serialization/types/IntegrationCredentialAccessType.d.ts +10 -0
- package/dist/serialization/types/IntegrationCredentialAccessType.js +41 -0
- package/dist/serialization/types/IntegrationName.d.ts +10 -0
- package/dist/serialization/types/IntegrationName.js +53 -0
- package/dist/serialization/types/IntegrationProvider.d.ts +10 -0
- package/dist/serialization/types/IntegrationProvider.js +41 -0
- package/dist/serialization/types/IntegrationRead.d.ts +20 -0
- package/dist/serialization/types/IntegrationRead.js +51 -0
- package/dist/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +16 -0
- package/dist/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.js +47 -0
- package/dist/serialization/types/PaginatedSlimIntegrationReadList.d.ts +16 -0
- package/dist/serialization/types/PaginatedSlimIntegrationReadList.js +47 -0
- package/dist/serialization/types/PaginatedSlimToolDefinitionList.d.ts +16 -0
- package/dist/serialization/types/PaginatedSlimToolDefinitionList.js +47 -0
- package/dist/serialization/types/SlimComposioToolDefinition.d.ts +16 -0
- package/dist/serialization/types/SlimComposioToolDefinition.js +47 -0
- package/dist/serialization/types/SlimIntegrationAuthConfigRead.d.ts +16 -0
- package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +47 -0
- package/dist/serialization/types/SlimIntegrationRead.d.ts +18 -0
- package/dist/serialization/types/SlimIntegrationRead.js +49 -0
- package/dist/serialization/types/ToolDefinitionIntegration.d.ts +16 -0
- package/dist/serialization/types/ToolDefinitionIntegration.js +47 -0
- package/dist/serialization/types/index.d.ts +15 -0
- package/dist/serialization/types/index.js +15 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +355 -8
- package/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +11 -0
- package/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.js +8 -0
- package/serialization/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +11 -0
- package/serialization/types/ComponentsSchemasSlimComposioToolDefinition.js +8 -0
- package/serialization/types/ComposioIntegrationExecConfig.d.ts +13 -0
- package/serialization/types/ComposioIntegrationExecConfig.js +44 -0
- package/serialization/types/ComposioToolDefinition.d.ts +4 -1
- package/serialization/types/ComposioToolDefinition.js +4 -1
- package/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +12 -0
- package/serialization/types/IntegrationAuthConfigIntegrationCredential.js +43 -0
- package/serialization/types/IntegrationCredentialAccessType.d.ts +10 -0
- package/serialization/types/IntegrationCredentialAccessType.js +41 -0
- package/serialization/types/IntegrationName.d.ts +10 -0
- package/serialization/types/IntegrationName.js +53 -0
- package/serialization/types/IntegrationProvider.d.ts +10 -0
- package/serialization/types/IntegrationProvider.js +41 -0
- package/serialization/types/IntegrationRead.d.ts +20 -0
- package/serialization/types/IntegrationRead.js +51 -0
- package/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +16 -0
- package/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.js +47 -0
- package/serialization/types/PaginatedSlimIntegrationReadList.d.ts +16 -0
- package/serialization/types/PaginatedSlimIntegrationReadList.js +47 -0
- package/serialization/types/PaginatedSlimToolDefinitionList.d.ts +16 -0
- package/serialization/types/PaginatedSlimToolDefinitionList.js +47 -0
- package/serialization/types/SlimComposioToolDefinition.d.ts +16 -0
- package/serialization/types/SlimComposioToolDefinition.js +47 -0
- package/serialization/types/SlimIntegrationAuthConfigRead.d.ts +16 -0
- package/serialization/types/SlimIntegrationAuthConfigRead.js +47 -0
- package/serialization/types/SlimIntegrationRead.d.ts +18 -0
- package/serialization/types/SlimIntegrationRead.js +49 -0
- package/serialization/types/ToolDefinitionIntegration.d.ts +16 -0
- package/serialization/types/ToolDefinitionIntegration.js +47 -0
- package/serialization/types/index.d.ts +15 -0
- package/serialization/types/index.js +15 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { IntegrationName } from "./IntegrationName";
|
|
8
|
+
import { IntegrationProvider } from "./IntegrationProvider";
|
|
9
|
+
import { ComponentsSchemasComposioIntegrationExecConfig } from "./ComponentsSchemasComposioIntegrationExecConfig";
|
|
10
|
+
export declare const IntegrationRead: core.serialization.ObjectSchema<serializers.IntegrationRead.Raw, Vellum.IntegrationRead>;
|
|
11
|
+
export declare namespace IntegrationRead {
|
|
12
|
+
interface Raw {
|
|
13
|
+
id?: string | null;
|
|
14
|
+
label?: string | null;
|
|
15
|
+
icon_url: string;
|
|
16
|
+
name: IntegrationName.Raw;
|
|
17
|
+
provider: IntegrationProvider.Raw;
|
|
18
|
+
exec_config: ComponentsSchemasComposioIntegrationExecConfig.Raw;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.IntegrationRead = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const IntegrationName_1 = require("./IntegrationName");
|
|
42
|
+
const IntegrationProvider_1 = require("./IntegrationProvider");
|
|
43
|
+
const ComponentsSchemasComposioIntegrationExecConfig_1 = require("./ComponentsSchemasComposioIntegrationExecConfig");
|
|
44
|
+
exports.IntegrationRead = core.serialization.object({
|
|
45
|
+
id: core.serialization.string().optional(),
|
|
46
|
+
label: core.serialization.string().optional(),
|
|
47
|
+
iconUrl: core.serialization.property("icon_url", core.serialization.string()),
|
|
48
|
+
name: IntegrationName_1.IntegrationName,
|
|
49
|
+
provider: IntegrationProvider_1.IntegrationProvider,
|
|
50
|
+
execConfig: core.serialization.property("exec_config", ComponentsSchemasComposioIntegrationExecConfig_1.ComponentsSchemasComposioIntegrationExecConfig),
|
|
51
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { SlimIntegrationAuthConfigRead } from "./SlimIntegrationAuthConfigRead";
|
|
8
|
+
export declare const PaginatedSlimIntegrationAuthConfigReadList: core.serialization.ObjectSchema<serializers.PaginatedSlimIntegrationAuthConfigReadList.Raw, Vellum.PaginatedSlimIntegrationAuthConfigReadList>;
|
|
9
|
+
export declare namespace PaginatedSlimIntegrationAuthConfigReadList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: (string | null) | null;
|
|
13
|
+
previous?: (string | null) | null;
|
|
14
|
+
results?: SlimIntegrationAuthConfigRead.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedSlimIntegrationAuthConfigReadList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const SlimIntegrationAuthConfigRead_1 = require("./SlimIntegrationAuthConfigRead");
|
|
42
|
+
exports.PaginatedSlimIntegrationAuthConfigReadList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optionalNullable(),
|
|
45
|
+
previous: core.serialization.string().optionalNullable(),
|
|
46
|
+
results: core.serialization.list(SlimIntegrationAuthConfigRead_1.SlimIntegrationAuthConfigRead).optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { SlimIntegrationRead } from "./SlimIntegrationRead";
|
|
8
|
+
export declare const PaginatedSlimIntegrationReadList: core.serialization.ObjectSchema<serializers.PaginatedSlimIntegrationReadList.Raw, Vellum.PaginatedSlimIntegrationReadList>;
|
|
9
|
+
export declare namespace PaginatedSlimIntegrationReadList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: (string | null) | null;
|
|
13
|
+
previous?: (string | null) | null;
|
|
14
|
+
results?: SlimIntegrationRead.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedSlimIntegrationReadList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const SlimIntegrationRead_1 = require("./SlimIntegrationRead");
|
|
42
|
+
exports.PaginatedSlimIntegrationReadList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optionalNullable(),
|
|
45
|
+
previous: core.serialization.string().optionalNullable(),
|
|
46
|
+
results: core.serialization.list(SlimIntegrationRead_1.SlimIntegrationRead).optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ComponentsSchemasSlimComposioToolDefinition } from "./ComponentsSchemasSlimComposioToolDefinition";
|
|
8
|
+
export declare const PaginatedSlimToolDefinitionList: core.serialization.ObjectSchema<serializers.PaginatedSlimToolDefinitionList.Raw, Vellum.PaginatedSlimToolDefinitionList>;
|
|
9
|
+
export declare namespace PaginatedSlimToolDefinitionList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: (string | null) | null;
|
|
13
|
+
previous?: (string | null) | null;
|
|
14
|
+
results?: ComponentsSchemasSlimComposioToolDefinition.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedSlimToolDefinitionList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const ComponentsSchemasSlimComposioToolDefinition_1 = require("./ComponentsSchemasSlimComposioToolDefinition");
|
|
42
|
+
exports.PaginatedSlimToolDefinitionList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optionalNullable(),
|
|
45
|
+
previous: core.serialization.string().optionalNullable(),
|
|
46
|
+
results: core.serialization.list(ComponentsSchemasSlimComposioToolDefinition_1.ComponentsSchemasSlimComposioToolDefinition).optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ToolDefinitionIntegration } from "./ToolDefinitionIntegration";
|
|
8
|
+
export declare const SlimComposioToolDefinition: core.serialization.ObjectSchema<serializers.SlimComposioToolDefinition.Raw, Vellum.SlimComposioToolDefinition>;
|
|
9
|
+
export declare namespace SlimComposioToolDefinition {
|
|
10
|
+
interface Raw {
|
|
11
|
+
provider: "COMPOSIO";
|
|
12
|
+
integration: ToolDefinitionIntegration.Raw;
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SlimComposioToolDefinition = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const ToolDefinitionIntegration_1 = require("./ToolDefinitionIntegration");
|
|
42
|
+
exports.SlimComposioToolDefinition = core.serialization.object({
|
|
43
|
+
provider: core.serialization.stringLiteral("COMPOSIO"),
|
|
44
|
+
integration: ToolDefinitionIntegration_1.ToolDefinitionIntegration,
|
|
45
|
+
name: core.serialization.string(),
|
|
46
|
+
description: core.serialization.string(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { IntegrationAuthConfigIntegrationCredential } from "./IntegrationAuthConfigIntegrationCredential";
|
|
8
|
+
import { IntegrationCredentialAccessType } from "./IntegrationCredentialAccessType";
|
|
9
|
+
export declare const SlimIntegrationAuthConfigRead: core.serialization.ObjectSchema<serializers.SlimIntegrationAuthConfigRead.Raw, Vellum.SlimIntegrationAuthConfigRead>;
|
|
10
|
+
export declare namespace SlimIntegrationAuthConfigRead {
|
|
11
|
+
interface Raw {
|
|
12
|
+
id?: string | null;
|
|
13
|
+
integration_credentials?: (IntegrationAuthConfigIntegrationCredential.Raw[] | null) | null;
|
|
14
|
+
default_access_type?: IntegrationCredentialAccessType.Raw | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SlimIntegrationAuthConfigRead = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const IntegrationAuthConfigIntegrationCredential_1 = require("./IntegrationAuthConfigIntegrationCredential");
|
|
42
|
+
const IntegrationCredentialAccessType_1 = require("./IntegrationCredentialAccessType");
|
|
43
|
+
exports.SlimIntegrationAuthConfigRead = core.serialization.object({
|
|
44
|
+
id: core.serialization.string().optional(),
|
|
45
|
+
integrationCredentials: core.serialization.property("integration_credentials", core.serialization.list(IntegrationAuthConfigIntegrationCredential_1.IntegrationAuthConfigIntegrationCredential).optionalNullable()),
|
|
46
|
+
defaultAccessType: core.serialization.property("default_access_type", IntegrationCredentialAccessType_1.IntegrationCredentialAccessType.optional()),
|
|
47
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { IntegrationName } from "./IntegrationName";
|
|
8
|
+
import { IntegrationProvider } from "./IntegrationProvider";
|
|
9
|
+
export declare const SlimIntegrationRead: core.serialization.ObjectSchema<serializers.SlimIntegrationRead.Raw, Vellum.SlimIntegrationRead>;
|
|
10
|
+
export declare namespace SlimIntegrationRead {
|
|
11
|
+
interface Raw {
|
|
12
|
+
id?: string | null;
|
|
13
|
+
label?: string | null;
|
|
14
|
+
icon_url: string;
|
|
15
|
+
name: IntegrationName.Raw;
|
|
16
|
+
provider: IntegrationProvider.Raw;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SlimIntegrationRead = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const IntegrationName_1 = require("./IntegrationName");
|
|
42
|
+
const IntegrationProvider_1 = require("./IntegrationProvider");
|
|
43
|
+
exports.SlimIntegrationRead = core.serialization.object({
|
|
44
|
+
id: core.serialization.string().optional(),
|
|
45
|
+
label: core.serialization.string().optional(),
|
|
46
|
+
iconUrl: core.serialization.property("icon_url", core.serialization.string()),
|
|
47
|
+
name: IntegrationName_1.IntegrationName,
|
|
48
|
+
provider: IntegrationProvider_1.IntegrationProvider,
|
|
49
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { IntegrationProvider } from "./IntegrationProvider";
|
|
8
|
+
import { IntegrationName } from "./IntegrationName";
|
|
9
|
+
export declare const ToolDefinitionIntegration: core.serialization.ObjectSchema<serializers.ToolDefinitionIntegration.Raw, Vellum.ToolDefinitionIntegration>;
|
|
10
|
+
export declare namespace ToolDefinitionIntegration {
|
|
11
|
+
interface Raw {
|
|
12
|
+
id?: string | null;
|
|
13
|
+
provider: IntegrationProvider.Raw;
|
|
14
|
+
name: IntegrationName.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ToolDefinitionIntegration = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const IntegrationProvider_1 = require("./IntegrationProvider");
|
|
42
|
+
const IntegrationName_1 = require("./IntegrationName");
|
|
43
|
+
exports.ToolDefinitionIntegration = core.serialization.object({
|
|
44
|
+
id: core.serialization.string().optional(),
|
|
45
|
+
provider: IntegrationProvider_1.IntegrationProvider,
|
|
46
|
+
name: IntegrationName_1.IntegrationName,
|
|
47
|
+
});
|
|
@@ -65,6 +65,7 @@ export * from "./CompilePromptDeploymentExpandMetaRequest";
|
|
|
65
65
|
export * from "./CompilePromptMeta";
|
|
66
66
|
export * from "./ComposioExecuteToolRequest";
|
|
67
67
|
export * from "./ComposioExecuteToolResponse";
|
|
68
|
+
export * from "./ComposioIntegrationExecConfig";
|
|
68
69
|
export * from "./ComposioToolDefinition";
|
|
69
70
|
export * from "./ConditionCombinator";
|
|
70
71
|
export * from "./ConditionalNodeResult";
|
|
@@ -207,6 +208,12 @@ export * from "./InitiatedPromptExecutionMeta";
|
|
|
207
208
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
208
209
|
export * from "./InstructorVectorizerConfig";
|
|
209
210
|
export * from "./InstructorVectorizerConfigRequest";
|
|
211
|
+
export * from "./IntegrationAuthConfigIntegrationCredential";
|
|
212
|
+
export * from "./IntegrationCredentialAccessType";
|
|
213
|
+
export * from "./ComponentsSchemasComposioIntegrationExecConfig";
|
|
214
|
+
export * from "./IntegrationName";
|
|
215
|
+
export * from "./IntegrationProvider";
|
|
216
|
+
export * from "./IntegrationRead";
|
|
210
217
|
export * from "./InvokedPort";
|
|
211
218
|
export * from "./IterationStateEnum";
|
|
212
219
|
export * from "./JsonInput";
|
|
@@ -326,6 +333,9 @@ export * from "./PaginatedDocumentIndexReadList";
|
|
|
326
333
|
export * from "./PaginatedFolderEntityList";
|
|
327
334
|
export * from "./PaginatedSlimDeploymentReadList";
|
|
328
335
|
export * from "./PaginatedSlimDocumentList";
|
|
336
|
+
export * from "./PaginatedSlimIntegrationAuthConfigReadList";
|
|
337
|
+
export * from "./PaginatedSlimIntegrationReadList";
|
|
338
|
+
export * from "./PaginatedSlimToolDefinitionList";
|
|
329
339
|
export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
330
340
|
export * from "./PaginatedTestSuiteRunExecutionList";
|
|
331
341
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
@@ -419,10 +429,14 @@ export * from "./SentenceChunkerConfig";
|
|
|
419
429
|
export * from "./SentenceChunkerConfigRequest";
|
|
420
430
|
export * from "./SentenceChunking";
|
|
421
431
|
export * from "./SentenceChunkingRequest";
|
|
432
|
+
export * from "./SlimComposioToolDefinition";
|
|
422
433
|
export * from "./SlimDeploymentRead";
|
|
423
434
|
export * from "./SlimDocument";
|
|
424
435
|
export * from "./SlimDocumentDocumentToDocumentIndex";
|
|
436
|
+
export * from "./SlimIntegrationAuthConfigRead";
|
|
437
|
+
export * from "./SlimIntegrationRead";
|
|
425
438
|
export * from "./SlimReleaseReview";
|
|
439
|
+
export * from "./ComponentsSchemasSlimComposioToolDefinition";
|
|
426
440
|
export * from "./SlimWorkflowDeployment";
|
|
427
441
|
export * from "./SlimWorkflowExecutionRead";
|
|
428
442
|
export * from "./SpanLink";
|
|
@@ -546,6 +560,7 @@ export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
|
546
560
|
export * from "./TokenOverlappingWindowChunking";
|
|
547
561
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
548
562
|
export * from "./ComponentsSchemasComposioToolDefinition";
|
|
563
|
+
export * from "./ToolDefinitionIntegration";
|
|
549
564
|
export * from "./UnitEnum";
|
|
550
565
|
export * from "./UploadDocumentResponse";
|
|
551
566
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
|
@@ -81,6 +81,7 @@ __exportStar(require("./CompilePromptDeploymentExpandMetaRequest"), exports);
|
|
|
81
81
|
__exportStar(require("./CompilePromptMeta"), exports);
|
|
82
82
|
__exportStar(require("./ComposioExecuteToolRequest"), exports);
|
|
83
83
|
__exportStar(require("./ComposioExecuteToolResponse"), exports);
|
|
84
|
+
__exportStar(require("./ComposioIntegrationExecConfig"), exports);
|
|
84
85
|
__exportStar(require("./ComposioToolDefinition"), exports);
|
|
85
86
|
__exportStar(require("./ConditionCombinator"), exports);
|
|
86
87
|
__exportStar(require("./ConditionalNodeResult"), exports);
|
|
@@ -223,6 +224,12 @@ __exportStar(require("./InitiatedPromptExecutionMeta"), exports);
|
|
|
223
224
|
__exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
|
|
224
225
|
__exportStar(require("./InstructorVectorizerConfig"), exports);
|
|
225
226
|
__exportStar(require("./InstructorVectorizerConfigRequest"), exports);
|
|
227
|
+
__exportStar(require("./IntegrationAuthConfigIntegrationCredential"), exports);
|
|
228
|
+
__exportStar(require("./IntegrationCredentialAccessType"), exports);
|
|
229
|
+
__exportStar(require("./ComponentsSchemasComposioIntegrationExecConfig"), exports);
|
|
230
|
+
__exportStar(require("./IntegrationName"), exports);
|
|
231
|
+
__exportStar(require("./IntegrationProvider"), exports);
|
|
232
|
+
__exportStar(require("./IntegrationRead"), exports);
|
|
226
233
|
__exportStar(require("./InvokedPort"), exports);
|
|
227
234
|
__exportStar(require("./IterationStateEnum"), exports);
|
|
228
235
|
__exportStar(require("./JsonInput"), exports);
|
|
@@ -342,6 +349,9 @@ __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
|
|
|
342
349
|
__exportStar(require("./PaginatedFolderEntityList"), exports);
|
|
343
350
|
__exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
|
|
344
351
|
__exportStar(require("./PaginatedSlimDocumentList"), exports);
|
|
352
|
+
__exportStar(require("./PaginatedSlimIntegrationAuthConfigReadList"), exports);
|
|
353
|
+
__exportStar(require("./PaginatedSlimIntegrationReadList"), exports);
|
|
354
|
+
__exportStar(require("./PaginatedSlimToolDefinitionList"), exports);
|
|
345
355
|
__exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
346
356
|
__exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
347
357
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
@@ -435,10 +445,14 @@ __exportStar(require("./SentenceChunkerConfig"), exports);
|
|
|
435
445
|
__exportStar(require("./SentenceChunkerConfigRequest"), exports);
|
|
436
446
|
__exportStar(require("./SentenceChunking"), exports);
|
|
437
447
|
__exportStar(require("./SentenceChunkingRequest"), exports);
|
|
448
|
+
__exportStar(require("./SlimComposioToolDefinition"), exports);
|
|
438
449
|
__exportStar(require("./SlimDeploymentRead"), exports);
|
|
439
450
|
__exportStar(require("./SlimDocument"), exports);
|
|
440
451
|
__exportStar(require("./SlimDocumentDocumentToDocumentIndex"), exports);
|
|
452
|
+
__exportStar(require("./SlimIntegrationAuthConfigRead"), exports);
|
|
453
|
+
__exportStar(require("./SlimIntegrationRead"), exports);
|
|
441
454
|
__exportStar(require("./SlimReleaseReview"), exports);
|
|
455
|
+
__exportStar(require("./ComponentsSchemasSlimComposioToolDefinition"), exports);
|
|
442
456
|
__exportStar(require("./SlimWorkflowDeployment"), exports);
|
|
443
457
|
__exportStar(require("./SlimWorkflowExecutionRead"), exports);
|
|
444
458
|
__exportStar(require("./SpanLink"), exports);
|
|
@@ -562,6 +576,7 @@ __exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
|
562
576
|
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
563
577
|
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
564
578
|
__exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
|
|
579
|
+
__exportStar(require("./ToolDefinitionIntegration"), exports);
|
|
565
580
|
__exportStar(require("./UnitEnum"), exports);
|
|
566
581
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
567
582
|
__exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.5.
|
|
1
|
+
export declare const SDK_VERSION = "1.5.5";
|
package/dist/version.js
CHANGED