vellum-ai 1.5.3 → 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
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -78,7 +78,7 @@ await client.submitWorkflowExecutionActuals({
|
|
|
78
78
|
|
|
79
79
|
## Integrations
|
|
80
80
|
|
|
81
|
-
<details><summary><code>client.integrations.<a href="/src/api/resources/integrations/client/Client.ts">retrieveIntegrationToolDefinition</a>(
|
|
81
|
+
<details><summary><code>client.integrations.<a href="/src/api/resources/integrations/client/Client.ts">retrieveIntegrationToolDefinition</a>(integrationName, integrationProvider, toolName) -> Vellum.ComponentsSchemasComposioToolDefinition</code></summary>
|
|
82
82
|
<dl>
|
|
83
83
|
<dd>
|
|
84
84
|
|
|
@@ -91,7 +91,7 @@ await client.submitWorkflowExecutionActuals({
|
|
|
91
91
|
<dd>
|
|
92
92
|
|
|
93
93
|
```typescript
|
|
94
|
-
await client.integrations.retrieveIntegrationToolDefinition("
|
|
94
|
+
await client.integrations.retrieveIntegrationToolDefinition("integration_name", "integration_provider", "tool_name");
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
</dd>
|
|
@@ -107,7 +107,7 @@ await client.integrations.retrieveIntegrationToolDefinition("integration", "prov
|
|
|
107
107
|
<dl>
|
|
108
108
|
<dd>
|
|
109
109
|
|
|
110
|
-
**
|
|
110
|
+
**integrationName:** `string` — The integration name
|
|
111
111
|
|
|
112
112
|
</dd>
|
|
113
113
|
</dl>
|
|
@@ -115,7 +115,7 @@ await client.integrations.retrieveIntegrationToolDefinition("integration", "prov
|
|
|
115
115
|
<dl>
|
|
116
116
|
<dd>
|
|
117
117
|
|
|
118
|
-
**
|
|
118
|
+
**integrationProvider:** `string` — The integration provider name
|
|
119
119
|
|
|
120
120
|
</dd>
|
|
121
121
|
</dl>
|
|
@@ -142,7 +142,7 @@ await client.integrations.retrieveIntegrationToolDefinition("integration", "prov
|
|
|
142
142
|
</dl>
|
|
143
143
|
</details>
|
|
144
144
|
|
|
145
|
-
<details><summary><code>client.integrations.<a href="/src/api/resources/integrations/client/Client.ts">executeIntegrationTool</a>(
|
|
145
|
+
<details><summary><code>client.integrations.<a href="/src/api/resources/integrations/client/Client.ts">executeIntegrationTool</a>(integrationName, integrationProvider, toolName, { ...params }) -> Vellum.ComponentsSchemasComposioExecuteToolResponse</code></summary>
|
|
146
146
|
<dl>
|
|
147
147
|
<dd>
|
|
148
148
|
|
|
@@ -155,7 +155,7 @@ await client.integrations.retrieveIntegrationToolDefinition("integration", "prov
|
|
|
155
155
|
<dd>
|
|
156
156
|
|
|
157
157
|
```typescript
|
|
158
|
-
await client.integrations.executeIntegrationTool("
|
|
158
|
+
await client.integrations.executeIntegrationTool("integration_name", "integration_provider", "tool_name", {
|
|
159
159
|
provider: "COMPOSIO",
|
|
160
160
|
arguments: {
|
|
161
161
|
arguments: {
|
|
@@ -178,7 +178,7 @@ await client.integrations.executeIntegrationTool("integration", "provider", "too
|
|
|
178
178
|
<dl>
|
|
179
179
|
<dd>
|
|
180
180
|
|
|
181
|
-
**
|
|
181
|
+
**integrationName:** `string` — The integration name
|
|
182
182
|
|
|
183
183
|
</dd>
|
|
184
184
|
</dl>
|
|
@@ -186,7 +186,7 @@ await client.integrations.executeIntegrationTool("integration", "provider", "too
|
|
|
186
186
|
<dl>
|
|
187
187
|
<dd>
|
|
188
188
|
|
|
189
|
-
**
|
|
189
|
+
**integrationProvider:** `string` — The integration provider name
|
|
190
190
|
|
|
191
191
|
</dd>
|
|
192
192
|
</dl>
|
|
@@ -221,6 +221,132 @@ await client.integrations.executeIntegrationTool("integration", "provider", "too
|
|
|
221
221
|
</dl>
|
|
222
222
|
</details>
|
|
223
223
|
|
|
224
|
+
<details><summary><code>client.integrations.<a href="/src/api/resources/integrations/client/Client.ts">list</a>({ ...params }) -> Vellum.PaginatedSlimIntegrationReadList</code></summary>
|
|
225
|
+
<dl>
|
|
226
|
+
<dd>
|
|
227
|
+
|
|
228
|
+
#### 📝 Description
|
|
229
|
+
|
|
230
|
+
<dl>
|
|
231
|
+
<dd>
|
|
232
|
+
|
|
233
|
+
<dl>
|
|
234
|
+
<dd>
|
|
235
|
+
|
|
236
|
+
List all integrations
|
|
237
|
+
|
|
238
|
+
</dd>
|
|
239
|
+
</dl>
|
|
240
|
+
</dd>
|
|
241
|
+
</dl>
|
|
242
|
+
|
|
243
|
+
#### 🔌 Usage
|
|
244
|
+
|
|
245
|
+
<dl>
|
|
246
|
+
<dd>
|
|
247
|
+
|
|
248
|
+
<dl>
|
|
249
|
+
<dd>
|
|
250
|
+
|
|
251
|
+
```typescript
|
|
252
|
+
await client.integrations.list();
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
</dd>
|
|
256
|
+
</dl>
|
|
257
|
+
</dd>
|
|
258
|
+
</dl>
|
|
259
|
+
|
|
260
|
+
#### ⚙️ Parameters
|
|
261
|
+
|
|
262
|
+
<dl>
|
|
263
|
+
<dd>
|
|
264
|
+
|
|
265
|
+
<dl>
|
|
266
|
+
<dd>
|
|
267
|
+
|
|
268
|
+
**request:** `Vellum.IntegrationsListRequest`
|
|
269
|
+
|
|
270
|
+
</dd>
|
|
271
|
+
</dl>
|
|
272
|
+
|
|
273
|
+
<dl>
|
|
274
|
+
<dd>
|
|
275
|
+
|
|
276
|
+
**requestOptions:** `Integrations.RequestOptions`
|
|
277
|
+
|
|
278
|
+
</dd>
|
|
279
|
+
</dl>
|
|
280
|
+
</dd>
|
|
281
|
+
</dl>
|
|
282
|
+
|
|
283
|
+
</dd>
|
|
284
|
+
</dl>
|
|
285
|
+
</details>
|
|
286
|
+
|
|
287
|
+
<details><summary><code>client.integrations.<a href="/src/api/resources/integrations/client/Client.ts">retrieve</a>(id) -> Vellum.IntegrationRead</code></summary>
|
|
288
|
+
<dl>
|
|
289
|
+
<dd>
|
|
290
|
+
|
|
291
|
+
#### 📝 Description
|
|
292
|
+
|
|
293
|
+
<dl>
|
|
294
|
+
<dd>
|
|
295
|
+
|
|
296
|
+
<dl>
|
|
297
|
+
<dd>
|
|
298
|
+
|
|
299
|
+
Retrieve an integration
|
|
300
|
+
|
|
301
|
+
</dd>
|
|
302
|
+
</dl>
|
|
303
|
+
</dd>
|
|
304
|
+
</dl>
|
|
305
|
+
|
|
306
|
+
#### 🔌 Usage
|
|
307
|
+
|
|
308
|
+
<dl>
|
|
309
|
+
<dd>
|
|
310
|
+
|
|
311
|
+
<dl>
|
|
312
|
+
<dd>
|
|
313
|
+
|
|
314
|
+
```typescript
|
|
315
|
+
await client.integrations.retrieve("id");
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
</dd>
|
|
319
|
+
</dl>
|
|
320
|
+
</dd>
|
|
321
|
+
</dl>
|
|
322
|
+
|
|
323
|
+
#### ⚙️ Parameters
|
|
324
|
+
|
|
325
|
+
<dl>
|
|
326
|
+
<dd>
|
|
327
|
+
|
|
328
|
+
<dl>
|
|
329
|
+
<dd>
|
|
330
|
+
|
|
331
|
+
**id:** `string` — A UUID string identifying this integration.
|
|
332
|
+
|
|
333
|
+
</dd>
|
|
334
|
+
</dl>
|
|
335
|
+
|
|
336
|
+
<dl>
|
|
337
|
+
<dd>
|
|
338
|
+
|
|
339
|
+
**requestOptions:** `Integrations.RequestOptions`
|
|
340
|
+
|
|
341
|
+
</dd>
|
|
342
|
+
</dl>
|
|
343
|
+
</dd>
|
|
344
|
+
</dl>
|
|
345
|
+
|
|
346
|
+
</dd>
|
|
347
|
+
</dl>
|
|
348
|
+
</details>
|
|
349
|
+
|
|
224
350
|
## Events
|
|
225
351
|
|
|
226
352
|
<details><summary><code>client.events.<a href="/src/api/resources/events/client/Client.ts">create</a>({ ...params }) -> Vellum.EventCreateResponse</code></summary>
|
|
@@ -2266,6 +2392,227 @@ directory. Supported root directories include:
|
|
|
2266
2392
|
</dl>
|
|
2267
2393
|
</details>
|
|
2268
2394
|
|
|
2395
|
+
## IntegrationAuthConfigs
|
|
2396
|
+
|
|
2397
|
+
<details><summary><code>client.integrationAuthConfigs.<a href="/src/api/resources/integrationAuthConfigs/client/Client.ts">listIntegrationAuthConfigs</a>({ ...params }) -> Vellum.PaginatedSlimIntegrationAuthConfigReadList</code></summary>
|
|
2398
|
+
<dl>
|
|
2399
|
+
<dd>
|
|
2400
|
+
|
|
2401
|
+
#### 📝 Description
|
|
2402
|
+
|
|
2403
|
+
<dl>
|
|
2404
|
+
<dd>
|
|
2405
|
+
|
|
2406
|
+
<dl>
|
|
2407
|
+
<dd>
|
|
2408
|
+
|
|
2409
|
+
List Integration Auth Configs
|
|
2410
|
+
|
|
2411
|
+
</dd>
|
|
2412
|
+
</dl>
|
|
2413
|
+
</dd>
|
|
2414
|
+
</dl>
|
|
2415
|
+
|
|
2416
|
+
#### 🔌 Usage
|
|
2417
|
+
|
|
2418
|
+
<dl>
|
|
2419
|
+
<dd>
|
|
2420
|
+
|
|
2421
|
+
<dl>
|
|
2422
|
+
<dd>
|
|
2423
|
+
|
|
2424
|
+
```typescript
|
|
2425
|
+
await client.integrationAuthConfigs.listIntegrationAuthConfigs();
|
|
2426
|
+
```
|
|
2427
|
+
|
|
2428
|
+
</dd>
|
|
2429
|
+
</dl>
|
|
2430
|
+
</dd>
|
|
2431
|
+
</dl>
|
|
2432
|
+
|
|
2433
|
+
#### ⚙️ Parameters
|
|
2434
|
+
|
|
2435
|
+
<dl>
|
|
2436
|
+
<dd>
|
|
2437
|
+
|
|
2438
|
+
<dl>
|
|
2439
|
+
<dd>
|
|
2440
|
+
|
|
2441
|
+
**request:** `Vellum.ListIntegrationAuthConfigsRequest`
|
|
2442
|
+
|
|
2443
|
+
</dd>
|
|
2444
|
+
</dl>
|
|
2445
|
+
|
|
2446
|
+
<dl>
|
|
2447
|
+
<dd>
|
|
2448
|
+
|
|
2449
|
+
**requestOptions:** `IntegrationAuthConfigs.RequestOptions`
|
|
2450
|
+
|
|
2451
|
+
</dd>
|
|
2452
|
+
</dl>
|
|
2453
|
+
</dd>
|
|
2454
|
+
</dl>
|
|
2455
|
+
|
|
2456
|
+
</dd>
|
|
2457
|
+
</dl>
|
|
2458
|
+
</details>
|
|
2459
|
+
|
|
2460
|
+
## IntegrationProviders
|
|
2461
|
+
|
|
2462
|
+
<details><summary><code>client.integrationProviders.<a href="/src/api/resources/integrationProviders/client/Client.ts">retrieveIntegrationProviderToolDefinition</a>(integrationName, integrationProvider, toolName) -> Vellum.ComponentsSchemasComposioToolDefinition</code></summary>
|
|
2463
|
+
<dl>
|
|
2464
|
+
<dd>
|
|
2465
|
+
|
|
2466
|
+
#### 📝 Description
|
|
2467
|
+
|
|
2468
|
+
<dl>
|
|
2469
|
+
<dd>
|
|
2470
|
+
|
|
2471
|
+
<dl>
|
|
2472
|
+
<dd>
|
|
2473
|
+
|
|
2474
|
+
Retrieve a specific integration tool definition.
|
|
2475
|
+
|
|
2476
|
+
</dd>
|
|
2477
|
+
</dl>
|
|
2478
|
+
</dd>
|
|
2479
|
+
</dl>
|
|
2480
|
+
|
|
2481
|
+
#### 🔌 Usage
|
|
2482
|
+
|
|
2483
|
+
<dl>
|
|
2484
|
+
<dd>
|
|
2485
|
+
|
|
2486
|
+
<dl>
|
|
2487
|
+
<dd>
|
|
2488
|
+
|
|
2489
|
+
```typescript
|
|
2490
|
+
await client.integrationProviders.retrieveIntegrationProviderToolDefinition(
|
|
2491
|
+
"integration_name",
|
|
2492
|
+
"integration_provider",
|
|
2493
|
+
"tool_name",
|
|
2494
|
+
);
|
|
2495
|
+
```
|
|
2496
|
+
|
|
2497
|
+
</dd>
|
|
2498
|
+
</dl>
|
|
2499
|
+
</dd>
|
|
2500
|
+
</dl>
|
|
2501
|
+
|
|
2502
|
+
#### ⚙️ Parameters
|
|
2503
|
+
|
|
2504
|
+
<dl>
|
|
2505
|
+
<dd>
|
|
2506
|
+
|
|
2507
|
+
<dl>
|
|
2508
|
+
<dd>
|
|
2509
|
+
|
|
2510
|
+
**integrationName:** `string` — The integration name
|
|
2511
|
+
|
|
2512
|
+
</dd>
|
|
2513
|
+
</dl>
|
|
2514
|
+
|
|
2515
|
+
<dl>
|
|
2516
|
+
<dd>
|
|
2517
|
+
|
|
2518
|
+
**integrationProvider:** `string` — The integration provider name
|
|
2519
|
+
|
|
2520
|
+
</dd>
|
|
2521
|
+
</dl>
|
|
2522
|
+
|
|
2523
|
+
<dl>
|
|
2524
|
+
<dd>
|
|
2525
|
+
|
|
2526
|
+
**toolName:** `string` — The tool's unique name, as specified by the integration provider
|
|
2527
|
+
|
|
2528
|
+
</dd>
|
|
2529
|
+
</dl>
|
|
2530
|
+
|
|
2531
|
+
<dl>
|
|
2532
|
+
<dd>
|
|
2533
|
+
|
|
2534
|
+
**requestOptions:** `IntegrationProviders.RequestOptions`
|
|
2535
|
+
|
|
2536
|
+
</dd>
|
|
2537
|
+
</dl>
|
|
2538
|
+
</dd>
|
|
2539
|
+
</dl>
|
|
2540
|
+
|
|
2541
|
+
</dd>
|
|
2542
|
+
</dl>
|
|
2543
|
+
</details>
|
|
2544
|
+
|
|
2545
|
+
<details><summary><code>client.integrationProviders.<a href="/src/api/resources/integrationProviders/client/Client.ts">listIntegrationTools</a>(integrationProvider, { ...params }) -> Vellum.PaginatedSlimToolDefinitionList</code></summary>
|
|
2546
|
+
<dl>
|
|
2547
|
+
<dd>
|
|
2548
|
+
|
|
2549
|
+
#### 📝 Description
|
|
2550
|
+
|
|
2551
|
+
<dl>
|
|
2552
|
+
<dd>
|
|
2553
|
+
|
|
2554
|
+
<dl>
|
|
2555
|
+
<dd>
|
|
2556
|
+
|
|
2557
|
+
List all integration tools for a given provider and integration.
|
|
2558
|
+
|
|
2559
|
+
</dd>
|
|
2560
|
+
</dl>
|
|
2561
|
+
</dd>
|
|
2562
|
+
</dl>
|
|
2563
|
+
|
|
2564
|
+
#### 🔌 Usage
|
|
2565
|
+
|
|
2566
|
+
<dl>
|
|
2567
|
+
<dd>
|
|
2568
|
+
|
|
2569
|
+
<dl>
|
|
2570
|
+
<dd>
|
|
2571
|
+
|
|
2572
|
+
```typescript
|
|
2573
|
+
await client.integrationProviders.listIntegrationTools("integration_provider");
|
|
2574
|
+
```
|
|
2575
|
+
|
|
2576
|
+
</dd>
|
|
2577
|
+
</dl>
|
|
2578
|
+
</dd>
|
|
2579
|
+
</dl>
|
|
2580
|
+
|
|
2581
|
+
#### ⚙️ Parameters
|
|
2582
|
+
|
|
2583
|
+
<dl>
|
|
2584
|
+
<dd>
|
|
2585
|
+
|
|
2586
|
+
<dl>
|
|
2587
|
+
<dd>
|
|
2588
|
+
|
|
2589
|
+
**integrationProvider:** `string` — The integration provider name
|
|
2590
|
+
|
|
2591
|
+
</dd>
|
|
2592
|
+
</dl>
|
|
2593
|
+
|
|
2594
|
+
<dl>
|
|
2595
|
+
<dd>
|
|
2596
|
+
|
|
2597
|
+
**request:** `Vellum.ListIntegrationToolsRequest`
|
|
2598
|
+
|
|
2599
|
+
</dd>
|
|
2600
|
+
</dl>
|
|
2601
|
+
|
|
2602
|
+
<dl>
|
|
2603
|
+
<dd>
|
|
2604
|
+
|
|
2605
|
+
**requestOptions:** `IntegrationProviders.RequestOptions`
|
|
2606
|
+
|
|
2607
|
+
</dd>
|
|
2608
|
+
</dl>
|
|
2609
|
+
</dd>
|
|
2610
|
+
</dl>
|
|
2611
|
+
|
|
2612
|
+
</dd>
|
|
2613
|
+
</dl>
|
|
2614
|
+
</details>
|
|
2615
|
+
|
|
2269
2616
|
## MetricDefinitions
|
|
2270
2617
|
|
|
2271
2618
|
<details><summary><code>client.metricDefinitions.<a href="/src/api/resources/metricDefinitions/client/Client.ts">executeMetricDefinition</a>(id, { ...params }) -> Vellum.MetricDefinitionExecution</code></summary>
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { ComposioIntegrationExecConfig } from "./ComposioIntegrationExecConfig";
|
|
8
|
+
export declare const ComponentsSchemasComposioIntegrationExecConfig: core.serialization.ObjectSchema<serializers.ComponentsSchemasComposioIntegrationExecConfig.Raw, Vellum.ComponentsSchemasComposioIntegrationExecConfig>;
|
|
9
|
+
export declare namespace ComponentsSchemasComposioIntegrationExecConfig {
|
|
10
|
+
type Raw = ComposioIntegrationExecConfig.Raw;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ComponentsSchemasComposioIntegrationExecConfig = void 0;
|
|
7
|
+
const ComposioIntegrationExecConfig_1 = require("./ComposioIntegrationExecConfig");
|
|
8
|
+
exports.ComponentsSchemasComposioIntegrationExecConfig = ComposioIntegrationExecConfig_1.ComposioIntegrationExecConfig;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { SlimComposioToolDefinition } from "./SlimComposioToolDefinition";
|
|
8
|
+
export declare const ComponentsSchemasSlimComposioToolDefinition: core.serialization.ObjectSchema<serializers.ComponentsSchemasSlimComposioToolDefinition.Raw, Vellum.ComponentsSchemasSlimComposioToolDefinition>;
|
|
9
|
+
export declare namespace ComponentsSchemasSlimComposioToolDefinition {
|
|
10
|
+
type Raw = SlimComposioToolDefinition.Raw;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ComponentsSchemasSlimComposioToolDefinition = void 0;
|
|
7
|
+
const SlimComposioToolDefinition_1 = require("./SlimComposioToolDefinition");
|
|
8
|
+
exports.ComponentsSchemasSlimComposioToolDefinition = SlimComposioToolDefinition_1.SlimComposioToolDefinition;
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export declare const ComposioIntegrationExecConfig: core.serialization.ObjectSchema<serializers.ComposioIntegrationExecConfig.Raw, Vellum.ComposioIntegrationExecConfig>;
|
|
8
|
+
export declare namespace ComposioIntegrationExecConfig {
|
|
9
|
+
interface Raw {
|
|
10
|
+
type: "COMPOSIO";
|
|
11
|
+
slug: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.ComposioIntegrationExecConfig = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.ComposioIntegrationExecConfig = core.serialization.object({
|
|
42
|
+
type: core.serialization.stringLiteral("COMPOSIO"),
|
|
43
|
+
slug: core.serialization.string(),
|
|
44
|
+
});
|
|
@@ -4,12 +4,15 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
+
import { ToolDefinitionIntegration } from "./ToolDefinitionIntegration";
|
|
7
8
|
export declare const ComposioToolDefinition: core.serialization.ObjectSchema<serializers.ComposioToolDefinition.Raw, Vellum.ComposioToolDefinition>;
|
|
8
9
|
export declare namespace ComposioToolDefinition {
|
|
9
10
|
interface Raw {
|
|
10
11
|
provider: "COMPOSIO";
|
|
12
|
+
integration: ToolDefinitionIntegration.Raw;
|
|
11
13
|
name: string;
|
|
12
14
|
description: string;
|
|
13
|
-
|
|
15
|
+
input_parameters: Record<string, unknown>;
|
|
16
|
+
output_parameters: Record<string, unknown>;
|
|
14
17
|
}
|
|
15
18
|
}
|
|
@@ -38,9 +38,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ComposioToolDefinition = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
+
const ToolDefinitionIntegration_1 = require("./ToolDefinitionIntegration");
|
|
41
42
|
exports.ComposioToolDefinition = core.serialization.object({
|
|
42
43
|
provider: core.serialization.stringLiteral("COMPOSIO"),
|
|
44
|
+
integration: ToolDefinitionIntegration_1.ToolDefinitionIntegration,
|
|
43
45
|
name: core.serialization.string(),
|
|
44
46
|
description: core.serialization.string(),
|
|
45
|
-
|
|
47
|
+
inputParameters: core.serialization.property("input_parameters", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
|
|
48
|
+
outputParameters: core.serialization.property("output_parameters", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
|
|
46
49
|
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
export declare const IntegrationAuthConfigIntegrationCredential: core.serialization.ObjectSchema<serializers.IntegrationAuthConfigIntegrationCredential.Raw, Vellum.IntegrationAuthConfigIntegrationCredential>;
|
|
8
|
+
export declare namespace IntegrationAuthConfigIntegrationCredential {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.IntegrationAuthConfigIntegrationCredential = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.IntegrationAuthConfigIntegrationCredential = core.serialization.object({
|
|
42
|
+
id: core.serialization.string().optional(),
|
|
43
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
export declare const IntegrationCredentialAccessType: core.serialization.Schema<serializers.IntegrationCredentialAccessType.Raw, Vellum.IntegrationCredentialAccessType>;
|
|
8
|
+
export declare namespace IntegrationCredentialAccessType {
|
|
9
|
+
type Raw = "ENVIRONMENT" | "USER";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.IntegrationCredentialAccessType = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.IntegrationCredentialAccessType = core.serialization.enum_(["ENVIRONMENT", "USER"]);
|