@replit/connectors 0.13.1 → 0.15.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 +28 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +63 -225
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +63 -225
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +68 -445
- 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
package/resources/top-level.d.ts
CHANGED
|
@@ -68,7 +68,17 @@ export interface AssignConnectionResponse {
|
|
|
68
68
|
* The id of the connection, starts with `conn_`
|
|
69
69
|
*/
|
|
70
70
|
id: string;
|
|
71
|
+
/**
|
|
72
|
+
* Whether the assignment and subscription to webhooks (if auto_subscribe_webhooks
|
|
73
|
+
* is true) were successful. If false, the error field will contain the reason why
|
|
74
|
+
* the operation failed.
|
|
75
|
+
*/
|
|
76
|
+
success: boolean;
|
|
71
77
|
assignments?: Array<AssignConnectionResponse.Assignment>;
|
|
78
|
+
/**
|
|
79
|
+
* The reason why the operation failed.
|
|
80
|
+
*/
|
|
81
|
+
error?: string;
|
|
72
82
|
}
|
|
73
83
|
export declare namespace AssignConnectionResponse {
|
|
74
84
|
interface Assignment {
|
|
@@ -122,7 +132,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
122
132
|
webhook_config?: string | number | boolean | {
|
|
123
133
|
[key: string]: unknown;
|
|
124
134
|
} | Array<unknown> | null;
|
|
125
|
-
webhook_configured_at?: string | null;
|
|
126
135
|
webhook_identifier?: string | null;
|
|
127
136
|
}
|
|
128
137
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -139,6 +148,9 @@ export declare namespace CreateConnectionResponse {
|
|
|
139
148
|
}
|
|
140
149
|
}
|
|
141
150
|
interface Settings {
|
|
151
|
+
/**
|
|
152
|
+
* Your Acme API key
|
|
153
|
+
*/
|
|
142
154
|
api_key: string;
|
|
143
155
|
}
|
|
144
156
|
}
|
|
@@ -172,7 +184,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
172
184
|
webhook_config?: string | number | boolean | {
|
|
173
185
|
[key: string]: unknown;
|
|
174
186
|
} | Array<unknown> | null;
|
|
175
|
-
webhook_configured_at?: string | null;
|
|
176
187
|
webhook_identifier?: string | null;
|
|
177
188
|
}
|
|
178
189
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -261,7 +272,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
261
272
|
webhook_config?: string | number | boolean | {
|
|
262
273
|
[key: string]: unknown;
|
|
263
274
|
} | Array<unknown> | null;
|
|
264
|
-
webhook_configured_at?: string | null;
|
|
265
275
|
webhook_identifier?: string | null;
|
|
266
276
|
}
|
|
267
277
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -278,6 +288,9 @@ export declare namespace CreateConnectionResponse {
|
|
|
278
288
|
}
|
|
279
289
|
}
|
|
280
290
|
interface Settings {
|
|
291
|
+
/**
|
|
292
|
+
* Your AgentMail API key
|
|
293
|
+
*/
|
|
281
294
|
api_key: string;
|
|
282
295
|
}
|
|
283
296
|
}
|
|
@@ -311,7 +324,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
311
324
|
webhook_config?: string | number | boolean | {
|
|
312
325
|
[key: string]: unknown;
|
|
313
326
|
} | Array<unknown> | null;
|
|
314
|
-
webhook_configured_at?: string | null;
|
|
315
327
|
webhook_identifier?: string | null;
|
|
316
328
|
}
|
|
317
329
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -400,7 +412,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
400
412
|
webhook_config?: string | number | boolean | {
|
|
401
413
|
[key: string]: unknown;
|
|
402
414
|
} | Array<unknown> | null;
|
|
403
|
-
webhook_configured_at?: string | null;
|
|
404
415
|
webhook_identifier?: string | null;
|
|
405
416
|
}
|
|
406
417
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -494,7 +505,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
494
505
|
webhook_config?: string | number | boolean | {
|
|
495
506
|
[key: string]: unknown;
|
|
496
507
|
} | Array<unknown> | null;
|
|
497
|
-
webhook_configured_at?: string | null;
|
|
498
508
|
webhook_identifier?: string | null;
|
|
499
509
|
}
|
|
500
510
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -583,7 +593,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
583
593
|
webhook_config?: string | number | boolean | {
|
|
584
594
|
[key: string]: unknown;
|
|
585
595
|
} | Array<unknown> | null;
|
|
586
|
-
webhook_configured_at?: string | null;
|
|
587
596
|
webhook_identifier?: string | null;
|
|
588
597
|
}
|
|
589
598
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -672,7 +681,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
672
681
|
webhook_config?: string | number | boolean | {
|
|
673
682
|
[key: string]: unknown;
|
|
674
683
|
} | Array<unknown> | null;
|
|
675
|
-
webhook_configured_at?: string | null;
|
|
676
684
|
webhook_identifier?: string | null;
|
|
677
685
|
}
|
|
678
686
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -761,7 +769,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
761
769
|
webhook_config?: string | number | boolean | {
|
|
762
770
|
[key: string]: unknown;
|
|
763
771
|
} | Array<unknown> | null;
|
|
764
|
-
webhook_configured_at?: string | null;
|
|
765
772
|
webhook_identifier?: string | null;
|
|
766
773
|
}
|
|
767
774
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -850,7 +857,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
850
857
|
webhook_config?: string | number | boolean | {
|
|
851
858
|
[key: string]: unknown;
|
|
852
859
|
} | Array<unknown> | null;
|
|
853
|
-
webhook_configured_at?: string | null;
|
|
854
860
|
webhook_identifier?: string | null;
|
|
855
861
|
}
|
|
856
862
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -939,7 +945,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
939
945
|
webhook_config?: string | number | boolean | {
|
|
940
946
|
[key: string]: unknown;
|
|
941
947
|
} | Array<unknown> | null;
|
|
942
|
-
webhook_configured_at?: string | null;
|
|
943
948
|
webhook_identifier?: string | null;
|
|
944
949
|
}
|
|
945
950
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -1032,7 +1037,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1032
1037
|
webhook_config?: string | number | boolean | {
|
|
1033
1038
|
[key: string]: unknown;
|
|
1034
1039
|
} | Array<unknown> | null;
|
|
1035
|
-
webhook_configured_at?: string | null;
|
|
1036
1040
|
webhook_identifier?: string | null;
|
|
1037
1041
|
}
|
|
1038
1042
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -1132,7 +1136,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1132
1136
|
webhook_config?: string | number | boolean | {
|
|
1133
1137
|
[key: string]: unknown;
|
|
1134
1138
|
} | Array<unknown> | null;
|
|
1135
|
-
webhook_configured_at?: string | null;
|
|
1136
1139
|
webhook_identifier?: string | null;
|
|
1137
1140
|
}
|
|
1138
1141
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -1221,7 +1224,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1221
1224
|
webhook_config?: string | number | boolean | {
|
|
1222
1225
|
[key: string]: unknown;
|
|
1223
1226
|
} | Array<unknown> | null;
|
|
1224
|
-
webhook_configured_at?: string | null;
|
|
1225
1227
|
webhook_identifier?: string | null;
|
|
1226
1228
|
}
|
|
1227
1229
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -1310,7 +1312,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1310
1312
|
webhook_config?: string | number | boolean | {
|
|
1311
1313
|
[key: string]: unknown;
|
|
1312
1314
|
} | Array<unknown> | null;
|
|
1313
|
-
webhook_configured_at?: string | null;
|
|
1314
1315
|
webhook_identifier?: string | null;
|
|
1315
1316
|
}
|
|
1316
1317
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -1399,7 +1400,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1399
1400
|
webhook_config?: string | number | boolean | {
|
|
1400
1401
|
[key: string]: unknown;
|
|
1401
1402
|
} | Array<unknown> | null;
|
|
1402
|
-
webhook_configured_at?: string | null;
|
|
1403
1403
|
webhook_identifier?: string | null;
|
|
1404
1404
|
}
|
|
1405
1405
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -1488,7 +1488,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1488
1488
|
webhook_config?: string | number | boolean | {
|
|
1489
1489
|
[key: string]: unknown;
|
|
1490
1490
|
} | Array<unknown> | null;
|
|
1491
|
-
webhook_configured_at?: string | null;
|
|
1492
1491
|
webhook_identifier?: string | null;
|
|
1493
1492
|
}
|
|
1494
1493
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -1577,7 +1576,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1577
1576
|
webhook_config?: string | number | boolean | {
|
|
1578
1577
|
[key: string]: unknown;
|
|
1579
1578
|
} | Array<unknown> | null;
|
|
1580
|
-
webhook_configured_at?: string | null;
|
|
1581
1579
|
webhook_identifier?: string | null;
|
|
1582
1580
|
}
|
|
1583
1581
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -1666,7 +1664,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1666
1664
|
webhook_config?: string | number | boolean | {
|
|
1667
1665
|
[key: string]: unknown;
|
|
1668
1666
|
} | Array<unknown> | null;
|
|
1669
|
-
webhook_configured_at?: string | null;
|
|
1670
1667
|
webhook_identifier?: string | null;
|
|
1671
1668
|
}
|
|
1672
1669
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -1755,7 +1752,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1755
1752
|
webhook_config?: string | number | boolean | {
|
|
1756
1753
|
[key: string]: unknown;
|
|
1757
1754
|
} | Array<unknown> | null;
|
|
1758
|
-
webhook_configured_at?: string | null;
|
|
1759
1755
|
webhook_identifier?: string | null;
|
|
1760
1756
|
}
|
|
1761
1757
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -1844,7 +1840,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1844
1840
|
webhook_config?: string | number | boolean | {
|
|
1845
1841
|
[key: string]: unknown;
|
|
1846
1842
|
} | Array<unknown> | null;
|
|
1847
|
-
webhook_configured_at?: string | null;
|
|
1848
1843
|
webhook_identifier?: string | null;
|
|
1849
1844
|
}
|
|
1850
1845
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -1933,7 +1928,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1933
1928
|
webhook_config?: string | number | boolean | {
|
|
1934
1929
|
[key: string]: unknown;
|
|
1935
1930
|
} | Array<unknown> | null;
|
|
1936
|
-
webhook_configured_at?: string | null;
|
|
1937
1931
|
webhook_identifier?: string | null;
|
|
1938
1932
|
}
|
|
1939
1933
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -2022,7 +2016,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2022
2016
|
webhook_config?: string | number | boolean | {
|
|
2023
2017
|
[key: string]: unknown;
|
|
2024
2018
|
} | Array<unknown> | null;
|
|
2025
|
-
webhook_configured_at?: string | null;
|
|
2026
2019
|
webhook_identifier?: string | null;
|
|
2027
2020
|
}
|
|
2028
2021
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -2111,7 +2104,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2111
2104
|
webhook_config?: string | number | boolean | {
|
|
2112
2105
|
[key: string]: unknown;
|
|
2113
2106
|
} | Array<unknown> | null;
|
|
2114
|
-
webhook_configured_at?: string | null;
|
|
2115
2107
|
webhook_identifier?: string | null;
|
|
2116
2108
|
}
|
|
2117
2109
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -2200,7 +2192,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2200
2192
|
webhook_config?: string | number | boolean | {
|
|
2201
2193
|
[key: string]: unknown;
|
|
2202
2194
|
} | Array<unknown> | null;
|
|
2203
|
-
webhook_configured_at?: string | null;
|
|
2204
2195
|
webhook_identifier?: string | null;
|
|
2205
2196
|
}
|
|
2206
2197
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -2226,7 +2217,7 @@ export declare namespace CreateConnectionResponse {
|
|
|
2226
2217
|
/**
|
|
2227
2218
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
2228
2219
|
*/
|
|
2229
|
-
app_id?: number;
|
|
2220
|
+
app_id?: number | string;
|
|
2230
2221
|
/**
|
|
2231
2222
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
2232
2223
|
*/
|
|
@@ -2297,7 +2288,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2297
2288
|
webhook_config?: string | number | boolean | {
|
|
2298
2289
|
[key: string]: unknown;
|
|
2299
2290
|
} | Array<unknown> | null;
|
|
2300
|
-
webhook_configured_at?: string | null;
|
|
2301
2291
|
webhook_identifier?: string | null;
|
|
2302
2292
|
}
|
|
2303
2293
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -2386,7 +2376,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2386
2376
|
webhook_config?: string | number | boolean | {
|
|
2387
2377
|
[key: string]: unknown;
|
|
2388
2378
|
} | Array<unknown> | null;
|
|
2389
|
-
webhook_configured_at?: string | null;
|
|
2390
2379
|
webhook_identifier?: string | null;
|
|
2391
2380
|
}
|
|
2392
2381
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -2479,7 +2468,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2479
2468
|
webhook_config?: string | number | boolean | {
|
|
2480
2469
|
[key: string]: unknown;
|
|
2481
2470
|
} | Array<unknown> | null;
|
|
2482
|
-
webhook_configured_at?: string | null;
|
|
2483
2471
|
webhook_identifier?: string | null;
|
|
2484
2472
|
}
|
|
2485
2473
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -2568,7 +2556,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2568
2556
|
webhook_config?: string | number | boolean | {
|
|
2569
2557
|
[key: string]: unknown;
|
|
2570
2558
|
} | Array<unknown> | null;
|
|
2571
|
-
webhook_configured_at?: string | null;
|
|
2572
2559
|
webhook_identifier?: string | null;
|
|
2573
2560
|
}
|
|
2574
2561
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -2657,7 +2644,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2657
2644
|
webhook_config?: string | number | boolean | {
|
|
2658
2645
|
[key: string]: unknown;
|
|
2659
2646
|
} | Array<unknown> | null;
|
|
2660
|
-
webhook_configured_at?: string | null;
|
|
2661
2647
|
webhook_identifier?: string | null;
|
|
2662
2648
|
}
|
|
2663
2649
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -2746,7 +2732,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2746
2732
|
webhook_config?: string | number | boolean | {
|
|
2747
2733
|
[key: string]: unknown;
|
|
2748
2734
|
} | Array<unknown> | null;
|
|
2749
|
-
webhook_configured_at?: string | null;
|
|
2750
2735
|
webhook_identifier?: string | null;
|
|
2751
2736
|
}
|
|
2752
2737
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -2835,7 +2820,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2835
2820
|
webhook_config?: string | number | boolean | {
|
|
2836
2821
|
[key: string]: unknown;
|
|
2837
2822
|
} | Array<unknown> | null;
|
|
2838
|
-
webhook_configured_at?: string | null;
|
|
2839
2823
|
webhook_identifier?: string | null;
|
|
2840
2824
|
}
|
|
2841
2825
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -2924,7 +2908,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2924
2908
|
webhook_config?: string | number | boolean | {
|
|
2925
2909
|
[key: string]: unknown;
|
|
2926
2910
|
} | Array<unknown> | null;
|
|
2927
|
-
webhook_configured_at?: string | null;
|
|
2928
2911
|
webhook_identifier?: string | null;
|
|
2929
2912
|
}
|
|
2930
2913
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -3017,7 +3000,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3017
3000
|
webhook_config?: string | number | boolean | {
|
|
3018
3001
|
[key: string]: unknown;
|
|
3019
3002
|
} | Array<unknown> | null;
|
|
3020
|
-
webhook_configured_at?: string | null;
|
|
3021
3003
|
webhook_identifier?: string | null;
|
|
3022
3004
|
}
|
|
3023
3005
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -3106,7 +3088,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3106
3088
|
webhook_config?: string | number | boolean | {
|
|
3107
3089
|
[key: string]: unknown;
|
|
3108
3090
|
} | Array<unknown> | null;
|
|
3109
|
-
webhook_configured_at?: string | null;
|
|
3110
3091
|
webhook_identifier?: string | null;
|
|
3111
3092
|
}
|
|
3112
3093
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -3195,7 +3176,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3195
3176
|
webhook_config?: string | number | boolean | {
|
|
3196
3177
|
[key: string]: unknown;
|
|
3197
3178
|
} | Array<unknown> | null;
|
|
3198
|
-
webhook_configured_at?: string | null;
|
|
3199
3179
|
webhook_identifier?: string | null;
|
|
3200
3180
|
}
|
|
3201
3181
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -3284,7 +3264,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3284
3264
|
webhook_config?: string | number | boolean | {
|
|
3285
3265
|
[key: string]: unknown;
|
|
3286
3266
|
} | Array<unknown> | null;
|
|
3287
|
-
webhook_configured_at?: string | null;
|
|
3288
3267
|
webhook_identifier?: string | null;
|
|
3289
3268
|
}
|
|
3290
3269
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -3378,7 +3357,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3378
3357
|
webhook_config?: string | number | boolean | {
|
|
3379
3358
|
[key: string]: unknown;
|
|
3380
3359
|
} | Array<unknown> | null;
|
|
3381
|
-
webhook_configured_at?: string | null;
|
|
3382
3360
|
webhook_identifier?: string | null;
|
|
3383
3361
|
}
|
|
3384
3362
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -3467,7 +3445,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3467
3445
|
webhook_config?: string | number | boolean | {
|
|
3468
3446
|
[key: string]: unknown;
|
|
3469
3447
|
} | Array<unknown> | null;
|
|
3470
|
-
webhook_configured_at?: string | null;
|
|
3471
3448
|
webhook_identifier?: string | null;
|
|
3472
3449
|
}
|
|
3473
3450
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -3556,7 +3533,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3556
3533
|
webhook_config?: string | number | boolean | {
|
|
3557
3534
|
[key: string]: unknown;
|
|
3558
3535
|
} | Array<unknown> | null;
|
|
3559
|
-
webhook_configured_at?: string | null;
|
|
3560
3536
|
webhook_identifier?: string | null;
|
|
3561
3537
|
}
|
|
3562
3538
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -3645,7 +3621,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3645
3621
|
webhook_config?: string | number | boolean | {
|
|
3646
3622
|
[key: string]: unknown;
|
|
3647
3623
|
} | Array<unknown> | null;
|
|
3648
|
-
webhook_configured_at?: string | null;
|
|
3649
3624
|
webhook_identifier?: string | null;
|
|
3650
3625
|
}
|
|
3651
3626
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -3738,7 +3713,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3738
3713
|
webhook_config?: string | number | boolean | {
|
|
3739
3714
|
[key: string]: unknown;
|
|
3740
3715
|
} | Array<unknown> | null;
|
|
3741
|
-
webhook_configured_at?: string | null;
|
|
3742
3716
|
webhook_identifier?: string | null;
|
|
3743
3717
|
}
|
|
3744
3718
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -3827,7 +3801,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3827
3801
|
webhook_config?: string | number | boolean | {
|
|
3828
3802
|
[key: string]: unknown;
|
|
3829
3803
|
} | Array<unknown> | null;
|
|
3830
|
-
webhook_configured_at?: string | null;
|
|
3831
3804
|
webhook_identifier?: string | null;
|
|
3832
3805
|
}
|
|
3833
3806
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -3877,7 +3850,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3877
3850
|
webhook_config?: string | number | boolean | {
|
|
3878
3851
|
[key: string]: unknown;
|
|
3879
3852
|
} | Array<unknown> | null;
|
|
3880
|
-
webhook_configured_at?: string | null;
|
|
3881
3853
|
webhook_identifier?: string | null;
|
|
3882
3854
|
}
|
|
3883
3855
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -4000,7 +3972,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4000
3972
|
webhook_config?: string | number | boolean | {
|
|
4001
3973
|
[key: string]: unknown;
|
|
4002
3974
|
} | Array<unknown> | null;
|
|
4003
|
-
webhook_configured_at?: string | null;
|
|
4004
3975
|
webhook_identifier?: string | null;
|
|
4005
3976
|
}
|
|
4006
3977
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -4084,7 +4055,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4084
4055
|
webhook_config?: string | number | boolean | {
|
|
4085
4056
|
[key: string]: unknown;
|
|
4086
4057
|
} | Array<unknown> | null;
|
|
4087
|
-
webhook_configured_at?: string | null;
|
|
4088
4058
|
webhook_identifier?: string | null;
|
|
4089
4059
|
}
|
|
4090
4060
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -4139,7 +4109,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4139
4109
|
webhook_config?: string | number | boolean | {
|
|
4140
4110
|
[key: string]: unknown;
|
|
4141
4111
|
} | Array<unknown> | null;
|
|
4142
|
-
webhook_configured_at?: string | null;
|
|
4143
4112
|
webhook_identifier?: string | null;
|
|
4144
4113
|
}
|
|
4145
4114
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -4189,7 +4158,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4189
4158
|
webhook_config?: string | number | boolean | {
|
|
4190
4159
|
[key: string]: unknown;
|
|
4191
4160
|
} | Array<unknown> | null;
|
|
4192
|
-
webhook_configured_at?: string | null;
|
|
4193
4161
|
webhook_identifier?: string | null;
|
|
4194
4162
|
}
|
|
4195
4163
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -4243,7 +4211,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4243
4211
|
webhook_config?: string | number | boolean | {
|
|
4244
4212
|
[key: string]: unknown;
|
|
4245
4213
|
} | Array<unknown> | null;
|
|
4246
|
-
webhook_configured_at?: string | null;
|
|
4247
4214
|
webhook_identifier?: string | null;
|
|
4248
4215
|
}
|
|
4249
4216
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -4297,7 +4264,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4297
4264
|
webhook_config?: string | number | boolean | {
|
|
4298
4265
|
[key: string]: unknown;
|
|
4299
4266
|
} | Array<unknown> | null;
|
|
4300
|
-
webhook_configured_at?: string | null;
|
|
4301
4267
|
webhook_identifier?: string | null;
|
|
4302
4268
|
}
|
|
4303
4269
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -4350,7 +4316,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4350
4316
|
webhook_config?: string | number | boolean | {
|
|
4351
4317
|
[key: string]: unknown;
|
|
4352
4318
|
} | Array<unknown> | null;
|
|
4353
|
-
webhook_configured_at?: string | null;
|
|
4354
4319
|
webhook_identifier?: string | null;
|
|
4355
4320
|
}
|
|
4356
4321
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -4514,7 +4479,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4514
4479
|
webhook_config?: string | number | boolean | {
|
|
4515
4480
|
[key: string]: unknown;
|
|
4516
4481
|
} | Array<unknown> | null;
|
|
4517
|
-
webhook_configured_at?: string | null;
|
|
4518
4482
|
webhook_identifier?: string | null;
|
|
4519
4483
|
}
|
|
4520
4484
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -4613,7 +4577,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4613
4577
|
webhook_config?: string | number | boolean | {
|
|
4614
4578
|
[key: string]: unknown;
|
|
4615
4579
|
} | Array<unknown> | null;
|
|
4616
|
-
webhook_configured_at?: string | null;
|
|
4617
4580
|
webhook_identifier?: string | null;
|
|
4618
4581
|
}
|
|
4619
4582
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -4702,7 +4665,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4702
4665
|
webhook_config?: string | number | boolean | {
|
|
4703
4666
|
[key: string]: unknown;
|
|
4704
4667
|
} | Array<unknown> | null;
|
|
4705
|
-
webhook_configured_at?: string | null;
|
|
4706
4668
|
webhook_identifier?: string | null;
|
|
4707
4669
|
}
|
|
4708
4670
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -4758,7 +4720,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4758
4720
|
webhook_config?: string | number | boolean | {
|
|
4759
4721
|
[key: string]: unknown;
|
|
4760
4722
|
} | Array<unknown> | null;
|
|
4761
|
-
webhook_configured_at?: string | null;
|
|
4762
4723
|
webhook_identifier?: string | null;
|
|
4763
4724
|
}
|
|
4764
4725
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -9111,7 +9072,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9111
9072
|
webhook_config?: string | number | boolean | {
|
|
9112
9073
|
[key: string]: unknown;
|
|
9113
9074
|
} | Array<unknown> | null;
|
|
9114
|
-
webhook_configured_at?: string | null;
|
|
9115
9075
|
webhook_identifier?: string | null;
|
|
9116
9076
|
}
|
|
9117
9077
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -9128,6 +9088,9 @@ export declare namespace GetConnectionResponse {
|
|
|
9128
9088
|
}
|
|
9129
9089
|
}
|
|
9130
9090
|
interface Settings {
|
|
9091
|
+
/**
|
|
9092
|
+
* Your Acme API key
|
|
9093
|
+
*/
|
|
9131
9094
|
api_key: string;
|
|
9132
9095
|
}
|
|
9133
9096
|
}
|
|
@@ -9161,7 +9124,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9161
9124
|
webhook_config?: string | number | boolean | {
|
|
9162
9125
|
[key: string]: unknown;
|
|
9163
9126
|
} | Array<unknown> | null;
|
|
9164
|
-
webhook_configured_at?: string | null;
|
|
9165
9127
|
webhook_identifier?: string | null;
|
|
9166
9128
|
}
|
|
9167
9129
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -9250,7 +9212,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9250
9212
|
webhook_config?: string | number | boolean | {
|
|
9251
9213
|
[key: string]: unknown;
|
|
9252
9214
|
} | Array<unknown> | null;
|
|
9253
|
-
webhook_configured_at?: string | null;
|
|
9254
9215
|
webhook_identifier?: string | null;
|
|
9255
9216
|
}
|
|
9256
9217
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -9267,6 +9228,9 @@ export declare namespace GetConnectionResponse {
|
|
|
9267
9228
|
}
|
|
9268
9229
|
}
|
|
9269
9230
|
interface Settings {
|
|
9231
|
+
/**
|
|
9232
|
+
* Your AgentMail API key
|
|
9233
|
+
*/
|
|
9270
9234
|
api_key: string;
|
|
9271
9235
|
}
|
|
9272
9236
|
}
|
|
@@ -9300,7 +9264,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9300
9264
|
webhook_config?: string | number | boolean | {
|
|
9301
9265
|
[key: string]: unknown;
|
|
9302
9266
|
} | Array<unknown> | null;
|
|
9303
|
-
webhook_configured_at?: string | null;
|
|
9304
9267
|
webhook_identifier?: string | null;
|
|
9305
9268
|
}
|
|
9306
9269
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -9389,7 +9352,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9389
9352
|
webhook_config?: string | number | boolean | {
|
|
9390
9353
|
[key: string]: unknown;
|
|
9391
9354
|
} | Array<unknown> | null;
|
|
9392
|
-
webhook_configured_at?: string | null;
|
|
9393
9355
|
webhook_identifier?: string | null;
|
|
9394
9356
|
}
|
|
9395
9357
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -9483,7 +9445,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9483
9445
|
webhook_config?: string | number | boolean | {
|
|
9484
9446
|
[key: string]: unknown;
|
|
9485
9447
|
} | Array<unknown> | null;
|
|
9486
|
-
webhook_configured_at?: string | null;
|
|
9487
9448
|
webhook_identifier?: string | null;
|
|
9488
9449
|
}
|
|
9489
9450
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -9572,7 +9533,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9572
9533
|
webhook_config?: string | number | boolean | {
|
|
9573
9534
|
[key: string]: unknown;
|
|
9574
9535
|
} | Array<unknown> | null;
|
|
9575
|
-
webhook_configured_at?: string | null;
|
|
9576
9536
|
webhook_identifier?: string | null;
|
|
9577
9537
|
}
|
|
9578
9538
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -9661,7 +9621,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9661
9621
|
webhook_config?: string | number | boolean | {
|
|
9662
9622
|
[key: string]: unknown;
|
|
9663
9623
|
} | Array<unknown> | null;
|
|
9664
|
-
webhook_configured_at?: string | null;
|
|
9665
9624
|
webhook_identifier?: string | null;
|
|
9666
9625
|
}
|
|
9667
9626
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -9750,7 +9709,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9750
9709
|
webhook_config?: string | number | boolean | {
|
|
9751
9710
|
[key: string]: unknown;
|
|
9752
9711
|
} | Array<unknown> | null;
|
|
9753
|
-
webhook_configured_at?: string | null;
|
|
9754
9712
|
webhook_identifier?: string | null;
|
|
9755
9713
|
}
|
|
9756
9714
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -9839,7 +9797,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9839
9797
|
webhook_config?: string | number | boolean | {
|
|
9840
9798
|
[key: string]: unknown;
|
|
9841
9799
|
} | Array<unknown> | null;
|
|
9842
|
-
webhook_configured_at?: string | null;
|
|
9843
9800
|
webhook_identifier?: string | null;
|
|
9844
9801
|
}
|
|
9845
9802
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -9928,7 +9885,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9928
9885
|
webhook_config?: string | number | boolean | {
|
|
9929
9886
|
[key: string]: unknown;
|
|
9930
9887
|
} | Array<unknown> | null;
|
|
9931
|
-
webhook_configured_at?: string | null;
|
|
9932
9888
|
webhook_identifier?: string | null;
|
|
9933
9889
|
}
|
|
9934
9890
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -10021,7 +9977,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10021
9977
|
webhook_config?: string | number | boolean | {
|
|
10022
9978
|
[key: string]: unknown;
|
|
10023
9979
|
} | Array<unknown> | null;
|
|
10024
|
-
webhook_configured_at?: string | null;
|
|
10025
9980
|
webhook_identifier?: string | null;
|
|
10026
9981
|
}
|
|
10027
9982
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -10121,7 +10076,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10121
10076
|
webhook_config?: string | number | boolean | {
|
|
10122
10077
|
[key: string]: unknown;
|
|
10123
10078
|
} | Array<unknown> | null;
|
|
10124
|
-
webhook_configured_at?: string | null;
|
|
10125
10079
|
webhook_identifier?: string | null;
|
|
10126
10080
|
}
|
|
10127
10081
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -10210,7 +10164,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10210
10164
|
webhook_config?: string | number | boolean | {
|
|
10211
10165
|
[key: string]: unknown;
|
|
10212
10166
|
} | Array<unknown> | null;
|
|
10213
|
-
webhook_configured_at?: string | null;
|
|
10214
10167
|
webhook_identifier?: string | null;
|
|
10215
10168
|
}
|
|
10216
10169
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -10299,7 +10252,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10299
10252
|
webhook_config?: string | number | boolean | {
|
|
10300
10253
|
[key: string]: unknown;
|
|
10301
10254
|
} | Array<unknown> | null;
|
|
10302
|
-
webhook_configured_at?: string | null;
|
|
10303
10255
|
webhook_identifier?: string | null;
|
|
10304
10256
|
}
|
|
10305
10257
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -10388,7 +10340,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10388
10340
|
webhook_config?: string | number | boolean | {
|
|
10389
10341
|
[key: string]: unknown;
|
|
10390
10342
|
} | Array<unknown> | null;
|
|
10391
|
-
webhook_configured_at?: string | null;
|
|
10392
10343
|
webhook_identifier?: string | null;
|
|
10393
10344
|
}
|
|
10394
10345
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -10477,7 +10428,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10477
10428
|
webhook_config?: string | number | boolean | {
|
|
10478
10429
|
[key: string]: unknown;
|
|
10479
10430
|
} | Array<unknown> | null;
|
|
10480
|
-
webhook_configured_at?: string | null;
|
|
10481
10431
|
webhook_identifier?: string | null;
|
|
10482
10432
|
}
|
|
10483
10433
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -10566,7 +10516,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10566
10516
|
webhook_config?: string | number | boolean | {
|
|
10567
10517
|
[key: string]: unknown;
|
|
10568
10518
|
} | Array<unknown> | null;
|
|
10569
|
-
webhook_configured_at?: string | null;
|
|
10570
10519
|
webhook_identifier?: string | null;
|
|
10571
10520
|
}
|
|
10572
10521
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -10655,7 +10604,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10655
10604
|
webhook_config?: string | number | boolean | {
|
|
10656
10605
|
[key: string]: unknown;
|
|
10657
10606
|
} | Array<unknown> | null;
|
|
10658
|
-
webhook_configured_at?: string | null;
|
|
10659
10607
|
webhook_identifier?: string | null;
|
|
10660
10608
|
}
|
|
10661
10609
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -10744,7 +10692,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10744
10692
|
webhook_config?: string | number | boolean | {
|
|
10745
10693
|
[key: string]: unknown;
|
|
10746
10694
|
} | Array<unknown> | null;
|
|
10747
|
-
webhook_configured_at?: string | null;
|
|
10748
10695
|
webhook_identifier?: string | null;
|
|
10749
10696
|
}
|
|
10750
10697
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -10833,7 +10780,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10833
10780
|
webhook_config?: string | number | boolean | {
|
|
10834
10781
|
[key: string]: unknown;
|
|
10835
10782
|
} | Array<unknown> | null;
|
|
10836
|
-
webhook_configured_at?: string | null;
|
|
10837
10783
|
webhook_identifier?: string | null;
|
|
10838
10784
|
}
|
|
10839
10785
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -10922,7 +10868,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10922
10868
|
webhook_config?: string | number | boolean | {
|
|
10923
10869
|
[key: string]: unknown;
|
|
10924
10870
|
} | Array<unknown> | null;
|
|
10925
|
-
webhook_configured_at?: string | null;
|
|
10926
10871
|
webhook_identifier?: string | null;
|
|
10927
10872
|
}
|
|
10928
10873
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -11011,7 +10956,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11011
10956
|
webhook_config?: string | number | boolean | {
|
|
11012
10957
|
[key: string]: unknown;
|
|
11013
10958
|
} | Array<unknown> | null;
|
|
11014
|
-
webhook_configured_at?: string | null;
|
|
11015
10959
|
webhook_identifier?: string | null;
|
|
11016
10960
|
}
|
|
11017
10961
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -11100,7 +11044,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11100
11044
|
webhook_config?: string | number | boolean | {
|
|
11101
11045
|
[key: string]: unknown;
|
|
11102
11046
|
} | Array<unknown> | null;
|
|
11103
|
-
webhook_configured_at?: string | null;
|
|
11104
11047
|
webhook_identifier?: string | null;
|
|
11105
11048
|
}
|
|
11106
11049
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -11189,7 +11132,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11189
11132
|
webhook_config?: string | number | boolean | {
|
|
11190
11133
|
[key: string]: unknown;
|
|
11191
11134
|
} | Array<unknown> | null;
|
|
11192
|
-
webhook_configured_at?: string | null;
|
|
11193
11135
|
webhook_identifier?: string | null;
|
|
11194
11136
|
}
|
|
11195
11137
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -11215,7 +11157,7 @@ export declare namespace GetConnectionResponse {
|
|
|
11215
11157
|
/**
|
|
11216
11158
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
11217
11159
|
*/
|
|
11218
|
-
app_id?: number;
|
|
11160
|
+
app_id?: number | string;
|
|
11219
11161
|
/**
|
|
11220
11162
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
11221
11163
|
*/
|
|
@@ -11286,7 +11228,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11286
11228
|
webhook_config?: string | number | boolean | {
|
|
11287
11229
|
[key: string]: unknown;
|
|
11288
11230
|
} | Array<unknown> | null;
|
|
11289
|
-
webhook_configured_at?: string | null;
|
|
11290
11231
|
webhook_identifier?: string | null;
|
|
11291
11232
|
}
|
|
11292
11233
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -11375,7 +11316,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11375
11316
|
webhook_config?: string | number | boolean | {
|
|
11376
11317
|
[key: string]: unknown;
|
|
11377
11318
|
} | Array<unknown> | null;
|
|
11378
|
-
webhook_configured_at?: string | null;
|
|
11379
11319
|
webhook_identifier?: string | null;
|
|
11380
11320
|
}
|
|
11381
11321
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -11468,7 +11408,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11468
11408
|
webhook_config?: string | number | boolean | {
|
|
11469
11409
|
[key: string]: unknown;
|
|
11470
11410
|
} | Array<unknown> | null;
|
|
11471
|
-
webhook_configured_at?: string | null;
|
|
11472
11411
|
webhook_identifier?: string | null;
|
|
11473
11412
|
}
|
|
11474
11413
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -11557,7 +11496,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11557
11496
|
webhook_config?: string | number | boolean | {
|
|
11558
11497
|
[key: string]: unknown;
|
|
11559
11498
|
} | Array<unknown> | null;
|
|
11560
|
-
webhook_configured_at?: string | null;
|
|
11561
11499
|
webhook_identifier?: string | null;
|
|
11562
11500
|
}
|
|
11563
11501
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -11646,7 +11584,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11646
11584
|
webhook_config?: string | number | boolean | {
|
|
11647
11585
|
[key: string]: unknown;
|
|
11648
11586
|
} | Array<unknown> | null;
|
|
11649
|
-
webhook_configured_at?: string | null;
|
|
11650
11587
|
webhook_identifier?: string | null;
|
|
11651
11588
|
}
|
|
11652
11589
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -11735,7 +11672,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11735
11672
|
webhook_config?: string | number | boolean | {
|
|
11736
11673
|
[key: string]: unknown;
|
|
11737
11674
|
} | Array<unknown> | null;
|
|
11738
|
-
webhook_configured_at?: string | null;
|
|
11739
11675
|
webhook_identifier?: string | null;
|
|
11740
11676
|
}
|
|
11741
11677
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -11824,7 +11760,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11824
11760
|
webhook_config?: string | number | boolean | {
|
|
11825
11761
|
[key: string]: unknown;
|
|
11826
11762
|
} | Array<unknown> | null;
|
|
11827
|
-
webhook_configured_at?: string | null;
|
|
11828
11763
|
webhook_identifier?: string | null;
|
|
11829
11764
|
}
|
|
11830
11765
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -11913,7 +11848,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11913
11848
|
webhook_config?: string | number | boolean | {
|
|
11914
11849
|
[key: string]: unknown;
|
|
11915
11850
|
} | Array<unknown> | null;
|
|
11916
|
-
webhook_configured_at?: string | null;
|
|
11917
11851
|
webhook_identifier?: string | null;
|
|
11918
11852
|
}
|
|
11919
11853
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -12006,7 +11940,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12006
11940
|
webhook_config?: string | number | boolean | {
|
|
12007
11941
|
[key: string]: unknown;
|
|
12008
11942
|
} | Array<unknown> | null;
|
|
12009
|
-
webhook_configured_at?: string | null;
|
|
12010
11943
|
webhook_identifier?: string | null;
|
|
12011
11944
|
}
|
|
12012
11945
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -12095,7 +12028,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12095
12028
|
webhook_config?: string | number | boolean | {
|
|
12096
12029
|
[key: string]: unknown;
|
|
12097
12030
|
} | Array<unknown> | null;
|
|
12098
|
-
webhook_configured_at?: string | null;
|
|
12099
12031
|
webhook_identifier?: string | null;
|
|
12100
12032
|
}
|
|
12101
12033
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -12184,7 +12116,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12184
12116
|
webhook_config?: string | number | boolean | {
|
|
12185
12117
|
[key: string]: unknown;
|
|
12186
12118
|
} | Array<unknown> | null;
|
|
12187
|
-
webhook_configured_at?: string | null;
|
|
12188
12119
|
webhook_identifier?: string | null;
|
|
12189
12120
|
}
|
|
12190
12121
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -12273,7 +12204,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12273
12204
|
webhook_config?: string | number | boolean | {
|
|
12274
12205
|
[key: string]: unknown;
|
|
12275
12206
|
} | Array<unknown> | null;
|
|
12276
|
-
webhook_configured_at?: string | null;
|
|
12277
12207
|
webhook_identifier?: string | null;
|
|
12278
12208
|
}
|
|
12279
12209
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -12367,7 +12297,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12367
12297
|
webhook_config?: string | number | boolean | {
|
|
12368
12298
|
[key: string]: unknown;
|
|
12369
12299
|
} | Array<unknown> | null;
|
|
12370
|
-
webhook_configured_at?: string | null;
|
|
12371
12300
|
webhook_identifier?: string | null;
|
|
12372
12301
|
}
|
|
12373
12302
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -12456,7 +12385,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12456
12385
|
webhook_config?: string | number | boolean | {
|
|
12457
12386
|
[key: string]: unknown;
|
|
12458
12387
|
} | Array<unknown> | null;
|
|
12459
|
-
webhook_configured_at?: string | null;
|
|
12460
12388
|
webhook_identifier?: string | null;
|
|
12461
12389
|
}
|
|
12462
12390
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -12545,7 +12473,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12545
12473
|
webhook_config?: string | number | boolean | {
|
|
12546
12474
|
[key: string]: unknown;
|
|
12547
12475
|
} | Array<unknown> | null;
|
|
12548
|
-
webhook_configured_at?: string | null;
|
|
12549
12476
|
webhook_identifier?: string | null;
|
|
12550
12477
|
}
|
|
12551
12478
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -12634,7 +12561,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12634
12561
|
webhook_config?: string | number | boolean | {
|
|
12635
12562
|
[key: string]: unknown;
|
|
12636
12563
|
} | Array<unknown> | null;
|
|
12637
|
-
webhook_configured_at?: string | null;
|
|
12638
12564
|
webhook_identifier?: string | null;
|
|
12639
12565
|
}
|
|
12640
12566
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -12727,7 +12653,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12727
12653
|
webhook_config?: string | number | boolean | {
|
|
12728
12654
|
[key: string]: unknown;
|
|
12729
12655
|
} | Array<unknown> | null;
|
|
12730
|
-
webhook_configured_at?: string | null;
|
|
12731
12656
|
webhook_identifier?: string | null;
|
|
12732
12657
|
}
|
|
12733
12658
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -12816,7 +12741,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12816
12741
|
webhook_config?: string | number | boolean | {
|
|
12817
12742
|
[key: string]: unknown;
|
|
12818
12743
|
} | Array<unknown> | null;
|
|
12819
|
-
webhook_configured_at?: string | null;
|
|
12820
12744
|
webhook_identifier?: string | null;
|
|
12821
12745
|
}
|
|
12822
12746
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -12866,7 +12790,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12866
12790
|
webhook_config?: string | number | boolean | {
|
|
12867
12791
|
[key: string]: unknown;
|
|
12868
12792
|
} | Array<unknown> | null;
|
|
12869
|
-
webhook_configured_at?: string | null;
|
|
12870
12793
|
webhook_identifier?: string | null;
|
|
12871
12794
|
}
|
|
12872
12795
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -12989,7 +12912,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12989
12912
|
webhook_config?: string | number | boolean | {
|
|
12990
12913
|
[key: string]: unknown;
|
|
12991
12914
|
} | Array<unknown> | null;
|
|
12992
|
-
webhook_configured_at?: string | null;
|
|
12993
12915
|
webhook_identifier?: string | null;
|
|
12994
12916
|
}
|
|
12995
12917
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -13073,7 +12995,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13073
12995
|
webhook_config?: string | number | boolean | {
|
|
13074
12996
|
[key: string]: unknown;
|
|
13075
12997
|
} | Array<unknown> | null;
|
|
13076
|
-
webhook_configured_at?: string | null;
|
|
13077
12998
|
webhook_identifier?: string | null;
|
|
13078
12999
|
}
|
|
13079
13000
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -13128,7 +13049,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13128
13049
|
webhook_config?: string | number | boolean | {
|
|
13129
13050
|
[key: string]: unknown;
|
|
13130
13051
|
} | Array<unknown> | null;
|
|
13131
|
-
webhook_configured_at?: string | null;
|
|
13132
13052
|
webhook_identifier?: string | null;
|
|
13133
13053
|
}
|
|
13134
13054
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -13178,7 +13098,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13178
13098
|
webhook_config?: string | number | boolean | {
|
|
13179
13099
|
[key: string]: unknown;
|
|
13180
13100
|
} | Array<unknown> | null;
|
|
13181
|
-
webhook_configured_at?: string | null;
|
|
13182
13101
|
webhook_identifier?: string | null;
|
|
13183
13102
|
}
|
|
13184
13103
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -13232,7 +13151,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13232
13151
|
webhook_config?: string | number | boolean | {
|
|
13233
13152
|
[key: string]: unknown;
|
|
13234
13153
|
} | Array<unknown> | null;
|
|
13235
|
-
webhook_configured_at?: string | null;
|
|
13236
13154
|
webhook_identifier?: string | null;
|
|
13237
13155
|
}
|
|
13238
13156
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -13286,7 +13204,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13286
13204
|
webhook_config?: string | number | boolean | {
|
|
13287
13205
|
[key: string]: unknown;
|
|
13288
13206
|
} | Array<unknown> | null;
|
|
13289
|
-
webhook_configured_at?: string | null;
|
|
13290
13207
|
webhook_identifier?: string | null;
|
|
13291
13208
|
}
|
|
13292
13209
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -13339,7 +13256,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13339
13256
|
webhook_config?: string | number | boolean | {
|
|
13340
13257
|
[key: string]: unknown;
|
|
13341
13258
|
} | Array<unknown> | null;
|
|
13342
|
-
webhook_configured_at?: string | null;
|
|
13343
13259
|
webhook_identifier?: string | null;
|
|
13344
13260
|
}
|
|
13345
13261
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -13503,7 +13419,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13503
13419
|
webhook_config?: string | number | boolean | {
|
|
13504
13420
|
[key: string]: unknown;
|
|
13505
13421
|
} | Array<unknown> | null;
|
|
13506
|
-
webhook_configured_at?: string | null;
|
|
13507
13422
|
webhook_identifier?: string | null;
|
|
13508
13423
|
}
|
|
13509
13424
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -13602,7 +13517,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13602
13517
|
webhook_config?: string | number | boolean | {
|
|
13603
13518
|
[key: string]: unknown;
|
|
13604
13519
|
} | Array<unknown> | null;
|
|
13605
|
-
webhook_configured_at?: string | null;
|
|
13606
13520
|
webhook_identifier?: string | null;
|
|
13607
13521
|
}
|
|
13608
13522
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -13691,7 +13605,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13691
13605
|
webhook_config?: string | number | boolean | {
|
|
13692
13606
|
[key: string]: unknown;
|
|
13693
13607
|
} | Array<unknown> | null;
|
|
13694
|
-
webhook_configured_at?: string | null;
|
|
13695
13608
|
webhook_identifier?: string | null;
|
|
13696
13609
|
}
|
|
13697
13610
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -13747,7 +13660,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13747
13660
|
webhook_config?: string | number | boolean | {
|
|
13748
13661
|
[key: string]: unknown;
|
|
13749
13662
|
} | Array<unknown> | null;
|
|
13750
|
-
webhook_configured_at?: string | null;
|
|
13751
13663
|
webhook_identifier?: string | null;
|
|
13752
13664
|
}
|
|
13753
13665
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -13822,7 +13734,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13822
13734
|
webhook_config?: string | number | boolean | {
|
|
13823
13735
|
[key: string]: unknown;
|
|
13824
13736
|
} | Array<unknown> | null;
|
|
13825
|
-
webhook_configured_at?: string | null;
|
|
13826
13737
|
webhook_identifier?: string | null;
|
|
13827
13738
|
}
|
|
13828
13739
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -13839,6 +13750,9 @@ export declare namespace ListConnectionsResponse {
|
|
|
13839
13750
|
}
|
|
13840
13751
|
}
|
|
13841
13752
|
interface Settings {
|
|
13753
|
+
/**
|
|
13754
|
+
* Your Acme API key
|
|
13755
|
+
*/
|
|
13842
13756
|
api_key: string;
|
|
13843
13757
|
}
|
|
13844
13758
|
}
|
|
@@ -13872,7 +13786,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13872
13786
|
webhook_config?: string | number | boolean | {
|
|
13873
13787
|
[key: string]: unknown;
|
|
13874
13788
|
} | Array<unknown> | null;
|
|
13875
|
-
webhook_configured_at?: string | null;
|
|
13876
13789
|
webhook_identifier?: string | null;
|
|
13877
13790
|
}
|
|
13878
13791
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -13961,7 +13874,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13961
13874
|
webhook_config?: string | number | boolean | {
|
|
13962
13875
|
[key: string]: unknown;
|
|
13963
13876
|
} | Array<unknown> | null;
|
|
13964
|
-
webhook_configured_at?: string | null;
|
|
13965
13877
|
webhook_identifier?: string | null;
|
|
13966
13878
|
}
|
|
13967
13879
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -13978,6 +13890,9 @@ export declare namespace ListConnectionsResponse {
|
|
|
13978
13890
|
}
|
|
13979
13891
|
}
|
|
13980
13892
|
interface Settings {
|
|
13893
|
+
/**
|
|
13894
|
+
* Your AgentMail API key
|
|
13895
|
+
*/
|
|
13981
13896
|
api_key: string;
|
|
13982
13897
|
}
|
|
13983
13898
|
}
|
|
@@ -14011,7 +13926,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14011
13926
|
webhook_config?: string | number | boolean | {
|
|
14012
13927
|
[key: string]: unknown;
|
|
14013
13928
|
} | Array<unknown> | null;
|
|
14014
|
-
webhook_configured_at?: string | null;
|
|
14015
13929
|
webhook_identifier?: string | null;
|
|
14016
13930
|
}
|
|
14017
13931
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -14100,7 +14014,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14100
14014
|
webhook_config?: string | number | boolean | {
|
|
14101
14015
|
[key: string]: unknown;
|
|
14102
14016
|
} | Array<unknown> | null;
|
|
14103
|
-
webhook_configured_at?: string | null;
|
|
14104
14017
|
webhook_identifier?: string | null;
|
|
14105
14018
|
}
|
|
14106
14019
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -14194,7 +14107,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14194
14107
|
webhook_config?: string | number | boolean | {
|
|
14195
14108
|
[key: string]: unknown;
|
|
14196
14109
|
} | Array<unknown> | null;
|
|
14197
|
-
webhook_configured_at?: string | null;
|
|
14198
14110
|
webhook_identifier?: string | null;
|
|
14199
14111
|
}
|
|
14200
14112
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -14283,7 +14195,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14283
14195
|
webhook_config?: string | number | boolean | {
|
|
14284
14196
|
[key: string]: unknown;
|
|
14285
14197
|
} | Array<unknown> | null;
|
|
14286
|
-
webhook_configured_at?: string | null;
|
|
14287
14198
|
webhook_identifier?: string | null;
|
|
14288
14199
|
}
|
|
14289
14200
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -14372,7 +14283,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14372
14283
|
webhook_config?: string | number | boolean | {
|
|
14373
14284
|
[key: string]: unknown;
|
|
14374
14285
|
} | Array<unknown> | null;
|
|
14375
|
-
webhook_configured_at?: string | null;
|
|
14376
14286
|
webhook_identifier?: string | null;
|
|
14377
14287
|
}
|
|
14378
14288
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -14461,7 +14371,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14461
14371
|
webhook_config?: string | number | boolean | {
|
|
14462
14372
|
[key: string]: unknown;
|
|
14463
14373
|
} | Array<unknown> | null;
|
|
14464
|
-
webhook_configured_at?: string | null;
|
|
14465
14374
|
webhook_identifier?: string | null;
|
|
14466
14375
|
}
|
|
14467
14376
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -14550,7 +14459,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14550
14459
|
webhook_config?: string | number | boolean | {
|
|
14551
14460
|
[key: string]: unknown;
|
|
14552
14461
|
} | Array<unknown> | null;
|
|
14553
|
-
webhook_configured_at?: string | null;
|
|
14554
14462
|
webhook_identifier?: string | null;
|
|
14555
14463
|
}
|
|
14556
14464
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -14639,7 +14547,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14639
14547
|
webhook_config?: string | number | boolean | {
|
|
14640
14548
|
[key: string]: unknown;
|
|
14641
14549
|
} | Array<unknown> | null;
|
|
14642
|
-
webhook_configured_at?: string | null;
|
|
14643
14550
|
webhook_identifier?: string | null;
|
|
14644
14551
|
}
|
|
14645
14552
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -14732,7 +14639,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14732
14639
|
webhook_config?: string | number | boolean | {
|
|
14733
14640
|
[key: string]: unknown;
|
|
14734
14641
|
} | Array<unknown> | null;
|
|
14735
|
-
webhook_configured_at?: string | null;
|
|
14736
14642
|
webhook_identifier?: string | null;
|
|
14737
14643
|
}
|
|
14738
14644
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -14832,7 +14738,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14832
14738
|
webhook_config?: string | number | boolean | {
|
|
14833
14739
|
[key: string]: unknown;
|
|
14834
14740
|
} | Array<unknown> | null;
|
|
14835
|
-
webhook_configured_at?: string | null;
|
|
14836
14741
|
webhook_identifier?: string | null;
|
|
14837
14742
|
}
|
|
14838
14743
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -14921,7 +14826,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14921
14826
|
webhook_config?: string | number | boolean | {
|
|
14922
14827
|
[key: string]: unknown;
|
|
14923
14828
|
} | Array<unknown> | null;
|
|
14924
|
-
webhook_configured_at?: string | null;
|
|
14925
14829
|
webhook_identifier?: string | null;
|
|
14926
14830
|
}
|
|
14927
14831
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -15010,7 +14914,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15010
14914
|
webhook_config?: string | number | boolean | {
|
|
15011
14915
|
[key: string]: unknown;
|
|
15012
14916
|
} | Array<unknown> | null;
|
|
15013
|
-
webhook_configured_at?: string | null;
|
|
15014
14917
|
webhook_identifier?: string | null;
|
|
15015
14918
|
}
|
|
15016
14919
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -15099,7 +15002,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15099
15002
|
webhook_config?: string | number | boolean | {
|
|
15100
15003
|
[key: string]: unknown;
|
|
15101
15004
|
} | Array<unknown> | null;
|
|
15102
|
-
webhook_configured_at?: string | null;
|
|
15103
15005
|
webhook_identifier?: string | null;
|
|
15104
15006
|
}
|
|
15105
15007
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -15188,7 +15090,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15188
15090
|
webhook_config?: string | number | boolean | {
|
|
15189
15091
|
[key: string]: unknown;
|
|
15190
15092
|
} | Array<unknown> | null;
|
|
15191
|
-
webhook_configured_at?: string | null;
|
|
15192
15093
|
webhook_identifier?: string | null;
|
|
15193
15094
|
}
|
|
15194
15095
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -15277,7 +15178,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15277
15178
|
webhook_config?: string | number | boolean | {
|
|
15278
15179
|
[key: string]: unknown;
|
|
15279
15180
|
} | Array<unknown> | null;
|
|
15280
|
-
webhook_configured_at?: string | null;
|
|
15281
15181
|
webhook_identifier?: string | null;
|
|
15282
15182
|
}
|
|
15283
15183
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -15366,7 +15266,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15366
15266
|
webhook_config?: string | number | boolean | {
|
|
15367
15267
|
[key: string]: unknown;
|
|
15368
15268
|
} | Array<unknown> | null;
|
|
15369
|
-
webhook_configured_at?: string | null;
|
|
15370
15269
|
webhook_identifier?: string | null;
|
|
15371
15270
|
}
|
|
15372
15271
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -15455,7 +15354,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15455
15354
|
webhook_config?: string | number | boolean | {
|
|
15456
15355
|
[key: string]: unknown;
|
|
15457
15356
|
} | Array<unknown> | null;
|
|
15458
|
-
webhook_configured_at?: string | null;
|
|
15459
15357
|
webhook_identifier?: string | null;
|
|
15460
15358
|
}
|
|
15461
15359
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -15544,7 +15442,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15544
15442
|
webhook_config?: string | number | boolean | {
|
|
15545
15443
|
[key: string]: unknown;
|
|
15546
15444
|
} | Array<unknown> | null;
|
|
15547
|
-
webhook_configured_at?: string | null;
|
|
15548
15445
|
webhook_identifier?: string | null;
|
|
15549
15446
|
}
|
|
15550
15447
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -15633,7 +15530,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15633
15530
|
webhook_config?: string | number | boolean | {
|
|
15634
15531
|
[key: string]: unknown;
|
|
15635
15532
|
} | Array<unknown> | null;
|
|
15636
|
-
webhook_configured_at?: string | null;
|
|
15637
15533
|
webhook_identifier?: string | null;
|
|
15638
15534
|
}
|
|
15639
15535
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -15722,7 +15618,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15722
15618
|
webhook_config?: string | number | boolean | {
|
|
15723
15619
|
[key: string]: unknown;
|
|
15724
15620
|
} | Array<unknown> | null;
|
|
15725
|
-
webhook_configured_at?: string | null;
|
|
15726
15621
|
webhook_identifier?: string | null;
|
|
15727
15622
|
}
|
|
15728
15623
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -15811,7 +15706,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15811
15706
|
webhook_config?: string | number | boolean | {
|
|
15812
15707
|
[key: string]: unknown;
|
|
15813
15708
|
} | Array<unknown> | null;
|
|
15814
|
-
webhook_configured_at?: string | null;
|
|
15815
15709
|
webhook_identifier?: string | null;
|
|
15816
15710
|
}
|
|
15817
15711
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -15900,7 +15794,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15900
15794
|
webhook_config?: string | number | boolean | {
|
|
15901
15795
|
[key: string]: unknown;
|
|
15902
15796
|
} | Array<unknown> | null;
|
|
15903
|
-
webhook_configured_at?: string | null;
|
|
15904
15797
|
webhook_identifier?: string | null;
|
|
15905
15798
|
}
|
|
15906
15799
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -15926,7 +15819,7 @@ export declare namespace ListConnectionsResponse {
|
|
|
15926
15819
|
/**
|
|
15927
15820
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
15928
15821
|
*/
|
|
15929
|
-
app_id?: number;
|
|
15822
|
+
app_id?: number | string;
|
|
15930
15823
|
/**
|
|
15931
15824
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
15932
15825
|
*/
|
|
@@ -15997,7 +15890,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15997
15890
|
webhook_config?: string | number | boolean | {
|
|
15998
15891
|
[key: string]: unknown;
|
|
15999
15892
|
} | Array<unknown> | null;
|
|
16000
|
-
webhook_configured_at?: string | null;
|
|
16001
15893
|
webhook_identifier?: string | null;
|
|
16002
15894
|
}
|
|
16003
15895
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -16086,7 +15978,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16086
15978
|
webhook_config?: string | number | boolean | {
|
|
16087
15979
|
[key: string]: unknown;
|
|
16088
15980
|
} | Array<unknown> | null;
|
|
16089
|
-
webhook_configured_at?: string | null;
|
|
16090
15981
|
webhook_identifier?: string | null;
|
|
16091
15982
|
}
|
|
16092
15983
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -16179,7 +16070,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16179
16070
|
webhook_config?: string | number | boolean | {
|
|
16180
16071
|
[key: string]: unknown;
|
|
16181
16072
|
} | Array<unknown> | null;
|
|
16182
|
-
webhook_configured_at?: string | null;
|
|
16183
16073
|
webhook_identifier?: string | null;
|
|
16184
16074
|
}
|
|
16185
16075
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -16268,7 +16158,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16268
16158
|
webhook_config?: string | number | boolean | {
|
|
16269
16159
|
[key: string]: unknown;
|
|
16270
16160
|
} | Array<unknown> | null;
|
|
16271
|
-
webhook_configured_at?: string | null;
|
|
16272
16161
|
webhook_identifier?: string | null;
|
|
16273
16162
|
}
|
|
16274
16163
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -16357,7 +16246,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16357
16246
|
webhook_config?: string | number | boolean | {
|
|
16358
16247
|
[key: string]: unknown;
|
|
16359
16248
|
} | Array<unknown> | null;
|
|
16360
|
-
webhook_configured_at?: string | null;
|
|
16361
16249
|
webhook_identifier?: string | null;
|
|
16362
16250
|
}
|
|
16363
16251
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -16446,7 +16334,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16446
16334
|
webhook_config?: string | number | boolean | {
|
|
16447
16335
|
[key: string]: unknown;
|
|
16448
16336
|
} | Array<unknown> | null;
|
|
16449
|
-
webhook_configured_at?: string | null;
|
|
16450
16337
|
webhook_identifier?: string | null;
|
|
16451
16338
|
}
|
|
16452
16339
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -16535,7 +16422,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16535
16422
|
webhook_config?: string | number | boolean | {
|
|
16536
16423
|
[key: string]: unknown;
|
|
16537
16424
|
} | Array<unknown> | null;
|
|
16538
|
-
webhook_configured_at?: string | null;
|
|
16539
16425
|
webhook_identifier?: string | null;
|
|
16540
16426
|
}
|
|
16541
16427
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -16624,7 +16510,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16624
16510
|
webhook_config?: string | number | boolean | {
|
|
16625
16511
|
[key: string]: unknown;
|
|
16626
16512
|
} | Array<unknown> | null;
|
|
16627
|
-
webhook_configured_at?: string | null;
|
|
16628
16513
|
webhook_identifier?: string | null;
|
|
16629
16514
|
}
|
|
16630
16515
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -16717,7 +16602,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16717
16602
|
webhook_config?: string | number | boolean | {
|
|
16718
16603
|
[key: string]: unknown;
|
|
16719
16604
|
} | Array<unknown> | null;
|
|
16720
|
-
webhook_configured_at?: string | null;
|
|
16721
16605
|
webhook_identifier?: string | null;
|
|
16722
16606
|
}
|
|
16723
16607
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -16806,7 +16690,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16806
16690
|
webhook_config?: string | number | boolean | {
|
|
16807
16691
|
[key: string]: unknown;
|
|
16808
16692
|
} | Array<unknown> | null;
|
|
16809
|
-
webhook_configured_at?: string | null;
|
|
16810
16693
|
webhook_identifier?: string | null;
|
|
16811
16694
|
}
|
|
16812
16695
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -16895,7 +16778,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16895
16778
|
webhook_config?: string | number | boolean | {
|
|
16896
16779
|
[key: string]: unknown;
|
|
16897
16780
|
} | Array<unknown> | null;
|
|
16898
|
-
webhook_configured_at?: string | null;
|
|
16899
16781
|
webhook_identifier?: string | null;
|
|
16900
16782
|
}
|
|
16901
16783
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -16984,7 +16866,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16984
16866
|
webhook_config?: string | number | boolean | {
|
|
16985
16867
|
[key: string]: unknown;
|
|
16986
16868
|
} | Array<unknown> | null;
|
|
16987
|
-
webhook_configured_at?: string | null;
|
|
16988
16869
|
webhook_identifier?: string | null;
|
|
16989
16870
|
}
|
|
16990
16871
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -17078,7 +16959,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17078
16959
|
webhook_config?: string | number | boolean | {
|
|
17079
16960
|
[key: string]: unknown;
|
|
17080
16961
|
} | Array<unknown> | null;
|
|
17081
|
-
webhook_configured_at?: string | null;
|
|
17082
16962
|
webhook_identifier?: string | null;
|
|
17083
16963
|
}
|
|
17084
16964
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -17167,7 +17047,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17167
17047
|
webhook_config?: string | number | boolean | {
|
|
17168
17048
|
[key: string]: unknown;
|
|
17169
17049
|
} | Array<unknown> | null;
|
|
17170
|
-
webhook_configured_at?: string | null;
|
|
17171
17050
|
webhook_identifier?: string | null;
|
|
17172
17051
|
}
|
|
17173
17052
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -17256,7 +17135,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17256
17135
|
webhook_config?: string | number | boolean | {
|
|
17257
17136
|
[key: string]: unknown;
|
|
17258
17137
|
} | Array<unknown> | null;
|
|
17259
|
-
webhook_configured_at?: string | null;
|
|
17260
17138
|
webhook_identifier?: string | null;
|
|
17261
17139
|
}
|
|
17262
17140
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -17345,7 +17223,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17345
17223
|
webhook_config?: string | number | boolean | {
|
|
17346
17224
|
[key: string]: unknown;
|
|
17347
17225
|
} | Array<unknown> | null;
|
|
17348
|
-
webhook_configured_at?: string | null;
|
|
17349
17226
|
webhook_identifier?: string | null;
|
|
17350
17227
|
}
|
|
17351
17228
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -17438,7 +17315,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17438
17315
|
webhook_config?: string | number | boolean | {
|
|
17439
17316
|
[key: string]: unknown;
|
|
17440
17317
|
} | Array<unknown> | null;
|
|
17441
|
-
webhook_configured_at?: string | null;
|
|
17442
17318
|
webhook_identifier?: string | null;
|
|
17443
17319
|
}
|
|
17444
17320
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -17527,7 +17403,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17527
17403
|
webhook_config?: string | number | boolean | {
|
|
17528
17404
|
[key: string]: unknown;
|
|
17529
17405
|
} | Array<unknown> | null;
|
|
17530
|
-
webhook_configured_at?: string | null;
|
|
17531
17406
|
webhook_identifier?: string | null;
|
|
17532
17407
|
}
|
|
17533
17408
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -17577,7 +17452,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17577
17452
|
webhook_config?: string | number | boolean | {
|
|
17578
17453
|
[key: string]: unknown;
|
|
17579
17454
|
} | Array<unknown> | null;
|
|
17580
|
-
webhook_configured_at?: string | null;
|
|
17581
17455
|
webhook_identifier?: string | null;
|
|
17582
17456
|
}
|
|
17583
17457
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -17700,7 +17574,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17700
17574
|
webhook_config?: string | number | boolean | {
|
|
17701
17575
|
[key: string]: unknown;
|
|
17702
17576
|
} | Array<unknown> | null;
|
|
17703
|
-
webhook_configured_at?: string | null;
|
|
17704
17577
|
webhook_identifier?: string | null;
|
|
17705
17578
|
}
|
|
17706
17579
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -17784,7 +17657,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17784
17657
|
webhook_config?: string | number | boolean | {
|
|
17785
17658
|
[key: string]: unknown;
|
|
17786
17659
|
} | Array<unknown> | null;
|
|
17787
|
-
webhook_configured_at?: string | null;
|
|
17788
17660
|
webhook_identifier?: string | null;
|
|
17789
17661
|
}
|
|
17790
17662
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -17839,7 +17711,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17839
17711
|
webhook_config?: string | number | boolean | {
|
|
17840
17712
|
[key: string]: unknown;
|
|
17841
17713
|
} | Array<unknown> | null;
|
|
17842
|
-
webhook_configured_at?: string | null;
|
|
17843
17714
|
webhook_identifier?: string | null;
|
|
17844
17715
|
}
|
|
17845
17716
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -17889,7 +17760,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17889
17760
|
webhook_config?: string | number | boolean | {
|
|
17890
17761
|
[key: string]: unknown;
|
|
17891
17762
|
} | Array<unknown> | null;
|
|
17892
|
-
webhook_configured_at?: string | null;
|
|
17893
17763
|
webhook_identifier?: string | null;
|
|
17894
17764
|
}
|
|
17895
17765
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -17943,7 +17813,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17943
17813
|
webhook_config?: string | number | boolean | {
|
|
17944
17814
|
[key: string]: unknown;
|
|
17945
17815
|
} | Array<unknown> | null;
|
|
17946
|
-
webhook_configured_at?: string | null;
|
|
17947
17816
|
webhook_identifier?: string | null;
|
|
17948
17817
|
}
|
|
17949
17818
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -17997,7 +17866,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17997
17866
|
webhook_config?: string | number | boolean | {
|
|
17998
17867
|
[key: string]: unknown;
|
|
17999
17868
|
} | Array<unknown> | null;
|
|
18000
|
-
webhook_configured_at?: string | null;
|
|
18001
17869
|
webhook_identifier?: string | null;
|
|
18002
17870
|
}
|
|
18003
17871
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -18050,7 +17918,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18050
17918
|
webhook_config?: string | number | boolean | {
|
|
18051
17919
|
[key: string]: unknown;
|
|
18052
17920
|
} | Array<unknown> | null;
|
|
18053
|
-
webhook_configured_at?: string | null;
|
|
18054
17921
|
webhook_identifier?: string | null;
|
|
18055
17922
|
}
|
|
18056
17923
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -18214,7 +18081,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18214
18081
|
webhook_config?: string | number | boolean | {
|
|
18215
18082
|
[key: string]: unknown;
|
|
18216
18083
|
} | Array<unknown> | null;
|
|
18217
|
-
webhook_configured_at?: string | null;
|
|
18218
18084
|
webhook_identifier?: string | null;
|
|
18219
18085
|
}
|
|
18220
18086
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -18313,7 +18179,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18313
18179
|
webhook_config?: string | number | boolean | {
|
|
18314
18180
|
[key: string]: unknown;
|
|
18315
18181
|
} | Array<unknown> | null;
|
|
18316
|
-
webhook_configured_at?: string | null;
|
|
18317
18182
|
webhook_identifier?: string | null;
|
|
18318
18183
|
}
|
|
18319
18184
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -18402,7 +18267,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18402
18267
|
webhook_config?: string | number | boolean | {
|
|
18403
18268
|
[key: string]: unknown;
|
|
18404
18269
|
} | Array<unknown> | null;
|
|
18405
|
-
webhook_configured_at?: string | null;
|
|
18406
18270
|
webhook_identifier?: string | null;
|
|
18407
18271
|
}
|
|
18408
18272
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -18458,7 +18322,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18458
18322
|
webhook_config?: string | number | boolean | {
|
|
18459
18323
|
[key: string]: unknown;
|
|
18460
18324
|
} | Array<unknown> | null;
|
|
18461
|
-
webhook_configured_at?: string | null;
|
|
18462
18325
|
webhook_identifier?: string | null;
|
|
18463
18326
|
}
|
|
18464
18327
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -23519,7 +23382,6 @@ export declare namespace PostConnectResponse {
|
|
|
23519
23382
|
webhook_config?: string | number | boolean | {
|
|
23520
23383
|
[key: string]: unknown;
|
|
23521
23384
|
} | Array<unknown> | null;
|
|
23522
|
-
webhook_configured_at?: string | null;
|
|
23523
23385
|
webhook_identifier?: string | null;
|
|
23524
23386
|
}
|
|
23525
23387
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -23536,6 +23398,9 @@ export declare namespace PostConnectResponse {
|
|
|
23536
23398
|
}
|
|
23537
23399
|
}
|
|
23538
23400
|
interface Settings {
|
|
23401
|
+
/**
|
|
23402
|
+
* Your Acme API key
|
|
23403
|
+
*/
|
|
23539
23404
|
api_key: string;
|
|
23540
23405
|
}
|
|
23541
23406
|
}
|
|
@@ -23567,7 +23432,6 @@ export declare namespace PostConnectResponse {
|
|
|
23567
23432
|
webhook_config?: string | number | boolean | {
|
|
23568
23433
|
[key: string]: unknown;
|
|
23569
23434
|
} | Array<unknown> | null;
|
|
23570
|
-
webhook_configured_at?: string | null;
|
|
23571
23435
|
webhook_identifier?: string | null;
|
|
23572
23436
|
}
|
|
23573
23437
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -23654,7 +23518,6 @@ export declare namespace PostConnectResponse {
|
|
|
23654
23518
|
webhook_config?: string | number | boolean | {
|
|
23655
23519
|
[key: string]: unknown;
|
|
23656
23520
|
} | Array<unknown> | null;
|
|
23657
|
-
webhook_configured_at?: string | null;
|
|
23658
23521
|
webhook_identifier?: string | null;
|
|
23659
23522
|
}
|
|
23660
23523
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -23671,6 +23534,9 @@ export declare namespace PostConnectResponse {
|
|
|
23671
23534
|
}
|
|
23672
23535
|
}
|
|
23673
23536
|
interface Settings {
|
|
23537
|
+
/**
|
|
23538
|
+
* Your AgentMail API key
|
|
23539
|
+
*/
|
|
23674
23540
|
api_key: string;
|
|
23675
23541
|
}
|
|
23676
23542
|
}
|
|
@@ -23702,7 +23568,6 @@ export declare namespace PostConnectResponse {
|
|
|
23702
23568
|
webhook_config?: string | number | boolean | {
|
|
23703
23569
|
[key: string]: unknown;
|
|
23704
23570
|
} | Array<unknown> | null;
|
|
23705
|
-
webhook_configured_at?: string | null;
|
|
23706
23571
|
webhook_identifier?: string | null;
|
|
23707
23572
|
}
|
|
23708
23573
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -23789,7 +23654,6 @@ export declare namespace PostConnectResponse {
|
|
|
23789
23654
|
webhook_config?: string | number | boolean | {
|
|
23790
23655
|
[key: string]: unknown;
|
|
23791
23656
|
} | Array<unknown> | null;
|
|
23792
|
-
webhook_configured_at?: string | null;
|
|
23793
23657
|
webhook_identifier?: string | null;
|
|
23794
23658
|
}
|
|
23795
23659
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -23881,7 +23745,6 @@ export declare namespace PostConnectResponse {
|
|
|
23881
23745
|
webhook_config?: string | number | boolean | {
|
|
23882
23746
|
[key: string]: unknown;
|
|
23883
23747
|
} | Array<unknown> | null;
|
|
23884
|
-
webhook_configured_at?: string | null;
|
|
23885
23748
|
webhook_identifier?: string | null;
|
|
23886
23749
|
}
|
|
23887
23750
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -23968,7 +23831,6 @@ export declare namespace PostConnectResponse {
|
|
|
23968
23831
|
webhook_config?: string | number | boolean | {
|
|
23969
23832
|
[key: string]: unknown;
|
|
23970
23833
|
} | Array<unknown> | null;
|
|
23971
|
-
webhook_configured_at?: string | null;
|
|
23972
23834
|
webhook_identifier?: string | null;
|
|
23973
23835
|
}
|
|
23974
23836
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -24055,7 +23917,6 @@ export declare namespace PostConnectResponse {
|
|
|
24055
23917
|
webhook_config?: string | number | boolean | {
|
|
24056
23918
|
[key: string]: unknown;
|
|
24057
23919
|
} | Array<unknown> | null;
|
|
24058
|
-
webhook_configured_at?: string | null;
|
|
24059
23920
|
webhook_identifier?: string | null;
|
|
24060
23921
|
}
|
|
24061
23922
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -24142,7 +24003,6 @@ export declare namespace PostConnectResponse {
|
|
|
24142
24003
|
webhook_config?: string | number | boolean | {
|
|
24143
24004
|
[key: string]: unknown;
|
|
24144
24005
|
} | Array<unknown> | null;
|
|
24145
|
-
webhook_configured_at?: string | null;
|
|
24146
24006
|
webhook_identifier?: string | null;
|
|
24147
24007
|
}
|
|
24148
24008
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -24229,7 +24089,6 @@ export declare namespace PostConnectResponse {
|
|
|
24229
24089
|
webhook_config?: string | number | boolean | {
|
|
24230
24090
|
[key: string]: unknown;
|
|
24231
24091
|
} | Array<unknown> | null;
|
|
24232
|
-
webhook_configured_at?: string | null;
|
|
24233
24092
|
webhook_identifier?: string | null;
|
|
24234
24093
|
}
|
|
24235
24094
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -24316,7 +24175,6 @@ export declare namespace PostConnectResponse {
|
|
|
24316
24175
|
webhook_config?: string | number | boolean | {
|
|
24317
24176
|
[key: string]: unknown;
|
|
24318
24177
|
} | Array<unknown> | null;
|
|
24319
|
-
webhook_configured_at?: string | null;
|
|
24320
24178
|
webhook_identifier?: string | null;
|
|
24321
24179
|
}
|
|
24322
24180
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -24407,7 +24265,6 @@ export declare namespace PostConnectResponse {
|
|
|
24407
24265
|
webhook_config?: string | number | boolean | {
|
|
24408
24266
|
[key: string]: unknown;
|
|
24409
24267
|
} | Array<unknown> | null;
|
|
24410
|
-
webhook_configured_at?: string | null;
|
|
24411
24268
|
webhook_identifier?: string | null;
|
|
24412
24269
|
}
|
|
24413
24270
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -24505,7 +24362,6 @@ export declare namespace PostConnectResponse {
|
|
|
24505
24362
|
webhook_config?: string | number | boolean | {
|
|
24506
24363
|
[key: string]: unknown;
|
|
24507
24364
|
} | Array<unknown> | null;
|
|
24508
|
-
webhook_configured_at?: string | null;
|
|
24509
24365
|
webhook_identifier?: string | null;
|
|
24510
24366
|
}
|
|
24511
24367
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -24592,7 +24448,6 @@ export declare namespace PostConnectResponse {
|
|
|
24592
24448
|
webhook_config?: string | number | boolean | {
|
|
24593
24449
|
[key: string]: unknown;
|
|
24594
24450
|
} | Array<unknown> | null;
|
|
24595
|
-
webhook_configured_at?: string | null;
|
|
24596
24451
|
webhook_identifier?: string | null;
|
|
24597
24452
|
}
|
|
24598
24453
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -24679,7 +24534,6 @@ export declare namespace PostConnectResponse {
|
|
|
24679
24534
|
webhook_config?: string | number | boolean | {
|
|
24680
24535
|
[key: string]: unknown;
|
|
24681
24536
|
} | Array<unknown> | null;
|
|
24682
|
-
webhook_configured_at?: string | null;
|
|
24683
24537
|
webhook_identifier?: string | null;
|
|
24684
24538
|
}
|
|
24685
24539
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -24766,7 +24620,6 @@ export declare namespace PostConnectResponse {
|
|
|
24766
24620
|
webhook_config?: string | number | boolean | {
|
|
24767
24621
|
[key: string]: unknown;
|
|
24768
24622
|
} | Array<unknown> | null;
|
|
24769
|
-
webhook_configured_at?: string | null;
|
|
24770
24623
|
webhook_identifier?: string | null;
|
|
24771
24624
|
}
|
|
24772
24625
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -24853,7 +24706,6 @@ export declare namespace PostConnectResponse {
|
|
|
24853
24706
|
webhook_config?: string | number | boolean | {
|
|
24854
24707
|
[key: string]: unknown;
|
|
24855
24708
|
} | Array<unknown> | null;
|
|
24856
|
-
webhook_configured_at?: string | null;
|
|
24857
24709
|
webhook_identifier?: string | null;
|
|
24858
24710
|
}
|
|
24859
24711
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -24940,7 +24792,6 @@ export declare namespace PostConnectResponse {
|
|
|
24940
24792
|
webhook_config?: string | number | boolean | {
|
|
24941
24793
|
[key: string]: unknown;
|
|
24942
24794
|
} | Array<unknown> | null;
|
|
24943
|
-
webhook_configured_at?: string | null;
|
|
24944
24795
|
webhook_identifier?: string | null;
|
|
24945
24796
|
}
|
|
24946
24797
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -25027,7 +24878,6 @@ export declare namespace PostConnectResponse {
|
|
|
25027
24878
|
webhook_config?: string | number | boolean | {
|
|
25028
24879
|
[key: string]: unknown;
|
|
25029
24880
|
} | Array<unknown> | null;
|
|
25030
|
-
webhook_configured_at?: string | null;
|
|
25031
24881
|
webhook_identifier?: string | null;
|
|
25032
24882
|
}
|
|
25033
24883
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -25114,7 +24964,6 @@ export declare namespace PostConnectResponse {
|
|
|
25114
24964
|
webhook_config?: string | number | boolean | {
|
|
25115
24965
|
[key: string]: unknown;
|
|
25116
24966
|
} | Array<unknown> | null;
|
|
25117
|
-
webhook_configured_at?: string | null;
|
|
25118
24967
|
webhook_identifier?: string | null;
|
|
25119
24968
|
}
|
|
25120
24969
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -25201,7 +25050,6 @@ export declare namespace PostConnectResponse {
|
|
|
25201
25050
|
webhook_config?: string | number | boolean | {
|
|
25202
25051
|
[key: string]: unknown;
|
|
25203
25052
|
} | Array<unknown> | null;
|
|
25204
|
-
webhook_configured_at?: string | null;
|
|
25205
25053
|
webhook_identifier?: string | null;
|
|
25206
25054
|
}
|
|
25207
25055
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -25288,7 +25136,6 @@ export declare namespace PostConnectResponse {
|
|
|
25288
25136
|
webhook_config?: string | number | boolean | {
|
|
25289
25137
|
[key: string]: unknown;
|
|
25290
25138
|
} | Array<unknown> | null;
|
|
25291
|
-
webhook_configured_at?: string | null;
|
|
25292
25139
|
webhook_identifier?: string | null;
|
|
25293
25140
|
}
|
|
25294
25141
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -25375,7 +25222,6 @@ export declare namespace PostConnectResponse {
|
|
|
25375
25222
|
webhook_config?: string | number | boolean | {
|
|
25376
25223
|
[key: string]: unknown;
|
|
25377
25224
|
} | Array<unknown> | null;
|
|
25378
|
-
webhook_configured_at?: string | null;
|
|
25379
25225
|
webhook_identifier?: string | null;
|
|
25380
25226
|
}
|
|
25381
25227
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -25462,7 +25308,6 @@ export declare namespace PostConnectResponse {
|
|
|
25462
25308
|
webhook_config?: string | number | boolean | {
|
|
25463
25309
|
[key: string]: unknown;
|
|
25464
25310
|
} | Array<unknown> | null;
|
|
25465
|
-
webhook_configured_at?: string | null;
|
|
25466
25311
|
webhook_identifier?: string | null;
|
|
25467
25312
|
}
|
|
25468
25313
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -25549,7 +25394,6 @@ export declare namespace PostConnectResponse {
|
|
|
25549
25394
|
webhook_config?: string | number | boolean | {
|
|
25550
25395
|
[key: string]: unknown;
|
|
25551
25396
|
} | Array<unknown> | null;
|
|
25552
|
-
webhook_configured_at?: string | null;
|
|
25553
25397
|
webhook_identifier?: string | null;
|
|
25554
25398
|
}
|
|
25555
25399
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -25575,7 +25419,7 @@ export declare namespace PostConnectResponse {
|
|
|
25575
25419
|
/**
|
|
25576
25420
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
25577
25421
|
*/
|
|
25578
|
-
app_id?: number;
|
|
25422
|
+
app_id?: number | string;
|
|
25579
25423
|
/**
|
|
25580
25424
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
25581
25425
|
*/
|
|
@@ -25644,7 +25488,6 @@ export declare namespace PostConnectResponse {
|
|
|
25644
25488
|
webhook_config?: string | number | boolean | {
|
|
25645
25489
|
[key: string]: unknown;
|
|
25646
25490
|
} | Array<unknown> | null;
|
|
25647
|
-
webhook_configured_at?: string | null;
|
|
25648
25491
|
webhook_identifier?: string | null;
|
|
25649
25492
|
}
|
|
25650
25493
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -25731,7 +25574,6 @@ export declare namespace PostConnectResponse {
|
|
|
25731
25574
|
webhook_config?: string | number | boolean | {
|
|
25732
25575
|
[key: string]: unknown;
|
|
25733
25576
|
} | Array<unknown> | null;
|
|
25734
|
-
webhook_configured_at?: string | null;
|
|
25735
25577
|
webhook_identifier?: string | null;
|
|
25736
25578
|
}
|
|
25737
25579
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -25822,7 +25664,6 @@ export declare namespace PostConnectResponse {
|
|
|
25822
25664
|
webhook_config?: string | number | boolean | {
|
|
25823
25665
|
[key: string]: unknown;
|
|
25824
25666
|
} | Array<unknown> | null;
|
|
25825
|
-
webhook_configured_at?: string | null;
|
|
25826
25667
|
webhook_identifier?: string | null;
|
|
25827
25668
|
}
|
|
25828
25669
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -25909,7 +25750,6 @@ export declare namespace PostConnectResponse {
|
|
|
25909
25750
|
webhook_config?: string | number | boolean | {
|
|
25910
25751
|
[key: string]: unknown;
|
|
25911
25752
|
} | Array<unknown> | null;
|
|
25912
|
-
webhook_configured_at?: string | null;
|
|
25913
25753
|
webhook_identifier?: string | null;
|
|
25914
25754
|
}
|
|
25915
25755
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -25996,7 +25836,6 @@ export declare namespace PostConnectResponse {
|
|
|
25996
25836
|
webhook_config?: string | number | boolean | {
|
|
25997
25837
|
[key: string]: unknown;
|
|
25998
25838
|
} | Array<unknown> | null;
|
|
25999
|
-
webhook_configured_at?: string | null;
|
|
26000
25839
|
webhook_identifier?: string | null;
|
|
26001
25840
|
}
|
|
26002
25841
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -26083,7 +25922,6 @@ export declare namespace PostConnectResponse {
|
|
|
26083
25922
|
webhook_config?: string | number | boolean | {
|
|
26084
25923
|
[key: string]: unknown;
|
|
26085
25924
|
} | Array<unknown> | null;
|
|
26086
|
-
webhook_configured_at?: string | null;
|
|
26087
25925
|
webhook_identifier?: string | null;
|
|
26088
25926
|
}
|
|
26089
25927
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -26170,7 +26008,6 @@ export declare namespace PostConnectResponse {
|
|
|
26170
26008
|
webhook_config?: string | number | boolean | {
|
|
26171
26009
|
[key: string]: unknown;
|
|
26172
26010
|
} | Array<unknown> | null;
|
|
26173
|
-
webhook_configured_at?: string | null;
|
|
26174
26011
|
webhook_identifier?: string | null;
|
|
26175
26012
|
}
|
|
26176
26013
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -26257,7 +26094,6 @@ export declare namespace PostConnectResponse {
|
|
|
26257
26094
|
webhook_config?: string | number | boolean | {
|
|
26258
26095
|
[key: string]: unknown;
|
|
26259
26096
|
} | Array<unknown> | null;
|
|
26260
|
-
webhook_configured_at?: string | null;
|
|
26261
26097
|
webhook_identifier?: string | null;
|
|
26262
26098
|
}
|
|
26263
26099
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -26348,7 +26184,6 @@ export declare namespace PostConnectResponse {
|
|
|
26348
26184
|
webhook_config?: string | number | boolean | {
|
|
26349
26185
|
[key: string]: unknown;
|
|
26350
26186
|
} | Array<unknown> | null;
|
|
26351
|
-
webhook_configured_at?: string | null;
|
|
26352
26187
|
webhook_identifier?: string | null;
|
|
26353
26188
|
}
|
|
26354
26189
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -26435,7 +26270,6 @@ export declare namespace PostConnectResponse {
|
|
|
26435
26270
|
webhook_config?: string | number | boolean | {
|
|
26436
26271
|
[key: string]: unknown;
|
|
26437
26272
|
} | Array<unknown> | null;
|
|
26438
|
-
webhook_configured_at?: string | null;
|
|
26439
26273
|
webhook_identifier?: string | null;
|
|
26440
26274
|
}
|
|
26441
26275
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -26522,7 +26356,6 @@ export declare namespace PostConnectResponse {
|
|
|
26522
26356
|
webhook_config?: string | number | boolean | {
|
|
26523
26357
|
[key: string]: unknown;
|
|
26524
26358
|
} | Array<unknown> | null;
|
|
26525
|
-
webhook_configured_at?: string | null;
|
|
26526
26359
|
webhook_identifier?: string | null;
|
|
26527
26360
|
}
|
|
26528
26361
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -26609,7 +26442,6 @@ export declare namespace PostConnectResponse {
|
|
|
26609
26442
|
webhook_config?: string | number | boolean | {
|
|
26610
26443
|
[key: string]: unknown;
|
|
26611
26444
|
} | Array<unknown> | null;
|
|
26612
|
-
webhook_configured_at?: string | null;
|
|
26613
26445
|
webhook_identifier?: string | null;
|
|
26614
26446
|
}
|
|
26615
26447
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -26701,7 +26533,6 @@ export declare namespace PostConnectResponse {
|
|
|
26701
26533
|
webhook_config?: string | number | boolean | {
|
|
26702
26534
|
[key: string]: unknown;
|
|
26703
26535
|
} | Array<unknown> | null;
|
|
26704
|
-
webhook_configured_at?: string | null;
|
|
26705
26536
|
webhook_identifier?: string | null;
|
|
26706
26537
|
}
|
|
26707
26538
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -26788,7 +26619,6 @@ export declare namespace PostConnectResponse {
|
|
|
26788
26619
|
webhook_config?: string | number | boolean | {
|
|
26789
26620
|
[key: string]: unknown;
|
|
26790
26621
|
} | Array<unknown> | null;
|
|
26791
|
-
webhook_configured_at?: string | null;
|
|
26792
26622
|
webhook_identifier?: string | null;
|
|
26793
26623
|
}
|
|
26794
26624
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -26875,7 +26705,6 @@ export declare namespace PostConnectResponse {
|
|
|
26875
26705
|
webhook_config?: string | number | boolean | {
|
|
26876
26706
|
[key: string]: unknown;
|
|
26877
26707
|
} | Array<unknown> | null;
|
|
26878
|
-
webhook_configured_at?: string | null;
|
|
26879
26708
|
webhook_identifier?: string | null;
|
|
26880
26709
|
}
|
|
26881
26710
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -26962,7 +26791,6 @@ export declare namespace PostConnectResponse {
|
|
|
26962
26791
|
webhook_config?: string | number | boolean | {
|
|
26963
26792
|
[key: string]: unknown;
|
|
26964
26793
|
} | Array<unknown> | null;
|
|
26965
|
-
webhook_configured_at?: string | null;
|
|
26966
26794
|
webhook_identifier?: string | null;
|
|
26967
26795
|
}
|
|
26968
26796
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -27053,7 +26881,6 @@ export declare namespace PostConnectResponse {
|
|
|
27053
26881
|
webhook_config?: string | number | boolean | {
|
|
27054
26882
|
[key: string]: unknown;
|
|
27055
26883
|
} | Array<unknown> | null;
|
|
27056
|
-
webhook_configured_at?: string | null;
|
|
27057
26884
|
webhook_identifier?: string | null;
|
|
27058
26885
|
}
|
|
27059
26886
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -27140,7 +26967,6 @@ export declare namespace PostConnectResponse {
|
|
|
27140
26967
|
webhook_config?: string | number | boolean | {
|
|
27141
26968
|
[key: string]: unknown;
|
|
27142
26969
|
} | Array<unknown> | null;
|
|
27143
|
-
webhook_configured_at?: string | null;
|
|
27144
26970
|
webhook_identifier?: string | null;
|
|
27145
26971
|
}
|
|
27146
26972
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -27188,7 +27014,6 @@ export declare namespace PostConnectResponse {
|
|
|
27188
27014
|
webhook_config?: string | number | boolean | {
|
|
27189
27015
|
[key: string]: unknown;
|
|
27190
27016
|
} | Array<unknown> | null;
|
|
27191
|
-
webhook_configured_at?: string | null;
|
|
27192
27017
|
webhook_identifier?: string | null;
|
|
27193
27018
|
}
|
|
27194
27019
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -27309,7 +27134,6 @@ export declare namespace PostConnectResponse {
|
|
|
27309
27134
|
webhook_config?: string | number | boolean | {
|
|
27310
27135
|
[key: string]: unknown;
|
|
27311
27136
|
} | Array<unknown> | null;
|
|
27312
|
-
webhook_configured_at?: string | null;
|
|
27313
27137
|
webhook_identifier?: string | null;
|
|
27314
27138
|
}
|
|
27315
27139
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -27391,7 +27215,6 @@ export declare namespace PostConnectResponse {
|
|
|
27391
27215
|
webhook_config?: string | number | boolean | {
|
|
27392
27216
|
[key: string]: unknown;
|
|
27393
27217
|
} | Array<unknown> | null;
|
|
27394
|
-
webhook_configured_at?: string | null;
|
|
27395
27218
|
webhook_identifier?: string | null;
|
|
27396
27219
|
}
|
|
27397
27220
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -27444,7 +27267,6 @@ export declare namespace PostConnectResponse {
|
|
|
27444
27267
|
webhook_config?: string | number | boolean | {
|
|
27445
27268
|
[key: string]: unknown;
|
|
27446
27269
|
} | Array<unknown> | null;
|
|
27447
|
-
webhook_configured_at?: string | null;
|
|
27448
27270
|
webhook_identifier?: string | null;
|
|
27449
27271
|
}
|
|
27450
27272
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -27492,7 +27314,6 @@ export declare namespace PostConnectResponse {
|
|
|
27492
27314
|
webhook_config?: string | number | boolean | {
|
|
27493
27315
|
[key: string]: unknown;
|
|
27494
27316
|
} | Array<unknown> | null;
|
|
27495
|
-
webhook_configured_at?: string | null;
|
|
27496
27317
|
webhook_identifier?: string | null;
|
|
27497
27318
|
}
|
|
27498
27319
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -27544,7 +27365,6 @@ export declare namespace PostConnectResponse {
|
|
|
27544
27365
|
webhook_config?: string | number | boolean | {
|
|
27545
27366
|
[key: string]: unknown;
|
|
27546
27367
|
} | Array<unknown> | null;
|
|
27547
|
-
webhook_configured_at?: string | null;
|
|
27548
27368
|
webhook_identifier?: string | null;
|
|
27549
27369
|
}
|
|
27550
27370
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -27596,7 +27416,6 @@ export declare namespace PostConnectResponse {
|
|
|
27596
27416
|
webhook_config?: string | number | boolean | {
|
|
27597
27417
|
[key: string]: unknown;
|
|
27598
27418
|
} | Array<unknown> | null;
|
|
27599
|
-
webhook_configured_at?: string | null;
|
|
27600
27419
|
webhook_identifier?: string | null;
|
|
27601
27420
|
}
|
|
27602
27421
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -27647,7 +27466,6 @@ export declare namespace PostConnectResponse {
|
|
|
27647
27466
|
webhook_config?: string | number | boolean | {
|
|
27648
27467
|
[key: string]: unknown;
|
|
27649
27468
|
} | Array<unknown> | null;
|
|
27650
|
-
webhook_configured_at?: string | null;
|
|
27651
27469
|
webhook_identifier?: string | null;
|
|
27652
27470
|
}
|
|
27653
27471
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -27809,7 +27627,6 @@ export declare namespace PostConnectResponse {
|
|
|
27809
27627
|
webhook_config?: string | number | boolean | {
|
|
27810
27628
|
[key: string]: unknown;
|
|
27811
27629
|
} | Array<unknown> | null;
|
|
27812
|
-
webhook_configured_at?: string | null;
|
|
27813
27630
|
webhook_identifier?: string | null;
|
|
27814
27631
|
}
|
|
27815
27632
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -27906,7 +27723,6 @@ export declare namespace PostConnectResponse {
|
|
|
27906
27723
|
webhook_config?: string | number | boolean | {
|
|
27907
27724
|
[key: string]: unknown;
|
|
27908
27725
|
} | Array<unknown> | null;
|
|
27909
|
-
webhook_configured_at?: string | null;
|
|
27910
27726
|
webhook_identifier?: string | null;
|
|
27911
27727
|
}
|
|
27912
27728
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -27993,7 +27809,6 @@ export declare namespace PostConnectResponse {
|
|
|
27993
27809
|
webhook_config?: string | number | boolean | {
|
|
27994
27810
|
[key: string]: unknown;
|
|
27995
27811
|
} | Array<unknown> | null;
|
|
27996
|
-
webhook_configured_at?: string | null;
|
|
27997
27812
|
webhook_identifier?: string | null;
|
|
27998
27813
|
}
|
|
27999
27814
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -28047,7 +27862,6 @@ export declare namespace PostConnectResponse {
|
|
|
28047
27862
|
webhook_config?: string | number | boolean | {
|
|
28048
27863
|
[key: string]: unknown;
|
|
28049
27864
|
} | Array<unknown> | null;
|
|
28050
|
-
webhook_configured_at?: string | null;
|
|
28051
27865
|
webhook_identifier?: string | null;
|
|
28052
27866
|
}
|
|
28053
27867
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -30968,6 +30782,9 @@ export declare namespace CreateConnectionParams {
|
|
|
30968
30782
|
}
|
|
30969
30783
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
30970
30784
|
interface Settings {
|
|
30785
|
+
/**
|
|
30786
|
+
* Your Acme API key
|
|
30787
|
+
*/
|
|
30971
30788
|
api_key: string;
|
|
30972
30789
|
}
|
|
30973
30790
|
}
|
|
@@ -31025,6 +30842,9 @@ export declare namespace CreateConnectionParams {
|
|
|
31025
30842
|
}
|
|
31026
30843
|
namespace ConnectorAgentmailDiscriminatedConnectionSettings {
|
|
31027
30844
|
interface Settings {
|
|
30845
|
+
/**
|
|
30846
|
+
* Your AgentMail API key
|
|
30847
|
+
*/
|
|
31028
30848
|
api_key: string;
|
|
31029
30849
|
}
|
|
31030
30850
|
}
|
|
@@ -32071,7 +31891,7 @@ export declare namespace CreateConnectionParams {
|
|
|
32071
31891
|
/**
|
|
32072
31892
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
32073
31893
|
*/
|
|
32074
|
-
app_id?: number;
|
|
31894
|
+
app_id?: number | string;
|
|
32075
31895
|
/**
|
|
32076
31896
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
32077
31897
|
*/
|
|
@@ -33411,6 +33231,12 @@ export declare namespace CreateTokenParams {
|
|
|
33411
33231
|
* loads. Only works when view is "add" and the connector is available.
|
|
33412
33232
|
*/
|
|
33413
33233
|
auto_connect?: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'custom-mcp' | 'databricks' | 'databricks-m2m' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'gitlab-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' | 'todoist' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
33234
|
+
/**
|
|
33235
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
33236
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
33237
|
+
* non-production environments.
|
|
33238
|
+
*/
|
|
33239
|
+
auto_subscribe_webhooks?: boolean;
|
|
33414
33240
|
/**
|
|
33415
33241
|
* Optional external ID for reconnecting to an existing connection
|
|
33416
33242
|
*/
|
|
@@ -34990,6 +34816,12 @@ export declare namespace PostConnectParams {
|
|
|
34990
34816
|
* loads. Only works when view is "add" and the connector is available.
|
|
34991
34817
|
*/
|
|
34992
34818
|
auto_connect?: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'custom-mcp' | 'databricks' | 'databricks-m2m' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'gitlab-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' | 'todoist' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
34819
|
+
/**
|
|
34820
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
34821
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
34822
|
+
* non-production environments.
|
|
34823
|
+
*/
|
|
34824
|
+
auto_subscribe_webhooks?: boolean;
|
|
34993
34825
|
/**
|
|
34994
34826
|
* Optional external ID for reconnecting to an existing connection
|
|
34995
34827
|
*/
|
|
@@ -35399,6 +35231,12 @@ export declare namespace PreConnectParams {
|
|
|
35399
35231
|
* loads. Only works when view is "add" and the connector is available.
|
|
35400
35232
|
*/
|
|
35401
35233
|
auto_connect?: 'acme-apikey' | 'acme-oauth2' | 'agentmail' | 'apollo' | 'asana' | 'bigquery' | 'bitbucket' | 'bitbucket-source-control' | 'box' | 'calendly' | 'clickup' | 'confluence' | 'custom-mcp' | 'databricks' | 'databricks-m2m' | 'discord' | 'dropbox' | 'figma' | 'github' | 'github-source-control' | 'gitlab-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' | 'todoist' | 'twilio' | 'workato' | 'youtube' | 'zendesk' | 'zoom';
|
|
35234
|
+
/**
|
|
35235
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
35236
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
35237
|
+
* non-production environments.
|
|
35238
|
+
*/
|
|
35239
|
+
auto_subscribe_webhooks?: boolean;
|
|
35402
35240
|
/**
|
|
35403
35241
|
* Optional external ID for reconnecting to an existing connection
|
|
35404
35242
|
*/
|