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.
Files changed (250) hide show
  1. package/Client.d.ts +6 -0
  2. package/Client.js +47 -37
  3. package/api/errors/index.d.ts +1 -1
  4. package/api/errors/index.js +1 -1
  5. package/api/resources/adHoc/client/Client.js +2 -2
  6. package/api/resources/containerImages/client/Client.js +4 -4
  7. package/api/resources/deployments/client/Client.js +8 -8
  8. package/api/resources/documentIndexes/client/Client.js +8 -8
  9. package/api/resources/documents/client/Client.js +5 -5
  10. package/api/resources/events/client/Client.js +1 -1
  11. package/api/resources/folderEntities/client/Client.js +2 -2
  12. package/api/resources/index.d.ts +5 -0
  13. package/api/resources/index.js +6 -1
  14. package/api/resources/integrationAuthConfigs/client/Client.d.ts +46 -0
  15. package/api/resources/integrationAuthConfigs/client/Client.js +162 -0
  16. package/api/resources/integrationAuthConfigs/client/index.d.ts +1 -0
  17. package/api/resources/integrationAuthConfigs/client/index.js +17 -0
  18. package/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.d.ts +32 -0
  19. package/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.js +5 -0
  20. package/api/resources/integrationAuthConfigs/client/requests/index.d.ts +1 -0
  21. package/api/resources/integrationAuthConfigs/client/requests/index.js +2 -0
  22. package/api/resources/integrationAuthConfigs/index.d.ts +1 -0
  23. package/api/resources/integrationAuthConfigs/index.js +17 -0
  24. package/api/resources/integrationProviders/client/Client.d.ts +60 -0
  25. package/api/resources/integrationProviders/client/Client.js +216 -0
  26. package/api/resources/integrationProviders/client/index.d.ts +1 -0
  27. package/api/resources/integrationProviders/client/index.js +17 -0
  28. package/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.d.ts +25 -0
  29. package/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.js +5 -0
  30. package/api/resources/integrationProviders/client/requests/index.d.ts +1 -0
  31. package/api/resources/integrationProviders/client/requests/index.js +2 -0
  32. package/api/resources/integrationProviders/index.d.ts +1 -0
  33. package/api/resources/integrationProviders/index.js +17 -0
  34. package/api/resources/integrations/client/Client.d.ts +31 -8
  35. package/api/resources/integrations/client/Client.js +169 -18
  36. package/api/resources/integrations/client/index.d.ts +1 -1
  37. package/api/resources/integrations/client/index.js +15 -0
  38. package/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +29 -0
  39. package/api/resources/integrations/client/requests/IntegrationsListRequest.js +5 -0
  40. package/api/resources/integrations/client/requests/index.d.ts +1 -0
  41. package/api/resources/integrations/client/requests/index.js +2 -0
  42. package/api/resources/metricDefinitions/client/Client.js +2 -2
  43. package/api/resources/mlModels/client/Client.js +1 -1
  44. package/api/resources/organizations/client/Client.js +1 -1
  45. package/api/resources/prompts/client/Client.js +2 -2
  46. package/api/resources/sandboxes/client/Client.js +3 -3
  47. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  48. package/api/resources/testSuiteRuns/client/requests/TestSuiteRunsListExecutionsRequest.d.ts +3 -3
  49. package/api/resources/testSuites/client/Client.js +4 -4
  50. package/api/resources/workflowDeployments/client/Client.js +9 -9
  51. package/api/resources/workflowExecutions/client/Client.js +1 -1
  52. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  53. package/api/resources/workflows/client/Client.js +3 -3
  54. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  55. package/api/resources/workspaces/client/Client.js +1 -1
  56. package/api/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +5 -0
  57. package/api/types/ComponentsSchemasComposioIntegrationExecConfig.js +5 -0
  58. package/api/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +5 -0
  59. package/api/types/ComponentsSchemasSlimComposioToolDefinition.js +5 -0
  60. package/api/types/ComposioIntegrationExecConfig.d.ts +7 -0
  61. package/api/types/ComposioIntegrationExecConfig.js +5 -0
  62. package/api/types/ComposioToolDefinition.d.ts +4 -1
  63. package/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +6 -0
  64. package/api/types/IntegrationAuthConfigIntegrationCredential.js +5 -0
  65. package/api/types/IntegrationCredentialAccessType.d.ts +12 -0
  66. package/api/types/IntegrationCredentialAccessType.js +10 -0
  67. package/api/types/IntegrationName.d.ts +30 -0
  68. package/api/types/IntegrationName.js +19 -0
  69. package/api/types/IntegrationProvider.d.ts +7 -0
  70. package/api/types/IntegrationProvider.js +5 -0
  71. package/api/types/IntegrationRead.d.ts +13 -0
  72. package/api/types/IntegrationRead.js +5 -0
  73. package/api/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +10 -0
  74. package/api/types/PaginatedSlimIntegrationAuthConfigReadList.js +5 -0
  75. package/api/types/PaginatedSlimIntegrationReadList.d.ts +10 -0
  76. package/api/types/PaginatedSlimIntegrationReadList.js +5 -0
  77. package/api/types/PaginatedSlimToolDefinitionList.d.ts +10 -0
  78. package/api/types/PaginatedSlimToolDefinitionList.js +5 -0
  79. package/api/types/SlimComposioToolDefinition.d.ts +10 -0
  80. package/api/types/SlimComposioToolDefinition.js +5 -0
  81. package/api/types/SlimIntegrationAuthConfigRead.d.ts +12 -0
  82. package/api/types/SlimIntegrationAuthConfigRead.js +5 -0
  83. package/api/types/SlimIntegrationRead.d.ts +11 -0
  84. package/api/types/SlimIntegrationRead.js +5 -0
  85. package/api/types/ToolDefinitionIntegration.d.ts +9 -0
  86. package/api/types/ToolDefinitionIntegration.js +5 -0
  87. package/api/types/index.d.ts +15 -0
  88. package/api/types/index.js +15 -0
  89. package/dist/Client.d.ts +6 -0
  90. package/dist/Client.js +47 -37
  91. package/dist/api/errors/index.d.ts +1 -1
  92. package/dist/api/errors/index.js +1 -1
  93. package/dist/api/resources/adHoc/client/Client.js +2 -2
  94. package/dist/api/resources/containerImages/client/Client.js +4 -4
  95. package/dist/api/resources/deployments/client/Client.js +8 -8
  96. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  97. package/dist/api/resources/documents/client/Client.js +5 -5
  98. package/dist/api/resources/events/client/Client.js +1 -1
  99. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  100. package/dist/api/resources/index.d.ts +5 -0
  101. package/dist/api/resources/index.js +6 -1
  102. package/dist/api/resources/integrationAuthConfigs/client/Client.d.ts +46 -0
  103. package/dist/api/resources/integrationAuthConfigs/client/Client.js +162 -0
  104. package/dist/api/resources/integrationAuthConfigs/client/index.d.ts +1 -0
  105. package/dist/api/resources/integrationAuthConfigs/client/index.js +17 -0
  106. package/dist/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.d.ts +32 -0
  107. package/dist/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.js +5 -0
  108. package/dist/api/resources/integrationAuthConfigs/client/requests/index.d.ts +1 -0
  109. package/dist/api/resources/integrationAuthConfigs/client/requests/index.js +2 -0
  110. package/dist/api/resources/integrationAuthConfigs/index.d.ts +1 -0
  111. package/dist/api/resources/integrationAuthConfigs/index.js +17 -0
  112. package/dist/api/resources/integrationProviders/client/Client.d.ts +60 -0
  113. package/dist/api/resources/integrationProviders/client/Client.js +216 -0
  114. package/dist/api/resources/integrationProviders/client/index.d.ts +1 -0
  115. package/dist/api/resources/integrationProviders/client/index.js +17 -0
  116. package/dist/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.d.ts +25 -0
  117. package/dist/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.js +5 -0
  118. package/dist/api/resources/integrationProviders/client/requests/index.d.ts +1 -0
  119. package/dist/api/resources/integrationProviders/client/requests/index.js +2 -0
  120. package/dist/api/resources/integrationProviders/index.d.ts +1 -0
  121. package/dist/api/resources/integrationProviders/index.js +17 -0
  122. package/dist/api/resources/integrations/client/Client.d.ts +31 -8
  123. package/dist/api/resources/integrations/client/Client.js +169 -18
  124. package/dist/api/resources/integrations/client/index.d.ts +1 -1
  125. package/dist/api/resources/integrations/client/index.js +15 -0
  126. package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +29 -0
  127. package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.js +5 -0
  128. package/dist/api/resources/integrations/client/requests/index.d.ts +1 -0
  129. package/dist/api/resources/integrations/client/requests/index.js +2 -0
  130. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  131. package/dist/api/resources/mlModels/client/Client.js +1 -1
  132. package/dist/api/resources/organizations/client/Client.js +1 -1
  133. package/dist/api/resources/prompts/client/Client.js +2 -2
  134. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  135. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  136. package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunsListExecutionsRequest.d.ts +3 -3
  137. package/dist/api/resources/testSuites/client/Client.js +4 -4
  138. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  139. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  140. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  141. package/dist/api/resources/workflows/client/Client.js +3 -3
  142. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  143. package/dist/api/resources/workspaces/client/Client.js +1 -1
  144. package/dist/api/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +5 -0
  145. package/dist/api/types/ComponentsSchemasComposioIntegrationExecConfig.js +5 -0
  146. package/dist/api/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +5 -0
  147. package/dist/api/types/ComponentsSchemasSlimComposioToolDefinition.js +5 -0
  148. package/dist/api/types/ComposioIntegrationExecConfig.d.ts +7 -0
  149. package/dist/api/types/ComposioIntegrationExecConfig.js +5 -0
  150. package/dist/api/types/ComposioToolDefinition.d.ts +4 -1
  151. package/dist/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +6 -0
  152. package/dist/api/types/IntegrationAuthConfigIntegrationCredential.js +5 -0
  153. package/dist/api/types/IntegrationCredentialAccessType.d.ts +12 -0
  154. package/dist/api/types/IntegrationCredentialAccessType.js +10 -0
  155. package/dist/api/types/IntegrationName.d.ts +30 -0
  156. package/dist/api/types/IntegrationName.js +19 -0
  157. package/dist/api/types/IntegrationProvider.d.ts +7 -0
  158. package/dist/api/types/IntegrationProvider.js +5 -0
  159. package/dist/api/types/IntegrationRead.d.ts +13 -0
  160. package/dist/api/types/IntegrationRead.js +5 -0
  161. package/dist/api/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +10 -0
  162. package/dist/api/types/PaginatedSlimIntegrationAuthConfigReadList.js +5 -0
  163. package/dist/api/types/PaginatedSlimIntegrationReadList.d.ts +10 -0
  164. package/dist/api/types/PaginatedSlimIntegrationReadList.js +5 -0
  165. package/dist/api/types/PaginatedSlimToolDefinitionList.d.ts +10 -0
  166. package/dist/api/types/PaginatedSlimToolDefinitionList.js +5 -0
  167. package/dist/api/types/SlimComposioToolDefinition.d.ts +10 -0
  168. package/dist/api/types/SlimComposioToolDefinition.js +5 -0
  169. package/dist/api/types/SlimIntegrationAuthConfigRead.d.ts +12 -0
  170. package/dist/api/types/SlimIntegrationAuthConfigRead.js +5 -0
  171. package/dist/api/types/SlimIntegrationRead.d.ts +11 -0
  172. package/dist/api/types/SlimIntegrationRead.js +5 -0
  173. package/dist/api/types/ToolDefinitionIntegration.d.ts +9 -0
  174. package/dist/api/types/ToolDefinitionIntegration.js +5 -0
  175. package/dist/api/types/index.d.ts +15 -0
  176. package/dist/api/types/index.js +15 -0
  177. package/dist/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +11 -0
  178. package/dist/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.js +8 -0
  179. package/dist/serialization/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +11 -0
  180. package/dist/serialization/types/ComponentsSchemasSlimComposioToolDefinition.js +8 -0
  181. package/dist/serialization/types/ComposioIntegrationExecConfig.d.ts +13 -0
  182. package/dist/serialization/types/ComposioIntegrationExecConfig.js +44 -0
  183. package/dist/serialization/types/ComposioToolDefinition.d.ts +4 -1
  184. package/dist/serialization/types/ComposioToolDefinition.js +4 -1
  185. package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +12 -0
  186. package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.js +43 -0
  187. package/dist/serialization/types/IntegrationCredentialAccessType.d.ts +10 -0
  188. package/dist/serialization/types/IntegrationCredentialAccessType.js +41 -0
  189. package/dist/serialization/types/IntegrationName.d.ts +10 -0
  190. package/dist/serialization/types/IntegrationName.js +53 -0
  191. package/dist/serialization/types/IntegrationProvider.d.ts +10 -0
  192. package/dist/serialization/types/IntegrationProvider.js +41 -0
  193. package/dist/serialization/types/IntegrationRead.d.ts +20 -0
  194. package/dist/serialization/types/IntegrationRead.js +51 -0
  195. package/dist/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +16 -0
  196. package/dist/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.js +47 -0
  197. package/dist/serialization/types/PaginatedSlimIntegrationReadList.d.ts +16 -0
  198. package/dist/serialization/types/PaginatedSlimIntegrationReadList.js +47 -0
  199. package/dist/serialization/types/PaginatedSlimToolDefinitionList.d.ts +16 -0
  200. package/dist/serialization/types/PaginatedSlimToolDefinitionList.js +47 -0
  201. package/dist/serialization/types/SlimComposioToolDefinition.d.ts +16 -0
  202. package/dist/serialization/types/SlimComposioToolDefinition.js +47 -0
  203. package/dist/serialization/types/SlimIntegrationAuthConfigRead.d.ts +16 -0
  204. package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +47 -0
  205. package/dist/serialization/types/SlimIntegrationRead.d.ts +18 -0
  206. package/dist/serialization/types/SlimIntegrationRead.js +49 -0
  207. package/dist/serialization/types/ToolDefinitionIntegration.d.ts +16 -0
  208. package/dist/serialization/types/ToolDefinitionIntegration.js +47 -0
  209. package/dist/serialization/types/index.d.ts +15 -0
  210. package/dist/serialization/types/index.js +15 -0
  211. package/dist/version.d.ts +1 -1
  212. package/dist/version.js +1 -1
  213. package/package.json +1 -1
  214. package/reference.md +355 -8
  215. package/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +11 -0
  216. package/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.js +8 -0
  217. package/serialization/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +11 -0
  218. package/serialization/types/ComponentsSchemasSlimComposioToolDefinition.js +8 -0
  219. package/serialization/types/ComposioIntegrationExecConfig.d.ts +13 -0
  220. package/serialization/types/ComposioIntegrationExecConfig.js +44 -0
  221. package/serialization/types/ComposioToolDefinition.d.ts +4 -1
  222. package/serialization/types/ComposioToolDefinition.js +4 -1
  223. package/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +12 -0
  224. package/serialization/types/IntegrationAuthConfigIntegrationCredential.js +43 -0
  225. package/serialization/types/IntegrationCredentialAccessType.d.ts +10 -0
  226. package/serialization/types/IntegrationCredentialAccessType.js +41 -0
  227. package/serialization/types/IntegrationName.d.ts +10 -0
  228. package/serialization/types/IntegrationName.js +53 -0
  229. package/serialization/types/IntegrationProvider.d.ts +10 -0
  230. package/serialization/types/IntegrationProvider.js +41 -0
  231. package/serialization/types/IntegrationRead.d.ts +20 -0
  232. package/serialization/types/IntegrationRead.js +51 -0
  233. package/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +16 -0
  234. package/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.js +47 -0
  235. package/serialization/types/PaginatedSlimIntegrationReadList.d.ts +16 -0
  236. package/serialization/types/PaginatedSlimIntegrationReadList.js +47 -0
  237. package/serialization/types/PaginatedSlimToolDefinitionList.d.ts +16 -0
  238. package/serialization/types/PaginatedSlimToolDefinitionList.js +47 -0
  239. package/serialization/types/SlimComposioToolDefinition.d.ts +16 -0
  240. package/serialization/types/SlimComposioToolDefinition.js +47 -0
  241. package/serialization/types/SlimIntegrationAuthConfigRead.d.ts +16 -0
  242. package/serialization/types/SlimIntegrationAuthConfigRead.js +47 -0
  243. package/serialization/types/SlimIntegrationRead.d.ts +18 -0
  244. package/serialization/types/SlimIntegrationRead.js +49 -0
  245. package/serialization/types/ToolDefinitionIntegration.d.ts +16 -0
  246. package/serialization/types/ToolDefinitionIntegration.js +47 -0
  247. package/serialization/types/index.d.ts +15 -0
  248. package/serialization/types/index.js +15 -0
  249. package/version.d.ts +1 -1
  250. package/version.js +1 -1
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface IntegrationRead {
6
+ id?: string;
7
+ label?: string;
8
+ iconUrl: string;
9
+ name: Vellum.IntegrationName;
10
+ provider: Vellum.IntegrationProvider;
11
+ /** Integration provider specific information needed for filtering tools. */
12
+ execConfig: Vellum.ComponentsSchemasComposioIntegrationExecConfig;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface PaginatedSlimIntegrationAuthConfigReadList {
6
+ count?: number;
7
+ next?: string | null;
8
+ previous?: string | null;
9
+ results?: Vellum.SlimIntegrationAuthConfigRead[];
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface PaginatedSlimIntegrationReadList {
6
+ count?: number;
7
+ next?: string | null;
8
+ previous?: string | null;
9
+ results?: Vellum.SlimIntegrationRead[];
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface PaginatedSlimToolDefinitionList {
6
+ count?: number;
7
+ next?: string | null;
8
+ previous?: string | null;
9
+ results?: Vellum.ComponentsSchemasSlimComposioToolDefinition[];
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface SlimComposioToolDefinition {
6
+ provider: "COMPOSIO";
7
+ integration: Vellum.ToolDefinitionIntegration;
8
+ name: string;
9
+ description: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * A slim representation of an Integration Auth Config.
7
+ */
8
+ export interface SlimIntegrationAuthConfigRead {
9
+ id?: string;
10
+ integrationCredentials?: Vellum.IntegrationAuthConfigIntegrationCredential[] | null;
11
+ defaultAccessType?: Vellum.IntegrationCredentialAccessType;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface SlimIntegrationRead {
6
+ id?: string;
7
+ label?: string;
8
+ iconUrl: string;
9
+ name: Vellum.IntegrationName;
10
+ provider: Vellum.IntegrationProvider;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface ToolDefinitionIntegration {
6
+ id?: string;
7
+ provider: Vellum.IntegrationProvider;
8
+ name: Vellum.IntegrationName;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -65,6 +65,7 @@ export * from "./CompilePromptDeploymentExpandMetaRequest";
65
65
  export * from "./CompilePromptMeta";
66
66
  export * from "./ComposioExecuteToolRequest";
67
67
  export * from "./ComposioExecuteToolResponse";
68
+ export * from "./ComposioIntegrationExecConfig";
68
69
  export * from "./ComposioToolDefinition";
69
70
  export * from "./ConditionCombinator";
70
71
  export * from "./ConditionalNodeResult";
@@ -207,6 +208,12 @@ export * from "./InitiatedPromptExecutionMeta";
207
208
  export * from "./InitiatedWorkflowNodeResultEvent";
208
209
  export * from "./InstructorVectorizerConfig";
209
210
  export * from "./InstructorVectorizerConfigRequest";
211
+ export * from "./IntegrationAuthConfigIntegrationCredential";
212
+ export * from "./IntegrationCredentialAccessType";
213
+ export * from "./ComponentsSchemasComposioIntegrationExecConfig";
214
+ export * from "./IntegrationName";
215
+ export * from "./IntegrationProvider";
216
+ export * from "./IntegrationRead";
210
217
  export * from "./InvokedPort";
211
218
  export * from "./IterationStateEnum";
212
219
  export * from "./JsonInput";
@@ -326,6 +333,9 @@ export * from "./PaginatedDocumentIndexReadList";
326
333
  export * from "./PaginatedFolderEntityList";
327
334
  export * from "./PaginatedSlimDeploymentReadList";
328
335
  export * from "./PaginatedSlimDocumentList";
336
+ export * from "./PaginatedSlimIntegrationAuthConfigReadList";
337
+ export * from "./PaginatedSlimIntegrationReadList";
338
+ export * from "./PaginatedSlimToolDefinitionList";
329
339
  export * from "./PaginatedSlimWorkflowDeploymentList";
330
340
  export * from "./PaginatedTestSuiteRunExecutionList";
331
341
  export * from "./PaginatedTestSuiteTestCaseList";
@@ -419,10 +429,14 @@ export * from "./SentenceChunkerConfig";
419
429
  export * from "./SentenceChunkerConfigRequest";
420
430
  export * from "./SentenceChunking";
421
431
  export * from "./SentenceChunkingRequest";
432
+ export * from "./SlimComposioToolDefinition";
422
433
  export * from "./SlimDeploymentRead";
423
434
  export * from "./SlimDocument";
424
435
  export * from "./SlimDocumentDocumentToDocumentIndex";
436
+ export * from "./SlimIntegrationAuthConfigRead";
437
+ export * from "./SlimIntegrationRead";
425
438
  export * from "./SlimReleaseReview";
439
+ export * from "./ComponentsSchemasSlimComposioToolDefinition";
426
440
  export * from "./SlimWorkflowDeployment";
427
441
  export * from "./SlimWorkflowExecutionRead";
428
442
  export * from "./SpanLink";
@@ -546,6 +560,7 @@ export * from "./TokenOverlappingWindowChunkerConfigRequest";
546
560
  export * from "./TokenOverlappingWindowChunking";
547
561
  export * from "./TokenOverlappingWindowChunkingRequest";
548
562
  export * from "./ComponentsSchemasComposioToolDefinition";
563
+ export * from "./ToolDefinitionIntegration";
549
564
  export * from "./UnitEnum";
550
565
  export * from "./UploadDocumentResponse";
551
566
  export * from "./UpsertTestSuiteTestCaseRequest";
@@ -81,6 +81,7 @@ __exportStar(require("./CompilePromptDeploymentExpandMetaRequest"), exports);
81
81
  __exportStar(require("./CompilePromptMeta"), exports);
82
82
  __exportStar(require("./ComposioExecuteToolRequest"), exports);
83
83
  __exportStar(require("./ComposioExecuteToolResponse"), exports);
84
+ __exportStar(require("./ComposioIntegrationExecConfig"), exports);
84
85
  __exportStar(require("./ComposioToolDefinition"), exports);
85
86
  __exportStar(require("./ConditionCombinator"), exports);
86
87
  __exportStar(require("./ConditionalNodeResult"), exports);
@@ -223,6 +224,12 @@ __exportStar(require("./InitiatedPromptExecutionMeta"), exports);
223
224
  __exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
224
225
  __exportStar(require("./InstructorVectorizerConfig"), exports);
225
226
  __exportStar(require("./InstructorVectorizerConfigRequest"), exports);
227
+ __exportStar(require("./IntegrationAuthConfigIntegrationCredential"), exports);
228
+ __exportStar(require("./IntegrationCredentialAccessType"), exports);
229
+ __exportStar(require("./ComponentsSchemasComposioIntegrationExecConfig"), exports);
230
+ __exportStar(require("./IntegrationName"), exports);
231
+ __exportStar(require("./IntegrationProvider"), exports);
232
+ __exportStar(require("./IntegrationRead"), exports);
226
233
  __exportStar(require("./InvokedPort"), exports);
227
234
  __exportStar(require("./IterationStateEnum"), exports);
228
235
  __exportStar(require("./JsonInput"), exports);
@@ -342,6 +349,9 @@ __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
342
349
  __exportStar(require("./PaginatedFolderEntityList"), exports);
343
350
  __exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
344
351
  __exportStar(require("./PaginatedSlimDocumentList"), exports);
352
+ __exportStar(require("./PaginatedSlimIntegrationAuthConfigReadList"), exports);
353
+ __exportStar(require("./PaginatedSlimIntegrationReadList"), exports);
354
+ __exportStar(require("./PaginatedSlimToolDefinitionList"), exports);
345
355
  __exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
346
356
  __exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
347
357
  __exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
@@ -435,10 +445,14 @@ __exportStar(require("./SentenceChunkerConfig"), exports);
435
445
  __exportStar(require("./SentenceChunkerConfigRequest"), exports);
436
446
  __exportStar(require("./SentenceChunking"), exports);
437
447
  __exportStar(require("./SentenceChunkingRequest"), exports);
448
+ __exportStar(require("./SlimComposioToolDefinition"), exports);
438
449
  __exportStar(require("./SlimDeploymentRead"), exports);
439
450
  __exportStar(require("./SlimDocument"), exports);
440
451
  __exportStar(require("./SlimDocumentDocumentToDocumentIndex"), exports);
452
+ __exportStar(require("./SlimIntegrationAuthConfigRead"), exports);
453
+ __exportStar(require("./SlimIntegrationRead"), exports);
441
454
  __exportStar(require("./SlimReleaseReview"), exports);
455
+ __exportStar(require("./ComponentsSchemasSlimComposioToolDefinition"), exports);
442
456
  __exportStar(require("./SlimWorkflowDeployment"), exports);
443
457
  __exportStar(require("./SlimWorkflowExecutionRead"), exports);
444
458
  __exportStar(require("./SpanLink"), exports);
@@ -562,6 +576,7 @@ __exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
562
576
  __exportStar(require("./TokenOverlappingWindowChunking"), exports);
563
577
  __exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
564
578
  __exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
579
+ __exportStar(require("./ToolDefinitionIntegration"), exports);
565
580
  __exportStar(require("./UnitEnum"), exports);
566
581
  __exportStar(require("./UploadDocumentResponse"), exports);
567
582
  __exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
@@ -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
- parameters: Record<string, unknown>;
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
- parameters: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
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"]);
@@ -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 IntegrationName: core.serialization.Schema<serializers.IntegrationName.Raw, Vellum.IntegrationName>;
8
+ export declare namespace IntegrationName {
9
+ type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "HUBSPOT" | "LINEAR" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL";
10
+ }
@@ -0,0 +1,53 @@
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.IntegrationName = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.IntegrationName = core.serialization.enum_([
42
+ "SLACK",
43
+ "NOTION",
44
+ "GOOGLE",
45
+ "CALENDLY",
46
+ "HUBSPOT",
47
+ "LINEAR",
48
+ "GITHUB",
49
+ "GOOGLE_SHEETS",
50
+ "GOOGLE_CALENDAR",
51
+ "GOOGLE_DRIVE",
52
+ "GMAIL",
53
+ ]);
@@ -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 IntegrationProvider: core.serialization.Schema<serializers.IntegrationProvider.Raw, Vellum.IntegrationProvider>;
8
+ export declare namespace IntegrationProvider {
9
+ type Raw = "COMPOSIO";
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.IntegrationProvider = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.IntegrationProvider = core.serialization.stringLiteral("COMPOSIO");