vellum-ai 1.9.9 → 1.10.0
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.js +11 -11
- package/api/errors/MisdirectedRequestError.d.ts +9 -0
- package/api/errors/MisdirectedRequestError.js +52 -0
- package/api/errors/index.d.ts +1 -0
- package/api/errors/index.js +1 -0
- 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/environments/client/Client.js +1 -1
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/api/resources/integrationProviders/client/Client.js +2 -2
- package/api/resources/integrations/client/Client.js +8 -5
- package/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +1 -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/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +10 -10
- package/api/resources/workflowExecutions/client/Client.d.ts +3 -0
- package/api/resources/workflowExecutions/client/Client.js +22 -6
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +4 -4
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ComposioIntegrationExecConfig.d.ts +1 -0
- package/api/types/IntegrationName.d.ts +35 -1
- package/api/types/IntegrationName.js +17 -0
- package/api/types/UpdateActiveWorkspaceResponse.d.ts +11 -0
- package/api/types/UpdateActiveWorkspaceResponse.js +5 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- package/dist/Client.js +11 -11
- package/dist/api/errors/MisdirectedRequestError.d.ts +9 -0
- package/dist/api/errors/MisdirectedRequestError.js +52 -0
- package/dist/api/errors/index.d.ts +1 -0
- package/dist/api/errors/index.js +1 -0
- 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/environments/client/Client.js +1 -1
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/dist/api/resources/integrationProviders/client/Client.js +2 -2
- package/dist/api/resources/integrations/client/Client.js +8 -5
- package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +1 -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/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +10 -10
- package/dist/api/resources/workflowExecutions/client/Client.d.ts +3 -0
- package/dist/api/resources/workflowExecutions/client/Client.js +22 -6
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +4 -4
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ComposioIntegrationExecConfig.d.ts +1 -0
- package/dist/api/types/IntegrationName.d.ts +35 -1
- package/dist/api/types/IntegrationName.js +17 -0
- package/dist/api/types/UpdateActiveWorkspaceResponse.d.ts +11 -0
- package/dist/api/types/UpdateActiveWorkspaceResponse.js +5 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/types/ComposioIntegrationExecConfig.d.ts +1 -0
- package/dist/serialization/types/ComposioIntegrationExecConfig.js +1 -0
- package/dist/serialization/types/IntegrationName.d.ts +1 -1
- package/dist/serialization/types/IntegrationName.js +17 -0
- package/dist/serialization/types/UpdateActiveWorkspaceResponse.d.ts +14 -0
- package/dist/serialization/types/UpdateActiveWorkspaceResponse.js +45 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ComposioIntegrationExecConfig.d.ts +1 -0
- package/serialization/types/ComposioIntegrationExecConfig.js +1 -0
- package/serialization/types/IntegrationName.d.ts +1 -1
- package/serialization/types/IntegrationName.js +17 -0
- package/serialization/types/UpdateActiveWorkspaceResponse.d.ts +14 -0
- package/serialization/types/UpdateActiveWorkspaceResponse.js +45 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -51,6 +51,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
51
51
|
exports.WorkflowExecutions = void 0;
|
|
52
52
|
const environments = __importStar(require("../../../../environments"));
|
|
53
53
|
const core = __importStar(require("../../../../core"));
|
|
54
|
+
const Vellum = __importStar(require("../../../index"));
|
|
54
55
|
const serializers = __importStar(require("../../../../serialization/index"));
|
|
55
56
|
const url_join_1 = __importDefault(require("url-join"));
|
|
56
57
|
const errors = __importStar(require("../../../../errors/index"));
|
|
@@ -63,6 +64,9 @@ class WorkflowExecutions {
|
|
|
63
64
|
* @param {Vellum.RetrieveWorkflowExecutionDetailRequest} request
|
|
64
65
|
* @param {WorkflowExecutions.RequestOptions} requestOptions - Request-specific configuration.
|
|
65
66
|
*
|
|
67
|
+
* @throws {@link Vellum.NotFoundError}
|
|
68
|
+
* @throws {@link Vellum.MisdirectedRequestError}
|
|
69
|
+
*
|
|
66
70
|
* @example
|
|
67
71
|
* await client.workflowExecutions.retrieveWorkflowExecutionDetail("execution_id")
|
|
68
72
|
*/
|
|
@@ -88,7 +92,7 @@ class WorkflowExecutions {
|
|
|
88
92
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
89
93
|
unrecognizedObjectKeys: "strip",
|
|
90
94
|
})
|
|
91
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
95
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
92
96
|
contentType: "application/json",
|
|
93
97
|
queryParameters: _queryParams,
|
|
94
98
|
requestType: "json",
|
|
@@ -108,11 +112,23 @@ class WorkflowExecutions {
|
|
|
108
112
|
};
|
|
109
113
|
}
|
|
110
114
|
if (_response.error.reason === "status-code") {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
115
|
+
switch (_response.error.statusCode) {
|
|
116
|
+
case 404:
|
|
117
|
+
throw new Vellum.NotFoundError(_response.error.body, _response.rawResponse);
|
|
118
|
+
case 421:
|
|
119
|
+
throw new Vellum.MisdirectedRequestError(serializers.UpdateActiveWorkspaceResponse.parseOrThrow(_response.error.body, {
|
|
120
|
+
unrecognizedObjectKeys: "passthrough",
|
|
121
|
+
allowUnrecognizedUnionMembers: true,
|
|
122
|
+
allowUnrecognizedEnumValues: true,
|
|
123
|
+
breadcrumbsPrefix: ["response"],
|
|
124
|
+
}), _response.rawResponse);
|
|
125
|
+
default:
|
|
126
|
+
throw new errors.VellumError({
|
|
127
|
+
statusCode: _response.error.statusCode,
|
|
128
|
+
body: _response.error.body,
|
|
129
|
+
rawResponse: _response.rawResponse,
|
|
130
|
+
});
|
|
131
|
+
}
|
|
116
132
|
}
|
|
117
133
|
switch (_response.error.reason) {
|
|
118
134
|
case "non-json":
|
|
@@ -80,7 +80,7 @@ class WorkflowSandboxes {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -162,7 +162,7 @@ class WorkflowSandboxes {
|
|
|
162
162
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
163
163
|
unrecognizedObjectKeys: "strip",
|
|
164
164
|
})
|
|
165
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
165
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
166
166
|
contentType: "application/json",
|
|
167
167
|
queryParameters: _queryParams,
|
|
168
168
|
requestType: "json",
|
|
@@ -100,7 +100,7 @@ class Workflows {
|
|
|
100
100
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
101
101
|
unrecognizedObjectKeys: "strip",
|
|
102
102
|
})
|
|
103
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
103
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
104
104
|
contentType: "application/json",
|
|
105
105
|
queryParameters: _queryParams,
|
|
106
106
|
requestType: "json",
|
|
@@ -166,7 +166,7 @@ class Workflows {
|
|
|
166
166
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
167
167
|
unrecognizedObjectKeys: "strip",
|
|
168
168
|
})
|
|
169
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
169
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
requestType: "json",
|
|
172
172
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -252,7 +252,7 @@ class Workflows {
|
|
|
252
252
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
253
253
|
unrecognizedObjectKeys: "strip",
|
|
254
254
|
})
|
|
255
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
255
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
256
256
|
requestType: "file",
|
|
257
257
|
duplex: _maybeEncodedRequest.duplex,
|
|
258
258
|
body: _maybeEncodedRequest.body,
|
|
@@ -324,7 +324,7 @@ class Workflows {
|
|
|
324
324
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
325
325
|
unrecognizedObjectKeys: "strip",
|
|
326
326
|
})
|
|
327
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
327
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
328
328
|
contentType: "application/json",
|
|
329
329
|
requestType: "json",
|
|
330
330
|
body: serializers.SerializeWorkflowFilesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
|
|
|
81
81
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
82
82
|
unrecognizedObjectKeys: "strip",
|
|
83
83
|
})
|
|
84
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
84
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
requestType: "json",
|
|
87
87
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -147,7 +147,7 @@ class WorkspaceSecrets {
|
|
|
147
147
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
148
148
|
unrecognizedObjectKeys: "strip",
|
|
149
149
|
})
|
|
150
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
150
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
151
151
|
contentType: "application/json",
|
|
152
152
|
requestType: "json",
|
|
153
153
|
body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
|
|
@@ -80,7 +80,7 @@ class Workspaces {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.0", "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),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -8,9 +8,13 @@
|
|
|
8
8
|
* * `CALENDLY` - Calendly
|
|
9
9
|
* * `CANVA` - Canva
|
|
10
10
|
* * `CLICKUP` - ClickUp
|
|
11
|
+
* * `CODA` - Coda
|
|
11
12
|
* * `HUBSPOT` - Hubspot
|
|
12
13
|
* * `INTERCOM` - Intercom
|
|
13
14
|
* * `LINEAR` - Linear
|
|
15
|
+
* * `LINKUP` - Linkup
|
|
16
|
+
* * `LISTENNOTES` - Listen Notes
|
|
17
|
+
* * `LMNT` - LMNT
|
|
14
18
|
* * `LINKEDIN` - LinkedIn
|
|
15
19
|
* * `MAILCHIMP` - Mailchimp
|
|
16
20
|
* * `MEM0` - Mem0
|
|
@@ -20,6 +24,10 @@
|
|
|
20
24
|
* * `GOOGLE_CALENDAR` - Google Calendar
|
|
21
25
|
* * `GOOGLE_DRIVE` - Google Drive
|
|
22
26
|
* * `GMAIL` - Gmail
|
|
27
|
+
* * `ACCULYNX` - AccuLynx
|
|
28
|
+
* * `AFFINITY` - Affinity
|
|
29
|
+
* * `AGENCYZOOM` - AgencyZoom
|
|
30
|
+
* * `AHREFS` - Ahrefs
|
|
23
31
|
* * `AIRTABLE` - Airtable
|
|
24
32
|
* * `APOLLO` - Apollo
|
|
25
33
|
* * `ASANA` - Asana
|
|
@@ -36,8 +44,11 @@
|
|
|
36
44
|
* * `GITLAB` - Gitlab
|
|
37
45
|
* * `FIRECRAWL` - Firecrawl
|
|
38
46
|
* * `FIGMA` - Figma
|
|
47
|
+
* * `FIREFLIES` - Fireflies
|
|
39
48
|
* * `GOOGLE_MAPS` - Google Maps
|
|
49
|
+
* * `HEYGEN` - HeyGen
|
|
40
50
|
* * `JIRA` - Jira
|
|
51
|
+
* * `JUNGLESCOUT` - Jungle Scout
|
|
41
52
|
* * `KLAVIYO` - Klaviyo
|
|
42
53
|
* * `PAGERDUTY` - PagerDuty
|
|
43
54
|
* * `PARSERA` - Parsera
|
|
@@ -46,21 +57,27 @@
|
|
|
46
57
|
* * `POSTHOG` - PostHog
|
|
47
58
|
* * `REDDIT` - Reddit
|
|
48
59
|
* * `SEMRUSH` - Semrush
|
|
60
|
+
* * `SEMANTICSCHOLAR` - Semantic Scholar
|
|
61
|
+
* * `SENDGRID` - SendGrid
|
|
49
62
|
* * `SERPAPI` - Serp Api
|
|
50
63
|
* * `SHARE_POINT` - SharePoint
|
|
64
|
+
* * `SHORTCUT` - Shortcut
|
|
51
65
|
* * `STRIPE` - Stripe
|
|
52
66
|
* * `SUPABASE` - Supabase
|
|
53
67
|
* * `TAVILY` - Tavily
|
|
54
68
|
* * `TELEGRAM` - Telegram
|
|
55
69
|
* * `WEBFLOW` - Webflow
|
|
70
|
+
* * `YOUSEARCH` - You Search
|
|
56
71
|
* * `ZENDESK` - Zendesk
|
|
72
|
+
* * `ZENROWS` - ZenRows
|
|
57
73
|
* * `DROPBOX` - Dropbox
|
|
58
74
|
* * `EVENTBRITE` - Eventbrite
|
|
59
75
|
* * `CONFLUENCE` - Confluence
|
|
76
|
+
* * `COINBASE` - Coinbase
|
|
60
77
|
* * `DISCORD` - Discord
|
|
61
78
|
* * `DOCUSIGN` - DocuSign
|
|
62
79
|
*/
|
|
63
|
-
export type IntegrationName = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
|
|
80
|
+
export type IntegrationName = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "CODA" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKUP" | "LISTENNOTES" | "LMNT" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "ACCULYNX" | "AFFINITY" | "AGENCYZOOM" | "AHREFS" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "FIREFLIES" | "GOOGLE_MAPS" | "HEYGEN" | "JIRA" | "JUNGLESCOUT" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SEMANTICSCHOLAR" | "SENDGRID" | "SERPAPI" | "SHARE_POINT" | "SHORTCUT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "YOUSEARCH" | "ZENDESK" | "ZENROWS" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "COINBASE" | "DISCORD" | "DOCUSIGN";
|
|
64
81
|
export declare const IntegrationName: {
|
|
65
82
|
readonly Slack: "SLACK";
|
|
66
83
|
readonly Notion: "NOTION";
|
|
@@ -68,9 +85,13 @@ export declare const IntegrationName: {
|
|
|
68
85
|
readonly Calendly: "CALENDLY";
|
|
69
86
|
readonly Canva: "CANVA";
|
|
70
87
|
readonly Clickup: "CLICKUP";
|
|
88
|
+
readonly Coda: "CODA";
|
|
71
89
|
readonly Hubspot: "HUBSPOT";
|
|
72
90
|
readonly Intercom: "INTERCOM";
|
|
73
91
|
readonly Linear: "LINEAR";
|
|
92
|
+
readonly Linkup: "LINKUP";
|
|
93
|
+
readonly Listennotes: "LISTENNOTES";
|
|
94
|
+
readonly Lmnt: "LMNT";
|
|
74
95
|
readonly Linkedin: "LINKEDIN";
|
|
75
96
|
readonly Mailchimp: "MAILCHIMP";
|
|
76
97
|
readonly Mem0: "MEM0";
|
|
@@ -80,6 +101,10 @@ export declare const IntegrationName: {
|
|
|
80
101
|
readonly GoogleCalendar: "GOOGLE_CALENDAR";
|
|
81
102
|
readonly GoogleDrive: "GOOGLE_DRIVE";
|
|
82
103
|
readonly Gmail: "GMAIL";
|
|
104
|
+
readonly Acculynx: "ACCULYNX";
|
|
105
|
+
readonly Affinity: "AFFINITY";
|
|
106
|
+
readonly Agencyzoom: "AGENCYZOOM";
|
|
107
|
+
readonly Ahrefs: "AHREFS";
|
|
83
108
|
readonly Airtable: "AIRTABLE";
|
|
84
109
|
readonly Apollo: "APOLLO";
|
|
85
110
|
readonly Asana: "ASANA";
|
|
@@ -96,8 +121,11 @@ export declare const IntegrationName: {
|
|
|
96
121
|
readonly Gitlab: "GITLAB";
|
|
97
122
|
readonly Firecrawl: "FIRECRAWL";
|
|
98
123
|
readonly Figma: "FIGMA";
|
|
124
|
+
readonly Fireflies: "FIREFLIES";
|
|
99
125
|
readonly GoogleMaps: "GOOGLE_MAPS";
|
|
126
|
+
readonly Heygen: "HEYGEN";
|
|
100
127
|
readonly Jira: "JIRA";
|
|
128
|
+
readonly Junglescout: "JUNGLESCOUT";
|
|
101
129
|
readonly Klaviyo: "KLAVIYO";
|
|
102
130
|
readonly Pagerduty: "PAGERDUTY";
|
|
103
131
|
readonly Parsera: "PARSERA";
|
|
@@ -106,17 +134,23 @@ export declare const IntegrationName: {
|
|
|
106
134
|
readonly Posthog: "POSTHOG";
|
|
107
135
|
readonly Reddit: "REDDIT";
|
|
108
136
|
readonly Semrush: "SEMRUSH";
|
|
137
|
+
readonly Semanticscholar: "SEMANTICSCHOLAR";
|
|
138
|
+
readonly Sendgrid: "SENDGRID";
|
|
109
139
|
readonly Serpapi: "SERPAPI";
|
|
110
140
|
readonly SharePoint: "SHARE_POINT";
|
|
141
|
+
readonly Shortcut: "SHORTCUT";
|
|
111
142
|
readonly Stripe: "STRIPE";
|
|
112
143
|
readonly Supabase: "SUPABASE";
|
|
113
144
|
readonly Tavily: "TAVILY";
|
|
114
145
|
readonly Telegram: "TELEGRAM";
|
|
115
146
|
readonly Webflow: "WEBFLOW";
|
|
147
|
+
readonly Yousearch: "YOUSEARCH";
|
|
116
148
|
readonly Zendesk: "ZENDESK";
|
|
149
|
+
readonly Zenrows: "ZENROWS";
|
|
117
150
|
readonly Dropbox: "DROPBOX";
|
|
118
151
|
readonly Eventbrite: "EVENTBRITE";
|
|
119
152
|
readonly Confluence: "CONFLUENCE";
|
|
153
|
+
readonly Coinbase: "COINBASE";
|
|
120
154
|
readonly Discord: "DISCORD";
|
|
121
155
|
readonly Docusign: "DOCUSIGN";
|
|
122
156
|
};
|
|
@@ -11,9 +11,13 @@ exports.IntegrationName = {
|
|
|
11
11
|
Calendly: "CALENDLY",
|
|
12
12
|
Canva: "CANVA",
|
|
13
13
|
Clickup: "CLICKUP",
|
|
14
|
+
Coda: "CODA",
|
|
14
15
|
Hubspot: "HUBSPOT",
|
|
15
16
|
Intercom: "INTERCOM",
|
|
16
17
|
Linear: "LINEAR",
|
|
18
|
+
Linkup: "LINKUP",
|
|
19
|
+
Listennotes: "LISTENNOTES",
|
|
20
|
+
Lmnt: "LMNT",
|
|
17
21
|
Linkedin: "LINKEDIN",
|
|
18
22
|
Mailchimp: "MAILCHIMP",
|
|
19
23
|
Mem0: "MEM0",
|
|
@@ -23,6 +27,10 @@ exports.IntegrationName = {
|
|
|
23
27
|
GoogleCalendar: "GOOGLE_CALENDAR",
|
|
24
28
|
GoogleDrive: "GOOGLE_DRIVE",
|
|
25
29
|
Gmail: "GMAIL",
|
|
30
|
+
Acculynx: "ACCULYNX",
|
|
31
|
+
Affinity: "AFFINITY",
|
|
32
|
+
Agencyzoom: "AGENCYZOOM",
|
|
33
|
+
Ahrefs: "AHREFS",
|
|
26
34
|
Airtable: "AIRTABLE",
|
|
27
35
|
Apollo: "APOLLO",
|
|
28
36
|
Asana: "ASANA",
|
|
@@ -39,8 +47,11 @@ exports.IntegrationName = {
|
|
|
39
47
|
Gitlab: "GITLAB",
|
|
40
48
|
Firecrawl: "FIRECRAWL",
|
|
41
49
|
Figma: "FIGMA",
|
|
50
|
+
Fireflies: "FIREFLIES",
|
|
42
51
|
GoogleMaps: "GOOGLE_MAPS",
|
|
52
|
+
Heygen: "HEYGEN",
|
|
43
53
|
Jira: "JIRA",
|
|
54
|
+
Junglescout: "JUNGLESCOUT",
|
|
44
55
|
Klaviyo: "KLAVIYO",
|
|
45
56
|
Pagerduty: "PAGERDUTY",
|
|
46
57
|
Parsera: "PARSERA",
|
|
@@ -49,17 +60,23 @@ exports.IntegrationName = {
|
|
|
49
60
|
Posthog: "POSTHOG",
|
|
50
61
|
Reddit: "REDDIT",
|
|
51
62
|
Semrush: "SEMRUSH",
|
|
63
|
+
Semanticscholar: "SEMANTICSCHOLAR",
|
|
64
|
+
Sendgrid: "SENDGRID",
|
|
52
65
|
Serpapi: "SERPAPI",
|
|
53
66
|
SharePoint: "SHARE_POINT",
|
|
67
|
+
Shortcut: "SHORTCUT",
|
|
54
68
|
Stripe: "STRIPE",
|
|
55
69
|
Supabase: "SUPABASE",
|
|
56
70
|
Tavily: "TAVILY",
|
|
57
71
|
Telegram: "TELEGRAM",
|
|
58
72
|
Webflow: "WEBFLOW",
|
|
73
|
+
Yousearch: "YOUSEARCH",
|
|
59
74
|
Zendesk: "ZENDESK",
|
|
75
|
+
Zenrows: "ZENROWS",
|
|
60
76
|
Dropbox: "DROPBOX",
|
|
61
77
|
Eventbrite: "EVENTBRITE",
|
|
62
78
|
Confluence: "CONFLUENCE",
|
|
79
|
+
Coinbase: "COINBASE",
|
|
63
80
|
Discord: "DISCORD",
|
|
64
81
|
Docusign: "DOCUSIGN",
|
|
65
82
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface UpdateActiveWorkspaceResponse {
|
|
5
|
+
/** The id of the workspace that the user should update to, or null if no workspace change needed. */
|
|
6
|
+
updateActiveWorkspaceId?: string | null;
|
|
7
|
+
/** The id of the environment that the user should update to, or null if no environment change needed. */
|
|
8
|
+
updateActiveEnvironmentId?: string | null;
|
|
9
|
+
/** Whether or not the user is a staff member of Vellum. */
|
|
10
|
+
isStaff?: boolean;
|
|
11
|
+
}
|
|
@@ -571,6 +571,7 @@ export * from "./TokenOverlappingWindowChunking";
|
|
|
571
571
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
572
572
|
export * from "./ComponentsSchemasComposioToolDefinition";
|
|
573
573
|
export * from "./UnitEnum";
|
|
574
|
+
export * from "./UpdateActiveWorkspaceResponse";
|
|
574
575
|
export * from "./UploadDocumentResponse";
|
|
575
576
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
|
576
577
|
export * from "./VariablePromptBlock";
|
package/dist/api/types/index.js
CHANGED
|
@@ -587,6 +587,7 @@ __exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
|
587
587
|
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
588
588
|
__exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
|
|
589
589
|
__exportStar(require("./UnitEnum"), exports);
|
|
590
|
+
__exportStar(require("./UpdateActiveWorkspaceResponse"), exports);
|
|
590
591
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
591
592
|
__exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
|
592
593
|
__exportStar(require("./VariablePromptBlock"), exports);
|
|
@@ -41,4 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
exports.ComposioIntegrationExecConfig = core.serialization.object({
|
|
42
42
|
type: core.serialization.stringLiteral("COMPOSIO"),
|
|
43
43
|
slug: core.serialization.string(),
|
|
44
|
+
supportsWebhookTriggers: core.serialization.property("supports_webhook_triggers", core.serialization.boolean().optional()),
|
|
44
45
|
});
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const IntegrationName: core.serialization.Schema<serializers.IntegrationName.Raw, Vellum.IntegrationName>;
|
|
8
8
|
export declare namespace IntegrationName {
|
|
9
|
-
type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
|
|
9
|
+
type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "CODA" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKUP" | "LISTENNOTES" | "LMNT" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "ACCULYNX" | "AFFINITY" | "AGENCYZOOM" | "AHREFS" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "FIREFLIES" | "GOOGLE_MAPS" | "HEYGEN" | "JIRA" | "JUNGLESCOUT" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SEMANTICSCHOLAR" | "SENDGRID" | "SERPAPI" | "SHARE_POINT" | "SHORTCUT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "YOUSEARCH" | "ZENDESK" | "ZENROWS" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "COINBASE" | "DISCORD" | "DOCUSIGN";
|
|
10
10
|
}
|
|
@@ -45,9 +45,13 @@ exports.IntegrationName = core.serialization.enum_([
|
|
|
45
45
|
"CALENDLY",
|
|
46
46
|
"CANVA",
|
|
47
47
|
"CLICKUP",
|
|
48
|
+
"CODA",
|
|
48
49
|
"HUBSPOT",
|
|
49
50
|
"INTERCOM",
|
|
50
51
|
"LINEAR",
|
|
52
|
+
"LINKUP",
|
|
53
|
+
"LISTENNOTES",
|
|
54
|
+
"LMNT",
|
|
51
55
|
"LINKEDIN",
|
|
52
56
|
"MAILCHIMP",
|
|
53
57
|
"MEM0",
|
|
@@ -57,6 +61,10 @@ exports.IntegrationName = core.serialization.enum_([
|
|
|
57
61
|
"GOOGLE_CALENDAR",
|
|
58
62
|
"GOOGLE_DRIVE",
|
|
59
63
|
"GMAIL",
|
|
64
|
+
"ACCULYNX",
|
|
65
|
+
"AFFINITY",
|
|
66
|
+
"AGENCYZOOM",
|
|
67
|
+
"AHREFS",
|
|
60
68
|
"AIRTABLE",
|
|
61
69
|
"APOLLO",
|
|
62
70
|
"ASANA",
|
|
@@ -73,8 +81,11 @@ exports.IntegrationName = core.serialization.enum_([
|
|
|
73
81
|
"GITLAB",
|
|
74
82
|
"FIRECRAWL",
|
|
75
83
|
"FIGMA",
|
|
84
|
+
"FIREFLIES",
|
|
76
85
|
"GOOGLE_MAPS",
|
|
86
|
+
"HEYGEN",
|
|
77
87
|
"JIRA",
|
|
88
|
+
"JUNGLESCOUT",
|
|
78
89
|
"KLAVIYO",
|
|
79
90
|
"PAGERDUTY",
|
|
80
91
|
"PARSERA",
|
|
@@ -83,17 +94,23 @@ exports.IntegrationName = core.serialization.enum_([
|
|
|
83
94
|
"POSTHOG",
|
|
84
95
|
"REDDIT",
|
|
85
96
|
"SEMRUSH",
|
|
97
|
+
"SEMANTICSCHOLAR",
|
|
98
|
+
"SENDGRID",
|
|
86
99
|
"SERPAPI",
|
|
87
100
|
"SHARE_POINT",
|
|
101
|
+
"SHORTCUT",
|
|
88
102
|
"STRIPE",
|
|
89
103
|
"SUPABASE",
|
|
90
104
|
"TAVILY",
|
|
91
105
|
"TELEGRAM",
|
|
92
106
|
"WEBFLOW",
|
|
107
|
+
"YOUSEARCH",
|
|
93
108
|
"ZENDESK",
|
|
109
|
+
"ZENROWS",
|
|
94
110
|
"DROPBOX",
|
|
95
111
|
"EVENTBRITE",
|
|
96
112
|
"CONFLUENCE",
|
|
113
|
+
"COINBASE",
|
|
97
114
|
"DISCORD",
|
|
98
115
|
"DOCUSIGN",
|
|
99
116
|
]);
|
|
@@ -0,0 +1,14 @@
|
|
|
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 UpdateActiveWorkspaceResponse: core.serialization.ObjectSchema<serializers.UpdateActiveWorkspaceResponse.Raw, Vellum.UpdateActiveWorkspaceResponse>;
|
|
8
|
+
export declare namespace UpdateActiveWorkspaceResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
update_active_workspace_id?: (string | null) | null;
|
|
11
|
+
update_active_environment_id?: (string | null) | null;
|
|
12
|
+
is_staff?: boolean | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.UpdateActiveWorkspaceResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.UpdateActiveWorkspaceResponse = core.serialization.object({
|
|
42
|
+
updateActiveWorkspaceId: core.serialization.property("update_active_workspace_id", core.serialization.string().optionalNullable()),
|
|
43
|
+
updateActiveEnvironmentId: core.serialization.property("update_active_environment_id", core.serialization.string().optionalNullable()),
|
|
44
|
+
isStaff: core.serialization.property("is_staff", core.serialization.boolean().optional()),
|
|
45
|
+
});
|
|
@@ -571,6 +571,7 @@ export * from "./TokenOverlappingWindowChunking";
|
|
|
571
571
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
572
572
|
export * from "./ComponentsSchemasComposioToolDefinition";
|
|
573
573
|
export * from "./UnitEnum";
|
|
574
|
+
export * from "./UpdateActiveWorkspaceResponse";
|
|
574
575
|
export * from "./UploadDocumentResponse";
|
|
575
576
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
|
576
577
|
export * from "./VariablePromptBlock";
|
|
@@ -587,6 +587,7 @@ __exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
|
587
587
|
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
588
588
|
__exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
|
|
589
589
|
__exportStar(require("./UnitEnum"), exports);
|
|
590
|
+
__exportStar(require("./UpdateActiveWorkspaceResponse"), exports);
|
|
590
591
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
591
592
|
__exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
|
592
593
|
__exportStar(require("./VariablePromptBlock"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.10.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -41,4 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
exports.ComposioIntegrationExecConfig = core.serialization.object({
|
|
42
42
|
type: core.serialization.stringLiteral("COMPOSIO"),
|
|
43
43
|
slug: core.serialization.string(),
|
|
44
|
+
supportsWebhookTriggers: core.serialization.property("supports_webhook_triggers", core.serialization.boolean().optional()),
|
|
44
45
|
});
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const IntegrationName: core.serialization.Schema<serializers.IntegrationName.Raw, Vellum.IntegrationName>;
|
|
8
8
|
export declare namespace IntegrationName {
|
|
9
|
-
type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
|
|
9
|
+
type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "CODA" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKUP" | "LISTENNOTES" | "LMNT" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "ACCULYNX" | "AFFINITY" | "AGENCYZOOM" | "AHREFS" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "FIREFLIES" | "GOOGLE_MAPS" | "HEYGEN" | "JIRA" | "JUNGLESCOUT" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SEMANTICSCHOLAR" | "SENDGRID" | "SERPAPI" | "SHARE_POINT" | "SHORTCUT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "YOUSEARCH" | "ZENDESK" | "ZENROWS" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "COINBASE" | "DISCORD" | "DOCUSIGN";
|
|
10
10
|
}
|