/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import * as runtime from '../runtime'; export interface V1CalendarsCalendarIdOptionsRequest { calendarId: string; } export interface V1CommentsCommentIdOptionsRequest { commentId: string; } export interface V1EventsEventIdOptionsRequest { eventId: string; } /** * */ export declare class CORSApi extends runtime.BaseAPI { /** * Creates request options for v1CalendarsCalendarIdOptions without sending the request */ v1CalendarsCalendarIdOptionsRequestOpts(requestParameters: V1CalendarsCalendarIdOptionsRequest): Promise; /** * Enable CORS by returning the correct headers. * CORS support */ v1CalendarsCalendarIdOptionsRaw(requestParameters: V1CalendarsCalendarIdOptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Enable CORS by returning the correct headers. * CORS support */ v1CalendarsCalendarIdOptions(requestParameters: V1CalendarsCalendarIdOptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates request options for v1CalendarsOptions without sending the request */ v1CalendarsOptionsRequestOpts(): Promise; /** * Enable CORS by returning the correct headers. * CORS support */ v1CalendarsOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Enable CORS by returning the correct headers. * CORS support */ v1CalendarsOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates request options for v1CommentsCommentIdOptions without sending the request */ v1CommentsCommentIdOptionsRequestOpts(requestParameters: V1CommentsCommentIdOptionsRequest): Promise; /** * Enable CORS by returning the correct headers. * CORS support */ v1CommentsCommentIdOptionsRaw(requestParameters: V1CommentsCommentIdOptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Enable CORS by returning the correct headers. * CORS support */ v1CommentsCommentIdOptions(requestParameters: V1CommentsCommentIdOptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates request options for v1CommentsOptions without sending the request */ v1CommentsOptionsRequestOpts(): Promise; /** * Enable CORS by returning the correct headers. * CORS support */ v1CommentsOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Enable CORS by returning the correct headers. * CORS support */ v1CommentsOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates request options for v1EventsEventIdOptions without sending the request */ v1EventsEventIdOptionsRequestOpts(requestParameters: V1EventsEventIdOptionsRequest): Promise; /** * Enable CORS by returning the correct headers. * CORS support */ v1EventsEventIdOptionsRaw(requestParameters: V1EventsEventIdOptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Enable CORS by returning the correct headers. * CORS support */ v1EventsEventIdOptions(requestParameters: V1EventsEventIdOptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates request options for v1EventsOptions without sending the request */ v1EventsOptionsRequestOpts(): Promise; /** * Enable CORS by returning the correct headers. * CORS support */ v1EventsOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Enable CORS by returning the correct headers. * CORS support */ v1EventsOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } //# sourceMappingURL=CORSApi.d.ts.map