fix: remove empty lines

pull/9078/head
Agusti Fernandez Pardo 2022-04-29 01:54:21 +02:00
parent bb28680413
commit d6c34a8e51
26 changed files with 0 additions and 70 deletions

View File

@ -23,7 +23,6 @@ import {
* required: true
* description: Numeric ID of the attendee to get
* example: 3
* tags:
* - attendees
* responses:
@ -65,7 +64,6 @@ import {
* example: 3
* required: true
* description: Numeric ID of the attendee to edit
* tags:
* - attendees
* responses:
@ -84,7 +82,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the attendee to delete
* tags:
* - attendees
* responses:

View File

@ -11,7 +11,6 @@ import { schemaAttendeeCreateBodyParams, schemaAttendeeReadPublic } from "@lib/v
* /attendees:
* get:
* summary: Find all attendees
* tags:
* - attendees
* responses:
@ -23,7 +22,6 @@ import { schemaAttendeeCreateBodyParams, schemaAttendeeReadPublic } from "@lib/v
* description: No attendees were found
* post:
* summary: Creates a new attendee
* requestBody:
* description: Create a new attendee related to one of your bookings
* required: true

View File

@ -25,7 +25,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the availability to get
* tags:
* - availabilities
* externalDocs:
@ -46,7 +45,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the availability to edit
* tags:
* - availabilities
* externalDocs:
@ -67,7 +65,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the availability to delete
* tags:
* - availabilities
* externalDocs:

View File

@ -14,7 +14,6 @@ import {
* /availabilities:
* get:
* summary: Find all availabilities
* tags:
* - availabilities
* externalDocs:
@ -28,7 +27,6 @@ import {
* description: No availabilities were found
* post:
* summary: Creates a new availability
* tags:
* - availabilities
* externalDocs:

View File

@ -26,7 +26,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the booking reference to get
* tags:
* - booking-references
* responses:
@ -38,7 +37,6 @@ import {
* description: BookingReference was not found
* patch:
* summary: Edit an existing booking reference
* parameters:
* - in: path
* name: id
@ -46,7 +44,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the booking reference to edit
* tags:
* - booking-references
* responses:

View File

@ -14,7 +14,6 @@ import {
* /booking-references:
* get:
* summary: Find all booking references
* tags:
* - booking-references
* responses:
@ -26,13 +25,11 @@ import {
* description: No booking references were found
* post:
* summary: Creates a new booking reference
* tags:
* - booking-references
* responses:
* 201:
* description: OK, booking reference created
* 400:
* description: Bad request. BookingReference body is invalid.
* 401:

View File

@ -22,7 +22,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the booking to get
* tags:
* - bookings
* responses:
@ -34,7 +33,6 @@ import {
* description: Booking was not found
* patch:
* summary: Edit an existing booking
* parameters:
* - in: path
* name: id
@ -42,7 +40,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the booking to edit
* tags:
* - bookings
* responses:
@ -61,7 +58,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the booking to delete
* tags:
* - bookings
* responses:

View File

@ -11,7 +11,6 @@ import { schemaBookingCreateBodyParams, schemaBookingReadPublic } from "@lib/val
* /bookings:
* get:
* summary: Find all bookings
* tags:
* - bookings
* responses:
@ -23,7 +22,6 @@ import { schemaBookingCreateBodyParams, schemaBookingReadPublic } from "@lib/val
* description: No bookings were found
* post:
* summary: Creates a new booking
* tags:
* - bookings
* responses:

View File

@ -25,7 +25,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the daily event reference to get
* tags:
* - daily-event-references
* responses:
@ -37,7 +36,6 @@ import {
* description: DailyEventReference was not found
* patch:
* summary: Edit an existing daily event reference
* parameters:
* - in: path
* name: id
@ -45,7 +43,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the daily event reference to edit
* tags:
* - daily-event-references
* responses:
@ -64,7 +61,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the daily event reference to delete
* tags:
* - daily-event-references
* responses:

View File

@ -14,7 +14,6 @@ import {
* /daily-event-references:
* get:
* summary: Find all daily event reference
* tags:
* - daily-event-references
* responses:
@ -26,7 +25,6 @@ import {
* description: No daily event references were found
* post:
* summary: Creates a new daily event reference
* tags:
* - daily-event-references
* responses:

View File

@ -25,7 +25,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the destination calendar to get
* tags:
* - destination-calendars
* responses:
@ -37,7 +36,6 @@ import {
* description: DestinationCalendar was not found
* patch:
* summary: Edit an existing destination calendar
* parameters:
* - in: path
* name: id
@ -45,7 +43,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the destination calendar to edit
* tags:
* - destination-calendars
* responses:

View File

@ -14,7 +14,6 @@ import {
* /destination-calendars:
* get:
* summary: Find all destination calendars
* tags:
* - destination-calendars
* responses:
@ -26,7 +25,6 @@ import {
* description: No destination calendars were found
* post:
* summary: Creates a new destination calendar
* tags:
* - destination-calendars
* responses:

View File

@ -25,7 +25,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the eventTypeCustomInput to get
* tags:
* - event-type-custom-inputs
* responses:
@ -37,7 +36,6 @@ import {
* description: EventType was not found
* patch:
* summary: Edit an existing eventTypeCustomInput
* parameters:
* - in: path
* name: id
@ -45,7 +43,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the eventTypeCustomInput to edit
* tags:
* - event-type-custom-inputs
* responses:
@ -64,7 +61,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the eventTypeCustomInput to delete
* tags:
* - event-type-custom-inputs
* responses:

View File

@ -14,7 +14,6 @@ import {
* /event-type-custom-inputs:
* get:
* summary: Find all eventTypeCustomInputs
* tags:
* - event-type-custom-inputs
* responses:
@ -26,7 +25,6 @@ import {
* description: No eventTypeCustomInputs were found
* post:
* summary: Creates a new eventTypeCustomInput
* tags:
* - event-type-custom-inputs
* responses:

View File

@ -11,7 +11,6 @@ import { schemaEventTypeBodyParams, schemaEventTypePublic } from "@lib/validatio
* /event-types:
* get:
* summary: Find all event types
* tags:
* - event-types
* externalDocs:
@ -25,7 +24,6 @@ import { schemaEventTypeBodyParams, schemaEventTypePublic } from "@lib/validatio
* description: No event types were found
* post:
* summary: Creates a new event type
* tags:
* - event-types
* externalDocs:

View File

@ -25,7 +25,6 @@ import { schemaQueryIdAsString, withValidQueryIdString } from "@lib/validations/
* type: integer
* required: true
* description: Numeric teamId of the membership to get
* tags:
* - memberships
* responses:
@ -37,7 +36,6 @@ import { schemaQueryIdAsString, withValidQueryIdString } from "@lib/validations/
* description: Membership was not found
* patch:
* summary: Edit an existing membership
* parameters:
* - in: path
* name: userId
@ -51,7 +49,6 @@ import { schemaQueryIdAsString, withValidQueryIdString } from "@lib/validations/
* type: integer
* required: true
* description: Numeric teamId of the membership to get
* tags:
* - memberships
* responses:
@ -76,7 +73,6 @@ import { schemaQueryIdAsString, withValidQueryIdString } from "@lib/validations/
* type: integer
* required: true
* description: Numeric teamId of the membership to get
* tags:
* - memberships
* responses:

View File

@ -11,7 +11,6 @@ import { schemaMembershipBodyParams, schemaMembershipPublic } from "@lib/validat
* /memberships:
* get:
* summary: Find all memberships
* tags:
* - memberships
* responses:
@ -23,7 +22,6 @@ import { schemaMembershipBodyParams, schemaMembershipPublic } from "@lib/validat
* description: No memberships were found
* post:
* summary: Creates a new membership
* tags:
* - memberships
* responses:

View File

@ -22,7 +22,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the payment to get
* tags:
* - payments
* responses:

View File

@ -11,7 +11,6 @@ import { schemaPaymentPublic } from "@lib/validations/payment";
* /payments:
* get:
* summary: Find all payments
* tags:
* - payments
* responses:

View File

@ -22,7 +22,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the schedule to get
* tags:
* - schedules
* responses:
@ -34,16 +33,13 @@ import {
* description: Schedule was not found
* patch:
* summary: Edit an existing schedule
* parameters:
* - in: path
* name: id
* schema:
* type: integer
* required: true
* description: Numeric ID of the schedule to edit
* tags:
* - schedules
* responses:
@ -62,7 +58,6 @@ import {
* type: integer
* required: true
* description: Numeric ID of the schedule to delete
* tags:
* - schedules
* responses:

View File

@ -34,7 +34,6 @@ import { schemaQueryIdAsString, withValidQueryIdString } from "@lib/validations/
* type: string
* required: true
* description: integration of the selected calendar to get
* tags:
* - selected-calendars
* responses:
@ -65,7 +64,6 @@ import { schemaQueryIdAsString, withValidQueryIdString } from "@lib/validations/
* type: string
* required: true
* description: integration of the selected calendar to get
* tags:
* - selected-calendars
* responses:

View File

@ -14,7 +14,6 @@ import {
* /selected-calendars:
* get:
* summary: Find all selected calendars
* tags:
* - selected-calendars
* responses:
@ -26,7 +25,6 @@ import {
* description: No selected calendars were found
* post:
* summary: Creates a new selected calendar
* tags:
* - selected-calendars
* responses:

View File

@ -22,7 +22,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* type: integer
* required: true
* description: Numeric ID of the team to get
* tags:
* - teams
* responses:
@ -32,7 +31,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* description: Authorization information is missing or invalid.
* 404:
* description: Team was not found
* patch:
* summary: Edit an existing team
* parameters:
@ -42,7 +40,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* type: integer
* required: true
* description: Numeric ID of the team to edit
* tags:
* - teams
* responses:
@ -52,7 +49,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* description: Bad request. Team body is invalid.
* 401:
* description: Authorization information is missing or invalid.
* delete:
* summary: Remove an existing team
* parameters:
@ -62,7 +58,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* type: integer
* required: true
* description: Numeric ID of the team to delete
* tags:
* - teams
* responses:

View File

@ -12,7 +12,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* /teams:
* get:
* summary: Find all teams
* tags:
* - teams
* responses:
@ -24,7 +23,6 @@ import { schemaTeamBodyParams, schemaTeamPublic } from "@lib/validations/team";
* description: No teams were found
* post:
* summary: Creates a new team
* tags:
* - teams
* responses:

View File

@ -22,7 +22,6 @@ import { schemaUserEditBodyParams, schemaUserReadPublic } from "@lib/validations
* type: integer
* required: true
* description: Numeric ID of the user to get
* tags:
* - users
* responses:
@ -34,7 +33,6 @@ import { schemaUserEditBodyParams, schemaUserReadPublic } from "@lib/validations
* description: User was not found
* patch:
* summary: Edit an existing user
* parameters:
* - in: path
* name: id
@ -42,7 +40,6 @@ import { schemaUserEditBodyParams, schemaUserReadPublic } from "@lib/validations
* type: integer
* required: true
* description: Numeric ID of the user to edit
* tags:
* - users
* responses:
@ -61,7 +58,6 @@ import { schemaUserEditBodyParams, schemaUserReadPublic } from "@lib/validations
* type: integer
* required: true
* description: Numeric ID of the user to delete
* tags:
* - users
* responses:

View File

@ -11,7 +11,6 @@ import { schemaUserReadPublic } from "@lib/validations/user";
* /users:
* get:
* summary: Find all users (admin only), returns your user if regular user.
* tags:
* - users
* responses: