Skip to content

Commit e7a1bec

Browse files
authored
fix: outreach sequence step create types (#242)
* fix typing * bump version
1 parent 4718bfc commit e7a1bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vesselapi/integrations",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "Vessel integrations",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/platforms/outreach/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export const client = {
367367
(sequenceStep: {
368368
attributes: {
369369
order?: number;
370-
stepType: 'auto_email' | 'manual_email' | 'call' | 'task';
370+
stepType: string;
371371
interval?: number;
372372
$native?: Record<string, unknown>;
373373
};

0 commit comments

Comments
 (0)