feat(Gong Node): New node (#10777)

This commit is contained in:
feelgood-interface
2024-10-16 11:23:09 +02:00
committed by GitHub
parent aa3c0dd226
commit 785b47feb3
16 changed files with 3354 additions and 16 deletions

View File

@@ -2377,7 +2377,7 @@ export interface WorkflowTestData {
nock?: {
baseUrl: string;
mocks: Array<{
method: 'get' | 'post';
method: 'delete' | 'get' | 'post' | 'put';
path: string;
requestBody?: RequestBodyMatcher;
statusCode: number;