@replit/connectors 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +23 -225
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +23 -225
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +26 -445
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -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
|
|
|
@@ -5566,8 +5478,6 @@ export namespace CreateConnectionResponse {
|
|
|
5566
5478
|
|
|
5567
5479
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5568
5480
|
|
|
5569
|
-
webhook_configured_at?: string | null;
|
|
5570
|
-
|
|
5571
5481
|
webhook_identifier?: string | null;
|
|
5572
5482
|
}
|
|
5573
5483
|
|
|
@@ -5681,8 +5591,6 @@ export namespace CreateConnectionResponse {
|
|
|
5681
5591
|
|
|
5682
5592
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5683
5593
|
|
|
5684
|
-
webhook_configured_at?: string | null;
|
|
5685
|
-
|
|
5686
5594
|
webhook_identifier?: string | null;
|
|
5687
5595
|
}
|
|
5688
5596
|
|
|
@@ -5762,8 +5670,6 @@ export namespace CreateConnectionResponse {
|
|
|
5762
5670
|
|
|
5763
5671
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5764
5672
|
|
|
5765
|
-
webhook_configured_at?: string | null;
|
|
5766
|
-
|
|
5767
5673
|
webhook_identifier?: string | null;
|
|
5768
5674
|
}
|
|
5769
5675
|
|
|
@@ -5833,8 +5739,6 @@ export namespace CreateConnectionResponse {
|
|
|
5833
5739
|
|
|
5834
5740
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5835
5741
|
|
|
5836
|
-
webhook_configured_at?: string | null;
|
|
5837
|
-
|
|
5838
5742
|
webhook_identifier?: string | null;
|
|
5839
5743
|
}
|
|
5840
5744
|
|
|
@@ -5909,8 +5813,6 @@ export namespace CreateConnectionResponse {
|
|
|
5909
5813
|
|
|
5910
5814
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5911
5815
|
|
|
5912
|
-
webhook_configured_at?: string | null;
|
|
5913
|
-
|
|
5914
5816
|
webhook_identifier?: string | null;
|
|
5915
5817
|
}
|
|
5916
5818
|
|
|
@@ -5985,8 +5887,6 @@ export namespace CreateConnectionResponse {
|
|
|
5985
5887
|
|
|
5986
5888
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5987
5889
|
|
|
5988
|
-
webhook_configured_at?: string | null;
|
|
5989
|
-
|
|
5990
5890
|
webhook_identifier?: string | null;
|
|
5991
5891
|
}
|
|
5992
5892
|
|
|
@@ -6059,8 +5959,6 @@ export namespace CreateConnectionResponse {
|
|
|
6059
5959
|
|
|
6060
5960
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6061
5961
|
|
|
6062
|
-
webhook_configured_at?: string | null;
|
|
6063
|
-
|
|
6064
5962
|
webhook_identifier?: string | null;
|
|
6065
5963
|
}
|
|
6066
5964
|
|
|
@@ -6273,8 +6171,6 @@ export namespace CreateConnectionResponse {
|
|
|
6273
6171
|
|
|
6274
6172
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6275
6173
|
|
|
6276
|
-
webhook_configured_at?: string | null;
|
|
6277
|
-
|
|
6278
6174
|
webhook_identifier?: string | null;
|
|
6279
6175
|
}
|
|
6280
6176
|
|
|
@@ -6404,8 +6300,6 @@ export namespace CreateConnectionResponse {
|
|
|
6404
6300
|
|
|
6405
6301
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6406
6302
|
|
|
6407
|
-
webhook_configured_at?: string | null;
|
|
6408
|
-
|
|
6409
6303
|
webhook_identifier?: string | null;
|
|
6410
6304
|
}
|
|
6411
6305
|
|
|
@@ -6523,8 +6417,6 @@ export namespace CreateConnectionResponse {
|
|
|
6523
6417
|
|
|
6524
6418
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6525
6419
|
|
|
6526
|
-
webhook_configured_at?: string | null;
|
|
6527
|
-
|
|
6528
6420
|
webhook_identifier?: string | null;
|
|
6529
6421
|
}
|
|
6530
6422
|
|
|
@@ -6603,8 +6495,6 @@ export namespace CreateConnectionResponse {
|
|
|
6603
6495
|
|
|
6604
6496
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6605
6497
|
|
|
6606
|
-
webhook_configured_at?: string | null;
|
|
6607
|
-
|
|
6608
6498
|
webhook_identifier?: string | null;
|
|
6609
6499
|
}
|
|
6610
6500
|
|
|
@@ -12505,8 +12395,6 @@ export namespace GetConnectionResponse {
|
|
|
12505
12395
|
|
|
12506
12396
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12507
12397
|
|
|
12508
|
-
webhook_configured_at?: string | null;
|
|
12509
|
-
|
|
12510
12398
|
webhook_identifier?: string | null;
|
|
12511
12399
|
}
|
|
12512
12400
|
|
|
@@ -12579,8 +12467,6 @@ export namespace GetConnectionResponse {
|
|
|
12579
12467
|
|
|
12580
12468
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12581
12469
|
|
|
12582
|
-
webhook_configured_at?: string | null;
|
|
12583
|
-
|
|
12584
12470
|
webhook_identifier?: string | null;
|
|
12585
12471
|
}
|
|
12586
12472
|
|
|
@@ -12699,8 +12585,6 @@ export namespace GetConnectionResponse {
|
|
|
12699
12585
|
|
|
12700
12586
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12701
12587
|
|
|
12702
|
-
webhook_configured_at?: string | null;
|
|
12703
|
-
|
|
12704
12588
|
webhook_identifier?: string | null;
|
|
12705
12589
|
}
|
|
12706
12590
|
|
|
@@ -12773,8 +12657,6 @@ export namespace GetConnectionResponse {
|
|
|
12773
12657
|
|
|
12774
12658
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12775
12659
|
|
|
12776
|
-
webhook_configured_at?: string | null;
|
|
12777
|
-
|
|
12778
12660
|
webhook_identifier?: string | null;
|
|
12779
12661
|
}
|
|
12780
12662
|
|
|
@@ -12893,8 +12775,6 @@ export namespace GetConnectionResponse {
|
|
|
12893
12775
|
|
|
12894
12776
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12895
12777
|
|
|
12896
|
-
webhook_configured_at?: string | null;
|
|
12897
|
-
|
|
12898
12778
|
webhook_identifier?: string | null;
|
|
12899
12779
|
}
|
|
12900
12780
|
|
|
@@ -13019,8 +12899,6 @@ export namespace GetConnectionResponse {
|
|
|
13019
12899
|
|
|
13020
12900
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13021
12901
|
|
|
13022
|
-
webhook_configured_at?: string | null;
|
|
13023
|
-
|
|
13024
12902
|
webhook_identifier?: string | null;
|
|
13025
12903
|
}
|
|
13026
12904
|
|
|
@@ -13139,8 +13017,6 @@ export namespace GetConnectionResponse {
|
|
|
13139
13017
|
|
|
13140
13018
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13141
13019
|
|
|
13142
|
-
webhook_configured_at?: string | null;
|
|
13143
|
-
|
|
13144
13020
|
webhook_identifier?: string | null;
|
|
13145
13021
|
}
|
|
13146
13022
|
|
|
@@ -13259,8 +13135,6 @@ export namespace GetConnectionResponse {
|
|
|
13259
13135
|
|
|
13260
13136
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13261
13137
|
|
|
13262
|
-
webhook_configured_at?: string | null;
|
|
13263
|
-
|
|
13264
13138
|
webhook_identifier?: string | null;
|
|
13265
13139
|
}
|
|
13266
13140
|
|
|
@@ -13379,8 +13253,6 @@ export namespace GetConnectionResponse {
|
|
|
13379
13253
|
|
|
13380
13254
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13381
13255
|
|
|
13382
|
-
webhook_configured_at?: string | null;
|
|
13383
|
-
|
|
13384
13256
|
webhook_identifier?: string | null;
|
|
13385
13257
|
}
|
|
13386
13258
|
|
|
@@ -13499,8 +13371,6 @@ export namespace GetConnectionResponse {
|
|
|
13499
13371
|
|
|
13500
13372
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13501
13373
|
|
|
13502
|
-
webhook_configured_at?: string | null;
|
|
13503
|
-
|
|
13504
13374
|
webhook_identifier?: string | null;
|
|
13505
13375
|
}
|
|
13506
13376
|
|
|
@@ -13619,8 +13489,6 @@ export namespace GetConnectionResponse {
|
|
|
13619
13489
|
|
|
13620
13490
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13621
13491
|
|
|
13622
|
-
webhook_configured_at?: string | null;
|
|
13623
|
-
|
|
13624
13492
|
webhook_identifier?: string | null;
|
|
13625
13493
|
}
|
|
13626
13494
|
|
|
@@ -13744,8 +13612,6 @@ export namespace GetConnectionResponse {
|
|
|
13744
13612
|
|
|
13745
13613
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13746
13614
|
|
|
13747
|
-
webhook_configured_at?: string | null;
|
|
13748
|
-
|
|
13749
13615
|
webhook_identifier?: string | null;
|
|
13750
13616
|
}
|
|
13751
13617
|
|
|
@@ -13877,8 +13743,6 @@ export namespace GetConnectionResponse {
|
|
|
13877
13743
|
|
|
13878
13744
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13879
13745
|
|
|
13880
|
-
webhook_configured_at?: string | null;
|
|
13881
|
-
|
|
13882
13746
|
webhook_identifier?: string | null;
|
|
13883
13747
|
}
|
|
13884
13748
|
|
|
@@ -13997,8 +13861,6 @@ export namespace GetConnectionResponse {
|
|
|
13997
13861
|
|
|
13998
13862
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13999
13863
|
|
|
14000
|
-
webhook_configured_at?: string | null;
|
|
14001
|
-
|
|
14002
13864
|
webhook_identifier?: string | null;
|
|
14003
13865
|
}
|
|
14004
13866
|
|
|
@@ -14117,8 +13979,6 @@ export namespace GetConnectionResponse {
|
|
|
14117
13979
|
|
|
14118
13980
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14119
13981
|
|
|
14120
|
-
webhook_configured_at?: string | null;
|
|
14121
|
-
|
|
14122
13982
|
webhook_identifier?: string | null;
|
|
14123
13983
|
}
|
|
14124
13984
|
|
|
@@ -14237,8 +14097,6 @@ export namespace GetConnectionResponse {
|
|
|
14237
14097
|
|
|
14238
14098
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14239
14099
|
|
|
14240
|
-
webhook_configured_at?: string | null;
|
|
14241
|
-
|
|
14242
14100
|
webhook_identifier?: string | null;
|
|
14243
14101
|
}
|
|
14244
14102
|
|
|
@@ -14357,8 +14215,6 @@ export namespace GetConnectionResponse {
|
|
|
14357
14215
|
|
|
14358
14216
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14359
14217
|
|
|
14360
|
-
webhook_configured_at?: string | null;
|
|
14361
|
-
|
|
14362
14218
|
webhook_identifier?: string | null;
|
|
14363
14219
|
}
|
|
14364
14220
|
|
|
@@ -14477,8 +14333,6 @@ export namespace GetConnectionResponse {
|
|
|
14477
14333
|
|
|
14478
14334
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14479
14335
|
|
|
14480
|
-
webhook_configured_at?: string | null;
|
|
14481
|
-
|
|
14482
14336
|
webhook_identifier?: string | null;
|
|
14483
14337
|
}
|
|
14484
14338
|
|
|
@@ -14597,8 +14451,6 @@ export namespace GetConnectionResponse {
|
|
|
14597
14451
|
|
|
14598
14452
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14599
14453
|
|
|
14600
|
-
webhook_configured_at?: string | null;
|
|
14601
|
-
|
|
14602
14454
|
webhook_identifier?: string | null;
|
|
14603
14455
|
}
|
|
14604
14456
|
|
|
@@ -14717,8 +14569,6 @@ export namespace GetConnectionResponse {
|
|
|
14717
14569
|
|
|
14718
14570
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14719
14571
|
|
|
14720
|
-
webhook_configured_at?: string | null;
|
|
14721
|
-
|
|
14722
14572
|
webhook_identifier?: string | null;
|
|
14723
14573
|
}
|
|
14724
14574
|
|
|
@@ -14837,8 +14687,6 @@ export namespace GetConnectionResponse {
|
|
|
14837
14687
|
|
|
14838
14688
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14839
14689
|
|
|
14840
|
-
webhook_configured_at?: string | null;
|
|
14841
|
-
|
|
14842
14690
|
webhook_identifier?: string | null;
|
|
14843
14691
|
}
|
|
14844
14692
|
|
|
@@ -14957,8 +14805,6 @@ export namespace GetConnectionResponse {
|
|
|
14957
14805
|
|
|
14958
14806
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14959
14807
|
|
|
14960
|
-
webhook_configured_at?: string | null;
|
|
14961
|
-
|
|
14962
14808
|
webhook_identifier?: string | null;
|
|
14963
14809
|
}
|
|
14964
14810
|
|
|
@@ -15077,8 +14923,6 @@ export namespace GetConnectionResponse {
|
|
|
15077
14923
|
|
|
15078
14924
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15079
14925
|
|
|
15080
|
-
webhook_configured_at?: string | null;
|
|
15081
|
-
|
|
15082
14926
|
webhook_identifier?: string | null;
|
|
15083
14927
|
}
|
|
15084
14928
|
|
|
@@ -15197,8 +15041,6 @@ export namespace GetConnectionResponse {
|
|
|
15197
15041
|
|
|
15198
15042
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15199
15043
|
|
|
15200
|
-
webhook_configured_at?: string | null;
|
|
15201
|
-
|
|
15202
15044
|
webhook_identifier?: string | null;
|
|
15203
15045
|
}
|
|
15204
15046
|
|
|
@@ -15317,8 +15159,6 @@ export namespace GetConnectionResponse {
|
|
|
15317
15159
|
|
|
15318
15160
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15319
15161
|
|
|
15320
|
-
webhook_configured_at?: string | null;
|
|
15321
|
-
|
|
15322
15162
|
webhook_identifier?: string | null;
|
|
15323
15163
|
}
|
|
15324
15164
|
|
|
@@ -15349,7 +15189,7 @@ export namespace GetConnectionResponse {
|
|
|
15349
15189
|
/**
|
|
15350
15190
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
15351
15191
|
*/
|
|
15352
|
-
app_id?: number;
|
|
15192
|
+
app_id?: number | string;
|
|
15353
15193
|
|
|
15354
15194
|
/**
|
|
15355
15195
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -15447,8 +15287,6 @@ export namespace GetConnectionResponse {
|
|
|
15447
15287
|
|
|
15448
15288
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15449
15289
|
|
|
15450
|
-
webhook_configured_at?: string | null;
|
|
15451
|
-
|
|
15452
15290
|
webhook_identifier?: string | null;
|
|
15453
15291
|
}
|
|
15454
15292
|
|
|
@@ -15567,8 +15405,6 @@ export namespace GetConnectionResponse {
|
|
|
15567
15405
|
|
|
15568
15406
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15569
15407
|
|
|
15570
|
-
webhook_configured_at?: string | null;
|
|
15571
|
-
|
|
15572
15408
|
webhook_identifier?: string | null;
|
|
15573
15409
|
}
|
|
15574
15410
|
|
|
@@ -15692,8 +15528,6 @@ export namespace GetConnectionResponse {
|
|
|
15692
15528
|
|
|
15693
15529
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15694
15530
|
|
|
15695
|
-
webhook_configured_at?: string | null;
|
|
15696
|
-
|
|
15697
15531
|
webhook_identifier?: string | null;
|
|
15698
15532
|
}
|
|
15699
15533
|
|
|
@@ -15812,8 +15646,6 @@ export namespace GetConnectionResponse {
|
|
|
15812
15646
|
|
|
15813
15647
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15814
15648
|
|
|
15815
|
-
webhook_configured_at?: string | null;
|
|
15816
|
-
|
|
15817
15649
|
webhook_identifier?: string | null;
|
|
15818
15650
|
}
|
|
15819
15651
|
|
|
@@ -15932,8 +15764,6 @@ export namespace GetConnectionResponse {
|
|
|
15932
15764
|
|
|
15933
15765
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15934
15766
|
|
|
15935
|
-
webhook_configured_at?: string | null;
|
|
15936
|
-
|
|
15937
15767
|
webhook_identifier?: string | null;
|
|
15938
15768
|
}
|
|
15939
15769
|
|
|
@@ -16052,8 +15882,6 @@ export namespace GetConnectionResponse {
|
|
|
16052
15882
|
|
|
16053
15883
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16054
15884
|
|
|
16055
|
-
webhook_configured_at?: string | null;
|
|
16056
|
-
|
|
16057
15885
|
webhook_identifier?: string | null;
|
|
16058
15886
|
}
|
|
16059
15887
|
|
|
@@ -16172,8 +16000,6 @@ export namespace GetConnectionResponse {
|
|
|
16172
16000
|
|
|
16173
16001
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16174
16002
|
|
|
16175
|
-
webhook_configured_at?: string | null;
|
|
16176
|
-
|
|
16177
16003
|
webhook_identifier?: string | null;
|
|
16178
16004
|
}
|
|
16179
16005
|
|
|
@@ -16292,8 +16118,6 @@ export namespace GetConnectionResponse {
|
|
|
16292
16118
|
|
|
16293
16119
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16294
16120
|
|
|
16295
|
-
webhook_configured_at?: string | null;
|
|
16296
|
-
|
|
16297
16121
|
webhook_identifier?: string | null;
|
|
16298
16122
|
}
|
|
16299
16123
|
|
|
@@ -16417,8 +16241,6 @@ export namespace GetConnectionResponse {
|
|
|
16417
16241
|
|
|
16418
16242
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16419
16243
|
|
|
16420
|
-
webhook_configured_at?: string | null;
|
|
16421
|
-
|
|
16422
16244
|
webhook_identifier?: string | null;
|
|
16423
16245
|
}
|
|
16424
16246
|
|
|
@@ -16537,8 +16359,6 @@ export namespace GetConnectionResponse {
|
|
|
16537
16359
|
|
|
16538
16360
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16539
16361
|
|
|
16540
|
-
webhook_configured_at?: string | null;
|
|
16541
|
-
|
|
16542
16362
|
webhook_identifier?: string | null;
|
|
16543
16363
|
}
|
|
16544
16364
|
|
|
@@ -16657,8 +16477,6 @@ export namespace GetConnectionResponse {
|
|
|
16657
16477
|
|
|
16658
16478
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16659
16479
|
|
|
16660
|
-
webhook_configured_at?: string | null;
|
|
16661
|
-
|
|
16662
16480
|
webhook_identifier?: string | null;
|
|
16663
16481
|
}
|
|
16664
16482
|
|
|
@@ -16777,8 +16595,6 @@ export namespace GetConnectionResponse {
|
|
|
16777
16595
|
|
|
16778
16596
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16779
16597
|
|
|
16780
|
-
webhook_configured_at?: string | null;
|
|
16781
|
-
|
|
16782
16598
|
webhook_identifier?: string | null;
|
|
16783
16599
|
}
|
|
16784
16600
|
|
|
@@ -16903,8 +16719,6 @@ export namespace GetConnectionResponse {
|
|
|
16903
16719
|
|
|
16904
16720
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16905
16721
|
|
|
16906
|
-
webhook_configured_at?: string | null;
|
|
16907
|
-
|
|
16908
16722
|
webhook_identifier?: string | null;
|
|
16909
16723
|
}
|
|
16910
16724
|
|
|
@@ -17023,8 +16837,6 @@ export namespace GetConnectionResponse {
|
|
|
17023
16837
|
|
|
17024
16838
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17025
16839
|
|
|
17026
|
-
webhook_configured_at?: string | null;
|
|
17027
|
-
|
|
17028
16840
|
webhook_identifier?: string | null;
|
|
17029
16841
|
}
|
|
17030
16842
|
|
|
@@ -17143,8 +16955,6 @@ export namespace GetConnectionResponse {
|
|
|
17143
16955
|
|
|
17144
16956
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17145
16957
|
|
|
17146
|
-
webhook_configured_at?: string | null;
|
|
17147
|
-
|
|
17148
16958
|
webhook_identifier?: string | null;
|
|
17149
16959
|
}
|
|
17150
16960
|
|
|
@@ -17263,8 +17073,6 @@ export namespace GetConnectionResponse {
|
|
|
17263
17073
|
|
|
17264
17074
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17265
17075
|
|
|
17266
|
-
webhook_configured_at?: string | null;
|
|
17267
|
-
|
|
17268
17076
|
webhook_identifier?: string | null;
|
|
17269
17077
|
}
|
|
17270
17078
|
|
|
@@ -17388,8 +17196,6 @@ export namespace GetConnectionResponse {
|
|
|
17388
17196
|
|
|
17389
17197
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17390
17198
|
|
|
17391
|
-
webhook_configured_at?: string | null;
|
|
17392
|
-
|
|
17393
17199
|
webhook_identifier?: string | null;
|
|
17394
17200
|
}
|
|
17395
17201
|
|
|
@@ -17508,8 +17314,6 @@ export namespace GetConnectionResponse {
|
|
|
17508
17314
|
|
|
17509
17315
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17510
17316
|
|
|
17511
|
-
webhook_configured_at?: string | null;
|
|
17512
|
-
|
|
17513
17317
|
webhook_identifier?: string | null;
|
|
17514
17318
|
}
|
|
17515
17319
|
|
|
@@ -17579,8 +17383,6 @@ export namespace GetConnectionResponse {
|
|
|
17579
17383
|
|
|
17580
17384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17581
17385
|
|
|
17582
|
-
webhook_configured_at?: string | null;
|
|
17583
|
-
|
|
17584
17386
|
webhook_identifier?: string | null;
|
|
17585
17387
|
}
|
|
17586
17388
|
|
|
@@ -17759,8 +17561,6 @@ export namespace GetConnectionResponse {
|
|
|
17759
17561
|
|
|
17760
17562
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17761
17563
|
|
|
17762
|
-
webhook_configured_at?: string | null;
|
|
17763
|
-
|
|
17764
17564
|
webhook_identifier?: string | null;
|
|
17765
17565
|
}
|
|
17766
17566
|
|
|
@@ -17874,8 +17674,6 @@ export namespace GetConnectionResponse {
|
|
|
17874
17674
|
|
|
17875
17675
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17876
17676
|
|
|
17877
|
-
webhook_configured_at?: string | null;
|
|
17878
|
-
|
|
17879
17677
|
webhook_identifier?: string | null;
|
|
17880
17678
|
}
|
|
17881
17679
|
|
|
@@ -17955,8 +17753,6 @@ export namespace GetConnectionResponse {
|
|
|
17955
17753
|
|
|
17956
17754
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17957
17755
|
|
|
17958
|
-
webhook_configured_at?: string | null;
|
|
17959
|
-
|
|
17960
17756
|
webhook_identifier?: string | null;
|
|
17961
17757
|
}
|
|
17962
17758
|
|
|
@@ -18026,8 +17822,6 @@ export namespace GetConnectionResponse {
|
|
|
18026
17822
|
|
|
18027
17823
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18028
17824
|
|
|
18029
|
-
webhook_configured_at?: string | null;
|
|
18030
|
-
|
|
18031
17825
|
webhook_identifier?: string | null;
|
|
18032
17826
|
}
|
|
18033
17827
|
|
|
@@ -18102,8 +17896,6 @@ export namespace GetConnectionResponse {
|
|
|
18102
17896
|
|
|
18103
17897
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18104
17898
|
|
|
18105
|
-
webhook_configured_at?: string | null;
|
|
18106
|
-
|
|
18107
17899
|
webhook_identifier?: string | null;
|
|
18108
17900
|
}
|
|
18109
17901
|
|
|
@@ -18178,8 +17970,6 @@ export namespace GetConnectionResponse {
|
|
|
18178
17970
|
|
|
18179
17971
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18180
17972
|
|
|
18181
|
-
webhook_configured_at?: string | null;
|
|
18182
|
-
|
|
18183
17973
|
webhook_identifier?: string | null;
|
|
18184
17974
|
}
|
|
18185
17975
|
|
|
@@ -18252,8 +18042,6 @@ export namespace GetConnectionResponse {
|
|
|
18252
18042
|
|
|
18253
18043
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18254
18044
|
|
|
18255
|
-
webhook_configured_at?: string | null;
|
|
18256
|
-
|
|
18257
18045
|
webhook_identifier?: string | null;
|
|
18258
18046
|
}
|
|
18259
18047
|
|
|
@@ -18466,8 +18254,6 @@ export namespace GetConnectionResponse {
|
|
|
18466
18254
|
|
|
18467
18255
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18468
18256
|
|
|
18469
|
-
webhook_configured_at?: string | null;
|
|
18470
|
-
|
|
18471
18257
|
webhook_identifier?: string | null;
|
|
18472
18258
|
}
|
|
18473
18259
|
|
|
@@ -18597,8 +18383,6 @@ export namespace GetConnectionResponse {
|
|
|
18597
18383
|
|
|
18598
18384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18599
18385
|
|
|
18600
|
-
webhook_configured_at?: string | null;
|
|
18601
|
-
|
|
18602
18386
|
webhook_identifier?: string | null;
|
|
18603
18387
|
}
|
|
18604
18388
|
|
|
@@ -18716,8 +18500,6 @@ export namespace GetConnectionResponse {
|
|
|
18716
18500
|
|
|
18717
18501
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18718
18502
|
|
|
18719
|
-
webhook_configured_at?: string | null;
|
|
18720
|
-
|
|
18721
18503
|
webhook_identifier?: string | null;
|
|
18722
18504
|
}
|
|
18723
18505
|
|
|
@@ -18796,8 +18578,6 @@ export namespace GetConnectionResponse {
|
|
|
18796
18578
|
|
|
18797
18579
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18798
18580
|
|
|
18799
|
-
webhook_configured_at?: string | null;
|
|
18800
|
-
|
|
18801
18581
|
webhook_identifier?: string | null;
|
|
18802
18582
|
}
|
|
18803
18583
|
|
|
@@ -18956,8 +18736,6 @@ export namespace ListConnectionsResponse {
|
|
|
18956
18736
|
|
|
18957
18737
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18958
18738
|
|
|
18959
|
-
webhook_configured_at?: string | null;
|
|
18960
|
-
|
|
18961
18739
|
webhook_identifier?: string | null;
|
|
18962
18740
|
}
|
|
18963
18741
|
|
|
@@ -19030,8 +18808,6 @@ export namespace ListConnectionsResponse {
|
|
|
19030
18808
|
|
|
19031
18809
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19032
18810
|
|
|
19033
|
-
webhook_configured_at?: string | null;
|
|
19034
|
-
|
|
19035
18811
|
webhook_identifier?: string | null;
|
|
19036
18812
|
}
|
|
19037
18813
|
|
|
@@ -19150,8 +18926,6 @@ export namespace ListConnectionsResponse {
|
|
|
19150
18926
|
|
|
19151
18927
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19152
18928
|
|
|
19153
|
-
webhook_configured_at?: string | null;
|
|
19154
|
-
|
|
19155
18929
|
webhook_identifier?: string | null;
|
|
19156
18930
|
}
|
|
19157
18931
|
|
|
@@ -19224,8 +18998,6 @@ export namespace ListConnectionsResponse {
|
|
|
19224
18998
|
|
|
19225
18999
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19226
19000
|
|
|
19227
|
-
webhook_configured_at?: string | null;
|
|
19228
|
-
|
|
19229
19001
|
webhook_identifier?: string | null;
|
|
19230
19002
|
}
|
|
19231
19003
|
|
|
@@ -19344,8 +19116,6 @@ export namespace ListConnectionsResponse {
|
|
|
19344
19116
|
|
|
19345
19117
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19346
19118
|
|
|
19347
|
-
webhook_configured_at?: string | null;
|
|
19348
|
-
|
|
19349
19119
|
webhook_identifier?: string | null;
|
|
19350
19120
|
}
|
|
19351
19121
|
|
|
@@ -19470,8 +19240,6 @@ export namespace ListConnectionsResponse {
|
|
|
19470
19240
|
|
|
19471
19241
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19472
19242
|
|
|
19473
|
-
webhook_configured_at?: string | null;
|
|
19474
|
-
|
|
19475
19243
|
webhook_identifier?: string | null;
|
|
19476
19244
|
}
|
|
19477
19245
|
|
|
@@ -19590,8 +19358,6 @@ export namespace ListConnectionsResponse {
|
|
|
19590
19358
|
|
|
19591
19359
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19592
19360
|
|
|
19593
|
-
webhook_configured_at?: string | null;
|
|
19594
|
-
|
|
19595
19361
|
webhook_identifier?: string | null;
|
|
19596
19362
|
}
|
|
19597
19363
|
|
|
@@ -19710,8 +19476,6 @@ export namespace ListConnectionsResponse {
|
|
|
19710
19476
|
|
|
19711
19477
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19712
19478
|
|
|
19713
|
-
webhook_configured_at?: string | null;
|
|
19714
|
-
|
|
19715
19479
|
webhook_identifier?: string | null;
|
|
19716
19480
|
}
|
|
19717
19481
|
|
|
@@ -19830,8 +19594,6 @@ export namespace ListConnectionsResponse {
|
|
|
19830
19594
|
|
|
19831
19595
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19832
19596
|
|
|
19833
|
-
webhook_configured_at?: string | null;
|
|
19834
|
-
|
|
19835
19597
|
webhook_identifier?: string | null;
|
|
19836
19598
|
}
|
|
19837
19599
|
|
|
@@ -19950,8 +19712,6 @@ export namespace ListConnectionsResponse {
|
|
|
19950
19712
|
|
|
19951
19713
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19952
19714
|
|
|
19953
|
-
webhook_configured_at?: string | null;
|
|
19954
|
-
|
|
19955
19715
|
webhook_identifier?: string | null;
|
|
19956
19716
|
}
|
|
19957
19717
|
|
|
@@ -20070,8 +19830,6 @@ export namespace ListConnectionsResponse {
|
|
|
20070
19830
|
|
|
20071
19831
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20072
19832
|
|
|
20073
|
-
webhook_configured_at?: string | null;
|
|
20074
|
-
|
|
20075
19833
|
webhook_identifier?: string | null;
|
|
20076
19834
|
}
|
|
20077
19835
|
|
|
@@ -20195,8 +19953,6 @@ export namespace ListConnectionsResponse {
|
|
|
20195
19953
|
|
|
20196
19954
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20197
19955
|
|
|
20198
|
-
webhook_configured_at?: string | null;
|
|
20199
|
-
|
|
20200
19956
|
webhook_identifier?: string | null;
|
|
20201
19957
|
}
|
|
20202
19958
|
|
|
@@ -20328,8 +20084,6 @@ export namespace ListConnectionsResponse {
|
|
|
20328
20084
|
|
|
20329
20085
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20330
20086
|
|
|
20331
|
-
webhook_configured_at?: string | null;
|
|
20332
|
-
|
|
20333
20087
|
webhook_identifier?: string | null;
|
|
20334
20088
|
}
|
|
20335
20089
|
|
|
@@ -20448,8 +20202,6 @@ export namespace ListConnectionsResponse {
|
|
|
20448
20202
|
|
|
20449
20203
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20450
20204
|
|
|
20451
|
-
webhook_configured_at?: string | null;
|
|
20452
|
-
|
|
20453
20205
|
webhook_identifier?: string | null;
|
|
20454
20206
|
}
|
|
20455
20207
|
|
|
@@ -20568,8 +20320,6 @@ export namespace ListConnectionsResponse {
|
|
|
20568
20320
|
|
|
20569
20321
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20570
20322
|
|
|
20571
|
-
webhook_configured_at?: string | null;
|
|
20572
|
-
|
|
20573
20323
|
webhook_identifier?: string | null;
|
|
20574
20324
|
}
|
|
20575
20325
|
|
|
@@ -20688,8 +20438,6 @@ export namespace ListConnectionsResponse {
|
|
|
20688
20438
|
|
|
20689
20439
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20690
20440
|
|
|
20691
|
-
webhook_configured_at?: string | null;
|
|
20692
|
-
|
|
20693
20441
|
webhook_identifier?: string | null;
|
|
20694
20442
|
}
|
|
20695
20443
|
|
|
@@ -20808,8 +20556,6 @@ export namespace ListConnectionsResponse {
|
|
|
20808
20556
|
|
|
20809
20557
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20810
20558
|
|
|
20811
|
-
webhook_configured_at?: string | null;
|
|
20812
|
-
|
|
20813
20559
|
webhook_identifier?: string | null;
|
|
20814
20560
|
}
|
|
20815
20561
|
|
|
@@ -20928,8 +20674,6 @@ export namespace ListConnectionsResponse {
|
|
|
20928
20674
|
|
|
20929
20675
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20930
20676
|
|
|
20931
|
-
webhook_configured_at?: string | null;
|
|
20932
|
-
|
|
20933
20677
|
webhook_identifier?: string | null;
|
|
20934
20678
|
}
|
|
20935
20679
|
|
|
@@ -21048,8 +20792,6 @@ export namespace ListConnectionsResponse {
|
|
|
21048
20792
|
|
|
21049
20793
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21050
20794
|
|
|
21051
|
-
webhook_configured_at?: string | null;
|
|
21052
|
-
|
|
21053
20795
|
webhook_identifier?: string | null;
|
|
21054
20796
|
}
|
|
21055
20797
|
|
|
@@ -21168,8 +20910,6 @@ export namespace ListConnectionsResponse {
|
|
|
21168
20910
|
|
|
21169
20911
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21170
20912
|
|
|
21171
|
-
webhook_configured_at?: string | null;
|
|
21172
|
-
|
|
21173
20913
|
webhook_identifier?: string | null;
|
|
21174
20914
|
}
|
|
21175
20915
|
|
|
@@ -21288,8 +21028,6 @@ export namespace ListConnectionsResponse {
|
|
|
21288
21028
|
|
|
21289
21029
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21290
21030
|
|
|
21291
|
-
webhook_configured_at?: string | null;
|
|
21292
|
-
|
|
21293
21031
|
webhook_identifier?: string | null;
|
|
21294
21032
|
}
|
|
21295
21033
|
|
|
@@ -21408,8 +21146,6 @@ export namespace ListConnectionsResponse {
|
|
|
21408
21146
|
|
|
21409
21147
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21410
21148
|
|
|
21411
|
-
webhook_configured_at?: string | null;
|
|
21412
|
-
|
|
21413
21149
|
webhook_identifier?: string | null;
|
|
21414
21150
|
}
|
|
21415
21151
|
|
|
@@ -21528,8 +21264,6 @@ export namespace ListConnectionsResponse {
|
|
|
21528
21264
|
|
|
21529
21265
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21530
21266
|
|
|
21531
|
-
webhook_configured_at?: string | null;
|
|
21532
|
-
|
|
21533
21267
|
webhook_identifier?: string | null;
|
|
21534
21268
|
}
|
|
21535
21269
|
|
|
@@ -21648,8 +21382,6 @@ export namespace ListConnectionsResponse {
|
|
|
21648
21382
|
|
|
21649
21383
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21650
21384
|
|
|
21651
|
-
webhook_configured_at?: string | null;
|
|
21652
|
-
|
|
21653
21385
|
webhook_identifier?: string | null;
|
|
21654
21386
|
}
|
|
21655
21387
|
|
|
@@ -21768,8 +21500,6 @@ export namespace ListConnectionsResponse {
|
|
|
21768
21500
|
|
|
21769
21501
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21770
21502
|
|
|
21771
|
-
webhook_configured_at?: string | null;
|
|
21772
|
-
|
|
21773
21503
|
webhook_identifier?: string | null;
|
|
21774
21504
|
}
|
|
21775
21505
|
|
|
@@ -21800,7 +21530,7 @@ export namespace ListConnectionsResponse {
|
|
|
21800
21530
|
/**
|
|
21801
21531
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
21802
21532
|
*/
|
|
21803
|
-
app_id?: number;
|
|
21533
|
+
app_id?: number | string;
|
|
21804
21534
|
|
|
21805
21535
|
/**
|
|
21806
21536
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -21898,8 +21628,6 @@ export namespace ListConnectionsResponse {
|
|
|
21898
21628
|
|
|
21899
21629
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21900
21630
|
|
|
21901
|
-
webhook_configured_at?: string | null;
|
|
21902
|
-
|
|
21903
21631
|
webhook_identifier?: string | null;
|
|
21904
21632
|
}
|
|
21905
21633
|
|
|
@@ -22018,8 +21746,6 @@ export namespace ListConnectionsResponse {
|
|
|
22018
21746
|
|
|
22019
21747
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22020
21748
|
|
|
22021
|
-
webhook_configured_at?: string | null;
|
|
22022
|
-
|
|
22023
21749
|
webhook_identifier?: string | null;
|
|
22024
21750
|
}
|
|
22025
21751
|
|
|
@@ -22143,8 +21869,6 @@ export namespace ListConnectionsResponse {
|
|
|
22143
21869
|
|
|
22144
21870
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22145
21871
|
|
|
22146
|
-
webhook_configured_at?: string | null;
|
|
22147
|
-
|
|
22148
21872
|
webhook_identifier?: string | null;
|
|
22149
21873
|
}
|
|
22150
21874
|
|
|
@@ -22263,8 +21987,6 @@ export namespace ListConnectionsResponse {
|
|
|
22263
21987
|
|
|
22264
21988
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22265
21989
|
|
|
22266
|
-
webhook_configured_at?: string | null;
|
|
22267
|
-
|
|
22268
21990
|
webhook_identifier?: string | null;
|
|
22269
21991
|
}
|
|
22270
21992
|
|
|
@@ -22383,8 +22105,6 @@ export namespace ListConnectionsResponse {
|
|
|
22383
22105
|
|
|
22384
22106
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22385
22107
|
|
|
22386
|
-
webhook_configured_at?: string | null;
|
|
22387
|
-
|
|
22388
22108
|
webhook_identifier?: string | null;
|
|
22389
22109
|
}
|
|
22390
22110
|
|
|
@@ -22503,8 +22223,6 @@ export namespace ListConnectionsResponse {
|
|
|
22503
22223
|
|
|
22504
22224
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22505
22225
|
|
|
22506
|
-
webhook_configured_at?: string | null;
|
|
22507
|
-
|
|
22508
22226
|
webhook_identifier?: string | null;
|
|
22509
22227
|
}
|
|
22510
22228
|
|
|
@@ -22623,8 +22341,6 @@ export namespace ListConnectionsResponse {
|
|
|
22623
22341
|
|
|
22624
22342
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22625
22343
|
|
|
22626
|
-
webhook_configured_at?: string | null;
|
|
22627
|
-
|
|
22628
22344
|
webhook_identifier?: string | null;
|
|
22629
22345
|
}
|
|
22630
22346
|
|
|
@@ -22743,8 +22459,6 @@ export namespace ListConnectionsResponse {
|
|
|
22743
22459
|
|
|
22744
22460
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22745
22461
|
|
|
22746
|
-
webhook_configured_at?: string | null;
|
|
22747
|
-
|
|
22748
22462
|
webhook_identifier?: string | null;
|
|
22749
22463
|
}
|
|
22750
22464
|
|
|
@@ -22868,8 +22582,6 @@ export namespace ListConnectionsResponse {
|
|
|
22868
22582
|
|
|
22869
22583
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22870
22584
|
|
|
22871
|
-
webhook_configured_at?: string | null;
|
|
22872
|
-
|
|
22873
22585
|
webhook_identifier?: string | null;
|
|
22874
22586
|
}
|
|
22875
22587
|
|
|
@@ -22988,8 +22700,6 @@ export namespace ListConnectionsResponse {
|
|
|
22988
22700
|
|
|
22989
22701
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22990
22702
|
|
|
22991
|
-
webhook_configured_at?: string | null;
|
|
22992
|
-
|
|
22993
22703
|
webhook_identifier?: string | null;
|
|
22994
22704
|
}
|
|
22995
22705
|
|
|
@@ -23108,8 +22818,6 @@ export namespace ListConnectionsResponse {
|
|
|
23108
22818
|
|
|
23109
22819
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23110
22820
|
|
|
23111
|
-
webhook_configured_at?: string | null;
|
|
23112
|
-
|
|
23113
22821
|
webhook_identifier?: string | null;
|
|
23114
22822
|
}
|
|
23115
22823
|
|
|
@@ -23228,8 +22936,6 @@ export namespace ListConnectionsResponse {
|
|
|
23228
22936
|
|
|
23229
22937
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23230
22938
|
|
|
23231
|
-
webhook_configured_at?: string | null;
|
|
23232
|
-
|
|
23233
22939
|
webhook_identifier?: string | null;
|
|
23234
22940
|
}
|
|
23235
22941
|
|
|
@@ -23354,8 +23060,6 @@ export namespace ListConnectionsResponse {
|
|
|
23354
23060
|
|
|
23355
23061
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23356
23062
|
|
|
23357
|
-
webhook_configured_at?: string | null;
|
|
23358
|
-
|
|
23359
23063
|
webhook_identifier?: string | null;
|
|
23360
23064
|
}
|
|
23361
23065
|
|
|
@@ -23474,8 +23178,6 @@ export namespace ListConnectionsResponse {
|
|
|
23474
23178
|
|
|
23475
23179
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23476
23180
|
|
|
23477
|
-
webhook_configured_at?: string | null;
|
|
23478
|
-
|
|
23479
23181
|
webhook_identifier?: string | null;
|
|
23480
23182
|
}
|
|
23481
23183
|
|
|
@@ -23594,8 +23296,6 @@ export namespace ListConnectionsResponse {
|
|
|
23594
23296
|
|
|
23595
23297
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23596
23298
|
|
|
23597
|
-
webhook_configured_at?: string | null;
|
|
23598
|
-
|
|
23599
23299
|
webhook_identifier?: string | null;
|
|
23600
23300
|
}
|
|
23601
23301
|
|
|
@@ -23714,8 +23414,6 @@ export namespace ListConnectionsResponse {
|
|
|
23714
23414
|
|
|
23715
23415
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23716
23416
|
|
|
23717
|
-
webhook_configured_at?: string | null;
|
|
23718
|
-
|
|
23719
23417
|
webhook_identifier?: string | null;
|
|
23720
23418
|
}
|
|
23721
23419
|
|
|
@@ -23839,8 +23537,6 @@ export namespace ListConnectionsResponse {
|
|
|
23839
23537
|
|
|
23840
23538
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23841
23539
|
|
|
23842
|
-
webhook_configured_at?: string | null;
|
|
23843
|
-
|
|
23844
23540
|
webhook_identifier?: string | null;
|
|
23845
23541
|
}
|
|
23846
23542
|
|
|
@@ -23959,8 +23655,6 @@ export namespace ListConnectionsResponse {
|
|
|
23959
23655
|
|
|
23960
23656
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23961
23657
|
|
|
23962
|
-
webhook_configured_at?: string | null;
|
|
23963
|
-
|
|
23964
23658
|
webhook_identifier?: string | null;
|
|
23965
23659
|
}
|
|
23966
23660
|
|
|
@@ -24030,8 +23724,6 @@ export namespace ListConnectionsResponse {
|
|
|
24030
23724
|
|
|
24031
23725
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24032
23726
|
|
|
24033
|
-
webhook_configured_at?: string | null;
|
|
24034
|
-
|
|
24035
23727
|
webhook_identifier?: string | null;
|
|
24036
23728
|
}
|
|
24037
23729
|
|
|
@@ -24210,8 +23902,6 @@ export namespace ListConnectionsResponse {
|
|
|
24210
23902
|
|
|
24211
23903
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24212
23904
|
|
|
24213
|
-
webhook_configured_at?: string | null;
|
|
24214
|
-
|
|
24215
23905
|
webhook_identifier?: string | null;
|
|
24216
23906
|
}
|
|
24217
23907
|
|
|
@@ -24325,8 +24015,6 @@ export namespace ListConnectionsResponse {
|
|
|
24325
24015
|
|
|
24326
24016
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24327
24017
|
|
|
24328
|
-
webhook_configured_at?: string | null;
|
|
24329
|
-
|
|
24330
24018
|
webhook_identifier?: string | null;
|
|
24331
24019
|
}
|
|
24332
24020
|
|
|
@@ -24406,8 +24094,6 @@ export namespace ListConnectionsResponse {
|
|
|
24406
24094
|
|
|
24407
24095
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24408
24096
|
|
|
24409
|
-
webhook_configured_at?: string | null;
|
|
24410
|
-
|
|
24411
24097
|
webhook_identifier?: string | null;
|
|
24412
24098
|
}
|
|
24413
24099
|
|
|
@@ -24477,8 +24163,6 @@ export namespace ListConnectionsResponse {
|
|
|
24477
24163
|
|
|
24478
24164
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24479
24165
|
|
|
24480
|
-
webhook_configured_at?: string | null;
|
|
24481
|
-
|
|
24482
24166
|
webhook_identifier?: string | null;
|
|
24483
24167
|
}
|
|
24484
24168
|
|
|
@@ -24553,8 +24237,6 @@ export namespace ListConnectionsResponse {
|
|
|
24553
24237
|
|
|
24554
24238
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24555
24239
|
|
|
24556
|
-
webhook_configured_at?: string | null;
|
|
24557
|
-
|
|
24558
24240
|
webhook_identifier?: string | null;
|
|
24559
24241
|
}
|
|
24560
24242
|
|
|
@@ -24629,8 +24311,6 @@ export namespace ListConnectionsResponse {
|
|
|
24629
24311
|
|
|
24630
24312
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24631
24313
|
|
|
24632
|
-
webhook_configured_at?: string | null;
|
|
24633
|
-
|
|
24634
24314
|
webhook_identifier?: string | null;
|
|
24635
24315
|
}
|
|
24636
24316
|
|
|
@@ -24703,8 +24383,6 @@ export namespace ListConnectionsResponse {
|
|
|
24703
24383
|
|
|
24704
24384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24705
24385
|
|
|
24706
|
-
webhook_configured_at?: string | null;
|
|
24707
|
-
|
|
24708
24386
|
webhook_identifier?: string | null;
|
|
24709
24387
|
}
|
|
24710
24388
|
|
|
@@ -24917,8 +24595,6 @@ export namespace ListConnectionsResponse {
|
|
|
24917
24595
|
|
|
24918
24596
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24919
24597
|
|
|
24920
|
-
webhook_configured_at?: string | null;
|
|
24921
|
-
|
|
24922
24598
|
webhook_identifier?: string | null;
|
|
24923
24599
|
}
|
|
24924
24600
|
|
|
@@ -25048,8 +24724,6 @@ export namespace ListConnectionsResponse {
|
|
|
25048
24724
|
|
|
25049
24725
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25050
24726
|
|
|
25051
|
-
webhook_configured_at?: string | null;
|
|
25052
|
-
|
|
25053
24727
|
webhook_identifier?: string | null;
|
|
25054
24728
|
}
|
|
25055
24729
|
|
|
@@ -25167,8 +24841,6 @@ export namespace ListConnectionsResponse {
|
|
|
25167
24841
|
|
|
25168
24842
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25169
24843
|
|
|
25170
|
-
webhook_configured_at?: string | null;
|
|
25171
|
-
|
|
25172
24844
|
webhook_identifier?: string | null;
|
|
25173
24845
|
}
|
|
25174
24846
|
|
|
@@ -25247,8 +24919,6 @@ export namespace ListConnectionsResponse {
|
|
|
25247
24919
|
|
|
25248
24920
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25249
24921
|
|
|
25250
|
-
webhook_configured_at?: string | null;
|
|
25251
|
-
|
|
25252
24922
|
webhook_identifier?: string | null;
|
|
25253
24923
|
}
|
|
25254
24924
|
|
|
@@ -32185,8 +31855,6 @@ export namespace PostConnectResponse {
|
|
|
32185
31855
|
|
|
32186
31856
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32187
31857
|
|
|
32188
|
-
webhook_configured_at?: string | null;
|
|
32189
|
-
|
|
32190
31858
|
webhook_identifier?: string | null;
|
|
32191
31859
|
}
|
|
32192
31860
|
|
|
@@ -32255,8 +31923,6 @@ export namespace PostConnectResponse {
|
|
|
32255
31923
|
|
|
32256
31924
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32257
31925
|
|
|
32258
|
-
webhook_configured_at?: string | null;
|
|
32259
|
-
|
|
32260
31926
|
webhook_identifier?: string | null;
|
|
32261
31927
|
}
|
|
32262
31928
|
|
|
@@ -32371,8 +32037,6 @@ export namespace PostConnectResponse {
|
|
|
32371
32037
|
|
|
32372
32038
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32373
32039
|
|
|
32374
|
-
webhook_configured_at?: string | null;
|
|
32375
|
-
|
|
32376
32040
|
webhook_identifier?: string | null;
|
|
32377
32041
|
}
|
|
32378
32042
|
|
|
@@ -32441,8 +32105,6 @@ export namespace PostConnectResponse {
|
|
|
32441
32105
|
|
|
32442
32106
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32443
32107
|
|
|
32444
|
-
webhook_configured_at?: string | null;
|
|
32445
|
-
|
|
32446
32108
|
webhook_identifier?: string | null;
|
|
32447
32109
|
}
|
|
32448
32110
|
|
|
@@ -32557,8 +32219,6 @@ export namespace PostConnectResponse {
|
|
|
32557
32219
|
|
|
32558
32220
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32559
32221
|
|
|
32560
|
-
webhook_configured_at?: string | null;
|
|
32561
|
-
|
|
32562
32222
|
webhook_identifier?: string | null;
|
|
32563
32223
|
}
|
|
32564
32224
|
|
|
@@ -32679,8 +32339,6 @@ export namespace PostConnectResponse {
|
|
|
32679
32339
|
|
|
32680
32340
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32681
32341
|
|
|
32682
|
-
webhook_configured_at?: string | null;
|
|
32683
|
-
|
|
32684
32342
|
webhook_identifier?: string | null;
|
|
32685
32343
|
}
|
|
32686
32344
|
|
|
@@ -32795,8 +32453,6 @@ export namespace PostConnectResponse {
|
|
|
32795
32453
|
|
|
32796
32454
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32797
32455
|
|
|
32798
|
-
webhook_configured_at?: string | null;
|
|
32799
|
-
|
|
32800
32456
|
webhook_identifier?: string | null;
|
|
32801
32457
|
}
|
|
32802
32458
|
|
|
@@ -32911,8 +32567,6 @@ export namespace PostConnectResponse {
|
|
|
32911
32567
|
|
|
32912
32568
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32913
32569
|
|
|
32914
|
-
webhook_configured_at?: string | null;
|
|
32915
|
-
|
|
32916
32570
|
webhook_identifier?: string | null;
|
|
32917
32571
|
}
|
|
32918
32572
|
|
|
@@ -33027,8 +32681,6 @@ export namespace PostConnectResponse {
|
|
|
33027
32681
|
|
|
33028
32682
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33029
32683
|
|
|
33030
|
-
webhook_configured_at?: string | null;
|
|
33031
|
-
|
|
33032
32684
|
webhook_identifier?: string | null;
|
|
33033
32685
|
}
|
|
33034
32686
|
|
|
@@ -33143,8 +32795,6 @@ export namespace PostConnectResponse {
|
|
|
33143
32795
|
|
|
33144
32796
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33145
32797
|
|
|
33146
|
-
webhook_configured_at?: string | null;
|
|
33147
|
-
|
|
33148
32798
|
webhook_identifier?: string | null;
|
|
33149
32799
|
}
|
|
33150
32800
|
|
|
@@ -33259,8 +32909,6 @@ export namespace PostConnectResponse {
|
|
|
33259
32909
|
|
|
33260
32910
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33261
32911
|
|
|
33262
|
-
webhook_configured_at?: string | null;
|
|
33263
|
-
|
|
33264
32912
|
webhook_identifier?: string | null;
|
|
33265
32913
|
}
|
|
33266
32914
|
|
|
@@ -33380,8 +33028,6 @@ export namespace PostConnectResponse {
|
|
|
33380
33028
|
|
|
33381
33029
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33382
33030
|
|
|
33383
|
-
webhook_configured_at?: string | null;
|
|
33384
|
-
|
|
33385
33031
|
webhook_identifier?: string | null;
|
|
33386
33032
|
}
|
|
33387
33033
|
|
|
@@ -33509,8 +33155,6 @@ export namespace PostConnectResponse {
|
|
|
33509
33155
|
|
|
33510
33156
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33511
33157
|
|
|
33512
|
-
webhook_configured_at?: string | null;
|
|
33513
|
-
|
|
33514
33158
|
webhook_identifier?: string | null;
|
|
33515
33159
|
}
|
|
33516
33160
|
|
|
@@ -33625,8 +33269,6 @@ export namespace PostConnectResponse {
|
|
|
33625
33269
|
|
|
33626
33270
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33627
33271
|
|
|
33628
|
-
webhook_configured_at?: string | null;
|
|
33629
|
-
|
|
33630
33272
|
webhook_identifier?: string | null;
|
|
33631
33273
|
}
|
|
33632
33274
|
|
|
@@ -33741,8 +33383,6 @@ export namespace PostConnectResponse {
|
|
|
33741
33383
|
|
|
33742
33384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33743
33385
|
|
|
33744
|
-
webhook_configured_at?: string | null;
|
|
33745
|
-
|
|
33746
33386
|
webhook_identifier?: string | null;
|
|
33747
33387
|
}
|
|
33748
33388
|
|
|
@@ -33857,8 +33497,6 @@ export namespace PostConnectResponse {
|
|
|
33857
33497
|
|
|
33858
33498
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33859
33499
|
|
|
33860
|
-
webhook_configured_at?: string | null;
|
|
33861
|
-
|
|
33862
33500
|
webhook_identifier?: string | null;
|
|
33863
33501
|
}
|
|
33864
33502
|
|
|
@@ -33973,8 +33611,6 @@ export namespace PostConnectResponse {
|
|
|
33973
33611
|
|
|
33974
33612
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33975
33613
|
|
|
33976
|
-
webhook_configured_at?: string | null;
|
|
33977
|
-
|
|
33978
33614
|
webhook_identifier?: string | null;
|
|
33979
33615
|
}
|
|
33980
33616
|
|
|
@@ -34089,8 +33725,6 @@ export namespace PostConnectResponse {
|
|
|
34089
33725
|
|
|
34090
33726
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34091
33727
|
|
|
34092
|
-
webhook_configured_at?: string | null;
|
|
34093
|
-
|
|
34094
33728
|
webhook_identifier?: string | null;
|
|
34095
33729
|
}
|
|
34096
33730
|
|
|
@@ -34205,8 +33839,6 @@ export namespace PostConnectResponse {
|
|
|
34205
33839
|
|
|
34206
33840
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34207
33841
|
|
|
34208
|
-
webhook_configured_at?: string | null;
|
|
34209
|
-
|
|
34210
33842
|
webhook_identifier?: string | null;
|
|
34211
33843
|
}
|
|
34212
33844
|
|
|
@@ -34321,8 +33953,6 @@ export namespace PostConnectResponse {
|
|
|
34321
33953
|
|
|
34322
33954
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34323
33955
|
|
|
34324
|
-
webhook_configured_at?: string | null;
|
|
34325
|
-
|
|
34326
33956
|
webhook_identifier?: string | null;
|
|
34327
33957
|
}
|
|
34328
33958
|
|
|
@@ -34437,8 +34067,6 @@ export namespace PostConnectResponse {
|
|
|
34437
34067
|
|
|
34438
34068
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34439
34069
|
|
|
34440
|
-
webhook_configured_at?: string | null;
|
|
34441
|
-
|
|
34442
34070
|
webhook_identifier?: string | null;
|
|
34443
34071
|
}
|
|
34444
34072
|
|
|
@@ -34553,8 +34181,6 @@ export namespace PostConnectResponse {
|
|
|
34553
34181
|
|
|
34554
34182
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34555
34183
|
|
|
34556
|
-
webhook_configured_at?: string | null;
|
|
34557
|
-
|
|
34558
34184
|
webhook_identifier?: string | null;
|
|
34559
34185
|
}
|
|
34560
34186
|
|
|
@@ -34669,8 +34295,6 @@ export namespace PostConnectResponse {
|
|
|
34669
34295
|
|
|
34670
34296
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34671
34297
|
|
|
34672
|
-
webhook_configured_at?: string | null;
|
|
34673
|
-
|
|
34674
34298
|
webhook_identifier?: string | null;
|
|
34675
34299
|
}
|
|
34676
34300
|
|
|
@@ -34785,8 +34409,6 @@ export namespace PostConnectResponse {
|
|
|
34785
34409
|
|
|
34786
34410
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34787
34411
|
|
|
34788
|
-
webhook_configured_at?: string | null;
|
|
34789
|
-
|
|
34790
34412
|
webhook_identifier?: string | null;
|
|
34791
34413
|
}
|
|
34792
34414
|
|
|
@@ -34901,8 +34523,6 @@ export namespace PostConnectResponse {
|
|
|
34901
34523
|
|
|
34902
34524
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34903
34525
|
|
|
34904
|
-
webhook_configured_at?: string | null;
|
|
34905
|
-
|
|
34906
34526
|
webhook_identifier?: string | null;
|
|
34907
34527
|
}
|
|
34908
34528
|
|
|
@@ -34933,7 +34553,7 @@ export namespace PostConnectResponse {
|
|
|
34933
34553
|
/**
|
|
34934
34554
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
34935
34555
|
*/
|
|
34936
|
-
app_id?: number;
|
|
34556
|
+
app_id?: number | string;
|
|
34937
34557
|
|
|
34938
34558
|
/**
|
|
34939
34559
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -35027,8 +34647,6 @@ export namespace PostConnectResponse {
|
|
|
35027
34647
|
|
|
35028
34648
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35029
34649
|
|
|
35030
|
-
webhook_configured_at?: string | null;
|
|
35031
|
-
|
|
35032
34650
|
webhook_identifier?: string | null;
|
|
35033
34651
|
}
|
|
35034
34652
|
|
|
@@ -35143,8 +34761,6 @@ export namespace PostConnectResponse {
|
|
|
35143
34761
|
|
|
35144
34762
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35145
34763
|
|
|
35146
|
-
webhook_configured_at?: string | null;
|
|
35147
|
-
|
|
35148
34764
|
webhook_identifier?: string | null;
|
|
35149
34765
|
}
|
|
35150
34766
|
|
|
@@ -35264,8 +34880,6 @@ export namespace PostConnectResponse {
|
|
|
35264
34880
|
|
|
35265
34881
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35266
34882
|
|
|
35267
|
-
webhook_configured_at?: string | null;
|
|
35268
|
-
|
|
35269
34883
|
webhook_identifier?: string | null;
|
|
35270
34884
|
}
|
|
35271
34885
|
|
|
@@ -35380,8 +34994,6 @@ export namespace PostConnectResponse {
|
|
|
35380
34994
|
|
|
35381
34995
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35382
34996
|
|
|
35383
|
-
webhook_configured_at?: string | null;
|
|
35384
|
-
|
|
35385
34997
|
webhook_identifier?: string | null;
|
|
35386
34998
|
}
|
|
35387
34999
|
|
|
@@ -35496,8 +35108,6 @@ export namespace PostConnectResponse {
|
|
|
35496
35108
|
|
|
35497
35109
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35498
35110
|
|
|
35499
|
-
webhook_configured_at?: string | null;
|
|
35500
|
-
|
|
35501
35111
|
webhook_identifier?: string | null;
|
|
35502
35112
|
}
|
|
35503
35113
|
|
|
@@ -35612,8 +35222,6 @@ export namespace PostConnectResponse {
|
|
|
35612
35222
|
|
|
35613
35223
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35614
35224
|
|
|
35615
|
-
webhook_configured_at?: string | null;
|
|
35616
|
-
|
|
35617
35225
|
webhook_identifier?: string | null;
|
|
35618
35226
|
}
|
|
35619
35227
|
|
|
@@ -35728,8 +35336,6 @@ export namespace PostConnectResponse {
|
|
|
35728
35336
|
|
|
35729
35337
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35730
35338
|
|
|
35731
|
-
webhook_configured_at?: string | null;
|
|
35732
|
-
|
|
35733
35339
|
webhook_identifier?: string | null;
|
|
35734
35340
|
}
|
|
35735
35341
|
|
|
@@ -35844,8 +35450,6 @@ export namespace PostConnectResponse {
|
|
|
35844
35450
|
|
|
35845
35451
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35846
35452
|
|
|
35847
|
-
webhook_configured_at?: string | null;
|
|
35848
|
-
|
|
35849
35453
|
webhook_identifier?: string | null;
|
|
35850
35454
|
}
|
|
35851
35455
|
|
|
@@ -35965,8 +35569,6 @@ export namespace PostConnectResponse {
|
|
|
35965
35569
|
|
|
35966
35570
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35967
35571
|
|
|
35968
|
-
webhook_configured_at?: string | null;
|
|
35969
|
-
|
|
35970
35572
|
webhook_identifier?: string | null;
|
|
35971
35573
|
}
|
|
35972
35574
|
|
|
@@ -36081,8 +35683,6 @@ export namespace PostConnectResponse {
|
|
|
36081
35683
|
|
|
36082
35684
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36083
35685
|
|
|
36084
|
-
webhook_configured_at?: string | null;
|
|
36085
|
-
|
|
36086
35686
|
webhook_identifier?: string | null;
|
|
36087
35687
|
}
|
|
36088
35688
|
|
|
@@ -36197,8 +35797,6 @@ export namespace PostConnectResponse {
|
|
|
36197
35797
|
|
|
36198
35798
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36199
35799
|
|
|
36200
|
-
webhook_configured_at?: string | null;
|
|
36201
|
-
|
|
36202
35800
|
webhook_identifier?: string | null;
|
|
36203
35801
|
}
|
|
36204
35802
|
|
|
@@ -36313,8 +35911,6 @@ export namespace PostConnectResponse {
|
|
|
36313
35911
|
|
|
36314
35912
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36315
35913
|
|
|
36316
|
-
webhook_configured_at?: string | null;
|
|
36317
|
-
|
|
36318
35914
|
webhook_identifier?: string | null;
|
|
36319
35915
|
}
|
|
36320
35916
|
|
|
@@ -36435,8 +36031,6 @@ export namespace PostConnectResponse {
|
|
|
36435
36031
|
|
|
36436
36032
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36437
36033
|
|
|
36438
|
-
webhook_configured_at?: string | null;
|
|
36439
|
-
|
|
36440
36034
|
webhook_identifier?: string | null;
|
|
36441
36035
|
}
|
|
36442
36036
|
|
|
@@ -36551,8 +36145,6 @@ export namespace PostConnectResponse {
|
|
|
36551
36145
|
|
|
36552
36146
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36553
36147
|
|
|
36554
|
-
webhook_configured_at?: string | null;
|
|
36555
|
-
|
|
36556
36148
|
webhook_identifier?: string | null;
|
|
36557
36149
|
}
|
|
36558
36150
|
|
|
@@ -36667,8 +36259,6 @@ export namespace PostConnectResponse {
|
|
|
36667
36259
|
|
|
36668
36260
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36669
36261
|
|
|
36670
|
-
webhook_configured_at?: string | null;
|
|
36671
|
-
|
|
36672
36262
|
webhook_identifier?: string | null;
|
|
36673
36263
|
}
|
|
36674
36264
|
|
|
@@ -36783,8 +36373,6 @@ export namespace PostConnectResponse {
|
|
|
36783
36373
|
|
|
36784
36374
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36785
36375
|
|
|
36786
|
-
webhook_configured_at?: string | null;
|
|
36787
|
-
|
|
36788
36376
|
webhook_identifier?: string | null;
|
|
36789
36377
|
}
|
|
36790
36378
|
|
|
@@ -36904,8 +36492,6 @@ export namespace PostConnectResponse {
|
|
|
36904
36492
|
|
|
36905
36493
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36906
36494
|
|
|
36907
|
-
webhook_configured_at?: string | null;
|
|
36908
|
-
|
|
36909
36495
|
webhook_identifier?: string | null;
|
|
36910
36496
|
}
|
|
36911
36497
|
|
|
@@ -37020,8 +36606,6 @@ export namespace PostConnectResponse {
|
|
|
37020
36606
|
|
|
37021
36607
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37022
36608
|
|
|
37023
|
-
webhook_configured_at?: string | null;
|
|
37024
|
-
|
|
37025
36609
|
webhook_identifier?: string | null;
|
|
37026
36610
|
}
|
|
37027
36611
|
|
|
@@ -37087,8 +36671,6 @@ export namespace PostConnectResponse {
|
|
|
37087
36671
|
|
|
37088
36672
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37089
36673
|
|
|
37090
|
-
webhook_configured_at?: string | null;
|
|
37091
|
-
|
|
37092
36674
|
webhook_identifier?: string | null;
|
|
37093
36675
|
}
|
|
37094
36676
|
|
|
@@ -37263,8 +36845,6 @@ export namespace PostConnectResponse {
|
|
|
37263
36845
|
|
|
37264
36846
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37265
36847
|
|
|
37266
|
-
webhook_configured_at?: string | null;
|
|
37267
|
-
|
|
37268
36848
|
webhook_identifier?: string | null;
|
|
37269
36849
|
}
|
|
37270
36850
|
|
|
@@ -37374,8 +36954,6 @@ export namespace PostConnectResponse {
|
|
|
37374
36954
|
|
|
37375
36955
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37376
36956
|
|
|
37377
|
-
webhook_configured_at?: string | null;
|
|
37378
|
-
|
|
37379
36957
|
webhook_identifier?: string | null;
|
|
37380
36958
|
}
|
|
37381
36959
|
|
|
@@ -37451,8 +37029,6 @@ export namespace PostConnectResponse {
|
|
|
37451
37029
|
|
|
37452
37030
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37453
37031
|
|
|
37454
|
-
webhook_configured_at?: string | null;
|
|
37455
|
-
|
|
37456
37032
|
webhook_identifier?: string | null;
|
|
37457
37033
|
}
|
|
37458
37034
|
|
|
@@ -37518,8 +37094,6 @@ export namespace PostConnectResponse {
|
|
|
37518
37094
|
|
|
37519
37095
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37520
37096
|
|
|
37521
|
-
webhook_configured_at?: string | null;
|
|
37522
|
-
|
|
37523
37097
|
webhook_identifier?: string | null;
|
|
37524
37098
|
}
|
|
37525
37099
|
|
|
@@ -37590,8 +37164,6 @@ export namespace PostConnectResponse {
|
|
|
37590
37164
|
|
|
37591
37165
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37592
37166
|
|
|
37593
|
-
webhook_configured_at?: string | null;
|
|
37594
|
-
|
|
37595
37167
|
webhook_identifier?: string | null;
|
|
37596
37168
|
}
|
|
37597
37169
|
|
|
@@ -37662,8 +37234,6 @@ export namespace PostConnectResponse {
|
|
|
37662
37234
|
|
|
37663
37235
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37664
37236
|
|
|
37665
|
-
webhook_configured_at?: string | null;
|
|
37666
|
-
|
|
37667
37237
|
webhook_identifier?: string | null;
|
|
37668
37238
|
}
|
|
37669
37239
|
|
|
@@ -37732,8 +37302,6 @@ export namespace PostConnectResponse {
|
|
|
37732
37302
|
|
|
37733
37303
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37734
37304
|
|
|
37735
|
-
webhook_configured_at?: string | null;
|
|
37736
|
-
|
|
37737
37305
|
webhook_identifier?: string | null;
|
|
37738
37306
|
}
|
|
37739
37307
|
|
|
@@ -37942,8 +37510,6 @@ export namespace PostConnectResponse {
|
|
|
37942
37510
|
|
|
37943
37511
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37944
37512
|
|
|
37945
|
-
webhook_configured_at?: string | null;
|
|
37946
|
-
|
|
37947
37513
|
webhook_identifier?: string | null;
|
|
37948
37514
|
}
|
|
37949
37515
|
|
|
@@ -38069,8 +37635,6 @@ export namespace PostConnectResponse {
|
|
|
38069
37635
|
|
|
38070
37636
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38071
37637
|
|
|
38072
|
-
webhook_configured_at?: string | null;
|
|
38073
|
-
|
|
38074
37638
|
webhook_identifier?: string | null;
|
|
38075
37639
|
}
|
|
38076
37640
|
|
|
@@ -38184,8 +37748,6 @@ export namespace PostConnectResponse {
|
|
|
38184
37748
|
|
|
38185
37749
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38186
37750
|
|
|
38187
|
-
webhook_configured_at?: string | null;
|
|
38188
|
-
|
|
38189
37751
|
webhook_identifier?: string | null;
|
|
38190
37752
|
}
|
|
38191
37753
|
|
|
@@ -38260,8 +37822,6 @@ export namespace PostConnectResponse {
|
|
|
38260
37822
|
|
|
38261
37823
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38262
37824
|
|
|
38263
|
-
webhook_configured_at?: string | null;
|
|
38264
|
-
|
|
38265
37825
|
webhook_identifier?: string | null;
|
|
38266
37826
|
}
|
|
38267
37827
|
|
|
@@ -43649,7 +43209,7 @@ export namespace CreateConnectionParams {
|
|
|
43649
43209
|
/**
|
|
43650
43210
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
43651
43211
|
*/
|
|
43652
|
-
app_id?: number;
|
|
43212
|
+
app_id?: number | string;
|
|
43653
43213
|
|
|
43654
43214
|
/**
|
|
43655
43215
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -45428,6 +44988,13 @@ export namespace CreateTokenParams {
|
|
|
45428
44988
|
| 'zendesk'
|
|
45429
44989
|
| 'zoom';
|
|
45430
44990
|
|
|
44991
|
+
/**
|
|
44992
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
44993
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
44994
|
+
* non-production environments.
|
|
44995
|
+
*/
|
|
44996
|
+
auto_subscribe_webhooks?: boolean;
|
|
44997
|
+
|
|
45431
44998
|
/**
|
|
45432
44999
|
* Optional external ID for reconnecting to an existing connection
|
|
45433
45000
|
*/
|
|
@@ -47757,6 +47324,13 @@ export namespace PostConnectParams {
|
|
|
47757
47324
|
| 'zendesk'
|
|
47758
47325
|
| 'zoom';
|
|
47759
47326
|
|
|
47327
|
+
/**
|
|
47328
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
47329
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
47330
|
+
* non-production environments.
|
|
47331
|
+
*/
|
|
47332
|
+
auto_subscribe_webhooks?: boolean;
|
|
47333
|
+
|
|
47760
47334
|
/**
|
|
47761
47335
|
* Optional external ID for reconnecting to an existing connection
|
|
47762
47336
|
*/
|
|
@@ -48534,6 +48108,13 @@ export namespace PreConnectParams {
|
|
|
48534
48108
|
| 'zendesk'
|
|
48535
48109
|
| 'zoom';
|
|
48536
48110
|
|
|
48111
|
+
/**
|
|
48112
|
+
* Automatically subscribe to webhooks after connection creation. Uses the repl_id
|
|
48113
|
+
* if provided, otherwise uses a default system assignment. Only works in
|
|
48114
|
+
* non-production environments.
|
|
48115
|
+
*/
|
|
48116
|
+
auto_subscribe_webhooks?: boolean;
|
|
48117
|
+
|
|
48537
48118
|
/**
|
|
48538
48119
|
* Optional external ID for reconnecting to an existing connection
|
|
48539
48120
|
*/
|