@wix/auto_sdk_bookings_services 1.0.241 → 1.0.242
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/build/cjs/{bookings-services-v2-service-services.universal-DV13bOtS.d.ts → bookings-services-v2-service-services.universal-DsFsCpzO.d.ts} +4 -0
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +19 -0
- package/build/cjs/schemas.js +76 -19
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-DV13bOtS.d.mts → bookings-services-v2-service-services.universal-DsFsCpzO.d.mts} +4 -0
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +19 -0
- package/build/es/schemas.mjs +76 -19
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-BTtc84tg.d.ts → bookings-services-v2-service-services.universal-Crq7cWLM.d.ts} +4 -0
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +19 -0
- package/build/internal/cjs/schemas.js +76 -19
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-BTtc84tg.d.mts → bookings-services-v2-service-services.universal-Crq7cWLM.d.mts} +4 -0
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +19 -0
- package/build/internal/es/schemas.mjs +76 -19
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -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";
|
package/build/cjs/schemas.js
CHANGED
|
@@ -754,7 +754,10 @@ var CreateServiceRequest = z.object({
|
|
|
754
754
|
).max(50).optional(),
|
|
755
755
|
taxableAddress: z.object({
|
|
756
756
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
757
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
757
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
758
|
+
inheritResourceLocations: z.boolean().describe(
|
|
759
|
+
"Whether to inherit resource locations for availability resolution."
|
|
760
|
+
).optional().nullable()
|
|
758
761
|
}).describe("Service to create.")
|
|
759
762
|
});
|
|
760
763
|
var CreateServiceResponse = z.object({
|
|
@@ -1419,7 +1422,10 @@ var CreateServiceResponse = z.object({
|
|
|
1419
1422
|
).max(50).optional(),
|
|
1420
1423
|
taxableAddress: z.object({
|
|
1421
1424
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
1422
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
1425
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
1426
|
+
inheritResourceLocations: z.boolean().describe(
|
|
1427
|
+
"Whether to inherit resource locations for availability resolution."
|
|
1428
|
+
).optional().nullable()
|
|
1423
1429
|
});
|
|
1424
1430
|
var BulkCreateServicesRequest = z.object({
|
|
1425
1431
|
services: z.array(
|
|
@@ -2091,7 +2097,10 @@ var BulkCreateServicesRequest = z.object({
|
|
|
2091
2097
|
).max(50).optional(),
|
|
2092
2098
|
taxableAddress: z.object({
|
|
2093
2099
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
2094
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
2100
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
2101
|
+
inheritResourceLocations: z.boolean().describe(
|
|
2102
|
+
"Whether to inherit resource locations for availability resolution."
|
|
2103
|
+
).optional().nullable()
|
|
2095
2104
|
})
|
|
2096
2105
|
).max(100),
|
|
2097
2106
|
options: z.object({
|
|
@@ -2800,7 +2809,10 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2800
2809
|
).max(50).optional(),
|
|
2801
2810
|
taxableAddress: z.object({
|
|
2802
2811
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
2803
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
2812
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
2813
|
+
inheritResourceLocations: z.boolean().describe(
|
|
2814
|
+
"Whether to inherit resource locations for availability resolution."
|
|
2815
|
+
).optional().nullable()
|
|
2804
2816
|
}).describe("Updated service.").optional()
|
|
2805
2817
|
})
|
|
2806
2818
|
).optional(),
|
|
@@ -3489,7 +3501,10 @@ var GetServiceResponse = z.object({
|
|
|
3489
3501
|
).max(50).optional(),
|
|
3490
3502
|
taxableAddress: z.object({
|
|
3491
3503
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
3492
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
3504
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
3505
|
+
inheritResourceLocations: z.boolean().describe(
|
|
3506
|
+
"Whether to inherit resource locations for availability resolution."
|
|
3507
|
+
).optional().nullable()
|
|
3493
3508
|
});
|
|
3494
3509
|
var UpdateServiceRequest = z.object({
|
|
3495
3510
|
_id: z.string().describe("Service ID.").regex(
|
|
@@ -4160,7 +4175,10 @@ var UpdateServiceRequest = z.object({
|
|
|
4160
4175
|
).max(50).optional(),
|
|
4161
4176
|
taxableAddress: z.object({
|
|
4162
4177
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
4163
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
4178
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
4179
|
+
inheritResourceLocations: z.boolean().describe(
|
|
4180
|
+
"Whether to inherit resource locations for availability resolution."
|
|
4181
|
+
).optional().nullable()
|
|
4164
4182
|
}).describe("Service to update.")
|
|
4165
4183
|
});
|
|
4166
4184
|
var UpdateServiceResponse = z.object({
|
|
@@ -4825,7 +4843,10 @@ var UpdateServiceResponse = z.object({
|
|
|
4825
4843
|
).max(50).optional(),
|
|
4826
4844
|
taxableAddress: z.object({
|
|
4827
4845
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
4828
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
4846
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
4847
|
+
inheritResourceLocations: z.boolean().describe(
|
|
4848
|
+
"Whether to inherit resource locations for availability resolution."
|
|
4849
|
+
).optional().nullable()
|
|
4829
4850
|
});
|
|
4830
4851
|
var BulkUpdateServicesRequest = z.object({
|
|
4831
4852
|
options: z.object({
|
|
@@ -5511,7 +5532,10 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5511
5532
|
).max(50).optional(),
|
|
5512
5533
|
taxableAddress: z.object({
|
|
5513
5534
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
5514
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
5535
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
5536
|
+
inheritResourceLocations: z.boolean().describe(
|
|
5537
|
+
"Whether to inherit resource locations for availability resolution."
|
|
5538
|
+
).optional().nullable()
|
|
5515
5539
|
}).describe("Service to update."),
|
|
5516
5540
|
mask: z.array(z.string()).optional()
|
|
5517
5541
|
})
|
|
@@ -6223,7 +6247,10 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
6223
6247
|
).max(50).optional(),
|
|
6224
6248
|
taxableAddress: z.object({
|
|
6225
6249
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
6226
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
6250
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
6251
|
+
inheritResourceLocations: z.boolean().describe(
|
|
6252
|
+
"Whether to inherit resource locations for availability resolution."
|
|
6253
|
+
).optional().nullable()
|
|
6227
6254
|
}).describe("Updated service.").optional()
|
|
6228
6255
|
})
|
|
6229
6256
|
).optional(),
|
|
@@ -6906,7 +6933,10 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
6906
6933
|
).max(50).optional(),
|
|
6907
6934
|
taxableAddress: z.object({
|
|
6908
6935
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
6909
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
6936
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
6937
|
+
inheritResourceLocations: z.boolean().describe(
|
|
6938
|
+
"Whether to inherit resource locations for availability resolution."
|
|
6939
|
+
).optional().nullable()
|
|
6910
6940
|
}).describe("Service to update.")
|
|
6911
6941
|
})
|
|
6912
6942
|
});
|
|
@@ -7662,7 +7692,10 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
7662
7692
|
).max(50).optional(),
|
|
7663
7693
|
taxableAddress: z.object({
|
|
7664
7694
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
7665
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
7695
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
7696
|
+
inheritResourceLocations: z.boolean().describe(
|
|
7697
|
+
"Whether to inherit resource locations for availability resolution."
|
|
7698
|
+
).optional().nullable()
|
|
7666
7699
|
}).describe("Updated service.").optional()
|
|
7667
7700
|
})
|
|
7668
7701
|
).optional(),
|
|
@@ -8701,7 +8734,10 @@ var QueryServicesResponse = z.object({
|
|
|
8701
8734
|
).max(50).optional(),
|
|
8702
8735
|
taxableAddress: z.object({
|
|
8703
8736
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
8704
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
8737
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
8738
|
+
inheritResourceLocations: z.boolean().describe(
|
|
8739
|
+
"Whether to inherit resource locations for availability resolution."
|
|
8740
|
+
).optional().nullable()
|
|
8705
8741
|
})
|
|
8706
8742
|
).optional(),
|
|
8707
8743
|
pagingMetadata: z.object({
|
|
@@ -9779,7 +9815,10 @@ var SearchServicesResponse = z.object({
|
|
|
9779
9815
|
).max(50).optional(),
|
|
9780
9816
|
taxableAddress: z.object({
|
|
9781
9817
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
9782
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
9818
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
9819
|
+
inheritResourceLocations: z.boolean().describe(
|
|
9820
|
+
"Whether to inherit resource locations for availability resolution."
|
|
9821
|
+
).optional().nullable()
|
|
9783
9822
|
})
|
|
9784
9823
|
).optional(),
|
|
9785
9824
|
pagingMetadata: z.object({
|
|
@@ -10949,7 +10988,10 @@ var QueryPoliciesResponse = z.object({
|
|
|
10949
10988
|
).max(50).optional(),
|
|
10950
10989
|
taxableAddress: z.object({
|
|
10951
10990
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
10952
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
10991
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
10992
|
+
inheritResourceLocations: z.boolean().describe(
|
|
10993
|
+
"Whether to inherit resource locations for availability resolution."
|
|
10994
|
+
).optional().nullable()
|
|
10953
10995
|
})
|
|
10954
10996
|
).max(5).optional(),
|
|
10955
10997
|
totalServiceCount: z.number().int().describe("Total number of services connected to the booking policy.").optional()
|
|
@@ -12039,7 +12081,10 @@ var SetServiceLocationsResponse = z.object({
|
|
|
12039
12081
|
).max(50).optional(),
|
|
12040
12082
|
taxableAddress: z.object({
|
|
12041
12083
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
12042
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
12084
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
12085
|
+
inheritResourceLocations: z.boolean().describe(
|
|
12086
|
+
"Whether to inherit resource locations for availability resolution."
|
|
12087
|
+
).optional().nullable()
|
|
12043
12088
|
}).describe("The updated service with the newly set locations.").optional()
|
|
12044
12089
|
});
|
|
12045
12090
|
var EnablePricingPlansForServiceRequest = z.object({
|
|
@@ -12720,7 +12765,10 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
12720
12765
|
).max(50).optional(),
|
|
12721
12766
|
taxableAddress: z.object({
|
|
12722
12767
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
12723
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
12768
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
12769
|
+
inheritResourceLocations: z.boolean().describe(
|
|
12770
|
+
"Whether to inherit resource locations for availability resolution."
|
|
12771
|
+
).optional().nullable()
|
|
12724
12772
|
}).describe("Updated service.").optional()
|
|
12725
12773
|
});
|
|
12726
12774
|
var DisablePricingPlansForServiceRequest = z.object({
|
|
@@ -13401,7 +13449,10 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
13401
13449
|
).max(50).optional(),
|
|
13402
13450
|
taxableAddress: z.object({
|
|
13403
13451
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
13404
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
13452
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
13453
|
+
inheritResourceLocations: z.boolean().describe(
|
|
13454
|
+
"Whether to inherit resource locations for availability resolution."
|
|
13455
|
+
).optional().nullable()
|
|
13405
13456
|
}).describe("Updated service.").optional()
|
|
13406
13457
|
});
|
|
13407
13458
|
var SetCustomSlugRequest = z.object({
|
|
@@ -14093,7 +14144,10 @@ var SetCustomSlugResponse = z.object({
|
|
|
14093
14144
|
).max(50).optional(),
|
|
14094
14145
|
taxableAddress: z.object({
|
|
14095
14146
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
14096
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
14147
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
14148
|
+
inheritResourceLocations: z.boolean().describe(
|
|
14149
|
+
"Whether to inherit resource locations for availability resolution."
|
|
14150
|
+
).optional().nullable()
|
|
14097
14151
|
}).describe("Updated service.").optional()
|
|
14098
14152
|
});
|
|
14099
14153
|
var ValidateSlugRequest = z.object({
|
|
@@ -14787,7 +14841,10 @@ var CloneServiceResponse = z.object({
|
|
|
14787
14841
|
).max(50).optional(),
|
|
14788
14842
|
taxableAddress: z.object({
|
|
14789
14843
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
14790
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
14844
|
+
}).describe("Taxable address used to calculate tax").optional(),
|
|
14845
|
+
inheritResourceLocations: z.boolean().describe(
|
|
14846
|
+
"Whether to inherit resource locations for availability resolution."
|
|
14847
|
+
).optional().nullable()
|
|
14791
14848
|
}).describe("Cloned service.").optional(),
|
|
14792
14849
|
errors: z.array(z.enum(["OPTIONS_AND_VARIANTS", "FORM"])).optional()
|
|
14793
14850
|
});
|