@wix/auto_sdk_bookings_services 1.0.261 → 1.0.263
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-CX25ZAZR.d.ts → bookings-services-v2-service-services.universal-BECGmmJV.d.ts} +6 -11
- 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 +6 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +0 -76
- package/build/cjs/schemas.js +0 -152
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-CX25ZAZR.d.mts → bookings-services-v2-service-services.universal-BECGmmJV.d.mts} +6 -11
- 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 +6 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +0 -76
- package/build/es/schemas.mjs +0 -152
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-CSbbPhUI.d.ts → bookings-services-v2-service-services.universal-B5EtHu0Z.d.ts} +10 -8
- 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 +6 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +0 -76
- package/build/internal/cjs/schemas.js +0 -152
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-CSbbPhUI.d.mts → bookings-services-v2-service-services.universal-B5EtHu0Z.d.mts} +10 -8
- 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 +6 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +0 -76
- package/build/internal/es/schemas.mjs +0 -152
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -148,10 +148,6 @@ declare const CreateServiceRequest: z.ZodObject<{
|
|
|
148
148
|
currency: z.ZodOptional<z.ZodString>;
|
|
149
149
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
150
150
|
}, z.core.$strip>>;
|
|
151
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
152
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
153
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
154
|
-
}, z.core.$strip>>;
|
|
155
151
|
}, z.core.$strip>;
|
|
156
152
|
}, z.core.$strip>]>>>;
|
|
157
153
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -540,10 +536,6 @@ declare const CreateServiceResponse: z.ZodObject<{
|
|
|
540
536
|
currency: z.ZodOptional<z.ZodString>;
|
|
541
537
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
542
538
|
}, z.core.$strip>>;
|
|
543
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
544
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
545
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
546
|
-
}, z.core.$strip>>;
|
|
547
539
|
}, z.core.$strip>;
|
|
548
540
|
}, z.core.$strip>]>>>;
|
|
549
541
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -932,10 +924,6 @@ declare const BulkCreateServicesRequest: z.ZodObject<{
|
|
|
932
924
|
currency: z.ZodOptional<z.ZodString>;
|
|
933
925
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
934
926
|
}, z.core.$strip>>;
|
|
935
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
936
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
937
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
938
|
-
}, z.core.$strip>>;
|
|
939
927
|
}, z.core.$strip>;
|
|
940
928
|
}, z.core.$strip>]>>>;
|
|
941
929
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -1339,10 +1327,6 @@ declare const BulkCreateServicesResponse: z.ZodObject<{
|
|
|
1339
1327
|
currency: z.ZodOptional<z.ZodString>;
|
|
1340
1328
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1341
1329
|
}, z.core.$strip>>;
|
|
1342
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
1343
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1344
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1345
|
-
}, z.core.$strip>>;
|
|
1346
1330
|
}, z.core.$strip>;
|
|
1347
1331
|
}, z.core.$strip>]>>>;
|
|
1348
1332
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -1748,10 +1732,6 @@ declare const GetServiceResponse: z.ZodObject<{
|
|
|
1748
1732
|
currency: z.ZodOptional<z.ZodString>;
|
|
1749
1733
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1750
1734
|
}, z.core.$strip>>;
|
|
1751
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
1752
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1753
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1754
|
-
}, z.core.$strip>>;
|
|
1755
1735
|
}, z.core.$strip>;
|
|
1756
1736
|
}, z.core.$strip>]>>>;
|
|
1757
1737
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -2141,10 +2121,6 @@ declare const UpdateServiceRequest: z.ZodObject<{
|
|
|
2141
2121
|
currency: z.ZodOptional<z.ZodString>;
|
|
2142
2122
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2143
2123
|
}, z.core.$strip>>;
|
|
2144
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
2145
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2146
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2147
|
-
}, z.core.$strip>>;
|
|
2148
2124
|
}, z.core.$strip>;
|
|
2149
2125
|
}, z.core.$strip>]>>>;
|
|
2150
2126
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -2533,10 +2509,6 @@ declare const UpdateServiceResponse: z.ZodObject<{
|
|
|
2533
2509
|
currency: z.ZodOptional<z.ZodString>;
|
|
2534
2510
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2535
2511
|
}, z.core.$strip>>;
|
|
2536
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
2537
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2538
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2539
|
-
}, z.core.$strip>>;
|
|
2540
2512
|
}, z.core.$strip>;
|
|
2541
2513
|
}, z.core.$strip>]>>>;
|
|
2542
2514
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -2927,10 +2899,6 @@ declare const BulkUpdateServicesRequest: z.ZodObject<{
|
|
|
2927
2899
|
currency: z.ZodOptional<z.ZodString>;
|
|
2928
2900
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2929
2901
|
}, z.core.$strip>>;
|
|
2930
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
2931
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2932
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2933
|
-
}, z.core.$strip>>;
|
|
2934
2902
|
}, z.core.$strip>;
|
|
2935
2903
|
}, z.core.$strip>]>>>;
|
|
2936
2904
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -3335,10 +3303,6 @@ declare const BulkUpdateServicesResponse: z.ZodObject<{
|
|
|
3335
3303
|
currency: z.ZodOptional<z.ZodString>;
|
|
3336
3304
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3337
3305
|
}, z.core.$strip>>;
|
|
3338
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
3339
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3340
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3341
|
-
}, z.core.$strip>>;
|
|
3342
3306
|
}, z.core.$strip>;
|
|
3343
3307
|
}, z.core.$strip>]>>>;
|
|
3344
3308
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -3736,10 +3700,6 @@ declare const BulkUpdateServicesByFilterRequest: z.ZodObject<{
|
|
|
3736
3700
|
currency: z.ZodOptional<z.ZodString>;
|
|
3737
3701
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3738
3702
|
}, z.core.$strip>>;
|
|
3739
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
3740
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3741
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3742
|
-
}, z.core.$strip>>;
|
|
3743
3703
|
}, z.core.$strip>;
|
|
3744
3704
|
}, z.core.$strip>]>>>;
|
|
3745
3705
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -4165,10 +4125,6 @@ declare const BulkDeleteServicesResponse: z.ZodObject<{
|
|
|
4165
4125
|
currency: z.ZodOptional<z.ZodString>;
|
|
4166
4126
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4167
4127
|
}, z.core.$strip>>;
|
|
4168
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
4169
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4170
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4171
|
-
}, z.core.$strip>>;
|
|
4172
4128
|
}, z.core.$strip>;
|
|
4173
4129
|
}, z.core.$strip>]>>>;
|
|
4174
4130
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -4917,10 +4873,6 @@ declare const QueryServicesResponse: z.ZodObject<{
|
|
|
4917
4873
|
currency: z.ZodOptional<z.ZodString>;
|
|
4918
4874
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4919
4875
|
}, z.core.$strip>>;
|
|
4920
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
4921
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4922
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4923
|
-
}, z.core.$strip>>;
|
|
4924
4876
|
}, z.core.$strip>;
|
|
4925
4877
|
}, z.core.$strip>]>>>;
|
|
4926
4878
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -5712,10 +5664,6 @@ declare const SearchServicesResponse: z.ZodObject<{
|
|
|
5712
5664
|
currency: z.ZodOptional<z.ZodString>;
|
|
5713
5665
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5714
5666
|
}, z.core.$strip>>;
|
|
5715
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
5716
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5717
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5718
|
-
}, z.core.$strip>>;
|
|
5719
5667
|
}, z.core.$strip>;
|
|
5720
5668
|
}, z.core.$strip>]>>>;
|
|
5721
5669
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -6412,10 +6360,6 @@ declare const QueryPoliciesResponse: z.ZodObject<{
|
|
|
6412
6360
|
currency: z.ZodOptional<z.ZodString>;
|
|
6413
6361
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6414
6362
|
}, z.core.$strip>>;
|
|
6415
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
6416
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6417
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6418
|
-
}, z.core.$strip>>;
|
|
6419
6363
|
}, z.core.$strip>;
|
|
6420
6364
|
}, z.core.$strip>]>>>;
|
|
6421
6365
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -7073,10 +7017,6 @@ declare const SetServiceLocationsResponse: z.ZodObject<{
|
|
|
7073
7017
|
currency: z.ZodOptional<z.ZodString>;
|
|
7074
7018
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7075
7019
|
}, z.core.$strip>>;
|
|
7076
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
7077
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7078
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7079
|
-
}, z.core.$strip>>;
|
|
7080
7020
|
}, z.core.$strip>;
|
|
7081
7021
|
}, z.core.$strip>]>>>;
|
|
7082
7022
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -7470,10 +7410,6 @@ declare const EnablePricingPlansForServiceResponse: z.ZodObject<{
|
|
|
7470
7410
|
currency: z.ZodOptional<z.ZodString>;
|
|
7471
7411
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7472
7412
|
}, z.core.$strip>>;
|
|
7473
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
7474
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7475
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7476
|
-
}, z.core.$strip>>;
|
|
7477
7413
|
}, z.core.$strip>;
|
|
7478
7414
|
}, z.core.$strip>]>>>;
|
|
7479
7415
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -7869,10 +7805,6 @@ declare const DisablePricingPlansForServiceResponse: z.ZodObject<{
|
|
|
7869
7805
|
currency: z.ZodOptional<z.ZodString>;
|
|
7870
7806
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7871
7807
|
}, z.core.$strip>>;
|
|
7872
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
7873
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7874
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7875
|
-
}, z.core.$strip>>;
|
|
7876
7808
|
}, z.core.$strip>;
|
|
7877
7809
|
}, z.core.$strip>]>>>;
|
|
7878
7810
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -8273,10 +8205,6 @@ declare const SetCustomSlugResponse: z.ZodObject<{
|
|
|
8273
8205
|
currency: z.ZodOptional<z.ZodString>;
|
|
8274
8206
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8275
8207
|
}, z.core.$strip>>;
|
|
8276
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
8277
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8278
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8279
|
-
}, z.core.$strip>>;
|
|
8280
8208
|
}, z.core.$strip>;
|
|
8281
8209
|
}, z.core.$strip>]>>>;
|
|
8282
8210
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
|
@@ -8683,10 +8611,6 @@ declare const CloneServiceResponse: z.ZodObject<{
|
|
|
8683
8611
|
currency: z.ZodOptional<z.ZodString>;
|
|
8684
8612
|
formattedValue: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8685
8613
|
}, z.core.$strip>>;
|
|
8686
|
-
fullUpfrontPayment: z.ZodOptional<z.ZodObject<{
|
|
8687
|
-
supported: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8688
|
-
discountPercent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8689
|
-
}, z.core.$strip>>;
|
|
8690
8614
|
}, z.core.$strip>;
|
|
8691
8615
|
}, z.core.$strip>]>>>;
|
|
8692
8616
|
onlineBooking: z.ZodOptional<z.ZodObject<{
|
package/build/cjs/schemas.js
CHANGED
|
@@ -378,14 +378,6 @@ var CreateServiceRequest = z.object({
|
|
|
378
378
|
formattedValue: z.string().describe(
|
|
379
379
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
380
380
|
).max(50).optional().nullable()
|
|
381
|
-
}).describe("Deprecated.").optional(),
|
|
382
|
-
fullUpfrontPayment: z.object({
|
|
383
|
-
supported: z.boolean().describe(
|
|
384
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
385
|
-
).optional().nullable(),
|
|
386
|
-
discountPercent: z.string().describe(
|
|
387
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
388
|
-
).optional().nullable()
|
|
389
381
|
}).describe("Deprecated.").optional()
|
|
390
382
|
}).describe(
|
|
391
383
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -1168,14 +1160,6 @@ var CreateServiceResponse = z.object({
|
|
|
1168
1160
|
formattedValue: z.string().describe(
|
|
1169
1161
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
1170
1162
|
).max(50).optional().nullable()
|
|
1171
|
-
}).describe("Deprecated.").optional(),
|
|
1172
|
-
fullUpfrontPayment: z.object({
|
|
1173
|
-
supported: z.boolean().describe(
|
|
1174
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
1175
|
-
).optional().nullable(),
|
|
1176
|
-
discountPercent: z.string().describe(
|
|
1177
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
1178
|
-
).optional().nullable()
|
|
1179
1163
|
}).describe("Deprecated.").optional()
|
|
1180
1164
|
}).describe(
|
|
1181
1165
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -1953,14 +1937,6 @@ var BulkCreateServicesRequest = z.object({
|
|
|
1953
1937
|
formattedValue: z.string().describe(
|
|
1954
1938
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
1955
1939
|
).max(50).optional().nullable()
|
|
1956
|
-
}).describe("Deprecated.").optional(),
|
|
1957
|
-
fullUpfrontPayment: z.object({
|
|
1958
|
-
supported: z.boolean().describe(
|
|
1959
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
1960
|
-
).optional().nullable(),
|
|
1961
|
-
discountPercent: z.string().describe(
|
|
1962
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
1963
|
-
).optional().nullable()
|
|
1964
1940
|
}).describe("Deprecated.").optional()
|
|
1965
1941
|
}).describe(
|
|
1966
1942
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -2785,14 +2761,6 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2785
2761
|
formattedValue: z.string().describe(
|
|
2786
2762
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
2787
2763
|
).max(50).optional().nullable()
|
|
2788
|
-
}).describe("Deprecated.").optional(),
|
|
2789
|
-
fullUpfrontPayment: z.object({
|
|
2790
|
-
supported: z.boolean().describe(
|
|
2791
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
2792
|
-
).optional().nullable(),
|
|
2793
|
-
discountPercent: z.string().describe(
|
|
2794
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
2795
|
-
).optional().nullable()
|
|
2796
2764
|
}).describe("Deprecated.").optional()
|
|
2797
2765
|
}).describe(
|
|
2798
2766
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -3612,14 +3580,6 @@ var GetServiceResponse = z.object({
|
|
|
3612
3580
|
formattedValue: z.string().describe(
|
|
3613
3581
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
3614
3582
|
).max(50).optional().nullable()
|
|
3615
|
-
}).describe("Deprecated.").optional(),
|
|
3616
|
-
fullUpfrontPayment: z.object({
|
|
3617
|
-
supported: z.boolean().describe(
|
|
3618
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
3619
|
-
).optional().nullable(),
|
|
3620
|
-
discountPercent: z.string().describe(
|
|
3621
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
3622
|
-
).optional().nullable()
|
|
3623
3583
|
}).describe("Deprecated.").optional()
|
|
3624
3584
|
}).describe(
|
|
3625
3585
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -4400,14 +4360,6 @@ var UpdateServiceRequest = z.object({
|
|
|
4400
4360
|
formattedValue: z.string().describe(
|
|
4401
4361
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
4402
4362
|
).max(50).optional().nullable()
|
|
4403
|
-
}).describe("Deprecated.").optional(),
|
|
4404
|
-
fullUpfrontPayment: z.object({
|
|
4405
|
-
supported: z.boolean().describe(
|
|
4406
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
4407
|
-
).optional().nullable(),
|
|
4408
|
-
discountPercent: z.string().describe(
|
|
4409
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
4410
|
-
).optional().nullable()
|
|
4411
4363
|
}).describe("Deprecated.").optional()
|
|
4412
4364
|
}).describe(
|
|
4413
4365
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -5190,14 +5142,6 @@ var UpdateServiceResponse = z.object({
|
|
|
5190
5142
|
formattedValue: z.string().describe(
|
|
5191
5143
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
5192
5144
|
).max(50).optional().nullable()
|
|
5193
|
-
}).describe("Deprecated.").optional(),
|
|
5194
|
-
fullUpfrontPayment: z.object({
|
|
5195
|
-
supported: z.boolean().describe(
|
|
5196
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
5197
|
-
).optional().nullable(),
|
|
5198
|
-
discountPercent: z.string().describe(
|
|
5199
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
5200
|
-
).optional().nullable()
|
|
5201
5145
|
}).describe("Deprecated.").optional()
|
|
5202
5146
|
}).describe(
|
|
5203
5147
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -5989,14 +5933,6 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5989
5933
|
formattedValue: z.string().describe(
|
|
5990
5934
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
5991
5935
|
).max(50).optional().nullable()
|
|
5992
|
-
}).describe("Deprecated.").optional(),
|
|
5993
|
-
fullUpfrontPayment: z.object({
|
|
5994
|
-
supported: z.boolean().describe(
|
|
5995
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
5996
|
-
).optional().nullable(),
|
|
5997
|
-
discountPercent: z.string().describe(
|
|
5998
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
5999
|
-
).optional().nullable()
|
|
6000
5936
|
}).describe("Deprecated.").optional()
|
|
6001
5937
|
}).describe(
|
|
6002
5938
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -6836,14 +6772,6 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
6836
6772
|
formattedValue: z.string().describe(
|
|
6837
6773
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
6838
6774
|
).max(50).optional().nullable()
|
|
6839
|
-
}).describe("Deprecated.").optional(),
|
|
6840
|
-
fullUpfrontPayment: z.object({
|
|
6841
|
-
supported: z.boolean().describe(
|
|
6842
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
6843
|
-
).optional().nullable(),
|
|
6844
|
-
discountPercent: z.string().describe(
|
|
6845
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
6846
|
-
).optional().nullable()
|
|
6847
6775
|
}).describe("Deprecated.").optional()
|
|
6848
6776
|
}).describe(
|
|
6849
6777
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -7646,14 +7574,6 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
7646
7574
|
formattedValue: z.string().describe(
|
|
7647
7575
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
7648
7576
|
).max(50).optional().nullable()
|
|
7649
|
-
}).describe("Deprecated.").optional(),
|
|
7650
|
-
fullUpfrontPayment: z.object({
|
|
7651
|
-
supported: z.boolean().describe(
|
|
7652
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
7653
|
-
).optional().nullable(),
|
|
7654
|
-
discountPercent: z.string().describe(
|
|
7655
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
7656
|
-
).optional().nullable()
|
|
7657
7577
|
}).describe("Deprecated.").optional()
|
|
7658
7578
|
}).describe(
|
|
7659
7579
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -8525,14 +8445,6 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
8525
8445
|
formattedValue: z.string().describe(
|
|
8526
8446
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
8527
8447
|
).max(50).optional().nullable()
|
|
8528
|
-
}).describe("Deprecated.").optional(),
|
|
8529
|
-
fullUpfrontPayment: z.object({
|
|
8530
|
-
supported: z.boolean().describe(
|
|
8531
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
8532
|
-
).optional().nullable(),
|
|
8533
|
-
discountPercent: z.string().describe(
|
|
8534
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
8535
|
-
).optional().nullable()
|
|
8536
8448
|
}).describe("Deprecated.").optional()
|
|
8537
8449
|
}).describe(
|
|
8538
8450
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -9707,14 +9619,6 @@ var QueryServicesResponse = z.object({
|
|
|
9707
9619
|
formattedValue: z.string().describe(
|
|
9708
9620
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
9709
9621
|
).max(50).optional().nullable()
|
|
9710
|
-
}).describe("Deprecated.").optional(),
|
|
9711
|
-
fullUpfrontPayment: z.object({
|
|
9712
|
-
supported: z.boolean().describe(
|
|
9713
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
9714
|
-
).optional().nullable(),
|
|
9715
|
-
discountPercent: z.string().describe(
|
|
9716
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
9717
|
-
).optional().nullable()
|
|
9718
9622
|
}).describe("Deprecated.").optional()
|
|
9719
9623
|
}).describe(
|
|
9720
9624
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -10923,14 +10827,6 @@ var SearchServicesResponse = z.object({
|
|
|
10923
10827
|
formattedValue: z.string().describe(
|
|
10924
10828
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
10925
10829
|
).max(50).optional().nullable()
|
|
10926
|
-
}).describe("Deprecated.").optional(),
|
|
10927
|
-
fullUpfrontPayment: z.object({
|
|
10928
|
-
supported: z.boolean().describe(
|
|
10929
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
10930
|
-
).optional().nullable(),
|
|
10931
|
-
discountPercent: z.string().describe(
|
|
10932
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
10933
|
-
).optional().nullable()
|
|
10934
10830
|
}).describe("Deprecated.").optional()
|
|
10935
10831
|
}).describe(
|
|
10936
10832
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -12220,14 +12116,6 @@ var QueryPoliciesResponse = z.object({
|
|
|
12220
12116
|
formattedValue: z.string().describe(
|
|
12221
12117
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
12222
12118
|
).max(50).optional().nullable()
|
|
12223
|
-
}).describe("Deprecated.").optional(),
|
|
12224
|
-
fullUpfrontPayment: z.object({
|
|
12225
|
-
supported: z.boolean().describe(
|
|
12226
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
12227
|
-
).optional().nullable(),
|
|
12228
|
-
discountPercent: z.string().describe(
|
|
12229
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
12230
|
-
).optional().nullable()
|
|
12231
12119
|
}).describe("Deprecated.").optional()
|
|
12232
12120
|
}).describe(
|
|
12233
12121
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -13455,14 +13343,6 @@ var SetServiceLocationsResponse = z.object({
|
|
|
13455
13343
|
formattedValue: z.string().describe(
|
|
13456
13344
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
13457
13345
|
).max(50).optional().nullable()
|
|
13458
|
-
}).describe("Deprecated.").optional(),
|
|
13459
|
-
fullUpfrontPayment: z.object({
|
|
13460
|
-
supported: z.boolean().describe(
|
|
13461
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
13462
|
-
).optional().nullable(),
|
|
13463
|
-
discountPercent: z.string().describe(
|
|
13464
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
13465
|
-
).optional().nullable()
|
|
13466
13346
|
}).describe("Deprecated.").optional()
|
|
13467
13347
|
}).describe(
|
|
13468
13348
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -14259,14 +14139,6 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
14259
14139
|
formattedValue: z.string().describe(
|
|
14260
14140
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
14261
14141
|
).max(50).optional().nullable()
|
|
14262
|
-
}).describe("Deprecated.").optional(),
|
|
14263
|
-
fullUpfrontPayment: z.object({
|
|
14264
|
-
supported: z.boolean().describe(
|
|
14265
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
14266
|
-
).optional().nullable(),
|
|
14267
|
-
discountPercent: z.string().describe(
|
|
14268
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
14269
|
-
).optional().nullable()
|
|
14270
14142
|
}).describe("Deprecated.").optional()
|
|
14271
14143
|
}).describe(
|
|
14272
14144
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -15063,14 +14935,6 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
15063
14935
|
formattedValue: z.string().describe(
|
|
15064
14936
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
15065
14937
|
).max(50).optional().nullable()
|
|
15066
|
-
}).describe("Deprecated.").optional(),
|
|
15067
|
-
fullUpfrontPayment: z.object({
|
|
15068
|
-
supported: z.boolean().describe(
|
|
15069
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
15070
|
-
).optional().nullable(),
|
|
15071
|
-
discountPercent: z.string().describe(
|
|
15072
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
15073
|
-
).optional().nullable()
|
|
15074
14938
|
}).describe("Deprecated.").optional()
|
|
15075
14939
|
}).describe(
|
|
15076
14940
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -15878,14 +15742,6 @@ var SetCustomSlugResponse = z.object({
|
|
|
15878
15742
|
formattedValue: z.string().describe(
|
|
15879
15743
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
15880
15744
|
).max(50).optional().nullable()
|
|
15881
|
-
}).describe("Deprecated.").optional(),
|
|
15882
|
-
fullUpfrontPayment: z.object({
|
|
15883
|
-
supported: z.boolean().describe(
|
|
15884
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
15885
|
-
).optional().nullable(),
|
|
15886
|
-
discountPercent: z.string().describe(
|
|
15887
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
15888
|
-
).optional().nullable()
|
|
15889
15745
|
}).describe("Deprecated.").optional()
|
|
15890
15746
|
}).describe(
|
|
15891
15747
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|
|
@@ -16695,14 +16551,6 @@ var CloneServiceResponse = z.object({
|
|
|
16695
16551
|
formattedValue: z.string().describe(
|
|
16696
16552
|
"Monetary amount. Decimal string in local format. For example, `1 000,30`."
|
|
16697
16553
|
).max(50).optional().nullable()
|
|
16698
|
-
}).describe("Deprecated.").optional(),
|
|
16699
|
-
fullUpfrontPayment: z.object({
|
|
16700
|
-
supported: z.boolean().describe(
|
|
16701
|
-
"Whether customers can choose a one-time full payment instead of recurring subscription payments."
|
|
16702
|
-
).optional().nullable(),
|
|
16703
|
-
discountPercent: z.string().describe(
|
|
16704
|
-
"Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
|
|
16705
|
-
).optional().nullable()
|
|
16706
16554
|
}).describe("Deprecated.").optional()
|
|
16707
16555
|
}).describe(
|
|
16708
16556
|
"Subscription pricing details for the service. Supported for course services only.\nThe business charges recurring monthly payments instead of a one-time fee.\n\nRequired when: `rateType` is `SUBSCRIPTION`."
|