Skip to content

Commit 7d5e9a4

Browse files
chore: hide rrHostSubsetIds and rrHostSubsetEnabled from api docs for now (#25769)
1 parent 5253f26 commit 7d5e9a4

File tree

8 files changed

+14
-89
lines changed

8 files changed

+14
-89
lines changed

apps/api/v2/src/ee/bookings/2024-04-15/inputs/create-booking.input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ export class CreateBookingInput_2024_04_15 {
228228
@ApiPropertyOptional()
229229
crmOwnerRecordType?: string;
230230

231-
@ApiPropertyOptional({
231+
/* @ApiPropertyOptional({
232232
type: [Number],
233233
description:
234234
"For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
235235
example: [1, 2, 3],
236-
})
236+
}) */
237237
@ApiHideProperty()
238238
@IsOptional()
239239
@IsArray()

docs/api-reference/v2/openapi.json

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -3270,19 +3270,6 @@
32703270
"type": "string"
32713271
}
32723272
},
3273-
{
3274-
"name": "rrHostSubsetIds",
3275-
"required": false,
3276-
"in": "query",
3277-
"description": "For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
3278-
"example": [1, 2, 3],
3279-
"schema": {
3280-
"type": "array",
3281-
"items": {
3282-
"type": "number"
3283-
}
3284-
}
3285-
},
32863273
{
32873274
"name": "queueResponse",
32883275
"required": false,
@@ -6825,19 +6812,6 @@
68256812
"type": "string"
68266813
}
68276814
},
6828-
{
6829-
"name": "rrHostSubsetIds",
6830-
"required": false,
6831-
"in": "query",
6832-
"description": "For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
6833-
"example": [1, 2, 3],
6834-
"schema": {
6835-
"type": "array",
6836-
"items": {
6837-
"type": "number"
6838-
}
6839-
}
6840-
},
68416815
{
68426816
"name": "queueResponse",
68436817
"required": false,
@@ -13344,19 +13318,6 @@
1334413318
"type": "string"
1334513319
}
1334613320
},
13347-
{
13348-
"name": "rrHostSubsetIds",
13349-
"required": false,
13350-
"in": "query",
13351-
"description": "For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
13352-
"example": [1, 2, 3],
13353-
"schema": {
13354-
"type": "array",
13355-
"items": {
13356-
"type": "number"
13357-
}
13358-
}
13359-
},
1336013321
{
1336113322
"name": "routingFormId",
1336213323
"required": true,
@@ -19702,10 +19663,6 @@
1970219663
"rescheduleWithSameRoundRobinHost": {
1970319664
"type": "boolean",
1970419665
"description": "Rescheduled events will be assigned to the same host as initially scheduled."
19705-
},
19706-
"rrHostSubsetEnabled": {
19707-
"type": "boolean",
19708-
"description": "For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type."
1970919666
}
1971019667
},
1971119668
"required": [
@@ -21719,10 +21676,6 @@
2171921676
"rescheduleWithSameRoundRobinHost": {
2172021677
"type": "boolean",
2172121678
"description": "Rescheduled events will be assigned to the same host as initially scheduled."
21722-
},
21723-
"rrHostSubsetEnabled": {
21724-
"type": "boolean",
21725-
"description": "For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type."
2172621679
}
2172721680
},
2172821681
"required": ["lengthInMinutes", "title", "slug", "schedulingType"]
@@ -22186,10 +22139,6 @@
2218622139
"rescheduleWithSameRoundRobinHost": {
2218722140
"type": "boolean",
2218822141
"description": "Rescheduled events will be assigned to the same host as initially scheduled."
22189-
},
22190-
"rrHostSubsetEnabled": {
22191-
"type": "boolean",
22192-
"description": "For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type."
2219322142
}
2219422143
}
2219522144
},
@@ -28002,14 +27951,6 @@
2800227951
"type": "string",
2800327952
"description": "Email verification code required when event type has email verification enabled.",
2800427953
"example": "123456"
28005-
},
28006-
"rrHostSubsetIds": {
28007-
"description": "For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
28008-
"example": [1, 2, 3],
28009-
"type": "array",
28010-
"items": {
28011-
"type": "number"
28012-
}
2801327954
}
2801427955
},
2801527956
"required": ["start", "attendee"]
@@ -28134,14 +28075,6 @@
2813428075
"description": "Email verification code required when event type has email verification enabled.",
2813528076
"example": "123456"
2813628077
},
28137-
"rrHostSubsetIds": {
28138-
"description": "For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
28139-
"example": [1, 2, 3],
28140-
"type": "array",
28141-
"items": {
28142-
"type": "number"
28143-
}
28144-
},
2814528078
"instant": {
2814628079
"type": "boolean",
2814728080
"description": "Flag indicating if the booking is an instant booking. Only available for team events.",
@@ -28270,14 +28203,6 @@
2827028203
"description": "Email verification code required when event type has email verification enabled.",
2827128204
"example": "123456"
2827228205
},
28273-
"rrHostSubsetIds": {
28274-
"description": "For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
28275-
"example": [1, 2, 3],
28276-
"type": "array",
28277-
"items": {
28278-
"type": "number"
28279-
}
28280-
},
2828128206
"recurrenceCount": {
2828228207
"type": "number",
2828328208
"description": "The number of recurrences. If not provided then event type recurrence count will be used. Can't be more than\n event type recurrence count",

packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@ export class CreateBookingInput_2024_08_13 {
395395
@IsString()
396396
emailVerificationCode?: string;
397397

398-
@ApiPropertyOptional({
398+
/* @ApiPropertyOptional({
399399
type: [Number],
400400
description:
401401
"For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
402402
example: [1, 2, 3],
403-
})
403+
}) */
404404
@ApiHideProperty()
405405
@IsOptional()
406406
@IsArray()

packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,10 +642,10 @@ export class CreateTeamEventTypeInput_2024_06_14 extends BaseCreateEventTypeInpu
642642

643643
@IsBoolean()
644644
@IsOptional()
645-
@DocsPropertyOptional({
645+
/* @DocsPropertyOptional({
646646
description:
647647
"For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
648-
})
648+
}) */
649649
@ApiHideProperty()
650650
rrHostSubsetEnabled?: boolean;
651651
}

packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,10 @@ export class UpdateTeamEventTypeInput_2024_06_14 extends BaseUpdateEventTypeInpu
560560

561561
@IsBoolean()
562562
@IsOptional()
563-
@DocsPropertyOptional({
563+
/* @DocsPropertyOptional({
564564
description:
565565
"For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
566-
})
566+
}) */
567567
@ApiHideProperty()
568568
rrHostSubsetEnabled?: boolean;
569569
}

packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,10 @@ export class TeamEventTypeOutput_2024_06_14 extends BaseEventTypeOutput_2024_06_
554554

555555
@IsBoolean()
556556
@IsOptional()
557-
@ApiPropertyOptional({
557+
/* @ApiPropertyOptional({
558558
description:
559559
"For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
560-
})
560+
}) */
561561
@ApiHideProperty()
562562
rrHostSubsetEnabled?: boolean;
563563
}

packages/platform/types/slots/slots-2024-04-15/inputs/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ export class GetAvailableSlotsInput_2024_04_15 {
218218
@IsArray()
219219
@IsNumber({}, { each: true })
220220
@IsOptional()
221-
@ApiPropertyOptional({
221+
/* @ApiPropertyOptional({
222222
type: [Number],
223223
description:
224224
"For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
225225
example: [1, 2, 3],
226-
})
226+
}) */
227227
@ApiHideProperty()
228228
rrHostSubsetIds?: number[];
229229
}

packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ export class GetAvailableSlotsInput_2024_09_04 {
101101
@IsArray()
102102
@IsNumber({}, { each: true })
103103
@IsOptional()
104-
@ApiPropertyOptional({
104+
/* @ApiPropertyOptional({
105105
type: [Number],
106106
description:
107107
"For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
108108
example: [1, 2, 3],
109-
})
109+
}) */
110110
@ApiHideProperty()
111111
rrHostSubsetIds?: number[];
112112
}

0 commit comments

Comments
 (0)