@replit/connectors 0.14.0 → 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 +20 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +23 -225
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +23 -225
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +26 -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
|
@@ -132,7 +132,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
132
132
|
webhook_config?: string | number | boolean | {
|
|
133
133
|
[key: string]: unknown;
|
|
134
134
|
} | Array<unknown> | null;
|
|
135
|
-
webhook_configured_at?: string | null;
|
|
136
135
|
webhook_identifier?: string | null;
|
|
137
136
|
}
|
|
138
137
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -185,7 +184,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
185
184
|
webhook_config?: string | number | boolean | {
|
|
186
185
|
[key: string]: unknown;
|
|
187
186
|
} | Array<unknown> | null;
|
|
188
|
-
webhook_configured_at?: string | null;
|
|
189
187
|
webhook_identifier?: string | null;
|
|
190
188
|
}
|
|
191
189
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -274,7 +272,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
274
272
|
webhook_config?: string | number | boolean | {
|
|
275
273
|
[key: string]: unknown;
|
|
276
274
|
} | Array<unknown> | null;
|
|
277
|
-
webhook_configured_at?: string | null;
|
|
278
275
|
webhook_identifier?: string | null;
|
|
279
276
|
}
|
|
280
277
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -327,7 +324,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
327
324
|
webhook_config?: string | number | boolean | {
|
|
328
325
|
[key: string]: unknown;
|
|
329
326
|
} | Array<unknown> | null;
|
|
330
|
-
webhook_configured_at?: string | null;
|
|
331
327
|
webhook_identifier?: string | null;
|
|
332
328
|
}
|
|
333
329
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -416,7 +412,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
416
412
|
webhook_config?: string | number | boolean | {
|
|
417
413
|
[key: string]: unknown;
|
|
418
414
|
} | Array<unknown> | null;
|
|
419
|
-
webhook_configured_at?: string | null;
|
|
420
415
|
webhook_identifier?: string | null;
|
|
421
416
|
}
|
|
422
417
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -510,7 +505,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
510
505
|
webhook_config?: string | number | boolean | {
|
|
511
506
|
[key: string]: unknown;
|
|
512
507
|
} | Array<unknown> | null;
|
|
513
|
-
webhook_configured_at?: string | null;
|
|
514
508
|
webhook_identifier?: string | null;
|
|
515
509
|
}
|
|
516
510
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -599,7 +593,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
599
593
|
webhook_config?: string | number | boolean | {
|
|
600
594
|
[key: string]: unknown;
|
|
601
595
|
} | Array<unknown> | null;
|
|
602
|
-
webhook_configured_at?: string | null;
|
|
603
596
|
webhook_identifier?: string | null;
|
|
604
597
|
}
|
|
605
598
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -688,7 +681,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
688
681
|
webhook_config?: string | number | boolean | {
|
|
689
682
|
[key: string]: unknown;
|
|
690
683
|
} | Array<unknown> | null;
|
|
691
|
-
webhook_configured_at?: string | null;
|
|
692
684
|
webhook_identifier?: string | null;
|
|
693
685
|
}
|
|
694
686
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -777,7 +769,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
777
769
|
webhook_config?: string | number | boolean | {
|
|
778
770
|
[key: string]: unknown;
|
|
779
771
|
} | Array<unknown> | null;
|
|
780
|
-
webhook_configured_at?: string | null;
|
|
781
772
|
webhook_identifier?: string | null;
|
|
782
773
|
}
|
|
783
774
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -866,7 +857,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
866
857
|
webhook_config?: string | number | boolean | {
|
|
867
858
|
[key: string]: unknown;
|
|
868
859
|
} | Array<unknown> | null;
|
|
869
|
-
webhook_configured_at?: string | null;
|
|
870
860
|
webhook_identifier?: string | null;
|
|
871
861
|
}
|
|
872
862
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -955,7 +945,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
955
945
|
webhook_config?: string | number | boolean | {
|
|
956
946
|
[key: string]: unknown;
|
|
957
947
|
} | Array<unknown> | null;
|
|
958
|
-
webhook_configured_at?: string | null;
|
|
959
948
|
webhook_identifier?: string | null;
|
|
960
949
|
}
|
|
961
950
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -1048,7 +1037,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1048
1037
|
webhook_config?: string | number | boolean | {
|
|
1049
1038
|
[key: string]: unknown;
|
|
1050
1039
|
} | Array<unknown> | null;
|
|
1051
|
-
webhook_configured_at?: string | null;
|
|
1052
1040
|
webhook_identifier?: string | null;
|
|
1053
1041
|
}
|
|
1054
1042
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -1148,7 +1136,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1148
1136
|
webhook_config?: string | number | boolean | {
|
|
1149
1137
|
[key: string]: unknown;
|
|
1150
1138
|
} | Array<unknown> | null;
|
|
1151
|
-
webhook_configured_at?: string | null;
|
|
1152
1139
|
webhook_identifier?: string | null;
|
|
1153
1140
|
}
|
|
1154
1141
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -1237,7 +1224,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1237
1224
|
webhook_config?: string | number | boolean | {
|
|
1238
1225
|
[key: string]: unknown;
|
|
1239
1226
|
} | Array<unknown> | null;
|
|
1240
|
-
webhook_configured_at?: string | null;
|
|
1241
1227
|
webhook_identifier?: string | null;
|
|
1242
1228
|
}
|
|
1243
1229
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -1326,7 +1312,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1326
1312
|
webhook_config?: string | number | boolean | {
|
|
1327
1313
|
[key: string]: unknown;
|
|
1328
1314
|
} | Array<unknown> | null;
|
|
1329
|
-
webhook_configured_at?: string | null;
|
|
1330
1315
|
webhook_identifier?: string | null;
|
|
1331
1316
|
}
|
|
1332
1317
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -1415,7 +1400,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1415
1400
|
webhook_config?: string | number | boolean | {
|
|
1416
1401
|
[key: string]: unknown;
|
|
1417
1402
|
} | Array<unknown> | null;
|
|
1418
|
-
webhook_configured_at?: string | null;
|
|
1419
1403
|
webhook_identifier?: string | null;
|
|
1420
1404
|
}
|
|
1421
1405
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -1504,7 +1488,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1504
1488
|
webhook_config?: string | number | boolean | {
|
|
1505
1489
|
[key: string]: unknown;
|
|
1506
1490
|
} | Array<unknown> | null;
|
|
1507
|
-
webhook_configured_at?: string | null;
|
|
1508
1491
|
webhook_identifier?: string | null;
|
|
1509
1492
|
}
|
|
1510
1493
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -1593,7 +1576,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1593
1576
|
webhook_config?: string | number | boolean | {
|
|
1594
1577
|
[key: string]: unknown;
|
|
1595
1578
|
} | Array<unknown> | null;
|
|
1596
|
-
webhook_configured_at?: string | null;
|
|
1597
1579
|
webhook_identifier?: string | null;
|
|
1598
1580
|
}
|
|
1599
1581
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -1682,7 +1664,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1682
1664
|
webhook_config?: string | number | boolean | {
|
|
1683
1665
|
[key: string]: unknown;
|
|
1684
1666
|
} | Array<unknown> | null;
|
|
1685
|
-
webhook_configured_at?: string | null;
|
|
1686
1667
|
webhook_identifier?: string | null;
|
|
1687
1668
|
}
|
|
1688
1669
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -1771,7 +1752,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1771
1752
|
webhook_config?: string | number | boolean | {
|
|
1772
1753
|
[key: string]: unknown;
|
|
1773
1754
|
} | Array<unknown> | null;
|
|
1774
|
-
webhook_configured_at?: string | null;
|
|
1775
1755
|
webhook_identifier?: string | null;
|
|
1776
1756
|
}
|
|
1777
1757
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -1860,7 +1840,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1860
1840
|
webhook_config?: string | number | boolean | {
|
|
1861
1841
|
[key: string]: unknown;
|
|
1862
1842
|
} | Array<unknown> | null;
|
|
1863
|
-
webhook_configured_at?: string | null;
|
|
1864
1843
|
webhook_identifier?: string | null;
|
|
1865
1844
|
}
|
|
1866
1845
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -1949,7 +1928,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
1949
1928
|
webhook_config?: string | number | boolean | {
|
|
1950
1929
|
[key: string]: unknown;
|
|
1951
1930
|
} | Array<unknown> | null;
|
|
1952
|
-
webhook_configured_at?: string | null;
|
|
1953
1931
|
webhook_identifier?: string | null;
|
|
1954
1932
|
}
|
|
1955
1933
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -2038,7 +2016,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2038
2016
|
webhook_config?: string | number | boolean | {
|
|
2039
2017
|
[key: string]: unknown;
|
|
2040
2018
|
} | Array<unknown> | null;
|
|
2041
|
-
webhook_configured_at?: string | null;
|
|
2042
2019
|
webhook_identifier?: string | null;
|
|
2043
2020
|
}
|
|
2044
2021
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -2127,7 +2104,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2127
2104
|
webhook_config?: string | number | boolean | {
|
|
2128
2105
|
[key: string]: unknown;
|
|
2129
2106
|
} | Array<unknown> | null;
|
|
2130
|
-
webhook_configured_at?: string | null;
|
|
2131
2107
|
webhook_identifier?: string | null;
|
|
2132
2108
|
}
|
|
2133
2109
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -2216,7 +2192,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2216
2192
|
webhook_config?: string | number | boolean | {
|
|
2217
2193
|
[key: string]: unknown;
|
|
2218
2194
|
} | Array<unknown> | null;
|
|
2219
|
-
webhook_configured_at?: string | null;
|
|
2220
2195
|
webhook_identifier?: string | null;
|
|
2221
2196
|
}
|
|
2222
2197
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -2242,7 +2217,7 @@ export declare namespace CreateConnectionResponse {
|
|
|
2242
2217
|
/**
|
|
2243
2218
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
2244
2219
|
*/
|
|
2245
|
-
app_id?: number;
|
|
2220
|
+
app_id?: number | string;
|
|
2246
2221
|
/**
|
|
2247
2222
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
2248
2223
|
*/
|
|
@@ -2313,7 +2288,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2313
2288
|
webhook_config?: string | number | boolean | {
|
|
2314
2289
|
[key: string]: unknown;
|
|
2315
2290
|
} | Array<unknown> | null;
|
|
2316
|
-
webhook_configured_at?: string | null;
|
|
2317
2291
|
webhook_identifier?: string | null;
|
|
2318
2292
|
}
|
|
2319
2293
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -2402,7 +2376,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2402
2376
|
webhook_config?: string | number | boolean | {
|
|
2403
2377
|
[key: string]: unknown;
|
|
2404
2378
|
} | Array<unknown> | null;
|
|
2405
|
-
webhook_configured_at?: string | null;
|
|
2406
2379
|
webhook_identifier?: string | null;
|
|
2407
2380
|
}
|
|
2408
2381
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -2495,7 +2468,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2495
2468
|
webhook_config?: string | number | boolean | {
|
|
2496
2469
|
[key: string]: unknown;
|
|
2497
2470
|
} | Array<unknown> | null;
|
|
2498
|
-
webhook_configured_at?: string | null;
|
|
2499
2471
|
webhook_identifier?: string | null;
|
|
2500
2472
|
}
|
|
2501
2473
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -2584,7 +2556,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2584
2556
|
webhook_config?: string | number | boolean | {
|
|
2585
2557
|
[key: string]: unknown;
|
|
2586
2558
|
} | Array<unknown> | null;
|
|
2587
|
-
webhook_configured_at?: string | null;
|
|
2588
2559
|
webhook_identifier?: string | null;
|
|
2589
2560
|
}
|
|
2590
2561
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -2673,7 +2644,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2673
2644
|
webhook_config?: string | number | boolean | {
|
|
2674
2645
|
[key: string]: unknown;
|
|
2675
2646
|
} | Array<unknown> | null;
|
|
2676
|
-
webhook_configured_at?: string | null;
|
|
2677
2647
|
webhook_identifier?: string | null;
|
|
2678
2648
|
}
|
|
2679
2649
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -2762,7 +2732,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2762
2732
|
webhook_config?: string | number | boolean | {
|
|
2763
2733
|
[key: string]: unknown;
|
|
2764
2734
|
} | Array<unknown> | null;
|
|
2765
|
-
webhook_configured_at?: string | null;
|
|
2766
2735
|
webhook_identifier?: string | null;
|
|
2767
2736
|
}
|
|
2768
2737
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -2851,7 +2820,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2851
2820
|
webhook_config?: string | number | boolean | {
|
|
2852
2821
|
[key: string]: unknown;
|
|
2853
2822
|
} | Array<unknown> | null;
|
|
2854
|
-
webhook_configured_at?: string | null;
|
|
2855
2823
|
webhook_identifier?: string | null;
|
|
2856
2824
|
}
|
|
2857
2825
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -2940,7 +2908,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
2940
2908
|
webhook_config?: string | number | boolean | {
|
|
2941
2909
|
[key: string]: unknown;
|
|
2942
2910
|
} | Array<unknown> | null;
|
|
2943
|
-
webhook_configured_at?: string | null;
|
|
2944
2911
|
webhook_identifier?: string | null;
|
|
2945
2912
|
}
|
|
2946
2913
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -3033,7 +3000,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3033
3000
|
webhook_config?: string | number | boolean | {
|
|
3034
3001
|
[key: string]: unknown;
|
|
3035
3002
|
} | Array<unknown> | null;
|
|
3036
|
-
webhook_configured_at?: string | null;
|
|
3037
3003
|
webhook_identifier?: string | null;
|
|
3038
3004
|
}
|
|
3039
3005
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -3122,7 +3088,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3122
3088
|
webhook_config?: string | number | boolean | {
|
|
3123
3089
|
[key: string]: unknown;
|
|
3124
3090
|
} | Array<unknown> | null;
|
|
3125
|
-
webhook_configured_at?: string | null;
|
|
3126
3091
|
webhook_identifier?: string | null;
|
|
3127
3092
|
}
|
|
3128
3093
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -3211,7 +3176,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3211
3176
|
webhook_config?: string | number | boolean | {
|
|
3212
3177
|
[key: string]: unknown;
|
|
3213
3178
|
} | Array<unknown> | null;
|
|
3214
|
-
webhook_configured_at?: string | null;
|
|
3215
3179
|
webhook_identifier?: string | null;
|
|
3216
3180
|
}
|
|
3217
3181
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -3300,7 +3264,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3300
3264
|
webhook_config?: string | number | boolean | {
|
|
3301
3265
|
[key: string]: unknown;
|
|
3302
3266
|
} | Array<unknown> | null;
|
|
3303
|
-
webhook_configured_at?: string | null;
|
|
3304
3267
|
webhook_identifier?: string | null;
|
|
3305
3268
|
}
|
|
3306
3269
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -3394,7 +3357,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3394
3357
|
webhook_config?: string | number | boolean | {
|
|
3395
3358
|
[key: string]: unknown;
|
|
3396
3359
|
} | Array<unknown> | null;
|
|
3397
|
-
webhook_configured_at?: string | null;
|
|
3398
3360
|
webhook_identifier?: string | null;
|
|
3399
3361
|
}
|
|
3400
3362
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -3483,7 +3445,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3483
3445
|
webhook_config?: string | number | boolean | {
|
|
3484
3446
|
[key: string]: unknown;
|
|
3485
3447
|
} | Array<unknown> | null;
|
|
3486
|
-
webhook_configured_at?: string | null;
|
|
3487
3448
|
webhook_identifier?: string | null;
|
|
3488
3449
|
}
|
|
3489
3450
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -3572,7 +3533,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3572
3533
|
webhook_config?: string | number | boolean | {
|
|
3573
3534
|
[key: string]: unknown;
|
|
3574
3535
|
} | Array<unknown> | null;
|
|
3575
|
-
webhook_configured_at?: string | null;
|
|
3576
3536
|
webhook_identifier?: string | null;
|
|
3577
3537
|
}
|
|
3578
3538
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -3661,7 +3621,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3661
3621
|
webhook_config?: string | number | boolean | {
|
|
3662
3622
|
[key: string]: unknown;
|
|
3663
3623
|
} | Array<unknown> | null;
|
|
3664
|
-
webhook_configured_at?: string | null;
|
|
3665
3624
|
webhook_identifier?: string | null;
|
|
3666
3625
|
}
|
|
3667
3626
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -3754,7 +3713,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3754
3713
|
webhook_config?: string | number | boolean | {
|
|
3755
3714
|
[key: string]: unknown;
|
|
3756
3715
|
} | Array<unknown> | null;
|
|
3757
|
-
webhook_configured_at?: string | null;
|
|
3758
3716
|
webhook_identifier?: string | null;
|
|
3759
3717
|
}
|
|
3760
3718
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -3843,7 +3801,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3843
3801
|
webhook_config?: string | number | boolean | {
|
|
3844
3802
|
[key: string]: unknown;
|
|
3845
3803
|
} | Array<unknown> | null;
|
|
3846
|
-
webhook_configured_at?: string | null;
|
|
3847
3804
|
webhook_identifier?: string | null;
|
|
3848
3805
|
}
|
|
3849
3806
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -3893,7 +3850,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
3893
3850
|
webhook_config?: string | number | boolean | {
|
|
3894
3851
|
[key: string]: unknown;
|
|
3895
3852
|
} | Array<unknown> | null;
|
|
3896
|
-
webhook_configured_at?: string | null;
|
|
3897
3853
|
webhook_identifier?: string | null;
|
|
3898
3854
|
}
|
|
3899
3855
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -4016,7 +3972,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4016
3972
|
webhook_config?: string | number | boolean | {
|
|
4017
3973
|
[key: string]: unknown;
|
|
4018
3974
|
} | Array<unknown> | null;
|
|
4019
|
-
webhook_configured_at?: string | null;
|
|
4020
3975
|
webhook_identifier?: string | null;
|
|
4021
3976
|
}
|
|
4022
3977
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -4100,7 +4055,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4100
4055
|
webhook_config?: string | number | boolean | {
|
|
4101
4056
|
[key: string]: unknown;
|
|
4102
4057
|
} | Array<unknown> | null;
|
|
4103
|
-
webhook_configured_at?: string | null;
|
|
4104
4058
|
webhook_identifier?: string | null;
|
|
4105
4059
|
}
|
|
4106
4060
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -4155,7 +4109,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4155
4109
|
webhook_config?: string | number | boolean | {
|
|
4156
4110
|
[key: string]: unknown;
|
|
4157
4111
|
} | Array<unknown> | null;
|
|
4158
|
-
webhook_configured_at?: string | null;
|
|
4159
4112
|
webhook_identifier?: string | null;
|
|
4160
4113
|
}
|
|
4161
4114
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -4205,7 +4158,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4205
4158
|
webhook_config?: string | number | boolean | {
|
|
4206
4159
|
[key: string]: unknown;
|
|
4207
4160
|
} | Array<unknown> | null;
|
|
4208
|
-
webhook_configured_at?: string | null;
|
|
4209
4161
|
webhook_identifier?: string | null;
|
|
4210
4162
|
}
|
|
4211
4163
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -4259,7 +4211,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4259
4211
|
webhook_config?: string | number | boolean | {
|
|
4260
4212
|
[key: string]: unknown;
|
|
4261
4213
|
} | Array<unknown> | null;
|
|
4262
|
-
webhook_configured_at?: string | null;
|
|
4263
4214
|
webhook_identifier?: string | null;
|
|
4264
4215
|
}
|
|
4265
4216
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -4313,7 +4264,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4313
4264
|
webhook_config?: string | number | boolean | {
|
|
4314
4265
|
[key: string]: unknown;
|
|
4315
4266
|
} | Array<unknown> | null;
|
|
4316
|
-
webhook_configured_at?: string | null;
|
|
4317
4267
|
webhook_identifier?: string | null;
|
|
4318
4268
|
}
|
|
4319
4269
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -4366,7 +4316,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4366
4316
|
webhook_config?: string | number | boolean | {
|
|
4367
4317
|
[key: string]: unknown;
|
|
4368
4318
|
} | Array<unknown> | null;
|
|
4369
|
-
webhook_configured_at?: string | null;
|
|
4370
4319
|
webhook_identifier?: string | null;
|
|
4371
4320
|
}
|
|
4372
4321
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -4530,7 +4479,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4530
4479
|
webhook_config?: string | number | boolean | {
|
|
4531
4480
|
[key: string]: unknown;
|
|
4532
4481
|
} | Array<unknown> | null;
|
|
4533
|
-
webhook_configured_at?: string | null;
|
|
4534
4482
|
webhook_identifier?: string | null;
|
|
4535
4483
|
}
|
|
4536
4484
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -4629,7 +4577,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4629
4577
|
webhook_config?: string | number | boolean | {
|
|
4630
4578
|
[key: string]: unknown;
|
|
4631
4579
|
} | Array<unknown> | null;
|
|
4632
|
-
webhook_configured_at?: string | null;
|
|
4633
4580
|
webhook_identifier?: string | null;
|
|
4634
4581
|
}
|
|
4635
4582
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -4718,7 +4665,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4718
4665
|
webhook_config?: string | number | boolean | {
|
|
4719
4666
|
[key: string]: unknown;
|
|
4720
4667
|
} | Array<unknown> | null;
|
|
4721
|
-
webhook_configured_at?: string | null;
|
|
4722
4668
|
webhook_identifier?: string | null;
|
|
4723
4669
|
}
|
|
4724
4670
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -4774,7 +4720,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4774
4720
|
webhook_config?: string | number | boolean | {
|
|
4775
4721
|
[key: string]: unknown;
|
|
4776
4722
|
} | Array<unknown> | null;
|
|
4777
|
-
webhook_configured_at?: string | null;
|
|
4778
4723
|
webhook_identifier?: string | null;
|
|
4779
4724
|
}
|
|
4780
4725
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -9127,7 +9072,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9127
9072
|
webhook_config?: string | number | boolean | {
|
|
9128
9073
|
[key: string]: unknown;
|
|
9129
9074
|
} | Array<unknown> | null;
|
|
9130
|
-
webhook_configured_at?: string | null;
|
|
9131
9075
|
webhook_identifier?: string | null;
|
|
9132
9076
|
}
|
|
9133
9077
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -9180,7 +9124,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9180
9124
|
webhook_config?: string | number | boolean | {
|
|
9181
9125
|
[key: string]: unknown;
|
|
9182
9126
|
} | Array<unknown> | null;
|
|
9183
|
-
webhook_configured_at?: string | null;
|
|
9184
9127
|
webhook_identifier?: string | null;
|
|
9185
9128
|
}
|
|
9186
9129
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -9269,7 +9212,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9269
9212
|
webhook_config?: string | number | boolean | {
|
|
9270
9213
|
[key: string]: unknown;
|
|
9271
9214
|
} | Array<unknown> | null;
|
|
9272
|
-
webhook_configured_at?: string | null;
|
|
9273
9215
|
webhook_identifier?: string | null;
|
|
9274
9216
|
}
|
|
9275
9217
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -9322,7 +9264,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9322
9264
|
webhook_config?: string | number | boolean | {
|
|
9323
9265
|
[key: string]: unknown;
|
|
9324
9266
|
} | Array<unknown> | null;
|
|
9325
|
-
webhook_configured_at?: string | null;
|
|
9326
9267
|
webhook_identifier?: string | null;
|
|
9327
9268
|
}
|
|
9328
9269
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -9411,7 +9352,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9411
9352
|
webhook_config?: string | number | boolean | {
|
|
9412
9353
|
[key: string]: unknown;
|
|
9413
9354
|
} | Array<unknown> | null;
|
|
9414
|
-
webhook_configured_at?: string | null;
|
|
9415
9355
|
webhook_identifier?: string | null;
|
|
9416
9356
|
}
|
|
9417
9357
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -9505,7 +9445,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9505
9445
|
webhook_config?: string | number | boolean | {
|
|
9506
9446
|
[key: string]: unknown;
|
|
9507
9447
|
} | Array<unknown> | null;
|
|
9508
|
-
webhook_configured_at?: string | null;
|
|
9509
9448
|
webhook_identifier?: string | null;
|
|
9510
9449
|
}
|
|
9511
9450
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -9594,7 +9533,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9594
9533
|
webhook_config?: string | number | boolean | {
|
|
9595
9534
|
[key: string]: unknown;
|
|
9596
9535
|
} | Array<unknown> | null;
|
|
9597
|
-
webhook_configured_at?: string | null;
|
|
9598
9536
|
webhook_identifier?: string | null;
|
|
9599
9537
|
}
|
|
9600
9538
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -9683,7 +9621,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9683
9621
|
webhook_config?: string | number | boolean | {
|
|
9684
9622
|
[key: string]: unknown;
|
|
9685
9623
|
} | Array<unknown> | null;
|
|
9686
|
-
webhook_configured_at?: string | null;
|
|
9687
9624
|
webhook_identifier?: string | null;
|
|
9688
9625
|
}
|
|
9689
9626
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -9772,7 +9709,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9772
9709
|
webhook_config?: string | number | boolean | {
|
|
9773
9710
|
[key: string]: unknown;
|
|
9774
9711
|
} | Array<unknown> | null;
|
|
9775
|
-
webhook_configured_at?: string | null;
|
|
9776
9712
|
webhook_identifier?: string | null;
|
|
9777
9713
|
}
|
|
9778
9714
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -9861,7 +9797,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9861
9797
|
webhook_config?: string | number | boolean | {
|
|
9862
9798
|
[key: string]: unknown;
|
|
9863
9799
|
} | Array<unknown> | null;
|
|
9864
|
-
webhook_configured_at?: string | null;
|
|
9865
9800
|
webhook_identifier?: string | null;
|
|
9866
9801
|
}
|
|
9867
9802
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -9950,7 +9885,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9950
9885
|
webhook_config?: string | number | boolean | {
|
|
9951
9886
|
[key: string]: unknown;
|
|
9952
9887
|
} | Array<unknown> | null;
|
|
9953
|
-
webhook_configured_at?: string | null;
|
|
9954
9888
|
webhook_identifier?: string | null;
|
|
9955
9889
|
}
|
|
9956
9890
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -10043,7 +9977,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10043
9977
|
webhook_config?: string | number | boolean | {
|
|
10044
9978
|
[key: string]: unknown;
|
|
10045
9979
|
} | Array<unknown> | null;
|
|
10046
|
-
webhook_configured_at?: string | null;
|
|
10047
9980
|
webhook_identifier?: string | null;
|
|
10048
9981
|
}
|
|
10049
9982
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -10143,7 +10076,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10143
10076
|
webhook_config?: string | number | boolean | {
|
|
10144
10077
|
[key: string]: unknown;
|
|
10145
10078
|
} | Array<unknown> | null;
|
|
10146
|
-
webhook_configured_at?: string | null;
|
|
10147
10079
|
webhook_identifier?: string | null;
|
|
10148
10080
|
}
|
|
10149
10081
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -10232,7 +10164,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10232
10164
|
webhook_config?: string | number | boolean | {
|
|
10233
10165
|
[key: string]: unknown;
|
|
10234
10166
|
} | Array<unknown> | null;
|
|
10235
|
-
webhook_configured_at?: string | null;
|
|
10236
10167
|
webhook_identifier?: string | null;
|
|
10237
10168
|
}
|
|
10238
10169
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -10321,7 +10252,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10321
10252
|
webhook_config?: string | number | boolean | {
|
|
10322
10253
|
[key: string]: unknown;
|
|
10323
10254
|
} | Array<unknown> | null;
|
|
10324
|
-
webhook_configured_at?: string | null;
|
|
10325
10255
|
webhook_identifier?: string | null;
|
|
10326
10256
|
}
|
|
10327
10257
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -10410,7 +10340,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10410
10340
|
webhook_config?: string | number | boolean | {
|
|
10411
10341
|
[key: string]: unknown;
|
|
10412
10342
|
} | Array<unknown> | null;
|
|
10413
|
-
webhook_configured_at?: string | null;
|
|
10414
10343
|
webhook_identifier?: string | null;
|
|
10415
10344
|
}
|
|
10416
10345
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -10499,7 +10428,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10499
10428
|
webhook_config?: string | number | boolean | {
|
|
10500
10429
|
[key: string]: unknown;
|
|
10501
10430
|
} | Array<unknown> | null;
|
|
10502
|
-
webhook_configured_at?: string | null;
|
|
10503
10431
|
webhook_identifier?: string | null;
|
|
10504
10432
|
}
|
|
10505
10433
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -10588,7 +10516,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10588
10516
|
webhook_config?: string | number | boolean | {
|
|
10589
10517
|
[key: string]: unknown;
|
|
10590
10518
|
} | Array<unknown> | null;
|
|
10591
|
-
webhook_configured_at?: string | null;
|
|
10592
10519
|
webhook_identifier?: string | null;
|
|
10593
10520
|
}
|
|
10594
10521
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -10677,7 +10604,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10677
10604
|
webhook_config?: string | number | boolean | {
|
|
10678
10605
|
[key: string]: unknown;
|
|
10679
10606
|
} | Array<unknown> | null;
|
|
10680
|
-
webhook_configured_at?: string | null;
|
|
10681
10607
|
webhook_identifier?: string | null;
|
|
10682
10608
|
}
|
|
10683
10609
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -10766,7 +10692,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10766
10692
|
webhook_config?: string | number | boolean | {
|
|
10767
10693
|
[key: string]: unknown;
|
|
10768
10694
|
} | Array<unknown> | null;
|
|
10769
|
-
webhook_configured_at?: string | null;
|
|
10770
10695
|
webhook_identifier?: string | null;
|
|
10771
10696
|
}
|
|
10772
10697
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -10855,7 +10780,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10855
10780
|
webhook_config?: string | number | boolean | {
|
|
10856
10781
|
[key: string]: unknown;
|
|
10857
10782
|
} | Array<unknown> | null;
|
|
10858
|
-
webhook_configured_at?: string | null;
|
|
10859
10783
|
webhook_identifier?: string | null;
|
|
10860
10784
|
}
|
|
10861
10785
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -10944,7 +10868,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10944
10868
|
webhook_config?: string | number | boolean | {
|
|
10945
10869
|
[key: string]: unknown;
|
|
10946
10870
|
} | Array<unknown> | null;
|
|
10947
|
-
webhook_configured_at?: string | null;
|
|
10948
10871
|
webhook_identifier?: string | null;
|
|
10949
10872
|
}
|
|
10950
10873
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -11033,7 +10956,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11033
10956
|
webhook_config?: string | number | boolean | {
|
|
11034
10957
|
[key: string]: unknown;
|
|
11035
10958
|
} | Array<unknown> | null;
|
|
11036
|
-
webhook_configured_at?: string | null;
|
|
11037
10959
|
webhook_identifier?: string | null;
|
|
11038
10960
|
}
|
|
11039
10961
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -11122,7 +11044,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11122
11044
|
webhook_config?: string | number | boolean | {
|
|
11123
11045
|
[key: string]: unknown;
|
|
11124
11046
|
} | Array<unknown> | null;
|
|
11125
|
-
webhook_configured_at?: string | null;
|
|
11126
11047
|
webhook_identifier?: string | null;
|
|
11127
11048
|
}
|
|
11128
11049
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -11211,7 +11132,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11211
11132
|
webhook_config?: string | number | boolean | {
|
|
11212
11133
|
[key: string]: unknown;
|
|
11213
11134
|
} | Array<unknown> | null;
|
|
11214
|
-
webhook_configured_at?: string | null;
|
|
11215
11135
|
webhook_identifier?: string | null;
|
|
11216
11136
|
}
|
|
11217
11137
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -11237,7 +11157,7 @@ export declare namespace GetConnectionResponse {
|
|
|
11237
11157
|
/**
|
|
11238
11158
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
11239
11159
|
*/
|
|
11240
|
-
app_id?: number;
|
|
11160
|
+
app_id?: number | string;
|
|
11241
11161
|
/**
|
|
11242
11162
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
11243
11163
|
*/
|
|
@@ -11308,7 +11228,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11308
11228
|
webhook_config?: string | number | boolean | {
|
|
11309
11229
|
[key: string]: unknown;
|
|
11310
11230
|
} | Array<unknown> | null;
|
|
11311
|
-
webhook_configured_at?: string | null;
|
|
11312
11231
|
webhook_identifier?: string | null;
|
|
11313
11232
|
}
|
|
11314
11233
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -11397,7 +11316,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11397
11316
|
webhook_config?: string | number | boolean | {
|
|
11398
11317
|
[key: string]: unknown;
|
|
11399
11318
|
} | Array<unknown> | null;
|
|
11400
|
-
webhook_configured_at?: string | null;
|
|
11401
11319
|
webhook_identifier?: string | null;
|
|
11402
11320
|
}
|
|
11403
11321
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -11490,7 +11408,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11490
11408
|
webhook_config?: string | number | boolean | {
|
|
11491
11409
|
[key: string]: unknown;
|
|
11492
11410
|
} | Array<unknown> | null;
|
|
11493
|
-
webhook_configured_at?: string | null;
|
|
11494
11411
|
webhook_identifier?: string | null;
|
|
11495
11412
|
}
|
|
11496
11413
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -11579,7 +11496,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11579
11496
|
webhook_config?: string | number | boolean | {
|
|
11580
11497
|
[key: string]: unknown;
|
|
11581
11498
|
} | Array<unknown> | null;
|
|
11582
|
-
webhook_configured_at?: string | null;
|
|
11583
11499
|
webhook_identifier?: string | null;
|
|
11584
11500
|
}
|
|
11585
11501
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -11668,7 +11584,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11668
11584
|
webhook_config?: string | number | boolean | {
|
|
11669
11585
|
[key: string]: unknown;
|
|
11670
11586
|
} | Array<unknown> | null;
|
|
11671
|
-
webhook_configured_at?: string | null;
|
|
11672
11587
|
webhook_identifier?: string | null;
|
|
11673
11588
|
}
|
|
11674
11589
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -11757,7 +11672,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11757
11672
|
webhook_config?: string | number | boolean | {
|
|
11758
11673
|
[key: string]: unknown;
|
|
11759
11674
|
} | Array<unknown> | null;
|
|
11760
|
-
webhook_configured_at?: string | null;
|
|
11761
11675
|
webhook_identifier?: string | null;
|
|
11762
11676
|
}
|
|
11763
11677
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -11846,7 +11760,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11846
11760
|
webhook_config?: string | number | boolean | {
|
|
11847
11761
|
[key: string]: unknown;
|
|
11848
11762
|
} | Array<unknown> | null;
|
|
11849
|
-
webhook_configured_at?: string | null;
|
|
11850
11763
|
webhook_identifier?: string | null;
|
|
11851
11764
|
}
|
|
11852
11765
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -11935,7 +11848,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11935
11848
|
webhook_config?: string | number | boolean | {
|
|
11936
11849
|
[key: string]: unknown;
|
|
11937
11850
|
} | Array<unknown> | null;
|
|
11938
|
-
webhook_configured_at?: string | null;
|
|
11939
11851
|
webhook_identifier?: string | null;
|
|
11940
11852
|
}
|
|
11941
11853
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -12028,7 +11940,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12028
11940
|
webhook_config?: string | number | boolean | {
|
|
12029
11941
|
[key: string]: unknown;
|
|
12030
11942
|
} | Array<unknown> | null;
|
|
12031
|
-
webhook_configured_at?: string | null;
|
|
12032
11943
|
webhook_identifier?: string | null;
|
|
12033
11944
|
}
|
|
12034
11945
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -12117,7 +12028,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12117
12028
|
webhook_config?: string | number | boolean | {
|
|
12118
12029
|
[key: string]: unknown;
|
|
12119
12030
|
} | Array<unknown> | null;
|
|
12120
|
-
webhook_configured_at?: string | null;
|
|
12121
12031
|
webhook_identifier?: string | null;
|
|
12122
12032
|
}
|
|
12123
12033
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -12206,7 +12116,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12206
12116
|
webhook_config?: string | number | boolean | {
|
|
12207
12117
|
[key: string]: unknown;
|
|
12208
12118
|
} | Array<unknown> | null;
|
|
12209
|
-
webhook_configured_at?: string | null;
|
|
12210
12119
|
webhook_identifier?: string | null;
|
|
12211
12120
|
}
|
|
12212
12121
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -12295,7 +12204,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12295
12204
|
webhook_config?: string | number | boolean | {
|
|
12296
12205
|
[key: string]: unknown;
|
|
12297
12206
|
} | Array<unknown> | null;
|
|
12298
|
-
webhook_configured_at?: string | null;
|
|
12299
12207
|
webhook_identifier?: string | null;
|
|
12300
12208
|
}
|
|
12301
12209
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -12389,7 +12297,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12389
12297
|
webhook_config?: string | number | boolean | {
|
|
12390
12298
|
[key: string]: unknown;
|
|
12391
12299
|
} | Array<unknown> | null;
|
|
12392
|
-
webhook_configured_at?: string | null;
|
|
12393
12300
|
webhook_identifier?: string | null;
|
|
12394
12301
|
}
|
|
12395
12302
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -12478,7 +12385,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12478
12385
|
webhook_config?: string | number | boolean | {
|
|
12479
12386
|
[key: string]: unknown;
|
|
12480
12387
|
} | Array<unknown> | null;
|
|
12481
|
-
webhook_configured_at?: string | null;
|
|
12482
12388
|
webhook_identifier?: string | null;
|
|
12483
12389
|
}
|
|
12484
12390
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -12567,7 +12473,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12567
12473
|
webhook_config?: string | number | boolean | {
|
|
12568
12474
|
[key: string]: unknown;
|
|
12569
12475
|
} | Array<unknown> | null;
|
|
12570
|
-
webhook_configured_at?: string | null;
|
|
12571
12476
|
webhook_identifier?: string | null;
|
|
12572
12477
|
}
|
|
12573
12478
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -12656,7 +12561,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12656
12561
|
webhook_config?: string | number | boolean | {
|
|
12657
12562
|
[key: string]: unknown;
|
|
12658
12563
|
} | Array<unknown> | null;
|
|
12659
|
-
webhook_configured_at?: string | null;
|
|
12660
12564
|
webhook_identifier?: string | null;
|
|
12661
12565
|
}
|
|
12662
12566
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -12749,7 +12653,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12749
12653
|
webhook_config?: string | number | boolean | {
|
|
12750
12654
|
[key: string]: unknown;
|
|
12751
12655
|
} | Array<unknown> | null;
|
|
12752
|
-
webhook_configured_at?: string | null;
|
|
12753
12656
|
webhook_identifier?: string | null;
|
|
12754
12657
|
}
|
|
12755
12658
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -12838,7 +12741,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12838
12741
|
webhook_config?: string | number | boolean | {
|
|
12839
12742
|
[key: string]: unknown;
|
|
12840
12743
|
} | Array<unknown> | null;
|
|
12841
|
-
webhook_configured_at?: string | null;
|
|
12842
12744
|
webhook_identifier?: string | null;
|
|
12843
12745
|
}
|
|
12844
12746
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -12888,7 +12790,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12888
12790
|
webhook_config?: string | number | boolean | {
|
|
12889
12791
|
[key: string]: unknown;
|
|
12890
12792
|
} | Array<unknown> | null;
|
|
12891
|
-
webhook_configured_at?: string | null;
|
|
12892
12793
|
webhook_identifier?: string | null;
|
|
12893
12794
|
}
|
|
12894
12795
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -13011,7 +12912,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13011
12912
|
webhook_config?: string | number | boolean | {
|
|
13012
12913
|
[key: string]: unknown;
|
|
13013
12914
|
} | Array<unknown> | null;
|
|
13014
|
-
webhook_configured_at?: string | null;
|
|
13015
12915
|
webhook_identifier?: string | null;
|
|
13016
12916
|
}
|
|
13017
12917
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -13095,7 +12995,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13095
12995
|
webhook_config?: string | number | boolean | {
|
|
13096
12996
|
[key: string]: unknown;
|
|
13097
12997
|
} | Array<unknown> | null;
|
|
13098
|
-
webhook_configured_at?: string | null;
|
|
13099
12998
|
webhook_identifier?: string | null;
|
|
13100
12999
|
}
|
|
13101
13000
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -13150,7 +13049,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13150
13049
|
webhook_config?: string | number | boolean | {
|
|
13151
13050
|
[key: string]: unknown;
|
|
13152
13051
|
} | Array<unknown> | null;
|
|
13153
|
-
webhook_configured_at?: string | null;
|
|
13154
13052
|
webhook_identifier?: string | null;
|
|
13155
13053
|
}
|
|
13156
13054
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -13200,7 +13098,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13200
13098
|
webhook_config?: string | number | boolean | {
|
|
13201
13099
|
[key: string]: unknown;
|
|
13202
13100
|
} | Array<unknown> | null;
|
|
13203
|
-
webhook_configured_at?: string | null;
|
|
13204
13101
|
webhook_identifier?: string | null;
|
|
13205
13102
|
}
|
|
13206
13103
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -13254,7 +13151,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13254
13151
|
webhook_config?: string | number | boolean | {
|
|
13255
13152
|
[key: string]: unknown;
|
|
13256
13153
|
} | Array<unknown> | null;
|
|
13257
|
-
webhook_configured_at?: string | null;
|
|
13258
13154
|
webhook_identifier?: string | null;
|
|
13259
13155
|
}
|
|
13260
13156
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -13308,7 +13204,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13308
13204
|
webhook_config?: string | number | boolean | {
|
|
13309
13205
|
[key: string]: unknown;
|
|
13310
13206
|
} | Array<unknown> | null;
|
|
13311
|
-
webhook_configured_at?: string | null;
|
|
13312
13207
|
webhook_identifier?: string | null;
|
|
13313
13208
|
}
|
|
13314
13209
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -13361,7 +13256,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13361
13256
|
webhook_config?: string | number | boolean | {
|
|
13362
13257
|
[key: string]: unknown;
|
|
13363
13258
|
} | Array<unknown> | null;
|
|
13364
|
-
webhook_configured_at?: string | null;
|
|
13365
13259
|
webhook_identifier?: string | null;
|
|
13366
13260
|
}
|
|
13367
13261
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -13525,7 +13419,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13525
13419
|
webhook_config?: string | number | boolean | {
|
|
13526
13420
|
[key: string]: unknown;
|
|
13527
13421
|
} | Array<unknown> | null;
|
|
13528
|
-
webhook_configured_at?: string | null;
|
|
13529
13422
|
webhook_identifier?: string | null;
|
|
13530
13423
|
}
|
|
13531
13424
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -13624,7 +13517,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13624
13517
|
webhook_config?: string | number | boolean | {
|
|
13625
13518
|
[key: string]: unknown;
|
|
13626
13519
|
} | Array<unknown> | null;
|
|
13627
|
-
webhook_configured_at?: string | null;
|
|
13628
13520
|
webhook_identifier?: string | null;
|
|
13629
13521
|
}
|
|
13630
13522
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -13713,7 +13605,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13713
13605
|
webhook_config?: string | number | boolean | {
|
|
13714
13606
|
[key: string]: unknown;
|
|
13715
13607
|
} | Array<unknown> | null;
|
|
13716
|
-
webhook_configured_at?: string | null;
|
|
13717
13608
|
webhook_identifier?: string | null;
|
|
13718
13609
|
}
|
|
13719
13610
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -13769,7 +13660,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13769
13660
|
webhook_config?: string | number | boolean | {
|
|
13770
13661
|
[key: string]: unknown;
|
|
13771
13662
|
} | Array<unknown> | null;
|
|
13772
|
-
webhook_configured_at?: string | null;
|
|
13773
13663
|
webhook_identifier?: string | null;
|
|
13774
13664
|
}
|
|
13775
13665
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -13844,7 +13734,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13844
13734
|
webhook_config?: string | number | boolean | {
|
|
13845
13735
|
[key: string]: unknown;
|
|
13846
13736
|
} | Array<unknown> | null;
|
|
13847
|
-
webhook_configured_at?: string | null;
|
|
13848
13737
|
webhook_identifier?: string | null;
|
|
13849
13738
|
}
|
|
13850
13739
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -13897,7 +13786,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13897
13786
|
webhook_config?: string | number | boolean | {
|
|
13898
13787
|
[key: string]: unknown;
|
|
13899
13788
|
} | Array<unknown> | null;
|
|
13900
|
-
webhook_configured_at?: string | null;
|
|
13901
13789
|
webhook_identifier?: string | null;
|
|
13902
13790
|
}
|
|
13903
13791
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -13986,7 +13874,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13986
13874
|
webhook_config?: string | number | boolean | {
|
|
13987
13875
|
[key: string]: unknown;
|
|
13988
13876
|
} | Array<unknown> | null;
|
|
13989
|
-
webhook_configured_at?: string | null;
|
|
13990
13877
|
webhook_identifier?: string | null;
|
|
13991
13878
|
}
|
|
13992
13879
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -14039,7 +13926,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14039
13926
|
webhook_config?: string | number | boolean | {
|
|
14040
13927
|
[key: string]: unknown;
|
|
14041
13928
|
} | Array<unknown> | null;
|
|
14042
|
-
webhook_configured_at?: string | null;
|
|
14043
13929
|
webhook_identifier?: string | null;
|
|
14044
13930
|
}
|
|
14045
13931
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -14128,7 +14014,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14128
14014
|
webhook_config?: string | number | boolean | {
|
|
14129
14015
|
[key: string]: unknown;
|
|
14130
14016
|
} | Array<unknown> | null;
|
|
14131
|
-
webhook_configured_at?: string | null;
|
|
14132
14017
|
webhook_identifier?: string | null;
|
|
14133
14018
|
}
|
|
14134
14019
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -14222,7 +14107,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14222
14107
|
webhook_config?: string | number | boolean | {
|
|
14223
14108
|
[key: string]: unknown;
|
|
14224
14109
|
} | Array<unknown> | null;
|
|
14225
|
-
webhook_configured_at?: string | null;
|
|
14226
14110
|
webhook_identifier?: string | null;
|
|
14227
14111
|
}
|
|
14228
14112
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -14311,7 +14195,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14311
14195
|
webhook_config?: string | number | boolean | {
|
|
14312
14196
|
[key: string]: unknown;
|
|
14313
14197
|
} | Array<unknown> | null;
|
|
14314
|
-
webhook_configured_at?: string | null;
|
|
14315
14198
|
webhook_identifier?: string | null;
|
|
14316
14199
|
}
|
|
14317
14200
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -14400,7 +14283,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14400
14283
|
webhook_config?: string | number | boolean | {
|
|
14401
14284
|
[key: string]: unknown;
|
|
14402
14285
|
} | Array<unknown> | null;
|
|
14403
|
-
webhook_configured_at?: string | null;
|
|
14404
14286
|
webhook_identifier?: string | null;
|
|
14405
14287
|
}
|
|
14406
14288
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -14489,7 +14371,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14489
14371
|
webhook_config?: string | number | boolean | {
|
|
14490
14372
|
[key: string]: unknown;
|
|
14491
14373
|
} | Array<unknown> | null;
|
|
14492
|
-
webhook_configured_at?: string | null;
|
|
14493
14374
|
webhook_identifier?: string | null;
|
|
14494
14375
|
}
|
|
14495
14376
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -14578,7 +14459,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14578
14459
|
webhook_config?: string | number | boolean | {
|
|
14579
14460
|
[key: string]: unknown;
|
|
14580
14461
|
} | Array<unknown> | null;
|
|
14581
|
-
webhook_configured_at?: string | null;
|
|
14582
14462
|
webhook_identifier?: string | null;
|
|
14583
14463
|
}
|
|
14584
14464
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -14667,7 +14547,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14667
14547
|
webhook_config?: string | number | boolean | {
|
|
14668
14548
|
[key: string]: unknown;
|
|
14669
14549
|
} | Array<unknown> | null;
|
|
14670
|
-
webhook_configured_at?: string | null;
|
|
14671
14550
|
webhook_identifier?: string | null;
|
|
14672
14551
|
}
|
|
14673
14552
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -14760,7 +14639,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14760
14639
|
webhook_config?: string | number | boolean | {
|
|
14761
14640
|
[key: string]: unknown;
|
|
14762
14641
|
} | Array<unknown> | null;
|
|
14763
|
-
webhook_configured_at?: string | null;
|
|
14764
14642
|
webhook_identifier?: string | null;
|
|
14765
14643
|
}
|
|
14766
14644
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -14860,7 +14738,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14860
14738
|
webhook_config?: string | number | boolean | {
|
|
14861
14739
|
[key: string]: unknown;
|
|
14862
14740
|
} | Array<unknown> | null;
|
|
14863
|
-
webhook_configured_at?: string | null;
|
|
14864
14741
|
webhook_identifier?: string | null;
|
|
14865
14742
|
}
|
|
14866
14743
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -14949,7 +14826,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14949
14826
|
webhook_config?: string | number | boolean | {
|
|
14950
14827
|
[key: string]: unknown;
|
|
14951
14828
|
} | Array<unknown> | null;
|
|
14952
|
-
webhook_configured_at?: string | null;
|
|
14953
14829
|
webhook_identifier?: string | null;
|
|
14954
14830
|
}
|
|
14955
14831
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -15038,7 +14914,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15038
14914
|
webhook_config?: string | number | boolean | {
|
|
15039
14915
|
[key: string]: unknown;
|
|
15040
14916
|
} | Array<unknown> | null;
|
|
15041
|
-
webhook_configured_at?: string | null;
|
|
15042
14917
|
webhook_identifier?: string | null;
|
|
15043
14918
|
}
|
|
15044
14919
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -15127,7 +15002,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15127
15002
|
webhook_config?: string | number | boolean | {
|
|
15128
15003
|
[key: string]: unknown;
|
|
15129
15004
|
} | Array<unknown> | null;
|
|
15130
|
-
webhook_configured_at?: string | null;
|
|
15131
15005
|
webhook_identifier?: string | null;
|
|
15132
15006
|
}
|
|
15133
15007
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -15216,7 +15090,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15216
15090
|
webhook_config?: string | number | boolean | {
|
|
15217
15091
|
[key: string]: unknown;
|
|
15218
15092
|
} | Array<unknown> | null;
|
|
15219
|
-
webhook_configured_at?: string | null;
|
|
15220
15093
|
webhook_identifier?: string | null;
|
|
15221
15094
|
}
|
|
15222
15095
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -15305,7 +15178,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15305
15178
|
webhook_config?: string | number | boolean | {
|
|
15306
15179
|
[key: string]: unknown;
|
|
15307
15180
|
} | Array<unknown> | null;
|
|
15308
|
-
webhook_configured_at?: string | null;
|
|
15309
15181
|
webhook_identifier?: string | null;
|
|
15310
15182
|
}
|
|
15311
15183
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -15394,7 +15266,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15394
15266
|
webhook_config?: string | number | boolean | {
|
|
15395
15267
|
[key: string]: unknown;
|
|
15396
15268
|
} | Array<unknown> | null;
|
|
15397
|
-
webhook_configured_at?: string | null;
|
|
15398
15269
|
webhook_identifier?: string | null;
|
|
15399
15270
|
}
|
|
15400
15271
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -15483,7 +15354,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15483
15354
|
webhook_config?: string | number | boolean | {
|
|
15484
15355
|
[key: string]: unknown;
|
|
15485
15356
|
} | Array<unknown> | null;
|
|
15486
|
-
webhook_configured_at?: string | null;
|
|
15487
15357
|
webhook_identifier?: string | null;
|
|
15488
15358
|
}
|
|
15489
15359
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -15572,7 +15442,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15572
15442
|
webhook_config?: string | number | boolean | {
|
|
15573
15443
|
[key: string]: unknown;
|
|
15574
15444
|
} | Array<unknown> | null;
|
|
15575
|
-
webhook_configured_at?: string | null;
|
|
15576
15445
|
webhook_identifier?: string | null;
|
|
15577
15446
|
}
|
|
15578
15447
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -15661,7 +15530,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15661
15530
|
webhook_config?: string | number | boolean | {
|
|
15662
15531
|
[key: string]: unknown;
|
|
15663
15532
|
} | Array<unknown> | null;
|
|
15664
|
-
webhook_configured_at?: string | null;
|
|
15665
15533
|
webhook_identifier?: string | null;
|
|
15666
15534
|
}
|
|
15667
15535
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -15750,7 +15618,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15750
15618
|
webhook_config?: string | number | boolean | {
|
|
15751
15619
|
[key: string]: unknown;
|
|
15752
15620
|
} | Array<unknown> | null;
|
|
15753
|
-
webhook_configured_at?: string | null;
|
|
15754
15621
|
webhook_identifier?: string | null;
|
|
15755
15622
|
}
|
|
15756
15623
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -15839,7 +15706,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15839
15706
|
webhook_config?: string | number | boolean | {
|
|
15840
15707
|
[key: string]: unknown;
|
|
15841
15708
|
} | Array<unknown> | null;
|
|
15842
|
-
webhook_configured_at?: string | null;
|
|
15843
15709
|
webhook_identifier?: string | null;
|
|
15844
15710
|
}
|
|
15845
15711
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -15928,7 +15794,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15928
15794
|
webhook_config?: string | number | boolean | {
|
|
15929
15795
|
[key: string]: unknown;
|
|
15930
15796
|
} | Array<unknown> | null;
|
|
15931
|
-
webhook_configured_at?: string | null;
|
|
15932
15797
|
webhook_identifier?: string | null;
|
|
15933
15798
|
}
|
|
15934
15799
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -15954,7 +15819,7 @@ export declare namespace ListConnectionsResponse {
|
|
|
15954
15819
|
/**
|
|
15955
15820
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
15956
15821
|
*/
|
|
15957
|
-
app_id?: number;
|
|
15822
|
+
app_id?: number | string;
|
|
15958
15823
|
/**
|
|
15959
15824
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
15960
15825
|
*/
|
|
@@ -16025,7 +15890,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16025
15890
|
webhook_config?: string | number | boolean | {
|
|
16026
15891
|
[key: string]: unknown;
|
|
16027
15892
|
} | Array<unknown> | null;
|
|
16028
|
-
webhook_configured_at?: string | null;
|
|
16029
15893
|
webhook_identifier?: string | null;
|
|
16030
15894
|
}
|
|
16031
15895
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -16114,7 +15978,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16114
15978
|
webhook_config?: string | number | boolean | {
|
|
16115
15979
|
[key: string]: unknown;
|
|
16116
15980
|
} | Array<unknown> | null;
|
|
16117
|
-
webhook_configured_at?: string | null;
|
|
16118
15981
|
webhook_identifier?: string | null;
|
|
16119
15982
|
}
|
|
16120
15983
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -16207,7 +16070,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16207
16070
|
webhook_config?: string | number | boolean | {
|
|
16208
16071
|
[key: string]: unknown;
|
|
16209
16072
|
} | Array<unknown> | null;
|
|
16210
|
-
webhook_configured_at?: string | null;
|
|
16211
16073
|
webhook_identifier?: string | null;
|
|
16212
16074
|
}
|
|
16213
16075
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -16296,7 +16158,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16296
16158
|
webhook_config?: string | number | boolean | {
|
|
16297
16159
|
[key: string]: unknown;
|
|
16298
16160
|
} | Array<unknown> | null;
|
|
16299
|
-
webhook_configured_at?: string | null;
|
|
16300
16161
|
webhook_identifier?: string | null;
|
|
16301
16162
|
}
|
|
16302
16163
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -16385,7 +16246,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16385
16246
|
webhook_config?: string | number | boolean | {
|
|
16386
16247
|
[key: string]: unknown;
|
|
16387
16248
|
} | Array<unknown> | null;
|
|
16388
|
-
webhook_configured_at?: string | null;
|
|
16389
16249
|
webhook_identifier?: string | null;
|
|
16390
16250
|
}
|
|
16391
16251
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -16474,7 +16334,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16474
16334
|
webhook_config?: string | number | boolean | {
|
|
16475
16335
|
[key: string]: unknown;
|
|
16476
16336
|
} | Array<unknown> | null;
|
|
16477
|
-
webhook_configured_at?: string | null;
|
|
16478
16337
|
webhook_identifier?: string | null;
|
|
16479
16338
|
}
|
|
16480
16339
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -16563,7 +16422,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16563
16422
|
webhook_config?: string | number | boolean | {
|
|
16564
16423
|
[key: string]: unknown;
|
|
16565
16424
|
} | Array<unknown> | null;
|
|
16566
|
-
webhook_configured_at?: string | null;
|
|
16567
16425
|
webhook_identifier?: string | null;
|
|
16568
16426
|
}
|
|
16569
16427
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -16652,7 +16510,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16652
16510
|
webhook_config?: string | number | boolean | {
|
|
16653
16511
|
[key: string]: unknown;
|
|
16654
16512
|
} | Array<unknown> | null;
|
|
16655
|
-
webhook_configured_at?: string | null;
|
|
16656
16513
|
webhook_identifier?: string | null;
|
|
16657
16514
|
}
|
|
16658
16515
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -16745,7 +16602,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16745
16602
|
webhook_config?: string | number | boolean | {
|
|
16746
16603
|
[key: string]: unknown;
|
|
16747
16604
|
} | Array<unknown> | null;
|
|
16748
|
-
webhook_configured_at?: string | null;
|
|
16749
16605
|
webhook_identifier?: string | null;
|
|
16750
16606
|
}
|
|
16751
16607
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -16834,7 +16690,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16834
16690
|
webhook_config?: string | number | boolean | {
|
|
16835
16691
|
[key: string]: unknown;
|
|
16836
16692
|
} | Array<unknown> | null;
|
|
16837
|
-
webhook_configured_at?: string | null;
|
|
16838
16693
|
webhook_identifier?: string | null;
|
|
16839
16694
|
}
|
|
16840
16695
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -16923,7 +16778,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16923
16778
|
webhook_config?: string | number | boolean | {
|
|
16924
16779
|
[key: string]: unknown;
|
|
16925
16780
|
} | Array<unknown> | null;
|
|
16926
|
-
webhook_configured_at?: string | null;
|
|
16927
16781
|
webhook_identifier?: string | null;
|
|
16928
16782
|
}
|
|
16929
16783
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -17012,7 +16866,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17012
16866
|
webhook_config?: string | number | boolean | {
|
|
17013
16867
|
[key: string]: unknown;
|
|
17014
16868
|
} | Array<unknown> | null;
|
|
17015
|
-
webhook_configured_at?: string | null;
|
|
17016
16869
|
webhook_identifier?: string | null;
|
|
17017
16870
|
}
|
|
17018
16871
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -17106,7 +16959,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17106
16959
|
webhook_config?: string | number | boolean | {
|
|
17107
16960
|
[key: string]: unknown;
|
|
17108
16961
|
} | Array<unknown> | null;
|
|
17109
|
-
webhook_configured_at?: string | null;
|
|
17110
16962
|
webhook_identifier?: string | null;
|
|
17111
16963
|
}
|
|
17112
16964
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -17195,7 +17047,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17195
17047
|
webhook_config?: string | number | boolean | {
|
|
17196
17048
|
[key: string]: unknown;
|
|
17197
17049
|
} | Array<unknown> | null;
|
|
17198
|
-
webhook_configured_at?: string | null;
|
|
17199
17050
|
webhook_identifier?: string | null;
|
|
17200
17051
|
}
|
|
17201
17052
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -17284,7 +17135,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17284
17135
|
webhook_config?: string | number | boolean | {
|
|
17285
17136
|
[key: string]: unknown;
|
|
17286
17137
|
} | Array<unknown> | null;
|
|
17287
|
-
webhook_configured_at?: string | null;
|
|
17288
17138
|
webhook_identifier?: string | null;
|
|
17289
17139
|
}
|
|
17290
17140
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -17373,7 +17223,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17373
17223
|
webhook_config?: string | number | boolean | {
|
|
17374
17224
|
[key: string]: unknown;
|
|
17375
17225
|
} | Array<unknown> | null;
|
|
17376
|
-
webhook_configured_at?: string | null;
|
|
17377
17226
|
webhook_identifier?: string | null;
|
|
17378
17227
|
}
|
|
17379
17228
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -17466,7 +17315,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17466
17315
|
webhook_config?: string | number | boolean | {
|
|
17467
17316
|
[key: string]: unknown;
|
|
17468
17317
|
} | Array<unknown> | null;
|
|
17469
|
-
webhook_configured_at?: string | null;
|
|
17470
17318
|
webhook_identifier?: string | null;
|
|
17471
17319
|
}
|
|
17472
17320
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -17555,7 +17403,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17555
17403
|
webhook_config?: string | number | boolean | {
|
|
17556
17404
|
[key: string]: unknown;
|
|
17557
17405
|
} | Array<unknown> | null;
|
|
17558
|
-
webhook_configured_at?: string | null;
|
|
17559
17406
|
webhook_identifier?: string | null;
|
|
17560
17407
|
}
|
|
17561
17408
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -17605,7 +17452,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17605
17452
|
webhook_config?: string | number | boolean | {
|
|
17606
17453
|
[key: string]: unknown;
|
|
17607
17454
|
} | Array<unknown> | null;
|
|
17608
|
-
webhook_configured_at?: string | null;
|
|
17609
17455
|
webhook_identifier?: string | null;
|
|
17610
17456
|
}
|
|
17611
17457
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -17728,7 +17574,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17728
17574
|
webhook_config?: string | number | boolean | {
|
|
17729
17575
|
[key: string]: unknown;
|
|
17730
17576
|
} | Array<unknown> | null;
|
|
17731
|
-
webhook_configured_at?: string | null;
|
|
17732
17577
|
webhook_identifier?: string | null;
|
|
17733
17578
|
}
|
|
17734
17579
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -17812,7 +17657,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17812
17657
|
webhook_config?: string | number | boolean | {
|
|
17813
17658
|
[key: string]: unknown;
|
|
17814
17659
|
} | Array<unknown> | null;
|
|
17815
|
-
webhook_configured_at?: string | null;
|
|
17816
17660
|
webhook_identifier?: string | null;
|
|
17817
17661
|
}
|
|
17818
17662
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -17867,7 +17711,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17867
17711
|
webhook_config?: string | number | boolean | {
|
|
17868
17712
|
[key: string]: unknown;
|
|
17869
17713
|
} | Array<unknown> | null;
|
|
17870
|
-
webhook_configured_at?: string | null;
|
|
17871
17714
|
webhook_identifier?: string | null;
|
|
17872
17715
|
}
|
|
17873
17716
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -17917,7 +17760,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17917
17760
|
webhook_config?: string | number | boolean | {
|
|
17918
17761
|
[key: string]: unknown;
|
|
17919
17762
|
} | Array<unknown> | null;
|
|
17920
|
-
webhook_configured_at?: string | null;
|
|
17921
17763
|
webhook_identifier?: string | null;
|
|
17922
17764
|
}
|
|
17923
17765
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -17971,7 +17813,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17971
17813
|
webhook_config?: string | number | boolean | {
|
|
17972
17814
|
[key: string]: unknown;
|
|
17973
17815
|
} | Array<unknown> | null;
|
|
17974
|
-
webhook_configured_at?: string | null;
|
|
17975
17816
|
webhook_identifier?: string | null;
|
|
17976
17817
|
}
|
|
17977
17818
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -18025,7 +17866,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18025
17866
|
webhook_config?: string | number | boolean | {
|
|
18026
17867
|
[key: string]: unknown;
|
|
18027
17868
|
} | Array<unknown> | null;
|
|
18028
|
-
webhook_configured_at?: string | null;
|
|
18029
17869
|
webhook_identifier?: string | null;
|
|
18030
17870
|
}
|
|
18031
17871
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -18078,7 +17918,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18078
17918
|
webhook_config?: string | number | boolean | {
|
|
18079
17919
|
[key: string]: unknown;
|
|
18080
17920
|
} | Array<unknown> | null;
|
|
18081
|
-
webhook_configured_at?: string | null;
|
|
18082
17921
|
webhook_identifier?: string | null;
|
|
18083
17922
|
}
|
|
18084
17923
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -18242,7 +18081,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18242
18081
|
webhook_config?: string | number | boolean | {
|
|
18243
18082
|
[key: string]: unknown;
|
|
18244
18083
|
} | Array<unknown> | null;
|
|
18245
|
-
webhook_configured_at?: string | null;
|
|
18246
18084
|
webhook_identifier?: string | null;
|
|
18247
18085
|
}
|
|
18248
18086
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -18341,7 +18179,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18341
18179
|
webhook_config?: string | number | boolean | {
|
|
18342
18180
|
[key: string]: unknown;
|
|
18343
18181
|
} | Array<unknown> | null;
|
|
18344
|
-
webhook_configured_at?: string | null;
|
|
18345
18182
|
webhook_identifier?: string | null;
|
|
18346
18183
|
}
|
|
18347
18184
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -18430,7 +18267,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18430
18267
|
webhook_config?: string | number | boolean | {
|
|
18431
18268
|
[key: string]: unknown;
|
|
18432
18269
|
} | Array<unknown> | null;
|
|
18433
|
-
webhook_configured_at?: string | null;
|
|
18434
18270
|
webhook_identifier?: string | null;
|
|
18435
18271
|
}
|
|
18436
18272
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -18486,7 +18322,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18486
18322
|
webhook_config?: string | number | boolean | {
|
|
18487
18323
|
[key: string]: unknown;
|
|
18488
18324
|
} | Array<unknown> | null;
|
|
18489
|
-
webhook_configured_at?: string | null;
|
|
18490
18325
|
webhook_identifier?: string | null;
|
|
18491
18326
|
}
|
|
18492
18327
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -23547,7 +23382,6 @@ export declare namespace PostConnectResponse {
|
|
|
23547
23382
|
webhook_config?: string | number | boolean | {
|
|
23548
23383
|
[key: string]: unknown;
|
|
23549
23384
|
} | Array<unknown> | null;
|
|
23550
|
-
webhook_configured_at?: string | null;
|
|
23551
23385
|
webhook_identifier?: string | null;
|
|
23552
23386
|
}
|
|
23553
23387
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -23598,7 +23432,6 @@ export declare namespace PostConnectResponse {
|
|
|
23598
23432
|
webhook_config?: string | number | boolean | {
|
|
23599
23433
|
[key: string]: unknown;
|
|
23600
23434
|
} | Array<unknown> | null;
|
|
23601
|
-
webhook_configured_at?: string | null;
|
|
23602
23435
|
webhook_identifier?: string | null;
|
|
23603
23436
|
}
|
|
23604
23437
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -23685,7 +23518,6 @@ export declare namespace PostConnectResponse {
|
|
|
23685
23518
|
webhook_config?: string | number | boolean | {
|
|
23686
23519
|
[key: string]: unknown;
|
|
23687
23520
|
} | Array<unknown> | null;
|
|
23688
|
-
webhook_configured_at?: string | null;
|
|
23689
23521
|
webhook_identifier?: string | null;
|
|
23690
23522
|
}
|
|
23691
23523
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -23736,7 +23568,6 @@ export declare namespace PostConnectResponse {
|
|
|
23736
23568
|
webhook_config?: string | number | boolean | {
|
|
23737
23569
|
[key: string]: unknown;
|
|
23738
23570
|
} | Array<unknown> | null;
|
|
23739
|
-
webhook_configured_at?: string | null;
|
|
23740
23571
|
webhook_identifier?: string | null;
|
|
23741
23572
|
}
|
|
23742
23573
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -23823,7 +23654,6 @@ export declare namespace PostConnectResponse {
|
|
|
23823
23654
|
webhook_config?: string | number | boolean | {
|
|
23824
23655
|
[key: string]: unknown;
|
|
23825
23656
|
} | Array<unknown> | null;
|
|
23826
|
-
webhook_configured_at?: string | null;
|
|
23827
23657
|
webhook_identifier?: string | null;
|
|
23828
23658
|
}
|
|
23829
23659
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -23915,7 +23745,6 @@ export declare namespace PostConnectResponse {
|
|
|
23915
23745
|
webhook_config?: string | number | boolean | {
|
|
23916
23746
|
[key: string]: unknown;
|
|
23917
23747
|
} | Array<unknown> | null;
|
|
23918
|
-
webhook_configured_at?: string | null;
|
|
23919
23748
|
webhook_identifier?: string | null;
|
|
23920
23749
|
}
|
|
23921
23750
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -24002,7 +23831,6 @@ export declare namespace PostConnectResponse {
|
|
|
24002
23831
|
webhook_config?: string | number | boolean | {
|
|
24003
23832
|
[key: string]: unknown;
|
|
24004
23833
|
} | Array<unknown> | null;
|
|
24005
|
-
webhook_configured_at?: string | null;
|
|
24006
23834
|
webhook_identifier?: string | null;
|
|
24007
23835
|
}
|
|
24008
23836
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -24089,7 +23917,6 @@ export declare namespace PostConnectResponse {
|
|
|
24089
23917
|
webhook_config?: string | number | boolean | {
|
|
24090
23918
|
[key: string]: unknown;
|
|
24091
23919
|
} | Array<unknown> | null;
|
|
24092
|
-
webhook_configured_at?: string | null;
|
|
24093
23920
|
webhook_identifier?: string | null;
|
|
24094
23921
|
}
|
|
24095
23922
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -24176,7 +24003,6 @@ export declare namespace PostConnectResponse {
|
|
|
24176
24003
|
webhook_config?: string | number | boolean | {
|
|
24177
24004
|
[key: string]: unknown;
|
|
24178
24005
|
} | Array<unknown> | null;
|
|
24179
|
-
webhook_configured_at?: string | null;
|
|
24180
24006
|
webhook_identifier?: string | null;
|
|
24181
24007
|
}
|
|
24182
24008
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -24263,7 +24089,6 @@ export declare namespace PostConnectResponse {
|
|
|
24263
24089
|
webhook_config?: string | number | boolean | {
|
|
24264
24090
|
[key: string]: unknown;
|
|
24265
24091
|
} | Array<unknown> | null;
|
|
24266
|
-
webhook_configured_at?: string | null;
|
|
24267
24092
|
webhook_identifier?: string | null;
|
|
24268
24093
|
}
|
|
24269
24094
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -24350,7 +24175,6 @@ export declare namespace PostConnectResponse {
|
|
|
24350
24175
|
webhook_config?: string | number | boolean | {
|
|
24351
24176
|
[key: string]: unknown;
|
|
24352
24177
|
} | Array<unknown> | null;
|
|
24353
|
-
webhook_configured_at?: string | null;
|
|
24354
24178
|
webhook_identifier?: string | null;
|
|
24355
24179
|
}
|
|
24356
24180
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -24441,7 +24265,6 @@ export declare namespace PostConnectResponse {
|
|
|
24441
24265
|
webhook_config?: string | number | boolean | {
|
|
24442
24266
|
[key: string]: unknown;
|
|
24443
24267
|
} | Array<unknown> | null;
|
|
24444
|
-
webhook_configured_at?: string | null;
|
|
24445
24268
|
webhook_identifier?: string | null;
|
|
24446
24269
|
}
|
|
24447
24270
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -24539,7 +24362,6 @@ export declare namespace PostConnectResponse {
|
|
|
24539
24362
|
webhook_config?: string | number | boolean | {
|
|
24540
24363
|
[key: string]: unknown;
|
|
24541
24364
|
} | Array<unknown> | null;
|
|
24542
|
-
webhook_configured_at?: string | null;
|
|
24543
24365
|
webhook_identifier?: string | null;
|
|
24544
24366
|
}
|
|
24545
24367
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -24626,7 +24448,6 @@ export declare namespace PostConnectResponse {
|
|
|
24626
24448
|
webhook_config?: string | number | boolean | {
|
|
24627
24449
|
[key: string]: unknown;
|
|
24628
24450
|
} | Array<unknown> | null;
|
|
24629
|
-
webhook_configured_at?: string | null;
|
|
24630
24451
|
webhook_identifier?: string | null;
|
|
24631
24452
|
}
|
|
24632
24453
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -24713,7 +24534,6 @@ export declare namespace PostConnectResponse {
|
|
|
24713
24534
|
webhook_config?: string | number | boolean | {
|
|
24714
24535
|
[key: string]: unknown;
|
|
24715
24536
|
} | Array<unknown> | null;
|
|
24716
|
-
webhook_configured_at?: string | null;
|
|
24717
24537
|
webhook_identifier?: string | null;
|
|
24718
24538
|
}
|
|
24719
24539
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -24800,7 +24620,6 @@ export declare namespace PostConnectResponse {
|
|
|
24800
24620
|
webhook_config?: string | number | boolean | {
|
|
24801
24621
|
[key: string]: unknown;
|
|
24802
24622
|
} | Array<unknown> | null;
|
|
24803
|
-
webhook_configured_at?: string | null;
|
|
24804
24623
|
webhook_identifier?: string | null;
|
|
24805
24624
|
}
|
|
24806
24625
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -24887,7 +24706,6 @@ export declare namespace PostConnectResponse {
|
|
|
24887
24706
|
webhook_config?: string | number | boolean | {
|
|
24888
24707
|
[key: string]: unknown;
|
|
24889
24708
|
} | Array<unknown> | null;
|
|
24890
|
-
webhook_configured_at?: string | null;
|
|
24891
24709
|
webhook_identifier?: string | null;
|
|
24892
24710
|
}
|
|
24893
24711
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -24974,7 +24792,6 @@ export declare namespace PostConnectResponse {
|
|
|
24974
24792
|
webhook_config?: string | number | boolean | {
|
|
24975
24793
|
[key: string]: unknown;
|
|
24976
24794
|
} | Array<unknown> | null;
|
|
24977
|
-
webhook_configured_at?: string | null;
|
|
24978
24795
|
webhook_identifier?: string | null;
|
|
24979
24796
|
}
|
|
24980
24797
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -25061,7 +24878,6 @@ export declare namespace PostConnectResponse {
|
|
|
25061
24878
|
webhook_config?: string | number | boolean | {
|
|
25062
24879
|
[key: string]: unknown;
|
|
25063
24880
|
} | Array<unknown> | null;
|
|
25064
|
-
webhook_configured_at?: string | null;
|
|
25065
24881
|
webhook_identifier?: string | null;
|
|
25066
24882
|
}
|
|
25067
24883
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -25148,7 +24964,6 @@ export declare namespace PostConnectResponse {
|
|
|
25148
24964
|
webhook_config?: string | number | boolean | {
|
|
25149
24965
|
[key: string]: unknown;
|
|
25150
24966
|
} | Array<unknown> | null;
|
|
25151
|
-
webhook_configured_at?: string | null;
|
|
25152
24967
|
webhook_identifier?: string | null;
|
|
25153
24968
|
}
|
|
25154
24969
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -25235,7 +25050,6 @@ export declare namespace PostConnectResponse {
|
|
|
25235
25050
|
webhook_config?: string | number | boolean | {
|
|
25236
25051
|
[key: string]: unknown;
|
|
25237
25052
|
} | Array<unknown> | null;
|
|
25238
|
-
webhook_configured_at?: string | null;
|
|
25239
25053
|
webhook_identifier?: string | null;
|
|
25240
25054
|
}
|
|
25241
25055
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -25322,7 +25136,6 @@ export declare namespace PostConnectResponse {
|
|
|
25322
25136
|
webhook_config?: string | number | boolean | {
|
|
25323
25137
|
[key: string]: unknown;
|
|
25324
25138
|
} | Array<unknown> | null;
|
|
25325
|
-
webhook_configured_at?: string | null;
|
|
25326
25139
|
webhook_identifier?: string | null;
|
|
25327
25140
|
}
|
|
25328
25141
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -25409,7 +25222,6 @@ export declare namespace PostConnectResponse {
|
|
|
25409
25222
|
webhook_config?: string | number | boolean | {
|
|
25410
25223
|
[key: string]: unknown;
|
|
25411
25224
|
} | Array<unknown> | null;
|
|
25412
|
-
webhook_configured_at?: string | null;
|
|
25413
25225
|
webhook_identifier?: string | null;
|
|
25414
25226
|
}
|
|
25415
25227
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -25496,7 +25308,6 @@ export declare namespace PostConnectResponse {
|
|
|
25496
25308
|
webhook_config?: string | number | boolean | {
|
|
25497
25309
|
[key: string]: unknown;
|
|
25498
25310
|
} | Array<unknown> | null;
|
|
25499
|
-
webhook_configured_at?: string | null;
|
|
25500
25311
|
webhook_identifier?: string | null;
|
|
25501
25312
|
}
|
|
25502
25313
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -25583,7 +25394,6 @@ export declare namespace PostConnectResponse {
|
|
|
25583
25394
|
webhook_config?: string | number | boolean | {
|
|
25584
25395
|
[key: string]: unknown;
|
|
25585
25396
|
} | Array<unknown> | null;
|
|
25586
|
-
webhook_configured_at?: string | null;
|
|
25587
25397
|
webhook_identifier?: string | null;
|
|
25588
25398
|
}
|
|
25589
25399
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -25609,7 +25419,7 @@ export declare namespace PostConnectResponse {
|
|
|
25609
25419
|
/**
|
|
25610
25420
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
25611
25421
|
*/
|
|
25612
|
-
app_id?: number;
|
|
25422
|
+
app_id?: number | string;
|
|
25613
25423
|
/**
|
|
25614
25424
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
25615
25425
|
*/
|
|
@@ -25678,7 +25488,6 @@ export declare namespace PostConnectResponse {
|
|
|
25678
25488
|
webhook_config?: string | number | boolean | {
|
|
25679
25489
|
[key: string]: unknown;
|
|
25680
25490
|
} | Array<unknown> | null;
|
|
25681
|
-
webhook_configured_at?: string | null;
|
|
25682
25491
|
webhook_identifier?: string | null;
|
|
25683
25492
|
}
|
|
25684
25493
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -25765,7 +25574,6 @@ export declare namespace PostConnectResponse {
|
|
|
25765
25574
|
webhook_config?: string | number | boolean | {
|
|
25766
25575
|
[key: string]: unknown;
|
|
25767
25576
|
} | Array<unknown> | null;
|
|
25768
|
-
webhook_configured_at?: string | null;
|
|
25769
25577
|
webhook_identifier?: string | null;
|
|
25770
25578
|
}
|
|
25771
25579
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -25856,7 +25664,6 @@ export declare namespace PostConnectResponse {
|
|
|
25856
25664
|
webhook_config?: string | number | boolean | {
|
|
25857
25665
|
[key: string]: unknown;
|
|
25858
25666
|
} | Array<unknown> | null;
|
|
25859
|
-
webhook_configured_at?: string | null;
|
|
25860
25667
|
webhook_identifier?: string | null;
|
|
25861
25668
|
}
|
|
25862
25669
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -25943,7 +25750,6 @@ export declare namespace PostConnectResponse {
|
|
|
25943
25750
|
webhook_config?: string | number | boolean | {
|
|
25944
25751
|
[key: string]: unknown;
|
|
25945
25752
|
} | Array<unknown> | null;
|
|
25946
|
-
webhook_configured_at?: string | null;
|
|
25947
25753
|
webhook_identifier?: string | null;
|
|
25948
25754
|
}
|
|
25949
25755
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -26030,7 +25836,6 @@ export declare namespace PostConnectResponse {
|
|
|
26030
25836
|
webhook_config?: string | number | boolean | {
|
|
26031
25837
|
[key: string]: unknown;
|
|
26032
25838
|
} | Array<unknown> | null;
|
|
26033
|
-
webhook_configured_at?: string | null;
|
|
26034
25839
|
webhook_identifier?: string | null;
|
|
26035
25840
|
}
|
|
26036
25841
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -26117,7 +25922,6 @@ export declare namespace PostConnectResponse {
|
|
|
26117
25922
|
webhook_config?: string | number | boolean | {
|
|
26118
25923
|
[key: string]: unknown;
|
|
26119
25924
|
} | Array<unknown> | null;
|
|
26120
|
-
webhook_configured_at?: string | null;
|
|
26121
25925
|
webhook_identifier?: string | null;
|
|
26122
25926
|
}
|
|
26123
25927
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -26204,7 +26008,6 @@ export declare namespace PostConnectResponse {
|
|
|
26204
26008
|
webhook_config?: string | number | boolean | {
|
|
26205
26009
|
[key: string]: unknown;
|
|
26206
26010
|
} | Array<unknown> | null;
|
|
26207
|
-
webhook_configured_at?: string | null;
|
|
26208
26011
|
webhook_identifier?: string | null;
|
|
26209
26012
|
}
|
|
26210
26013
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -26291,7 +26094,6 @@ export declare namespace PostConnectResponse {
|
|
|
26291
26094
|
webhook_config?: string | number | boolean | {
|
|
26292
26095
|
[key: string]: unknown;
|
|
26293
26096
|
} | Array<unknown> | null;
|
|
26294
|
-
webhook_configured_at?: string | null;
|
|
26295
26097
|
webhook_identifier?: string | null;
|
|
26296
26098
|
}
|
|
26297
26099
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -26382,7 +26184,6 @@ export declare namespace PostConnectResponse {
|
|
|
26382
26184
|
webhook_config?: string | number | boolean | {
|
|
26383
26185
|
[key: string]: unknown;
|
|
26384
26186
|
} | Array<unknown> | null;
|
|
26385
|
-
webhook_configured_at?: string | null;
|
|
26386
26187
|
webhook_identifier?: string | null;
|
|
26387
26188
|
}
|
|
26388
26189
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -26469,7 +26270,6 @@ export declare namespace PostConnectResponse {
|
|
|
26469
26270
|
webhook_config?: string | number | boolean | {
|
|
26470
26271
|
[key: string]: unknown;
|
|
26471
26272
|
} | Array<unknown> | null;
|
|
26472
|
-
webhook_configured_at?: string | null;
|
|
26473
26273
|
webhook_identifier?: string | null;
|
|
26474
26274
|
}
|
|
26475
26275
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -26556,7 +26356,6 @@ export declare namespace PostConnectResponse {
|
|
|
26556
26356
|
webhook_config?: string | number | boolean | {
|
|
26557
26357
|
[key: string]: unknown;
|
|
26558
26358
|
} | Array<unknown> | null;
|
|
26559
|
-
webhook_configured_at?: string | null;
|
|
26560
26359
|
webhook_identifier?: string | null;
|
|
26561
26360
|
}
|
|
26562
26361
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -26643,7 +26442,6 @@ export declare namespace PostConnectResponse {
|
|
|
26643
26442
|
webhook_config?: string | number | boolean | {
|
|
26644
26443
|
[key: string]: unknown;
|
|
26645
26444
|
} | Array<unknown> | null;
|
|
26646
|
-
webhook_configured_at?: string | null;
|
|
26647
26445
|
webhook_identifier?: string | null;
|
|
26648
26446
|
}
|
|
26649
26447
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -26735,7 +26533,6 @@ export declare namespace PostConnectResponse {
|
|
|
26735
26533
|
webhook_config?: string | number | boolean | {
|
|
26736
26534
|
[key: string]: unknown;
|
|
26737
26535
|
} | Array<unknown> | null;
|
|
26738
|
-
webhook_configured_at?: string | null;
|
|
26739
26536
|
webhook_identifier?: string | null;
|
|
26740
26537
|
}
|
|
26741
26538
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -26822,7 +26619,6 @@ export declare namespace PostConnectResponse {
|
|
|
26822
26619
|
webhook_config?: string | number | boolean | {
|
|
26823
26620
|
[key: string]: unknown;
|
|
26824
26621
|
} | Array<unknown> | null;
|
|
26825
|
-
webhook_configured_at?: string | null;
|
|
26826
26622
|
webhook_identifier?: string | null;
|
|
26827
26623
|
}
|
|
26828
26624
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -26909,7 +26705,6 @@ export declare namespace PostConnectResponse {
|
|
|
26909
26705
|
webhook_config?: string | number | boolean | {
|
|
26910
26706
|
[key: string]: unknown;
|
|
26911
26707
|
} | Array<unknown> | null;
|
|
26912
|
-
webhook_configured_at?: string | null;
|
|
26913
26708
|
webhook_identifier?: string | null;
|
|
26914
26709
|
}
|
|
26915
26710
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -26996,7 +26791,6 @@ export declare namespace PostConnectResponse {
|
|
|
26996
26791
|
webhook_config?: string | number | boolean | {
|
|
26997
26792
|
[key: string]: unknown;
|
|
26998
26793
|
} | Array<unknown> | null;
|
|
26999
|
-
webhook_configured_at?: string | null;
|
|
27000
26794
|
webhook_identifier?: string | null;
|
|
27001
26795
|
}
|
|
27002
26796
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -27087,7 +26881,6 @@ export declare namespace PostConnectResponse {
|
|
|
27087
26881
|
webhook_config?: string | number | boolean | {
|
|
27088
26882
|
[key: string]: unknown;
|
|
27089
26883
|
} | Array<unknown> | null;
|
|
27090
|
-
webhook_configured_at?: string | null;
|
|
27091
26884
|
webhook_identifier?: string | null;
|
|
27092
26885
|
}
|
|
27093
26886
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -27174,7 +26967,6 @@ export declare namespace PostConnectResponse {
|
|
|
27174
26967
|
webhook_config?: string | number | boolean | {
|
|
27175
26968
|
[key: string]: unknown;
|
|
27176
26969
|
} | Array<unknown> | null;
|
|
27177
|
-
webhook_configured_at?: string | null;
|
|
27178
26970
|
webhook_identifier?: string | null;
|
|
27179
26971
|
}
|
|
27180
26972
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -27222,7 +27014,6 @@ export declare namespace PostConnectResponse {
|
|
|
27222
27014
|
webhook_config?: string | number | boolean | {
|
|
27223
27015
|
[key: string]: unknown;
|
|
27224
27016
|
} | Array<unknown> | null;
|
|
27225
|
-
webhook_configured_at?: string | null;
|
|
27226
27017
|
webhook_identifier?: string | null;
|
|
27227
27018
|
}
|
|
27228
27019
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -27343,7 +27134,6 @@ export declare namespace PostConnectResponse {
|
|
|
27343
27134
|
webhook_config?: string | number | boolean | {
|
|
27344
27135
|
[key: string]: unknown;
|
|
27345
27136
|
} | Array<unknown> | null;
|
|
27346
|
-
webhook_configured_at?: string | null;
|
|
27347
27137
|
webhook_identifier?: string | null;
|
|
27348
27138
|
}
|
|
27349
27139
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -27425,7 +27215,6 @@ export declare namespace PostConnectResponse {
|
|
|
27425
27215
|
webhook_config?: string | number | boolean | {
|
|
27426
27216
|
[key: string]: unknown;
|
|
27427
27217
|
} | Array<unknown> | null;
|
|
27428
|
-
webhook_configured_at?: string | null;
|
|
27429
27218
|
webhook_identifier?: string | null;
|
|
27430
27219
|
}
|
|
27431
27220
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -27478,7 +27267,6 @@ export declare namespace PostConnectResponse {
|
|
|
27478
27267
|
webhook_config?: string | number | boolean | {
|
|
27479
27268
|
[key: string]: unknown;
|
|
27480
27269
|
} | Array<unknown> | null;
|
|
27481
|
-
webhook_configured_at?: string | null;
|
|
27482
27270
|
webhook_identifier?: string | null;
|
|
27483
27271
|
}
|
|
27484
27272
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -27526,7 +27314,6 @@ export declare namespace PostConnectResponse {
|
|
|
27526
27314
|
webhook_config?: string | number | boolean | {
|
|
27527
27315
|
[key: string]: unknown;
|
|
27528
27316
|
} | Array<unknown> | null;
|
|
27529
|
-
webhook_configured_at?: string | null;
|
|
27530
27317
|
webhook_identifier?: string | null;
|
|
27531
27318
|
}
|
|
27532
27319
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -27578,7 +27365,6 @@ export declare namespace PostConnectResponse {
|
|
|
27578
27365
|
webhook_config?: string | number | boolean | {
|
|
27579
27366
|
[key: string]: unknown;
|
|
27580
27367
|
} | Array<unknown> | null;
|
|
27581
|
-
webhook_configured_at?: string | null;
|
|
27582
27368
|
webhook_identifier?: string | null;
|
|
27583
27369
|
}
|
|
27584
27370
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -27630,7 +27416,6 @@ export declare namespace PostConnectResponse {
|
|
|
27630
27416
|
webhook_config?: string | number | boolean | {
|
|
27631
27417
|
[key: string]: unknown;
|
|
27632
27418
|
} | Array<unknown> | null;
|
|
27633
|
-
webhook_configured_at?: string | null;
|
|
27634
27419
|
webhook_identifier?: string | null;
|
|
27635
27420
|
}
|
|
27636
27421
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -27681,7 +27466,6 @@ export declare namespace PostConnectResponse {
|
|
|
27681
27466
|
webhook_config?: string | number | boolean | {
|
|
27682
27467
|
[key: string]: unknown;
|
|
27683
27468
|
} | Array<unknown> | null;
|
|
27684
|
-
webhook_configured_at?: string | null;
|
|
27685
27469
|
webhook_identifier?: string | null;
|
|
27686
27470
|
}
|
|
27687
27471
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -27843,7 +27627,6 @@ export declare namespace PostConnectResponse {
|
|
|
27843
27627
|
webhook_config?: string | number | boolean | {
|
|
27844
27628
|
[key: string]: unknown;
|
|
27845
27629
|
} | Array<unknown> | null;
|
|
27846
|
-
webhook_configured_at?: string | null;
|
|
27847
27630
|
webhook_identifier?: string | null;
|
|
27848
27631
|
}
|
|
27849
27632
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -27940,7 +27723,6 @@ export declare namespace PostConnectResponse {
|
|
|
27940
27723
|
webhook_config?: string | number | boolean | {
|
|
27941
27724
|
[key: string]: unknown;
|
|
27942
27725
|
} | Array<unknown> | null;
|
|
27943
|
-
webhook_configured_at?: string | null;
|
|
27944
27726
|
webhook_identifier?: string | null;
|
|
27945
27727
|
}
|
|
27946
27728
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -28027,7 +27809,6 @@ export declare namespace PostConnectResponse {
|
|
|
28027
27809
|
webhook_config?: string | number | boolean | {
|
|
28028
27810
|
[key: string]: unknown;
|
|
28029
27811
|
} | Array<unknown> | null;
|
|
28030
|
-
webhook_configured_at?: string | null;
|
|
28031
27812
|
webhook_identifier?: string | null;
|
|
28032
27813
|
}
|
|
28033
27814
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -28081,7 +27862,6 @@ export declare namespace PostConnectResponse {
|
|
|
28081
27862
|
webhook_config?: string | number | boolean | {
|
|
28082
27863
|
[key: string]: unknown;
|
|
28083
27864
|
} | Array<unknown> | null;
|
|
28084
|
-
webhook_configured_at?: string | null;
|
|
28085
27865
|
webhook_identifier?: string | null;
|
|
28086
27866
|
}
|
|
28087
27867
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -32111,7 +31891,7 @@ export declare namespace CreateConnectionParams {
|
|
|
32111
31891
|
/**
|
|
32112
31892
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
32113
31893
|
*/
|
|
32114
|
-
app_id?: number;
|
|
31894
|
+
app_id?: number | string;
|
|
32115
31895
|
/**
|
|
32116
31896
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
32117
31897
|
*/
|
|
@@ -33451,6 +33231,12 @@ export declare namespace CreateTokenParams {
|
|
|
33451
33231
|
* loads. Only works when view is "add" and the connector is available.
|
|
33452
33232
|
*/
|
|
33453
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;
|
|
33454
33240
|
/**
|
|
33455
33241
|
* Optional external ID for reconnecting to an existing connection
|
|
33456
33242
|
*/
|
|
@@ -35030,6 +34816,12 @@ export declare namespace PostConnectParams {
|
|
|
35030
34816
|
* loads. Only works when view is "add" and the connector is available.
|
|
35031
34817
|
*/
|
|
35032
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;
|
|
35033
34825
|
/**
|
|
35034
34826
|
* Optional external ID for reconnecting to an existing connection
|
|
35035
34827
|
*/
|
|
@@ -35439,6 +35231,12 @@ export declare namespace PreConnectParams {
|
|
|
35439
35231
|
* loads. Only works when view is "add" and the connector is available.
|
|
35440
35232
|
*/
|
|
35441
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;
|
|
35442
35240
|
/**
|
|
35443
35241
|
* Optional external ID for reconnecting to an existing connection
|
|
35444
35242
|
*/
|