n8n-nodes-base 1.63.0 → 1.64.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.
Files changed (80) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/GongApi.credentials.d.ts +9 -0
  3. package/dist/credentials/GongApi.credentials.js +53 -0
  4. package/dist/credentials/GongApi.credentials.js.map +1 -0
  5. package/dist/credentials/GongOAuth2Api.credentials.d.ts +8 -0
  6. package/dist/credentials/GongOAuth2Api.credentials.js +59 -0
  7. package/dist/credentials/GongOAuth2Api.credentials.js.map +1 -0
  8. package/dist/known/credentials.json +18 -0
  9. package/dist/known/nodes.json +4 -0
  10. package/dist/methods/defined.json +1 -1
  11. package/dist/methods/referenced.json +1 -1
  12. package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +1 -1
  13. package/dist/nodes/Code/JsTaskRunnerSandbox.js +18 -31
  14. package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
  15. package/dist/nodes/Code/errors/WrappedExecutionError.d.ts +8 -0
  16. package/dist/nodes/Code/errors/WrappedExecutionError.js +27 -0
  17. package/dist/nodes/Code/errors/WrappedExecutionError.js.map +1 -0
  18. package/dist/nodes/Gong/GenericFunctions.d.ts +9 -0
  19. package/dist/nodes/Gong/GenericFunctions.js +175 -0
  20. package/dist/nodes/Gong/GenericFunctions.js.map +1 -0
  21. package/dist/nodes/Gong/Gong.node.d.ts +10 -0
  22. package/dist/nodes/Gong/Gong.node.js +139 -0
  23. package/dist/nodes/Gong/Gong.node.js.map +1 -0
  24. package/dist/nodes/Gong/Gong.node.json +18 -0
  25. package/dist/nodes/Gong/descriptions/CallDescription.d.ts +3 -0
  26. package/dist/nodes/Gong/descriptions/CallDescription.js +551 -0
  27. package/dist/nodes/Gong/descriptions/CallDescription.js.map +1 -0
  28. package/dist/nodes/Gong/descriptions/UserDescription.d.ts +3 -0
  29. package/dist/nodes/Gong/descriptions/UserDescription.js +265 -0
  30. package/dist/nodes/Gong/descriptions/UserDescription.js.map +1 -0
  31. package/dist/nodes/Gong/descriptions/index.d.ts +2 -0
  32. package/dist/nodes/Gong/descriptions/index.js +19 -0
  33. package/dist/nodes/Gong/descriptions/index.js.map +1 -0
  34. package/dist/nodes/Gong/gong.svg +4 -0
  35. package/dist/nodes/Gong/test/mocks.d.ts +540 -0
  36. package/dist/nodes/Gong/test/mocks.js +772 -0
  37. package/dist/nodes/Gong/test/mocks.js.map +1 -0
  38. package/dist/nodes/Google/Ads/CampaignDescription.js +2 -2
  39. package/dist/nodes/Google/Ads/GoogleAds.node.js +1 -1
  40. package/dist/nodes/Google/Calendar/EventDescription.js +58 -1
  41. package/dist/nodes/Google/Calendar/EventDescription.js.map +1 -1
  42. package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts +1 -1
  43. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +21 -5
  44. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
  45. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +3 -1
  46. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
  47. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +3 -3
  48. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  49. package/dist/nodes/Line/Line.node.js +6 -0
  50. package/dist/nodes/Line/Line.node.js.map +1 -1
  51. package/dist/nodes/MySql/v2/helpers/utils.js +19 -19
  52. package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
  53. package/dist/nodes/N8nTrigger/N8nTrigger.node.js +23 -2
  54. package/dist/nodes/N8nTrigger/N8nTrigger.node.js.map +1 -1
  55. package/dist/nodes/Set/v2/SetV2.node.js +38 -0
  56. package/dist/nodes/Set/v2/SetV2.node.js.map +1 -1
  57. package/dist/nodes/Strava/GenericFunctions.js +1 -1
  58. package/dist/nodes/Strava/GenericFunctions.js.map +1 -1
  59. package/dist/nodes/Strava/StravaTrigger.node.js +4 -5
  60. package/dist/nodes/Strava/StravaTrigger.node.js.map +1 -1
  61. package/dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.d.ts +3 -4
  62. package/dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.js +11 -183
  63. package/dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.js.map +1 -1
  64. package/dist/nodes/Transform/RemoveDuplicates/utils.d.ts +2 -1
  65. package/dist/nodes/Transform/RemoveDuplicates/utils.js +89 -0
  66. package/dist/nodes/Transform/RemoveDuplicates/utils.js.map +1 -1
  67. package/dist/nodes/Transform/RemoveDuplicates/v1/RemoveDuplicatesV1.node.d.ts +6 -0
  68. package/dist/nodes/Transform/RemoveDuplicates/v1/RemoveDuplicatesV1.node.js +111 -0
  69. package/dist/nodes/Transform/RemoveDuplicates/v1/RemoveDuplicatesV1.node.js.map +1 -0
  70. package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.description.d.ts +2 -0
  71. package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.description.js +271 -0
  72. package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.description.js.map +1 -0
  73. package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.node.d.ts +6 -0
  74. package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.node.js +206 -0
  75. package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.node.js.map +1 -0
  76. package/dist/nodes/WorkflowTrigger/WorkflowTrigger.node.js +7 -0
  77. package/dist/nodes/WorkflowTrigger/WorkflowTrigger.node.js.map +1 -1
  78. package/dist/types/credentials.json +2 -0
  79. package/dist/types/nodes.json +12 -10
  80. package/package.json +7 -4
@@ -0,0 +1,772 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.gongNodeResponse = exports.gongApiResponse = void 0;
4
+ exports.gongApiResponse = {
5
+ postCalls: {
6
+ requestId: '4al018gzaztcr8nbukw',
7
+ callId: '7782342274025937895',
8
+ },
9
+ postCallsMedia: {
10
+ requestId: '4al018gzaztcr8nbukw',
11
+ callId: '7782342274025937895',
12
+ url: 'https://app.gong.io/call?id=7782342274025937895',
13
+ },
14
+ postCallsExtensive: {
15
+ requestId: '4al018gzaztcr8nbukw',
16
+ records: {
17
+ totalRecords: 263,
18
+ currentPageSize: 100,
19
+ currentPageNumber: 0,
20
+ cursor: 'eyJhbGciOiJIUzI1NiJ9.eyJjYWxsSWQiM1M30.6qKwpOcvnuweTZmFRzYdtjs_YwJphJU4QIwWFM',
21
+ },
22
+ calls: [
23
+ {
24
+ metaData: {
25
+ id: '7782342274025937895',
26
+ url: 'https://app.gong.io/call?id=7782342274025937895',
27
+ title: 'Example call',
28
+ scheduled: 1518863400,
29
+ started: 1518863400,
30
+ duration: 460,
31
+ primaryUserId: '234599484848423',
32
+ direction: 'Inbound',
33
+ system: 'Outreach',
34
+ scope: 'Internal',
35
+ media: 'Video',
36
+ language: 'eng',
37
+ workspaceId: '623457276584334',
38
+ sdrDisposition: 'Got the gatekeeper',
39
+ clientUniqueId: '7JEHFRGXDDZFEW2FC4U',
40
+ customData: 'Conference Call',
41
+ purpose: 'Demo Call',
42
+ meetingUrl: 'https://zoom.us/j/123',
43
+ isPrivate: false,
44
+ calendarEventId: 'abcde@google.com',
45
+ },
46
+ context: [
47
+ {
48
+ system: 'Salesforce',
49
+ objects: [
50
+ {
51
+ objectType: 'Opportunity',
52
+ objectId: '0013601230sV7grAAC',
53
+ fields: [
54
+ {
55
+ name: 'name',
56
+ value: 'Gong Inc.',
57
+ },
58
+ ],
59
+ timing: 'Now',
60
+ },
61
+ ],
62
+ },
63
+ ],
64
+ parties: [
65
+ {
66
+ id: '56825452554556',
67
+ emailAddress: 'test@test.com',
68
+ name: 'Test User',
69
+ title: 'Enterprise Account Executive',
70
+ userId: '234599484848423',
71
+ speakerId: '6432345678555530067',
72
+ context: [
73
+ {
74
+ system: 'Salesforce',
75
+ objects: [
76
+ {
77
+ objectType: 'Contact',
78
+ objectId: '0013601230sV7grAAC',
79
+ fields: [
80
+ {
81
+ name: 'name',
82
+ value: 'Gong Inc.',
83
+ },
84
+ ],
85
+ timing: 'Now',
86
+ },
87
+ ],
88
+ },
89
+ ],
90
+ affiliation: 'Internal',
91
+ phoneNumber: '+1 123-567-8989',
92
+ methods: ['Invitee'],
93
+ },
94
+ ],
95
+ content: {
96
+ structure: [
97
+ {
98
+ name: 'Meeting Setup',
99
+ duration: 67,
100
+ },
101
+ ],
102
+ trackers: [
103
+ {
104
+ id: '56825452554556',
105
+ name: 'Competitors',
106
+ count: 7,
107
+ type: 'KEYWORD',
108
+ occurrences: [
109
+ {
110
+ startTime: 32.56,
111
+ speakerId: '234599484848423',
112
+ },
113
+ ],
114
+ phrases: [
115
+ {
116
+ count: 5,
117
+ occurrences: [
118
+ {
119
+ startTime: 32.56,
120
+ speakerId: '234599484848423',
121
+ },
122
+ ],
123
+ phrase: 'Walmart',
124
+ },
125
+ ],
126
+ },
127
+ ],
128
+ topics: [
129
+ {
130
+ name: 'Objections',
131
+ duration: 86,
132
+ },
133
+ ],
134
+ pointsOfInterest: {
135
+ actionItems: [
136
+ {
137
+ snippetStartTime: 26,
138
+ snippetEndTime: 26,
139
+ speakerID: '56825452554556',
140
+ snippet: "And I'll send you an invite with a link that you can use at that time as well.",
141
+ },
142
+ ],
143
+ },
144
+ brief: 'string',
145
+ outline: [
146
+ {
147
+ section: 'string',
148
+ startTime: 0.5,
149
+ duration: 0.5,
150
+ items: [
151
+ {
152
+ text: 'string',
153
+ startTime: 0.5,
154
+ },
155
+ ],
156
+ },
157
+ ],
158
+ highlights: [
159
+ {
160
+ title: 'string',
161
+ items: [
162
+ {
163
+ text: 'string',
164
+ startTimes: [0.5],
165
+ },
166
+ ],
167
+ },
168
+ ],
169
+ callOutcome: {
170
+ id: 'MEETING_BOOKED',
171
+ category: 'Answered',
172
+ name: 'Meeting booked',
173
+ },
174
+ keyPoints: [
175
+ {
176
+ text: 'string',
177
+ },
178
+ ],
179
+ },
180
+ interaction: {
181
+ speakers: [
182
+ {
183
+ id: '56825452554556',
184
+ userId: '234599484848423',
185
+ talkTime: 145,
186
+ },
187
+ ],
188
+ interactionStats: [
189
+ {
190
+ name: 'Interactivity',
191
+ value: 56,
192
+ },
193
+ ],
194
+ video: [
195
+ {
196
+ name: 'Browser',
197
+ duration: 218,
198
+ },
199
+ ],
200
+ questions: {
201
+ companyCount: 0,
202
+ nonCompanyCount: 0,
203
+ },
204
+ },
205
+ collaboration: {
206
+ publicComments: [
207
+ {
208
+ id: '6843152929075440037',
209
+ audioStartTime: 26,
210
+ audioEndTime: 26,
211
+ commenterUserId: '234599484848423',
212
+ comment: 'new comment',
213
+ posted: 1518863400,
214
+ inReplyTo: '792390015966656336',
215
+ duringCall: false,
216
+ },
217
+ ],
218
+ },
219
+ media: {
220
+ audioUrl: 'http://example.com',
221
+ videoUrl: 'http://example.com',
222
+ },
223
+ },
224
+ ],
225
+ },
226
+ postCallsTranscript: {
227
+ requestId: '4al018gzaztcr8nbukw',
228
+ records: {
229
+ totalRecords: 1,
230
+ currentPageSize: 1,
231
+ currentPageNumber: 0,
232
+ },
233
+ callTranscripts: [
234
+ {
235
+ callId: '7782342274025937895',
236
+ transcript: [
237
+ {
238
+ speakerId: '6432345678555530067',
239
+ topic: 'Objections',
240
+ sentences: [
241
+ {
242
+ start: 460230,
243
+ end: 462343,
244
+ text: 'No wait, I think we should check that out first.',
245
+ },
246
+ ],
247
+ },
248
+ ],
249
+ },
250
+ ],
251
+ },
252
+ postUsersExtensive: {
253
+ requestId: '4al018gzaztcr8nbukw',
254
+ records: {
255
+ totalRecords: 263,
256
+ currentPageSize: 100,
257
+ currentPageNumber: 0,
258
+ cursor: 'eyJhbGciOiJIUzI1NiJ9.eyJjYWxsSWQiM1M30.6qKwpOcvnuweTZmFRzYdtjs_YwJphJU4QIwWFM',
259
+ },
260
+ users: [
261
+ {
262
+ id: '234599484848423',
263
+ emailAddress: 'test@test.com',
264
+ created: '2018-02-17T02:30:00-08:00',
265
+ active: true,
266
+ emailAliases: ['testAlias@test.com'],
267
+ trustedEmailAddress: 'test@test.com',
268
+ firstName: 'Jon',
269
+ lastName: 'Snow',
270
+ title: 'Enterprise Account Executive',
271
+ phoneNumber: '+1 123-567-8989',
272
+ extension: '123',
273
+ personalMeetingUrls: ['https://zoom.us/j/123'],
274
+ settings: {
275
+ webConferencesRecorded: true,
276
+ preventWebConferenceRecording: false,
277
+ telephonyCallsImported: false,
278
+ emailsImported: true,
279
+ preventEmailImport: false,
280
+ nonRecordedMeetingsImported: true,
281
+ gongConnectEnabled: true,
282
+ },
283
+ managerId: '563515258458745',
284
+ meetingConsentPageUrl: 'https://join.gong.io/my-company/jon.snow?tkn=MoNpS9tMNt8BK7EZxQpSJl',
285
+ spokenLanguages: [
286
+ {
287
+ language: 'es-ES',
288
+ primary: true,
289
+ },
290
+ ],
291
+ },
292
+ ],
293
+ },
294
+ };
295
+ exports.gongNodeResponse = {
296
+ getCall: [
297
+ {
298
+ json: {
299
+ metaData: {
300
+ id: '7782342274025937895',
301
+ url: 'https://app.gong.io/call?id=7782342274025937895',
302
+ title: 'Example call',
303
+ scheduled: 1518863400,
304
+ started: 1518863400,
305
+ duration: 460,
306
+ primaryUserId: '234599484848423',
307
+ direction: 'Inbound',
308
+ system: 'Outreach',
309
+ scope: 'Internal',
310
+ media: 'Video',
311
+ language: 'eng',
312
+ workspaceId: '623457276584334',
313
+ sdrDisposition: 'Got the gatekeeper',
314
+ clientUniqueId: '7JEHFRGXDDZFEW2FC4U',
315
+ customData: 'Conference Call',
316
+ purpose: 'Demo Call',
317
+ meetingUrl: 'https://zoom.us/j/123',
318
+ isPrivate: false,
319
+ calendarEventId: 'abcde@google.com',
320
+ },
321
+ context: [
322
+ {
323
+ system: 'Salesforce',
324
+ objects: [
325
+ {
326
+ objectType: 'Opportunity',
327
+ objectId: '0013601230sV7grAAC',
328
+ fields: [
329
+ {
330
+ name: 'name',
331
+ value: 'Gong Inc.',
332
+ },
333
+ ],
334
+ timing: 'Now',
335
+ },
336
+ ],
337
+ },
338
+ ],
339
+ parties: [
340
+ {
341
+ id: '56825452554556',
342
+ emailAddress: 'test@test.com',
343
+ name: 'Test User',
344
+ title: 'Enterprise Account Executive',
345
+ userId: '234599484848423',
346
+ speakerId: '6432345678555530067',
347
+ context: [
348
+ {
349
+ system: 'Salesforce',
350
+ objects: [
351
+ {
352
+ objectType: 'Contact',
353
+ objectId: '0013601230sV7grAAC',
354
+ fields: [
355
+ {
356
+ name: 'name',
357
+ value: 'Gong Inc.',
358
+ },
359
+ ],
360
+ timing: 'Now',
361
+ },
362
+ ],
363
+ },
364
+ ],
365
+ affiliation: 'Internal',
366
+ phoneNumber: '+1 123-567-8989',
367
+ methods: ['Invitee'],
368
+ },
369
+ ],
370
+ content: {
371
+ structure: [
372
+ {
373
+ name: 'Meeting Setup',
374
+ duration: 67,
375
+ },
376
+ ],
377
+ trackers: [
378
+ {
379
+ id: '56825452554556',
380
+ name: 'Competitors',
381
+ count: 7,
382
+ type: 'KEYWORD',
383
+ occurrences: [
384
+ {
385
+ startTime: 32.56,
386
+ speakerId: '234599484848423',
387
+ },
388
+ ],
389
+ phrases: [
390
+ {
391
+ count: 5,
392
+ occurrences: [
393
+ {
394
+ startTime: 32.56,
395
+ speakerId: '234599484848423',
396
+ },
397
+ ],
398
+ phrase: 'Walmart',
399
+ },
400
+ ],
401
+ },
402
+ ],
403
+ topics: [
404
+ {
405
+ name: 'Objections',
406
+ duration: 86,
407
+ },
408
+ ],
409
+ pointsOfInterest: {
410
+ actionItems: [
411
+ {
412
+ snippetStartTime: 26,
413
+ snippetEndTime: 26,
414
+ speakerID: '56825452554556',
415
+ snippet: "And I'll send you an invite with a link that you can use at that time as well.",
416
+ },
417
+ ],
418
+ },
419
+ brief: 'string',
420
+ outline: [
421
+ {
422
+ section: 'string',
423
+ startTime: 0.5,
424
+ duration: 0.5,
425
+ items: [
426
+ {
427
+ text: 'string',
428
+ startTime: 0.5,
429
+ },
430
+ ],
431
+ },
432
+ ],
433
+ highlights: [
434
+ {
435
+ title: 'string',
436
+ items: [
437
+ {
438
+ text: 'string',
439
+ startTimes: [0.5],
440
+ },
441
+ ],
442
+ },
443
+ ],
444
+ callOutcome: {
445
+ id: 'MEETING_BOOKED',
446
+ category: 'Answered',
447
+ name: 'Meeting booked',
448
+ },
449
+ keyPoints: [
450
+ {
451
+ text: 'string',
452
+ },
453
+ ],
454
+ },
455
+ interaction: {
456
+ speakers: [
457
+ {
458
+ id: '56825452554556',
459
+ userId: '234599484848423',
460
+ talkTime: 145,
461
+ },
462
+ ],
463
+ interactionStats: [
464
+ {
465
+ name: 'Interactivity',
466
+ value: 56,
467
+ },
468
+ ],
469
+ video: [
470
+ {
471
+ name: 'Browser',
472
+ duration: 218,
473
+ },
474
+ ],
475
+ questions: {
476
+ companyCount: 0,
477
+ nonCompanyCount: 0,
478
+ },
479
+ },
480
+ collaboration: {
481
+ publicComments: [
482
+ {
483
+ id: '6843152929075440037',
484
+ audioStartTime: 26,
485
+ audioEndTime: 26,
486
+ commenterUserId: '234599484848423',
487
+ comment: 'new comment',
488
+ posted: 1518863400,
489
+ inReplyTo: '792390015966656336',
490
+ duringCall: false,
491
+ },
492
+ ],
493
+ },
494
+ media: {
495
+ audioUrl: 'http://example.com',
496
+ videoUrl: 'http://example.com',
497
+ },
498
+ transcript: [
499
+ {
500
+ speakerId: '6432345678555530067',
501
+ topic: 'Objections',
502
+ sentences: [
503
+ {
504
+ start: 460230,
505
+ end: 462343,
506
+ text: 'No wait, I think we should check that out first.',
507
+ },
508
+ ],
509
+ },
510
+ ],
511
+ },
512
+ },
513
+ ],
514
+ getAllCall: [
515
+ {
516
+ json: {
517
+ id: '7782342274025937895',
518
+ url: 'https://app.gong.io/call?id=7782342274025937895',
519
+ title: 'Example call',
520
+ scheduled: 1518863400,
521
+ started: 1518863400,
522
+ duration: 460,
523
+ primaryUserId: '234599484848423',
524
+ direction: 'Inbound',
525
+ system: 'Outreach',
526
+ scope: 'Internal',
527
+ media: 'Video',
528
+ language: 'eng',
529
+ workspaceId: '623457276584334',
530
+ sdrDisposition: 'Got the gatekeeper',
531
+ clientUniqueId: '7JEHFRGXDDZFEW2FC4U',
532
+ customData: 'Conference Call',
533
+ purpose: 'Demo Call',
534
+ meetingUrl: 'https://zoom.us/j/123',
535
+ isPrivate: false,
536
+ calendarEventId: 'abcde@google.com',
537
+ content: {
538
+ topics: [
539
+ {
540
+ name: 'Objections',
541
+ duration: 86,
542
+ },
543
+ ],
544
+ },
545
+ parties: [
546
+ {
547
+ id: '56825452554556',
548
+ emailAddress: 'test@test.com',
549
+ name: 'Test User',
550
+ title: 'Enterprise Account Executive',
551
+ userId: '234599484848423',
552
+ speakerId: '6432345678555530067',
553
+ context: [
554
+ {
555
+ system: 'Salesforce',
556
+ objects: [
557
+ {
558
+ objectType: 'Contact',
559
+ objectId: '0013601230sV7grAAC',
560
+ fields: [
561
+ {
562
+ name: 'name',
563
+ value: 'Gong Inc.',
564
+ },
565
+ ],
566
+ timing: 'Now',
567
+ },
568
+ ],
569
+ },
570
+ ],
571
+ affiliation: 'Internal',
572
+ phoneNumber: '+1 123-567-8989',
573
+ methods: ['Invitee'],
574
+ },
575
+ ],
576
+ },
577
+ },
578
+ {
579
+ json: {
580
+ id: '7782342274025937896',
581
+ url: 'https://app.gong.io/call?id=7782342274025937896',
582
+ title: 'Example call',
583
+ scheduled: 1518863400,
584
+ started: 1518863400,
585
+ duration: 460,
586
+ primaryUserId: '234599484848423',
587
+ direction: 'Inbound',
588
+ system: 'Outreach',
589
+ scope: 'Internal',
590
+ media: 'Video',
591
+ language: 'eng',
592
+ workspaceId: '623457276584334',
593
+ sdrDisposition: 'Got the gatekeeper',
594
+ clientUniqueId: '7JEHFRGXDDZFEW2FC4U',
595
+ customData: 'Conference Call',
596
+ purpose: 'Demo Call',
597
+ meetingUrl: 'https://zoom.us/j/123',
598
+ isPrivate: false,
599
+ calendarEventId: 'abcde@google.com',
600
+ content: {
601
+ topics: [
602
+ {
603
+ name: 'Objections',
604
+ duration: 86,
605
+ },
606
+ ],
607
+ },
608
+ parties: [
609
+ {
610
+ id: '56825452554556',
611
+ emailAddress: 'test@test.com',
612
+ name: 'Test User',
613
+ title: 'Enterprise Account Executive',
614
+ userId: '234599484848423',
615
+ speakerId: '6432345678555530067',
616
+ context: [
617
+ {
618
+ system: 'Salesforce',
619
+ objects: [
620
+ {
621
+ objectType: 'Contact',
622
+ objectId: '0013601230sV7grAAC',
623
+ fields: [
624
+ {
625
+ name: 'name',
626
+ value: 'Gong Inc.',
627
+ },
628
+ ],
629
+ timing: 'Now',
630
+ },
631
+ ],
632
+ },
633
+ ],
634
+ affiliation: 'Internal',
635
+ phoneNumber: '+1 123-567-8989',
636
+ methods: ['Invitee'],
637
+ },
638
+ ],
639
+ },
640
+ },
641
+ ],
642
+ getAllCallNoOptions: [
643
+ {
644
+ json: {
645
+ id: '7782342274025937895',
646
+ url: 'https://app.gong.io/call?id=7782342274025937895',
647
+ title: 'Example call',
648
+ scheduled: 1518863400,
649
+ started: 1518863400,
650
+ duration: 460,
651
+ primaryUserId: '234599484848423',
652
+ direction: 'Inbound',
653
+ system: 'Outreach',
654
+ scope: 'Internal',
655
+ media: 'Video',
656
+ language: 'eng',
657
+ workspaceId: '623457276584334',
658
+ sdrDisposition: 'Got the gatekeeper',
659
+ clientUniqueId: '7JEHFRGXDDZFEW2FC4U',
660
+ customData: 'Conference Call',
661
+ purpose: 'Demo Call',
662
+ meetingUrl: 'https://zoom.us/j/123',
663
+ isPrivate: false,
664
+ calendarEventId: 'abcde@google.com',
665
+ },
666
+ },
667
+ ],
668
+ getUser: [
669
+ {
670
+ json: {
671
+ id: '234599484848423',
672
+ emailAddress: 'test@test.com',
673
+ created: '2018-02-17T02:30:00-08:00',
674
+ active: true,
675
+ emailAliases: ['testAlias@test.com'],
676
+ trustedEmailAddress: 'test@test.com',
677
+ firstName: 'Jon',
678
+ lastName: 'Snow',
679
+ title: 'Enterprise Account Executive',
680
+ phoneNumber: '+1 123-567-8989',
681
+ extension: '123',
682
+ personalMeetingUrls: ['https://zoom.us/j/123'],
683
+ settings: {
684
+ webConferencesRecorded: true,
685
+ preventWebConferenceRecording: false,
686
+ telephonyCallsImported: false,
687
+ emailsImported: true,
688
+ preventEmailImport: false,
689
+ nonRecordedMeetingsImported: true,
690
+ gongConnectEnabled: true,
691
+ },
692
+ managerId: '563515258458745',
693
+ meetingConsentPageUrl: 'https://join.gong.io/my-company/jon.snow?tkn=MoNpS9tMNt8BK7EZxQpSJl',
694
+ spokenLanguages: [
695
+ {
696
+ language: 'es-ES',
697
+ primary: true,
698
+ },
699
+ ],
700
+ },
701
+ },
702
+ ],
703
+ getAllUser: [
704
+ {
705
+ json: {
706
+ id: '234599484848423',
707
+ emailAddress: 'test@test.com',
708
+ created: '2018-02-17T02:30:00-08:00',
709
+ active: true,
710
+ emailAliases: ['testAlias@test.com'],
711
+ trustedEmailAddress: 'test@test.com',
712
+ firstName: 'Jon',
713
+ lastName: 'Snow',
714
+ title: 'Enterprise Account Executive',
715
+ phoneNumber: '+1 123-567-8989',
716
+ extension: '123',
717
+ personalMeetingUrls: ['https://zoom.us/j/123'],
718
+ settings: {
719
+ webConferencesRecorded: true,
720
+ preventWebConferenceRecording: false,
721
+ telephonyCallsImported: false,
722
+ emailsImported: true,
723
+ preventEmailImport: false,
724
+ nonRecordedMeetingsImported: true,
725
+ gongConnectEnabled: true,
726
+ },
727
+ managerId: '563515258458745',
728
+ meetingConsentPageUrl: 'https://join.gong.io/my-company/jon.snow?tkn=MoNpS9tMNt8BK7EZxQpSJl',
729
+ spokenLanguages: [
730
+ {
731
+ language: 'es-ES',
732
+ primary: true,
733
+ },
734
+ ],
735
+ },
736
+ },
737
+ {
738
+ json: {
739
+ id: '234599484848424',
740
+ emailAddress: 'test@test.com',
741
+ created: '2018-02-17T02:30:00-08:00',
742
+ active: true,
743
+ emailAliases: ['testAlias@test.com'],
744
+ trustedEmailAddress: 'test@test.com',
745
+ firstName: 'Jon',
746
+ lastName: 'Snow',
747
+ title: 'Enterprise Account Executive',
748
+ phoneNumber: '+1 123-567-8989',
749
+ extension: '123',
750
+ personalMeetingUrls: ['https://zoom.us/j/123'],
751
+ settings: {
752
+ webConferencesRecorded: true,
753
+ preventWebConferenceRecording: false,
754
+ telephonyCallsImported: false,
755
+ emailsImported: true,
756
+ preventEmailImport: false,
757
+ nonRecordedMeetingsImported: true,
758
+ gongConnectEnabled: true,
759
+ },
760
+ managerId: '563515258458745',
761
+ meetingConsentPageUrl: 'https://join.gong.io/my-company/jon.snow?tkn=MoNpS9tMNt8BK7EZxQpSJl',
762
+ spokenLanguages: [
763
+ {
764
+ language: 'es-ES',
765
+ primary: true,
766
+ },
767
+ ],
768
+ },
769
+ },
770
+ ],
771
+ };
772
+ //# sourceMappingURL=mocks.js.map