Skip to content

Commit 611b9f7

Browse files
committed
Update docs
1 parent f115b1d commit 611b9f7

File tree

2 files changed

+68
-56
lines changed

2 files changed

+68
-56
lines changed

kits/sdk/openapi.json

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,27 +1510,30 @@
15101510
"items": {
15111511
"type": "string",
15121512
"enum": [
1513-
"banking",
15141513
"accounting",
1514+
"ats",
1515+
"banking",
1516+
"calendar",
1517+
"commerce",
1518+
"communication",
15151519
"crm",
1516-
"sales-engagement",
1520+
"database",
1521+
"developer-tools",
1522+
"email",
15171523
"engagement",
1518-
"commerce",
1519-
"expense-management",
15201524
"enrichment",
1521-
"database",
1522-
"flat-files-and-spreadsheets",
1525+
"expense-management",
15231526
"file-storage",
1524-
"streaming",
1525-
"personal-finance",
1526-
"other",
1527+
"flat-files-and-spreadsheets",
15271528
"hris",
1528-
"payroll",
1529-
"calendar",
1530-
"ats",
1531-
"email",
15321529
"messaging",
1533-
"communication",
1530+
"other",
1531+
"payroll",
1532+
"personal-finance",
1533+
"sales-enablement",
1534+
"sales-engagement",
1535+
"streaming",
1536+
"ticketing",
15341537
"wiki"
15351538
]
15361539
}
@@ -8554,27 +8557,30 @@
85548557
"items": {
85558558
"type": "string",
85568559
"enum": [
8557-
"banking",
85588560
"accounting",
8561+
"ats",
8562+
"banking",
8563+
"calendar",
8564+
"commerce",
8565+
"communication",
85598566
"crm",
8560-
"sales-engagement",
8567+
"database",
8568+
"developer-tools",
8569+
"email",
85618570
"engagement",
8562-
"commerce",
8563-
"expense-management",
85648571
"enrichment",
8565-
"database",
8566-
"flat-files-and-spreadsheets",
8572+
"expense-management",
85678573
"file-storage",
8568-
"streaming",
8569-
"personal-finance",
8570-
"other",
8574+
"flat-files-and-spreadsheets",
85718575
"hris",
8572-
"payroll",
8573-
"calendar",
8574-
"ats",
8575-
"email",
85768576
"messaging",
8577-
"communication",
8577+
"other",
8578+
"payroll",
8579+
"personal-finance",
8580+
"sales-enablement",
8581+
"sales-engagement",
8582+
"streaming",
8583+
"ticketing",
85788584
"wiki"
85798585
]
85808586
}

kits/sdk/openapi.types.d.ts

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -659,27 +659,30 @@ export interface components {
659659
login_url?: string | null
660660
verticals?:
661661
| (
662-
| 'banking'
663662
| 'accounting'
663+
| 'ats'
664+
| 'banking'
665+
| 'calendar'
666+
| 'commerce'
667+
| 'communication'
664668
| 'crm'
665-
| 'sales-engagement'
669+
| 'database'
670+
| 'developer-tools'
671+
| 'email'
666672
| 'engagement'
667-
| 'commerce'
668-
| 'expense-management'
669673
| 'enrichment'
670-
| 'database'
671-
| 'flat-files-and-spreadsheets'
674+
| 'expense-management'
672675
| 'file-storage'
673-
| 'streaming'
674-
| 'personal-finance'
675-
| 'other'
676+
| 'flat-files-and-spreadsheets'
676677
| 'hris'
677-
| 'payroll'
678-
| 'calendar'
679-
| 'ats'
680-
| 'email'
681678
| 'messaging'
682-
| 'communication'
679+
| 'other'
680+
| 'payroll'
681+
| 'personal-finance'
682+
| 'sales-enablement'
683+
| 'sales-engagement'
684+
| 'streaming'
685+
| 'ticketing'
683686
| 'wiki'
684687
)[]
685688
| null
@@ -2325,27 +2328,30 @@ export interface operations {
23252328
isSource: boolean
23262329
isDestination: boolean
23272330
verticals: (
2328-
| 'banking'
23292331
| 'accounting'
2332+
| 'ats'
2333+
| 'banking'
2334+
| 'calendar'
2335+
| 'commerce'
2336+
| 'communication'
23302337
| 'crm'
2331-
| 'sales-engagement'
2338+
| 'database'
2339+
| 'developer-tools'
2340+
| 'email'
23322341
| 'engagement'
2333-
| 'commerce'
2334-
| 'expense-management'
23352342
| 'enrichment'
2336-
| 'database'
2337-
| 'flat-files-and-spreadsheets'
2343+
| 'expense-management'
23382344
| 'file-storage'
2339-
| 'streaming'
2340-
| 'personal-finance'
2341-
| 'other'
2345+
| 'flat-files-and-spreadsheets'
23422346
| 'hris'
2343-
| 'payroll'
2344-
| 'calendar'
2345-
| 'ats'
2346-
| 'email'
23472347
| 'messaging'
2348-
| 'communication'
2348+
| 'other'
2349+
| 'payroll'
2350+
| 'personal-finance'
2351+
| 'sales-enablement'
2352+
| 'sales-engagement'
2353+
| 'streaming'
2354+
| 'ticketing'
23492355
| 'wiki'
23502356
)[]
23512357
integrations: string[]

0 commit comments

Comments
 (0)