@replit/connectors 0.14.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +74 -233
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +74 -233
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +96 -453
- 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 {
|
|
@@ -3910,6 +3866,10 @@ export declare namespace CreateConnectionResponse {
|
|
|
3910
3866
|
}
|
|
3911
3867
|
}
|
|
3912
3868
|
interface PublicSettings {
|
|
3869
|
+
/**
|
|
3870
|
+
* Icon URL for the connection
|
|
3871
|
+
*/
|
|
3872
|
+
icon_url?: string;
|
|
3913
3873
|
/**
|
|
3914
3874
|
* MCP transport type detected during connection
|
|
3915
3875
|
*/
|
|
@@ -4016,7 +3976,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4016
3976
|
webhook_config?: string | number | boolean | {
|
|
4017
3977
|
[key: string]: unknown;
|
|
4018
3978
|
} | Array<unknown> | null;
|
|
4019
|
-
webhook_configured_at?: string | null;
|
|
4020
3979
|
webhook_identifier?: string | null;
|
|
4021
3980
|
}
|
|
4022
3981
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -4100,7 +4059,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4100
4059
|
webhook_config?: string | number | boolean | {
|
|
4101
4060
|
[key: string]: unknown;
|
|
4102
4061
|
} | Array<unknown> | null;
|
|
4103
|
-
webhook_configured_at?: string | null;
|
|
4104
4062
|
webhook_identifier?: string | null;
|
|
4105
4063
|
}
|
|
4106
4064
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -4155,7 +4113,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4155
4113
|
webhook_config?: string | number | boolean | {
|
|
4156
4114
|
[key: string]: unknown;
|
|
4157
4115
|
} | Array<unknown> | null;
|
|
4158
|
-
webhook_configured_at?: string | null;
|
|
4159
4116
|
webhook_identifier?: string | null;
|
|
4160
4117
|
}
|
|
4161
4118
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -4205,7 +4162,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4205
4162
|
webhook_config?: string | number | boolean | {
|
|
4206
4163
|
[key: string]: unknown;
|
|
4207
4164
|
} | Array<unknown> | null;
|
|
4208
|
-
webhook_configured_at?: string | null;
|
|
4209
4165
|
webhook_identifier?: string | null;
|
|
4210
4166
|
}
|
|
4211
4167
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -4259,7 +4215,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4259
4215
|
webhook_config?: string | number | boolean | {
|
|
4260
4216
|
[key: string]: unknown;
|
|
4261
4217
|
} | Array<unknown> | null;
|
|
4262
|
-
webhook_configured_at?: string | null;
|
|
4263
4218
|
webhook_identifier?: string | null;
|
|
4264
4219
|
}
|
|
4265
4220
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -4313,7 +4268,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4313
4268
|
webhook_config?: string | number | boolean | {
|
|
4314
4269
|
[key: string]: unknown;
|
|
4315
4270
|
} | Array<unknown> | null;
|
|
4316
|
-
webhook_configured_at?: string | null;
|
|
4317
4271
|
webhook_identifier?: string | null;
|
|
4318
4272
|
}
|
|
4319
4273
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -4366,7 +4320,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4366
4320
|
webhook_config?: string | number | boolean | {
|
|
4367
4321
|
[key: string]: unknown;
|
|
4368
4322
|
} | Array<unknown> | null;
|
|
4369
|
-
webhook_configured_at?: string | null;
|
|
4370
4323
|
webhook_identifier?: string | null;
|
|
4371
4324
|
}
|
|
4372
4325
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -4530,7 +4483,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4530
4483
|
webhook_config?: string | number | boolean | {
|
|
4531
4484
|
[key: string]: unknown;
|
|
4532
4485
|
} | Array<unknown> | null;
|
|
4533
|
-
webhook_configured_at?: string | null;
|
|
4534
4486
|
webhook_identifier?: string | null;
|
|
4535
4487
|
}
|
|
4536
4488
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -4629,7 +4581,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4629
4581
|
webhook_config?: string | number | boolean | {
|
|
4630
4582
|
[key: string]: unknown;
|
|
4631
4583
|
} | Array<unknown> | null;
|
|
4632
|
-
webhook_configured_at?: string | null;
|
|
4633
4584
|
webhook_identifier?: string | null;
|
|
4634
4585
|
}
|
|
4635
4586
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -4718,7 +4669,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4718
4669
|
webhook_config?: string | number | boolean | {
|
|
4719
4670
|
[key: string]: unknown;
|
|
4720
4671
|
} | Array<unknown> | null;
|
|
4721
|
-
webhook_configured_at?: string | null;
|
|
4722
4672
|
webhook_identifier?: string | null;
|
|
4723
4673
|
}
|
|
4724
4674
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -4774,7 +4724,6 @@ export declare namespace CreateConnectionResponse {
|
|
|
4774
4724
|
webhook_config?: string | number | boolean | {
|
|
4775
4725
|
[key: string]: unknown;
|
|
4776
4726
|
} | Array<unknown> | null;
|
|
4777
|
-
webhook_configured_at?: string | null;
|
|
4778
4727
|
webhook_identifier?: string | null;
|
|
4779
4728
|
}
|
|
4780
4729
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -9127,7 +9076,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9127
9076
|
webhook_config?: string | number | boolean | {
|
|
9128
9077
|
[key: string]: unknown;
|
|
9129
9078
|
} | Array<unknown> | null;
|
|
9130
|
-
webhook_configured_at?: string | null;
|
|
9131
9079
|
webhook_identifier?: string | null;
|
|
9132
9080
|
}
|
|
9133
9081
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -9180,7 +9128,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9180
9128
|
webhook_config?: string | number | boolean | {
|
|
9181
9129
|
[key: string]: unknown;
|
|
9182
9130
|
} | Array<unknown> | null;
|
|
9183
|
-
webhook_configured_at?: string | null;
|
|
9184
9131
|
webhook_identifier?: string | null;
|
|
9185
9132
|
}
|
|
9186
9133
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -9269,7 +9216,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9269
9216
|
webhook_config?: string | number | boolean | {
|
|
9270
9217
|
[key: string]: unknown;
|
|
9271
9218
|
} | Array<unknown> | null;
|
|
9272
|
-
webhook_configured_at?: string | null;
|
|
9273
9219
|
webhook_identifier?: string | null;
|
|
9274
9220
|
}
|
|
9275
9221
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -9322,7 +9268,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9322
9268
|
webhook_config?: string | number | boolean | {
|
|
9323
9269
|
[key: string]: unknown;
|
|
9324
9270
|
} | Array<unknown> | null;
|
|
9325
|
-
webhook_configured_at?: string | null;
|
|
9326
9271
|
webhook_identifier?: string | null;
|
|
9327
9272
|
}
|
|
9328
9273
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -9411,7 +9356,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9411
9356
|
webhook_config?: string | number | boolean | {
|
|
9412
9357
|
[key: string]: unknown;
|
|
9413
9358
|
} | Array<unknown> | null;
|
|
9414
|
-
webhook_configured_at?: string | null;
|
|
9415
9359
|
webhook_identifier?: string | null;
|
|
9416
9360
|
}
|
|
9417
9361
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -9505,7 +9449,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9505
9449
|
webhook_config?: string | number | boolean | {
|
|
9506
9450
|
[key: string]: unknown;
|
|
9507
9451
|
} | Array<unknown> | null;
|
|
9508
|
-
webhook_configured_at?: string | null;
|
|
9509
9452
|
webhook_identifier?: string | null;
|
|
9510
9453
|
}
|
|
9511
9454
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -9594,7 +9537,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9594
9537
|
webhook_config?: string | number | boolean | {
|
|
9595
9538
|
[key: string]: unknown;
|
|
9596
9539
|
} | Array<unknown> | null;
|
|
9597
|
-
webhook_configured_at?: string | null;
|
|
9598
9540
|
webhook_identifier?: string | null;
|
|
9599
9541
|
}
|
|
9600
9542
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -9683,7 +9625,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9683
9625
|
webhook_config?: string | number | boolean | {
|
|
9684
9626
|
[key: string]: unknown;
|
|
9685
9627
|
} | Array<unknown> | null;
|
|
9686
|
-
webhook_configured_at?: string | null;
|
|
9687
9628
|
webhook_identifier?: string | null;
|
|
9688
9629
|
}
|
|
9689
9630
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -9772,7 +9713,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9772
9713
|
webhook_config?: string | number | boolean | {
|
|
9773
9714
|
[key: string]: unknown;
|
|
9774
9715
|
} | Array<unknown> | null;
|
|
9775
|
-
webhook_configured_at?: string | null;
|
|
9776
9716
|
webhook_identifier?: string | null;
|
|
9777
9717
|
}
|
|
9778
9718
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -9861,7 +9801,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9861
9801
|
webhook_config?: string | number | boolean | {
|
|
9862
9802
|
[key: string]: unknown;
|
|
9863
9803
|
} | Array<unknown> | null;
|
|
9864
|
-
webhook_configured_at?: string | null;
|
|
9865
9804
|
webhook_identifier?: string | null;
|
|
9866
9805
|
}
|
|
9867
9806
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -9950,7 +9889,6 @@ export declare namespace GetConnectionResponse {
|
|
|
9950
9889
|
webhook_config?: string | number | boolean | {
|
|
9951
9890
|
[key: string]: unknown;
|
|
9952
9891
|
} | Array<unknown> | null;
|
|
9953
|
-
webhook_configured_at?: string | null;
|
|
9954
9892
|
webhook_identifier?: string | null;
|
|
9955
9893
|
}
|
|
9956
9894
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -10043,7 +9981,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10043
9981
|
webhook_config?: string | number | boolean | {
|
|
10044
9982
|
[key: string]: unknown;
|
|
10045
9983
|
} | Array<unknown> | null;
|
|
10046
|
-
webhook_configured_at?: string | null;
|
|
10047
9984
|
webhook_identifier?: string | null;
|
|
10048
9985
|
}
|
|
10049
9986
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -10143,7 +10080,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10143
10080
|
webhook_config?: string | number | boolean | {
|
|
10144
10081
|
[key: string]: unknown;
|
|
10145
10082
|
} | Array<unknown> | null;
|
|
10146
|
-
webhook_configured_at?: string | null;
|
|
10147
10083
|
webhook_identifier?: string | null;
|
|
10148
10084
|
}
|
|
10149
10085
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -10232,7 +10168,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10232
10168
|
webhook_config?: string | number | boolean | {
|
|
10233
10169
|
[key: string]: unknown;
|
|
10234
10170
|
} | Array<unknown> | null;
|
|
10235
|
-
webhook_configured_at?: string | null;
|
|
10236
10171
|
webhook_identifier?: string | null;
|
|
10237
10172
|
}
|
|
10238
10173
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -10321,7 +10256,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10321
10256
|
webhook_config?: string | number | boolean | {
|
|
10322
10257
|
[key: string]: unknown;
|
|
10323
10258
|
} | Array<unknown> | null;
|
|
10324
|
-
webhook_configured_at?: string | null;
|
|
10325
10259
|
webhook_identifier?: string | null;
|
|
10326
10260
|
}
|
|
10327
10261
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -10410,7 +10344,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10410
10344
|
webhook_config?: string | number | boolean | {
|
|
10411
10345
|
[key: string]: unknown;
|
|
10412
10346
|
} | Array<unknown> | null;
|
|
10413
|
-
webhook_configured_at?: string | null;
|
|
10414
10347
|
webhook_identifier?: string | null;
|
|
10415
10348
|
}
|
|
10416
10349
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -10499,7 +10432,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10499
10432
|
webhook_config?: string | number | boolean | {
|
|
10500
10433
|
[key: string]: unknown;
|
|
10501
10434
|
} | Array<unknown> | null;
|
|
10502
|
-
webhook_configured_at?: string | null;
|
|
10503
10435
|
webhook_identifier?: string | null;
|
|
10504
10436
|
}
|
|
10505
10437
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -10588,7 +10520,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10588
10520
|
webhook_config?: string | number | boolean | {
|
|
10589
10521
|
[key: string]: unknown;
|
|
10590
10522
|
} | Array<unknown> | null;
|
|
10591
|
-
webhook_configured_at?: string | null;
|
|
10592
10523
|
webhook_identifier?: string | null;
|
|
10593
10524
|
}
|
|
10594
10525
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -10677,7 +10608,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10677
10608
|
webhook_config?: string | number | boolean | {
|
|
10678
10609
|
[key: string]: unknown;
|
|
10679
10610
|
} | Array<unknown> | null;
|
|
10680
|
-
webhook_configured_at?: string | null;
|
|
10681
10611
|
webhook_identifier?: string | null;
|
|
10682
10612
|
}
|
|
10683
10613
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -10766,7 +10696,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10766
10696
|
webhook_config?: string | number | boolean | {
|
|
10767
10697
|
[key: string]: unknown;
|
|
10768
10698
|
} | Array<unknown> | null;
|
|
10769
|
-
webhook_configured_at?: string | null;
|
|
10770
10699
|
webhook_identifier?: string | null;
|
|
10771
10700
|
}
|
|
10772
10701
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -10855,7 +10784,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10855
10784
|
webhook_config?: string | number | boolean | {
|
|
10856
10785
|
[key: string]: unknown;
|
|
10857
10786
|
} | Array<unknown> | null;
|
|
10858
|
-
webhook_configured_at?: string | null;
|
|
10859
10787
|
webhook_identifier?: string | null;
|
|
10860
10788
|
}
|
|
10861
10789
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -10944,7 +10872,6 @@ export declare namespace GetConnectionResponse {
|
|
|
10944
10872
|
webhook_config?: string | number | boolean | {
|
|
10945
10873
|
[key: string]: unknown;
|
|
10946
10874
|
} | Array<unknown> | null;
|
|
10947
|
-
webhook_configured_at?: string | null;
|
|
10948
10875
|
webhook_identifier?: string | null;
|
|
10949
10876
|
}
|
|
10950
10877
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -11033,7 +10960,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11033
10960
|
webhook_config?: string | number | boolean | {
|
|
11034
10961
|
[key: string]: unknown;
|
|
11035
10962
|
} | Array<unknown> | null;
|
|
11036
|
-
webhook_configured_at?: string | null;
|
|
11037
10963
|
webhook_identifier?: string | null;
|
|
11038
10964
|
}
|
|
11039
10965
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -11122,7 +11048,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11122
11048
|
webhook_config?: string | number | boolean | {
|
|
11123
11049
|
[key: string]: unknown;
|
|
11124
11050
|
} | Array<unknown> | null;
|
|
11125
|
-
webhook_configured_at?: string | null;
|
|
11126
11051
|
webhook_identifier?: string | null;
|
|
11127
11052
|
}
|
|
11128
11053
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -11211,7 +11136,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11211
11136
|
webhook_config?: string | number | boolean | {
|
|
11212
11137
|
[key: string]: unknown;
|
|
11213
11138
|
} | Array<unknown> | null;
|
|
11214
|
-
webhook_configured_at?: string | null;
|
|
11215
11139
|
webhook_identifier?: string | null;
|
|
11216
11140
|
}
|
|
11217
11141
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -11237,7 +11161,7 @@ export declare namespace GetConnectionResponse {
|
|
|
11237
11161
|
/**
|
|
11238
11162
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
11239
11163
|
*/
|
|
11240
|
-
app_id?: number;
|
|
11164
|
+
app_id?: number | string;
|
|
11241
11165
|
/**
|
|
11242
11166
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
11243
11167
|
*/
|
|
@@ -11308,7 +11232,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11308
11232
|
webhook_config?: string | number | boolean | {
|
|
11309
11233
|
[key: string]: unknown;
|
|
11310
11234
|
} | Array<unknown> | null;
|
|
11311
|
-
webhook_configured_at?: string | null;
|
|
11312
11235
|
webhook_identifier?: string | null;
|
|
11313
11236
|
}
|
|
11314
11237
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -11397,7 +11320,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11397
11320
|
webhook_config?: string | number | boolean | {
|
|
11398
11321
|
[key: string]: unknown;
|
|
11399
11322
|
} | Array<unknown> | null;
|
|
11400
|
-
webhook_configured_at?: string | null;
|
|
11401
11323
|
webhook_identifier?: string | null;
|
|
11402
11324
|
}
|
|
11403
11325
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -11490,7 +11412,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11490
11412
|
webhook_config?: string | number | boolean | {
|
|
11491
11413
|
[key: string]: unknown;
|
|
11492
11414
|
} | Array<unknown> | null;
|
|
11493
|
-
webhook_configured_at?: string | null;
|
|
11494
11415
|
webhook_identifier?: string | null;
|
|
11495
11416
|
}
|
|
11496
11417
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -11579,7 +11500,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11579
11500
|
webhook_config?: string | number | boolean | {
|
|
11580
11501
|
[key: string]: unknown;
|
|
11581
11502
|
} | Array<unknown> | null;
|
|
11582
|
-
webhook_configured_at?: string | null;
|
|
11583
11503
|
webhook_identifier?: string | null;
|
|
11584
11504
|
}
|
|
11585
11505
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -11668,7 +11588,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11668
11588
|
webhook_config?: string | number | boolean | {
|
|
11669
11589
|
[key: string]: unknown;
|
|
11670
11590
|
} | Array<unknown> | null;
|
|
11671
|
-
webhook_configured_at?: string | null;
|
|
11672
11591
|
webhook_identifier?: string | null;
|
|
11673
11592
|
}
|
|
11674
11593
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -11757,7 +11676,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11757
11676
|
webhook_config?: string | number | boolean | {
|
|
11758
11677
|
[key: string]: unknown;
|
|
11759
11678
|
} | Array<unknown> | null;
|
|
11760
|
-
webhook_configured_at?: string | null;
|
|
11761
11679
|
webhook_identifier?: string | null;
|
|
11762
11680
|
}
|
|
11763
11681
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -11846,7 +11764,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11846
11764
|
webhook_config?: string | number | boolean | {
|
|
11847
11765
|
[key: string]: unknown;
|
|
11848
11766
|
} | Array<unknown> | null;
|
|
11849
|
-
webhook_configured_at?: string | null;
|
|
11850
11767
|
webhook_identifier?: string | null;
|
|
11851
11768
|
}
|
|
11852
11769
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -11935,7 +11852,6 @@ export declare namespace GetConnectionResponse {
|
|
|
11935
11852
|
webhook_config?: string | number | boolean | {
|
|
11936
11853
|
[key: string]: unknown;
|
|
11937
11854
|
} | Array<unknown> | null;
|
|
11938
|
-
webhook_configured_at?: string | null;
|
|
11939
11855
|
webhook_identifier?: string | null;
|
|
11940
11856
|
}
|
|
11941
11857
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -12028,7 +11944,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12028
11944
|
webhook_config?: string | number | boolean | {
|
|
12029
11945
|
[key: string]: unknown;
|
|
12030
11946
|
} | Array<unknown> | null;
|
|
12031
|
-
webhook_configured_at?: string | null;
|
|
12032
11947
|
webhook_identifier?: string | null;
|
|
12033
11948
|
}
|
|
12034
11949
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -12117,7 +12032,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12117
12032
|
webhook_config?: string | number | boolean | {
|
|
12118
12033
|
[key: string]: unknown;
|
|
12119
12034
|
} | Array<unknown> | null;
|
|
12120
|
-
webhook_configured_at?: string | null;
|
|
12121
12035
|
webhook_identifier?: string | null;
|
|
12122
12036
|
}
|
|
12123
12037
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -12206,7 +12120,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12206
12120
|
webhook_config?: string | number | boolean | {
|
|
12207
12121
|
[key: string]: unknown;
|
|
12208
12122
|
} | Array<unknown> | null;
|
|
12209
|
-
webhook_configured_at?: string | null;
|
|
12210
12123
|
webhook_identifier?: string | null;
|
|
12211
12124
|
}
|
|
12212
12125
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -12295,7 +12208,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12295
12208
|
webhook_config?: string | number | boolean | {
|
|
12296
12209
|
[key: string]: unknown;
|
|
12297
12210
|
} | Array<unknown> | null;
|
|
12298
|
-
webhook_configured_at?: string | null;
|
|
12299
12211
|
webhook_identifier?: string | null;
|
|
12300
12212
|
}
|
|
12301
12213
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -12389,7 +12301,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12389
12301
|
webhook_config?: string | number | boolean | {
|
|
12390
12302
|
[key: string]: unknown;
|
|
12391
12303
|
} | Array<unknown> | null;
|
|
12392
|
-
webhook_configured_at?: string | null;
|
|
12393
12304
|
webhook_identifier?: string | null;
|
|
12394
12305
|
}
|
|
12395
12306
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -12478,7 +12389,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12478
12389
|
webhook_config?: string | number | boolean | {
|
|
12479
12390
|
[key: string]: unknown;
|
|
12480
12391
|
} | Array<unknown> | null;
|
|
12481
|
-
webhook_configured_at?: string | null;
|
|
12482
12392
|
webhook_identifier?: string | null;
|
|
12483
12393
|
}
|
|
12484
12394
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -12567,7 +12477,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12567
12477
|
webhook_config?: string | number | boolean | {
|
|
12568
12478
|
[key: string]: unknown;
|
|
12569
12479
|
} | Array<unknown> | null;
|
|
12570
|
-
webhook_configured_at?: string | null;
|
|
12571
12480
|
webhook_identifier?: string | null;
|
|
12572
12481
|
}
|
|
12573
12482
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -12656,7 +12565,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12656
12565
|
webhook_config?: string | number | boolean | {
|
|
12657
12566
|
[key: string]: unknown;
|
|
12658
12567
|
} | Array<unknown> | null;
|
|
12659
|
-
webhook_configured_at?: string | null;
|
|
12660
12568
|
webhook_identifier?: string | null;
|
|
12661
12569
|
}
|
|
12662
12570
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -12749,7 +12657,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12749
12657
|
webhook_config?: string | number | boolean | {
|
|
12750
12658
|
[key: string]: unknown;
|
|
12751
12659
|
} | Array<unknown> | null;
|
|
12752
|
-
webhook_configured_at?: string | null;
|
|
12753
12660
|
webhook_identifier?: string | null;
|
|
12754
12661
|
}
|
|
12755
12662
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -12838,7 +12745,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12838
12745
|
webhook_config?: string | number | boolean | {
|
|
12839
12746
|
[key: string]: unknown;
|
|
12840
12747
|
} | Array<unknown> | null;
|
|
12841
|
-
webhook_configured_at?: string | null;
|
|
12842
12748
|
webhook_identifier?: string | null;
|
|
12843
12749
|
}
|
|
12844
12750
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -12888,7 +12794,6 @@ export declare namespace GetConnectionResponse {
|
|
|
12888
12794
|
webhook_config?: string | number | boolean | {
|
|
12889
12795
|
[key: string]: unknown;
|
|
12890
12796
|
} | Array<unknown> | null;
|
|
12891
|
-
webhook_configured_at?: string | null;
|
|
12892
12797
|
webhook_identifier?: string | null;
|
|
12893
12798
|
}
|
|
12894
12799
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -12905,6 +12810,10 @@ export declare namespace GetConnectionResponse {
|
|
|
12905
12810
|
}
|
|
12906
12811
|
}
|
|
12907
12812
|
interface PublicSettings {
|
|
12813
|
+
/**
|
|
12814
|
+
* Icon URL for the connection
|
|
12815
|
+
*/
|
|
12816
|
+
icon_url?: string;
|
|
12908
12817
|
/**
|
|
12909
12818
|
* MCP transport type detected during connection
|
|
12910
12819
|
*/
|
|
@@ -13011,7 +12920,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13011
12920
|
webhook_config?: string | number | boolean | {
|
|
13012
12921
|
[key: string]: unknown;
|
|
13013
12922
|
} | Array<unknown> | null;
|
|
13014
|
-
webhook_configured_at?: string | null;
|
|
13015
12923
|
webhook_identifier?: string | null;
|
|
13016
12924
|
}
|
|
13017
12925
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -13095,7 +13003,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13095
13003
|
webhook_config?: string | number | boolean | {
|
|
13096
13004
|
[key: string]: unknown;
|
|
13097
13005
|
} | Array<unknown> | null;
|
|
13098
|
-
webhook_configured_at?: string | null;
|
|
13099
13006
|
webhook_identifier?: string | null;
|
|
13100
13007
|
}
|
|
13101
13008
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -13150,7 +13057,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13150
13057
|
webhook_config?: string | number | boolean | {
|
|
13151
13058
|
[key: string]: unknown;
|
|
13152
13059
|
} | Array<unknown> | null;
|
|
13153
|
-
webhook_configured_at?: string | null;
|
|
13154
13060
|
webhook_identifier?: string | null;
|
|
13155
13061
|
}
|
|
13156
13062
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -13200,7 +13106,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13200
13106
|
webhook_config?: string | number | boolean | {
|
|
13201
13107
|
[key: string]: unknown;
|
|
13202
13108
|
} | Array<unknown> | null;
|
|
13203
|
-
webhook_configured_at?: string | null;
|
|
13204
13109
|
webhook_identifier?: string | null;
|
|
13205
13110
|
}
|
|
13206
13111
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -13254,7 +13159,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13254
13159
|
webhook_config?: string | number | boolean | {
|
|
13255
13160
|
[key: string]: unknown;
|
|
13256
13161
|
} | Array<unknown> | null;
|
|
13257
|
-
webhook_configured_at?: string | null;
|
|
13258
13162
|
webhook_identifier?: string | null;
|
|
13259
13163
|
}
|
|
13260
13164
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -13308,7 +13212,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13308
13212
|
webhook_config?: string | number | boolean | {
|
|
13309
13213
|
[key: string]: unknown;
|
|
13310
13214
|
} | Array<unknown> | null;
|
|
13311
|
-
webhook_configured_at?: string | null;
|
|
13312
13215
|
webhook_identifier?: string | null;
|
|
13313
13216
|
}
|
|
13314
13217
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -13361,7 +13264,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13361
13264
|
webhook_config?: string | number | boolean | {
|
|
13362
13265
|
[key: string]: unknown;
|
|
13363
13266
|
} | Array<unknown> | null;
|
|
13364
|
-
webhook_configured_at?: string | null;
|
|
13365
13267
|
webhook_identifier?: string | null;
|
|
13366
13268
|
}
|
|
13367
13269
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -13525,7 +13427,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13525
13427
|
webhook_config?: string | number | boolean | {
|
|
13526
13428
|
[key: string]: unknown;
|
|
13527
13429
|
} | Array<unknown> | null;
|
|
13528
|
-
webhook_configured_at?: string | null;
|
|
13529
13430
|
webhook_identifier?: string | null;
|
|
13530
13431
|
}
|
|
13531
13432
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -13624,7 +13525,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13624
13525
|
webhook_config?: string | number | boolean | {
|
|
13625
13526
|
[key: string]: unknown;
|
|
13626
13527
|
} | Array<unknown> | null;
|
|
13627
|
-
webhook_configured_at?: string | null;
|
|
13628
13528
|
webhook_identifier?: string | null;
|
|
13629
13529
|
}
|
|
13630
13530
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -13713,7 +13613,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13713
13613
|
webhook_config?: string | number | boolean | {
|
|
13714
13614
|
[key: string]: unknown;
|
|
13715
13615
|
} | Array<unknown> | null;
|
|
13716
|
-
webhook_configured_at?: string | null;
|
|
13717
13616
|
webhook_identifier?: string | null;
|
|
13718
13617
|
}
|
|
13719
13618
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -13769,7 +13668,6 @@ export declare namespace GetConnectionResponse {
|
|
|
13769
13668
|
webhook_config?: string | number | boolean | {
|
|
13770
13669
|
[key: string]: unknown;
|
|
13771
13670
|
} | Array<unknown> | null;
|
|
13772
|
-
webhook_configured_at?: string | null;
|
|
13773
13671
|
webhook_identifier?: string | null;
|
|
13774
13672
|
}
|
|
13775
13673
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -13844,7 +13742,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13844
13742
|
webhook_config?: string | number | boolean | {
|
|
13845
13743
|
[key: string]: unknown;
|
|
13846
13744
|
} | Array<unknown> | null;
|
|
13847
|
-
webhook_configured_at?: string | null;
|
|
13848
13745
|
webhook_identifier?: string | null;
|
|
13849
13746
|
}
|
|
13850
13747
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -13897,7 +13794,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13897
13794
|
webhook_config?: string | number | boolean | {
|
|
13898
13795
|
[key: string]: unknown;
|
|
13899
13796
|
} | Array<unknown> | null;
|
|
13900
|
-
webhook_configured_at?: string | null;
|
|
13901
13797
|
webhook_identifier?: string | null;
|
|
13902
13798
|
}
|
|
13903
13799
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -13986,7 +13882,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
13986
13882
|
webhook_config?: string | number | boolean | {
|
|
13987
13883
|
[key: string]: unknown;
|
|
13988
13884
|
} | Array<unknown> | null;
|
|
13989
|
-
webhook_configured_at?: string | null;
|
|
13990
13885
|
webhook_identifier?: string | null;
|
|
13991
13886
|
}
|
|
13992
13887
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -14039,7 +13934,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14039
13934
|
webhook_config?: string | number | boolean | {
|
|
14040
13935
|
[key: string]: unknown;
|
|
14041
13936
|
} | Array<unknown> | null;
|
|
14042
|
-
webhook_configured_at?: string | null;
|
|
14043
13937
|
webhook_identifier?: string | null;
|
|
14044
13938
|
}
|
|
14045
13939
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -14128,7 +14022,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14128
14022
|
webhook_config?: string | number | boolean | {
|
|
14129
14023
|
[key: string]: unknown;
|
|
14130
14024
|
} | Array<unknown> | null;
|
|
14131
|
-
webhook_configured_at?: string | null;
|
|
14132
14025
|
webhook_identifier?: string | null;
|
|
14133
14026
|
}
|
|
14134
14027
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -14222,7 +14115,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14222
14115
|
webhook_config?: string | number | boolean | {
|
|
14223
14116
|
[key: string]: unknown;
|
|
14224
14117
|
} | Array<unknown> | null;
|
|
14225
|
-
webhook_configured_at?: string | null;
|
|
14226
14118
|
webhook_identifier?: string | null;
|
|
14227
14119
|
}
|
|
14228
14120
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -14311,7 +14203,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14311
14203
|
webhook_config?: string | number | boolean | {
|
|
14312
14204
|
[key: string]: unknown;
|
|
14313
14205
|
} | Array<unknown> | null;
|
|
14314
|
-
webhook_configured_at?: string | null;
|
|
14315
14206
|
webhook_identifier?: string | null;
|
|
14316
14207
|
}
|
|
14317
14208
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -14400,7 +14291,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14400
14291
|
webhook_config?: string | number | boolean | {
|
|
14401
14292
|
[key: string]: unknown;
|
|
14402
14293
|
} | Array<unknown> | null;
|
|
14403
|
-
webhook_configured_at?: string | null;
|
|
14404
14294
|
webhook_identifier?: string | null;
|
|
14405
14295
|
}
|
|
14406
14296
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -14489,7 +14379,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14489
14379
|
webhook_config?: string | number | boolean | {
|
|
14490
14380
|
[key: string]: unknown;
|
|
14491
14381
|
} | Array<unknown> | null;
|
|
14492
|
-
webhook_configured_at?: string | null;
|
|
14493
14382
|
webhook_identifier?: string | null;
|
|
14494
14383
|
}
|
|
14495
14384
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -14578,7 +14467,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14578
14467
|
webhook_config?: string | number | boolean | {
|
|
14579
14468
|
[key: string]: unknown;
|
|
14580
14469
|
} | Array<unknown> | null;
|
|
14581
|
-
webhook_configured_at?: string | null;
|
|
14582
14470
|
webhook_identifier?: string | null;
|
|
14583
14471
|
}
|
|
14584
14472
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -14667,7 +14555,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14667
14555
|
webhook_config?: string | number | boolean | {
|
|
14668
14556
|
[key: string]: unknown;
|
|
14669
14557
|
} | Array<unknown> | null;
|
|
14670
|
-
webhook_configured_at?: string | null;
|
|
14671
14558
|
webhook_identifier?: string | null;
|
|
14672
14559
|
}
|
|
14673
14560
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -14760,7 +14647,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14760
14647
|
webhook_config?: string | number | boolean | {
|
|
14761
14648
|
[key: string]: unknown;
|
|
14762
14649
|
} | Array<unknown> | null;
|
|
14763
|
-
webhook_configured_at?: string | null;
|
|
14764
14650
|
webhook_identifier?: string | null;
|
|
14765
14651
|
}
|
|
14766
14652
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -14860,7 +14746,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14860
14746
|
webhook_config?: string | number | boolean | {
|
|
14861
14747
|
[key: string]: unknown;
|
|
14862
14748
|
} | Array<unknown> | null;
|
|
14863
|
-
webhook_configured_at?: string | null;
|
|
14864
14749
|
webhook_identifier?: string | null;
|
|
14865
14750
|
}
|
|
14866
14751
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -14949,7 +14834,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
14949
14834
|
webhook_config?: string | number | boolean | {
|
|
14950
14835
|
[key: string]: unknown;
|
|
14951
14836
|
} | Array<unknown> | null;
|
|
14952
|
-
webhook_configured_at?: string | null;
|
|
14953
14837
|
webhook_identifier?: string | null;
|
|
14954
14838
|
}
|
|
14955
14839
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -15038,7 +14922,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15038
14922
|
webhook_config?: string | number | boolean | {
|
|
15039
14923
|
[key: string]: unknown;
|
|
15040
14924
|
} | Array<unknown> | null;
|
|
15041
|
-
webhook_configured_at?: string | null;
|
|
15042
14925
|
webhook_identifier?: string | null;
|
|
15043
14926
|
}
|
|
15044
14927
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -15127,7 +15010,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15127
15010
|
webhook_config?: string | number | boolean | {
|
|
15128
15011
|
[key: string]: unknown;
|
|
15129
15012
|
} | Array<unknown> | null;
|
|
15130
|
-
webhook_configured_at?: string | null;
|
|
15131
15013
|
webhook_identifier?: string | null;
|
|
15132
15014
|
}
|
|
15133
15015
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -15216,7 +15098,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15216
15098
|
webhook_config?: string | number | boolean | {
|
|
15217
15099
|
[key: string]: unknown;
|
|
15218
15100
|
} | Array<unknown> | null;
|
|
15219
|
-
webhook_configured_at?: string | null;
|
|
15220
15101
|
webhook_identifier?: string | null;
|
|
15221
15102
|
}
|
|
15222
15103
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -15305,7 +15186,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15305
15186
|
webhook_config?: string | number | boolean | {
|
|
15306
15187
|
[key: string]: unknown;
|
|
15307
15188
|
} | Array<unknown> | null;
|
|
15308
|
-
webhook_configured_at?: string | null;
|
|
15309
15189
|
webhook_identifier?: string | null;
|
|
15310
15190
|
}
|
|
15311
15191
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -15394,7 +15274,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15394
15274
|
webhook_config?: string | number | boolean | {
|
|
15395
15275
|
[key: string]: unknown;
|
|
15396
15276
|
} | Array<unknown> | null;
|
|
15397
|
-
webhook_configured_at?: string | null;
|
|
15398
15277
|
webhook_identifier?: string | null;
|
|
15399
15278
|
}
|
|
15400
15279
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -15483,7 +15362,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15483
15362
|
webhook_config?: string | number | boolean | {
|
|
15484
15363
|
[key: string]: unknown;
|
|
15485
15364
|
} | Array<unknown> | null;
|
|
15486
|
-
webhook_configured_at?: string | null;
|
|
15487
15365
|
webhook_identifier?: string | null;
|
|
15488
15366
|
}
|
|
15489
15367
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -15572,7 +15450,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15572
15450
|
webhook_config?: string | number | boolean | {
|
|
15573
15451
|
[key: string]: unknown;
|
|
15574
15452
|
} | Array<unknown> | null;
|
|
15575
|
-
webhook_configured_at?: string | null;
|
|
15576
15453
|
webhook_identifier?: string | null;
|
|
15577
15454
|
}
|
|
15578
15455
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -15661,7 +15538,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15661
15538
|
webhook_config?: string | number | boolean | {
|
|
15662
15539
|
[key: string]: unknown;
|
|
15663
15540
|
} | Array<unknown> | null;
|
|
15664
|
-
webhook_configured_at?: string | null;
|
|
15665
15541
|
webhook_identifier?: string | null;
|
|
15666
15542
|
}
|
|
15667
15543
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -15750,7 +15626,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15750
15626
|
webhook_config?: string | number | boolean | {
|
|
15751
15627
|
[key: string]: unknown;
|
|
15752
15628
|
} | Array<unknown> | null;
|
|
15753
|
-
webhook_configured_at?: string | null;
|
|
15754
15629
|
webhook_identifier?: string | null;
|
|
15755
15630
|
}
|
|
15756
15631
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -15839,7 +15714,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15839
15714
|
webhook_config?: string | number | boolean | {
|
|
15840
15715
|
[key: string]: unknown;
|
|
15841
15716
|
} | Array<unknown> | null;
|
|
15842
|
-
webhook_configured_at?: string | null;
|
|
15843
15717
|
webhook_identifier?: string | null;
|
|
15844
15718
|
}
|
|
15845
15719
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -15928,7 +15802,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
15928
15802
|
webhook_config?: string | number | boolean | {
|
|
15929
15803
|
[key: string]: unknown;
|
|
15930
15804
|
} | Array<unknown> | null;
|
|
15931
|
-
webhook_configured_at?: string | null;
|
|
15932
15805
|
webhook_identifier?: string | null;
|
|
15933
15806
|
}
|
|
15934
15807
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -15954,7 +15827,7 @@ export declare namespace ListConnectionsResponse {
|
|
|
15954
15827
|
/**
|
|
15955
15828
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
15956
15829
|
*/
|
|
15957
|
-
app_id?: number;
|
|
15830
|
+
app_id?: number | string;
|
|
15958
15831
|
/**
|
|
15959
15832
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
15960
15833
|
*/
|
|
@@ -16025,7 +15898,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16025
15898
|
webhook_config?: string | number | boolean | {
|
|
16026
15899
|
[key: string]: unknown;
|
|
16027
15900
|
} | Array<unknown> | null;
|
|
16028
|
-
webhook_configured_at?: string | null;
|
|
16029
15901
|
webhook_identifier?: string | null;
|
|
16030
15902
|
}
|
|
16031
15903
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -16114,7 +15986,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16114
15986
|
webhook_config?: string | number | boolean | {
|
|
16115
15987
|
[key: string]: unknown;
|
|
16116
15988
|
} | Array<unknown> | null;
|
|
16117
|
-
webhook_configured_at?: string | null;
|
|
16118
15989
|
webhook_identifier?: string | null;
|
|
16119
15990
|
}
|
|
16120
15991
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -16207,7 +16078,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16207
16078
|
webhook_config?: string | number | boolean | {
|
|
16208
16079
|
[key: string]: unknown;
|
|
16209
16080
|
} | Array<unknown> | null;
|
|
16210
|
-
webhook_configured_at?: string | null;
|
|
16211
16081
|
webhook_identifier?: string | null;
|
|
16212
16082
|
}
|
|
16213
16083
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -16296,7 +16166,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16296
16166
|
webhook_config?: string | number | boolean | {
|
|
16297
16167
|
[key: string]: unknown;
|
|
16298
16168
|
} | Array<unknown> | null;
|
|
16299
|
-
webhook_configured_at?: string | null;
|
|
16300
16169
|
webhook_identifier?: string | null;
|
|
16301
16170
|
}
|
|
16302
16171
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -16385,7 +16254,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16385
16254
|
webhook_config?: string | number | boolean | {
|
|
16386
16255
|
[key: string]: unknown;
|
|
16387
16256
|
} | Array<unknown> | null;
|
|
16388
|
-
webhook_configured_at?: string | null;
|
|
16389
16257
|
webhook_identifier?: string | null;
|
|
16390
16258
|
}
|
|
16391
16259
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -16474,7 +16342,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16474
16342
|
webhook_config?: string | number | boolean | {
|
|
16475
16343
|
[key: string]: unknown;
|
|
16476
16344
|
} | Array<unknown> | null;
|
|
16477
|
-
webhook_configured_at?: string | null;
|
|
16478
16345
|
webhook_identifier?: string | null;
|
|
16479
16346
|
}
|
|
16480
16347
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -16563,7 +16430,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16563
16430
|
webhook_config?: string | number | boolean | {
|
|
16564
16431
|
[key: string]: unknown;
|
|
16565
16432
|
} | Array<unknown> | null;
|
|
16566
|
-
webhook_configured_at?: string | null;
|
|
16567
16433
|
webhook_identifier?: string | null;
|
|
16568
16434
|
}
|
|
16569
16435
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -16652,7 +16518,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16652
16518
|
webhook_config?: string | number | boolean | {
|
|
16653
16519
|
[key: string]: unknown;
|
|
16654
16520
|
} | Array<unknown> | null;
|
|
16655
|
-
webhook_configured_at?: string | null;
|
|
16656
16521
|
webhook_identifier?: string | null;
|
|
16657
16522
|
}
|
|
16658
16523
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -16745,7 +16610,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16745
16610
|
webhook_config?: string | number | boolean | {
|
|
16746
16611
|
[key: string]: unknown;
|
|
16747
16612
|
} | Array<unknown> | null;
|
|
16748
|
-
webhook_configured_at?: string | null;
|
|
16749
16613
|
webhook_identifier?: string | null;
|
|
16750
16614
|
}
|
|
16751
16615
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -16834,7 +16698,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16834
16698
|
webhook_config?: string | number | boolean | {
|
|
16835
16699
|
[key: string]: unknown;
|
|
16836
16700
|
} | Array<unknown> | null;
|
|
16837
|
-
webhook_configured_at?: string | null;
|
|
16838
16701
|
webhook_identifier?: string | null;
|
|
16839
16702
|
}
|
|
16840
16703
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -16923,7 +16786,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
16923
16786
|
webhook_config?: string | number | boolean | {
|
|
16924
16787
|
[key: string]: unknown;
|
|
16925
16788
|
} | Array<unknown> | null;
|
|
16926
|
-
webhook_configured_at?: string | null;
|
|
16927
16789
|
webhook_identifier?: string | null;
|
|
16928
16790
|
}
|
|
16929
16791
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -17012,7 +16874,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17012
16874
|
webhook_config?: string | number | boolean | {
|
|
17013
16875
|
[key: string]: unknown;
|
|
17014
16876
|
} | Array<unknown> | null;
|
|
17015
|
-
webhook_configured_at?: string | null;
|
|
17016
16877
|
webhook_identifier?: string | null;
|
|
17017
16878
|
}
|
|
17018
16879
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -17106,7 +16967,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17106
16967
|
webhook_config?: string | number | boolean | {
|
|
17107
16968
|
[key: string]: unknown;
|
|
17108
16969
|
} | Array<unknown> | null;
|
|
17109
|
-
webhook_configured_at?: string | null;
|
|
17110
16970
|
webhook_identifier?: string | null;
|
|
17111
16971
|
}
|
|
17112
16972
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -17195,7 +17055,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17195
17055
|
webhook_config?: string | number | boolean | {
|
|
17196
17056
|
[key: string]: unknown;
|
|
17197
17057
|
} | Array<unknown> | null;
|
|
17198
|
-
webhook_configured_at?: string | null;
|
|
17199
17058
|
webhook_identifier?: string | null;
|
|
17200
17059
|
}
|
|
17201
17060
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -17284,7 +17143,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17284
17143
|
webhook_config?: string | number | boolean | {
|
|
17285
17144
|
[key: string]: unknown;
|
|
17286
17145
|
} | Array<unknown> | null;
|
|
17287
|
-
webhook_configured_at?: string | null;
|
|
17288
17146
|
webhook_identifier?: string | null;
|
|
17289
17147
|
}
|
|
17290
17148
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -17373,7 +17231,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17373
17231
|
webhook_config?: string | number | boolean | {
|
|
17374
17232
|
[key: string]: unknown;
|
|
17375
17233
|
} | Array<unknown> | null;
|
|
17376
|
-
webhook_configured_at?: string | null;
|
|
17377
17234
|
webhook_identifier?: string | null;
|
|
17378
17235
|
}
|
|
17379
17236
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -17466,7 +17323,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17466
17323
|
webhook_config?: string | number | boolean | {
|
|
17467
17324
|
[key: string]: unknown;
|
|
17468
17325
|
} | Array<unknown> | null;
|
|
17469
|
-
webhook_configured_at?: string | null;
|
|
17470
17326
|
webhook_identifier?: string | null;
|
|
17471
17327
|
}
|
|
17472
17328
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -17555,7 +17411,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17555
17411
|
webhook_config?: string | number | boolean | {
|
|
17556
17412
|
[key: string]: unknown;
|
|
17557
17413
|
} | Array<unknown> | null;
|
|
17558
|
-
webhook_configured_at?: string | null;
|
|
17559
17414
|
webhook_identifier?: string | null;
|
|
17560
17415
|
}
|
|
17561
17416
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -17605,7 +17460,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17605
17460
|
webhook_config?: string | number | boolean | {
|
|
17606
17461
|
[key: string]: unknown;
|
|
17607
17462
|
} | Array<unknown> | null;
|
|
17608
|
-
webhook_configured_at?: string | null;
|
|
17609
17463
|
webhook_identifier?: string | null;
|
|
17610
17464
|
}
|
|
17611
17465
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -17622,6 +17476,10 @@ export declare namespace ListConnectionsResponse {
|
|
|
17622
17476
|
}
|
|
17623
17477
|
}
|
|
17624
17478
|
interface PublicSettings {
|
|
17479
|
+
/**
|
|
17480
|
+
* Icon URL for the connection
|
|
17481
|
+
*/
|
|
17482
|
+
icon_url?: string;
|
|
17625
17483
|
/**
|
|
17626
17484
|
* MCP transport type detected during connection
|
|
17627
17485
|
*/
|
|
@@ -17728,7 +17586,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17728
17586
|
webhook_config?: string | number | boolean | {
|
|
17729
17587
|
[key: string]: unknown;
|
|
17730
17588
|
} | Array<unknown> | null;
|
|
17731
|
-
webhook_configured_at?: string | null;
|
|
17732
17589
|
webhook_identifier?: string | null;
|
|
17733
17590
|
}
|
|
17734
17591
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -17812,7 +17669,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17812
17669
|
webhook_config?: string | number | boolean | {
|
|
17813
17670
|
[key: string]: unknown;
|
|
17814
17671
|
} | Array<unknown> | null;
|
|
17815
|
-
webhook_configured_at?: string | null;
|
|
17816
17672
|
webhook_identifier?: string | null;
|
|
17817
17673
|
}
|
|
17818
17674
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -17867,7 +17723,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17867
17723
|
webhook_config?: string | number | boolean | {
|
|
17868
17724
|
[key: string]: unknown;
|
|
17869
17725
|
} | Array<unknown> | null;
|
|
17870
|
-
webhook_configured_at?: string | null;
|
|
17871
17726
|
webhook_identifier?: string | null;
|
|
17872
17727
|
}
|
|
17873
17728
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -17917,7 +17772,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17917
17772
|
webhook_config?: string | number | boolean | {
|
|
17918
17773
|
[key: string]: unknown;
|
|
17919
17774
|
} | Array<unknown> | null;
|
|
17920
|
-
webhook_configured_at?: string | null;
|
|
17921
17775
|
webhook_identifier?: string | null;
|
|
17922
17776
|
}
|
|
17923
17777
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -17971,7 +17825,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
17971
17825
|
webhook_config?: string | number | boolean | {
|
|
17972
17826
|
[key: string]: unknown;
|
|
17973
17827
|
} | Array<unknown> | null;
|
|
17974
|
-
webhook_configured_at?: string | null;
|
|
17975
17828
|
webhook_identifier?: string | null;
|
|
17976
17829
|
}
|
|
17977
17830
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -18025,7 +17878,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18025
17878
|
webhook_config?: string | number | boolean | {
|
|
18026
17879
|
[key: string]: unknown;
|
|
18027
17880
|
} | Array<unknown> | null;
|
|
18028
|
-
webhook_configured_at?: string | null;
|
|
18029
17881
|
webhook_identifier?: string | null;
|
|
18030
17882
|
}
|
|
18031
17883
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -18078,7 +17930,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18078
17930
|
webhook_config?: string | number | boolean | {
|
|
18079
17931
|
[key: string]: unknown;
|
|
18080
17932
|
} | Array<unknown> | null;
|
|
18081
|
-
webhook_configured_at?: string | null;
|
|
18082
17933
|
webhook_identifier?: string | null;
|
|
18083
17934
|
}
|
|
18084
17935
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -18242,7 +18093,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18242
18093
|
webhook_config?: string | number | boolean | {
|
|
18243
18094
|
[key: string]: unknown;
|
|
18244
18095
|
} | Array<unknown> | null;
|
|
18245
|
-
webhook_configured_at?: string | null;
|
|
18246
18096
|
webhook_identifier?: string | null;
|
|
18247
18097
|
}
|
|
18248
18098
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -18341,7 +18191,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18341
18191
|
webhook_config?: string | number | boolean | {
|
|
18342
18192
|
[key: string]: unknown;
|
|
18343
18193
|
} | Array<unknown> | null;
|
|
18344
|
-
webhook_configured_at?: string | null;
|
|
18345
18194
|
webhook_identifier?: string | null;
|
|
18346
18195
|
}
|
|
18347
18196
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -18430,7 +18279,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18430
18279
|
webhook_config?: string | number | boolean | {
|
|
18431
18280
|
[key: string]: unknown;
|
|
18432
18281
|
} | Array<unknown> | null;
|
|
18433
|
-
webhook_configured_at?: string | null;
|
|
18434
18282
|
webhook_identifier?: string | null;
|
|
18435
18283
|
}
|
|
18436
18284
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -18486,7 +18334,6 @@ export declare namespace ListConnectionsResponse {
|
|
|
18486
18334
|
webhook_config?: string | number | boolean | {
|
|
18487
18335
|
[key: string]: unknown;
|
|
18488
18336
|
} | Array<unknown> | null;
|
|
18489
|
-
webhook_configured_at?: string | null;
|
|
18490
18337
|
webhook_identifier?: string | null;
|
|
18491
18338
|
}
|
|
18492
18339
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -23059,7 +22906,7 @@ export interface ListCustomersResponse {
|
|
|
23059
22906
|
*/
|
|
23060
22907
|
updated_at: string;
|
|
23061
22908
|
}
|
|
23062
|
-
export type ListEventsResponse = ListEventsResponse.UnionMember0 | ListEventsResponse.UnionMember1 | ListEventsResponse.UnionMember2 | ListEventsResponse.UnionMember3 | ListEventsResponse.UnionMember4 | ListEventsResponse.UnionMember5 | ListEventsResponse.UnionMember6 | ListEventsResponse.UnionMember7 | ListEventsResponse.UnionMember8 | ListEventsResponse.UnionMember9 | ListEventsResponse.UnionMember10 | ListEventsResponse.UnionMember11 | ListEventsResponse.UnionMember12 | ListEventsResponse.UnionMember13 | ListEventsResponse.UnionMember14 | ListEventsResponse.UnionMember15 | ListEventsResponse.UnionMember16 | ListEventsResponse.UnionMember17 | ListEventsResponse.UnionMember18 | ListEventsResponse.UnionMember19 | ListEventsResponse.UnionMember20;
|
|
22909
|
+
export type ListEventsResponse = ListEventsResponse.UnionMember0 | ListEventsResponse.UnionMember1 | ListEventsResponse.UnionMember2 | ListEventsResponse.UnionMember3 | ListEventsResponse.UnionMember4 | ListEventsResponse.UnionMember5 | ListEventsResponse.UnionMember6 | ListEventsResponse.UnionMember7 | ListEventsResponse.UnionMember8 | ListEventsResponse.UnionMember9 | ListEventsResponse.UnionMember10 | ListEventsResponse.UnionMember11 | ListEventsResponse.UnionMember12 | ListEventsResponse.UnionMember13 | ListEventsResponse.UnionMember14 | ListEventsResponse.UnionMember15 | ListEventsResponse.UnionMember16 | ListEventsResponse.UnionMember17 | ListEventsResponse.UnionMember18 | ListEventsResponse.UnionMember19 | ListEventsResponse.UnionMember20 | ListEventsResponse.UnionMember21;
|
|
23063
22910
|
export declare namespace ListEventsResponse {
|
|
23064
22911
|
interface UnionMember0 {
|
|
23065
22912
|
data: unknown;
|
|
@@ -23416,7 +23263,7 @@ export declare namespace ListEventsResponse {
|
|
|
23416
23263
|
}
|
|
23417
23264
|
interface UnionMember16 {
|
|
23418
23265
|
data: UnionMember16.Data;
|
|
23419
|
-
name: 'connect.connection-
|
|
23266
|
+
name: 'connect.connection-revoked';
|
|
23420
23267
|
id?: string;
|
|
23421
23268
|
connection_id?: string | null;
|
|
23422
23269
|
connector_name?: string | null;
|
|
@@ -23432,6 +23279,33 @@ export declare namespace ListEventsResponse {
|
|
|
23432
23279
|
webhook_name?: string | null;
|
|
23433
23280
|
}
|
|
23434
23281
|
namespace UnionMember16 {
|
|
23282
|
+
interface Data {
|
|
23283
|
+
/**
|
|
23284
|
+
* Must start with 'conn\_'
|
|
23285
|
+
*/
|
|
23286
|
+
connection_id: string;
|
|
23287
|
+
connector_name: string;
|
|
23288
|
+
customer_id: string;
|
|
23289
|
+
}
|
|
23290
|
+
}
|
|
23291
|
+
interface UnionMember17 {
|
|
23292
|
+
data: UnionMember17.Data;
|
|
23293
|
+
name: 'connect.connection-checked';
|
|
23294
|
+
id?: string;
|
|
23295
|
+
connection_id?: string | null;
|
|
23296
|
+
connector_name?: string | null;
|
|
23297
|
+
customer_id?: string | null;
|
|
23298
|
+
org_id?: string | null;
|
|
23299
|
+
prompt?: string | null;
|
|
23300
|
+
timestamp?: string;
|
|
23301
|
+
user?: string | number | boolean | {
|
|
23302
|
+
[key: string]: unknown;
|
|
23303
|
+
} | Array<unknown> | null;
|
|
23304
|
+
user_id?: string | null;
|
|
23305
|
+
v?: string | null;
|
|
23306
|
+
webhook_name?: string | null;
|
|
23307
|
+
}
|
|
23308
|
+
namespace UnionMember17 {
|
|
23435
23309
|
interface Data {
|
|
23436
23310
|
/**
|
|
23437
23311
|
* Must start with 'conn\_'
|
|
@@ -23442,7 +23316,7 @@ export declare namespace ListEventsResponse {
|
|
|
23442
23316
|
status_message: string | null;
|
|
23443
23317
|
}
|
|
23444
23318
|
}
|
|
23445
|
-
interface
|
|
23319
|
+
interface UnionMember18 {
|
|
23446
23320
|
data: unknown;
|
|
23447
23321
|
name: 'api.token-copied';
|
|
23448
23322
|
id?: string;
|
|
@@ -23459,7 +23333,7 @@ export declare namespace ListEventsResponse {
|
|
|
23459
23333
|
v?: string | null;
|
|
23460
23334
|
webhook_name?: string | null;
|
|
23461
23335
|
}
|
|
23462
|
-
interface
|
|
23336
|
+
interface UnionMember19 {
|
|
23463
23337
|
data: unknown;
|
|
23464
23338
|
name: 'api.graphql-request';
|
|
23465
23339
|
id?: string;
|
|
@@ -23476,7 +23350,7 @@ export declare namespace ListEventsResponse {
|
|
|
23476
23350
|
v?: string | null;
|
|
23477
23351
|
webhook_name?: string | null;
|
|
23478
23352
|
}
|
|
23479
|
-
interface
|
|
23353
|
+
interface UnionMember20 {
|
|
23480
23354
|
data: unknown;
|
|
23481
23355
|
name: 'api.rest-request';
|
|
23482
23356
|
id?: string;
|
|
@@ -23493,8 +23367,8 @@ export declare namespace ListEventsResponse {
|
|
|
23493
23367
|
v?: string | null;
|
|
23494
23368
|
webhook_name?: string | null;
|
|
23495
23369
|
}
|
|
23496
|
-
interface
|
|
23497
|
-
data:
|
|
23370
|
+
interface UnionMember21 {
|
|
23371
|
+
data: UnionMember21.Data;
|
|
23498
23372
|
name: 'pageview';
|
|
23499
23373
|
id?: string;
|
|
23500
23374
|
connection_id?: string | null;
|
|
@@ -23510,7 +23384,7 @@ export declare namespace ListEventsResponse {
|
|
|
23510
23384
|
v?: string | null;
|
|
23511
23385
|
webhook_name?: string | null;
|
|
23512
23386
|
}
|
|
23513
|
-
namespace
|
|
23387
|
+
namespace UnionMember21 {
|
|
23514
23388
|
interface Data {
|
|
23515
23389
|
current_url: string;
|
|
23516
23390
|
path: string;
|
|
@@ -23547,7 +23421,6 @@ export declare namespace PostConnectResponse {
|
|
|
23547
23421
|
webhook_config?: string | number | boolean | {
|
|
23548
23422
|
[key: string]: unknown;
|
|
23549
23423
|
} | Array<unknown> | null;
|
|
23550
|
-
webhook_configured_at?: string | null;
|
|
23551
23424
|
webhook_identifier?: string | null;
|
|
23552
23425
|
}
|
|
23553
23426
|
namespace ConnectorAcmeApikeyDiscriminatedConnectionData {
|
|
@@ -23598,7 +23471,6 @@ export declare namespace PostConnectResponse {
|
|
|
23598
23471
|
webhook_config?: string | number | boolean | {
|
|
23599
23472
|
[key: string]: unknown;
|
|
23600
23473
|
} | Array<unknown> | null;
|
|
23601
|
-
webhook_configured_at?: string | null;
|
|
23602
23474
|
webhook_identifier?: string | null;
|
|
23603
23475
|
}
|
|
23604
23476
|
namespace ConnectorAcmeOauth2DiscriminatedConnectionData {
|
|
@@ -23685,7 +23557,6 @@ export declare namespace PostConnectResponse {
|
|
|
23685
23557
|
webhook_config?: string | number | boolean | {
|
|
23686
23558
|
[key: string]: unknown;
|
|
23687
23559
|
} | Array<unknown> | null;
|
|
23688
|
-
webhook_configured_at?: string | null;
|
|
23689
23560
|
webhook_identifier?: string | null;
|
|
23690
23561
|
}
|
|
23691
23562
|
namespace ConnectorAgentmailDiscriminatedConnectionData {
|
|
@@ -23736,7 +23607,6 @@ export declare namespace PostConnectResponse {
|
|
|
23736
23607
|
webhook_config?: string | number | boolean | {
|
|
23737
23608
|
[key: string]: unknown;
|
|
23738
23609
|
} | Array<unknown> | null;
|
|
23739
|
-
webhook_configured_at?: string | null;
|
|
23740
23610
|
webhook_identifier?: string | null;
|
|
23741
23611
|
}
|
|
23742
23612
|
namespace ConnectorAsanaDiscriminatedConnectionData {
|
|
@@ -23823,7 +23693,6 @@ export declare namespace PostConnectResponse {
|
|
|
23823
23693
|
webhook_config?: string | number | boolean | {
|
|
23824
23694
|
[key: string]: unknown;
|
|
23825
23695
|
} | Array<unknown> | null;
|
|
23826
|
-
webhook_configured_at?: string | null;
|
|
23827
23696
|
webhook_identifier?: string | null;
|
|
23828
23697
|
}
|
|
23829
23698
|
namespace ConnectorBigqueryDiscriminatedConnectionData {
|
|
@@ -23915,7 +23784,6 @@ export declare namespace PostConnectResponse {
|
|
|
23915
23784
|
webhook_config?: string | number | boolean | {
|
|
23916
23785
|
[key: string]: unknown;
|
|
23917
23786
|
} | Array<unknown> | null;
|
|
23918
|
-
webhook_configured_at?: string | null;
|
|
23919
23787
|
webhook_identifier?: string | null;
|
|
23920
23788
|
}
|
|
23921
23789
|
namespace ConnectorBitbucketSourceControlDiscriminatedConnectionData {
|
|
@@ -24002,7 +23870,6 @@ export declare namespace PostConnectResponse {
|
|
|
24002
23870
|
webhook_config?: string | number | boolean | {
|
|
24003
23871
|
[key: string]: unknown;
|
|
24004
23872
|
} | Array<unknown> | null;
|
|
24005
|
-
webhook_configured_at?: string | null;
|
|
24006
23873
|
webhook_identifier?: string | null;
|
|
24007
23874
|
}
|
|
24008
23875
|
namespace ConnectorBitbucketDiscriminatedConnectionData {
|
|
@@ -24089,7 +23956,6 @@ export declare namespace PostConnectResponse {
|
|
|
24089
23956
|
webhook_config?: string | number | boolean | {
|
|
24090
23957
|
[key: string]: unknown;
|
|
24091
23958
|
} | Array<unknown> | null;
|
|
24092
|
-
webhook_configured_at?: string | null;
|
|
24093
23959
|
webhook_identifier?: string | null;
|
|
24094
23960
|
}
|
|
24095
23961
|
namespace ConnectorBoxDiscriminatedConnectionData {
|
|
@@ -24176,7 +24042,6 @@ export declare namespace PostConnectResponse {
|
|
|
24176
24042
|
webhook_config?: string | number | boolean | {
|
|
24177
24043
|
[key: string]: unknown;
|
|
24178
24044
|
} | Array<unknown> | null;
|
|
24179
|
-
webhook_configured_at?: string | null;
|
|
24180
24045
|
webhook_identifier?: string | null;
|
|
24181
24046
|
}
|
|
24182
24047
|
namespace ConnectorCalendlyDiscriminatedConnectionData {
|
|
@@ -24263,7 +24128,6 @@ export declare namespace PostConnectResponse {
|
|
|
24263
24128
|
webhook_config?: string | number | boolean | {
|
|
24264
24129
|
[key: string]: unknown;
|
|
24265
24130
|
} | Array<unknown> | null;
|
|
24266
|
-
webhook_configured_at?: string | null;
|
|
24267
24131
|
webhook_identifier?: string | null;
|
|
24268
24132
|
}
|
|
24269
24133
|
namespace ConnectorClickupDiscriminatedConnectionData {
|
|
@@ -24350,7 +24214,6 @@ export declare namespace PostConnectResponse {
|
|
|
24350
24214
|
webhook_config?: string | number | boolean | {
|
|
24351
24215
|
[key: string]: unknown;
|
|
24352
24216
|
} | Array<unknown> | null;
|
|
24353
|
-
webhook_configured_at?: string | null;
|
|
24354
24217
|
webhook_identifier?: string | null;
|
|
24355
24218
|
}
|
|
24356
24219
|
namespace ConnectorConfluenceDiscriminatedConnectionData {
|
|
@@ -24441,7 +24304,6 @@ export declare namespace PostConnectResponse {
|
|
|
24441
24304
|
webhook_config?: string | number | boolean | {
|
|
24442
24305
|
[key: string]: unknown;
|
|
24443
24306
|
} | Array<unknown> | null;
|
|
24444
|
-
webhook_configured_at?: string | null;
|
|
24445
24307
|
webhook_identifier?: string | null;
|
|
24446
24308
|
}
|
|
24447
24309
|
namespace ConnectorDatabricksDiscriminatedConnectionData {
|
|
@@ -24539,7 +24401,6 @@ export declare namespace PostConnectResponse {
|
|
|
24539
24401
|
webhook_config?: string | number | boolean | {
|
|
24540
24402
|
[key: string]: unknown;
|
|
24541
24403
|
} | Array<unknown> | null;
|
|
24542
|
-
webhook_configured_at?: string | null;
|
|
24543
24404
|
webhook_identifier?: string | null;
|
|
24544
24405
|
}
|
|
24545
24406
|
namespace ConnectorDiscordDiscriminatedConnectionData {
|
|
@@ -24626,7 +24487,6 @@ export declare namespace PostConnectResponse {
|
|
|
24626
24487
|
webhook_config?: string | number | boolean | {
|
|
24627
24488
|
[key: string]: unknown;
|
|
24628
24489
|
} | Array<unknown> | null;
|
|
24629
|
-
webhook_configured_at?: string | null;
|
|
24630
24490
|
webhook_identifier?: string | null;
|
|
24631
24491
|
}
|
|
24632
24492
|
namespace ConnectorDropboxDiscriminatedConnectionData {
|
|
@@ -24713,7 +24573,6 @@ export declare namespace PostConnectResponse {
|
|
|
24713
24573
|
webhook_config?: string | number | boolean | {
|
|
24714
24574
|
[key: string]: unknown;
|
|
24715
24575
|
} | Array<unknown> | null;
|
|
24716
|
-
webhook_configured_at?: string | null;
|
|
24717
24576
|
webhook_identifier?: string | null;
|
|
24718
24577
|
}
|
|
24719
24578
|
namespace ConnectorFigmaDiscriminatedConnectionData {
|
|
@@ -24800,7 +24659,6 @@ export declare namespace PostConnectResponse {
|
|
|
24800
24659
|
webhook_config?: string | number | boolean | {
|
|
24801
24660
|
[key: string]: unknown;
|
|
24802
24661
|
} | Array<unknown> | null;
|
|
24803
|
-
webhook_configured_at?: string | null;
|
|
24804
24662
|
webhook_identifier?: string | null;
|
|
24805
24663
|
}
|
|
24806
24664
|
namespace ConnectorGitHubSourceControlDiscriminatedConnectionData {
|
|
@@ -24887,7 +24745,6 @@ export declare namespace PostConnectResponse {
|
|
|
24887
24745
|
webhook_config?: string | number | boolean | {
|
|
24888
24746
|
[key: string]: unknown;
|
|
24889
24747
|
} | Array<unknown> | null;
|
|
24890
|
-
webhook_configured_at?: string | null;
|
|
24891
24748
|
webhook_identifier?: string | null;
|
|
24892
24749
|
}
|
|
24893
24750
|
namespace ConnectorGitHubDiscriminatedConnectionData {
|
|
@@ -24974,7 +24831,6 @@ export declare namespace PostConnectResponse {
|
|
|
24974
24831
|
webhook_config?: string | number | boolean | {
|
|
24975
24832
|
[key: string]: unknown;
|
|
24976
24833
|
} | Array<unknown> | null;
|
|
24977
|
-
webhook_configured_at?: string | null;
|
|
24978
24834
|
webhook_identifier?: string | null;
|
|
24979
24835
|
}
|
|
24980
24836
|
namespace ConnectorGitlabSourceControlDiscriminatedConnectionData {
|
|
@@ -25061,7 +24917,6 @@ export declare namespace PostConnectResponse {
|
|
|
25061
24917
|
webhook_config?: string | number | boolean | {
|
|
25062
24918
|
[key: string]: unknown;
|
|
25063
24919
|
} | Array<unknown> | null;
|
|
25064
|
-
webhook_configured_at?: string | null;
|
|
25065
24920
|
webhook_identifier?: string | null;
|
|
25066
24921
|
}
|
|
25067
24922
|
namespace ConnectorGoogleCalendarDiscriminatedConnectionData {
|
|
@@ -25148,7 +25003,6 @@ export declare namespace PostConnectResponse {
|
|
|
25148
25003
|
webhook_config?: string | number | boolean | {
|
|
25149
25004
|
[key: string]: unknown;
|
|
25150
25005
|
} | Array<unknown> | null;
|
|
25151
|
-
webhook_configured_at?: string | null;
|
|
25152
25006
|
webhook_identifier?: string | null;
|
|
25153
25007
|
}
|
|
25154
25008
|
namespace ConnectorGoogleDocsDiscriminatedConnectionData {
|
|
@@ -25235,7 +25089,6 @@ export declare namespace PostConnectResponse {
|
|
|
25235
25089
|
webhook_config?: string | number | boolean | {
|
|
25236
25090
|
[key: string]: unknown;
|
|
25237
25091
|
} | Array<unknown> | null;
|
|
25238
|
-
webhook_configured_at?: string | null;
|
|
25239
25092
|
webhook_identifier?: string | null;
|
|
25240
25093
|
}
|
|
25241
25094
|
namespace ConnectorGoogleDriveDiscriminatedConnectionData {
|
|
@@ -25322,7 +25175,6 @@ export declare namespace PostConnectResponse {
|
|
|
25322
25175
|
webhook_config?: string | number | boolean | {
|
|
25323
25176
|
[key: string]: unknown;
|
|
25324
25177
|
} | Array<unknown> | null;
|
|
25325
|
-
webhook_configured_at?: string | null;
|
|
25326
25178
|
webhook_identifier?: string | null;
|
|
25327
25179
|
}
|
|
25328
25180
|
namespace ConnectorGoogleMailDiscriminatedConnectionData {
|
|
@@ -25409,7 +25261,6 @@ export declare namespace PostConnectResponse {
|
|
|
25409
25261
|
webhook_config?: string | number | boolean | {
|
|
25410
25262
|
[key: string]: unknown;
|
|
25411
25263
|
} | Array<unknown> | null;
|
|
25412
|
-
webhook_configured_at?: string | null;
|
|
25413
25264
|
webhook_identifier?: string | null;
|
|
25414
25265
|
}
|
|
25415
25266
|
namespace ConnectorGoogleSheetDiscriminatedConnectionData {
|
|
@@ -25496,7 +25347,6 @@ export declare namespace PostConnectResponse {
|
|
|
25496
25347
|
webhook_config?: string | number | boolean | {
|
|
25497
25348
|
[key: string]: unknown;
|
|
25498
25349
|
} | Array<unknown> | null;
|
|
25499
|
-
webhook_configured_at?: string | null;
|
|
25500
25350
|
webhook_identifier?: string | null;
|
|
25501
25351
|
}
|
|
25502
25352
|
namespace ConnectorGoogleSlidesDiscriminatedConnectionData {
|
|
@@ -25583,7 +25433,6 @@ export declare namespace PostConnectResponse {
|
|
|
25583
25433
|
webhook_config?: string | number | boolean | {
|
|
25584
25434
|
[key: string]: unknown;
|
|
25585
25435
|
} | Array<unknown> | null;
|
|
25586
|
-
webhook_configured_at?: string | null;
|
|
25587
25436
|
webhook_identifier?: string | null;
|
|
25588
25437
|
}
|
|
25589
25438
|
namespace ConnectorHubspotDiscriminatedConnectionData {
|
|
@@ -25609,7 +25458,7 @@ export declare namespace PostConnectResponse {
|
|
|
25609
25458
|
/**
|
|
25610
25459
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
25611
25460
|
*/
|
|
25612
|
-
app_id?: number;
|
|
25461
|
+
app_id?: number | string;
|
|
25613
25462
|
/**
|
|
25614
25463
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
25615
25464
|
*/
|
|
@@ -25678,7 +25527,6 @@ export declare namespace PostConnectResponse {
|
|
|
25678
25527
|
webhook_config?: string | number | boolean | {
|
|
25679
25528
|
[key: string]: unknown;
|
|
25680
25529
|
} | Array<unknown> | null;
|
|
25681
|
-
webhook_configured_at?: string | null;
|
|
25682
25530
|
webhook_identifier?: string | null;
|
|
25683
25531
|
}
|
|
25684
25532
|
namespace ConnectorInstagramDiscriminatedConnectionData {
|
|
@@ -25765,7 +25613,6 @@ export declare namespace PostConnectResponse {
|
|
|
25765
25613
|
webhook_config?: string | number | boolean | {
|
|
25766
25614
|
[key: string]: unknown;
|
|
25767
25615
|
} | Array<unknown> | null;
|
|
25768
|
-
webhook_configured_at?: string | null;
|
|
25769
25616
|
webhook_identifier?: string | null;
|
|
25770
25617
|
}
|
|
25771
25618
|
namespace ConnectorJiraDiscriminatedConnectionData {
|
|
@@ -25856,7 +25703,6 @@ export declare namespace PostConnectResponse {
|
|
|
25856
25703
|
webhook_config?: string | number | boolean | {
|
|
25857
25704
|
[key: string]: unknown;
|
|
25858
25705
|
} | Array<unknown> | null;
|
|
25859
|
-
webhook_configured_at?: string | null;
|
|
25860
25706
|
webhook_identifier?: string | null;
|
|
25861
25707
|
}
|
|
25862
25708
|
namespace ConnectorLinearDiscriminatedConnectionData {
|
|
@@ -25943,7 +25789,6 @@ export declare namespace PostConnectResponse {
|
|
|
25943
25789
|
webhook_config?: string | number | boolean | {
|
|
25944
25790
|
[key: string]: unknown;
|
|
25945
25791
|
} | Array<unknown> | null;
|
|
25946
|
-
webhook_configured_at?: string | null;
|
|
25947
25792
|
webhook_identifier?: string | null;
|
|
25948
25793
|
}
|
|
25949
25794
|
namespace ConnectorMondayDiscriminatedConnectionData {
|
|
@@ -26030,7 +25875,6 @@ export declare namespace PostConnectResponse {
|
|
|
26030
25875
|
webhook_config?: string | number | boolean | {
|
|
26031
25876
|
[key: string]: unknown;
|
|
26032
25877
|
} | Array<unknown> | null;
|
|
26033
|
-
webhook_configured_at?: string | null;
|
|
26034
25878
|
webhook_identifier?: string | null;
|
|
26035
25879
|
}
|
|
26036
25880
|
namespace ConnectorNotionDiscriminatedConnectionData {
|
|
@@ -26117,7 +25961,6 @@ export declare namespace PostConnectResponse {
|
|
|
26117
25961
|
webhook_config?: string | number | boolean | {
|
|
26118
25962
|
[key: string]: unknown;
|
|
26119
25963
|
} | Array<unknown> | null;
|
|
26120
|
-
webhook_configured_at?: string | null;
|
|
26121
25964
|
webhook_identifier?: string | null;
|
|
26122
25965
|
}
|
|
26123
25966
|
namespace ConnectorOnedriveDiscriminatedConnectionData {
|
|
@@ -26204,7 +26047,6 @@ export declare namespace PostConnectResponse {
|
|
|
26204
26047
|
webhook_config?: string | number | boolean | {
|
|
26205
26048
|
[key: string]: unknown;
|
|
26206
26049
|
} | Array<unknown> | null;
|
|
26207
|
-
webhook_configured_at?: string | null;
|
|
26208
26050
|
webhook_identifier?: string | null;
|
|
26209
26051
|
}
|
|
26210
26052
|
namespace ConnectorOutlookDiscriminatedConnectionData {
|
|
@@ -26291,7 +26133,6 @@ export declare namespace PostConnectResponse {
|
|
|
26291
26133
|
webhook_config?: string | number | boolean | {
|
|
26292
26134
|
[key: string]: unknown;
|
|
26293
26135
|
} | Array<unknown> | null;
|
|
26294
|
-
webhook_configured_at?: string | null;
|
|
26295
26136
|
webhook_identifier?: string | null;
|
|
26296
26137
|
}
|
|
26297
26138
|
namespace ConnectorSalesforceDiscriminatedConnectionData {
|
|
@@ -26382,7 +26223,6 @@ export declare namespace PostConnectResponse {
|
|
|
26382
26223
|
webhook_config?: string | number | boolean | {
|
|
26383
26224
|
[key: string]: unknown;
|
|
26384
26225
|
} | Array<unknown> | null;
|
|
26385
|
-
webhook_configured_at?: string | null;
|
|
26386
26226
|
webhook_identifier?: string | null;
|
|
26387
26227
|
}
|
|
26388
26228
|
namespace ConnectorSharepointDiscriminatedConnectionData {
|
|
@@ -26469,7 +26309,6 @@ export declare namespace PostConnectResponse {
|
|
|
26469
26309
|
webhook_config?: string | number | boolean | {
|
|
26470
26310
|
[key: string]: unknown;
|
|
26471
26311
|
} | Array<unknown> | null;
|
|
26472
|
-
webhook_configured_at?: string | null;
|
|
26473
26312
|
webhook_identifier?: string | null;
|
|
26474
26313
|
}
|
|
26475
26314
|
namespace ConnectorSlackDeployedAgentDiscriminatedConnectionData {
|
|
@@ -26556,7 +26395,6 @@ export declare namespace PostConnectResponse {
|
|
|
26556
26395
|
webhook_config?: string | number | boolean | {
|
|
26557
26396
|
[key: string]: unknown;
|
|
26558
26397
|
} | Array<unknown> | null;
|
|
26559
|
-
webhook_configured_at?: string | null;
|
|
26560
26398
|
webhook_identifier?: string | null;
|
|
26561
26399
|
}
|
|
26562
26400
|
namespace ConnectorSlackDiscriminatedConnectionData {
|
|
@@ -26643,7 +26481,6 @@ export declare namespace PostConnectResponse {
|
|
|
26643
26481
|
webhook_config?: string | number | boolean | {
|
|
26644
26482
|
[key: string]: unknown;
|
|
26645
26483
|
} | Array<unknown> | null;
|
|
26646
|
-
webhook_configured_at?: string | null;
|
|
26647
26484
|
webhook_identifier?: string | null;
|
|
26648
26485
|
}
|
|
26649
26486
|
namespace ConnectorSnowflakeDiscriminatedConnectionData {
|
|
@@ -26735,7 +26572,6 @@ export declare namespace PostConnectResponse {
|
|
|
26735
26572
|
webhook_config?: string | number | boolean | {
|
|
26736
26573
|
[key: string]: unknown;
|
|
26737
26574
|
} | Array<unknown> | null;
|
|
26738
|
-
webhook_configured_at?: string | null;
|
|
26739
26575
|
webhook_identifier?: string | null;
|
|
26740
26576
|
}
|
|
26741
26577
|
namespace ConnectorSpotifyDiscriminatedConnectionData {
|
|
@@ -26822,7 +26658,6 @@ export declare namespace PostConnectResponse {
|
|
|
26822
26658
|
webhook_config?: string | number | boolean | {
|
|
26823
26659
|
[key: string]: unknown;
|
|
26824
26660
|
} | Array<unknown> | null;
|
|
26825
|
-
webhook_configured_at?: string | null;
|
|
26826
26661
|
webhook_identifier?: string | null;
|
|
26827
26662
|
}
|
|
26828
26663
|
namespace ConnectorTodoistDiscriminatedConnectionData {
|
|
@@ -26909,7 +26744,6 @@ export declare namespace PostConnectResponse {
|
|
|
26909
26744
|
webhook_config?: string | number | boolean | {
|
|
26910
26745
|
[key: string]: unknown;
|
|
26911
26746
|
} | Array<unknown> | null;
|
|
26912
|
-
webhook_configured_at?: string | null;
|
|
26913
26747
|
webhook_identifier?: string | null;
|
|
26914
26748
|
}
|
|
26915
26749
|
namespace ConnectorYoutubeDiscriminatedConnectionData {
|
|
@@ -26996,7 +26830,6 @@ export declare namespace PostConnectResponse {
|
|
|
26996
26830
|
webhook_config?: string | number | boolean | {
|
|
26997
26831
|
[key: string]: unknown;
|
|
26998
26832
|
} | Array<unknown> | null;
|
|
26999
|
-
webhook_configured_at?: string | null;
|
|
27000
26833
|
webhook_identifier?: string | null;
|
|
27001
26834
|
}
|
|
27002
26835
|
namespace ConnectorZendeskDiscriminatedConnectionData {
|
|
@@ -27087,7 +26920,6 @@ export declare namespace PostConnectResponse {
|
|
|
27087
26920
|
webhook_config?: string | number | boolean | {
|
|
27088
26921
|
[key: string]: unknown;
|
|
27089
26922
|
} | Array<unknown> | null;
|
|
27090
|
-
webhook_configured_at?: string | null;
|
|
27091
26923
|
webhook_identifier?: string | null;
|
|
27092
26924
|
}
|
|
27093
26925
|
namespace ConnectorZoomDiscriminatedConnectionData {
|
|
@@ -27174,7 +27006,6 @@ export declare namespace PostConnectResponse {
|
|
|
27174
27006
|
webhook_config?: string | number | boolean | {
|
|
27175
27007
|
[key: string]: unknown;
|
|
27176
27008
|
} | Array<unknown> | null;
|
|
27177
|
-
webhook_configured_at?: string | null;
|
|
27178
27009
|
webhook_identifier?: string | null;
|
|
27179
27010
|
}
|
|
27180
27011
|
namespace ConnectorApolloDiscriminatedConnectionData {
|
|
@@ -27222,7 +27053,6 @@ export declare namespace PostConnectResponse {
|
|
|
27222
27053
|
webhook_config?: string | number | boolean | {
|
|
27223
27054
|
[key: string]: unknown;
|
|
27224
27055
|
} | Array<unknown> | null;
|
|
27225
|
-
webhook_configured_at?: string | null;
|
|
27226
27056
|
webhook_identifier?: string | null;
|
|
27227
27057
|
}
|
|
27228
27058
|
namespace ConnectorCustomMcpDiscriminatedConnectionData {
|
|
@@ -27239,6 +27069,10 @@ export declare namespace PostConnectResponse {
|
|
|
27239
27069
|
}
|
|
27240
27070
|
}
|
|
27241
27071
|
interface PublicSettings {
|
|
27072
|
+
/**
|
|
27073
|
+
* Icon URL for the connection
|
|
27074
|
+
*/
|
|
27075
|
+
icon_url?: string;
|
|
27242
27076
|
/**
|
|
27243
27077
|
* MCP transport type detected during connection
|
|
27244
27078
|
*/
|
|
@@ -27343,7 +27177,6 @@ export declare namespace PostConnectResponse {
|
|
|
27343
27177
|
webhook_config?: string | number | boolean | {
|
|
27344
27178
|
[key: string]: unknown;
|
|
27345
27179
|
} | Array<unknown> | null;
|
|
27346
|
-
webhook_configured_at?: string | null;
|
|
27347
27180
|
webhook_identifier?: string | null;
|
|
27348
27181
|
}
|
|
27349
27182
|
namespace ConnectorDatabricksM2mDiscriminatedConnectionData {
|
|
@@ -27425,7 +27258,6 @@ export declare namespace PostConnectResponse {
|
|
|
27425
27258
|
webhook_config?: string | number | boolean | {
|
|
27426
27259
|
[key: string]: unknown;
|
|
27427
27260
|
} | Array<unknown> | null;
|
|
27428
|
-
webhook_configured_at?: string | null;
|
|
27429
27261
|
webhook_identifier?: string | null;
|
|
27430
27262
|
}
|
|
27431
27263
|
namespace ConnectorPlaidDiscriminatedConnectionData {
|
|
@@ -27478,7 +27310,6 @@ export declare namespace PostConnectResponse {
|
|
|
27478
27310
|
webhook_config?: string | number | boolean | {
|
|
27479
27311
|
[key: string]: unknown;
|
|
27480
27312
|
} | Array<unknown> | null;
|
|
27481
|
-
webhook_configured_at?: string | null;
|
|
27482
27313
|
webhook_identifier?: string | null;
|
|
27483
27314
|
}
|
|
27484
27315
|
namespace ConnectorPostgresDiscriminatedConnectionData {
|
|
@@ -27526,7 +27357,6 @@ export declare namespace PostConnectResponse {
|
|
|
27526
27357
|
webhook_config?: string | number | boolean | {
|
|
27527
27358
|
[key: string]: unknown;
|
|
27528
27359
|
} | Array<unknown> | null;
|
|
27529
|
-
webhook_configured_at?: string | null;
|
|
27530
27360
|
webhook_identifier?: string | null;
|
|
27531
27361
|
}
|
|
27532
27362
|
namespace ConnectorResendDiscriminatedConnectionData {
|
|
@@ -27578,7 +27408,6 @@ export declare namespace PostConnectResponse {
|
|
|
27578
27408
|
webhook_config?: string | number | boolean | {
|
|
27579
27409
|
[key: string]: unknown;
|
|
27580
27410
|
} | Array<unknown> | null;
|
|
27581
|
-
webhook_configured_at?: string | null;
|
|
27582
27411
|
webhook_identifier?: string | null;
|
|
27583
27412
|
}
|
|
27584
27413
|
namespace ConnectorSendgridDiscriminatedConnectionData {
|
|
@@ -27630,7 +27459,6 @@ export declare namespace PostConnectResponse {
|
|
|
27630
27459
|
webhook_config?: string | number | boolean | {
|
|
27631
27460
|
[key: string]: unknown;
|
|
27632
27461
|
} | Array<unknown> | null;
|
|
27633
|
-
webhook_configured_at?: string | null;
|
|
27634
27462
|
webhook_identifier?: string | null;
|
|
27635
27463
|
}
|
|
27636
27464
|
namespace ConnectorSlackAgentDiscriminatedConnectionData {
|
|
@@ -27681,7 +27509,6 @@ export declare namespace PostConnectResponse {
|
|
|
27681
27509
|
webhook_config?: string | number | boolean | {
|
|
27682
27510
|
[key: string]: unknown;
|
|
27683
27511
|
} | Array<unknown> | null;
|
|
27684
|
-
webhook_configured_at?: string | null;
|
|
27685
27512
|
webhook_identifier?: string | null;
|
|
27686
27513
|
}
|
|
27687
27514
|
namespace ConnectorSlackAgentBuilderDiscriminatedConnectionData {
|
|
@@ -27843,7 +27670,6 @@ export declare namespace PostConnectResponse {
|
|
|
27843
27670
|
webhook_config?: string | number | boolean | {
|
|
27844
27671
|
[key: string]: unknown;
|
|
27845
27672
|
} | Array<unknown> | null;
|
|
27846
|
-
webhook_configured_at?: string | null;
|
|
27847
27673
|
webhook_identifier?: string | null;
|
|
27848
27674
|
}
|
|
27849
27675
|
namespace ConnectorStripeDiscriminatedConnectionData {
|
|
@@ -27940,7 +27766,6 @@ export declare namespace PostConnectResponse {
|
|
|
27940
27766
|
webhook_config?: string | number | boolean | {
|
|
27941
27767
|
[key: string]: unknown;
|
|
27942
27768
|
} | Array<unknown> | null;
|
|
27943
|
-
webhook_configured_at?: string | null;
|
|
27944
27769
|
webhook_identifier?: string | null;
|
|
27945
27770
|
}
|
|
27946
27771
|
namespace ConnectorStripeAgentSandboxDiscriminatedConnectionData {
|
|
@@ -28027,7 +27852,6 @@ export declare namespace PostConnectResponse {
|
|
|
28027
27852
|
webhook_config?: string | number | boolean | {
|
|
28028
27853
|
[key: string]: unknown;
|
|
28029
27854
|
} | Array<unknown> | null;
|
|
28030
|
-
webhook_configured_at?: string | null;
|
|
28031
27855
|
webhook_identifier?: string | null;
|
|
28032
27856
|
}
|
|
28033
27857
|
namespace ConnectorTwilioDiscriminatedConnectionData {
|
|
@@ -28081,7 +27905,6 @@ export declare namespace PostConnectResponse {
|
|
|
28081
27905
|
webhook_config?: string | number | boolean | {
|
|
28082
27906
|
[key: string]: unknown;
|
|
28083
27907
|
} | Array<unknown> | null;
|
|
28084
|
-
webhook_configured_at?: string | null;
|
|
28085
27908
|
webhook_identifier?: string | null;
|
|
28086
27909
|
}
|
|
28087
27910
|
namespace ConnectorWorkatoDiscriminatedConnectionData {
|
|
@@ -32111,7 +31934,7 @@ export declare namespace CreateConnectionParams {
|
|
|
32111
31934
|
/**
|
|
32112
31935
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
32113
31936
|
*/
|
|
32114
|
-
app_id?: number;
|
|
31937
|
+
app_id?: number | string;
|
|
32115
31938
|
/**
|
|
32116
31939
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
32117
31940
|
*/
|
|
@@ -33451,6 +33274,12 @@ export declare namespace CreateTokenParams {
|
|
|
33451
33274
|
* loads. Only works when view is "add" and the connector is available.
|
|
33452
33275
|
*/
|
|
33453
33276
|
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';
|
|
33277
|
+
/**
|
|
33278
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
33279
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
33280
|
+
* non-production environments.
|
|
33281
|
+
*/
|
|
33282
|
+
auto_subscribe_webhooks?: boolean;
|
|
33454
33283
|
/**
|
|
33455
33284
|
* Optional external ID for reconnecting to an existing connection
|
|
33456
33285
|
*/
|
|
@@ -35030,6 +34859,12 @@ export declare namespace PostConnectParams {
|
|
|
35030
34859
|
* loads. Only works when view is "add" and the connector is available.
|
|
35031
34860
|
*/
|
|
35032
34861
|
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';
|
|
34862
|
+
/**
|
|
34863
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
34864
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
34865
|
+
* non-production environments.
|
|
34866
|
+
*/
|
|
34867
|
+
auto_subscribe_webhooks?: boolean;
|
|
35033
34868
|
/**
|
|
35034
34869
|
* Optional external ID for reconnecting to an existing connection
|
|
35035
34870
|
*/
|
|
@@ -35439,6 +35274,12 @@ export declare namespace PreConnectParams {
|
|
|
35439
35274
|
* loads. Only works when view is "add" and the connector is available.
|
|
35440
35275
|
*/
|
|
35441
35276
|
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';
|
|
35277
|
+
/**
|
|
35278
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
35279
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
35280
|
+
* non-production environments.
|
|
35281
|
+
*/
|
|
35282
|
+
auto_subscribe_webhooks?: boolean;
|
|
35442
35283
|
/**
|
|
35443
35284
|
* Optional external ID for reconnecting to an existing connection
|
|
35444
35285
|
*/
|