We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4718bfc commit e7a1becCopy full SHA for e7a1bec
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vesselapi/integrations",
3
- "version": "1.0.30",
+ "version": "1.0.31",
4
"description": "Vessel integrations",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
src/platforms/outreach/client.ts
@@ -367,7 +367,7 @@ export const client = {
367
(sequenceStep: {
368
attributes: {
369
order?: number;
370
- stepType: 'auto_email' | 'manual_email' | 'call' | 'task';
+ stepType: string;
371
interval?: number;
372
$native?: Record<string, unknown>;
373
};
0 commit comments