Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodri77 committed Feb 26, 2025
1 parent f115b1d commit 611b9f7
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 56 deletions.
62 changes: 34 additions & 28 deletions kits/sdk/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1510,27 +1510,30 @@
"items": {
"type": "string",
"enum": [
"banking",
"accounting",
"ats",
"banking",
"calendar",
"commerce",
"communication",
"crm",
"sales-engagement",
"database",
"developer-tools",
"email",
"engagement",
"commerce",
"expense-management",
"enrichment",
"database",
"flat-files-and-spreadsheets",
"expense-management",
"file-storage",
"streaming",
"personal-finance",
"other",
"flat-files-and-spreadsheets",
"hris",
"payroll",
"calendar",
"ats",
"email",
"messaging",
"communication",
"other",
"payroll",
"personal-finance",
"sales-enablement",
"sales-engagement",
"streaming",
"ticketing",
"wiki"
]
}
Expand Down Expand Up @@ -8554,27 +8557,30 @@
"items": {
"type": "string",
"enum": [
"banking",
"accounting",
"ats",
"banking",
"calendar",
"commerce",
"communication",
"crm",
"sales-engagement",
"database",
"developer-tools",
"email",
"engagement",
"commerce",
"expense-management",
"enrichment",
"database",
"flat-files-and-spreadsheets",
"expense-management",
"file-storage",
"streaming",
"personal-finance",
"other",
"flat-files-and-spreadsheets",
"hris",
"payroll",
"calendar",
"ats",
"email",
"messaging",
"communication",
"other",
"payroll",
"personal-finance",
"sales-enablement",
"sales-engagement",
"streaming",
"ticketing",
"wiki"
]
}
Expand Down
62 changes: 34 additions & 28 deletions kits/sdk/openapi.types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,27 +659,30 @@ export interface components {
login_url?: string | null
verticals?:
| (
| 'banking'
| 'accounting'
| 'ats'
| 'banking'
| 'calendar'
| 'commerce'
| 'communication'
| 'crm'
| 'sales-engagement'
| 'database'
| 'developer-tools'
| 'email'
| 'engagement'
| 'commerce'
| 'expense-management'
| 'enrichment'
| 'database'
| 'flat-files-and-spreadsheets'
| 'expense-management'
| 'file-storage'
| 'streaming'
| 'personal-finance'
| 'other'
| 'flat-files-and-spreadsheets'
| 'hris'
| 'payroll'
| 'calendar'
| 'ats'
| 'email'
| 'messaging'
| 'communication'
| 'other'
| 'payroll'
| 'personal-finance'
| 'sales-enablement'
| 'sales-engagement'
| 'streaming'
| 'ticketing'
| 'wiki'
)[]
| null
Expand Down Expand Up @@ -2325,27 +2328,30 @@ export interface operations {
isSource: boolean
isDestination: boolean
verticals: (
| 'banking'
| 'accounting'
| 'ats'
| 'banking'
| 'calendar'
| 'commerce'
| 'communication'
| 'crm'
| 'sales-engagement'
| 'database'
| 'developer-tools'
| 'email'
| 'engagement'
| 'commerce'
| 'expense-management'
| 'enrichment'
| 'database'
| 'flat-files-and-spreadsheets'
| 'expense-management'
| 'file-storage'
| 'streaming'
| 'personal-finance'
| 'other'
| 'flat-files-and-spreadsheets'
| 'hris'
| 'payroll'
| 'calendar'
| 'ats'
| 'email'
| 'messaging'
| 'communication'
| 'other'
| 'payroll'
| 'personal-finance'
| 'sales-enablement'
| 'sales-engagement'
| 'streaming'
| 'ticketing'
| 'wiki'
)[]
integrations: string[]
Expand Down

0 comments on commit 611b9f7

Please sign in to comment.