@wix/auto_sdk_bookings_services 1.0.214 → 1.0.216
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-DCFqBaaN.d.ts → bookings-services-v2-service-services.universal-B6tPfCd0.d.ts} +13 -18
- package/build/cjs/index.d.ts +10 -10
- 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 +6 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +0 -19
- package/build/cjs/schemas.js +19 -38
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-DCFqBaaN.d.mts → bookings-services-v2-service-services.universal-B6tPfCd0.d.mts} +13 -18
- package/build/es/index.d.mts +10 -10
- 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 +6 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +0 -19
- package/build/es/schemas.mjs +19 -38
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-DccXnV-z.d.ts → bookings-services-v2-service-services.universal-qEiVExkH.d.ts} +13 -18
- package/build/internal/cjs/index.d.ts +10 -10
- 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 +6 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +0 -19
- package/build/internal/cjs/schemas.js +19 -38
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-DccXnV-z.d.mts → bookings-services-v2-service-services.universal-qEiVExkH.d.mts} +13 -18
- package/build/internal/es/index.d.mts +10 -10
- 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 +6 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +0 -19
- package/build/internal/es/schemas.mjs +19 -38
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -310,7 +310,6 @@ declare const CreateServiceRequest: z.ZodObject<{
|
|
|
310
310
|
BILLING: "BILLING";
|
|
311
311
|
}>>;
|
|
312
312
|
}, z.core.$strip>>;
|
|
313
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
314
313
|
}, z.core.$strip>;
|
|
315
314
|
}, z.core.$strip>;
|
|
316
315
|
declare const CreateServiceResponse: z.ZodObject<{
|
|
@@ -622,7 +621,6 @@ declare const CreateServiceResponse: z.ZodObject<{
|
|
|
622
621
|
BILLING: "BILLING";
|
|
623
622
|
}>>;
|
|
624
623
|
}, z.core.$strip>>;
|
|
625
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
626
624
|
}, z.core.$strip>;
|
|
627
625
|
declare const BulkCreateServicesRequest: z.ZodObject<{
|
|
628
626
|
services: z.ZodArray<z.ZodObject<{
|
|
@@ -934,7 +932,6 @@ declare const BulkCreateServicesRequest: z.ZodObject<{
|
|
|
934
932
|
BILLING: "BILLING";
|
|
935
933
|
}>>;
|
|
936
934
|
}, z.core.$strip>>;
|
|
937
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
938
935
|
}, z.core.$strip>>;
|
|
939
936
|
options: z.ZodOptional<z.ZodObject<{
|
|
940
937
|
returnEntity: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1261,7 +1258,6 @@ declare const BulkCreateServicesResponse: z.ZodObject<{
|
|
|
1261
1258
|
BILLING: "BILLING";
|
|
1262
1259
|
}>>;
|
|
1263
1260
|
}, z.core.$strip>>;
|
|
1264
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1265
1261
|
}, z.core.$strip>>;
|
|
1266
1262
|
}, z.core.$strip>>>;
|
|
1267
1263
|
bulkActionMetadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -1582,7 +1578,6 @@ declare const GetServiceResponse: z.ZodObject<{
|
|
|
1582
1578
|
BILLING: "BILLING";
|
|
1583
1579
|
}>>;
|
|
1584
1580
|
}, z.core.$strip>>;
|
|
1585
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1586
1581
|
}, z.core.$strip>;
|
|
1587
1582
|
declare const UpdateServiceRequest: z.ZodObject<{
|
|
1588
1583
|
_id: z.ZodString;
|
|
@@ -1895,7 +1890,6 @@ declare const UpdateServiceRequest: z.ZodObject<{
|
|
|
1895
1890
|
BILLING: "BILLING";
|
|
1896
1891
|
}>>;
|
|
1897
1892
|
}, z.core.$strip>>;
|
|
1898
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1899
1893
|
}, z.core.$strip>;
|
|
1900
1894
|
}, z.core.$strip>;
|
|
1901
1895
|
declare const UpdateServiceResponse: z.ZodObject<{
|
|
@@ -2207,7 +2201,6 @@ declare const UpdateServiceResponse: z.ZodObject<{
|
|
|
2207
2201
|
BILLING: "BILLING";
|
|
2208
2202
|
}>>;
|
|
2209
2203
|
}, z.core.$strip>>;
|
|
2210
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2211
2204
|
}, z.core.$strip>;
|
|
2212
2205
|
declare const BulkUpdateServicesRequest: z.ZodObject<{
|
|
2213
2206
|
options: z.ZodOptional<z.ZodObject<{
|
|
@@ -2521,7 +2514,6 @@ declare const BulkUpdateServicesRequest: z.ZodObject<{
|
|
|
2521
2514
|
BILLING: "BILLING";
|
|
2522
2515
|
}>>;
|
|
2523
2516
|
}, z.core.$strip>>;
|
|
2524
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2525
2517
|
}, z.core.$strip>;
|
|
2526
2518
|
mask: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2527
2519
|
}, z.core.$strip>>>;
|
|
@@ -2849,7 +2841,6 @@ declare const BulkUpdateServicesResponse: z.ZodObject<{
|
|
|
2849
2841
|
BILLING: "BILLING";
|
|
2850
2842
|
}>>;
|
|
2851
2843
|
}, z.core.$strip>>;
|
|
2852
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2853
2844
|
}, z.core.$strip>>;
|
|
2854
2845
|
}, z.core.$strip>>>;
|
|
2855
2846
|
bulkActionMetadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -3170,7 +3161,6 @@ declare const BulkUpdateServicesByFilterRequest: z.ZodObject<{
|
|
|
3170
3161
|
BILLING: "BILLING";
|
|
3171
3162
|
}>>;
|
|
3172
3163
|
}, z.core.$strip>>;
|
|
3173
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3174
3164
|
}, z.core.$strip>;
|
|
3175
3165
|
}, z.core.$strip>;
|
|
3176
3166
|
}, z.core.$strip>;
|
|
@@ -3519,7 +3509,6 @@ declare const BulkDeleteServicesResponse: z.ZodObject<{
|
|
|
3519
3509
|
BILLING: "BILLING";
|
|
3520
3510
|
}>>;
|
|
3521
3511
|
}, z.core.$strip>>;
|
|
3522
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3523
3512
|
}, z.core.$strip>>;
|
|
3524
3513
|
}, z.core.$strip>>>;
|
|
3525
3514
|
bulkActionMetadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4168,7 +4157,6 @@ declare const QueryServicesResponse: z.ZodObject<{
|
|
|
4168
4157
|
BILLING: "BILLING";
|
|
4169
4158
|
}>>;
|
|
4170
4159
|
}, z.core.$strip>>;
|
|
4171
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4172
4160
|
}, z.core.$strip>>>;
|
|
4173
4161
|
pagingMetadata: z.ZodOptional<z.ZodObject<{
|
|
4174
4162
|
count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -4868,7 +4856,6 @@ declare const SearchServicesResponse: z.ZodObject<{
|
|
|
4868
4856
|
BILLING: "BILLING";
|
|
4869
4857
|
}>>;
|
|
4870
4858
|
}, z.core.$strip>>;
|
|
4871
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4872
4859
|
}, z.core.$strip>>>;
|
|
4873
4860
|
pagingMetadata: z.ZodOptional<z.ZodObject<{
|
|
4874
4861
|
count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -5488,7 +5475,6 @@ declare const QueryPoliciesResponse: z.ZodObject<{
|
|
|
5488
5475
|
BILLING: "BILLING";
|
|
5489
5476
|
}>>;
|
|
5490
5477
|
}, z.core.$strip>>;
|
|
5491
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5492
5478
|
}, z.core.$strip>>>;
|
|
5493
5479
|
totalServiceCount: z.ZodOptional<z.ZodNumber>;
|
|
5494
5480
|
}, z.core.$strip>>>;
|
|
@@ -6069,7 +6055,6 @@ declare const SetServiceLocationsResponse: z.ZodObject<{
|
|
|
6069
6055
|
BILLING: "BILLING";
|
|
6070
6056
|
}>>;
|
|
6071
6057
|
}, z.core.$strip>>;
|
|
6072
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6073
6058
|
}, z.core.$strip>>;
|
|
6074
6059
|
}, z.core.$strip>;
|
|
6075
6060
|
declare const EnablePricingPlansForServiceRequest: z.ZodObject<{
|
|
@@ -6386,7 +6371,6 @@ declare const EnablePricingPlansForServiceResponse: z.ZodObject<{
|
|
|
6386
6371
|
BILLING: "BILLING";
|
|
6387
6372
|
}>>;
|
|
6388
6373
|
}, z.core.$strip>>;
|
|
6389
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6390
6374
|
}, z.core.$strip>>;
|
|
6391
6375
|
}, z.core.$strip>;
|
|
6392
6376
|
declare const DisablePricingPlansForServiceRequest: z.ZodObject<{
|
|
@@ -6705,7 +6689,6 @@ declare const DisablePricingPlansForServiceResponse: z.ZodObject<{
|
|
|
6705
6689
|
BILLING: "BILLING";
|
|
6706
6690
|
}>>;
|
|
6707
6691
|
}, z.core.$strip>>;
|
|
6708
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6709
6692
|
}, z.core.$strip>>;
|
|
6710
6693
|
}, z.core.$strip>;
|
|
6711
6694
|
declare const SetCustomSlugRequest: z.ZodObject<{
|
|
@@ -7029,7 +7012,6 @@ declare const SetCustomSlugResponse: z.ZodObject<{
|
|
|
7029
7012
|
BILLING: "BILLING";
|
|
7030
7013
|
}>>;
|
|
7031
7014
|
}, z.core.$strip>>;
|
|
7032
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7033
7015
|
}, z.core.$strip>>;
|
|
7034
7016
|
}, z.core.$strip>;
|
|
7035
7017
|
declare const ValidateSlugRequest: z.ZodObject<{
|
|
@@ -7359,7 +7341,6 @@ declare const CloneServiceResponse: z.ZodObject<{
|
|
|
7359
7341
|
BILLING: "BILLING";
|
|
7360
7342
|
}>>;
|
|
7361
7343
|
}, z.core.$strip>>;
|
|
7362
|
-
connectedProductTagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7363
7344
|
}, z.core.$strip>>;
|
|
7364
7345
|
errors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7365
7346
|
OPTIONS_AND_VARIANTS: "OPTIONS_AND_VARIANTS";
|
package/build/cjs/schemas.js
CHANGED
|
@@ -708,8 +708,7 @@ var CreateServiceRequest = z.object({
|
|
|
708
708
|
).max(50).optional(),
|
|
709
709
|
taxableAddress: z.object({
|
|
710
710
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
711
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
712
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
711
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
713
712
|
}).describe("Service to create.")
|
|
714
713
|
});
|
|
715
714
|
var CreateServiceResponse = z.object({
|
|
@@ -1328,8 +1327,7 @@ var CreateServiceResponse = z.object({
|
|
|
1328
1327
|
).max(50).optional(),
|
|
1329
1328
|
taxableAddress: z.object({
|
|
1330
1329
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
1331
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
1332
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
1330
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
1333
1331
|
});
|
|
1334
1332
|
var BulkCreateServicesRequest = z.object({
|
|
1335
1333
|
services: z.array(
|
|
@@ -1955,8 +1953,7 @@ var BulkCreateServicesRequest = z.object({
|
|
|
1955
1953
|
).max(50).optional(),
|
|
1956
1954
|
taxableAddress: z.object({
|
|
1957
1955
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
1958
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
1959
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
1956
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
1960
1957
|
})
|
|
1961
1958
|
).max(100),
|
|
1962
1959
|
options: z.object({
|
|
@@ -2619,8 +2616,7 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2619
2616
|
).max(50).optional(),
|
|
2620
2617
|
taxableAddress: z.object({
|
|
2621
2618
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
2622
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
2623
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
2619
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
2624
2620
|
}).describe("Updated service.").optional()
|
|
2625
2621
|
})
|
|
2626
2622
|
).optional(),
|
|
@@ -3254,8 +3250,7 @@ var GetServiceResponse = z.object({
|
|
|
3254
3250
|
).max(50).optional(),
|
|
3255
3251
|
taxableAddress: z.object({
|
|
3256
3252
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
3257
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
3258
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
3253
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
3259
3254
|
});
|
|
3260
3255
|
var UpdateServiceRequest = z.object({
|
|
3261
3256
|
_id: z.string().describe("Service ID.").regex(
|
|
@@ -3880,8 +3875,7 @@ var UpdateServiceRequest = z.object({
|
|
|
3880
3875
|
).max(50).optional(),
|
|
3881
3876
|
taxableAddress: z.object({
|
|
3882
3877
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
3883
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
3884
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
3878
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
3885
3879
|
}).describe("Service to update.")
|
|
3886
3880
|
});
|
|
3887
3881
|
var UpdateServiceResponse = z.object({
|
|
@@ -4500,8 +4494,7 @@ var UpdateServiceResponse = z.object({
|
|
|
4500
4494
|
).max(50).optional(),
|
|
4501
4495
|
taxableAddress: z.object({
|
|
4502
4496
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
4503
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
4504
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
4497
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
4505
4498
|
});
|
|
4506
4499
|
var BulkUpdateServicesRequest = z.object({
|
|
4507
4500
|
options: z.object({
|
|
@@ -5141,8 +5134,7 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5141
5134
|
).max(50).optional(),
|
|
5142
5135
|
taxableAddress: z.object({
|
|
5143
5136
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
5144
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
5145
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
5137
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
5146
5138
|
}).describe("Service to update."),
|
|
5147
5139
|
mask: z.array(z.string()).optional()
|
|
5148
5140
|
})
|
|
@@ -5808,8 +5800,7 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
5808
5800
|
).max(50).optional(),
|
|
5809
5801
|
taxableAddress: z.object({
|
|
5810
5802
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
5811
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
5812
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
5803
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
5813
5804
|
}).describe("Updated service.").optional()
|
|
5814
5805
|
})
|
|
5815
5806
|
).optional(),
|
|
@@ -6446,8 +6437,7 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
6446
6437
|
).max(50).optional(),
|
|
6447
6438
|
taxableAddress: z.object({
|
|
6448
6439
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).optional()
|
|
6449
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
6450
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
6440
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
6451
6441
|
}).describe("Service to update.")
|
|
6452
6442
|
})
|
|
6453
6443
|
});
|
|
@@ -7157,8 +7147,7 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
7157
7147
|
).max(50).optional(),
|
|
7158
7148
|
taxableAddress: z.object({
|
|
7159
7149
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
7160
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
7161
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
7150
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
7162
7151
|
}).describe("Updated service.").optional()
|
|
7163
7152
|
})
|
|
7164
7153
|
).optional(),
|
|
@@ -8142,8 +8131,7 @@ var QueryServicesResponse = z.object({
|
|
|
8142
8131
|
).max(50).optional(),
|
|
8143
8132
|
taxableAddress: z.object({
|
|
8144
8133
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
8145
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
8146
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
8134
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
8147
8135
|
})
|
|
8148
8136
|
).optional(),
|
|
8149
8137
|
pagingMetadata: z.object({
|
|
@@ -9175,8 +9163,7 @@ var SearchServicesResponse = z.object({
|
|
|
9175
9163
|
).max(50).optional(),
|
|
9176
9164
|
taxableAddress: z.object({
|
|
9177
9165
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
9178
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
9179
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
9166
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
9180
9167
|
})
|
|
9181
9168
|
).optional(),
|
|
9182
9169
|
pagingMetadata: z.object({
|
|
@@ -10300,8 +10287,7 @@ var QueryPoliciesResponse = z.object({
|
|
|
10300
10287
|
).max(50).optional(),
|
|
10301
10288
|
taxableAddress: z.object({
|
|
10302
10289
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
10303
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
10304
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
10290
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
10305
10291
|
})
|
|
10306
10292
|
).max(5).optional(),
|
|
10307
10293
|
totalServiceCount: z.number().int().describe("Total number of services connected to the booking policy.").optional()
|
|
@@ -11345,8 +11331,7 @@ var SetServiceLocationsResponse = z.object({
|
|
|
11345
11331
|
).max(50).optional(),
|
|
11346
11332
|
taxableAddress: z.object({
|
|
11347
11333
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
11348
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
11349
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
11334
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
11350
11335
|
}).describe("The updated service with the newly set locations.").optional()
|
|
11351
11336
|
});
|
|
11352
11337
|
var EnablePricingPlansForServiceRequest = z.object({
|
|
@@ -11981,8 +11966,7 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
11981
11966
|
).max(50).optional(),
|
|
11982
11967
|
taxableAddress: z.object({
|
|
11983
11968
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
11984
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
11985
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
11969
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
11986
11970
|
}).describe("Updated service.").optional()
|
|
11987
11971
|
});
|
|
11988
11972
|
var DisablePricingPlansForServiceRequest = z.object({
|
|
@@ -12617,8 +12601,7 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
12617
12601
|
).max(50).optional(),
|
|
12618
12602
|
taxableAddress: z.object({
|
|
12619
12603
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
12620
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
12621
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
12604
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
12622
12605
|
}).describe("Updated service.").optional()
|
|
12623
12606
|
});
|
|
12624
12607
|
var SetCustomSlugRequest = z.object({
|
|
@@ -13264,8 +13247,7 @@ var SetCustomSlugResponse = z.object({
|
|
|
13264
13247
|
).max(50).optional(),
|
|
13265
13248
|
taxableAddress: z.object({
|
|
13266
13249
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
13267
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
13268
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
13250
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
13269
13251
|
}).describe("Updated service.").optional()
|
|
13270
13252
|
});
|
|
13271
13253
|
var ValidateSlugRequest = z.object({
|
|
@@ -13913,8 +13895,7 @@ var CloneServiceResponse = z.object({
|
|
|
13913
13895
|
).max(50).optional(),
|
|
13914
13896
|
taxableAddress: z.object({
|
|
13915
13897
|
taxableAddressType: z.enum(["BUSINESS", "BILLING"]).describe("Taxable address type.").optional()
|
|
13916
|
-
}).describe("Taxable address used to calculate tax").optional()
|
|
13917
|
-
connectedProductTagIds: z.array(z.string()).max(3).optional()
|
|
13898
|
+
}).describe("Taxable address used to calculate tax").optional()
|
|
13918
13899
|
}).describe("Cloned service.").optional(),
|
|
13919
13900
|
errors: z.array(z.enum(["OPTIONS_AND_VARIANTS", "FORM"])).optional()
|
|
13920
13901
|
});
|