@replit/connectors 0.13.1 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +63 -225
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +63 -225
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +68 -445
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -170,7 +170,19 @@ export interface AssignConnectionResponse {
|
|
|
170
170
|
*/
|
|
171
171
|
id: string;
|
|
172
172
|
|
|
173
|
+
/**
|
|
174
|
+
* Whether the assignment and subscription to webhooks (if auto_subscribe_webhooks
|
|
175
|
+
* is true) were successful. If false, the error field will contain the reason why
|
|
176
|
+
* the operation failed.
|
|
177
|
+
*/
|
|
178
|
+
success: boolean;
|
|
179
|
+
|
|
173
180
|
assignments?: Array<AssignConnectionResponse.Assignment>;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* The reason why the operation failed.
|
|
184
|
+
*/
|
|
185
|
+
error?: string;
|
|
174
186
|
}
|
|
175
187
|
|
|
176
188
|
export namespace AssignConnectionResponse {
|
|
@@ -300,8 +312,6 @@ export namespace CreateConnectionResponse {
|
|
|
300
312
|
|
|
301
313
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
302
314
|
|
|
303
|
-
webhook_configured_at?: string | null;
|
|
304
|
-
|
|
305
315
|
webhook_identifier?: string | null;
|
|
306
316
|
}
|
|
307
317
|
|
|
@@ -321,6 +331,9 @@ export namespace CreateConnectionResponse {
|
|
|
321
331
|
}
|
|
322
332
|
|
|
323
333
|
export interface Settings {
|
|
334
|
+
/**
|
|
335
|
+
* Your Acme API key
|
|
336
|
+
*/
|
|
324
337
|
api_key: string;
|
|
325
338
|
}
|
|
326
339
|
}
|
|
@@ -371,8 +384,6 @@ export namespace CreateConnectionResponse {
|
|
|
371
384
|
|
|
372
385
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
373
386
|
|
|
374
|
-
webhook_configured_at?: string | null;
|
|
375
|
-
|
|
376
387
|
webhook_identifier?: string | null;
|
|
377
388
|
}
|
|
378
389
|
|
|
@@ -491,8 +502,6 @@ export namespace CreateConnectionResponse {
|
|
|
491
502
|
|
|
492
503
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
493
504
|
|
|
494
|
-
webhook_configured_at?: string | null;
|
|
495
|
-
|
|
496
505
|
webhook_identifier?: string | null;
|
|
497
506
|
}
|
|
498
507
|
|
|
@@ -512,6 +521,9 @@ export namespace CreateConnectionResponse {
|
|
|
512
521
|
}
|
|
513
522
|
|
|
514
523
|
export interface Settings {
|
|
524
|
+
/**
|
|
525
|
+
* Your AgentMail API key
|
|
526
|
+
*/
|
|
515
527
|
api_key: string;
|
|
516
528
|
}
|
|
517
529
|
}
|
|
@@ -562,8 +574,6 @@ export namespace CreateConnectionResponse {
|
|
|
562
574
|
|
|
563
575
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
564
576
|
|
|
565
|
-
webhook_configured_at?: string | null;
|
|
566
|
-
|
|
567
577
|
webhook_identifier?: string | null;
|
|
568
578
|
}
|
|
569
579
|
|
|
@@ -682,8 +692,6 @@ export namespace CreateConnectionResponse {
|
|
|
682
692
|
|
|
683
693
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
684
694
|
|
|
685
|
-
webhook_configured_at?: string | null;
|
|
686
|
-
|
|
687
695
|
webhook_identifier?: string | null;
|
|
688
696
|
}
|
|
689
697
|
|
|
@@ -808,8 +816,6 @@ export namespace CreateConnectionResponse {
|
|
|
808
816
|
|
|
809
817
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
810
818
|
|
|
811
|
-
webhook_configured_at?: string | null;
|
|
812
|
-
|
|
813
819
|
webhook_identifier?: string | null;
|
|
814
820
|
}
|
|
815
821
|
|
|
@@ -928,8 +934,6 @@ export namespace CreateConnectionResponse {
|
|
|
928
934
|
|
|
929
935
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
930
936
|
|
|
931
|
-
webhook_configured_at?: string | null;
|
|
932
|
-
|
|
933
937
|
webhook_identifier?: string | null;
|
|
934
938
|
}
|
|
935
939
|
|
|
@@ -1048,8 +1052,6 @@ export namespace CreateConnectionResponse {
|
|
|
1048
1052
|
|
|
1049
1053
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1050
1054
|
|
|
1051
|
-
webhook_configured_at?: string | null;
|
|
1052
|
-
|
|
1053
1055
|
webhook_identifier?: string | null;
|
|
1054
1056
|
}
|
|
1055
1057
|
|
|
@@ -1168,8 +1170,6 @@ export namespace CreateConnectionResponse {
|
|
|
1168
1170
|
|
|
1169
1171
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1170
1172
|
|
|
1171
|
-
webhook_configured_at?: string | null;
|
|
1172
|
-
|
|
1173
1173
|
webhook_identifier?: string | null;
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
@@ -1288,8 +1288,6 @@ export namespace CreateConnectionResponse {
|
|
|
1288
1288
|
|
|
1289
1289
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1290
1290
|
|
|
1291
|
-
webhook_configured_at?: string | null;
|
|
1292
|
-
|
|
1293
1291
|
webhook_identifier?: string | null;
|
|
1294
1292
|
}
|
|
1295
1293
|
|
|
@@ -1408,8 +1406,6 @@ export namespace CreateConnectionResponse {
|
|
|
1408
1406
|
|
|
1409
1407
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1410
1408
|
|
|
1411
|
-
webhook_configured_at?: string | null;
|
|
1412
|
-
|
|
1413
1409
|
webhook_identifier?: string | null;
|
|
1414
1410
|
}
|
|
1415
1411
|
|
|
@@ -1533,8 +1529,6 @@ export namespace CreateConnectionResponse {
|
|
|
1533
1529
|
|
|
1534
1530
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1535
1531
|
|
|
1536
|
-
webhook_configured_at?: string | null;
|
|
1537
|
-
|
|
1538
1532
|
webhook_identifier?: string | null;
|
|
1539
1533
|
}
|
|
1540
1534
|
|
|
@@ -1666,8 +1660,6 @@ export namespace CreateConnectionResponse {
|
|
|
1666
1660
|
|
|
1667
1661
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1668
1662
|
|
|
1669
|
-
webhook_configured_at?: string | null;
|
|
1670
|
-
|
|
1671
1663
|
webhook_identifier?: string | null;
|
|
1672
1664
|
}
|
|
1673
1665
|
|
|
@@ -1786,8 +1778,6 @@ export namespace CreateConnectionResponse {
|
|
|
1786
1778
|
|
|
1787
1779
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1788
1780
|
|
|
1789
|
-
webhook_configured_at?: string | null;
|
|
1790
|
-
|
|
1791
1781
|
webhook_identifier?: string | null;
|
|
1792
1782
|
}
|
|
1793
1783
|
|
|
@@ -1906,8 +1896,6 @@ export namespace CreateConnectionResponse {
|
|
|
1906
1896
|
|
|
1907
1897
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
1908
1898
|
|
|
1909
|
-
webhook_configured_at?: string | null;
|
|
1910
|
-
|
|
1911
1899
|
webhook_identifier?: string | null;
|
|
1912
1900
|
}
|
|
1913
1901
|
|
|
@@ -2026,8 +2014,6 @@ export namespace CreateConnectionResponse {
|
|
|
2026
2014
|
|
|
2027
2015
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2028
2016
|
|
|
2029
|
-
webhook_configured_at?: string | null;
|
|
2030
|
-
|
|
2031
2017
|
webhook_identifier?: string | null;
|
|
2032
2018
|
}
|
|
2033
2019
|
|
|
@@ -2146,8 +2132,6 @@ export namespace CreateConnectionResponse {
|
|
|
2146
2132
|
|
|
2147
2133
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2148
2134
|
|
|
2149
|
-
webhook_configured_at?: string | null;
|
|
2150
|
-
|
|
2151
2135
|
webhook_identifier?: string | null;
|
|
2152
2136
|
}
|
|
2153
2137
|
|
|
@@ -2266,8 +2250,6 @@ export namespace CreateConnectionResponse {
|
|
|
2266
2250
|
|
|
2267
2251
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2268
2252
|
|
|
2269
|
-
webhook_configured_at?: string | null;
|
|
2270
|
-
|
|
2271
2253
|
webhook_identifier?: string | null;
|
|
2272
2254
|
}
|
|
2273
2255
|
|
|
@@ -2386,8 +2368,6 @@ export namespace CreateConnectionResponse {
|
|
|
2386
2368
|
|
|
2387
2369
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2388
2370
|
|
|
2389
|
-
webhook_configured_at?: string | null;
|
|
2390
|
-
|
|
2391
2371
|
webhook_identifier?: string | null;
|
|
2392
2372
|
}
|
|
2393
2373
|
|
|
@@ -2506,8 +2486,6 @@ export namespace CreateConnectionResponse {
|
|
|
2506
2486
|
|
|
2507
2487
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2508
2488
|
|
|
2509
|
-
webhook_configured_at?: string | null;
|
|
2510
|
-
|
|
2511
2489
|
webhook_identifier?: string | null;
|
|
2512
2490
|
}
|
|
2513
2491
|
|
|
@@ -2626,8 +2604,6 @@ export namespace CreateConnectionResponse {
|
|
|
2626
2604
|
|
|
2627
2605
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2628
2606
|
|
|
2629
|
-
webhook_configured_at?: string | null;
|
|
2630
|
-
|
|
2631
2607
|
webhook_identifier?: string | null;
|
|
2632
2608
|
}
|
|
2633
2609
|
|
|
@@ -2746,8 +2722,6 @@ export namespace CreateConnectionResponse {
|
|
|
2746
2722
|
|
|
2747
2723
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2748
2724
|
|
|
2749
|
-
webhook_configured_at?: string | null;
|
|
2750
|
-
|
|
2751
2725
|
webhook_identifier?: string | null;
|
|
2752
2726
|
}
|
|
2753
2727
|
|
|
@@ -2866,8 +2840,6 @@ export namespace CreateConnectionResponse {
|
|
|
2866
2840
|
|
|
2867
2841
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2868
2842
|
|
|
2869
|
-
webhook_configured_at?: string | null;
|
|
2870
|
-
|
|
2871
2843
|
webhook_identifier?: string | null;
|
|
2872
2844
|
}
|
|
2873
2845
|
|
|
@@ -2986,8 +2958,6 @@ export namespace CreateConnectionResponse {
|
|
|
2986
2958
|
|
|
2987
2959
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
2988
2960
|
|
|
2989
|
-
webhook_configured_at?: string | null;
|
|
2990
|
-
|
|
2991
2961
|
webhook_identifier?: string | null;
|
|
2992
2962
|
}
|
|
2993
2963
|
|
|
@@ -3106,8 +3076,6 @@ export namespace CreateConnectionResponse {
|
|
|
3106
3076
|
|
|
3107
3077
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3108
3078
|
|
|
3109
|
-
webhook_configured_at?: string | null;
|
|
3110
|
-
|
|
3111
3079
|
webhook_identifier?: string | null;
|
|
3112
3080
|
}
|
|
3113
3081
|
|
|
@@ -3138,7 +3106,7 @@ export namespace CreateConnectionResponse {
|
|
|
3138
3106
|
/**
|
|
3139
3107
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
3140
3108
|
*/
|
|
3141
|
-
app_id?: number;
|
|
3109
|
+
app_id?: number | string;
|
|
3142
3110
|
|
|
3143
3111
|
/**
|
|
3144
3112
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -3236,8 +3204,6 @@ export namespace CreateConnectionResponse {
|
|
|
3236
3204
|
|
|
3237
3205
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3238
3206
|
|
|
3239
|
-
webhook_configured_at?: string | null;
|
|
3240
|
-
|
|
3241
3207
|
webhook_identifier?: string | null;
|
|
3242
3208
|
}
|
|
3243
3209
|
|
|
@@ -3356,8 +3322,6 @@ export namespace CreateConnectionResponse {
|
|
|
3356
3322
|
|
|
3357
3323
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3358
3324
|
|
|
3359
|
-
webhook_configured_at?: string | null;
|
|
3360
|
-
|
|
3361
3325
|
webhook_identifier?: string | null;
|
|
3362
3326
|
}
|
|
3363
3327
|
|
|
@@ -3481,8 +3445,6 @@ export namespace CreateConnectionResponse {
|
|
|
3481
3445
|
|
|
3482
3446
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3483
3447
|
|
|
3484
|
-
webhook_configured_at?: string | null;
|
|
3485
|
-
|
|
3486
3448
|
webhook_identifier?: string | null;
|
|
3487
3449
|
}
|
|
3488
3450
|
|
|
@@ -3601,8 +3563,6 @@ export namespace CreateConnectionResponse {
|
|
|
3601
3563
|
|
|
3602
3564
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3603
3565
|
|
|
3604
|
-
webhook_configured_at?: string | null;
|
|
3605
|
-
|
|
3606
3566
|
webhook_identifier?: string | null;
|
|
3607
3567
|
}
|
|
3608
3568
|
|
|
@@ -3721,8 +3681,6 @@ export namespace CreateConnectionResponse {
|
|
|
3721
3681
|
|
|
3722
3682
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3723
3683
|
|
|
3724
|
-
webhook_configured_at?: string | null;
|
|
3725
|
-
|
|
3726
3684
|
webhook_identifier?: string | null;
|
|
3727
3685
|
}
|
|
3728
3686
|
|
|
@@ -3841,8 +3799,6 @@ export namespace CreateConnectionResponse {
|
|
|
3841
3799
|
|
|
3842
3800
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3843
3801
|
|
|
3844
|
-
webhook_configured_at?: string | null;
|
|
3845
|
-
|
|
3846
3802
|
webhook_identifier?: string | null;
|
|
3847
3803
|
}
|
|
3848
3804
|
|
|
@@ -3961,8 +3917,6 @@ export namespace CreateConnectionResponse {
|
|
|
3961
3917
|
|
|
3962
3918
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
3963
3919
|
|
|
3964
|
-
webhook_configured_at?: string | null;
|
|
3965
|
-
|
|
3966
3920
|
webhook_identifier?: string | null;
|
|
3967
3921
|
}
|
|
3968
3922
|
|
|
@@ -4081,8 +4035,6 @@ export namespace CreateConnectionResponse {
|
|
|
4081
4035
|
|
|
4082
4036
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4083
4037
|
|
|
4084
|
-
webhook_configured_at?: string | null;
|
|
4085
|
-
|
|
4086
4038
|
webhook_identifier?: string | null;
|
|
4087
4039
|
}
|
|
4088
4040
|
|
|
@@ -4206,8 +4158,6 @@ export namespace CreateConnectionResponse {
|
|
|
4206
4158
|
|
|
4207
4159
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4208
4160
|
|
|
4209
|
-
webhook_configured_at?: string | null;
|
|
4210
|
-
|
|
4211
4161
|
webhook_identifier?: string | null;
|
|
4212
4162
|
}
|
|
4213
4163
|
|
|
@@ -4326,8 +4276,6 @@ export namespace CreateConnectionResponse {
|
|
|
4326
4276
|
|
|
4327
4277
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4328
4278
|
|
|
4329
|
-
webhook_configured_at?: string | null;
|
|
4330
|
-
|
|
4331
4279
|
webhook_identifier?: string | null;
|
|
4332
4280
|
}
|
|
4333
4281
|
|
|
@@ -4446,8 +4394,6 @@ export namespace CreateConnectionResponse {
|
|
|
4446
4394
|
|
|
4447
4395
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4448
4396
|
|
|
4449
|
-
webhook_configured_at?: string | null;
|
|
4450
|
-
|
|
4451
4397
|
webhook_identifier?: string | null;
|
|
4452
4398
|
}
|
|
4453
4399
|
|
|
@@ -4566,8 +4512,6 @@ export namespace CreateConnectionResponse {
|
|
|
4566
4512
|
|
|
4567
4513
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4568
4514
|
|
|
4569
|
-
webhook_configured_at?: string | null;
|
|
4570
|
-
|
|
4571
4515
|
webhook_identifier?: string | null;
|
|
4572
4516
|
}
|
|
4573
4517
|
|
|
@@ -4692,8 +4636,6 @@ export namespace CreateConnectionResponse {
|
|
|
4692
4636
|
|
|
4693
4637
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4694
4638
|
|
|
4695
|
-
webhook_configured_at?: string | null;
|
|
4696
|
-
|
|
4697
4639
|
webhook_identifier?: string | null;
|
|
4698
4640
|
}
|
|
4699
4641
|
|
|
@@ -4812,8 +4754,6 @@ export namespace CreateConnectionResponse {
|
|
|
4812
4754
|
|
|
4813
4755
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4814
4756
|
|
|
4815
|
-
webhook_configured_at?: string | null;
|
|
4816
|
-
|
|
4817
4757
|
webhook_identifier?: string | null;
|
|
4818
4758
|
}
|
|
4819
4759
|
|
|
@@ -4932,8 +4872,6 @@ export namespace CreateConnectionResponse {
|
|
|
4932
4872
|
|
|
4933
4873
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
4934
4874
|
|
|
4935
|
-
webhook_configured_at?: string | null;
|
|
4936
|
-
|
|
4937
4875
|
webhook_identifier?: string | null;
|
|
4938
4876
|
}
|
|
4939
4877
|
|
|
@@ -5052,8 +4990,6 @@ export namespace CreateConnectionResponse {
|
|
|
5052
4990
|
|
|
5053
4991
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5054
4992
|
|
|
5055
|
-
webhook_configured_at?: string | null;
|
|
5056
|
-
|
|
5057
4993
|
webhook_identifier?: string | null;
|
|
5058
4994
|
}
|
|
5059
4995
|
|
|
@@ -5177,8 +5113,6 @@ export namespace CreateConnectionResponse {
|
|
|
5177
5113
|
|
|
5178
5114
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5179
5115
|
|
|
5180
|
-
webhook_configured_at?: string | null;
|
|
5181
|
-
|
|
5182
5116
|
webhook_identifier?: string | null;
|
|
5183
5117
|
}
|
|
5184
5118
|
|
|
@@ -5297,8 +5231,6 @@ export namespace CreateConnectionResponse {
|
|
|
5297
5231
|
|
|
5298
5232
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5299
5233
|
|
|
5300
|
-
webhook_configured_at?: string | null;
|
|
5301
|
-
|
|
5302
5234
|
webhook_identifier?: string | null;
|
|
5303
5235
|
}
|
|
5304
5236
|
|
|
@@ -5368,8 +5300,6 @@ export namespace CreateConnectionResponse {
|
|
|
5368
5300
|
|
|
5369
5301
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5370
5302
|
|
|
5371
|
-
webhook_configured_at?: string | null;
|
|
5372
|
-
|
|
5373
5303
|
webhook_identifier?: string | null;
|
|
5374
5304
|
}
|
|
5375
5305
|
|
|
@@ -5548,8 +5478,6 @@ export namespace CreateConnectionResponse {
|
|
|
5548
5478
|
|
|
5549
5479
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5550
5480
|
|
|
5551
|
-
webhook_configured_at?: string | null;
|
|
5552
|
-
|
|
5553
5481
|
webhook_identifier?: string | null;
|
|
5554
5482
|
}
|
|
5555
5483
|
|
|
@@ -5663,8 +5591,6 @@ export namespace CreateConnectionResponse {
|
|
|
5663
5591
|
|
|
5664
5592
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5665
5593
|
|
|
5666
|
-
webhook_configured_at?: string | null;
|
|
5667
|
-
|
|
5668
5594
|
webhook_identifier?: string | null;
|
|
5669
5595
|
}
|
|
5670
5596
|
|
|
@@ -5744,8 +5670,6 @@ export namespace CreateConnectionResponse {
|
|
|
5744
5670
|
|
|
5745
5671
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5746
5672
|
|
|
5747
|
-
webhook_configured_at?: string | null;
|
|
5748
|
-
|
|
5749
5673
|
webhook_identifier?: string | null;
|
|
5750
5674
|
}
|
|
5751
5675
|
|
|
@@ -5815,8 +5739,6 @@ export namespace CreateConnectionResponse {
|
|
|
5815
5739
|
|
|
5816
5740
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5817
5741
|
|
|
5818
|
-
webhook_configured_at?: string | null;
|
|
5819
|
-
|
|
5820
5742
|
webhook_identifier?: string | null;
|
|
5821
5743
|
}
|
|
5822
5744
|
|
|
@@ -5891,8 +5813,6 @@ export namespace CreateConnectionResponse {
|
|
|
5891
5813
|
|
|
5892
5814
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5893
5815
|
|
|
5894
|
-
webhook_configured_at?: string | null;
|
|
5895
|
-
|
|
5896
5816
|
webhook_identifier?: string | null;
|
|
5897
5817
|
}
|
|
5898
5818
|
|
|
@@ -5967,8 +5887,6 @@ export namespace CreateConnectionResponse {
|
|
|
5967
5887
|
|
|
5968
5888
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
5969
5889
|
|
|
5970
|
-
webhook_configured_at?: string | null;
|
|
5971
|
-
|
|
5972
5890
|
webhook_identifier?: string | null;
|
|
5973
5891
|
}
|
|
5974
5892
|
|
|
@@ -6041,8 +5959,6 @@ export namespace CreateConnectionResponse {
|
|
|
6041
5959
|
|
|
6042
5960
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6043
5961
|
|
|
6044
|
-
webhook_configured_at?: string | null;
|
|
6045
|
-
|
|
6046
5962
|
webhook_identifier?: string | null;
|
|
6047
5963
|
}
|
|
6048
5964
|
|
|
@@ -6255,8 +6171,6 @@ export namespace CreateConnectionResponse {
|
|
|
6255
6171
|
|
|
6256
6172
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6257
6173
|
|
|
6258
|
-
webhook_configured_at?: string | null;
|
|
6259
|
-
|
|
6260
6174
|
webhook_identifier?: string | null;
|
|
6261
6175
|
}
|
|
6262
6176
|
|
|
@@ -6386,8 +6300,6 @@ export namespace CreateConnectionResponse {
|
|
|
6386
6300
|
|
|
6387
6301
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6388
6302
|
|
|
6389
|
-
webhook_configured_at?: string | null;
|
|
6390
|
-
|
|
6391
6303
|
webhook_identifier?: string | null;
|
|
6392
6304
|
}
|
|
6393
6305
|
|
|
@@ -6505,8 +6417,6 @@ export namespace CreateConnectionResponse {
|
|
|
6505
6417
|
|
|
6506
6418
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6507
6419
|
|
|
6508
|
-
webhook_configured_at?: string | null;
|
|
6509
|
-
|
|
6510
6420
|
webhook_identifier?: string | null;
|
|
6511
6421
|
}
|
|
6512
6422
|
|
|
@@ -6585,8 +6495,6 @@ export namespace CreateConnectionResponse {
|
|
|
6585
6495
|
|
|
6586
6496
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
6587
6497
|
|
|
6588
|
-
webhook_configured_at?: string | null;
|
|
6589
|
-
|
|
6590
6498
|
webhook_identifier?: string | null;
|
|
6591
6499
|
}
|
|
6592
6500
|
|
|
@@ -12487,8 +12395,6 @@ export namespace GetConnectionResponse {
|
|
|
12487
12395
|
|
|
12488
12396
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12489
12397
|
|
|
12490
|
-
webhook_configured_at?: string | null;
|
|
12491
|
-
|
|
12492
12398
|
webhook_identifier?: string | null;
|
|
12493
12399
|
}
|
|
12494
12400
|
|
|
@@ -12508,6 +12414,9 @@ export namespace GetConnectionResponse {
|
|
|
12508
12414
|
}
|
|
12509
12415
|
|
|
12510
12416
|
export interface Settings {
|
|
12417
|
+
/**
|
|
12418
|
+
* Your Acme API key
|
|
12419
|
+
*/
|
|
12511
12420
|
api_key: string;
|
|
12512
12421
|
}
|
|
12513
12422
|
}
|
|
@@ -12558,8 +12467,6 @@ export namespace GetConnectionResponse {
|
|
|
12558
12467
|
|
|
12559
12468
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12560
12469
|
|
|
12561
|
-
webhook_configured_at?: string | null;
|
|
12562
|
-
|
|
12563
12470
|
webhook_identifier?: string | null;
|
|
12564
12471
|
}
|
|
12565
12472
|
|
|
@@ -12678,8 +12585,6 @@ export namespace GetConnectionResponse {
|
|
|
12678
12585
|
|
|
12679
12586
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12680
12587
|
|
|
12681
|
-
webhook_configured_at?: string | null;
|
|
12682
|
-
|
|
12683
12588
|
webhook_identifier?: string | null;
|
|
12684
12589
|
}
|
|
12685
12590
|
|
|
@@ -12699,6 +12604,9 @@ export namespace GetConnectionResponse {
|
|
|
12699
12604
|
}
|
|
12700
12605
|
|
|
12701
12606
|
export interface Settings {
|
|
12607
|
+
/**
|
|
12608
|
+
* Your AgentMail API key
|
|
12609
|
+
*/
|
|
12702
12610
|
api_key: string;
|
|
12703
12611
|
}
|
|
12704
12612
|
}
|
|
@@ -12749,8 +12657,6 @@ export namespace GetConnectionResponse {
|
|
|
12749
12657
|
|
|
12750
12658
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12751
12659
|
|
|
12752
|
-
webhook_configured_at?: string | null;
|
|
12753
|
-
|
|
12754
12660
|
webhook_identifier?: string | null;
|
|
12755
12661
|
}
|
|
12756
12662
|
|
|
@@ -12869,8 +12775,6 @@ export namespace GetConnectionResponse {
|
|
|
12869
12775
|
|
|
12870
12776
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12871
12777
|
|
|
12872
|
-
webhook_configured_at?: string | null;
|
|
12873
|
-
|
|
12874
12778
|
webhook_identifier?: string | null;
|
|
12875
12779
|
}
|
|
12876
12780
|
|
|
@@ -12995,8 +12899,6 @@ export namespace GetConnectionResponse {
|
|
|
12995
12899
|
|
|
12996
12900
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
12997
12901
|
|
|
12998
|
-
webhook_configured_at?: string | null;
|
|
12999
|
-
|
|
13000
12902
|
webhook_identifier?: string | null;
|
|
13001
12903
|
}
|
|
13002
12904
|
|
|
@@ -13115,8 +13017,6 @@ export namespace GetConnectionResponse {
|
|
|
13115
13017
|
|
|
13116
13018
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13117
13019
|
|
|
13118
|
-
webhook_configured_at?: string | null;
|
|
13119
|
-
|
|
13120
13020
|
webhook_identifier?: string | null;
|
|
13121
13021
|
}
|
|
13122
13022
|
|
|
@@ -13235,8 +13135,6 @@ export namespace GetConnectionResponse {
|
|
|
13235
13135
|
|
|
13236
13136
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13237
13137
|
|
|
13238
|
-
webhook_configured_at?: string | null;
|
|
13239
|
-
|
|
13240
13138
|
webhook_identifier?: string | null;
|
|
13241
13139
|
}
|
|
13242
13140
|
|
|
@@ -13355,8 +13253,6 @@ export namespace GetConnectionResponse {
|
|
|
13355
13253
|
|
|
13356
13254
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13357
13255
|
|
|
13358
|
-
webhook_configured_at?: string | null;
|
|
13359
|
-
|
|
13360
13256
|
webhook_identifier?: string | null;
|
|
13361
13257
|
}
|
|
13362
13258
|
|
|
@@ -13475,8 +13371,6 @@ export namespace GetConnectionResponse {
|
|
|
13475
13371
|
|
|
13476
13372
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13477
13373
|
|
|
13478
|
-
webhook_configured_at?: string | null;
|
|
13479
|
-
|
|
13480
13374
|
webhook_identifier?: string | null;
|
|
13481
13375
|
}
|
|
13482
13376
|
|
|
@@ -13595,8 +13489,6 @@ export namespace GetConnectionResponse {
|
|
|
13595
13489
|
|
|
13596
13490
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13597
13491
|
|
|
13598
|
-
webhook_configured_at?: string | null;
|
|
13599
|
-
|
|
13600
13492
|
webhook_identifier?: string | null;
|
|
13601
13493
|
}
|
|
13602
13494
|
|
|
@@ -13720,8 +13612,6 @@ export namespace GetConnectionResponse {
|
|
|
13720
13612
|
|
|
13721
13613
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13722
13614
|
|
|
13723
|
-
webhook_configured_at?: string | null;
|
|
13724
|
-
|
|
13725
13615
|
webhook_identifier?: string | null;
|
|
13726
13616
|
}
|
|
13727
13617
|
|
|
@@ -13853,8 +13743,6 @@ export namespace GetConnectionResponse {
|
|
|
13853
13743
|
|
|
13854
13744
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13855
13745
|
|
|
13856
|
-
webhook_configured_at?: string | null;
|
|
13857
|
-
|
|
13858
13746
|
webhook_identifier?: string | null;
|
|
13859
13747
|
}
|
|
13860
13748
|
|
|
@@ -13973,8 +13861,6 @@ export namespace GetConnectionResponse {
|
|
|
13973
13861
|
|
|
13974
13862
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
13975
13863
|
|
|
13976
|
-
webhook_configured_at?: string | null;
|
|
13977
|
-
|
|
13978
13864
|
webhook_identifier?: string | null;
|
|
13979
13865
|
}
|
|
13980
13866
|
|
|
@@ -14093,8 +13979,6 @@ export namespace GetConnectionResponse {
|
|
|
14093
13979
|
|
|
14094
13980
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14095
13981
|
|
|
14096
|
-
webhook_configured_at?: string | null;
|
|
14097
|
-
|
|
14098
13982
|
webhook_identifier?: string | null;
|
|
14099
13983
|
}
|
|
14100
13984
|
|
|
@@ -14213,8 +14097,6 @@ export namespace GetConnectionResponse {
|
|
|
14213
14097
|
|
|
14214
14098
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14215
14099
|
|
|
14216
|
-
webhook_configured_at?: string | null;
|
|
14217
|
-
|
|
14218
14100
|
webhook_identifier?: string | null;
|
|
14219
14101
|
}
|
|
14220
14102
|
|
|
@@ -14333,8 +14215,6 @@ export namespace GetConnectionResponse {
|
|
|
14333
14215
|
|
|
14334
14216
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14335
14217
|
|
|
14336
|
-
webhook_configured_at?: string | null;
|
|
14337
|
-
|
|
14338
14218
|
webhook_identifier?: string | null;
|
|
14339
14219
|
}
|
|
14340
14220
|
|
|
@@ -14453,8 +14333,6 @@ export namespace GetConnectionResponse {
|
|
|
14453
14333
|
|
|
14454
14334
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14455
14335
|
|
|
14456
|
-
webhook_configured_at?: string | null;
|
|
14457
|
-
|
|
14458
14336
|
webhook_identifier?: string | null;
|
|
14459
14337
|
}
|
|
14460
14338
|
|
|
@@ -14573,8 +14451,6 @@ export namespace GetConnectionResponse {
|
|
|
14573
14451
|
|
|
14574
14452
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14575
14453
|
|
|
14576
|
-
webhook_configured_at?: string | null;
|
|
14577
|
-
|
|
14578
14454
|
webhook_identifier?: string | null;
|
|
14579
14455
|
}
|
|
14580
14456
|
|
|
@@ -14693,8 +14569,6 @@ export namespace GetConnectionResponse {
|
|
|
14693
14569
|
|
|
14694
14570
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14695
14571
|
|
|
14696
|
-
webhook_configured_at?: string | null;
|
|
14697
|
-
|
|
14698
14572
|
webhook_identifier?: string | null;
|
|
14699
14573
|
}
|
|
14700
14574
|
|
|
@@ -14813,8 +14687,6 @@ export namespace GetConnectionResponse {
|
|
|
14813
14687
|
|
|
14814
14688
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14815
14689
|
|
|
14816
|
-
webhook_configured_at?: string | null;
|
|
14817
|
-
|
|
14818
14690
|
webhook_identifier?: string | null;
|
|
14819
14691
|
}
|
|
14820
14692
|
|
|
@@ -14933,8 +14805,6 @@ export namespace GetConnectionResponse {
|
|
|
14933
14805
|
|
|
14934
14806
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
14935
14807
|
|
|
14936
|
-
webhook_configured_at?: string | null;
|
|
14937
|
-
|
|
14938
14808
|
webhook_identifier?: string | null;
|
|
14939
14809
|
}
|
|
14940
14810
|
|
|
@@ -15053,8 +14923,6 @@ export namespace GetConnectionResponse {
|
|
|
15053
14923
|
|
|
15054
14924
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15055
14925
|
|
|
15056
|
-
webhook_configured_at?: string | null;
|
|
15057
|
-
|
|
15058
14926
|
webhook_identifier?: string | null;
|
|
15059
14927
|
}
|
|
15060
14928
|
|
|
@@ -15173,8 +15041,6 @@ export namespace GetConnectionResponse {
|
|
|
15173
15041
|
|
|
15174
15042
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15175
15043
|
|
|
15176
|
-
webhook_configured_at?: string | null;
|
|
15177
|
-
|
|
15178
15044
|
webhook_identifier?: string | null;
|
|
15179
15045
|
}
|
|
15180
15046
|
|
|
@@ -15293,8 +15159,6 @@ export namespace GetConnectionResponse {
|
|
|
15293
15159
|
|
|
15294
15160
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15295
15161
|
|
|
15296
|
-
webhook_configured_at?: string | null;
|
|
15297
|
-
|
|
15298
15162
|
webhook_identifier?: string | null;
|
|
15299
15163
|
}
|
|
15300
15164
|
|
|
@@ -15325,7 +15189,7 @@ export namespace GetConnectionResponse {
|
|
|
15325
15189
|
/**
|
|
15326
15190
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
15327
15191
|
*/
|
|
15328
|
-
app_id?: number;
|
|
15192
|
+
app_id?: number | string;
|
|
15329
15193
|
|
|
15330
15194
|
/**
|
|
15331
15195
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -15423,8 +15287,6 @@ export namespace GetConnectionResponse {
|
|
|
15423
15287
|
|
|
15424
15288
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15425
15289
|
|
|
15426
|
-
webhook_configured_at?: string | null;
|
|
15427
|
-
|
|
15428
15290
|
webhook_identifier?: string | null;
|
|
15429
15291
|
}
|
|
15430
15292
|
|
|
@@ -15543,8 +15405,6 @@ export namespace GetConnectionResponse {
|
|
|
15543
15405
|
|
|
15544
15406
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15545
15407
|
|
|
15546
|
-
webhook_configured_at?: string | null;
|
|
15547
|
-
|
|
15548
15408
|
webhook_identifier?: string | null;
|
|
15549
15409
|
}
|
|
15550
15410
|
|
|
@@ -15668,8 +15528,6 @@ export namespace GetConnectionResponse {
|
|
|
15668
15528
|
|
|
15669
15529
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15670
15530
|
|
|
15671
|
-
webhook_configured_at?: string | null;
|
|
15672
|
-
|
|
15673
15531
|
webhook_identifier?: string | null;
|
|
15674
15532
|
}
|
|
15675
15533
|
|
|
@@ -15788,8 +15646,6 @@ export namespace GetConnectionResponse {
|
|
|
15788
15646
|
|
|
15789
15647
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15790
15648
|
|
|
15791
|
-
webhook_configured_at?: string | null;
|
|
15792
|
-
|
|
15793
15649
|
webhook_identifier?: string | null;
|
|
15794
15650
|
}
|
|
15795
15651
|
|
|
@@ -15908,8 +15764,6 @@ export namespace GetConnectionResponse {
|
|
|
15908
15764
|
|
|
15909
15765
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
15910
15766
|
|
|
15911
|
-
webhook_configured_at?: string | null;
|
|
15912
|
-
|
|
15913
15767
|
webhook_identifier?: string | null;
|
|
15914
15768
|
}
|
|
15915
15769
|
|
|
@@ -16028,8 +15882,6 @@ export namespace GetConnectionResponse {
|
|
|
16028
15882
|
|
|
16029
15883
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16030
15884
|
|
|
16031
|
-
webhook_configured_at?: string | null;
|
|
16032
|
-
|
|
16033
15885
|
webhook_identifier?: string | null;
|
|
16034
15886
|
}
|
|
16035
15887
|
|
|
@@ -16148,8 +16000,6 @@ export namespace GetConnectionResponse {
|
|
|
16148
16000
|
|
|
16149
16001
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16150
16002
|
|
|
16151
|
-
webhook_configured_at?: string | null;
|
|
16152
|
-
|
|
16153
16003
|
webhook_identifier?: string | null;
|
|
16154
16004
|
}
|
|
16155
16005
|
|
|
@@ -16268,8 +16118,6 @@ export namespace GetConnectionResponse {
|
|
|
16268
16118
|
|
|
16269
16119
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16270
16120
|
|
|
16271
|
-
webhook_configured_at?: string | null;
|
|
16272
|
-
|
|
16273
16121
|
webhook_identifier?: string | null;
|
|
16274
16122
|
}
|
|
16275
16123
|
|
|
@@ -16393,8 +16241,6 @@ export namespace GetConnectionResponse {
|
|
|
16393
16241
|
|
|
16394
16242
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16395
16243
|
|
|
16396
|
-
webhook_configured_at?: string | null;
|
|
16397
|
-
|
|
16398
16244
|
webhook_identifier?: string | null;
|
|
16399
16245
|
}
|
|
16400
16246
|
|
|
@@ -16513,8 +16359,6 @@ export namespace GetConnectionResponse {
|
|
|
16513
16359
|
|
|
16514
16360
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16515
16361
|
|
|
16516
|
-
webhook_configured_at?: string | null;
|
|
16517
|
-
|
|
16518
16362
|
webhook_identifier?: string | null;
|
|
16519
16363
|
}
|
|
16520
16364
|
|
|
@@ -16633,8 +16477,6 @@ export namespace GetConnectionResponse {
|
|
|
16633
16477
|
|
|
16634
16478
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16635
16479
|
|
|
16636
|
-
webhook_configured_at?: string | null;
|
|
16637
|
-
|
|
16638
16480
|
webhook_identifier?: string | null;
|
|
16639
16481
|
}
|
|
16640
16482
|
|
|
@@ -16753,8 +16595,6 @@ export namespace GetConnectionResponse {
|
|
|
16753
16595
|
|
|
16754
16596
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16755
16597
|
|
|
16756
|
-
webhook_configured_at?: string | null;
|
|
16757
|
-
|
|
16758
16598
|
webhook_identifier?: string | null;
|
|
16759
16599
|
}
|
|
16760
16600
|
|
|
@@ -16879,8 +16719,6 @@ export namespace GetConnectionResponse {
|
|
|
16879
16719
|
|
|
16880
16720
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
16881
16721
|
|
|
16882
|
-
webhook_configured_at?: string | null;
|
|
16883
|
-
|
|
16884
16722
|
webhook_identifier?: string | null;
|
|
16885
16723
|
}
|
|
16886
16724
|
|
|
@@ -16999,8 +16837,6 @@ export namespace GetConnectionResponse {
|
|
|
16999
16837
|
|
|
17000
16838
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17001
16839
|
|
|
17002
|
-
webhook_configured_at?: string | null;
|
|
17003
|
-
|
|
17004
16840
|
webhook_identifier?: string | null;
|
|
17005
16841
|
}
|
|
17006
16842
|
|
|
@@ -17119,8 +16955,6 @@ export namespace GetConnectionResponse {
|
|
|
17119
16955
|
|
|
17120
16956
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17121
16957
|
|
|
17122
|
-
webhook_configured_at?: string | null;
|
|
17123
|
-
|
|
17124
16958
|
webhook_identifier?: string | null;
|
|
17125
16959
|
}
|
|
17126
16960
|
|
|
@@ -17239,8 +17073,6 @@ export namespace GetConnectionResponse {
|
|
|
17239
17073
|
|
|
17240
17074
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17241
17075
|
|
|
17242
|
-
webhook_configured_at?: string | null;
|
|
17243
|
-
|
|
17244
17076
|
webhook_identifier?: string | null;
|
|
17245
17077
|
}
|
|
17246
17078
|
|
|
@@ -17364,8 +17196,6 @@ export namespace GetConnectionResponse {
|
|
|
17364
17196
|
|
|
17365
17197
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17366
17198
|
|
|
17367
|
-
webhook_configured_at?: string | null;
|
|
17368
|
-
|
|
17369
17199
|
webhook_identifier?: string | null;
|
|
17370
17200
|
}
|
|
17371
17201
|
|
|
@@ -17484,8 +17314,6 @@ export namespace GetConnectionResponse {
|
|
|
17484
17314
|
|
|
17485
17315
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17486
17316
|
|
|
17487
|
-
webhook_configured_at?: string | null;
|
|
17488
|
-
|
|
17489
17317
|
webhook_identifier?: string | null;
|
|
17490
17318
|
}
|
|
17491
17319
|
|
|
@@ -17555,8 +17383,6 @@ export namespace GetConnectionResponse {
|
|
|
17555
17383
|
|
|
17556
17384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17557
17385
|
|
|
17558
|
-
webhook_configured_at?: string | null;
|
|
17559
|
-
|
|
17560
17386
|
webhook_identifier?: string | null;
|
|
17561
17387
|
}
|
|
17562
17388
|
|
|
@@ -17735,8 +17561,6 @@ export namespace GetConnectionResponse {
|
|
|
17735
17561
|
|
|
17736
17562
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17737
17563
|
|
|
17738
|
-
webhook_configured_at?: string | null;
|
|
17739
|
-
|
|
17740
17564
|
webhook_identifier?: string | null;
|
|
17741
17565
|
}
|
|
17742
17566
|
|
|
@@ -17850,8 +17674,6 @@ export namespace GetConnectionResponse {
|
|
|
17850
17674
|
|
|
17851
17675
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17852
17676
|
|
|
17853
|
-
webhook_configured_at?: string | null;
|
|
17854
|
-
|
|
17855
17677
|
webhook_identifier?: string | null;
|
|
17856
17678
|
}
|
|
17857
17679
|
|
|
@@ -17931,8 +17753,6 @@ export namespace GetConnectionResponse {
|
|
|
17931
17753
|
|
|
17932
17754
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
17933
17755
|
|
|
17934
|
-
webhook_configured_at?: string | null;
|
|
17935
|
-
|
|
17936
17756
|
webhook_identifier?: string | null;
|
|
17937
17757
|
}
|
|
17938
17758
|
|
|
@@ -18002,8 +17822,6 @@ export namespace GetConnectionResponse {
|
|
|
18002
17822
|
|
|
18003
17823
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18004
17824
|
|
|
18005
|
-
webhook_configured_at?: string | null;
|
|
18006
|
-
|
|
18007
17825
|
webhook_identifier?: string | null;
|
|
18008
17826
|
}
|
|
18009
17827
|
|
|
@@ -18078,8 +17896,6 @@ export namespace GetConnectionResponse {
|
|
|
18078
17896
|
|
|
18079
17897
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18080
17898
|
|
|
18081
|
-
webhook_configured_at?: string | null;
|
|
18082
|
-
|
|
18083
17899
|
webhook_identifier?: string | null;
|
|
18084
17900
|
}
|
|
18085
17901
|
|
|
@@ -18154,8 +17970,6 @@ export namespace GetConnectionResponse {
|
|
|
18154
17970
|
|
|
18155
17971
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18156
17972
|
|
|
18157
|
-
webhook_configured_at?: string | null;
|
|
18158
|
-
|
|
18159
17973
|
webhook_identifier?: string | null;
|
|
18160
17974
|
}
|
|
18161
17975
|
|
|
@@ -18228,8 +18042,6 @@ export namespace GetConnectionResponse {
|
|
|
18228
18042
|
|
|
18229
18043
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18230
18044
|
|
|
18231
|
-
webhook_configured_at?: string | null;
|
|
18232
|
-
|
|
18233
18045
|
webhook_identifier?: string | null;
|
|
18234
18046
|
}
|
|
18235
18047
|
|
|
@@ -18442,8 +18254,6 @@ export namespace GetConnectionResponse {
|
|
|
18442
18254
|
|
|
18443
18255
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18444
18256
|
|
|
18445
|
-
webhook_configured_at?: string | null;
|
|
18446
|
-
|
|
18447
18257
|
webhook_identifier?: string | null;
|
|
18448
18258
|
}
|
|
18449
18259
|
|
|
@@ -18573,8 +18383,6 @@ export namespace GetConnectionResponse {
|
|
|
18573
18383
|
|
|
18574
18384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18575
18385
|
|
|
18576
|
-
webhook_configured_at?: string | null;
|
|
18577
|
-
|
|
18578
18386
|
webhook_identifier?: string | null;
|
|
18579
18387
|
}
|
|
18580
18388
|
|
|
@@ -18692,8 +18500,6 @@ export namespace GetConnectionResponse {
|
|
|
18692
18500
|
|
|
18693
18501
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18694
18502
|
|
|
18695
|
-
webhook_configured_at?: string | null;
|
|
18696
|
-
|
|
18697
18503
|
webhook_identifier?: string | null;
|
|
18698
18504
|
}
|
|
18699
18505
|
|
|
@@ -18772,8 +18578,6 @@ export namespace GetConnectionResponse {
|
|
|
18772
18578
|
|
|
18773
18579
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18774
18580
|
|
|
18775
|
-
webhook_configured_at?: string | null;
|
|
18776
|
-
|
|
18777
18581
|
webhook_identifier?: string | null;
|
|
18778
18582
|
}
|
|
18779
18583
|
|
|
@@ -18932,8 +18736,6 @@ export namespace ListConnectionsResponse {
|
|
|
18932
18736
|
|
|
18933
18737
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
18934
18738
|
|
|
18935
|
-
webhook_configured_at?: string | null;
|
|
18936
|
-
|
|
18937
18739
|
webhook_identifier?: string | null;
|
|
18938
18740
|
}
|
|
18939
18741
|
|
|
@@ -18953,6 +18755,9 @@ export namespace ListConnectionsResponse {
|
|
|
18953
18755
|
}
|
|
18954
18756
|
|
|
18955
18757
|
export interface Settings {
|
|
18758
|
+
/**
|
|
18759
|
+
* Your Acme API key
|
|
18760
|
+
*/
|
|
18956
18761
|
api_key: string;
|
|
18957
18762
|
}
|
|
18958
18763
|
}
|
|
@@ -19003,8 +18808,6 @@ export namespace ListConnectionsResponse {
|
|
|
19003
18808
|
|
|
19004
18809
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19005
18810
|
|
|
19006
|
-
webhook_configured_at?: string | null;
|
|
19007
|
-
|
|
19008
18811
|
webhook_identifier?: string | null;
|
|
19009
18812
|
}
|
|
19010
18813
|
|
|
@@ -19123,8 +18926,6 @@ export namespace ListConnectionsResponse {
|
|
|
19123
18926
|
|
|
19124
18927
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19125
18928
|
|
|
19126
|
-
webhook_configured_at?: string | null;
|
|
19127
|
-
|
|
19128
18929
|
webhook_identifier?: string | null;
|
|
19129
18930
|
}
|
|
19130
18931
|
|
|
@@ -19144,6 +18945,9 @@ export namespace ListConnectionsResponse {
|
|
|
19144
18945
|
}
|
|
19145
18946
|
|
|
19146
18947
|
export interface Settings {
|
|
18948
|
+
/**
|
|
18949
|
+
* Your AgentMail API key
|
|
18950
|
+
*/
|
|
19147
18951
|
api_key: string;
|
|
19148
18952
|
}
|
|
19149
18953
|
}
|
|
@@ -19194,8 +18998,6 @@ export namespace ListConnectionsResponse {
|
|
|
19194
18998
|
|
|
19195
18999
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19196
19000
|
|
|
19197
|
-
webhook_configured_at?: string | null;
|
|
19198
|
-
|
|
19199
19001
|
webhook_identifier?: string | null;
|
|
19200
19002
|
}
|
|
19201
19003
|
|
|
@@ -19314,8 +19116,6 @@ export namespace ListConnectionsResponse {
|
|
|
19314
19116
|
|
|
19315
19117
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19316
19118
|
|
|
19317
|
-
webhook_configured_at?: string | null;
|
|
19318
|
-
|
|
19319
19119
|
webhook_identifier?: string | null;
|
|
19320
19120
|
}
|
|
19321
19121
|
|
|
@@ -19440,8 +19240,6 @@ export namespace ListConnectionsResponse {
|
|
|
19440
19240
|
|
|
19441
19241
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19442
19242
|
|
|
19443
|
-
webhook_configured_at?: string | null;
|
|
19444
|
-
|
|
19445
19243
|
webhook_identifier?: string | null;
|
|
19446
19244
|
}
|
|
19447
19245
|
|
|
@@ -19560,8 +19358,6 @@ export namespace ListConnectionsResponse {
|
|
|
19560
19358
|
|
|
19561
19359
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19562
19360
|
|
|
19563
|
-
webhook_configured_at?: string | null;
|
|
19564
|
-
|
|
19565
19361
|
webhook_identifier?: string | null;
|
|
19566
19362
|
}
|
|
19567
19363
|
|
|
@@ -19680,8 +19476,6 @@ export namespace ListConnectionsResponse {
|
|
|
19680
19476
|
|
|
19681
19477
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19682
19478
|
|
|
19683
|
-
webhook_configured_at?: string | null;
|
|
19684
|
-
|
|
19685
19479
|
webhook_identifier?: string | null;
|
|
19686
19480
|
}
|
|
19687
19481
|
|
|
@@ -19800,8 +19594,6 @@ export namespace ListConnectionsResponse {
|
|
|
19800
19594
|
|
|
19801
19595
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19802
19596
|
|
|
19803
|
-
webhook_configured_at?: string | null;
|
|
19804
|
-
|
|
19805
19597
|
webhook_identifier?: string | null;
|
|
19806
19598
|
}
|
|
19807
19599
|
|
|
@@ -19920,8 +19712,6 @@ export namespace ListConnectionsResponse {
|
|
|
19920
19712
|
|
|
19921
19713
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
19922
19714
|
|
|
19923
|
-
webhook_configured_at?: string | null;
|
|
19924
|
-
|
|
19925
19715
|
webhook_identifier?: string | null;
|
|
19926
19716
|
}
|
|
19927
19717
|
|
|
@@ -20040,8 +19830,6 @@ export namespace ListConnectionsResponse {
|
|
|
20040
19830
|
|
|
20041
19831
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20042
19832
|
|
|
20043
|
-
webhook_configured_at?: string | null;
|
|
20044
|
-
|
|
20045
19833
|
webhook_identifier?: string | null;
|
|
20046
19834
|
}
|
|
20047
19835
|
|
|
@@ -20165,8 +19953,6 @@ export namespace ListConnectionsResponse {
|
|
|
20165
19953
|
|
|
20166
19954
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20167
19955
|
|
|
20168
|
-
webhook_configured_at?: string | null;
|
|
20169
|
-
|
|
20170
19956
|
webhook_identifier?: string | null;
|
|
20171
19957
|
}
|
|
20172
19958
|
|
|
@@ -20298,8 +20084,6 @@ export namespace ListConnectionsResponse {
|
|
|
20298
20084
|
|
|
20299
20085
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20300
20086
|
|
|
20301
|
-
webhook_configured_at?: string | null;
|
|
20302
|
-
|
|
20303
20087
|
webhook_identifier?: string | null;
|
|
20304
20088
|
}
|
|
20305
20089
|
|
|
@@ -20418,8 +20202,6 @@ export namespace ListConnectionsResponse {
|
|
|
20418
20202
|
|
|
20419
20203
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20420
20204
|
|
|
20421
|
-
webhook_configured_at?: string | null;
|
|
20422
|
-
|
|
20423
20205
|
webhook_identifier?: string | null;
|
|
20424
20206
|
}
|
|
20425
20207
|
|
|
@@ -20538,8 +20320,6 @@ export namespace ListConnectionsResponse {
|
|
|
20538
20320
|
|
|
20539
20321
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20540
20322
|
|
|
20541
|
-
webhook_configured_at?: string | null;
|
|
20542
|
-
|
|
20543
20323
|
webhook_identifier?: string | null;
|
|
20544
20324
|
}
|
|
20545
20325
|
|
|
@@ -20658,8 +20438,6 @@ export namespace ListConnectionsResponse {
|
|
|
20658
20438
|
|
|
20659
20439
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20660
20440
|
|
|
20661
|
-
webhook_configured_at?: string | null;
|
|
20662
|
-
|
|
20663
20441
|
webhook_identifier?: string | null;
|
|
20664
20442
|
}
|
|
20665
20443
|
|
|
@@ -20778,8 +20556,6 @@ export namespace ListConnectionsResponse {
|
|
|
20778
20556
|
|
|
20779
20557
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20780
20558
|
|
|
20781
|
-
webhook_configured_at?: string | null;
|
|
20782
|
-
|
|
20783
20559
|
webhook_identifier?: string | null;
|
|
20784
20560
|
}
|
|
20785
20561
|
|
|
@@ -20898,8 +20674,6 @@ export namespace ListConnectionsResponse {
|
|
|
20898
20674
|
|
|
20899
20675
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
20900
20676
|
|
|
20901
|
-
webhook_configured_at?: string | null;
|
|
20902
|
-
|
|
20903
20677
|
webhook_identifier?: string | null;
|
|
20904
20678
|
}
|
|
20905
20679
|
|
|
@@ -21018,8 +20792,6 @@ export namespace ListConnectionsResponse {
|
|
|
21018
20792
|
|
|
21019
20793
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21020
20794
|
|
|
21021
|
-
webhook_configured_at?: string | null;
|
|
21022
|
-
|
|
21023
20795
|
webhook_identifier?: string | null;
|
|
21024
20796
|
}
|
|
21025
20797
|
|
|
@@ -21138,8 +20910,6 @@ export namespace ListConnectionsResponse {
|
|
|
21138
20910
|
|
|
21139
20911
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21140
20912
|
|
|
21141
|
-
webhook_configured_at?: string | null;
|
|
21142
|
-
|
|
21143
20913
|
webhook_identifier?: string | null;
|
|
21144
20914
|
}
|
|
21145
20915
|
|
|
@@ -21258,8 +21028,6 @@ export namespace ListConnectionsResponse {
|
|
|
21258
21028
|
|
|
21259
21029
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21260
21030
|
|
|
21261
|
-
webhook_configured_at?: string | null;
|
|
21262
|
-
|
|
21263
21031
|
webhook_identifier?: string | null;
|
|
21264
21032
|
}
|
|
21265
21033
|
|
|
@@ -21378,8 +21146,6 @@ export namespace ListConnectionsResponse {
|
|
|
21378
21146
|
|
|
21379
21147
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21380
21148
|
|
|
21381
|
-
webhook_configured_at?: string | null;
|
|
21382
|
-
|
|
21383
21149
|
webhook_identifier?: string | null;
|
|
21384
21150
|
}
|
|
21385
21151
|
|
|
@@ -21498,8 +21264,6 @@ export namespace ListConnectionsResponse {
|
|
|
21498
21264
|
|
|
21499
21265
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21500
21266
|
|
|
21501
|
-
webhook_configured_at?: string | null;
|
|
21502
|
-
|
|
21503
21267
|
webhook_identifier?: string | null;
|
|
21504
21268
|
}
|
|
21505
21269
|
|
|
@@ -21618,8 +21382,6 @@ export namespace ListConnectionsResponse {
|
|
|
21618
21382
|
|
|
21619
21383
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21620
21384
|
|
|
21621
|
-
webhook_configured_at?: string | null;
|
|
21622
|
-
|
|
21623
21385
|
webhook_identifier?: string | null;
|
|
21624
21386
|
}
|
|
21625
21387
|
|
|
@@ -21738,8 +21500,6 @@ export namespace ListConnectionsResponse {
|
|
|
21738
21500
|
|
|
21739
21501
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21740
21502
|
|
|
21741
|
-
webhook_configured_at?: string | null;
|
|
21742
|
-
|
|
21743
21503
|
webhook_identifier?: string | null;
|
|
21744
21504
|
}
|
|
21745
21505
|
|
|
@@ -21770,7 +21530,7 @@ export namespace ListConnectionsResponse {
|
|
|
21770
21530
|
/**
|
|
21771
21531
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
21772
21532
|
*/
|
|
21773
|
-
app_id?: number;
|
|
21533
|
+
app_id?: number | string;
|
|
21774
21534
|
|
|
21775
21535
|
/**
|
|
21776
21536
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -21868,8 +21628,6 @@ export namespace ListConnectionsResponse {
|
|
|
21868
21628
|
|
|
21869
21629
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21870
21630
|
|
|
21871
|
-
webhook_configured_at?: string | null;
|
|
21872
|
-
|
|
21873
21631
|
webhook_identifier?: string | null;
|
|
21874
21632
|
}
|
|
21875
21633
|
|
|
@@ -21988,8 +21746,6 @@ export namespace ListConnectionsResponse {
|
|
|
21988
21746
|
|
|
21989
21747
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
21990
21748
|
|
|
21991
|
-
webhook_configured_at?: string | null;
|
|
21992
|
-
|
|
21993
21749
|
webhook_identifier?: string | null;
|
|
21994
21750
|
}
|
|
21995
21751
|
|
|
@@ -22113,8 +21869,6 @@ export namespace ListConnectionsResponse {
|
|
|
22113
21869
|
|
|
22114
21870
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22115
21871
|
|
|
22116
|
-
webhook_configured_at?: string | null;
|
|
22117
|
-
|
|
22118
21872
|
webhook_identifier?: string | null;
|
|
22119
21873
|
}
|
|
22120
21874
|
|
|
@@ -22233,8 +21987,6 @@ export namespace ListConnectionsResponse {
|
|
|
22233
21987
|
|
|
22234
21988
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22235
21989
|
|
|
22236
|
-
webhook_configured_at?: string | null;
|
|
22237
|
-
|
|
22238
21990
|
webhook_identifier?: string | null;
|
|
22239
21991
|
}
|
|
22240
21992
|
|
|
@@ -22353,8 +22105,6 @@ export namespace ListConnectionsResponse {
|
|
|
22353
22105
|
|
|
22354
22106
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22355
22107
|
|
|
22356
|
-
webhook_configured_at?: string | null;
|
|
22357
|
-
|
|
22358
22108
|
webhook_identifier?: string | null;
|
|
22359
22109
|
}
|
|
22360
22110
|
|
|
@@ -22473,8 +22223,6 @@ export namespace ListConnectionsResponse {
|
|
|
22473
22223
|
|
|
22474
22224
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22475
22225
|
|
|
22476
|
-
webhook_configured_at?: string | null;
|
|
22477
|
-
|
|
22478
22226
|
webhook_identifier?: string | null;
|
|
22479
22227
|
}
|
|
22480
22228
|
|
|
@@ -22593,8 +22341,6 @@ export namespace ListConnectionsResponse {
|
|
|
22593
22341
|
|
|
22594
22342
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22595
22343
|
|
|
22596
|
-
webhook_configured_at?: string | null;
|
|
22597
|
-
|
|
22598
22344
|
webhook_identifier?: string | null;
|
|
22599
22345
|
}
|
|
22600
22346
|
|
|
@@ -22713,8 +22459,6 @@ export namespace ListConnectionsResponse {
|
|
|
22713
22459
|
|
|
22714
22460
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22715
22461
|
|
|
22716
|
-
webhook_configured_at?: string | null;
|
|
22717
|
-
|
|
22718
22462
|
webhook_identifier?: string | null;
|
|
22719
22463
|
}
|
|
22720
22464
|
|
|
@@ -22838,8 +22582,6 @@ export namespace ListConnectionsResponse {
|
|
|
22838
22582
|
|
|
22839
22583
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22840
22584
|
|
|
22841
|
-
webhook_configured_at?: string | null;
|
|
22842
|
-
|
|
22843
22585
|
webhook_identifier?: string | null;
|
|
22844
22586
|
}
|
|
22845
22587
|
|
|
@@ -22958,8 +22700,6 @@ export namespace ListConnectionsResponse {
|
|
|
22958
22700
|
|
|
22959
22701
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
22960
22702
|
|
|
22961
|
-
webhook_configured_at?: string | null;
|
|
22962
|
-
|
|
22963
22703
|
webhook_identifier?: string | null;
|
|
22964
22704
|
}
|
|
22965
22705
|
|
|
@@ -23078,8 +22818,6 @@ export namespace ListConnectionsResponse {
|
|
|
23078
22818
|
|
|
23079
22819
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23080
22820
|
|
|
23081
|
-
webhook_configured_at?: string | null;
|
|
23082
|
-
|
|
23083
22821
|
webhook_identifier?: string | null;
|
|
23084
22822
|
}
|
|
23085
22823
|
|
|
@@ -23198,8 +22936,6 @@ export namespace ListConnectionsResponse {
|
|
|
23198
22936
|
|
|
23199
22937
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23200
22938
|
|
|
23201
|
-
webhook_configured_at?: string | null;
|
|
23202
|
-
|
|
23203
22939
|
webhook_identifier?: string | null;
|
|
23204
22940
|
}
|
|
23205
22941
|
|
|
@@ -23324,8 +23060,6 @@ export namespace ListConnectionsResponse {
|
|
|
23324
23060
|
|
|
23325
23061
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23326
23062
|
|
|
23327
|
-
webhook_configured_at?: string | null;
|
|
23328
|
-
|
|
23329
23063
|
webhook_identifier?: string | null;
|
|
23330
23064
|
}
|
|
23331
23065
|
|
|
@@ -23444,8 +23178,6 @@ export namespace ListConnectionsResponse {
|
|
|
23444
23178
|
|
|
23445
23179
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23446
23180
|
|
|
23447
|
-
webhook_configured_at?: string | null;
|
|
23448
|
-
|
|
23449
23181
|
webhook_identifier?: string | null;
|
|
23450
23182
|
}
|
|
23451
23183
|
|
|
@@ -23564,8 +23296,6 @@ export namespace ListConnectionsResponse {
|
|
|
23564
23296
|
|
|
23565
23297
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23566
23298
|
|
|
23567
|
-
webhook_configured_at?: string | null;
|
|
23568
|
-
|
|
23569
23299
|
webhook_identifier?: string | null;
|
|
23570
23300
|
}
|
|
23571
23301
|
|
|
@@ -23684,8 +23414,6 @@ export namespace ListConnectionsResponse {
|
|
|
23684
23414
|
|
|
23685
23415
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23686
23416
|
|
|
23687
|
-
webhook_configured_at?: string | null;
|
|
23688
|
-
|
|
23689
23417
|
webhook_identifier?: string | null;
|
|
23690
23418
|
}
|
|
23691
23419
|
|
|
@@ -23809,8 +23537,6 @@ export namespace ListConnectionsResponse {
|
|
|
23809
23537
|
|
|
23810
23538
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23811
23539
|
|
|
23812
|
-
webhook_configured_at?: string | null;
|
|
23813
|
-
|
|
23814
23540
|
webhook_identifier?: string | null;
|
|
23815
23541
|
}
|
|
23816
23542
|
|
|
@@ -23929,8 +23655,6 @@ export namespace ListConnectionsResponse {
|
|
|
23929
23655
|
|
|
23930
23656
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
23931
23657
|
|
|
23932
|
-
webhook_configured_at?: string | null;
|
|
23933
|
-
|
|
23934
23658
|
webhook_identifier?: string | null;
|
|
23935
23659
|
}
|
|
23936
23660
|
|
|
@@ -24000,8 +23724,6 @@ export namespace ListConnectionsResponse {
|
|
|
24000
23724
|
|
|
24001
23725
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24002
23726
|
|
|
24003
|
-
webhook_configured_at?: string | null;
|
|
24004
|
-
|
|
24005
23727
|
webhook_identifier?: string | null;
|
|
24006
23728
|
}
|
|
24007
23729
|
|
|
@@ -24180,8 +23902,6 @@ export namespace ListConnectionsResponse {
|
|
|
24180
23902
|
|
|
24181
23903
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24182
23904
|
|
|
24183
|
-
webhook_configured_at?: string | null;
|
|
24184
|
-
|
|
24185
23905
|
webhook_identifier?: string | null;
|
|
24186
23906
|
}
|
|
24187
23907
|
|
|
@@ -24295,8 +24015,6 @@ export namespace ListConnectionsResponse {
|
|
|
24295
24015
|
|
|
24296
24016
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24297
24017
|
|
|
24298
|
-
webhook_configured_at?: string | null;
|
|
24299
|
-
|
|
24300
24018
|
webhook_identifier?: string | null;
|
|
24301
24019
|
}
|
|
24302
24020
|
|
|
@@ -24376,8 +24094,6 @@ export namespace ListConnectionsResponse {
|
|
|
24376
24094
|
|
|
24377
24095
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24378
24096
|
|
|
24379
|
-
webhook_configured_at?: string | null;
|
|
24380
|
-
|
|
24381
24097
|
webhook_identifier?: string | null;
|
|
24382
24098
|
}
|
|
24383
24099
|
|
|
@@ -24447,8 +24163,6 @@ export namespace ListConnectionsResponse {
|
|
|
24447
24163
|
|
|
24448
24164
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24449
24165
|
|
|
24450
|
-
webhook_configured_at?: string | null;
|
|
24451
|
-
|
|
24452
24166
|
webhook_identifier?: string | null;
|
|
24453
24167
|
}
|
|
24454
24168
|
|
|
@@ -24523,8 +24237,6 @@ export namespace ListConnectionsResponse {
|
|
|
24523
24237
|
|
|
24524
24238
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24525
24239
|
|
|
24526
|
-
webhook_configured_at?: string | null;
|
|
24527
|
-
|
|
24528
24240
|
webhook_identifier?: string | null;
|
|
24529
24241
|
}
|
|
24530
24242
|
|
|
@@ -24599,8 +24311,6 @@ export namespace ListConnectionsResponse {
|
|
|
24599
24311
|
|
|
24600
24312
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24601
24313
|
|
|
24602
|
-
webhook_configured_at?: string | null;
|
|
24603
|
-
|
|
24604
24314
|
webhook_identifier?: string | null;
|
|
24605
24315
|
}
|
|
24606
24316
|
|
|
@@ -24673,8 +24383,6 @@ export namespace ListConnectionsResponse {
|
|
|
24673
24383
|
|
|
24674
24384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24675
24385
|
|
|
24676
|
-
webhook_configured_at?: string | null;
|
|
24677
|
-
|
|
24678
24386
|
webhook_identifier?: string | null;
|
|
24679
24387
|
}
|
|
24680
24388
|
|
|
@@ -24887,8 +24595,6 @@ export namespace ListConnectionsResponse {
|
|
|
24887
24595
|
|
|
24888
24596
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
24889
24597
|
|
|
24890
|
-
webhook_configured_at?: string | null;
|
|
24891
|
-
|
|
24892
24598
|
webhook_identifier?: string | null;
|
|
24893
24599
|
}
|
|
24894
24600
|
|
|
@@ -25018,8 +24724,6 @@ export namespace ListConnectionsResponse {
|
|
|
25018
24724
|
|
|
25019
24725
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25020
24726
|
|
|
25021
|
-
webhook_configured_at?: string | null;
|
|
25022
|
-
|
|
25023
24727
|
webhook_identifier?: string | null;
|
|
25024
24728
|
}
|
|
25025
24729
|
|
|
@@ -25137,8 +24841,6 @@ export namespace ListConnectionsResponse {
|
|
|
25137
24841
|
|
|
25138
24842
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25139
24843
|
|
|
25140
|
-
webhook_configured_at?: string | null;
|
|
25141
|
-
|
|
25142
24844
|
webhook_identifier?: string | null;
|
|
25143
24845
|
}
|
|
25144
24846
|
|
|
@@ -25217,8 +24919,6 @@ export namespace ListConnectionsResponse {
|
|
|
25217
24919
|
|
|
25218
24920
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
25219
24921
|
|
|
25220
|
-
webhook_configured_at?: string | null;
|
|
25221
|
-
|
|
25222
24922
|
webhook_identifier?: string | null;
|
|
25223
24923
|
}
|
|
25224
24924
|
|
|
@@ -32155,8 +31855,6 @@ export namespace PostConnectResponse {
|
|
|
32155
31855
|
|
|
32156
31856
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32157
31857
|
|
|
32158
|
-
webhook_configured_at?: string | null;
|
|
32159
|
-
|
|
32160
31858
|
webhook_identifier?: string | null;
|
|
32161
31859
|
}
|
|
32162
31860
|
|
|
@@ -32176,6 +31874,9 @@ export namespace PostConnectResponse {
|
|
|
32176
31874
|
}
|
|
32177
31875
|
|
|
32178
31876
|
export interface Settings {
|
|
31877
|
+
/**
|
|
31878
|
+
* Your Acme API key
|
|
31879
|
+
*/
|
|
32179
31880
|
api_key: string;
|
|
32180
31881
|
}
|
|
32181
31882
|
}
|
|
@@ -32222,8 +31923,6 @@ export namespace PostConnectResponse {
|
|
|
32222
31923
|
|
|
32223
31924
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32224
31925
|
|
|
32225
|
-
webhook_configured_at?: string | null;
|
|
32226
|
-
|
|
32227
31926
|
webhook_identifier?: string | null;
|
|
32228
31927
|
}
|
|
32229
31928
|
|
|
@@ -32338,8 +32037,6 @@ export namespace PostConnectResponse {
|
|
|
32338
32037
|
|
|
32339
32038
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32340
32039
|
|
|
32341
|
-
webhook_configured_at?: string | null;
|
|
32342
|
-
|
|
32343
32040
|
webhook_identifier?: string | null;
|
|
32344
32041
|
}
|
|
32345
32042
|
|
|
@@ -32359,6 +32056,9 @@ export namespace PostConnectResponse {
|
|
|
32359
32056
|
}
|
|
32360
32057
|
|
|
32361
32058
|
export interface Settings {
|
|
32059
|
+
/**
|
|
32060
|
+
* Your AgentMail API key
|
|
32061
|
+
*/
|
|
32362
32062
|
api_key: string;
|
|
32363
32063
|
}
|
|
32364
32064
|
}
|
|
@@ -32405,8 +32105,6 @@ export namespace PostConnectResponse {
|
|
|
32405
32105
|
|
|
32406
32106
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32407
32107
|
|
|
32408
|
-
webhook_configured_at?: string | null;
|
|
32409
|
-
|
|
32410
32108
|
webhook_identifier?: string | null;
|
|
32411
32109
|
}
|
|
32412
32110
|
|
|
@@ -32521,8 +32219,6 @@ export namespace PostConnectResponse {
|
|
|
32521
32219
|
|
|
32522
32220
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32523
32221
|
|
|
32524
|
-
webhook_configured_at?: string | null;
|
|
32525
|
-
|
|
32526
32222
|
webhook_identifier?: string | null;
|
|
32527
32223
|
}
|
|
32528
32224
|
|
|
@@ -32643,8 +32339,6 @@ export namespace PostConnectResponse {
|
|
|
32643
32339
|
|
|
32644
32340
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32645
32341
|
|
|
32646
|
-
webhook_configured_at?: string | null;
|
|
32647
|
-
|
|
32648
32342
|
webhook_identifier?: string | null;
|
|
32649
32343
|
}
|
|
32650
32344
|
|
|
@@ -32759,8 +32453,6 @@ export namespace PostConnectResponse {
|
|
|
32759
32453
|
|
|
32760
32454
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32761
32455
|
|
|
32762
|
-
webhook_configured_at?: string | null;
|
|
32763
|
-
|
|
32764
32456
|
webhook_identifier?: string | null;
|
|
32765
32457
|
}
|
|
32766
32458
|
|
|
@@ -32875,8 +32567,6 @@ export namespace PostConnectResponse {
|
|
|
32875
32567
|
|
|
32876
32568
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32877
32569
|
|
|
32878
|
-
webhook_configured_at?: string | null;
|
|
32879
|
-
|
|
32880
32570
|
webhook_identifier?: string | null;
|
|
32881
32571
|
}
|
|
32882
32572
|
|
|
@@ -32991,8 +32681,6 @@ export namespace PostConnectResponse {
|
|
|
32991
32681
|
|
|
32992
32682
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
32993
32683
|
|
|
32994
|
-
webhook_configured_at?: string | null;
|
|
32995
|
-
|
|
32996
32684
|
webhook_identifier?: string | null;
|
|
32997
32685
|
}
|
|
32998
32686
|
|
|
@@ -33107,8 +32795,6 @@ export namespace PostConnectResponse {
|
|
|
33107
32795
|
|
|
33108
32796
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33109
32797
|
|
|
33110
|
-
webhook_configured_at?: string | null;
|
|
33111
|
-
|
|
33112
32798
|
webhook_identifier?: string | null;
|
|
33113
32799
|
}
|
|
33114
32800
|
|
|
@@ -33223,8 +32909,6 @@ export namespace PostConnectResponse {
|
|
|
33223
32909
|
|
|
33224
32910
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33225
32911
|
|
|
33226
|
-
webhook_configured_at?: string | null;
|
|
33227
|
-
|
|
33228
32912
|
webhook_identifier?: string | null;
|
|
33229
32913
|
}
|
|
33230
32914
|
|
|
@@ -33344,8 +33028,6 @@ export namespace PostConnectResponse {
|
|
|
33344
33028
|
|
|
33345
33029
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33346
33030
|
|
|
33347
|
-
webhook_configured_at?: string | null;
|
|
33348
|
-
|
|
33349
33031
|
webhook_identifier?: string | null;
|
|
33350
33032
|
}
|
|
33351
33033
|
|
|
@@ -33473,8 +33155,6 @@ export namespace PostConnectResponse {
|
|
|
33473
33155
|
|
|
33474
33156
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33475
33157
|
|
|
33476
|
-
webhook_configured_at?: string | null;
|
|
33477
|
-
|
|
33478
33158
|
webhook_identifier?: string | null;
|
|
33479
33159
|
}
|
|
33480
33160
|
|
|
@@ -33589,8 +33269,6 @@ export namespace PostConnectResponse {
|
|
|
33589
33269
|
|
|
33590
33270
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33591
33271
|
|
|
33592
|
-
webhook_configured_at?: string | null;
|
|
33593
|
-
|
|
33594
33272
|
webhook_identifier?: string | null;
|
|
33595
33273
|
}
|
|
33596
33274
|
|
|
@@ -33705,8 +33383,6 @@ export namespace PostConnectResponse {
|
|
|
33705
33383
|
|
|
33706
33384
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33707
33385
|
|
|
33708
|
-
webhook_configured_at?: string | null;
|
|
33709
|
-
|
|
33710
33386
|
webhook_identifier?: string | null;
|
|
33711
33387
|
}
|
|
33712
33388
|
|
|
@@ -33821,8 +33497,6 @@ export namespace PostConnectResponse {
|
|
|
33821
33497
|
|
|
33822
33498
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33823
33499
|
|
|
33824
|
-
webhook_configured_at?: string | null;
|
|
33825
|
-
|
|
33826
33500
|
webhook_identifier?: string | null;
|
|
33827
33501
|
}
|
|
33828
33502
|
|
|
@@ -33937,8 +33611,6 @@ export namespace PostConnectResponse {
|
|
|
33937
33611
|
|
|
33938
33612
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
33939
33613
|
|
|
33940
|
-
webhook_configured_at?: string | null;
|
|
33941
|
-
|
|
33942
33614
|
webhook_identifier?: string | null;
|
|
33943
33615
|
}
|
|
33944
33616
|
|
|
@@ -34053,8 +33725,6 @@ export namespace PostConnectResponse {
|
|
|
34053
33725
|
|
|
34054
33726
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34055
33727
|
|
|
34056
|
-
webhook_configured_at?: string | null;
|
|
34057
|
-
|
|
34058
33728
|
webhook_identifier?: string | null;
|
|
34059
33729
|
}
|
|
34060
33730
|
|
|
@@ -34169,8 +33839,6 @@ export namespace PostConnectResponse {
|
|
|
34169
33839
|
|
|
34170
33840
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34171
33841
|
|
|
34172
|
-
webhook_configured_at?: string | null;
|
|
34173
|
-
|
|
34174
33842
|
webhook_identifier?: string | null;
|
|
34175
33843
|
}
|
|
34176
33844
|
|
|
@@ -34285,8 +33953,6 @@ export namespace PostConnectResponse {
|
|
|
34285
33953
|
|
|
34286
33954
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34287
33955
|
|
|
34288
|
-
webhook_configured_at?: string | null;
|
|
34289
|
-
|
|
34290
33956
|
webhook_identifier?: string | null;
|
|
34291
33957
|
}
|
|
34292
33958
|
|
|
@@ -34401,8 +34067,6 @@ export namespace PostConnectResponse {
|
|
|
34401
34067
|
|
|
34402
34068
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34403
34069
|
|
|
34404
|
-
webhook_configured_at?: string | null;
|
|
34405
|
-
|
|
34406
34070
|
webhook_identifier?: string | null;
|
|
34407
34071
|
}
|
|
34408
34072
|
|
|
@@ -34517,8 +34181,6 @@ export namespace PostConnectResponse {
|
|
|
34517
34181
|
|
|
34518
34182
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34519
34183
|
|
|
34520
|
-
webhook_configured_at?: string | null;
|
|
34521
|
-
|
|
34522
34184
|
webhook_identifier?: string | null;
|
|
34523
34185
|
}
|
|
34524
34186
|
|
|
@@ -34633,8 +34295,6 @@ export namespace PostConnectResponse {
|
|
|
34633
34295
|
|
|
34634
34296
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34635
34297
|
|
|
34636
|
-
webhook_configured_at?: string | null;
|
|
34637
|
-
|
|
34638
34298
|
webhook_identifier?: string | null;
|
|
34639
34299
|
}
|
|
34640
34300
|
|
|
@@ -34749,8 +34409,6 @@ export namespace PostConnectResponse {
|
|
|
34749
34409
|
|
|
34750
34410
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34751
34411
|
|
|
34752
|
-
webhook_configured_at?: string | null;
|
|
34753
|
-
|
|
34754
34412
|
webhook_identifier?: string | null;
|
|
34755
34413
|
}
|
|
34756
34414
|
|
|
@@ -34865,8 +34523,6 @@ export namespace PostConnectResponse {
|
|
|
34865
34523
|
|
|
34866
34524
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34867
34525
|
|
|
34868
|
-
webhook_configured_at?: string | null;
|
|
34869
|
-
|
|
34870
34526
|
webhook_identifier?: string | null;
|
|
34871
34527
|
}
|
|
34872
34528
|
|
|
@@ -34897,7 +34553,7 @@ export namespace PostConnectResponse {
|
|
|
34897
34553
|
/**
|
|
34898
34554
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
34899
34555
|
*/
|
|
34900
|
-
app_id?: number;
|
|
34556
|
+
app_id?: number | string;
|
|
34901
34557
|
|
|
34902
34558
|
/**
|
|
34903
34559
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -34991,8 +34647,6 @@ export namespace PostConnectResponse {
|
|
|
34991
34647
|
|
|
34992
34648
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
34993
34649
|
|
|
34994
|
-
webhook_configured_at?: string | null;
|
|
34995
|
-
|
|
34996
34650
|
webhook_identifier?: string | null;
|
|
34997
34651
|
}
|
|
34998
34652
|
|
|
@@ -35107,8 +34761,6 @@ export namespace PostConnectResponse {
|
|
|
35107
34761
|
|
|
35108
34762
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35109
34763
|
|
|
35110
|
-
webhook_configured_at?: string | null;
|
|
35111
|
-
|
|
35112
34764
|
webhook_identifier?: string | null;
|
|
35113
34765
|
}
|
|
35114
34766
|
|
|
@@ -35228,8 +34880,6 @@ export namespace PostConnectResponse {
|
|
|
35228
34880
|
|
|
35229
34881
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35230
34882
|
|
|
35231
|
-
webhook_configured_at?: string | null;
|
|
35232
|
-
|
|
35233
34883
|
webhook_identifier?: string | null;
|
|
35234
34884
|
}
|
|
35235
34885
|
|
|
@@ -35344,8 +34994,6 @@ export namespace PostConnectResponse {
|
|
|
35344
34994
|
|
|
35345
34995
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35346
34996
|
|
|
35347
|
-
webhook_configured_at?: string | null;
|
|
35348
|
-
|
|
35349
34997
|
webhook_identifier?: string | null;
|
|
35350
34998
|
}
|
|
35351
34999
|
|
|
@@ -35460,8 +35108,6 @@ export namespace PostConnectResponse {
|
|
|
35460
35108
|
|
|
35461
35109
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35462
35110
|
|
|
35463
|
-
webhook_configured_at?: string | null;
|
|
35464
|
-
|
|
35465
35111
|
webhook_identifier?: string | null;
|
|
35466
35112
|
}
|
|
35467
35113
|
|
|
@@ -35576,8 +35222,6 @@ export namespace PostConnectResponse {
|
|
|
35576
35222
|
|
|
35577
35223
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35578
35224
|
|
|
35579
|
-
webhook_configured_at?: string | null;
|
|
35580
|
-
|
|
35581
35225
|
webhook_identifier?: string | null;
|
|
35582
35226
|
}
|
|
35583
35227
|
|
|
@@ -35692,8 +35336,6 @@ export namespace PostConnectResponse {
|
|
|
35692
35336
|
|
|
35693
35337
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35694
35338
|
|
|
35695
|
-
webhook_configured_at?: string | null;
|
|
35696
|
-
|
|
35697
35339
|
webhook_identifier?: string | null;
|
|
35698
35340
|
}
|
|
35699
35341
|
|
|
@@ -35808,8 +35450,6 @@ export namespace PostConnectResponse {
|
|
|
35808
35450
|
|
|
35809
35451
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35810
35452
|
|
|
35811
|
-
webhook_configured_at?: string | null;
|
|
35812
|
-
|
|
35813
35453
|
webhook_identifier?: string | null;
|
|
35814
35454
|
}
|
|
35815
35455
|
|
|
@@ -35929,8 +35569,6 @@ export namespace PostConnectResponse {
|
|
|
35929
35569
|
|
|
35930
35570
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
35931
35571
|
|
|
35932
|
-
webhook_configured_at?: string | null;
|
|
35933
|
-
|
|
35934
35572
|
webhook_identifier?: string | null;
|
|
35935
35573
|
}
|
|
35936
35574
|
|
|
@@ -36045,8 +35683,6 @@ export namespace PostConnectResponse {
|
|
|
36045
35683
|
|
|
36046
35684
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36047
35685
|
|
|
36048
|
-
webhook_configured_at?: string | null;
|
|
36049
|
-
|
|
36050
35686
|
webhook_identifier?: string | null;
|
|
36051
35687
|
}
|
|
36052
35688
|
|
|
@@ -36161,8 +35797,6 @@ export namespace PostConnectResponse {
|
|
|
36161
35797
|
|
|
36162
35798
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36163
35799
|
|
|
36164
|
-
webhook_configured_at?: string | null;
|
|
36165
|
-
|
|
36166
35800
|
webhook_identifier?: string | null;
|
|
36167
35801
|
}
|
|
36168
35802
|
|
|
@@ -36277,8 +35911,6 @@ export namespace PostConnectResponse {
|
|
|
36277
35911
|
|
|
36278
35912
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36279
35913
|
|
|
36280
|
-
webhook_configured_at?: string | null;
|
|
36281
|
-
|
|
36282
35914
|
webhook_identifier?: string | null;
|
|
36283
35915
|
}
|
|
36284
35916
|
|
|
@@ -36399,8 +36031,6 @@ export namespace PostConnectResponse {
|
|
|
36399
36031
|
|
|
36400
36032
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36401
36033
|
|
|
36402
|
-
webhook_configured_at?: string | null;
|
|
36403
|
-
|
|
36404
36034
|
webhook_identifier?: string | null;
|
|
36405
36035
|
}
|
|
36406
36036
|
|
|
@@ -36515,8 +36145,6 @@ export namespace PostConnectResponse {
|
|
|
36515
36145
|
|
|
36516
36146
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36517
36147
|
|
|
36518
|
-
webhook_configured_at?: string | null;
|
|
36519
|
-
|
|
36520
36148
|
webhook_identifier?: string | null;
|
|
36521
36149
|
}
|
|
36522
36150
|
|
|
@@ -36631,8 +36259,6 @@ export namespace PostConnectResponse {
|
|
|
36631
36259
|
|
|
36632
36260
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36633
36261
|
|
|
36634
|
-
webhook_configured_at?: string | null;
|
|
36635
|
-
|
|
36636
36262
|
webhook_identifier?: string | null;
|
|
36637
36263
|
}
|
|
36638
36264
|
|
|
@@ -36747,8 +36373,6 @@ export namespace PostConnectResponse {
|
|
|
36747
36373
|
|
|
36748
36374
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36749
36375
|
|
|
36750
|
-
webhook_configured_at?: string | null;
|
|
36751
|
-
|
|
36752
36376
|
webhook_identifier?: string | null;
|
|
36753
36377
|
}
|
|
36754
36378
|
|
|
@@ -36868,8 +36492,6 @@ export namespace PostConnectResponse {
|
|
|
36868
36492
|
|
|
36869
36493
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36870
36494
|
|
|
36871
|
-
webhook_configured_at?: string | null;
|
|
36872
|
-
|
|
36873
36495
|
webhook_identifier?: string | null;
|
|
36874
36496
|
}
|
|
36875
36497
|
|
|
@@ -36984,8 +36606,6 @@ export namespace PostConnectResponse {
|
|
|
36984
36606
|
|
|
36985
36607
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
36986
36608
|
|
|
36987
|
-
webhook_configured_at?: string | null;
|
|
36988
|
-
|
|
36989
36609
|
webhook_identifier?: string | null;
|
|
36990
36610
|
}
|
|
36991
36611
|
|
|
@@ -37051,8 +36671,6 @@ export namespace PostConnectResponse {
|
|
|
37051
36671
|
|
|
37052
36672
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37053
36673
|
|
|
37054
|
-
webhook_configured_at?: string | null;
|
|
37055
|
-
|
|
37056
36674
|
webhook_identifier?: string | null;
|
|
37057
36675
|
}
|
|
37058
36676
|
|
|
@@ -37227,8 +36845,6 @@ export namespace PostConnectResponse {
|
|
|
37227
36845
|
|
|
37228
36846
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37229
36847
|
|
|
37230
|
-
webhook_configured_at?: string | null;
|
|
37231
|
-
|
|
37232
36848
|
webhook_identifier?: string | null;
|
|
37233
36849
|
}
|
|
37234
36850
|
|
|
@@ -37338,8 +36954,6 @@ export namespace PostConnectResponse {
|
|
|
37338
36954
|
|
|
37339
36955
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37340
36956
|
|
|
37341
|
-
webhook_configured_at?: string | null;
|
|
37342
|
-
|
|
37343
36957
|
webhook_identifier?: string | null;
|
|
37344
36958
|
}
|
|
37345
36959
|
|
|
@@ -37415,8 +37029,6 @@ export namespace PostConnectResponse {
|
|
|
37415
37029
|
|
|
37416
37030
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37417
37031
|
|
|
37418
|
-
webhook_configured_at?: string | null;
|
|
37419
|
-
|
|
37420
37032
|
webhook_identifier?: string | null;
|
|
37421
37033
|
}
|
|
37422
37034
|
|
|
@@ -37482,8 +37094,6 @@ export namespace PostConnectResponse {
|
|
|
37482
37094
|
|
|
37483
37095
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37484
37096
|
|
|
37485
|
-
webhook_configured_at?: string | null;
|
|
37486
|
-
|
|
37487
37097
|
webhook_identifier?: string | null;
|
|
37488
37098
|
}
|
|
37489
37099
|
|
|
@@ -37554,8 +37164,6 @@ export namespace PostConnectResponse {
|
|
|
37554
37164
|
|
|
37555
37165
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37556
37166
|
|
|
37557
|
-
webhook_configured_at?: string | null;
|
|
37558
|
-
|
|
37559
37167
|
webhook_identifier?: string | null;
|
|
37560
37168
|
}
|
|
37561
37169
|
|
|
@@ -37626,8 +37234,6 @@ export namespace PostConnectResponse {
|
|
|
37626
37234
|
|
|
37627
37235
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37628
37236
|
|
|
37629
|
-
webhook_configured_at?: string | null;
|
|
37630
|
-
|
|
37631
37237
|
webhook_identifier?: string | null;
|
|
37632
37238
|
}
|
|
37633
37239
|
|
|
@@ -37696,8 +37302,6 @@ export namespace PostConnectResponse {
|
|
|
37696
37302
|
|
|
37697
37303
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37698
37304
|
|
|
37699
|
-
webhook_configured_at?: string | null;
|
|
37700
|
-
|
|
37701
37305
|
webhook_identifier?: string | null;
|
|
37702
37306
|
}
|
|
37703
37307
|
|
|
@@ -37906,8 +37510,6 @@ export namespace PostConnectResponse {
|
|
|
37906
37510
|
|
|
37907
37511
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
37908
37512
|
|
|
37909
|
-
webhook_configured_at?: string | null;
|
|
37910
|
-
|
|
37911
37513
|
webhook_identifier?: string | null;
|
|
37912
37514
|
}
|
|
37913
37515
|
|
|
@@ -38033,8 +37635,6 @@ export namespace PostConnectResponse {
|
|
|
38033
37635
|
|
|
38034
37636
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38035
37637
|
|
|
38036
|
-
webhook_configured_at?: string | null;
|
|
38037
|
-
|
|
38038
37638
|
webhook_identifier?: string | null;
|
|
38039
37639
|
}
|
|
38040
37640
|
|
|
@@ -38148,8 +37748,6 @@ export namespace PostConnectResponse {
|
|
|
38148
37748
|
|
|
38149
37749
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38150
37750
|
|
|
38151
|
-
webhook_configured_at?: string | null;
|
|
38152
|
-
|
|
38153
37751
|
webhook_identifier?: string | null;
|
|
38154
37752
|
}
|
|
38155
37753
|
|
|
@@ -38224,8 +37822,6 @@ export namespace PostConnectResponse {
|
|
|
38224
37822
|
|
|
38225
37823
|
webhook_config?: string | number | boolean | { [key: string]: unknown } | Array<unknown> | null;
|
|
38226
37824
|
|
|
38227
|
-
webhook_configured_at?: string | null;
|
|
38228
|
-
|
|
38229
37825
|
webhook_identifier?: string | null;
|
|
38230
37826
|
}
|
|
38231
37827
|
|
|
@@ -42206,6 +41802,9 @@ export namespace CreateConnectionParams {
|
|
|
42206
41802
|
|
|
42207
41803
|
export namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
|
|
42208
41804
|
export interface Settings {
|
|
41805
|
+
/**
|
|
41806
|
+
* Your Acme API key
|
|
41807
|
+
*/
|
|
42209
41808
|
api_key: string;
|
|
42210
41809
|
}
|
|
42211
41810
|
}
|
|
@@ -42279,6 +41878,9 @@ export namespace CreateConnectionParams {
|
|
|
42279
41878
|
|
|
42280
41879
|
export namespace ConnectorAgentmailDiscriminatedConnectionSettings {
|
|
42281
41880
|
export interface Settings {
|
|
41881
|
+
/**
|
|
41882
|
+
* Your AgentMail API key
|
|
41883
|
+
*/
|
|
42282
41884
|
api_key: string;
|
|
42283
41885
|
}
|
|
42284
41886
|
}
|
|
@@ -43607,7 +43209,7 @@ export namespace CreateConnectionParams {
|
|
|
43607
43209
|
/**
|
|
43608
43210
|
* Your HubSpot App ID (automatically fetched from access token)
|
|
43609
43211
|
*/
|
|
43610
|
-
app_id?: number;
|
|
43212
|
+
app_id?: number | string;
|
|
43611
43213
|
|
|
43612
43214
|
/**
|
|
43613
43215
|
* Your HubSpot Hub ID/Portal ID (automatically fetched from access token)
|
|
@@ -45386,6 +44988,13 @@ export namespace CreateTokenParams {
|
|
|
45386
44988
|
| 'zendesk'
|
|
45387
44989
|
| 'zoom';
|
|
45388
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
|
+
|
|
45389
44998
|
/**
|
|
45390
44999
|
* Optional external ID for reconnecting to an existing connection
|
|
45391
45000
|
*/
|
|
@@ -47715,6 +47324,13 @@ export namespace PostConnectParams {
|
|
|
47715
47324
|
| 'zendesk'
|
|
47716
47325
|
| 'zoom';
|
|
47717
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
|
+
|
|
47718
47334
|
/**
|
|
47719
47335
|
* Optional external ID for reconnecting to an existing connection
|
|
47720
47336
|
*/
|
|
@@ -48492,6 +48108,13 @@ export namespace PreConnectParams {
|
|
|
48492
48108
|
| 'zendesk'
|
|
48493
48109
|
| 'zoom';
|
|
48494
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
|
+
|
|
48495
48118
|
/**
|
|
48496
48119
|
* Optional external ID for reconnecting to an existing connection
|
|
48497
48120
|
*/
|