@wix/auto_sdk_bookings_services 1.0.241 → 1.0.243

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.
Files changed (41) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-DV13bOtS.d.ts → bookings-services-v2-service-services.universal-BpDjq9wo.d.ts} +10 -0
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +3 -1
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.d.ts +19 -0
  9. package/build/cjs/schemas.js +76 -19
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-DV13bOtS.d.mts → bookings-services-v2-service-services.universal-BpDjq9wo.d.mts} +10 -0
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +3 -1
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +19 -0
  19. package/build/es/schemas.mjs +76 -19
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-BTtc84tg.d.ts → bookings-services-v2-service-services.universal-X8z1jH2M.d.ts} +10 -0
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +3 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/cjs/schemas.d.ts +19 -0
  29. package/build/internal/cjs/schemas.js +76 -19
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-BTtc84tg.d.mts → bookings-services-v2-service-services.universal-X8z1jH2M.d.mts} +10 -0
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs.map +1 -1
  36. package/build/internal/es/meta.d.mts +3 -1
  37. package/build/internal/es/meta.mjs.map +1 -1
  38. package/build/internal/es/schemas.d.mts +19 -0
  39. package/build/internal/es/schemas.mjs +76 -19
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -329,6 +329,7 @@ declare const CreateServiceRequest: z.ZodObject<{
329
329
  BILLING: "BILLING";
330
330
  }>>;
331
331
  }, z.core.$strip>>;
332
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
332
333
  }, z.core.$strip>;
333
334
  }, z.core.$strip>;
334
335
  declare const CreateServiceResponse: z.ZodObject<{
@@ -659,6 +660,7 @@ declare const CreateServiceResponse: z.ZodObject<{
659
660
  BILLING: "BILLING";
660
661
  }>>;
661
662
  }, z.core.$strip>>;
663
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
662
664
  }, z.core.$strip>;
663
665
  declare const BulkCreateServicesRequest: z.ZodObject<{
664
666
  services: z.ZodArray<z.ZodObject<{
@@ -989,6 +991,7 @@ declare const BulkCreateServicesRequest: z.ZodObject<{
989
991
  BILLING: "BILLING";
990
992
  }>>;
991
993
  }, z.core.$strip>>;
994
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
992
995
  }, z.core.$strip>>;
993
996
  options: z.ZodOptional<z.ZodObject<{
994
997
  returnEntity: z.ZodOptional<z.ZodBoolean>;
@@ -1334,6 +1337,7 @@ declare const BulkCreateServicesResponse: z.ZodObject<{
1334
1337
  BILLING: "BILLING";
1335
1338
  }>>;
1336
1339
  }, z.core.$strip>>;
1340
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1337
1341
  }, z.core.$strip>>;
1338
1342
  }, z.core.$strip>>>;
1339
1343
  bulkActionMetadata: z.ZodOptional<z.ZodObject<{
@@ -1680,6 +1684,7 @@ declare const GetServiceResponse: z.ZodObject<{
1680
1684
  BILLING: "BILLING";
1681
1685
  }>>;
1682
1686
  }, z.core.$strip>>;
1687
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1683
1688
  }, z.core.$strip>;
1684
1689
  declare const UpdateServiceRequest: z.ZodObject<{
1685
1690
  _id: z.ZodString;
@@ -2011,6 +2016,7 @@ declare const UpdateServiceRequest: z.ZodObject<{
2011
2016
  BILLING: "BILLING";
2012
2017
  }>>;
2013
2018
  }, z.core.$strip>>;
2019
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2014
2020
  }, z.core.$strip>;
2015
2021
  }, z.core.$strip>;
2016
2022
  declare const UpdateServiceResponse: z.ZodObject<{
@@ -2341,6 +2347,7 @@ declare const UpdateServiceResponse: z.ZodObject<{
2341
2347
  BILLING: "BILLING";
2342
2348
  }>>;
2343
2349
  }, z.core.$strip>>;
2350
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2344
2351
  }, z.core.$strip>;
2345
2352
  declare const BulkUpdateServicesRequest: z.ZodObject<{
2346
2353
  options: z.ZodOptional<z.ZodObject<{
@@ -2673,6 +2680,7 @@ declare const BulkUpdateServicesRequest: z.ZodObject<{
2673
2680
  BILLING: "BILLING";
2674
2681
  }>>;
2675
2682
  }, z.core.$strip>>;
2683
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2676
2684
  }, z.core.$strip>;
2677
2685
  mask: z.ZodOptional<z.ZodArray<z.ZodString>>;
2678
2686
  }, z.core.$strip>>>;
@@ -3019,6 +3027,7 @@ declare const BulkUpdateServicesResponse: z.ZodObject<{
3019
3027
  BILLING: "BILLING";
3020
3028
  }>>;
3021
3029
  }, z.core.$strip>>;
3030
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3022
3031
  }, z.core.$strip>>;
3023
3032
  }, z.core.$strip>>>;
3024
3033
  bulkActionMetadata: z.ZodOptional<z.ZodObject<{
@@ -3358,6 +3367,7 @@ declare const BulkUpdateServicesByFilterRequest: z.ZodObject<{
3358
3367
  BILLING: "BILLING";
3359
3368
  }>>;
3360
3369
  }, z.core.$strip>>;
3370
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3361
3371
  }, z.core.$strip>;
3362
3372
  }, z.core.$strip>;
3363
3373
  }, z.core.$strip>;
@@ -3725,6 +3735,7 @@ declare const BulkDeleteServicesResponse: z.ZodObject<{
3725
3735
  BILLING: "BILLING";
3726
3736
  }>>;
3727
3737
  }, z.core.$strip>>;
3738
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3728
3739
  }, z.core.$strip>>;
3729
3740
  }, z.core.$strip>>>;
3730
3741
  bulkActionMetadata: z.ZodOptional<z.ZodObject<{
@@ -4399,6 +4410,7 @@ declare const QueryServicesResponse: z.ZodObject<{
4399
4410
  BILLING: "BILLING";
4400
4411
  }>>;
4401
4412
  }, z.core.$strip>>;
4413
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4402
4414
  }, z.core.$strip>>>;
4403
4415
  pagingMetadata: z.ZodOptional<z.ZodObject<{
4404
4416
  count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -5117,6 +5129,7 @@ declare const SearchServicesResponse: z.ZodObject<{
5117
5129
  BILLING: "BILLING";
5118
5130
  }>>;
5119
5131
  }, z.core.$strip>>;
5132
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5120
5133
  }, z.core.$strip>>>;
5121
5134
  pagingMetadata: z.ZodOptional<z.ZodObject<{
5122
5135
  count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -5755,6 +5768,7 @@ declare const QueryPoliciesResponse: z.ZodObject<{
5755
5768
  BILLING: "BILLING";
5756
5769
  }>>;
5757
5770
  }, z.core.$strip>>;
5771
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5758
5772
  }, z.core.$strip>>>;
5759
5773
  totalServiceCount: z.ZodOptional<z.ZodNumber>;
5760
5774
  }, z.core.$strip>>>;
@@ -6354,6 +6368,7 @@ declare const SetServiceLocationsResponse: z.ZodObject<{
6354
6368
  BILLING: "BILLING";
6355
6369
  }>>;
6356
6370
  }, z.core.$strip>>;
6371
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
6357
6372
  }, z.core.$strip>>;
6358
6373
  }, z.core.$strip>;
6359
6374
  declare const EnablePricingPlansForServiceRequest: z.ZodObject<{
@@ -6689,6 +6704,7 @@ declare const EnablePricingPlansForServiceResponse: z.ZodObject<{
6689
6704
  BILLING: "BILLING";
6690
6705
  }>>;
6691
6706
  }, z.core.$strip>>;
6707
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
6692
6708
  }, z.core.$strip>>;
6693
6709
  }, z.core.$strip>;
6694
6710
  declare const DisablePricingPlansForServiceRequest: z.ZodObject<{
@@ -7026,6 +7042,7 @@ declare const DisablePricingPlansForServiceResponse: z.ZodObject<{
7026
7042
  BILLING: "BILLING";
7027
7043
  }>>;
7028
7044
  }, z.core.$strip>>;
7045
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
7029
7046
  }, z.core.$strip>>;
7030
7047
  }, z.core.$strip>;
7031
7048
  declare const SetCustomSlugRequest: z.ZodObject<{
@@ -7368,6 +7385,7 @@ declare const SetCustomSlugResponse: z.ZodObject<{
7368
7385
  BILLING: "BILLING";
7369
7386
  }>>;
7370
7387
  }, z.core.$strip>>;
7388
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
7371
7389
  }, z.core.$strip>>;
7372
7390
  }, z.core.$strip>;
7373
7391
  declare const ValidateSlugRequest: z.ZodObject<{
@@ -7716,6 +7734,7 @@ declare const CloneServiceResponse: z.ZodObject<{
7716
7734
  BILLING: "BILLING";
7717
7735
  }>>;
7718
7736
  }, z.core.$strip>>;
7737
+ inheritResourceLocations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
7719
7738
  }, z.core.$strip>>;
7720
7739
  errors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
7721
7740
  OPTIONS_AND_VARIANTS: "OPTIONS_AND_VARIANTS";
@@ -665,7 +665,10 @@ var CreateServiceRequest = z.object({
665
665
  ).max(50).optional(),
666
666
  taxableAddress: z.object({
667
667
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
668
- }).describe("Taxable address used to calculate tax").optional()
668
+ }).describe("Taxable address used to calculate tax").optional(),
669
+ inheritResourceLocations: z.boolean().describe(
670
+ "Whether to inherit resource locations for availability resolution."
671
+ ).optional().nullable()
669
672
  }).describe("Service to create.")
670
673
  });
671
674
  var CreateServiceResponse = z.object({
@@ -1330,7 +1333,10 @@ var CreateServiceResponse = z.object({
1330
1333
  ).max(50).optional(),
1331
1334
  taxableAddress: z.object({
1332
1335
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
1333
- }).describe("Taxable address used to calculate tax").optional()
1336
+ }).describe("Taxable address used to calculate tax").optional(),
1337
+ inheritResourceLocations: z.boolean().describe(
1338
+ "Whether to inherit resource locations for availability resolution."
1339
+ ).optional().nullable()
1334
1340
  });
1335
1341
  var BulkCreateServicesRequest = z.object({
1336
1342
  services: z.array(
@@ -2002,7 +2008,10 @@ var BulkCreateServicesRequest = z.object({
2002
2008
  ).max(50).optional(),
2003
2009
  taxableAddress: z.object({
2004
2010
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
2005
- }).describe("Taxable address used to calculate tax").optional()
2011
+ }).describe("Taxable address used to calculate tax").optional(),
2012
+ inheritResourceLocations: z.boolean().describe(
2013
+ "Whether to inherit resource locations for availability resolution."
2014
+ ).optional().nullable()
2006
2015
  })
2007
2016
  ).max(100),
2008
2017
  options: z.object({
@@ -2711,7 +2720,10 @@ var BulkCreateServicesResponse = z.object({
2711
2720
  ).max(50).optional(),
2712
2721
  taxableAddress: z.object({
2713
2722
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
2714
- }).describe("Taxable address used to calculate tax").optional()
2723
+ }).describe("Taxable address used to calculate tax").optional(),
2724
+ inheritResourceLocations: z.boolean().describe(
2725
+ "Whether to inherit resource locations for availability resolution."
2726
+ ).optional().nullable()
2715
2727
  }).describe("Updated service.").optional()
2716
2728
  })
2717
2729
  ).optional(),
@@ -3400,7 +3412,10 @@ var GetServiceResponse = z.object({
3400
3412
  ).max(50).optional(),
3401
3413
  taxableAddress: z.object({
3402
3414
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
3403
- }).describe("Taxable address used to calculate tax").optional()
3415
+ }).describe("Taxable address used to calculate tax").optional(),
3416
+ inheritResourceLocations: z.boolean().describe(
3417
+ "Whether to inherit resource locations for availability resolution."
3418
+ ).optional().nullable()
3404
3419
  });
3405
3420
  var UpdateServiceRequest = z.object({
3406
3421
  _id: z.string().describe("Service ID.").regex(
@@ -4071,7 +4086,10 @@ var UpdateServiceRequest = z.object({
4071
4086
  ).max(50).optional(),
4072
4087
  taxableAddress: z.object({
4073
4088
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
4074
- }).describe("Taxable address used to calculate tax").optional()
4089
+ }).describe("Taxable address used to calculate tax").optional(),
4090
+ inheritResourceLocations: z.boolean().describe(
4091
+ "Whether to inherit resource locations for availability resolution."
4092
+ ).optional().nullable()
4075
4093
  }).describe("Service to update.")
4076
4094
  });
4077
4095
  var UpdateServiceResponse = z.object({
@@ -4736,7 +4754,10 @@ var UpdateServiceResponse = z.object({
4736
4754
  ).max(50).optional(),
4737
4755
  taxableAddress: z.object({
4738
4756
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
4739
- }).describe("Taxable address used to calculate tax").optional()
4757
+ }).describe("Taxable address used to calculate tax").optional(),
4758
+ inheritResourceLocations: z.boolean().describe(
4759
+ "Whether to inherit resource locations for availability resolution."
4760
+ ).optional().nullable()
4740
4761
  });
4741
4762
  var BulkUpdateServicesRequest = z.object({
4742
4763
  options: z.object({
@@ -5422,7 +5443,10 @@ var BulkUpdateServicesRequest = z.object({
5422
5443
  ).max(50).optional(),
5423
5444
  taxableAddress: z.object({
5424
5445
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
5425
- }).describe("Taxable address used to calculate tax").optional()
5446
+ }).describe("Taxable address used to calculate tax").optional(),
5447
+ inheritResourceLocations: z.boolean().describe(
5448
+ "Whether to inherit resource locations for availability resolution."
5449
+ ).optional().nullable()
5426
5450
  }).describe("Service to update."),
5427
5451
  mask: z.array(z.string()).optional()
5428
5452
  })
@@ -6134,7 +6158,10 @@ var BulkUpdateServicesResponse = z.object({
6134
6158
  ).max(50).optional(),
6135
6159
  taxableAddress: z.object({
6136
6160
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
6137
- }).describe("Taxable address used to calculate tax").optional()
6161
+ }).describe("Taxable address used to calculate tax").optional(),
6162
+ inheritResourceLocations: z.boolean().describe(
6163
+ "Whether to inherit resource locations for availability resolution."
6164
+ ).optional().nullable()
6138
6165
  }).describe("Updated service.").optional()
6139
6166
  })
6140
6167
  ).optional(),
@@ -6817,7 +6844,10 @@ var BulkUpdateServicesByFilterRequest = z.object({
6817
6844
  ).max(50).optional(),
6818
6845
  taxableAddress: z.object({
6819
6846
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
6820
- }).describe("Taxable address used to calculate tax").optional()
6847
+ }).describe("Taxable address used to calculate tax").optional(),
6848
+ inheritResourceLocations: z.boolean().describe(
6849
+ "Whether to inherit resource locations for availability resolution."
6850
+ ).optional().nullable()
6821
6851
  }).describe("Service to update.")
6822
6852
  })
6823
6853
  });
@@ -7573,7 +7603,10 @@ var BulkDeleteServicesResponse = z.object({
7573
7603
  ).max(50).optional(),
7574
7604
  taxableAddress: z.object({
7575
7605
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
7576
- }).describe("Taxable address used to calculate tax").optional()
7606
+ }).describe("Taxable address used to calculate tax").optional(),
7607
+ inheritResourceLocations: z.boolean().describe(
7608
+ "Whether to inherit resource locations for availability resolution."
7609
+ ).optional().nullable()
7577
7610
  }).describe("Updated service.").optional()
7578
7611
  })
7579
7612
  ).optional(),
@@ -8612,7 +8645,10 @@ var QueryServicesResponse = z.object({
8612
8645
  ).max(50).optional(),
8613
8646
  taxableAddress: z.object({
8614
8647
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
8615
- }).describe("Taxable address used to calculate tax").optional()
8648
+ }).describe("Taxable address used to calculate tax").optional(),
8649
+ inheritResourceLocations: z.boolean().describe(
8650
+ "Whether to inherit resource locations for availability resolution."
8651
+ ).optional().nullable()
8616
8652
  })
8617
8653
  ).optional(),
8618
8654
  pagingMetadata: z.object({
@@ -9690,7 +9726,10 @@ var SearchServicesResponse = z.object({
9690
9726
  ).max(50).optional(),
9691
9727
  taxableAddress: z.object({
9692
9728
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
9693
- }).describe("Taxable address used to calculate tax").optional()
9729
+ }).describe("Taxable address used to calculate tax").optional(),
9730
+ inheritResourceLocations: z.boolean().describe(
9731
+ "Whether to inherit resource locations for availability resolution."
9732
+ ).optional().nullable()
9694
9733
  })
9695
9734
  ).optional(),
9696
9735
  pagingMetadata: z.object({
@@ -10860,7 +10899,10 @@ var QueryPoliciesResponse = z.object({
10860
10899
  ).max(50).optional(),
10861
10900
  taxableAddress: z.object({
10862
10901
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
10863
- }).describe("Taxable address used to calculate tax").optional()
10902
+ }).describe("Taxable address used to calculate tax").optional(),
10903
+ inheritResourceLocations: z.boolean().describe(
10904
+ "Whether to inherit resource locations for availability resolution."
10905
+ ).optional().nullable()
10864
10906
  })
10865
10907
  ).max(5).optional(),
10866
10908
  totalServiceCount: z.number().int().describe("Total number of services connected to the booking policy.").optional()
@@ -11950,7 +11992,10 @@ var SetServiceLocationsResponse = z.object({
11950
11992
  ).max(50).optional(),
11951
11993
  taxableAddress: z.object({
11952
11994
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
11953
- }).describe("Taxable address used to calculate tax").optional()
11995
+ }).describe("Taxable address used to calculate tax").optional(),
11996
+ inheritResourceLocations: z.boolean().describe(
11997
+ "Whether to inherit resource locations for availability resolution."
11998
+ ).optional().nullable()
11954
11999
  }).describe("The updated service with the newly set locations.").optional()
11955
12000
  });
11956
12001
  var EnablePricingPlansForServiceRequest = z.object({
@@ -12631,7 +12676,10 @@ var EnablePricingPlansForServiceResponse = z.object({
12631
12676
  ).max(50).optional(),
12632
12677
  taxableAddress: z.object({
12633
12678
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
12634
- }).describe("Taxable address used to calculate tax").optional()
12679
+ }).describe("Taxable address used to calculate tax").optional(),
12680
+ inheritResourceLocations: z.boolean().describe(
12681
+ "Whether to inherit resource locations for availability resolution."
12682
+ ).optional().nullable()
12635
12683
  }).describe("Updated service.").optional()
12636
12684
  });
12637
12685
  var DisablePricingPlansForServiceRequest = z.object({
@@ -13312,7 +13360,10 @@ var DisablePricingPlansForServiceResponse = z.object({
13312
13360
  ).max(50).optional(),
13313
13361
  taxableAddress: z.object({
13314
13362
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
13315
- }).describe("Taxable address used to calculate tax").optional()
13363
+ }).describe("Taxable address used to calculate tax").optional(),
13364
+ inheritResourceLocations: z.boolean().describe(
13365
+ "Whether to inherit resource locations for availability resolution."
13366
+ ).optional().nullable()
13316
13367
  }).describe("Updated service.").optional()
13317
13368
  });
13318
13369
  var SetCustomSlugRequest = z.object({
@@ -14004,7 +14055,10 @@ var SetCustomSlugResponse = z.object({
14004
14055
  ).max(50).optional(),
14005
14056
  taxableAddress: z.object({
14006
14057
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
14007
- }).describe("Taxable address used to calculate tax").optional()
14058
+ }).describe("Taxable address used to calculate tax").optional(),
14059
+ inheritResourceLocations: z.boolean().describe(
14060
+ "Whether to inherit resource locations for availability resolution."
14061
+ ).optional().nullable()
14008
14062
  }).describe("Updated service.").optional()
14009
14063
  });
14010
14064
  var ValidateSlugRequest = z.object({
@@ -14698,7 +14752,10 @@ var CloneServiceResponse = z.object({
14698
14752
  ).max(50).optional(),
14699
14753
  taxableAddress: z.object({
14700
14754
  taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
14701
- }).describe("Taxable address used to calculate tax").optional()
14755
+ }).describe("Taxable address used to calculate tax").optional(),
14756
+ inheritResourceLocations: z.boolean().describe(
14757
+ "Whether to inherit resource locations for availability resolution."
14758
+ ).optional().nullable()
14702
14759
  }).describe("Cloned service.").optional(),
14703
14760
  errors: z.array(z.enum(["OPTIONS_AND_VARIANTS", "FORM"])).optional()
14704
14761
  });