Skip to content

Commit 15c6a02

Browse files
committed
feat: Sync with Seam API via d35783d9b7726806461e43cc486c93f8573a2a37
1 parent f00c7b5 commit 15c6a02

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54573,9 +54573,6 @@ export default {
5457354573
},
5457454574
required: [
5457554575
'connector_id',
54576-
'connector_type',
54577-
'customer_id',
54578-
'customer_key',
5457954576
'connector_customer_id',
5458054577
'unique_provider_resource_key',
5458154578
],

src/lib/seam/connect/route-types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63114,11 +63114,11 @@ export type Routes = {
6311463114
/** ID of the connector to sync */
6311563115
connector_id: string
6311663116
/** Type of the connector to sync */
63117-
connector_type: string
63117+
connector_type?: string | undefined
6311863118
/** ID of the customer to sync */
63119-
customer_id: string
63119+
customer_id?: string | undefined
6312063120
/** Key of the customer to sync */
63121-
customer_key: string
63121+
customer_key?: string | undefined
6312263122
/** ID of the connector customer to sync */
6312363123
connector_customer_id: string | null
6312463124
/** Unique provider resource key of the connector to sync */

0 commit comments

Comments
 (0)