@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
|
@@ -312,8 +312,6 @@ export namespace CreateConnectionResponse {
|
|
|
312
312
|
|
|
313
313
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
314
314
|
|
|
315
|
-
webhook_configured_at?: string | null;
|
|
316
|
-
|
|
317
315
|
webhook_identifier?: string | null;
|
|
318
316
|
}
|
|
319
317
|
|
|
@@ -386,8 +384,6 @@ export namespace CreateConnectionResponse {
|
|
|
386
384
|
|
|
387
385
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
388
386
|
|
|
389
|
-
webhook_configured_at?: string | null;
|
|
390
|
-
|
|
391
387
|
webhook_identifier?: string | null;
|
|
392
388
|
}
|
|
393
389
|
|
|
@@ -506,8 +502,6 @@ export namespace CreateConnectionResponse {
|
|
|
506
502
|
|
|
507
503
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
508
504
|
|
|
509
|
-
webhook_configured_at?: string | null;
|
|
510
|
-
|
|
511
505
|
webhook_identifier?: string | null;
|
|
512
506
|
}
|
|
513
507
|
|
|
@@ -580,8 +574,6 @@ export namespace CreateConnectionResponse {
|
|
|
580
574
|
|
|
581
575
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
582
576
|
|
|
583
|
-
webhook_configured_at?: string | null;
|
|
584
|
-
|
|
585
577
|
webhook_identifier?: string | null;
|
|
586
578
|
}
|
|
587
579
|
|
|
@@ -700,8 +692,6 @@ export namespace CreateConnectionResponse {
|
|
|
700
692
|
|
|
701
693
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
702
694
|
|
|
703
|
-
webhook_configured_at?: string | null;
|
|
704
|
-
|
|
705
695
|
webhook_identifier?: string | null;
|
|
706
696
|
}
|
|
707
697
|
|
|
@@ -826,8 +816,6 @@ export namespace CreateConnectionResponse {
|
|
|
826
816
|
|
|
827
817
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
828
818
|
|
|
829
|
-
webhook_configured_at?: string | null;
|
|
830
|
-
|
|
831
819
|
webhook_identifier?: string | null;
|
|
832
820
|
}
|
|
833
821
|
|
|
@@ -946,8 +934,6 @@ export namespace CreateConnectionResponse {
|
|
|
946
934
|
|
|
947
935
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
948
936
|
|
|
949
|
-
webhook_configured_at?: string | null;
|
|
950
|
-
|
|
951
937
|
webhook_identifier?: string | null;
|
|
952
938
|
}
|
|
953
939
|
|
|
@@ -1066,8 +1052,6 @@ export namespace CreateConnectionResponse {
|
|
|
1066
1052
|
|
|
1067
1053
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1068
1054
|
|
|
1069
|
-
webhook_configured_at?: string | null;
|
|
1070
|
-
|
|
1071
1055
|
webhook_identifier?: string | null;
|
|
1072
1056
|
}
|
|
1073
1057
|
|
|
@@ -1186,8 +1170,6 @@ export namespace CreateConnectionResponse {
|
|
|
1186
1170
|
|
|
1187
1171
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1188
1172
|
|
|
1189
|
-
webhook_configured_at?: string | null;
|
|
1190
|
-
|
|
1191
1173
|
webhook_identifier?: string | null;
|
|
1192
1174
|
}
|
|
1193
1175
|
|
|
@@ -1306,8 +1288,6 @@ export namespace CreateConnectionResponse {
|
|
|
1306
1288
|
|
|
1307
1289
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1308
1290
|
|
|
1309
|
-
webhook_configured_at?: string | null;
|
|
1310
|
-
|
|
1311
1291
|
webhook_identifier?: string | null;
|
|
1312
1292
|
}
|
|
1313
1293
|
|
|
@@ -1426,8 +1406,6 @@ export namespace CreateConnectionResponse {
|
|
|
1426
1406
|
|
|
1427
1407
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1428
1408
|
|
|
1429
|
-
webhook_configured_at?: string | null;
|
|
1430
|
-
|
|
1431
1409
|
webhook_identifier?: string | null;
|
|
1432
1410
|
}
|
|
1433
1411
|
|
|
@@ -1551,8 +1529,6 @@ export namespace CreateConnectionResponse {
|
|
|
1551
1529
|
|
|
1552
1530
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1553
1531
|
|
|
1554
|
-
webhook_configured_at?: string | null;
|
|
1555
|
-
|
|
1556
1532
|
webhook_identifier?: string | null;
|
|
1557
1533
|
}
|
|
1558
1534
|
|
|
@@ -1684,8 +1660,6 @@ export namespace CreateConnectionResponse {
|
|
|
1684
1660
|
|
|
1685
1661
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1686
1662
|
|
|
1687
|
-
webhook_configured_at?: string | null;
|
|
1688
|
-
|
|
1689
1663
|
webhook_identifier?: string | null;
|
|
1690
1664
|
}
|
|
1691
1665
|
|
|
@@ -1804,8 +1778,6 @@ export namespace CreateConnectionResponse {
|
|
|
1804
1778
|
|
|
1805
1779
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1806
1780
|
|
|
1807
|
-
webhook_configured_at?: string | null;
|
|
1808
|
-
|
|
1809
1781
|
webhook_identifier?: string | null;
|
|
1810
1782
|
}
|
|
1811
1783
|
|
|
@@ -1924,8 +1896,6 @@ export namespace CreateConnectionResponse {
|
|
|
1924
1896
|
|
|
1925
1897
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1926
1898
|
|
|
1927
|
-
webhook_configured_at?: string | null;
|
|
1928
|
-
|
|
1929
1899
|
webhook_identifier?: string | null;
|
|
1930
1900
|
}
|
|
1931
1901
|
|
|
@@ -2044,8 +2014,6 @@ export namespace CreateConnectionResponse {
|
|
|
2044
2014
|
|
|
2045
2015
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2046
2016
|
|
|
2047
|
-
webhook_configured_at?: string | null;
|
|
2048
|
-
|
|
2049
2017
|
webhook_identifier?: string | null;
|
|
2050
2018
|
}
|
|
2051
2019
|
|
|
@@ -2164,8 +2132,6 @@ export namespace CreateConnectionResponse {
|
|
|
2164
2132
|
|
|
2165
2133
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2166
2134
|
|
|
2167
|
-
webhook_configured_at?: string | null;
|
|
2168
|
-
|
|
2169
2135
|
webhook_identifier?: string | null;
|
|
2170
2136
|
}
|
|
2171
2137
|
|
|
@@ -2284,8 +2250,6 @@ export namespace CreateConnectionResponse {
|
|
|
2284
2250
|
|
|
2285
2251
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2286
2252
|
|
|
2287
|
-
webhook_configured_at?: string | null;
|
|
2288
|
-
|
|
2289
2253
|
webhook_identifier?: string | null;
|
|
2290
2254
|
}
|
|
2291
2255
|
|
|
@@ -2404,8 +2368,6 @@ export namespace CreateConnectionResponse {
|
|
|
2404
2368
|
|
|
2405
2369
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2406
2370
|
|
|
2407
|
-
webhook_configured_at?: string | null;
|
|
2408
|
-
|
|
2409
2371
|
webhook_identifier?: string | null;
|
|
2410
2372
|
}
|
|
2411
2373
|
|
|
@@ -2524,8 +2486,6 @@ export namespace CreateConnectionResponse {
|
|
|
2524
2486
|
|
|
2525
2487
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2526
2488
|
|
|
2527
|
-
webhook_configured_at?: string | null;
|
|
2528
|
-
|
|
2529
2489
|
webhook_identifier?: string | null;
|
|
2530
2490
|
}
|
|
2531
2491
|
|
|
@@ -2644,8 +2604,6 @@ export namespace CreateConnectionResponse {
|
|
|
2644
2604
|
|
|
2645
2605
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2646
2606
|
|
|
2647
|
-
webhook_configured_at?: string | null;
|
|
2648
|
-
|
|
2649
2607
|
webhook_identifier?: string | null;
|
|
2650
2608
|
}
|
|
2651
2609
|
|
|
@@ -2764,8 +2722,6 @@ export namespace CreateConnectionResponse {
|
|
|
2764
2722
|
|
|
2765
2723
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2766
2724
|
|
|
2767
|
-
webhook_configured_at?: string | null;
|
|
2768
|
-
|
|
2769
2725
|
webhook_identifier?: string | null;
|
|
2770
2726
|
}
|
|
2771
2727
|
|
|
@@ -2884,8 +2840,6 @@ export namespace CreateConnectionResponse {
|
|
|
2884
2840
|
|
|
2885
2841
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2886
2842
|
|
|
2887
|
-
webhook_configured_at?: string | null;
|
|
2888
|
-
|
|
2889
2843
|
webhook_identifier?: string | null;
|
|
2890
2844
|
}
|
|
2891
2845
|
|
|
@@ -3004,8 +2958,6 @@ export namespace CreateConnectionResponse {
|
|
|
3004
2958
|
|
|
3005
2959
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3006
2960
|
|
|
3007
|
-
webhook_configured_at?: string | null;
|
|
3008
|
-
|
|
3009
2961
|
webhook_identifier?: string | null;
|
|
3010
2962
|
}
|
|
3011
2963
|
|
|
@@ -3124,8 +3076,6 @@ export namespace CreateConnectionResponse {
|
|
|
3124
3076
|
|
|
3125
3077
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3126
3078
|
|
|
3127
|
-
webhook_configured_at?: string | null;
|
|
3128
|
-
|
|
3129
3079
|
webhook_identifier?: string | null;
|
|
3130
3080
|
}
|
|
3131
3081
|
|
|
@@ -3156,7 +3106,7 @@ export namespace CreateConnectionResponse {
|
|
|
3156
3106
|
/**
|
|
3157
3107
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
3158
3108
|
*/
|
|
3159
|
-
app_id?: number;
|
|
3109
|
+
app_id?: number | string;
|
|
3160
3110
|
|
|
3161
3111
|
/**
|
|
3162
3112
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -3254,8 +3204,6 @@ export namespace CreateConnectionResponse {
|
|
|
3254
3204
|
|
|
3255
3205
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3256
3206
|
|
|
3257
|
-
webhook_configured_at?: string | null;
|
|
3258
|
-
|
|
3259
3207
|
webhook_identifier?: string | null;
|
|
3260
3208
|
}
|
|
3261
3209
|
|
|
@@ -3374,8 +3322,6 @@ export namespace CreateConnectionResponse {
|
|
|
3374
3322
|
|
|
3375
3323
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3376
3324
|
|
|
3377
|
-
webhook_configured_at?: string | null;
|
|
3378
|
-
|
|
3379
3325
|
webhook_identifier?: string | null;
|
|
3380
3326
|
}
|
|
3381
3327
|
|
|
@@ -3499,8 +3445,6 @@ export namespace CreateConnectionResponse {
|
|
|
3499
3445
|
|
|
3500
3446
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3501
3447
|
|
|
3502
|
-
webhook_configured_at?: string | null;
|
|
3503
|
-
|
|
3504
3448
|
webhook_identifier?: string | null;
|
|
3505
3449
|
}
|
|
3506
3450
|
|
|
@@ -3619,8 +3563,6 @@ export namespace CreateConnectionResponse {
|
|
|
3619
3563
|
|
|
3620
3564
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3621
3565
|
|
|
3622
|
-
webhook_configured_at?: string | null;
|
|
3623
|
-
|
|
3624
3566
|
webhook_identifier?: string | null;
|
|
3625
3567
|
}
|
|
3626
3568
|
|
|
@@ -3739,8 +3681,6 @@ export namespace CreateConnectionResponse {
|
|
|
3739
3681
|
|
|
3740
3682
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3741
3683
|
|
|
3742
|
-
webhook_configured_at?: string | null;
|
|
3743
|
-
|
|
3744
3684
|
webhook_identifier?: string | null;
|
|
3745
3685
|
}
|
|
3746
3686
|
|
|
@@ -3859,8 +3799,6 @@ export namespace CreateConnectionResponse {
|
|
|
3859
3799
|
|
|
3860
3800
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3861
3801
|
|
|
3862
|
-
webhook_configured_at?: string | null;
|
|
3863
|
-
|
|
3864
3802
|
webhook_identifier?: string | null;
|
|
3865
3803
|
}
|
|
3866
3804
|
|
|
@@ -3979,8 +3917,6 @@ export namespace CreateConnectionResponse {
|
|
|
3979
3917
|
|
|
3980
3918
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3981
3919
|
|
|
3982
|
-
webhook_configured_at?: string | null;
|
|
3983
|
-
|
|
3984
3920
|
webhook_identifier?: string | null;
|
|
3985
3921
|
}
|
|
3986
3922
|
|
|
@@ -4099,8 +4035,6 @@ export namespace CreateConnectionResponse {
|
|
|
4099
4035
|
|
|
4100
4036
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4101
4037
|
|
|
4102
|
-
webhook_configured_at?: string | null;
|
|
4103
|
-
|
|
4104
4038
|
webhook_identifier?: string | null;
|
|
4105
4039
|
}
|
|
4106
4040
|
|
|
@@ -4224,8 +4158,6 @@ export namespace CreateConnectionResponse {
|
|
|
4224
4158
|
|
|
4225
4159
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4226
4160
|
|
|
4227
|
-
webhook_configured_at?: string | null;
|
|
4228
|
-
|
|
4229
4161
|
webhook_identifier?: string | null;
|
|
4230
4162
|
}
|
|
4231
4163
|
|
|
@@ -4344,8 +4276,6 @@ export namespace CreateConnectionResponse {
|
|
|
4344
4276
|
|
|
4345
4277
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4346
4278
|
|
|
4347
|
-
webhook_configured_at?: string | null;
|
|
4348
|
-
|
|
4349
4279
|
webhook_identifier?: string | null;
|
|
4350
4280
|
}
|
|
4351
4281
|
|
|
@@ -4464,8 +4394,6 @@ export namespace CreateConnectionResponse {
|
|
|
4464
4394
|
|
|
4465
4395
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4466
4396
|
|
|
4467
|
-
webhook_configured_at?: string | null;
|
|
4468
|
-
|
|
4469
4397
|
webhook_identifier?: string | null;
|
|
4470
4398
|
}
|
|
4471
4399
|
|
|
@@ -4584,8 +4512,6 @@ export namespace CreateConnectionResponse {
|
|
|
4584
4512
|
|
|
4585
4513
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4586
4514
|
|
|
4587
|
-
webhook_configured_at?: string | null;
|
|
4588
|
-
|
|
4589
4515
|
webhook_identifier?: string | null;
|
|
4590
4516
|
}
|
|
4591
4517
|
|
|
@@ -4710,8 +4636,6 @@ export namespace CreateConnectionResponse {
|
|
|
4710
4636
|
|
|
4711
4637
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4712
4638
|
|
|
4713
|
-
webhook_configured_at?: string | null;
|
|
4714
|
-
|
|
4715
4639
|
webhook_identifier?: string | null;
|
|
4716
4640
|
}
|
|
4717
4641
|
|
|
@@ -4830,8 +4754,6 @@ export namespace CreateConnectionResponse {
|
|
|
4830
4754
|
|
|
4831
4755
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4832
4756
|
|
|
4833
|
-
webhook_configured_at?: string | null;
|
|
4834
|
-
|
|
4835
4757
|
webhook_identifier?: string | null;
|
|
4836
4758
|
}
|
|
4837
4759
|
|
|
@@ -4950,8 +4872,6 @@ export namespace CreateConnectionResponse {
|
|
|
4950
4872
|
|
|
4951
4873
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4952
4874
|
|
|
4953
|
-
webhook_configured_at?: string | null;
|
|
4954
|
-
|
|
4955
4875
|
webhook_identifier?: string | null;
|
|
4956
4876
|
}
|
|
4957
4877
|
|
|
@@ -5070,8 +4990,6 @@ export namespace CreateConnectionResponse {
|
|
|
5070
4990
|
|
|
5071
4991
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5072
4992
|
|
|
5073
|
-
webhook_configured_at?: string | null;
|
|
5074
|
-
|
|
5075
4993
|
webhook_identifier?: string | null;
|
|
5076
4994
|
}
|
|
5077
4995
|
|
|
@@ -5195,8 +5113,6 @@ export namespace CreateConnectionResponse {
|
|
|
5195
5113
|
|
|
5196
5114
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5197
5115
|
|
|
5198
|
-
webhook_configured_at?: string | null;
|
|
5199
|
-
|
|
5200
5116
|
webhook_identifier?: string | null;
|
|
5201
5117
|
}
|
|
5202
5118
|
|
|
@@ -5315,8 +5231,6 @@ export namespace CreateConnectionResponse {
|
|
|
5315
5231
|
|
|
5316
5232
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5317
5233
|
|
|
5318
|
-
webhook_configured_at?: string | null;
|
|
5319
|
-
|
|
5320
5234
|
webhook_identifier?: string | null;
|
|
5321
5235
|
}
|
|
5322
5236
|
|
|
@@ -5386,8 +5300,6 @@ export namespace CreateConnectionResponse {
|
|
|
5386
5300
|
|
|
5387
5301
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5388
5302
|
|
|
5389
|
-
webhook_configured_at?: string | null;
|
|
5390
|
-
|
|
5391
5303
|
webhook_identifier?: string | null;
|
|
5392
5304
|
}
|
|
5393
5305
|
|
|
@@ -5407,6 +5319,11 @@ export namespace CreateConnectionResponse {
|
|
|
5407
5319
|
}
|
|
5408
5320
|
|
|
5409
5321
|
export interface PublicSettings {
|
|
5322
|
+
/**
|
|
5323
|
+
* Icon URL for the connection
|
|
5324
|
+
*/
|
|
5325
|
+
icon_url?: string;
|
|
5326
|
+
|
|
5410
5327
|
/**
|
|
5411
5328
|
* MCP transport type detected during connection
|
|
5412
5329
|
*/
|
|
@@ -5566,8 +5483,6 @@ export namespace CreateConnectionResponse {
|
|
|
5566
5483
|
|
|
5567
5484
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5568
5485
|
|
|
5569
|
-
webhook_configured_at?: string | null;
|
|
5570
|
-
|
|
5571
5486
|
webhook_identifier?: string | null;
|
|
5572
5487
|
}
|
|
5573
5488
|
|
|
@@ -5681,8 +5596,6 @@ export namespace CreateConnectionResponse {
|
|
|
5681
5596
|
|
|
5682
5597
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5683
5598
|
|
|
5684
|
-
webhook_configured_at?: string | null;
|
|
5685
|
-
|
|
5686
5599
|
webhook_identifier?: string | null;
|
|
5687
5600
|
}
|
|
5688
5601
|
|
|
@@ -5762,8 +5675,6 @@ export namespace CreateConnectionResponse {
|
|
|
5762
5675
|
|
|
5763
5676
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5764
5677
|
|
|
5765
|
-
webhook_configured_at?: string | null;
|
|
5766
|
-
|
|
5767
5678
|
webhook_identifier?: string | null;
|
|
5768
5679
|
}
|
|
5769
5680
|
|
|
@@ -5833,8 +5744,6 @@ export namespace CreateConnectionResponse {
|
|
|
5833
5744
|
|
|
5834
5745
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5835
5746
|
|
|
5836
|
-
webhook_configured_at?: string | null;
|
|
5837
|
-
|
|
5838
5747
|
webhook_identifier?: string | null;
|
|
5839
5748
|
}
|
|
5840
5749
|
|
|
@@ -5909,8 +5818,6 @@ export namespace CreateConnectionResponse {
|
|
|
5909
5818
|
|
|
5910
5819
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5911
5820
|
|
|
5912
|
-
webhook_configured_at?: string | null;
|
|
5913
|
-
|
|
5914
5821
|
webhook_identifier?: string | null;
|
|
5915
5822
|
}
|
|
5916
5823
|
|
|
@@ -5985,8 +5892,6 @@ export namespace CreateConnectionResponse {
|
|
|
5985
5892
|
|
|
5986
5893
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5987
5894
|
|
|
5988
|
-
webhook_configured_at?: string | null;
|
|
5989
|
-
|
|
5990
5895
|
webhook_identifier?: string | null;
|
|
5991
5896
|
}
|
|
5992
5897
|
|
|
@@ -6059,8 +5964,6 @@ export namespace CreateConnectionResponse {
|
|
|
6059
5964
|
|
|
6060
5965
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6061
5966
|
|
|
6062
|
-
webhook_configured_at?: string | null;
|
|
6063
|
-
|
|
6064
5967
|
webhook_identifier?: string | null;
|
|
6065
5968
|
}
|
|
6066
5969
|
|
|
@@ -6273,8 +6176,6 @@ export namespace CreateConnectionResponse {
|
|
|
6273
6176
|
|
|
6274
6177
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6275
6178
|
|
|
6276
|
-
webhook_configured_at?: string | null;
|
|
6277
|
-
|
|
6278
6179
|
webhook_identifier?: string | null;
|
|
6279
6180
|
}
|
|
6280
6181
|
|
|
@@ -6404,8 +6305,6 @@ export namespace CreateConnectionResponse {
|
|
|
6404
6305
|
|
|
6405
6306
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6406
6307
|
|
|
6407
|
-
webhook_configured_at?: string | null;
|
|
6408
|
-
|
|
6409
6308
|
webhook_identifier?: string | null;
|
|
6410
6309
|
}
|
|
6411
6310
|
|
|
@@ -6523,8 +6422,6 @@ export namespace CreateConnectionResponse {
|
|
|
6523
6422
|
|
|
6524
6423
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6525
6424
|
|
|
6526
|
-
webhook_configured_at?: string | null;
|
|
6527
|
-
|
|
6528
6425
|
webhook_identifier?: string | null;
|
|
6529
6426
|
}
|
|
6530
6427
|
|
|
@@ -6603,8 +6500,6 @@ export namespace CreateConnectionResponse {
|
|
|
6603
6500
|
|
|
6604
6501
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6605
6502
|
|
|
6606
|
-
webhook_configured_at?: string | null;
|
|
6607
|
-
|
|
6608
6503
|
webhook_identifier?: string | null;
|
|
6609
6504
|
}
|
|
6610
6505
|
|
|
@@ -12505,8 +12400,6 @@ export namespace GetConnectionResponse {
|
|
|
12505
12400
|
|
|
12506
12401
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12507
12402
|
|
|
12508
|
-
webhook_configured_at?: string | null;
|
|
12509
|
-
|
|
12510
12403
|
webhook_identifier?: string | null;
|
|
12511
12404
|
}
|
|
12512
12405
|
|
|
@@ -12579,8 +12472,6 @@ export namespace GetConnectionResponse {
|
|
|
12579
12472
|
|
|
12580
12473
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12581
12474
|
|
|
12582
|
-
webhook_configured_at?: string | null;
|
|
12583
|
-
|
|
12584
12475
|
webhook_identifier?: string | null;
|
|
12585
12476
|
}
|
|
12586
12477
|
|
|
@@ -12699,8 +12590,6 @@ export namespace GetConnectionResponse {
|
|
|
12699
12590
|
|
|
12700
12591
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12701
12592
|
|
|
12702
|
-
webhook_configured_at?: string | null;
|
|
12703
|
-
|
|
12704
12593
|
webhook_identifier?: string | null;
|
|
12705
12594
|
}
|
|
12706
12595
|
|
|
@@ -12773,8 +12662,6 @@ export namespace GetConnectionResponse {
|
|
|
12773
12662
|
|
|
12774
12663
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12775
12664
|
|
|
12776
|
-
webhook_configured_at?: string | null;
|
|
12777
|
-
|
|
12778
12665
|
webhook_identifier?: string | null;
|
|
12779
12666
|
}
|
|
12780
12667
|
|
|
@@ -12893,8 +12780,6 @@ export namespace GetConnectionResponse {
|
|
|
12893
12780
|
|
|
12894
12781
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12895
12782
|
|
|
12896
|
-
webhook_configured_at?: string | null;
|
|
12897
|
-
|
|
12898
12783
|
webhook_identifier?: string | null;
|
|
12899
12784
|
}
|
|
12900
12785
|
|
|
@@ -13019,8 +12904,6 @@ export namespace GetConnectionResponse {
|
|
|
13019
12904
|
|
|
13020
12905
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13021
12906
|
|
|
13022
|
-
webhook_configured_at?: string | null;
|
|
13023
|
-
|
|
13024
12907
|
webhook_identifier?: string | null;
|
|
13025
12908
|
}
|
|
13026
12909
|
|
|
@@ -13139,8 +13022,6 @@ export namespace GetConnectionResponse {
|
|
|
13139
13022
|
|
|
13140
13023
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13141
13024
|
|
|
13142
|
-
webhook_configured_at?: string | null;
|
|
13143
|
-
|
|
13144
13025
|
webhook_identifier?: string | null;
|
|
13145
13026
|
}
|
|
13146
13027
|
|
|
@@ -13259,8 +13140,6 @@ export namespace GetConnectionResponse {
|
|
|
13259
13140
|
|
|
13260
13141
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13261
13142
|
|
|
13262
|
-
webhook_configured_at?: string | null;
|
|
13263
|
-
|
|
13264
13143
|
webhook_identifier?: string | null;
|
|
13265
13144
|
}
|
|
13266
13145
|
|
|
@@ -13379,8 +13258,6 @@ export namespace GetConnectionResponse {
|
|
|
13379
13258
|
|
|
13380
13259
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13381
13260
|
|
|
13382
|
-
webhook_configured_at?: string | null;
|
|
13383
|
-
|
|
13384
13261
|
webhook_identifier?: string | null;
|
|
13385
13262
|
}
|
|
13386
13263
|
|
|
@@ -13499,8 +13376,6 @@ export namespace GetConnectionResponse {
|
|
|
13499
13376
|
|
|
13500
13377
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13501
13378
|
|
|
13502
|
-
webhook_configured_at?: string | null;
|
|
13503
|
-
|
|
13504
13379
|
webhook_identifier?: string | null;
|
|
13505
13380
|
}
|
|
13506
13381
|
|
|
@@ -13619,8 +13494,6 @@ export namespace GetConnectionResponse {
|
|
|
13619
13494
|
|
|
13620
13495
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13621
13496
|
|
|
13622
|
-
webhook_configured_at?: string | null;
|
|
13623
|
-
|
|
13624
13497
|
webhook_identifier?: string | null;
|
|
13625
13498
|
}
|
|
13626
13499
|
|
|
@@ -13744,8 +13617,6 @@ export namespace GetConnectionResponse {
|
|
|
13744
13617
|
|
|
13745
13618
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13746
13619
|
|
|
13747
|
-
webhook_configured_at?: string | null;
|
|
13748
|
-
|
|
13749
13620
|
webhook_identifier?: string | null;
|
|
13750
13621
|
}
|
|
13751
13622
|
|
|
@@ -13877,8 +13748,6 @@ export namespace GetConnectionResponse {
|
|
|
13877
13748
|
|
|
13878
13749
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13879
13750
|
|
|
13880
|
-
webhook_configured_at?: string | null;
|
|
13881
|
-
|
|
13882
13751
|
webhook_identifier?: string | null;
|
|
13883
13752
|
}
|
|
13884
13753
|
|
|
@@ -13997,8 +13866,6 @@ export namespace GetConnectionResponse {
|
|
|
13997
13866
|
|
|
13998
13867
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13999
13868
|
|
|
14000
|
-
webhook_configured_at?: string | null;
|
|
14001
|
-
|
|
14002
13869
|
webhook_identifier?: string | null;
|
|
14003
13870
|
}
|
|
14004
13871
|
|
|
@@ -14117,8 +13984,6 @@ export namespace GetConnectionResponse {
|
|
|
14117
13984
|
|
|
14118
13985
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14119
13986
|
|
|
14120
|
-
webhook_configured_at?: string | null;
|
|
14121
|
-
|
|
14122
13987
|
webhook_identifier?: string | null;
|
|
14123
13988
|
}
|
|
14124
13989
|
|
|
@@ -14237,8 +14102,6 @@ export namespace GetConnectionResponse {
|
|
|
14237
14102
|
|
|
14238
14103
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14239
14104
|
|
|
14240
|
-
webhook_configured_at?: string | null;
|
|
14241
|
-
|
|
14242
14105
|
webhook_identifier?: string | null;
|
|
14243
14106
|
}
|
|
14244
14107
|
|
|
@@ -14357,8 +14220,6 @@ export namespace GetConnectionResponse {
|
|
|
14357
14220
|
|
|
14358
14221
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14359
14222
|
|
|
14360
|
-
webhook_configured_at?: string | null;
|
|
14361
|
-
|
|
14362
14223
|
webhook_identifier?: string | null;
|
|
14363
14224
|
}
|
|
14364
14225
|
|
|
@@ -14477,8 +14338,6 @@ export namespace GetConnectionResponse {
|
|
|
14477
14338
|
|
|
14478
14339
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14479
14340
|
|
|
14480
|
-
webhook_configured_at?: string | null;
|
|
14481
|
-
|
|
14482
14341
|
webhook_identifier?: string | null;
|
|
14483
14342
|
}
|
|
14484
14343
|
|
|
@@ -14597,8 +14456,6 @@ export namespace GetConnectionResponse {
|
|
|
14597
14456
|
|
|
14598
14457
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14599
14458
|
|
|
14600
|
-
webhook_configured_at?: string | null;
|
|
14601
|
-
|
|
14602
14459
|
webhook_identifier?: string | null;
|
|
14603
14460
|
}
|
|
14604
14461
|
|
|
@@ -14717,8 +14574,6 @@ export namespace GetConnectionResponse {
|
|
|
14717
14574
|
|
|
14718
14575
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14719
14576
|
|
|
14720
|
-
webhook_configured_at?: string | null;
|
|
14721
|
-
|
|
14722
14577
|
webhook_identifier?: string | null;
|
|
14723
14578
|
}
|
|
14724
14579
|
|
|
@@ -14837,8 +14692,6 @@ export namespace GetConnectionResponse {
|
|
|
14837
14692
|
|
|
14838
14693
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14839
14694
|
|
|
14840
|
-
webhook_configured_at?: string | null;
|
|
14841
|
-
|
|
14842
14695
|
webhook_identifier?: string | null;
|
|
14843
14696
|
}
|
|
14844
14697
|
|
|
@@ -14957,8 +14810,6 @@ export namespace GetConnectionResponse {
|
|
|
14957
14810
|
|
|
14958
14811
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14959
14812
|
|
|
14960
|
-
webhook_configured_at?: string | null;
|
|
14961
|
-
|
|
14962
14813
|
webhook_identifier?: string | null;
|
|
14963
14814
|
}
|
|
14964
14815
|
|
|
@@ -15077,8 +14928,6 @@ export namespace GetConnectionResponse {
|
|
|
15077
14928
|
|
|
15078
14929
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15079
14930
|
|
|
15080
|
-
webhook_configured_at?: string | null;
|
|
15081
|
-
|
|
15082
14931
|
webhook_identifier?: string | null;
|
|
15083
14932
|
}
|
|
15084
14933
|
|
|
@@ -15197,8 +15046,6 @@ export namespace GetConnectionResponse {
|
|
|
15197
15046
|
|
|
15198
15047
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15199
15048
|
|
|
15200
|
-
webhook_configured_at?: string | null;
|
|
15201
|
-
|
|
15202
15049
|
webhook_identifier?: string | null;
|
|
15203
15050
|
}
|
|
15204
15051
|
|
|
@@ -15317,8 +15164,6 @@ export namespace GetConnectionResponse {
|
|
|
15317
15164
|
|
|
15318
15165
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15319
15166
|
|
|
15320
|
-
webhook_configured_at?: string | null;
|
|
15321
|
-
|
|
15322
15167
|
webhook_identifier?: string | null;
|
|
15323
15168
|
}
|
|
15324
15169
|
|
|
@@ -15349,7 +15194,7 @@ export namespace GetConnectionResponse {
|
|
|
15349
15194
|
/**
|
|
15350
15195
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
15351
15196
|
*/
|
|
15352
|
-
app_id?: number;
|
|
15197
|
+
app_id?: number | string;
|
|
15353
15198
|
|
|
15354
15199
|
/**
|
|
15355
15200
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -15447,8 +15292,6 @@ export namespace GetConnectionResponse {
|
|
|
15447
15292
|
|
|
15448
15293
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15449
15294
|
|
|
15450
|
-
webhook_configured_at?: string | null;
|
|
15451
|
-
|
|
15452
15295
|
webhook_identifier?: string | null;
|
|
15453
15296
|
}
|
|
15454
15297
|
|
|
@@ -15567,8 +15410,6 @@ export namespace GetConnectionResponse {
|
|
|
15567
15410
|
|
|
15568
15411
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15569
15412
|
|
|
15570
|
-
webhook_configured_at?: string | null;
|
|
15571
|
-
|
|
15572
15413
|
webhook_identifier?: string | null;
|
|
15573
15414
|
}
|
|
15574
15415
|
|
|
@@ -15692,8 +15533,6 @@ export namespace GetConnectionResponse {
|
|
|
15692
15533
|
|
|
15693
15534
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15694
15535
|
|
|
15695
|
-
webhook_configured_at?: string | null;
|
|
15696
|
-
|
|
15697
15536
|
webhook_identifier?: string | null;
|
|
15698
15537
|
}
|
|
15699
15538
|
|
|
@@ -15812,8 +15651,6 @@ export namespace GetConnectionResponse {
|
|
|
15812
15651
|
|
|
15813
15652
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15814
15653
|
|
|
15815
|
-
webhook_configured_at?: string | null;
|
|
15816
|
-
|
|
15817
15654
|
webhook_identifier?: string | null;
|
|
15818
15655
|
}
|
|
15819
15656
|
|
|
@@ -15932,8 +15769,6 @@ export namespace GetConnectionResponse {
|
|
|
15932
15769
|
|
|
15933
15770
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15934
15771
|
|
|
15935
|
-
webhook_configured_at?: string | null;
|
|
15936
|
-
|
|
15937
15772
|
webhook_identifier?: string | null;
|
|
15938
15773
|
}
|
|
15939
15774
|
|
|
@@ -16052,8 +15887,6 @@ export namespace GetConnectionResponse {
|
|
|
16052
15887
|
|
|
16053
15888
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16054
15889
|
|
|
16055
|
-
webhook_configured_at?: string | null;
|
|
16056
|
-
|
|
16057
15890
|
webhook_identifier?: string | null;
|
|
16058
15891
|
}
|
|
16059
15892
|
|
|
@@ -16172,8 +16005,6 @@ export namespace GetConnectionResponse {
|
|
|
16172
16005
|
|
|
16173
16006
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16174
16007
|
|
|
16175
|
-
webhook_configured_at?: string | null;
|
|
16176
|
-
|
|
16177
16008
|
webhook_identifier?: string | null;
|
|
16178
16009
|
}
|
|
16179
16010
|
|
|
@@ -16292,8 +16123,6 @@ export namespace GetConnectionResponse {
|
|
|
16292
16123
|
|
|
16293
16124
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16294
16125
|
|
|
16295
|
-
webhook_configured_at?: string | null;
|
|
16296
|
-
|
|
16297
16126
|
webhook_identifier?: string | null;
|
|
16298
16127
|
}
|
|
16299
16128
|
|
|
@@ -16417,8 +16246,6 @@ export namespace GetConnectionResponse {
|
|
|
16417
16246
|
|
|
16418
16247
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16419
16248
|
|
|
16420
|
-
webhook_configured_at?: string | null;
|
|
16421
|
-
|
|
16422
16249
|
webhook_identifier?: string | null;
|
|
16423
16250
|
}
|
|
16424
16251
|
|
|
@@ -16537,8 +16364,6 @@ export namespace GetConnectionResponse {
|
|
|
16537
16364
|
|
|
16538
16365
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16539
16366
|
|
|
16540
|
-
webhook_configured_at?: string | null;
|
|
16541
|
-
|
|
16542
16367
|
webhook_identifier?: string | null;
|
|
16543
16368
|
}
|
|
16544
16369
|
|
|
@@ -16657,8 +16482,6 @@ export namespace GetConnectionResponse {
|
|
|
16657
16482
|
|
|
16658
16483
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16659
16484
|
|
|
16660
|
-
webhook_configured_at?: string | null;
|
|
16661
|
-
|
|
16662
16485
|
webhook_identifier?: string | null;
|
|
16663
16486
|
}
|
|
16664
16487
|
|
|
@@ -16777,8 +16600,6 @@ export namespace GetConnectionResponse {
|
|
|
16777
16600
|
|
|
16778
16601
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16779
16602
|
|
|
16780
|
-
webhook_configured_at?: string | null;
|
|
16781
|
-
|
|
16782
16603
|
webhook_identifier?: string | null;
|
|
16783
16604
|
}
|
|
16784
16605
|
|
|
@@ -16903,8 +16724,6 @@ export namespace GetConnectionResponse {
|
|
|
16903
16724
|
|
|
16904
16725
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16905
16726
|
|
|
16906
|
-
webhook_configured_at?: string | null;
|
|
16907
|
-
|
|
16908
16727
|
webhook_identifier?: string | null;
|
|
16909
16728
|
}
|
|
16910
16729
|
|
|
@@ -17023,8 +16842,6 @@ export namespace GetConnectionResponse {
|
|
|
17023
16842
|
|
|
17024
16843
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17025
16844
|
|
|
17026
|
-
webhook_configured_at?: string | null;
|
|
17027
|
-
|
|
17028
16845
|
webhook_identifier?: string | null;
|
|
17029
16846
|
}
|
|
17030
16847
|
|
|
@@ -17143,8 +16960,6 @@ export namespace GetConnectionResponse {
|
|
|
17143
16960
|
|
|
17144
16961
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17145
16962
|
|
|
17146
|
-
webhook_configured_at?: string | null;
|
|
17147
|
-
|
|
17148
16963
|
webhook_identifier?: string | null;
|
|
17149
16964
|
}
|
|
17150
16965
|
|
|
@@ -17263,8 +17078,6 @@ export namespace GetConnectionResponse {
|
|
|
17263
17078
|
|
|
17264
17079
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17265
17080
|
|
|
17266
|
-
webhook_configured_at?: string | null;
|
|
17267
|
-
|
|
17268
17081
|
webhook_identifier?: string | null;
|
|
17269
17082
|
}
|
|
17270
17083
|
|
|
@@ -17388,8 +17201,6 @@ export namespace GetConnectionResponse {
|
|
|
17388
17201
|
|
|
17389
17202
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17390
17203
|
|
|
17391
|
-
webhook_configured_at?: string | null;
|
|
17392
|
-
|
|
17393
17204
|
webhook_identifier?: string | null;
|
|
17394
17205
|
}
|
|
17395
17206
|
|
|
@@ -17508,8 +17319,6 @@ export namespace GetConnectionResponse {
|
|
|
17508
17319
|
|
|
17509
17320
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17510
17321
|
|
|
17511
|
-
webhook_configured_at?: string | null;
|
|
17512
|
-
|
|
17513
17322
|
webhook_identifier?: string | null;
|
|
17514
17323
|
}
|
|
17515
17324
|
|
|
@@ -17579,8 +17388,6 @@ export namespace GetConnectionResponse {
|
|
|
17579
17388
|
|
|
17580
17389
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17581
17390
|
|
|
17582
|
-
webhook_configured_at?: string | null;
|
|
17583
|
-
|
|
17584
17391
|
webhook_identifier?: string | null;
|
|
17585
17392
|
}
|
|
17586
17393
|
|
|
@@ -17600,6 +17407,11 @@ export namespace GetConnectionResponse {
|
|
|
17600
17407
|
}
|
|
17601
17408
|
|
|
17602
17409
|
export interface PublicSettings {
|
|
17410
|
+
/**
|
|
17411
|
+
* Icon URL for the connection
|
|
17412
|
+
*/
|
|
17413
|
+
icon_url?: string;
|
|
17414
|
+
|
|
17603
17415
|
/**
|
|
17604
17416
|
* MCP transport type detected during connection
|
|
17605
17417
|
*/
|
|
@@ -17759,8 +17571,6 @@ export namespace GetConnectionResponse {
|
|
|
17759
17571
|
|
|
17760
17572
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17761
17573
|
|
|
17762
|
-
webhook_configured_at?: string | null;
|
|
17763
|
-
|
|
17764
17574
|
webhook_identifier?: string | null;
|
|
17765
17575
|
}
|
|
17766
17576
|
|
|
@@ -17874,8 +17684,6 @@ export namespace GetConnectionResponse {
|
|
|
17874
17684
|
|
|
17875
17685
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17876
17686
|
|
|
17877
|
-
webhook_configured_at?: string | null;
|
|
17878
|
-
|
|
17879
17687
|
webhook_identifier?: string | null;
|
|
17880
17688
|
}
|
|
17881
17689
|
|
|
@@ -17955,8 +17763,6 @@ export namespace GetConnectionResponse {
|
|
|
17955
17763
|
|
|
17956
17764
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17957
17765
|
|
|
17958
|
-
webhook_configured_at?: string | null;
|
|
17959
|
-
|
|
17960
17766
|
webhook_identifier?: string | null;
|
|
17961
17767
|
}
|
|
17962
17768
|
|
|
@@ -18026,8 +17832,6 @@ export namespace GetConnectionResponse {
|
|
|
18026
17832
|
|
|
18027
17833
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18028
17834
|
|
|
18029
|
-
webhook_configured_at?: string | null;
|
|
18030
|
-
|
|
18031
17835
|
webhook_identifier?: string | null;
|
|
18032
17836
|
}
|
|
18033
17837
|
|
|
@@ -18102,8 +17906,6 @@ export namespace GetConnectionResponse {
|
|
|
18102
17906
|
|
|
18103
17907
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18104
17908
|
|
|
18105
|
-
webhook_configured_at?: string | null;
|
|
18106
|
-
|
|
18107
17909
|
webhook_identifier?: string | null;
|
|
18108
17910
|
}
|
|
18109
17911
|
|
|
@@ -18178,8 +17980,6 @@ export namespace GetConnectionResponse {
|
|
|
18178
17980
|
|
|
18179
17981
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18180
17982
|
|
|
18181
|
-
webhook_configured_at?: string | null;
|
|
18182
|
-
|
|
18183
17983
|
webhook_identifier?: string | null;
|
|
18184
17984
|
}
|
|
18185
17985
|
|
|
@@ -18252,8 +18052,6 @@ export namespace GetConnectionResponse {
|
|
|
18252
18052
|
|
|
18253
18053
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18254
18054
|
|
|
18255
|
-
webhook_configured_at?: string | null;
|
|
18256
|
-
|
|
18257
18055
|
webhook_identifier?: string | null;
|
|
18258
18056
|
}
|
|
18259
18057
|
|
|
@@ -18466,8 +18264,6 @@ export namespace GetConnectionResponse {
|
|
|
18466
18264
|
|
|
18467
18265
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18468
18266
|
|
|
18469
|
-
webhook_configured_at?: string | null;
|
|
18470
|
-
|
|
18471
18267
|
webhook_identifier?: string | null;
|
|
18472
18268
|
}
|
|
18473
18269
|
|
|
@@ -18597,8 +18393,6 @@ export namespace GetConnectionResponse {
|
|
|
18597
18393
|
|
|
18598
18394
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18599
18395
|
|
|
18600
|
-
webhook_configured_at?: string | null;
|
|
18601
|
-
|
|
18602
18396
|
webhook_identifier?: string | null;
|
|
18603
18397
|
}
|
|
18604
18398
|
|
|
@@ -18716,8 +18510,6 @@ export namespace GetConnectionResponse {
|
|
|
18716
18510
|
|
|
18717
18511
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18718
18512
|
|
|
18719
|
-
webhook_configured_at?: string | null;
|
|
18720
|
-
|
|
18721
18513
|
webhook_identifier?: string | null;
|
|
18722
18514
|
}
|
|
18723
18515
|
|
|
@@ -18796,8 +18588,6 @@ export namespace GetConnectionResponse {
|
|
|
18796
18588
|
|
|
18797
18589
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18798
18590
|
|
|
18799
|
-
webhook_configured_at?: string | null;
|
|
18800
|
-
|
|
18801
18591
|
webhook_identifier?: string | null;
|
|
18802
18592
|
}
|
|
18803
18593
|
|
|
@@ -18956,8 +18746,6 @@ export namespace ListConnectionsResponse {
|
|
|
18956
18746
|
|
|
18957
18747
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18958
18748
|
|
|
18959
|
-
webhook_configured_at?: string | null;
|
|
18960
|
-
|
|
18961
18749
|
webhook_identifier?: string | null;
|
|
18962
18750
|
}
|
|
18963
18751
|
|
|
@@ -19030,8 +18818,6 @@ export namespace ListConnectionsResponse {
|
|
|
19030
18818
|
|
|
19031
18819
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19032
18820
|
|
|
19033
|
-
webhook_configured_at?: string | null;
|
|
19034
|
-
|
|
19035
18821
|
webhook_identifier?: string | null;
|
|
19036
18822
|
}
|
|
19037
18823
|
|
|
@@ -19150,8 +18936,6 @@ export namespace ListConnectionsResponse {
|
|
|
19150
18936
|
|
|
19151
18937
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19152
18938
|
|
|
19153
|
-
webhook_configured_at?: string | null;
|
|
19154
|
-
|
|
19155
18939
|
webhook_identifier?: string | null;
|
|
19156
18940
|
}
|
|
19157
18941
|
|
|
@@ -19224,8 +19008,6 @@ export namespace ListConnectionsResponse {
|
|
|
19224
19008
|
|
|
19225
19009
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19226
19010
|
|
|
19227
|
-
webhook_configured_at?: string | null;
|
|
19228
|
-
|
|
19229
19011
|
webhook_identifier?: string | null;
|
|
19230
19012
|
}
|
|
19231
19013
|
|
|
@@ -19344,8 +19126,6 @@ export namespace ListConnectionsResponse {
|
|
|
19344
19126
|
|
|
19345
19127
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19346
19128
|
|
|
19347
|
-
webhook_configured_at?: string | null;
|
|
19348
|
-
|
|
19349
19129
|
webhook_identifier?: string | null;
|
|
19350
19130
|
}
|
|
19351
19131
|
|
|
@@ -19470,8 +19250,6 @@ export namespace ListConnectionsResponse {
|
|
|
19470
19250
|
|
|
19471
19251
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19472
19252
|
|
|
19473
|
-
webhook_configured_at?: string | null;
|
|
19474
|
-
|
|
19475
19253
|
webhook_identifier?: string | null;
|
|
19476
19254
|
}
|
|
19477
19255
|
|
|
@@ -19590,8 +19368,6 @@ export namespace ListConnectionsResponse {
|
|
|
19590
19368
|
|
|
19591
19369
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19592
19370
|
|
|
19593
|
-
webhook_configured_at?: string | null;
|
|
19594
|
-
|
|
19595
19371
|
webhook_identifier?: string | null;
|
|
19596
19372
|
}
|
|
19597
19373
|
|
|
@@ -19710,8 +19486,6 @@ export namespace ListConnectionsResponse {
|
|
|
19710
19486
|
|
|
19711
19487
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19712
19488
|
|
|
19713
|
-
webhook_configured_at?: string | null;
|
|
19714
|
-
|
|
19715
19489
|
webhook_identifier?: string | null;
|
|
19716
19490
|
}
|
|
19717
19491
|
|
|
@@ -19830,8 +19604,6 @@ export namespace ListConnectionsResponse {
|
|
|
19830
19604
|
|
|
19831
19605
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19832
19606
|
|
|
19833
|
-
webhook_configured_at?: string | null;
|
|
19834
|
-
|
|
19835
19607
|
webhook_identifier?: string | null;
|
|
19836
19608
|
}
|
|
19837
19609
|
|
|
@@ -19950,8 +19722,6 @@ export namespace ListConnectionsResponse {
|
|
|
19950
19722
|
|
|
19951
19723
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19952
19724
|
|
|
19953
|
-
webhook_configured_at?: string | null;
|
|
19954
|
-
|
|
19955
19725
|
webhook_identifier?: string | null;
|
|
19956
19726
|
}
|
|
19957
19727
|
|
|
@@ -20070,8 +19840,6 @@ export namespace ListConnectionsResponse {
|
|
|
20070
19840
|
|
|
20071
19841
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20072
19842
|
|
|
20073
|
-
webhook_configured_at?: string | null;
|
|
20074
|
-
|
|
20075
19843
|
webhook_identifier?: string | null;
|
|
20076
19844
|
}
|
|
20077
19845
|
|
|
@@ -20195,8 +19963,6 @@ export namespace ListConnectionsResponse {
|
|
|
20195
19963
|
|
|
20196
19964
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20197
19965
|
|
|
20198
|
-
webhook_configured_at?: string | null;
|
|
20199
|
-
|
|
20200
19966
|
webhook_identifier?: string | null;
|
|
20201
19967
|
}
|
|
20202
19968
|
|
|
@@ -20328,8 +20094,6 @@ export namespace ListConnectionsResponse {
|
|
|
20328
20094
|
|
|
20329
20095
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20330
20096
|
|
|
20331
|
-
webhook_configured_at?: string | null;
|
|
20332
|
-
|
|
20333
20097
|
webhook_identifier?: string | null;
|
|
20334
20098
|
}
|
|
20335
20099
|
|
|
@@ -20448,8 +20212,6 @@ export namespace ListConnectionsResponse {
|
|
|
20448
20212
|
|
|
20449
20213
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20450
20214
|
|
|
20451
|
-
webhook_configured_at?: string | null;
|
|
20452
|
-
|
|
20453
20215
|
webhook_identifier?: string | null;
|
|
20454
20216
|
}
|
|
20455
20217
|
|
|
@@ -20568,8 +20330,6 @@ export namespace ListConnectionsResponse {
|
|
|
20568
20330
|
|
|
20569
20331
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20570
20332
|
|
|
20571
|
-
webhook_configured_at?: string | null;
|
|
20572
|
-
|
|
20573
20333
|
webhook_identifier?: string | null;
|
|
20574
20334
|
}
|
|
20575
20335
|
|
|
@@ -20688,8 +20448,6 @@ export namespace ListConnectionsResponse {
|
|
|
20688
20448
|
|
|
20689
20449
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20690
20450
|
|
|
20691
|
-
webhook_configured_at?: string | null;
|
|
20692
|
-
|
|
20693
20451
|
webhook_identifier?: string | null;
|
|
20694
20452
|
}
|
|
20695
20453
|
|
|
@@ -20808,8 +20566,6 @@ export namespace ListConnectionsResponse {
|
|
|
20808
20566
|
|
|
20809
20567
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20810
20568
|
|
|
20811
|
-
webhook_configured_at?: string | null;
|
|
20812
|
-
|
|
20813
20569
|
webhook_identifier?: string | null;
|
|
20814
20570
|
}
|
|
20815
20571
|
|
|
@@ -20928,8 +20684,6 @@ export namespace ListConnectionsResponse {
|
|
|
20928
20684
|
|
|
20929
20685
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20930
20686
|
|
|
20931
|
-
webhook_configured_at?: string | null;
|
|
20932
|
-
|
|
20933
20687
|
webhook_identifier?: string | null;
|
|
20934
20688
|
}
|
|
20935
20689
|
|
|
@@ -21048,8 +20802,6 @@ export namespace ListConnectionsResponse {
|
|
|
21048
20802
|
|
|
21049
20803
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21050
20804
|
|
|
21051
|
-
webhook_configured_at?: string | null;
|
|
21052
|
-
|
|
21053
20805
|
webhook_identifier?: string | null;
|
|
21054
20806
|
}
|
|
21055
20807
|
|
|
@@ -21168,8 +20920,6 @@ export namespace ListConnectionsResponse {
|
|
|
21168
20920
|
|
|
21169
20921
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21170
20922
|
|
|
21171
|
-
webhook_configured_at?: string | null;
|
|
21172
|
-
|
|
21173
20923
|
webhook_identifier?: string | null;
|
|
21174
20924
|
}
|
|
21175
20925
|
|
|
@@ -21288,8 +21038,6 @@ export namespace ListConnectionsResponse {
|
|
|
21288
21038
|
|
|
21289
21039
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21290
21040
|
|
|
21291
|
-
webhook_configured_at?: string | null;
|
|
21292
|
-
|
|
21293
21041
|
webhook_identifier?: string | null;
|
|
21294
21042
|
}
|
|
21295
21043
|
|
|
@@ -21408,8 +21156,6 @@ export namespace ListConnectionsResponse {
|
|
|
21408
21156
|
|
|
21409
21157
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21410
21158
|
|
|
21411
|
-
webhook_configured_at?: string | null;
|
|
21412
|
-
|
|
21413
21159
|
webhook_identifier?: string | null;
|
|
21414
21160
|
}
|
|
21415
21161
|
|
|
@@ -21528,8 +21274,6 @@ export namespace ListConnectionsResponse {
|
|
|
21528
21274
|
|
|
21529
21275
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21530
21276
|
|
|
21531
|
-
webhook_configured_at?: string | null;
|
|
21532
|
-
|
|
21533
21277
|
webhook_identifier?: string | null;
|
|
21534
21278
|
}
|
|
21535
21279
|
|
|
@@ -21648,8 +21392,6 @@ export namespace ListConnectionsResponse {
|
|
|
21648
21392
|
|
|
21649
21393
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21650
21394
|
|
|
21651
|
-
webhook_configured_at?: string | null;
|
|
21652
|
-
|
|
21653
21395
|
webhook_identifier?: string | null;
|
|
21654
21396
|
}
|
|
21655
21397
|
|
|
@@ -21768,8 +21510,6 @@ export namespace ListConnectionsResponse {
|
|
|
21768
21510
|
|
|
21769
21511
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21770
21512
|
|
|
21771
|
-
webhook_configured_at?: string | null;
|
|
21772
|
-
|
|
21773
21513
|
webhook_identifier?: string | null;
|
|
21774
21514
|
}
|
|
21775
21515
|
|
|
@@ -21800,7 +21540,7 @@ export namespace ListConnectionsResponse {
|
|
|
21800
21540
|
/**
|
|
21801
21541
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
21802
21542
|
*/
|
|
21803
|
-
app_id?: number;
|
|
21543
|
+
app_id?: number | string;
|
|
21804
21544
|
|
|
21805
21545
|
/**
|
|
21806
21546
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -21898,8 +21638,6 @@ export namespace ListConnectionsResponse {
|
|
|
21898
21638
|
|
|
21899
21639
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21900
21640
|
|
|
21901
|
-
webhook_configured_at?: string | null;
|
|
21902
|
-
|
|
21903
21641
|
webhook_identifier?: string | null;
|
|
21904
21642
|
}
|
|
21905
21643
|
|
|
@@ -22018,8 +21756,6 @@ export namespace ListConnectionsResponse {
|
|
|
22018
21756
|
|
|
22019
21757
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22020
21758
|
|
|
22021
|
-
webhook_configured_at?: string | null;
|
|
22022
|
-
|
|
22023
21759
|
webhook_identifier?: string | null;
|
|
22024
21760
|
}
|
|
22025
21761
|
|
|
@@ -22143,8 +21879,6 @@ export namespace ListConnectionsResponse {
|
|
|
22143
21879
|
|
|
22144
21880
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22145
21881
|
|
|
22146
|
-
webhook_configured_at?: string | null;
|
|
22147
|
-
|
|
22148
21882
|
webhook_identifier?: string | null;
|
|
22149
21883
|
}
|
|
22150
21884
|
|
|
@@ -22263,8 +21997,6 @@ export namespace ListConnectionsResponse {
|
|
|
22263
21997
|
|
|
22264
21998
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22265
21999
|
|
|
22266
|
-
webhook_configured_at?: string | null;
|
|
22267
|
-
|
|
22268
22000
|
webhook_identifier?: string | null;
|
|
22269
22001
|
}
|
|
22270
22002
|
|
|
@@ -22383,8 +22115,6 @@ export namespace ListConnectionsResponse {
|
|
|
22383
22115
|
|
|
22384
22116
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22385
22117
|
|
|
22386
|
-
webhook_configured_at?: string | null;
|
|
22387
|
-
|
|
22388
22118
|
webhook_identifier?: string | null;
|
|
22389
22119
|
}
|
|
22390
22120
|
|
|
@@ -22503,8 +22233,6 @@ export namespace ListConnectionsResponse {
|
|
|
22503
22233
|
|
|
22504
22234
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22505
22235
|
|
|
22506
|
-
webhook_configured_at?: string | null;
|
|
22507
|
-
|
|
22508
22236
|
webhook_identifier?: string | null;
|
|
22509
22237
|
}
|
|
22510
22238
|
|
|
@@ -22623,8 +22351,6 @@ export namespace ListConnectionsResponse {
|
|
|
22623
22351
|
|
|
22624
22352
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22625
22353
|
|
|
22626
|
-
webhook_configured_at?: string | null;
|
|
22627
|
-
|
|
22628
22354
|
webhook_identifier?: string | null;
|
|
22629
22355
|
}
|
|
22630
22356
|
|
|
@@ -22743,8 +22469,6 @@ export namespace ListConnectionsResponse {
|
|
|
22743
22469
|
|
|
22744
22470
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22745
22471
|
|
|
22746
|
-
webhook_configured_at?: string | null;
|
|
22747
|
-
|
|
22748
22472
|
webhook_identifier?: string | null;
|
|
22749
22473
|
}
|
|
22750
22474
|
|
|
@@ -22868,8 +22592,6 @@ export namespace ListConnectionsResponse {
|
|
|
22868
22592
|
|
|
22869
22593
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22870
22594
|
|
|
22871
|
-
webhook_configured_at?: string | null;
|
|
22872
|
-
|
|
22873
22595
|
webhook_identifier?: string | null;
|
|
22874
22596
|
}
|
|
22875
22597
|
|
|
@@ -22988,8 +22710,6 @@ export namespace ListConnectionsResponse {
|
|
|
22988
22710
|
|
|
22989
22711
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22990
22712
|
|
|
22991
|
-
webhook_configured_at?: string | null;
|
|
22992
|
-
|
|
22993
22713
|
webhook_identifier?: string | null;
|
|
22994
22714
|
}
|
|
22995
22715
|
|
|
@@ -23108,8 +22828,6 @@ export namespace ListConnectionsResponse {
|
|
|
23108
22828
|
|
|
23109
22829
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23110
22830
|
|
|
23111
|
-
webhook_configured_at?: string | null;
|
|
23112
|
-
|
|
23113
22831
|
webhook_identifier?: string | null;
|
|
23114
22832
|
}
|
|
23115
22833
|
|
|
@@ -23228,8 +22946,6 @@ export namespace ListConnectionsResponse {
|
|
|
23228
22946
|
|
|
23229
22947
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23230
22948
|
|
|
23231
|
-
webhook_configured_at?: string | null;
|
|
23232
|
-
|
|
23233
22949
|
webhook_identifier?: string | null;
|
|
23234
22950
|
}
|
|
23235
22951
|
|
|
@@ -23354,8 +23070,6 @@ export namespace ListConnectionsResponse {
|
|
|
23354
23070
|
|
|
23355
23071
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23356
23072
|
|
|
23357
|
-
webhook_configured_at?: string | null;
|
|
23358
|
-
|
|
23359
23073
|
webhook_identifier?: string | null;
|
|
23360
23074
|
}
|
|
23361
23075
|
|
|
@@ -23474,8 +23188,6 @@ export namespace ListConnectionsResponse {
|
|
|
23474
23188
|
|
|
23475
23189
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23476
23190
|
|
|
23477
|
-
webhook_configured_at?: string | null;
|
|
23478
|
-
|
|
23479
23191
|
webhook_identifier?: string | null;
|
|
23480
23192
|
}
|
|
23481
23193
|
|
|
@@ -23594,8 +23306,6 @@ export namespace ListConnectionsResponse {
|
|
|
23594
23306
|
|
|
23595
23307
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23596
23308
|
|
|
23597
|
-
webhook_configured_at?: string | null;
|
|
23598
|
-
|
|
23599
23309
|
webhook_identifier?: string | null;
|
|
23600
23310
|
}
|
|
23601
23311
|
|
|
@@ -23714,8 +23424,6 @@ export namespace ListConnectionsResponse {
|
|
|
23714
23424
|
|
|
23715
23425
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23716
23426
|
|
|
23717
|
-
webhook_configured_at?: string | null;
|
|
23718
|
-
|
|
23719
23427
|
webhook_identifier?: string | null;
|
|
23720
23428
|
}
|
|
23721
23429
|
|
|
@@ -23839,8 +23547,6 @@ export namespace ListConnectionsResponse {
|
|
|
23839
23547
|
|
|
23840
23548
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23841
23549
|
|
|
23842
|
-
webhook_configured_at?: string | null;
|
|
23843
|
-
|
|
23844
23550
|
webhook_identifier?: string | null;
|
|
23845
23551
|
}
|
|
23846
23552
|
|
|
@@ -23959,8 +23665,6 @@ export namespace ListConnectionsResponse {
|
|
|
23959
23665
|
|
|
23960
23666
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23961
23667
|
|
|
23962
|
-
webhook_configured_at?: string | null;
|
|
23963
|
-
|
|
23964
23668
|
webhook_identifier?: string | null;
|
|
23965
23669
|
}
|
|
23966
23670
|
|
|
@@ -24030,8 +23734,6 @@ export namespace ListConnectionsResponse {
|
|
|
24030
23734
|
|
|
24031
23735
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24032
23736
|
|
|
24033
|
-
webhook_configured_at?: string | null;
|
|
24034
|
-
|
|
24035
23737
|
webhook_identifier?: string | null;
|
|
24036
23738
|
}
|
|
24037
23739
|
|
|
@@ -24051,6 +23753,11 @@ export namespace ListConnectionsResponse {
|
|
|
24051
23753
|
}
|
|
24052
23754
|
|
|
24053
23755
|
export interface PublicSettings {
|
|
23756
|
+
/**
|
|
23757
|
+
* Icon URL for the connection
|
|
23758
|
+
*/
|
|
23759
|
+
icon_url?: string;
|
|
23760
|
+
|
|
24054
23761
|
/**
|
|
24055
23762
|
* MCP transport type detected during connection
|
|
24056
23763
|
*/
|
|
@@ -24210,8 +23917,6 @@ export namespace ListConnectionsResponse {
|
|
|
24210
23917
|
|
|
24211
23918
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24212
23919
|
|
|
24213
|
-
webhook_configured_at?: string | null;
|
|
24214
|
-
|
|
24215
23920
|
webhook_identifier?: string | null;
|
|
24216
23921
|
}
|
|
24217
23922
|
|
|
@@ -24325,8 +24030,6 @@ export namespace ListConnectionsResponse {
|
|
|
24325
24030
|
|
|
24326
24031
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24327
24032
|
|
|
24328
|
-
webhook_configured_at?: string | null;
|
|
24329
|
-
|
|
24330
24033
|
webhook_identifier?: string | null;
|
|
24331
24034
|
}
|
|
24332
24035
|
|
|
@@ -24406,8 +24109,6 @@ export namespace ListConnectionsResponse {
|
|
|
24406
24109
|
|
|
24407
24110
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24408
24111
|
|
|
24409
|
-
webhook_configured_at?: string | null;
|
|
24410
|
-
|
|
24411
24112
|
webhook_identifier?: string | null;
|
|
24412
24113
|
}
|
|
24413
24114
|
|
|
@@ -24477,8 +24178,6 @@ export namespace ListConnectionsResponse {
|
|
|
24477
24178
|
|
|
24478
24179
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24479
24180
|
|
|
24480
|
-
webhook_configured_at?: string | null;
|
|
24481
|
-
|
|
24482
24181
|
webhook_identifier?: string | null;
|
|
24483
24182
|
}
|
|
24484
24183
|
|
|
@@ -24553,8 +24252,6 @@ export namespace ListConnectionsResponse {
|
|
|
24553
24252
|
|
|
24554
24253
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24555
24254
|
|
|
24556
|
-
webhook_configured_at?: string | null;
|
|
24557
|
-
|
|
24558
24255
|
webhook_identifier?: string | null;
|
|
24559
24256
|
}
|
|
24560
24257
|
|
|
@@ -24629,8 +24326,6 @@ export namespace ListConnectionsResponse {
|
|
|
24629
24326
|
|
|
24630
24327
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24631
24328
|
|
|
24632
|
-
webhook_configured_at?: string | null;
|
|
24633
|
-
|
|
24634
24329
|
webhook_identifier?: string | null;
|
|
24635
24330
|
}
|
|
24636
24331
|
|
|
@@ -24703,8 +24398,6 @@ export namespace ListConnectionsResponse {
|
|
|
24703
24398
|
|
|
24704
24399
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24705
24400
|
|
|
24706
|
-
webhook_configured_at?: string | null;
|
|
24707
|
-
|
|
24708
24401
|
webhook_identifier?: string | null;
|
|
24709
24402
|
}
|
|
24710
24403
|
|
|
@@ -24917,8 +24610,6 @@ export namespace ListConnectionsResponse {
|
|
|
24917
24610
|
|
|
24918
24611
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24919
24612
|
|
|
24920
|
-
webhook_configured_at?: string | null;
|
|
24921
|
-
|
|
24922
24613
|
webhook_identifier?: string | null;
|
|
24923
24614
|
}
|
|
24924
24615
|
|
|
@@ -25048,8 +24739,6 @@ export namespace ListConnectionsResponse {
|
|
|
25048
24739
|
|
|
25049
24740
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25050
24741
|
|
|
25051
|
-
webhook_configured_at?: string | null;
|
|
25052
|
-
|
|
25053
24742
|
webhook_identifier?: string | null;
|
|
25054
24743
|
}
|
|
25055
24744
|
|
|
@@ -25167,8 +24856,6 @@ export namespace ListConnectionsResponse {
|
|
|
25167
24856
|
|
|
25168
24857
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25169
24858
|
|
|
25170
|
-
webhook_configured_at?: string | null;
|
|
25171
|
-
|
|
25172
24859
|
webhook_identifier?: string | null;
|
|
25173
24860
|
}
|
|
25174
24861
|
|
|
@@ -25247,8 +24934,6 @@ export namespace ListConnectionsResponse {
|
|
|
25247
24934
|
|
|
25248
24935
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25249
24936
|
|
|
25250
|
-
webhook_configured_at?: string | null;
|
|
25251
|
-
|
|
25252
24937
|
webhook_identifier?: string | null;
|
|
25253
24938
|
}
|
|
25254
24939
|
|
|
@@ -31371,7 +31056,8 @@ export type ListEventsResponse =
|
|
|
31371
31056
|
| ListEventsResponse.UnionMember17
|
|
31372
31057
|
| ListEventsResponse.UnionMember18
|
|
31373
31058
|
| ListEventsResponse.UnionMember19
|
|
31374
|
-
| ListEventsResponse.UnionMember20
|
|
31059
|
+
| ListEventsResponse.UnionMember20
|
|
31060
|
+
| ListEventsResponse.UnionMember21;
|
|
31375
31061
|
|
|
31376
31062
|
export namespace ListEventsResponse {
|
|
31377
31063
|
export interface UnionMember0 {
|
|
@@ -31924,7 +31610,7 @@ export namespace ListEventsResponse {
|
|
|
31924
31610
|
export interface UnionMember16 {
|
|
31925
31611
|
data: UnionMember16.Data;
|
|
31926
31612
|
|
|
31927
|
-
name: 'connect.connection-
|
|
31613
|
+
name: 'connect.connection-revoked';
|
|
31928
31614
|
|
|
31929
31615
|
id?: string;
|
|
31930
31616
|
|
|
@@ -31950,6 +31636,47 @@ export namespace ListEventsResponse {
|
|
|
31950
31636
|
}
|
|
31951
31637
|
|
|
31952
31638
|
export namespace UnionMember16 {
|
|
31639
|
+
export interface Data {
|
|
31640
|
+
/**
|
|
31641
|
+
* Must start with 'conn\_'
|
|
31642
|
+
*/
|
|
31643
|
+
connection_id: string;
|
|
31644
|
+
|
|
31645
|
+
connector_name: string;
|
|
31646
|
+
|
|
31647
|
+
customer_id: string;
|
|
31648
|
+
}
|
|
31649
|
+
}
|
|
31650
|
+
|
|
31651
|
+
export interface UnionMember17 {
|
|
31652
|
+
data: UnionMember17.Data;
|
|
31653
|
+
|
|
31654
|
+
name: 'connect.connection-checked';
|
|
31655
|
+
|
|
31656
|
+
id?: string;
|
|
31657
|
+
|
|
31658
|
+
connection_id?: string | null;
|
|
31659
|
+
|
|
31660
|
+
connector_name?: string | null;
|
|
31661
|
+
|
|
31662
|
+
customer_id?: string | null;
|
|
31663
|
+
|
|
31664
|
+
org_id?: string | null;
|
|
31665
|
+
|
|
31666
|
+
prompt?: string | null;
|
|
31667
|
+
|
|
31668
|
+
timestamp?: string;
|
|
31669
|
+
|
|
31670
|
+
user?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
31671
|
+
|
|
31672
|
+
user_id?: string | null;
|
|
31673
|
+
|
|
31674
|
+
v?: string | null;
|
|
31675
|
+
|
|
31676
|
+
webhook_name?: string | null;
|
|
31677
|
+
}
|
|
31678
|
+
|
|
31679
|
+
export namespace UnionMember17 {
|
|
31953
31680
|
export interface Data {
|
|
31954
31681
|
/**
|
|
31955
31682
|
* Must start with 'conn\_'
|
|
@@ -31964,7 +31691,7 @@ export namespace ListEventsResponse {
|
|
|
31964
31691
|
}
|
|
31965
31692
|
}
|
|
31966
31693
|
|
|
31967
|
-
export interface
|
|
31694
|
+
export interface UnionMember18 {
|
|
31968
31695
|
data: unknown;
|
|
31969
31696
|
|
|
31970
31697
|
name: 'api.token-copied';
|
|
@@ -31992,7 +31719,7 @@ export namespace ListEventsResponse {
|
|
|
31992
31719
|
webhook_name?: string | null;
|
|
31993
31720
|
}
|
|
31994
31721
|
|
|
31995
|
-
export interface
|
|
31722
|
+
export interface UnionMember19 {
|
|
31996
31723
|
data: unknown;
|
|
31997
31724
|
|
|
31998
31725
|
name: 'api.graphql-request';
|
|
@@ -32020,7 +31747,7 @@ export namespace ListEventsResponse {
|
|
|
32020
31747
|
webhook_name?: string | null;
|
|
32021
31748
|
}
|
|
32022
31749
|
|
|
32023
|
-
export interface
|
|
31750
|
+
export interface UnionMember20 {
|
|
32024
31751
|
data: unknown;
|
|
32025
31752
|
|
|
32026
31753
|
name: 'api.rest-request';
|
|
@@ -32048,8 +31775,8 @@ export namespace ListEventsResponse {
|
|
|
32048
31775
|
webhook_name?: string | null;
|
|
32049
31776
|
}
|
|
32050
31777
|
|
|
32051
|
-
export interface
|
|
32052
|
-
data:
|
|
31778
|
+
export interface UnionMember21 {
|
|
31779
|
+
data: UnionMember21.Data;
|
|
32053
31780
|
|
|
32054
31781
|
name: 'pageview';
|
|
32055
31782
|
|
|
@@ -32076,7 +31803,7 @@ export namespace ListEventsResponse {
|
|
|
32076
31803
|
webhook_name?: string | null;
|
|
32077
31804
|
}
|
|
32078
31805
|
|
|
32079
|
-
export namespace
|
|
31806
|
+
export namespace UnionMember21 {
|
|
32080
31807
|
export interface Data {
|
|
32081
31808
|
current_url: string;
|
|
32082
31809
|
|
|
@@ -32185,8 +31912,6 @@ export namespace PostConnectResponse {
|
|
|
32185
31912
|
|
|
32186
31913
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32187
31914
|
|
|
32188
|
-
webhook_configured_at?: string | null;
|
|
32189
|
-
|
|
32190
31915
|
webhook_identifier?: string | null;
|
|
32191
31916
|
}
|
|
32192
31917
|
|
|
@@ -32255,8 +31980,6 @@ export namespace PostConnectResponse {
|
|
|
32255
31980
|
|
|
32256
31981
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32257
31982
|
|
|
32258
|
-
webhook_configured_at?: string | null;
|
|
32259
|
-
|
|
32260
31983
|
webhook_identifier?: string | null;
|
|
32261
31984
|
}
|
|
32262
31985
|
|
|
@@ -32371,8 +32094,6 @@ export namespace PostConnectResponse {
|
|
|
32371
32094
|
|
|
32372
32095
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32373
32096
|
|
|
32374
|
-
webhook_configured_at?: string | null;
|
|
32375
|
-
|
|
32376
32097
|
webhook_identifier?: string | null;
|
|
32377
32098
|
}
|
|
32378
32099
|
|
|
@@ -32441,8 +32162,6 @@ export namespace PostConnectResponse {
|
|
|
32441
32162
|
|
|
32442
32163
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32443
32164
|
|
|
32444
|
-
webhook_configured_at?: string | null;
|
|
32445
|
-
|
|
32446
32165
|
webhook_identifier?: string | null;
|
|
32447
32166
|
}
|
|
32448
32167
|
|
|
@@ -32557,8 +32276,6 @@ export namespace PostConnectResponse {
|
|
|
32557
32276
|
|
|
32558
32277
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32559
32278
|
|
|
32560
|
-
webhook_configured_at?: string | null;
|
|
32561
|
-
|
|
32562
32279
|
webhook_identifier?: string | null;
|
|
32563
32280
|
}
|
|
32564
32281
|
|
|
@@ -32679,8 +32396,6 @@ export namespace PostConnectResponse {
|
|
|
32679
32396
|
|
|
32680
32397
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32681
32398
|
|
|
32682
|
-
webhook_configured_at?: string | null;
|
|
32683
|
-
|
|
32684
32399
|
webhook_identifier?: string | null;
|
|
32685
32400
|
}
|
|
32686
32401
|
|
|
@@ -32795,8 +32510,6 @@ export namespace PostConnectResponse {
|
|
|
32795
32510
|
|
|
32796
32511
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32797
32512
|
|
|
32798
|
-
webhook_configured_at?: string | null;
|
|
32799
|
-
|
|
32800
32513
|
webhook_identifier?: string | null;
|
|
32801
32514
|
}
|
|
32802
32515
|
|
|
@@ -32911,8 +32624,6 @@ export namespace PostConnectResponse {
|
|
|
32911
32624
|
|
|
32912
32625
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32913
32626
|
|
|
32914
|
-
webhook_configured_at?: string | null;
|
|
32915
|
-
|
|
32916
32627
|
webhook_identifier?: string | null;
|
|
32917
32628
|
}
|
|
32918
32629
|
|
|
@@ -33027,8 +32738,6 @@ export namespace PostConnectResponse {
|
|
|
33027
32738
|
|
|
33028
32739
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33029
32740
|
|
|
33030
|
-
webhook_configured_at?: string | null;
|
|
33031
|
-
|
|
33032
32741
|
webhook_identifier?: string | null;
|
|
33033
32742
|
}
|
|
33034
32743
|
|
|
@@ -33143,8 +32852,6 @@ export namespace PostConnectResponse {
|
|
|
33143
32852
|
|
|
33144
32853
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33145
32854
|
|
|
33146
|
-
webhook_configured_at?: string | null;
|
|
33147
|
-
|
|
33148
32855
|
webhook_identifier?: string | null;
|
|
33149
32856
|
}
|
|
33150
32857
|
|
|
@@ -33259,8 +32966,6 @@ export namespace PostConnectResponse {
|
|
|
33259
32966
|
|
|
33260
32967
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33261
32968
|
|
|
33262
|
-
webhook_configured_at?: string | null;
|
|
33263
|
-
|
|
33264
32969
|
webhook_identifier?: string | null;
|
|
33265
32970
|
}
|
|
33266
32971
|
|
|
@@ -33380,8 +33085,6 @@ export namespace PostConnectResponse {
|
|
|
33380
33085
|
|
|
33381
33086
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33382
33087
|
|
|
33383
|
-
webhook_configured_at?: string | null;
|
|
33384
|
-
|
|
33385
33088
|
webhook_identifier?: string | null;
|
|
33386
33089
|
}
|
|
33387
33090
|
|
|
@@ -33509,8 +33212,6 @@ export namespace PostConnectResponse {
|
|
|
33509
33212
|
|
|
33510
33213
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33511
33214
|
|
|
33512
|
-
webhook_configured_at?: string | null;
|
|
33513
|
-
|
|
33514
33215
|
webhook_identifier?: string | null;
|
|
33515
33216
|
}
|
|
33516
33217
|
|
|
@@ -33625,8 +33326,6 @@ export namespace PostConnectResponse {
|
|
|
33625
33326
|
|
|
33626
33327
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33627
33328
|
|
|
33628
|
-
webhook_configured_at?: string | null;
|
|
33629
|
-
|
|
33630
33329
|
webhook_identifier?: string | null;
|
|
33631
33330
|
}
|
|
33632
33331
|
|
|
@@ -33741,8 +33440,6 @@ export namespace PostConnectResponse {
|
|
|
33741
33440
|
|
|
33742
33441
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33743
33442
|
|
|
33744
|
-
webhook_configured_at?: string | null;
|
|
33745
|
-
|
|
33746
33443
|
webhook_identifier?: string | null;
|
|
33747
33444
|
}
|
|
33748
33445
|
|
|
@@ -33857,8 +33554,6 @@ export namespace PostConnectResponse {
|
|
|
33857
33554
|
|
|
33858
33555
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33859
33556
|
|
|
33860
|
-
webhook_configured_at?: string | null;
|
|
33861
|
-
|
|
33862
33557
|
webhook_identifier?: string | null;
|
|
33863
33558
|
}
|
|
33864
33559
|
|
|
@@ -33973,8 +33668,6 @@ export namespace PostConnectResponse {
|
|
|
33973
33668
|
|
|
33974
33669
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33975
33670
|
|
|
33976
|
-
webhook_configured_at?: string | null;
|
|
33977
|
-
|
|
33978
33671
|
webhook_identifier?: string | null;
|
|
33979
33672
|
}
|
|
33980
33673
|
|
|
@@ -34089,8 +33782,6 @@ export namespace PostConnectResponse {
|
|
|
34089
33782
|
|
|
34090
33783
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34091
33784
|
|
|
34092
|
-
webhook_configured_at?: string | null;
|
|
34093
|
-
|
|
34094
33785
|
webhook_identifier?: string | null;
|
|
34095
33786
|
}
|
|
34096
33787
|
|
|
@@ -34205,8 +33896,6 @@ export namespace PostConnectResponse {
|
|
|
34205
33896
|
|
|
34206
33897
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34207
33898
|
|
|
34208
|
-
webhook_configured_at?: string | null;
|
|
34209
|
-
|
|
34210
33899
|
webhook_identifier?: string | null;
|
|
34211
33900
|
}
|
|
34212
33901
|
|
|
@@ -34321,8 +34010,6 @@ export namespace PostConnectResponse {
|
|
|
34321
34010
|
|
|
34322
34011
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34323
34012
|
|
|
34324
|
-
webhook_configured_at?: string | null;
|
|
34325
|
-
|
|
34326
34013
|
webhook_identifier?: string | null;
|
|
34327
34014
|
}
|
|
34328
34015
|
|
|
@@ -34437,8 +34124,6 @@ export namespace PostConnectResponse {
|
|
|
34437
34124
|
|
|
34438
34125
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34439
34126
|
|
|
34440
|
-
webhook_configured_at?: string | null;
|
|
34441
|
-
|
|
34442
34127
|
webhook_identifier?: string | null;
|
|
34443
34128
|
}
|
|
34444
34129
|
|
|
@@ -34553,8 +34238,6 @@ export namespace PostConnectResponse {
|
|
|
34553
34238
|
|
|
34554
34239
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34555
34240
|
|
|
34556
|
-
webhook_configured_at?: string | null;
|
|
34557
|
-
|
|
34558
34241
|
webhook_identifier?: string | null;
|
|
34559
34242
|
}
|
|
34560
34243
|
|
|
@@ -34669,8 +34352,6 @@ export namespace PostConnectResponse {
|
|
|
34669
34352
|
|
|
34670
34353
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34671
34354
|
|
|
34672
|
-
webhook_configured_at?: string | null;
|
|
34673
|
-
|
|
34674
34355
|
webhook_identifier?: string | null;
|
|
34675
34356
|
}
|
|
34676
34357
|
|
|
@@ -34785,8 +34466,6 @@ export namespace PostConnectResponse {
|
|
|
34785
34466
|
|
|
34786
34467
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34787
34468
|
|
|
34788
|
-
webhook_configured_at?: string | null;
|
|
34789
|
-
|
|
34790
34469
|
webhook_identifier?: string | null;
|
|
34791
34470
|
}
|
|
34792
34471
|
|
|
@@ -34901,8 +34580,6 @@ export namespace PostConnectResponse {
|
|
|
34901
34580
|
|
|
34902
34581
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34903
34582
|
|
|
34904
|
-
webhook_configured_at?: string | null;
|
|
34905
|
-
|
|
34906
34583
|
webhook_identifier?: string | null;
|
|
34907
34584
|
}
|
|
34908
34585
|
|
|
@@ -34933,7 +34610,7 @@ export namespace PostConnectResponse {
|
|
|
34933
34610
|
/**
|
|
34934
34611
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
34935
34612
|
*/
|
|
34936
|
-
app_id?: number;
|
|
34613
|
+
app_id?: number | string;
|
|
34937
34614
|
|
|
34938
34615
|
/**
|
|
34939
34616
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -35027,8 +34704,6 @@ export namespace PostConnectResponse {
|
|
|
35027
34704
|
|
|
35028
34705
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35029
34706
|
|
|
35030
|
-
webhook_configured_at?: string | null;
|
|
35031
|
-
|
|
35032
34707
|
webhook_identifier?: string | null;
|
|
35033
34708
|
}
|
|
35034
34709
|
|
|
@@ -35143,8 +34818,6 @@ export namespace PostConnectResponse {
|
|
|
35143
34818
|
|
|
35144
34819
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35145
34820
|
|
|
35146
|
-
webhook_configured_at?: string | null;
|
|
35147
|
-
|
|
35148
34821
|
webhook_identifier?: string | null;
|
|
35149
34822
|
}
|
|
35150
34823
|
|
|
@@ -35264,8 +34937,6 @@ export namespace PostConnectResponse {
|
|
|
35264
34937
|
|
|
35265
34938
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35266
34939
|
|
|
35267
|
-
webhook_configured_at?: string | null;
|
|
35268
|
-
|
|
35269
34940
|
webhook_identifier?: string | null;
|
|
35270
34941
|
}
|
|
35271
34942
|
|
|
@@ -35380,8 +35051,6 @@ export namespace PostConnectResponse {
|
|
|
35380
35051
|
|
|
35381
35052
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35382
35053
|
|
|
35383
|
-
webhook_configured_at?: string | null;
|
|
35384
|
-
|
|
35385
35054
|
webhook_identifier?: string | null;
|
|
35386
35055
|
}
|
|
35387
35056
|
|
|
@@ -35496,8 +35165,6 @@ export namespace PostConnectResponse {
|
|
|
35496
35165
|
|
|
35497
35166
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35498
35167
|
|
|
35499
|
-
webhook_configured_at?: string | null;
|
|
35500
|
-
|
|
35501
35168
|
webhook_identifier?: string | null;
|
|
35502
35169
|
}
|
|
35503
35170
|
|
|
@@ -35612,8 +35279,6 @@ export namespace PostConnectResponse {
|
|
|
35612
35279
|
|
|
35613
35280
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35614
35281
|
|
|
35615
|
-
webhook_configured_at?: string | null;
|
|
35616
|
-
|
|
35617
35282
|
webhook_identifier?: string | null;
|
|
35618
35283
|
}
|
|
35619
35284
|
|
|
@@ -35728,8 +35393,6 @@ export namespace PostConnectResponse {
|
|
|
35728
35393
|
|
|
35729
35394
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35730
35395
|
|
|
35731
|
-
webhook_configured_at?: string | null;
|
|
35732
|
-
|
|
35733
35396
|
webhook_identifier?: string | null;
|
|
35734
35397
|
}
|
|
35735
35398
|
|
|
@@ -35844,8 +35507,6 @@ export namespace PostConnectResponse {
|
|
|
35844
35507
|
|
|
35845
35508
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35846
35509
|
|
|
35847
|
-
webhook_configured_at?: string | null;
|
|
35848
|
-
|
|
35849
35510
|
webhook_identifier?: string | null;
|
|
35850
35511
|
}
|
|
35851
35512
|
|
|
@@ -35965,8 +35626,6 @@ export namespace PostConnectResponse {
|
|
|
35965
35626
|
|
|
35966
35627
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35967
35628
|
|
|
35968
|
-
webhook_configured_at?: string | null;
|
|
35969
|
-
|
|
35970
35629
|
webhook_identifier?: string | null;
|
|
35971
35630
|
}
|
|
35972
35631
|
|
|
@@ -36081,8 +35740,6 @@ export namespace PostConnectResponse {
|
|
|
36081
35740
|
|
|
36082
35741
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36083
35742
|
|
|
36084
|
-
webhook_configured_at?: string | null;
|
|
36085
|
-
|
|
36086
35743
|
webhook_identifier?: string | null;
|
|
36087
35744
|
}
|
|
36088
35745
|
|
|
@@ -36197,8 +35854,6 @@ export namespace PostConnectResponse {
|
|
|
36197
35854
|
|
|
36198
35855
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36199
35856
|
|
|
36200
|
-
webhook_configured_at?: string | null;
|
|
36201
|
-
|
|
36202
35857
|
webhook_identifier?: string | null;
|
|
36203
35858
|
}
|
|
36204
35859
|
|
|
@@ -36313,8 +35968,6 @@ export namespace PostConnectResponse {
|
|
|
36313
35968
|
|
|
36314
35969
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36315
35970
|
|
|
36316
|
-
webhook_configured_at?: string | null;
|
|
36317
|
-
|
|
36318
35971
|
webhook_identifier?: string | null;
|
|
36319
35972
|
}
|
|
36320
35973
|
|
|
@@ -36435,8 +36088,6 @@ export namespace PostConnectResponse {
|
|
|
36435
36088
|
|
|
36436
36089
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36437
36090
|
|
|
36438
|
-
webhook_configured_at?: string | null;
|
|
36439
|
-
|
|
36440
36091
|
webhook_identifier?: string | null;
|
|
36441
36092
|
}
|
|
36442
36093
|
|
|
@@ -36551,8 +36202,6 @@ export namespace PostConnectResponse {
|
|
|
36551
36202
|
|
|
36552
36203
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36553
36204
|
|
|
36554
|
-
webhook_configured_at?: string | null;
|
|
36555
|
-
|
|
36556
36205
|
webhook_identifier?: string | null;
|
|
36557
36206
|
}
|
|
36558
36207
|
|
|
@@ -36667,8 +36316,6 @@ export namespace PostConnectResponse {
|
|
|
36667
36316
|
|
|
36668
36317
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36669
36318
|
|
|
36670
|
-
webhook_configured_at?: string | null;
|
|
36671
|
-
|
|
36672
36319
|
webhook_identifier?: string | null;
|
|
36673
36320
|
}
|
|
36674
36321
|
|
|
@@ -36783,8 +36430,6 @@ export namespace PostConnectResponse {
|
|
|
36783
36430
|
|
|
36784
36431
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36785
36432
|
|
|
36786
|
-
webhook_configured_at?: string | null;
|
|
36787
|
-
|
|
36788
36433
|
webhook_identifier?: string | null;
|
|
36789
36434
|
}
|
|
36790
36435
|
|
|
@@ -36904,8 +36549,6 @@ export namespace PostConnectResponse {
|
|
|
36904
36549
|
|
|
36905
36550
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36906
36551
|
|
|
36907
|
-
webhook_configured_at?: string | null;
|
|
36908
|
-
|
|
36909
36552
|
webhook_identifier?: string | null;
|
|
36910
36553
|
}
|
|
36911
36554
|
|
|
@@ -37020,8 +36663,6 @@ export namespace PostConnectResponse {
|
|
|
37020
36663
|
|
|
37021
36664
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37022
36665
|
|
|
37023
|
-
webhook_configured_at?: string | null;
|
|
37024
|
-
|
|
37025
36666
|
webhook_identifier?: string | null;
|
|
37026
36667
|
}
|
|
37027
36668
|
|
|
@@ -37087,8 +36728,6 @@ export namespace PostConnectResponse {
|
|
|
37087
36728
|
|
|
37088
36729
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37089
36730
|
|
|
37090
|
-
webhook_configured_at?: string | null;
|
|
37091
|
-
|
|
37092
36731
|
webhook_identifier?: string | null;
|
|
37093
36732
|
}
|
|
37094
36733
|
|
|
@@ -37108,6 +36747,11 @@ export namespace PostConnectResponse {
|
|
|
37108
36747
|
}
|
|
37109
36748
|
|
|
37110
36749
|
export interface PublicSettings {
|
|
36750
|
+
/**
|
|
36751
|
+
* Icon URL for the connection
|
|
36752
|
+
*/
|
|
36753
|
+
icon_url?: string;
|
|
36754
|
+
|
|
37111
36755
|
/**
|
|
37112
36756
|
* MCP transport type detected during connection
|
|
37113
36757
|
*/
|
|
@@ -37263,8 +36907,6 @@ export namespace PostConnectResponse {
|
|
|
37263
36907
|
|
|
37264
36908
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37265
36909
|
|
|
37266
|
-
webhook_configured_at?: string | null;
|
|
37267
|
-
|
|
37268
36910
|
webhook_identifier?: string | null;
|
|
37269
36911
|
}
|
|
37270
36912
|
|
|
@@ -37374,8 +37016,6 @@ export namespace PostConnectResponse {
|
|
|
37374
37016
|
|
|
37375
37017
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37376
37018
|
|
|
37377
|
-
webhook_configured_at?: string | null;
|
|
37378
|
-
|
|
37379
37019
|
webhook_identifier?: string | null;
|
|
37380
37020
|
}
|
|
37381
37021
|
|
|
@@ -37451,8 +37091,6 @@ export namespace PostConnectResponse {
|
|
|
37451
37091
|
|
|
37452
37092
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37453
37093
|
|
|
37454
|
-
webhook_configured_at?: string | null;
|
|
37455
|
-
|
|
37456
37094
|
webhook_identifier?: string | null;
|
|
37457
37095
|
}
|
|
37458
37096
|
|
|
@@ -37518,8 +37156,6 @@ export namespace PostConnectResponse {
|
|
|
37518
37156
|
|
|
37519
37157
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37520
37158
|
|
|
37521
|
-
webhook_configured_at?: string | null;
|
|
37522
|
-
|
|
37523
37159
|
webhook_identifier?: string | null;
|
|
37524
37160
|
}
|
|
37525
37161
|
|
|
@@ -37590,8 +37226,6 @@ export namespace PostConnectResponse {
|
|
|
37590
37226
|
|
|
37591
37227
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37592
37228
|
|
|
37593
|
-
webhook_configured_at?: string | null;
|
|
37594
|
-
|
|
37595
37229
|
webhook_identifier?: string | null;
|
|
37596
37230
|
}
|
|
37597
37231
|
|
|
@@ -37662,8 +37296,6 @@ export namespace PostConnectResponse {
|
|
|
37662
37296
|
|
|
37663
37297
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37664
37298
|
|
|
37665
|
-
webhook_configured_at?: string | null;
|
|
37666
|
-
|
|
37667
37299
|
webhook_identifier?: string | null;
|
|
37668
37300
|
}
|
|
37669
37301
|
|
|
@@ -37732,8 +37364,6 @@ export namespace PostConnectResponse {
|
|
|
37732
37364
|
|
|
37733
37365
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37734
37366
|
|
|
37735
|
-
webhook_configured_at?: string | null;
|
|
37736
|
-
|
|
37737
37367
|
webhook_identifier?: string | null;
|
|
37738
37368
|
}
|
|
37739
37369
|
|
|
@@ -37942,8 +37572,6 @@ export namespace PostConnectResponse {
|
|
|
37942
37572
|
|
|
37943
37573
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37944
37574
|
|
|
37945
|
-
webhook_configured_at?: string | null;
|
|
37946
|
-
|
|
37947
37575
|
webhook_identifier?: string | null;
|
|
37948
37576
|
}
|
|
37949
37577
|
|
|
@@ -38069,8 +37697,6 @@ export namespace PostConnectResponse {
|
|
|
38069
37697
|
|
|
38070
37698
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38071
37699
|
|
|
38072
|
-
webhook_configured_at?: string | null;
|
|
38073
|
-
|
|
38074
37700
|
webhook_identifier?: string | null;
|
|
38075
37701
|
}
|
|
38076
37702
|
|
|
@@ -38184,8 +37810,6 @@ export namespace PostConnectResponse {
|
|
|
38184
37810
|
|
|
38185
37811
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38186
37812
|
|
|
38187
|
-
webhook_configured_at?: string | null;
|
|
38188
|
-
|
|
38189
37813
|
webhook_identifier?: string | null;
|
|
38190
37814
|
}
|
|
38191
37815
|
|
|
@@ -38260,8 +37884,6 @@ export namespace PostConnectResponse {
|
|
|
38260
37884
|
|
|
38261
37885
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38262
37886
|
|
|
38263
|
-
webhook_configured_at?: string | null;
|
|
38264
|
-
|
|
38265
37887
|
webhook_identifier?: string | null;
|
|
38266
37888
|
}
|
|
38267
37889
|
|
|
@@ -43649,7 +43271,7 @@ export namespace CreateConnectionParams {
|
|
|
43649
43271
|
/**
|
|
43650
43272
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
43651
43273
|
*/
|
|
43652
|
-
app_id?: number;
|
|
43274
|
+
app_id?: number | string;
|
|
43653
43275
|
|
|
43654
43276
|
/**
|
|
43655
43277
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -45428,6 +45050,13 @@ export namespace CreateTokenParams {
|
|
|
45428
45050
|
| 'zendesk'
|
|
45429
45051
|
| 'zoom';
|
|
45430
45052
|
|
|
45053
|
+
/**
|
|
45054
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
45055
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
45056
|
+
* non-production environments.
|
|
45057
|
+
*/
|
|
45058
|
+
auto_subscribe_webhooks?: boolean;
|
|
45059
|
+
|
|
45431
45060
|
/**
|
|
45432
45061
|
* Optional external ID for reconnecting to an existing connection
|
|
45433
45062
|
*/
|
|
@@ -47757,6 +47386,13 @@ export namespace PostConnectParams {
|
|
|
47757
47386
|
| 'zendesk'
|
|
47758
47387
|
| 'zoom';
|
|
47759
47388
|
|
|
47389
|
+
/**
|
|
47390
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
47391
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
47392
|
+
* non-production environments.
|
|
47393
|
+
*/
|
|
47394
|
+
auto_subscribe_webhooks?: boolean;
|
|
47395
|
+
|
|
47760
47396
|
/**
|
|
47761
47397
|
* Optional external ID for reconnecting to an existing connection
|
|
47762
47398
|
*/
|
|
@@ -48534,6 +48170,13 @@ export namespace PreConnectParams {
|
|
|
48534
48170
|
| 'zendesk'
|
|
48535
48171
|
| 'zoom';
|
|
48536
48172
|
|
|
48173
|
+
/**
|
|
48174
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
48175
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
48176
|
+
* non-production environments.
|
|
48177
|
+
*/
|
|
48178
|
+
auto_subscribe_webhooks?: boolean;
|
|
48179
|
+
|
|
48537
48180
|
/**
|
|
48538
48181
|
* Optional external ID for reconnecting to an existing connection
|
|
48539
48182
|
*/
|