shoal-web-sdk 1.0.128 → 1.0.129

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.
@@ -53,6 +53,7 @@ export type Features = {
53
53
  maximumSchedulerNodes: IntegerPlanFeatureResponse;
54
54
  maximumVMNodes: IntegerPlanFeatureResponse;
55
55
  maximumQueueNodes: IntegerPlanFeatureResponse;
56
+ maximumBucketNodes: IntegerPlanFeatureResponse;
56
57
  };
57
58
  export type PlanResponse = {
58
59
  key: string;
@@ -234,6 +235,7 @@ export type FeaturesWritable = {
234
235
  maximumSchedulerNodes: IntegerPlanFeatureResponseWritable;
235
236
  maximumVMNodes: IntegerPlanFeatureResponseWritable;
236
237
  maximumQueueNodes: IntegerPlanFeatureResponseWritable;
238
+ maximumBucketNodes: IntegerPlanFeatureResponseWritable;
237
239
  };
238
240
  export type PlanResponseWritable = {
239
241
  key: string;
@@ -394,6 +394,26 @@ export declare const zFeatures: z.ZodObject<{
394
394
  unlimited: "unlimited";
395
395
  }>;
396
396
  }, z.core.$strip>>>]>;
397
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
398
+ type: z.ZodLiteral<"limited">;
399
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
400
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
401
+ displayName: z.ZodReadonly<z.ZodString>;
402
+ }, z.core.$strip>, z.ZodObject<{
403
+ type: z.ZodEnum<{
404
+ limited: "limited";
405
+ }>;
406
+ value: z.ZodInt;
407
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
408
+ type: z.ZodLiteral<"unlimited">;
409
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
410
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
411
+ displayName: z.ZodReadonly<z.ZodString>;
412
+ }, z.core.$strip>, z.ZodObject<{
413
+ type: z.ZodEnum<{
414
+ unlimited: "unlimited";
415
+ }>;
416
+ }, z.core.$strip>>>]>;
397
417
  }, z.core.$strip>;
398
418
  export declare const zPlanResponse: z.ZodObject<{
399
419
  key: z.ZodString;
@@ -679,6 +699,26 @@ export declare const zPlanResponse: z.ZodObject<{
679
699
  unlimited: "unlimited";
680
700
  }>;
681
701
  }, z.core.$strip>>>]>;
702
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
703
+ type: z.ZodLiteral<"limited">;
704
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
705
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
706
+ displayName: z.ZodReadonly<z.ZodString>;
707
+ }, z.core.$strip>, z.ZodObject<{
708
+ type: z.ZodEnum<{
709
+ limited: "limited";
710
+ }>;
711
+ value: z.ZodInt;
712
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
713
+ type: z.ZodLiteral<"unlimited">;
714
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
715
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
716
+ displayName: z.ZodReadonly<z.ZodString>;
717
+ }, z.core.$strip>, z.ZodObject<{
718
+ type: z.ZodEnum<{
719
+ unlimited: "unlimited";
720
+ }>;
721
+ }, z.core.$strip>>>]>;
682
722
  }, z.core.$strip>;
683
723
  pricing: z.ZodOptional<z.ZodObject<{
684
724
  annual: z.ZodObject<{
@@ -986,6 +1026,26 @@ export declare const zCatalogResponse: z.ZodObject<{
986
1026
  unlimited: "unlimited";
987
1027
  }>;
988
1028
  }, z.core.$strip>>>]>;
1029
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
1030
+ type: z.ZodLiteral<"limited">;
1031
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
1032
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
1033
+ displayName: z.ZodReadonly<z.ZodString>;
1034
+ }, z.core.$strip>, z.ZodObject<{
1035
+ type: z.ZodEnum<{
1036
+ limited: "limited";
1037
+ }>;
1038
+ value: z.ZodInt;
1039
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
1040
+ type: z.ZodLiteral<"unlimited">;
1041
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
1042
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
1043
+ displayName: z.ZodReadonly<z.ZodString>;
1044
+ }, z.core.$strip>, z.ZodObject<{
1045
+ type: z.ZodEnum<{
1046
+ unlimited: "unlimited";
1047
+ }>;
1048
+ }, z.core.$strip>>>]>;
989
1049
  }, z.core.$strip>;
990
1050
  pricing: z.ZodOptional<z.ZodObject<{
991
1051
  annual: z.ZodObject<{
@@ -1292,6 +1352,26 @@ export declare const zCatalogResponse: z.ZodObject<{
1292
1352
  unlimited: "unlimited";
1293
1353
  }>;
1294
1354
  }, z.core.$strip>>>]>;
1355
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
1356
+ type: z.ZodLiteral<"limited">;
1357
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
1358
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
1359
+ displayName: z.ZodReadonly<z.ZodString>;
1360
+ }, z.core.$strip>, z.ZodObject<{
1361
+ type: z.ZodEnum<{
1362
+ limited: "limited";
1363
+ }>;
1364
+ value: z.ZodInt;
1365
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
1366
+ type: z.ZodLiteral<"unlimited">;
1367
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
1368
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
1369
+ displayName: z.ZodReadonly<z.ZodString>;
1370
+ }, z.core.$strip>, z.ZodObject<{
1371
+ type: z.ZodEnum<{
1372
+ unlimited: "unlimited";
1373
+ }>;
1374
+ }, z.core.$strip>>>]>;
1295
1375
  }, z.core.$strip>;
1296
1376
  pricing: z.ZodOptional<z.ZodObject<{
1297
1377
  annual: z.ZodObject<{
@@ -1598,6 +1678,26 @@ export declare const zCatalogResponse: z.ZodObject<{
1598
1678
  unlimited: "unlimited";
1599
1679
  }>;
1600
1680
  }, z.core.$strip>>>]>;
1681
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
1682
+ type: z.ZodLiteral<"limited">;
1683
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
1684
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
1685
+ displayName: z.ZodReadonly<z.ZodString>;
1686
+ }, z.core.$strip>, z.ZodObject<{
1687
+ type: z.ZodEnum<{
1688
+ limited: "limited";
1689
+ }>;
1690
+ value: z.ZodInt;
1691
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
1692
+ type: z.ZodLiteral<"unlimited">;
1693
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
1694
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
1695
+ displayName: z.ZodReadonly<z.ZodString>;
1696
+ }, z.core.$strip>, z.ZodObject<{
1697
+ type: z.ZodEnum<{
1698
+ unlimited: "unlimited";
1699
+ }>;
1700
+ }, z.core.$strip>>>]>;
1601
1701
  }, z.core.$strip>;
1602
1702
  pricing: z.ZodOptional<z.ZodObject<{
1603
1703
  annual: z.ZodObject<{
@@ -1904,6 +2004,26 @@ export declare const zCatalogResponse: z.ZodObject<{
1904
2004
  unlimited: "unlimited";
1905
2005
  }>;
1906
2006
  }, z.core.$strip>>>]>;
2007
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
2008
+ type: z.ZodLiteral<"limited">;
2009
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
2010
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
2011
+ displayName: z.ZodReadonly<z.ZodString>;
2012
+ }, z.core.$strip>, z.ZodObject<{
2013
+ type: z.ZodEnum<{
2014
+ limited: "limited";
2015
+ }>;
2016
+ value: z.ZodInt;
2017
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
2018
+ type: z.ZodLiteral<"unlimited">;
2019
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
2020
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
2021
+ displayName: z.ZodReadonly<z.ZodString>;
2022
+ }, z.core.$strip>, z.ZodObject<{
2023
+ type: z.ZodEnum<{
2024
+ unlimited: "unlimited";
2025
+ }>;
2026
+ }, z.core.$strip>>>]>;
1907
2027
  }, z.core.$strip>;
1908
2028
  pricing: z.ZodOptional<z.ZodObject<{
1909
2029
  annual: z.ZodObject<{
@@ -2297,6 +2417,26 @@ export declare const zCustomerPlanResponse: z.ZodObject<{
2297
2417
  unlimited: "unlimited";
2298
2418
  }>;
2299
2419
  }, z.core.$strip>>>]>;
2420
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
2421
+ type: z.ZodLiteral<"limited">;
2422
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
2423
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
2424
+ displayName: z.ZodReadonly<z.ZodString>;
2425
+ }, z.core.$strip>, z.ZodObject<{
2426
+ type: z.ZodEnum<{
2427
+ limited: "limited";
2428
+ }>;
2429
+ value: z.ZodInt;
2430
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
2431
+ type: z.ZodLiteral<"unlimited">;
2432
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
2433
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
2434
+ displayName: z.ZodReadonly<z.ZodString>;
2435
+ }, z.core.$strip>, z.ZodObject<{
2436
+ type: z.ZodEnum<{
2437
+ unlimited: "unlimited";
2438
+ }>;
2439
+ }, z.core.$strip>>>]>;
2300
2440
  }, z.core.$strip>;
2301
2441
  }, z.core.$strip>;
2302
2442
  export declare const zPaymentMethodSummary: z.ZodObject<{
@@ -2621,6 +2761,26 @@ export declare const zCustomerResponse: z.ZodObject<{
2621
2761
  unlimited: "unlimited";
2622
2762
  }>;
2623
2763
  }, z.core.$strip>>>]>;
2764
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
2765
+ type: z.ZodLiteral<"limited">;
2766
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
2767
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
2768
+ displayName: z.ZodReadonly<z.ZodString>;
2769
+ }, z.core.$strip>, z.ZodObject<{
2770
+ type: z.ZodEnum<{
2771
+ limited: "limited";
2772
+ }>;
2773
+ value: z.ZodInt;
2774
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
2775
+ type: z.ZodLiteral<"unlimited">;
2776
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
2777
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
2778
+ displayName: z.ZodReadonly<z.ZodString>;
2779
+ }, z.core.$strip>, z.ZodObject<{
2780
+ type: z.ZodEnum<{
2781
+ unlimited: "unlimited";
2782
+ }>;
2783
+ }, z.core.$strip>>>]>;
2624
2784
  }, z.core.$strip>;
2625
2785
  }, z.core.$strip>>;
2626
2786
  pendingPlan: z.ZodOptional<z.ZodObject<{
@@ -2913,6 +3073,26 @@ export declare const zCustomerResponse: z.ZodObject<{
2913
3073
  unlimited: "unlimited";
2914
3074
  }>;
2915
3075
  }, z.core.$strip>>>]>;
3076
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
3077
+ type: z.ZodLiteral<"limited">;
3078
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
3079
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
3080
+ displayName: z.ZodReadonly<z.ZodString>;
3081
+ }, z.core.$strip>, z.ZodObject<{
3082
+ type: z.ZodEnum<{
3083
+ limited: "limited";
3084
+ }>;
3085
+ value: z.ZodInt;
3086
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
3087
+ type: z.ZodLiteral<"unlimited">;
3088
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
3089
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
3090
+ displayName: z.ZodReadonly<z.ZodString>;
3091
+ }, z.core.$strip>, z.ZodObject<{
3092
+ type: z.ZodEnum<{
3093
+ unlimited: "unlimited";
3094
+ }>;
3095
+ }, z.core.$strip>>>]>;
2916
3096
  }, z.core.$strip>;
2917
3097
  }, z.core.$strip>>;
2918
3098
  currentPeriodEnd: z.ZodReadonly<z.ZodInt>;
@@ -3206,6 +3386,20 @@ export declare const zFeaturesWritable: z.ZodObject<{
3206
3386
  unlimited: "unlimited";
3207
3387
  }>;
3208
3388
  }, z.core.$strip>>]>;
3389
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
3390
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
3391
+ }, z.core.$strip>, z.ZodObject<{
3392
+ type: z.ZodEnum<{
3393
+ limited: "limited";
3394
+ }>;
3395
+ value: z.ZodInt;
3396
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
3397
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
3398
+ }, z.core.$strip>, z.ZodObject<{
3399
+ type: z.ZodEnum<{
3400
+ unlimited: "unlimited";
3401
+ }>;
3402
+ }, z.core.$strip>>]>;
3209
3403
  }, z.core.$strip>;
3210
3404
  export declare const zPlanResponseWritable: z.ZodObject<{
3211
3405
  key: z.ZodString;
@@ -3404,6 +3598,20 @@ export declare const zPlanResponseWritable: z.ZodObject<{
3404
3598
  unlimited: "unlimited";
3405
3599
  }>;
3406
3600
  }, z.core.$strip>>]>;
3601
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
3602
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
3603
+ }, z.core.$strip>, z.ZodObject<{
3604
+ type: z.ZodEnum<{
3605
+ limited: "limited";
3606
+ }>;
3607
+ value: z.ZodInt;
3608
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
3609
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
3610
+ }, z.core.$strip>, z.ZodObject<{
3611
+ type: z.ZodEnum<{
3612
+ unlimited: "unlimited";
3613
+ }>;
3614
+ }, z.core.$strip>>]>;
3407
3615
  }, z.core.$strip>;
3408
3616
  }, z.core.$strip>;
3409
3617
  export declare const zCatalogResponseWritable: z.ZodObject<{
@@ -3604,6 +3812,20 @@ export declare const zCatalogResponseWritable: z.ZodObject<{
3604
3812
  unlimited: "unlimited";
3605
3813
  }>;
3606
3814
  }, z.core.$strip>>]>;
3815
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
3816
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
3817
+ }, z.core.$strip>, z.ZodObject<{
3818
+ type: z.ZodEnum<{
3819
+ limited: "limited";
3820
+ }>;
3821
+ value: z.ZodInt;
3822
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
3823
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
3824
+ }, z.core.$strip>, z.ZodObject<{
3825
+ type: z.ZodEnum<{
3826
+ unlimited: "unlimited";
3827
+ }>;
3828
+ }, z.core.$strip>>]>;
3607
3829
  }, z.core.$strip>;
3608
3830
  }, z.core.$strip>;
3609
3831
  indie: z.ZodObject<{
@@ -3803,6 +4025,20 @@ export declare const zCatalogResponseWritable: z.ZodObject<{
3803
4025
  unlimited: "unlimited";
3804
4026
  }>;
3805
4027
  }, z.core.$strip>>]>;
4028
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
4029
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
4030
+ }, z.core.$strip>, z.ZodObject<{
4031
+ type: z.ZodEnum<{
4032
+ limited: "limited";
4033
+ }>;
4034
+ value: z.ZodInt;
4035
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
4036
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
4037
+ }, z.core.$strip>, z.ZodObject<{
4038
+ type: z.ZodEnum<{
4039
+ unlimited: "unlimited";
4040
+ }>;
4041
+ }, z.core.$strip>>]>;
3806
4042
  }, z.core.$strip>;
3807
4043
  }, z.core.$strip>;
3808
4044
  pro: z.ZodObject<{
@@ -4002,6 +4238,20 @@ export declare const zCatalogResponseWritable: z.ZodObject<{
4002
4238
  unlimited: "unlimited";
4003
4239
  }>;
4004
4240
  }, z.core.$strip>>]>;
4241
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
4242
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
4243
+ }, z.core.$strip>, z.ZodObject<{
4244
+ type: z.ZodEnum<{
4245
+ limited: "limited";
4246
+ }>;
4247
+ value: z.ZodInt;
4248
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
4249
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
4250
+ }, z.core.$strip>, z.ZodObject<{
4251
+ type: z.ZodEnum<{
4252
+ unlimited: "unlimited";
4253
+ }>;
4254
+ }, z.core.$strip>>]>;
4005
4255
  }, z.core.$strip>;
4006
4256
  }, z.core.$strip>;
4007
4257
  enterprise: z.ZodObject<{
@@ -4201,6 +4451,20 @@ export declare const zCatalogResponseWritable: z.ZodObject<{
4201
4451
  unlimited: "unlimited";
4202
4452
  }>;
4203
4453
  }, z.core.$strip>>]>;
4454
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
4455
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
4456
+ }, z.core.$strip>, z.ZodObject<{
4457
+ type: z.ZodEnum<{
4458
+ limited: "limited";
4459
+ }>;
4460
+ value: z.ZodInt;
4461
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
4462
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
4463
+ }, z.core.$strip>, z.ZodObject<{
4464
+ type: z.ZodEnum<{
4465
+ unlimited: "unlimited";
4466
+ }>;
4467
+ }, z.core.$strip>>]>;
4204
4468
  }, z.core.$strip>;
4205
4469
  }, z.core.$strip>;
4206
4470
  }, z.core.$strip>;
@@ -4406,6 +4670,20 @@ export declare const zCustomerPlanResponseWritable: z.ZodObject<{
4406
4670
  unlimited: "unlimited";
4407
4671
  }>;
4408
4672
  }, z.core.$strip>>]>;
4673
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
4674
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
4675
+ }, z.core.$strip>, z.ZodObject<{
4676
+ type: z.ZodEnum<{
4677
+ limited: "limited";
4678
+ }>;
4679
+ value: z.ZodInt;
4680
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
4681
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
4682
+ }, z.core.$strip>, z.ZodObject<{
4683
+ type: z.ZodEnum<{
4684
+ unlimited: "unlimited";
4685
+ }>;
4686
+ }, z.core.$strip>>]>;
4409
4687
  }, z.core.$strip>;
4410
4688
  }, z.core.$strip>;
4411
4689
  export declare const zCustomerResponseWritable: z.ZodObject<{
@@ -4621,6 +4899,20 @@ export declare const zCustomerResponseWritable: z.ZodObject<{
4621
4899
  unlimited: "unlimited";
4622
4900
  }>;
4623
4901
  }, z.core.$strip>>]>;
4902
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
4903
+ type: z.ZodLiteral<"LimitedIntegerPlanFeatureResponseWritable">;
4904
+ }, z.core.$strip>, z.ZodObject<{
4905
+ type: z.ZodEnum<{
4906
+ limited: "limited";
4907
+ }>;
4908
+ value: z.ZodInt;
4909
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
4910
+ type: z.ZodLiteral<"UnlimitedIntegerPlanFeatureResponseWritable">;
4911
+ }, z.core.$strip>, z.ZodObject<{
4912
+ type: z.ZodEnum<{
4913
+ unlimited: "unlimited";
4914
+ }>;
4915
+ }, z.core.$strip>>]>;
4624
4916
  }, z.core.$strip>;
4625
4917
  }, z.core.$strip>>;
4626
4918
  }, z.core.$strip>;
@@ -4960,6 +5252,26 @@ export declare const zGetCustomerResponse: z.ZodObject<{
4960
5252
  unlimited: "unlimited";
4961
5253
  }>;
4962
5254
  }, z.core.$strip>>>]>;
5255
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
5256
+ type: z.ZodLiteral<"limited">;
5257
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
5258
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
5259
+ displayName: z.ZodReadonly<z.ZodString>;
5260
+ }, z.core.$strip>, z.ZodObject<{
5261
+ type: z.ZodEnum<{
5262
+ limited: "limited";
5263
+ }>;
5264
+ value: z.ZodInt;
5265
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
5266
+ type: z.ZodLiteral<"unlimited">;
5267
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
5268
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
5269
+ displayName: z.ZodReadonly<z.ZodString>;
5270
+ }, z.core.$strip>, z.ZodObject<{
5271
+ type: z.ZodEnum<{
5272
+ unlimited: "unlimited";
5273
+ }>;
5274
+ }, z.core.$strip>>>]>;
4963
5275
  }, z.core.$strip>;
4964
5276
  }, z.core.$strip>>;
4965
5277
  pendingPlan: z.ZodOptional<z.ZodObject<{
@@ -5252,6 +5564,26 @@ export declare const zGetCustomerResponse: z.ZodObject<{
5252
5564
  unlimited: "unlimited";
5253
5565
  }>;
5254
5566
  }, z.core.$strip>>>]>;
5567
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
5568
+ type: z.ZodLiteral<"limited">;
5569
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
5570
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
5571
+ displayName: z.ZodReadonly<z.ZodString>;
5572
+ }, z.core.$strip>, z.ZodObject<{
5573
+ type: z.ZodEnum<{
5574
+ limited: "limited";
5575
+ }>;
5576
+ value: z.ZodInt;
5577
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
5578
+ type: z.ZodLiteral<"unlimited">;
5579
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
5580
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
5581
+ displayName: z.ZodReadonly<z.ZodString>;
5582
+ }, z.core.$strip>, z.ZodObject<{
5583
+ type: z.ZodEnum<{
5584
+ unlimited: "unlimited";
5585
+ }>;
5586
+ }, z.core.$strip>>>]>;
5255
5587
  }, z.core.$strip>;
5256
5588
  }, z.core.$strip>>;
5257
5589
  currentPeriodEnd: z.ZodReadonly<z.ZodInt>;
@@ -5600,6 +5932,26 @@ export declare const zGetPlansResponse: z.ZodObject<{
5600
5932
  unlimited: "unlimited";
5601
5933
  }>;
5602
5934
  }, z.core.$strip>>>]>;
5935
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
5936
+ type: z.ZodLiteral<"limited">;
5937
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
5938
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
5939
+ displayName: z.ZodReadonly<z.ZodString>;
5940
+ }, z.core.$strip>, z.ZodObject<{
5941
+ type: z.ZodEnum<{
5942
+ limited: "limited";
5943
+ }>;
5944
+ value: z.ZodInt;
5945
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
5946
+ type: z.ZodLiteral<"unlimited">;
5947
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
5948
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
5949
+ displayName: z.ZodReadonly<z.ZodString>;
5950
+ }, z.core.$strip>, z.ZodObject<{
5951
+ type: z.ZodEnum<{
5952
+ unlimited: "unlimited";
5953
+ }>;
5954
+ }, z.core.$strip>>>]>;
5603
5955
  }, z.core.$strip>;
5604
5956
  pricing: z.ZodOptional<z.ZodObject<{
5605
5957
  annual: z.ZodObject<{
@@ -5906,6 +6258,26 @@ export declare const zGetPlansResponse: z.ZodObject<{
5906
6258
  unlimited: "unlimited";
5907
6259
  }>;
5908
6260
  }, z.core.$strip>>>]>;
6261
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
6262
+ type: z.ZodLiteral<"limited">;
6263
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
6264
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
6265
+ displayName: z.ZodReadonly<z.ZodString>;
6266
+ }, z.core.$strip>, z.ZodObject<{
6267
+ type: z.ZodEnum<{
6268
+ limited: "limited";
6269
+ }>;
6270
+ value: z.ZodInt;
6271
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
6272
+ type: z.ZodLiteral<"unlimited">;
6273
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
6274
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
6275
+ displayName: z.ZodReadonly<z.ZodString>;
6276
+ }, z.core.$strip>, z.ZodObject<{
6277
+ type: z.ZodEnum<{
6278
+ unlimited: "unlimited";
6279
+ }>;
6280
+ }, z.core.$strip>>>]>;
5909
6281
  }, z.core.$strip>;
5910
6282
  pricing: z.ZodOptional<z.ZodObject<{
5911
6283
  annual: z.ZodObject<{
@@ -6212,6 +6584,26 @@ export declare const zGetPlansResponse: z.ZodObject<{
6212
6584
  unlimited: "unlimited";
6213
6585
  }>;
6214
6586
  }, z.core.$strip>>>]>;
6587
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
6588
+ type: z.ZodLiteral<"limited">;
6589
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
6590
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
6591
+ displayName: z.ZodReadonly<z.ZodString>;
6592
+ }, z.core.$strip>, z.ZodObject<{
6593
+ type: z.ZodEnum<{
6594
+ limited: "limited";
6595
+ }>;
6596
+ value: z.ZodInt;
6597
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
6598
+ type: z.ZodLiteral<"unlimited">;
6599
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
6600
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
6601
+ displayName: z.ZodReadonly<z.ZodString>;
6602
+ }, z.core.$strip>, z.ZodObject<{
6603
+ type: z.ZodEnum<{
6604
+ unlimited: "unlimited";
6605
+ }>;
6606
+ }, z.core.$strip>>>]>;
6215
6607
  }, z.core.$strip>;
6216
6608
  pricing: z.ZodOptional<z.ZodObject<{
6217
6609
  annual: z.ZodObject<{
@@ -6518,6 +6910,26 @@ export declare const zGetPlansResponse: z.ZodObject<{
6518
6910
  unlimited: "unlimited";
6519
6911
  }>;
6520
6912
  }, z.core.$strip>>>]>;
6913
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
6914
+ type: z.ZodLiteral<"limited">;
6915
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
6916
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
6917
+ displayName: z.ZodReadonly<z.ZodString>;
6918
+ }, z.core.$strip>, z.ZodObject<{
6919
+ type: z.ZodEnum<{
6920
+ limited: "limited";
6921
+ }>;
6922
+ value: z.ZodInt;
6923
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
6924
+ type: z.ZodLiteral<"unlimited">;
6925
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
6926
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
6927
+ displayName: z.ZodReadonly<z.ZodString>;
6928
+ }, z.core.$strip>, z.ZodObject<{
6929
+ type: z.ZodEnum<{
6930
+ unlimited: "unlimited";
6931
+ }>;
6932
+ }, z.core.$strip>>>]>;
6521
6933
  }, z.core.$strip>;
6522
6934
  pricing: z.ZodOptional<z.ZodObject<{
6523
6935
  annual: z.ZodObject<{
@@ -6981,6 +7393,26 @@ export declare const zM2mGetCustomerResponse: z.ZodObject<{
6981
7393
  unlimited: "unlimited";
6982
7394
  }>;
6983
7395
  }, z.core.$strip>>>]>;
7396
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
7397
+ type: z.ZodLiteral<"limited">;
7398
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
7399
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
7400
+ displayName: z.ZodReadonly<z.ZodString>;
7401
+ }, z.core.$strip>, z.ZodObject<{
7402
+ type: z.ZodEnum<{
7403
+ limited: "limited";
7404
+ }>;
7405
+ value: z.ZodInt;
7406
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
7407
+ type: z.ZodLiteral<"unlimited">;
7408
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
7409
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
7410
+ displayName: z.ZodReadonly<z.ZodString>;
7411
+ }, z.core.$strip>, z.ZodObject<{
7412
+ type: z.ZodEnum<{
7413
+ unlimited: "unlimited";
7414
+ }>;
7415
+ }, z.core.$strip>>>]>;
6984
7416
  }, z.core.$strip>;
6985
7417
  }, z.core.$strip>>;
6986
7418
  pendingPlan: z.ZodOptional<z.ZodObject<{
@@ -7273,6 +7705,26 @@ export declare const zM2mGetCustomerResponse: z.ZodObject<{
7273
7705
  unlimited: "unlimited";
7274
7706
  }>;
7275
7707
  }, z.core.$strip>>>]>;
7708
+ maximumBucketNodes: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
7709
+ type: z.ZodLiteral<"limited">;
7710
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
7711
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
7712
+ displayName: z.ZodReadonly<z.ZodString>;
7713
+ }, z.core.$strip>, z.ZodObject<{
7714
+ type: z.ZodEnum<{
7715
+ limited: "limited";
7716
+ }>;
7717
+ value: z.ZodInt;
7718
+ }, z.core.$strip>>>, z.ZodIntersection<z.ZodObject<{
7719
+ type: z.ZodLiteral<"unlimited">;
7720
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
7721
+ displayDescription: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
7722
+ displayName: z.ZodReadonly<z.ZodString>;
7723
+ }, z.core.$strip>, z.ZodObject<{
7724
+ type: z.ZodEnum<{
7725
+ unlimited: "unlimited";
7726
+ }>;
7727
+ }, z.core.$strip>>>]>;
7276
7728
  }, z.core.$strip>;
7277
7729
  }, z.core.$strip>>;
7278
7730
  currentPeriodEnd: z.ZodReadonly<z.ZodInt>;
@@ -78,7 +78,8 @@ export const zFeatures = z.object({
78
78
  maximumCloudSQLNodes: zIntegerPlanFeatureResponse,
79
79
  maximumSchedulerNodes: zIntegerPlanFeatureResponse,
80
80
  maximumVMNodes: zIntegerPlanFeatureResponse,
81
- maximumQueueNodes: zIntegerPlanFeatureResponse
81
+ maximumQueueNodes: zIntegerPlanFeatureResponse,
82
+ maximumBucketNodes: zIntegerPlanFeatureResponse
82
83
  });
83
84
  export const zPlanResponse = z.object({
84
85
  key: z.string(),
@@ -256,7 +257,8 @@ export const zFeaturesWritable = z.object({
256
257
  maximumCloudSQLNodes: zIntegerPlanFeatureResponseWritable,
257
258
  maximumSchedulerNodes: zIntegerPlanFeatureResponseWritable,
258
259
  maximumVMNodes: zIntegerPlanFeatureResponseWritable,
259
- maximumQueueNodes: zIntegerPlanFeatureResponseWritable
260
+ maximumQueueNodes: zIntegerPlanFeatureResponseWritable,
261
+ maximumBucketNodes: zIntegerPlanFeatureResponseWritable
260
262
  });
261
263
  export const zPlanResponseWritable = z.object({
262
264
  key: z.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",