@trigger.dev/platform 1.0.25 → 1.0.26

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/dist/index.d.ts CHANGED
@@ -219,6 +219,8 @@ declare const Limits: z.ZodObject<{
219
219
  development: number;
220
220
  deployed: number;
221
221
  }>>;
222
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
223
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
222
224
  }, "strip", z.ZodTypeAny, {
223
225
  includedUsage: number;
224
226
  concurrentRuns: {
@@ -280,6 +282,8 @@ declare const Limits: z.ZodObject<{
280
282
  development: number;
281
283
  deployed: number;
282
284
  } | undefined;
285
+ hasPrivateNetworking?: boolean | undefined;
286
+ privateLinkConnectionLimit?: number | undefined;
283
287
  }, {
284
288
  includedUsage: number;
285
289
  concurrentRuns: {
@@ -341,6 +345,8 @@ declare const Limits: z.ZodObject<{
341
345
  development: number;
342
346
  deployed: number;
343
347
  } | undefined;
348
+ hasPrivateNetworking?: boolean | undefined;
349
+ privateLinkConnectionLimit?: number | undefined;
344
350
  }>;
345
351
  type Limits = z.infer<typeof Limits>;
346
352
  declare const FreePlanDefinition: z.ZodObject<{
@@ -494,6 +500,8 @@ declare const FreePlanDefinition: z.ZodObject<{
494
500
  development: number;
495
501
  deployed: number;
496
502
  }>>;
503
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
504
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
497
505
  }, "strip", z.ZodTypeAny, {
498
506
  includedUsage: number;
499
507
  concurrentRuns: {
@@ -555,6 +563,8 @@ declare const FreePlanDefinition: z.ZodObject<{
555
563
  development: number;
556
564
  deployed: number;
557
565
  } | undefined;
566
+ hasPrivateNetworking?: boolean | undefined;
567
+ privateLinkConnectionLimit?: number | undefined;
558
568
  }, {
559
569
  includedUsage: number;
560
570
  concurrentRuns: {
@@ -616,6 +626,8 @@ declare const FreePlanDefinition: z.ZodObject<{
616
626
  development: number;
617
627
  deployed: number;
618
628
  } | undefined;
629
+ hasPrivateNetworking?: boolean | undefined;
630
+ privateLinkConnectionLimit?: number | undefined;
619
631
  }>;
620
632
  title: z.ZodString;
621
633
  code: z.ZodString;
@@ -683,6 +695,8 @@ declare const FreePlanDefinition: z.ZodObject<{
683
695
  development: number;
684
696
  deployed: number;
685
697
  } | undefined;
698
+ hasPrivateNetworking?: boolean | undefined;
699
+ privateLinkConnectionLimit?: number | undefined;
686
700
  };
687
701
  title: string;
688
702
  }, {
@@ -749,6 +763,8 @@ declare const FreePlanDefinition: z.ZodObject<{
749
763
  development: number;
750
764
  deployed: number;
751
765
  } | undefined;
766
+ hasPrivateNetworking?: boolean | undefined;
767
+ privateLinkConnectionLimit?: number | undefined;
752
768
  };
753
769
  title: string;
754
770
  }>;
@@ -918,6 +934,8 @@ declare const PaidPlanDefinition: z.ZodObject<{
918
934
  development: number;
919
935
  deployed: number;
920
936
  }>>;
937
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
938
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
921
939
  }, "strip", z.ZodTypeAny, {
922
940
  includedUsage: number;
923
941
  concurrentRuns: {
@@ -979,6 +997,8 @@ declare const PaidPlanDefinition: z.ZodObject<{
979
997
  development: number;
980
998
  deployed: number;
981
999
  } | undefined;
1000
+ hasPrivateNetworking?: boolean | undefined;
1001
+ privateLinkConnectionLimit?: number | undefined;
982
1002
  }, {
983
1003
  includedUsage: number;
984
1004
  concurrentRuns: {
@@ -1040,6 +1060,8 @@ declare const PaidPlanDefinition: z.ZodObject<{
1040
1060
  development: number;
1041
1061
  deployed: number;
1042
1062
  } | undefined;
1063
+ hasPrivateNetworking?: boolean | undefined;
1064
+ privateLinkConnectionLimit?: number | undefined;
1043
1065
  }>;
1044
1066
  title: z.ZodString;
1045
1067
  code: z.ZodString;
@@ -1107,6 +1129,8 @@ declare const PaidPlanDefinition: z.ZodObject<{
1107
1129
  development: number;
1108
1130
  deployed: number;
1109
1131
  } | undefined;
1132
+ hasPrivateNetworking?: boolean | undefined;
1133
+ privateLinkConnectionLimit?: number | undefined;
1110
1134
  };
1111
1135
  title: string;
1112
1136
  tierPrice: number;
@@ -1179,6 +1203,8 @@ declare const PaidPlanDefinition: z.ZodObject<{
1179
1203
  development: number;
1180
1204
  deployed: number;
1181
1205
  } | undefined;
1206
+ hasPrivateNetworking?: boolean | undefined;
1207
+ privateLinkConnectionLimit?: number | undefined;
1182
1208
  };
1183
1209
  title: string;
1184
1210
  tierPrice: number;
@@ -1340,6 +1366,8 @@ declare const EnterprisePlanDefinition: z.ZodObject<{
1340
1366
  development: number;
1341
1367
  deployed: number;
1342
1368
  }>>;
1369
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
1370
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
1343
1371
  }, "strip", z.ZodTypeAny, {
1344
1372
  includedUsage: number;
1345
1373
  concurrentRuns: {
@@ -1401,6 +1429,8 @@ declare const EnterprisePlanDefinition: z.ZodObject<{
1401
1429
  development: number;
1402
1430
  deployed: number;
1403
1431
  } | undefined;
1432
+ hasPrivateNetworking?: boolean | undefined;
1433
+ privateLinkConnectionLimit?: number | undefined;
1404
1434
  }, {
1405
1435
  includedUsage: number;
1406
1436
  concurrentRuns: {
@@ -1462,6 +1492,8 @@ declare const EnterprisePlanDefinition: z.ZodObject<{
1462
1492
  development: number;
1463
1493
  deployed: number;
1464
1494
  } | undefined;
1495
+ hasPrivateNetworking?: boolean | undefined;
1496
+ privateLinkConnectionLimit?: number | undefined;
1465
1497
  }>;
1466
1498
  title: z.ZodString;
1467
1499
  code: z.ZodString;
@@ -1529,6 +1561,8 @@ declare const EnterprisePlanDefinition: z.ZodObject<{
1529
1561
  development: number;
1530
1562
  deployed: number;
1531
1563
  } | undefined;
1564
+ hasPrivateNetworking?: boolean | undefined;
1565
+ privateLinkConnectionLimit?: number | undefined;
1532
1566
  };
1533
1567
  title: string;
1534
1568
  }, {
@@ -1595,6 +1629,8 @@ declare const EnterprisePlanDefinition: z.ZodObject<{
1595
1629
  development: number;
1596
1630
  deployed: number;
1597
1631
  } | undefined;
1632
+ hasPrivateNetworking?: boolean | undefined;
1633
+ privateLinkConnectionLimit?: number | undefined;
1598
1634
  };
1599
1635
  title: string;
1600
1636
  }>;
@@ -1750,6 +1786,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
1750
1786
  development: number;
1751
1787
  deployed: number;
1752
1788
  }>>;
1789
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
1790
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
1753
1791
  }, "strip", z.ZodTypeAny, {
1754
1792
  includedUsage: number;
1755
1793
  concurrentRuns: {
@@ -1811,6 +1849,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
1811
1849
  development: number;
1812
1850
  deployed: number;
1813
1851
  } | undefined;
1852
+ hasPrivateNetworking?: boolean | undefined;
1853
+ privateLinkConnectionLimit?: number | undefined;
1814
1854
  }, {
1815
1855
  includedUsage: number;
1816
1856
  concurrentRuns: {
@@ -1872,6 +1912,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
1872
1912
  development: number;
1873
1913
  deployed: number;
1874
1914
  } | undefined;
1915
+ hasPrivateNetworking?: boolean | undefined;
1916
+ privateLinkConnectionLimit?: number | undefined;
1875
1917
  }>;
1876
1918
  title: z.ZodString;
1877
1919
  code: z.ZodString;
@@ -1939,6 +1981,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
1939
1981
  development: number;
1940
1982
  deployed: number;
1941
1983
  } | undefined;
1984
+ hasPrivateNetworking?: boolean | undefined;
1985
+ privateLinkConnectionLimit?: number | undefined;
1942
1986
  };
1943
1987
  title: string;
1944
1988
  }, {
@@ -2005,6 +2049,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2005
2049
  development: number;
2006
2050
  deployed: number;
2007
2051
  } | undefined;
2052
+ hasPrivateNetworking?: boolean | undefined;
2053
+ privateLinkConnectionLimit?: number | undefined;
2008
2054
  };
2009
2055
  title: string;
2010
2056
  }>, z.ZodObject<{
@@ -2172,6 +2218,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2172
2218
  development: number;
2173
2219
  deployed: number;
2174
2220
  }>>;
2221
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
2222
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
2175
2223
  }, "strip", z.ZodTypeAny, {
2176
2224
  includedUsage: number;
2177
2225
  concurrentRuns: {
@@ -2233,6 +2281,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2233
2281
  development: number;
2234
2282
  deployed: number;
2235
2283
  } | undefined;
2284
+ hasPrivateNetworking?: boolean | undefined;
2285
+ privateLinkConnectionLimit?: number | undefined;
2236
2286
  }, {
2237
2287
  includedUsage: number;
2238
2288
  concurrentRuns: {
@@ -2294,6 +2344,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2294
2344
  development: number;
2295
2345
  deployed: number;
2296
2346
  } | undefined;
2347
+ hasPrivateNetworking?: boolean | undefined;
2348
+ privateLinkConnectionLimit?: number | undefined;
2297
2349
  }>;
2298
2350
  title: z.ZodString;
2299
2351
  code: z.ZodString;
@@ -2361,6 +2413,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2361
2413
  development: number;
2362
2414
  deployed: number;
2363
2415
  } | undefined;
2416
+ hasPrivateNetworking?: boolean | undefined;
2417
+ privateLinkConnectionLimit?: number | undefined;
2364
2418
  };
2365
2419
  title: string;
2366
2420
  tierPrice: number;
@@ -2433,6 +2487,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2433
2487
  development: number;
2434
2488
  deployed: number;
2435
2489
  } | undefined;
2490
+ hasPrivateNetworking?: boolean | undefined;
2491
+ privateLinkConnectionLimit?: number | undefined;
2436
2492
  };
2437
2493
  title: string;
2438
2494
  tierPrice: number;
@@ -2592,6 +2648,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2592
2648
  development: number;
2593
2649
  deployed: number;
2594
2650
  }>>;
2651
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
2652
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
2595
2653
  }, "strip", z.ZodTypeAny, {
2596
2654
  includedUsage: number;
2597
2655
  concurrentRuns: {
@@ -2653,6 +2711,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2653
2711
  development: number;
2654
2712
  deployed: number;
2655
2713
  } | undefined;
2714
+ hasPrivateNetworking?: boolean | undefined;
2715
+ privateLinkConnectionLimit?: number | undefined;
2656
2716
  }, {
2657
2717
  includedUsage: number;
2658
2718
  concurrentRuns: {
@@ -2714,6 +2774,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2714
2774
  development: number;
2715
2775
  deployed: number;
2716
2776
  } | undefined;
2777
+ hasPrivateNetworking?: boolean | undefined;
2778
+ privateLinkConnectionLimit?: number | undefined;
2717
2779
  }>;
2718
2780
  title: z.ZodString;
2719
2781
  code: z.ZodString;
@@ -2781,6 +2843,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2781
2843
  development: number;
2782
2844
  deployed: number;
2783
2845
  } | undefined;
2846
+ hasPrivateNetworking?: boolean | undefined;
2847
+ privateLinkConnectionLimit?: number | undefined;
2784
2848
  };
2785
2849
  title: string;
2786
2850
  }, {
@@ -2847,6 +2911,8 @@ declare const PlanDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
2847
2911
  development: number;
2848
2912
  deployed: number;
2849
2913
  } | undefined;
2914
+ hasPrivateNetworking?: boolean | undefined;
2915
+ privateLinkConnectionLimit?: number | undefined;
2850
2916
  };
2851
2917
  title: string;
2852
2918
  }>]>;
@@ -3023,6 +3089,8 @@ declare const Plans: z.ZodObject<{
3023
3089
  development: number;
3024
3090
  deployed: number;
3025
3091
  }>>;
3092
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
3093
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
3026
3094
  }, "strip", z.ZodTypeAny, {
3027
3095
  includedUsage: number;
3028
3096
  concurrentRuns: {
@@ -3084,6 +3152,8 @@ declare const Plans: z.ZodObject<{
3084
3152
  development: number;
3085
3153
  deployed: number;
3086
3154
  } | undefined;
3155
+ hasPrivateNetworking?: boolean | undefined;
3156
+ privateLinkConnectionLimit?: number | undefined;
3087
3157
  }, {
3088
3158
  includedUsage: number;
3089
3159
  concurrentRuns: {
@@ -3145,6 +3215,8 @@ declare const Plans: z.ZodObject<{
3145
3215
  development: number;
3146
3216
  deployed: number;
3147
3217
  } | undefined;
3218
+ hasPrivateNetworking?: boolean | undefined;
3219
+ privateLinkConnectionLimit?: number | undefined;
3148
3220
  }>;
3149
3221
  title: z.ZodString;
3150
3222
  code: z.ZodString;
@@ -3212,6 +3284,8 @@ declare const Plans: z.ZodObject<{
3212
3284
  development: number;
3213
3285
  deployed: number;
3214
3286
  } | undefined;
3287
+ hasPrivateNetworking?: boolean | undefined;
3288
+ privateLinkConnectionLimit?: number | undefined;
3215
3289
  };
3216
3290
  title: string;
3217
3291
  }, {
@@ -3278,6 +3352,8 @@ declare const Plans: z.ZodObject<{
3278
3352
  development: number;
3279
3353
  deployed: number;
3280
3354
  } | undefined;
3355
+ hasPrivateNetworking?: boolean | undefined;
3356
+ privateLinkConnectionLimit?: number | undefined;
3281
3357
  };
3282
3358
  title: string;
3283
3359
  }>;
@@ -3446,6 +3522,8 @@ declare const Plans: z.ZodObject<{
3446
3522
  development: number;
3447
3523
  deployed: number;
3448
3524
  }>>;
3525
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
3526
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
3449
3527
  }, "strip", z.ZodTypeAny, {
3450
3528
  includedUsage: number;
3451
3529
  concurrentRuns: {
@@ -3507,6 +3585,8 @@ declare const Plans: z.ZodObject<{
3507
3585
  development: number;
3508
3586
  deployed: number;
3509
3587
  } | undefined;
3588
+ hasPrivateNetworking?: boolean | undefined;
3589
+ privateLinkConnectionLimit?: number | undefined;
3510
3590
  }, {
3511
3591
  includedUsage: number;
3512
3592
  concurrentRuns: {
@@ -3568,6 +3648,8 @@ declare const Plans: z.ZodObject<{
3568
3648
  development: number;
3569
3649
  deployed: number;
3570
3650
  } | undefined;
3651
+ hasPrivateNetworking?: boolean | undefined;
3652
+ privateLinkConnectionLimit?: number | undefined;
3571
3653
  }>;
3572
3654
  title: z.ZodString;
3573
3655
  code: z.ZodString;
@@ -3635,6 +3717,8 @@ declare const Plans: z.ZodObject<{
3635
3717
  development: number;
3636
3718
  deployed: number;
3637
3719
  } | undefined;
3720
+ hasPrivateNetworking?: boolean | undefined;
3721
+ privateLinkConnectionLimit?: number | undefined;
3638
3722
  };
3639
3723
  title: string;
3640
3724
  tierPrice: number;
@@ -3707,6 +3791,8 @@ declare const Plans: z.ZodObject<{
3707
3791
  development: number;
3708
3792
  deployed: number;
3709
3793
  } | undefined;
3794
+ hasPrivateNetworking?: boolean | undefined;
3795
+ privateLinkConnectionLimit?: number | undefined;
3710
3796
  };
3711
3797
  title: string;
3712
3798
  tierPrice: number;
@@ -3881,6 +3967,8 @@ declare const Plans: z.ZodObject<{
3881
3967
  development: number;
3882
3968
  deployed: number;
3883
3969
  }>>;
3970
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
3971
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
3884
3972
  }, "strip", z.ZodTypeAny, {
3885
3973
  includedUsage: number;
3886
3974
  concurrentRuns: {
@@ -3942,6 +4030,8 @@ declare const Plans: z.ZodObject<{
3942
4030
  development: number;
3943
4031
  deployed: number;
3944
4032
  } | undefined;
4033
+ hasPrivateNetworking?: boolean | undefined;
4034
+ privateLinkConnectionLimit?: number | undefined;
3945
4035
  }, {
3946
4036
  includedUsage: number;
3947
4037
  concurrentRuns: {
@@ -4003,6 +4093,8 @@ declare const Plans: z.ZodObject<{
4003
4093
  development: number;
4004
4094
  deployed: number;
4005
4095
  } | undefined;
4096
+ hasPrivateNetworking?: boolean | undefined;
4097
+ privateLinkConnectionLimit?: number | undefined;
4006
4098
  }>;
4007
4099
  title: z.ZodString;
4008
4100
  code: z.ZodString;
@@ -4070,6 +4162,8 @@ declare const Plans: z.ZodObject<{
4070
4162
  development: number;
4071
4163
  deployed: number;
4072
4164
  } | undefined;
4165
+ hasPrivateNetworking?: boolean | undefined;
4166
+ privateLinkConnectionLimit?: number | undefined;
4073
4167
  };
4074
4168
  title: string;
4075
4169
  tierPrice: number;
@@ -4142,6 +4236,8 @@ declare const Plans: z.ZodObject<{
4142
4236
  development: number;
4143
4237
  deployed: number;
4144
4238
  } | undefined;
4239
+ hasPrivateNetworking?: boolean | undefined;
4240
+ privateLinkConnectionLimit?: number | undefined;
4145
4241
  };
4146
4242
  title: string;
4147
4243
  tierPrice: number;
@@ -4302,6 +4398,8 @@ declare const Plans: z.ZodObject<{
4302
4398
  development: number;
4303
4399
  deployed: number;
4304
4400
  }>>;
4401
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
4402
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
4305
4403
  }, "strip", z.ZodTypeAny, {
4306
4404
  includedUsage: number;
4307
4405
  concurrentRuns: {
@@ -4363,6 +4461,8 @@ declare const Plans: z.ZodObject<{
4363
4461
  development: number;
4364
4462
  deployed: number;
4365
4463
  } | undefined;
4464
+ hasPrivateNetworking?: boolean | undefined;
4465
+ privateLinkConnectionLimit?: number | undefined;
4366
4466
  }, {
4367
4467
  includedUsage: number;
4368
4468
  concurrentRuns: {
@@ -4424,6 +4524,8 @@ declare const Plans: z.ZodObject<{
4424
4524
  development: number;
4425
4525
  deployed: number;
4426
4526
  } | undefined;
4527
+ hasPrivateNetworking?: boolean | undefined;
4528
+ privateLinkConnectionLimit?: number | undefined;
4427
4529
  }>;
4428
4530
  title: z.ZodString;
4429
4531
  code: z.ZodString;
@@ -4491,6 +4593,8 @@ declare const Plans: z.ZodObject<{
4491
4593
  development: number;
4492
4594
  deployed: number;
4493
4595
  } | undefined;
4596
+ hasPrivateNetworking?: boolean | undefined;
4597
+ privateLinkConnectionLimit?: number | undefined;
4494
4598
  };
4495
4599
  title: string;
4496
4600
  }, {
@@ -4557,6 +4661,8 @@ declare const Plans: z.ZodObject<{
4557
4661
  development: number;
4558
4662
  deployed: number;
4559
4663
  } | undefined;
4664
+ hasPrivateNetworking?: boolean | undefined;
4665
+ privateLinkConnectionLimit?: number | undefined;
4560
4666
  };
4561
4667
  title: string;
4562
4668
  }>;
@@ -4625,6 +4731,8 @@ declare const Plans: z.ZodObject<{
4625
4731
  development: number;
4626
4732
  deployed: number;
4627
4733
  } | undefined;
4734
+ hasPrivateNetworking?: boolean | undefined;
4735
+ privateLinkConnectionLimit?: number | undefined;
4628
4736
  };
4629
4737
  title: string;
4630
4738
  };
@@ -4692,6 +4800,8 @@ declare const Plans: z.ZodObject<{
4692
4800
  development: number;
4693
4801
  deployed: number;
4694
4802
  } | undefined;
4803
+ hasPrivateNetworking?: boolean | undefined;
4804
+ privateLinkConnectionLimit?: number | undefined;
4695
4805
  };
4696
4806
  title: string;
4697
4807
  };
@@ -4759,6 +4869,8 @@ declare const Plans: z.ZodObject<{
4759
4869
  development: number;
4760
4870
  deployed: number;
4761
4871
  } | undefined;
4872
+ hasPrivateNetworking?: boolean | undefined;
4873
+ privateLinkConnectionLimit?: number | undefined;
4762
4874
  };
4763
4875
  title: string;
4764
4876
  tierPrice: number;
@@ -4832,6 +4944,8 @@ declare const Plans: z.ZodObject<{
4832
4944
  development: number;
4833
4945
  deployed: number;
4834
4946
  } | undefined;
4947
+ hasPrivateNetworking?: boolean | undefined;
4948
+ privateLinkConnectionLimit?: number | undefined;
4835
4949
  };
4836
4950
  title: string;
4837
4951
  tierPrice: number;
@@ -4906,6 +5020,8 @@ declare const Plans: z.ZodObject<{
4906
5020
  development: number;
4907
5021
  deployed: number;
4908
5022
  } | undefined;
5023
+ hasPrivateNetworking?: boolean | undefined;
5024
+ privateLinkConnectionLimit?: number | undefined;
4909
5025
  };
4910
5026
  title: string;
4911
5027
  };
@@ -4973,6 +5089,8 @@ declare const Plans: z.ZodObject<{
4973
5089
  development: number;
4974
5090
  deployed: number;
4975
5091
  } | undefined;
5092
+ hasPrivateNetworking?: boolean | undefined;
5093
+ privateLinkConnectionLimit?: number | undefined;
4976
5094
  };
4977
5095
  title: string;
4978
5096
  };
@@ -5040,6 +5158,8 @@ declare const Plans: z.ZodObject<{
5040
5158
  development: number;
5041
5159
  deployed: number;
5042
5160
  } | undefined;
5161
+ hasPrivateNetworking?: boolean | undefined;
5162
+ privateLinkConnectionLimit?: number | undefined;
5043
5163
  };
5044
5164
  title: string;
5045
5165
  tierPrice: number;
@@ -5113,6 +5233,8 @@ declare const Plans: z.ZodObject<{
5113
5233
  development: number;
5114
5234
  deployed: number;
5115
5235
  } | undefined;
5236
+ hasPrivateNetworking?: boolean | undefined;
5237
+ privateLinkConnectionLimit?: number | undefined;
5116
5238
  };
5117
5239
  title: string;
5118
5240
  tierPrice: number;
@@ -5291,6 +5413,8 @@ declare const PlansResult: z.ZodObject<{
5291
5413
  development: number;
5292
5414
  deployed: number;
5293
5415
  }>>;
5416
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
5417
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
5294
5418
  }, "strip", z.ZodTypeAny, {
5295
5419
  includedUsage: number;
5296
5420
  concurrentRuns: {
@@ -5352,6 +5476,8 @@ declare const PlansResult: z.ZodObject<{
5352
5476
  development: number;
5353
5477
  deployed: number;
5354
5478
  } | undefined;
5479
+ hasPrivateNetworking?: boolean | undefined;
5480
+ privateLinkConnectionLimit?: number | undefined;
5355
5481
  }, {
5356
5482
  includedUsage: number;
5357
5483
  concurrentRuns: {
@@ -5413,6 +5539,8 @@ declare const PlansResult: z.ZodObject<{
5413
5539
  development: number;
5414
5540
  deployed: number;
5415
5541
  } | undefined;
5542
+ hasPrivateNetworking?: boolean | undefined;
5543
+ privateLinkConnectionLimit?: number | undefined;
5416
5544
  }>;
5417
5545
  title: z.ZodString;
5418
5546
  code: z.ZodString;
@@ -5480,6 +5608,8 @@ declare const PlansResult: z.ZodObject<{
5480
5608
  development: number;
5481
5609
  deployed: number;
5482
5610
  } | undefined;
5611
+ hasPrivateNetworking?: boolean | undefined;
5612
+ privateLinkConnectionLimit?: number | undefined;
5483
5613
  };
5484
5614
  title: string;
5485
5615
  }, {
@@ -5546,6 +5676,8 @@ declare const PlansResult: z.ZodObject<{
5546
5676
  development: number;
5547
5677
  deployed: number;
5548
5678
  } | undefined;
5679
+ hasPrivateNetworking?: boolean | undefined;
5680
+ privateLinkConnectionLimit?: number | undefined;
5549
5681
  };
5550
5682
  title: string;
5551
5683
  }>;
@@ -5714,6 +5846,8 @@ declare const PlansResult: z.ZodObject<{
5714
5846
  development: number;
5715
5847
  deployed: number;
5716
5848
  }>>;
5849
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
5850
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
5717
5851
  }, "strip", z.ZodTypeAny, {
5718
5852
  includedUsage: number;
5719
5853
  concurrentRuns: {
@@ -5775,6 +5909,8 @@ declare const PlansResult: z.ZodObject<{
5775
5909
  development: number;
5776
5910
  deployed: number;
5777
5911
  } | undefined;
5912
+ hasPrivateNetworking?: boolean | undefined;
5913
+ privateLinkConnectionLimit?: number | undefined;
5778
5914
  }, {
5779
5915
  includedUsage: number;
5780
5916
  concurrentRuns: {
@@ -5836,6 +5972,8 @@ declare const PlansResult: z.ZodObject<{
5836
5972
  development: number;
5837
5973
  deployed: number;
5838
5974
  } | undefined;
5975
+ hasPrivateNetworking?: boolean | undefined;
5976
+ privateLinkConnectionLimit?: number | undefined;
5839
5977
  }>;
5840
5978
  title: z.ZodString;
5841
5979
  code: z.ZodString;
@@ -5903,6 +6041,8 @@ declare const PlansResult: z.ZodObject<{
5903
6041
  development: number;
5904
6042
  deployed: number;
5905
6043
  } | undefined;
6044
+ hasPrivateNetworking?: boolean | undefined;
6045
+ privateLinkConnectionLimit?: number | undefined;
5906
6046
  };
5907
6047
  title: string;
5908
6048
  tierPrice: number;
@@ -5975,6 +6115,8 @@ declare const PlansResult: z.ZodObject<{
5975
6115
  development: number;
5976
6116
  deployed: number;
5977
6117
  } | undefined;
6118
+ hasPrivateNetworking?: boolean | undefined;
6119
+ privateLinkConnectionLimit?: number | undefined;
5978
6120
  };
5979
6121
  title: string;
5980
6122
  tierPrice: number;
@@ -6149,6 +6291,8 @@ declare const PlansResult: z.ZodObject<{
6149
6291
  development: number;
6150
6292
  deployed: number;
6151
6293
  }>>;
6294
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
6295
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
6152
6296
  }, "strip", z.ZodTypeAny, {
6153
6297
  includedUsage: number;
6154
6298
  concurrentRuns: {
@@ -6210,6 +6354,8 @@ declare const PlansResult: z.ZodObject<{
6210
6354
  development: number;
6211
6355
  deployed: number;
6212
6356
  } | undefined;
6357
+ hasPrivateNetworking?: boolean | undefined;
6358
+ privateLinkConnectionLimit?: number | undefined;
6213
6359
  }, {
6214
6360
  includedUsage: number;
6215
6361
  concurrentRuns: {
@@ -6271,6 +6417,8 @@ declare const PlansResult: z.ZodObject<{
6271
6417
  development: number;
6272
6418
  deployed: number;
6273
6419
  } | undefined;
6420
+ hasPrivateNetworking?: boolean | undefined;
6421
+ privateLinkConnectionLimit?: number | undefined;
6274
6422
  }>;
6275
6423
  title: z.ZodString;
6276
6424
  code: z.ZodString;
@@ -6338,6 +6486,8 @@ declare const PlansResult: z.ZodObject<{
6338
6486
  development: number;
6339
6487
  deployed: number;
6340
6488
  } | undefined;
6489
+ hasPrivateNetworking?: boolean | undefined;
6490
+ privateLinkConnectionLimit?: number | undefined;
6341
6491
  };
6342
6492
  title: string;
6343
6493
  tierPrice: number;
@@ -6410,6 +6560,8 @@ declare const PlansResult: z.ZodObject<{
6410
6560
  development: number;
6411
6561
  deployed: number;
6412
6562
  } | undefined;
6563
+ hasPrivateNetworking?: boolean | undefined;
6564
+ privateLinkConnectionLimit?: number | undefined;
6413
6565
  };
6414
6566
  title: string;
6415
6567
  tierPrice: number;
@@ -6570,6 +6722,8 @@ declare const PlansResult: z.ZodObject<{
6570
6722
  development: number;
6571
6723
  deployed: number;
6572
6724
  }>>;
6725
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
6726
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
6573
6727
  }, "strip", z.ZodTypeAny, {
6574
6728
  includedUsage: number;
6575
6729
  concurrentRuns: {
@@ -6631,6 +6785,8 @@ declare const PlansResult: z.ZodObject<{
6631
6785
  development: number;
6632
6786
  deployed: number;
6633
6787
  } | undefined;
6788
+ hasPrivateNetworking?: boolean | undefined;
6789
+ privateLinkConnectionLimit?: number | undefined;
6634
6790
  }, {
6635
6791
  includedUsage: number;
6636
6792
  concurrentRuns: {
@@ -6692,6 +6848,8 @@ declare const PlansResult: z.ZodObject<{
6692
6848
  development: number;
6693
6849
  deployed: number;
6694
6850
  } | undefined;
6851
+ hasPrivateNetworking?: boolean | undefined;
6852
+ privateLinkConnectionLimit?: number | undefined;
6695
6853
  }>;
6696
6854
  title: z.ZodString;
6697
6855
  code: z.ZodString;
@@ -6759,6 +6917,8 @@ declare const PlansResult: z.ZodObject<{
6759
6917
  development: number;
6760
6918
  deployed: number;
6761
6919
  } | undefined;
6920
+ hasPrivateNetworking?: boolean | undefined;
6921
+ privateLinkConnectionLimit?: number | undefined;
6762
6922
  };
6763
6923
  title: string;
6764
6924
  }, {
@@ -6825,6 +6985,8 @@ declare const PlansResult: z.ZodObject<{
6825
6985
  development: number;
6826
6986
  deployed: number;
6827
6987
  } | undefined;
6988
+ hasPrivateNetworking?: boolean | undefined;
6989
+ privateLinkConnectionLimit?: number | undefined;
6828
6990
  };
6829
6991
  title: string;
6830
6992
  }>;
@@ -6893,6 +7055,8 @@ declare const PlansResult: z.ZodObject<{
6893
7055
  development: number;
6894
7056
  deployed: number;
6895
7057
  } | undefined;
7058
+ hasPrivateNetworking?: boolean | undefined;
7059
+ privateLinkConnectionLimit?: number | undefined;
6896
7060
  };
6897
7061
  title: string;
6898
7062
  };
@@ -6960,6 +7124,8 @@ declare const PlansResult: z.ZodObject<{
6960
7124
  development: number;
6961
7125
  deployed: number;
6962
7126
  } | undefined;
7127
+ hasPrivateNetworking?: boolean | undefined;
7128
+ privateLinkConnectionLimit?: number | undefined;
6963
7129
  };
6964
7130
  title: string;
6965
7131
  };
@@ -7027,6 +7193,8 @@ declare const PlansResult: z.ZodObject<{
7027
7193
  development: number;
7028
7194
  deployed: number;
7029
7195
  } | undefined;
7196
+ hasPrivateNetworking?: boolean | undefined;
7197
+ privateLinkConnectionLimit?: number | undefined;
7030
7198
  };
7031
7199
  title: string;
7032
7200
  tierPrice: number;
@@ -7100,6 +7268,8 @@ declare const PlansResult: z.ZodObject<{
7100
7268
  development: number;
7101
7269
  deployed: number;
7102
7270
  } | undefined;
7271
+ hasPrivateNetworking?: boolean | undefined;
7272
+ privateLinkConnectionLimit?: number | undefined;
7103
7273
  };
7104
7274
  title: string;
7105
7275
  tierPrice: number;
@@ -7174,6 +7344,8 @@ declare const PlansResult: z.ZodObject<{
7174
7344
  development: number;
7175
7345
  deployed: number;
7176
7346
  } | undefined;
7347
+ hasPrivateNetworking?: boolean | undefined;
7348
+ privateLinkConnectionLimit?: number | undefined;
7177
7349
  };
7178
7350
  title: string;
7179
7351
  };
@@ -7241,6 +7413,8 @@ declare const PlansResult: z.ZodObject<{
7241
7413
  development: number;
7242
7414
  deployed: number;
7243
7415
  } | undefined;
7416
+ hasPrivateNetworking?: boolean | undefined;
7417
+ privateLinkConnectionLimit?: number | undefined;
7244
7418
  };
7245
7419
  title: string;
7246
7420
  };
@@ -7308,6 +7482,8 @@ declare const PlansResult: z.ZodObject<{
7308
7482
  development: number;
7309
7483
  deployed: number;
7310
7484
  } | undefined;
7485
+ hasPrivateNetworking?: boolean | undefined;
7486
+ privateLinkConnectionLimit?: number | undefined;
7311
7487
  };
7312
7488
  title: string;
7313
7489
  tierPrice: number;
@@ -7381,6 +7557,8 @@ declare const PlansResult: z.ZodObject<{
7381
7557
  development: number;
7382
7558
  deployed: number;
7383
7559
  } | undefined;
7560
+ hasPrivateNetworking?: boolean | undefined;
7561
+ privateLinkConnectionLimit?: number | undefined;
7384
7562
  };
7385
7563
  title: string;
7386
7564
  tierPrice: number;
@@ -7564,6 +7742,8 @@ declare const PlansResult: z.ZodObject<{
7564
7742
  development: number;
7565
7743
  deployed: number;
7566
7744
  } | undefined;
7745
+ hasPrivateNetworking?: boolean | undefined;
7746
+ privateLinkConnectionLimit?: number | undefined;
7567
7747
  };
7568
7748
  title: string;
7569
7749
  };
@@ -7631,6 +7811,8 @@ declare const PlansResult: z.ZodObject<{
7631
7811
  development: number;
7632
7812
  deployed: number;
7633
7813
  } | undefined;
7814
+ hasPrivateNetworking?: boolean | undefined;
7815
+ privateLinkConnectionLimit?: number | undefined;
7634
7816
  };
7635
7817
  title: string;
7636
7818
  };
@@ -7698,6 +7880,8 @@ declare const PlansResult: z.ZodObject<{
7698
7880
  development: number;
7699
7881
  deployed: number;
7700
7882
  } | undefined;
7883
+ hasPrivateNetworking?: boolean | undefined;
7884
+ privateLinkConnectionLimit?: number | undefined;
7701
7885
  };
7702
7886
  title: string;
7703
7887
  tierPrice: number;
@@ -7771,6 +7955,8 @@ declare const PlansResult: z.ZodObject<{
7771
7955
  development: number;
7772
7956
  deployed: number;
7773
7957
  } | undefined;
7958
+ hasPrivateNetworking?: boolean | undefined;
7959
+ privateLinkConnectionLimit?: number | undefined;
7774
7960
  };
7775
7961
  title: string;
7776
7962
  tierPrice: number;
@@ -7872,6 +8058,8 @@ declare const PlansResult: z.ZodObject<{
7872
8058
  development: number;
7873
8059
  deployed: number;
7874
8060
  } | undefined;
8061
+ hasPrivateNetworking?: boolean | undefined;
8062
+ privateLinkConnectionLimit?: number | undefined;
7875
8063
  };
7876
8064
  title: string;
7877
8065
  };
@@ -7939,6 +8127,8 @@ declare const PlansResult: z.ZodObject<{
7939
8127
  development: number;
7940
8128
  deployed: number;
7941
8129
  } | undefined;
8130
+ hasPrivateNetworking?: boolean | undefined;
8131
+ privateLinkConnectionLimit?: number | undefined;
7942
8132
  };
7943
8133
  title: string;
7944
8134
  };
@@ -8006,6 +8196,8 @@ declare const PlansResult: z.ZodObject<{
8006
8196
  development: number;
8007
8197
  deployed: number;
8008
8198
  } | undefined;
8199
+ hasPrivateNetworking?: boolean | undefined;
8200
+ privateLinkConnectionLimit?: number | undefined;
8009
8201
  };
8010
8202
  title: string;
8011
8203
  tierPrice: number;
@@ -8079,6 +8271,8 @@ declare const PlansResult: z.ZodObject<{
8079
8271
  development: number;
8080
8272
  deployed: number;
8081
8273
  } | undefined;
8274
+ hasPrivateNetworking?: boolean | undefined;
8275
+ privateLinkConnectionLimit?: number | undefined;
8082
8276
  };
8083
8277
  title: string;
8084
8278
  tierPrice: number;
@@ -8375,6 +8569,8 @@ declare const SubscriptionResult: z.ZodObject<{
8375
8569
  development: number;
8376
8570
  deployed: number;
8377
8571
  }>>;
8572
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
8573
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
8378
8574
  }, "strip", z.ZodTypeAny, {
8379
8575
  includedUsage: number;
8380
8576
  concurrentRuns: {
@@ -8436,6 +8632,8 @@ declare const SubscriptionResult: z.ZodObject<{
8436
8632
  development: number;
8437
8633
  deployed: number;
8438
8634
  } | undefined;
8635
+ hasPrivateNetworking?: boolean | undefined;
8636
+ privateLinkConnectionLimit?: number | undefined;
8439
8637
  }, {
8440
8638
  includedUsage: number;
8441
8639
  concurrentRuns: {
@@ -8497,6 +8695,8 @@ declare const SubscriptionResult: z.ZodObject<{
8497
8695
  development: number;
8498
8696
  deployed: number;
8499
8697
  } | undefined;
8698
+ hasPrivateNetworking?: boolean | undefined;
8699
+ privateLinkConnectionLimit?: number | undefined;
8500
8700
  }>;
8501
8701
  title: z.ZodString;
8502
8702
  code: z.ZodString;
@@ -8564,6 +8764,8 @@ declare const SubscriptionResult: z.ZodObject<{
8564
8764
  development: number;
8565
8765
  deployed: number;
8566
8766
  } | undefined;
8767
+ hasPrivateNetworking?: boolean | undefined;
8768
+ privateLinkConnectionLimit?: number | undefined;
8567
8769
  };
8568
8770
  title: string;
8569
8771
  }, {
@@ -8630,6 +8832,8 @@ declare const SubscriptionResult: z.ZodObject<{
8630
8832
  development: number;
8631
8833
  deployed: number;
8632
8834
  } | undefined;
8835
+ hasPrivateNetworking?: boolean | undefined;
8836
+ privateLinkConnectionLimit?: number | undefined;
8633
8837
  };
8634
8838
  title: string;
8635
8839
  }>, z.ZodObject<{
@@ -8797,6 +9001,8 @@ declare const SubscriptionResult: z.ZodObject<{
8797
9001
  development: number;
8798
9002
  deployed: number;
8799
9003
  }>>;
9004
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
9005
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
8800
9006
  }, "strip", z.ZodTypeAny, {
8801
9007
  includedUsage: number;
8802
9008
  concurrentRuns: {
@@ -8858,6 +9064,8 @@ declare const SubscriptionResult: z.ZodObject<{
8858
9064
  development: number;
8859
9065
  deployed: number;
8860
9066
  } | undefined;
9067
+ hasPrivateNetworking?: boolean | undefined;
9068
+ privateLinkConnectionLimit?: number | undefined;
8861
9069
  }, {
8862
9070
  includedUsage: number;
8863
9071
  concurrentRuns: {
@@ -8919,6 +9127,8 @@ declare const SubscriptionResult: z.ZodObject<{
8919
9127
  development: number;
8920
9128
  deployed: number;
8921
9129
  } | undefined;
9130
+ hasPrivateNetworking?: boolean | undefined;
9131
+ privateLinkConnectionLimit?: number | undefined;
8922
9132
  }>;
8923
9133
  title: z.ZodString;
8924
9134
  code: z.ZodString;
@@ -8986,6 +9196,8 @@ declare const SubscriptionResult: z.ZodObject<{
8986
9196
  development: number;
8987
9197
  deployed: number;
8988
9198
  } | undefined;
9199
+ hasPrivateNetworking?: boolean | undefined;
9200
+ privateLinkConnectionLimit?: number | undefined;
8989
9201
  };
8990
9202
  title: string;
8991
9203
  tierPrice: number;
@@ -9058,6 +9270,8 @@ declare const SubscriptionResult: z.ZodObject<{
9058
9270
  development: number;
9059
9271
  deployed: number;
9060
9272
  } | undefined;
9273
+ hasPrivateNetworking?: boolean | undefined;
9274
+ privateLinkConnectionLimit?: number | undefined;
9061
9275
  };
9062
9276
  title: string;
9063
9277
  tierPrice: number;
@@ -9217,6 +9431,8 @@ declare const SubscriptionResult: z.ZodObject<{
9217
9431
  development: number;
9218
9432
  deployed: number;
9219
9433
  }>>;
9434
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
9435
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
9220
9436
  }, "strip", z.ZodTypeAny, {
9221
9437
  includedUsage: number;
9222
9438
  concurrentRuns: {
@@ -9278,6 +9494,8 @@ declare const SubscriptionResult: z.ZodObject<{
9278
9494
  development: number;
9279
9495
  deployed: number;
9280
9496
  } | undefined;
9497
+ hasPrivateNetworking?: boolean | undefined;
9498
+ privateLinkConnectionLimit?: number | undefined;
9281
9499
  }, {
9282
9500
  includedUsage: number;
9283
9501
  concurrentRuns: {
@@ -9339,6 +9557,8 @@ declare const SubscriptionResult: z.ZodObject<{
9339
9557
  development: number;
9340
9558
  deployed: number;
9341
9559
  } | undefined;
9560
+ hasPrivateNetworking?: boolean | undefined;
9561
+ privateLinkConnectionLimit?: number | undefined;
9342
9562
  }>;
9343
9563
  title: z.ZodString;
9344
9564
  code: z.ZodString;
@@ -9406,6 +9626,8 @@ declare const SubscriptionResult: z.ZodObject<{
9406
9626
  development: number;
9407
9627
  deployed: number;
9408
9628
  } | undefined;
9629
+ hasPrivateNetworking?: boolean | undefined;
9630
+ privateLinkConnectionLimit?: number | undefined;
9409
9631
  };
9410
9632
  title: string;
9411
9633
  }, {
@@ -9472,6 +9694,8 @@ declare const SubscriptionResult: z.ZodObject<{
9472
9694
  development: number;
9473
9695
  deployed: number;
9474
9696
  } | undefined;
9697
+ hasPrivateNetworking?: boolean | undefined;
9698
+ privateLinkConnectionLimit?: number | undefined;
9475
9699
  };
9476
9700
  title: string;
9477
9701
  }>]>>;
@@ -9601,6 +9825,8 @@ declare const SubscriptionResult: z.ZodObject<{
9601
9825
  development: number;
9602
9826
  deployed: number;
9603
9827
  } | undefined;
9828
+ hasPrivateNetworking?: boolean | undefined;
9829
+ privateLinkConnectionLimit?: number | undefined;
9604
9830
  };
9605
9831
  title: string;
9606
9832
  } | {
@@ -9667,6 +9893,8 @@ declare const SubscriptionResult: z.ZodObject<{
9667
9893
  development: number;
9668
9894
  deployed: number;
9669
9895
  } | undefined;
9896
+ hasPrivateNetworking?: boolean | undefined;
9897
+ privateLinkConnectionLimit?: number | undefined;
9670
9898
  };
9671
9899
  title: string;
9672
9900
  tierPrice: number;
@@ -9739,6 +9967,8 @@ declare const SubscriptionResult: z.ZodObject<{
9739
9967
  development: number;
9740
9968
  deployed: number;
9741
9969
  } | undefined;
9970
+ hasPrivateNetworking?: boolean | undefined;
9971
+ privateLinkConnectionLimit?: number | undefined;
9742
9972
  };
9743
9973
  title: string;
9744
9974
  } | undefined;
@@ -9824,6 +10054,8 @@ declare const SubscriptionResult: z.ZodObject<{
9824
10054
  development: number;
9825
10055
  deployed: number;
9826
10056
  } | undefined;
10057
+ hasPrivateNetworking?: boolean | undefined;
10058
+ privateLinkConnectionLimit?: number | undefined;
9827
10059
  };
9828
10060
  title: string;
9829
10061
  } | {
@@ -9890,6 +10122,8 @@ declare const SubscriptionResult: z.ZodObject<{
9890
10122
  development: number;
9891
10123
  deployed: number;
9892
10124
  } | undefined;
10125
+ hasPrivateNetworking?: boolean | undefined;
10126
+ privateLinkConnectionLimit?: number | undefined;
9893
10127
  };
9894
10128
  title: string;
9895
10129
  tierPrice: number;
@@ -9962,6 +10196,8 @@ declare const SubscriptionResult: z.ZodObject<{
9962
10196
  development: number;
9963
10197
  deployed: number;
9964
10198
  } | undefined;
10199
+ hasPrivateNetworking?: boolean | undefined;
10200
+ privateLinkConnectionLimit?: number | undefined;
9965
10201
  };
9966
10202
  title: string;
9967
10203
  } | undefined;
@@ -10138,6 +10374,8 @@ declare const CurrentPlan: z.ZodObject<{
10138
10374
  development: number;
10139
10375
  deployed: number;
10140
10376
  }>>;
10377
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
10378
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
10141
10379
  }, "strip", z.ZodTypeAny, {
10142
10380
  includedUsage: number;
10143
10381
  concurrentRuns: {
@@ -10199,6 +10437,8 @@ declare const CurrentPlan: z.ZodObject<{
10199
10437
  development: number;
10200
10438
  deployed: number;
10201
10439
  } | undefined;
10440
+ hasPrivateNetworking?: boolean | undefined;
10441
+ privateLinkConnectionLimit?: number | undefined;
10202
10442
  }, {
10203
10443
  includedUsage: number;
10204
10444
  concurrentRuns: {
@@ -10260,6 +10500,8 @@ declare const CurrentPlan: z.ZodObject<{
10260
10500
  development: number;
10261
10501
  deployed: number;
10262
10502
  } | undefined;
10503
+ hasPrivateNetworking?: boolean | undefined;
10504
+ privateLinkConnectionLimit?: number | undefined;
10263
10505
  }>;
10264
10506
  title: z.ZodString;
10265
10507
  code: z.ZodString;
@@ -10327,6 +10569,8 @@ declare const CurrentPlan: z.ZodObject<{
10327
10569
  development: number;
10328
10570
  deployed: number;
10329
10571
  } | undefined;
10572
+ hasPrivateNetworking?: boolean | undefined;
10573
+ privateLinkConnectionLimit?: number | undefined;
10330
10574
  };
10331
10575
  title: string;
10332
10576
  }, {
@@ -10393,6 +10637,8 @@ declare const CurrentPlan: z.ZodObject<{
10393
10637
  development: number;
10394
10638
  deployed: number;
10395
10639
  } | undefined;
10640
+ hasPrivateNetworking?: boolean | undefined;
10641
+ privateLinkConnectionLimit?: number | undefined;
10396
10642
  };
10397
10643
  title: string;
10398
10644
  }>, z.ZodObject<{
@@ -10560,6 +10806,8 @@ declare const CurrentPlan: z.ZodObject<{
10560
10806
  development: number;
10561
10807
  deployed: number;
10562
10808
  }>>;
10809
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
10810
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
10563
10811
  }, "strip", z.ZodTypeAny, {
10564
10812
  includedUsage: number;
10565
10813
  concurrentRuns: {
@@ -10621,6 +10869,8 @@ declare const CurrentPlan: z.ZodObject<{
10621
10869
  development: number;
10622
10870
  deployed: number;
10623
10871
  } | undefined;
10872
+ hasPrivateNetworking?: boolean | undefined;
10873
+ privateLinkConnectionLimit?: number | undefined;
10624
10874
  }, {
10625
10875
  includedUsage: number;
10626
10876
  concurrentRuns: {
@@ -10682,6 +10932,8 @@ declare const CurrentPlan: z.ZodObject<{
10682
10932
  development: number;
10683
10933
  deployed: number;
10684
10934
  } | undefined;
10935
+ hasPrivateNetworking?: boolean | undefined;
10936
+ privateLinkConnectionLimit?: number | undefined;
10685
10937
  }>;
10686
10938
  title: z.ZodString;
10687
10939
  code: z.ZodString;
@@ -10749,6 +11001,8 @@ declare const CurrentPlan: z.ZodObject<{
10749
11001
  development: number;
10750
11002
  deployed: number;
10751
11003
  } | undefined;
11004
+ hasPrivateNetworking?: boolean | undefined;
11005
+ privateLinkConnectionLimit?: number | undefined;
10752
11006
  };
10753
11007
  title: string;
10754
11008
  tierPrice: number;
@@ -10821,6 +11075,8 @@ declare const CurrentPlan: z.ZodObject<{
10821
11075
  development: number;
10822
11076
  deployed: number;
10823
11077
  } | undefined;
11078
+ hasPrivateNetworking?: boolean | undefined;
11079
+ privateLinkConnectionLimit?: number | undefined;
10824
11080
  };
10825
11081
  title: string;
10826
11082
  tierPrice: number;
@@ -10980,6 +11236,8 @@ declare const CurrentPlan: z.ZodObject<{
10980
11236
  development: number;
10981
11237
  deployed: number;
10982
11238
  }>>;
11239
+ hasPrivateNetworking: z.ZodOptional<z.ZodBoolean>;
11240
+ privateLinkConnectionLimit: z.ZodOptional<z.ZodNumber>;
10983
11241
  }, "strip", z.ZodTypeAny, {
10984
11242
  includedUsage: number;
10985
11243
  concurrentRuns: {
@@ -11041,6 +11299,8 @@ declare const CurrentPlan: z.ZodObject<{
11041
11299
  development: number;
11042
11300
  deployed: number;
11043
11301
  } | undefined;
11302
+ hasPrivateNetworking?: boolean | undefined;
11303
+ privateLinkConnectionLimit?: number | undefined;
11044
11304
  }, {
11045
11305
  includedUsage: number;
11046
11306
  concurrentRuns: {
@@ -11102,6 +11362,8 @@ declare const CurrentPlan: z.ZodObject<{
11102
11362
  development: number;
11103
11363
  deployed: number;
11104
11364
  } | undefined;
11365
+ hasPrivateNetworking?: boolean | undefined;
11366
+ privateLinkConnectionLimit?: number | undefined;
11105
11367
  }>;
11106
11368
  title: z.ZodString;
11107
11369
  code: z.ZodString;
@@ -11169,6 +11431,8 @@ declare const CurrentPlan: z.ZodObject<{
11169
11431
  development: number;
11170
11432
  deployed: number;
11171
11433
  } | undefined;
11434
+ hasPrivateNetworking?: boolean | undefined;
11435
+ privateLinkConnectionLimit?: number | undefined;
11172
11436
  };
11173
11437
  title: string;
11174
11438
  }, {
@@ -11235,6 +11499,8 @@ declare const CurrentPlan: z.ZodObject<{
11235
11499
  development: number;
11236
11500
  deployed: number;
11237
11501
  } | undefined;
11502
+ hasPrivateNetworking?: boolean | undefined;
11503
+ privateLinkConnectionLimit?: number | undefined;
11238
11504
  };
11239
11505
  title: string;
11240
11506
  }>]>>;
@@ -11364,6 +11630,8 @@ declare const CurrentPlan: z.ZodObject<{
11364
11630
  development: number;
11365
11631
  deployed: number;
11366
11632
  } | undefined;
11633
+ hasPrivateNetworking?: boolean | undefined;
11634
+ privateLinkConnectionLimit?: number | undefined;
11367
11635
  };
11368
11636
  title: string;
11369
11637
  } | {
@@ -11430,6 +11698,8 @@ declare const CurrentPlan: z.ZodObject<{
11430
11698
  development: number;
11431
11699
  deployed: number;
11432
11700
  } | undefined;
11701
+ hasPrivateNetworking?: boolean | undefined;
11702
+ privateLinkConnectionLimit?: number | undefined;
11433
11703
  };
11434
11704
  title: string;
11435
11705
  tierPrice: number;
@@ -11502,6 +11772,8 @@ declare const CurrentPlan: z.ZodObject<{
11502
11772
  development: number;
11503
11773
  deployed: number;
11504
11774
  } | undefined;
11775
+ hasPrivateNetworking?: boolean | undefined;
11776
+ privateLinkConnectionLimit?: number | undefined;
11505
11777
  };
11506
11778
  title: string;
11507
11779
  } | undefined;
@@ -11587,6 +11859,8 @@ declare const CurrentPlan: z.ZodObject<{
11587
11859
  development: number;
11588
11860
  deployed: number;
11589
11861
  } | undefined;
11862
+ hasPrivateNetworking?: boolean | undefined;
11863
+ privateLinkConnectionLimit?: number | undefined;
11590
11864
  };
11591
11865
  title: string;
11592
11866
  } | {
@@ -11653,6 +11927,8 @@ declare const CurrentPlan: z.ZodObject<{
11653
11927
  development: number;
11654
11928
  deployed: number;
11655
11929
  } | undefined;
11930
+ hasPrivateNetworking?: boolean | undefined;
11931
+ privateLinkConnectionLimit?: number | undefined;
11656
11932
  };
11657
11933
  title: string;
11658
11934
  tierPrice: number;
@@ -11725,6 +12001,8 @@ declare const CurrentPlan: z.ZodObject<{
11725
12001
  development: number;
11726
12002
  deployed: number;
11727
12003
  } | undefined;
12004
+ hasPrivateNetworking?: boolean | undefined;
12005
+ privateLinkConnectionLimit?: number | undefined;
11728
12006
  };
11729
12007
  title: string;
11730
12008
  } | undefined;
@@ -11812,6 +12090,8 @@ declare const CurrentPlan: z.ZodObject<{
11812
12090
  development: number;
11813
12091
  deployed: number;
11814
12092
  } | undefined;
12093
+ hasPrivateNetworking?: boolean | undefined;
12094
+ privateLinkConnectionLimit?: number | undefined;
11815
12095
  };
11816
12096
  title: string;
11817
12097
  } | {
@@ -11878,6 +12158,8 @@ declare const CurrentPlan: z.ZodObject<{
11878
12158
  development: number;
11879
12159
  deployed: number;
11880
12160
  } | undefined;
12161
+ hasPrivateNetworking?: boolean | undefined;
12162
+ privateLinkConnectionLimit?: number | undefined;
11881
12163
  };
11882
12164
  title: string;
11883
12165
  tierPrice: number;
@@ -11950,6 +12232,8 @@ declare const CurrentPlan: z.ZodObject<{
11950
12232
  development: number;
11951
12233
  deployed: number;
11952
12234
  } | undefined;
12235
+ hasPrivateNetworking?: boolean | undefined;
12236
+ privateLinkConnectionLimit?: number | undefined;
11953
12237
  };
11954
12238
  title: string;
11955
12239
  } | undefined;
@@ -12038,6 +12322,8 @@ declare const CurrentPlan: z.ZodObject<{
12038
12322
  development: number;
12039
12323
  deployed: number;
12040
12324
  } | undefined;
12325
+ hasPrivateNetworking?: boolean | undefined;
12326
+ privateLinkConnectionLimit?: number | undefined;
12041
12327
  };
12042
12328
  title: string;
12043
12329
  } | {
@@ -12104,6 +12390,8 @@ declare const CurrentPlan: z.ZodObject<{
12104
12390
  development: number;
12105
12391
  deployed: number;
12106
12392
  } | undefined;
12393
+ hasPrivateNetworking?: boolean | undefined;
12394
+ privateLinkConnectionLimit?: number | undefined;
12107
12395
  };
12108
12396
  title: string;
12109
12397
  tierPrice: number;
@@ -12176,6 +12464,8 @@ declare const CurrentPlan: z.ZodObject<{
12176
12464
  development: number;
12177
12465
  deployed: number;
12178
12466
  } | undefined;
12467
+ hasPrivateNetworking?: boolean | undefined;
12468
+ privateLinkConnectionLimit?: number | undefined;
12179
12469
  };
12180
12470
  title: string;
12181
12471
  } | undefined;
@@ -12718,6 +13008,156 @@ declare const TriggerInitialDeploymentResponseSchema: z.ZodObject<{
12718
13008
  }>;
12719
13009
  type TriggerInitialDeploymentResponse = z.infer<typeof TriggerInitialDeploymentResponseSchema>;
12720
13010
 
13011
+ declare const PrivateLinkConnectionStatus: z.ZodEnum<["PENDING", "PROVISIONING", "ACTIVE", "ERROR", "DELETING"]>;
13012
+ type PrivateLinkConnectionStatus = z.infer<typeof PrivateLinkConnectionStatus>;
13013
+ declare const PrivateLinkConnection: z.ZodObject<{
13014
+ id: z.ZodString;
13015
+ friendlyId: z.ZodString;
13016
+ name: z.ZodString;
13017
+ organizationId: z.ZodString;
13018
+ endpointServiceName: z.ZodString;
13019
+ targetRegion: z.ZodString;
13020
+ status: z.ZodEnum<["PENDING", "PROVISIONING", "ACTIVE", "ERROR", "DELETING"]>;
13021
+ statusMessage: z.ZodNullable<z.ZodString>;
13022
+ endpointDnsName: z.ZodNullable<z.ZodString>;
13023
+ provisionedAt: z.ZodNullable<z.ZodString>;
13024
+ createdAt: z.ZodString;
13025
+ updatedAt: z.ZodString;
13026
+ }, "strip", z.ZodTypeAny, {
13027
+ status: "PENDING" | "PROVISIONING" | "ACTIVE" | "ERROR" | "DELETING";
13028
+ id: string;
13029
+ organizationId: string;
13030
+ friendlyId: string;
13031
+ name: string;
13032
+ endpointServiceName: string;
13033
+ targetRegion: string;
13034
+ statusMessage: string | null;
13035
+ endpointDnsName: string | null;
13036
+ provisionedAt: string | null;
13037
+ createdAt: string;
13038
+ updatedAt: string;
13039
+ }, {
13040
+ status: "PENDING" | "PROVISIONING" | "ACTIVE" | "ERROR" | "DELETING";
13041
+ id: string;
13042
+ organizationId: string;
13043
+ friendlyId: string;
13044
+ name: string;
13045
+ endpointServiceName: string;
13046
+ targetRegion: string;
13047
+ statusMessage: string | null;
13048
+ endpointDnsName: string | null;
13049
+ provisionedAt: string | null;
13050
+ createdAt: string;
13051
+ updatedAt: string;
13052
+ }>;
13053
+ type PrivateLinkConnection = z.infer<typeof PrivateLinkConnection>;
13054
+ declare const PrivateLinkConnectionList: z.ZodObject<{
13055
+ connections: z.ZodArray<z.ZodObject<{
13056
+ id: z.ZodString;
13057
+ friendlyId: z.ZodString;
13058
+ name: z.ZodString;
13059
+ organizationId: z.ZodString;
13060
+ endpointServiceName: z.ZodString;
13061
+ targetRegion: z.ZodString;
13062
+ status: z.ZodEnum<["PENDING", "PROVISIONING", "ACTIVE", "ERROR", "DELETING"]>;
13063
+ statusMessage: z.ZodNullable<z.ZodString>;
13064
+ endpointDnsName: z.ZodNullable<z.ZodString>;
13065
+ provisionedAt: z.ZodNullable<z.ZodString>;
13066
+ createdAt: z.ZodString;
13067
+ updatedAt: z.ZodString;
13068
+ }, "strip", z.ZodTypeAny, {
13069
+ status: "PENDING" | "PROVISIONING" | "ACTIVE" | "ERROR" | "DELETING";
13070
+ id: string;
13071
+ organizationId: string;
13072
+ friendlyId: string;
13073
+ name: string;
13074
+ endpointServiceName: string;
13075
+ targetRegion: string;
13076
+ statusMessage: string | null;
13077
+ endpointDnsName: string | null;
13078
+ provisionedAt: string | null;
13079
+ createdAt: string;
13080
+ updatedAt: string;
13081
+ }, {
13082
+ status: "PENDING" | "PROVISIONING" | "ACTIVE" | "ERROR" | "DELETING";
13083
+ id: string;
13084
+ organizationId: string;
13085
+ friendlyId: string;
13086
+ name: string;
13087
+ endpointServiceName: string;
13088
+ targetRegion: string;
13089
+ statusMessage: string | null;
13090
+ endpointDnsName: string | null;
13091
+ provisionedAt: string | null;
13092
+ createdAt: string;
13093
+ updatedAt: string;
13094
+ }>, "many">;
13095
+ }, "strip", z.ZodTypeAny, {
13096
+ connections: {
13097
+ status: "PENDING" | "PROVISIONING" | "ACTIVE" | "ERROR" | "DELETING";
13098
+ id: string;
13099
+ organizationId: string;
13100
+ friendlyId: string;
13101
+ name: string;
13102
+ endpointServiceName: string;
13103
+ targetRegion: string;
13104
+ statusMessage: string | null;
13105
+ endpointDnsName: string | null;
13106
+ provisionedAt: string | null;
13107
+ createdAt: string;
13108
+ updatedAt: string;
13109
+ }[];
13110
+ }, {
13111
+ connections: {
13112
+ status: "PENDING" | "PROVISIONING" | "ACTIVE" | "ERROR" | "DELETING";
13113
+ id: string;
13114
+ organizationId: string;
13115
+ friendlyId: string;
13116
+ name: string;
13117
+ endpointServiceName: string;
13118
+ targetRegion: string;
13119
+ statusMessage: string | null;
13120
+ endpointDnsName: string | null;
13121
+ provisionedAt: string | null;
13122
+ createdAt: string;
13123
+ updatedAt: string;
13124
+ }[];
13125
+ }>;
13126
+ type PrivateLinkConnectionList = z.infer<typeof PrivateLinkConnectionList>;
13127
+ declare const CreatePrivateLinkConnectionBody: z.ZodObject<{
13128
+ name: z.ZodString;
13129
+ endpointServiceName: z.ZodString;
13130
+ targetRegion: z.ZodEnum<["us-east-1", "eu-central-1"]>;
13131
+ }, "strip", z.ZodTypeAny, {
13132
+ name: string;
13133
+ endpointServiceName: string;
13134
+ targetRegion: "us-east-1" | "eu-central-1";
13135
+ }, {
13136
+ name: string;
13137
+ endpointServiceName: string;
13138
+ targetRegion: "us-east-1" | "eu-central-1";
13139
+ }>;
13140
+ type CreatePrivateLinkConnectionBody = z.infer<typeof CreatePrivateLinkConnectionBody>;
13141
+ declare const DeletePrivateLinkResult: z.ZodObject<{
13142
+ success: z.ZodBoolean;
13143
+ }, "strip", z.ZodTypeAny, {
13144
+ success: boolean;
13145
+ }, {
13146
+ success: boolean;
13147
+ }>;
13148
+ type DeletePrivateLinkResult = z.infer<typeof DeletePrivateLinkResult>;
13149
+ declare const PrivateLinkRegionsResult: z.ZodObject<{
13150
+ availableRegions: z.ZodArray<z.ZodString, "many">;
13151
+ activeRegions: z.ZodArray<z.ZodString, "many">;
13152
+ }, "strip", z.ZodTypeAny, {
13153
+ availableRegions: string[];
13154
+ activeRegions: string[];
13155
+ }, {
13156
+ availableRegions: string[];
13157
+ activeRegions: string[];
13158
+ }>;
13159
+ type PrivateLinkRegionsResult = z.infer<typeof PrivateLinkRegionsResult>;
13160
+
12721
13161
  type BillingClientConfig = {
12722
13162
  url: string;
12723
13163
  apiKey: string;
@@ -12742,6 +13182,10 @@ type BillingAlertsResponse = Result<typeof BillingAlertsResult>;
12742
13182
  type RegistryCredentialsResult = Result<typeof RegistryCredentialsResponseSchema>;
12743
13183
  type SetAddOnResponse = Result<typeof SetAddOnResult>;
12744
13184
  type EnqueueBuildResult = Result<typeof EnqueueBuildResponseSchema>;
13185
+ type PrivateLinkConnectionListResponse = Result<typeof PrivateLinkConnectionList>;
13186
+ type PrivateLinkConnectionResponse = Result<typeof PrivateLinkConnection>;
13187
+ type DeletePrivateLinkResponse = Result<typeof DeletePrivateLinkResult>;
13188
+ type PrivateLinkRegionsResponse = Result<typeof PrivateLinkRegionsResult>;
12745
13189
  type TriggerInitialDeploymentResult = Result<typeof TriggerInitialDeploymentResponseSchema>;
12746
13190
  declare class BillingClient {
12747
13191
  private readonly config;
@@ -12783,6 +13227,10 @@ declare class BillingClient {
12783
13227
  getEntitlement(orgId: string): Promise<UsageEntitlementResponse>;
12784
13228
  getBillingAlerts(orgId: string): Promise<BillingAlertsResponse>;
12785
13229
  updateBillingAlerts(orgId: string, body: UpdateBillingAlertsRequest): Promise<BillingAlertsResponse>;
13230
+ getPrivateLinks(orgId: string): Promise<PrivateLinkConnectionListResponse>;
13231
+ createPrivateLink(orgId: string, body: CreatePrivateLinkConnectionBody): Promise<PrivateLinkConnectionResponse>;
13232
+ deletePrivateLink(orgId: string, connectionId: string): Promise<DeletePrivateLinkResponse>;
13233
+ getPrivateLinkRegions(orgId: string): Promise<PrivateLinkRegionsResponse>;
12786
13234
  triggerInitialDeployment(projectId: string, body: TriggerInitialDeploymentRequest): Promise<TriggerInitialDeploymentResult>;
12787
13235
  fetch<TSchema extends ZodType = z.ZodTypeAny>(path: string, schema: TSchema, requestInit?: RequestInit): Promise<Result<TSchema>>;
12788
13236
  }
@@ -12852,4 +13300,4 @@ declare const machines: {
12852
13300
  type MachineCode = keyof typeof machines;
12853
13301
  declare const defaultMachine: MachineCode;
12854
13302
 
12855
- export { AddOn, AddOnDefinition, AddOnPricing, AddOns, BatchQueueConcurrencyConfig, BatchRateLimitConfig, type BillingAlertsResponse, BillingAlertsResult, BillingClient, type CanceledSubscriptionResult, type CreateSubscriptionFlowStart, CurrentPlan, type CurrentPlanResponse, type CustomerPortal, type CustomerPortalRequestBody, CustomerPortalRequestBodySchema, type CustomerPortalResponse, CustomerPortalSchema, type EnqueueBuildRequest, EnqueueBuildRequestSchema, type EnqueueBuildResponse, EnqueueBuildResponseSchema, type EnqueueBuildResult, EnterprisePlanDefinition, EnvironmentBasedLimit, type Error, ErrorSchema, ExceedableLimit, type FreeConnectRequired, FreeConnectRequiredSchema, type FreeConnected, FreeConnectedSchema, FreePlanDefinition, FreeTierStatus, Limits, type MachineCode, MachineDefinition, type MachineDefinitionInput, PaidPlanDefinition, type PlanDefinition, PlanDefinitionSchema, Plans, type PlansResponse, PlansResult, QueueSizeLimits, type RegistryCredentialsResponse, RegistryCredentialsResponseSchema, type RegistryCredentialsResult, ReportComputeUsageEvent, ReportInvocationUsageEvent, ReportInvocationUsageResult, ReportUsagePlan, ReportUsageResult, SetAddOnBody, type SetAddOnResponse, SetAddOnResult, type SetPlanBody, SetPlanBodySchema, type SetPlanResponse, type SubscribeResult, SubscribeResultSchema, SubscriptionResult, type TriggerInitialDeploymentRequest, TriggerInitialDeploymentRequestSchema, type TriggerInitialDeploymentResponse, TriggerInitialDeploymentResponseSchema, type TriggerInitialDeploymentResult, UpdateBillingAlertsRequest, type UpdatedSubscriptionResult, type UsageEntitlementResponse, type UsageInvocationReportResponse, UsageParams, type UsageResponse, UsageResult, UsageSeriesParams, type UsageSeriesResponse, UsageSeriesResult, defaultMachine, machineDefinition, machines, objectToSearchParams };
13303
+ export { AddOn, AddOnDefinition, AddOnPricing, AddOns, BatchQueueConcurrencyConfig, BatchRateLimitConfig, type BillingAlertsResponse, BillingAlertsResult, BillingClient, type CanceledSubscriptionResult, CreatePrivateLinkConnectionBody, type CreateSubscriptionFlowStart, CurrentPlan, type CurrentPlanResponse, type CustomerPortal, type CustomerPortalRequestBody, CustomerPortalRequestBodySchema, type CustomerPortalResponse, CustomerPortalSchema, type DeletePrivateLinkResponse, DeletePrivateLinkResult, type EnqueueBuildRequest, EnqueueBuildRequestSchema, type EnqueueBuildResponse, EnqueueBuildResponseSchema, type EnqueueBuildResult, EnterprisePlanDefinition, EnvironmentBasedLimit, type Error, ErrorSchema, ExceedableLimit, type FreeConnectRequired, FreeConnectRequiredSchema, type FreeConnected, FreeConnectedSchema, FreePlanDefinition, FreeTierStatus, Limits, type MachineCode, MachineDefinition, type MachineDefinitionInput, PaidPlanDefinition, type PlanDefinition, PlanDefinitionSchema, Plans, type PlansResponse, PlansResult, PrivateLinkConnection, PrivateLinkConnectionList, type PrivateLinkConnectionListResponse, type PrivateLinkConnectionResponse, PrivateLinkConnectionStatus, type PrivateLinkRegionsResponse, PrivateLinkRegionsResult, QueueSizeLimits, type RegistryCredentialsResponse, RegistryCredentialsResponseSchema, type RegistryCredentialsResult, ReportComputeUsageEvent, ReportInvocationUsageEvent, ReportInvocationUsageResult, ReportUsagePlan, ReportUsageResult, SetAddOnBody, type SetAddOnResponse, SetAddOnResult, type SetPlanBody, SetPlanBodySchema, type SetPlanResponse, type SubscribeResult, SubscribeResultSchema, SubscriptionResult, type TriggerInitialDeploymentRequest, TriggerInitialDeploymentRequestSchema, type TriggerInitialDeploymentResponse, TriggerInitialDeploymentResponseSchema, type TriggerInitialDeploymentResult, UpdateBillingAlertsRequest, type UpdatedSubscriptionResult, type UsageEntitlementResponse, type UsageInvocationReportResponse, UsageParams, type UsageResponse, UsageResult, UsageSeriesParams, type UsageSeriesResponse, UsageSeriesResult, defaultMachine, machineDefinition, machines, objectToSearchParams };