File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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 ],
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments