@wix/auto_sdk_bookings_services 1.0.237 → 1.0.239
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-BKoqsyEO.d.ts → bookings-services-v2-service-services.universal-Dorio3C3.d.ts} +30 -28
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +12 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +12 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +30 -28
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +40 -40
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-BKoqsyEO.d.mts → bookings-services-v2-service-services.universal-Dorio3C3.d.mts} +30 -28
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +12 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +12 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +30 -28
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +40 -40
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-D98H2-yO.d.ts → bookings-services-v2-service-services.universal-mc9Kk_qi.d.ts} +72 -28
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +12 -6
- 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 +12 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +30 -28
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +40 -40
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-D98H2-yO.d.mts → bookings-services-v2-service-services.universal-mc9Kk_qi.d.mts} +72 -28
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +12 -6
- 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 +12 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +30 -28
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +40 -40
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/schemas.mjs
CHANGED
|
@@ -380,7 +380,7 @@ var CreateServiceRequest = z.object({
|
|
|
380
380
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
381
381
|
).min(1).optional(),
|
|
382
382
|
allowAnonymous: z.boolean().describe(
|
|
383
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
383
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
384
384
|
).optional().nullable()
|
|
385
385
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
386
386
|
reschedulePolicy: z.object({
|
|
@@ -394,7 +394,7 @@ var CreateServiceRequest = z.object({
|
|
|
394
394
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
395
395
|
).min(1).optional(),
|
|
396
396
|
allowAnonymous: z.boolean().describe(
|
|
397
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
397
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
398
398
|
).optional().nullable()
|
|
399
399
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
400
400
|
waitlistPolicy: z.object({
|
|
@@ -1051,7 +1051,7 @@ var CreateServiceResponse = z.object({
|
|
|
1051
1051
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
1052
1052
|
).min(1).optional(),
|
|
1053
1053
|
allowAnonymous: z.boolean().describe(
|
|
1054
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
1054
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
1055
1055
|
).optional().nullable()
|
|
1056
1056
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
1057
1057
|
reschedulePolicy: z.object({
|
|
@@ -1065,7 +1065,7 @@ var CreateServiceResponse = z.object({
|
|
|
1065
1065
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
1066
1066
|
).min(1).optional(),
|
|
1067
1067
|
allowAnonymous: z.boolean().describe(
|
|
1068
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
1068
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
1069
1069
|
).optional().nullable()
|
|
1070
1070
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
1071
1071
|
waitlistPolicy: z.object({
|
|
@@ -1717,7 +1717,7 @@ var BulkCreateServicesRequest = z.object({
|
|
|
1717
1717
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
1718
1718
|
).min(1).optional(),
|
|
1719
1719
|
allowAnonymous: z.boolean().describe(
|
|
1720
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
1720
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
1721
1721
|
).optional().nullable()
|
|
1722
1722
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
1723
1723
|
reschedulePolicy: z.object({
|
|
@@ -1731,7 +1731,7 @@ var BulkCreateServicesRequest = z.object({
|
|
|
1731
1731
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
1732
1732
|
).min(1).optional(),
|
|
1733
1733
|
allowAnonymous: z.boolean().describe(
|
|
1734
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
1734
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
1735
1735
|
).optional().nullable()
|
|
1736
1736
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
1737
1737
|
waitlistPolicy: z.object({
|
|
@@ -2426,7 +2426,7 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2426
2426
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
2427
2427
|
).min(1).optional(),
|
|
2428
2428
|
allowAnonymous: z.boolean().describe(
|
|
2429
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
2429
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
2430
2430
|
).optional().nullable()
|
|
2431
2431
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
2432
2432
|
reschedulePolicy: z.object({
|
|
@@ -2440,7 +2440,7 @@ var BulkCreateServicesResponse = z.object({
|
|
|
2440
2440
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
2441
2441
|
).min(1).optional(),
|
|
2442
2442
|
allowAnonymous: z.boolean().describe(
|
|
2443
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
2443
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
2444
2444
|
).optional().nullable()
|
|
2445
2445
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
2446
2446
|
waitlistPolicy: z.object({
|
|
@@ -3121,7 +3121,7 @@ var GetServiceResponse = z.object({
|
|
|
3121
3121
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
3122
3122
|
).min(1).optional(),
|
|
3123
3123
|
allowAnonymous: z.boolean().describe(
|
|
3124
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
3124
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
3125
3125
|
).optional().nullable()
|
|
3126
3126
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
3127
3127
|
reschedulePolicy: z.object({
|
|
@@ -3135,7 +3135,7 @@ var GetServiceResponse = z.object({
|
|
|
3135
3135
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
3136
3136
|
).min(1).optional(),
|
|
3137
3137
|
allowAnonymous: z.boolean().describe(
|
|
3138
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
3138
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
3139
3139
|
).optional().nullable()
|
|
3140
3140
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
3141
3141
|
waitlistPolicy: z.object({
|
|
@@ -3786,7 +3786,7 @@ var UpdateServiceRequest = z.object({
|
|
|
3786
3786
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
3787
3787
|
).min(1).optional(),
|
|
3788
3788
|
allowAnonymous: z.boolean().describe(
|
|
3789
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
3789
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
3790
3790
|
).optional().nullable()
|
|
3791
3791
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
3792
3792
|
reschedulePolicy: z.object({
|
|
@@ -3800,7 +3800,7 @@ var UpdateServiceRequest = z.object({
|
|
|
3800
3800
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
3801
3801
|
).min(1).optional(),
|
|
3802
3802
|
allowAnonymous: z.boolean().describe(
|
|
3803
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
3803
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
3804
3804
|
).optional().nullable()
|
|
3805
3805
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
3806
3806
|
waitlistPolicy: z.object({
|
|
@@ -4457,7 +4457,7 @@ var UpdateServiceResponse = z.object({
|
|
|
4457
4457
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
4458
4458
|
).min(1).optional(),
|
|
4459
4459
|
allowAnonymous: z.boolean().describe(
|
|
4460
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
4460
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
4461
4461
|
).optional().nullable()
|
|
4462
4462
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
4463
4463
|
reschedulePolicy: z.object({
|
|
@@ -4471,7 +4471,7 @@ var UpdateServiceResponse = z.object({
|
|
|
4471
4471
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
4472
4472
|
).min(1).optional(),
|
|
4473
4473
|
allowAnonymous: z.boolean().describe(
|
|
4474
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
4474
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
4475
4475
|
).optional().nullable()
|
|
4476
4476
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
4477
4477
|
waitlistPolicy: z.object({
|
|
@@ -5133,7 +5133,7 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5133
5133
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
5134
5134
|
).min(1).optional(),
|
|
5135
5135
|
allowAnonymous: z.boolean().describe(
|
|
5136
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
5136
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
5137
5137
|
).optional().nullable()
|
|
5138
5138
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
5139
5139
|
reschedulePolicy: z.object({
|
|
@@ -5147,7 +5147,7 @@ var BulkUpdateServicesRequest = z.object({
|
|
|
5147
5147
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
5148
5148
|
).min(1).optional(),
|
|
5149
5149
|
allowAnonymous: z.boolean().describe(
|
|
5150
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
5150
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
5151
5151
|
).optional().nullable()
|
|
5152
5152
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
5153
5153
|
waitlistPolicy: z.object({
|
|
@@ -5849,7 +5849,7 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
5849
5849
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
5850
5850
|
).min(1).optional(),
|
|
5851
5851
|
allowAnonymous: z.boolean().describe(
|
|
5852
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
5852
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
5853
5853
|
).optional().nullable()
|
|
5854
5854
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
5855
5855
|
reschedulePolicy: z.object({
|
|
@@ -5863,7 +5863,7 @@ var BulkUpdateServicesResponse = z.object({
|
|
|
5863
5863
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
5864
5864
|
).min(1).optional(),
|
|
5865
5865
|
allowAnonymous: z.boolean().describe(
|
|
5866
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
5866
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
5867
5867
|
).optional().nullable()
|
|
5868
5868
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
5869
5869
|
waitlistPolicy: z.object({
|
|
@@ -6532,7 +6532,7 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
6532
6532
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
6533
6533
|
).min(1).optional(),
|
|
6534
6534
|
allowAnonymous: z.boolean().describe(
|
|
6535
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
6535
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
6536
6536
|
).optional().nullable()
|
|
6537
6537
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
6538
6538
|
reschedulePolicy: z.object({
|
|
@@ -6546,7 +6546,7 @@ var BulkUpdateServicesByFilterRequest = z.object({
|
|
|
6546
6546
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
6547
6547
|
).min(1).optional(),
|
|
6548
6548
|
allowAnonymous: z.boolean().describe(
|
|
6549
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
6549
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
6550
6550
|
).optional().nullable()
|
|
6551
6551
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
6552
6552
|
waitlistPolicy: z.object({
|
|
@@ -7288,7 +7288,7 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
7288
7288
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
7289
7289
|
).min(1).optional(),
|
|
7290
7290
|
allowAnonymous: z.boolean().describe(
|
|
7291
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
7291
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
7292
7292
|
).optional().nullable()
|
|
7293
7293
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
7294
7294
|
reschedulePolicy: z.object({
|
|
@@ -7302,7 +7302,7 @@ var BulkDeleteServicesResponse = z.object({
|
|
|
7302
7302
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
7303
7303
|
).min(1).optional(),
|
|
7304
7304
|
allowAnonymous: z.boolean().describe(
|
|
7305
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
7305
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
7306
7306
|
).optional().nullable()
|
|
7307
7307
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
7308
7308
|
waitlistPolicy: z.object({
|
|
@@ -8327,7 +8327,7 @@ var QueryServicesResponse = z.object({
|
|
|
8327
8327
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
8328
8328
|
).min(1).optional(),
|
|
8329
8329
|
allowAnonymous: z.boolean().describe(
|
|
8330
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
8330
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
8331
8331
|
).optional().nullable()
|
|
8332
8332
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
8333
8333
|
reschedulePolicy: z.object({
|
|
@@ -8341,7 +8341,7 @@ var QueryServicesResponse = z.object({
|
|
|
8341
8341
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
8342
8342
|
).min(1).optional(),
|
|
8343
8343
|
allowAnonymous: z.boolean().describe(
|
|
8344
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
8344
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
8345
8345
|
).optional().nullable()
|
|
8346
8346
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
8347
8347
|
waitlistPolicy: z.object({
|
|
@@ -9405,7 +9405,7 @@ var SearchServicesResponse = z.object({
|
|
|
9405
9405
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
9406
9406
|
).min(1).optional(),
|
|
9407
9407
|
allowAnonymous: z.boolean().describe(
|
|
9408
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
9408
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
9409
9409
|
).optional().nullable()
|
|
9410
9410
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
9411
9411
|
reschedulePolicy: z.object({
|
|
@@ -9419,7 +9419,7 @@ var SearchServicesResponse = z.object({
|
|
|
9419
9419
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
9420
9420
|
).min(1).optional(),
|
|
9421
9421
|
allowAnonymous: z.boolean().describe(
|
|
9422
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
9422
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
9423
9423
|
).optional().nullable()
|
|
9424
9424
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
9425
9425
|
waitlistPolicy: z.object({
|
|
@@ -10089,7 +10089,7 @@ var QueryPoliciesResponse = z.object({
|
|
|
10089
10089
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
10090
10090
|
).min(1).optional(),
|
|
10091
10091
|
allowAnonymous: z.boolean().describe(
|
|
10092
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
10092
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
10093
10093
|
).optional().nullable()
|
|
10094
10094
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
10095
10095
|
reschedulePolicy: z.object({
|
|
@@ -10103,7 +10103,7 @@ var QueryPoliciesResponse = z.object({
|
|
|
10103
10103
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
10104
10104
|
).min(1).optional(),
|
|
10105
10105
|
allowAnonymous: z.boolean().describe(
|
|
10106
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
10106
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
10107
10107
|
).optional().nullable()
|
|
10108
10108
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
10109
10109
|
waitlistPolicy: z.object({
|
|
@@ -10575,7 +10575,7 @@ var QueryPoliciesResponse = z.object({
|
|
|
10575
10575
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
10576
10576
|
).min(1).optional(),
|
|
10577
10577
|
allowAnonymous: z.boolean().describe(
|
|
10578
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
10578
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
10579
10579
|
).optional().nullable()
|
|
10580
10580
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
10581
10581
|
reschedulePolicy: z.object({
|
|
@@ -10589,7 +10589,7 @@ var QueryPoliciesResponse = z.object({
|
|
|
10589
10589
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
10590
10590
|
).min(1).optional(),
|
|
10591
10591
|
allowAnonymous: z.boolean().describe(
|
|
10592
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
10592
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
10593
10593
|
).optional().nullable()
|
|
10594
10594
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
10595
10595
|
waitlistPolicy: z.object({
|
|
@@ -11665,7 +11665,7 @@ var SetServiceLocationsResponse = z.object({
|
|
|
11665
11665
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
11666
11666
|
).min(1).optional(),
|
|
11667
11667
|
allowAnonymous: z.boolean().describe(
|
|
11668
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
11668
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
11669
11669
|
).optional().nullable()
|
|
11670
11670
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
11671
11671
|
reschedulePolicy: z.object({
|
|
@@ -11679,7 +11679,7 @@ var SetServiceLocationsResponse = z.object({
|
|
|
11679
11679
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
11680
11680
|
).min(1).optional(),
|
|
11681
11681
|
allowAnonymous: z.boolean().describe(
|
|
11682
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
11682
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
11683
11683
|
).optional().nullable()
|
|
11684
11684
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
11685
11685
|
waitlistPolicy: z.object({
|
|
@@ -12346,7 +12346,7 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
12346
12346
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
12347
12347
|
).min(1).optional(),
|
|
12348
12348
|
allowAnonymous: z.boolean().describe(
|
|
12349
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
12349
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
12350
12350
|
).optional().nullable()
|
|
12351
12351
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
12352
12352
|
reschedulePolicy: z.object({
|
|
@@ -12360,7 +12360,7 @@ var EnablePricingPlansForServiceResponse = z.object({
|
|
|
12360
12360
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
12361
12361
|
).min(1).optional(),
|
|
12362
12362
|
allowAnonymous: z.boolean().describe(
|
|
12363
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
12363
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
12364
12364
|
).optional().nullable()
|
|
12365
12365
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
12366
12366
|
waitlistPolicy: z.object({
|
|
@@ -13027,7 +13027,7 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
13027
13027
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
13028
13028
|
).min(1).optional(),
|
|
13029
13029
|
allowAnonymous: z.boolean().describe(
|
|
13030
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
13030
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
13031
13031
|
).optional().nullable()
|
|
13032
13032
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
13033
13033
|
reschedulePolicy: z.object({
|
|
@@ -13041,7 +13041,7 @@ var DisablePricingPlansForServiceResponse = z.object({
|
|
|
13041
13041
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
13042
13042
|
).min(1).optional(),
|
|
13043
13043
|
allowAnonymous: z.boolean().describe(
|
|
13044
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
13044
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
13045
13045
|
).optional().nullable()
|
|
13046
13046
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
13047
13047
|
waitlistPolicy: z.object({
|
|
@@ -13719,7 +13719,7 @@ var SetCustomSlugResponse = z.object({
|
|
|
13719
13719
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
13720
13720
|
).min(1).optional(),
|
|
13721
13721
|
allowAnonymous: z.boolean().describe(
|
|
13722
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
13722
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
13723
13723
|
).optional().nullable()
|
|
13724
13724
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
13725
13725
|
reschedulePolicy: z.object({
|
|
@@ -13733,7 +13733,7 @@ var SetCustomSlugResponse = z.object({
|
|
|
13733
13733
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
13734
13734
|
).min(1).optional(),
|
|
13735
13735
|
allowAnonymous: z.boolean().describe(
|
|
13736
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
13736
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
13737
13737
|
).optional().nullable()
|
|
13738
13738
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
13739
13739
|
waitlistPolicy: z.object({
|
|
@@ -14413,7 +14413,7 @@ var CloneServiceResponse = z.object({
|
|
|
14413
14413
|
"Minimum number of minutes before the start of the booked session that the booking can be canceled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
14414
14414
|
).min(1).optional(),
|
|
14415
14415
|
allowAnonymous: z.boolean().describe(
|
|
14416
|
-
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
14416
|
+
"Whether this cancellation policy allows anonymous cancellations.\n\n**Important**: This flag only applies when `enabled` is `true`. If the cancellation\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot cancel\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous cancellations are allowed by default\nso that customers aren't required to be site members to cancel their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
14417
14417
|
).optional().nullable()
|
|
14418
14418
|
}).describe("Policy for canceling a booked entity.").optional(),
|
|
14419
14419
|
reschedulePolicy: z.object({
|
|
@@ -14427,7 +14427,7 @@ var CloneServiceResponse = z.object({
|
|
|
14427
14427
|
"Minimum number of minutes before the start of the booked session that the booking can be rescheduled.\n\nDefault: 1440 minutes (1 day)\nMin: 1 minute"
|
|
14428
14428
|
).min(1).optional(),
|
|
14429
14429
|
allowAnonymous: z.boolean().describe(
|
|
14430
|
-
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to
|
|
14430
|
+
"Whether this reschedule policy allows anonymous rescheduling.\n\n**Important**: This flag only applies when `enabled` is `true`. If the reschedule\npolicy itself is disabled (`enabled` = `false`), anonymous users cannot reschedule\nregardless of this flag's value.\n\nWhen not set (null), defaults to enabled. Anonymous rescheduling is allowed by default\nso that customers aren't required to be site members to reschedule their bookings.\n\nDefault: `null` (treated as `true`)"
|
|
14431
14431
|
).optional().nullable()
|
|
14432
14432
|
}).describe("Policy for rescheduling a booked entity.").optional(),
|
|
14433
14433
|
waitlistPolicy: z.object({
|