File tree Expand file tree Collapse file tree 2 files changed +68
-56
lines changed Expand file tree Collapse file tree 2 files changed +68
-56
lines changed Original file line number Diff line number Diff line change 1510
1510
"items" : {
1511
1511
"type" : " string" ,
1512
1512
"enum" : [
1513
- " banking" ,
1514
1513
" accounting" ,
1514
+ " ats" ,
1515
+ " banking" ,
1516
+ " calendar" ,
1517
+ " commerce" ,
1518
+ " communication" ,
1515
1519
" crm" ,
1516
- " sales-engagement" ,
1520
+ " database" ,
1521
+ " developer-tools" ,
1522
+ " email" ,
1517
1523
" engagement" ,
1518
- " commerce" ,
1519
- " expense-management" ,
1520
1524
" enrichment" ,
1521
- " database" ,
1522
- " flat-files-and-spreadsheets" ,
1525
+ " expense-management" ,
1523
1526
" file-storage" ,
1524
- " streaming" ,
1525
- " personal-finance" ,
1526
- " other" ,
1527
+ " flat-files-and-spreadsheets" ,
1527
1528
" hris" ,
1528
- " payroll" ,
1529
- " calendar" ,
1530
- " ats" ,
1531
- " email" ,
1532
1529
" messaging" ,
1533
- " communication" ,
1530
+ " other" ,
1531
+ " payroll" ,
1532
+ " personal-finance" ,
1533
+ " sales-enablement" ,
1534
+ " sales-engagement" ,
1535
+ " streaming" ,
1536
+ " ticketing" ,
1534
1537
" wiki"
1535
1538
]
1536
1539
}
8554
8557
"items" : {
8555
8558
"type" : " string" ,
8556
8559
"enum" : [
8557
- " banking" ,
8558
8560
" accounting" ,
8561
+ " ats" ,
8562
+ " banking" ,
8563
+ " calendar" ,
8564
+ " commerce" ,
8565
+ " communication" ,
8559
8566
" crm" ,
8560
- " sales-engagement" ,
8567
+ " database" ,
8568
+ " developer-tools" ,
8569
+ " email" ,
8561
8570
" engagement" ,
8562
- " commerce" ,
8563
- " expense-management" ,
8564
8571
" enrichment" ,
8565
- " database" ,
8566
- " flat-files-and-spreadsheets" ,
8572
+ " expense-management" ,
8567
8573
" file-storage" ,
8568
- " streaming" ,
8569
- " personal-finance" ,
8570
- " other" ,
8574
+ " flat-files-and-spreadsheets" ,
8571
8575
" hris" ,
8572
- " payroll" ,
8573
- " calendar" ,
8574
- " ats" ,
8575
- " email" ,
8576
8576
" messaging" ,
8577
- " communication" ,
8577
+ " other" ,
8578
+ " payroll" ,
8579
+ " personal-finance" ,
8580
+ " sales-enablement" ,
8581
+ " sales-engagement" ,
8582
+ " streaming" ,
8583
+ " ticketing" ,
8578
8584
" wiki"
8579
8585
]
8580
8586
}
Original file line number Diff line number Diff line change @@ -659,27 +659,30 @@ export interface components {
659
659
login_url ?: string | null
660
660
verticals ?:
661
661
| (
662
- | 'banking'
663
662
| 'accounting'
663
+ | 'ats'
664
+ | 'banking'
665
+ | 'calendar'
666
+ | 'commerce'
667
+ | 'communication'
664
668
| 'crm'
665
- | 'sales-engagement'
669
+ | 'database'
670
+ | 'developer-tools'
671
+ | 'email'
666
672
| 'engagement'
667
- | 'commerce'
668
- | 'expense-management'
669
673
| 'enrichment'
670
- | 'database'
671
- | 'flat-files-and-spreadsheets'
674
+ | 'expense-management'
672
675
| 'file-storage'
673
- | 'streaming'
674
- | 'personal-finance'
675
- | 'other'
676
+ | 'flat-files-and-spreadsheets'
676
677
| 'hris'
677
- | 'payroll'
678
- | 'calendar'
679
- | 'ats'
680
- | 'email'
681
678
| 'messaging'
682
- | 'communication'
679
+ | 'other'
680
+ | 'payroll'
681
+ | 'personal-finance'
682
+ | 'sales-enablement'
683
+ | 'sales-engagement'
684
+ | 'streaming'
685
+ | 'ticketing'
683
686
| 'wiki'
684
687
) [ ]
685
688
| null
@@ -2325,27 +2328,30 @@ export interface operations {
2325
2328
isSource : boolean
2326
2329
isDestination : boolean
2327
2330
verticals : (
2328
- | 'banking'
2329
2331
| 'accounting'
2332
+ | 'ats'
2333
+ | 'banking'
2334
+ | 'calendar'
2335
+ | 'commerce'
2336
+ | 'communication'
2330
2337
| 'crm'
2331
- | 'sales-engagement'
2338
+ | 'database'
2339
+ | 'developer-tools'
2340
+ | 'email'
2332
2341
| 'engagement'
2333
- | 'commerce'
2334
- | 'expense-management'
2335
2342
| 'enrichment'
2336
- | 'database'
2337
- | 'flat-files-and-spreadsheets'
2343
+ | 'expense-management'
2338
2344
| 'file-storage'
2339
- | 'streaming'
2340
- | 'personal-finance'
2341
- | 'other'
2345
+ | 'flat-files-and-spreadsheets'
2342
2346
| 'hris'
2343
- | 'payroll'
2344
- | 'calendar'
2345
- | 'ats'
2346
- | 'email'
2347
2347
| 'messaging'
2348
- | 'communication'
2348
+ | 'other'
2349
+ | 'payroll'
2350
+ | 'personal-finance'
2351
+ | 'sales-enablement'
2352
+ | 'sales-engagement'
2353
+ | 'streaming'
2354
+ | 'ticketing'
2349
2355
| 'wiki'
2350
2356
) [ ]
2351
2357
integrations : string [ ]
You can’t perform that action at this time.
0 commit comments