@wix/auto_sdk_bookings_services 1.0.246 → 1.0.247
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-e-XkT__j.d.ts → bookings-services-v2-service-services.universal-iIMv7FR5.d.ts} +5 -5
- 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 +5 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +132 -44
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-e-XkT__j.d.mts → bookings-services-v2-service-services.universal-iIMv7FR5.d.mts} +5 -5
- 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 +5 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +132 -44
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-D5elCd1K.d.ts → bookings-services-v2-service-services.universal-BnN-_cAL.d.ts} +5 -5
- 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 +5 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +132 -44
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-D5elCd1K.d.mts → bookings-services-v2-service-services.universal-BnN-_cAL.d.mts} +5 -5
- 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 +5 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +132 -44
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/schemas.js
CHANGED
|
@@ -452,7 +452,9 @@ var CreateServiceRequest = z.object({
|
|
|
452
452
|
}).describe("Business location address.").optional(),
|
|
453
453
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
454
454
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
455
|
-
}).describe(
|
|
455
|
+
}).describe(
|
|
456
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
457
|
+
)
|
|
456
458
|
}),
|
|
457
459
|
z.object({
|
|
458
460
|
business: z.never().optional(),
|
|
@@ -468,7 +470,9 @@ var CreateServiceRequest = z.object({
|
|
|
468
470
|
postalCode: z.string().optional().nullable(),
|
|
469
471
|
addressLine1: z.string().optional().nullable()
|
|
470
472
|
}).describe("Address of the custom location.").optional()
|
|
471
|
-
}).describe(
|
|
473
|
+
}).describe(
|
|
474
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
475
|
+
)
|
|
472
476
|
})
|
|
473
477
|
])
|
|
474
478
|
)
|
|
@@ -1183,7 +1187,9 @@ var CreateServiceResponse = z.object({
|
|
|
1183
1187
|
}).describe("Business location address.").optional(),
|
|
1184
1188
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
1185
1189
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
1186
|
-
}).describe(
|
|
1190
|
+
}).describe(
|
|
1191
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
1192
|
+
)
|
|
1187
1193
|
}),
|
|
1188
1194
|
z.object({
|
|
1189
1195
|
business: z.never().optional(),
|
|
@@ -1199,7 +1205,9 @@ var CreateServiceResponse = z.object({
|
|
|
1199
1205
|
postalCode: z.string().optional().nullable(),
|
|
1200
1206
|
addressLine1: z.string().optional().nullable()
|
|
1201
1207
|
}).describe("Address of the custom location.").optional()
|
|
1202
|
-
}).describe(
|
|
1208
|
+
}).describe(
|
|
1209
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
1210
|
+
)
|
|
1203
1211
|
})
|
|
1204
1212
|
])
|
|
1205
1213
|
)
|
|
@@ -1909,7 +1917,9 @@ var BulkCreateServicesRequest = z.object({
|
|
|
1909
1917
|
}).describe("Business location address.").optional(),
|
|
1910
1918
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
1911
1919
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
1912
|
-
}).describe(
|
|
1920
|
+
}).describe(
|
|
1921
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
1922
|
+
)
|
|
1913
1923
|
}),
|
|
1914
1924
|
z.object({
|
|
1915
1925
|
business: z.never().optional(),
|
|
@@ -1925,7 +1935,9 @@ var BulkCreateServicesRequest = z.object({
|
|
|
1925
1935
|
postalCode: z.string().optional().nullable(),
|
|
1926
1936
|
addressLine1: z.string().optional().nullable()
|
|
1927
1937
|
}).describe("Address of the custom location.").optional()
|
|
1928
|
-
}).describe(
|
|
1938
|
+
}).describe(
|
|
1939
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
1940
|
+
)
|
|
1929
1941
|
})
|
|
1930
1942
|
])
|
|
1931
1943
|
)
|
|
@@ -2682,7 +2694,9 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2682
2694
|
}).describe("Business location address.").optional(),
|
|
2683
2695
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
2684
2696
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
2685
|
-
}).describe(
|
|
2697
|
+
}).describe(
|
|
2698
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
2699
|
+
)
|
|
2686
2700
|
}),
|
|
2687
2701
|
z.object({
|
|
2688
2702
|
business: z.never().optional(),
|
|
@@ -2698,7 +2712,9 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2698
2712
|
postalCode: z.string().optional().nullable(),
|
|
2699
2713
|
addressLine1: z.string().optional().nullable()
|
|
2700
2714
|
}).describe("Address of the custom location.").optional()
|
|
2701
|
-
}).describe(
|
|
2715
|
+
}).describe(
|
|
2716
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
2717
|
+
)
|
|
2702
2718
|
})
|
|
2703
2719
|
])
|
|
2704
2720
|
)
|
|
@@ -3439,7 +3455,9 @@ var GetServiceResponse = z.object({
|
|
|
3439
3455
|
}).describe("Business location address.").optional(),
|
|
3440
3456
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
3441
3457
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
3442
|
-
}).describe(
|
|
3458
|
+
}).describe(
|
|
3459
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
3460
|
+
)
|
|
3443
3461
|
}),
|
|
3444
3462
|
z.object({
|
|
3445
3463
|
business: z.never().optional(),
|
|
@@ -3455,7 +3473,9 @@ var GetServiceResponse = z.object({
|
|
|
3455
3473
|
postalCode: z.string().optional().nullable(),
|
|
3456
3474
|
addressLine1: z.string().optional().nullable()
|
|
3457
3475
|
}).describe("Address of the custom location.").optional()
|
|
3458
|
-
}).describe(
|
|
3476
|
+
}).describe(
|
|
3477
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
3478
|
+
)
|
|
3459
3479
|
})
|
|
3460
3480
|
])
|
|
3461
3481
|
)
|
|
@@ -4164,7 +4184,9 @@ var UpdateServiceRequest = z.object({
|
|
|
4164
4184
|
}).describe("Business location address.").optional(),
|
|
4165
4185
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
4166
4186
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
4167
|
-
}).describe(
|
|
4187
|
+
}).describe(
|
|
4188
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
4189
|
+
)
|
|
4168
4190
|
}),
|
|
4169
4191
|
z.object({
|
|
4170
4192
|
business: z.never().optional(),
|
|
@@ -4180,7 +4202,9 @@ var UpdateServiceRequest = z.object({
|
|
|
4180
4202
|
postalCode: z.string().optional().nullable(),
|
|
4181
4203
|
addressLine1: z.string().optional().nullable()
|
|
4182
4204
|
}).describe("Address of the custom location.").optional()
|
|
4183
|
-
}).describe(
|
|
4205
|
+
}).describe(
|
|
4206
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
4207
|
+
)
|
|
4184
4208
|
})
|
|
4185
4209
|
])
|
|
4186
4210
|
)
|
|
@@ -4895,7 +4919,9 @@ var UpdateServiceResponse = z.object({
|
|
|
4895
4919
|
}).describe("Business location address.").optional(),
|
|
4896
4920
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
4897
4921
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
4898
|
-
}).describe(
|
|
4922
|
+
}).describe(
|
|
4923
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
4924
|
+
)
|
|
4899
4925
|
}),
|
|
4900
4926
|
z.object({
|
|
4901
4927
|
business: z.never().optional(),
|
|
@@ -4911,7 +4937,9 @@ var UpdateServiceResponse = z.object({
|
|
|
4911
4937
|
postalCode: z.string().optional().nullable(),
|
|
4912
4938
|
addressLine1: z.string().optional().nullable()
|
|
4913
4939
|
}).describe("Address of the custom location.").optional()
|
|
4914
|
-
}).describe(
|
|
4940
|
+
}).describe(
|
|
4941
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
4942
|
+
)
|
|
4915
4943
|
})
|
|
4916
4944
|
])
|
|
4917
4945
|
)
|
|
@@ -5635,7 +5663,9 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5635
5663
|
}).describe("Business location address.").optional(),
|
|
5636
5664
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
5637
5665
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
5638
|
-
}).describe(
|
|
5666
|
+
}).describe(
|
|
5667
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
5668
|
+
)
|
|
5639
5669
|
}),
|
|
5640
5670
|
z.object({
|
|
5641
5671
|
business: z.never().optional(),
|
|
@@ -5651,7 +5681,9 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5651
5681
|
postalCode: z.string().optional().nullable(),
|
|
5652
5682
|
addressLine1: z.string().optional().nullable()
|
|
5653
5683
|
}).describe("Address of the custom location.").optional()
|
|
5654
|
-
}).describe(
|
|
5684
|
+
}).describe(
|
|
5685
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
5686
|
+
)
|
|
5655
5687
|
})
|
|
5656
5688
|
])
|
|
5657
5689
|
)
|
|
@@ -6417,7 +6449,9 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
6417
6449
|
}).describe("Business location address.").optional(),
|
|
6418
6450
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
6419
6451
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
6420
|
-
}).describe(
|
|
6452
|
+
}).describe(
|
|
6453
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
6454
|
+
)
|
|
6421
6455
|
}),
|
|
6422
6456
|
z.object({
|
|
6423
6457
|
business: z.never().optional(),
|
|
@@ -6433,7 +6467,9 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
6433
6467
|
postalCode: z.string().optional().nullable(),
|
|
6434
6468
|
addressLine1: z.string().optional().nullable()
|
|
6435
6469
|
}).describe("Address of the custom location.").optional()
|
|
6436
|
-
}).describe(
|
|
6470
|
+
}).describe(
|
|
6471
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
6472
|
+
)
|
|
6437
6473
|
})
|
|
6438
6474
|
])
|
|
6439
6475
|
)
|
|
@@ -7162,7 +7198,9 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
7162
7198
|
}).describe("Business location address.").optional(),
|
|
7163
7199
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
7164
7200
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
7165
|
-
}).describe(
|
|
7201
|
+
}).describe(
|
|
7202
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
7203
|
+
)
|
|
7166
7204
|
}),
|
|
7167
7205
|
z.object({
|
|
7168
7206
|
business: z.never().optional(),
|
|
@@ -7178,7 +7216,9 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
7178
7216
|
postalCode: z.string().optional().nullable(),
|
|
7179
7217
|
addressLine1: z.string().optional().nullable()
|
|
7180
7218
|
}).describe("Address of the custom location.").optional()
|
|
7181
|
-
}).describe(
|
|
7219
|
+
}).describe(
|
|
7220
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
7221
|
+
)
|
|
7182
7222
|
})
|
|
7183
7223
|
])
|
|
7184
7224
|
)
|
|
@@ -7982,7 +8022,9 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
7982
8022
|
}).describe("Business location address.").optional(),
|
|
7983
8023
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
7984
8024
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
7985
|
-
}).describe(
|
|
8025
|
+
}).describe(
|
|
8026
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
8027
|
+
)
|
|
7986
8028
|
}),
|
|
7987
8029
|
z.object({
|
|
7988
8030
|
business: z.never().optional(),
|
|
@@ -7998,7 +8040,9 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
7998
8040
|
postalCode: z.string().optional().nullable(),
|
|
7999
8041
|
addressLine1: z.string().optional().nullable()
|
|
8000
8042
|
}).describe("Address of the custom location.").optional()
|
|
8001
|
-
}).describe(
|
|
8043
|
+
}).describe(
|
|
8044
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
8045
|
+
)
|
|
8002
8046
|
})
|
|
8003
8047
|
])
|
|
8004
8048
|
)
|
|
@@ -9098,7 +9142,9 @@ var QueryServicesResponse = z.object({
|
|
|
9098
9142
|
}).describe("Business location address.").optional(),
|
|
9099
9143
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
9100
9144
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
9101
|
-
}).describe(
|
|
9145
|
+
}).describe(
|
|
9146
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
9147
|
+
)
|
|
9102
9148
|
}),
|
|
9103
9149
|
z.object({
|
|
9104
9150
|
business: z.never().optional(),
|
|
@@ -9114,7 +9160,9 @@ var QueryServicesResponse = z.object({
|
|
|
9114
9160
|
postalCode: z.string().optional().nullable(),
|
|
9115
9161
|
addressLine1: z.string().optional().nullable()
|
|
9116
9162
|
}).describe("Address of the custom location.").optional()
|
|
9117
|
-
}).describe(
|
|
9163
|
+
}).describe(
|
|
9164
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
9165
|
+
)
|
|
9118
9166
|
})
|
|
9119
9167
|
])
|
|
9120
9168
|
)
|
|
@@ -10251,7 +10299,9 @@ var SearchServicesResponse = z.object({
|
|
|
10251
10299
|
}).describe("Business location address.").optional(),
|
|
10252
10300
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
10253
10301
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
10254
|
-
}).describe(
|
|
10302
|
+
}).describe(
|
|
10303
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
10304
|
+
)
|
|
10255
10305
|
}),
|
|
10256
10306
|
z.object({
|
|
10257
10307
|
business: z.never().optional(),
|
|
@@ -10267,7 +10317,9 @@ var SearchServicesResponse = z.object({
|
|
|
10267
10317
|
postalCode: z.string().optional().nullable(),
|
|
10268
10318
|
addressLine1: z.string().optional().nullable()
|
|
10269
10319
|
}).describe("Address of the custom location.").optional()
|
|
10270
|
-
}).describe(
|
|
10320
|
+
}).describe(
|
|
10321
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
10322
|
+
)
|
|
10271
10323
|
})
|
|
10272
10324
|
])
|
|
10273
10325
|
)
|
|
@@ -11485,7 +11537,9 @@ var QueryPoliciesResponse = z.object({
|
|
|
11485
11537
|
}).describe("Business location address.").optional(),
|
|
11486
11538
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
11487
11539
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
11488
|
-
}).describe(
|
|
11540
|
+
}).describe(
|
|
11541
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
11542
|
+
)
|
|
11489
11543
|
}),
|
|
11490
11544
|
z.object({
|
|
11491
11545
|
business: z.never().optional(),
|
|
@@ -11501,7 +11555,9 @@ var QueryPoliciesResponse = z.object({
|
|
|
11501
11555
|
postalCode: z.string().optional().nullable(),
|
|
11502
11556
|
addressLine1: z.string().optional().nullable()
|
|
11503
11557
|
}).describe("Address of the custom location.").optional()
|
|
11504
|
-
}).describe(
|
|
11558
|
+
}).describe(
|
|
11559
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
11560
|
+
)
|
|
11505
11561
|
})
|
|
11506
11562
|
])
|
|
11507
11563
|
)
|
|
@@ -12043,7 +12099,9 @@ var QueryLocationsResponse = z.object({
|
|
|
12043
12099
|
}).describe("Business location address.").optional(),
|
|
12044
12100
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
12045
12101
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
12046
|
-
}).describe(
|
|
12102
|
+
}).describe(
|
|
12103
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
12104
|
+
)
|
|
12047
12105
|
}),
|
|
12048
12106
|
z.object({
|
|
12049
12107
|
business: z.never().optional(),
|
|
@@ -12059,7 +12117,9 @@ var QueryLocationsResponse = z.object({
|
|
|
12059
12117
|
postalCode: z.string().optional().nullable(),
|
|
12060
12118
|
addressLine1: z.string().optional().nullable()
|
|
12061
12119
|
}).describe("Address of the custom location.").optional()
|
|
12062
|
-
}).describe(
|
|
12120
|
+
}).describe(
|
|
12121
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
12122
|
+
)
|
|
12063
12123
|
})
|
|
12064
12124
|
])
|
|
12065
12125
|
)
|
|
@@ -12153,7 +12213,9 @@ var SetServiceLocationsRequest = z.object({
|
|
|
12153
12213
|
}).describe("Business location address.").optional(),
|
|
12154
12214
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
12155
12215
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
12156
|
-
}).describe(
|
|
12216
|
+
}).describe(
|
|
12217
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
12218
|
+
)
|
|
12157
12219
|
}),
|
|
12158
12220
|
z.object({
|
|
12159
12221
|
business: z.never().optional(),
|
|
@@ -12169,7 +12231,9 @@ var SetServiceLocationsRequest = z.object({
|
|
|
12169
12231
|
postalCode: z.string().optional().nullable(),
|
|
12170
12232
|
addressLine1: z.string().optional().nullable()
|
|
12171
12233
|
}).describe("Address of the custom location.").optional()
|
|
12172
|
-
}).describe(
|
|
12234
|
+
}).describe(
|
|
12235
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
12236
|
+
)
|
|
12173
12237
|
})
|
|
12174
12238
|
])
|
|
12175
12239
|
)
|
|
@@ -12226,7 +12290,9 @@ var SetServiceLocationsRequest = z.object({
|
|
|
12226
12290
|
}).describe("Business location address.").optional(),
|
|
12227
12291
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
12228
12292
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
12229
|
-
}).describe(
|
|
12293
|
+
}).describe(
|
|
12294
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
12295
|
+
)
|
|
12230
12296
|
}),
|
|
12231
12297
|
z.object({
|
|
12232
12298
|
business: z.never().optional(),
|
|
@@ -12242,7 +12308,9 @@ var SetServiceLocationsRequest = z.object({
|
|
|
12242
12308
|
postalCode: z.string().optional().nullable(),
|
|
12243
12309
|
addressLine1: z.string().optional().nullable()
|
|
12244
12310
|
}).describe("Address of the custom location.").optional()
|
|
12245
|
-
}).describe(
|
|
12311
|
+
}).describe(
|
|
12312
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
12313
|
+
)
|
|
12246
12314
|
})
|
|
12247
12315
|
])
|
|
12248
12316
|
).describe(
|
|
@@ -12637,7 +12705,9 @@ var SetServiceLocationsResponse = z.object({
|
|
|
12637
12705
|
}).describe("Business location address.").optional(),
|
|
12638
12706
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
12639
12707
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
12640
|
-
}).describe(
|
|
12708
|
+
}).describe(
|
|
12709
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
12710
|
+
)
|
|
12641
12711
|
}),
|
|
12642
12712
|
z.object({
|
|
12643
12713
|
business: z.never().optional(),
|
|
@@ -12653,7 +12723,9 @@ var SetServiceLocationsResponse = z.object({
|
|
|
12653
12723
|
postalCode: z.string().optional().nullable(),
|
|
12654
12724
|
addressLine1: z.string().optional().nullable()
|
|
12655
12725
|
}).describe("Address of the custom location.").optional()
|
|
12656
|
-
}).describe(
|
|
12726
|
+
}).describe(
|
|
12727
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
12728
|
+
)
|
|
12657
12729
|
})
|
|
12658
12730
|
])
|
|
12659
12731
|
)
|
|
@@ -13378,7 +13450,9 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
13378
13450
|
}).describe("Business location address.").optional(),
|
|
13379
13451
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
13380
13452
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
13381
|
-
}).describe(
|
|
13453
|
+
}).describe(
|
|
13454
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
13455
|
+
)
|
|
13382
13456
|
}),
|
|
13383
13457
|
z.object({
|
|
13384
13458
|
business: z.never().optional(),
|
|
@@ -13394,7 +13468,9 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
13394
13468
|
postalCode: z.string().optional().nullable(),
|
|
13395
13469
|
addressLine1: z.string().optional().nullable()
|
|
13396
13470
|
}).describe("Address of the custom location.").optional()
|
|
13397
|
-
}).describe(
|
|
13471
|
+
}).describe(
|
|
13472
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
13473
|
+
)
|
|
13398
13474
|
})
|
|
13399
13475
|
])
|
|
13400
13476
|
)
|
|
@@ -14119,7 +14195,9 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
14119
14195
|
}).describe("Business location address.").optional(),
|
|
14120
14196
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
14121
14197
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
14122
|
-
}).describe(
|
|
14198
|
+
}).describe(
|
|
14199
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
14200
|
+
)
|
|
14123
14201
|
}),
|
|
14124
14202
|
z.object({
|
|
14125
14203
|
business: z.never().optional(),
|
|
@@ -14135,7 +14213,9 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
14135
14213
|
postalCode: z.string().optional().nullable(),
|
|
14136
14214
|
addressLine1: z.string().optional().nullable()
|
|
14137
14215
|
}).describe("Address of the custom location.").optional()
|
|
14138
|
-
}).describe(
|
|
14216
|
+
}).describe(
|
|
14217
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
14218
|
+
)
|
|
14139
14219
|
})
|
|
14140
14220
|
])
|
|
14141
14221
|
)
|
|
@@ -14871,7 +14951,9 @@ var SetCustomSlugResponse = z.object({
|
|
|
14871
14951
|
}).describe("Business location address.").optional(),
|
|
14872
14952
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
14873
14953
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
14874
|
-
}).describe(
|
|
14954
|
+
}).describe(
|
|
14955
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
14956
|
+
)
|
|
14875
14957
|
}),
|
|
14876
14958
|
z.object({
|
|
14877
14959
|
business: z.never().optional(),
|
|
@@ -14887,7 +14969,9 @@ var SetCustomSlugResponse = z.object({
|
|
|
14887
14969
|
postalCode: z.string().optional().nullable(),
|
|
14888
14970
|
addressLine1: z.string().optional().nullable()
|
|
14889
14971
|
}).describe("Address of the custom location.").optional()
|
|
14890
|
-
}).describe(
|
|
14972
|
+
}).describe(
|
|
14973
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
14974
|
+
)
|
|
14891
14975
|
})
|
|
14892
14976
|
])
|
|
14893
14977
|
)
|
|
@@ -15625,7 +15709,9 @@ var CloneServiceResponse = z.object({
|
|
|
15625
15709
|
}).describe("Business location address.").optional(),
|
|
15626
15710
|
email: z.string().describe("Business location email.").email().optional().nullable(),
|
|
15627
15711
|
phone: z.string().describe("Business location phone.").optional().nullable()
|
|
15628
|
-
}).describe(
|
|
15712
|
+
}).describe(
|
|
15713
|
+
"Information about business locations. Required when `type` is `BUSINESS`."
|
|
15714
|
+
)
|
|
15629
15715
|
}),
|
|
15630
15716
|
z.object({
|
|
15631
15717
|
business: z.never().optional(),
|
|
@@ -15641,7 +15727,9 @@ var CloneServiceResponse = z.object({
|
|
|
15641
15727
|
postalCode: z.string().optional().nullable(),
|
|
15642
15728
|
addressLine1: z.string().optional().nullable()
|
|
15643
15729
|
}).describe("Address of the custom location.").optional()
|
|
15644
|
-
}).describe(
|
|
15730
|
+
}).describe(
|
|
15731
|
+
"Information about custom locations. Required when `type` is `CUSTOM`."
|
|
15732
|
+
)
|
|
15645
15733
|
})
|
|
15646
15734
|
])
|
|
15647
15735
|
)
|