@replit/connectors 0.4.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +1748 -80
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +1748 -80
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +2511 -421
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -19,6 +19,7 @@ export interface Connector {
|
|
|
19
19
|
schemas?: Connector.Schemas;
|
|
20
20
|
scopes?: Array<Connector.Scope>;
|
|
21
21
|
stage?: 'alpha' | 'beta' | 'ga' | 'hidden';
|
|
22
|
+
webhook_registration_input?: unknown;
|
|
22
23
|
}
|
|
23
24
|
export declare namespace Connector {
|
|
24
25
|
interface Schemas {
|
|
@@ -29,6 +30,7 @@ export declare namespace Connector {
|
|
|
29
30
|
integration_data?: unknown;
|
|
30
31
|
pre_connect_input?: unknown;
|
|
31
32
|
webhook_events?: unknown;
|
|
33
|
+
webhook_registration_input?: unknown;
|
|
32
34
|
}
|
|
33
35
|
interface Scope {
|
|
34
36
|
scope: string;
|
|
@@ -38,7 +40,7 @@ export declare namespace Connector {
|
|
|
38
40
|
}
|
|
39
41
|
export interface Integration {
|
|
40
42
|
id: string;
|
|
41
|
-
connector_name: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
43
|
+
connector_name: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
42
44
|
created_at: string;
|
|
43
45
|
external: string | number | boolean | {
|
|
44
46
|
[key: string]: unknown;
|
|
@@ -79,7 +81,7 @@ export type ConnectorRpcResponse = {
|
|
|
79
81
|
/**
|
|
80
82
|
* The connection details
|
|
81
83
|
*/
|
|
82
|
-
export type CreateConnectionResponse = CreateConnectionResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorAgentmailDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorAsanaDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBigqueryDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBitbucketDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBoxDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorCalendlyDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorClickupDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorConfluenceDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorDatabricksDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorDiscordDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorDropboxDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorFigmaDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGitHubDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorHubspotDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorInstagramDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorJiraDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorLinearDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorMondayDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorNotionDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorOnedriveDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorOutlookDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSalesforceDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSharepointDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSpotifyDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorYoutubeDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorZendeskDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorZoomDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorApolloDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorPlaidDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorPostgresDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorResendDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSendgridDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorStripeDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorTwilioDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
84
|
+
export type CreateConnectionResponse = CreateConnectionResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorAgentmailDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorAsanaDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBigqueryDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBitbucketDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorBoxDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorCalendlyDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorClickupDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorConfluenceDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorDatabricksDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorDiscordDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorDropboxDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorFigmaDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGitHubSourceControlDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGitHubDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorHubspotDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorInstagramDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorJiraDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorLinearDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorMondayDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorNotionDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorOnedriveDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorOutlookDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSalesforceDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSharepointDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSpotifyDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorYoutubeDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorZendeskDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorZoomDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorApolloDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorPlaidDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorPostgresDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorResendDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSendgridDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorStripeDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorTwilioDiscriminatedConnectionSettings | CreateConnectionResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
83
85
|
export declare namespace CreateConnectionResponse {
|
|
84
86
|
interface ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
85
87
|
connector_name: 'acme-apikey';
|
|
@@ -105,6 +107,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
105
107
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
106
108
|
status_message?: string | null;
|
|
107
109
|
updated_at?: string;
|
|
110
|
+
webhook_config?: string | number | boolean | {
|
|
111
|
+
[key: string]: unknown;
|
|
112
|
+
} | Array<unknown> | null;
|
|
113
|
+
webhook_configured_at?: string | null;
|
|
114
|
+
webhook_identifier?: string | null;
|
|
108
115
|
}
|
|
109
116
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
110
117
|
interface Settings {
|
|
@@ -135,6 +142,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
135
142
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
136
143
|
status_message?: string | null;
|
|
137
144
|
updated_at?: string;
|
|
145
|
+
webhook_config?: string | number | boolean | {
|
|
146
|
+
[key: string]: unknown;
|
|
147
|
+
} | Array<unknown> | null;
|
|
148
|
+
webhook_configured_at?: string | null;
|
|
149
|
+
webhook_identifier?: string | null;
|
|
138
150
|
}
|
|
139
151
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionSettings {
|
|
140
152
|
interface Settings {
|
|
@@ -204,6 +216,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
204
216
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
205
217
|
status_message?: string | null;
|
|
206
218
|
updated_at?: string;
|
|
219
|
+
webhook_config?: string | number | boolean | {
|
|
220
|
+
[key: string]: unknown;
|
|
221
|
+
} | Array<unknown> | null;
|
|
222
|
+
webhook_configured_at?: string | null;
|
|
223
|
+
webhook_identifier?: string | null;
|
|
207
224
|
}
|
|
208
225
|
namespace ConnectorAgentmailDiscriminatedConnectionSettings {
|
|
209
226
|
interface Settings {
|
|
@@ -234,6 +251,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
234
251
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
235
252
|
status_message?: string | null;
|
|
236
253
|
updated_at?: string;
|
|
254
|
+
webhook_config?: string | number | boolean | {
|
|
255
|
+
[key: string]: unknown;
|
|
256
|
+
} | Array<unknown> | null;
|
|
257
|
+
webhook_configured_at?: string | null;
|
|
258
|
+
webhook_identifier?: string | null;
|
|
237
259
|
}
|
|
238
260
|
namespace ConnectorAsanaDiscriminatedConnectionSettings {
|
|
239
261
|
interface Settings {
|
|
@@ -303,10 +325,20 @@ export declare namespace CreateConnectionResponse {
|
|
|
303
325
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
304
326
|
status_message?: string | null;
|
|
305
327
|
updated_at?: string;
|
|
328
|
+
webhook_config?: string | number | boolean | {
|
|
329
|
+
[key: string]: unknown;
|
|
330
|
+
} | Array<unknown> | null;
|
|
331
|
+
webhook_configured_at?: string | null;
|
|
332
|
+
webhook_identifier?: string | null;
|
|
306
333
|
}
|
|
307
334
|
namespace ConnectorBigqueryDiscriminatedConnectionSettings {
|
|
308
335
|
interface Settings {
|
|
309
336
|
oauth: Settings.OAuth;
|
|
337
|
+
/**
|
|
338
|
+
* Your Google Cloud Project ID (e.g., my-project-123). This is required to make
|
|
339
|
+
* API calls to BigQuery.
|
|
340
|
+
*/
|
|
341
|
+
project_id: string;
|
|
310
342
|
/**
|
|
311
343
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
312
344
|
* for backward compatibility until we remove the oauth field
|
|
@@ -372,6 +404,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
372
404
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
373
405
|
status_message?: string | null;
|
|
374
406
|
updated_at?: string;
|
|
407
|
+
webhook_config?: string | number | boolean | {
|
|
408
|
+
[key: string]: unknown;
|
|
409
|
+
} | Array<unknown> | null;
|
|
410
|
+
webhook_configured_at?: string | null;
|
|
411
|
+
webhook_identifier?: string | null;
|
|
375
412
|
}
|
|
376
413
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionSettings {
|
|
377
414
|
interface Settings {
|
|
@@ -441,6 +478,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
441
478
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
442
479
|
status_message?: string | null;
|
|
443
480
|
updated_at?: string;
|
|
481
|
+
webhook_config?: string | number | boolean | {
|
|
482
|
+
[key: string]: unknown;
|
|
483
|
+
} | Array<unknown> | null;
|
|
484
|
+
webhook_configured_at?: string | null;
|
|
485
|
+
webhook_identifier?: string | null;
|
|
444
486
|
}
|
|
445
487
|
namespace ConnectorBitbucketDiscriminatedConnectionSettings {
|
|
446
488
|
interface Settings {
|
|
@@ -510,6 +552,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
510
552
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
511
553
|
status_message?: string | null;
|
|
512
554
|
updated_at?: string;
|
|
555
|
+
webhook_config?: string | number | boolean | {
|
|
556
|
+
[key: string]: unknown;
|
|
557
|
+
} | Array<unknown> | null;
|
|
558
|
+
webhook_configured_at?: string | null;
|
|
559
|
+
webhook_identifier?: string | null;
|
|
513
560
|
}
|
|
514
561
|
namespace ConnectorBoxDiscriminatedConnectionSettings {
|
|
515
562
|
interface Settings {
|
|
@@ -579,6 +626,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
579
626
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
580
627
|
status_message?: string | null;
|
|
581
628
|
updated_at?: string;
|
|
629
|
+
webhook_config?: string | number | boolean | {
|
|
630
|
+
[key: string]: unknown;
|
|
631
|
+
} | Array<unknown> | null;
|
|
632
|
+
webhook_configured_at?: string | null;
|
|
633
|
+
webhook_identifier?: string | null;
|
|
582
634
|
}
|
|
583
635
|
namespace ConnectorCalendlyDiscriminatedConnectionSettings {
|
|
584
636
|
interface Settings {
|
|
@@ -648,6 +700,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
648
700
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
649
701
|
status_message?: string | null;
|
|
650
702
|
updated_at?: string;
|
|
703
|
+
webhook_config?: string | number | boolean | {
|
|
704
|
+
[key: string]: unknown;
|
|
705
|
+
} | Array<unknown> | null;
|
|
706
|
+
webhook_configured_at?: string | null;
|
|
707
|
+
webhook_identifier?: string | null;
|
|
651
708
|
}
|
|
652
709
|
namespace ConnectorClickupDiscriminatedConnectionSettings {
|
|
653
710
|
interface Settings {
|
|
@@ -717,6 +774,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
717
774
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
718
775
|
status_message?: string | null;
|
|
719
776
|
updated_at?: string;
|
|
777
|
+
webhook_config?: string | number | boolean | {
|
|
778
|
+
[key: string]: unknown;
|
|
779
|
+
} | Array<unknown> | null;
|
|
780
|
+
webhook_configured_at?: string | null;
|
|
781
|
+
webhook_identifier?: string | null;
|
|
720
782
|
}
|
|
721
783
|
namespace ConnectorConfluenceDiscriminatedConnectionSettings {
|
|
722
784
|
interface Settings {
|
|
@@ -790,16 +852,26 @@ export declare namespace CreateConnectionResponse {
|
|
|
790
852
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
791
853
|
status_message?: string | null;
|
|
792
854
|
updated_at?: string;
|
|
855
|
+
webhook_config?: string | number | boolean | {
|
|
856
|
+
[key: string]: unknown;
|
|
857
|
+
} | Array<unknown> | null;
|
|
858
|
+
webhook_configured_at?: string | null;
|
|
859
|
+
webhook_identifier?: string | null;
|
|
793
860
|
}
|
|
794
861
|
namespace ConnectorDatabricksDiscriminatedConnectionSettings {
|
|
795
862
|
interface Settings {
|
|
796
863
|
/**
|
|
797
|
-
*
|
|
798
|
-
*
|
|
799
|
-
* .cloud.databricks.com
|
|
864
|
+
* The HTTP path for your SQL warehouse. To find this, go to your SQL warehouse in
|
|
865
|
+
* Databricks and click the "Connection details" button. Copy the HTTP path value.
|
|
800
866
|
*/
|
|
801
|
-
|
|
867
|
+
http_path: string;
|
|
802
868
|
oauth: Settings.OAuth;
|
|
869
|
+
/**
|
|
870
|
+
* The server hostname for your SQL warehouse. To find this, go to your SQL
|
|
871
|
+
* warehouse in Databricks and click the "Connection details" button. Copy the
|
|
872
|
+
* Server hostname value.
|
|
873
|
+
*/
|
|
874
|
+
server_hostname: string;
|
|
803
875
|
/**
|
|
804
876
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
805
877
|
* for backward compatibility until we remove the oauth field
|
|
@@ -865,6 +937,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
865
937
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
866
938
|
status_message?: string | null;
|
|
867
939
|
updated_at?: string;
|
|
940
|
+
webhook_config?: string | number | boolean | {
|
|
941
|
+
[key: string]: unknown;
|
|
942
|
+
} | Array<unknown> | null;
|
|
943
|
+
webhook_configured_at?: string | null;
|
|
944
|
+
webhook_identifier?: string | null;
|
|
868
945
|
}
|
|
869
946
|
namespace ConnectorDiscordDiscriminatedConnectionSettings {
|
|
870
947
|
interface Settings {
|
|
@@ -934,6 +1011,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
934
1011
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
935
1012
|
status_message?: string | null;
|
|
936
1013
|
updated_at?: string;
|
|
1014
|
+
webhook_config?: string | number | boolean | {
|
|
1015
|
+
[key: string]: unknown;
|
|
1016
|
+
} | Array<unknown> | null;
|
|
1017
|
+
webhook_configured_at?: string | null;
|
|
1018
|
+
webhook_identifier?: string | null;
|
|
937
1019
|
}
|
|
938
1020
|
namespace ConnectorDropboxDiscriminatedConnectionSettings {
|
|
939
1021
|
interface Settings {
|
|
@@ -1003,6 +1085,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1003
1085
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1004
1086
|
status_message?: string | null;
|
|
1005
1087
|
updated_at?: string;
|
|
1088
|
+
webhook_config?: string | number | boolean | {
|
|
1089
|
+
[key: string]: unknown;
|
|
1090
|
+
} | Array<unknown> | null;
|
|
1091
|
+
webhook_configured_at?: string | null;
|
|
1092
|
+
webhook_identifier?: string | null;
|
|
1006
1093
|
}
|
|
1007
1094
|
namespace ConnectorFigmaDiscriminatedConnectionSettings {
|
|
1008
1095
|
interface Settings {
|
|
@@ -1048,6 +1135,80 @@ export declare namespace CreateConnectionResponse {
|
|
|
1048
1135
|
}
|
|
1049
1136
|
}
|
|
1050
1137
|
}
|
|
1138
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
1139
|
+
connector_name: 'github-source-control';
|
|
1140
|
+
id?: string;
|
|
1141
|
+
connector?: TopLevelAPI.Connector;
|
|
1142
|
+
connector_config_id?: string | null;
|
|
1143
|
+
created_at?: string;
|
|
1144
|
+
customer_id?: string | null;
|
|
1145
|
+
disabled?: boolean | null;
|
|
1146
|
+
display_name?: string | null;
|
|
1147
|
+
environment?: 'production' | 'development';
|
|
1148
|
+
integration?: TopLevelAPI.Integration;
|
|
1149
|
+
integration_id?: string | null;
|
|
1150
|
+
/**
|
|
1151
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
1152
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
1153
|
+
* updates this object will be shallowly merged
|
|
1154
|
+
*/
|
|
1155
|
+
metadata?: {
|
|
1156
|
+
[key: string]: unknown;
|
|
1157
|
+
} | null;
|
|
1158
|
+
settings?: ConnectorGitHubSourceControlDiscriminatedConnectionSettings.Settings;
|
|
1159
|
+
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1160
|
+
status_message?: string | null;
|
|
1161
|
+
updated_at?: string;
|
|
1162
|
+
webhook_config?: string | number | boolean | {
|
|
1163
|
+
[key: string]: unknown;
|
|
1164
|
+
} | Array<unknown> | null;
|
|
1165
|
+
webhook_configured_at?: string | null;
|
|
1166
|
+
webhook_identifier?: string | null;
|
|
1167
|
+
}
|
|
1168
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
1169
|
+
interface Settings {
|
|
1170
|
+
oauth: Settings.OAuth;
|
|
1171
|
+
/**
|
|
1172
|
+
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
1173
|
+
* for backward compatibility until we remove the oauth field
|
|
1174
|
+
*/
|
|
1175
|
+
access_token?: string;
|
|
1176
|
+
}
|
|
1177
|
+
namespace Settings {
|
|
1178
|
+
interface OAuth {
|
|
1179
|
+
created_at?: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
1182
|
+
*/
|
|
1183
|
+
credentials?: OAuth.Credentials;
|
|
1184
|
+
last_fetched_at?: string;
|
|
1185
|
+
metadata?: {
|
|
1186
|
+
[key: string]: unknown;
|
|
1187
|
+
} | null;
|
|
1188
|
+
updated_at?: string;
|
|
1189
|
+
}
|
|
1190
|
+
namespace OAuth {
|
|
1191
|
+
/**
|
|
1192
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
1193
|
+
*/
|
|
1194
|
+
interface Credentials {
|
|
1195
|
+
access_token: string;
|
|
1196
|
+
/**
|
|
1197
|
+
* Client ID used for the connection
|
|
1198
|
+
*/
|
|
1199
|
+
client_id?: string;
|
|
1200
|
+
expires_at?: string;
|
|
1201
|
+
expires_in?: number;
|
|
1202
|
+
raw?: {
|
|
1203
|
+
[key: string]: unknown;
|
|
1204
|
+
};
|
|
1205
|
+
refresh_token?: string;
|
|
1206
|
+
scope?: string;
|
|
1207
|
+
token_type?: string;
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1051
1212
|
interface ConnectorGitHubDiscriminatedConnectionSettings {
|
|
1052
1213
|
connector_name: 'github';
|
|
1053
1214
|
id?: string;
|
|
@@ -1072,6 +1233,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1072
1233
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1073
1234
|
status_message?: string | null;
|
|
1074
1235
|
updated_at?: string;
|
|
1236
|
+
webhook_config?: string | number | boolean | {
|
|
1237
|
+
[key: string]: unknown;
|
|
1238
|
+
} | Array<unknown> | null;
|
|
1239
|
+
webhook_configured_at?: string | null;
|
|
1240
|
+
webhook_identifier?: string | null;
|
|
1075
1241
|
}
|
|
1076
1242
|
namespace ConnectorGitHubDiscriminatedConnectionSettings {
|
|
1077
1243
|
interface Settings {
|
|
@@ -1141,6 +1307,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1141
1307
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1142
1308
|
status_message?: string | null;
|
|
1143
1309
|
updated_at?: string;
|
|
1310
|
+
webhook_config?: string | number | boolean | {
|
|
1311
|
+
[key: string]: unknown;
|
|
1312
|
+
} | Array<unknown> | null;
|
|
1313
|
+
webhook_configured_at?: string | null;
|
|
1314
|
+
webhook_identifier?: string | null;
|
|
1144
1315
|
}
|
|
1145
1316
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionSettings {
|
|
1146
1317
|
interface Settings {
|
|
@@ -1210,6 +1381,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1210
1381
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1211
1382
|
status_message?: string | null;
|
|
1212
1383
|
updated_at?: string;
|
|
1384
|
+
webhook_config?: string | number | boolean | {
|
|
1385
|
+
[key: string]: unknown;
|
|
1386
|
+
} | Array<unknown> | null;
|
|
1387
|
+
webhook_configured_at?: string | null;
|
|
1388
|
+
webhook_identifier?: string | null;
|
|
1213
1389
|
}
|
|
1214
1390
|
namespace ConnectorGoogleDocsDiscriminatedConnectionSettings {
|
|
1215
1391
|
interface Settings {
|
|
@@ -1279,6 +1455,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1279
1455
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1280
1456
|
status_message?: string | null;
|
|
1281
1457
|
updated_at?: string;
|
|
1458
|
+
webhook_config?: string | number | boolean | {
|
|
1459
|
+
[key: string]: unknown;
|
|
1460
|
+
} | Array<unknown> | null;
|
|
1461
|
+
webhook_configured_at?: string | null;
|
|
1462
|
+
webhook_identifier?: string | null;
|
|
1282
1463
|
}
|
|
1283
1464
|
namespace ConnectorGoogleDriveDiscriminatedConnectionSettings {
|
|
1284
1465
|
interface Settings {
|
|
@@ -1348,6 +1529,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1348
1529
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1349
1530
|
status_message?: string | null;
|
|
1350
1531
|
updated_at?: string;
|
|
1532
|
+
webhook_config?: string | number | boolean | {
|
|
1533
|
+
[key: string]: unknown;
|
|
1534
|
+
} | Array<unknown> | null;
|
|
1535
|
+
webhook_configured_at?: string | null;
|
|
1536
|
+
webhook_identifier?: string | null;
|
|
1351
1537
|
}
|
|
1352
1538
|
namespace ConnectorGoogleMailDiscriminatedConnectionSettings {
|
|
1353
1539
|
interface Settings {
|
|
@@ -1417,6 +1603,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1417
1603
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1418
1604
|
status_message?: string | null;
|
|
1419
1605
|
updated_at?: string;
|
|
1606
|
+
webhook_config?: string | number | boolean | {
|
|
1607
|
+
[key: string]: unknown;
|
|
1608
|
+
} | Array<unknown> | null;
|
|
1609
|
+
webhook_configured_at?: string | null;
|
|
1610
|
+
webhook_identifier?: string | null;
|
|
1420
1611
|
}
|
|
1421
1612
|
namespace ConnectorGoogleSheetDiscriminatedConnectionSettings {
|
|
1422
1613
|
interface Settings {
|
|
@@ -1486,6 +1677,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1486
1677
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1487
1678
|
status_message?: string | null;
|
|
1488
1679
|
updated_at?: string;
|
|
1680
|
+
webhook_config?: string | number | boolean | {
|
|
1681
|
+
[key: string]: unknown;
|
|
1682
|
+
} | Array<unknown> | null;
|
|
1683
|
+
webhook_configured_at?: string | null;
|
|
1684
|
+
webhook_identifier?: string | null;
|
|
1489
1685
|
}
|
|
1490
1686
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionSettings {
|
|
1491
1687
|
interface Settings {
|
|
@@ -1555,6 +1751,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1555
1751
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1556
1752
|
status_message?: string | null;
|
|
1557
1753
|
updated_at?: string;
|
|
1754
|
+
webhook_config?: string | number | boolean | {
|
|
1755
|
+
[key: string]: unknown;
|
|
1756
|
+
} | Array<unknown> | null;
|
|
1757
|
+
webhook_configured_at?: string | null;
|
|
1758
|
+
webhook_identifier?: string | null;
|
|
1558
1759
|
}
|
|
1559
1760
|
namespace ConnectorHubspotDiscriminatedConnectionSettings {
|
|
1560
1761
|
interface Settings {
|
|
@@ -1624,6 +1825,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1624
1825
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1625
1826
|
status_message?: string | null;
|
|
1626
1827
|
updated_at?: string;
|
|
1828
|
+
webhook_config?: string | number | boolean | {
|
|
1829
|
+
[key: string]: unknown;
|
|
1830
|
+
} | Array<unknown> | null;
|
|
1831
|
+
webhook_configured_at?: string | null;
|
|
1832
|
+
webhook_identifier?: string | null;
|
|
1627
1833
|
}
|
|
1628
1834
|
namespace ConnectorInstagramDiscriminatedConnectionSettings {
|
|
1629
1835
|
interface Settings {
|
|
@@ -1693,6 +1899,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1693
1899
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1694
1900
|
status_message?: string | null;
|
|
1695
1901
|
updated_at?: string;
|
|
1902
|
+
webhook_config?: string | number | boolean | {
|
|
1903
|
+
[key: string]: unknown;
|
|
1904
|
+
} | Array<unknown> | null;
|
|
1905
|
+
webhook_configured_at?: string | null;
|
|
1906
|
+
webhook_identifier?: string | null;
|
|
1696
1907
|
}
|
|
1697
1908
|
namespace ConnectorJiraDiscriminatedConnectionSettings {
|
|
1698
1909
|
interface Settings {
|
|
@@ -1766,6 +1977,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1766
1977
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1767
1978
|
status_message?: string | null;
|
|
1768
1979
|
updated_at?: string;
|
|
1980
|
+
webhook_config?: string | number | boolean | {
|
|
1981
|
+
[key: string]: unknown;
|
|
1982
|
+
} | Array<unknown> | null;
|
|
1983
|
+
webhook_configured_at?: string | null;
|
|
1984
|
+
webhook_identifier?: string | null;
|
|
1769
1985
|
}
|
|
1770
1986
|
namespace ConnectorLinearDiscriminatedConnectionSettings {
|
|
1771
1987
|
interface Settings {
|
|
@@ -1835,6 +2051,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1835
2051
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1836
2052
|
status_message?: string | null;
|
|
1837
2053
|
updated_at?: string;
|
|
2054
|
+
webhook_config?: string | number | boolean | {
|
|
2055
|
+
[key: string]: unknown;
|
|
2056
|
+
} | Array<unknown> | null;
|
|
2057
|
+
webhook_configured_at?: string | null;
|
|
2058
|
+
webhook_identifier?: string | null;
|
|
1838
2059
|
}
|
|
1839
2060
|
namespace ConnectorMondayDiscriminatedConnectionSettings {
|
|
1840
2061
|
interface Settings {
|
|
@@ -1904,6 +2125,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1904
2125
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1905
2126
|
status_message?: string | null;
|
|
1906
2127
|
updated_at?: string;
|
|
2128
|
+
webhook_config?: string | number | boolean | {
|
|
2129
|
+
[key: string]: unknown;
|
|
2130
|
+
} | Array<unknown> | null;
|
|
2131
|
+
webhook_configured_at?: string | null;
|
|
2132
|
+
webhook_identifier?: string | null;
|
|
1907
2133
|
}
|
|
1908
2134
|
namespace ConnectorNotionDiscriminatedConnectionSettings {
|
|
1909
2135
|
interface Settings {
|
|
@@ -1973,6 +2199,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
1973
2199
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
1974
2200
|
status_message?: string | null;
|
|
1975
2201
|
updated_at?: string;
|
|
2202
|
+
webhook_config?: string | number | boolean | {
|
|
2203
|
+
[key: string]: unknown;
|
|
2204
|
+
} | Array<unknown> | null;
|
|
2205
|
+
webhook_configured_at?: string | null;
|
|
2206
|
+
webhook_identifier?: string | null;
|
|
1976
2207
|
}
|
|
1977
2208
|
namespace ConnectorOnedriveDiscriminatedConnectionSettings {
|
|
1978
2209
|
interface Settings {
|
|
@@ -2042,6 +2273,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2042
2273
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2043
2274
|
status_message?: string | null;
|
|
2044
2275
|
updated_at?: string;
|
|
2276
|
+
webhook_config?: string | number | boolean | {
|
|
2277
|
+
[key: string]: unknown;
|
|
2278
|
+
} | Array<unknown> | null;
|
|
2279
|
+
webhook_configured_at?: string | null;
|
|
2280
|
+
webhook_identifier?: string | null;
|
|
2045
2281
|
}
|
|
2046
2282
|
namespace ConnectorOutlookDiscriminatedConnectionSettings {
|
|
2047
2283
|
interface Settings {
|
|
@@ -2111,6 +2347,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2111
2347
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2112
2348
|
status_message?: string | null;
|
|
2113
2349
|
updated_at?: string;
|
|
2350
|
+
webhook_config?: string | number | boolean | {
|
|
2351
|
+
[key: string]: unknown;
|
|
2352
|
+
} | Array<unknown> | null;
|
|
2353
|
+
webhook_configured_at?: string | null;
|
|
2354
|
+
webhook_identifier?: string | null;
|
|
2114
2355
|
}
|
|
2115
2356
|
namespace ConnectorSalesforceDiscriminatedConnectionSettings {
|
|
2116
2357
|
interface Settings {
|
|
@@ -2184,6 +2425,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2184
2425
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2185
2426
|
status_message?: string | null;
|
|
2186
2427
|
updated_at?: string;
|
|
2428
|
+
webhook_config?: string | number | boolean | {
|
|
2429
|
+
[key: string]: unknown;
|
|
2430
|
+
} | Array<unknown> | null;
|
|
2431
|
+
webhook_configured_at?: string | null;
|
|
2432
|
+
webhook_identifier?: string | null;
|
|
2187
2433
|
}
|
|
2188
2434
|
namespace ConnectorSharepointDiscriminatedConnectionSettings {
|
|
2189
2435
|
interface Settings {
|
|
@@ -2253,6 +2499,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2253
2499
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2254
2500
|
status_message?: string | null;
|
|
2255
2501
|
updated_at?: string;
|
|
2502
|
+
webhook_config?: string | number | boolean | {
|
|
2503
|
+
[key: string]: unknown;
|
|
2504
|
+
} | Array<unknown> | null;
|
|
2505
|
+
webhook_configured_at?: string | null;
|
|
2506
|
+
webhook_identifier?: string | null;
|
|
2256
2507
|
}
|
|
2257
2508
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionSettings {
|
|
2258
2509
|
interface Settings {
|
|
@@ -2322,6 +2573,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2322
2573
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2323
2574
|
status_message?: string | null;
|
|
2324
2575
|
updated_at?: string;
|
|
2576
|
+
webhook_config?: string | number | boolean | {
|
|
2577
|
+
[key: string]: unknown;
|
|
2578
|
+
} | Array<unknown> | null;
|
|
2579
|
+
webhook_configured_at?: string | null;
|
|
2580
|
+
webhook_identifier?: string | null;
|
|
2325
2581
|
}
|
|
2326
2582
|
namespace ConnectorSlackDiscriminatedConnectionSettings {
|
|
2327
2583
|
interface Settings {
|
|
@@ -2391,6 +2647,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2391
2647
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2392
2648
|
status_message?: string | null;
|
|
2393
2649
|
updated_at?: string;
|
|
2650
|
+
webhook_config?: string | number | boolean | {
|
|
2651
|
+
[key: string]: unknown;
|
|
2652
|
+
} | Array<unknown> | null;
|
|
2653
|
+
webhook_configured_at?: string | null;
|
|
2654
|
+
webhook_identifier?: string | null;
|
|
2394
2655
|
}
|
|
2395
2656
|
namespace ConnectorSnowflakeDiscriminatedConnectionSettings {
|
|
2396
2657
|
interface Settings {
|
|
@@ -2465,6 +2726,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2465
2726
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2466
2727
|
status_message?: string | null;
|
|
2467
2728
|
updated_at?: string;
|
|
2729
|
+
webhook_config?: string | number | boolean | {
|
|
2730
|
+
[key: string]: unknown;
|
|
2731
|
+
} | Array<unknown> | null;
|
|
2732
|
+
webhook_configured_at?: string | null;
|
|
2733
|
+
webhook_identifier?: string | null;
|
|
2468
2734
|
}
|
|
2469
2735
|
namespace ConnectorSpotifyDiscriminatedConnectionSettings {
|
|
2470
2736
|
interface Settings {
|
|
@@ -2534,6 +2800,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2534
2800
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2535
2801
|
status_message?: string | null;
|
|
2536
2802
|
updated_at?: string;
|
|
2803
|
+
webhook_config?: string | number | boolean | {
|
|
2804
|
+
[key: string]: unknown;
|
|
2805
|
+
} | Array<unknown> | null;
|
|
2806
|
+
webhook_configured_at?: string | null;
|
|
2807
|
+
webhook_identifier?: string | null;
|
|
2537
2808
|
}
|
|
2538
2809
|
namespace ConnectorYoutubeDiscriminatedConnectionSettings {
|
|
2539
2810
|
interface Settings {
|
|
@@ -2603,6 +2874,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2603
2874
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2604
2875
|
status_message?: string | null;
|
|
2605
2876
|
updated_at?: string;
|
|
2877
|
+
webhook_config?: string | number | boolean | {
|
|
2878
|
+
[key: string]: unknown;
|
|
2879
|
+
} | Array<unknown> | null;
|
|
2880
|
+
webhook_configured_at?: string | null;
|
|
2881
|
+
webhook_identifier?: string | null;
|
|
2606
2882
|
}
|
|
2607
2883
|
namespace ConnectorZendeskDiscriminatedConnectionSettings {
|
|
2608
2884
|
interface Settings {
|
|
@@ -2676,6 +2952,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2676
2952
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2677
2953
|
status_message?: string | null;
|
|
2678
2954
|
updated_at?: string;
|
|
2955
|
+
webhook_config?: string | number | boolean | {
|
|
2956
|
+
[key: string]: unknown;
|
|
2957
|
+
} | Array<unknown> | null;
|
|
2958
|
+
webhook_configured_at?: string | null;
|
|
2959
|
+
webhook_identifier?: string | null;
|
|
2679
2960
|
}
|
|
2680
2961
|
namespace ConnectorZoomDiscriminatedConnectionSettings {
|
|
2681
2962
|
interface Settings {
|
|
@@ -2745,6 +3026,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2745
3026
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2746
3027
|
status_message?: string | null;
|
|
2747
3028
|
updated_at?: string;
|
|
3029
|
+
webhook_config?: string | number | boolean | {
|
|
3030
|
+
[key: string]: unknown;
|
|
3031
|
+
} | Array<unknown> | null;
|
|
3032
|
+
webhook_configured_at?: string | null;
|
|
3033
|
+
webhook_identifier?: string | null;
|
|
2748
3034
|
}
|
|
2749
3035
|
namespace ConnectorApolloDiscriminatedConnectionSettings {
|
|
2750
3036
|
interface Settings {
|
|
@@ -2775,6 +3061,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2775
3061
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2776
3062
|
status_message?: string | null;
|
|
2777
3063
|
updated_at?: string;
|
|
3064
|
+
webhook_config?: string | number | boolean | {
|
|
3065
|
+
[key: string]: unknown;
|
|
3066
|
+
} | Array<unknown> | null;
|
|
3067
|
+
webhook_configured_at?: string | null;
|
|
3068
|
+
webhook_identifier?: string | null;
|
|
2778
3069
|
}
|
|
2779
3070
|
namespace ConnectorPlaidDiscriminatedConnectionSettings {
|
|
2780
3071
|
interface Settings {
|
|
@@ -2810,6 +3101,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2810
3101
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2811
3102
|
status_message?: string | null;
|
|
2812
3103
|
updated_at?: string;
|
|
3104
|
+
webhook_config?: string | number | boolean | {
|
|
3105
|
+
[key: string]: unknown;
|
|
3106
|
+
} | Array<unknown> | null;
|
|
3107
|
+
webhook_configured_at?: string | null;
|
|
3108
|
+
webhook_identifier?: string | null;
|
|
2813
3109
|
}
|
|
2814
3110
|
namespace ConnectorPostgresDiscriminatedConnectionSettings {
|
|
2815
3111
|
interface Settings {
|
|
@@ -2840,6 +3136,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2840
3136
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2841
3137
|
status_message?: string | null;
|
|
2842
3138
|
updated_at?: string;
|
|
3139
|
+
webhook_config?: string | number | boolean | {
|
|
3140
|
+
[key: string]: unknown;
|
|
3141
|
+
} | Array<unknown> | null;
|
|
3142
|
+
webhook_configured_at?: string | null;
|
|
3143
|
+
webhook_identifier?: string | null;
|
|
2843
3144
|
}
|
|
2844
3145
|
namespace ConnectorResendDiscriminatedConnectionSettings {
|
|
2845
3146
|
interface Settings {
|
|
@@ -2874,6 +3175,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2874
3175
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2875
3176
|
status_message?: string | null;
|
|
2876
3177
|
updated_at?: string;
|
|
3178
|
+
webhook_config?: string | number | boolean | {
|
|
3179
|
+
[key: string]: unknown;
|
|
3180
|
+
} | Array<unknown> | null;
|
|
3181
|
+
webhook_configured_at?: string | null;
|
|
3182
|
+
webhook_identifier?: string | null;
|
|
2877
3183
|
}
|
|
2878
3184
|
namespace ConnectorSendgridDiscriminatedConnectionSettings {
|
|
2879
3185
|
interface Settings {
|
|
@@ -2908,6 +3214,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2908
3214
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2909
3215
|
status_message?: string | null;
|
|
2910
3216
|
updated_at?: string;
|
|
3217
|
+
webhook_config?: string | number | boolean | {
|
|
3218
|
+
[key: string]: unknown;
|
|
3219
|
+
} | Array<unknown> | null;
|
|
3220
|
+
webhook_configured_at?: string | null;
|
|
3221
|
+
webhook_identifier?: string | null;
|
|
2911
3222
|
}
|
|
2912
3223
|
namespace ConnectorSlackAgentDiscriminatedConnectionSettings {
|
|
2913
3224
|
interface Settings {
|
|
@@ -2941,6 +3252,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
2941
3252
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
2942
3253
|
status_message?: string | null;
|
|
2943
3254
|
updated_at?: string;
|
|
3255
|
+
webhook_config?: string | number | boolean | {
|
|
3256
|
+
[key: string]: unknown;
|
|
3257
|
+
} | Array<unknown> | null;
|
|
3258
|
+
webhook_configured_at?: string | null;
|
|
3259
|
+
webhook_identifier?: string | null;
|
|
2944
3260
|
}
|
|
2945
3261
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionSettings {
|
|
2946
3262
|
interface Settings {
|
|
@@ -3085,6 +3401,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
3085
3401
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
3086
3402
|
status_message?: string | null;
|
|
3087
3403
|
updated_at?: string;
|
|
3404
|
+
webhook_config?: string | number | boolean | {
|
|
3405
|
+
[key: string]: unknown;
|
|
3406
|
+
} | Array<unknown> | null;
|
|
3407
|
+
webhook_configured_at?: string | null;
|
|
3408
|
+
webhook_identifier?: string | null;
|
|
3088
3409
|
}
|
|
3089
3410
|
namespace ConnectorStripeDiscriminatedConnectionSettings {
|
|
3090
3411
|
interface Settings {
|
|
@@ -3154,6 +3475,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
3154
3475
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
3155
3476
|
status_message?: string | null;
|
|
3156
3477
|
updated_at?: string;
|
|
3478
|
+
webhook_config?: string | number | boolean | {
|
|
3479
|
+
[key: string]: unknown;
|
|
3480
|
+
} | Array<unknown> | null;
|
|
3481
|
+
webhook_configured_at?: string | null;
|
|
3482
|
+
webhook_identifier?: string | null;
|
|
3157
3483
|
}
|
|
3158
3484
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionSettings {
|
|
3159
3485
|
interface Settings {
|
|
@@ -3223,6 +3549,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
3223
3549
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
3224
3550
|
status_message?: string | null;
|
|
3225
3551
|
updated_at?: string;
|
|
3552
|
+
webhook_config?: string | number | boolean | {
|
|
3553
|
+
[key: string]: unknown;
|
|
3554
|
+
} | Array<unknown> | null;
|
|
3555
|
+
webhook_configured_at?: string | null;
|
|
3556
|
+
webhook_identifier?: string | null;
|
|
3226
3557
|
}
|
|
3227
3558
|
namespace ConnectorTwilioDiscriminatedConnectionSettings {
|
|
3228
3559
|
interface Settings {
|
|
@@ -3259,6 +3590,11 @@ export declare namespace CreateConnectionResponse {
|
|
|
3259
3590
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
3260
3591
|
status_message?: string | null;
|
|
3261
3592
|
updated_at?: string;
|
|
3593
|
+
webhook_config?: string | number | boolean | {
|
|
3594
|
+
[key: string]: unknown;
|
|
3595
|
+
} | Array<unknown> | null;
|
|
3596
|
+
webhook_configured_at?: string | null;
|
|
3597
|
+
webhook_identifier?: string | null;
|
|
3262
3598
|
}
|
|
3263
3599
|
namespace ConnectorWorkatoDiscriminatedConnectionSettings {
|
|
3264
3600
|
interface Settings {
|
|
@@ -3268,7 +3604,7 @@ export declare namespace CreateConnectionResponse {
|
|
|
3268
3604
|
}
|
|
3269
3605
|
}
|
|
3270
3606
|
}
|
|
3271
|
-
export type CreateConnnectorConfigResponse = CreateConnnectorConfigResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorAgentmailDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorAsanaDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBigqueryDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBitbucketDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBoxDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorCalendlyDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorClickupDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorConfluenceDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorDatabricksDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorDiscordDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorDropboxDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorFigmaDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGitHubDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorHubspotDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorInstagramDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorJiraDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorLinearDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorMondayDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorNotionDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorOnedriveDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorOutlookDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSalesforceDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSharepointDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSpotifyDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorYoutubeDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorZendeskDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorZoomDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorApolloDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorPlaidDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorPostgresDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorResendDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSendgridDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorStripeDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorTwilioDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
3607
|
+
export type CreateConnnectorConfigResponse = CreateConnnectorConfigResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorAgentmailDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorAsanaDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBigqueryDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBitbucketDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorBoxDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorCalendlyDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorClickupDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorConfluenceDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorDatabricksDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorDiscordDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorDropboxDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorFigmaDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGitHubSourceControlDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGitHubDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorHubspotDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorInstagramDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorJiraDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorLinearDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorMondayDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorNotionDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorOnedriveDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorOutlookDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSalesforceDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSharepointDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSpotifyDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorYoutubeDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorZendeskDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorZoomDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorApolloDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorPlaidDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorPostgresDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorResendDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSendgridDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorStripeDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorTwilioDiscriminatedConnectorConfig | CreateConnnectorConfigResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
3272
3608
|
export declare namespace CreateConnnectorConfigResponse {
|
|
3273
3609
|
interface ConnectorAcmeApikeyDiscriminatedConnectorConfig {
|
|
3274
3610
|
/**
|
|
@@ -3832,6 +4168,46 @@ export declare namespace CreateConnnectorConfigResponse {
|
|
|
3832
4168
|
}
|
|
3833
4169
|
}
|
|
3834
4170
|
}
|
|
4171
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
4172
|
+
config: ConnectorGitHubSourceControlDiscriminatedConnectorConfig.Config;
|
|
4173
|
+
connector_name: 'github-source-control';
|
|
4174
|
+
id?: string;
|
|
4175
|
+
created_at?: string;
|
|
4176
|
+
disabled?: boolean | null;
|
|
4177
|
+
display_name?: string | null;
|
|
4178
|
+
/**
|
|
4179
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
4180
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
4181
|
+
* updates this object will be shallowly merged
|
|
4182
|
+
*/
|
|
4183
|
+
metadata?: {
|
|
4184
|
+
[key: string]: unknown;
|
|
4185
|
+
} | null;
|
|
4186
|
+
org_id?: string;
|
|
4187
|
+
updated_at?: string;
|
|
4188
|
+
}
|
|
4189
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
4190
|
+
interface Config {
|
|
4191
|
+
/**
|
|
4192
|
+
* Base oauth configuration for the connector
|
|
4193
|
+
*/
|
|
4194
|
+
oauth?: Config.OAuth | null;
|
|
4195
|
+
}
|
|
4196
|
+
namespace Config {
|
|
4197
|
+
/**
|
|
4198
|
+
* Base oauth configuration for the connector
|
|
4199
|
+
*/
|
|
4200
|
+
interface OAuth {
|
|
4201
|
+
client_id?: string | null;
|
|
4202
|
+
client_secret?: string | null;
|
|
4203
|
+
/**
|
|
4204
|
+
* Custom redirect URI
|
|
4205
|
+
*/
|
|
4206
|
+
redirect_uri?: string | null;
|
|
4207
|
+
scopes?: Array<string> | null;
|
|
4208
|
+
}
|
|
4209
|
+
}
|
|
4210
|
+
}
|
|
3835
4211
|
interface ConnectorGitHubDiscriminatedConnectorConfig {
|
|
3836
4212
|
config: ConnectorGitHubDiscriminatedConnectorConfig.Config;
|
|
3837
4213
|
connector_name: 'github';
|
|
@@ -5124,7 +5500,7 @@ export interface DeleteConnectorConfigResponse {
|
|
|
5124
5500
|
*/
|
|
5125
5501
|
id: string;
|
|
5126
5502
|
}
|
|
5127
|
-
export type GetConectorConfigResponse = GetConectorConfigResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorAgentmailDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorAsanaDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBigqueryDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBitbucketDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBoxDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorCalendlyDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorClickupDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorConfluenceDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorDatabricksDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorDiscordDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorDropboxDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorFigmaDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGitHubDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorHubspotDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorInstagramDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorJiraDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorLinearDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorMondayDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorNotionDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorOnedriveDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorOutlookDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSalesforceDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSharepointDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSpotifyDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorYoutubeDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorZendeskDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorZoomDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorApolloDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorPlaidDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorPostgresDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorResendDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSendgridDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorStripeDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorTwilioDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
5503
|
+
export type GetConectorConfigResponse = GetConectorConfigResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorAgentmailDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorAsanaDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBigqueryDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBitbucketDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorBoxDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorCalendlyDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorClickupDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorConfluenceDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorDatabricksDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorDiscordDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorDropboxDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorFigmaDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGitHubSourceControlDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGitHubDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorHubspotDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorInstagramDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorJiraDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorLinearDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorMondayDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorNotionDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorOnedriveDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorOutlookDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSalesforceDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSharepointDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSpotifyDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorYoutubeDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorZendeskDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorZoomDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorApolloDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorPlaidDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorPostgresDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorResendDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSendgridDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorStripeDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorTwilioDiscriminatedConnectorConfig | GetConectorConfigResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
5128
5504
|
export declare namespace GetConectorConfigResponse {
|
|
5129
5505
|
interface ConnectorAcmeApikeyDiscriminatedConnectorConfig {
|
|
5130
5506
|
/**
|
|
@@ -5763,6 +6139,51 @@ export declare namespace GetConectorConfigResponse {
|
|
|
5763
6139
|
}
|
|
5764
6140
|
}
|
|
5765
6141
|
}
|
|
6142
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
6143
|
+
config: ConnectorGitHubSourceControlDiscriminatedConnectorConfig.Config;
|
|
6144
|
+
connector_name: 'github-source-control';
|
|
6145
|
+
id?: string;
|
|
6146
|
+
connection_count?: number;
|
|
6147
|
+
connector?: TopLevelAPI.Connector;
|
|
6148
|
+
created_at?: string;
|
|
6149
|
+
disabled?: boolean | null;
|
|
6150
|
+
display_name?: string | null;
|
|
6151
|
+
integrations?: {
|
|
6152
|
+
[key: string]: TopLevelAPI.Integration;
|
|
6153
|
+
};
|
|
6154
|
+
/**
|
|
6155
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
6156
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
6157
|
+
* updates this object will be shallowly merged
|
|
6158
|
+
*/
|
|
6159
|
+
metadata?: {
|
|
6160
|
+
[key: string]: unknown;
|
|
6161
|
+
} | null;
|
|
6162
|
+
org_id?: string;
|
|
6163
|
+
updated_at?: string;
|
|
6164
|
+
}
|
|
6165
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
6166
|
+
interface Config {
|
|
6167
|
+
/**
|
|
6168
|
+
* Base oauth configuration for the connector
|
|
6169
|
+
*/
|
|
6170
|
+
oauth?: Config.OAuth | null;
|
|
6171
|
+
}
|
|
6172
|
+
namespace Config {
|
|
6173
|
+
/**
|
|
6174
|
+
* Base oauth configuration for the connector
|
|
6175
|
+
*/
|
|
6176
|
+
interface OAuth {
|
|
6177
|
+
client_id?: string | null;
|
|
6178
|
+
client_secret?: string | null;
|
|
6179
|
+
/**
|
|
6180
|
+
* Custom redirect URI
|
|
6181
|
+
*/
|
|
6182
|
+
redirect_uri?: string | null;
|
|
6183
|
+
scopes?: Array<string> | null;
|
|
6184
|
+
}
|
|
6185
|
+
}
|
|
6186
|
+
}
|
|
5766
6187
|
interface ConnectorGitHubDiscriminatedConnectorConfig {
|
|
5767
6188
|
config: ConnectorGitHubDiscriminatedConnectorConfig.Config;
|
|
5768
6189
|
connector_name: 'github';
|
|
@@ -7195,7 +7616,7 @@ export declare namespace GetConectorConfigResponse {
|
|
|
7195
7616
|
/**
|
|
7196
7617
|
* The connection details
|
|
7197
7618
|
*/
|
|
7198
|
-
export type GetConnectionResponse = GetConnectionResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | GetConnectionResponse.ConnectorAgentmailDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorAsanaDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBigqueryDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBitbucketDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBoxDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorCalendlyDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorClickupDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorConfluenceDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorDatabricksDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorDiscordDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorDropboxDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorFigmaDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGitHubDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorHubspotDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorInstagramDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorJiraDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorLinearDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorMondayDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorNotionDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorOnedriveDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorOutlookDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSalesforceDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSharepointDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSpotifyDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorYoutubeDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorZendeskDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorZoomDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorApolloDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorPlaidDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorPostgresDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorResendDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSendgridDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorStripeDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorTwilioDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
7619
|
+
export type GetConnectionResponse = GetConnectionResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | GetConnectionResponse.ConnectorAgentmailDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorAsanaDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBigqueryDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBitbucketDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorBoxDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorCalendlyDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorClickupDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorConfluenceDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorDatabricksDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorDiscordDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorDropboxDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorFigmaDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGitHubSourceControlDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGitHubDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorHubspotDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorInstagramDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorJiraDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorLinearDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorMondayDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorNotionDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorOnedriveDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorOutlookDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSalesforceDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSharepointDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSpotifyDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorYoutubeDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorZendeskDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorZoomDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorApolloDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorPlaidDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorPostgresDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorResendDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSendgridDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorStripeDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorTwilioDiscriminatedConnectionSettings | GetConnectionResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
7199
7620
|
export declare namespace GetConnectionResponse {
|
|
7200
7621
|
interface ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
7201
7622
|
connector_name: 'acme-apikey';
|
|
@@ -7221,6 +7642,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7221
7642
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7222
7643
|
status_message?: string | null;
|
|
7223
7644
|
updated_at?: string;
|
|
7645
|
+
webhook_config?: string | number | boolean | {
|
|
7646
|
+
[key: string]: unknown;
|
|
7647
|
+
} | Array<unknown> | null;
|
|
7648
|
+
webhook_configured_at?: string | null;
|
|
7649
|
+
webhook_identifier?: string | null;
|
|
7224
7650
|
}
|
|
7225
7651
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
7226
7652
|
interface Settings {
|
|
@@ -7251,6 +7677,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7251
7677
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7252
7678
|
status_message?: string | null;
|
|
7253
7679
|
updated_at?: string;
|
|
7680
|
+
webhook_config?: string | number | boolean | {
|
|
7681
|
+
[key: string]: unknown;
|
|
7682
|
+
} | Array<unknown> | null;
|
|
7683
|
+
webhook_configured_at?: string | null;
|
|
7684
|
+
webhook_identifier?: string | null;
|
|
7254
7685
|
}
|
|
7255
7686
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionSettings {
|
|
7256
7687
|
interface Settings {
|
|
@@ -7320,6 +7751,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7320
7751
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7321
7752
|
status_message?: string | null;
|
|
7322
7753
|
updated_at?: string;
|
|
7754
|
+
webhook_config?: string | number | boolean | {
|
|
7755
|
+
[key: string]: unknown;
|
|
7756
|
+
} | Array<unknown> | null;
|
|
7757
|
+
webhook_configured_at?: string | null;
|
|
7758
|
+
webhook_identifier?: string | null;
|
|
7323
7759
|
}
|
|
7324
7760
|
namespace ConnectorAgentmailDiscriminatedConnectionSettings {
|
|
7325
7761
|
interface Settings {
|
|
@@ -7350,6 +7786,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7350
7786
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7351
7787
|
status_message?: string | null;
|
|
7352
7788
|
updated_at?: string;
|
|
7789
|
+
webhook_config?: string | number | boolean | {
|
|
7790
|
+
[key: string]: unknown;
|
|
7791
|
+
} | Array<unknown> | null;
|
|
7792
|
+
webhook_configured_at?: string | null;
|
|
7793
|
+
webhook_identifier?: string | null;
|
|
7353
7794
|
}
|
|
7354
7795
|
namespace ConnectorAsanaDiscriminatedConnectionSettings {
|
|
7355
7796
|
interface Settings {
|
|
@@ -7419,10 +7860,20 @@ export declare namespace GetConnectionResponse {
|
|
|
7419
7860
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7420
7861
|
status_message?: string | null;
|
|
7421
7862
|
updated_at?: string;
|
|
7863
|
+
webhook_config?: string | number | boolean | {
|
|
7864
|
+
[key: string]: unknown;
|
|
7865
|
+
} | Array<unknown> | null;
|
|
7866
|
+
webhook_configured_at?: string | null;
|
|
7867
|
+
webhook_identifier?: string | null;
|
|
7422
7868
|
}
|
|
7423
7869
|
namespace ConnectorBigqueryDiscriminatedConnectionSettings {
|
|
7424
7870
|
interface Settings {
|
|
7425
7871
|
oauth: Settings.OAuth;
|
|
7872
|
+
/**
|
|
7873
|
+
* Your Google Cloud Project ID (e.g., my-project-123). This is required to make
|
|
7874
|
+
* API calls to BigQuery.
|
|
7875
|
+
*/
|
|
7876
|
+
project_id: string;
|
|
7426
7877
|
/**
|
|
7427
7878
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
7428
7879
|
* for backward compatibility until we remove the oauth field
|
|
@@ -7488,6 +7939,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7488
7939
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7489
7940
|
status_message?: string | null;
|
|
7490
7941
|
updated_at?: string;
|
|
7942
|
+
webhook_config?: string | number | boolean | {
|
|
7943
|
+
[key: string]: unknown;
|
|
7944
|
+
} | Array<unknown> | null;
|
|
7945
|
+
webhook_configured_at?: string | null;
|
|
7946
|
+
webhook_identifier?: string | null;
|
|
7491
7947
|
}
|
|
7492
7948
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionSettings {
|
|
7493
7949
|
interface Settings {
|
|
@@ -7557,6 +8013,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7557
8013
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7558
8014
|
status_message?: string | null;
|
|
7559
8015
|
updated_at?: string;
|
|
8016
|
+
webhook_config?: string | number | boolean | {
|
|
8017
|
+
[key: string]: unknown;
|
|
8018
|
+
} | Array<unknown> | null;
|
|
8019
|
+
webhook_configured_at?: string | null;
|
|
8020
|
+
webhook_identifier?: string | null;
|
|
7560
8021
|
}
|
|
7561
8022
|
namespace ConnectorBitbucketDiscriminatedConnectionSettings {
|
|
7562
8023
|
interface Settings {
|
|
@@ -7626,6 +8087,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7626
8087
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7627
8088
|
status_message?: string | null;
|
|
7628
8089
|
updated_at?: string;
|
|
8090
|
+
webhook_config?: string | number | boolean | {
|
|
8091
|
+
[key: string]: unknown;
|
|
8092
|
+
} | Array<unknown> | null;
|
|
8093
|
+
webhook_configured_at?: string | null;
|
|
8094
|
+
webhook_identifier?: string | null;
|
|
7629
8095
|
}
|
|
7630
8096
|
namespace ConnectorBoxDiscriminatedConnectionSettings {
|
|
7631
8097
|
interface Settings {
|
|
@@ -7695,6 +8161,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7695
8161
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7696
8162
|
status_message?: string | null;
|
|
7697
8163
|
updated_at?: string;
|
|
8164
|
+
webhook_config?: string | number | boolean | {
|
|
8165
|
+
[key: string]: unknown;
|
|
8166
|
+
} | Array<unknown> | null;
|
|
8167
|
+
webhook_configured_at?: string | null;
|
|
8168
|
+
webhook_identifier?: string | null;
|
|
7698
8169
|
}
|
|
7699
8170
|
namespace ConnectorCalendlyDiscriminatedConnectionSettings {
|
|
7700
8171
|
interface Settings {
|
|
@@ -7764,6 +8235,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7764
8235
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7765
8236
|
status_message?: string | null;
|
|
7766
8237
|
updated_at?: string;
|
|
8238
|
+
webhook_config?: string | number | boolean | {
|
|
8239
|
+
[key: string]: unknown;
|
|
8240
|
+
} | Array<unknown> | null;
|
|
8241
|
+
webhook_configured_at?: string | null;
|
|
8242
|
+
webhook_identifier?: string | null;
|
|
7767
8243
|
}
|
|
7768
8244
|
namespace ConnectorClickupDiscriminatedConnectionSettings {
|
|
7769
8245
|
interface Settings {
|
|
@@ -7833,6 +8309,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7833
8309
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7834
8310
|
status_message?: string | null;
|
|
7835
8311
|
updated_at?: string;
|
|
8312
|
+
webhook_config?: string | number | boolean | {
|
|
8313
|
+
[key: string]: unknown;
|
|
8314
|
+
} | Array<unknown> | null;
|
|
8315
|
+
webhook_configured_at?: string | null;
|
|
8316
|
+
webhook_identifier?: string | null;
|
|
7836
8317
|
}
|
|
7837
8318
|
namespace ConnectorConfluenceDiscriminatedConnectionSettings {
|
|
7838
8319
|
interface Settings {
|
|
@@ -7906,16 +8387,26 @@ export declare namespace GetConnectionResponse {
|
|
|
7906
8387
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7907
8388
|
status_message?: string | null;
|
|
7908
8389
|
updated_at?: string;
|
|
8390
|
+
webhook_config?: string | number | boolean | {
|
|
8391
|
+
[key: string]: unknown;
|
|
8392
|
+
} | Array<unknown> | null;
|
|
8393
|
+
webhook_configured_at?: string | null;
|
|
8394
|
+
webhook_identifier?: string | null;
|
|
7909
8395
|
}
|
|
7910
8396
|
namespace ConnectorDatabricksDiscriminatedConnectionSettings {
|
|
7911
8397
|
interface Settings {
|
|
7912
8398
|
/**
|
|
7913
|
-
*
|
|
7914
|
-
*
|
|
7915
|
-
* .cloud.databricks.com
|
|
8399
|
+
* The HTTP path for your SQL warehouse. To find this, go to your SQL warehouse in
|
|
8400
|
+
* Databricks and click the "Connection details" button. Copy the HTTP path value.
|
|
7916
8401
|
*/
|
|
7917
|
-
|
|
8402
|
+
http_path: string;
|
|
7918
8403
|
oauth: Settings.OAuth;
|
|
8404
|
+
/**
|
|
8405
|
+
* The server hostname for your SQL warehouse. To find this, go to your SQL
|
|
8406
|
+
* warehouse in Databricks and click the "Connection details" button. Copy the
|
|
8407
|
+
* Server hostname value.
|
|
8408
|
+
*/
|
|
8409
|
+
server_hostname: string;
|
|
7919
8410
|
/**
|
|
7920
8411
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
7921
8412
|
* for backward compatibility until we remove the oauth field
|
|
@@ -7981,6 +8472,11 @@ export declare namespace GetConnectionResponse {
|
|
|
7981
8472
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
7982
8473
|
status_message?: string | null;
|
|
7983
8474
|
updated_at?: string;
|
|
8475
|
+
webhook_config?: string | number | boolean | {
|
|
8476
|
+
[key: string]: unknown;
|
|
8477
|
+
} | Array<unknown> | null;
|
|
8478
|
+
webhook_configured_at?: string | null;
|
|
8479
|
+
webhook_identifier?: string | null;
|
|
7984
8480
|
}
|
|
7985
8481
|
namespace ConnectorDiscordDiscriminatedConnectionSettings {
|
|
7986
8482
|
interface Settings {
|
|
@@ -8050,6 +8546,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8050
8546
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8051
8547
|
status_message?: string | null;
|
|
8052
8548
|
updated_at?: string;
|
|
8549
|
+
webhook_config?: string | number | boolean | {
|
|
8550
|
+
[key: string]: unknown;
|
|
8551
|
+
} | Array<unknown> | null;
|
|
8552
|
+
webhook_configured_at?: string | null;
|
|
8553
|
+
webhook_identifier?: string | null;
|
|
8053
8554
|
}
|
|
8054
8555
|
namespace ConnectorDropboxDiscriminatedConnectionSettings {
|
|
8055
8556
|
interface Settings {
|
|
@@ -8119,6 +8620,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8119
8620
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8120
8621
|
status_message?: string | null;
|
|
8121
8622
|
updated_at?: string;
|
|
8623
|
+
webhook_config?: string | number | boolean | {
|
|
8624
|
+
[key: string]: unknown;
|
|
8625
|
+
} | Array<unknown> | null;
|
|
8626
|
+
webhook_configured_at?: string | null;
|
|
8627
|
+
webhook_identifier?: string | null;
|
|
8122
8628
|
}
|
|
8123
8629
|
namespace ConnectorFigmaDiscriminatedConnectionSettings {
|
|
8124
8630
|
interface Settings {
|
|
@@ -8164,6 +8670,80 @@ export declare namespace GetConnectionResponse {
|
|
|
8164
8670
|
}
|
|
8165
8671
|
}
|
|
8166
8672
|
}
|
|
8673
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
8674
|
+
connector_name: 'github-source-control';
|
|
8675
|
+
id?: string;
|
|
8676
|
+
connector?: TopLevelAPI.Connector;
|
|
8677
|
+
connector_config_id?: string | null;
|
|
8678
|
+
created_at?: string;
|
|
8679
|
+
customer_id?: string | null;
|
|
8680
|
+
disabled?: boolean | null;
|
|
8681
|
+
display_name?: string | null;
|
|
8682
|
+
environment?: 'production' | 'development';
|
|
8683
|
+
integration?: TopLevelAPI.Integration;
|
|
8684
|
+
integration_id?: string | null;
|
|
8685
|
+
/**
|
|
8686
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
8687
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
8688
|
+
* updates this object will be shallowly merged
|
|
8689
|
+
*/
|
|
8690
|
+
metadata?: {
|
|
8691
|
+
[key: string]: unknown;
|
|
8692
|
+
} | null;
|
|
8693
|
+
settings?: ConnectorGitHubSourceControlDiscriminatedConnectionSettings.Settings;
|
|
8694
|
+
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8695
|
+
status_message?: string | null;
|
|
8696
|
+
updated_at?: string;
|
|
8697
|
+
webhook_config?: string | number | boolean | {
|
|
8698
|
+
[key: string]: unknown;
|
|
8699
|
+
} | Array<unknown> | null;
|
|
8700
|
+
webhook_configured_at?: string | null;
|
|
8701
|
+
webhook_identifier?: string | null;
|
|
8702
|
+
}
|
|
8703
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
8704
|
+
interface Settings {
|
|
8705
|
+
oauth: Settings.OAuth;
|
|
8706
|
+
/**
|
|
8707
|
+
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
8708
|
+
* for backward compatibility until we remove the oauth field
|
|
8709
|
+
*/
|
|
8710
|
+
access_token?: string;
|
|
8711
|
+
}
|
|
8712
|
+
namespace Settings {
|
|
8713
|
+
interface OAuth {
|
|
8714
|
+
created_at?: string;
|
|
8715
|
+
/**
|
|
8716
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
8717
|
+
*/
|
|
8718
|
+
credentials?: OAuth.Credentials;
|
|
8719
|
+
last_fetched_at?: string;
|
|
8720
|
+
metadata?: {
|
|
8721
|
+
[key: string]: unknown;
|
|
8722
|
+
} | null;
|
|
8723
|
+
updated_at?: string;
|
|
8724
|
+
}
|
|
8725
|
+
namespace OAuth {
|
|
8726
|
+
/**
|
|
8727
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
8728
|
+
*/
|
|
8729
|
+
interface Credentials {
|
|
8730
|
+
access_token: string;
|
|
8731
|
+
/**
|
|
8732
|
+
* Client ID used for the connection
|
|
8733
|
+
*/
|
|
8734
|
+
client_id?: string;
|
|
8735
|
+
expires_at?: string;
|
|
8736
|
+
expires_in?: number;
|
|
8737
|
+
raw?: {
|
|
8738
|
+
[key: string]: unknown;
|
|
8739
|
+
};
|
|
8740
|
+
refresh_token?: string;
|
|
8741
|
+
scope?: string;
|
|
8742
|
+
token_type?: string;
|
|
8743
|
+
}
|
|
8744
|
+
}
|
|
8745
|
+
}
|
|
8746
|
+
}
|
|
8167
8747
|
interface ConnectorGitHubDiscriminatedConnectionSettings {
|
|
8168
8748
|
connector_name: 'github';
|
|
8169
8749
|
id?: string;
|
|
@@ -8188,6 +8768,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8188
8768
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8189
8769
|
status_message?: string | null;
|
|
8190
8770
|
updated_at?: string;
|
|
8771
|
+
webhook_config?: string | number | boolean | {
|
|
8772
|
+
[key: string]: unknown;
|
|
8773
|
+
} | Array<unknown> | null;
|
|
8774
|
+
webhook_configured_at?: string | null;
|
|
8775
|
+
webhook_identifier?: string | null;
|
|
8191
8776
|
}
|
|
8192
8777
|
namespace ConnectorGitHubDiscriminatedConnectionSettings {
|
|
8193
8778
|
interface Settings {
|
|
@@ -8257,6 +8842,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8257
8842
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8258
8843
|
status_message?: string | null;
|
|
8259
8844
|
updated_at?: string;
|
|
8845
|
+
webhook_config?: string | number | boolean | {
|
|
8846
|
+
[key: string]: unknown;
|
|
8847
|
+
} | Array<unknown> | null;
|
|
8848
|
+
webhook_configured_at?: string | null;
|
|
8849
|
+
webhook_identifier?: string | null;
|
|
8260
8850
|
}
|
|
8261
8851
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionSettings {
|
|
8262
8852
|
interface Settings {
|
|
@@ -8326,6 +8916,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8326
8916
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8327
8917
|
status_message?: string | null;
|
|
8328
8918
|
updated_at?: string;
|
|
8919
|
+
webhook_config?: string | number | boolean | {
|
|
8920
|
+
[key: string]: unknown;
|
|
8921
|
+
} | Array<unknown> | null;
|
|
8922
|
+
webhook_configured_at?: string | null;
|
|
8923
|
+
webhook_identifier?: string | null;
|
|
8329
8924
|
}
|
|
8330
8925
|
namespace ConnectorGoogleDocsDiscriminatedConnectionSettings {
|
|
8331
8926
|
interface Settings {
|
|
@@ -8395,6 +8990,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8395
8990
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8396
8991
|
status_message?: string | null;
|
|
8397
8992
|
updated_at?: string;
|
|
8993
|
+
webhook_config?: string | number | boolean | {
|
|
8994
|
+
[key: string]: unknown;
|
|
8995
|
+
} | Array<unknown> | null;
|
|
8996
|
+
webhook_configured_at?: string | null;
|
|
8997
|
+
webhook_identifier?: string | null;
|
|
8398
8998
|
}
|
|
8399
8999
|
namespace ConnectorGoogleDriveDiscriminatedConnectionSettings {
|
|
8400
9000
|
interface Settings {
|
|
@@ -8464,6 +9064,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8464
9064
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8465
9065
|
status_message?: string | null;
|
|
8466
9066
|
updated_at?: string;
|
|
9067
|
+
webhook_config?: string | number | boolean | {
|
|
9068
|
+
[key: string]: unknown;
|
|
9069
|
+
} | Array<unknown> | null;
|
|
9070
|
+
webhook_configured_at?: string | null;
|
|
9071
|
+
webhook_identifier?: string | null;
|
|
8467
9072
|
}
|
|
8468
9073
|
namespace ConnectorGoogleMailDiscriminatedConnectionSettings {
|
|
8469
9074
|
interface Settings {
|
|
@@ -8533,6 +9138,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8533
9138
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8534
9139
|
status_message?: string | null;
|
|
8535
9140
|
updated_at?: string;
|
|
9141
|
+
webhook_config?: string | number | boolean | {
|
|
9142
|
+
[key: string]: unknown;
|
|
9143
|
+
} | Array<unknown> | null;
|
|
9144
|
+
webhook_configured_at?: string | null;
|
|
9145
|
+
webhook_identifier?: string | null;
|
|
8536
9146
|
}
|
|
8537
9147
|
namespace ConnectorGoogleSheetDiscriminatedConnectionSettings {
|
|
8538
9148
|
interface Settings {
|
|
@@ -8602,6 +9212,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8602
9212
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8603
9213
|
status_message?: string | null;
|
|
8604
9214
|
updated_at?: string;
|
|
9215
|
+
webhook_config?: string | number | boolean | {
|
|
9216
|
+
[key: string]: unknown;
|
|
9217
|
+
} | Array<unknown> | null;
|
|
9218
|
+
webhook_configured_at?: string | null;
|
|
9219
|
+
webhook_identifier?: string | null;
|
|
8605
9220
|
}
|
|
8606
9221
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionSettings {
|
|
8607
9222
|
interface Settings {
|
|
@@ -8671,6 +9286,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8671
9286
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8672
9287
|
status_message?: string | null;
|
|
8673
9288
|
updated_at?: string;
|
|
9289
|
+
webhook_config?: string | number | boolean | {
|
|
9290
|
+
[key: string]: unknown;
|
|
9291
|
+
} | Array<unknown> | null;
|
|
9292
|
+
webhook_configured_at?: string | null;
|
|
9293
|
+
webhook_identifier?: string | null;
|
|
8674
9294
|
}
|
|
8675
9295
|
namespace ConnectorHubspotDiscriminatedConnectionSettings {
|
|
8676
9296
|
interface Settings {
|
|
@@ -8740,6 +9360,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8740
9360
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8741
9361
|
status_message?: string | null;
|
|
8742
9362
|
updated_at?: string;
|
|
9363
|
+
webhook_config?: string | number | boolean | {
|
|
9364
|
+
[key: string]: unknown;
|
|
9365
|
+
} | Array<unknown> | null;
|
|
9366
|
+
webhook_configured_at?: string | null;
|
|
9367
|
+
webhook_identifier?: string | null;
|
|
8743
9368
|
}
|
|
8744
9369
|
namespace ConnectorInstagramDiscriminatedConnectionSettings {
|
|
8745
9370
|
interface Settings {
|
|
@@ -8809,6 +9434,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8809
9434
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8810
9435
|
status_message?: string | null;
|
|
8811
9436
|
updated_at?: string;
|
|
9437
|
+
webhook_config?: string | number | boolean | {
|
|
9438
|
+
[key: string]: unknown;
|
|
9439
|
+
} | Array<unknown> | null;
|
|
9440
|
+
webhook_configured_at?: string | null;
|
|
9441
|
+
webhook_identifier?: string | null;
|
|
8812
9442
|
}
|
|
8813
9443
|
namespace ConnectorJiraDiscriminatedConnectionSettings {
|
|
8814
9444
|
interface Settings {
|
|
@@ -8882,6 +9512,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8882
9512
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8883
9513
|
status_message?: string | null;
|
|
8884
9514
|
updated_at?: string;
|
|
9515
|
+
webhook_config?: string | number | boolean | {
|
|
9516
|
+
[key: string]: unknown;
|
|
9517
|
+
} | Array<unknown> | null;
|
|
9518
|
+
webhook_configured_at?: string | null;
|
|
9519
|
+
webhook_identifier?: string | null;
|
|
8885
9520
|
}
|
|
8886
9521
|
namespace ConnectorLinearDiscriminatedConnectionSettings {
|
|
8887
9522
|
interface Settings {
|
|
@@ -8951,6 +9586,11 @@ export declare namespace GetConnectionResponse {
|
|
|
8951
9586
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
8952
9587
|
status_message?: string | null;
|
|
8953
9588
|
updated_at?: string;
|
|
9589
|
+
webhook_config?: string | number | boolean | {
|
|
9590
|
+
[key: string]: unknown;
|
|
9591
|
+
} | Array<unknown> | null;
|
|
9592
|
+
webhook_configured_at?: string | null;
|
|
9593
|
+
webhook_identifier?: string | null;
|
|
8954
9594
|
}
|
|
8955
9595
|
namespace ConnectorMondayDiscriminatedConnectionSettings {
|
|
8956
9596
|
interface Settings {
|
|
@@ -9020,6 +9660,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9020
9660
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9021
9661
|
status_message?: string | null;
|
|
9022
9662
|
updated_at?: string;
|
|
9663
|
+
webhook_config?: string | number | boolean | {
|
|
9664
|
+
[key: string]: unknown;
|
|
9665
|
+
} | Array<unknown> | null;
|
|
9666
|
+
webhook_configured_at?: string | null;
|
|
9667
|
+
webhook_identifier?: string | null;
|
|
9023
9668
|
}
|
|
9024
9669
|
namespace ConnectorNotionDiscriminatedConnectionSettings {
|
|
9025
9670
|
interface Settings {
|
|
@@ -9089,6 +9734,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9089
9734
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9090
9735
|
status_message?: string | null;
|
|
9091
9736
|
updated_at?: string;
|
|
9737
|
+
webhook_config?: string | number | boolean | {
|
|
9738
|
+
[key: string]: unknown;
|
|
9739
|
+
} | Array<unknown> | null;
|
|
9740
|
+
webhook_configured_at?: string | null;
|
|
9741
|
+
webhook_identifier?: string | null;
|
|
9092
9742
|
}
|
|
9093
9743
|
namespace ConnectorOnedriveDiscriminatedConnectionSettings {
|
|
9094
9744
|
interface Settings {
|
|
@@ -9158,6 +9808,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9158
9808
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9159
9809
|
status_message?: string | null;
|
|
9160
9810
|
updated_at?: string;
|
|
9811
|
+
webhook_config?: string | number | boolean | {
|
|
9812
|
+
[key: string]: unknown;
|
|
9813
|
+
} | Array<unknown> | null;
|
|
9814
|
+
webhook_configured_at?: string | null;
|
|
9815
|
+
webhook_identifier?: string | null;
|
|
9161
9816
|
}
|
|
9162
9817
|
namespace ConnectorOutlookDiscriminatedConnectionSettings {
|
|
9163
9818
|
interface Settings {
|
|
@@ -9227,6 +9882,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9227
9882
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9228
9883
|
status_message?: string | null;
|
|
9229
9884
|
updated_at?: string;
|
|
9885
|
+
webhook_config?: string | number | boolean | {
|
|
9886
|
+
[key: string]: unknown;
|
|
9887
|
+
} | Array<unknown> | null;
|
|
9888
|
+
webhook_configured_at?: string | null;
|
|
9889
|
+
webhook_identifier?: string | null;
|
|
9230
9890
|
}
|
|
9231
9891
|
namespace ConnectorSalesforceDiscriminatedConnectionSettings {
|
|
9232
9892
|
interface Settings {
|
|
@@ -9300,6 +9960,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9300
9960
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9301
9961
|
status_message?: string | null;
|
|
9302
9962
|
updated_at?: string;
|
|
9963
|
+
webhook_config?: string | number | boolean | {
|
|
9964
|
+
[key: string]: unknown;
|
|
9965
|
+
} | Array<unknown> | null;
|
|
9966
|
+
webhook_configured_at?: string | null;
|
|
9967
|
+
webhook_identifier?: string | null;
|
|
9303
9968
|
}
|
|
9304
9969
|
namespace ConnectorSharepointDiscriminatedConnectionSettings {
|
|
9305
9970
|
interface Settings {
|
|
@@ -9369,6 +10034,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9369
10034
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9370
10035
|
status_message?: string | null;
|
|
9371
10036
|
updated_at?: string;
|
|
10037
|
+
webhook_config?: string | number | boolean | {
|
|
10038
|
+
[key: string]: unknown;
|
|
10039
|
+
} | Array<unknown> | null;
|
|
10040
|
+
webhook_configured_at?: string | null;
|
|
10041
|
+
webhook_identifier?: string | null;
|
|
9372
10042
|
}
|
|
9373
10043
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionSettings {
|
|
9374
10044
|
interface Settings {
|
|
@@ -9438,6 +10108,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9438
10108
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9439
10109
|
status_message?: string | null;
|
|
9440
10110
|
updated_at?: string;
|
|
10111
|
+
webhook_config?: string | number | boolean | {
|
|
10112
|
+
[key: string]: unknown;
|
|
10113
|
+
} | Array<unknown> | null;
|
|
10114
|
+
webhook_configured_at?: string | null;
|
|
10115
|
+
webhook_identifier?: string | null;
|
|
9441
10116
|
}
|
|
9442
10117
|
namespace ConnectorSlackDiscriminatedConnectionSettings {
|
|
9443
10118
|
interface Settings {
|
|
@@ -9507,6 +10182,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9507
10182
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9508
10183
|
status_message?: string | null;
|
|
9509
10184
|
updated_at?: string;
|
|
10185
|
+
webhook_config?: string | number | boolean | {
|
|
10186
|
+
[key: string]: unknown;
|
|
10187
|
+
} | Array<unknown> | null;
|
|
10188
|
+
webhook_configured_at?: string | null;
|
|
10189
|
+
webhook_identifier?: string | null;
|
|
9510
10190
|
}
|
|
9511
10191
|
namespace ConnectorSnowflakeDiscriminatedConnectionSettings {
|
|
9512
10192
|
interface Settings {
|
|
@@ -9581,6 +10261,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9581
10261
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9582
10262
|
status_message?: string | null;
|
|
9583
10263
|
updated_at?: string;
|
|
10264
|
+
webhook_config?: string | number | boolean | {
|
|
10265
|
+
[key: string]: unknown;
|
|
10266
|
+
} | Array<unknown> | null;
|
|
10267
|
+
webhook_configured_at?: string | null;
|
|
10268
|
+
webhook_identifier?: string | null;
|
|
9584
10269
|
}
|
|
9585
10270
|
namespace ConnectorSpotifyDiscriminatedConnectionSettings {
|
|
9586
10271
|
interface Settings {
|
|
@@ -9650,6 +10335,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9650
10335
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9651
10336
|
status_message?: string | null;
|
|
9652
10337
|
updated_at?: string;
|
|
10338
|
+
webhook_config?: string | number | boolean | {
|
|
10339
|
+
[key: string]: unknown;
|
|
10340
|
+
} | Array<unknown> | null;
|
|
10341
|
+
webhook_configured_at?: string | null;
|
|
10342
|
+
webhook_identifier?: string | null;
|
|
9653
10343
|
}
|
|
9654
10344
|
namespace ConnectorYoutubeDiscriminatedConnectionSettings {
|
|
9655
10345
|
interface Settings {
|
|
@@ -9719,6 +10409,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9719
10409
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9720
10410
|
status_message?: string | null;
|
|
9721
10411
|
updated_at?: string;
|
|
10412
|
+
webhook_config?: string | number | boolean | {
|
|
10413
|
+
[key: string]: unknown;
|
|
10414
|
+
} | Array<unknown> | null;
|
|
10415
|
+
webhook_configured_at?: string | null;
|
|
10416
|
+
webhook_identifier?: string | null;
|
|
9722
10417
|
}
|
|
9723
10418
|
namespace ConnectorZendeskDiscriminatedConnectionSettings {
|
|
9724
10419
|
interface Settings {
|
|
@@ -9792,6 +10487,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9792
10487
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9793
10488
|
status_message?: string | null;
|
|
9794
10489
|
updated_at?: string;
|
|
10490
|
+
webhook_config?: string | number | boolean | {
|
|
10491
|
+
[key: string]: unknown;
|
|
10492
|
+
} | Array<unknown> | null;
|
|
10493
|
+
webhook_configured_at?: string | null;
|
|
10494
|
+
webhook_identifier?: string | null;
|
|
9795
10495
|
}
|
|
9796
10496
|
namespace ConnectorZoomDiscriminatedConnectionSettings {
|
|
9797
10497
|
interface Settings {
|
|
@@ -9861,6 +10561,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9861
10561
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9862
10562
|
status_message?: string | null;
|
|
9863
10563
|
updated_at?: string;
|
|
10564
|
+
webhook_config?: string | number | boolean | {
|
|
10565
|
+
[key: string]: unknown;
|
|
10566
|
+
} | Array<unknown> | null;
|
|
10567
|
+
webhook_configured_at?: string | null;
|
|
10568
|
+
webhook_identifier?: string | null;
|
|
9864
10569
|
}
|
|
9865
10570
|
namespace ConnectorApolloDiscriminatedConnectionSettings {
|
|
9866
10571
|
interface Settings {
|
|
@@ -9891,6 +10596,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9891
10596
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9892
10597
|
status_message?: string | null;
|
|
9893
10598
|
updated_at?: string;
|
|
10599
|
+
webhook_config?: string | number | boolean | {
|
|
10600
|
+
[key: string]: unknown;
|
|
10601
|
+
} | Array<unknown> | null;
|
|
10602
|
+
webhook_configured_at?: string | null;
|
|
10603
|
+
webhook_identifier?: string | null;
|
|
9894
10604
|
}
|
|
9895
10605
|
namespace ConnectorPlaidDiscriminatedConnectionSettings {
|
|
9896
10606
|
interface Settings {
|
|
@@ -9926,6 +10636,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9926
10636
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9927
10637
|
status_message?: string | null;
|
|
9928
10638
|
updated_at?: string;
|
|
10639
|
+
webhook_config?: string | number | boolean | {
|
|
10640
|
+
[key: string]: unknown;
|
|
10641
|
+
} | Array<unknown> | null;
|
|
10642
|
+
webhook_configured_at?: string | null;
|
|
10643
|
+
webhook_identifier?: string | null;
|
|
9929
10644
|
}
|
|
9930
10645
|
namespace ConnectorPostgresDiscriminatedConnectionSettings {
|
|
9931
10646
|
interface Settings {
|
|
@@ -9956,6 +10671,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9956
10671
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9957
10672
|
status_message?: string | null;
|
|
9958
10673
|
updated_at?: string;
|
|
10674
|
+
webhook_config?: string | number | boolean | {
|
|
10675
|
+
[key: string]: unknown;
|
|
10676
|
+
} | Array<unknown> | null;
|
|
10677
|
+
webhook_configured_at?: string | null;
|
|
10678
|
+
webhook_identifier?: string | null;
|
|
9959
10679
|
}
|
|
9960
10680
|
namespace ConnectorResendDiscriminatedConnectionSettings {
|
|
9961
10681
|
interface Settings {
|
|
@@ -9990,6 +10710,11 @@ export declare namespace GetConnectionResponse {
|
|
|
9990
10710
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
9991
10711
|
status_message?: string | null;
|
|
9992
10712
|
updated_at?: string;
|
|
10713
|
+
webhook_config?: string | number | boolean | {
|
|
10714
|
+
[key: string]: unknown;
|
|
10715
|
+
} | Array<unknown> | null;
|
|
10716
|
+
webhook_configured_at?: string | null;
|
|
10717
|
+
webhook_identifier?: string | null;
|
|
9993
10718
|
}
|
|
9994
10719
|
namespace ConnectorSendgridDiscriminatedConnectionSettings {
|
|
9995
10720
|
interface Settings {
|
|
@@ -10024,6 +10749,11 @@ export declare namespace GetConnectionResponse {
|
|
|
10024
10749
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10025
10750
|
status_message?: string | null;
|
|
10026
10751
|
updated_at?: string;
|
|
10752
|
+
webhook_config?: string | number | boolean | {
|
|
10753
|
+
[key: string]: unknown;
|
|
10754
|
+
} | Array<unknown> | null;
|
|
10755
|
+
webhook_configured_at?: string | null;
|
|
10756
|
+
webhook_identifier?: string | null;
|
|
10027
10757
|
}
|
|
10028
10758
|
namespace ConnectorSlackAgentDiscriminatedConnectionSettings {
|
|
10029
10759
|
interface Settings {
|
|
@@ -10057,6 +10787,11 @@ export declare namespace GetConnectionResponse {
|
|
|
10057
10787
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10058
10788
|
status_message?: string | null;
|
|
10059
10789
|
updated_at?: string;
|
|
10790
|
+
webhook_config?: string | number | boolean | {
|
|
10791
|
+
[key: string]: unknown;
|
|
10792
|
+
} | Array<unknown> | null;
|
|
10793
|
+
webhook_configured_at?: string | null;
|
|
10794
|
+
webhook_identifier?: string | null;
|
|
10060
10795
|
}
|
|
10061
10796
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionSettings {
|
|
10062
10797
|
interface Settings {
|
|
@@ -10201,6 +10936,11 @@ export declare namespace GetConnectionResponse {
|
|
|
10201
10936
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10202
10937
|
status_message?: string | null;
|
|
10203
10938
|
updated_at?: string;
|
|
10939
|
+
webhook_config?: string | number | boolean | {
|
|
10940
|
+
[key: string]: unknown;
|
|
10941
|
+
} | Array<unknown> | null;
|
|
10942
|
+
webhook_configured_at?: string | null;
|
|
10943
|
+
webhook_identifier?: string | null;
|
|
10204
10944
|
}
|
|
10205
10945
|
namespace ConnectorStripeDiscriminatedConnectionSettings {
|
|
10206
10946
|
interface Settings {
|
|
@@ -10270,6 +11010,11 @@ export declare namespace GetConnectionResponse {
|
|
|
10270
11010
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10271
11011
|
status_message?: string | null;
|
|
10272
11012
|
updated_at?: string;
|
|
11013
|
+
webhook_config?: string | number | boolean | {
|
|
11014
|
+
[key: string]: unknown;
|
|
11015
|
+
} | Array<unknown> | null;
|
|
11016
|
+
webhook_configured_at?: string | null;
|
|
11017
|
+
webhook_identifier?: string | null;
|
|
10273
11018
|
}
|
|
10274
11019
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionSettings {
|
|
10275
11020
|
interface Settings {
|
|
@@ -10339,6 +11084,11 @@ export declare namespace GetConnectionResponse {
|
|
|
10339
11084
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10340
11085
|
status_message?: string | null;
|
|
10341
11086
|
updated_at?: string;
|
|
11087
|
+
webhook_config?: string | number | boolean | {
|
|
11088
|
+
[key: string]: unknown;
|
|
11089
|
+
} | Array<unknown> | null;
|
|
11090
|
+
webhook_configured_at?: string | null;
|
|
11091
|
+
webhook_identifier?: string | null;
|
|
10342
11092
|
}
|
|
10343
11093
|
namespace ConnectorTwilioDiscriminatedConnectionSettings {
|
|
10344
11094
|
interface Settings {
|
|
@@ -10375,6 +11125,11 @@ export declare namespace GetConnectionResponse {
|
|
|
10375
11125
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10376
11126
|
status_message?: string | null;
|
|
10377
11127
|
updated_at?: string;
|
|
11128
|
+
webhook_config?: string | number | boolean | {
|
|
11129
|
+
[key: string]: unknown;
|
|
11130
|
+
} | Array<unknown> | null;
|
|
11131
|
+
webhook_configured_at?: string | null;
|
|
11132
|
+
webhook_identifier?: string | null;
|
|
10378
11133
|
}
|
|
10379
11134
|
namespace ConnectorWorkatoDiscriminatedConnectionSettings {
|
|
10380
11135
|
interface Settings {
|
|
@@ -10404,7 +11159,7 @@ export declare namespace ListAssignmentsResponse {
|
|
|
10404
11159
|
/**
|
|
10405
11160
|
* The connection details
|
|
10406
11161
|
*/
|
|
10407
|
-
export type ListConnectionsResponse = ListConnectionsResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorAgentmailDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorAsanaDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBigqueryDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBitbucketDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBoxDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorCalendlyDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorClickupDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorConfluenceDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorDatabricksDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorDiscordDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorDropboxDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorFigmaDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGitHubDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorHubspotDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorInstagramDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorJiraDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorLinearDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorMondayDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorNotionDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorOnedriveDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorOutlookDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSalesforceDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSharepointDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSpotifyDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorYoutubeDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorZendeskDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorZoomDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorApolloDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorPlaidDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorPostgresDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorResendDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSendgridDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorStripeDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorTwilioDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
11162
|
+
export type ListConnectionsResponse = ListConnectionsResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorAgentmailDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorAsanaDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBigqueryDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBitbucketDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorBoxDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorCalendlyDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorClickupDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorConfluenceDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorDatabricksDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorDiscordDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorDropboxDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorFigmaDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGitHubSourceControlDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGitHubDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorHubspotDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorInstagramDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorJiraDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorLinearDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorMondayDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorNotionDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorOnedriveDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorOutlookDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSalesforceDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSharepointDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSpotifyDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorYoutubeDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorZendeskDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorZoomDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorApolloDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorPlaidDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorPostgresDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorResendDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSendgridDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorStripeDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorTwilioDiscriminatedConnectionSettings | ListConnectionsResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
10408
11163
|
export declare namespace ListConnectionsResponse {
|
|
10409
11164
|
interface ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
10410
11165
|
connector_name: 'acme-apikey';
|
|
@@ -10430,6 +11185,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10430
11185
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10431
11186
|
status_message?: string | null;
|
|
10432
11187
|
updated_at?: string;
|
|
11188
|
+
webhook_config?: string | number | boolean | {
|
|
11189
|
+
[key: string]: unknown;
|
|
11190
|
+
} | Array<unknown> | null;
|
|
11191
|
+
webhook_configured_at?: string | null;
|
|
11192
|
+
webhook_identifier?: string | null;
|
|
10433
11193
|
}
|
|
10434
11194
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
10435
11195
|
interface Settings {
|
|
@@ -10460,6 +11220,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10460
11220
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10461
11221
|
status_message?: string | null;
|
|
10462
11222
|
updated_at?: string;
|
|
11223
|
+
webhook_config?: string | number | boolean | {
|
|
11224
|
+
[key: string]: unknown;
|
|
11225
|
+
} | Array<unknown> | null;
|
|
11226
|
+
webhook_configured_at?: string | null;
|
|
11227
|
+
webhook_identifier?: string | null;
|
|
10463
11228
|
}
|
|
10464
11229
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionSettings {
|
|
10465
11230
|
interface Settings {
|
|
@@ -10529,6 +11294,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10529
11294
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10530
11295
|
status_message?: string | null;
|
|
10531
11296
|
updated_at?: string;
|
|
11297
|
+
webhook_config?: string | number | boolean | {
|
|
11298
|
+
[key: string]: unknown;
|
|
11299
|
+
} | Array<unknown> | null;
|
|
11300
|
+
webhook_configured_at?: string | null;
|
|
11301
|
+
webhook_identifier?: string | null;
|
|
10532
11302
|
}
|
|
10533
11303
|
namespace ConnectorAgentmailDiscriminatedConnectionSettings {
|
|
10534
11304
|
interface Settings {
|
|
@@ -10559,6 +11329,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10559
11329
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10560
11330
|
status_message?: string | null;
|
|
10561
11331
|
updated_at?: string;
|
|
11332
|
+
webhook_config?: string | number | boolean | {
|
|
11333
|
+
[key: string]: unknown;
|
|
11334
|
+
} | Array<unknown> | null;
|
|
11335
|
+
webhook_configured_at?: string | null;
|
|
11336
|
+
webhook_identifier?: string | null;
|
|
10562
11337
|
}
|
|
10563
11338
|
namespace ConnectorAsanaDiscriminatedConnectionSettings {
|
|
10564
11339
|
interface Settings {
|
|
@@ -10628,10 +11403,20 @@ export declare namespace ListConnectionsResponse {
|
|
|
10628
11403
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10629
11404
|
status_message?: string | null;
|
|
10630
11405
|
updated_at?: string;
|
|
11406
|
+
webhook_config?: string | number | boolean | {
|
|
11407
|
+
[key: string]: unknown;
|
|
11408
|
+
} | Array<unknown> | null;
|
|
11409
|
+
webhook_configured_at?: string | null;
|
|
11410
|
+
webhook_identifier?: string | null;
|
|
10631
11411
|
}
|
|
10632
11412
|
namespace ConnectorBigqueryDiscriminatedConnectionSettings {
|
|
10633
11413
|
interface Settings {
|
|
10634
11414
|
oauth: Settings.OAuth;
|
|
11415
|
+
/**
|
|
11416
|
+
* Your Google Cloud Project ID (e.g., my-project-123). This is required to make
|
|
11417
|
+
* API calls to BigQuery.
|
|
11418
|
+
*/
|
|
11419
|
+
project_id: string;
|
|
10635
11420
|
/**
|
|
10636
11421
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
10637
11422
|
* for backward compatibility until we remove the oauth field
|
|
@@ -10697,6 +11482,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10697
11482
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10698
11483
|
status_message?: string | null;
|
|
10699
11484
|
updated_at?: string;
|
|
11485
|
+
webhook_config?: string | number | boolean | {
|
|
11486
|
+
[key: string]: unknown;
|
|
11487
|
+
} | Array<unknown> | null;
|
|
11488
|
+
webhook_configured_at?: string | null;
|
|
11489
|
+
webhook_identifier?: string | null;
|
|
10700
11490
|
}
|
|
10701
11491
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionSettings {
|
|
10702
11492
|
interface Settings {
|
|
@@ -10766,6 +11556,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10766
11556
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10767
11557
|
status_message?: string | null;
|
|
10768
11558
|
updated_at?: string;
|
|
11559
|
+
webhook_config?: string | number | boolean | {
|
|
11560
|
+
[key: string]: unknown;
|
|
11561
|
+
} | Array<unknown> | null;
|
|
11562
|
+
webhook_configured_at?: string | null;
|
|
11563
|
+
webhook_identifier?: string | null;
|
|
10769
11564
|
}
|
|
10770
11565
|
namespace ConnectorBitbucketDiscriminatedConnectionSettings {
|
|
10771
11566
|
interface Settings {
|
|
@@ -10835,6 +11630,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10835
11630
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10836
11631
|
status_message?: string | null;
|
|
10837
11632
|
updated_at?: string;
|
|
11633
|
+
webhook_config?: string | number | boolean | {
|
|
11634
|
+
[key: string]: unknown;
|
|
11635
|
+
} | Array<unknown> | null;
|
|
11636
|
+
webhook_configured_at?: string | null;
|
|
11637
|
+
webhook_identifier?: string | null;
|
|
10838
11638
|
}
|
|
10839
11639
|
namespace ConnectorBoxDiscriminatedConnectionSettings {
|
|
10840
11640
|
interface Settings {
|
|
@@ -10904,6 +11704,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10904
11704
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10905
11705
|
status_message?: string | null;
|
|
10906
11706
|
updated_at?: string;
|
|
11707
|
+
webhook_config?: string | number | boolean | {
|
|
11708
|
+
[key: string]: unknown;
|
|
11709
|
+
} | Array<unknown> | null;
|
|
11710
|
+
webhook_configured_at?: string | null;
|
|
11711
|
+
webhook_identifier?: string | null;
|
|
10907
11712
|
}
|
|
10908
11713
|
namespace ConnectorCalendlyDiscriminatedConnectionSettings {
|
|
10909
11714
|
interface Settings {
|
|
@@ -10973,6 +11778,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
10973
11778
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
10974
11779
|
status_message?: string | null;
|
|
10975
11780
|
updated_at?: string;
|
|
11781
|
+
webhook_config?: string | number | boolean | {
|
|
11782
|
+
[key: string]: unknown;
|
|
11783
|
+
} | Array<unknown> | null;
|
|
11784
|
+
webhook_configured_at?: string | null;
|
|
11785
|
+
webhook_identifier?: string | null;
|
|
10976
11786
|
}
|
|
10977
11787
|
namespace ConnectorClickupDiscriminatedConnectionSettings {
|
|
10978
11788
|
interface Settings {
|
|
@@ -11042,6 +11852,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11042
11852
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11043
11853
|
status_message?: string | null;
|
|
11044
11854
|
updated_at?: string;
|
|
11855
|
+
webhook_config?: string | number | boolean | {
|
|
11856
|
+
[key: string]: unknown;
|
|
11857
|
+
} | Array<unknown> | null;
|
|
11858
|
+
webhook_configured_at?: string | null;
|
|
11859
|
+
webhook_identifier?: string | null;
|
|
11045
11860
|
}
|
|
11046
11861
|
namespace ConnectorConfluenceDiscriminatedConnectionSettings {
|
|
11047
11862
|
interface Settings {
|
|
@@ -11115,16 +11930,26 @@ export declare namespace ListConnectionsResponse {
|
|
|
11115
11930
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11116
11931
|
status_message?: string | null;
|
|
11117
11932
|
updated_at?: string;
|
|
11933
|
+
webhook_config?: string | number | boolean | {
|
|
11934
|
+
[key: string]: unknown;
|
|
11935
|
+
} | Array<unknown> | null;
|
|
11936
|
+
webhook_configured_at?: string | null;
|
|
11937
|
+
webhook_identifier?: string | null;
|
|
11118
11938
|
}
|
|
11119
11939
|
namespace ConnectorDatabricksDiscriminatedConnectionSettings {
|
|
11120
11940
|
interface Settings {
|
|
11121
11941
|
/**
|
|
11122
|
-
*
|
|
11123
|
-
*
|
|
11124
|
-
* .cloud.databricks.com
|
|
11942
|
+
* The HTTP path for your SQL warehouse. To find this, go to your SQL warehouse in
|
|
11943
|
+
* Databricks and click the "Connection details" button. Copy the HTTP path value.
|
|
11125
11944
|
*/
|
|
11126
|
-
|
|
11945
|
+
http_path: string;
|
|
11127
11946
|
oauth: Settings.OAuth;
|
|
11947
|
+
/**
|
|
11948
|
+
* The server hostname for your SQL warehouse. To find this, go to your SQL
|
|
11949
|
+
* warehouse in Databricks and click the "Connection details" button. Copy the
|
|
11950
|
+
* Server hostname value.
|
|
11951
|
+
*/
|
|
11952
|
+
server_hostname: string;
|
|
11128
11953
|
/**
|
|
11129
11954
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
11130
11955
|
* for backward compatibility until we remove the oauth field
|
|
@@ -11190,6 +12015,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11190
12015
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11191
12016
|
status_message?: string | null;
|
|
11192
12017
|
updated_at?: string;
|
|
12018
|
+
webhook_config?: string | number | boolean | {
|
|
12019
|
+
[key: string]: unknown;
|
|
12020
|
+
} | Array<unknown> | null;
|
|
12021
|
+
webhook_configured_at?: string | null;
|
|
12022
|
+
webhook_identifier?: string | null;
|
|
11193
12023
|
}
|
|
11194
12024
|
namespace ConnectorDiscordDiscriminatedConnectionSettings {
|
|
11195
12025
|
interface Settings {
|
|
@@ -11255,12 +12085,91 @@ export declare namespace ListConnectionsResponse {
|
|
|
11255
12085
|
metadata?: {
|
|
11256
12086
|
[key: string]: unknown;
|
|
11257
12087
|
} | null;
|
|
11258
|
-
settings?: ConnectorDropboxDiscriminatedConnectionSettings.Settings;
|
|
12088
|
+
settings?: ConnectorDropboxDiscriminatedConnectionSettings.Settings;
|
|
12089
|
+
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12090
|
+
status_message?: string | null;
|
|
12091
|
+
updated_at?: string;
|
|
12092
|
+
webhook_config?: string | number | boolean | {
|
|
12093
|
+
[key: string]: unknown;
|
|
12094
|
+
} | Array<unknown> | null;
|
|
12095
|
+
webhook_configured_at?: string | null;
|
|
12096
|
+
webhook_identifier?: string | null;
|
|
12097
|
+
}
|
|
12098
|
+
namespace ConnectorDropboxDiscriminatedConnectionSettings {
|
|
12099
|
+
interface Settings {
|
|
12100
|
+
oauth: Settings.OAuth;
|
|
12101
|
+
/**
|
|
12102
|
+
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
12103
|
+
* for backward compatibility until we remove the oauth field
|
|
12104
|
+
*/
|
|
12105
|
+
access_token?: string;
|
|
12106
|
+
}
|
|
12107
|
+
namespace Settings {
|
|
12108
|
+
interface OAuth {
|
|
12109
|
+
created_at?: string;
|
|
12110
|
+
/**
|
|
12111
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
12112
|
+
*/
|
|
12113
|
+
credentials?: OAuth.Credentials;
|
|
12114
|
+
last_fetched_at?: string;
|
|
12115
|
+
metadata?: {
|
|
12116
|
+
[key: string]: unknown;
|
|
12117
|
+
} | null;
|
|
12118
|
+
updated_at?: string;
|
|
12119
|
+
}
|
|
12120
|
+
namespace OAuth {
|
|
12121
|
+
/**
|
|
12122
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
12123
|
+
*/
|
|
12124
|
+
interface Credentials {
|
|
12125
|
+
access_token: string;
|
|
12126
|
+
/**
|
|
12127
|
+
* Client ID used for the connection
|
|
12128
|
+
*/
|
|
12129
|
+
client_id?: string;
|
|
12130
|
+
expires_at?: string;
|
|
12131
|
+
expires_in?: number;
|
|
12132
|
+
raw?: {
|
|
12133
|
+
[key: string]: unknown;
|
|
12134
|
+
};
|
|
12135
|
+
refresh_token?: string;
|
|
12136
|
+
scope?: string;
|
|
12137
|
+
token_type?: string;
|
|
12138
|
+
}
|
|
12139
|
+
}
|
|
12140
|
+
}
|
|
12141
|
+
}
|
|
12142
|
+
interface ConnectorFigmaDiscriminatedConnectionSettings {
|
|
12143
|
+
connector_name: 'figma';
|
|
12144
|
+
id?: string;
|
|
12145
|
+
connector?: TopLevelAPI.Connector;
|
|
12146
|
+
connector_config_id?: string | null;
|
|
12147
|
+
created_at?: string;
|
|
12148
|
+
customer_id?: string | null;
|
|
12149
|
+
disabled?: boolean | null;
|
|
12150
|
+
display_name?: string | null;
|
|
12151
|
+
environment?: 'production' | 'development';
|
|
12152
|
+
integration?: TopLevelAPI.Integration;
|
|
12153
|
+
integration_id?: string | null;
|
|
12154
|
+
/**
|
|
12155
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
12156
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
12157
|
+
* updates this object will be shallowly merged
|
|
12158
|
+
*/
|
|
12159
|
+
metadata?: {
|
|
12160
|
+
[key: string]: unknown;
|
|
12161
|
+
} | null;
|
|
12162
|
+
settings?: ConnectorFigmaDiscriminatedConnectionSettings.Settings;
|
|
11259
12163
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11260
12164
|
status_message?: string | null;
|
|
11261
12165
|
updated_at?: string;
|
|
12166
|
+
webhook_config?: string | number | boolean | {
|
|
12167
|
+
[key: string]: unknown;
|
|
12168
|
+
} | Array<unknown> | null;
|
|
12169
|
+
webhook_configured_at?: string | null;
|
|
12170
|
+
webhook_identifier?: string | null;
|
|
11262
12171
|
}
|
|
11263
|
-
namespace
|
|
12172
|
+
namespace ConnectorFigmaDiscriminatedConnectionSettings {
|
|
11264
12173
|
interface Settings {
|
|
11265
12174
|
oauth: Settings.OAuth;
|
|
11266
12175
|
/**
|
|
@@ -11304,8 +12213,8 @@ export declare namespace ListConnectionsResponse {
|
|
|
11304
12213
|
}
|
|
11305
12214
|
}
|
|
11306
12215
|
}
|
|
11307
|
-
interface
|
|
11308
|
-
connector_name: '
|
|
12216
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
12217
|
+
connector_name: 'github-source-control';
|
|
11309
12218
|
id?: string;
|
|
11310
12219
|
connector?: TopLevelAPI.Connector;
|
|
11311
12220
|
connector_config_id?: string | null;
|
|
@@ -11324,12 +12233,17 @@ export declare namespace ListConnectionsResponse {
|
|
|
11324
12233
|
metadata?: {
|
|
11325
12234
|
[key: string]: unknown;
|
|
11326
12235
|
} | null;
|
|
11327
|
-
settings?:
|
|
12236
|
+
settings?: ConnectorGitHubSourceControlDiscriminatedConnectionSettings.Settings;
|
|
11328
12237
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11329
12238
|
status_message?: string | null;
|
|
11330
12239
|
updated_at?: string;
|
|
12240
|
+
webhook_config?: string | number | boolean | {
|
|
12241
|
+
[key: string]: unknown;
|
|
12242
|
+
} | Array<unknown> | null;
|
|
12243
|
+
webhook_configured_at?: string | null;
|
|
12244
|
+
webhook_identifier?: string | null;
|
|
11331
12245
|
}
|
|
11332
|
-
namespace
|
|
12246
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
11333
12247
|
interface Settings {
|
|
11334
12248
|
oauth: Settings.OAuth;
|
|
11335
12249
|
/**
|
|
@@ -11397,6 +12311,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11397
12311
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11398
12312
|
status_message?: string | null;
|
|
11399
12313
|
updated_at?: string;
|
|
12314
|
+
webhook_config?: string | number | boolean | {
|
|
12315
|
+
[key: string]: unknown;
|
|
12316
|
+
} | Array<unknown> | null;
|
|
12317
|
+
webhook_configured_at?: string | null;
|
|
12318
|
+
webhook_identifier?: string | null;
|
|
11400
12319
|
}
|
|
11401
12320
|
namespace ConnectorGitHubDiscriminatedConnectionSettings {
|
|
11402
12321
|
interface Settings {
|
|
@@ -11466,6 +12385,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11466
12385
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11467
12386
|
status_message?: string | null;
|
|
11468
12387
|
updated_at?: string;
|
|
12388
|
+
webhook_config?: string | number | boolean | {
|
|
12389
|
+
[key: string]: unknown;
|
|
12390
|
+
} | Array<unknown> | null;
|
|
12391
|
+
webhook_configured_at?: string | null;
|
|
12392
|
+
webhook_identifier?: string | null;
|
|
11469
12393
|
}
|
|
11470
12394
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionSettings {
|
|
11471
12395
|
interface Settings {
|
|
@@ -11535,6 +12459,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11535
12459
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11536
12460
|
status_message?: string | null;
|
|
11537
12461
|
updated_at?: string;
|
|
12462
|
+
webhook_config?: string | number | boolean | {
|
|
12463
|
+
[key: string]: unknown;
|
|
12464
|
+
} | Array<unknown> | null;
|
|
12465
|
+
webhook_configured_at?: string | null;
|
|
12466
|
+
webhook_identifier?: string | null;
|
|
11538
12467
|
}
|
|
11539
12468
|
namespace ConnectorGoogleDocsDiscriminatedConnectionSettings {
|
|
11540
12469
|
interface Settings {
|
|
@@ -11604,6 +12533,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11604
12533
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11605
12534
|
status_message?: string | null;
|
|
11606
12535
|
updated_at?: string;
|
|
12536
|
+
webhook_config?: string | number | boolean | {
|
|
12537
|
+
[key: string]: unknown;
|
|
12538
|
+
} | Array<unknown> | null;
|
|
12539
|
+
webhook_configured_at?: string | null;
|
|
12540
|
+
webhook_identifier?: string | null;
|
|
11607
12541
|
}
|
|
11608
12542
|
namespace ConnectorGoogleDriveDiscriminatedConnectionSettings {
|
|
11609
12543
|
interface Settings {
|
|
@@ -11673,6 +12607,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11673
12607
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11674
12608
|
status_message?: string | null;
|
|
11675
12609
|
updated_at?: string;
|
|
12610
|
+
webhook_config?: string | number | boolean | {
|
|
12611
|
+
[key: string]: unknown;
|
|
12612
|
+
} | Array<unknown> | null;
|
|
12613
|
+
webhook_configured_at?: string | null;
|
|
12614
|
+
webhook_identifier?: string | null;
|
|
11676
12615
|
}
|
|
11677
12616
|
namespace ConnectorGoogleMailDiscriminatedConnectionSettings {
|
|
11678
12617
|
interface Settings {
|
|
@@ -11742,6 +12681,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11742
12681
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11743
12682
|
status_message?: string | null;
|
|
11744
12683
|
updated_at?: string;
|
|
12684
|
+
webhook_config?: string | number | boolean | {
|
|
12685
|
+
[key: string]: unknown;
|
|
12686
|
+
} | Array<unknown> | null;
|
|
12687
|
+
webhook_configured_at?: string | null;
|
|
12688
|
+
webhook_identifier?: string | null;
|
|
11745
12689
|
}
|
|
11746
12690
|
namespace ConnectorGoogleSheetDiscriminatedConnectionSettings {
|
|
11747
12691
|
interface Settings {
|
|
@@ -11811,6 +12755,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11811
12755
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11812
12756
|
status_message?: string | null;
|
|
11813
12757
|
updated_at?: string;
|
|
12758
|
+
webhook_config?: string | number | boolean | {
|
|
12759
|
+
[key: string]: unknown;
|
|
12760
|
+
} | Array<unknown> | null;
|
|
12761
|
+
webhook_configured_at?: string | null;
|
|
12762
|
+
webhook_identifier?: string | null;
|
|
11814
12763
|
}
|
|
11815
12764
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionSettings {
|
|
11816
12765
|
interface Settings {
|
|
@@ -11880,6 +12829,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11880
12829
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11881
12830
|
status_message?: string | null;
|
|
11882
12831
|
updated_at?: string;
|
|
12832
|
+
webhook_config?: string | number | boolean | {
|
|
12833
|
+
[key: string]: unknown;
|
|
12834
|
+
} | Array<unknown> | null;
|
|
12835
|
+
webhook_configured_at?: string | null;
|
|
12836
|
+
webhook_identifier?: string | null;
|
|
11883
12837
|
}
|
|
11884
12838
|
namespace ConnectorHubspotDiscriminatedConnectionSettings {
|
|
11885
12839
|
interface Settings {
|
|
@@ -11949,6 +12903,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
11949
12903
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
11950
12904
|
status_message?: string | null;
|
|
11951
12905
|
updated_at?: string;
|
|
12906
|
+
webhook_config?: string | number | boolean | {
|
|
12907
|
+
[key: string]: unknown;
|
|
12908
|
+
} | Array<unknown> | null;
|
|
12909
|
+
webhook_configured_at?: string | null;
|
|
12910
|
+
webhook_identifier?: string | null;
|
|
11952
12911
|
}
|
|
11953
12912
|
namespace ConnectorInstagramDiscriminatedConnectionSettings {
|
|
11954
12913
|
interface Settings {
|
|
@@ -12018,6 +12977,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12018
12977
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12019
12978
|
status_message?: string | null;
|
|
12020
12979
|
updated_at?: string;
|
|
12980
|
+
webhook_config?: string | number | boolean | {
|
|
12981
|
+
[key: string]: unknown;
|
|
12982
|
+
} | Array<unknown> | null;
|
|
12983
|
+
webhook_configured_at?: string | null;
|
|
12984
|
+
webhook_identifier?: string | null;
|
|
12021
12985
|
}
|
|
12022
12986
|
namespace ConnectorJiraDiscriminatedConnectionSettings {
|
|
12023
12987
|
interface Settings {
|
|
@@ -12091,6 +13055,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12091
13055
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12092
13056
|
status_message?: string | null;
|
|
12093
13057
|
updated_at?: string;
|
|
13058
|
+
webhook_config?: string | number | boolean | {
|
|
13059
|
+
[key: string]: unknown;
|
|
13060
|
+
} | Array<unknown> | null;
|
|
13061
|
+
webhook_configured_at?: string | null;
|
|
13062
|
+
webhook_identifier?: string | null;
|
|
12094
13063
|
}
|
|
12095
13064
|
namespace ConnectorLinearDiscriminatedConnectionSettings {
|
|
12096
13065
|
interface Settings {
|
|
@@ -12160,6 +13129,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12160
13129
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12161
13130
|
status_message?: string | null;
|
|
12162
13131
|
updated_at?: string;
|
|
13132
|
+
webhook_config?: string | number | boolean | {
|
|
13133
|
+
[key: string]: unknown;
|
|
13134
|
+
} | Array<unknown> | null;
|
|
13135
|
+
webhook_configured_at?: string | null;
|
|
13136
|
+
webhook_identifier?: string | null;
|
|
12163
13137
|
}
|
|
12164
13138
|
namespace ConnectorMondayDiscriminatedConnectionSettings {
|
|
12165
13139
|
interface Settings {
|
|
@@ -12229,6 +13203,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12229
13203
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12230
13204
|
status_message?: string | null;
|
|
12231
13205
|
updated_at?: string;
|
|
13206
|
+
webhook_config?: string | number | boolean | {
|
|
13207
|
+
[key: string]: unknown;
|
|
13208
|
+
} | Array<unknown> | null;
|
|
13209
|
+
webhook_configured_at?: string | null;
|
|
13210
|
+
webhook_identifier?: string | null;
|
|
12232
13211
|
}
|
|
12233
13212
|
namespace ConnectorNotionDiscriminatedConnectionSettings {
|
|
12234
13213
|
interface Settings {
|
|
@@ -12298,6 +13277,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12298
13277
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12299
13278
|
status_message?: string | null;
|
|
12300
13279
|
updated_at?: string;
|
|
13280
|
+
webhook_config?: string | number | boolean | {
|
|
13281
|
+
[key: string]: unknown;
|
|
13282
|
+
} | Array<unknown> | null;
|
|
13283
|
+
webhook_configured_at?: string | null;
|
|
13284
|
+
webhook_identifier?: string | null;
|
|
12301
13285
|
}
|
|
12302
13286
|
namespace ConnectorOnedriveDiscriminatedConnectionSettings {
|
|
12303
13287
|
interface Settings {
|
|
@@ -12367,6 +13351,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12367
13351
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12368
13352
|
status_message?: string | null;
|
|
12369
13353
|
updated_at?: string;
|
|
13354
|
+
webhook_config?: string | number | boolean | {
|
|
13355
|
+
[key: string]: unknown;
|
|
13356
|
+
} | Array<unknown> | null;
|
|
13357
|
+
webhook_configured_at?: string | null;
|
|
13358
|
+
webhook_identifier?: string | null;
|
|
12370
13359
|
}
|
|
12371
13360
|
namespace ConnectorOutlookDiscriminatedConnectionSettings {
|
|
12372
13361
|
interface Settings {
|
|
@@ -12436,6 +13425,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12436
13425
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12437
13426
|
status_message?: string | null;
|
|
12438
13427
|
updated_at?: string;
|
|
13428
|
+
webhook_config?: string | number | boolean | {
|
|
13429
|
+
[key: string]: unknown;
|
|
13430
|
+
} | Array<unknown> | null;
|
|
13431
|
+
webhook_configured_at?: string | null;
|
|
13432
|
+
webhook_identifier?: string | null;
|
|
12439
13433
|
}
|
|
12440
13434
|
namespace ConnectorSalesforceDiscriminatedConnectionSettings {
|
|
12441
13435
|
interface Settings {
|
|
@@ -12509,6 +13503,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12509
13503
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12510
13504
|
status_message?: string | null;
|
|
12511
13505
|
updated_at?: string;
|
|
13506
|
+
webhook_config?: string | number | boolean | {
|
|
13507
|
+
[key: string]: unknown;
|
|
13508
|
+
} | Array<unknown> | null;
|
|
13509
|
+
webhook_configured_at?: string | null;
|
|
13510
|
+
webhook_identifier?: string | null;
|
|
12512
13511
|
}
|
|
12513
13512
|
namespace ConnectorSharepointDiscriminatedConnectionSettings {
|
|
12514
13513
|
interface Settings {
|
|
@@ -12578,6 +13577,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12578
13577
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12579
13578
|
status_message?: string | null;
|
|
12580
13579
|
updated_at?: string;
|
|
13580
|
+
webhook_config?: string | number | boolean | {
|
|
13581
|
+
[key: string]: unknown;
|
|
13582
|
+
} | Array<unknown> | null;
|
|
13583
|
+
webhook_configured_at?: string | null;
|
|
13584
|
+
webhook_identifier?: string | null;
|
|
12581
13585
|
}
|
|
12582
13586
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionSettings {
|
|
12583
13587
|
interface Settings {
|
|
@@ -12647,6 +13651,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12647
13651
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12648
13652
|
status_message?: string | null;
|
|
12649
13653
|
updated_at?: string;
|
|
13654
|
+
webhook_config?: string | number | boolean | {
|
|
13655
|
+
[key: string]: unknown;
|
|
13656
|
+
} | Array<unknown> | null;
|
|
13657
|
+
webhook_configured_at?: string | null;
|
|
13658
|
+
webhook_identifier?: string | null;
|
|
12650
13659
|
}
|
|
12651
13660
|
namespace ConnectorSlackDiscriminatedConnectionSettings {
|
|
12652
13661
|
interface Settings {
|
|
@@ -12716,6 +13725,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12716
13725
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12717
13726
|
status_message?: string | null;
|
|
12718
13727
|
updated_at?: string;
|
|
13728
|
+
webhook_config?: string | number | boolean | {
|
|
13729
|
+
[key: string]: unknown;
|
|
13730
|
+
} | Array<unknown> | null;
|
|
13731
|
+
webhook_configured_at?: string | null;
|
|
13732
|
+
webhook_identifier?: string | null;
|
|
12719
13733
|
}
|
|
12720
13734
|
namespace ConnectorSnowflakeDiscriminatedConnectionSettings {
|
|
12721
13735
|
interface Settings {
|
|
@@ -12790,6 +13804,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12790
13804
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12791
13805
|
status_message?: string | null;
|
|
12792
13806
|
updated_at?: string;
|
|
13807
|
+
webhook_config?: string | number | boolean | {
|
|
13808
|
+
[key: string]: unknown;
|
|
13809
|
+
} | Array<unknown> | null;
|
|
13810
|
+
webhook_configured_at?: string | null;
|
|
13811
|
+
webhook_identifier?: string | null;
|
|
12793
13812
|
}
|
|
12794
13813
|
namespace ConnectorSpotifyDiscriminatedConnectionSettings {
|
|
12795
13814
|
interface Settings {
|
|
@@ -12859,6 +13878,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12859
13878
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12860
13879
|
status_message?: string | null;
|
|
12861
13880
|
updated_at?: string;
|
|
13881
|
+
webhook_config?: string | number | boolean | {
|
|
13882
|
+
[key: string]: unknown;
|
|
13883
|
+
} | Array<unknown> | null;
|
|
13884
|
+
webhook_configured_at?: string | null;
|
|
13885
|
+
webhook_identifier?: string | null;
|
|
12862
13886
|
}
|
|
12863
13887
|
namespace ConnectorYoutubeDiscriminatedConnectionSettings {
|
|
12864
13888
|
interface Settings {
|
|
@@ -12928,6 +13952,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
12928
13952
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
12929
13953
|
status_message?: string | null;
|
|
12930
13954
|
updated_at?: string;
|
|
13955
|
+
webhook_config?: string | number | boolean | {
|
|
13956
|
+
[key: string]: unknown;
|
|
13957
|
+
} | Array<unknown> | null;
|
|
13958
|
+
webhook_configured_at?: string | null;
|
|
13959
|
+
webhook_identifier?: string | null;
|
|
12931
13960
|
}
|
|
12932
13961
|
namespace ConnectorZendeskDiscriminatedConnectionSettings {
|
|
12933
13962
|
interface Settings {
|
|
@@ -13001,6 +14030,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13001
14030
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13002
14031
|
status_message?: string | null;
|
|
13003
14032
|
updated_at?: string;
|
|
14033
|
+
webhook_config?: string | number | boolean | {
|
|
14034
|
+
[key: string]: unknown;
|
|
14035
|
+
} | Array<unknown> | null;
|
|
14036
|
+
webhook_configured_at?: string | null;
|
|
14037
|
+
webhook_identifier?: string | null;
|
|
13004
14038
|
}
|
|
13005
14039
|
namespace ConnectorZoomDiscriminatedConnectionSettings {
|
|
13006
14040
|
interface Settings {
|
|
@@ -13070,6 +14104,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13070
14104
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13071
14105
|
status_message?: string | null;
|
|
13072
14106
|
updated_at?: string;
|
|
14107
|
+
webhook_config?: string | number | boolean | {
|
|
14108
|
+
[key: string]: unknown;
|
|
14109
|
+
} | Array<unknown> | null;
|
|
14110
|
+
webhook_configured_at?: string | null;
|
|
14111
|
+
webhook_identifier?: string | null;
|
|
13073
14112
|
}
|
|
13074
14113
|
namespace ConnectorApolloDiscriminatedConnectionSettings {
|
|
13075
14114
|
interface Settings {
|
|
@@ -13100,6 +14139,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13100
14139
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13101
14140
|
status_message?: string | null;
|
|
13102
14141
|
updated_at?: string;
|
|
14142
|
+
webhook_config?: string | number | boolean | {
|
|
14143
|
+
[key: string]: unknown;
|
|
14144
|
+
} | Array<unknown> | null;
|
|
14145
|
+
webhook_configured_at?: string | null;
|
|
14146
|
+
webhook_identifier?: string | null;
|
|
13103
14147
|
}
|
|
13104
14148
|
namespace ConnectorPlaidDiscriminatedConnectionSettings {
|
|
13105
14149
|
interface Settings {
|
|
@@ -13135,6 +14179,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13135
14179
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13136
14180
|
status_message?: string | null;
|
|
13137
14181
|
updated_at?: string;
|
|
14182
|
+
webhook_config?: string | number | boolean | {
|
|
14183
|
+
[key: string]: unknown;
|
|
14184
|
+
} | Array<unknown> | null;
|
|
14185
|
+
webhook_configured_at?: string | null;
|
|
14186
|
+
webhook_identifier?: string | null;
|
|
13138
14187
|
}
|
|
13139
14188
|
namespace ConnectorPostgresDiscriminatedConnectionSettings {
|
|
13140
14189
|
interface Settings {
|
|
@@ -13165,6 +14214,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13165
14214
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13166
14215
|
status_message?: string | null;
|
|
13167
14216
|
updated_at?: string;
|
|
14217
|
+
webhook_config?: string | number | boolean | {
|
|
14218
|
+
[key: string]: unknown;
|
|
14219
|
+
} | Array<unknown> | null;
|
|
14220
|
+
webhook_configured_at?: string | null;
|
|
14221
|
+
webhook_identifier?: string | null;
|
|
13168
14222
|
}
|
|
13169
14223
|
namespace ConnectorResendDiscriminatedConnectionSettings {
|
|
13170
14224
|
interface Settings {
|
|
@@ -13199,6 +14253,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13199
14253
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13200
14254
|
status_message?: string | null;
|
|
13201
14255
|
updated_at?: string;
|
|
14256
|
+
webhook_config?: string | number | boolean | {
|
|
14257
|
+
[key: string]: unknown;
|
|
14258
|
+
} | Array<unknown> | null;
|
|
14259
|
+
webhook_configured_at?: string | null;
|
|
14260
|
+
webhook_identifier?: string | null;
|
|
13202
14261
|
}
|
|
13203
14262
|
namespace ConnectorSendgridDiscriminatedConnectionSettings {
|
|
13204
14263
|
interface Settings {
|
|
@@ -13233,6 +14292,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13233
14292
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13234
14293
|
status_message?: string | null;
|
|
13235
14294
|
updated_at?: string;
|
|
14295
|
+
webhook_config?: string | number | boolean | {
|
|
14296
|
+
[key: string]: unknown;
|
|
14297
|
+
} | Array<unknown> | null;
|
|
14298
|
+
webhook_configured_at?: string | null;
|
|
14299
|
+
webhook_identifier?: string | null;
|
|
13236
14300
|
}
|
|
13237
14301
|
namespace ConnectorSlackAgentDiscriminatedConnectionSettings {
|
|
13238
14302
|
interface Settings {
|
|
@@ -13266,6 +14330,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13266
14330
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13267
14331
|
status_message?: string | null;
|
|
13268
14332
|
updated_at?: string;
|
|
14333
|
+
webhook_config?: string | number | boolean | {
|
|
14334
|
+
[key: string]: unknown;
|
|
14335
|
+
} | Array<unknown> | null;
|
|
14336
|
+
webhook_configured_at?: string | null;
|
|
14337
|
+
webhook_identifier?: string | null;
|
|
13269
14338
|
}
|
|
13270
14339
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionSettings {
|
|
13271
14340
|
interface Settings {
|
|
@@ -13410,6 +14479,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13410
14479
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13411
14480
|
status_message?: string | null;
|
|
13412
14481
|
updated_at?: string;
|
|
14482
|
+
webhook_config?: string | number | boolean | {
|
|
14483
|
+
[key: string]: unknown;
|
|
14484
|
+
} | Array<unknown> | null;
|
|
14485
|
+
webhook_configured_at?: string | null;
|
|
14486
|
+
webhook_identifier?: string | null;
|
|
13413
14487
|
}
|
|
13414
14488
|
namespace ConnectorStripeDiscriminatedConnectionSettings {
|
|
13415
14489
|
interface Settings {
|
|
@@ -13479,6 +14553,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13479
14553
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13480
14554
|
status_message?: string | null;
|
|
13481
14555
|
updated_at?: string;
|
|
14556
|
+
webhook_config?: string | number | boolean | {
|
|
14557
|
+
[key: string]: unknown;
|
|
14558
|
+
} | Array<unknown> | null;
|
|
14559
|
+
webhook_configured_at?: string | null;
|
|
14560
|
+
webhook_identifier?: string | null;
|
|
13482
14561
|
}
|
|
13483
14562
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionSettings {
|
|
13484
14563
|
interface Settings {
|
|
@@ -13548,6 +14627,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13548
14627
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13549
14628
|
status_message?: string | null;
|
|
13550
14629
|
updated_at?: string;
|
|
14630
|
+
webhook_config?: string | number | boolean | {
|
|
14631
|
+
[key: string]: unknown;
|
|
14632
|
+
} | Array<unknown> | null;
|
|
14633
|
+
webhook_configured_at?: string | null;
|
|
14634
|
+
webhook_identifier?: string | null;
|
|
13551
14635
|
}
|
|
13552
14636
|
namespace ConnectorTwilioDiscriminatedConnectionSettings {
|
|
13553
14637
|
interface Settings {
|
|
@@ -13584,6 +14668,11 @@ export declare namespace ListConnectionsResponse {
|
|
|
13584
14668
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
13585
14669
|
status_message?: string | null;
|
|
13586
14670
|
updated_at?: string;
|
|
14671
|
+
webhook_config?: string | number | boolean | {
|
|
14672
|
+
[key: string]: unknown;
|
|
14673
|
+
} | Array<unknown> | null;
|
|
14674
|
+
webhook_configured_at?: string | null;
|
|
14675
|
+
webhook_identifier?: string | null;
|
|
13587
14676
|
}
|
|
13588
14677
|
namespace ConnectorWorkatoDiscriminatedConnectionSettings {
|
|
13589
14678
|
interface Settings {
|
|
@@ -13593,7 +14682,7 @@ export declare namespace ListConnectionsResponse {
|
|
|
13593
14682
|
}
|
|
13594
14683
|
}
|
|
13595
14684
|
}
|
|
13596
|
-
export type ListConnectorConfigsResponse = ListConnectorConfigsResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorAgentmailDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorAsanaDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBigqueryDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBitbucketDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBoxDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorCalendlyDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorClickupDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorConfluenceDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorDatabricksDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorDiscordDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorDropboxDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorFigmaDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGitHubDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorHubspotDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorInstagramDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorJiraDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorLinearDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorMondayDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorNotionDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorOnedriveDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorOutlookDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSalesforceDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSharepointDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSpotifyDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorYoutubeDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorZendeskDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorZoomDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorApolloDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorPlaidDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorPostgresDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorResendDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSendgridDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorStripeDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorTwilioDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
14685
|
+
export type ListConnectorConfigsResponse = ListConnectorConfigsResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorAgentmailDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorAsanaDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBigqueryDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBitbucketDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorBoxDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorCalendlyDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorClickupDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorConfluenceDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorDatabricksDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorDiscordDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorDropboxDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorFigmaDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGitHubSourceControlDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGitHubDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorHubspotDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorInstagramDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorJiraDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorLinearDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorMondayDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorNotionDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorOnedriveDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorOutlookDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSalesforceDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSharepointDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSpotifyDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorYoutubeDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorZendeskDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorZoomDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorApolloDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorPlaidDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorPostgresDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorResendDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSendgridDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorStripeDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorTwilioDiscriminatedConnectorConfig | ListConnectorConfigsResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
13597
14686
|
export declare namespace ListConnectorConfigsResponse {
|
|
13598
14687
|
interface ConnectorAcmeApikeyDiscriminatedConnectorConfig {
|
|
13599
14688
|
/**
|
|
@@ -14232,6 +15321,51 @@ export declare namespace ListConnectorConfigsResponse {
|
|
|
14232
15321
|
}
|
|
14233
15322
|
}
|
|
14234
15323
|
}
|
|
15324
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
15325
|
+
config: ConnectorGitHubSourceControlDiscriminatedConnectorConfig.Config;
|
|
15326
|
+
connector_name: 'github-source-control';
|
|
15327
|
+
id?: string;
|
|
15328
|
+
connection_count?: number;
|
|
15329
|
+
connector?: TopLevelAPI.Connector;
|
|
15330
|
+
created_at?: string;
|
|
15331
|
+
disabled?: boolean | null;
|
|
15332
|
+
display_name?: string | null;
|
|
15333
|
+
integrations?: {
|
|
15334
|
+
[key: string]: TopLevelAPI.Integration;
|
|
15335
|
+
};
|
|
15336
|
+
/**
|
|
15337
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
15338
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
15339
|
+
* updates this object will be shallowly merged
|
|
15340
|
+
*/
|
|
15341
|
+
metadata?: {
|
|
15342
|
+
[key: string]: unknown;
|
|
15343
|
+
} | null;
|
|
15344
|
+
org_id?: string;
|
|
15345
|
+
updated_at?: string;
|
|
15346
|
+
}
|
|
15347
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
15348
|
+
interface Config {
|
|
15349
|
+
/**
|
|
15350
|
+
* Base oauth configuration for the connector
|
|
15351
|
+
*/
|
|
15352
|
+
oauth?: Config.OAuth | null;
|
|
15353
|
+
}
|
|
15354
|
+
namespace Config {
|
|
15355
|
+
/**
|
|
15356
|
+
* Base oauth configuration for the connector
|
|
15357
|
+
*/
|
|
15358
|
+
interface OAuth {
|
|
15359
|
+
client_id?: string | null;
|
|
15360
|
+
client_secret?: string | null;
|
|
15361
|
+
/**
|
|
15362
|
+
* Custom redirect URI
|
|
15363
|
+
*/
|
|
15364
|
+
redirect_uri?: string | null;
|
|
15365
|
+
scopes?: Array<string> | null;
|
|
15366
|
+
}
|
|
15367
|
+
}
|
|
15368
|
+
}
|
|
14235
15369
|
interface ConnectorGitHubDiscriminatedConnectorConfig {
|
|
14236
15370
|
config: ConnectorGitHubDiscriminatedConnectorConfig.Config;
|
|
14237
15371
|
connector_name: 'github';
|
|
@@ -15664,7 +16798,7 @@ export declare namespace ListConnectorConfigsResponse {
|
|
|
15664
16798
|
export interface ListConnectorsResponse extends Connector {
|
|
15665
16799
|
integrations?: Array<Integration>;
|
|
15666
16800
|
}
|
|
15667
|
-
export type ListConnnectorConfigsResponse = ListConnnectorConfigsResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorAgentmailDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorAsanaDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBigqueryDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBitbucketDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBoxDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorCalendlyDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorClickupDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorConfluenceDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorDatabricksDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorDiscordDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorDropboxDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorFigmaDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGitHubDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorHubspotDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorInstagramDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorJiraDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorLinearDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorMondayDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorNotionDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorOnedriveDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorOutlookDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSalesforceDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSharepointDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSpotifyDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorYoutubeDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorZendeskDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorZoomDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorApolloDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorPlaidDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorPostgresDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorResendDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSendgridDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorStripeDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorTwilioDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
16801
|
+
export type ListConnnectorConfigsResponse = ListConnnectorConfigsResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorAgentmailDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorAsanaDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBigqueryDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBitbucketDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorBoxDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorCalendlyDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorClickupDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorConfluenceDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorDatabricksDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorDiscordDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorDropboxDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorFigmaDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGitHubSourceControlDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGitHubDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorHubspotDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorInstagramDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorJiraDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorLinearDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorMondayDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorNotionDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorOnedriveDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorOutlookDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSalesforceDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSharepointDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSpotifyDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorYoutubeDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorZendeskDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorZoomDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorApolloDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorPlaidDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorPostgresDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorResendDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSendgridDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorStripeDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorTwilioDiscriminatedConnectorConfig | ListConnnectorConfigsResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
15668
16802
|
export declare namespace ListConnnectorConfigsResponse {
|
|
15669
16803
|
interface ConnectorAcmeApikeyDiscriminatedConnectorConfig {
|
|
15670
16804
|
/**
|
|
@@ -16303,6 +17437,51 @@ export declare namespace ListConnnectorConfigsResponse {
|
|
|
16303
17437
|
}
|
|
16304
17438
|
}
|
|
16305
17439
|
}
|
|
17440
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
17441
|
+
config: ConnectorGitHubSourceControlDiscriminatedConnectorConfig.Config;
|
|
17442
|
+
connector_name: 'github-source-control';
|
|
17443
|
+
id?: string;
|
|
17444
|
+
connection_count?: number;
|
|
17445
|
+
connector?: TopLevelAPI.Connector;
|
|
17446
|
+
created_at?: string;
|
|
17447
|
+
disabled?: boolean | null;
|
|
17448
|
+
display_name?: string | null;
|
|
17449
|
+
integrations?: {
|
|
17450
|
+
[key: string]: TopLevelAPI.Integration;
|
|
17451
|
+
};
|
|
17452
|
+
/**
|
|
17453
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
17454
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
17455
|
+
* updates this object will be shallowly merged
|
|
17456
|
+
*/
|
|
17457
|
+
metadata?: {
|
|
17458
|
+
[key: string]: unknown;
|
|
17459
|
+
} | null;
|
|
17460
|
+
org_id?: string;
|
|
17461
|
+
updated_at?: string;
|
|
17462
|
+
}
|
|
17463
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
17464
|
+
interface Config {
|
|
17465
|
+
/**
|
|
17466
|
+
* Base oauth configuration for the connector
|
|
17467
|
+
*/
|
|
17468
|
+
oauth?: Config.OAuth | null;
|
|
17469
|
+
}
|
|
17470
|
+
namespace Config {
|
|
17471
|
+
/**
|
|
17472
|
+
* Base oauth configuration for the connector
|
|
17473
|
+
*/
|
|
17474
|
+
interface OAuth {
|
|
17475
|
+
client_id?: string | null;
|
|
17476
|
+
client_secret?: string | null;
|
|
17477
|
+
/**
|
|
17478
|
+
* Custom redirect URI
|
|
17479
|
+
*/
|
|
17480
|
+
redirect_uri?: string | null;
|
|
17481
|
+
scopes?: Array<string> | null;
|
|
17482
|
+
}
|
|
17483
|
+
}
|
|
17484
|
+
}
|
|
16306
17485
|
interface ConnectorGitHubDiscriminatedConnectorConfig {
|
|
16307
17486
|
config: ConnectorGitHubDiscriminatedConnectorConfig.Config;
|
|
16308
17487
|
connector_name: 'github';
|
|
@@ -17782,13 +18961,10 @@ export declare namespace ListEventsResponse {
|
|
|
17782
18961
|
headers: {
|
|
17783
18962
|
[key: string]: unknown;
|
|
17784
18963
|
};
|
|
17785
|
-
|
|
17786
|
-
path: string;
|
|
17787
|
-
query: {
|
|
18964
|
+
payload: {
|
|
17788
18965
|
[key: string]: unknown;
|
|
17789
18966
|
};
|
|
17790
|
-
|
|
17791
|
-
body?: unknown;
|
|
18967
|
+
webhook_url: string;
|
|
17792
18968
|
}
|
|
17793
18969
|
}
|
|
17794
18970
|
interface UnionMember2 {
|
|
@@ -18139,7 +19315,7 @@ export declare namespace ListEventsResponse {
|
|
|
18139
19315
|
}
|
|
18140
19316
|
}
|
|
18141
19317
|
}
|
|
18142
|
-
export type PostConnectResponse = PostConnectResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | PostConnectResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | PostConnectResponse.ConnectorAgentmailDiscriminatedConnectionSettings | PostConnectResponse.ConnectorAsanaDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBigqueryDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBitbucketDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBoxDiscriminatedConnectionSettings | PostConnectResponse.ConnectorCalendlyDiscriminatedConnectionSettings | PostConnectResponse.ConnectorClickupDiscriminatedConnectionSettings | PostConnectResponse.ConnectorConfluenceDiscriminatedConnectionSettings | PostConnectResponse.ConnectorDatabricksDiscriminatedConnectionSettings | PostConnectResponse.ConnectorDiscordDiscriminatedConnectionSettings | PostConnectResponse.ConnectorDropboxDiscriminatedConnectionSettings | PostConnectResponse.ConnectorFigmaDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGitHubDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | PostConnectResponse.ConnectorHubspotDiscriminatedConnectionSettings | PostConnectResponse.ConnectorInstagramDiscriminatedConnectionSettings | PostConnectResponse.ConnectorJiraDiscriminatedConnectionSettings | PostConnectResponse.ConnectorLinearDiscriminatedConnectionSettings | PostConnectResponse.ConnectorMondayDiscriminatedConnectionSettings | PostConnectResponse.ConnectorNotionDiscriminatedConnectionSettings | PostConnectResponse.ConnectorOnedriveDiscriminatedConnectionSettings | PostConnectResponse.ConnectorOutlookDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSalesforceDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSharepointDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSpotifyDiscriminatedConnectionSettings | PostConnectResponse.ConnectorYoutubeDiscriminatedConnectionSettings | PostConnectResponse.ConnectorZendeskDiscriminatedConnectionSettings | PostConnectResponse.ConnectorZoomDiscriminatedConnectionSettings | PostConnectResponse.ConnectorApolloDiscriminatedConnectionSettings | PostConnectResponse.ConnectorPlaidDiscriminatedConnectionSettings | PostConnectResponse.ConnectorPostgresDiscriminatedConnectionSettings | PostConnectResponse.ConnectorResendDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSendgridDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | PostConnectResponse.ConnectorStripeDiscriminatedConnectionSettings | PostConnectResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | PostConnectResponse.ConnectorTwilioDiscriminatedConnectionSettings | PostConnectResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
19318
|
+
export type PostConnectResponse = PostConnectResponse.ConnectorAcmeApikeyDiscriminatedConnectionSettings | PostConnectResponse.ConnectorAcmeOauth2DiscriminatedConnectionSettings | PostConnectResponse.ConnectorAgentmailDiscriminatedConnectionSettings | PostConnectResponse.ConnectorAsanaDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBigqueryDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBitbucketDiscriminatedConnectionSettings | PostConnectResponse.ConnectorBoxDiscriminatedConnectionSettings | PostConnectResponse.ConnectorCalendlyDiscriminatedConnectionSettings | PostConnectResponse.ConnectorClickupDiscriminatedConnectionSettings | PostConnectResponse.ConnectorConfluenceDiscriminatedConnectionSettings | PostConnectResponse.ConnectorDatabricksDiscriminatedConnectionSettings | PostConnectResponse.ConnectorDiscordDiscriminatedConnectionSettings | PostConnectResponse.ConnectorDropboxDiscriminatedConnectionSettings | PostConnectResponse.ConnectorFigmaDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGitHubSourceControlDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGitHubDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleCalendarDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleDocsDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleDriveDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleMailDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleSheetDiscriminatedConnectionSettings | PostConnectResponse.ConnectorGoogleSlidesDiscriminatedConnectionSettings | PostConnectResponse.ConnectorHubspotDiscriminatedConnectionSettings | PostConnectResponse.ConnectorInstagramDiscriminatedConnectionSettings | PostConnectResponse.ConnectorJiraDiscriminatedConnectionSettings | PostConnectResponse.ConnectorLinearDiscriminatedConnectionSettings | PostConnectResponse.ConnectorMondayDiscriminatedConnectionSettings | PostConnectResponse.ConnectorNotionDiscriminatedConnectionSettings | PostConnectResponse.ConnectorOnedriveDiscriminatedConnectionSettings | PostConnectResponse.ConnectorOutlookDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSalesforceDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSharepointDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSnowflakeDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSpotifyDiscriminatedConnectionSettings | PostConnectResponse.ConnectorYoutubeDiscriminatedConnectionSettings | PostConnectResponse.ConnectorZendeskDiscriminatedConnectionSettings | PostConnectResponse.ConnectorZoomDiscriminatedConnectionSettings | PostConnectResponse.ConnectorApolloDiscriminatedConnectionSettings | PostConnectResponse.ConnectorPlaidDiscriminatedConnectionSettings | PostConnectResponse.ConnectorPostgresDiscriminatedConnectionSettings | PostConnectResponse.ConnectorResendDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSendgridDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackAgentDiscriminatedConnectionSettings | PostConnectResponse.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | PostConnectResponse.ConnectorStripeDiscriminatedConnectionSettings | PostConnectResponse.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | PostConnectResponse.ConnectorTwilioDiscriminatedConnectionSettings | PostConnectResponse.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
18143
19319
|
export declare namespace PostConnectResponse {
|
|
18144
19320
|
interface ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
18145
19321
|
connector_name: 'acme-apikey';
|
|
@@ -18163,6 +19339,11 @@ export declare namespace PostConnectResponse {
|
|
|
18163
19339
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18164
19340
|
status_message?: string | null;
|
|
18165
19341
|
updated_at?: string;
|
|
19342
|
+
webhook_config?: string | number | boolean | {
|
|
19343
|
+
[key: string]: unknown;
|
|
19344
|
+
} | Array<unknown> | null;
|
|
19345
|
+
webhook_configured_at?: string | null;
|
|
19346
|
+
webhook_identifier?: string | null;
|
|
18166
19347
|
}
|
|
18167
19348
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
18168
19349
|
interface Settings {
|
|
@@ -18191,6 +19372,11 @@ export declare namespace PostConnectResponse {
|
|
|
18191
19372
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18192
19373
|
status_message?: string | null;
|
|
18193
19374
|
updated_at?: string;
|
|
19375
|
+
webhook_config?: string | number | boolean | {
|
|
19376
|
+
[key: string]: unknown;
|
|
19377
|
+
} | Array<unknown> | null;
|
|
19378
|
+
webhook_configured_at?: string | null;
|
|
19379
|
+
webhook_identifier?: string | null;
|
|
18194
19380
|
}
|
|
18195
19381
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionSettings {
|
|
18196
19382
|
interface Settings {
|
|
@@ -18258,6 +19444,11 @@ export declare namespace PostConnectResponse {
|
|
|
18258
19444
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18259
19445
|
status_message?: string | null;
|
|
18260
19446
|
updated_at?: string;
|
|
19447
|
+
webhook_config?: string | number | boolean | {
|
|
19448
|
+
[key: string]: unknown;
|
|
19449
|
+
} | Array<unknown> | null;
|
|
19450
|
+
webhook_configured_at?: string | null;
|
|
19451
|
+
webhook_identifier?: string | null;
|
|
18261
19452
|
}
|
|
18262
19453
|
namespace ConnectorAgentmailDiscriminatedConnectionSettings {
|
|
18263
19454
|
interface Settings {
|
|
@@ -18286,6 +19477,11 @@ export declare namespace PostConnectResponse {
|
|
|
18286
19477
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18287
19478
|
status_message?: string | null;
|
|
18288
19479
|
updated_at?: string;
|
|
19480
|
+
webhook_config?: string | number | boolean | {
|
|
19481
|
+
[key: string]: unknown;
|
|
19482
|
+
} | Array<unknown> | null;
|
|
19483
|
+
webhook_configured_at?: string | null;
|
|
19484
|
+
webhook_identifier?: string | null;
|
|
18289
19485
|
}
|
|
18290
19486
|
namespace ConnectorAsanaDiscriminatedConnectionSettings {
|
|
18291
19487
|
interface Settings {
|
|
@@ -18353,10 +19549,20 @@ export declare namespace PostConnectResponse {
|
|
|
18353
19549
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18354
19550
|
status_message?: string | null;
|
|
18355
19551
|
updated_at?: string;
|
|
19552
|
+
webhook_config?: string | number | boolean | {
|
|
19553
|
+
[key: string]: unknown;
|
|
19554
|
+
} | Array<unknown> | null;
|
|
19555
|
+
webhook_configured_at?: string | null;
|
|
19556
|
+
webhook_identifier?: string | null;
|
|
18356
19557
|
}
|
|
18357
19558
|
namespace ConnectorBigqueryDiscriminatedConnectionSettings {
|
|
18358
19559
|
interface Settings {
|
|
18359
19560
|
oauth: Settings.OAuth;
|
|
19561
|
+
/**
|
|
19562
|
+
* Your Google Cloud Project ID (e.g., my-project-123). This is required to make
|
|
19563
|
+
* API calls to BigQuery.
|
|
19564
|
+
*/
|
|
19565
|
+
project_id: string;
|
|
18360
19566
|
/**
|
|
18361
19567
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
18362
19568
|
* for backward compatibility until we remove the oauth field
|
|
@@ -18420,6 +19626,11 @@ export declare namespace PostConnectResponse {
|
|
|
18420
19626
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18421
19627
|
status_message?: string | null;
|
|
18422
19628
|
updated_at?: string;
|
|
19629
|
+
webhook_config?: string | number | boolean | {
|
|
19630
|
+
[key: string]: unknown;
|
|
19631
|
+
} | Array<unknown> | null;
|
|
19632
|
+
webhook_configured_at?: string | null;
|
|
19633
|
+
webhook_identifier?: string | null;
|
|
18423
19634
|
}
|
|
18424
19635
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionSettings {
|
|
18425
19636
|
interface Settings {
|
|
@@ -18487,6 +19698,11 @@ export declare namespace PostConnectResponse {
|
|
|
18487
19698
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18488
19699
|
status_message?: string | null;
|
|
18489
19700
|
updated_at?: string;
|
|
19701
|
+
webhook_config?: string | number | boolean | {
|
|
19702
|
+
[key: string]: unknown;
|
|
19703
|
+
} | Array<unknown> | null;
|
|
19704
|
+
webhook_configured_at?: string | null;
|
|
19705
|
+
webhook_identifier?: string | null;
|
|
18490
19706
|
}
|
|
18491
19707
|
namespace ConnectorBitbucketDiscriminatedConnectionSettings {
|
|
18492
19708
|
interface Settings {
|
|
@@ -18554,6 +19770,11 @@ export declare namespace PostConnectResponse {
|
|
|
18554
19770
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18555
19771
|
status_message?: string | null;
|
|
18556
19772
|
updated_at?: string;
|
|
19773
|
+
webhook_config?: string | number | boolean | {
|
|
19774
|
+
[key: string]: unknown;
|
|
19775
|
+
} | Array<unknown> | null;
|
|
19776
|
+
webhook_configured_at?: string | null;
|
|
19777
|
+
webhook_identifier?: string | null;
|
|
18557
19778
|
}
|
|
18558
19779
|
namespace ConnectorBoxDiscriminatedConnectionSettings {
|
|
18559
19780
|
interface Settings {
|
|
@@ -18621,6 +19842,11 @@ export declare namespace PostConnectResponse {
|
|
|
18621
19842
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18622
19843
|
status_message?: string | null;
|
|
18623
19844
|
updated_at?: string;
|
|
19845
|
+
webhook_config?: string | number | boolean | {
|
|
19846
|
+
[key: string]: unknown;
|
|
19847
|
+
} | Array<unknown> | null;
|
|
19848
|
+
webhook_configured_at?: string | null;
|
|
19849
|
+
webhook_identifier?: string | null;
|
|
18624
19850
|
}
|
|
18625
19851
|
namespace ConnectorCalendlyDiscriminatedConnectionSettings {
|
|
18626
19852
|
interface Settings {
|
|
@@ -18688,6 +19914,11 @@ export declare namespace PostConnectResponse {
|
|
|
18688
19914
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18689
19915
|
status_message?: string | null;
|
|
18690
19916
|
updated_at?: string;
|
|
19917
|
+
webhook_config?: string | number | boolean | {
|
|
19918
|
+
[key: string]: unknown;
|
|
19919
|
+
} | Array<unknown> | null;
|
|
19920
|
+
webhook_configured_at?: string | null;
|
|
19921
|
+
webhook_identifier?: string | null;
|
|
18691
19922
|
}
|
|
18692
19923
|
namespace ConnectorClickupDiscriminatedConnectionSettings {
|
|
18693
19924
|
interface Settings {
|
|
@@ -18733,8 +19964,84 @@ export declare namespace PostConnectResponse {
|
|
|
18733
19964
|
}
|
|
18734
19965
|
}
|
|
18735
19966
|
}
|
|
18736
|
-
interface ConnectorConfluenceDiscriminatedConnectionSettings {
|
|
18737
|
-
connector_name: 'confluence';
|
|
19967
|
+
interface ConnectorConfluenceDiscriminatedConnectionSettings {
|
|
19968
|
+
connector_name: 'confluence';
|
|
19969
|
+
id?: string;
|
|
19970
|
+
connector_config_id?: string | null;
|
|
19971
|
+
created_at?: string;
|
|
19972
|
+
customer_id?: string | null;
|
|
19973
|
+
disabled?: boolean | null;
|
|
19974
|
+
display_name?: string | null;
|
|
19975
|
+
environment?: 'production' | 'development';
|
|
19976
|
+
integration_id?: string | null;
|
|
19977
|
+
/**
|
|
19978
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
19979
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
19980
|
+
* updates this object will be shallowly merged
|
|
19981
|
+
*/
|
|
19982
|
+
metadata?: {
|
|
19983
|
+
[key: string]: unknown;
|
|
19984
|
+
} | null;
|
|
19985
|
+
settings?: ConnectorConfluenceDiscriminatedConnectionSettings.Settings;
|
|
19986
|
+
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19987
|
+
status_message?: string | null;
|
|
19988
|
+
updated_at?: string;
|
|
19989
|
+
webhook_config?: string | number | boolean | {
|
|
19990
|
+
[key: string]: unknown;
|
|
19991
|
+
} | Array<unknown> | null;
|
|
19992
|
+
webhook_configured_at?: string | null;
|
|
19993
|
+
webhook_identifier?: string | null;
|
|
19994
|
+
}
|
|
19995
|
+
namespace ConnectorConfluenceDiscriminatedConnectionSettings {
|
|
19996
|
+
interface Settings {
|
|
19997
|
+
oauth: Settings.OAuth;
|
|
19998
|
+
/**
|
|
19999
|
+
* Your Atlassian site URL (e.g., https://your-domain.atlassian.net)
|
|
20000
|
+
*/
|
|
20001
|
+
site_url: string;
|
|
20002
|
+
/**
|
|
20003
|
+
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
20004
|
+
* for backward compatibility until we remove the oauth field
|
|
20005
|
+
*/
|
|
20006
|
+
access_token?: string;
|
|
20007
|
+
}
|
|
20008
|
+
namespace Settings {
|
|
20009
|
+
interface OAuth {
|
|
20010
|
+
created_at?: string;
|
|
20011
|
+
/**
|
|
20012
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
20013
|
+
*/
|
|
20014
|
+
credentials?: OAuth.Credentials;
|
|
20015
|
+
last_fetched_at?: string;
|
|
20016
|
+
metadata?: {
|
|
20017
|
+
[key: string]: unknown;
|
|
20018
|
+
} | null;
|
|
20019
|
+
updated_at?: string;
|
|
20020
|
+
}
|
|
20021
|
+
namespace OAuth {
|
|
20022
|
+
/**
|
|
20023
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
20024
|
+
*/
|
|
20025
|
+
interface Credentials {
|
|
20026
|
+
access_token: string;
|
|
20027
|
+
/**
|
|
20028
|
+
* Client ID used for the connection
|
|
20029
|
+
*/
|
|
20030
|
+
client_id?: string;
|
|
20031
|
+
expires_at?: string;
|
|
20032
|
+
expires_in?: number;
|
|
20033
|
+
raw?: {
|
|
20034
|
+
[key: string]: unknown;
|
|
20035
|
+
};
|
|
20036
|
+
refresh_token?: string;
|
|
20037
|
+
scope?: string;
|
|
20038
|
+
token_type?: string;
|
|
20039
|
+
}
|
|
20040
|
+
}
|
|
20041
|
+
}
|
|
20042
|
+
}
|
|
20043
|
+
interface ConnectorDatabricksDiscriminatedConnectionSettings {
|
|
20044
|
+
connector_name: 'databricks';
|
|
18738
20045
|
id?: string;
|
|
18739
20046
|
connector_config_id?: string | null;
|
|
18740
20047
|
created_at?: string;
|
|
@@ -18751,18 +20058,30 @@ export declare namespace PostConnectResponse {
|
|
|
18751
20058
|
metadata?: {
|
|
18752
20059
|
[key: string]: unknown;
|
|
18753
20060
|
} | null;
|
|
18754
|
-
settings?:
|
|
20061
|
+
settings?: ConnectorDatabricksDiscriminatedConnectionSettings.Settings;
|
|
18755
20062
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18756
20063
|
status_message?: string | null;
|
|
18757
20064
|
updated_at?: string;
|
|
20065
|
+
webhook_config?: string | number | boolean | {
|
|
20066
|
+
[key: string]: unknown;
|
|
20067
|
+
} | Array<unknown> | null;
|
|
20068
|
+
webhook_configured_at?: string | null;
|
|
20069
|
+
webhook_identifier?: string | null;
|
|
18758
20070
|
}
|
|
18759
|
-
namespace
|
|
20071
|
+
namespace ConnectorDatabricksDiscriminatedConnectionSettings {
|
|
18760
20072
|
interface Settings {
|
|
20073
|
+
/**
|
|
20074
|
+
* The HTTP path for your SQL warehouse. To find this, go to your SQL warehouse in
|
|
20075
|
+
* Databricks and click the "Connection details" button. Copy the HTTP path value.
|
|
20076
|
+
*/
|
|
20077
|
+
http_path: string;
|
|
18761
20078
|
oauth: Settings.OAuth;
|
|
18762
20079
|
/**
|
|
18763
|
-
*
|
|
20080
|
+
* The server hostname for your SQL warehouse. To find this, go to your SQL
|
|
20081
|
+
* warehouse in Databricks and click the "Connection details" button. Copy the
|
|
20082
|
+
* Server hostname value.
|
|
18764
20083
|
*/
|
|
18765
|
-
|
|
20084
|
+
server_hostname: string;
|
|
18766
20085
|
/**
|
|
18767
20086
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
18768
20087
|
* for backward compatibility until we remove the oauth field
|
|
@@ -18804,8 +20123,8 @@ export declare namespace PostConnectResponse {
|
|
|
18804
20123
|
}
|
|
18805
20124
|
}
|
|
18806
20125
|
}
|
|
18807
|
-
interface
|
|
18808
|
-
connector_name: '
|
|
20126
|
+
interface ConnectorDiscordDiscriminatedConnectionSettings {
|
|
20127
|
+
connector_name: 'discord';
|
|
18809
20128
|
id?: string;
|
|
18810
20129
|
connector_config_id?: string | null;
|
|
18811
20130
|
created_at?: string;
|
|
@@ -18822,19 +20141,18 @@ export declare namespace PostConnectResponse {
|
|
|
18822
20141
|
metadata?: {
|
|
18823
20142
|
[key: string]: unknown;
|
|
18824
20143
|
} | null;
|
|
18825
|
-
settings?:
|
|
20144
|
+
settings?: ConnectorDiscordDiscriminatedConnectionSettings.Settings;
|
|
18826
20145
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18827
20146
|
status_message?: string | null;
|
|
18828
20147
|
updated_at?: string;
|
|
20148
|
+
webhook_config?: string | number | boolean | {
|
|
20149
|
+
[key: string]: unknown;
|
|
20150
|
+
} | Array<unknown> | null;
|
|
20151
|
+
webhook_configured_at?: string | null;
|
|
20152
|
+
webhook_identifier?: string | null;
|
|
18829
20153
|
}
|
|
18830
|
-
namespace
|
|
20154
|
+
namespace ConnectorDiscordDiscriminatedConnectionSettings {
|
|
18831
20155
|
interface Settings {
|
|
18832
|
-
/**
|
|
18833
|
-
* Your Databricks workspace instance name (e.g., "your-workspace" for
|
|
18834
|
-
* your-workspace.cloud.databricks.com). Do not include https:// or
|
|
18835
|
-
* .cloud.databricks.com
|
|
18836
|
-
*/
|
|
18837
|
-
databricks_instance: string;
|
|
18838
20156
|
oauth: Settings.OAuth;
|
|
18839
20157
|
/**
|
|
18840
20158
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
@@ -18877,8 +20195,8 @@ export declare namespace PostConnectResponse {
|
|
|
18877
20195
|
}
|
|
18878
20196
|
}
|
|
18879
20197
|
}
|
|
18880
|
-
interface
|
|
18881
|
-
connector_name: '
|
|
20198
|
+
interface ConnectorDropboxDiscriminatedConnectionSettings {
|
|
20199
|
+
connector_name: 'dropbox';
|
|
18882
20200
|
id?: string;
|
|
18883
20201
|
connector_config_id?: string | null;
|
|
18884
20202
|
created_at?: string;
|
|
@@ -18895,12 +20213,17 @@ export declare namespace PostConnectResponse {
|
|
|
18895
20213
|
metadata?: {
|
|
18896
20214
|
[key: string]: unknown;
|
|
18897
20215
|
} | null;
|
|
18898
|
-
settings?:
|
|
20216
|
+
settings?: ConnectorDropboxDiscriminatedConnectionSettings.Settings;
|
|
18899
20217
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18900
20218
|
status_message?: string | null;
|
|
18901
20219
|
updated_at?: string;
|
|
20220
|
+
webhook_config?: string | number | boolean | {
|
|
20221
|
+
[key: string]: unknown;
|
|
20222
|
+
} | Array<unknown> | null;
|
|
20223
|
+
webhook_configured_at?: string | null;
|
|
20224
|
+
webhook_identifier?: string | null;
|
|
18902
20225
|
}
|
|
18903
|
-
namespace
|
|
20226
|
+
namespace ConnectorDropboxDiscriminatedConnectionSettings {
|
|
18904
20227
|
interface Settings {
|
|
18905
20228
|
oauth: Settings.OAuth;
|
|
18906
20229
|
/**
|
|
@@ -18944,8 +20267,8 @@ export declare namespace PostConnectResponse {
|
|
|
18944
20267
|
}
|
|
18945
20268
|
}
|
|
18946
20269
|
}
|
|
18947
|
-
interface
|
|
18948
|
-
connector_name: '
|
|
20270
|
+
interface ConnectorFigmaDiscriminatedConnectionSettings {
|
|
20271
|
+
connector_name: 'figma';
|
|
18949
20272
|
id?: string;
|
|
18950
20273
|
connector_config_id?: string | null;
|
|
18951
20274
|
created_at?: string;
|
|
@@ -18962,12 +20285,17 @@ export declare namespace PostConnectResponse {
|
|
|
18962
20285
|
metadata?: {
|
|
18963
20286
|
[key: string]: unknown;
|
|
18964
20287
|
} | null;
|
|
18965
|
-
settings?:
|
|
20288
|
+
settings?: ConnectorFigmaDiscriminatedConnectionSettings.Settings;
|
|
18966
20289
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
18967
20290
|
status_message?: string | null;
|
|
18968
20291
|
updated_at?: string;
|
|
20292
|
+
webhook_config?: string | number | boolean | {
|
|
20293
|
+
[key: string]: unknown;
|
|
20294
|
+
} | Array<unknown> | null;
|
|
20295
|
+
webhook_configured_at?: string | null;
|
|
20296
|
+
webhook_identifier?: string | null;
|
|
18969
20297
|
}
|
|
18970
|
-
namespace
|
|
20298
|
+
namespace ConnectorFigmaDiscriminatedConnectionSettings {
|
|
18971
20299
|
interface Settings {
|
|
18972
20300
|
oauth: Settings.OAuth;
|
|
18973
20301
|
/**
|
|
@@ -19011,8 +20339,8 @@ export declare namespace PostConnectResponse {
|
|
|
19011
20339
|
}
|
|
19012
20340
|
}
|
|
19013
20341
|
}
|
|
19014
|
-
interface
|
|
19015
|
-
connector_name: '
|
|
20342
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
20343
|
+
connector_name: 'github-source-control';
|
|
19016
20344
|
id?: string;
|
|
19017
20345
|
connector_config_id?: string | null;
|
|
19018
20346
|
created_at?: string;
|
|
@@ -19029,12 +20357,17 @@ export declare namespace PostConnectResponse {
|
|
|
19029
20357
|
metadata?: {
|
|
19030
20358
|
[key: string]: unknown;
|
|
19031
20359
|
} | null;
|
|
19032
|
-
settings?:
|
|
20360
|
+
settings?: ConnectorGitHubSourceControlDiscriminatedConnectionSettings.Settings;
|
|
19033
20361
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19034
20362
|
status_message?: string | null;
|
|
19035
20363
|
updated_at?: string;
|
|
20364
|
+
webhook_config?: string | number | boolean | {
|
|
20365
|
+
[key: string]: unknown;
|
|
20366
|
+
} | Array<unknown> | null;
|
|
20367
|
+
webhook_configured_at?: string | null;
|
|
20368
|
+
webhook_identifier?: string | null;
|
|
19036
20369
|
}
|
|
19037
|
-
namespace
|
|
20370
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
19038
20371
|
interface Settings {
|
|
19039
20372
|
oauth: Settings.OAuth;
|
|
19040
20373
|
/**
|
|
@@ -19100,6 +20433,11 @@ export declare namespace PostConnectResponse {
|
|
|
19100
20433
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19101
20434
|
status_message?: string | null;
|
|
19102
20435
|
updated_at?: string;
|
|
20436
|
+
webhook_config?: string | number | boolean | {
|
|
20437
|
+
[key: string]: unknown;
|
|
20438
|
+
} | Array<unknown> | null;
|
|
20439
|
+
webhook_configured_at?: string | null;
|
|
20440
|
+
webhook_identifier?: string | null;
|
|
19103
20441
|
}
|
|
19104
20442
|
namespace ConnectorGitHubDiscriminatedConnectionSettings {
|
|
19105
20443
|
interface Settings {
|
|
@@ -19167,6 +20505,11 @@ export declare namespace PostConnectResponse {
|
|
|
19167
20505
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19168
20506
|
status_message?: string | null;
|
|
19169
20507
|
updated_at?: string;
|
|
20508
|
+
webhook_config?: string | number | boolean | {
|
|
20509
|
+
[key: string]: unknown;
|
|
20510
|
+
} | Array<unknown> | null;
|
|
20511
|
+
webhook_configured_at?: string | null;
|
|
20512
|
+
webhook_identifier?: string | null;
|
|
19170
20513
|
}
|
|
19171
20514
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionSettings {
|
|
19172
20515
|
interface Settings {
|
|
@@ -19234,6 +20577,11 @@ export declare namespace PostConnectResponse {
|
|
|
19234
20577
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19235
20578
|
status_message?: string | null;
|
|
19236
20579
|
updated_at?: string;
|
|
20580
|
+
webhook_config?: string | number | boolean | {
|
|
20581
|
+
[key: string]: unknown;
|
|
20582
|
+
} | Array<unknown> | null;
|
|
20583
|
+
webhook_configured_at?: string | null;
|
|
20584
|
+
webhook_identifier?: string | null;
|
|
19237
20585
|
}
|
|
19238
20586
|
namespace ConnectorGoogleDocsDiscriminatedConnectionSettings {
|
|
19239
20587
|
interface Settings {
|
|
@@ -19301,6 +20649,11 @@ export declare namespace PostConnectResponse {
|
|
|
19301
20649
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19302
20650
|
status_message?: string | null;
|
|
19303
20651
|
updated_at?: string;
|
|
20652
|
+
webhook_config?: string | number | boolean | {
|
|
20653
|
+
[key: string]: unknown;
|
|
20654
|
+
} | Array<unknown> | null;
|
|
20655
|
+
webhook_configured_at?: string | null;
|
|
20656
|
+
webhook_identifier?: string | null;
|
|
19304
20657
|
}
|
|
19305
20658
|
namespace ConnectorGoogleDriveDiscriminatedConnectionSettings {
|
|
19306
20659
|
interface Settings {
|
|
@@ -19368,6 +20721,11 @@ export declare namespace PostConnectResponse {
|
|
|
19368
20721
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19369
20722
|
status_message?: string | null;
|
|
19370
20723
|
updated_at?: string;
|
|
20724
|
+
webhook_config?: string | number | boolean | {
|
|
20725
|
+
[key: string]: unknown;
|
|
20726
|
+
} | Array<unknown> | null;
|
|
20727
|
+
webhook_configured_at?: string | null;
|
|
20728
|
+
webhook_identifier?: string | null;
|
|
19371
20729
|
}
|
|
19372
20730
|
namespace ConnectorGoogleMailDiscriminatedConnectionSettings {
|
|
19373
20731
|
interface Settings {
|
|
@@ -19435,6 +20793,11 @@ export declare namespace PostConnectResponse {
|
|
|
19435
20793
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19436
20794
|
status_message?: string | null;
|
|
19437
20795
|
updated_at?: string;
|
|
20796
|
+
webhook_config?: string | number | boolean | {
|
|
20797
|
+
[key: string]: unknown;
|
|
20798
|
+
} | Array<unknown> | null;
|
|
20799
|
+
webhook_configured_at?: string | null;
|
|
20800
|
+
webhook_identifier?: string | null;
|
|
19438
20801
|
}
|
|
19439
20802
|
namespace ConnectorGoogleSheetDiscriminatedConnectionSettings {
|
|
19440
20803
|
interface Settings {
|
|
@@ -19502,6 +20865,11 @@ export declare namespace PostConnectResponse {
|
|
|
19502
20865
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19503
20866
|
status_message?: string | null;
|
|
19504
20867
|
updated_at?: string;
|
|
20868
|
+
webhook_config?: string | number | boolean | {
|
|
20869
|
+
[key: string]: unknown;
|
|
20870
|
+
} | Array<unknown> | null;
|
|
20871
|
+
webhook_configured_at?: string | null;
|
|
20872
|
+
webhook_identifier?: string | null;
|
|
19505
20873
|
}
|
|
19506
20874
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionSettings {
|
|
19507
20875
|
interface Settings {
|
|
@@ -19569,6 +20937,11 @@ export declare namespace PostConnectResponse {
|
|
|
19569
20937
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19570
20938
|
status_message?: string | null;
|
|
19571
20939
|
updated_at?: string;
|
|
20940
|
+
webhook_config?: string | number | boolean | {
|
|
20941
|
+
[key: string]: unknown;
|
|
20942
|
+
} | Array<unknown> | null;
|
|
20943
|
+
webhook_configured_at?: string | null;
|
|
20944
|
+
webhook_identifier?: string | null;
|
|
19572
20945
|
}
|
|
19573
20946
|
namespace ConnectorHubspotDiscriminatedConnectionSettings {
|
|
19574
20947
|
interface Settings {
|
|
@@ -19636,6 +21009,11 @@ export declare namespace PostConnectResponse {
|
|
|
19636
21009
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19637
21010
|
status_message?: string | null;
|
|
19638
21011
|
updated_at?: string;
|
|
21012
|
+
webhook_config?: string | number | boolean | {
|
|
21013
|
+
[key: string]: unknown;
|
|
21014
|
+
} | Array<unknown> | null;
|
|
21015
|
+
webhook_configured_at?: string | null;
|
|
21016
|
+
webhook_identifier?: string | null;
|
|
19639
21017
|
}
|
|
19640
21018
|
namespace ConnectorInstagramDiscriminatedConnectionSettings {
|
|
19641
21019
|
interface Settings {
|
|
@@ -19703,6 +21081,11 @@ export declare namespace PostConnectResponse {
|
|
|
19703
21081
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19704
21082
|
status_message?: string | null;
|
|
19705
21083
|
updated_at?: string;
|
|
21084
|
+
webhook_config?: string | number | boolean | {
|
|
21085
|
+
[key: string]: unknown;
|
|
21086
|
+
} | Array<unknown> | null;
|
|
21087
|
+
webhook_configured_at?: string | null;
|
|
21088
|
+
webhook_identifier?: string | null;
|
|
19706
21089
|
}
|
|
19707
21090
|
namespace ConnectorJiraDiscriminatedConnectionSettings {
|
|
19708
21091
|
interface Settings {
|
|
@@ -19774,6 +21157,11 @@ export declare namespace PostConnectResponse {
|
|
|
19774
21157
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19775
21158
|
status_message?: string | null;
|
|
19776
21159
|
updated_at?: string;
|
|
21160
|
+
webhook_config?: string | number | boolean | {
|
|
21161
|
+
[key: string]: unknown;
|
|
21162
|
+
} | Array<unknown> | null;
|
|
21163
|
+
webhook_configured_at?: string | null;
|
|
21164
|
+
webhook_identifier?: string | null;
|
|
19777
21165
|
}
|
|
19778
21166
|
namespace ConnectorLinearDiscriminatedConnectionSettings {
|
|
19779
21167
|
interface Settings {
|
|
@@ -19841,6 +21229,11 @@ export declare namespace PostConnectResponse {
|
|
|
19841
21229
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19842
21230
|
status_message?: string | null;
|
|
19843
21231
|
updated_at?: string;
|
|
21232
|
+
webhook_config?: string | number | boolean | {
|
|
21233
|
+
[key: string]: unknown;
|
|
21234
|
+
} | Array<unknown> | null;
|
|
21235
|
+
webhook_configured_at?: string | null;
|
|
21236
|
+
webhook_identifier?: string | null;
|
|
19844
21237
|
}
|
|
19845
21238
|
namespace ConnectorMondayDiscriminatedConnectionSettings {
|
|
19846
21239
|
interface Settings {
|
|
@@ -19908,6 +21301,11 @@ export declare namespace PostConnectResponse {
|
|
|
19908
21301
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19909
21302
|
status_message?: string | null;
|
|
19910
21303
|
updated_at?: string;
|
|
21304
|
+
webhook_config?: string | number | boolean | {
|
|
21305
|
+
[key: string]: unknown;
|
|
21306
|
+
} | Array<unknown> | null;
|
|
21307
|
+
webhook_configured_at?: string | null;
|
|
21308
|
+
webhook_identifier?: string | null;
|
|
19911
21309
|
}
|
|
19912
21310
|
namespace ConnectorNotionDiscriminatedConnectionSettings {
|
|
19913
21311
|
interface Settings {
|
|
@@ -19975,6 +21373,11 @@ export declare namespace PostConnectResponse {
|
|
|
19975
21373
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
19976
21374
|
status_message?: string | null;
|
|
19977
21375
|
updated_at?: string;
|
|
21376
|
+
webhook_config?: string | number | boolean | {
|
|
21377
|
+
[key: string]: unknown;
|
|
21378
|
+
} | Array<unknown> | null;
|
|
21379
|
+
webhook_configured_at?: string | null;
|
|
21380
|
+
webhook_identifier?: string | null;
|
|
19978
21381
|
}
|
|
19979
21382
|
namespace ConnectorOnedriveDiscriminatedConnectionSettings {
|
|
19980
21383
|
interface Settings {
|
|
@@ -20042,6 +21445,11 @@ export declare namespace PostConnectResponse {
|
|
|
20042
21445
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20043
21446
|
status_message?: string | null;
|
|
20044
21447
|
updated_at?: string;
|
|
21448
|
+
webhook_config?: string | number | boolean | {
|
|
21449
|
+
[key: string]: unknown;
|
|
21450
|
+
} | Array<unknown> | null;
|
|
21451
|
+
webhook_configured_at?: string | null;
|
|
21452
|
+
webhook_identifier?: string | null;
|
|
20045
21453
|
}
|
|
20046
21454
|
namespace ConnectorOutlookDiscriminatedConnectionSettings {
|
|
20047
21455
|
interface Settings {
|
|
@@ -20109,6 +21517,11 @@ export declare namespace PostConnectResponse {
|
|
|
20109
21517
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20110
21518
|
status_message?: string | null;
|
|
20111
21519
|
updated_at?: string;
|
|
21520
|
+
webhook_config?: string | number | boolean | {
|
|
21521
|
+
[key: string]: unknown;
|
|
21522
|
+
} | Array<unknown> | null;
|
|
21523
|
+
webhook_configured_at?: string | null;
|
|
21524
|
+
webhook_identifier?: string | null;
|
|
20112
21525
|
}
|
|
20113
21526
|
namespace ConnectorSalesforceDiscriminatedConnectionSettings {
|
|
20114
21527
|
interface Settings {
|
|
@@ -20180,6 +21593,11 @@ export declare namespace PostConnectResponse {
|
|
|
20180
21593
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20181
21594
|
status_message?: string | null;
|
|
20182
21595
|
updated_at?: string;
|
|
21596
|
+
webhook_config?: string | number | boolean | {
|
|
21597
|
+
[key: string]: unknown;
|
|
21598
|
+
} | Array<unknown> | null;
|
|
21599
|
+
webhook_configured_at?: string | null;
|
|
21600
|
+
webhook_identifier?: string | null;
|
|
20183
21601
|
}
|
|
20184
21602
|
namespace ConnectorSharepointDiscriminatedConnectionSettings {
|
|
20185
21603
|
interface Settings {
|
|
@@ -20247,6 +21665,11 @@ export declare namespace PostConnectResponse {
|
|
|
20247
21665
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20248
21666
|
status_message?: string | null;
|
|
20249
21667
|
updated_at?: string;
|
|
21668
|
+
webhook_config?: string | number | boolean | {
|
|
21669
|
+
[key: string]: unknown;
|
|
21670
|
+
} | Array<unknown> | null;
|
|
21671
|
+
webhook_configured_at?: string | null;
|
|
21672
|
+
webhook_identifier?: string | null;
|
|
20250
21673
|
}
|
|
20251
21674
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionSettings {
|
|
20252
21675
|
interface Settings {
|
|
@@ -20314,6 +21737,11 @@ export declare namespace PostConnectResponse {
|
|
|
20314
21737
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20315
21738
|
status_message?: string | null;
|
|
20316
21739
|
updated_at?: string;
|
|
21740
|
+
webhook_config?: string | number | boolean | {
|
|
21741
|
+
[key: string]: unknown;
|
|
21742
|
+
} | Array<unknown> | null;
|
|
21743
|
+
webhook_configured_at?: string | null;
|
|
21744
|
+
webhook_identifier?: string | null;
|
|
20317
21745
|
}
|
|
20318
21746
|
namespace ConnectorSlackDiscriminatedConnectionSettings {
|
|
20319
21747
|
interface Settings {
|
|
@@ -20381,6 +21809,11 @@ export declare namespace PostConnectResponse {
|
|
|
20381
21809
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20382
21810
|
status_message?: string | null;
|
|
20383
21811
|
updated_at?: string;
|
|
21812
|
+
webhook_config?: string | number | boolean | {
|
|
21813
|
+
[key: string]: unknown;
|
|
21814
|
+
} | Array<unknown> | null;
|
|
21815
|
+
webhook_configured_at?: string | null;
|
|
21816
|
+
webhook_identifier?: string | null;
|
|
20384
21817
|
}
|
|
20385
21818
|
namespace ConnectorSnowflakeDiscriminatedConnectionSettings {
|
|
20386
21819
|
interface Settings {
|
|
@@ -20453,6 +21886,11 @@ export declare namespace PostConnectResponse {
|
|
|
20453
21886
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20454
21887
|
status_message?: string | null;
|
|
20455
21888
|
updated_at?: string;
|
|
21889
|
+
webhook_config?: string | number | boolean | {
|
|
21890
|
+
[key: string]: unknown;
|
|
21891
|
+
} | Array<unknown> | null;
|
|
21892
|
+
webhook_configured_at?: string | null;
|
|
21893
|
+
webhook_identifier?: string | null;
|
|
20456
21894
|
}
|
|
20457
21895
|
namespace ConnectorSpotifyDiscriminatedConnectionSettings {
|
|
20458
21896
|
interface Settings {
|
|
@@ -20520,6 +21958,11 @@ export declare namespace PostConnectResponse {
|
|
|
20520
21958
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20521
21959
|
status_message?: string | null;
|
|
20522
21960
|
updated_at?: string;
|
|
21961
|
+
webhook_config?: string | number | boolean | {
|
|
21962
|
+
[key: string]: unknown;
|
|
21963
|
+
} | Array<unknown> | null;
|
|
21964
|
+
webhook_configured_at?: string | null;
|
|
21965
|
+
webhook_identifier?: string | null;
|
|
20523
21966
|
}
|
|
20524
21967
|
namespace ConnectorYoutubeDiscriminatedConnectionSettings {
|
|
20525
21968
|
interface Settings {
|
|
@@ -20587,6 +22030,11 @@ export declare namespace PostConnectResponse {
|
|
|
20587
22030
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20588
22031
|
status_message?: string | null;
|
|
20589
22032
|
updated_at?: string;
|
|
22033
|
+
webhook_config?: string | number | boolean | {
|
|
22034
|
+
[key: string]: unknown;
|
|
22035
|
+
} | Array<unknown> | null;
|
|
22036
|
+
webhook_configured_at?: string | null;
|
|
22037
|
+
webhook_identifier?: string | null;
|
|
20590
22038
|
}
|
|
20591
22039
|
namespace ConnectorZendeskDiscriminatedConnectionSettings {
|
|
20592
22040
|
interface Settings {
|
|
@@ -20658,6 +22106,11 @@ export declare namespace PostConnectResponse {
|
|
|
20658
22106
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20659
22107
|
status_message?: string | null;
|
|
20660
22108
|
updated_at?: string;
|
|
22109
|
+
webhook_config?: string | number | boolean | {
|
|
22110
|
+
[key: string]: unknown;
|
|
22111
|
+
} | Array<unknown> | null;
|
|
22112
|
+
webhook_configured_at?: string | null;
|
|
22113
|
+
webhook_identifier?: string | null;
|
|
20661
22114
|
}
|
|
20662
22115
|
namespace ConnectorZoomDiscriminatedConnectionSettings {
|
|
20663
22116
|
interface Settings {
|
|
@@ -20725,6 +22178,11 @@ export declare namespace PostConnectResponse {
|
|
|
20725
22178
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20726
22179
|
status_message?: string | null;
|
|
20727
22180
|
updated_at?: string;
|
|
22181
|
+
webhook_config?: string | number | boolean | {
|
|
22182
|
+
[key: string]: unknown;
|
|
22183
|
+
} | Array<unknown> | null;
|
|
22184
|
+
webhook_configured_at?: string | null;
|
|
22185
|
+
webhook_identifier?: string | null;
|
|
20728
22186
|
}
|
|
20729
22187
|
namespace ConnectorApolloDiscriminatedConnectionSettings {
|
|
20730
22188
|
interface Settings {
|
|
@@ -20753,6 +22211,11 @@ export declare namespace PostConnectResponse {
|
|
|
20753
22211
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20754
22212
|
status_message?: string | null;
|
|
20755
22213
|
updated_at?: string;
|
|
22214
|
+
webhook_config?: string | number | boolean | {
|
|
22215
|
+
[key: string]: unknown;
|
|
22216
|
+
} | Array<unknown> | null;
|
|
22217
|
+
webhook_configured_at?: string | null;
|
|
22218
|
+
webhook_identifier?: string | null;
|
|
20756
22219
|
}
|
|
20757
22220
|
namespace ConnectorPlaidDiscriminatedConnectionSettings {
|
|
20758
22221
|
interface Settings {
|
|
@@ -20786,6 +22249,11 @@ export declare namespace PostConnectResponse {
|
|
|
20786
22249
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20787
22250
|
status_message?: string | null;
|
|
20788
22251
|
updated_at?: string;
|
|
22252
|
+
webhook_config?: string | number | boolean | {
|
|
22253
|
+
[key: string]: unknown;
|
|
22254
|
+
} | Array<unknown> | null;
|
|
22255
|
+
webhook_configured_at?: string | null;
|
|
22256
|
+
webhook_identifier?: string | null;
|
|
20789
22257
|
}
|
|
20790
22258
|
namespace ConnectorPostgresDiscriminatedConnectionSettings {
|
|
20791
22259
|
interface Settings {
|
|
@@ -20814,6 +22282,11 @@ export declare namespace PostConnectResponse {
|
|
|
20814
22282
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20815
22283
|
status_message?: string | null;
|
|
20816
22284
|
updated_at?: string;
|
|
22285
|
+
webhook_config?: string | number | boolean | {
|
|
22286
|
+
[key: string]: unknown;
|
|
22287
|
+
} | Array<unknown> | null;
|
|
22288
|
+
webhook_configured_at?: string | null;
|
|
22289
|
+
webhook_identifier?: string | null;
|
|
20817
22290
|
}
|
|
20818
22291
|
namespace ConnectorResendDiscriminatedConnectionSettings {
|
|
20819
22292
|
interface Settings {
|
|
@@ -20846,6 +22319,11 @@ export declare namespace PostConnectResponse {
|
|
|
20846
22319
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20847
22320
|
status_message?: string | null;
|
|
20848
22321
|
updated_at?: string;
|
|
22322
|
+
webhook_config?: string | number | boolean | {
|
|
22323
|
+
[key: string]: unknown;
|
|
22324
|
+
} | Array<unknown> | null;
|
|
22325
|
+
webhook_configured_at?: string | null;
|
|
22326
|
+
webhook_identifier?: string | null;
|
|
20849
22327
|
}
|
|
20850
22328
|
namespace ConnectorSendgridDiscriminatedConnectionSettings {
|
|
20851
22329
|
interface Settings {
|
|
@@ -20878,6 +22356,11 @@ export declare namespace PostConnectResponse {
|
|
|
20878
22356
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20879
22357
|
status_message?: string | null;
|
|
20880
22358
|
updated_at?: string;
|
|
22359
|
+
webhook_config?: string | number | boolean | {
|
|
22360
|
+
[key: string]: unknown;
|
|
22361
|
+
} | Array<unknown> | null;
|
|
22362
|
+
webhook_configured_at?: string | null;
|
|
22363
|
+
webhook_identifier?: string | null;
|
|
20881
22364
|
}
|
|
20882
22365
|
namespace ConnectorSlackAgentDiscriminatedConnectionSettings {
|
|
20883
22366
|
interface Settings {
|
|
@@ -20909,6 +22392,11 @@ export declare namespace PostConnectResponse {
|
|
|
20909
22392
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
20910
22393
|
status_message?: string | null;
|
|
20911
22394
|
updated_at?: string;
|
|
22395
|
+
webhook_config?: string | number | boolean | {
|
|
22396
|
+
[key: string]: unknown;
|
|
22397
|
+
} | Array<unknown> | null;
|
|
22398
|
+
webhook_configured_at?: string | null;
|
|
22399
|
+
webhook_identifier?: string | null;
|
|
20912
22400
|
}
|
|
20913
22401
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionSettings {
|
|
20914
22402
|
interface Settings {
|
|
@@ -21051,6 +22539,11 @@ export declare namespace PostConnectResponse {
|
|
|
21051
22539
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
21052
22540
|
status_message?: string | null;
|
|
21053
22541
|
updated_at?: string;
|
|
22542
|
+
webhook_config?: string | number | boolean | {
|
|
22543
|
+
[key: string]: unknown;
|
|
22544
|
+
} | Array<unknown> | null;
|
|
22545
|
+
webhook_configured_at?: string | null;
|
|
22546
|
+
webhook_identifier?: string | null;
|
|
21054
22547
|
}
|
|
21055
22548
|
namespace ConnectorStripeDiscriminatedConnectionSettings {
|
|
21056
22549
|
interface Settings {
|
|
@@ -21118,6 +22611,11 @@ export declare namespace PostConnectResponse {
|
|
|
21118
22611
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
21119
22612
|
status_message?: string | null;
|
|
21120
22613
|
updated_at?: string;
|
|
22614
|
+
webhook_config?: string | number | boolean | {
|
|
22615
|
+
[key: string]: unknown;
|
|
22616
|
+
} | Array<unknown> | null;
|
|
22617
|
+
webhook_configured_at?: string | null;
|
|
22618
|
+
webhook_identifier?: string | null;
|
|
21121
22619
|
}
|
|
21122
22620
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionSettings {
|
|
21123
22621
|
interface Settings {
|
|
@@ -21185,6 +22683,11 @@ export declare namespace PostConnectResponse {
|
|
|
21185
22683
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
21186
22684
|
status_message?: string | null;
|
|
21187
22685
|
updated_at?: string;
|
|
22686
|
+
webhook_config?: string | number | boolean | {
|
|
22687
|
+
[key: string]: unknown;
|
|
22688
|
+
} | Array<unknown> | null;
|
|
22689
|
+
webhook_configured_at?: string | null;
|
|
22690
|
+
webhook_identifier?: string | null;
|
|
21188
22691
|
}
|
|
21189
22692
|
namespace ConnectorTwilioDiscriminatedConnectionSettings {
|
|
21190
22693
|
interface Settings {
|
|
@@ -21219,6 +22722,11 @@ export declare namespace PostConnectResponse {
|
|
|
21219
22722
|
status?: 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | null;
|
|
21220
22723
|
status_message?: string | null;
|
|
21221
22724
|
updated_at?: string;
|
|
22725
|
+
webhook_config?: string | number | boolean | {
|
|
22726
|
+
[key: string]: unknown;
|
|
22727
|
+
} | Array<unknown> | null;
|
|
22728
|
+
webhook_configured_at?: string | null;
|
|
22729
|
+
webhook_identifier?: string | null;
|
|
21222
22730
|
}
|
|
21223
22731
|
namespace ConnectorWorkatoDiscriminatedConnectionSettings {
|
|
21224
22732
|
interface Settings {
|
|
@@ -21231,7 +22739,7 @@ export declare namespace PostConnectResponse {
|
|
|
21231
22739
|
export type PreConfigureConnectorResponse = {
|
|
21232
22740
|
[key: string]: unknown;
|
|
21233
22741
|
};
|
|
21234
|
-
export type PreConnectResponse = PreConnectResponse.ConnectorAcmeApikeyDiscriminatedConnectInput | PreConnectResponse.ConnectorAcmeOauth2DiscriminatedConnectInput | PreConnectResponse.ConnectorAgentmailDiscriminatedConnectInput | PreConnectResponse.ConnectorAsanaDiscriminatedConnectInput | PreConnectResponse.ConnectorBigqueryDiscriminatedConnectInput | PreConnectResponse.ConnectorBitbucketSourceControlDiscriminatedConnectInput | PreConnectResponse.ConnectorBitbucketDiscriminatedConnectInput | PreConnectResponse.ConnectorBoxDiscriminatedConnectInput | PreConnectResponse.ConnectorCalendlyDiscriminatedConnectInput | PreConnectResponse.ConnectorClickupDiscriminatedConnectInput | PreConnectResponse.ConnectorConfluenceDiscriminatedConnectInput | PreConnectResponse.ConnectorDatabricksDiscriminatedConnectInput | PreConnectResponse.ConnectorDiscordDiscriminatedConnectInput | PreConnectResponse.ConnectorDropboxDiscriminatedConnectInput | PreConnectResponse.ConnectorFigmaDiscriminatedConnectInput | PreConnectResponse.ConnectorGitHubDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleCalendarDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleDocsDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleDriveDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleMailDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleSheetDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleSlidesDiscriminatedConnectInput | PreConnectResponse.ConnectorHubspotDiscriminatedConnectInput | PreConnectResponse.ConnectorInstagramDiscriminatedConnectInput | PreConnectResponse.ConnectorJiraDiscriminatedConnectInput | PreConnectResponse.ConnectorLinearDiscriminatedConnectInput | PreConnectResponse.ConnectorMondayDiscriminatedConnectInput | PreConnectResponse.ConnectorNotionDiscriminatedConnectInput | PreConnectResponse.ConnectorOnedriveDiscriminatedConnectInput | PreConnectResponse.ConnectorOutlookDiscriminatedConnectInput | PreConnectResponse.ConnectorSalesforceDiscriminatedConnectInput | PreConnectResponse.ConnectorSharepointDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackDeployedAgentDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackDiscriminatedConnectInput | PreConnectResponse.ConnectorSnowflakeDiscriminatedConnectInput | PreConnectResponse.ConnectorSpotifyDiscriminatedConnectInput | PreConnectResponse.ConnectorYoutubeDiscriminatedConnectInput | PreConnectResponse.ConnectorZendeskDiscriminatedConnectInput | PreConnectResponse.ConnectorZoomDiscriminatedConnectInput | PreConnectResponse.ConnectorApolloDiscriminatedConnectInput | PreConnectResponse.ConnectorPlaidDiscriminatedConnectInput | PreConnectResponse.ConnectorPostgresDiscriminatedConnectInput | PreConnectResponse.ConnectorResendDiscriminatedConnectInput | PreConnectResponse.ConnectorSendgridDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackAgentDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackAgentBuilderDiscriminatedConnectInput | PreConnectResponse.ConnectorStripeDiscriminatedConnectInput | PreConnectResponse.ConnectorStripeAgentSandboxDiscriminatedConnectInput | PreConnectResponse.ConnectorTwilioDiscriminatedConnectInput | PreConnectResponse.ConnectorWorkatoDiscriminatedConnectInput;
|
|
22742
|
+
export type PreConnectResponse = PreConnectResponse.ConnectorAcmeApikeyDiscriminatedConnectInput | PreConnectResponse.ConnectorAcmeOauth2DiscriminatedConnectInput | PreConnectResponse.ConnectorAgentmailDiscriminatedConnectInput | PreConnectResponse.ConnectorAsanaDiscriminatedConnectInput | PreConnectResponse.ConnectorBigqueryDiscriminatedConnectInput | PreConnectResponse.ConnectorBitbucketSourceControlDiscriminatedConnectInput | PreConnectResponse.ConnectorBitbucketDiscriminatedConnectInput | PreConnectResponse.ConnectorBoxDiscriminatedConnectInput | PreConnectResponse.ConnectorCalendlyDiscriminatedConnectInput | PreConnectResponse.ConnectorClickupDiscriminatedConnectInput | PreConnectResponse.ConnectorConfluenceDiscriminatedConnectInput | PreConnectResponse.ConnectorDatabricksDiscriminatedConnectInput | PreConnectResponse.ConnectorDiscordDiscriminatedConnectInput | PreConnectResponse.ConnectorDropboxDiscriminatedConnectInput | PreConnectResponse.ConnectorFigmaDiscriminatedConnectInput | PreConnectResponse.ConnectorGitHubSourceControlDiscriminatedConnectInput | PreConnectResponse.ConnectorGitHubDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleCalendarDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleDocsDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleDriveDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleMailDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleSheetDiscriminatedConnectInput | PreConnectResponse.ConnectorGoogleSlidesDiscriminatedConnectInput | PreConnectResponse.ConnectorHubspotDiscriminatedConnectInput | PreConnectResponse.ConnectorInstagramDiscriminatedConnectInput | PreConnectResponse.ConnectorJiraDiscriminatedConnectInput | PreConnectResponse.ConnectorLinearDiscriminatedConnectInput | PreConnectResponse.ConnectorMondayDiscriminatedConnectInput | PreConnectResponse.ConnectorNotionDiscriminatedConnectInput | PreConnectResponse.ConnectorOnedriveDiscriminatedConnectInput | PreConnectResponse.ConnectorOutlookDiscriminatedConnectInput | PreConnectResponse.ConnectorSalesforceDiscriminatedConnectInput | PreConnectResponse.ConnectorSharepointDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackDeployedAgentDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackDiscriminatedConnectInput | PreConnectResponse.ConnectorSnowflakeDiscriminatedConnectInput | PreConnectResponse.ConnectorSpotifyDiscriminatedConnectInput | PreConnectResponse.ConnectorYoutubeDiscriminatedConnectInput | PreConnectResponse.ConnectorZendeskDiscriminatedConnectInput | PreConnectResponse.ConnectorZoomDiscriminatedConnectInput | PreConnectResponse.ConnectorApolloDiscriminatedConnectInput | PreConnectResponse.ConnectorPlaidDiscriminatedConnectInput | PreConnectResponse.ConnectorPostgresDiscriminatedConnectInput | PreConnectResponse.ConnectorResendDiscriminatedConnectInput | PreConnectResponse.ConnectorSendgridDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackAgentDiscriminatedConnectInput | PreConnectResponse.ConnectorSlackAgentBuilderDiscriminatedConnectInput | PreConnectResponse.ConnectorStripeDiscriminatedConnectInput | PreConnectResponse.ConnectorStripeAgentSandboxDiscriminatedConnectInput | PreConnectResponse.ConnectorTwilioDiscriminatedConnectInput | PreConnectResponse.ConnectorWorkatoDiscriminatedConnectInput;
|
|
21235
22743
|
export declare namespace PreConnectResponse {
|
|
21236
22744
|
interface ConnectorAcmeApikeyDiscriminatedConnectInput {
|
|
21237
22745
|
connect_input: unknown;
|
|
@@ -21449,6 +22957,22 @@ export declare namespace PreConnectResponse {
|
|
|
21449
22957
|
code_verifier?: string;
|
|
21450
22958
|
}
|
|
21451
22959
|
}
|
|
22960
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectInput {
|
|
22961
|
+
connect_input: ConnectorGitHubSourceControlDiscriminatedConnectInput.ConnectInput;
|
|
22962
|
+
connector_name: 'github-source-control';
|
|
22963
|
+
}
|
|
22964
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectInput {
|
|
22965
|
+
interface ConnectInput {
|
|
22966
|
+
/**
|
|
22967
|
+
* URL to take user to for approval
|
|
22968
|
+
*/
|
|
22969
|
+
authorization_url: string;
|
|
22970
|
+
/**
|
|
22971
|
+
* Code verifier for PKCE
|
|
22972
|
+
*/
|
|
22973
|
+
code_verifier?: string;
|
|
22974
|
+
}
|
|
22975
|
+
}
|
|
21452
22976
|
interface ConnectorGitHubDiscriminatedConnectInput {
|
|
21453
22977
|
connect_input: ConnectorGitHubDiscriminatedConnectInput.ConnectInput;
|
|
21454
22978
|
connector_name: 'github';
|
|
@@ -21954,7 +23478,7 @@ export declare namespace PreConnectResponse {
|
|
|
21954
23478
|
connector_name: 'workato';
|
|
21955
23479
|
}
|
|
21956
23480
|
}
|
|
21957
|
-
export type UpsertConnnectorConfigResponse = UpsertConnnectorConfigResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorAgentmailDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorAsanaDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBigqueryDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBitbucketDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBoxDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorCalendlyDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorClickupDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorConfluenceDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorDatabricksDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorDiscordDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorDropboxDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorFigmaDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGitHubDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorHubspotDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorInstagramDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorJiraDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorLinearDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorMondayDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorNotionDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorOnedriveDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorOutlookDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSalesforceDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSharepointDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSpotifyDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorYoutubeDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorZendeskDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorZoomDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorApolloDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorPlaidDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorPostgresDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorResendDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSendgridDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorStripeDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorTwilioDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
23481
|
+
export type UpsertConnnectorConfigResponse = UpsertConnnectorConfigResponse.ConnectorAcmeApikeyDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorAcmeOauth2DiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorAgentmailDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorAsanaDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBigqueryDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBitbucketSourceControlDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBitbucketDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorBoxDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorCalendlyDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorClickupDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorConfluenceDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorDatabricksDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorDiscordDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorDropboxDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorFigmaDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGitHubSourceControlDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGitHubDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleCalendarDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleDocsDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleDriveDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleMailDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleSheetDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorGoogleSlidesDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorHubspotDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorInstagramDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorJiraDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorLinearDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorMondayDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorNotionDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorOnedriveDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorOutlookDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSalesforceDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSharepointDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackDeployedAgentDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSnowflakeDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSpotifyDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorYoutubeDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorZendeskDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorZoomDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorApolloDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorPlaidDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorPostgresDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorResendDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSendgridDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackAgentDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorSlackAgentBuilderDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorStripeDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorStripeAgentSandboxDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorTwilioDiscriminatedConnectorConfig | UpsertConnnectorConfigResponse.ConnectorWorkatoDiscriminatedConnectorConfig;
|
|
21958
23482
|
export declare namespace UpsertConnnectorConfigResponse {
|
|
21959
23483
|
interface ConnectorAcmeApikeyDiscriminatedConnectorConfig {
|
|
21960
23484
|
/**
|
|
@@ -22518,6 +24042,46 @@ export declare namespace UpsertConnnectorConfigResponse {
|
|
|
22518
24042
|
}
|
|
22519
24043
|
}
|
|
22520
24044
|
}
|
|
24045
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
24046
|
+
config: ConnectorGitHubSourceControlDiscriminatedConnectorConfig.Config;
|
|
24047
|
+
connector_name: 'github-source-control';
|
|
24048
|
+
id?: string;
|
|
24049
|
+
created_at?: string;
|
|
24050
|
+
disabled?: boolean | null;
|
|
24051
|
+
display_name?: string | null;
|
|
24052
|
+
/**
|
|
24053
|
+
* JSON object can can be used to associate arbitrary metadata to avoid needing a
|
|
24054
|
+
* separate 1-1 table just for simple key values in your application. During
|
|
24055
|
+
* updates this object will be shallowly merged
|
|
24056
|
+
*/
|
|
24057
|
+
metadata?: {
|
|
24058
|
+
[key: string]: unknown;
|
|
24059
|
+
} | null;
|
|
24060
|
+
org_id?: string;
|
|
24061
|
+
updated_at?: string;
|
|
24062
|
+
}
|
|
24063
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectorConfig {
|
|
24064
|
+
interface Config {
|
|
24065
|
+
/**
|
|
24066
|
+
* Base oauth configuration for the connector
|
|
24067
|
+
*/
|
|
24068
|
+
oauth?: Config.OAuth | null;
|
|
24069
|
+
}
|
|
24070
|
+
namespace Config {
|
|
24071
|
+
/**
|
|
24072
|
+
* Base oauth configuration for the connector
|
|
24073
|
+
*/
|
|
24074
|
+
interface OAuth {
|
|
24075
|
+
client_id?: string | null;
|
|
24076
|
+
client_secret?: string | null;
|
|
24077
|
+
/**
|
|
24078
|
+
* Custom redirect URI
|
|
24079
|
+
*/
|
|
24080
|
+
redirect_uri?: string | null;
|
|
24081
|
+
scopes?: Array<string> | null;
|
|
24082
|
+
}
|
|
24083
|
+
}
|
|
24084
|
+
}
|
|
22521
24085
|
interface ConnectorGitHubDiscriminatedConnectorConfig {
|
|
22522
24086
|
config: ConnectorGitHubDiscriminatedConnectorConfig.Config;
|
|
22523
24087
|
connector_name: 'github';
|
|
@@ -23817,7 +25381,7 @@ export interface CreateConnectionParams {
|
|
|
23817
25381
|
/**
|
|
23818
25382
|
* Connector specific data
|
|
23819
25383
|
*/
|
|
23820
|
-
data: CreateConnectionParams.ConnectorAcmeApikeyDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorAcmeOauth2DiscriminatedConnectionSettings | CreateConnectionParams.ConnectorAgentmailDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorAsanaDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBigqueryDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBitbucketDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBoxDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorCalendlyDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorClickupDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorConfluenceDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorDatabricksDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorDiscordDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorDropboxDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorFigmaDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGitHubDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleCalendarDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleDocsDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleDriveDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleMailDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleSheetDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleSlidesDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorHubspotDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorInstagramDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorJiraDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorLinearDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorMondayDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorNotionDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorOnedriveDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorOutlookDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSalesforceDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSharepointDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSnowflakeDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSpotifyDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorYoutubeDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorZendeskDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorZoomDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorApolloDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorPlaidDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorPostgresDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorResendDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSendgridDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackAgentDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorStripeDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorTwilioDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
25384
|
+
data: CreateConnectionParams.ConnectorAcmeApikeyDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorAcmeOauth2DiscriminatedConnectionSettings | CreateConnectionParams.ConnectorAgentmailDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorAsanaDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBigqueryDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBitbucketSourceControlDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBitbucketDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorBoxDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorCalendlyDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorClickupDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorConfluenceDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorDatabricksDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorDiscordDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorDropboxDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorFigmaDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGitHubSourceControlDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGitHubDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleCalendarDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleDocsDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleDriveDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleMailDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleSheetDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorGoogleSlidesDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorHubspotDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorInstagramDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorJiraDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorLinearDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorMondayDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorNotionDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorOnedriveDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorOutlookDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSalesforceDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSharepointDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackDeployedAgentDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSnowflakeDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSpotifyDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorYoutubeDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorZendeskDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorZoomDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorApolloDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorPlaidDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorPostgresDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorResendDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSendgridDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackAgentDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorSlackAgentBuilderDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorStripeDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorStripeAgentSandboxDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorTwilioDiscriminatedConnectionSettings | CreateConnectionParams.ConnectorWorkatoDiscriminatedConnectionSettings;
|
|
23821
25385
|
/**
|
|
23822
25386
|
* Perform a synchronous connection check before creating it.
|
|
23823
25387
|
*/
|
|
@@ -23957,6 +25521,11 @@ export declare namespace CreateConnectionParams {
|
|
|
23957
25521
|
namespace ConnectorBigqueryDiscriminatedConnectionSettings {
|
|
23958
25522
|
interface Settings {
|
|
23959
25523
|
oauth: Settings.OAuth;
|
|
25524
|
+
/**
|
|
25525
|
+
* Your Google Cloud Project ID (e.g., my-project-123). This is required to make
|
|
25526
|
+
* API calls to BigQuery.
|
|
25527
|
+
*/
|
|
25528
|
+
project_id: string;
|
|
23960
25529
|
/**
|
|
23961
25530
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
23962
25531
|
* for backward compatibility until we remove the oauth field
|
|
@@ -24297,12 +25866,17 @@ export declare namespace CreateConnectionParams {
|
|
|
24297
25866
|
namespace ConnectorDatabricksDiscriminatedConnectionSettings {
|
|
24298
25867
|
interface Settings {
|
|
24299
25868
|
/**
|
|
24300
|
-
*
|
|
24301
|
-
*
|
|
24302
|
-
* .cloud.databricks.com
|
|
25869
|
+
* The HTTP path for your SQL warehouse. To find this, go to your SQL warehouse in
|
|
25870
|
+
* Databricks and click the "Connection details" button. Copy the HTTP path value.
|
|
24303
25871
|
*/
|
|
24304
|
-
|
|
25872
|
+
http_path: string;
|
|
24305
25873
|
oauth: Settings.OAuth;
|
|
25874
|
+
/**
|
|
25875
|
+
* The server hostname for your SQL warehouse. To find this, go to your SQL
|
|
25876
|
+
* warehouse in Databricks and click the "Connection details" button. Copy the
|
|
25877
|
+
* Server hostname value.
|
|
25878
|
+
*/
|
|
25879
|
+
server_hostname: string;
|
|
24306
25880
|
/**
|
|
24307
25881
|
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
24308
25882
|
* for backward compatibility until we remove the oauth field
|
|
@@ -24488,6 +26062,54 @@ export declare namespace CreateConnectionParams {
|
|
|
24488
26062
|
}
|
|
24489
26063
|
}
|
|
24490
26064
|
}
|
|
26065
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
26066
|
+
connector_name: 'github-source-control';
|
|
26067
|
+
settings?: ConnectorGitHubSourceControlDiscriminatedConnectionSettings.Settings;
|
|
26068
|
+
}
|
|
26069
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectionSettings {
|
|
26070
|
+
interface Settings {
|
|
26071
|
+
oauth: Settings.OAuth;
|
|
26072
|
+
/**
|
|
26073
|
+
* Same as oauth.credentials.access_token, but more convenient to access. Optional
|
|
26074
|
+
* for backward compatibility until we remove the oauth field
|
|
26075
|
+
*/
|
|
26076
|
+
access_token?: string;
|
|
26077
|
+
}
|
|
26078
|
+
namespace Settings {
|
|
26079
|
+
interface OAuth {
|
|
26080
|
+
created_at?: string;
|
|
26081
|
+
/**
|
|
26082
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
26083
|
+
*/
|
|
26084
|
+
credentials?: OAuth.Credentials;
|
|
26085
|
+
last_fetched_at?: string;
|
|
26086
|
+
metadata?: {
|
|
26087
|
+
[key: string]: unknown;
|
|
26088
|
+
} | null;
|
|
26089
|
+
updated_at?: string;
|
|
26090
|
+
}
|
|
26091
|
+
namespace OAuth {
|
|
26092
|
+
/**
|
|
26093
|
+
* Output of the postConnect hook for oauth2 connectors
|
|
26094
|
+
*/
|
|
26095
|
+
interface Credentials {
|
|
26096
|
+
access_token: string;
|
|
26097
|
+
/**
|
|
26098
|
+
* Client ID used for the connection
|
|
26099
|
+
*/
|
|
26100
|
+
client_id?: string;
|
|
26101
|
+
expires_at?: string;
|
|
26102
|
+
expires_in?: number;
|
|
26103
|
+
raw?: {
|
|
26104
|
+
[key: string]: unknown;
|
|
26105
|
+
};
|
|
26106
|
+
refresh_token?: string;
|
|
26107
|
+
scope?: string;
|
|
26108
|
+
token_type?: string;
|
|
26109
|
+
}
|
|
26110
|
+
}
|
|
26111
|
+
}
|
|
26112
|
+
}
|
|
24491
26113
|
interface ConnectorGitHubDiscriminatedConnectionSettings {
|
|
24492
26114
|
connector_name: 'github';
|
|
24493
26115
|
settings?: ConnectorGitHubDiscriminatedConnectionSettings.Settings;
|
|
@@ -25999,12 +27621,12 @@ export declare namespace CreateTokenParams {
|
|
|
25999
27621
|
* Automatically trigger connection flow for the specified connector when the page
|
|
26000
27622
|
* loads. Only works when view is "add" and the connector is available.
|
|
26001
27623
|
*/
|
|
26002
|
-
auto_connect?: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
27624
|
+
auto_connect?: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
26003
27625
|
/**
|
|
26004
27626
|
* The names of the connectors to show in the connect page. If not provided, all
|
|
26005
27627
|
* connectors will be shown
|
|
26006
27628
|
*/
|
|
26007
|
-
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
27629
|
+
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
26008
27630
|
/**
|
|
26009
27631
|
* Whether to enable debug mode
|
|
26010
27632
|
*/
|
|
@@ -26060,7 +27682,7 @@ export interface ListConnectionsParams extends OffsetPaginationParams {
|
|
|
26060
27682
|
* The id of the connector config, starts with `ccfg_`
|
|
26061
27683
|
*/
|
|
26062
27684
|
connector_config_id?: string;
|
|
26063
|
-
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
27685
|
+
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
26064
27686
|
/**
|
|
26065
27687
|
* The id of the customer in your application. Ensure it is unique for that
|
|
26066
27688
|
* customer.
|
|
@@ -26085,7 +27707,7 @@ export interface ListConnectionsParams extends OffsetPaginationParams {
|
|
|
26085
27707
|
search_query?: string;
|
|
26086
27708
|
}
|
|
26087
27709
|
export interface ListConnectorConfigsParams extends OffsetPaginationParams {
|
|
26088
|
-
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
27710
|
+
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
26089
27711
|
expand?: Array<'connector' | 'connector.schemas' | 'connection_count'>;
|
|
26090
27712
|
/**
|
|
26091
27713
|
* Include disabled connector configs in the response. By default, disabled configs
|
|
@@ -26107,7 +27729,7 @@ export interface ListConnectorsParams extends OffsetPaginationParams {
|
|
|
26107
27729
|
limit?: number;
|
|
26108
27730
|
}
|
|
26109
27731
|
export interface ListConnnectorConfigsParams extends OffsetPaginationParams {
|
|
26110
|
-
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
27732
|
+
connector_names?: Array<'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom'>;
|
|
26111
27733
|
expand?: Array<'connector' | 'connector.schemas' | 'connection_count'>;
|
|
26112
27734
|
/**
|
|
26113
27735
|
* Include disabled connector configs in the response. By default, disabled configs
|
|
@@ -26143,7 +27765,7 @@ export interface PostConnectParams {
|
|
|
26143
27765
|
* id alone.
|
|
26144
27766
|
*/
|
|
26145
27767
|
connector_config_id: string;
|
|
26146
|
-
discriminated_data: PostConnectParams.ConnectorAcmeApikeyDiscriminatedConnectOutput | PostConnectParams.ConnectorAcmeOauth2DiscriminatedConnectOutput | PostConnectParams.ConnectorAgentmailDiscriminatedConnectOutput | PostConnectParams.ConnectorAsanaDiscriminatedConnectOutput | PostConnectParams.ConnectorBigqueryDiscriminatedConnectOutput | PostConnectParams.ConnectorBitbucketSourceControlDiscriminatedConnectOutput | PostConnectParams.ConnectorBitbucketDiscriminatedConnectOutput | PostConnectParams.ConnectorBoxDiscriminatedConnectOutput | PostConnectParams.ConnectorCalendlyDiscriminatedConnectOutput | PostConnectParams.ConnectorClickupDiscriminatedConnectOutput | PostConnectParams.ConnectorConfluenceDiscriminatedConnectOutput | PostConnectParams.ConnectorDatabricksDiscriminatedConnectOutput | PostConnectParams.ConnectorDiscordDiscriminatedConnectOutput | PostConnectParams.ConnectorDropboxDiscriminatedConnectOutput | PostConnectParams.ConnectorFigmaDiscriminatedConnectOutput | PostConnectParams.ConnectorGitHubDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleCalendarDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleDocsDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleDriveDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleMailDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleSheetDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleSlidesDiscriminatedConnectOutput | PostConnectParams.ConnectorHubspotDiscriminatedConnectOutput | PostConnectParams.ConnectorInstagramDiscriminatedConnectOutput | PostConnectParams.ConnectorJiraDiscriminatedConnectOutput | PostConnectParams.ConnectorLinearDiscriminatedConnectOutput | PostConnectParams.ConnectorMondayDiscriminatedConnectOutput | PostConnectParams.ConnectorNotionDiscriminatedConnectOutput | PostConnectParams.ConnectorOnedriveDiscriminatedConnectOutput | PostConnectParams.ConnectorOutlookDiscriminatedConnectOutput | PostConnectParams.ConnectorSalesforceDiscriminatedConnectOutput | PostConnectParams.ConnectorSharepointDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackDeployedAgentDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackDiscriminatedConnectOutput | PostConnectParams.ConnectorSnowflakeDiscriminatedConnectOutput | PostConnectParams.ConnectorSpotifyDiscriminatedConnectOutput | PostConnectParams.ConnectorYoutubeDiscriminatedConnectOutput | PostConnectParams.ConnectorZendeskDiscriminatedConnectOutput | PostConnectParams.ConnectorZoomDiscriminatedConnectOutput | PostConnectParams.ConnectorApolloDiscriminatedConnectOutput | PostConnectParams.ConnectorPlaidDiscriminatedConnectOutput | PostConnectParams.ConnectorPostgresDiscriminatedConnectOutput | PostConnectParams.ConnectorResendDiscriminatedConnectOutput | PostConnectParams.ConnectorSendgridDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackAgentDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackAgentBuilderDiscriminatedConnectOutput | PostConnectParams.ConnectorStripeDiscriminatedConnectOutput | PostConnectParams.ConnectorStripeAgentSandboxDiscriminatedConnectOutput | PostConnectParams.ConnectorTwilioDiscriminatedConnectOutput | PostConnectParams.ConnectorWorkatoDiscriminatedConnectOutput;
|
|
27768
|
+
discriminated_data: PostConnectParams.ConnectorAcmeApikeyDiscriminatedConnectOutput | PostConnectParams.ConnectorAcmeOauth2DiscriminatedConnectOutput | PostConnectParams.ConnectorAgentmailDiscriminatedConnectOutput | PostConnectParams.ConnectorAsanaDiscriminatedConnectOutput | PostConnectParams.ConnectorBigqueryDiscriminatedConnectOutput | PostConnectParams.ConnectorBitbucketSourceControlDiscriminatedConnectOutput | PostConnectParams.ConnectorBitbucketDiscriminatedConnectOutput | PostConnectParams.ConnectorBoxDiscriminatedConnectOutput | PostConnectParams.ConnectorCalendlyDiscriminatedConnectOutput | PostConnectParams.ConnectorClickupDiscriminatedConnectOutput | PostConnectParams.ConnectorConfluenceDiscriminatedConnectOutput | PostConnectParams.ConnectorDatabricksDiscriminatedConnectOutput | PostConnectParams.ConnectorDiscordDiscriminatedConnectOutput | PostConnectParams.ConnectorDropboxDiscriminatedConnectOutput | PostConnectParams.ConnectorFigmaDiscriminatedConnectOutput | PostConnectParams.ConnectorGitHubSourceControlDiscriminatedConnectOutput | PostConnectParams.ConnectorGitHubDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleCalendarDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleDocsDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleDriveDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleMailDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleSheetDiscriminatedConnectOutput | PostConnectParams.ConnectorGoogleSlidesDiscriminatedConnectOutput | PostConnectParams.ConnectorHubspotDiscriminatedConnectOutput | PostConnectParams.ConnectorInstagramDiscriminatedConnectOutput | PostConnectParams.ConnectorJiraDiscriminatedConnectOutput | PostConnectParams.ConnectorLinearDiscriminatedConnectOutput | PostConnectParams.ConnectorMondayDiscriminatedConnectOutput | PostConnectParams.ConnectorNotionDiscriminatedConnectOutput | PostConnectParams.ConnectorOnedriveDiscriminatedConnectOutput | PostConnectParams.ConnectorOutlookDiscriminatedConnectOutput | PostConnectParams.ConnectorSalesforceDiscriminatedConnectOutput | PostConnectParams.ConnectorSharepointDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackDeployedAgentDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackDiscriminatedConnectOutput | PostConnectParams.ConnectorSnowflakeDiscriminatedConnectOutput | PostConnectParams.ConnectorSpotifyDiscriminatedConnectOutput | PostConnectParams.ConnectorYoutubeDiscriminatedConnectOutput | PostConnectParams.ConnectorZendeskDiscriminatedConnectOutput | PostConnectParams.ConnectorZoomDiscriminatedConnectOutput | PostConnectParams.ConnectorApolloDiscriminatedConnectOutput | PostConnectParams.ConnectorPlaidDiscriminatedConnectOutput | PostConnectParams.ConnectorPostgresDiscriminatedConnectOutput | PostConnectParams.ConnectorResendDiscriminatedConnectOutput | PostConnectParams.ConnectorSendgridDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackAgentDiscriminatedConnectOutput | PostConnectParams.ConnectorSlackAgentBuilderDiscriminatedConnectOutput | PostConnectParams.ConnectorStripeDiscriminatedConnectOutput | PostConnectParams.ConnectorStripeAgentSandboxDiscriminatedConnectOutput | PostConnectParams.ConnectorTwilioDiscriminatedConnectOutput | PostConnectParams.ConnectorWorkatoDiscriminatedConnectOutput;
|
|
26147
27769
|
options: PostConnectParams.Options;
|
|
26148
27770
|
}
|
|
26149
27771
|
export declare namespace PostConnectParams {
|
|
@@ -26529,6 +28151,34 @@ export declare namespace PostConnectParams {
|
|
|
26529
28151
|
code_verifier?: string;
|
|
26530
28152
|
}
|
|
26531
28153
|
}
|
|
28154
|
+
interface ConnectorGitHubSourceControlDiscriminatedConnectOutput {
|
|
28155
|
+
connect_output: ConnectorGitHubSourceControlDiscriminatedConnectOutput.ConnectOutput;
|
|
28156
|
+
connector_name: 'github-source-control';
|
|
28157
|
+
}
|
|
28158
|
+
namespace ConnectorGitHubSourceControlDiscriminatedConnectOutput {
|
|
28159
|
+
interface ConnectOutput {
|
|
28160
|
+
/**
|
|
28161
|
+
* OAuth2 authorization code used for token exchange
|
|
28162
|
+
*/
|
|
28163
|
+
code: string;
|
|
28164
|
+
/**
|
|
28165
|
+
* OAuth2 state
|
|
28166
|
+
*/
|
|
28167
|
+
state: string;
|
|
28168
|
+
/**
|
|
28169
|
+
* Custom client ID to use for token exchange
|
|
28170
|
+
*/
|
|
28171
|
+
client_id?: string;
|
|
28172
|
+
/**
|
|
28173
|
+
* Custom client secret to use for token exchange
|
|
28174
|
+
*/
|
|
28175
|
+
client_secret?: string;
|
|
28176
|
+
/**
|
|
28177
|
+
* Code verifier for PKCE from the connect input
|
|
28178
|
+
*/
|
|
28179
|
+
code_verifier?: string;
|
|
28180
|
+
}
|
|
28181
|
+
}
|
|
26532
28182
|
interface ConnectorGitHubDiscriminatedConnectOutput {
|
|
26533
28183
|
connect_output: ConnectorGitHubDiscriminatedConnectOutput.ConnectOutput;
|
|
26534
28184
|
connector_name: 'github';
|
|
@@ -27428,7 +29078,7 @@ export declare namespace PostConnectParams {
|
|
|
27428
29078
|
}
|
|
27429
29079
|
}
|
|
27430
29080
|
export interface PreConfigureConnectorParams {
|
|
27431
|
-
connector_name: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
29081
|
+
connector_name: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'databricks' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'google-calendar' | 'google-docs' | 'google-drive' | 'google-mail' | 'google-sheet' | 'google-slides' | 'hubspot' | 'instagram' | 'jira' | 'linear' | 'monday' | 'notion' | 'onedrive' | 'outlook' | 'plaid' | 'postgres' | 'resend' | 'salesforce' | 'sendgrid' | 'sharepoint' | 'slack' | 'slack-agent' | 'slack-agent-builder' | 'slack-deployed-agent' | 'snowflake' | 'spotify' | 'stripe' | 'stripe-agent-sandbox' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
27432
29082
|
}
|
|
27433
29083
|
export interface PreConnectParams {
|
|
27434
29084
|
/**
|
|
@@ -27437,7 +29087,7 @@ export interface PreConnectParams {
|
|
|
27437
29087
|
* id alone.
|
|
27438
29088
|
*/
|
|
27439
29089
|
connector_config_id: string;
|
|
27440
|
-
discriminated_data?: PreConnectParams.ConnectorAcmeApikeyDiscriminatedPreConnectInput | PreConnectParams.ConnectorAcmeOauth2DiscriminatedPreConnectInput | PreConnectParams.ConnectorAgentmailDiscriminatedPreConnectInput | PreConnectParams.ConnectorAsanaDiscriminatedPreConnectInput | PreConnectParams.ConnectorBigqueryDiscriminatedPreConnectInput | PreConnectParams.ConnectorBitbucketSourceControlDiscriminatedPreConnectInput | PreConnectParams.ConnectorBitbucketDiscriminatedPreConnectInput | PreConnectParams.ConnectorBoxDiscriminatedPreConnectInput | PreConnectParams.ConnectorCalendlyDiscriminatedPreConnectInput | PreConnectParams.ConnectorClickupDiscriminatedPreConnectInput | PreConnectParams.ConnectorConfluenceDiscriminatedPreConnectInput | PreConnectParams.ConnectorDatabricksDiscriminatedPreConnectInput | PreConnectParams.ConnectorDiscordDiscriminatedPreConnectInput | PreConnectParams.ConnectorDropboxDiscriminatedPreConnectInput | PreConnectParams.ConnectorFigmaDiscriminatedPreConnectInput | PreConnectParams.ConnectorGitHubDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleCalendarDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleDocsDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleDriveDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleMailDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleSheetDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleSlidesDiscriminatedPreConnectInput | PreConnectParams.ConnectorHubspotDiscriminatedPreConnectInput | PreConnectParams.ConnectorInstagramDiscriminatedPreConnectInput | PreConnectParams.ConnectorJiraDiscriminatedPreConnectInput | PreConnectParams.ConnectorLinearDiscriminatedPreConnectInput | PreConnectParams.ConnectorMondayDiscriminatedPreConnectInput | PreConnectParams.ConnectorNotionDiscriminatedPreConnectInput | PreConnectParams.ConnectorOnedriveDiscriminatedPreConnectInput | PreConnectParams.ConnectorOutlookDiscriminatedPreConnectInput | PreConnectParams.ConnectorSalesforceDiscriminatedPreConnectInput | PreConnectParams.ConnectorSharepointDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackDeployedAgentDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackDiscriminatedPreConnectInput | PreConnectParams.ConnectorSnowflakeDiscriminatedPreConnectInput | PreConnectParams.ConnectorSpotifyDiscriminatedPreConnectInput | PreConnectParams.ConnectorYoutubeDiscriminatedPreConnectInput | PreConnectParams.ConnectorZendeskDiscriminatedPreConnectInput | PreConnectParams.ConnectorZoomDiscriminatedPreConnectInput | PreConnectParams.ConnectorApolloDiscriminatedPreConnectInput | PreConnectParams.ConnectorPlaidDiscriminatedPreConnectInput | PreConnectParams.ConnectorPostgresDiscriminatedPreConnectInput | PreConnectParams.ConnectorResendDiscriminatedPreConnectInput | PreConnectParams.ConnectorSendgridDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackAgentDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackAgentBuilderDiscriminatedPreConnectInput | PreConnectParams.ConnectorStripeDiscriminatedPreConnectInput | PreConnectParams.ConnectorStripeAgentSandboxDiscriminatedPreConnectInput | PreConnectParams.ConnectorTwilioDiscriminatedPreConnectInput | PreConnectParams.ConnectorWorkatoDiscriminatedPreConnectInput;
|
|
29090
|
+
discriminated_data?: PreConnectParams.ConnectorAcmeApikeyDiscriminatedPreConnectInput | PreConnectParams.ConnectorAcmeOauth2DiscriminatedPreConnectInput | PreConnectParams.ConnectorAgentmailDiscriminatedPreConnectInput | PreConnectParams.ConnectorAsanaDiscriminatedPreConnectInput | PreConnectParams.ConnectorBigqueryDiscriminatedPreConnectInput | PreConnectParams.ConnectorBitbucketSourceControlDiscriminatedPreConnectInput | PreConnectParams.ConnectorBitbucketDiscriminatedPreConnectInput | PreConnectParams.ConnectorBoxDiscriminatedPreConnectInput | PreConnectParams.ConnectorCalendlyDiscriminatedPreConnectInput | PreConnectParams.ConnectorClickupDiscriminatedPreConnectInput | PreConnectParams.ConnectorConfluenceDiscriminatedPreConnectInput | PreConnectParams.ConnectorDatabricksDiscriminatedPreConnectInput | PreConnectParams.ConnectorDiscordDiscriminatedPreConnectInput | PreConnectParams.ConnectorDropboxDiscriminatedPreConnectInput | PreConnectParams.ConnectorFigmaDiscriminatedPreConnectInput | PreConnectParams.ConnectorGitHubSourceControlDiscriminatedPreConnectInput | PreConnectParams.ConnectorGitHubDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleCalendarDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleDocsDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleDriveDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleMailDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleSheetDiscriminatedPreConnectInput | PreConnectParams.ConnectorGoogleSlidesDiscriminatedPreConnectInput | PreConnectParams.ConnectorHubspotDiscriminatedPreConnectInput | PreConnectParams.ConnectorInstagramDiscriminatedPreConnectInput | PreConnectParams.ConnectorJiraDiscriminatedPreConnectInput | PreConnectParams.ConnectorLinearDiscriminatedPreConnectInput | PreConnectParams.ConnectorMondayDiscriminatedPreConnectInput | PreConnectParams.ConnectorNotionDiscriminatedPreConnectInput | PreConnectParams.ConnectorOnedriveDiscriminatedPreConnectInput | PreConnectParams.ConnectorOutlookDiscriminatedPreConnectInput | PreConnectParams.ConnectorSalesforceDiscriminatedPreConnectInput | PreConnectParams.ConnectorSharepointDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackDeployedAgentDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackDiscriminatedPreConnectInput | PreConnectParams.ConnectorSnowflakeDiscriminatedPreConnectInput | PreConnectParams.ConnectorSpotifyDiscriminatedPreConnectInput | PreConnectParams.ConnectorYoutubeDiscriminatedPreConnectInput | PreConnectParams.ConnectorZendeskDiscriminatedPreConnectInput | PreConnectParams.ConnectorZoomDiscriminatedPreConnectInput | PreConnectParams.ConnectorApolloDiscriminatedPreConnectInput | PreConnectParams.ConnectorPlaidDiscriminatedPreConnectInput | PreConnectParams.ConnectorPostgresDiscriminatedPreConnectInput | PreConnectParams.ConnectorResendDiscriminatedPreConnectInput | PreConnectParams.ConnectorSendgridDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackAgentDiscriminatedPreConnectInput | PreConnectParams.ConnectorSlackAgentBuilderDiscriminatedPreConnectInput | PreConnectParams.ConnectorStripeDiscriminatedPreConnectInput | PreConnectParams.ConnectorStripeAgentSandboxDiscriminatedPreConnectInput | PreConnectParams.ConnectorTwilioDiscriminatedPreConnectInput | PreConnectParams.ConnectorWorkatoDiscriminatedPreConnectInput;
|
|
27441
29091
|
options?: PreConnectParams.Options;
|
|
27442
29092
|
}
|
|
27443
29093
|
export declare namespace PreConnectParams {
|
|
@@ -27459,7 +29109,16 @@ export declare namespace PreConnectParams {
|
|
|
27459
29109
|
}
|
|
27460
29110
|
interface ConnectorBigqueryDiscriminatedPreConnectInput {
|
|
27461
29111
|
connector_name: 'bigquery';
|
|
27462
|
-
pre_connect_input:
|
|
29112
|
+
pre_connect_input: ConnectorBigqueryDiscriminatedPreConnectInput.PreConnectInput;
|
|
29113
|
+
}
|
|
29114
|
+
namespace ConnectorBigqueryDiscriminatedPreConnectInput {
|
|
29115
|
+
interface PreConnectInput {
|
|
29116
|
+
/**
|
|
29117
|
+
* Your Google Cloud Project ID (e.g., my-project-123). This is required to make
|
|
29118
|
+
* API calls to BigQuery.
|
|
29119
|
+
*/
|
|
29120
|
+
project_id: string;
|
|
29121
|
+
}
|
|
27463
29122
|
}
|
|
27464
29123
|
interface ConnectorBitbucketSourceControlDiscriminatedPreConnectInput {
|
|
27465
29124
|
connector_name: 'bitbucket-source-control';
|
|
@@ -27501,11 +29160,16 @@ export declare namespace PreConnectParams {
|
|
|
27501
29160
|
namespace ConnectorDatabricksDiscriminatedPreConnectInput {
|
|
27502
29161
|
interface PreConnectInput {
|
|
27503
29162
|
/**
|
|
27504
|
-
*
|
|
27505
|
-
*
|
|
27506
|
-
* .cloud.databricks.com
|
|
29163
|
+
* The HTTP path for your SQL warehouse. To find this, go to your SQL warehouse in
|
|
29164
|
+
* Databricks and click the "Connection details" button. Copy the HTTP path value.
|
|
27507
29165
|
*/
|
|
27508
|
-
|
|
29166
|
+
http_path: string;
|
|
29167
|
+
/**
|
|
29168
|
+
* The server hostname for your SQL warehouse. To find this, go to your SQL
|
|
29169
|
+
* warehouse in Databricks and click the "Connection details" button. Copy the
|
|
29170
|
+
* Server hostname value.
|
|
29171
|
+
*/
|
|
29172
|
+
server_hostname: string;
|
|
27509
29173
|
}
|
|
27510
29174
|
}
|
|
27511
29175
|
interface ConnectorDiscordDiscriminatedPreConnectInput {
|
|
@@ -27520,6 +29184,10 @@ export declare namespace PreConnectParams {
|
|
|
27520
29184
|
connector_name: 'figma';
|
|
27521
29185
|
pre_connect_input: unknown;
|
|
27522
29186
|
}
|
|
29187
|
+
interface ConnectorGitHubSourceControlDiscriminatedPreConnectInput {
|
|
29188
|
+
connector_name: 'github-source-control';
|
|
29189
|
+
pre_connect_input: unknown;
|
|
29190
|
+
}
|
|
27523
29191
|
interface ConnectorGitHubDiscriminatedPreConnectInput {
|
|
27524
29192
|
connector_name: 'github';
|
|
27525
29193
|
pre_connect_input: unknown;
|