vellum-ai 1.5.4 → 1.5.6
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/IntegrationAuthConfigIntegration.d.ts +9 -0
- package/api/types/IntegrationAuthConfigIntegration.js +5 -0
- 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 +13 -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 +16 -0
- package/api/types/index.js +16 -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/IntegrationAuthConfigIntegration.d.ts +9 -0
- package/dist/api/types/IntegrationAuthConfigIntegration.js +5 -0
- 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 +13 -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 +16 -0
- package/dist/api/types/index.js +16 -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/IntegrationAuthConfigIntegration.d.ts +16 -0
- package/dist/serialization/types/IntegrationAuthConfigIntegration.js +47 -0
- 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 +18 -0
- package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +49 -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 +16 -0
- package/dist/serialization/types/index.js +16 -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/IntegrationAuthConfigIntegration.d.ts +16 -0
- package/serialization/types/IntegrationAuthConfigIntegration.js +47 -0
- 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 +18 -0
- package/serialization/types/SlimIntegrationAuthConfigRead.js +49 -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 +16 -0
- package/serialization/types/index.js +16 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/api/types/index.d.ts
CHANGED
|
@@ -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,13 @@ export * from "./InitiatedPromptExecutionMeta";
|
|
|
207
208
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
208
209
|
export * from "./InstructorVectorizerConfig";
|
|
209
210
|
export * from "./InstructorVectorizerConfigRequest";
|
|
211
|
+
export * from "./IntegrationAuthConfigIntegration";
|
|
212
|
+
export * from "./IntegrationAuthConfigIntegrationCredential";
|
|
213
|
+
export * from "./IntegrationCredentialAccessType";
|
|
214
|
+
export * from "./ComponentsSchemasComposioIntegrationExecConfig";
|
|
215
|
+
export * from "./IntegrationName";
|
|
216
|
+
export * from "./IntegrationProvider";
|
|
217
|
+
export * from "./IntegrationRead";
|
|
210
218
|
export * from "./InvokedPort";
|
|
211
219
|
export * from "./IterationStateEnum";
|
|
212
220
|
export * from "./JsonInput";
|
|
@@ -326,6 +334,9 @@ export * from "./PaginatedDocumentIndexReadList";
|
|
|
326
334
|
export * from "./PaginatedFolderEntityList";
|
|
327
335
|
export * from "./PaginatedSlimDeploymentReadList";
|
|
328
336
|
export * from "./PaginatedSlimDocumentList";
|
|
337
|
+
export * from "./PaginatedSlimIntegrationAuthConfigReadList";
|
|
338
|
+
export * from "./PaginatedSlimIntegrationReadList";
|
|
339
|
+
export * from "./PaginatedSlimToolDefinitionList";
|
|
329
340
|
export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
330
341
|
export * from "./PaginatedTestSuiteRunExecutionList";
|
|
331
342
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
@@ -419,10 +430,14 @@ export * from "./SentenceChunkerConfig";
|
|
|
419
430
|
export * from "./SentenceChunkerConfigRequest";
|
|
420
431
|
export * from "./SentenceChunking";
|
|
421
432
|
export * from "./SentenceChunkingRequest";
|
|
433
|
+
export * from "./SlimComposioToolDefinition";
|
|
422
434
|
export * from "./SlimDeploymentRead";
|
|
423
435
|
export * from "./SlimDocument";
|
|
424
436
|
export * from "./SlimDocumentDocumentToDocumentIndex";
|
|
437
|
+
export * from "./SlimIntegrationAuthConfigRead";
|
|
438
|
+
export * from "./SlimIntegrationRead";
|
|
425
439
|
export * from "./SlimReleaseReview";
|
|
440
|
+
export * from "./ComponentsSchemasSlimComposioToolDefinition";
|
|
426
441
|
export * from "./SlimWorkflowDeployment";
|
|
427
442
|
export * from "./SlimWorkflowExecutionRead";
|
|
428
443
|
export * from "./SpanLink";
|
|
@@ -546,6 +561,7 @@ export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
|
546
561
|
export * from "./TokenOverlappingWindowChunking";
|
|
547
562
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
548
563
|
export * from "./ComponentsSchemasComposioToolDefinition";
|
|
564
|
+
export * from "./ToolDefinitionIntegration";
|
|
549
565
|
export * from "./UnitEnum";
|
|
550
566
|
export * from "./UploadDocumentResponse";
|
|
551
567
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
package/api/types/index.js
CHANGED
|
@@ -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,13 @@ __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("./IntegrationAuthConfigIntegration"), exports);
|
|
228
|
+
__exportStar(require("./IntegrationAuthConfigIntegrationCredential"), exports);
|
|
229
|
+
__exportStar(require("./IntegrationCredentialAccessType"), exports);
|
|
230
|
+
__exportStar(require("./ComponentsSchemasComposioIntegrationExecConfig"), exports);
|
|
231
|
+
__exportStar(require("./IntegrationName"), exports);
|
|
232
|
+
__exportStar(require("./IntegrationProvider"), exports);
|
|
233
|
+
__exportStar(require("./IntegrationRead"), exports);
|
|
226
234
|
__exportStar(require("./InvokedPort"), exports);
|
|
227
235
|
__exportStar(require("./IterationStateEnum"), exports);
|
|
228
236
|
__exportStar(require("./JsonInput"), exports);
|
|
@@ -342,6 +350,9 @@ __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
|
|
|
342
350
|
__exportStar(require("./PaginatedFolderEntityList"), exports);
|
|
343
351
|
__exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
|
|
344
352
|
__exportStar(require("./PaginatedSlimDocumentList"), exports);
|
|
353
|
+
__exportStar(require("./PaginatedSlimIntegrationAuthConfigReadList"), exports);
|
|
354
|
+
__exportStar(require("./PaginatedSlimIntegrationReadList"), exports);
|
|
355
|
+
__exportStar(require("./PaginatedSlimToolDefinitionList"), exports);
|
|
345
356
|
__exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
346
357
|
__exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
347
358
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
@@ -435,10 +446,14 @@ __exportStar(require("./SentenceChunkerConfig"), exports);
|
|
|
435
446
|
__exportStar(require("./SentenceChunkerConfigRequest"), exports);
|
|
436
447
|
__exportStar(require("./SentenceChunking"), exports);
|
|
437
448
|
__exportStar(require("./SentenceChunkingRequest"), exports);
|
|
449
|
+
__exportStar(require("./SlimComposioToolDefinition"), exports);
|
|
438
450
|
__exportStar(require("./SlimDeploymentRead"), exports);
|
|
439
451
|
__exportStar(require("./SlimDocument"), exports);
|
|
440
452
|
__exportStar(require("./SlimDocumentDocumentToDocumentIndex"), exports);
|
|
453
|
+
__exportStar(require("./SlimIntegrationAuthConfigRead"), exports);
|
|
454
|
+
__exportStar(require("./SlimIntegrationRead"), exports);
|
|
441
455
|
__exportStar(require("./SlimReleaseReview"), exports);
|
|
456
|
+
__exportStar(require("./ComponentsSchemasSlimComposioToolDefinition"), exports);
|
|
442
457
|
__exportStar(require("./SlimWorkflowDeployment"), exports);
|
|
443
458
|
__exportStar(require("./SlimWorkflowExecutionRead"), exports);
|
|
444
459
|
__exportStar(require("./SpanLink"), exports);
|
|
@@ -562,6 +577,7 @@ __exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
|
562
577
|
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
563
578
|
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
564
579
|
__exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
|
|
580
|
+
__exportStar(require("./ToolDefinitionIntegration"), exports);
|
|
565
581
|
__exportStar(require("./UnitEnum"), exports);
|
|
566
582
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
567
583
|
__exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
package/dist/Client.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ import { Deployments } from "./api/resources/deployments/client/Client";
|
|
|
12
12
|
import { DocumentIndexes } from "./api/resources/documentIndexes/client/Client";
|
|
13
13
|
import { Documents } from "./api/resources/documents/client/Client";
|
|
14
14
|
import { FolderEntities } from "./api/resources/folderEntities/client/Client";
|
|
15
|
+
import { IntegrationAuthConfigs } from "./api/resources/integrationAuthConfigs/client/Client";
|
|
16
|
+
import { IntegrationProviders } from "./api/resources/integrationProviders/client/Client";
|
|
15
17
|
import { MetricDefinitions } from "./api/resources/metricDefinitions/client/Client";
|
|
16
18
|
import { MlModels } from "./api/resources/mlModels/client/Client";
|
|
17
19
|
import { Organizations } from "./api/resources/organizations/client/Client";
|
|
@@ -57,6 +59,8 @@ export declare class VellumClient {
|
|
|
57
59
|
protected _documentIndexes: DocumentIndexes | undefined;
|
|
58
60
|
protected _documents: Documents | undefined;
|
|
59
61
|
protected _folderEntities: FolderEntities | undefined;
|
|
62
|
+
protected _integrationAuthConfigs: IntegrationAuthConfigs | undefined;
|
|
63
|
+
protected _integrationProviders: IntegrationProviders | undefined;
|
|
60
64
|
protected _metricDefinitions: MetricDefinitions | undefined;
|
|
61
65
|
protected _mlModels: MlModels | undefined;
|
|
62
66
|
protected _organizations: Organizations | undefined;
|
|
@@ -79,6 +83,8 @@ export declare class VellumClient {
|
|
|
79
83
|
get documentIndexes(): DocumentIndexes;
|
|
80
84
|
get documents(): Documents;
|
|
81
85
|
get folderEntities(): FolderEntities;
|
|
86
|
+
get integrationAuthConfigs(): IntegrationAuthConfigs;
|
|
87
|
+
get integrationProviders(): IntegrationProviders;
|
|
82
88
|
get metricDefinitions(): MetricDefinitions;
|
|
83
89
|
get mlModels(): MlModels;
|
|
84
90
|
get organizations(): Organizations;
|
package/dist/Client.js
CHANGED
|
@@ -63,19 +63,21 @@ const Client_5 = require("./api/resources/deployments/client/Client");
|
|
|
63
63
|
const Client_6 = require("./api/resources/documentIndexes/client/Client");
|
|
64
64
|
const Client_7 = require("./api/resources/documents/client/Client");
|
|
65
65
|
const Client_8 = require("./api/resources/folderEntities/client/Client");
|
|
66
|
-
const Client_9 = require("./api/resources/
|
|
67
|
-
const Client_10 = require("./api/resources/
|
|
68
|
-
const Client_11 = require("./api/resources/
|
|
69
|
-
const Client_12 = require("./api/resources/
|
|
70
|
-
const Client_13 = require("./api/resources/
|
|
71
|
-
const Client_14 = require("./api/resources/
|
|
72
|
-
const Client_15 = require("./api/resources/
|
|
73
|
-
const Client_16 = require("./api/resources/
|
|
74
|
-
const Client_17 = require("./api/resources/
|
|
75
|
-
const Client_18 = require("./api/resources/
|
|
76
|
-
const Client_19 = require("./api/resources/
|
|
77
|
-
const Client_20 = require("./api/resources/
|
|
78
|
-
const Client_21 = require("./api/resources/
|
|
66
|
+
const Client_9 = require("./api/resources/integrationAuthConfigs/client/Client");
|
|
67
|
+
const Client_10 = require("./api/resources/integrationProviders/client/Client");
|
|
68
|
+
const Client_11 = require("./api/resources/metricDefinitions/client/Client");
|
|
69
|
+
const Client_12 = require("./api/resources/mlModels/client/Client");
|
|
70
|
+
const Client_13 = require("./api/resources/organizations/client/Client");
|
|
71
|
+
const Client_14 = require("./api/resources/prompts/client/Client");
|
|
72
|
+
const Client_15 = require("./api/resources/sandboxes/client/Client");
|
|
73
|
+
const Client_16 = require("./api/resources/testSuiteRuns/client/Client");
|
|
74
|
+
const Client_17 = require("./api/resources/testSuites/client/Client");
|
|
75
|
+
const Client_18 = require("./api/resources/workflowDeployments/client/Client");
|
|
76
|
+
const Client_19 = require("./api/resources/workflowExecutions/client/Client");
|
|
77
|
+
const Client_20 = require("./api/resources/workflowSandboxes/client/Client");
|
|
78
|
+
const Client_21 = require("./api/resources/workflows/client/Client");
|
|
79
|
+
const Client_22 = require("./api/resources/workspaceSecrets/client/Client");
|
|
80
|
+
const Client_23 = require("./api/resources/workspaces/client/Client");
|
|
79
81
|
class VellumClient {
|
|
80
82
|
constructor(_options) {
|
|
81
83
|
this._options = _options;
|
|
@@ -112,57 +114,65 @@ class VellumClient {
|
|
|
112
114
|
var _a;
|
|
113
115
|
return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_8.FolderEntities(this._options)));
|
|
114
116
|
}
|
|
117
|
+
get integrationAuthConfigs() {
|
|
118
|
+
var _a;
|
|
119
|
+
return ((_a = this._integrationAuthConfigs) !== null && _a !== void 0 ? _a : (this._integrationAuthConfigs = new Client_9.IntegrationAuthConfigs(this._options)));
|
|
120
|
+
}
|
|
121
|
+
get integrationProviders() {
|
|
122
|
+
var _a;
|
|
123
|
+
return ((_a = this._integrationProviders) !== null && _a !== void 0 ? _a : (this._integrationProviders = new Client_10.IntegrationProviders(this._options)));
|
|
124
|
+
}
|
|
115
125
|
get metricDefinitions() {
|
|
116
126
|
var _a;
|
|
117
|
-
return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new
|
|
127
|
+
return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_11.MetricDefinitions(this._options)));
|
|
118
128
|
}
|
|
119
129
|
get mlModels() {
|
|
120
130
|
var _a;
|
|
121
|
-
return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new
|
|
131
|
+
return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new Client_12.MlModels(this._options)));
|
|
122
132
|
}
|
|
123
133
|
get organizations() {
|
|
124
134
|
var _a;
|
|
125
|
-
return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new
|
|
135
|
+
return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_13.Organizations(this._options)));
|
|
126
136
|
}
|
|
127
137
|
get prompts() {
|
|
128
138
|
var _a;
|
|
129
|
-
return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new
|
|
139
|
+
return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_14.Prompts(this._options)));
|
|
130
140
|
}
|
|
131
141
|
get sandboxes() {
|
|
132
142
|
var _a;
|
|
133
|
-
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new
|
|
143
|
+
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_15.Sandboxes(this._options)));
|
|
134
144
|
}
|
|
135
145
|
get testSuiteRuns() {
|
|
136
146
|
var _a;
|
|
137
|
-
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new
|
|
147
|
+
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_16.TestSuiteRuns(this._options)));
|
|
138
148
|
}
|
|
139
149
|
get testSuites() {
|
|
140
150
|
var _a;
|
|
141
|
-
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new
|
|
151
|
+
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_17.TestSuites(this._options)));
|
|
142
152
|
}
|
|
143
153
|
get workflowDeployments() {
|
|
144
154
|
var _a;
|
|
145
|
-
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new
|
|
155
|
+
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_18.WorkflowDeployments(this._options)));
|
|
146
156
|
}
|
|
147
157
|
get workflowExecutions() {
|
|
148
158
|
var _a;
|
|
149
|
-
return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new
|
|
159
|
+
return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new Client_19.WorkflowExecutions(this._options)));
|
|
150
160
|
}
|
|
151
161
|
get workflowSandboxes() {
|
|
152
162
|
var _a;
|
|
153
|
-
return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new
|
|
163
|
+
return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_20.WorkflowSandboxes(this._options)));
|
|
154
164
|
}
|
|
155
165
|
get workflows() {
|
|
156
166
|
var _a;
|
|
157
|
-
return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new
|
|
167
|
+
return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_21.Workflows(this._options)));
|
|
158
168
|
}
|
|
159
169
|
get workspaceSecrets() {
|
|
160
170
|
var _a;
|
|
161
|
-
return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new
|
|
171
|
+
return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_22.WorkspaceSecrets(this._options)));
|
|
162
172
|
}
|
|
163
173
|
get workspaces() {
|
|
164
174
|
var _a;
|
|
165
|
-
return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new
|
|
175
|
+
return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_23.Workspaces(this._options)));
|
|
166
176
|
}
|
|
167
177
|
/**
|
|
168
178
|
* @param {Vellum.ExecuteApiRequest} request
|
|
@@ -187,7 +197,7 @@ class VellumClient {
|
|
|
187
197
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
188
198
|
unrecognizedObjectKeys: "strip",
|
|
189
199
|
})
|
|
190
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
200
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
191
201
|
contentType: "application/json",
|
|
192
202
|
requestType: "json",
|
|
193
203
|
body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -273,7 +283,7 @@ class VellumClient {
|
|
|
273
283
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
274
284
|
unrecognizedObjectKeys: "strip",
|
|
275
285
|
})
|
|
276
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
286
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
277
287
|
contentType: "application/json",
|
|
278
288
|
requestType: "json",
|
|
279
289
|
body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -359,7 +369,7 @@ class VellumClient {
|
|
|
359
369
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
360
370
|
unrecognizedObjectKeys: "strip",
|
|
361
371
|
})
|
|
362
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
372
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
363
373
|
contentType: "application/json",
|
|
364
374
|
requestType: "json",
|
|
365
375
|
body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -430,7 +440,7 @@ class VellumClient {
|
|
|
430
440
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
431
441
|
unrecognizedObjectKeys: "strip",
|
|
432
442
|
})
|
|
433
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
443
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
434
444
|
contentType: "application/json",
|
|
435
445
|
requestType: "json",
|
|
436
446
|
body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -532,7 +542,7 @@ class VellumClient {
|
|
|
532
542
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
533
543
|
unrecognizedObjectKeys: "strip",
|
|
534
544
|
})
|
|
535
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
545
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
536
546
|
contentType: "application/json",
|
|
537
547
|
requestType: "json",
|
|
538
548
|
body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -601,7 +611,7 @@ class VellumClient {
|
|
|
601
611
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
602
612
|
unrecognizedObjectKeys: "strip",
|
|
603
613
|
})
|
|
604
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
614
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
605
615
|
contentType: "application/json",
|
|
606
616
|
requestType: "json",
|
|
607
617
|
body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -709,7 +719,7 @@ class VellumClient {
|
|
|
709
719
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
710
720
|
unrecognizedObjectKeys: "strip",
|
|
711
721
|
})
|
|
712
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
722
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
713
723
|
contentType: "application/json",
|
|
714
724
|
requestType: "json",
|
|
715
725
|
body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -783,7 +793,7 @@ class VellumClient {
|
|
|
783
793
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
784
794
|
unrecognizedObjectKeys: "strip",
|
|
785
795
|
})
|
|
786
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
796
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
787
797
|
contentType: "application/json",
|
|
788
798
|
requestType: "json",
|
|
789
799
|
body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -877,7 +887,7 @@ class VellumClient {
|
|
|
877
887
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
878
888
|
unrecognizedObjectKeys: "strip",
|
|
879
889
|
})
|
|
880
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
890
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
881
891
|
contentType: "application/json",
|
|
882
892
|
requestType: "json",
|
|
883
893
|
body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -958,7 +968,7 @@ class VellumClient {
|
|
|
958
968
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
959
969
|
unrecognizedObjectKeys: "strip",
|
|
960
970
|
})
|
|
961
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
971
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
962
972
|
contentType: "application/json",
|
|
963
973
|
requestType: "json",
|
|
964
974
|
body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -1033,7 +1043,7 @@ class VellumClient {
|
|
|
1033
1043
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
1034
1044
|
unrecognizedObjectKeys: "strip",
|
|
1035
1045
|
})
|
|
1036
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
1046
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1037
1047
|
contentType: "application/json",
|
|
1038
1048
|
requestType: "json",
|
|
1039
1049
|
body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
|
package/dist/api/errors/index.js
CHANGED
|
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./BadRequestError"), exports);
|
|
18
|
-
__exportStar(require("./UnauthorizedError"), exports);
|
|
19
18
|
__exportStar(require("./ForbiddenError"), exports);
|
|
19
|
+
__exportStar(require("./UnauthorizedError"), exports);
|
|
20
20
|
__exportStar(require("./TooManyRequestsError"), exports);
|
|
21
21
|
__exportStar(require("./InternalServerError"), exports);
|
|
22
22
|
__exportStar(require("./NotFoundError"), exports);
|
|
@@ -112,7 +112,7 @@ class AdHoc {
|
|
|
112
112
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
113
113
|
unrecognizedObjectKeys: "strip",
|
|
114
114
|
})
|
|
115
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
115
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
requestType: "json",
|
|
118
118
|
body: serializers.AdHocExecutePrompt.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -178,7 +178,7 @@ class AdHoc {
|
|
|
178
178
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
179
179
|
unrecognizedObjectKeys: "strip",
|
|
180
180
|
})
|
|
181
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
181
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
requestType: "json",
|
|
184
184
|
body: serializers.AdHocExecutePromptStream.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -92,7 +92,7 @@ class ContainerImages {
|
|
|
92
92
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
93
93
|
unrecognizedObjectKeys: "strip",
|
|
94
94
|
})
|
|
95
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
95
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
96
96
|
contentType: "application/json",
|
|
97
97
|
queryParameters: _queryParams,
|
|
98
98
|
requestType: "json",
|
|
@@ -158,7 +158,7 @@ class ContainerImages {
|
|
|
158
158
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
159
159
|
unrecognizedObjectKeys: "strip",
|
|
160
160
|
})
|
|
161
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
161
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
requestType: "json",
|
|
164
164
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -220,7 +220,7 @@ class ContainerImages {
|
|
|
220
220
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
221
221
|
unrecognizedObjectKeys: "strip",
|
|
222
222
|
})
|
|
223
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
223
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
224
224
|
contentType: "application/json",
|
|
225
225
|
requestType: "json",
|
|
226
226
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -287,7 +287,7 @@ class ContainerImages {
|
|
|
287
287
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
288
288
|
unrecognizedObjectKeys: "strip",
|
|
289
289
|
})
|
|
290
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
290
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
291
291
|
contentType: "application/json",
|
|
292
292
|
requestType: "json",
|
|
293
293
|
body: serializers.PushContainerImageRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -98,7 +98,7 @@ class Deployments {
|
|
|
98
98
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
99
99
|
unrecognizedObjectKeys: "strip",
|
|
100
100
|
})
|
|
101
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
101
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
102
102
|
contentType: "application/json",
|
|
103
103
|
queryParameters: _queryParams,
|
|
104
104
|
requestType: "json",
|
|
@@ -164,7 +164,7 @@ class Deployments {
|
|
|
164
164
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
165
165
|
unrecognizedObjectKeys: "strip",
|
|
166
166
|
})
|
|
167
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
167
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
requestType: "json",
|
|
170
170
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -231,7 +231,7 @@ class Deployments {
|
|
|
231
231
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
232
232
|
unrecognizedObjectKeys: "strip",
|
|
233
233
|
})
|
|
234
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
234
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
235
235
|
contentType: "application/json",
|
|
236
236
|
requestType: "json",
|
|
237
237
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -313,7 +313,7 @@ class Deployments {
|
|
|
313
313
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
314
314
|
unrecognizedObjectKeys: "strip",
|
|
315
315
|
})
|
|
316
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
316
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
317
317
|
contentType: "application/json",
|
|
318
318
|
queryParameters: _queryParams,
|
|
319
319
|
requestType: "json",
|
|
@@ -380,7 +380,7 @@ class Deployments {
|
|
|
380
380
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
381
381
|
unrecognizedObjectKeys: "strip",
|
|
382
382
|
})
|
|
383
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
383
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
384
384
|
contentType: "application/json",
|
|
385
385
|
requestType: "json",
|
|
386
386
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -447,7 +447,7 @@ class Deployments {
|
|
|
447
447
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
448
448
|
unrecognizedObjectKeys: "strip",
|
|
449
449
|
})
|
|
450
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
450
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
451
451
|
contentType: "application/json",
|
|
452
452
|
requestType: "json",
|
|
453
453
|
body: serializers.PatchedDeploymentReleaseTagUpdateRequest.jsonOrThrow(request, {
|
|
@@ -516,7 +516,7 @@ class Deployments {
|
|
|
516
516
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
517
517
|
unrecognizedObjectKeys: "strip",
|
|
518
518
|
})
|
|
519
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
519
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
520
520
|
contentType: "application/json",
|
|
521
521
|
requestType: "json",
|
|
522
522
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -605,7 +605,7 @@ class Deployments {
|
|
|
605
605
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
606
606
|
unrecognizedObjectKeys: "strip",
|
|
607
607
|
})
|
|
608
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.
|
|
608
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.6", "User-Agent": "vellum-ai/1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
609
609
|
contentType: "application/json",
|
|
610
610
|
requestType: "json",
|
|
611
611
|
body: serializers.DeploymentProviderPayloadRequest.jsonOrThrow(request, {
|