@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.
Files changed (41) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-CX25ZAZR.d.ts → bookings-services-v2-service-services.universal-BECGmmJV.d.ts} +6 -11
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +6 -8
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.d.ts +0 -76
  9. package/build/cjs/schemas.js +0 -152
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-CX25ZAZR.d.mts → bookings-services-v2-service-services.universal-BECGmmJV.d.mts} +6 -11
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +6 -8
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +0 -76
  19. package/build/es/schemas.mjs +0 -152
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-CSbbPhUI.d.ts → bookings-services-v2-service-services.universal-B5EtHu0Z.d.ts} +10 -8
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +6 -8
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/cjs/schemas.d.ts +0 -76
  29. package/build/internal/cjs/schemas.js +0 -152
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-CSbbPhUI.d.mts → bookings-services-v2-service-services.universal-B5EtHu0Z.d.mts} +10 -8
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs.map +1 -1
  36. package/build/internal/es/meta.d.mts +6 -8
  37. package/build/internal/es/meta.mjs.map +1 -1
  38. package/build/internal/es/schemas.d.mts +0 -76
  39. package/build/internal/es/schemas.mjs +0 -152
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -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<{
@@ -289,14 +289,6 @@ var CreateServiceRequest = z.object({
289
289
  formattedValue: z.string().describe(
290
290
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
291
291
  ).max(50).optional().nullable()
292
- }).describe("Deprecated.").optional(),
293
- fullUpfrontPayment: z.object({
294
- supported: z.boolean().describe(
295
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
296
- ).optional().nullable(),
297
- discountPercent: z.string().describe(
298
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
299
- ).optional().nullable()
300
292
  }).describe("Deprecated.").optional()
301
293
  }).describe(
302
294
  "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`."
@@ -1079,14 +1071,6 @@ var CreateServiceResponse = z.object({
1079
1071
  formattedValue: z.string().describe(
1080
1072
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
1081
1073
  ).max(50).optional().nullable()
1082
- }).describe("Deprecated.").optional(),
1083
- fullUpfrontPayment: z.object({
1084
- supported: z.boolean().describe(
1085
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
1086
- ).optional().nullable(),
1087
- discountPercent: z.string().describe(
1088
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
1089
- ).optional().nullable()
1090
1074
  }).describe("Deprecated.").optional()
1091
1075
  }).describe(
1092
1076
  "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`."
@@ -1864,14 +1848,6 @@ var BulkCreateServicesRequest = z.object({
1864
1848
  formattedValue: z.string().describe(
1865
1849
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
1866
1850
  ).max(50).optional().nullable()
1867
- }).describe("Deprecated.").optional(),
1868
- fullUpfrontPayment: z.object({
1869
- supported: z.boolean().describe(
1870
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
1871
- ).optional().nullable(),
1872
- discountPercent: z.string().describe(
1873
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
1874
- ).optional().nullable()
1875
1851
  }).describe("Deprecated.").optional()
1876
1852
  }).describe(
1877
1853
  "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`."
@@ -2696,14 +2672,6 @@ var BulkCreateServicesResponse = z.object({
2696
2672
  formattedValue: z.string().describe(
2697
2673
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
2698
2674
  ).max(50).optional().nullable()
2699
- }).describe("Deprecated.").optional(),
2700
- fullUpfrontPayment: z.object({
2701
- supported: z.boolean().describe(
2702
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
2703
- ).optional().nullable(),
2704
- discountPercent: z.string().describe(
2705
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
2706
- ).optional().nullable()
2707
2675
  }).describe("Deprecated.").optional()
2708
2676
  }).describe(
2709
2677
  "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`."
@@ -3523,14 +3491,6 @@ var GetServiceResponse = z.object({
3523
3491
  formattedValue: z.string().describe(
3524
3492
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
3525
3493
  ).max(50).optional().nullable()
3526
- }).describe("Deprecated.").optional(),
3527
- fullUpfrontPayment: z.object({
3528
- supported: z.boolean().describe(
3529
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
3530
- ).optional().nullable(),
3531
- discountPercent: z.string().describe(
3532
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
3533
- ).optional().nullable()
3534
3494
  }).describe("Deprecated.").optional()
3535
3495
  }).describe(
3536
3496
  "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`."
@@ -4311,14 +4271,6 @@ var UpdateServiceRequest = z.object({
4311
4271
  formattedValue: z.string().describe(
4312
4272
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
4313
4273
  ).max(50).optional().nullable()
4314
- }).describe("Deprecated.").optional(),
4315
- fullUpfrontPayment: z.object({
4316
- supported: z.boolean().describe(
4317
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
4318
- ).optional().nullable(),
4319
- discountPercent: z.string().describe(
4320
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
4321
- ).optional().nullable()
4322
4274
  }).describe("Deprecated.").optional()
4323
4275
  }).describe(
4324
4276
  "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`."
@@ -5101,14 +5053,6 @@ var UpdateServiceResponse = z.object({
5101
5053
  formattedValue: z.string().describe(
5102
5054
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
5103
5055
  ).max(50).optional().nullable()
5104
- }).describe("Deprecated.").optional(),
5105
- fullUpfrontPayment: z.object({
5106
- supported: z.boolean().describe(
5107
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
5108
- ).optional().nullable(),
5109
- discountPercent: z.string().describe(
5110
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
5111
- ).optional().nullable()
5112
5056
  }).describe("Deprecated.").optional()
5113
5057
  }).describe(
5114
5058
  "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`."
@@ -5900,14 +5844,6 @@ var BulkUpdateServicesRequest = z.object({
5900
5844
  formattedValue: z.string().describe(
5901
5845
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
5902
5846
  ).max(50).optional().nullable()
5903
- }).describe("Deprecated.").optional(),
5904
- fullUpfrontPayment: z.object({
5905
- supported: z.boolean().describe(
5906
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
5907
- ).optional().nullable(),
5908
- discountPercent: z.string().describe(
5909
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
5910
- ).optional().nullable()
5911
5847
  }).describe("Deprecated.").optional()
5912
5848
  }).describe(
5913
5849
  "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`."
@@ -6747,14 +6683,6 @@ var BulkUpdateServicesResponse = z.object({
6747
6683
  formattedValue: z.string().describe(
6748
6684
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
6749
6685
  ).max(50).optional().nullable()
6750
- }).describe("Deprecated.").optional(),
6751
- fullUpfrontPayment: z.object({
6752
- supported: z.boolean().describe(
6753
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
6754
- ).optional().nullable(),
6755
- discountPercent: z.string().describe(
6756
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
6757
- ).optional().nullable()
6758
6686
  }).describe("Deprecated.").optional()
6759
6687
  }).describe(
6760
6688
  "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`."
@@ -7557,14 +7485,6 @@ var BulkUpdateServicesByFilterRequest = z.object({
7557
7485
  formattedValue: z.string().describe(
7558
7486
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
7559
7487
  ).max(50).optional().nullable()
7560
- }).describe("Deprecated.").optional(),
7561
- fullUpfrontPayment: z.object({
7562
- supported: z.boolean().describe(
7563
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
7564
- ).optional().nullable(),
7565
- discountPercent: z.string().describe(
7566
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
7567
- ).optional().nullable()
7568
7488
  }).describe("Deprecated.").optional()
7569
7489
  }).describe(
7570
7490
  "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`."
@@ -8436,14 +8356,6 @@ var BulkDeleteServicesResponse = z.object({
8436
8356
  formattedValue: z.string().describe(
8437
8357
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
8438
8358
  ).max(50).optional().nullable()
8439
- }).describe("Deprecated.").optional(),
8440
- fullUpfrontPayment: z.object({
8441
- supported: z.boolean().describe(
8442
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
8443
- ).optional().nullable(),
8444
- discountPercent: z.string().describe(
8445
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
8446
- ).optional().nullable()
8447
8359
  }).describe("Deprecated.").optional()
8448
8360
  }).describe(
8449
8361
  "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`."
@@ -9618,14 +9530,6 @@ var QueryServicesResponse = z.object({
9618
9530
  formattedValue: z.string().describe(
9619
9531
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
9620
9532
  ).max(50).optional().nullable()
9621
- }).describe("Deprecated.").optional(),
9622
- fullUpfrontPayment: z.object({
9623
- supported: z.boolean().describe(
9624
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
9625
- ).optional().nullable(),
9626
- discountPercent: z.string().describe(
9627
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
9628
- ).optional().nullable()
9629
9533
  }).describe("Deprecated.").optional()
9630
9534
  }).describe(
9631
9535
  "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`."
@@ -10834,14 +10738,6 @@ var SearchServicesResponse = z.object({
10834
10738
  formattedValue: z.string().describe(
10835
10739
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
10836
10740
  ).max(50).optional().nullable()
10837
- }).describe("Deprecated.").optional(),
10838
- fullUpfrontPayment: z.object({
10839
- supported: z.boolean().describe(
10840
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
10841
- ).optional().nullable(),
10842
- discountPercent: z.string().describe(
10843
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
10844
- ).optional().nullable()
10845
10741
  }).describe("Deprecated.").optional()
10846
10742
  }).describe(
10847
10743
  "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`."
@@ -12131,14 +12027,6 @@ var QueryPoliciesResponse = z.object({
12131
12027
  formattedValue: z.string().describe(
12132
12028
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
12133
12029
  ).max(50).optional().nullable()
12134
- }).describe("Deprecated.").optional(),
12135
- fullUpfrontPayment: z.object({
12136
- supported: z.boolean().describe(
12137
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
12138
- ).optional().nullable(),
12139
- discountPercent: z.string().describe(
12140
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
12141
- ).optional().nullable()
12142
12030
  }).describe("Deprecated.").optional()
12143
12031
  }).describe(
12144
12032
  "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`."
@@ -13366,14 +13254,6 @@ var SetServiceLocationsResponse = z.object({
13366
13254
  formattedValue: z.string().describe(
13367
13255
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
13368
13256
  ).max(50).optional().nullable()
13369
- }).describe("Deprecated.").optional(),
13370
- fullUpfrontPayment: z.object({
13371
- supported: z.boolean().describe(
13372
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
13373
- ).optional().nullable(),
13374
- discountPercent: z.string().describe(
13375
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
13376
- ).optional().nullable()
13377
13257
  }).describe("Deprecated.").optional()
13378
13258
  }).describe(
13379
13259
  "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`."
@@ -14170,14 +14050,6 @@ var EnablePricingPlansForServiceResponse = z.object({
14170
14050
  formattedValue: z.string().describe(
14171
14051
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
14172
14052
  ).max(50).optional().nullable()
14173
- }).describe("Deprecated.").optional(),
14174
- fullUpfrontPayment: z.object({
14175
- supported: z.boolean().describe(
14176
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
14177
- ).optional().nullable(),
14178
- discountPercent: z.string().describe(
14179
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
14180
- ).optional().nullable()
14181
14053
  }).describe("Deprecated.").optional()
14182
14054
  }).describe(
14183
14055
  "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`."
@@ -14974,14 +14846,6 @@ var DisablePricingPlansForServiceResponse = z.object({
14974
14846
  formattedValue: z.string().describe(
14975
14847
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
14976
14848
  ).max(50).optional().nullable()
14977
- }).describe("Deprecated.").optional(),
14978
- fullUpfrontPayment: z.object({
14979
- supported: z.boolean().describe(
14980
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
14981
- ).optional().nullable(),
14982
- discountPercent: z.string().describe(
14983
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
14984
- ).optional().nullable()
14985
14849
  }).describe("Deprecated.").optional()
14986
14850
  }).describe(
14987
14851
  "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`."
@@ -15789,14 +15653,6 @@ var SetCustomSlugResponse = z.object({
15789
15653
  formattedValue: z.string().describe(
15790
15654
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
15791
15655
  ).max(50).optional().nullable()
15792
- }).describe("Deprecated.").optional(),
15793
- fullUpfrontPayment: z.object({
15794
- supported: z.boolean().describe(
15795
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
15796
- ).optional().nullable(),
15797
- discountPercent: z.string().describe(
15798
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
15799
- ).optional().nullable()
15800
15656
  }).describe("Deprecated.").optional()
15801
15657
  }).describe(
15802
15658
  "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`."
@@ -16606,14 +16462,6 @@ var CloneServiceResponse = z.object({
16606
16462
  formattedValue: z.string().describe(
16607
16463
  "Monetary amount. Decimal string in local format. For example, `1 000,30`."
16608
16464
  ).max(50).optional().nullable()
16609
- }).describe("Deprecated.").optional(),
16610
- fullUpfrontPayment: z.object({
16611
- supported: z.boolean().describe(
16612
- "Whether customers can choose a one-time full payment instead of recurring subscription payments."
16613
- ).optional().nullable(),
16614
- discountPercent: z.string().describe(
16615
- "Percentage discount applied when a customer chooses the full payment option.\nMin: `0.01` percent\nMax: `100` percent"
16616
- ).optional().nullable()
16617
16465
  }).describe("Deprecated.").optional()
16618
16466
  }).describe(
16619
16467
  "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`."