From 9d224df2a313e249828ffa1e569d1f159a84bf16 Mon Sep 17 00:00:00 2001 From: Patrick Sachmann <20001160+psachmann@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:15:44 +0100 Subject: [PATCH 1/2] EW-1070 Updating server api client (#3475) * updating server client --- src/serverApi/v3/api.ts | 6250 ++++++++++++++++++++------------------- 1 file changed, 3167 insertions(+), 3083 deletions(-) diff --git a/src/serverApi/v3/api.ts b/src/serverApi/v3/api.ts index 1e6ef9bd53..77378d1f62 100644 --- a/src/serverApi/v3/api.ts +++ b/src/serverApi/v3/api.ts @@ -5,7 +5,7 @@ * This is v3 of Schulcloud-Verbund-Software Server. Checkout /docs for v1. * * The version of the OpenAPI document: 3.0 - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -22,7 +22,7 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base'; /** - * + * * @export * @interface AccountByIdBodyParams */ @@ -47,44 +47,44 @@ export interface AccountByIdBodyParams { activated?: boolean | null; } /** - * + * * @export * @interface AccountResponse */ export interface AccountResponse { /** - * + * * @type {string} * @memberof AccountResponse */ id: string; /** - * + * * @type {string} * @memberof AccountResponse */ username: string; /** - * + * * @type {string} * @memberof AccountResponse */ userId: string; /** - * + * * @type {boolean} * @memberof AccountResponse */ activated: boolean; /** - * + * * @type {string} * @memberof AccountResponse */ updatedAt: string; } /** - * + * * @export * @interface AccountSearchListResponse */ @@ -115,7 +115,7 @@ export interface AccountSearchListResponse { limit: number; } /** - * + * * @export * @interface AddRoomMembersBodyParams */ @@ -128,20 +128,20 @@ export interface AddRoomMembersBodyParams { userIds: Array; } /** - * + * * @export * @interface AlertResponse */ export interface AlertResponse { /** - * + * * @type {Array} * @memberof AlertResponse */ data: Array; } /** - * + * * @export * @interface ApiValidationError */ @@ -178,13 +178,13 @@ export interface ApiValidationError { details?: object; } /** - * + * * @export * @interface AuthorizationBodyParams */ export interface AuthorizationBodyParams { /** - * + * * @type {AuthorizationContextParams} * @memberof AuthorizationBodyParams */ @@ -224,7 +224,7 @@ export enum AuthorizationBodyParamsReferenceTypeEnum { } /** - * + * * @export * @interface AuthorizationContextParams */ @@ -428,113 +428,113 @@ export enum AuthorizationContextParamsRequiredPermissionsEnum { } /** - * + * * @export * @interface AuthorizedReponse */ export interface AuthorizedReponse { /** - * + * * @type {string} * @memberof AuthorizedReponse */ userId: string; /** - * + * * @type {boolean} * @memberof AuthorizedReponse */ isAuthorized: boolean; } /** - * + * * @export * @interface BasicToolConfigParams */ export interface BasicToolConfigParams { /** - * + * * @type {string} * @memberof BasicToolConfigParams */ type: string; /** - * + * * @type {string} * @memberof BasicToolConfigParams */ baseUrl: string; } /** - * + * * @export * @interface BoardColumnBoardResponse */ export interface BoardColumnBoardResponse { /** - * + * * @type {string} * @memberof BoardColumnBoardResponse */ id: string; /** - * + * * @type {string} * @memberof BoardColumnBoardResponse */ title: string; /** - * + * * @type {boolean} * @memberof BoardColumnBoardResponse */ published: boolean; /** - * + * * @type {string} * @memberof BoardColumnBoardResponse */ createdAt: string; /** - * + * * @type {string} * @memberof BoardColumnBoardResponse */ updatedAt: string; /** - * + * * @type {string} * @memberof BoardColumnBoardResponse */ columnBoardId: string; /** - * + * * @type {BoardLayout} * @memberof BoardColumnBoardResponse */ layout: BoardLayout; } /** - * + * * @export * @interface BoardContextResponse */ export interface BoardContextResponse { /** - * + * * @type {string} * @memberof BoardContextResponse */ id: string; /** - * + * * @type {BoardExternalReferenceType} * @memberof BoardContextResponse */ type: BoardExternalReferenceType; } /** - * + * * @export * @interface BoardElementResponse */ @@ -564,7 +564,7 @@ export enum BoardElementResponseTypeEnum { } /** - * + * * @export * @enum {string} */ @@ -575,7 +575,7 @@ export enum BoardExternalReferenceType { } /** - * + * * @export * @enum {string} */ @@ -586,68 +586,68 @@ export enum BoardLayout { } /** - * + * * @export * @interface BoardLessonResponse */ export interface BoardLessonResponse { /** - * + * * @type {string} * @memberof BoardLessonResponse */ id: string; /** - * + * * @type {string} * @memberof BoardLessonResponse */ name: string; /** - * + * * @type {string} * @memberof BoardLessonResponse */ courseName?: string; /** - * + * * @type {number} * @memberof BoardLessonResponse */ numberOfPublishedTasks: number; /** - * + * * @type {number} * @memberof BoardLessonResponse */ numberOfDraftTasks: number; /** - * + * * @type {number} * @memberof BoardLessonResponse */ numberOfPlannedTasks: number; /** - * + * * @type {string} * @memberof BoardLessonResponse */ createdAt: string; /** - * + * * @type {string} * @memberof BoardLessonResponse */ updatedAt: string; /** - * + * * @type {boolean} * @memberof BoardLessonResponse */ hidden: boolean; } /** - * + * * @export * @enum {string} */ @@ -658,222 +658,222 @@ export enum BoardParentType { } /** - * + * * @export * @interface BoardResponse */ export interface BoardResponse { /** - * + * * @type {string} * @memberof BoardResponse */ id: string; /** - * + * * @type {string} * @memberof BoardResponse */ title: string; /** - * + * * @type {Array} * @memberof BoardResponse */ columns: Array; /** - * + * * @type {TimestampsResponse} * @memberof BoardResponse */ timestamps: TimestampsResponse; /** - * + * * @type {boolean} * @memberof BoardResponse */ isVisible: boolean; /** - * + * * @type {string} * @memberof BoardResponse */ layout: string; } /** - * + * * @export * @interface BoardTaskResponse */ export interface BoardTaskResponse { /** - * + * * @type {string} * @memberof BoardTaskResponse */ id: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ name: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ availableDate?: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ dueDate?: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ courseName?: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ description?: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ displayColor?: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ createdAt: string; /** - * + * * @type {string} * @memberof BoardTaskResponse */ updatedAt: string; /** - * + * * @type {BoardTaskStatusResponse} * @memberof BoardTaskResponse */ status: BoardTaskStatusResponse; } /** - * + * * @export * @interface BoardTaskStatusResponse */ export interface BoardTaskStatusResponse { /** - * + * * @type {number} * @memberof BoardTaskStatusResponse */ submitted: number; /** - * + * * @type {number} * @memberof BoardTaskStatusResponse */ maxSubmissions: number; /** - * + * * @type {number} * @memberof BoardTaskStatusResponse */ graded: number; /** - * + * * @type {boolean} * @memberof BoardTaskStatusResponse */ isDraft: boolean; /** - * + * * @type {boolean} * @memberof BoardTaskStatusResponse */ isSubstitutionTeacher: boolean; /** - * + * * @type {boolean} * @memberof BoardTaskStatusResponse */ isFinished: boolean; } /** - * + * * @export * @interface CardListResponse */ export interface CardListResponse { /** - * + * * @type {Array} * @memberof CardListResponse */ data: Array; } /** - * + * * @export * @interface CardResponse */ export interface CardResponse { /** - * + * * @type {string} * @memberof CardResponse */ id: string; /** - * + * * @type {string} * @memberof CardResponse */ title?: string; /** - * + * * @type {number} * @memberof CardResponse */ height: number; /** - * + * * @type {Array} * @memberof CardResponse */ elements: Array; /** - * + * * @type {VisibilitySettingsResponse} * @memberof CardResponse */ visibilitySettings: VisibilitySettingsResponse; /** - * + * * @type {TimestampsResponse} * @memberof CardResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @interface CardSkeletonResponse */ export interface CardSkeletonResponse { /** - * + * * @type {string} * @memberof CardSkeletonResponse */ @@ -886,74 +886,74 @@ export interface CardSkeletonResponse { height: number; } /** - * + * * @export * @interface ChangeLanguageParams */ export interface ChangeLanguageParams { /** - * + * * @type {LanguageType} * @memberof ChangeLanguageParams */ language: LanguageType; } /** - * + * * @export * @interface ClassInfoResponse */ export interface ClassInfoResponse { /** - * + * * @type {string} * @memberof ClassInfoResponse */ id: string; /** - * + * * @type {string} * @memberof ClassInfoResponse */ type: ClassInfoResponseTypeEnum; /** - * + * * @type {string} * @memberof ClassInfoResponse */ name: string; /** - * + * * @type {string} * @memberof ClassInfoResponse */ externalSourceName?: string; /** - * + * * @type {Array} * @memberof ClassInfoResponse */ teacherNames: Array; /** - * + * * @type {string} * @memberof ClassInfoResponse */ schoolYear?: string; /** - * + * * @type {boolean} * @memberof ClassInfoResponse */ isUpgradable?: boolean; /** - * + * * @type {number} * @memberof ClassInfoResponse */ studentCount: number; /** - * + * * @type {Array} * @memberof ClassInfoResponse */ @@ -970,7 +970,7 @@ export enum ClassInfoResponseTypeEnum { } /** - * + * * @export * @interface ClassInfoSearchListResponse */ @@ -1001,7 +1001,7 @@ export interface ClassInfoSearchListResponse { limit: number; } /** - * + * * @export * @enum {string} */ @@ -1011,26 +1011,26 @@ export enum ClassRequestContext { } /** - * + * * @export * @interface ClassResponse */ export interface ClassResponse { /** - * + * * @type {string} * @memberof ClassResponse */ name: string; /** - * + * * @type {number} * @memberof ClassResponse */ gradeLevel: number; } /** - * + * * @export * @enum {string} */ @@ -1043,38 +1043,38 @@ export enum ClassSortQueryType { } /** - * + * * @export * @interface CollaborativeTextEditorElementResponse */ export interface CollaborativeTextEditorElementResponse { /** - * + * * @type {string} * @memberof CollaborativeTextEditorElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof CollaborativeTextEditorElementResponse */ type: ContentElementType; /** - * + * * @type {TimestampsResponse} * @memberof CollaborativeTextEditorElementResponse */ timestamps: TimestampsResponse; /** - * + * * @type {object} * @memberof CollaborativeTextEditorElementResponse */ content: object; } /** - * + * * @export * @enum {string} */ @@ -1083,504 +1083,612 @@ export enum CollaborativeTextEditorParentType { } /** - * + * * @export * @interface CollaborativeTextEditorResponse */ export interface CollaborativeTextEditorResponse { /** - * + * * @type {string} * @memberof CollaborativeTextEditorResponse */ url: string; } /** - * + * * @export * @interface CollapsableBodyParams */ export interface CollapsableBodyParams { /** - * + * * @type {boolean} * @memberof CollapsableBodyParams */ collapsed: boolean; } /** - * + * * @export * @interface ColorBodyParams */ export interface ColorBodyParams { /** - * + * * @type {MediaBoardColors} * @memberof ColorBodyParams */ backgroundColor: MediaBoardColors; } /** - * + * * @export * @interface ColumnResponse */ export interface ColumnResponse { /** - * + * * @type {string} * @memberof ColumnResponse */ id: string; /** - * + * * @type {string} * @memberof ColumnResponse */ title: string; /** - * + * * @type {Array} * @memberof ColumnResponse */ cards: Array; /** - * + * * @type {TimestampsResponse} * @memberof ColumnResponse */ timestamps: TimestampsResponse; } /** - * + * + * @export + * @interface ComponentEtherpadPropsImpl + */ +export interface ComponentEtherpadPropsImpl { + /** + * description of a Etherpad component + * @type {string} + * @memberof ComponentEtherpadPropsImpl + */ + description: string; + /** + * title of a Etherpad component + * @type {string} + * @memberof ComponentEtherpadPropsImpl + */ + title: string; + /** + * url of a Etherpad component + * @type {string} + * @memberof ComponentEtherpadPropsImpl + */ + url: string; +} +/** + * + * @export + * @interface ComponentGeogebraPropsImpl + */ +export interface ComponentGeogebraPropsImpl { + /** + * materialId of a Geogebra component + * @type {string} + * @memberof ComponentGeogebraPropsImpl + */ + materialId: string; +} +/** + * + * @export + * @interface ComponentInternalPropsImpl + */ +export interface ComponentInternalPropsImpl { + /** + * url of a Internal component + * @type {string} + * @memberof ComponentInternalPropsImpl + */ + url: string; +} +/** + * + * @export + * @interface ComponentLernstorePropsImpl + */ +export interface ComponentLernstorePropsImpl { + /** + * resources of a Lernstore component + * @type {Array} + * @memberof ComponentLernstorePropsImpl + */ + resources: Array; +} +/** + * + * @export + * @interface ComponentNexboardPropsImpl + */ +export interface ComponentNexboardPropsImpl { + /** + * board of a Nexboard component + * @type {string} + * @memberof ComponentNexboardPropsImpl + */ + board: string; + /** + * description of a Nexboard component + * @type {string} + * @memberof ComponentNexboardPropsImpl + */ + description: string; + /** + * title of a Nexboard component + * @type {string} + * @memberof ComponentNexboardPropsImpl + */ + title: string; + /** + * url of a Nexboard component + * @type {string} + * @memberof ComponentNexboardPropsImpl + */ + url: string; +} +/** + * + * @export + * @interface ComponentTextPropsImpl + */ +export interface ComponentTextPropsImpl { + /** + * + * @type {string} + * @memberof ComponentTextPropsImpl + */ + text: string; +} +/** + * * @export * @interface ConfigResponse */ export interface ConfigResponse { /** - * + * * @type {string} * @memberof ConfigResponse */ ACCESSIBILITY_REPORT_EMAIL: string; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_NEW_SCHOOL_ADMINISTRATION_PAGE_AS_DEFAULT_ENABLED: boolean; /** - * + * * @type {number} * @memberof ConfigResponse */ MIGRATION_END_GRACE_PERIOD_MS: number; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_CTL_TOOLS_TAB_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_LTI_TOOLS_TAB_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SHOW_OUTDATED_USERS: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_ENABLE_LDAP_SYNC_DURING_MIGRATION: boolean; /** - * + * * @type {number} * @memberof ConfigResponse */ CTL_TOOLS_RELOAD_TIME_MS: number; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SHOW_NEW_ROOMS_VIEW_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_CTL_TOOLS_COPY_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_PREFERRED_CTL_TOOLS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SHOW_MIGRATION_WIZARD: boolean; /** - * + * * @type {string} * @memberof ConfigResponse */ MIGRATION_WIZARD_DOCUMENTATION_LINK?: string; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_TLDRAW_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ ADMIN_TABLES_DISPLAY_CONSENT_COLUMN: boolean; /** - * + * * @type {string} * @memberof ConfigResponse */ ALERT_STATUS_URL: string | null; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_ES_COLLECTIONS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_EXTENSIONS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_TEAMS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_LERNSTORE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_ADMIN_TOGGLE_STUDENT_LERNSTORE_VIEW_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ TEACHER_STUDENT_VISIBILITY__IS_VISIBLE: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SCHOOL_POLICY_ENABLED_NEW: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SCHOOL_TERMS_OF_USE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_NEXBOARD_COPY_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_VIDEOCONFERENCE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_COLLABORATIVE_TEXT_EDITOR_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_LINK_ELEMENT_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_SHARE: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_SOCKET_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COLUMN_BOARD_VIDEOCONFERENCE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COURSE_SHARE: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_LOGIN_LINK_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_LESSON_SHARE: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_TASK_SHARE: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_BOARD_LAYOUT_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_USER_MIGRATION_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ CALENDAR_SERVICE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COPY_SERVICE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_CONSENT_NECESSARY: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COMMON_CARTRIDGE_COURSE_EXPORT_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_COMMON_CARTRIDGE_COURSE_IMPORT_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SCHOOL_SANIS_USER_MIGRATION_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_ALLOW_INSECURE_LDAP_URL_ENABLED: boolean; /** - * + * * @type {string} * @memberof ConfigResponse */ GHOST_BASE_URL: string; /** - * + * * @type {boolean} * @memberof ConfigResponse */ ROCKETCHAT_SERVICE_ENABLED: boolean; /** - * + * * @type {Array} * @memberof ConfigResponse */ I18N__AVAILABLE_LANGUAGES: Array; /** - * + * * @type {LanguageType} * @memberof ConfigResponse */ I18N__DEFAULT_LANGUAGE: LanguageType; /** - * + * * @type {LanguageType} * @memberof ConfigResponse */ I18N__FALLBACK_LANGUAGE: LanguageType; /** - * + * * @type {Timezone} * @memberof ConfigResponse */ I18N__DEFAULT_TIMEZONE: Timezone; /** - * + * * @type {number} * @memberof ConfigResponse */ JWT_SHOW_TIMEOUT_WARNING_SECONDS: number; /** - * + * * @type {number} * @memberof ConfigResponse */ JWT_TIMEOUT_SECONDS: number; /** - * + * * @type {string} * @memberof ConfigResponse */ NOT_AUTHENTICATED_REDIRECT_URL: string; /** - * + * * @type {string} * @memberof ConfigResponse */ DOCUMENT_BASE_DIR: string; /** - * + * * @type {SchulcloudTheme} * @memberof ConfigResponse */ SC_THEME: SchulcloudTheme; /** - * + * * @type {string} * @memberof ConfigResponse */ SC_TITLE: string; /** - * + * * @type {string} * @memberof ConfigResponse */ TRAINING_URL: string; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_MEDIA_SHELF_ENABLED: boolean; /** - * + * * @type {string} * @memberof ConfigResponse */ BOARD_COLLABORATION_URI: string; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_AI_TUTOR_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_ROOMS_ENABLED: boolean; /** - * + * * @type {boolean} * @memberof ConfigResponse */ FEATURE_EXTERNAL_SYSTEM_LOGOUT_ENABLED: boolean; } /** - * + * * @export * @interface ConsentRequestBody */ @@ -1635,7 +1743,7 @@ export interface ConsentRequestBody { remember_for?: number; } /** - * + * * @export * @interface ConsentResponse */ @@ -1647,7 +1755,7 @@ export interface ConsentResponse { */ acr: string; /** - * + * * @type {Array} * @memberof ConsentResponse */ @@ -1659,13 +1767,13 @@ export interface ConsentResponse { */ challenge: string; /** - * + * * @type {OauthClientResponse} * @memberof ConsentResponse */ client: OauthClientResponse; /** - * + * * @type {object} * @memberof ConsentResponse */ @@ -1683,7 +1791,7 @@ export interface ConsentResponse { */ login_session_id: string; /** - * + * * @type {OidcContextResponse} * @memberof ConsentResponse */ @@ -1695,7 +1803,7 @@ export interface ConsentResponse { */ request_url: string; /** - * + * * @type {Array} * @memberof ConsentResponse */ @@ -1720,7 +1828,7 @@ export interface ConsentResponse { subject: string; } /** - * + * * @export * @interface ConsentSessionResponse */ @@ -1745,26 +1853,26 @@ export interface ConsentSessionResponse { challenge: string; } /** - * + * * @export * @interface ConsentsResponse */ export interface ConsentsResponse { /** - * + * * @type {UserConsentResponse} * @memberof ConsentsResponse */ userConsent: UserConsentResponse; /** - * + * * @type {Array} * @memberof ConsentsResponse */ parentConsents: Array; } /** - * + * * @export * @enum {string} */ @@ -1781,26 +1889,26 @@ export enum ContentElementType { } /** - * + * * @export * @interface ContextExternalToolBodyParams */ export interface ContextExternalToolBodyParams { /** - * + * * @type {string} * @memberof ContextExternalToolBodyParams */ contextId: string; /** - * + * * @type {ToolContextType} * @memberof ContextExternalToolBodyParams */ contextType: ToolContextType; } /** - * + * * @export * @interface ContextExternalToolConfigurationStatusResponse */ @@ -1843,161 +1951,161 @@ export interface ContextExternalToolConfigurationStatusResponse { isNotLicensed: boolean; } /** - * + * * @export * @interface ContextExternalToolConfigurationTemplateListResponse */ export interface ContextExternalToolConfigurationTemplateListResponse { /** - * + * * @type {Array} * @memberof ContextExternalToolConfigurationTemplateListResponse */ data: Array; } /** - * + * * @export * @interface ContextExternalToolConfigurationTemplateResponse */ export interface ContextExternalToolConfigurationTemplateResponse { /** - * + * * @type {string} * @memberof ContextExternalToolConfigurationTemplateResponse */ externalToolId: string; /** - * + * * @type {string} * @memberof ContextExternalToolConfigurationTemplateResponse */ schoolExternalToolId: string; /** - * + * * @type {string} * @memberof ContextExternalToolConfigurationTemplateResponse */ name: string; /** - * + * * @type {string} * @memberof ContextExternalToolConfigurationTemplateResponse */ baseUrl: string; /** - * + * * @type {string} * @memberof ContextExternalToolConfigurationTemplateResponse */ logoUrl?: string; /** - * + * * @type {Array} * @memberof ContextExternalToolConfigurationTemplateResponse */ parameters: Array; } /** - * + * * @export * @interface ContextExternalToolCountPerContextResponse */ export interface ContextExternalToolCountPerContextResponse { /** - * + * * @type {number} * @memberof ContextExternalToolCountPerContextResponse */ course: number; /** - * + * * @type {number} * @memberof ContextExternalToolCountPerContextResponse */ boardElement: number; /** - * + * * @type {number} * @memberof ContextExternalToolCountPerContextResponse */ mediaBoard: number; } /** - * + * * @export * @interface ContextExternalToolPostParams */ export interface ContextExternalToolPostParams { /** - * + * * @type {string} * @memberof ContextExternalToolPostParams */ schoolToolId: string; /** - * + * * @type {string} * @memberof ContextExternalToolPostParams */ contextId: string; /** - * + * * @type {string} * @memberof ContextExternalToolPostParams */ contextType: string; /** - * + * * @type {string} * @memberof ContextExternalToolPostParams */ displayName?: string; /** - * + * * @type {Array} * @memberof ContextExternalToolPostParams */ parameters?: Array; } /** - * + * * @export * @interface ContextExternalToolResponse */ export interface ContextExternalToolResponse { /** - * + * * @type {string} * @memberof ContextExternalToolResponse */ id: string; /** - * + * * @type {string} * @memberof ContextExternalToolResponse */ schoolToolId: string; /** - * + * * @type {string} * @memberof ContextExternalToolResponse */ contextId: string; /** - * + * * @type {string} * @memberof ContextExternalToolResponse */ contextType: ContextExternalToolResponseContextTypeEnum; /** - * + * * @type {string} * @memberof ContextExternalToolResponse */ displayName?: string; /** - * + * * @type {Array} * @memberof ContextExternalToolResponse */ @@ -2015,20 +2123,20 @@ export enum ContextExternalToolResponseContextTypeEnum { } /** - * + * * @export * @interface ContextExternalToolSearchListResponse */ export interface ContextExternalToolSearchListResponse { /** - * + * * @type {Array} * @memberof ContextExternalToolSearchListResponse */ data: Array; } /** - * + * * @export * @interface CopyApiResponse */ @@ -2131,38 +2239,38 @@ export enum CopyApiResponseStatusEnum { } /** - * + * * @export * @interface CountyResponse */ export interface CountyResponse { /** - * + * * @type {string} * @memberof CountyResponse */ id: string; /** - * + * * @type {string} * @memberof CountyResponse */ name: string; /** - * + * * @type {number} * @memberof CountyResponse */ countyId: number; /** - * + * * @type {string} * @memberof CountyResponse */ antaresKey: string; } /** - * + * * @export * @interface CourseCommonCartridgeMetadataResponse */ @@ -2193,69 +2301,44 @@ export interface CourseCommonCartridgeMetadataResponse { copyRightOwners: Array; } /** - * - * @export - * @interface CourseExportBodyParams - */ -export interface CourseExportBodyParams { - /** - * The list of ids of topics which should be exported. If empty no topics are exported. - * @type {Array} - * @memberof CourseExportBodyParams - */ - topics: Array; - /** - * The list of ids of tasks which should be exported. If empty no tasks are exported. - * @type {Array} - * @memberof CourseExportBodyParams - */ - tasks: Array; - /** - * The list of ids of column boards which should be exported. If empty no column boards are exported. - * @type {Array} - * @memberof CourseExportBodyParams - */ - columnBoards: Array; -} -/** - * + * * @export * @interface CourseInfoDataResponse */ export interface CourseInfoDataResponse { /** - * + * * @type {string} * @memberof CourseInfoDataResponse */ id: string; /** - * + * * @type {string} * @memberof CourseInfoDataResponse */ name: string; /** - * + * * @type {Array} * @memberof CourseInfoDataResponse */ teacherNames: Array; /** - * + * * @type {Array} * @memberof CourseInfoDataResponse */ classNames: Array; /** - * + * * @type {string} * @memberof CourseInfoDataResponse */ syncedGroup?: string; } /** - * + * * @export * @interface CourseInfoListResponse */ @@ -2286,26 +2369,26 @@ export interface CourseInfoListResponse { limit: number; } /** - * + * * @export * @interface CourseInfoResponse */ export interface CourseInfoResponse { /** - * + * * @type {string} * @memberof CourseInfoResponse */ id: string; /** - * + * * @type {string} * @memberof CourseInfoResponse */ name: string; } /** - * + * * @export * @interface CourseMetadataListResponse */ @@ -2336,7 +2419,7 @@ export interface CourseMetadataListResponse { limit: number; } /** - * + * * @export * @interface CourseMetadataResponse */ @@ -2385,7 +2468,7 @@ export interface CourseMetadataResponse { copyingSince?: string; } /** - * + * * @export * @enum {string} */ @@ -2394,7 +2477,7 @@ export enum CourseSortProps { } /** - * + * * @export * @enum {string} */ @@ -2404,7 +2487,7 @@ export enum CourseStatus { } /** - * + * * @export * @interface CourseSyncBodyParams */ @@ -2417,7 +2500,7 @@ export interface CourseSyncBodyParams { groupId: string; } /** - * + * * @export * @interface CreateBoardBodyParams */ @@ -2435,39 +2518,39 @@ export interface CreateBoardBodyParams { */ parentId: string; /** - * + * * @type {BoardParentType} * @memberof CreateBoardBodyParams */ parentType: BoardParentType; /** - * + * * @type {BoardLayout} * @memberof CreateBoardBodyParams */ layout: BoardLayout; } /** - * + * * @export * @interface CreateBoardResponse */ export interface CreateBoardResponse { /** - * + * * @type {string} * @memberof CreateBoardResponse */ id: string; } /** - * + * * @export * @interface CreateCardBodyParams */ export interface CreateCardBodyParams { /** - * + * * @type {Array} * @memberof CreateCardBodyParams */ @@ -2491,13 +2574,13 @@ export enum CreateCardBodyParamsRequiredEmptyElementsEnum { } /** - * + * * @export * @interface CreateContentElementBodyParams */ export interface CreateContentElementBodyParams { /** - * + * * @type {ContentElementType} * @memberof CreateContentElementBodyParams */ @@ -2510,7 +2593,20 @@ export interface CreateContentElementBodyParams { toPosition?: number; } /** - * + * + * @export + * @interface CreateCourseBodyParams + */ +export interface CreateCourseBodyParams { + /** + * The title of the course + * @type {string} + * @memberof CreateCourseBodyParams + */ + title: string; +} +/** + * * @export * @interface CreateMediaElementBodyParams */ @@ -2535,7 +2631,7 @@ export interface CreateMediaElementBodyParams { schoolExternalToolId: string; } /** - * + * * @export * @interface CreateNewsParams */ @@ -2583,7 +2679,7 @@ export enum CreateNewsParamsTargetModelEnum { } /** - * + * * @export * @interface CreateRoomBodyParams */ @@ -2595,7 +2691,7 @@ export interface CreateRoomBodyParams { */ name: string; /** - * + * * @type {RoomColor} * @memberof CreateRoomBodyParams */ @@ -2614,7 +2710,7 @@ export interface CreateRoomBodyParams { endDate?: string; } /** - * + * * @export * @interface CreateSubmissionItemBodyParams */ @@ -2627,184 +2723,184 @@ export interface CreateSubmissionItemBodyParams { completed: boolean; } /** - * + * * @export * @interface CustomParameterEntryParam */ export interface CustomParameterEntryParam { /** - * + * * @type {string} * @memberof CustomParameterEntryParam */ name: string; /** - * + * * @type {string} * @memberof CustomParameterEntryParam */ value?: string; } /** - * + * * @export * @interface CustomParameterEntryResponse */ export interface CustomParameterEntryResponse { /** - * + * * @type {string} * @memberof CustomParameterEntryResponse */ name: string; /** - * + * * @type {string} * @memberof CustomParameterEntryResponse */ value?: string; } /** - * + * * @export * @interface CustomParameterPostParams */ export interface CustomParameterPostParams { /** - * + * * @type {string} * @memberof CustomParameterPostParams */ name: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ displayName: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ description?: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ defaultValue?: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ regex?: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ regexComment?: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ scope: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ location: string; /** - * + * * @type {string} * @memberof CustomParameterPostParams */ type: string; /** - * + * * @type {boolean} * @memberof CustomParameterPostParams */ isOptional: boolean; /** - * + * * @type {boolean} * @memberof CustomParameterPostParams */ isProtected: boolean; } /** - * + * * @export * @interface CustomParameterResponse */ export interface CustomParameterResponse { /** - * + * * @type {string} * @memberof CustomParameterResponse */ name: string; /** - * + * * @type {string} * @memberof CustomParameterResponse */ displayName: string; /** - * + * * @type {string} * @memberof CustomParameterResponse */ description?: string; /** - * + * * @type {string} * @memberof CustomParameterResponse */ defaultValue?: string; /** - * + * * @type {string} * @memberof CustomParameterResponse */ regex?: string; /** - * + * * @type {string} * @memberof CustomParameterResponse */ regexComment?: string; /** - * + * * @type {string} * @memberof CustomParameterResponse */ scope: CustomParameterResponseScopeEnum; /** - * + * * @type {string} * @memberof CustomParameterResponse */ location: CustomParameterResponseLocationEnum; /** - * + * * @type {string} * @memberof CustomParameterResponse */ type: CustomParameterResponseTypeEnum; /** - * + * * @type {boolean} * @memberof CustomParameterResponse */ isOptional: boolean; /** - * + * * @type {boolean} * @memberof CustomParameterResponse */ @@ -2846,7 +2942,7 @@ export enum CustomParameterResponseTypeEnum { } /** - * + * * @export * @interface DashboardGridElementResponse */ @@ -2913,7 +3009,7 @@ export interface DashboardGridElementResponse { isSynchronized: boolean; } /** - * + * * @export * @interface DashboardGridSubElementResponse */ @@ -2944,7 +3040,7 @@ export interface DashboardGridSubElementResponse { displayColor: string; } /** - * + * * @export * @interface DashboardResponse */ @@ -2963,139 +3059,139 @@ export interface DashboardResponse { gridElements: Array; } /** - * + * * @export * @interface DeletedElementContent */ export interface DeletedElementContent { /** - * + * * @type {string} * @memberof DeletedElementContent */ title: string; /** - * + * * @type {ContentElementType} * @memberof DeletedElementContent */ deletedElementType: ContentElementType; /** - * + * * @type {string} * @memberof DeletedElementContent */ description: string; } /** - * + * * @export * @interface DeletedElementResponse */ export interface DeletedElementResponse { /** - * + * * @type {string} * @memberof DeletedElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof DeletedElementResponse */ type: ContentElementType; /** - * + * * @type {DeletedElementContent} * @memberof DeletedElementResponse */ content: DeletedElementContent; /** - * + * * @type {TimestampsResponse} * @memberof DeletedElementResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @interface DrawingContentBody */ export interface DrawingContentBody { /** - * + * * @type {string} * @memberof DrawingContentBody */ description: string; } /** - * + * * @export * @interface DrawingElementContent */ export interface DrawingElementContent { /** - * + * * @type {string} * @memberof DrawingElementContent */ description: string; } /** - * + * * @export * @interface DrawingElementContentBody */ export interface DrawingElementContentBody { /** - * + * * @type {ContentElementType} * @memberof DrawingElementContentBody */ type: ContentElementType; /** - * + * * @type {DrawingContentBody} * @memberof DrawingElementContentBody */ content: DrawingContentBody; } /** - * + * * @export * @interface DrawingElementResponse */ export interface DrawingElementResponse { /** - * + * * @type {string} * @memberof DrawingElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof DrawingElementResponse */ type: ContentElementType; /** - * + * * @type {TimestampsResponse} * @memberof DrawingElementResponse */ timestamps: TimestampsResponse; /** - * + * * @type {DrawingElementContent} * @memberof DrawingElementResponse */ content: DrawingElementContent; } /** - * + * * @export * @interface EntityNotFoundError */ @@ -3132,26 +3228,26 @@ export interface EntityNotFoundError { details?: object; } /** - * + * * @export * @interface ExternalSourceResponse */ export interface ExternalSourceResponse { /** - * + * * @type {string} * @memberof ExternalSourceResponse */ externalId: string; /** - * + * * @type {string} * @memberof ExternalSourceResponse */ systemId: string; } /** - * + * * @export * @interface ExternalToolBulkCreateParams */ @@ -3164,20 +3260,20 @@ export interface ExternalToolBulkCreateParams { data: Array; } /** - * + * * @export * @interface ExternalToolContentBody */ export interface ExternalToolContentBody { /** - * + * * @type {string} * @memberof ExternalToolContentBody */ contextExternalToolId?: string; } /** - * + * * @export * @interface ExternalToolCreateParams */ @@ -3268,70 +3364,70 @@ export interface ExternalToolCreateParams { iconName?: string; } /** - * + * * @export * @interface ExternalToolElementContent */ export interface ExternalToolElementContent { /** - * + * * @type {string} * @memberof ExternalToolElementContent */ contextExternalToolId: string | null; } /** - * + * * @export * @interface ExternalToolElementContentBody */ export interface ExternalToolElementContentBody { /** - * + * * @type {ContentElementType} * @memberof ExternalToolElementContentBody */ type: ContentElementType; /** - * + * * @type {ExternalToolContentBody} * @memberof ExternalToolElementContentBody */ content: ExternalToolContentBody; } /** - * + * * @export * @interface ExternalToolElementResponse */ export interface ExternalToolElementResponse { /** - * + * * @type {string} * @memberof ExternalToolElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof ExternalToolElementResponse */ type: ContentElementType; /** - * + * * @type {ExternalToolElementContent} * @memberof ExternalToolElementResponse */ content: ExternalToolElementContent; /** - * + * * @type {TimestampsResponse} * @memberof ExternalToolElementResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @interface ExternalToolMediumParams */ @@ -3356,7 +3452,7 @@ export interface ExternalToolMediumParams { mediaSourceId?: string; } /** - * + * * @export * @interface ExternalToolMediumResponse */ @@ -3381,26 +3477,26 @@ export interface ExternalToolMediumResponse { mediaSourceId?: string; } /** - * + * * @export * @interface ExternalToolMetadataResponse */ export interface ExternalToolMetadataResponse { /** - * + * * @type {number} * @memberof ExternalToolMetadataResponse */ schoolExternalToolCount: number; /** - * + * * @type {ContextExternalToolCountPerContextResponse} * @memberof ExternalToolMetadataResponse */ contextExternalToolCountPerContext: ContextExternalToolCountPerContextResponse; } /** - * + * * @export * @interface ExternalToolResponse */ @@ -3497,7 +3593,7 @@ export interface ExternalToolResponse { iconName?: string; } /** - * + * * @export * @interface ExternalToolSearchListResponse */ @@ -3528,7 +3624,7 @@ export interface ExternalToolSearchListResponse { limit: number; } /** - * + * * @export * @interface ExternalToolUpdateParams */ @@ -3540,7 +3636,7 @@ export interface ExternalToolUpdateParams { */ id: string; /** - * + * * @type {string} * @memberof ExternalToolUpdateParams */ @@ -3582,7 +3678,7 @@ export interface ExternalToolUpdateParams { */ parameters?: Array; /** - * + * * @type {boolean} * @memberof ExternalToolUpdateParams */ @@ -3625,132 +3721,132 @@ export interface ExternalToolUpdateParams { iconName?: string; } /** - * + * * @export * @interface FederalStateResponse */ export interface FederalStateResponse { /** - * + * * @type {string} * @memberof FederalStateResponse */ id: string; /** - * + * * @type {string} * @memberof FederalStateResponse */ name: string; /** - * + * * @type {string} * @memberof FederalStateResponse */ abbreviation: string; /** - * + * * @type {string} * @memberof FederalStateResponse */ logoUrl: string; /** - * + * * @type {Array} * @memberof FederalStateResponse */ counties: Array; } /** - * + * * @export * @interface FileContentBody */ export interface FileContentBody { /** - * + * * @type {string} * @memberof FileContentBody */ caption: string; /** - * + * * @type {string} * @memberof FileContentBody */ alternativeText: string; } /** - * + * * @export * @interface FileElementContent */ export interface FileElementContent { /** - * + * * @type {string} * @memberof FileElementContent */ caption: string; /** - * + * * @type {string} * @memberof FileElementContent */ alternativeText: string; } /** - * + * * @export * @interface FileElementContentBody */ export interface FileElementContentBody { /** - * + * * @type {ContentElementType} * @memberof FileElementContentBody */ type: ContentElementType; /** - * + * * @type {FileContentBody} * @memberof FileElementContentBody */ content: FileContentBody; } /** - * + * * @export * @interface FileElementResponse */ export interface FileElementResponse { /** - * + * * @type {string} * @memberof FileElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof FileElementResponse */ type: ContentElementType; /** - * + * * @type {FileElementContent} * @memberof FileElementResponse */ content: FileElementContent; /** - * + * * @type {TimestampsResponse} * @memberof FileElementResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @enum {string} */ @@ -3759,7 +3855,7 @@ export enum FileStorageType { } /** - * + * * @export * @interface ForbiddenOperationError */ @@ -3796,7 +3892,7 @@ export interface ForbiddenOperationError { details?: object; } /** - * + * * @export * @interface ForceMigrationParams */ @@ -3827,20 +3923,20 @@ export interface ForceMigrationParams { forceExtendedMode: boolean; } /** - * + * * @export * @interface GetMetaTagDataBody */ export interface GetMetaTagDataBody { /** - * + * * @type {string} * @memberof GetMetaTagDataBody */ url: string; } /** - * + * * @export * @interface GroupListResponse */ @@ -3871,49 +3967,49 @@ export interface GroupListResponse { limit: number; } /** - * + * * @export * @interface GroupResponse */ export interface GroupResponse { /** - * + * * @type {string} * @memberof GroupResponse */ id: string; /** - * + * * @type {string} * @memberof GroupResponse */ name: string; /** - * + * * @type {string} * @memberof GroupResponse */ type: GroupResponseTypeEnum; /** - * + * * @type {Array} * @memberof GroupResponse */ users: Array; /** - * + * * @type {ExternalSourceResponse} * @memberof GroupResponse */ externalSource?: ExternalSourceResponse; /** - * + * * @type {PeriodResponse} * @memberof GroupResponse */ validPeriod?: PeriodResponse; /** - * + * * @type {string} * @memberof GroupResponse */ @@ -3932,38 +4028,38 @@ export enum GroupResponseTypeEnum { } /** - * + * * @export * @interface GroupUserResponse */ export interface GroupUserResponse { /** - * + * * @type {string} * @memberof GroupUserResponse */ id: string; /** - * + * * @type {string} * @memberof GroupUserResponse */ firstName: string; /** - * + * * @type {string} * @memberof GroupUserResponse */ lastName: string; /** - * + * * @type {RoleName} * @memberof GroupUserResponse */ role: RoleName; } /** - * + * * @export * @interface ImportUserListResponse */ @@ -3994,7 +4090,7 @@ export interface ImportUserListResponse { limit: number; } /** - * + * * @export * @interface ImportUserResponse */ @@ -4066,7 +4162,7 @@ export enum ImportUserResponseRoleNamesEnum { } /** - * + * * @export * @enum {string} */ @@ -4075,7 +4171,7 @@ export enum InstanceFeature { } /** - * + * * @export * @enum {string} */ @@ -4087,7 +4183,7 @@ export enum LanguageType { } /** - * + * * @export * @enum {string} */ @@ -4099,61 +4195,61 @@ export enum LaunchType { } /** - * + * * @export * @interface LayoutBodyParams */ export interface LayoutBodyParams { /** - * + * * @type {MediaBoardLayoutType} * @memberof LayoutBodyParams */ layout: MediaBoardLayoutType; } /** - * + * * @export * @interface LdapAuthorizationBodyParams */ export interface LdapAuthorizationBodyParams { /** - * + * * @type {string} * @memberof LdapAuthorizationBodyParams */ systemId: string; /** - * + * * @type {string} * @memberof LdapAuthorizationBodyParams */ username: string; /** - * + * * @type {string} * @memberof LdapAuthorizationBodyParams */ password: string; /** - * + * * @type {string} * @memberof LdapAuthorizationBodyParams */ schoolId: string; } /** - * + * * @export * @interface LessonContentResponse */ export interface LessonContentResponse { /** - * - * @type {object} + * + * @type {ComponentTextPropsImpl | ComponentEtherpadPropsImpl | ComponentGeogebraPropsImpl | ComponentInternalPropsImpl | ComponentLernstorePropsImpl | ComponentNexboardPropsImpl} * @memberof LessonContentResponse */ - content: object; + content: ComponentTextPropsImpl | ComponentEtherpadPropsImpl | ComponentGeogebraPropsImpl | ComponentInternalPropsImpl | ComponentLernstorePropsImpl | ComponentNexboardPropsImpl; /** * The id of the Material entity * @type {string} @@ -4174,13 +4270,13 @@ export interface LessonContentResponse { */ title: string; /** - * + * * @type {string} * @memberof LessonContentResponse */ component: LessonContentResponseComponentEnum; /** - * + * * @type {boolean} * @memberof LessonContentResponse */ @@ -4201,7 +4297,7 @@ export enum LessonContentResponseComponentEnum { } /** - * + * * @export * @interface LessonCopyApiParams */ @@ -4214,79 +4310,79 @@ export interface LessonCopyApiParams { courseId?: string; } /** - * + * * @export * @interface LessonLinkedTaskResponse */ export interface LessonLinkedTaskResponse { /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ name: string; /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ description: string; /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ descriptionInputFormat: LessonLinkedTaskResponseDescriptionInputFormatEnum; /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ availableDate: string | null; /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ dueDate: string | null; /** - * + * * @type {boolean} * @memberof LessonLinkedTaskResponse */ _private: boolean; /** - * + * * @type {boolean} * @memberof LessonLinkedTaskResponse */ publicSubmissions: boolean | null; /** - * + * * @type {boolean} * @memberof LessonLinkedTaskResponse */ teamSubmissions: boolean | null; /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ creator: string | null; /** - * + * * @type {string} * @memberof LessonLinkedTaskResponse */ courseId: string | null; /** - * + * * @type {Array} * @memberof LessonLinkedTaskResponse */ submissionIds: Array; /** - * + * * @type {Array} * @memberof LessonLinkedTaskResponse */ @@ -4305,7 +4401,7 @@ export enum LessonLinkedTaskResponseDescriptionInputFormatEnum { } /** - * + * * @export * @interface LessonMetadataListResponse */ @@ -4336,7 +4432,7 @@ export interface LessonMetadataListResponse { limit: number; } /** - * + * * @export * @interface LessonMetadataResponse */ @@ -4355,7 +4451,7 @@ export interface LessonMetadataResponse { name: string; } /** - * + * * @export * @interface LessonResponse */ @@ -4417,150 +4513,150 @@ export interface LessonResponse { materials: Array; } /** - * + * * @export * @interface LinkContentBody */ export interface LinkContentBody { /** - * + * * @type {string} * @memberof LinkContentBody */ url: string; /** - * + * * @type {string} * @memberof LinkContentBody */ title: string; /** - * + * * @type {string} * @memberof LinkContentBody */ description: string; /** - * + * * @type {string} * @memberof LinkContentBody */ imageUrl: string; /** - * + * * @type {string} * @memberof LinkContentBody */ originalImageUrl: string; } /** - * + * * @export * @interface LinkElementContent */ export interface LinkElementContent { /** - * + * * @type {string} * @memberof LinkElementContent */ url: string; /** - * + * * @type {string} * @memberof LinkElementContent */ title: string; /** - * + * * @type {string} * @memberof LinkElementContent */ description?: string; /** - * + * * @type {string} * @memberof LinkElementContent */ originalImageUrl?: string; /** - * + * * @type {string} * @memberof LinkElementContent */ imageUrl?: string; } /** - * + * * @export * @interface LinkElementContentBody */ export interface LinkElementContentBody { /** - * + * * @type {ContentElementType} * @memberof LinkElementContentBody */ type: ContentElementType; /** - * + * * @type {LinkContentBody} * @memberof LinkElementContentBody */ content: LinkContentBody; } /** - * + * * @export * @interface LinkElementResponse */ export interface LinkElementResponse { /** - * + * * @type {string} * @memberof LinkElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof LinkElementResponse */ type: ContentElementType; /** - * + * * @type {LinkElementContent} * @memberof LinkElementResponse */ content: LinkElementContent; /** - * + * * @type {TimestampsResponse} * @memberof LinkElementResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @interface LocalAuthorizationBodyParams */ export interface LocalAuthorizationBodyParams { /** - * + * * @type {string} * @memberof LocalAuthorizationBodyParams */ username: string; /** - * + * * @type {string} * @memberof LocalAuthorizationBodyParams */ password: string; } /** - * + * * @export * @interface LoginRequestBody */ @@ -4609,332 +4705,332 @@ export interface LoginRequestBody { remember_for?: number; } /** - * + * * @export * @interface LoginResponse */ export interface LoginResponse { /** - * + * * @type {string} * @memberof LoginResponse */ accessToken: string; } /** - * + * * @export * @interface Lti11DeepLinkContentItemListParams */ export interface Lti11DeepLinkContentItemListParams { /** - * + * * @type {string} * @memberof Lti11DeepLinkContentItemListParams */ context: string; /** - * + * * @type {Array} * @memberof Lti11DeepLinkContentItemListParams */ graph: Array; } /** - * + * * @export * @interface Lti11DeepLinkParams */ export interface Lti11DeepLinkParams { /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ lti_message_type: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ lti_version: string; /** - * + * * @type {Lti11DeepLinkContentItemListParams} * @memberof Lti11DeepLinkParams */ content_items?: Lti11DeepLinkContentItemListParams; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ data: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ oauth_version: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ oauth_nonce: string; /** - * + * * @type {number} * @memberof Lti11DeepLinkParams */ oauth_timestamp: number; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ oauth_signature_method: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ oauth_consumer_key: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ oauth_signature: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParams */ oauth_callback?: string; } /** - * + * * @export * @interface Lti11DeepLinkParamsRaw */ export interface Lti11DeepLinkParamsRaw { /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ lti_message_type: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ lti_version: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ content_items?: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ data: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ oauth_version: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ oauth_nonce: string; /** - * + * * @type {number} * @memberof Lti11DeepLinkParamsRaw */ oauth_timestamp: number; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ oauth_signature_method: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ oauth_consumer_key: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ oauth_signature: string; /** - * + * * @type {string} * @memberof Lti11DeepLinkParamsRaw */ oauth_callback?: string; } /** - * + * * @export * @interface Lti11ToolConfigCreateParams */ export interface Lti11ToolConfigCreateParams { /** - * + * * @type {ToolConfigType} * @memberof Lti11ToolConfigCreateParams */ type: ToolConfigType; /** - * + * * @type {string} * @memberof Lti11ToolConfigCreateParams */ baseUrl: string; /** - * + * * @type {string} * @memberof Lti11ToolConfigCreateParams */ key: string; /** - * + * * @type {string} * @memberof Lti11ToolConfigCreateParams */ secret: string; /** - * + * * @type {LtiMessageType} * @memberof Lti11ToolConfigCreateParams */ lti_message_type: LtiMessageType; /** - * + * * @type {LtiPrivacyPermission} * @memberof Lti11ToolConfigCreateParams */ privacy_permission: LtiPrivacyPermission; /** - * + * * @type {string} * @memberof Lti11ToolConfigCreateParams */ launch_presentation_locale: string; } /** - * + * * @export * @interface Lti11ToolConfigUpdateParams */ export interface Lti11ToolConfigUpdateParams { /** - * + * * @type {ToolConfigType} * @memberof Lti11ToolConfigUpdateParams */ type: ToolConfigType; /** - * + * * @type {string} * @memberof Lti11ToolConfigUpdateParams */ baseUrl: string; /** - * + * * @type {string} * @memberof Lti11ToolConfigUpdateParams */ key: string; /** - * + * * @type {string} * @memberof Lti11ToolConfigUpdateParams */ secret?: string; /** - * + * * @type {LtiMessageType} * @memberof Lti11ToolConfigUpdateParams */ lti_message_type: LtiMessageType; /** - * + * * @type {LtiPrivacyPermission} * @memberof Lti11ToolConfigUpdateParams */ privacy_permission: LtiPrivacyPermission; /** - * + * * @type {string} * @memberof Lti11ToolConfigUpdateParams */ launch_presentation_locale: string; } /** - * + * * @export * @interface LtiDeepLinkResponse */ export interface LtiDeepLinkResponse { /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ mediaType: string; /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ title?: string; /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ text?: string; /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ availableFrom?: string; /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ availableUntil?: string; /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ submissionFrom?: string; /** - * + * * @type {string} * @memberof LtiDeepLinkResponse */ submissionUntil?: string; } /** - * + * * @export * @enum {string} */ @@ -4944,7 +5040,7 @@ export enum LtiMessageType { } /** - * + * * @export * @enum {string} */ @@ -4957,7 +5053,7 @@ export enum LtiPrivacyPermission { } /** - * + * * @export * @interface MaterialResponse */ @@ -5012,188 +5108,188 @@ export interface MaterialResponse { merlinReference: string; } /** - * + * * @export * @interface MeAccountResponse */ export interface MeAccountResponse { /** - * + * * @type {string} * @memberof MeAccountResponse */ id: string; } /** - * + * * @export * @interface MeResponse */ export interface MeResponse { /** - * + * * @type {MeSchoolResponse} * @memberof MeResponse */ school: MeSchoolResponse; /** - * + * * @type {MeUserResponse} * @memberof MeResponse */ user: MeUserResponse; /** - * + * * @type {Array} * @memberof MeResponse */ roles: Array; /** - * + * * @type {Array} * @memberof MeResponse */ permissions: Array; /** - * + * * @type {LanguageType} * @memberof MeResponse */ language: LanguageType; /** - * + * * @type {MeAccountResponse} * @memberof MeResponse */ account: MeAccountResponse; /** - * + * * @type {MeSystemResponse} * @memberof MeResponse */ system?: MeSystemResponse; } /** - * + * * @export * @interface MeRoleResponse */ export interface MeRoleResponse { /** - * + * * @type {string} * @memberof MeRoleResponse */ id: string; /** - * + * * @type {string} * @memberof MeRoleResponse */ name: string; } /** - * + * * @export * @interface MeSchoolLogoResponse */ export interface MeSchoolLogoResponse { /** - * + * * @type {string} * @memberof MeSchoolLogoResponse */ url?: string; /** - * + * * @type {string} * @memberof MeSchoolLogoResponse */ name?: string; } /** - * + * * @export * @interface MeSchoolResponse */ export interface MeSchoolResponse { /** - * + * * @type {string} * @memberof MeSchoolResponse */ id: string; /** - * + * * @type {string} * @memberof MeSchoolResponse */ name: string; /** - * + * * @type {MeSchoolLogoResponse} * @memberof MeSchoolResponse */ logo: MeSchoolLogoResponse; } /** - * + * * @export * @interface MeSystemResponse */ export interface MeSystemResponse { /** - * + * * @type {string} * @memberof MeSystemResponse */ id: string; /** - * + * * @type {string} * @memberof MeSystemResponse */ name?: string; /** - * + * * @type {boolean} * @memberof MeSystemResponse */ hasEndSessionEndpoint: boolean; } /** - * + * * @export * @interface MeUserResponse */ export interface MeUserResponse { /** - * + * * @type {string} * @memberof MeUserResponse */ id: string; /** - * + * * @type {string} * @memberof MeUserResponse */ firstName: string; /** - * + * * @type {string} * @memberof MeUserResponse */ lastName: string; /** - * + * * @type {string} * @memberof MeUserResponse */ customAvatarBackgroundColor?: string; } /** - * + * * @export * @interface MediaAvailableLineElementResponse */ @@ -5230,7 +5326,7 @@ export interface MediaAvailableLineElementResponse { thumbnailUrl?: string; } /** - * + * * @export * @interface MediaAvailableLineResponse */ @@ -5242,7 +5338,7 @@ export interface MediaAvailableLineResponse { */ elements: Array; /** - * + * * @type {MediaBoardColors} * @memberof MediaAvailableLineResponse */ @@ -5255,7 +5351,7 @@ export interface MediaAvailableLineResponse { collapsed: boolean; } /** - * + * * @export * @enum {string} */ @@ -5283,7 +5379,7 @@ export enum MediaBoardColors { } /** - * + * * @export * @enum {string} */ @@ -5294,7 +5390,7 @@ export enum MediaBoardLayoutType { } /** - * + * * @export * @interface MediaBoardResponse */ @@ -5318,14 +5414,14 @@ export interface MediaBoardResponse { */ timestamps: TimestampsResponse; /** - * + * * @type {MediaBoardLayoutType} * @memberof MediaBoardResponse */ layout: MediaBoardLayoutType; } /** - * + * * @export * @interface MediaExternalToolElementContent */ @@ -5338,7 +5434,7 @@ export interface MediaExternalToolElementContent { contextExternalToolId: string; } /** - * + * * @export * @interface MediaExternalToolElementResponse */ @@ -5363,7 +5459,7 @@ export interface MediaExternalToolElementResponse { timestamps: TimestampsResponse; } /** - * + * * @export * @interface MediaLineResponse */ @@ -5393,7 +5489,7 @@ export interface MediaLineResponse { */ timestamps: TimestampsResponse; /** - * + * * @type {MediaBoardColors} * @memberof MediaLineResponse */ @@ -5406,149 +5502,149 @@ export interface MediaLineResponse { collapsed: boolean; } /** - * + * * @export * @interface Message */ export interface Message { /** - * + * * @type {string} * @memberof Message */ title: string; /** - * + * * @type {string} * @memberof Message */ text: string; /** - * + * * @type {string} * @memberof Message */ timestamp: string; /** - * + * * @type {MessageOrigin} * @memberof Message */ origin: MessageOrigin; /** - * + * * @type {string} * @memberof Message */ url: string; /** - * + * * @type {string} * @memberof Message */ status: string; /** - * + * * @type {string} * @memberof Message */ createdAt: string; } /** - * + * * @export * @interface MessageOrigin */ export interface MessageOrigin { /** - * + * * @type {number} * @memberof MessageOrigin */ message_id: number; /** - * + * * @type {string} * @memberof MessageOrigin */ page: string; } /** - * + * * @export * @interface MetaTagExtractorResponse */ export interface MetaTagExtractorResponse { /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ url: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ title: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ description: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ originalImageUrl: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ imageUrl: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ type: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ parentTitle: string; /** - * + * * @type {string} * @memberof MetaTagExtractorResponse */ parentType: string; } /** - * + * * @export * @interface MoveCardBodyParams */ export interface MoveCardBodyParams { /** - * + * * @type {string} * @memberof MoveCardBodyParams */ toColumnId: string; /** - * + * * @type {number} * @memberof MoveCardBodyParams */ toPosition: number; } /** - * + * * @export * @interface MoveColumnBodyParams */ @@ -5560,33 +5656,33 @@ export interface MoveColumnBodyParams { */ toBoardId: string; /** - * + * * @type {number} * @memberof MoveColumnBodyParams */ toPosition: number; } /** - * + * * @export * @interface MoveContentElementBody */ export interface MoveContentElementBody { /** - * + * * @type {string} * @memberof MoveContentElementBody */ toCardId: string; /** - * + * * @type {number} * @memberof MoveContentElementBody */ toPosition: number; } /** - * + * * @export * @interface MoveElementBodyParams */ @@ -5605,38 +5701,38 @@ export interface MoveElementBodyParams { toPosition: number; } /** - * + * * @export * @interface MoveElementParams */ export interface MoveElementParams { /** - * + * * @type {MoveElementPositionParams} * @memberof MoveElementParams */ from: MoveElementPositionParams; /** - * + * * @type {MoveElementPositionParams} * @memberof MoveElementParams */ to: MoveElementPositionParams; } /** - * + * * @export * @interface MoveElementPositionParams */ export interface MoveElementPositionParams { /** - * + * * @type {number} * @memberof MoveElementPositionParams */ x: number; /** - * + * * @type {number} * @memberof MoveElementPositionParams */ @@ -5649,7 +5745,7 @@ export interface MoveElementPositionParams { groupIndex?: number; } /** - * + * * @export * @interface NewsListResponse */ @@ -5680,7 +5776,7 @@ export interface NewsListResponse { limit: number; } /** - * + * * @export * @interface NewsResponse */ @@ -5722,7 +5818,7 @@ export interface NewsResponse { */ sourceDescription?: string; /** - * + * * @type {NewsTargetModel} * @memberof NewsResponse */ @@ -5787,7 +5883,7 @@ export enum NewsResponseSourceEnum { } /** - * + * * @export * @enum {string} */ @@ -5798,204 +5894,204 @@ export enum NewsTargetModel { } /** - * + * * @export * @interface OAuthTokenDto */ export interface OAuthTokenDto { /** - * + * * @type {string} * @memberof OAuthTokenDto */ idToken: string; /** - * + * * @type {string} * @memberof OAuthTokenDto */ refreshToken: string; /** - * + * * @type {string} * @memberof OAuthTokenDto */ accessToken: string; } /** - * + * * @export * @interface Oauth2AuthorizationBodyParams */ export interface Oauth2AuthorizationBodyParams { /** - * + * * @type {string} * @memberof Oauth2AuthorizationBodyParams */ redirectUri: string; /** - * + * * @type {string} * @memberof Oauth2AuthorizationBodyParams */ code: string; /** - * + * * @type {string} * @memberof Oauth2AuthorizationBodyParams */ systemId: string; } /** - * + * * @export * @interface Oauth2MigrationParams */ export interface Oauth2MigrationParams { /** - * + * * @type {string} * @memberof Oauth2MigrationParams */ redirectUri: string; /** - * + * * @type {string} * @memberof Oauth2MigrationParams */ code: string; /** - * + * * @type {string} * @memberof Oauth2MigrationParams */ systemId: string; } /** - * + * * @export * @interface Oauth2ToolConfigCreateParams */ export interface Oauth2ToolConfigCreateParams { /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ type: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ baseUrl: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ clientId: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ clientSecret: string; /** - * + * * @type {boolean} * @memberof Oauth2ToolConfigCreateParams */ skipConsent: boolean; /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ frontchannelLogoutUri?: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ scope?: string; /** - * + * * @type {Array} * @memberof Oauth2ToolConfigCreateParams */ redirectUris: Array; /** - * + * * @type {string} * @memberof Oauth2ToolConfigCreateParams */ tokenEndpointAuthMethod: string; } /** - * + * * @export * @interface Oauth2ToolConfigUpdateParams */ export interface Oauth2ToolConfigUpdateParams { /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ type: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ baseUrl: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ clientId: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ clientSecret?: string; /** - * + * * @type {boolean} * @memberof Oauth2ToolConfigUpdateParams */ skipConsent: boolean; /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ frontchannelLogoutUri?: string; /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ scope?: string; /** - * + * * @type {Array} * @memberof Oauth2ToolConfigUpdateParams */ redirectUris: Array; /** - * + * * @type {string} * @memberof Oauth2ToolConfigUpdateParams */ tokenEndpointAuthMethod: string; } /** - * + * * @export * @interface OauthClientCreateBody */ @@ -6062,37 +6158,37 @@ export interface OauthClientCreateBody { response_types?: Array; } /** - * + * * @export * @interface OauthClientResponse */ export interface OauthClientResponse { /** - * + * * @type {Array} * @memberof OauthClientResponse */ allowed_cors_origins?: Array; /** - * + * * @type {Array} * @memberof OauthClientResponse */ audience: Array; /** - * + * * @type {string} * @memberof OauthClientResponse */ authorization_code_grant_access_token_lifespan: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ authorization_code_grant_id_token_lifespan: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ @@ -6110,7 +6206,7 @@ export interface OauthClientResponse { */ backchannel_logout_uri: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ @@ -6140,7 +6236,7 @@ export interface OauthClientResponse { */ client_uri: string; /** - * + * * @type {Array} * @memberof OauthClientResponse */ @@ -6170,19 +6266,19 @@ export interface OauthClientResponse { */ grant_types?: Array; /** - * + * * @type {string} * @memberof OauthClientResponse */ implicit_grant_access_token_lifespan: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ implicit_grant_id_token_lifespan: string; /** - * + * * @type {object} * @memberof OauthClientResponse */ @@ -6194,7 +6290,7 @@ export interface OauthClientResponse { */ jwks_uri: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ @@ -6206,7 +6302,7 @@ export interface OauthClientResponse { */ logo_uri: string; /** - * + * * @type {object} * @memberof OauthClientResponse */ @@ -6218,13 +6314,13 @@ export interface OauthClientResponse { */ owner: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ password_grant_access_token_lifespan: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ @@ -6236,31 +6332,31 @@ export interface OauthClientResponse { */ policy_uri: string; /** - * + * * @type {Array} * @memberof OauthClientResponse */ post_logout_redirect_uris?: Array; /** - * + * * @type {Array} * @memberof OauthClientResponse */ redirect_uris?: Array; /** - * + * * @type {string} * @memberof OauthClientResponse */ refresh_token_grant_access_token_lifespan: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ refresh_token_grant_id_token_lifespan: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ @@ -6284,7 +6380,7 @@ export interface OauthClientResponse { */ request_object_signing_alg: string; /** - * + * * @type {Array} * @memberof OauthClientResponse */ @@ -6314,13 +6410,13 @@ export interface OauthClientResponse { */ subject_type: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ token_endpoint_auth_method: string; /** - * + * * @type {string} * @memberof OauthClientResponse */ @@ -6338,14 +6434,14 @@ export interface OauthClientResponse { */ updated_at: string; /** - * JWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. + * JWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. * @type {string} * @memberof OauthClientResponse */ userinfo_signed_response_alg: string; } /** - * + * * @export * @interface OauthClientUpdateBody */ @@ -6406,7 +6502,7 @@ export interface OauthClientUpdateBody { response_types?: Array; } /** - * + * * @export * @interface OauthConfigResponse */ @@ -6491,7 +6587,7 @@ export interface OauthConfigResponse { endSessionEndpoint?: string; } /** - * + * * @export * @interface OauthProviderLoginResponse */ @@ -6509,13 +6605,13 @@ export interface OauthProviderLoginResponse { */ challenge: string; /** - * + * * @type {OauthClientResponse} * @memberof OauthProviderLoginResponse */ client: OauthClientResponse; /** - * + * * @type {OidcContextResponse} * @memberof OauthProviderLoginResponse */ @@ -6527,7 +6623,7 @@ export interface OauthProviderLoginResponse { */ request_url: string; /** - * + * * @type {Array} * @memberof OauthProviderLoginResponse */ @@ -6558,100 +6654,100 @@ export interface OauthProviderLoginResponse { subject: string; } /** - * + * * @export * @interface OidcContextResponse */ export interface OidcContextResponse { /** - * + * * @type {Array} * @memberof OidcContextResponse */ acr_values: Array; /** - * + * * @type {string} * @memberof OidcContextResponse */ display: string; /** - * + * * @type {object} * @memberof OidcContextResponse */ id_token_hint_claims: object; /** - * + * * @type {string} * @memberof OidcContextResponse */ login_hint: string; /** - * + * * @type {Array} * @memberof OidcContextResponse */ ui_locales: Array; } /** - * + * * @export * @interface OidcLogoutBodyParams */ export interface OidcLogoutBodyParams { /** - * + * * @type {string} * @memberof OidcLogoutBodyParams */ logout_token: string; } /** - * + * * @export * @interface ParentConsentResponse */ export interface ParentConsentResponse { /** - * + * * @type {string} * @memberof ParentConsentResponse */ form: string; /** - * + * * @type {boolean} * @memberof ParentConsentResponse */ privacyConsent: boolean; /** - * + * * @type {boolean} * @memberof ParentConsentResponse */ termsOfUseConsent: boolean; /** - * + * * @type {string} * @memberof ParentConsentResponse */ dateOfPrivacyConsent: string; /** - * + * * @type {string} * @memberof ParentConsentResponse */ dateOfTermsOfUseConsent: string; /** - * + * * @type {string} * @memberof ParentConsentResponse */ _id: string; } /** - * + * * @export * @interface PatchGroupParams */ @@ -6664,7 +6760,7 @@ export interface PatchGroupParams { title: string; } /** - * + * * @export * @interface PatchMyAccountParams */ @@ -6701,7 +6797,7 @@ export interface PatchMyAccountParams { lastName?: string | null; } /** - * + * * @export * @interface PatchMyPasswordParams */ @@ -6720,7 +6816,7 @@ export interface PatchMyPasswordParams { confirmPassword: string; } /** - * + * * @export * @interface PatchOrderParams */ @@ -6733,7 +6829,7 @@ export interface PatchOrderParams { elements: Array; } /** - * + * * @export * @interface PatchVisibilityParams */ @@ -6746,26 +6842,26 @@ export interface PatchVisibilityParams { visibility: boolean; } /** - * + * * @export * @interface PeriodResponse */ export interface PeriodResponse { /** - * + * * @type {string} * @memberof PeriodResponse */ from: string; /** - * + * * @type {string} * @memberof PeriodResponse */ until: string; } /** - * + * * @export * @enum {string} */ @@ -6942,20 +7038,20 @@ export enum Permission { } /** - * + * * @export * @interface PreferredToolListResponse */ export interface PreferredToolListResponse { /** - * + * * @type {Array} * @memberof PreferredToolListResponse */ data: Array; } /** - * + * * @export * @interface PreferredToolResponse */ @@ -6980,58 +7076,58 @@ export interface PreferredToolResponse { iconName: string; } /** - * + * * @export * @interface ProviderConfigResponse */ export interface ProviderConfigResponse { /** - * + * * @type {string} * @memberof ProviderConfigResponse */ provider: string; } /** - * + * * @export * @interface PseudonymResponse */ export interface PseudonymResponse { /** - * + * * @type {string} * @memberof PseudonymResponse */ id: string; /** - * + * * @type {string} * @memberof PseudonymResponse */ toolId: string; /** - * + * * @type {string} * @memberof PseudonymResponse */ userId: string; } /** - * + * * @export * @interface PublicSystemListResponse */ export interface PublicSystemListResponse { /** - * + * * @type {Array} * @memberof PublicSystemListResponse */ data: Array; } /** - * + * * @export * @interface PublicSystemResponse */ @@ -7068,7 +7164,7 @@ export interface PublicSystemResponse { oauthConfig?: OauthConfigResponse | null; } /** - * + * * @export * @interface RedirectResponse */ @@ -7081,7 +7177,7 @@ export interface RedirectResponse { redirect_to: string; } /** - * + * * @export * @interface RemoveRoomMembersBodyParams */ @@ -7094,75 +7190,75 @@ export interface RemoveRoomMembersBodyParams { userIds: Array; } /** - * + * * @export * @interface RenameBodyParams */ export interface RenameBodyParams { /** - * + * * @type {string} * @memberof RenameBodyParams */ title: string; } /** - * + * * @export * @interface ResolvedUserResponse */ export interface ResolvedUserResponse { /** - * + * * @type {string} * @memberof ResolvedUserResponse */ firstName: string; /** - * + * * @type {string} * @memberof ResolvedUserResponse */ lastName: string; /** - * + * * @type {string} * @memberof ResolvedUserResponse */ id: string; /** - * + * * @type {string} * @memberof ResolvedUserResponse */ createdAt: string; /** - * + * * @type {string} * @memberof ResolvedUserResponse */ updatedAt: string; /** - * + * * @type {Array} * @memberof ResolvedUserResponse */ roles: Array; /** - * + * * @type {Array} * @memberof ResolvedUserResponse */ permissions: Array; /** - * + * * @type {string} * @memberof ResolvedUserResponse */ schoolId: string; } /** - * + * * @export * @interface RichText */ @@ -7193,95 +7289,95 @@ export enum RichTextTypeEnum { } /** - * + * * @export * @interface RichTextContentBody */ export interface RichTextContentBody { /** - * + * * @type {string} * @memberof RichTextContentBody */ text: string; /** - * + * * @type {string} * @memberof RichTextContentBody */ inputFormat: string; } /** - * + * * @export * @interface RichTextElementContent */ export interface RichTextElementContent { /** - * + * * @type {string} * @memberof RichTextElementContent */ text: string; /** - * + * * @type {string} * @memberof RichTextElementContent */ inputFormat: string; } /** - * + * * @export * @interface RichTextElementContentBody */ export interface RichTextElementContentBody { /** - * + * * @type {ContentElementType} * @memberof RichTextElementContentBody */ type: ContentElementType; /** - * + * * @type {RichTextContentBody} * @memberof RichTextElementContentBody */ content: RichTextContentBody; } /** - * + * * @export * @interface RichTextElementResponse */ export interface RichTextElementResponse { /** - * + * * @type {string} * @memberof RichTextElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof RichTextElementResponse */ type: ContentElementType; /** - * + * * @type {RichTextElementContent} * @memberof RichTextElementResponse */ content: RichTextElementContent; /** - * + * * @type {TimestampsResponse} * @memberof RichTextElementResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @enum {string} */ @@ -7314,50 +7410,50 @@ export enum RoleName { } /** - * + * * @export * @interface RoomBoardItemResponse */ export interface RoomBoardItemResponse { /** - * + * * @type {string} * @memberof RoomBoardItemResponse */ id: string; /** - * + * * @type {string} * @memberof RoomBoardItemResponse */ title: string; /** - * + * * @type {BoardLayout} * @memberof RoomBoardItemResponse */ layout: BoardLayout; /** - * + * * @type {boolean} * @memberof RoomBoardItemResponse */ isVisible: boolean; /** - * + * * @type {string} * @memberof RoomBoardItemResponse */ createdAt: string; /** - * + * * @type {string} * @memberof RoomBoardItemResponse */ updatedAt: string; } /** - * + * * @export * @interface RoomBoardListResponse */ @@ -7388,7 +7484,7 @@ export interface RoomBoardListResponse { limit: number; } /** - * + * * @export * @enum {string} */ @@ -7409,123 +7505,123 @@ export enum RoomColor { } /** - * + * * @export * @interface RoomDetailsResponse */ export interface RoomDetailsResponse { /** - * + * * @type {string} * @memberof RoomDetailsResponse */ id: string; /** - * + * * @type {string} * @memberof RoomDetailsResponse */ name: string; /** - * + * * @type {RoomColor} * @memberof RoomDetailsResponse */ color: RoomColor; /** - * + * * @type {string} * @memberof RoomDetailsResponse */ schoolId: string; /** - * + * * @type {string} * @memberof RoomDetailsResponse */ startDate?: string; /** - * + * * @type {string} * @memberof RoomDetailsResponse */ endDate?: string; /** - * + * * @type {string} * @memberof RoomDetailsResponse */ createdAt: string; /** - * + * * @type {string} * @memberof RoomDetailsResponse */ updatedAt: string; /** - * + * * @type {Array} * @memberof RoomDetailsResponse */ permissions: Array; } /** - * + * * @export * @interface RoomItemResponse */ export interface RoomItemResponse { /** - * + * * @type {string} * @memberof RoomItemResponse */ id: string; /** - * + * * @type {string} * @memberof RoomItemResponse */ name: string; /** - * + * * @type {RoomColor} * @memberof RoomItemResponse */ color: RoomColor; /** - * + * * @type {string} * @memberof RoomItemResponse */ schoolId: string; /** - * + * * @type {string} * @memberof RoomItemResponse */ startDate?: string; /** - * + * * @type {string} * @memberof RoomItemResponse */ endDate?: string; /** - * + * * @type {string} * @memberof RoomItemResponse */ createdAt: string; /** - * + * * @type {string} * @memberof RoomItemResponse */ updatedAt: string; } /** - * + * * @export * @interface RoomListResponse */ @@ -7556,70 +7652,70 @@ export interface RoomListResponse { limit: number; } /** - * + * * @export * @interface RoomMemberListResponse */ export interface RoomMemberListResponse { /** - * + * * @type {Array} * @memberof RoomMemberListResponse */ data: Array; } /** - * + * * @export * @interface RoomMemberResponse */ export interface RoomMemberResponse { /** - * + * * @type {string} * @memberof RoomMemberResponse */ firstName: string; /** - * + * * @type {string} * @memberof RoomMemberResponse */ lastName: string; /** - * + * * @type {string} * @memberof RoomMemberResponse */ roleName: string; /** - * + * * @type {string} * @memberof RoomMemberResponse */ schoolName: string; /** - * + * * @type {string} * @memberof RoomMemberResponse */ userId: string; } /** - * + * * @export * @interface SchoolExistsResponse */ export interface SchoolExistsResponse { /** - * + * * @type {boolean} * @memberof SchoolExistsResponse */ exists: boolean; } /** - * + * * @export * @interface SchoolExternalToolConfigurationStatusResponse */ @@ -7638,88 +7734,88 @@ export interface SchoolExternalToolConfigurationStatusResponse { isGloballyDeactivated: boolean; } /** - * + * * @export * @interface SchoolExternalToolConfigurationTemplateListResponse */ export interface SchoolExternalToolConfigurationTemplateListResponse { /** - * + * * @type {Array} * @memberof SchoolExternalToolConfigurationTemplateListResponse */ data: Array; } /** - * + * * @export * @interface SchoolExternalToolConfigurationTemplateResponse */ export interface SchoolExternalToolConfigurationTemplateResponse { /** - * + * * @type {string} * @memberof SchoolExternalToolConfigurationTemplateResponse */ externalToolId: string; /** - * + * * @type {string} * @memberof SchoolExternalToolConfigurationTemplateResponse */ name: string; /** - * + * * @type {string} * @memberof SchoolExternalToolConfigurationTemplateResponse */ baseUrl: string; /** - * + * * @type {string} * @memberof SchoolExternalToolConfigurationTemplateResponse */ logoUrl?: string; /** - * + * * @type {Array} * @memberof SchoolExternalToolConfigurationTemplateResponse */ parameters: Array; } /** - * + * * @export * @interface SchoolExternalToolMetadataResponse */ export interface SchoolExternalToolMetadataResponse { /** - * + * * @type {ContextExternalToolCountPerContextResponse} * @memberof SchoolExternalToolMetadataResponse */ contextExternalToolCountPerContext: ContextExternalToolCountPerContextResponse; } /** - * + * * @export * @interface SchoolExternalToolPostParams */ export interface SchoolExternalToolPostParams { /** - * + * * @type {string} * @memberof SchoolExternalToolPostParams */ toolId: string; /** - * + * * @type {string} * @memberof SchoolExternalToolPostParams */ schoolId: string; /** - * + * * @type {Array} * @memberof SchoolExternalToolPostParams */ @@ -7732,75 +7828,75 @@ export interface SchoolExternalToolPostParams { isDeactivated: boolean; } /** - * + * * @export * @interface SchoolExternalToolResponse */ export interface SchoolExternalToolResponse { /** - * + * * @type {string} * @memberof SchoolExternalToolResponse */ id: string; /** - * + * * @type {string} * @memberof SchoolExternalToolResponse */ name: string; /** - * + * * @type {string} * @memberof SchoolExternalToolResponse */ toolId: string; /** - * + * * @type {string} * @memberof SchoolExternalToolResponse */ schoolId: string; /** - * + * * @type {boolean} * @memberof SchoolExternalToolResponse */ isDeactivated: boolean; /** - * + * * @type {Array} * @memberof SchoolExternalToolResponse */ parameters: Array; /** - * + * * @type {SchoolExternalToolConfigurationStatusResponse} * @memberof SchoolExternalToolResponse */ status: SchoolExternalToolConfigurationStatusResponse; /** - * + * * @type {Array} * @memberof SchoolExternalToolResponse */ restrictToContexts?: Array; } /** - * + * * @export * @interface SchoolExternalToolSearchListResponse */ export interface SchoolExternalToolSearchListResponse { /** - * + * * @type {Array} * @memberof SchoolExternalToolSearchListResponse */ data: Array; } /** - * + * * @export * @enum {string} */ @@ -7817,51 +7913,51 @@ export enum SchoolFeature { } /** - * + * * @export * @interface SchoolForExternalInviteResponse */ export interface SchoolForExternalInviteResponse { /** - * + * * @type {string} * @memberof SchoolForExternalInviteResponse */ id: string; /** - * + * * @type {string} * @memberof SchoolForExternalInviteResponse */ name: string; } /** - * + * * @export * @interface SchoolForLdapLoginResponse */ export interface SchoolForLdapLoginResponse { /** - * + * * @type {string} * @memberof SchoolForLdapLoginResponse */ id: string; /** - * + * * @type {string} * @memberof SchoolForLdapLoginResponse */ name: string; /** - * + * * @type {Array} * @memberof SchoolForLdapLoginResponse */ systems: Array; } /** - * + * * @export * @interface SchoolInfoResponse */ @@ -7880,45 +7976,45 @@ export interface SchoolInfoResponse { name: string; } /** - * + * * @export * @interface SchoolLogo */ export interface SchoolLogo { /** - * + * * @type {string} * @memberof SchoolLogo */ dataUrl?: string; /** - * + * * @type {string} * @memberof SchoolLogo */ name?: string; } /** - * + * * @export * @interface SchoolPermissionsParams */ export interface SchoolPermissionsParams { /** - * + * * @type {TeacherPermissionParams} * @memberof SchoolPermissionsParams */ teacher?: TeacherPermissionParams; /** - * + * * @type {StudentPermissionParams} * @memberof SchoolPermissionsParams */ student?: StudentPermissionParams; } /** - * + * * @export * @enum {string} */ @@ -7931,231 +8027,231 @@ export enum SchoolPurpose { } /** - * + * * @export * @interface SchoolResponse */ export interface SchoolResponse { /** - * + * * @type {string} * @memberof SchoolResponse */ id: string; /** - * + * * @type {string} * @memberof SchoolResponse */ createdAt: string; /** - * + * * @type {string} * @memberof SchoolResponse */ updatedAt: string; /** - * + * * @type {string} * @memberof SchoolResponse */ name: string; /** - * + * * @type {string} * @memberof SchoolResponse */ officialSchoolNumber?: string; /** - * + * * @type {SchoolYearResponse} * @memberof SchoolResponse */ currentYear?: SchoolYearResponse; /** - * + * * @type {FederalStateResponse} * @memberof SchoolResponse */ federalState: FederalStateResponse; /** - * + * * @type {CountyResponse} * @memberof SchoolResponse */ county?: CountyResponse; /** - * + * * @type {SchoolPurpose} * @memberof SchoolResponse */ purpose?: SchoolPurpose; /** - * + * * @type {Array} * @memberof SchoolResponse */ features: Array; /** - * + * * @type {Array} * @memberof SchoolResponse */ systemIds: Array; /** - * + * * @type {boolean} * @memberof SchoolResponse */ inUserMigration?: boolean; /** - * + * * @type {boolean} * @memberof SchoolResponse */ inMaintenance: boolean; /** - * + * * @type {boolean} * @memberof SchoolResponse */ isExternal: boolean; /** - * + * * @type {SchoolLogo} * @memberof SchoolResponse */ logo?: SchoolLogo; /** - * + * * @type {FileStorageType} * @memberof SchoolResponse */ fileStorageType?: FileStorageType; /** - * + * * @type {string} * @memberof SchoolResponse */ language?: string; /** - * + * * @type {string} * @memberof SchoolResponse */ timezone?: string; /** - * + * * @type {object} * @memberof SchoolResponse */ permissions?: object; /** - * + * * @type {YearsResponse} * @memberof SchoolResponse */ years: YearsResponse; /** - * + * * @type {Array} * @memberof SchoolResponse */ instanceFeatures: Array; } /** - * + * * @export * @interface SchoolSystemResponse */ export interface SchoolSystemResponse { /** - * + * * @type {string} * @memberof SchoolSystemResponse */ id: string; /** - * + * * @type {string} * @memberof SchoolSystemResponse */ type: string; /** - * + * * @type {string} * @memberof SchoolSystemResponse */ alias?: string; /** - * + * * @type {ProviderConfigResponse} * @memberof SchoolSystemResponse */ ldapConfig?: ProviderConfigResponse; /** - * + * * @type {ProviderConfigResponse} * @memberof SchoolSystemResponse */ oauthConfig?: ProviderConfigResponse; } /** - * + * * @export * @interface SchoolUpdateBodyParams */ export interface SchoolUpdateBodyParams { /** - * + * * @type {string} * @memberof SchoolUpdateBodyParams */ name?: string; /** - * + * * @type {string} * @memberof SchoolUpdateBodyParams */ officialSchoolNumber?: string; /** - * + * * @type {SchoolLogo} * @memberof SchoolUpdateBodyParams */ logo?: SchoolLogo; /** - * + * * @type {string} * @memberof SchoolUpdateBodyParams */ fileStorageType?: SchoolUpdateBodyParamsFileStorageTypeEnum; /** - * + * * @type {LanguageType} * @memberof SchoolUpdateBodyParams */ language?: LanguageType; /** - * + * * @type {Array} * @memberof SchoolUpdateBodyParams */ features?: Array; /** - * + * * @type {SchoolPermissionsParams} * @memberof SchoolUpdateBodyParams */ permissions?: SchoolPermissionsParams; /** - * + * * @type {string} * @memberof SchoolUpdateBodyParams */ countyId?: string; /** - * + * * @type {boolean} * @memberof SchoolUpdateBodyParams */ @@ -8171,7 +8267,7 @@ export enum SchoolUpdateBodyParamsFileStorageTypeEnum { } /** - * + * * @export * @interface SchoolUserListResponse */ @@ -8202,38 +8298,38 @@ export interface SchoolUserListResponse { limit: number; } /** - * + * * @export * @interface SchoolUserResponse */ export interface SchoolUserResponse { /** - * + * * @type {string} * @memberof SchoolUserResponse */ firstName: string; /** - * + * * @type {string} * @memberof SchoolUserResponse */ lastName: string; /** - * + * * @type {string} * @memberof SchoolUserResponse */ schoolName: string; /** - * + * * @type {string} * @memberof SchoolUserResponse */ id: string; } /** - * + * * @export * @enum {string} */ @@ -8244,100 +8340,100 @@ export enum SchoolYearQueryType { } /** - * + * * @export * @interface SchoolYearResponse */ export interface SchoolYearResponse { /** - * + * * @type {string} * @memberof SchoolYearResponse */ id: string; /** - * + * * @type {string} * @memberof SchoolYearResponse */ name: string; /** - * + * * @type {string} * @memberof SchoolYearResponse */ startDate: string; /** - * + * * @type {string} * @memberof SchoolYearResponse */ endDate: string; } /** - * + * * @export * @interface SchulConneXProvisioningOptionsParams */ export interface SchulConneXProvisioningOptionsParams { /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsParams */ groupProvisioningClassesEnabled: boolean; /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsParams */ groupProvisioningCoursesEnabled: boolean; /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsParams */ groupProvisioningOtherEnabled: boolean; /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsParams */ schoolExternalToolProvisioningEnabled: boolean; } /** - * + * * @export * @interface SchulConneXProvisioningOptionsResponse */ export interface SchulConneXProvisioningOptionsResponse { /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsResponse */ groupProvisioningClassesEnabled: boolean; /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsResponse */ groupProvisioningCoursesEnabled: boolean; /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsResponse */ groupProvisioningOtherEnabled: boolean; /** - * + * * @type {boolean} * @memberof SchulConneXProvisioningOptionsResponse */ schoolExternalToolProvisioningEnabled: boolean; } /** - * + * * @export * @enum {string} */ @@ -8349,20 +8445,20 @@ export enum SchulcloudTheme { } /** - * + * * @export * @interface SetHeightBodyParams */ export interface SetHeightBodyParams { /** - * + * * @type {number} * @memberof SetHeightBodyParams */ height: number; } /** - * + * * @export * @interface ShareTokenBodyParams */ @@ -8405,7 +8501,7 @@ export enum ShareTokenBodyParamsParentTypeEnum { } /** - * + * * @export * @interface ShareTokenImportBodyParams */ @@ -8424,25 +8520,25 @@ export interface ShareTokenImportBodyParams { destinationId?: string | null; } /** - * + * * @export * @interface ShareTokenInfoResponse */ export interface ShareTokenInfoResponse { /** - * + * * @type {string} * @memberof ShareTokenInfoResponse */ token: string; /** - * + * * @type {string} * @memberof ShareTokenInfoResponse */ parentType: ShareTokenInfoResponseParentTypeEnum; /** - * + * * @type {string} * @memberof ShareTokenInfoResponse */ @@ -8461,19 +8557,19 @@ export enum ShareTokenInfoResponseParentTypeEnum { } /** - * + * * @export * @interface ShareTokenPayloadResponse */ export interface ShareTokenPayloadResponse { /** - * + * * @type {string} * @memberof ShareTokenPayloadResponse */ parentType: ShareTokenPayloadResponseParentTypeEnum; /** - * + * * @type {string} * @memberof ShareTokenPayloadResponse */ @@ -8492,32 +8588,32 @@ export enum ShareTokenPayloadResponseParentTypeEnum { } /** - * + * * @export * @interface ShareTokenResponse */ export interface ShareTokenResponse { /** - * + * * @type {string} * @memberof ShareTokenResponse */ token: string; /** - * + * * @type {ShareTokenPayloadResponse} * @memberof ShareTokenResponse */ payload: ShareTokenPayloadResponse; /** - * + * * @type {string} * @memberof ShareTokenResponse */ expiresAt?: string; } /** - * + * * @export * @interface SingleColumnBoardResponse */ @@ -8560,20 +8656,20 @@ export interface SingleColumnBoardResponse { isSynchronized: boolean; } /** - * + * * @export * @interface StudentPermissionParams */ export interface StudentPermissionParams { /** - * + * * @type {boolean} * @memberof StudentPermissionParams */ LERNSTORE_VIEW?: boolean; } /** - * + * * @export * @interface SubmissionContainerContentBody */ @@ -8586,7 +8682,7 @@ export interface SubmissionContainerContentBody { dueDate?: string; } /** - * + * * @export * @interface SubmissionContainerElementContent */ @@ -8599,207 +8695,207 @@ export interface SubmissionContainerElementContent { dueDate: string; } /** - * + * * @export * @interface SubmissionContainerElementContentBody */ export interface SubmissionContainerElementContentBody { /** - * + * * @type {ContentElementType} * @memberof SubmissionContainerElementContentBody */ type: ContentElementType; /** - * + * * @type {SubmissionContainerContentBody} * @memberof SubmissionContainerElementContentBody */ content: SubmissionContainerContentBody; } /** - * + * * @export * @interface SubmissionContainerElementResponse */ export interface SubmissionContainerElementResponse { /** - * + * * @type {string} * @memberof SubmissionContainerElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof SubmissionContainerElementResponse */ type: ContentElementType; /** - * + * * @type {SubmissionContainerElementContent} * @memberof SubmissionContainerElementResponse */ content: SubmissionContainerElementContent; /** - * + * * @type {TimestampsResponse} * @memberof SubmissionContainerElementResponse */ timestamps: TimestampsResponse; } /** - * + * * @export * @interface SubmissionItemResponse */ export interface SubmissionItemResponse { /** - * + * * @type {string} * @memberof SubmissionItemResponse */ id: string; /** - * + * * @type {TimestampsResponse} * @memberof SubmissionItemResponse */ timestamps: TimestampsResponse; /** - * + * * @type {boolean} * @memberof SubmissionItemResponse */ completed: boolean; /** - * + * * @type {string} * @memberof SubmissionItemResponse */ userId: string; /** - * + * * @type {Array} * @memberof SubmissionItemResponse */ elements: Array; } /** - * + * * @export * @interface SubmissionStatusListResponse */ export interface SubmissionStatusListResponse { /** - * + * * @type {Array} * @memberof SubmissionStatusListResponse */ data: Array; } /** - * + * * @export * @interface SubmissionStatusResponse */ export interface SubmissionStatusResponse { /** - * + * * @type {string} * @memberof SubmissionStatusResponse */ id: string; /** - * + * * @type {Array} * @memberof SubmissionStatusResponse */ submitters: Array; /** - * + * * @type {boolean} * @memberof SubmissionStatusResponse */ isSubmitted: boolean; /** - * + * * @type {number} * @memberof SubmissionStatusResponse */ grade?: number; /** - * + * * @type {boolean} * @memberof SubmissionStatusResponse */ isGraded: boolean; /** - * + * * @type {string} * @memberof SubmissionStatusResponse */ submittingCourseGroupName?: string; } /** - * + * * @export * @interface SubmissionsResponse */ export interface SubmissionsResponse { /** - * + * * @type {Array} * @memberof SubmissionsResponse */ submissionItemsResponse: Array; /** - * + * * @type {Array} * @memberof SubmissionsResponse */ users: Array; } /** - * + * * @export * @interface SuccessfulResponse */ export interface SuccessfulResponse { /** - * + * * @type {boolean} * @memberof SuccessfulResponse */ successful: boolean; } /** - * + * * @export * @interface SystemForLdapLoginResponse */ export interface SystemForLdapLoginResponse { /** - * + * * @type {string} * @memberof SystemForLdapLoginResponse */ id: string; /** - * + * * @type {string} * @memberof SystemForLdapLoginResponse */ type: string; /** - * + * * @type {string} * @memberof SystemForLdapLoginResponse */ alias: string; } /** - * + * * @export * @enum {string} */ @@ -8817,7 +8913,7 @@ export enum SystemType { } /** - * + * * @export * @interface TargetInfoResponse */ @@ -8836,20 +8932,20 @@ export interface TargetInfoResponse { name: string; } /** - * + * * @export * @interface TargetUserIdParams */ export interface TargetUserIdParams { /** - * + * * @type {string} * @memberof TargetUserIdParams */ userId: string; } /** - * + * * @export * @interface TaskCopyApiParams */ @@ -8868,7 +8964,7 @@ export interface TaskCopyApiParams { lessonId?: string; } /** - * + * * @export * @interface TaskListResponse */ @@ -8899,49 +8995,49 @@ export interface TaskListResponse { limit: number; } /** - * + * * @export * @interface TaskResponse */ export interface TaskResponse { /** - * + * * @type {string} * @memberof TaskResponse */ id: string; /** - * + * * @type {string} * @memberof TaskResponse */ name: string; /** - * + * * @type {string} * @memberof TaskResponse */ availableDate?: string; /** - * + * * @type {string} * @memberof TaskResponse */ dueDate?: string; /** - * + * * @type {string} * @memberof TaskResponse */ courseName: string; /** - * + * * @type {string} * @memberof TaskResponse */ lessonName?: string; /** - * + * * @type {string} * @memberof TaskResponse */ @@ -8953,156 +9049,156 @@ export interface TaskResponse { */ description?: RichText; /** - * + * * @type {boolean} * @memberof TaskResponse */ lessonHidden: boolean; /** - * + * * @type {string} * @memberof TaskResponse */ displayColor?: string; /** - * + * * @type {string} * @memberof TaskResponse */ createdAt: string; /** - * + * * @type {string} * @memberof TaskResponse */ updatedAt: string; /** - * + * * @type {TaskStatusResponse} * @memberof TaskResponse */ status: TaskStatusResponse; } /** - * + * * @export * @interface TaskStatusResponse */ export interface TaskStatusResponse { /** - * + * * @type {number} * @memberof TaskStatusResponse */ submitted: number; /** - * + * * @type {number} * @memberof TaskStatusResponse */ maxSubmissions: number; /** - * + * * @type {number} * @memberof TaskStatusResponse */ graded: number; /** - * + * * @type {boolean} * @memberof TaskStatusResponse */ isDraft: boolean; /** - * + * * @type {boolean} * @memberof TaskStatusResponse */ isSubstitutionTeacher: boolean; /** - * + * * @type {boolean} * @memberof TaskStatusResponse */ isFinished: boolean; } /** - * + * * @export * @interface TeacherPermissionParams */ export interface TeacherPermissionParams { /** - * + * * @type {boolean} * @memberof TeacherPermissionParams */ STUDENT_LIST?: boolean; } /** - * + * * @export * @interface TeamPermissionsBody */ export interface TeamPermissionsBody { /** - * + * * @type {boolean} * @memberof TeamPermissionsBody */ read: boolean; /** - * + * * @type {boolean} * @memberof TeamPermissionsBody */ write: boolean; /** - * + * * @type {boolean} * @memberof TeamPermissionsBody */ create: boolean; /** - * + * * @type {boolean} * @memberof TeamPermissionsBody */ _delete: boolean; /** - * + * * @type {boolean} * @memberof TeamPermissionsBody */ share: boolean; } /** - * + * * @export * @interface TimestampsResponse */ export interface TimestampsResponse { /** - * + * * @type {string} * @memberof TimestampsResponse */ lastUpdatedAt: string; /** - * + * * @type {string} * @memberof TimestampsResponse */ createdAt: string; /** - * + * * @type {string} * @memberof TimestampsResponse */ deletedAt?: string; } /** - * + * * @export * @enum {string} */ @@ -9111,7 +9207,7 @@ export enum Timezone { } /** - * + * * @export * @enum {string} */ @@ -9122,7 +9218,7 @@ export enum ToolConfigType { } /** - * + * * @export * @enum {string} */ @@ -9133,20 +9229,20 @@ export enum ToolContextType { } /** - * + * * @export * @interface ToolContextTypesListResponse */ export interface ToolContextTypesListResponse { /** - * + * * @type {Array} * @memberof ToolContextTypesListResponse */ data: Array; } /** - * + * * @export * @interface ToolLaunchRequestResponse */ @@ -9176,7 +9272,7 @@ export interface ToolLaunchRequestResponse { */ openNewTab?: boolean; /** - * + * * @type {LaunchType} * @memberof ToolLaunchRequestResponse */ @@ -9193,20 +9289,20 @@ export enum ToolLaunchRequestResponseMethodEnum { } /** - * + * * @export * @interface ToolReferenceListResponse */ export interface ToolReferenceListResponse { /** - * + * * @type {Array} * @memberof ToolReferenceListResponse */ data: Array; } /** - * + * * @export * @interface ToolReferenceResponse */ @@ -9260,40 +9356,40 @@ export interface ToolReferenceResponse { */ isLtiDeepLinkingTool: boolean; /** - * + * * @type {LtiDeepLinkResponse} * @memberof ToolReferenceResponse */ ltiDeepLink?: LtiDeepLinkResponse; } /** - * + * * @export * @interface UpdateBoardTitleParams */ export interface UpdateBoardTitleParams { /** - * + * * @type {string} * @memberof UpdateBoardTitleParams */ title: string; } /** - * + * * @export * @interface UpdateElementContentBodyParams */ export interface UpdateElementContentBodyParams { /** - * + * * @type {FileElementContentBody | LinkElementContentBody | RichTextElementContentBody | SubmissionContainerElementContentBody | ExternalToolElementContentBody | DrawingElementContentBody | VideoConferenceElementContentBody} * @memberof UpdateElementContentBodyParams */ data: FileElementContentBody | LinkElementContentBody | RichTextElementContentBody | SubmissionContainerElementContentBody | ExternalToolElementContentBody | DrawingElementContentBody | VideoConferenceElementContentBody; } /** - * + * * @export * @interface UpdateFlagParams */ @@ -9306,7 +9402,7 @@ export interface UpdateFlagParams { flagged: boolean; } /** - * + * * @export * @interface UpdateMatchParams */ @@ -9319,7 +9415,7 @@ export interface UpdateMatchParams { userId: string; } /** - * + * * @export * @interface UpdateNewsParams */ @@ -9344,7 +9440,7 @@ export interface UpdateNewsParams { displayAt?: string; } /** - * + * * @export * @interface UpdateRoomBodyParams */ @@ -9356,7 +9452,7 @@ export interface UpdateRoomBodyParams { */ name: string; /** - * + * * @type {RoomColor} * @memberof UpdateRoomBodyParams */ @@ -9375,7 +9471,7 @@ export interface UpdateRoomBodyParams { endDate?: string; } /** - * + * * @export * @interface UpdateSubmissionItemBodyParams */ @@ -9388,69 +9484,69 @@ export interface UpdateSubmissionItemBodyParams { completed: boolean; } /** - * + * * @export * @interface UserConsentResponse */ export interface UserConsentResponse { /** - * + * * @type {string} * @memberof UserConsentResponse */ form: string; /** - * + * * @type {boolean} * @memberof UserConsentResponse */ privacyConsent: boolean; /** - * + * * @type {boolean} * @memberof UserConsentResponse */ termsOfUseConsent: boolean; /** - * + * * @type {string} * @memberof UserConsentResponse */ dateOfPrivacyConsent: string; /** - * + * * @type {string} * @memberof UserConsentResponse */ dateOfTermsOfUseConsent: string; } /** - * + * * @export * @interface UserDataResponse */ export interface UserDataResponse { /** - * + * * @type {string} * @memberof UserDataResponse */ firstName: string; /** - * + * * @type {string} * @memberof UserDataResponse */ lastName: string; /** - * + * * @type {string} * @memberof UserDataResponse */ userId: string; } /** - * + * * @export * @interface UserInfoResponse */ @@ -9475,7 +9571,7 @@ export interface UserInfoResponse { lastName?: string; } /** - * + * * @export * @interface UserListResponse */ @@ -9506,20 +9602,20 @@ export interface UserListResponse { limit: number; } /** - * + * * @export * @interface UserLoginMigrationMandatoryParams */ export interface UserLoginMigrationMandatoryParams { /** - * + * * @type {boolean} * @memberof UserLoginMigrationMandatoryParams */ mandatory: boolean; } /** - * + * * @export * @interface UserLoginMigrationResponse */ @@ -9568,7 +9664,7 @@ export interface UserLoginMigrationResponse { finishedAt?: string; } /** - * + * * @export * @interface UserLoginMigrationSearchListResponse */ @@ -9599,7 +9695,7 @@ export interface UserLoginMigrationSearchListResponse { limit: number; } /** - * + * * @export * @interface UserMatchListResponse */ @@ -9630,7 +9726,7 @@ export interface UserMatchListResponse { limit: number; } /** - * + * * @export * @interface UserMatchResponse */ @@ -9692,92 +9788,92 @@ export enum UserMatchResponseMatchedByEnum { } /** - * + * * @export * @interface UserResponse */ export interface UserResponse { /** - * + * * @type {string} * @memberof UserResponse */ _id: string; /** - * + * * @type {string} * @memberof UserResponse */ firstName: string; /** - * + * * @type {string} * @memberof UserResponse */ lastName: string; /** - * + * * @type {string} * @memberof UserResponse */ email: string; /** - * + * * @type {string} * @memberof UserResponse */ createdAt: string; /** - * + * * @type {string} * @memberof UserResponse */ birthday: string; /** - * + * * @type {object} * @memberof UserResponse */ preferences: object; /** - * + * * @type {string} * @memberof UserResponse */ consentStatus: string; /** - * + * * @type {ConsentsResponse} * @memberof UserResponse */ consent: ConsentsResponse; /** - * + * * @type {Array} * @memberof UserResponse */ classes: Array; /** - * + * * @type {string} * @memberof UserResponse */ importHash: string; /** - * + * * @type {string} * @memberof UserResponse */ lastLoginSystemChange: string; /** - * + * * @type {string} * @memberof UserResponse */ outdatedSince: string; } /** - * + * * @export * @interface ValidationError */ @@ -9814,38 +9910,38 @@ export interface ValidationError { details?: object; } /** - * + * * @export * @interface VideoConferenceContentBody */ export interface VideoConferenceContentBody { /** - * + * * @type {string} * @memberof VideoConferenceContentBody */ title: string; } /** - * + * * @export * @interface VideoConferenceCreateParams */ export interface VideoConferenceCreateParams { /** - * + * * @type {boolean} * @memberof VideoConferenceCreateParams */ everyAttendeeJoinsMuted?: boolean; /** - * + * * @type {boolean} * @memberof VideoConferenceCreateParams */ everybodyJoinsAsModerator?: boolean; /** - * + * * @type {boolean} * @memberof VideoConferenceCreateParams */ @@ -9858,76 +9954,76 @@ export interface VideoConferenceCreateParams { logoutUrl?: string; } /** - * + * * @export * @interface VideoConferenceElementContent */ export interface VideoConferenceElementContent { /** - * + * * @type {string} * @memberof VideoConferenceElementContent */ title: string; } /** - * + * * @export * @interface VideoConferenceElementContentBody */ export interface VideoConferenceElementContentBody { /** - * + * * @type {ContentElementType} * @memberof VideoConferenceElementContentBody */ type: ContentElementType; /** - * + * * @type {VideoConferenceContentBody} * @memberof VideoConferenceElementContentBody */ content: VideoConferenceContentBody; } /** - * + * * @export * @interface VideoConferenceElementResponse */ export interface VideoConferenceElementResponse { /** - * + * * @type {string} * @memberof VideoConferenceElementResponse */ id: string; /** - * + * * @type {ContentElementType} * @memberof VideoConferenceElementResponse */ type: ContentElementType; /** - * + * * @type {TimestampsResponse} * @memberof VideoConferenceElementResponse */ timestamps: TimestampsResponse; /** - * + * * @type {VideoConferenceElementContent} * @memberof VideoConferenceElementResponse */ content: VideoConferenceElementContent; } /** - * + * * @export * @interface VideoConferenceInfoResponse */ export interface VideoConferenceInfoResponse { /** - * + * * @type {VideoConferenceStateResponse} * @memberof VideoConferenceInfoResponse */ @@ -9940,7 +10036,7 @@ export interface VideoConferenceInfoResponse { options: VideoConferenceOptionsResponse; } /** - * + * * @export * @interface VideoConferenceJoinResponse */ @@ -9953,7 +10049,7 @@ export interface VideoConferenceJoinResponse { url: string; } /** - * + * * @export * @interface VideoConferenceOptionsResponse */ @@ -9978,7 +10074,7 @@ export interface VideoConferenceOptionsResponse { moderatorMustApproveJoinRequests: boolean; } /** - * + * * @export * @enum {string} */ @@ -9990,7 +10086,7 @@ export enum VideoConferenceScope { } /** - * + * * @export * @enum {string} */ @@ -10001,57 +10097,57 @@ export enum VideoConferenceStateResponse { } /** - * + * * @export * @interface VisibilityBodyParams */ export interface VisibilityBodyParams { /** - * + * * @type {boolean} * @memberof VisibilityBodyParams */ isVisible: boolean; } /** - * + * * @export * @interface VisibilitySettingsResponse */ export interface VisibilitySettingsResponse { /** - * + * * @type {string} * @memberof VisibilitySettingsResponse */ publishedAt?: string; } /** - * + * * @export * @interface YearsResponse */ export interface YearsResponse { /** - * + * * @type {Array} * @memberof YearsResponse */ schoolYears: Array; /** - * + * * @type {SchoolYearResponse} * @memberof YearsResponse */ activeYear: SchoolYearResponse; /** - * + * * @type {SchoolYearResponse} * @memberof YearsResponse */ lastYear: SchoolYearResponse; /** - * + * * @type {SchoolYearResponse} * @memberof YearsResponse */ @@ -10065,7 +10161,7 @@ export interface YearsResponse { export const AccountApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Deletes an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10092,7 +10188,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10103,7 +10199,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Returns an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10130,7 +10226,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10141,9 +10237,9 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Updates the the temporary account password for the authenticated user. - * @param {PatchMyPasswordParams} patchMyPasswordParams + * @param {PatchMyPasswordParams} patchMyPasswordParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10167,7 +10263,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -10181,7 +10277,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Returns all accounts which satisfies the given criteria. For unlimited access Superhero role is REQUIRED. * @param {'userId' | 'username'} type The search criteria. * @param {string} value The search value. @@ -10228,7 +10324,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10239,10 +10335,10 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Updates an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. - * @param {AccountByIdBodyParams} accountByIdBodyParams + * @param {AccountByIdBodyParams} accountByIdBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10269,7 +10365,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -10283,9 +10379,9 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Updates an account for the authenticated user. - * @param {PatchMyAccountParams} patchMyAccountParams + * @param {PatchMyAccountParams} patchMyAccountParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10309,7 +10405,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -10333,7 +10429,7 @@ export const AccountApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = AccountApiAxiosParamCreator(configuration) return { /** - * + * * @summary Deletes an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10344,7 +10440,7 @@ export const AccountApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10355,9 +10451,9 @@ export const AccountApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updates the the temporary account password for the authenticated user. - * @param {PatchMyPasswordParams} patchMyPasswordParams + * @param {PatchMyPasswordParams} patchMyPasswordParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10366,7 +10462,7 @@ export const AccountApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns all accounts which satisfies the given criteria. For unlimited access Superhero role is REQUIRED. * @param {'userId' | 'username'} type The search criteria. * @param {string} value The search value. @@ -10380,10 +10476,10 @@ export const AccountApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updates an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. - * @param {AccountByIdBodyParams} accountByIdBodyParams + * @param {AccountByIdBodyParams} accountByIdBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10392,9 +10488,9 @@ export const AccountApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updates an account for the authenticated user. - * @param {PatchMyAccountParams} patchMyAccountParams + * @param {PatchMyAccountParams} patchMyAccountParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10413,7 +10509,7 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa const localVarFp = AccountApiFp(configuration) return { /** - * + * * @summary Deletes an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10423,7 +10519,7 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa return localVarFp.accountControllerDeleteAccountById(id, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10433,9 +10529,9 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa return localVarFp.accountControllerFindAccountById(id, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updates the the temporary account password for the authenticated user. - * @param {PatchMyPasswordParams} patchMyPasswordParams + * @param {PatchMyPasswordParams} patchMyPasswordParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10443,7 +10539,7 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa return localVarFp.accountControllerReplaceMyPassword(patchMyPasswordParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns all accounts which satisfies the given criteria. For unlimited access Superhero role is REQUIRED. * @param {'userId' | 'username'} type The search criteria. * @param {string} value The search value. @@ -10456,10 +10552,10 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa return localVarFp.accountControllerSearchAccounts(type, value, skip, limit, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updates an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. - * @param {AccountByIdBodyParams} accountByIdBodyParams + * @param {AccountByIdBodyParams} accountByIdBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10467,9 +10563,9 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa return localVarFp.accountControllerUpdateAccountById(id, accountByIdBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updates an account for the authenticated user. - * @param {PatchMyAccountParams} patchMyAccountParams + * @param {PatchMyAccountParams} patchMyAccountParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10486,7 +10582,7 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa */ export interface AccountApiInterface { /** - * + * * @summary Deletes an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10496,7 +10592,7 @@ export interface AccountApiInterface { accountControllerDeleteAccountById(id: string, options?: any): AxiosPromise; /** - * + * * @summary Returns an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10506,9 +10602,9 @@ export interface AccountApiInterface { accountControllerFindAccountById(id: string, options?: any): AxiosPromise; /** - * + * * @summary Updates the the temporary account password for the authenticated user. - * @param {PatchMyPasswordParams} patchMyPasswordParams + * @param {PatchMyPasswordParams} patchMyPasswordParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AccountApiInterface @@ -10516,7 +10612,7 @@ export interface AccountApiInterface { accountControllerReplaceMyPassword(patchMyPasswordParams: PatchMyPasswordParams, options?: any): AxiosPromise; /** - * + * * @summary Returns all accounts which satisfies the given criteria. For unlimited access Superhero role is REQUIRED. * @param {'userId' | 'username'} type The search criteria. * @param {string} value The search value. @@ -10529,10 +10625,10 @@ export interface AccountApiInterface { accountControllerSearchAccounts(type: 'userId' | 'username', value: string, skip?: number, limit?: number, options?: any): AxiosPromise; /** - * + * * @summary Updates an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. - * @param {AccountByIdBodyParams} accountByIdBodyParams + * @param {AccountByIdBodyParams} accountByIdBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AccountApiInterface @@ -10540,9 +10636,9 @@ export interface AccountApiInterface { accountControllerUpdateAccountById(id: string, accountByIdBodyParams: AccountByIdBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Updates an account for the authenticated user. - * @param {PatchMyAccountParams} patchMyAccountParams + * @param {PatchMyAccountParams} patchMyAccountParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AccountApiInterface @@ -10559,7 +10655,7 @@ export interface AccountApiInterface { */ export class AccountApi extends BaseAPI implements AccountApiInterface { /** - * + * * @summary Deletes an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10571,7 +10667,7 @@ export class AccountApi extends BaseAPI implements AccountApiInterface { } /** - * + * * @summary Returns an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. * @param {*} [options] Override http request option. @@ -10583,9 +10679,9 @@ export class AccountApi extends BaseAPI implements AccountApiInterface { } /** - * + * * @summary Updates the the temporary account password for the authenticated user. - * @param {PatchMyPasswordParams} patchMyPasswordParams + * @param {PatchMyPasswordParams} patchMyPasswordParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AccountApi @@ -10595,7 +10691,7 @@ export class AccountApi extends BaseAPI implements AccountApiInterface { } /** - * + * * @summary Returns all accounts which satisfies the given criteria. For unlimited access Superhero role is REQUIRED. * @param {'userId' | 'username'} type The search criteria. * @param {string} value The search value. @@ -10610,10 +10706,10 @@ export class AccountApi extends BaseAPI implements AccountApiInterface { } /** - * + * * @summary Updates an account with given id. Superhero role is REQUIRED. * @param {string} id The id for the account. - * @param {AccountByIdBodyParams} accountByIdBodyParams + * @param {AccountByIdBodyParams} accountByIdBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AccountApi @@ -10623,9 +10719,9 @@ export class AccountApi extends BaseAPI implements AccountApiInterface { } /** - * + * * @summary Updates an account for the authenticated user. - * @param {PatchMyAccountParams} patchMyAccountParams + * @param {PatchMyAccountParams} patchMyAccountParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AccountApi @@ -10643,7 +10739,7 @@ export class AccountApi extends BaseAPI implements AccountApiInterface { export const AdminStudentsApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Returns an student with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -10670,7 +10766,7 @@ export const AdminStudentsApiAxiosParamCreator = function (configuration?: Confi await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10681,15 +10777,15 @@ export const AdminStudentsApiAxiosParamCreator = function (configuration?: Confi }; }, /** - * + * * @summary Returns all students which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10739,7 +10835,7 @@ export const AdminStudentsApiAxiosParamCreator = function (configuration?: Confi } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10760,7 +10856,7 @@ export const AdminStudentsApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = AdminStudentsApiAxiosParamCreator(configuration) return { /** - * + * * @summary Returns an student with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -10771,15 +10867,15 @@ export const AdminStudentsApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns all students which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10798,7 +10894,7 @@ export const AdminStudentsApiFactory = function (configuration?: Configuration, const localVarFp = AdminStudentsApiFp(configuration) return { /** - * + * * @summary Returns an student with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -10808,15 +10904,15 @@ export const AdminStudentsApiFactory = function (configuration?: Configuration, return localVarFp.adminApiStudentsControllerFindStudentById(id, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns all students which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10833,7 +10929,7 @@ export const AdminStudentsApiFactory = function (configuration?: Configuration, */ export interface AdminStudentsApiInterface { /** - * + * * @summary Returns an student with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -10843,15 +10939,15 @@ export interface AdminStudentsApiInterface { adminApiStudentsControllerFindStudentById(id: string, options?: any): AxiosPromise; /** - * + * * @summary Returns all students which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AdminStudentsApiInterface @@ -10868,7 +10964,7 @@ export interface AdminStudentsApiInterface { */ export class AdminStudentsApi extends BaseAPI implements AdminStudentsApiInterface { /** - * + * * @summary Returns an student with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -10880,15 +10976,15 @@ export class AdminStudentsApi extends BaseAPI implements AdminStudentsApiInterfa } /** - * + * * @summary Returns all students which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AdminStudentsApi @@ -10906,7 +11002,7 @@ export class AdminStudentsApi extends BaseAPI implements AdminStudentsApiInterfa export const AdminTeachersApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Returns a teacher with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -10933,7 +11029,7 @@ export const AdminTeachersApiAxiosParamCreator = function (configuration?: Confi await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10944,15 +11040,15 @@ export const AdminTeachersApiAxiosParamCreator = function (configuration?: Confi }; }, /** - * + * * @summary Returns all teachers which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11002,7 +11098,7 @@ export const AdminTeachersApiAxiosParamCreator = function (configuration?: Confi } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11023,7 +11119,7 @@ export const AdminTeachersApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = AdminTeachersApiAxiosParamCreator(configuration) return { /** - * + * * @summary Returns a teacher with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -11034,15 +11130,15 @@ export const AdminTeachersApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns all teachers which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11061,7 +11157,7 @@ export const AdminTeachersApiFactory = function (configuration?: Configuration, const localVarFp = AdminTeachersApiFp(configuration) return { /** - * + * * @summary Returns a teacher with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -11071,15 +11167,15 @@ export const AdminTeachersApiFactory = function (configuration?: Configuration, return localVarFp.adminApiTeachersControllerFindTeacherById(id, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns all teachers which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11096,7 +11192,7 @@ export const AdminTeachersApiFactory = function (configuration?: Configuration, */ export interface AdminTeachersApiInterface { /** - * + * * @summary Returns a teacher with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -11106,15 +11202,15 @@ export interface AdminTeachersApiInterface { adminApiTeachersControllerFindTeacherById(id: string, options?: any): AxiosPromise; /** - * + * * @summary Returns all teachers which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AdminTeachersApiInterface @@ -11131,7 +11227,7 @@ export interface AdminTeachersApiInterface { */ export class AdminTeachersApi extends BaseAPI implements AdminTeachersApiInterface { /** - * + * * @summary Returns a teacher with given id. * @param {string} id The id of the user. * @param {*} [options] Override http request option. @@ -11143,15 +11239,15 @@ export class AdminTeachersApi extends BaseAPI implements AdminTeachersApiInterfa } /** - * + * * @summary Returns all teachers which satisfies the given criteria. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {number} [$limit] Page limit, defaults to 25. * @param {number} [$skip] Number of elements (not pages) to be skipped - * @param {Array} [classes] - * @param {string} [searchQuery] - * @param {Array} [users] + * @param {Array} [classes] + * @param {string} [searchQuery] + * @param {Array} [users] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AdminTeachersApi @@ -11169,7 +11265,7 @@ export class AdminTeachersApi extends BaseAPI implements AdminTeachersApiInterfa export const AlertApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Get allerts * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11188,7 +11284,7 @@ export const AlertApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11209,7 +11305,7 @@ export const AlertApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = AlertApiAxiosParamCreator(configuration) return { /** - * + * * @summary Get allerts * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11229,7 +11325,7 @@ export const AlertApiFactory = function (configuration?: Configuration, basePath const localVarFp = AlertApiFp(configuration) return { /** - * + * * @summary Get allerts * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11247,7 +11343,7 @@ export const AlertApiFactory = function (configuration?: Configuration, basePath */ export interface AlertApiInterface { /** - * + * * @summary Get allerts * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11265,7 +11361,7 @@ export interface AlertApiInterface { */ export class AlertApi extends BaseAPI implements AlertApiInterface { /** - * + * * @summary Get allerts * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11284,9 +11380,9 @@ export class AlertApi extends BaseAPI implements AlertApiInterface { export const AuthenticationApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Starts the login process for users which are authenticated via LDAP - * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams + * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11306,7 +11402,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -11320,9 +11416,9 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf }; }, /** - * + * * @summary Starts the login process for users which are locally managed. - * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams + * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11342,7 +11438,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -11356,9 +11452,9 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf }; }, /** - * + * * @summary Starts the login process for users which are authenticated via OAuth 2. - * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams + * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11378,7 +11474,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -11392,7 +11488,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf }; }, /** - * + * * @summary Logs out a user from the external system. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11415,7 +11511,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11426,7 +11522,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf }; }, /** - * + * * @summary Logs out a user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11449,7 +11545,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11460,9 +11556,9 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf }; }, /** - * + * * @summary Logs out a user for a given logout token from an external oidc system. - * @param {OidcLogoutBodyParams} oidcLogoutBodyParams + * @param {OidcLogoutBodyParams} oidcLogoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11482,7 +11578,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -11506,9 +11602,9 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = AuthenticationApiAxiosParamCreator(configuration) return { /** - * + * * @summary Starts the login process for users which are authenticated via LDAP - * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams + * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11517,9 +11613,9 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Starts the login process for users which are locally managed. - * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams + * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11528,9 +11624,9 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Starts the login process for users which are authenticated via OAuth 2. - * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams + * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11539,7 +11635,7 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Logs out a user from the external system. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11549,7 +11645,7 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Logs out a user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11559,9 +11655,9 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Logs out a user for a given logout token from an external oidc system. - * @param {OidcLogoutBodyParams} oidcLogoutBodyParams + * @param {OidcLogoutBodyParams} oidcLogoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11580,9 +11676,9 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, const localVarFp = AuthenticationApiFp(configuration) return { /** - * + * * @summary Starts the login process for users which are authenticated via LDAP - * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams + * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11590,9 +11686,9 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, return localVarFp.loginControllerLoginLdap(ldapAuthorizationBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Starts the login process for users which are locally managed. - * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams + * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11600,9 +11696,9 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, return localVarFp.loginControllerLoginLocal(localAuthorizationBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Starts the login process for users which are authenticated via OAuth 2. - * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams + * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11610,7 +11706,7 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, return localVarFp.loginControllerLoginOauth2(oauth2AuthorizationBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Logs out a user from the external system. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11619,7 +11715,7 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, return localVarFp.logoutControllerExternalSystemLogout(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Logs out a user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11628,9 +11724,9 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, return localVarFp.logoutControllerLogout(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Logs out a user for a given logout token from an external oidc system. - * @param {OidcLogoutBodyParams} oidcLogoutBodyParams + * @param {OidcLogoutBodyParams} oidcLogoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11647,9 +11743,9 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, */ export interface AuthenticationApiInterface { /** - * + * * @summary Starts the login process for users which are authenticated via LDAP - * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams + * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApiInterface @@ -11657,9 +11753,9 @@ export interface AuthenticationApiInterface { loginControllerLoginLdap(ldapAuthorizationBodyParams: LdapAuthorizationBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Starts the login process for users which are locally managed. - * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams + * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApiInterface @@ -11667,9 +11763,9 @@ export interface AuthenticationApiInterface { loginControllerLoginLocal(localAuthorizationBodyParams: LocalAuthorizationBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Starts the login process for users which are authenticated via OAuth 2. - * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams + * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApiInterface @@ -11677,7 +11773,7 @@ export interface AuthenticationApiInterface { loginControllerLoginOauth2(oauth2AuthorizationBodyParams: Oauth2AuthorizationBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Logs out a user from the external system. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11686,7 +11782,7 @@ export interface AuthenticationApiInterface { logoutControllerExternalSystemLogout(options?: any): AxiosPromise; /** - * + * * @summary Logs out a user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11695,9 +11791,9 @@ export interface AuthenticationApiInterface { logoutControllerLogout(options?: any): AxiosPromise; /** - * + * * @summary Logs out a user for a given logout token from an external oidc system. - * @param {OidcLogoutBodyParams} oidcLogoutBodyParams + * @param {OidcLogoutBodyParams} oidcLogoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApiInterface @@ -11714,9 +11810,9 @@ export interface AuthenticationApiInterface { */ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInterface { /** - * + * * @summary Starts the login process for users which are authenticated via LDAP - * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams + * @param {LdapAuthorizationBodyParams} ldapAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApi @@ -11726,9 +11822,9 @@ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInter } /** - * + * * @summary Starts the login process for users which are locally managed. - * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams + * @param {LocalAuthorizationBodyParams} localAuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApi @@ -11738,9 +11834,9 @@ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInter } /** - * + * * @summary Starts the login process for users which are authenticated via OAuth 2. - * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams + * @param {Oauth2AuthorizationBodyParams} oauth2AuthorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApi @@ -11750,7 +11846,7 @@ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInter } /** - * + * * @summary Logs out a user from the external system. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11761,7 +11857,7 @@ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInter } /** - * + * * @summary Logs out a user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -11772,9 +11868,9 @@ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInter } /** - * + * * @summary Logs out a user for a given logout token from an external oidc system. - * @param {OidcLogoutBodyParams} oidcLogoutBodyParams + * @param {OidcLogoutBodyParams} oidcLogoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthenticationApi @@ -11792,9 +11888,9 @@ export class AuthenticationApi extends BaseAPI implements AuthenticationApiInter export const AuthorizationApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Checks if user is authorized to perform the given operation. - * @param {AuthorizationBodyParams} authorizationBodyParams + * @param {AuthorizationBodyParams} authorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11818,7 +11914,7 @@ export const AuthorizationApiAxiosParamCreator = function (configuration?: Confi await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -11842,9 +11938,9 @@ export const AuthorizationApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = AuthorizationApiAxiosParamCreator(configuration) return { /** - * + * * @summary Checks if user is authorized to perform the given operation. - * @param {AuthorizationBodyParams} authorizationBodyParams + * @param {AuthorizationBodyParams} authorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11863,9 +11959,9 @@ export const AuthorizationApiFactory = function (configuration?: Configuration, const localVarFp = AuthorizationApiFp(configuration) return { /** - * + * * @summary Checks if user is authorized to perform the given operation. - * @param {AuthorizationBodyParams} authorizationBodyParams + * @param {AuthorizationBodyParams} authorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11882,9 +11978,9 @@ export const AuthorizationApiFactory = function (configuration?: Configuration, */ export interface AuthorizationApiInterface { /** - * + * * @summary Checks if user is authorized to perform the given operation. - * @param {AuthorizationBodyParams} authorizationBodyParams + * @param {AuthorizationBodyParams} authorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthorizationApiInterface @@ -11901,9 +11997,9 @@ export interface AuthorizationApiInterface { */ export class AuthorizationApi extends BaseAPI implements AuthorizationApiInterface { /** - * + * * @summary Checks if user is authorized to perform the given operation. - * @param {AuthorizationBodyParams} authorizationBodyParams + * @param {AuthorizationBodyParams} authorizationBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof AuthorizationApi @@ -11921,7 +12017,7 @@ export class AuthorizationApi extends BaseAPI implements AuthorizationApiInterfa export const BoardApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a board copy. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -11948,7 +12044,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11959,9 +12055,9 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Create a new board. - * @param {CreateBoardBodyParams} createBoardBodyParams + * @param {CreateBoardBodyParams} createBoardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11985,7 +12081,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -11999,7 +12095,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Create a new column on a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12026,7 +12122,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12037,7 +12133,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Delete a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12064,7 +12160,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12075,7 +12171,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Get the context of a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12102,7 +12198,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12113,7 +12209,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Get the skeleton of a a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12140,7 +12236,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12151,10 +12247,10 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Update the title of a board. * @param {string} boardId The id of the board. - * @param {UpdateBoardTitleParams} updateBoardTitleParams + * @param {UpdateBoardTitleParams} updateBoardTitleParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12181,7 +12277,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -12195,10 +12291,10 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Update the visibility of a board. * @param {string} boardId The id of the board. - * @param {VisibilityBodyParams} visibilityBodyParams + * @param {VisibilityBodyParams} visibilityBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12225,7 +12321,7 @@ export const BoardApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -12249,7 +12345,7 @@ export const BoardApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = BoardApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a board copy. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12260,9 +12356,9 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Create a new board. - * @param {CreateBoardBodyParams} createBoardBodyParams + * @param {CreateBoardBodyParams} createBoardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12271,7 +12367,7 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Create a new column on a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12282,7 +12378,7 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12293,7 +12389,7 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the context of a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12304,7 +12400,7 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the skeleton of a a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12315,10 +12411,10 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the title of a board. * @param {string} boardId The id of the board. - * @param {UpdateBoardTitleParams} updateBoardTitleParams + * @param {UpdateBoardTitleParams} updateBoardTitleParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12327,10 +12423,10 @@ export const BoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the visibility of a board. * @param {string} boardId The id of the board. - * @param {VisibilityBodyParams} visibilityBodyParams + * @param {VisibilityBodyParams} visibilityBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12349,7 +12445,7 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath const localVarFp = BoardApiFp(configuration) return { /** - * + * * @summary Create a board copy. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12359,9 +12455,9 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerCopyBoard(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Create a new board. - * @param {CreateBoardBodyParams} createBoardBodyParams + * @param {CreateBoardBodyParams} createBoardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12369,7 +12465,7 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerCreateBoard(createBoardBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Create a new column on a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12379,7 +12475,7 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerCreateColumn(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12389,7 +12485,7 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerDeleteBoard(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the context of a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12399,7 +12495,7 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerGetBoardContext(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the skeleton of a a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12409,10 +12505,10 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerGetBoardSkeleton(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the title of a board. * @param {string} boardId The id of the board. - * @param {UpdateBoardTitleParams} updateBoardTitleParams + * @param {UpdateBoardTitleParams} updateBoardTitleParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12420,10 +12516,10 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath return localVarFp.boardControllerUpdateBoardTitle(boardId, updateBoardTitleParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the visibility of a board. * @param {string} boardId The id of the board. - * @param {VisibilityBodyParams} visibilityBodyParams + * @param {VisibilityBodyParams} visibilityBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12440,7 +12536,7 @@ export const BoardApiFactory = function (configuration?: Configuration, basePath */ export interface BoardApiInterface { /** - * + * * @summary Create a board copy. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12450,9 +12546,9 @@ export interface BoardApiInterface { boardControllerCopyBoard(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Create a new board. - * @param {CreateBoardBodyParams} createBoardBodyParams + * @param {CreateBoardBodyParams} createBoardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardApiInterface @@ -12460,7 +12556,7 @@ export interface BoardApiInterface { boardControllerCreateBoard(createBoardBodyParams: CreateBoardBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Create a new column on a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12470,7 +12566,7 @@ export interface BoardApiInterface { boardControllerCreateColumn(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Delete a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12480,7 +12576,7 @@ export interface BoardApiInterface { boardControllerDeleteBoard(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the context of a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12490,7 +12586,7 @@ export interface BoardApiInterface { boardControllerGetBoardContext(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the skeleton of a a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12500,10 +12596,10 @@ export interface BoardApiInterface { boardControllerGetBoardSkeleton(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Update the title of a board. * @param {string} boardId The id of the board. - * @param {UpdateBoardTitleParams} updateBoardTitleParams + * @param {UpdateBoardTitleParams} updateBoardTitleParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardApiInterface @@ -12511,10 +12607,10 @@ export interface BoardApiInterface { boardControllerUpdateBoardTitle(boardId: string, updateBoardTitleParams: UpdateBoardTitleParams, options?: any): AxiosPromise; /** - * + * * @summary Update the visibility of a board. * @param {string} boardId The id of the board. - * @param {VisibilityBodyParams} visibilityBodyParams + * @param {VisibilityBodyParams} visibilityBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardApiInterface @@ -12531,7 +12627,7 @@ export interface BoardApiInterface { */ export class BoardApi extends BaseAPI implements BoardApiInterface { /** - * + * * @summary Create a board copy. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12543,9 +12639,9 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Create a new board. - * @param {CreateBoardBodyParams} createBoardBodyParams + * @param {CreateBoardBodyParams} createBoardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardApi @@ -12555,7 +12651,7 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Create a new column on a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12567,7 +12663,7 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Delete a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12579,7 +12675,7 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Get the context of a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12591,7 +12687,7 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Get the skeleton of a a board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -12603,10 +12699,10 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Update the title of a board. * @param {string} boardId The id of the board. - * @param {UpdateBoardTitleParams} updateBoardTitleParams + * @param {UpdateBoardTitleParams} updateBoardTitleParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardApi @@ -12616,10 +12712,10 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { } /** - * + * * @summary Update the visibility of a board. * @param {string} boardId The id of the board. - * @param {VisibilityBodyParams} visibilityBodyParams + * @param {VisibilityBodyParams} visibilityBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardApi @@ -12637,10 +12733,10 @@ export class BoardApi extends BaseAPI implements BoardApiInterface { export const BoardCardApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a new element on a card. * @param {string} cardId The id of the card. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12667,7 +12763,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -12681,7 +12777,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Delete a single card. * @param {string} cardId The id of the card. * @param {*} [options] Override http request option. @@ -12708,7 +12804,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12719,7 +12815,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Get a list of cards by their ids. * @param {Array} ids Array of Ids to be loaded * @param {*} [options] Override http request option. @@ -12749,7 +12845,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12760,10 +12856,10 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Move a single card. * @param {string} cardId The id of the card. - * @param {MoveCardBodyParams} moveCardBodyParams + * @param {MoveCardBodyParams} moveCardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12790,7 +12886,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -12804,10 +12900,10 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Update the height of a single card. * @param {string} cardId The id of the card. - * @param {SetHeightBodyParams} setHeightBodyParams + * @param {SetHeightBodyParams} setHeightBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12834,7 +12930,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -12848,10 +12944,10 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Update the title of a single card. * @param {string} cardId The id of the card. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12878,7 +12974,7 @@ export const BoardCardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -12902,10 +12998,10 @@ export const BoardCardApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = BoardCardApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a new element on a card. * @param {string} cardId The id of the card. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12914,7 +13010,7 @@ export const BoardCardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a single card. * @param {string} cardId The id of the card. * @param {*} [options] Override http request option. @@ -12925,7 +13021,7 @@ export const BoardCardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get a list of cards by their ids. * @param {Array} ids Array of Ids to be loaded * @param {*} [options] Override http request option. @@ -12936,10 +13032,10 @@ export const BoardCardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Move a single card. * @param {string} cardId The id of the card. - * @param {MoveCardBodyParams} moveCardBodyParams + * @param {MoveCardBodyParams} moveCardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12948,10 +13044,10 @@ export const BoardCardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the height of a single card. * @param {string} cardId The id of the card. - * @param {SetHeightBodyParams} setHeightBodyParams + * @param {SetHeightBodyParams} setHeightBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12960,10 +13056,10 @@ export const BoardCardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the title of a single card. * @param {string} cardId The id of the card. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12982,10 +13078,10 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base const localVarFp = BoardCardApiFp(configuration) return { /** - * + * * @summary Create a new element on a card. * @param {string} cardId The id of the card. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12993,7 +13089,7 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base return localVarFp.cardControllerCreateElement(cardId, createContentElementBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a single card. * @param {string} cardId The id of the card. * @param {*} [options] Override http request option. @@ -13003,7 +13099,7 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base return localVarFp.cardControllerDeleteCard(cardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get a list of cards by their ids. * @param {Array} ids Array of Ids to be loaded * @param {*} [options] Override http request option. @@ -13013,10 +13109,10 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base return localVarFp.cardControllerGetCards(ids, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Move a single card. * @param {string} cardId The id of the card. - * @param {MoveCardBodyParams} moveCardBodyParams + * @param {MoveCardBodyParams} moveCardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13024,10 +13120,10 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base return localVarFp.cardControllerMoveCard(cardId, moveCardBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the height of a single card. * @param {string} cardId The id of the card. - * @param {SetHeightBodyParams} setHeightBodyParams + * @param {SetHeightBodyParams} setHeightBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13035,10 +13131,10 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base return localVarFp.cardControllerUpdateCardHeight(cardId, setHeightBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the title of a single card. * @param {string} cardId The id of the card. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13055,10 +13151,10 @@ export const BoardCardApiFactory = function (configuration?: Configuration, base */ export interface BoardCardApiInterface { /** - * + * * @summary Create a new element on a card. * @param {string} cardId The id of the card. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApiInterface @@ -13066,7 +13162,7 @@ export interface BoardCardApiInterface { cardControllerCreateElement(cardId: string, createContentElementBodyParams: CreateContentElementBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a single card. * @param {string} cardId The id of the card. * @param {*} [options] Override http request option. @@ -13076,7 +13172,7 @@ export interface BoardCardApiInterface { cardControllerDeleteCard(cardId: string, options?: any): AxiosPromise; /** - * + * * @summary Get a list of cards by their ids. * @param {Array} ids Array of Ids to be loaded * @param {*} [options] Override http request option. @@ -13086,10 +13182,10 @@ export interface BoardCardApiInterface { cardControllerGetCards(ids: Array, options?: any): AxiosPromise; /** - * + * * @summary Move a single card. * @param {string} cardId The id of the card. - * @param {MoveCardBodyParams} moveCardBodyParams + * @param {MoveCardBodyParams} moveCardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApiInterface @@ -13097,10 +13193,10 @@ export interface BoardCardApiInterface { cardControllerMoveCard(cardId: string, moveCardBodyParams: MoveCardBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update the height of a single card. * @param {string} cardId The id of the card. - * @param {SetHeightBodyParams} setHeightBodyParams + * @param {SetHeightBodyParams} setHeightBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApiInterface @@ -13108,10 +13204,10 @@ export interface BoardCardApiInterface { cardControllerUpdateCardHeight(cardId: string, setHeightBodyParams: SetHeightBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update the title of a single card. * @param {string} cardId The id of the card. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApiInterface @@ -13128,10 +13224,10 @@ export interface BoardCardApiInterface { */ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { /** - * + * * @summary Create a new element on a card. * @param {string} cardId The id of the card. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApi @@ -13141,7 +13237,7 @@ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { } /** - * + * * @summary Delete a single card. * @param {string} cardId The id of the card. * @param {*} [options] Override http request option. @@ -13153,7 +13249,7 @@ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { } /** - * + * * @summary Get a list of cards by their ids. * @param {Array} ids Array of Ids to be loaded * @param {*} [options] Override http request option. @@ -13165,10 +13261,10 @@ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { } /** - * + * * @summary Move a single card. * @param {string} cardId The id of the card. - * @param {MoveCardBodyParams} moveCardBodyParams + * @param {MoveCardBodyParams} moveCardBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApi @@ -13178,10 +13274,10 @@ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { } /** - * + * * @summary Update the height of a single card. * @param {string} cardId The id of the card. - * @param {SetHeightBodyParams} setHeightBodyParams + * @param {SetHeightBodyParams} setHeightBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApi @@ -13191,10 +13287,10 @@ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { } /** - * + * * @summary Update the title of a single card. * @param {string} cardId The id of the card. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardCardApi @@ -13212,10 +13308,10 @@ export class BoardCardApi extends BaseAPI implements BoardCardApiInterface { export const BoardColumnApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a new card on a column. * @param {string} columnId The id of the column. - * @param {CreateCardBodyParams} [createCardBodyParams] + * @param {CreateCardBodyParams} [createCardBodyParams] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13240,7 +13336,7 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -13254,7 +13350,7 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @summary Delete a single column. * @param {string} columnId The id of the column. * @param {*} [options] Override http request option. @@ -13281,7 +13377,7 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -13292,10 +13388,10 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @summary Move a single column. * @param {string} columnId The id of the column. - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13322,7 +13418,7 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -13336,10 +13432,10 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @summary Update the title of a single column. * @param {string} columnId The id of the column. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13366,7 +13462,7 @@ export const BoardColumnApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -13390,10 +13486,10 @@ export const BoardColumnApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = BoardColumnApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a new card on a column. * @param {string} columnId The id of the column. - * @param {CreateCardBodyParams} [createCardBodyParams] + * @param {CreateCardBodyParams} [createCardBodyParams] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13402,7 +13498,7 @@ export const BoardColumnApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a single column. * @param {string} columnId The id of the column. * @param {*} [options] Override http request option. @@ -13413,10 +13509,10 @@ export const BoardColumnApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Move a single column. * @param {string} columnId The id of the column. - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13425,10 +13521,10 @@ export const BoardColumnApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the title of a single column. * @param {string} columnId The id of the column. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13447,10 +13543,10 @@ export const BoardColumnApiFactory = function (configuration?: Configuration, ba const localVarFp = BoardColumnApiFp(configuration) return { /** - * + * * @summary Create a new card on a column. * @param {string} columnId The id of the column. - * @param {CreateCardBodyParams} [createCardBodyParams] + * @param {CreateCardBodyParams} [createCardBodyParams] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13458,7 +13554,7 @@ export const BoardColumnApiFactory = function (configuration?: Configuration, ba return localVarFp.columnControllerCreateCard(columnId, createCardBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a single column. * @param {string} columnId The id of the column. * @param {*} [options] Override http request option. @@ -13468,10 +13564,10 @@ export const BoardColumnApiFactory = function (configuration?: Configuration, ba return localVarFp.columnControllerDeleteColumn(columnId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Move a single column. * @param {string} columnId The id of the column. - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13479,10 +13575,10 @@ export const BoardColumnApiFactory = function (configuration?: Configuration, ba return localVarFp.columnControllerMoveColumn(columnId, moveColumnBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the title of a single column. * @param {string} columnId The id of the column. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13499,10 +13595,10 @@ export const BoardColumnApiFactory = function (configuration?: Configuration, ba */ export interface BoardColumnApiInterface { /** - * + * * @summary Create a new card on a column. * @param {string} columnId The id of the column. - * @param {CreateCardBodyParams} [createCardBodyParams] + * @param {CreateCardBodyParams} [createCardBodyParams] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardColumnApiInterface @@ -13510,7 +13606,7 @@ export interface BoardColumnApiInterface { columnControllerCreateCard(columnId: string, createCardBodyParams?: CreateCardBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a single column. * @param {string} columnId The id of the column. * @param {*} [options] Override http request option. @@ -13520,10 +13616,10 @@ export interface BoardColumnApiInterface { columnControllerDeleteColumn(columnId: string, options?: any): AxiosPromise; /** - * + * * @summary Move a single column. * @param {string} columnId The id of the column. - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardColumnApiInterface @@ -13531,10 +13627,10 @@ export interface BoardColumnApiInterface { columnControllerMoveColumn(columnId: string, moveColumnBodyParams: MoveColumnBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update the title of a single column. * @param {string} columnId The id of the column. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardColumnApiInterface @@ -13551,10 +13647,10 @@ export interface BoardColumnApiInterface { */ export class BoardColumnApi extends BaseAPI implements BoardColumnApiInterface { /** - * + * * @summary Create a new card on a column. * @param {string} columnId The id of the column. - * @param {CreateCardBodyParams} [createCardBodyParams] + * @param {CreateCardBodyParams} [createCardBodyParams] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardColumnApi @@ -13564,7 +13660,7 @@ export class BoardColumnApi extends BaseAPI implements BoardColumnApiInterface { } /** - * + * * @summary Delete a single column. * @param {string} columnId The id of the column. * @param {*} [options] Override http request option. @@ -13576,10 +13672,10 @@ export class BoardColumnApi extends BaseAPI implements BoardColumnApiInterface { } /** - * + * * @summary Move a single column. * @param {string} columnId The id of the column. - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardColumnApi @@ -13589,10 +13685,10 @@ export class BoardColumnApi extends BaseAPI implements BoardColumnApiInterface { } /** - * + * * @summary Update the title of a single column. * @param {string} columnId The id of the column. - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardColumnApi @@ -13610,10 +13706,10 @@ export class BoardColumnApi extends BaseAPI implements BoardColumnApiInterface { export const BoardElementApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a new submission item having parent a submission container element. * @param {string} contentElementId The id of the element. - * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams + * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13640,7 +13736,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -13654,7 +13750,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config }; }, /** - * + * * @summary Delete a single content element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13681,7 +13777,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -13692,10 +13788,10 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config }; }, /** - * + * * @summary Move a single content element. * @param {string} contentElementId The id of the element. - * @param {MoveContentElementBody} moveContentElementBody + * @param {MoveContentElementBody} moveContentElementBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13722,7 +13818,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -13736,7 +13832,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config }; }, /** - * + * * @summary Check if user has read permission for any board element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13763,7 +13859,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -13774,10 +13870,10 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config }; }, /** - * + * * @summary Update a single content element. * @param {string} contentElementId The id of the element. - * @param {UpdateElementContentBodyParams} updateElementContentBodyParams + * @param {UpdateElementContentBodyParams} updateElementContentBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13804,7 +13900,7 @@ export const BoardElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -13828,10 +13924,10 @@ export const BoardElementApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = BoardElementApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a new submission item having parent a submission container element. * @param {string} contentElementId The id of the element. - * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams + * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13840,7 +13936,7 @@ export const BoardElementApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a single content element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13851,10 +13947,10 @@ export const BoardElementApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Move a single content element. * @param {string} contentElementId The id of the element. - * @param {MoveContentElementBody} moveContentElementBody + * @param {MoveContentElementBody} moveContentElementBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13863,7 +13959,7 @@ export const BoardElementApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Check if user has read permission for any board element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13874,10 +13970,10 @@ export const BoardElementApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update a single content element. * @param {string} contentElementId The id of the element. - * @param {UpdateElementContentBodyParams} updateElementContentBodyParams + * @param {UpdateElementContentBodyParams} updateElementContentBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13896,10 +13992,10 @@ export const BoardElementApiFactory = function (configuration?: Configuration, b const localVarFp = BoardElementApiFp(configuration) return { /** - * + * * @summary Create a new submission item having parent a submission container element. * @param {string} contentElementId The id of the element. - * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams + * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13907,7 +14003,7 @@ export const BoardElementApiFactory = function (configuration?: Configuration, b return localVarFp.elementControllerCreateSubmissionItem(contentElementId, createSubmissionItemBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a single content element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13917,10 +14013,10 @@ export const BoardElementApiFactory = function (configuration?: Configuration, b return localVarFp.elementControllerDeleteElement(contentElementId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Move a single content element. * @param {string} contentElementId The id of the element. - * @param {MoveContentElementBody} moveContentElementBody + * @param {MoveContentElementBody} moveContentElementBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13928,7 +14024,7 @@ export const BoardElementApiFactory = function (configuration?: Configuration, b return localVarFp.elementControllerMoveElement(contentElementId, moveContentElementBody, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Check if user has read permission for any board element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13938,10 +14034,10 @@ export const BoardElementApiFactory = function (configuration?: Configuration, b return localVarFp.elementControllerReadPermission(contentElementId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update a single content element. * @param {string} contentElementId The id of the element. - * @param {UpdateElementContentBodyParams} updateElementContentBodyParams + * @param {UpdateElementContentBodyParams} updateElementContentBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13958,10 +14054,10 @@ export const BoardElementApiFactory = function (configuration?: Configuration, b */ export interface BoardElementApiInterface { /** - * + * * @summary Create a new submission item having parent a submission container element. * @param {string} contentElementId The id of the element. - * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams + * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardElementApiInterface @@ -13969,7 +14065,7 @@ export interface BoardElementApiInterface { elementControllerCreateSubmissionItem(contentElementId: string, createSubmissionItemBodyParams: CreateSubmissionItemBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a single content element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -13979,10 +14075,10 @@ export interface BoardElementApiInterface { elementControllerDeleteElement(contentElementId: string, options?: any): AxiosPromise; /** - * + * * @summary Move a single content element. * @param {string} contentElementId The id of the element. - * @param {MoveContentElementBody} moveContentElementBody + * @param {MoveContentElementBody} moveContentElementBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardElementApiInterface @@ -13990,7 +14086,7 @@ export interface BoardElementApiInterface { elementControllerMoveElement(contentElementId: string, moveContentElementBody: MoveContentElementBody, options?: any): AxiosPromise; /** - * + * * @summary Check if user has read permission for any board element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -14000,10 +14096,10 @@ export interface BoardElementApiInterface { elementControllerReadPermission(contentElementId: string, options?: any): AxiosPromise; /** - * + * * @summary Update a single content element. * @param {string} contentElementId The id of the element. - * @param {UpdateElementContentBodyParams} updateElementContentBodyParams + * @param {UpdateElementContentBodyParams} updateElementContentBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardElementApiInterface @@ -14020,10 +14116,10 @@ export interface BoardElementApiInterface { */ export class BoardElementApi extends BaseAPI implements BoardElementApiInterface { /** - * + * * @summary Create a new submission item having parent a submission container element. * @param {string} contentElementId The id of the element. - * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams + * @param {CreateSubmissionItemBodyParams} createSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardElementApi @@ -14033,7 +14129,7 @@ export class BoardElementApi extends BaseAPI implements BoardElementApiInterface } /** - * + * * @summary Delete a single content element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -14045,10 +14141,10 @@ export class BoardElementApi extends BaseAPI implements BoardElementApiInterface } /** - * + * * @summary Move a single content element. * @param {string} contentElementId The id of the element. - * @param {MoveContentElementBody} moveContentElementBody + * @param {MoveContentElementBody} moveContentElementBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardElementApi @@ -14058,7 +14154,7 @@ export class BoardElementApi extends BaseAPI implements BoardElementApiInterface } /** - * + * * @summary Check if user has read permission for any board element. * @param {string} contentElementId The id of the element. * @param {*} [options] Override http request option. @@ -14070,10 +14166,10 @@ export class BoardElementApi extends BaseAPI implements BoardElementApiInterface } /** - * + * * @summary Update a single content element. * @param {string} contentElementId The id of the element. - * @param {UpdateElementContentBodyParams} updateElementContentBodyParams + * @param {UpdateElementContentBodyParams} updateElementContentBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardElementApi @@ -14091,10 +14187,10 @@ export class BoardElementApi extends BaseAPI implements BoardElementApiInterface export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a new element in a submission item. * @param {string} submissionItemId The id of the submission item. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14121,7 +14217,7 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -14135,7 +14231,7 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con }; }, /** - * + * * @summary Delete a single submission item. * @param {string} submissionItemId The id of the submission item. * @param {*} [options] Override http request option. @@ -14162,7 +14258,7 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -14173,7 +14269,7 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con }; }, /** - * + * * @summary Get a list of submission items by their parent container. * @param {string} submissionContainerId The id of the submission container. * @param {*} [options] Override http request option. @@ -14200,7 +14296,7 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -14211,10 +14307,10 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con }; }, /** - * + * * @summary Update a single submission item. * @param {string} submissionItemId The id of the submission item. - * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams + * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14241,7 +14337,7 @@ export const BoardSubmissionApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -14265,10 +14361,10 @@ export const BoardSubmissionApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = BoardSubmissionApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a new element in a submission item. * @param {string} submissionItemId The id of the submission item. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14277,7 +14373,7 @@ export const BoardSubmissionApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a single submission item. * @param {string} submissionItemId The id of the submission item. * @param {*} [options] Override http request option. @@ -14288,7 +14384,7 @@ export const BoardSubmissionApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get a list of submission items by their parent container. * @param {string} submissionContainerId The id of the submission container. * @param {*} [options] Override http request option. @@ -14299,10 +14395,10 @@ export const BoardSubmissionApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update a single submission item. * @param {string} submissionItemId The id of the submission item. - * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams + * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14321,10 +14417,10 @@ export const BoardSubmissionApiFactory = function (configuration?: Configuration const localVarFp = BoardSubmissionApiFp(configuration) return { /** - * + * * @summary Create a new element in a submission item. * @param {string} submissionItemId The id of the submission item. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14332,7 +14428,7 @@ export const BoardSubmissionApiFactory = function (configuration?: Configuration return localVarFp.boardSubmissionControllerCreateElement(submissionItemId, createContentElementBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a single submission item. * @param {string} submissionItemId The id of the submission item. * @param {*} [options] Override http request option. @@ -14342,7 +14438,7 @@ export const BoardSubmissionApiFactory = function (configuration?: Configuration return localVarFp.boardSubmissionControllerDeleteSubmissionItem(submissionItemId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get a list of submission items by their parent container. * @param {string} submissionContainerId The id of the submission container. * @param {*} [options] Override http request option. @@ -14352,10 +14448,10 @@ export const BoardSubmissionApiFactory = function (configuration?: Configuration return localVarFp.boardSubmissionControllerGetSubmissionItems(submissionContainerId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update a single submission item. * @param {string} submissionItemId The id of the submission item. - * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams + * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14372,10 +14468,10 @@ export const BoardSubmissionApiFactory = function (configuration?: Configuration */ export interface BoardSubmissionApiInterface { /** - * + * * @summary Create a new element in a submission item. * @param {string} submissionItemId The id of the submission item. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardSubmissionApiInterface @@ -14383,7 +14479,7 @@ export interface BoardSubmissionApiInterface { boardSubmissionControllerCreateElement(submissionItemId: string, createContentElementBodyParams: CreateContentElementBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a single submission item. * @param {string} submissionItemId The id of the submission item. * @param {*} [options] Override http request option. @@ -14393,7 +14489,7 @@ export interface BoardSubmissionApiInterface { boardSubmissionControllerDeleteSubmissionItem(submissionItemId: string, options?: any): AxiosPromise; /** - * + * * @summary Get a list of submission items by their parent container. * @param {string} submissionContainerId The id of the submission container. * @param {*} [options] Override http request option. @@ -14403,10 +14499,10 @@ export interface BoardSubmissionApiInterface { boardSubmissionControllerGetSubmissionItems(submissionContainerId: string, options?: any): AxiosPromise; /** - * + * * @summary Update a single submission item. * @param {string} submissionItemId The id of the submission item. - * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams + * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardSubmissionApiInterface @@ -14423,10 +14519,10 @@ export interface BoardSubmissionApiInterface { */ export class BoardSubmissionApi extends BaseAPI implements BoardSubmissionApiInterface { /** - * + * * @summary Create a new element in a submission item. * @param {string} submissionItemId The id of the submission item. - * @param {CreateContentElementBodyParams} createContentElementBodyParams + * @param {CreateContentElementBodyParams} createContentElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardSubmissionApi @@ -14436,7 +14532,7 @@ export class BoardSubmissionApi extends BaseAPI implements BoardSubmissionApiInt } /** - * + * * @summary Delete a single submission item. * @param {string} submissionItemId The id of the submission item. * @param {*} [options] Override http request option. @@ -14448,7 +14544,7 @@ export class BoardSubmissionApi extends BaseAPI implements BoardSubmissionApiInt } /** - * + * * @summary Get a list of submission items by their parent container. * @param {string} submissionContainerId The id of the submission container. * @param {*} [options] Override http request option. @@ -14460,10 +14556,10 @@ export class BoardSubmissionApi extends BaseAPI implements BoardSubmissionApiInt } /** - * + * * @summary Update a single submission item. * @param {string} submissionItemId The id of the submission item. - * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams + * @param {UpdateSubmissionItemBodyParams} updateSubmissionItemBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof BoardSubmissionApi @@ -14482,9 +14578,9 @@ export const CollaborativeStorageApiAxiosParamCreator = function (configuration? return { /** * Updates the CRUD Permissions(+Share) for a specific Role in a Team - * @param {string} teamId - * @param {string} roleId - * @param {TeamPermissionsBody} teamPermissionsBody + * @param {string} teamId + * @param {string} roleId + * @param {TeamPermissionsBody} teamPermissionsBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14514,7 +14610,7 @@ export const CollaborativeStorageApiAxiosParamCreator = function (configuration? await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -14539,9 +14635,9 @@ export const CollaborativeStorageApiFp = function(configuration?: Configuration) return { /** * Updates the CRUD Permissions(+Share) for a specific Role in a Team - * @param {string} teamId - * @param {string} roleId - * @param {TeamPermissionsBody} teamPermissionsBody + * @param {string} teamId + * @param {string} roleId + * @param {TeamPermissionsBody} teamPermissionsBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14561,9 +14657,9 @@ export const CollaborativeStorageApiFactory = function (configuration?: Configur return { /** * Updates the CRUD Permissions(+Share) for a specific Role in a Team - * @param {string} teamId - * @param {string} roleId - * @param {TeamPermissionsBody} teamPermissionsBody + * @param {string} teamId + * @param {string} roleId + * @param {TeamPermissionsBody} teamPermissionsBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14581,9 +14677,9 @@ export const CollaborativeStorageApiFactory = function (configuration?: Configur export interface CollaborativeStorageApiInterface { /** * Updates the CRUD Permissions(+Share) for a specific Role in a Team - * @param {string} teamId - * @param {string} roleId - * @param {TeamPermissionsBody} teamPermissionsBody + * @param {string} teamId + * @param {string} roleId + * @param {TeamPermissionsBody} teamPermissionsBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CollaborativeStorageApiInterface @@ -14601,9 +14697,9 @@ export interface CollaborativeStorageApiInterface { export class CollaborativeStorageApi extends BaseAPI implements CollaborativeStorageApiInterface { /** * Updates the CRUD Permissions(+Share) for a specific Role in a Team - * @param {string} teamId - * @param {string} roleId - * @param {TeamPermissionsBody} teamPermissionsBody + * @param {string} teamId + * @param {string} roleId + * @param {TeamPermissionsBody} teamPermissionsBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CollaborativeStorageApi @@ -14621,7 +14717,7 @@ export class CollaborativeStorageApi extends BaseAPI implements CollaborativeSto export const CollaborativeTextEditorApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Delete all etherpad sessions for user * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14644,7 +14740,7 @@ export const CollaborativeTextEditorApiAxiosParamCreator = function (configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -14655,9 +14751,9 @@ export const CollaborativeTextEditorApiAxiosParamCreator = function (configurati }; }, /** - * + * * @summary Get or create CollaborativeTextEditor for parent - * @param {string} parentId + * @param {string} parentId * @param {CollaborativeTextEditorParentType} parentType Parent type of the collaborative text editor. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14686,7 +14782,7 @@ export const CollaborativeTextEditorApiAxiosParamCreator = function (configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -14707,7 +14803,7 @@ export const CollaborativeTextEditorApiFp = function(configuration?: Configurati const localVarAxiosParamCreator = CollaborativeTextEditorApiAxiosParamCreator(configuration) return { /** - * + * * @summary Delete all etherpad sessions for user * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14717,9 +14813,9 @@ export const CollaborativeTextEditorApiFp = function(configuration?: Configurati return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get or create CollaborativeTextEditor for parent - * @param {string} parentId + * @param {string} parentId * @param {CollaborativeTextEditorParentType} parentType Parent type of the collaborative text editor. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14739,7 +14835,7 @@ export const CollaborativeTextEditorApiFactory = function (configuration?: Confi const localVarFp = CollaborativeTextEditorApiFp(configuration) return { /** - * + * * @summary Delete all etherpad sessions for user * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14748,9 +14844,9 @@ export const CollaborativeTextEditorApiFactory = function (configuration?: Confi return localVarFp.collaborativeTextEditorControllerDeleteSessionsByUser(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get or create CollaborativeTextEditor for parent - * @param {string} parentId + * @param {string} parentId * @param {CollaborativeTextEditorParentType} parentType Parent type of the collaborative text editor. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14768,7 +14864,7 @@ export const CollaborativeTextEditorApiFactory = function (configuration?: Confi */ export interface CollaborativeTextEditorApiInterface { /** - * + * * @summary Delete all etherpad sessions for user * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14777,9 +14873,9 @@ export interface CollaborativeTextEditorApiInterface { collaborativeTextEditorControllerDeleteSessionsByUser(options?: any): AxiosPromise; /** - * + * * @summary Get or create CollaborativeTextEditor for parent - * @param {string} parentId + * @param {string} parentId * @param {CollaborativeTextEditorParentType} parentType Parent type of the collaborative text editor. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14797,7 +14893,7 @@ export interface CollaborativeTextEditorApiInterface { */ export class CollaborativeTextEditorApi extends BaseAPI implements CollaborativeTextEditorApiInterface { /** - * + * * @summary Delete all etherpad sessions for user * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14808,9 +14904,9 @@ export class CollaborativeTextEditorApi extends BaseAPI implements Collaborative } /** - * + * * @summary Get or create CollaborativeTextEditor for parent - * @param {string} parentId + * @param {string} parentId * @param {CollaborativeTextEditorParentType} parentType Parent type of the collaborative text editor. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -14829,13 +14925,13 @@ export class CollaborativeTextEditorApi extends BaseAPI implements Collaborative export const CourseInfoApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Get course information. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {CourseSortProps} [sortBy] - * @param {CourseStatus} [status] + * @param {'asc' | 'desc'} [sortOrder] + * @param {CourseSortProps} [sortBy] + * @param {CourseStatus} [status] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14877,7 +14973,7 @@ export const CourseInfoApiAxiosParamCreator = function (configuration?: Configur } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -14898,13 +14994,13 @@ export const CourseInfoApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = CourseInfoApiAxiosParamCreator(configuration) return { /** - * + * * @summary Get course information. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {CourseSortProps} [sortBy] - * @param {CourseStatus} [status] + * @param {'asc' | 'desc'} [sortOrder] + * @param {CourseSortProps} [sortBy] + * @param {CourseStatus} [status] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14923,13 +15019,13 @@ export const CourseInfoApiFactory = function (configuration?: Configuration, bas const localVarFp = CourseInfoApiFp(configuration) return { /** - * + * * @summary Get course information. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {CourseSortProps} [sortBy] - * @param {CourseStatus} [status] + * @param {'asc' | 'desc'} [sortOrder] + * @param {CourseSortProps} [sortBy] + * @param {CourseStatus} [status] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -14946,13 +15042,13 @@ export const CourseInfoApiFactory = function (configuration?: Configuration, bas */ export interface CourseInfoApiInterface { /** - * + * * @summary Get course information. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {CourseSortProps} [sortBy] - * @param {CourseStatus} [status] + * @param {'asc' | 'desc'} [sortOrder] + * @param {CourseSortProps} [sortBy] + * @param {CourseStatus} [status] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseInfoApiInterface @@ -14969,13 +15065,13 @@ export interface CourseInfoApiInterface { */ export class CourseInfoApi extends BaseAPI implements CourseInfoApiInterface { /** - * + * * @summary Get course information. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {CourseSortProps} [sortBy] - * @param {CourseStatus} [status] + * @param {'asc' | 'desc'} [sortOrder] + * @param {CourseSortProps} [sortBy] + * @param {CourseStatus} [status] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseInfoApi @@ -14993,7 +15089,7 @@ export class CourseInfoApi extends BaseAPI implements CourseInfoApiInterface { export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15019,7 +15115,7 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15030,9 +15126,9 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @param {string} lessonId The id of the lesson. - * @param {LessonCopyApiParams} lessonCopyApiParams + * @param {LessonCopyApiParams} lessonCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15059,7 +15155,7 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -15073,7 +15169,7 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15099,7 +15195,7 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15110,10 +15206,10 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @param {string} roomId The id of the room. * @param {string} elementId The id of the element within the room. - * @param {PatchVisibilityParams} patchVisibilityParams + * @param {PatchVisibilityParams} patchVisibilityParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15143,7 +15239,7 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -15157,9 +15253,9 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu }; }, /** - * + * * @param {string} roomId The id of the room. - * @param {PatchOrderParams} patchOrderParams + * @param {PatchOrderParams} patchOrderParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15186,7 +15282,7 @@ export const CourseRoomsApiAxiosParamCreator = function (configuration?: Configu await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -15210,7 +15306,7 @@ export const CourseRoomsApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = CourseRoomsApiAxiosParamCreator(configuration) return { /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15220,9 +15316,9 @@ export const CourseRoomsApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} lessonId The id of the lesson. - * @param {LessonCopyApiParams} lessonCopyApiParams + * @param {LessonCopyApiParams} lessonCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15231,7 +15327,7 @@ export const CourseRoomsApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15241,10 +15337,10 @@ export const CourseRoomsApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} roomId The id of the room. * @param {string} elementId The id of the element within the room. - * @param {PatchVisibilityParams} patchVisibilityParams + * @param {PatchVisibilityParams} patchVisibilityParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15253,9 +15349,9 @@ export const CourseRoomsApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} roomId The id of the room. - * @param {PatchOrderParams} patchOrderParams + * @param {PatchOrderParams} patchOrderParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15274,7 +15370,7 @@ export const CourseRoomsApiFactory = function (configuration?: Configuration, ba const localVarFp = CourseRoomsApiFp(configuration) return { /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15283,9 +15379,9 @@ export const CourseRoomsApiFactory = function (configuration?: Configuration, ba return localVarFp.courseRoomsControllerCopyCourse(roomId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} lessonId The id of the lesson. - * @param {LessonCopyApiParams} lessonCopyApiParams + * @param {LessonCopyApiParams} lessonCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15293,7 +15389,7 @@ export const CourseRoomsApiFactory = function (configuration?: Configuration, ba return localVarFp.courseRoomsControllerCopyLesson(lessonId, lessonCopyApiParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15302,10 +15398,10 @@ export const CourseRoomsApiFactory = function (configuration?: Configuration, ba return localVarFp.courseRoomsControllerGetRoomBoard(roomId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} roomId The id of the room. * @param {string} elementId The id of the element within the room. - * @param {PatchVisibilityParams} patchVisibilityParams + * @param {PatchVisibilityParams} patchVisibilityParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15313,9 +15409,9 @@ export const CourseRoomsApiFactory = function (configuration?: Configuration, ba return localVarFp.courseRoomsControllerPatchElementVisibility(roomId, elementId, patchVisibilityParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} roomId The id of the room. - * @param {PatchOrderParams} patchOrderParams + * @param {PatchOrderParams} patchOrderParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15332,7 +15428,7 @@ export const CourseRoomsApiFactory = function (configuration?: Configuration, ba */ export interface CourseRoomsApiInterface { /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15341,9 +15437,9 @@ export interface CourseRoomsApiInterface { courseRoomsControllerCopyCourse(roomId: string, options?: any): AxiosPromise; /** - * + * * @param {string} lessonId The id of the lesson. - * @param {LessonCopyApiParams} lessonCopyApiParams + * @param {LessonCopyApiParams} lessonCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseRoomsApiInterface @@ -15351,7 +15447,7 @@ export interface CourseRoomsApiInterface { courseRoomsControllerCopyLesson(lessonId: string, lessonCopyApiParams: LessonCopyApiParams, options?: any): AxiosPromise; /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15360,10 +15456,10 @@ export interface CourseRoomsApiInterface { courseRoomsControllerGetRoomBoard(roomId: string, options?: any): AxiosPromise; /** - * + * * @param {string} roomId The id of the room. * @param {string} elementId The id of the element within the room. - * @param {PatchVisibilityParams} patchVisibilityParams + * @param {PatchVisibilityParams} patchVisibilityParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseRoomsApiInterface @@ -15371,9 +15467,9 @@ export interface CourseRoomsApiInterface { courseRoomsControllerPatchElementVisibility(roomId: string, elementId: string, patchVisibilityParams: PatchVisibilityParams, options?: any): AxiosPromise; /** - * + * * @param {string} roomId The id of the room. - * @param {PatchOrderParams} patchOrderParams + * @param {PatchOrderParams} patchOrderParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseRoomsApiInterface @@ -15390,7 +15486,7 @@ export interface CourseRoomsApiInterface { */ export class CourseRoomsApi extends BaseAPI implements CourseRoomsApiInterface { /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15401,9 +15497,9 @@ export class CourseRoomsApi extends BaseAPI implements CourseRoomsApiInterface { } /** - * + * * @param {string} lessonId The id of the lesson. - * @param {LessonCopyApiParams} lessonCopyApiParams + * @param {LessonCopyApiParams} lessonCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseRoomsApi @@ -15413,7 +15509,7 @@ export class CourseRoomsApi extends BaseAPI implements CourseRoomsApiInterface { } /** - * + * * @param {string} roomId The id of the room. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -15424,10 +15520,10 @@ export class CourseRoomsApi extends BaseAPI implements CourseRoomsApiInterface { } /** - * + * * @param {string} roomId The id of the room. * @param {string} elementId The id of the element within the room. - * @param {PatchVisibilityParams} patchVisibilityParams + * @param {PatchVisibilityParams} patchVisibilityParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseRoomsApi @@ -15437,9 +15533,9 @@ export class CourseRoomsApi extends BaseAPI implements CourseRoomsApiInterface { } /** - * + * * @param {string} roomId The id of the room. - * @param {PatchOrderParams} patchOrderParams + * @param {PatchOrderParams} patchOrderParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CourseRoomsApi @@ -15457,22 +15553,16 @@ export class CourseRoomsApi extends BaseAPI implements CourseRoomsApiInterface { export const CoursesApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * - * @param {string} courseId The id of the course - * @param {'1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0'} version The version of CC export - * @param {CourseExportBodyParams} courseExportBodyParams + * + * @summary Create a new course. + * @param {CreateCourseBodyParams} createCourseBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ - courseControllerExportCourse: async (courseId: string, version: '1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0', courseExportBodyParams: CourseExportBodyParams, options: any = {}): Promise => { - // verify required parameter 'courseId' is not null or undefined - assertParamExists('courseControllerExportCourse', 'courseId', courseId) - // verify required parameter 'version' is not null or undefined - assertParamExists('courseControllerExportCourse', 'version', version) - // verify required parameter 'courseExportBodyParams' is not null or undefined - assertParamExists('courseControllerExportCourse', 'courseExportBodyParams', courseExportBodyParams) - const localVarPath = `/courses/{courseId}/export` - .replace(`{${"courseId"}}`, encodeURIComponent(String(courseId))); + courseControllerCreateCourse: async (createCourseBodyParams: CreateCourseBodyParams, options: any = {}): Promise => { + // verify required parameter 'createCourseBodyParams' is not null or undefined + assertParamExists('courseControllerCreateCourse', 'createCourseBodyParams', createCourseBodyParams) + const localVarPath = `/courses`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -15488,18 +15578,14 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati // http bearer authentication required await setBearerAuthToObject(localVarHeaderParameter, configuration) - if (version !== undefined) { - localVarQueryParameter['version'] = version; - } - - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; - localVarRequestOptions.data = serializeDataIfNeeded(courseExportBodyParams, localVarRequestOptions, configuration) + localVarRequestOptions.data = serializeDataIfNeeded(createCourseBodyParams, localVarRequestOptions, configuration) return { url: toPathString(localVarUrlObj), @@ -15507,7 +15593,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -15539,7 +15625,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15550,7 +15636,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Get common cartridge metadata of a course by Id. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15577,7 +15663,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15588,7 +15674,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Get permissions for a user in a course. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15615,7 +15701,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15626,7 +15712,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Imports a course from a Common Cartridge file. * @param {any} file The Common Cartridge file to import. * @param {*} [options] Override http request option. @@ -15653,13 +15739,13 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - if (file !== undefined) { + if (file !== undefined) { localVarFormParams.append('file', file as any); } - - + + localVarHeaderParameter['Content-Type'] = 'multipart/form-data'; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15671,10 +15757,10 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Start the synchronization of a course with a group. * @param {string} courseId The id of the course - * @param {CourseSyncBodyParams} courseSyncBodyParams + * @param {CourseSyncBodyParams} courseSyncBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15701,7 +15787,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -15715,7 +15801,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Stop the synchronization of a course with a group. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15742,7 +15828,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15763,19 +15849,18 @@ export const CoursesApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = CoursesApiAxiosParamCreator(configuration) return { /** - * - * @param {string} courseId The id of the course - * @param {'1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0'} version The version of CC export - * @param {CourseExportBodyParams} courseExportBodyParams + * + * @summary Create a new course. + * @param {CreateCourseBodyParams} createCourseBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ - async courseControllerExportCourse(courseId: string, version: '1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0', courseExportBodyParams: CourseExportBodyParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.courseControllerExportCourse(courseId, version, courseExportBodyParams, options); + async courseControllerCreateCourse(createCourseBodyParams: CreateCourseBodyParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.courseControllerCreateCourse(createCourseBodyParams, options); return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -15786,7 +15871,7 @@ export const CoursesApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get common cartridge metadata of a course by Id. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15797,7 +15882,7 @@ export const CoursesApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get permissions for a user in a course. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15808,7 +15893,7 @@ export const CoursesApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Imports a course from a Common Cartridge file. * @param {any} file The Common Cartridge file to import. * @param {*} [options] Override http request option. @@ -15819,10 +15904,10 @@ export const CoursesApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Start the synchronization of a course with a group. * @param {string} courseId The id of the course - * @param {CourseSyncBodyParams} courseSyncBodyParams + * @param {CourseSyncBodyParams} courseSyncBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15831,7 +15916,7 @@ export const CoursesApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Stop the synchronization of a course with a group. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15852,18 +15937,17 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa const localVarFp = CoursesApiFp(configuration) return { /** - * - * @param {string} courseId The id of the course - * @param {'1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0'} version The version of CC export - * @param {CourseExportBodyParams} courseExportBodyParams + * + * @summary Create a new course. + * @param {CreateCourseBodyParams} createCourseBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ - courseControllerExportCourse(courseId: string, version: '1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0', courseExportBodyParams: CourseExportBodyParams, options?: any): AxiosPromise { - return localVarFp.courseControllerExportCourse(courseId, version, courseExportBodyParams, options).then((request) => request(axios, basePath)); + courseControllerCreateCourse(createCourseBodyParams: CreateCourseBodyParams, options?: any): AxiosPromise { + return localVarFp.courseControllerCreateCourse(createCourseBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -15873,7 +15957,7 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa return localVarFp.courseControllerFindForUser(skip, limit, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get common cartridge metadata of a course by Id. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15883,7 +15967,7 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa return localVarFp.courseControllerGetCourseCcMetadataById(courseId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get permissions for a user in a course. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15893,7 +15977,7 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa return localVarFp.courseControllerGetUserPermissions(courseId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Imports a course from a Common Cartridge file. * @param {any} file The Common Cartridge file to import. * @param {*} [options] Override http request option. @@ -15903,10 +15987,10 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa return localVarFp.courseControllerImportCourse(file, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Start the synchronization of a course with a group. * @param {string} courseId The id of the course - * @param {CourseSyncBodyParams} courseSyncBodyParams + * @param {CourseSyncBodyParams} courseSyncBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -15914,7 +15998,7 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa return localVarFp.courseControllerStartSynchronization(courseId, courseSyncBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Stop the synchronization of a course with a group. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15933,18 +16017,17 @@ export const CoursesApiFactory = function (configuration?: Configuration, basePa */ export interface CoursesApiInterface { /** - * - * @param {string} courseId The id of the course - * @param {'1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0'} version The version of CC export - * @param {CourseExportBodyParams} courseExportBodyParams + * + * @summary Create a new course. + * @param {CreateCourseBodyParams} createCourseBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CoursesApiInterface */ - courseControllerExportCourse(courseId: string, version: '1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0', courseExportBodyParams: CourseExportBodyParams, options?: any): AxiosPromise; + courseControllerCreateCourse(createCourseBodyParams: CreateCourseBodyParams, options?: any): AxiosPromise; /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -15954,7 +16037,7 @@ export interface CoursesApiInterface { courseControllerFindForUser(skip?: number, limit?: number, options?: any): AxiosPromise; /** - * + * * @summary Get common cartridge metadata of a course by Id. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15964,7 +16047,7 @@ export interface CoursesApiInterface { courseControllerGetCourseCcMetadataById(courseId: string, options?: any): AxiosPromise; /** - * + * * @summary Get permissions for a user in a course. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -15974,7 +16057,7 @@ export interface CoursesApiInterface { courseControllerGetUserPermissions(courseId: string, options?: any): AxiosPromise; /** - * + * * @summary Imports a course from a Common Cartridge file. * @param {any} file The Common Cartridge file to import. * @param {*} [options] Override http request option. @@ -15984,10 +16067,10 @@ export interface CoursesApiInterface { courseControllerImportCourse(file: any, options?: any): AxiosPromise; /** - * + * * @summary Start the synchronization of a course with a group. * @param {string} courseId The id of the course - * @param {CourseSyncBodyParams} courseSyncBodyParams + * @param {CourseSyncBodyParams} courseSyncBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CoursesApiInterface @@ -15995,7 +16078,7 @@ export interface CoursesApiInterface { courseControllerStartSynchronization(courseId: string, courseSyncBodyParams: CourseSyncBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Stop the synchronization of a course with a group. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -16014,20 +16097,19 @@ export interface CoursesApiInterface { */ export class CoursesApi extends BaseAPI implements CoursesApiInterface { /** - * - * @param {string} courseId The id of the course - * @param {'1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0'} version The version of CC export - * @param {CourseExportBodyParams} courseExportBodyParams + * + * @summary Create a new course. + * @param {CreateCourseBodyParams} createCourseBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CoursesApi */ - public courseControllerExportCourse(courseId: string, version: '1.0.0' | '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0', courseExportBodyParams: CourseExportBodyParams, options?: any) { - return CoursesApiFp(this.configuration).courseControllerExportCourse(courseId, version, courseExportBodyParams, options).then((request) => request(this.axios, this.basePath)); + public courseControllerCreateCourse(createCourseBodyParams: CreateCourseBodyParams, options?: any) { + return CoursesApiFp(this.configuration).courseControllerCreateCourse(createCourseBodyParams, options).then((request) => request(this.axios, this.basePath)); } /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -16039,7 +16121,7 @@ export class CoursesApi extends BaseAPI implements CoursesApiInterface { } /** - * + * * @summary Get common cartridge metadata of a course by Id. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -16051,7 +16133,7 @@ export class CoursesApi extends BaseAPI implements CoursesApiInterface { } /** - * + * * @summary Get permissions for a user in a course. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -16063,7 +16145,7 @@ export class CoursesApi extends BaseAPI implements CoursesApiInterface { } /** - * + * * @summary Imports a course from a Common Cartridge file. * @param {any} file The Common Cartridge file to import. * @param {*} [options] Override http request option. @@ -16075,10 +16157,10 @@ export class CoursesApi extends BaseAPI implements CoursesApiInterface { } /** - * + * * @summary Start the synchronization of a course with a group. * @param {string} courseId The id of the course - * @param {CourseSyncBodyParams} courseSyncBodyParams + * @param {CourseSyncBodyParams} courseSyncBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CoursesApi @@ -16088,7 +16170,7 @@ export class CoursesApi extends BaseAPI implements CoursesApiInterface { } /** - * + * * @summary Stop the synchronization of a course with a group. * @param {string} courseId The id of the course * @param {*} [options] Override http request option. @@ -16108,7 +16190,7 @@ export class CoursesApi extends BaseAPI implements CoursesApiInterface { export const DashboardApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16130,7 +16212,7 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16141,9 +16223,9 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {MoveElementParams} moveElementParams + * @param {MoveElementParams} moveElementParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16170,7 +16252,7 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -16184,11 +16266,11 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {number} x - * @param {number} y - * @param {PatchGroupParams} patchGroupParams + * @param {number} x + * @param {number} y + * @param {PatchGroupParams} patchGroupParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16227,7 +16309,7 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -16251,7 +16333,7 @@ export const DashboardApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = DashboardApiAxiosParamCreator(configuration) return { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16260,9 +16342,9 @@ export const DashboardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {MoveElementParams} moveElementParams + * @param {MoveElementParams} moveElementParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16271,11 +16353,11 @@ export const DashboardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {number} x - * @param {number} y - * @param {PatchGroupParams} patchGroupParams + * @param {number} x + * @param {number} y + * @param {PatchGroupParams} patchGroupParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16294,7 +16376,7 @@ export const DashboardApiFactory = function (configuration?: Configuration, base const localVarFp = DashboardApiFp(configuration) return { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16302,9 +16384,9 @@ export const DashboardApiFactory = function (configuration?: Configuration, base return localVarFp.dashboardControllerFindForUser(options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {MoveElementParams} moveElementParams + * @param {MoveElementParams} moveElementParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16312,11 +16394,11 @@ export const DashboardApiFactory = function (configuration?: Configuration, base return localVarFp.dashboardControllerMoveElement(dashboardId, moveElementParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {number} x - * @param {number} y - * @param {PatchGroupParams} patchGroupParams + * @param {number} x + * @param {number} y + * @param {PatchGroupParams} patchGroupParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16333,7 +16415,7 @@ export const DashboardApiFactory = function (configuration?: Configuration, base */ export interface DashboardApiInterface { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof DashboardApiInterface @@ -16341,9 +16423,9 @@ export interface DashboardApiInterface { dashboardControllerFindForUser(options?: any): AxiosPromise; /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {MoveElementParams} moveElementParams + * @param {MoveElementParams} moveElementParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof DashboardApiInterface @@ -16351,11 +16433,11 @@ export interface DashboardApiInterface { dashboardControllerMoveElement(dashboardId: string, moveElementParams: MoveElementParams, options?: any): AxiosPromise; /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {number} x - * @param {number} y - * @param {PatchGroupParams} patchGroupParams + * @param {number} x + * @param {number} y + * @param {PatchGroupParams} patchGroupParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof DashboardApiInterface @@ -16372,7 +16454,7 @@ export interface DashboardApiInterface { */ export class DashboardApi extends BaseAPI implements DashboardApiInterface { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof DashboardApi @@ -16382,9 +16464,9 @@ export class DashboardApi extends BaseAPI implements DashboardApiInterface { } /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {MoveElementParams} moveElementParams + * @param {MoveElementParams} moveElementParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof DashboardApi @@ -16394,11 +16476,11 @@ export class DashboardApi extends BaseAPI implements DashboardApiInterface { } /** - * + * * @param {string} dashboardId The id of the dashboard. - * @param {number} x - * @param {number} y - * @param {PatchGroupParams} patchGroupParams + * @param {number} x + * @param {number} y + * @param {PatchGroupParams} patchGroupParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof DashboardApi @@ -16416,7 +16498,7 @@ export class DashboardApi extends BaseAPI implements DashboardApiInterface { export const DefaultApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Useable configuration for clients * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16435,7 +16517,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16446,7 +16528,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati }; }, /** - * + * * @summary Default route to test public access * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16465,7 +16547,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16486,7 +16568,7 @@ export const DefaultApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration) return { /** - * + * * @summary Useable configuration for clients * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16496,7 +16578,7 @@ export const DefaultApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Default route to test public access * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16516,7 +16598,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa const localVarFp = DefaultApiFp(configuration) return { /** - * + * * @summary Useable configuration for clients * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16525,7 +16607,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa return localVarFp.serverConfigControllerPublicConfig(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Default route to test public access * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16543,7 +16625,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa */ export interface DefaultApiInterface { /** - * + * * @summary Useable configuration for clients * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16552,7 +16634,7 @@ export interface DefaultApiInterface { serverConfigControllerPublicConfig(options?: any): AxiosPromise; /** - * + * * @summary Default route to test public access * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16570,7 +16652,7 @@ export interface DefaultApiInterface { */ export class DefaultApi extends BaseAPI implements DefaultApiInterface { /** - * + * * @summary Useable configuration for clients * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16581,7 +16663,7 @@ export class DefaultApi extends BaseAPI implements DefaultApiInterface { } /** - * + * * @summary Default route to test public access * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16600,14 +16682,14 @@ export class DefaultApi extends BaseAPI implements DefaultApiInterface { export const GroupApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Get a list of classes and groups of type class for the current user. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {ClassSortQueryType} [sortBy] - * @param {SchoolYearQueryType} [type] - * @param {ClassRequestContext} [calledFrom] + * @param {'asc' | 'desc'} [sortOrder] + * @param {ClassSortQueryType} [sortBy] + * @param {SchoolYearQueryType} [type] + * @param {ClassRequestContext} [calledFrom] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16653,7 +16735,7 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16664,7 +16746,7 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Get a list of all groups. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -16707,7 +16789,7 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16718,9 +16800,9 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration }; }, /** - * + * * @summary Get a group by id. - * @param {string} groupId + * @param {string} groupId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16745,7 +16827,7 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16766,14 +16848,14 @@ export const GroupApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = GroupApiAxiosParamCreator(configuration) return { /** - * + * * @summary Get a list of classes and groups of type class for the current user. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {ClassSortQueryType} [sortBy] - * @param {SchoolYearQueryType} [type] - * @param {ClassRequestContext} [calledFrom] + * @param {'asc' | 'desc'} [sortOrder] + * @param {ClassSortQueryType} [sortBy] + * @param {SchoolYearQueryType} [type] + * @param {ClassRequestContext} [calledFrom] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16782,7 +16864,7 @@ export const GroupApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get a list of all groups. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -16796,9 +16878,9 @@ export const GroupApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get a group by id. - * @param {string} groupId + * @param {string} groupId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16817,14 +16899,14 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath const localVarFp = GroupApiFp(configuration) return { /** - * + * * @summary Get a list of classes and groups of type class for the current user. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {ClassSortQueryType} [sortBy] - * @param {SchoolYearQueryType} [type] - * @param {ClassRequestContext} [calledFrom] + * @param {'asc' | 'desc'} [sortOrder] + * @param {ClassSortQueryType} [sortBy] + * @param {SchoolYearQueryType} [type] + * @param {ClassRequestContext} [calledFrom] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16832,7 +16914,7 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath return localVarFp.groupControllerFindClasses(skip, limit, sortOrder, sortBy, type, calledFrom, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get a list of all groups. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -16845,9 +16927,9 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath return localVarFp.groupControllerGetAllGroups(skip, limit, availableGroupsForCourseSync, nameQuery, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get a group by id. - * @param {string} groupId + * @param {string} groupId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16864,14 +16946,14 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath */ export interface GroupApiInterface { /** - * + * * @summary Get a list of classes and groups of type class for the current user. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {ClassSortQueryType} [sortBy] - * @param {SchoolYearQueryType} [type] - * @param {ClassRequestContext} [calledFrom] + * @param {'asc' | 'desc'} [sortOrder] + * @param {ClassSortQueryType} [sortBy] + * @param {SchoolYearQueryType} [type] + * @param {ClassRequestContext} [calledFrom] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof GroupApiInterface @@ -16879,7 +16961,7 @@ export interface GroupApiInterface { groupControllerFindClasses(skip?: number, limit?: number, sortOrder?: 'asc' | 'desc', sortBy?: ClassSortQueryType, type?: SchoolYearQueryType, calledFrom?: ClassRequestContext, options?: any): AxiosPromise; /** - * + * * @summary Get a list of all groups. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -16892,9 +16974,9 @@ export interface GroupApiInterface { groupControllerGetAllGroups(skip?: number, limit?: number, availableGroupsForCourseSync?: boolean, nameQuery?: string, options?: any): AxiosPromise; /** - * + * * @summary Get a group by id. - * @param {string} groupId + * @param {string} groupId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof GroupApiInterface @@ -16911,14 +16993,14 @@ export interface GroupApiInterface { */ export class GroupApi extends BaseAPI implements GroupApiInterface { /** - * + * * @summary Get a list of classes and groups of type class for the current user. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {ClassSortQueryType} [sortBy] - * @param {SchoolYearQueryType} [type] - * @param {ClassRequestContext} [calledFrom] + * @param {'asc' | 'desc'} [sortOrder] + * @param {ClassSortQueryType} [sortBy] + * @param {SchoolYearQueryType} [type] + * @param {ClassRequestContext} [calledFrom] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof GroupApi @@ -16928,7 +17010,7 @@ export class GroupApi extends BaseAPI implements GroupApiInterface { } /** - * + * * @summary Get a list of all groups. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -16943,9 +17025,9 @@ export class GroupApi extends BaseAPI implements GroupApiInterface { } /** - * + * * @summary Get a group by id. - * @param {string} groupId + * @param {string} groupId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof GroupApi @@ -16963,7 +17045,7 @@ export class GroupApi extends BaseAPI implements GroupApiInterface { export const LessonApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -16989,7 +17071,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17000,7 +17082,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} courseId The id of the course the lesson belongs to. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17026,7 +17108,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17037,7 +17119,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17063,7 +17145,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17074,7 +17156,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17100,7 +17182,7 @@ export const LessonApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17121,7 +17203,7 @@ export const LessonApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = LessonApiAxiosParamCreator(configuration) return { /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17131,7 +17213,7 @@ export const LessonApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} courseId The id of the course the lesson belongs to. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17141,7 +17223,7 @@ export const LessonApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17151,7 +17233,7 @@ export const LessonApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17171,7 +17253,7 @@ export const LessonApiFactory = function (configuration?: Configuration, basePat const localVarFp = LessonApiFp(configuration) return { /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17180,7 +17262,7 @@ export const LessonApiFactory = function (configuration?: Configuration, basePat return localVarFp.lessonControllerDelete(lessonId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} courseId The id of the course the lesson belongs to. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17189,7 +17271,7 @@ export const LessonApiFactory = function (configuration?: Configuration, basePat return localVarFp.lessonControllerGetCourseLessons(courseId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17198,7 +17280,7 @@ export const LessonApiFactory = function (configuration?: Configuration, basePat return localVarFp.lessonControllerGetLesson(lessonId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17216,7 +17298,7 @@ export const LessonApiFactory = function (configuration?: Configuration, basePat */ export interface LessonApiInterface { /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17225,7 +17307,7 @@ export interface LessonApiInterface { lessonControllerDelete(lessonId: string, options?: any): AxiosPromise; /** - * + * * @param {string} courseId The id of the course the lesson belongs to. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17234,7 +17316,7 @@ export interface LessonApiInterface { lessonControllerGetCourseLessons(courseId: string, options?: any): AxiosPromise; /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17243,7 +17325,7 @@ export interface LessonApiInterface { lessonControllerGetLesson(lessonId: string, options?: any): AxiosPromise; /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17261,7 +17343,7 @@ export interface LessonApiInterface { */ export class LessonApi extends BaseAPI implements LessonApiInterface { /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17272,7 +17354,7 @@ export class LessonApi extends BaseAPI implements LessonApiInterface { } /** - * + * * @param {string} courseId The id of the course the lesson belongs to. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17283,7 +17365,7 @@ export class LessonApi extends BaseAPI implements LessonApiInterface { } /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17294,7 +17376,7 @@ export class LessonApi extends BaseAPI implements LessonApiInterface { } /** - * + * * @param {string} lessonId The id of the lesson. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17313,7 +17395,7 @@ export class LessonApi extends BaseAPI implements LessonApiInterface { export const MeApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Resolve jwt and response informations about the owner of the jwt. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17336,7 +17418,7 @@ export const MeApiAxiosParamCreator = function (configuration?: Configuration) { await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17357,7 +17439,7 @@ export const MeApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = MeApiAxiosParamCreator(configuration) return { /** - * + * * @summary Resolve jwt and response informations about the owner of the jwt. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17377,7 +17459,7 @@ export const MeApiFactory = function (configuration?: Configuration, basePath?: const localVarFp = MeApiFp(configuration) return { /** - * + * * @summary Resolve jwt and response informations about the owner of the jwt. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17395,7 +17477,7 @@ export const MeApiFactory = function (configuration?: Configuration, basePath?: */ export interface MeApiInterface { /** - * + * * @summary Resolve jwt and response informations about the owner of the jwt. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17413,7 +17495,7 @@ export interface MeApiInterface { */ export class MeApi extends BaseAPI implements MeApiInterface { /** - * + * * @summary Resolve jwt and response informations about the owner of the jwt. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17432,10 +17514,10 @@ export class MeApi extends BaseAPI implements MeApiInterface { export const MediaBoardApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Collapse available line in media board. * @param {string} boardId The id of the board. - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17462,7 +17544,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -17476,7 +17558,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Create a new line on a media board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17503,7 +17585,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17514,7 +17596,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Get the media available line for the board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17541,7 +17623,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17552,7 +17634,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Get the media shelf of the user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17575,7 +17657,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17586,10 +17668,10 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Set layout for media board. * @param {string} boardId The id of the board. - * @param {LayoutBodyParams} layoutBodyParams + * @param {LayoutBodyParams} layoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17616,7 +17698,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -17630,10 +17712,10 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Update the color of available line in media board. * @param {string} boardId The id of the board. - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17660,7 +17742,7 @@ export const MediaBoardApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -17684,10 +17766,10 @@ export const MediaBoardApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = MediaBoardApiAxiosParamCreator(configuration) return { /** - * + * * @summary Collapse available line in media board. * @param {string} boardId The id of the board. - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17696,7 +17778,7 @@ export const MediaBoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Create a new line on a media board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17707,7 +17789,7 @@ export const MediaBoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the media available line for the board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17718,7 +17800,7 @@ export const MediaBoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the media shelf of the user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17728,10 +17810,10 @@ export const MediaBoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Set layout for media board. * @param {string} boardId The id of the board. - * @param {LayoutBodyParams} layoutBodyParams + * @param {LayoutBodyParams} layoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17740,10 +17822,10 @@ export const MediaBoardApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the color of available line in media board. * @param {string} boardId The id of the board. - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17762,10 +17844,10 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas const localVarFp = MediaBoardApiFp(configuration) return { /** - * + * * @summary Collapse available line in media board. * @param {string} boardId The id of the board. - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17773,7 +17855,7 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas return localVarFp.mediaBoardControllerCollapseMediaAvailableLine(boardId, collapsableBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Create a new line on a media board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17783,7 +17865,7 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas return localVarFp.mediaBoardControllerCreateLine(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the media available line for the board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17793,7 +17875,7 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas return localVarFp.mediaBoardControllerGetMediaAvailableLine(boardId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the media shelf of the user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17802,10 +17884,10 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas return localVarFp.mediaBoardControllerGetMediaBoardForUser(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Set layout for media board. * @param {string} boardId The id of the board. - * @param {LayoutBodyParams} layoutBodyParams + * @param {LayoutBodyParams} layoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17813,10 +17895,10 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas return localVarFp.mediaBoardControllerSetMediaBoardLayout(boardId, layoutBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the color of available line in media board. * @param {string} boardId The id of the board. - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17833,10 +17915,10 @@ export const MediaBoardApiFactory = function (configuration?: Configuration, bas */ export interface MediaBoardApiInterface { /** - * + * * @summary Collapse available line in media board. * @param {string} boardId The id of the board. - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaBoardApiInterface @@ -17844,7 +17926,7 @@ export interface MediaBoardApiInterface { mediaBoardControllerCollapseMediaAvailableLine(boardId: string, collapsableBodyParams: CollapsableBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Create a new line on a media board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17854,7 +17936,7 @@ export interface MediaBoardApiInterface { mediaBoardControllerCreateLine(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the media available line for the board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17864,7 +17946,7 @@ export interface MediaBoardApiInterface { mediaBoardControllerGetMediaAvailableLine(boardId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the media shelf of the user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17873,10 +17955,10 @@ export interface MediaBoardApiInterface { mediaBoardControllerGetMediaBoardForUser(options?: any): AxiosPromise; /** - * + * * @summary Set layout for media board. * @param {string} boardId The id of the board. - * @param {LayoutBodyParams} layoutBodyParams + * @param {LayoutBodyParams} layoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaBoardApiInterface @@ -17884,10 +17966,10 @@ export interface MediaBoardApiInterface { mediaBoardControllerSetMediaBoardLayout(boardId: string, layoutBodyParams: LayoutBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update the color of available line in media board. * @param {string} boardId The id of the board. - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaBoardApiInterface @@ -17904,10 +17986,10 @@ export interface MediaBoardApiInterface { */ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { /** - * + * * @summary Collapse available line in media board. * @param {string} boardId The id of the board. - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaBoardApi @@ -17917,7 +17999,7 @@ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { } /** - * + * * @summary Create a new line on a media board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17929,7 +18011,7 @@ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { } /** - * + * * @summary Get the media available line for the board. * @param {string} boardId The id of the board. * @param {*} [options] Override http request option. @@ -17941,7 +18023,7 @@ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { } /** - * + * * @summary Get the media shelf of the user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -17952,10 +18034,10 @@ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { } /** - * + * * @summary Set layout for media board. * @param {string} boardId The id of the board. - * @param {LayoutBodyParams} layoutBodyParams + * @param {LayoutBodyParams} layoutBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaBoardApi @@ -17965,10 +18047,10 @@ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { } /** - * + * * @summary Update the color of available line in media board. * @param {string} boardId The id of the board. - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaBoardApi @@ -17986,9 +18068,9 @@ export class MediaBoardApi extends BaseAPI implements MediaBoardApiInterface { export const MediaElementApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a new element. - * @param {CreateMediaElementBodyParams} createMediaElementBodyParams + * @param {CreateMediaElementBodyParams} createMediaElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18012,7 +18094,7 @@ export const MediaElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18026,7 +18108,7 @@ export const MediaElementApiAxiosParamCreator = function (configuration?: Config }; }, /** - * + * * @summary Delete a single element. * @param {string} elementId The id of the element * @param {*} [options] Override http request option. @@ -18053,7 +18135,7 @@ export const MediaElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -18064,10 +18146,10 @@ export const MediaElementApiAxiosParamCreator = function (configuration?: Config }; }, /** - * + * * @summary Move a single element. * @param {string} elementId The id of the element - * @param {MoveElementBodyParams} moveElementBodyParams + * @param {MoveElementBodyParams} moveElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18094,7 +18176,7 @@ export const MediaElementApiAxiosParamCreator = function (configuration?: Config await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18118,9 +18200,9 @@ export const MediaElementApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = MediaElementApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a new element. - * @param {CreateMediaElementBodyParams} createMediaElementBodyParams + * @param {CreateMediaElementBodyParams} createMediaElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18129,7 +18211,7 @@ export const MediaElementApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a single element. * @param {string} elementId The id of the element * @param {*} [options] Override http request option. @@ -18140,10 +18222,10 @@ export const MediaElementApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Move a single element. * @param {string} elementId The id of the element - * @param {MoveElementBodyParams} moveElementBodyParams + * @param {MoveElementBodyParams} moveElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18162,9 +18244,9 @@ export const MediaElementApiFactory = function (configuration?: Configuration, b const localVarFp = MediaElementApiFp(configuration) return { /** - * + * * @summary Create a new element. - * @param {CreateMediaElementBodyParams} createMediaElementBodyParams + * @param {CreateMediaElementBodyParams} createMediaElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18172,7 +18254,7 @@ export const MediaElementApiFactory = function (configuration?: Configuration, b return localVarFp.mediaElementControllerCreateElement(createMediaElementBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a single element. * @param {string} elementId The id of the element * @param {*} [options] Override http request option. @@ -18182,10 +18264,10 @@ export const MediaElementApiFactory = function (configuration?: Configuration, b return localVarFp.mediaElementControllerDeleteElement(elementId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Move a single element. * @param {string} elementId The id of the element - * @param {MoveElementBodyParams} moveElementBodyParams + * @param {MoveElementBodyParams} moveElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18202,9 +18284,9 @@ export const MediaElementApiFactory = function (configuration?: Configuration, b */ export interface MediaElementApiInterface { /** - * + * * @summary Create a new element. - * @param {CreateMediaElementBodyParams} createMediaElementBodyParams + * @param {CreateMediaElementBodyParams} createMediaElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaElementApiInterface @@ -18212,7 +18294,7 @@ export interface MediaElementApiInterface { mediaElementControllerCreateElement(createMediaElementBodyParams: CreateMediaElementBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a single element. * @param {string} elementId The id of the element * @param {*} [options] Override http request option. @@ -18222,10 +18304,10 @@ export interface MediaElementApiInterface { mediaElementControllerDeleteElement(elementId: string, options?: any): AxiosPromise; /** - * + * * @summary Move a single element. * @param {string} elementId The id of the element - * @param {MoveElementBodyParams} moveElementBodyParams + * @param {MoveElementBodyParams} moveElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaElementApiInterface @@ -18242,9 +18324,9 @@ export interface MediaElementApiInterface { */ export class MediaElementApi extends BaseAPI implements MediaElementApiInterface { /** - * + * * @summary Create a new element. - * @param {CreateMediaElementBodyParams} createMediaElementBodyParams + * @param {CreateMediaElementBodyParams} createMediaElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaElementApi @@ -18254,7 +18336,7 @@ export class MediaElementApi extends BaseAPI implements MediaElementApiInterface } /** - * + * * @summary Delete a single element. * @param {string} elementId The id of the element * @param {*} [options] Override http request option. @@ -18266,10 +18348,10 @@ export class MediaElementApi extends BaseAPI implements MediaElementApiInterface } /** - * + * * @summary Move a single element. * @param {string} elementId The id of the element - * @param {MoveElementBodyParams} moveElementBodyParams + * @param {MoveElementBodyParams} moveElementBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaElementApi @@ -18287,10 +18369,10 @@ export class MediaElementApi extends BaseAPI implements MediaElementApiInterface export const MediaLineApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Collapse available line in media board. * @param {string} lineId The id of the line - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18317,7 +18399,7 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18331,7 +18413,7 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Delete a single line. * @param {string} lineId The id of the line * @param {*} [options] Override http request option. @@ -18358,7 +18440,7 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -18369,10 +18451,10 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Move a single line. * @param {string} lineId The id of the line - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18399,7 +18481,7 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18413,10 +18495,10 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Update the color of a single line. * @param {string} lineId The id of the line - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18443,7 +18525,7 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18457,10 +18539,10 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura }; }, /** - * + * * @summary Update the title of a single line. * @param {string} lineId The id of the line - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18487,7 +18569,7 @@ export const MediaLineApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18511,10 +18593,10 @@ export const MediaLineApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = MediaLineApiAxiosParamCreator(configuration) return { /** - * + * * @summary Collapse available line in media board. * @param {string} lineId The id of the line - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18523,7 +18605,7 @@ export const MediaLineApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a single line. * @param {string} lineId The id of the line * @param {*} [options] Override http request option. @@ -18534,10 +18616,10 @@ export const MediaLineApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Move a single line. * @param {string} lineId The id of the line - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18546,10 +18628,10 @@ export const MediaLineApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the color of a single line. * @param {string} lineId The id of the line - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18558,10 +18640,10 @@ export const MediaLineApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update the title of a single line. * @param {string} lineId The id of the line - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18580,10 +18662,10 @@ export const MediaLineApiFactory = function (configuration?: Configuration, base const localVarFp = MediaLineApiFp(configuration) return { /** - * + * * @summary Collapse available line in media board. * @param {string} lineId The id of the line - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18591,7 +18673,7 @@ export const MediaLineApiFactory = function (configuration?: Configuration, base return localVarFp.mediaLineControllerCollapseMediaLine(lineId, collapsableBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a single line. * @param {string} lineId The id of the line * @param {*} [options] Override http request option. @@ -18601,10 +18683,10 @@ export const MediaLineApiFactory = function (configuration?: Configuration, base return localVarFp.mediaLineControllerDeleteLine(lineId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Move a single line. * @param {string} lineId The id of the line - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18612,10 +18694,10 @@ export const MediaLineApiFactory = function (configuration?: Configuration, base return localVarFp.mediaLineControllerMoveLine(lineId, moveColumnBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the color of a single line. * @param {string} lineId The id of the line - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18623,10 +18705,10 @@ export const MediaLineApiFactory = function (configuration?: Configuration, base return localVarFp.mediaLineControllerUpdateBackgroundColor(lineId, colorBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update the title of a single line. * @param {string} lineId The id of the line - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18643,10 +18725,10 @@ export const MediaLineApiFactory = function (configuration?: Configuration, base */ export interface MediaLineApiInterface { /** - * + * * @summary Collapse available line in media board. * @param {string} lineId The id of the line - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApiInterface @@ -18654,7 +18736,7 @@ export interface MediaLineApiInterface { mediaLineControllerCollapseMediaLine(lineId: string, collapsableBodyParams: CollapsableBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a single line. * @param {string} lineId The id of the line * @param {*} [options] Override http request option. @@ -18664,10 +18746,10 @@ export interface MediaLineApiInterface { mediaLineControllerDeleteLine(lineId: string, options?: any): AxiosPromise; /** - * + * * @summary Move a single line. * @param {string} lineId The id of the line - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApiInterface @@ -18675,10 +18757,10 @@ export interface MediaLineApiInterface { mediaLineControllerMoveLine(lineId: string, moveColumnBodyParams: MoveColumnBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update the color of a single line. * @param {string} lineId The id of the line - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApiInterface @@ -18686,10 +18768,10 @@ export interface MediaLineApiInterface { mediaLineControllerUpdateBackgroundColor(lineId: string, colorBodyParams: ColorBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update the title of a single line. * @param {string} lineId The id of the line - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApiInterface @@ -18706,10 +18788,10 @@ export interface MediaLineApiInterface { */ export class MediaLineApi extends BaseAPI implements MediaLineApiInterface { /** - * + * * @summary Collapse available line in media board. * @param {string} lineId The id of the line - * @param {CollapsableBodyParams} collapsableBodyParams + * @param {CollapsableBodyParams} collapsableBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApi @@ -18719,7 +18801,7 @@ export class MediaLineApi extends BaseAPI implements MediaLineApiInterface { } /** - * + * * @summary Delete a single line. * @param {string} lineId The id of the line * @param {*} [options] Override http request option. @@ -18731,10 +18813,10 @@ export class MediaLineApi extends BaseAPI implements MediaLineApiInterface { } /** - * + * * @summary Move a single line. * @param {string} lineId The id of the line - * @param {MoveColumnBodyParams} moveColumnBodyParams + * @param {MoveColumnBodyParams} moveColumnBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApi @@ -18744,10 +18826,10 @@ export class MediaLineApi extends BaseAPI implements MediaLineApiInterface { } /** - * + * * @summary Update the color of a single line. * @param {string} lineId The id of the line - * @param {ColorBodyParams} colorBodyParams + * @param {ColorBodyParams} colorBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApi @@ -18757,10 +18839,10 @@ export class MediaLineApi extends BaseAPI implements MediaLineApiInterface { } /** - * + * * @summary Update the title of a single line. * @param {string} lineId The id of the line - * @param {RenameBodyParams} renameBodyParams + * @param {RenameBodyParams} renameBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MediaLineApi @@ -18778,9 +18860,9 @@ export class MediaLineApi extends BaseAPI implements MediaLineApiInterface { export const MetaTagExtractorApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary return extract meta tags - * @param {GetMetaTagDataBody} getMetaTagDataBody + * @param {GetMetaTagDataBody} getMetaTagDataBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18804,7 +18886,7 @@ export const MetaTagExtractorApiAxiosParamCreator = function (configuration?: Co await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18828,9 +18910,9 @@ export const MetaTagExtractorApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = MetaTagExtractorApiAxiosParamCreator(configuration) return { /** - * + * * @summary return extract meta tags - * @param {GetMetaTagDataBody} getMetaTagDataBody + * @param {GetMetaTagDataBody} getMetaTagDataBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18849,9 +18931,9 @@ export const MetaTagExtractorApiFactory = function (configuration?: Configuratio const localVarFp = MetaTagExtractorApiFp(configuration) return { /** - * + * * @summary return extract meta tags - * @param {GetMetaTagDataBody} getMetaTagDataBody + * @param {GetMetaTagDataBody} getMetaTagDataBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18868,9 +18950,9 @@ export const MetaTagExtractorApiFactory = function (configuration?: Configuratio */ export interface MetaTagExtractorApiInterface { /** - * + * * @summary return extract meta tags - * @param {GetMetaTagDataBody} getMetaTagDataBody + * @param {GetMetaTagDataBody} getMetaTagDataBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MetaTagExtractorApiInterface @@ -18887,9 +18969,9 @@ export interface MetaTagExtractorApiInterface { */ export class MetaTagExtractorApi extends BaseAPI implements MetaTagExtractorApiInterface { /** - * + * * @summary return extract meta tags - * @param {GetMetaTagDataBody} getMetaTagDataBody + * @param {GetMetaTagDataBody} getMetaTagDataBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof MetaTagExtractorApi @@ -18908,7 +18990,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) return { /** * Create a news by a user in a given scope (school or team). - * @param {CreateNewsParams} createNewsParams + * @param {CreateNewsParams} createNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18932,7 +19014,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -18972,7 +19054,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19030,7 +19112,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19067,7 +19149,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19080,7 +19162,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) /** * Update properties of a news. * @param {string} newsId The id of the news. - * @param {UpdateNewsParams} updateNewsParams + * @param {UpdateNewsParams} updateNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19107,7 +19189,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -19172,7 +19254,7 @@ export const NewsApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19194,7 +19276,7 @@ export const NewsApiFp = function(configuration?: Configuration) { return { /** * Create a news by a user in a given scope (school or team). - * @param {CreateNewsParams} createNewsParams + * @param {CreateNewsParams} createNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19239,7 +19321,7 @@ export const NewsApiFp = function(configuration?: Configuration) { /** * Update properties of a news. * @param {string} newsId The id of the news. - * @param {UpdateNewsParams} updateNewsParams + * @param {UpdateNewsParams} updateNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19274,7 +19356,7 @@ export const NewsApiFactory = function (configuration?: Configuration, basePath? return { /** * Create a news by a user in a given scope (school or team). - * @param {CreateNewsParams} createNewsParams + * @param {CreateNewsParams} createNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19315,7 +19397,7 @@ export const NewsApiFactory = function (configuration?: Configuration, basePath? /** * Update properties of a news. * @param {string} newsId The id of the news. - * @param {UpdateNewsParams} updateNewsParams + * @param {UpdateNewsParams} updateNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19347,7 +19429,7 @@ export const NewsApiFactory = function (configuration?: Configuration, basePath? export interface NewsApiInterface { /** * Create a news by a user in a given scope (school or team). - * @param {CreateNewsParams} createNewsParams + * @param {CreateNewsParams} createNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NewsApiInterface @@ -19388,7 +19470,7 @@ export interface NewsApiInterface { /** * Update properties of a news. * @param {string} newsId The id of the news. - * @param {UpdateNewsParams} updateNewsParams + * @param {UpdateNewsParams} updateNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NewsApiInterface @@ -19420,7 +19502,7 @@ export interface NewsApiInterface { export class NewsApi extends BaseAPI implements NewsApiInterface { /** * Create a news by a user in a given scope (school or team). - * @param {CreateNewsParams} createNewsParams + * @param {CreateNewsParams} createNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NewsApi @@ -19469,7 +19551,7 @@ export class NewsApi extends BaseAPI implements NewsApiInterface { /** * Update properties of a news. * @param {string} newsId The id of the news. - * @param {UpdateNewsParams} updateNewsParams + * @param {UpdateNewsParams} updateNewsParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NewsApi @@ -19503,7 +19585,7 @@ export class NewsApi extends BaseAPI implements NewsApiInterface { export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19529,7 +19611,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19540,8 +19622,8 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * - * @param {OauthClientCreateBody} oauthClientCreateBody + * + * @param {OauthClientCreateBody} oauthClientCreateBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19565,7 +19647,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -19579,7 +19661,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19605,7 +19687,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19616,7 +19698,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19642,7 +19724,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19653,7 +19735,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19675,7 +19757,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19686,7 +19768,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19712,7 +19794,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19723,7 +19805,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19745,7 +19827,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19756,7 +19838,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {number} limit The maximum amount of clients to returned, upper bound is 500 clients. * @param {number} offset The offset from where to start looking. * @param {string} clientName The name of the clients to filter by. @@ -19794,7 +19876,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19805,9 +19887,9 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} challenge The login challenge. - * @param {ConsentRequestBody} consentRequestBody + * @param {ConsentRequestBody} consentRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19839,7 +19921,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -19853,9 +19935,9 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} challenge The login challenge. - * @param {LoginRequestBody} loginRequestBody + * @param {LoginRequestBody} loginRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19887,7 +19969,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -19901,7 +19983,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} client The Oauth2 client id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -19930,7 +20012,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19941,9 +20023,9 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {string} id The Oauth Client Id. - * @param {OauthClientUpdateBody} oauthClientUpdateBody + * @param {OauthClientUpdateBody} oauthClientUpdateBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19970,7 +20052,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -19994,7 +20076,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = Oauth2ApiAxiosParamCreator(configuration) return { /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20004,8 +20086,8 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {OauthClientCreateBody} oauthClientCreateBody + * + * @param {OauthClientCreateBody} oauthClientCreateBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20014,7 +20096,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20024,7 +20106,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20034,7 +20116,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20044,7 +20126,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20054,7 +20136,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20063,7 +20145,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {number} limit The maximum amount of clients to returned, upper bound is 500 clients. * @param {number} offset The offset from where to start looking. * @param {string} clientName The name of the clients to filter by. @@ -20076,9 +20158,9 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} challenge The login challenge. - * @param {ConsentRequestBody} consentRequestBody + * @param {ConsentRequestBody} consentRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20088,9 +20170,9 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} challenge The login challenge. - * @param {LoginRequestBody} loginRequestBody + * @param {LoginRequestBody} loginRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20100,7 +20182,7 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} client The Oauth2 client id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20110,9 +20192,9 @@ export const Oauth2ApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} id The Oauth Client Id. - * @param {OauthClientUpdateBody} oauthClientUpdateBody + * @param {OauthClientUpdateBody} oauthClientUpdateBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20131,7 +20213,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat const localVarFp = Oauth2ApiFp(configuration) return { /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20140,8 +20222,8 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerAcceptLogoutRequest(challenge, options).then((request) => request(axios, basePath)); }, /** - * - * @param {OauthClientCreateBody} oauthClientCreateBody + * + * @param {OauthClientCreateBody} oauthClientCreateBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20149,7 +20231,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerCreateOAuth2Client(oauthClientCreateBody, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20158,7 +20240,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerDeleteOAuth2Client(id, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20167,7 +20249,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerGetConsentRequest(challenge, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20176,7 +20258,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerGetLoginRequest(challenge, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20185,7 +20267,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerGetOAuth2Client(id, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20193,7 +20275,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerListConsentSessions(options).then((request) => request(axios, basePath)); }, /** - * + * * @param {number} limit The maximum amount of clients to returned, upper bound is 500 clients. * @param {number} offset The offset from where to start looking. * @param {string} clientName The name of the clients to filter by. @@ -20205,9 +20287,9 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerListOAuth2Clients(limit, offset, clientName, owner, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} challenge The login challenge. - * @param {ConsentRequestBody} consentRequestBody + * @param {ConsentRequestBody} consentRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20216,9 +20298,9 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerPatchConsentRequest(challenge, consentRequestBody, accept, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} challenge The login challenge. - * @param {LoginRequestBody} loginRequestBody + * @param {LoginRequestBody} loginRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20227,7 +20309,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerPatchLoginRequest(challenge, loginRequestBody, accept, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} client The Oauth2 client id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20236,9 +20318,9 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat return localVarFp.oauthProviderControllerRevokeConsentSession(client, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} id The Oauth Client Id. - * @param {OauthClientUpdateBody} oauthClientUpdateBody + * @param {OauthClientUpdateBody} oauthClientUpdateBody * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20255,7 +20337,7 @@ export const Oauth2ApiFactory = function (configuration?: Configuration, basePat */ export interface Oauth2ApiInterface { /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20264,8 +20346,8 @@ export interface Oauth2ApiInterface { oauthProviderControllerAcceptLogoutRequest(challenge: string, options?: any): AxiosPromise; /** - * - * @param {OauthClientCreateBody} oauthClientCreateBody + * + * @param {OauthClientCreateBody} oauthClientCreateBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof Oauth2ApiInterface @@ -20273,7 +20355,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerCreateOAuth2Client(oauthClientCreateBody: OauthClientCreateBody, options?: any): AxiosPromise; /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20282,7 +20364,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerDeleteOAuth2Client(id: string, options?: any): AxiosPromise; /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20291,7 +20373,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerGetConsentRequest(challenge: string, options?: any): AxiosPromise; /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20300,7 +20382,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerGetLoginRequest(challenge: string, options?: any): AxiosPromise; /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20309,7 +20391,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerGetOAuth2Client(id: string, options?: any): AxiosPromise; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof Oauth2ApiInterface @@ -20317,7 +20399,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerListConsentSessions(options?: any): AxiosPromise>; /** - * + * * @param {number} limit The maximum amount of clients to returned, upper bound is 500 clients. * @param {number} offset The offset from where to start looking. * @param {string} clientName The name of the clients to filter by. @@ -20329,9 +20411,9 @@ export interface Oauth2ApiInterface { oauthProviderControllerListOAuth2Clients(limit: number, offset: number, clientName: string, owner: string, options?: any): AxiosPromise>; /** - * + * * @param {string} challenge The login challenge. - * @param {ConsentRequestBody} consentRequestBody + * @param {ConsentRequestBody} consentRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20340,9 +20422,9 @@ export interface Oauth2ApiInterface { oauthProviderControllerPatchConsentRequest(challenge: string, consentRequestBody: ConsentRequestBody, accept?: boolean, options?: any): AxiosPromise; /** - * + * * @param {string} challenge The login challenge. - * @param {LoginRequestBody} loginRequestBody + * @param {LoginRequestBody} loginRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20351,7 +20433,7 @@ export interface Oauth2ApiInterface { oauthProviderControllerPatchLoginRequest(challenge: string, loginRequestBody: LoginRequestBody, accept?: boolean, options?: any): AxiosPromise; /** - * + * * @param {string} client The Oauth2 client id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20360,9 +20442,9 @@ export interface Oauth2ApiInterface { oauthProviderControllerRevokeConsentSession(client: string, options?: any): AxiosPromise; /** - * + * * @param {string} id The Oauth Client Id. - * @param {OauthClientUpdateBody} oauthClientUpdateBody + * @param {OauthClientUpdateBody} oauthClientUpdateBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof Oauth2ApiInterface @@ -20379,7 +20461,7 @@ export interface Oauth2ApiInterface { */ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20390,8 +20472,8 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * - * @param {OauthClientCreateBody} oauthClientCreateBody + * + * @param {OauthClientCreateBody} oauthClientCreateBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof Oauth2Api @@ -20401,7 +20483,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20412,7 +20494,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20423,7 +20505,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} challenge The login challenge. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20434,7 +20516,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} id The Oauth Client Id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20445,7 +20527,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof Oauth2Api @@ -20455,7 +20537,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {number} limit The maximum amount of clients to returned, upper bound is 500 clients. * @param {number} offset The offset from where to start looking. * @param {string} clientName The name of the clients to filter by. @@ -20469,9 +20551,9 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} challenge The login challenge. - * @param {ConsentRequestBody} consentRequestBody + * @param {ConsentRequestBody} consentRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20482,9 +20564,9 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} challenge The login challenge. - * @param {LoginRequestBody} loginRequestBody + * @param {LoginRequestBody} loginRequestBody * @param {boolean} [accept] Accepts the login request. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20495,7 +20577,7 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} client The Oauth2 client id. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -20506,9 +20588,9 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { } /** - * + * * @param {string} id The Oauth Client Id. - * @param {OauthClientUpdateBody} oauthClientUpdateBody + * @param {OauthClientUpdateBody} oauthClientUpdateBody * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof Oauth2Api @@ -20526,9 +20608,9 @@ export class Oauth2Api extends BaseAPI implements Oauth2ApiInterface { export const PseudonymApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Returns the related user and tool information to a pseudonym - * @param {string} pseudonym + * @param {string} pseudonym * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20553,7 +20635,7 @@ export const PseudonymApiAxiosParamCreator = function (configuration?: Configura await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20574,9 +20656,9 @@ export const PseudonymApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = PseudonymApiAxiosParamCreator(configuration) return { /** - * + * * @summary Returns the related user and tool information to a pseudonym - * @param {string} pseudonym + * @param {string} pseudonym * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20595,9 +20677,9 @@ export const PseudonymApiFactory = function (configuration?: Configuration, base const localVarFp = PseudonymApiFp(configuration) return { /** - * + * * @summary Returns the related user and tool information to a pseudonym - * @param {string} pseudonym + * @param {string} pseudonym * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20614,9 +20696,9 @@ export const PseudonymApiFactory = function (configuration?: Configuration, base */ export interface PseudonymApiInterface { /** - * + * * @summary Returns the related user and tool information to a pseudonym - * @param {string} pseudonym + * @param {string} pseudonym * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof PseudonymApiInterface @@ -20633,9 +20715,9 @@ export interface PseudonymApiInterface { */ export class PseudonymApi extends BaseAPI implements PseudonymApiInterface { /** - * + * * @summary Returns the related user and tool information to a pseudonym - * @param {string} pseudonym + * @param {string} pseudonym * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof PseudonymApi @@ -20653,10 +20735,10 @@ export class PseudonymApi extends BaseAPI implements PseudonymApiInterface { export const RoomApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Add members to a room - * @param {string} roomId - * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams + * @param {string} roomId + * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20683,7 +20765,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -20697,9 +20779,9 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Create a new room - * @param {CreateRoomBodyParams} createRoomBodyParams + * @param {CreateRoomBodyParams} createRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20723,7 +20805,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -20737,9 +20819,9 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Delete a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20764,7 +20846,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20775,9 +20857,9 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get a list of room members. - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20802,7 +20884,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20813,9 +20895,9 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get the boards of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20840,7 +20922,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20851,9 +20933,9 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get the details of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20878,7 +20960,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20889,7 +20971,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get a list of rooms. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -20922,7 +21004,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20933,10 +21015,10 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Remove members from a room - * @param {string} roomId - * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams + * @param {string} roomId + * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -20963,7 +21045,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -20977,10 +21059,10 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Update an existing room - * @param {string} roomId - * @param {UpdateRoomBodyParams} updateRoomBodyParams + * @param {string} roomId + * @param {UpdateRoomBodyParams} updateRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21007,7 +21089,7 @@ export const RoomApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -21031,10 +21113,10 @@ export const RoomApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = RoomApiAxiosParamCreator(configuration) return { /** - * + * * @summary Add members to a room - * @param {string} roomId - * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams + * @param {string} roomId + * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21043,9 +21125,9 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Create a new room - * @param {CreateRoomBodyParams} createRoomBodyParams + * @param {CreateRoomBodyParams} createRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21054,9 +21136,9 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Delete a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21065,9 +21147,9 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get a list of room members. - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21076,9 +21158,9 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the boards of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21087,9 +21169,9 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the details of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21098,7 +21180,7 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get a list of rooms. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -21110,10 +21192,10 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Remove members from a room - * @param {string} roomId - * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams + * @param {string} roomId + * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21122,10 +21204,10 @@ export const RoomApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Update an existing room - * @param {string} roomId - * @param {UpdateRoomBodyParams} updateRoomBodyParams + * @param {string} roomId + * @param {UpdateRoomBodyParams} updateRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21144,10 +21226,10 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? const localVarFp = RoomApiFp(configuration) return { /** - * + * * @summary Add members to a room - * @param {string} roomId - * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams + * @param {string} roomId + * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21155,9 +21237,9 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerAddMembers(roomId, addRoomMembersBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Create a new room - * @param {CreateRoomBodyParams} createRoomBodyParams + * @param {CreateRoomBodyParams} createRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21165,9 +21247,9 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerCreateRoom(createRoomBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Delete a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21175,9 +21257,9 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerDeleteRoom(roomId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get a list of room members. - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21185,9 +21267,9 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerGetMembers(roomId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the boards of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21195,9 +21277,9 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerGetRoomBoards(roomId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the details of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21205,7 +21287,7 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerGetRoomDetails(roomId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get a list of rooms. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -21216,10 +21298,10 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerGetRooms(skip, limit, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Remove members from a room - * @param {string} roomId - * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams + * @param {string} roomId + * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21227,10 +21309,10 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? return localVarFp.roomControllerRemoveMembers(roomId, removeRoomMembersBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Update an existing room - * @param {string} roomId - * @param {UpdateRoomBodyParams} updateRoomBodyParams + * @param {string} roomId + * @param {UpdateRoomBodyParams} updateRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21247,10 +21329,10 @@ export const RoomApiFactory = function (configuration?: Configuration, basePath? */ export interface RoomApiInterface { /** - * + * * @summary Add members to a room - * @param {string} roomId - * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams + * @param {string} roomId + * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21258,9 +21340,9 @@ export interface RoomApiInterface { roomControllerAddMembers(roomId: string, addRoomMembersBodyParams: AddRoomMembersBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Create a new room - * @param {CreateRoomBodyParams} createRoomBodyParams + * @param {CreateRoomBodyParams} createRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21268,9 +21350,9 @@ export interface RoomApiInterface { roomControllerCreateRoom(createRoomBodyParams: CreateRoomBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Delete a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21278,9 +21360,9 @@ export interface RoomApiInterface { roomControllerDeleteRoom(roomId: string, options?: any): AxiosPromise; /** - * + * * @summary Get a list of room members. - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21288,9 +21370,9 @@ export interface RoomApiInterface { roomControllerGetMembers(roomId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the boards of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21298,9 +21380,9 @@ export interface RoomApiInterface { roomControllerGetRoomBoards(roomId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the details of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21308,7 +21390,7 @@ export interface RoomApiInterface { roomControllerGetRoomDetails(roomId: string, options?: any): AxiosPromise; /** - * + * * @summary Get a list of rooms. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -21319,10 +21401,10 @@ export interface RoomApiInterface { roomControllerGetRooms(skip?: number, limit?: number, options?: any): AxiosPromise; /** - * + * * @summary Remove members from a room - * @param {string} roomId - * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams + * @param {string} roomId + * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21330,10 +21412,10 @@ export interface RoomApiInterface { roomControllerRemoveMembers(roomId: string, removeRoomMembersBodyParams: RemoveRoomMembersBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Update an existing room - * @param {string} roomId - * @param {UpdateRoomBodyParams} updateRoomBodyParams + * @param {string} roomId + * @param {UpdateRoomBodyParams} updateRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApiInterface @@ -21350,10 +21432,10 @@ export interface RoomApiInterface { */ export class RoomApi extends BaseAPI implements RoomApiInterface { /** - * + * * @summary Add members to a room - * @param {string} roomId - * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams + * @param {string} roomId + * @param {AddRoomMembersBodyParams} addRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21363,9 +21445,9 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Create a new room - * @param {CreateRoomBodyParams} createRoomBodyParams + * @param {CreateRoomBodyParams} createRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21375,9 +21457,9 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Delete a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21387,9 +21469,9 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Get a list of room members. - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21399,9 +21481,9 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Get the boards of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21411,9 +21493,9 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Get the details of a room - * @param {string} roomId + * @param {string} roomId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21423,7 +21505,7 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Get a list of rooms. * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. @@ -21436,10 +21518,10 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Remove members from a room - * @param {string} roomId - * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams + * @param {string} roomId + * @param {RemoveRoomMembersBodyParams} removeRoomMembersBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21449,10 +21531,10 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { } /** - * + * * @summary Update an existing room - * @param {string} roomId - * @param {UpdateRoomBodyParams} updateRoomBodyParams + * @param {string} roomId + * @param {UpdateRoomBodyParams} updateRoomBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof RoomApi @@ -21470,8 +21552,8 @@ export class RoomApi extends BaseAPI implements RoomApiInterface { export const SSOApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21496,7 +21578,7 @@ export const SSOApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21507,8 +21589,8 @@ export const SSOApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21533,7 +21615,7 @@ export const SSOApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21554,8 +21636,8 @@ export const SSOApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = SSOApiAxiosParamCreator(configuration) return { /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21564,8 +21646,8 @@ export const SSOApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21584,8 +21666,8 @@ export const SSOApiFactory = function (configuration?: Configuration, basePath?: const localVarFp = SSOApiFp(configuration) return { /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21593,8 +21675,8 @@ export const SSOApiFactory = function (configuration?: Configuration, basePath?: return localVarFp.oauthSSOControllerGetHydraOauthToken(oauthClientId, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21611,8 +21693,8 @@ export const SSOApiFactory = function (configuration?: Configuration, basePath?: */ export interface SSOApiInterface { /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SSOApiInterface @@ -21620,8 +21702,8 @@ export interface SSOApiInterface { oauthSSOControllerGetHydraOauthToken(oauthClientId: string, options?: any): AxiosPromise; /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SSOApiInterface @@ -21638,8 +21720,8 @@ export interface SSOApiInterface { */ export class SSOApi extends BaseAPI implements SSOApiInterface { /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SSOApi @@ -21649,8 +21731,8 @@ export class SSOApi extends BaseAPI implements SSOApiInterface { } /** - * - * @param {string} oauthClientId + * + * @param {string} oauthClientId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SSOApi @@ -21668,8 +21750,8 @@ export class SSOApi extends BaseAPI implements SSOApiInterface { export const SchoolApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21690,7 +21772,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21702,8 +21784,8 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }, /** * Gets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21731,7 +21813,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21742,8 +21824,8 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21768,7 +21850,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21779,8 +21861,8 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * - * @param {string} [federalStateId] + * + * @param {string} [federalStateId] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21806,7 +21888,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21817,7 +21899,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21835,7 +21917,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21846,9 +21928,9 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @summary Get systems from school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21873,7 +21955,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21884,8 +21966,8 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -21920,7 +22002,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21931,9 +22013,9 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * - * @param {string} schoolId - * @param {string} systemId + * + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21961,7 +22043,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21973,9 +22055,9 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }, /** * Sets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId - * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams + * @param {string} schoolId + * @param {string} systemId + * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22005,7 +22087,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -22019,10 +22101,10 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio }; }, /** - * + * * @summary Updating school props by school administrators - * @param {string} schoolId - * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams + * @param {string} schoolId + * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22049,7 +22131,7 @@ export const SchoolApiAxiosParamCreator = function (configuration?: Configuratio await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -22073,8 +22155,8 @@ export const SchoolApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = SchoolApiAxiosParamCreator(configuration) return { /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22084,8 +22166,8 @@ export const SchoolApiFp = function(configuration?: Configuration) { }, /** * Gets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22094,8 +22176,8 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22104,8 +22186,8 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} [federalStateId] + * + * @param {string} [federalStateId] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22114,7 +22196,7 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22123,9 +22205,9 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get systems from school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22134,8 +22216,8 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -22146,9 +22228,9 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} schoolId - * @param {string} systemId + * + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22158,9 +22240,9 @@ export const SchoolApiFp = function(configuration?: Configuration) { }, /** * Sets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId - * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams + * @param {string} schoolId + * @param {string} systemId + * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22169,10 +22251,10 @@ export const SchoolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updating school props by school administrators - * @param {string} schoolId - * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams + * @param {string} schoolId + * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22191,8 +22273,8 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat const localVarFp = SchoolApiFp(configuration) return { /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22201,8 +22283,8 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat }, /** * Gets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22210,8 +22292,8 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerGetProvisioningOptions(schoolId, systemId, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22219,8 +22301,8 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerGetSchoolById(schoolId, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} [federalStateId] + * + * @param {string} [federalStateId] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22228,7 +22310,7 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerGetSchoolListForExternalInvite(federalStateId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22236,9 +22318,9 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerGetSchoolListForLadpLogin(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get systems from school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22246,8 +22328,8 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerGetSchoolSystems(schoolId, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -22257,9 +22339,9 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerGetTeachers(schoolId, skip, limit, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} schoolId - * @param {string} systemId + * + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22268,9 +22350,9 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat }, /** * Sets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId - * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams + * @param {string} schoolId + * @param {string} systemId + * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22278,10 +22360,10 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat return localVarFp.schoolControllerSetProvisioningOptions(schoolId, systemId, schulConneXProvisioningOptionsParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updating school props by school administrators - * @param {string} schoolId - * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams + * @param {string} schoolId + * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22298,8 +22380,8 @@ export const SchoolApiFactory = function (configuration?: Configuration, basePat */ export interface SchoolApiInterface { /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22308,8 +22390,8 @@ export interface SchoolApiInterface { /** * Gets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22317,8 +22399,8 @@ export interface SchoolApiInterface { schoolControllerGetProvisioningOptions(schoolId: string, systemId: string, options?: any): AxiosPromise; /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22326,8 +22408,8 @@ export interface SchoolApiInterface { schoolControllerGetSchoolById(schoolId: string, options?: any): AxiosPromise; /** - * - * @param {string} [federalStateId] + * + * @param {string} [federalStateId] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22335,7 +22417,7 @@ export interface SchoolApiInterface { schoolControllerGetSchoolListForExternalInvite(federalStateId?: string, options?: any): AxiosPromise>; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22343,9 +22425,9 @@ export interface SchoolApiInterface { schoolControllerGetSchoolListForLadpLogin(options?: any): AxiosPromise>; /** - * + * * @summary Get systems from school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22353,8 +22435,8 @@ export interface SchoolApiInterface { schoolControllerGetSchoolSystems(schoolId: string, options?: any): AxiosPromise>; /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -22364,9 +22446,9 @@ export interface SchoolApiInterface { schoolControllerGetTeachers(schoolId: string, skip?: number, limit?: number, options?: any): AxiosPromise; /** - * - * @param {string} schoolId - * @param {string} systemId + * + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22375,9 +22457,9 @@ export interface SchoolApiInterface { /** * Sets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId - * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams + * @param {string} schoolId + * @param {string} systemId + * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22385,10 +22467,10 @@ export interface SchoolApiInterface { schoolControllerSetProvisioningOptions(schoolId: string, systemId: string, schulConneXProvisioningOptionsParams: SchulConneXProvisioningOptionsParams, options?: any): AxiosPromise; /** - * + * * @summary Updating school props by school administrators - * @param {string} schoolId - * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams + * @param {string} schoolId + * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApiInterface @@ -22405,8 +22487,8 @@ export interface SchoolApiInterface { */ export class SchoolApi extends BaseAPI implements SchoolApiInterface { /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22417,8 +22499,8 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { /** * Gets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22428,8 +22510,8 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22439,8 +22521,8 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * - * @param {string} [federalStateId] + * + * @param {string} [federalStateId] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22450,7 +22532,7 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22460,9 +22542,9 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * + * * @summary Get systems from school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22472,8 +22554,8 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -22485,9 +22567,9 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * - * @param {string} schoolId - * @param {string} systemId + * + * @param {string} schoolId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22498,9 +22580,9 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { /** * Sets all provisioning options for a system at a school - * @param {string} schoolId - * @param {string} systemId - * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams + * @param {string} schoolId + * @param {string} systemId + * @param {SchulConneXProvisioningOptionsParams} schulConneXProvisioningOptionsParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22510,10 +22592,10 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { } /** - * + * * @summary Updating school props by school administrators - * @param {string} schoolId - * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams + * @param {string} schoolId + * @param {SchoolUpdateBodyParams} schoolUpdateBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SchoolApi @@ -22531,9 +22613,9 @@ export class SchoolApi extends BaseAPI implements SchoolApiInterface { export const ShareTokenApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a share token. - * @param {ShareTokenBodyParams} shareTokenBodyParams + * @param {ShareTokenBodyParams} shareTokenBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22557,7 +22639,7 @@ export const ShareTokenApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -22571,10 +22653,10 @@ export const ShareTokenApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Import a share token payload. * @param {string} token The token that identifies the shared object - * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams + * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22601,7 +22683,7 @@ export const ShareTokenApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -22615,7 +22697,7 @@ export const ShareTokenApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @summary Look up a share token. * @param {string} token The token that identifies the shared object * @param {*} [options] Override http request option. @@ -22642,7 +22724,7 @@ export const ShareTokenApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22663,9 +22745,9 @@ export const ShareTokenApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = ShareTokenApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a share token. - * @param {ShareTokenBodyParams} shareTokenBodyParams + * @param {ShareTokenBodyParams} shareTokenBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22674,10 +22756,10 @@ export const ShareTokenApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Import a share token payload. * @param {string} token The token that identifies the shared object - * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams + * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22686,7 +22768,7 @@ export const ShareTokenApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Look up a share token. * @param {string} token The token that identifies the shared object * @param {*} [options] Override http request option. @@ -22707,9 +22789,9 @@ export const ShareTokenApiFactory = function (configuration?: Configuration, bas const localVarFp = ShareTokenApiFp(configuration) return { /** - * + * * @summary Create a share token. - * @param {ShareTokenBodyParams} shareTokenBodyParams + * @param {ShareTokenBodyParams} shareTokenBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22717,10 +22799,10 @@ export const ShareTokenApiFactory = function (configuration?: Configuration, bas return localVarFp.shareTokenControllerCreateShareToken(shareTokenBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Import a share token payload. * @param {string} token The token that identifies the shared object - * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams + * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22728,7 +22810,7 @@ export const ShareTokenApiFactory = function (configuration?: Configuration, bas return localVarFp.shareTokenControllerImportShareToken(token, shareTokenImportBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Look up a share token. * @param {string} token The token that identifies the shared object * @param {*} [options] Override http request option. @@ -22747,9 +22829,9 @@ export const ShareTokenApiFactory = function (configuration?: Configuration, bas */ export interface ShareTokenApiInterface { /** - * + * * @summary Create a share token. - * @param {ShareTokenBodyParams} shareTokenBodyParams + * @param {ShareTokenBodyParams} shareTokenBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ShareTokenApiInterface @@ -22757,10 +22839,10 @@ export interface ShareTokenApiInterface { shareTokenControllerCreateShareToken(shareTokenBodyParams: ShareTokenBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Import a share token payload. * @param {string} token The token that identifies the shared object - * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams + * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ShareTokenApiInterface @@ -22768,7 +22850,7 @@ export interface ShareTokenApiInterface { shareTokenControllerImportShareToken(token: string, shareTokenImportBodyParams: ShareTokenImportBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Look up a share token. * @param {string} token The token that identifies the shared object * @param {*} [options] Override http request option. @@ -22787,9 +22869,9 @@ export interface ShareTokenApiInterface { */ export class ShareTokenApi extends BaseAPI implements ShareTokenApiInterface { /** - * + * * @summary Create a share token. - * @param {ShareTokenBodyParams} shareTokenBodyParams + * @param {ShareTokenBodyParams} shareTokenBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ShareTokenApi @@ -22799,10 +22881,10 @@ export class ShareTokenApi extends BaseAPI implements ShareTokenApiInterface { } /** - * + * * @summary Import a share token payload. * @param {string} token The token that identifies the shared object - * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams + * @param {ShareTokenImportBodyParams} shareTokenImportBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ShareTokenApi @@ -22812,7 +22894,7 @@ export class ShareTokenApi extends BaseAPI implements ShareTokenApiInterface { } /** - * + * * @summary Look up a share token. * @param {string} token The token that identifies the shared object * @param {*} [options] Override http request option. @@ -22832,9 +22914,9 @@ export class ShareTokenApi extends BaseAPI implements ShareTokenApiInterface { export const ShdApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Create a support jwt for a user. - * @param {TargetUserIdParams} targetUserIdParams + * @param {TargetUserIdParams} targetUserIdParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22858,7 +22940,7 @@ export const ShdApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -22882,9 +22964,9 @@ export const ShdApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = ShdApiAxiosParamCreator(configuration) return { /** - * + * * @summary Create a support jwt for a user. - * @param {TargetUserIdParams} targetUserIdParams + * @param {TargetUserIdParams} targetUserIdParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22903,9 +22985,9 @@ export const ShdApiFactory = function (configuration?: Configuration, basePath?: const localVarFp = ShdApiFp(configuration) return { /** - * + * * @summary Create a support jwt for a user. - * @param {TargetUserIdParams} targetUserIdParams + * @param {TargetUserIdParams} targetUserIdParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22922,9 +23004,9 @@ export const ShdApiFactory = function (configuration?: Configuration, basePath?: */ export interface ShdApiInterface { /** - * + * * @summary Create a support jwt for a user. - * @param {TargetUserIdParams} targetUserIdParams + * @param {TargetUserIdParams} targetUserIdParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ShdApiInterface @@ -22941,9 +23023,9 @@ export interface ShdApiInterface { */ export class ShdApi extends BaseAPI implements ShdApiInterface { /** - * + * * @summary Create a support jwt for a user. - * @param {TargetUserIdParams} targetUserIdParams + * @param {TargetUserIdParams} targetUserIdParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ShdApi @@ -22961,7 +23043,7 @@ export class ShdApi extends BaseAPI implements ShdApiInterface { export const SubmissionApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {string} submissionId The id of the submission. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -22987,7 +23069,7 @@ export const SubmissionApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22998,7 +23080,7 @@ export const SubmissionApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23024,7 +23106,7 @@ export const SubmissionApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23045,7 +23127,7 @@ export const SubmissionApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = SubmissionApiAxiosParamCreator(configuration) return { /** - * + * * @param {string} submissionId The id of the submission. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23055,7 +23137,7 @@ export const SubmissionApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23075,7 +23157,7 @@ export const SubmissionApiFactory = function (configuration?: Configuration, bas const localVarFp = SubmissionApiFp(configuration) return { /** - * + * * @param {string} submissionId The id of the submission. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23084,7 +23166,7 @@ export const SubmissionApiFactory = function (configuration?: Configuration, bas return localVarFp.submissionControllerDelete(submissionId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23102,7 +23184,7 @@ export const SubmissionApiFactory = function (configuration?: Configuration, bas */ export interface SubmissionApiInterface { /** - * + * * @param {string} submissionId The id of the submission. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23111,7 +23193,7 @@ export interface SubmissionApiInterface { submissionControllerDelete(submissionId: string, options?: any): AxiosPromise; /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23129,7 +23211,7 @@ export interface SubmissionApiInterface { */ export class SubmissionApi extends BaseAPI implements SubmissionApiInterface { /** - * + * * @param {string} submissionId The id of the submission. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23140,7 +23222,7 @@ export class SubmissionApi extends BaseAPI implements SubmissionApiInterface { } /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23159,9 +23241,9 @@ export class SubmissionApi extends BaseAPI implements SubmissionApiInterface { export const SystemsApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Deletes a system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23186,7 +23268,7 @@ export const SystemsApiAxiosParamCreator = function (configuration?: Configurati await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23221,7 +23303,7 @@ export const SystemsApiAxiosParamCreator = function (configuration?: Configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23234,7 +23316,7 @@ export const SystemsApiAxiosParamCreator = function (configuration?: Configurati /** * This endpoint is used to get information about a possible login systems. No sensible data should be returned! * @summary Finds a publicly available system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23255,7 +23337,7 @@ export const SystemsApiAxiosParamCreator = function (configuration?: Configurati const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23276,9 +23358,9 @@ export const SystemsApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = SystemsApiAxiosParamCreator(configuration) return { /** - * + * * @summary Deletes a system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23300,7 +23382,7 @@ export const SystemsApiFp = function(configuration?: Configuration) { /** * This endpoint is used to get information about a possible login systems. No sensible data should be returned! * @summary Finds a publicly available system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23319,9 +23401,9 @@ export const SystemsApiFactory = function (configuration?: Configuration, basePa const localVarFp = SystemsApiFp(configuration) return { /** - * + * * @summary Deletes a system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23341,7 +23423,7 @@ export const SystemsApiFactory = function (configuration?: Configuration, basePa /** * This endpoint is used to get information about a possible login systems. No sensible data should be returned! * @summary Finds a publicly available system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23358,9 +23440,9 @@ export const SystemsApiFactory = function (configuration?: Configuration, basePa */ export interface SystemsApiInterface { /** - * + * * @summary Deletes a system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemsApiInterface @@ -23380,7 +23462,7 @@ export interface SystemsApiInterface { /** * This endpoint is used to get information about a possible login systems. No sensible data should be returned! * @summary Finds a publicly available system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemsApiInterface @@ -23397,9 +23479,9 @@ export interface SystemsApiInterface { */ export class SystemsApi extends BaseAPI implements SystemsApiInterface { /** - * + * * @summary Deletes a system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemsApi @@ -23423,7 +23505,7 @@ export class SystemsApi extends BaseAPI implements SystemsApiInterface { /** * This endpoint is used to get information about a possible login systems. No sensible data should be returned! * @summary Finds a publicly available system. - * @param {string} systemId + * @param {string} systemId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemsApi @@ -23441,9 +23523,9 @@ export class SystemsApi extends BaseAPI implements SystemsApiInterface { export const TaskApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {string} taskId The id of the task. - * @param {TaskCopyApiParams} taskCopyApiParams + * @param {TaskCopyApiParams} taskCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23470,7 +23552,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -23484,7 +23566,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23510,7 +23592,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23521,7 +23603,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23553,7 +23635,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23564,7 +23646,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23596,7 +23678,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23607,7 +23689,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23633,7 +23715,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23644,7 +23726,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23670,7 +23752,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23681,7 +23763,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23707,7 +23789,7 @@ export const TaskApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23728,9 +23810,9 @@ export const TaskApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = TaskApiAxiosParamCreator(configuration) return { /** - * + * * @param {string} taskId The id of the task. - * @param {TaskCopyApiParams} taskCopyApiParams + * @param {TaskCopyApiParams} taskCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23739,7 +23821,7 @@ export const TaskApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23749,7 +23831,7 @@ export const TaskApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23760,7 +23842,7 @@ export const TaskApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23771,7 +23853,7 @@ export const TaskApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23781,7 +23863,7 @@ export const TaskApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23791,7 +23873,7 @@ export const TaskApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23811,9 +23893,9 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? const localVarFp = TaskApiFp(configuration) return { /** - * + * * @param {string} taskId The id of the task. - * @param {TaskCopyApiParams} taskCopyApiParams + * @param {TaskCopyApiParams} taskCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -23821,7 +23903,7 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? return localVarFp.taskControllerCopyTask(taskId, taskCopyApiParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23830,7 +23912,7 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? return localVarFp.taskControllerDelete(taskId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23840,7 +23922,7 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? return localVarFp.taskControllerFindAll(skip, limit, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23850,7 +23932,7 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? return localVarFp.taskControllerFindAllFinished(skip, limit, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23859,7 +23941,7 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? return localVarFp.taskControllerFinish(taskId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23868,7 +23950,7 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? return localVarFp.taskControllerRestore(taskId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23886,9 +23968,9 @@ export const TaskApiFactory = function (configuration?: Configuration, basePath? */ export interface TaskApiInterface { /** - * + * * @param {string} taskId The id of the task. - * @param {TaskCopyApiParams} taskCopyApiParams + * @param {TaskCopyApiParams} taskCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TaskApiInterface @@ -23896,7 +23978,7 @@ export interface TaskApiInterface { taskControllerCopyTask(taskId: string, taskCopyApiParams: TaskCopyApiParams, options?: any): AxiosPromise; /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23905,7 +23987,7 @@ export interface TaskApiInterface { taskControllerDelete(taskId: string, options?: any): AxiosPromise; /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23915,7 +23997,7 @@ export interface TaskApiInterface { taskControllerFindAll(skip?: number, limit?: number, options?: any): AxiosPromise; /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23925,7 +24007,7 @@ export interface TaskApiInterface { taskControllerFindAllFinished(skip?: number, limit?: number, options?: any): AxiosPromise; /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23934,7 +24016,7 @@ export interface TaskApiInterface { taskControllerFinish(taskId: string, options?: any): AxiosPromise; /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23943,7 +24025,7 @@ export interface TaskApiInterface { taskControllerRestore(taskId: string, options?: any): AxiosPromise; /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23961,9 +24043,9 @@ export interface TaskApiInterface { */ export class TaskApi extends BaseAPI implements TaskApiInterface { /** - * + * * @param {string} taskId The id of the task. - * @param {TaskCopyApiParams} taskCopyApiParams + * @param {TaskCopyApiParams} taskCopyApiParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TaskApi @@ -23973,7 +24055,7 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { } /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -23984,7 +24066,7 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { } /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -23996,7 +24078,7 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { } /** - * + * * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -24008,7 +24090,7 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { } /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -24019,7 +24101,7 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { } /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -24030,7 +24112,7 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { } /** - * + * * @param {string} taskId The id of the task. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -24049,10 +24131,10 @@ export class TaskApi extends BaseAPI implements TaskApiInterface { export const ToolApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Lists all available tools that can be added for a given context - * @param {any} contextType - * @param {string} contextId + * @param {any} contextType + * @param {string} contextId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24080,7 +24162,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24091,9 +24173,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Lists all available tools that can be added for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24118,7 +24200,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24129,9 +24211,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get the latest configuration template for a Context External Tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24156,7 +24238,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24167,9 +24249,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get the latest configuration template for a School External Tool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24194,7 +24276,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24205,7 +24287,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Lists all preferred tools that can be added for a given context * @param {ToolContextType} [contextType] Context types for tools * @param {*} [options] Override http request option. @@ -24233,7 +24315,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24244,7 +24326,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Lists all context types available in the SVS * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -24267,7 +24349,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24278,9 +24360,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Creates a ContextExternalTool - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24304,7 +24386,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24318,9 +24400,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Deletes a ContextExternalTool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24345,7 +24427,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24356,9 +24438,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Searches a ContextExternalTool for the given id - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24383,7 +24465,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24394,10 +24476,10 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Returns a list of ContextExternalTools for the given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24425,7 +24507,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24436,10 +24518,10 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Updates a ContextExternalTool - * @param {string} contextExternalToolId - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {string} contextExternalToolId + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24466,7 +24548,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24480,9 +24562,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Creates an ExternalTool - * @param {ExternalToolCreateParams} externalToolCreateParams + * @param {ExternalToolCreateParams} externalToolCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24506,7 +24588,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24520,9 +24602,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Deletes an ExternalTool - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24547,7 +24629,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24558,14 +24640,14 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Returns a list of ExternalTools * @param {string} [name] Name of the external tool * @param {string} [clientId] OAuth2 client id of the external tool * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {'id' | 'name'} [sortBy] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'id' | 'name'} [sortBy] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24611,7 +24693,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24622,9 +24704,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Returns a pdf of the external tool information - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24649,7 +24731,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24660,9 +24742,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Returns an ExternalTool for the given id - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24687,7 +24769,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24698,9 +24780,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Gets the logo of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24725,7 +24807,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24736,9 +24818,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Gets the metadata of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24763,7 +24845,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24774,9 +24856,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Creates multiple ExternalTools at the same time. - * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams + * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24800,7 +24882,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24814,10 +24896,10 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Updates an ExternalTool - * @param {string} externalToolId - * @param {ExternalToolUpdateParams} externalToolUpdateParams + * @param {string} externalToolId + * @param {ExternalToolUpdateParams} externalToolUpdateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24844,7 +24926,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24858,9 +24940,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * - * @param {string} contextExternalToolId - * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw + * + * @param {string} contextExternalToolId + * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24883,7 +24965,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24897,7 +24979,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get tool launch request for a context external tool id * @param {string} contextExternalToolId The id of the context external tool * @param {*} [options] Override http request option. @@ -24924,7 +25006,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24935,10 +25017,10 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get tool launch request for a school external tool * @param {string} schoolExternalToolId The id of the school external tool - * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams + * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24965,7 +25047,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -24979,9 +25061,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get ExternalTool Reference for a given context external tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25006,7 +25088,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -25017,10 +25099,10 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Get ExternalTool References for a given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25048,7 +25130,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -25059,9 +25141,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Creates a SchoolExternalTool - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25085,7 +25167,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -25099,9 +25181,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Deletes a SchoolExternalTool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25126,7 +25208,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -25137,9 +25219,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Gets the metadata of an school external tool. - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25164,7 +25246,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -25175,9 +25257,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Returns a SchoolExternalTool for the given id - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25202,7 +25284,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -25213,9 +25295,9 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Returns a list of SchoolExternalTools for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25243,7 +25325,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -25254,10 +25336,10 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @summary Updates a SchoolExternalTool - * @param {string} schoolExternalToolId - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {string} schoolExternalToolId + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25284,7 +25366,7 @@ export const ToolApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -25308,10 +25390,10 @@ export const ToolApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = ToolApiAxiosParamCreator(configuration) return { /** - * + * * @summary Lists all available tools that can be added for a given context - * @param {any} contextType - * @param {string} contextId + * @param {any} contextType + * @param {string} contextId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25320,9 +25402,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Lists all available tools that can be added for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25331,9 +25413,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the latest configuration template for a Context External Tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25342,9 +25424,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get the latest configuration template for a School External Tool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25353,7 +25435,7 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Lists all preferred tools that can be added for a given context * @param {ToolContextType} [contextType] Context types for tools * @param {*} [options] Override http request option. @@ -25364,7 +25446,7 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Lists all context types available in the SVS * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -25374,9 +25456,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Creates a ContextExternalTool - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25385,9 +25467,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Deletes a ContextExternalTool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25396,9 +25478,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Searches a ContextExternalTool for the given id - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25407,10 +25489,10 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns a list of ContextExternalTools for the given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25419,10 +25501,10 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updates a ContextExternalTool - * @param {string} contextExternalToolId - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {string} contextExternalToolId + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25431,9 +25513,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Creates an ExternalTool - * @param {ExternalToolCreateParams} externalToolCreateParams + * @param {ExternalToolCreateParams} externalToolCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25442,9 +25524,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Deletes an ExternalTool - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25453,14 +25535,14 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns a list of ExternalTools * @param {string} [name] Name of the external tool * @param {string} [clientId] OAuth2 client id of the external tool * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {'id' | 'name'} [sortBy] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'id' | 'name'} [sortBy] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25469,9 +25551,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns a pdf of the external tool information - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25480,9 +25562,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns an ExternalTool for the given id - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25491,9 +25573,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Gets the logo of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25502,9 +25584,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Gets the metadata of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25513,9 +25595,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Creates multiple ExternalTools at the same time. - * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams + * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25524,10 +25606,10 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updates an ExternalTool - * @param {string} externalToolId - * @param {ExternalToolUpdateParams} externalToolUpdateParams + * @param {string} externalToolId + * @param {ExternalToolUpdateParams} externalToolUpdateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25536,9 +25618,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} contextExternalToolId - * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw + * + * @param {string} contextExternalToolId + * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25547,7 +25629,7 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get tool launch request for a context external tool id * @param {string} contextExternalToolId The id of the context external tool * @param {*} [options] Override http request option. @@ -25558,10 +25640,10 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get tool launch request for a school external tool * @param {string} schoolExternalToolId The id of the school external tool - * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams + * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25570,9 +25652,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get ExternalTool Reference for a given context external tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25581,10 +25663,10 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Get ExternalTool References for a given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25593,9 +25675,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Creates a SchoolExternalTool - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25604,9 +25686,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Deletes a SchoolExternalTool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25615,9 +25697,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Gets the metadata of an school external tool. - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25626,9 +25708,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns a SchoolExternalTool for the given id - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25637,9 +25719,9 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns a list of SchoolExternalTools for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25648,10 +25730,10 @@ export const ToolApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Updates a SchoolExternalTool - * @param {string} schoolExternalToolId - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {string} schoolExternalToolId + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25670,10 +25752,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? const localVarFp = ToolApiFp(configuration) return { /** - * + * * @summary Lists all available tools that can be added for a given context - * @param {any} contextType - * @param {string} contextId + * @param {any} contextType + * @param {string} contextId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25681,9 +25763,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolConfigurationControllerGetAvailableToolsForContext(contextType, contextId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Lists all available tools that can be added for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25691,9 +25773,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolConfigurationControllerGetAvailableToolsForSchool(schoolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the latest configuration template for a Context External Tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25701,9 +25783,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolConfigurationControllerGetConfigurationTemplateForContext(contextExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get the latest configuration template for a School External Tool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25711,7 +25793,7 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolConfigurationControllerGetConfigurationTemplateForSchool(schoolExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Lists all preferred tools that can be added for a given context * @param {ToolContextType} [contextType] Context types for tools * @param {*} [options] Override http request option. @@ -25721,7 +25803,7 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolConfigurationControllerGetPreferredToolsForContext(contextType, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Lists all context types available in the SVS * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -25730,9 +25812,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolConfigurationControllerGetToolContextTypes(options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Creates a ContextExternalTool - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25740,9 +25822,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolContextControllerCreateContextExternalTool(contextExternalToolPostParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Deletes a ContextExternalTool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25750,9 +25832,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolContextControllerDeleteContextExternalTool(contextExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Searches a ContextExternalTool for the given id - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25760,10 +25842,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolContextControllerGetContextExternalTool(contextExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns a list of ContextExternalTools for the given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25771,10 +25853,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolContextControllerGetContextExternalToolsForContext(contextId, contextType, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updates a ContextExternalTool - * @param {string} contextExternalToolId - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {string} contextExternalToolId + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25782,9 +25864,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolContextControllerUpdateContextExternalTool(contextExternalToolId, contextExternalToolPostParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Creates an ExternalTool - * @param {ExternalToolCreateParams} externalToolCreateParams + * @param {ExternalToolCreateParams} externalToolCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25792,9 +25874,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerCreateExternalTool(externalToolCreateParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Deletes an ExternalTool - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25802,14 +25884,14 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerDeleteExternalTool(externalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns a list of ExternalTools * @param {string} [name] Name of the external tool * @param {string} [clientId] OAuth2 client id of the external tool * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {'id' | 'name'} [sortBy] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'id' | 'name'} [sortBy] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25817,9 +25899,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerFindExternalTool(name, clientId, skip, limit, sortOrder, sortBy, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns a pdf of the external tool information - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25827,9 +25909,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerGetDatasheet(externalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns an ExternalTool for the given id - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25837,9 +25919,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerGetExternalTool(externalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Gets the logo of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25847,9 +25929,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerGetExternalToolLogo(externalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Gets the metadata of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25857,9 +25939,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerGetMetaDataForExternalTool(externalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Creates multiple ExternalTools at the same time. - * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams + * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25867,10 +25949,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerImportExternalTools(externalToolBulkCreateParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updates an ExternalTool - * @param {string} externalToolId - * @param {ExternalToolUpdateParams} externalToolUpdateParams + * @param {string} externalToolId + * @param {ExternalToolUpdateParams} externalToolUpdateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25878,9 +25960,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolControllerUpdateExternalTool(externalToolId, externalToolUpdateParams, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} contextExternalToolId - * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw + * + * @param {string} contextExternalToolId + * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25888,7 +25970,7 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolDeepLinkControllerDeepLink(contextExternalToolId, lti11DeepLinkParamsRaw, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get tool launch request for a context external tool id * @param {string} contextExternalToolId The id of the context external tool * @param {*} [options] Override http request option. @@ -25898,10 +25980,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolLaunchControllerGetContextExternalToolLaunchRequest(contextExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get tool launch request for a school external tool * @param {string} schoolExternalToolId The id of the school external tool - * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams + * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25909,9 +25991,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolLaunchControllerGetSchoolExternalToolLaunchRequest(schoolExternalToolId, contextExternalToolBodyParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get ExternalTool Reference for a given context external tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25919,10 +26001,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolReferenceControllerGetToolReference(contextExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Get ExternalTool References for a given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25930,9 +26012,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolReferenceControllerGetToolReferencesForContext(contextId, contextType, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Creates a SchoolExternalTool - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25940,9 +26022,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolSchoolControllerCreateSchoolExternalTool(schoolExternalToolPostParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Deletes a SchoolExternalTool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25950,9 +26032,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolSchoolControllerDeleteSchoolExternalTool(schoolExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Gets the metadata of an school external tool. - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25960,9 +26042,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolSchoolControllerGetMetaDataForExternalTool(schoolExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns a SchoolExternalTool for the given id - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25970,9 +26052,9 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolSchoolControllerGetSchoolExternalTool(schoolExternalToolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns a list of SchoolExternalTools for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -25980,10 +26062,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? return localVarFp.toolSchoolControllerGetSchoolExternalTools(schoolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Updates a SchoolExternalTool - * @param {string} schoolExternalToolId - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {string} schoolExternalToolId + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26000,10 +26082,10 @@ export const ToolApiFactory = function (configuration?: Configuration, basePath? */ export interface ToolApiInterface { /** - * + * * @summary Lists all available tools that can be added for a given context - * @param {any} contextType - * @param {string} contextId + * @param {any} contextType + * @param {string} contextId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26011,9 +26093,9 @@ export interface ToolApiInterface { toolConfigurationControllerGetAvailableToolsForContext(contextType: any, contextId: string, options?: any): AxiosPromise; /** - * + * * @summary Lists all available tools that can be added for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26021,9 +26103,9 @@ export interface ToolApiInterface { toolConfigurationControllerGetAvailableToolsForSchool(schoolId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the latest configuration template for a Context External Tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26031,9 +26113,9 @@ export interface ToolApiInterface { toolConfigurationControllerGetConfigurationTemplateForContext(contextExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Get the latest configuration template for a School External Tool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26041,7 +26123,7 @@ export interface ToolApiInterface { toolConfigurationControllerGetConfigurationTemplateForSchool(schoolExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Lists all preferred tools that can be added for a given context * @param {ToolContextType} [contextType] Context types for tools * @param {*} [options] Override http request option. @@ -26051,7 +26133,7 @@ export interface ToolApiInterface { toolConfigurationControllerGetPreferredToolsForContext(contextType?: ToolContextType, options?: any): AxiosPromise; /** - * + * * @summary Lists all context types available in the SVS * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -26060,9 +26142,9 @@ export interface ToolApiInterface { toolConfigurationControllerGetToolContextTypes(options?: any): AxiosPromise; /** - * + * * @summary Creates a ContextExternalTool - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26070,9 +26152,9 @@ export interface ToolApiInterface { toolContextControllerCreateContextExternalTool(contextExternalToolPostParams: ContextExternalToolPostParams, options?: any): AxiosPromise; /** - * + * * @summary Deletes a ContextExternalTool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26080,9 +26162,9 @@ export interface ToolApiInterface { toolContextControllerDeleteContextExternalTool(contextExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Searches a ContextExternalTool for the given id - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26090,10 +26172,10 @@ export interface ToolApiInterface { toolContextControllerGetContextExternalTool(contextExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Returns a list of ContextExternalTools for the given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26101,10 +26183,10 @@ export interface ToolApiInterface { toolContextControllerGetContextExternalToolsForContext(contextId: string, contextType: ToolContextType, options?: any): AxiosPromise; /** - * + * * @summary Updates a ContextExternalTool - * @param {string} contextExternalToolId - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {string} contextExternalToolId + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26112,9 +26194,9 @@ export interface ToolApiInterface { toolContextControllerUpdateContextExternalTool(contextExternalToolId: string, contextExternalToolPostParams: ContextExternalToolPostParams, options?: any): AxiosPromise; /** - * + * * @summary Creates an ExternalTool - * @param {ExternalToolCreateParams} externalToolCreateParams + * @param {ExternalToolCreateParams} externalToolCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26122,9 +26204,9 @@ export interface ToolApiInterface { toolControllerCreateExternalTool(externalToolCreateParams: ExternalToolCreateParams, options?: any): AxiosPromise; /** - * + * * @summary Deletes an ExternalTool - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26132,14 +26214,14 @@ export interface ToolApiInterface { toolControllerDeleteExternalTool(externalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Returns a list of ExternalTools * @param {string} [name] Name of the external tool * @param {string} [clientId] OAuth2 client id of the external tool * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {'id' | 'name'} [sortBy] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'id' | 'name'} [sortBy] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26147,9 +26229,9 @@ export interface ToolApiInterface { toolControllerFindExternalTool(name?: string, clientId?: string, skip?: number, limit?: number, sortOrder?: 'asc' | 'desc', sortBy?: 'id' | 'name', options?: any): AxiosPromise; /** - * + * * @summary Returns a pdf of the external tool information - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26157,9 +26239,9 @@ export interface ToolApiInterface { toolControllerGetDatasheet(externalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Returns an ExternalTool for the given id - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26167,9 +26249,9 @@ export interface ToolApiInterface { toolControllerGetExternalTool(externalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Gets the logo of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26177,9 +26259,9 @@ export interface ToolApiInterface { toolControllerGetExternalToolLogo(externalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Gets the metadata of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26187,9 +26269,9 @@ export interface ToolApiInterface { toolControllerGetMetaDataForExternalTool(externalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Creates multiple ExternalTools at the same time. - * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams + * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26197,10 +26279,10 @@ export interface ToolApiInterface { toolControllerImportExternalTools(externalToolBulkCreateParams: ExternalToolBulkCreateParams, options?: any): AxiosPromise; /** - * + * * @summary Updates an ExternalTool - * @param {string} externalToolId - * @param {ExternalToolUpdateParams} externalToolUpdateParams + * @param {string} externalToolId + * @param {ExternalToolUpdateParams} externalToolUpdateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26208,9 +26290,9 @@ export interface ToolApiInterface { toolControllerUpdateExternalTool(externalToolId: string, externalToolUpdateParams: ExternalToolUpdateParams, options?: any): AxiosPromise; /** - * - * @param {string} contextExternalToolId - * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw + * + * @param {string} contextExternalToolId + * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26218,7 +26300,7 @@ export interface ToolApiInterface { toolDeepLinkControllerDeepLink(contextExternalToolId: string, lti11DeepLinkParamsRaw: Lti11DeepLinkParamsRaw, options?: any): AxiosPromise; /** - * + * * @summary Get tool launch request for a context external tool id * @param {string} contextExternalToolId The id of the context external tool * @param {*} [options] Override http request option. @@ -26228,10 +26310,10 @@ export interface ToolApiInterface { toolLaunchControllerGetContextExternalToolLaunchRequest(contextExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Get tool launch request for a school external tool * @param {string} schoolExternalToolId The id of the school external tool - * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams + * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26239,9 +26321,9 @@ export interface ToolApiInterface { toolLaunchControllerGetSchoolExternalToolLaunchRequest(schoolExternalToolId: string, contextExternalToolBodyParams: ContextExternalToolBodyParams, options?: any): AxiosPromise; /** - * + * * @summary Get ExternalTool Reference for a given context external tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26249,10 +26331,10 @@ export interface ToolApiInterface { toolReferenceControllerGetToolReference(contextExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Get ExternalTool References for a given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26260,9 +26342,9 @@ export interface ToolApiInterface { toolReferenceControllerGetToolReferencesForContext(contextId: string, contextType: ToolContextType, options?: any): AxiosPromise; /** - * + * * @summary Creates a SchoolExternalTool - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26270,9 +26352,9 @@ export interface ToolApiInterface { toolSchoolControllerCreateSchoolExternalTool(schoolExternalToolPostParams: SchoolExternalToolPostParams, options?: any): AxiosPromise; /** - * + * * @summary Deletes a SchoolExternalTool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26280,9 +26362,9 @@ export interface ToolApiInterface { toolSchoolControllerDeleteSchoolExternalTool(schoolExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Gets the metadata of an school external tool. - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26290,9 +26372,9 @@ export interface ToolApiInterface { toolSchoolControllerGetMetaDataForExternalTool(schoolExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Returns a SchoolExternalTool for the given id - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26300,9 +26382,9 @@ export interface ToolApiInterface { toolSchoolControllerGetSchoolExternalTool(schoolExternalToolId: string, options?: any): AxiosPromise; /** - * + * * @summary Returns a list of SchoolExternalTools for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26310,10 +26392,10 @@ export interface ToolApiInterface { toolSchoolControllerGetSchoolExternalTools(schoolId: string, options?: any): AxiosPromise; /** - * + * * @summary Updates a SchoolExternalTool - * @param {string} schoolExternalToolId - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {string} schoolExternalToolId + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApiInterface @@ -26330,10 +26412,10 @@ export interface ToolApiInterface { */ export class ToolApi extends BaseAPI implements ToolApiInterface { /** - * + * * @summary Lists all available tools that can be added for a given context - * @param {any} contextType - * @param {string} contextId + * @param {any} contextType + * @param {string} contextId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26343,9 +26425,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Lists all available tools that can be added for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26355,9 +26437,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Get the latest configuration template for a Context External Tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26367,9 +26449,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Get the latest configuration template for a School External Tool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26379,7 +26461,7 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Lists all preferred tools that can be added for a given context * @param {ToolContextType} [contextType] Context types for tools * @param {*} [options] Override http request option. @@ -26391,7 +26473,7 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Lists all context types available in the SVS * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -26402,9 +26484,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Creates a ContextExternalTool - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26414,9 +26496,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Deletes a ContextExternalTool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26426,9 +26508,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Searches a ContextExternalTool for the given id - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26438,10 +26520,10 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Returns a list of ContextExternalTools for the given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26451,10 +26533,10 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Updates a ContextExternalTool - * @param {string} contextExternalToolId - * @param {ContextExternalToolPostParams} contextExternalToolPostParams + * @param {string} contextExternalToolId + * @param {ContextExternalToolPostParams} contextExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26464,9 +26546,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Creates an ExternalTool - * @param {ExternalToolCreateParams} externalToolCreateParams + * @param {ExternalToolCreateParams} externalToolCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26476,9 +26558,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Deletes an ExternalTool - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26488,14 +26570,14 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Returns a list of ExternalTools * @param {string} [name] Name of the external tool * @param {string} [clientId] OAuth2 client id of the external tool * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. - * @param {'asc' | 'desc'} [sortOrder] - * @param {'id' | 'name'} [sortBy] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'id' | 'name'} [sortBy] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26505,9 +26587,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Returns a pdf of the external tool information - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26517,9 +26599,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Returns an ExternalTool for the given id - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26529,9 +26611,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Gets the logo of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26541,9 +26623,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Gets the metadata of an external tool. - * @param {string} externalToolId + * @param {string} externalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26553,9 +26635,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Creates multiple ExternalTools at the same time. - * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams + * @param {ExternalToolBulkCreateParams} externalToolBulkCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26565,10 +26647,10 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Updates an ExternalTool - * @param {string} externalToolId - * @param {ExternalToolUpdateParams} externalToolUpdateParams + * @param {string} externalToolId + * @param {ExternalToolUpdateParams} externalToolUpdateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26578,9 +26660,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * - * @param {string} contextExternalToolId - * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw + * + * @param {string} contextExternalToolId + * @param {Lti11DeepLinkParamsRaw} lti11DeepLinkParamsRaw * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26590,7 +26672,7 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Get tool launch request for a context external tool id * @param {string} contextExternalToolId The id of the context external tool * @param {*} [options] Override http request option. @@ -26602,10 +26684,10 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Get tool launch request for a school external tool * @param {string} schoolExternalToolId The id of the school external tool - * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams + * @param {ContextExternalToolBodyParams} contextExternalToolBodyParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26615,9 +26697,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Get ExternalTool Reference for a given context external tool - * @param {string} contextExternalToolId + * @param {string} contextExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26627,10 +26709,10 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Get ExternalTool References for a given context - * @param {string} contextId - * @param {ToolContextType} contextType + * @param {string} contextId + * @param {ToolContextType} contextType * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26640,9 +26722,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Creates a SchoolExternalTool - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26652,9 +26734,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Deletes a SchoolExternalTool - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26664,9 +26746,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Gets the metadata of an school external tool. - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26676,9 +26758,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Returns a SchoolExternalTool for the given id - * @param {string} schoolExternalToolId + * @param {string} schoolExternalToolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26688,9 +26770,9 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Returns a list of SchoolExternalTools for a given school - * @param {string} schoolId + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26700,10 +26782,10 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { } /** - * + * * @summary Updates a SchoolExternalTool - * @param {string} schoolExternalToolId - * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams + * @param {string} schoolExternalToolId + * @param {SchoolExternalToolPostParams} schoolExternalToolPostParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ToolApi @@ -26721,8 +26803,8 @@ export class ToolApi extends BaseAPI implements ToolApiInterface { export const UserApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * - * @param {ChangeLanguageParams} changeLanguageParams + * + * @param {ChangeLanguageParams} changeLanguageParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26746,7 +26828,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -26760,7 +26842,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26782,7 +26864,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration) await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -26803,8 +26885,8 @@ export const UserApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = UserApiAxiosParamCreator(configuration) return { /** - * - * @param {ChangeLanguageParams} changeLanguageParams + * + * @param {ChangeLanguageParams} changeLanguageParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26813,7 +26895,7 @@ export const UserApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26832,8 +26914,8 @@ export const UserApiFactory = function (configuration?: Configuration, basePath? const localVarFp = UserApiFp(configuration) return { /** - * - * @param {ChangeLanguageParams} changeLanguageParams + * + * @param {ChangeLanguageParams} changeLanguageParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26841,7 +26923,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath? return localVarFp.userControllerChangeLanguage(changeLanguageParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -26858,8 +26940,8 @@ export const UserApiFactory = function (configuration?: Configuration, basePath? */ export interface UserApiInterface { /** - * - * @param {ChangeLanguageParams} changeLanguageParams + * + * @param {ChangeLanguageParams} changeLanguageParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserApiInterface @@ -26867,7 +26949,7 @@ export interface UserApiInterface { userControllerChangeLanguage(changeLanguageParams: ChangeLanguageParams, options?: any): AxiosPromise; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserApiInterface @@ -26884,8 +26966,8 @@ export interface UserApiInterface { */ export class UserApi extends BaseAPI implements UserApiInterface { /** - * - * @param {ChangeLanguageParams} changeLanguageParams + * + * @param {ChangeLanguageParams} changeLanguageParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserApi @@ -26895,7 +26977,7 @@ export class UserApi extends BaseAPI implements UserApiInterface { } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserApi @@ -26936,7 +27018,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -26970,7 +27052,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -26981,7 +27063,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27003,7 +27085,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27014,16 +27096,16 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * - * @param {string} [firstName] - * @param {string} [lastName] - * @param {string} [loginName] - * @param {Array<'auto' | 'admin' | 'none'>} [match] - * @param {boolean} [flagged] - * @param {string} [classes] - * @param {'student' | 'teacher' | 'admin'} [role] - * @param {'asc' | 'desc'} [sortOrder] - * @param {'firstName' | 'lastName'} [sortBy] + * + * @param {string} [firstName] + * @param {string} [lastName] + * @param {string} [loginName] + * @param {Array<'auto' | 'admin' | 'none'>} [match] + * @param {boolean} [flagged] + * @param {string} [classes] + * @param {'student' | 'teacher' | 'admin'} [role] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'firstName' | 'lastName'} [sortBy] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27091,7 +27173,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27102,8 +27184,8 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * - * @param {string} [name] + * + * @param {string} [name] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27139,7 +27221,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27173,7 +27255,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27184,7 +27266,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -27210,7 +27292,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27221,7 +27303,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27243,7 +27325,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27254,9 +27336,9 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateMatchParams} updateMatchParams + * @param {UpdateMatchParams} updateMatchParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27283,7 +27365,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -27297,8 +27379,8 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * - * @param {boolean} useCentralLdap + * + * @param {boolean} useCentralLdap * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27326,7 +27408,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27337,9 +27419,9 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur }; }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateFlagParams} updateFlagParams + * @param {UpdateFlagParams} updateFlagParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27366,7 +27448,7 @@ export const UserImportApiAxiosParamCreator = function (configuration?: Configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -27410,7 +27492,7 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27419,16 +27501,16 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} [firstName] - * @param {string} [lastName] - * @param {string} [loginName] - * @param {Array<'auto' | 'admin' | 'none'>} [match] - * @param {boolean} [flagged] - * @param {string} [classes] - * @param {'student' | 'teacher' | 'admin'} [role] - * @param {'asc' | 'desc'} [sortOrder] - * @param {'firstName' | 'lastName'} [sortBy] + * + * @param {string} [firstName] + * @param {string} [lastName] + * @param {string} [loginName] + * @param {Array<'auto' | 'admin' | 'none'>} [match] + * @param {boolean} [flagged] + * @param {string} [classes] + * @param {'student' | 'teacher' | 'admin'} [role] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'firstName' | 'lastName'} [sortBy] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27439,8 +27521,8 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} [name] + * + * @param {string} [name] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27461,7 +27543,7 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -27471,7 +27553,7 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27480,9 +27562,9 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateMatchParams} updateMatchParams + * @param {UpdateMatchParams} updateMatchParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27491,8 +27573,8 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {boolean} useCentralLdap + * + * @param {boolean} useCentralLdap * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27501,9 +27583,9 @@ export const UserImportApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateFlagParams} updateFlagParams + * @param {UpdateFlagParams} updateFlagParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27540,7 +27622,7 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerClearAllAutoMatches(options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27548,16 +27630,16 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerEndSchoolInMaintenance(options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} [firstName] - * @param {string} [lastName] - * @param {string} [loginName] - * @param {Array<'auto' | 'admin' | 'none'>} [match] - * @param {boolean} [flagged] - * @param {string} [classes] - * @param {'student' | 'teacher' | 'admin'} [role] - * @param {'asc' | 'desc'} [sortOrder] - * @param {'firstName' | 'lastName'} [sortBy] + * + * @param {string} [firstName] + * @param {string} [lastName] + * @param {string} [loginName] + * @param {Array<'auto' | 'admin' | 'none'>} [match] + * @param {boolean} [flagged] + * @param {string} [classes] + * @param {'student' | 'teacher' | 'admin'} [role] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'firstName' | 'lastName'} [sortBy] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27567,8 +27649,8 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerFindAllImportUsers(firstName, lastName, loginName, match, flagged, classes, role, sortOrder, sortBy, skip, limit, options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} [name] + * + * @param {string} [name] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27587,7 +27669,7 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerPopulateImportUsers(options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -27596,7 +27678,7 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerRemoveMatch(importUserId, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27604,9 +27686,9 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerSaveAllUsersMatches(options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateMatchParams} updateMatchParams + * @param {UpdateMatchParams} updateMatchParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27614,8 +27696,8 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerSetMatch(importUserId, updateMatchParams, options).then((request) => request(axios, basePath)); }, /** - * - * @param {boolean} useCentralLdap + * + * @param {boolean} useCentralLdap * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27623,9 +27705,9 @@ export const UserImportApiFactory = function (configuration?: Configuration, bas return localVarFp.importUserControllerStartSchoolInUserMigration(useCentralLdap, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateFlagParams} updateFlagParams + * @param {UpdateFlagParams} updateFlagParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27660,7 +27742,7 @@ export interface UserImportApiInterface { importUserControllerClearAllAutoMatches(options?: any): AxiosPromise; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApiInterface @@ -27668,16 +27750,16 @@ export interface UserImportApiInterface { importUserControllerEndSchoolInMaintenance(options?: any): AxiosPromise; /** - * - * @param {string} [firstName] - * @param {string} [lastName] - * @param {string} [loginName] - * @param {Array<'auto' | 'admin' | 'none'>} [match] - * @param {boolean} [flagged] - * @param {string} [classes] - * @param {'student' | 'teacher' | 'admin'} [role] - * @param {'asc' | 'desc'} [sortOrder] - * @param {'firstName' | 'lastName'} [sortBy] + * + * @param {string} [firstName] + * @param {string} [lastName] + * @param {string} [loginName] + * @param {Array<'auto' | 'admin' | 'none'>} [match] + * @param {boolean} [flagged] + * @param {string} [classes] + * @param {'student' | 'teacher' | 'admin'} [role] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'firstName' | 'lastName'} [sortBy] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27687,8 +27769,8 @@ export interface UserImportApiInterface { importUserControllerFindAllImportUsers(firstName?: string, lastName?: string, loginName?: string, match?: Array<'auto' | 'admin' | 'none'>, flagged?: boolean, classes?: string, role?: 'student' | 'teacher' | 'admin', sortOrder?: 'asc' | 'desc', sortBy?: 'firstName' | 'lastName', skip?: number, limit?: number, options?: any): AxiosPromise; /** - * - * @param {string} [name] + * + * @param {string} [name] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27707,7 +27789,7 @@ export interface UserImportApiInterface { importUserControllerPopulateImportUsers(options?: any): AxiosPromise; /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -27716,7 +27798,7 @@ export interface UserImportApiInterface { importUserControllerRemoveMatch(importUserId: string, options?: any): AxiosPromise; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApiInterface @@ -27724,9 +27806,9 @@ export interface UserImportApiInterface { importUserControllerSaveAllUsersMatches(options?: any): AxiosPromise; /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateMatchParams} updateMatchParams + * @param {UpdateMatchParams} updateMatchParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApiInterface @@ -27734,8 +27816,8 @@ export interface UserImportApiInterface { importUserControllerSetMatch(importUserId: string, updateMatchParams: UpdateMatchParams, options?: any): AxiosPromise; /** - * - * @param {boolean} useCentralLdap + * + * @param {boolean} useCentralLdap * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApiInterface @@ -27743,9 +27825,9 @@ export interface UserImportApiInterface { importUserControllerStartSchoolInUserMigration(useCentralLdap: boolean, options?: any): AxiosPromise; /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateFlagParams} updateFlagParams + * @param {UpdateFlagParams} updateFlagParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApiInterface @@ -27784,7 +27866,7 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApi @@ -27794,16 +27876,16 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * - * @param {string} [firstName] - * @param {string} [lastName] - * @param {string} [loginName] - * @param {Array<'auto' | 'admin' | 'none'>} [match] - * @param {boolean} [flagged] - * @param {string} [classes] - * @param {'student' | 'teacher' | 'admin'} [role] - * @param {'asc' | 'desc'} [sortOrder] - * @param {'firstName' | 'lastName'} [sortBy] + * + * @param {string} [firstName] + * @param {string} [lastName] + * @param {string} [loginName] + * @param {Array<'auto' | 'admin' | 'none'>} [match] + * @param {boolean} [flagged] + * @param {string} [classes] + * @param {'student' | 'teacher' | 'admin'} [role] + * @param {'asc' | 'desc'} [sortOrder] + * @param {'firstName' | 'lastName'} [sortBy] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27815,8 +27897,8 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * - * @param {string} [name] + * + * @param {string} [name] * @param {number} [skip] Number of elements (not pages) to be skipped * @param {number} [limit] Page limit, defaults to 10. * @param {*} [options] Override http request option. @@ -27839,7 +27921,7 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -27850,7 +27932,7 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApi @@ -27860,9 +27942,9 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateMatchParams} updateMatchParams + * @param {UpdateMatchParams} updateMatchParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApi @@ -27872,8 +27954,8 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * - * @param {boolean} useCentralLdap + * + * @param {boolean} useCentralLdap * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApi @@ -27883,9 +27965,9 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { } /** - * + * * @param {string} importUserId The id of an importuser object, that matches an internal user with an external user. - * @param {UpdateFlagParams} updateFlagParams + * @param {UpdateFlagParams} updateFlagParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserImportApi @@ -27903,7 +27985,7 @@ export class UserImportApi extends BaseAPI implements UserImportApiInterface { export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27925,7 +28007,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27936,8 +28018,8 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: }; }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27962,7 +28044,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -27973,9 +28055,9 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: }; }, /** - * + * * @summary Force migrate an administrator account and its school - * @param {ForceMigrationParams} forceMigrationParams + * @param {ForceMigrationParams} forceMigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -27999,7 +28081,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -28015,7 +28097,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: /** * Currently there can only be one migration for a user. Therefore only one migration is returned. * @summary Get UserLoginMigrations - * @param {string} [userId] + * @param {string} [userId] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28041,7 +28123,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: } - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28052,8 +28134,8 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: }; }, /** - * - * @param {Oauth2MigrationParams} oauth2MigrationParams + * + * @param {Oauth2MigrationParams} oauth2MigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28077,7 +28159,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -28091,7 +28173,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28113,7 +28195,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28124,8 +28206,8 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: }; }, /** - * - * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams + * + * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28149,7 +28231,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -28163,7 +28245,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: }; }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28185,7 +28267,7 @@ export const UserLoginMigrationApiAxiosParamCreator = function (configuration?: await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28206,7 +28288,7 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = UserLoginMigrationApiAxiosParamCreator(configuration) return { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28215,8 +28297,8 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28225,9 +28307,9 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Force migrate an administrator account and its school - * @param {ForceMigrationParams} forceMigrationParams + * @param {ForceMigrationParams} forceMigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28238,7 +28320,7 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { /** * Currently there can only be one migration for a user. Therefore only one migration is returned. * @summary Get UserLoginMigrations - * @param {string} [userId] + * @param {string} [userId] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28247,8 +28329,8 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {Oauth2MigrationParams} oauth2MigrationParams + * + * @param {Oauth2MigrationParams} oauth2MigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28257,7 +28339,7 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28266,8 +28348,8 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * - * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams + * + * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28276,7 +28358,7 @@ export const UserLoginMigrationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28295,7 +28377,7 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat const localVarFp = UserLoginMigrationApiFp(configuration) return { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28303,8 +28385,8 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat return localVarFp.userLoginMigrationControllerCloseMigration(options).then((request) => request(axios, basePath)); }, /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28312,9 +28394,9 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat return localVarFp.userLoginMigrationControllerFindUserLoginMigrationBySchool(schoolId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Force migrate an administrator account and its school - * @param {ForceMigrationParams} forceMigrationParams + * @param {ForceMigrationParams} forceMigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28324,7 +28406,7 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat /** * Currently there can only be one migration for a user. Therefore only one migration is returned. * @summary Get UserLoginMigrations - * @param {string} [userId] + * @param {string} [userId] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28332,8 +28414,8 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat return localVarFp.userLoginMigrationControllerGetMigrations(userId, options).then((request) => request(axios, basePath)); }, /** - * - * @param {Oauth2MigrationParams} oauth2MigrationParams + * + * @param {Oauth2MigrationParams} oauth2MigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28341,7 +28423,7 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat return localVarFp.userLoginMigrationControllerMigrateUserLogin(oauth2MigrationParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28349,8 +28431,8 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat return localVarFp.userLoginMigrationControllerRestartMigration(options).then((request) => request(axios, basePath)); }, /** - * - * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams + * + * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28358,7 +28440,7 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat return localVarFp.userLoginMigrationControllerSetMigrationMandatory(userLoginMigrationMandatoryParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28375,7 +28457,7 @@ export const UserLoginMigrationApiFactory = function (configuration?: Configurat */ export interface UserLoginMigrationApiInterface { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28383,8 +28465,8 @@ export interface UserLoginMigrationApiInterface { userLoginMigrationControllerCloseMigration(options?: any): AxiosPromise; /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28392,9 +28474,9 @@ export interface UserLoginMigrationApiInterface { userLoginMigrationControllerFindUserLoginMigrationBySchool(schoolId: string, options?: any): AxiosPromise; /** - * + * * @summary Force migrate an administrator account and its school - * @param {ForceMigrationParams} forceMigrationParams + * @param {ForceMigrationParams} forceMigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28404,7 +28486,7 @@ export interface UserLoginMigrationApiInterface { /** * Currently there can only be one migration for a user. Therefore only one migration is returned. * @summary Get UserLoginMigrations - * @param {string} [userId] + * @param {string} [userId] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28412,8 +28494,8 @@ export interface UserLoginMigrationApiInterface { userLoginMigrationControllerGetMigrations(userId?: string, options?: any): AxiosPromise; /** - * - * @param {Oauth2MigrationParams} oauth2MigrationParams + * + * @param {Oauth2MigrationParams} oauth2MigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28421,7 +28503,7 @@ export interface UserLoginMigrationApiInterface { userLoginMigrationControllerMigrateUserLogin(oauth2MigrationParams: Oauth2MigrationParams, options?: any): AxiosPromise; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28429,8 +28511,8 @@ export interface UserLoginMigrationApiInterface { userLoginMigrationControllerRestartMigration(options?: any): AxiosPromise; /** - * - * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams + * + * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28438,7 +28520,7 @@ export interface UserLoginMigrationApiInterface { userLoginMigrationControllerSetMigrationMandatory(userLoginMigrationMandatoryParams: UserLoginMigrationMandatoryParams, options?: any): AxiosPromise; /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApiInterface @@ -28455,7 +28537,7 @@ export interface UserLoginMigrationApiInterface { */ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigrationApiInterface { /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28465,8 +28547,8 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration } /** - * - * @param {string} schoolId + * + * @param {string} schoolId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28476,9 +28558,9 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration } /** - * + * * @summary Force migrate an administrator account and its school - * @param {ForceMigrationParams} forceMigrationParams + * @param {ForceMigrationParams} forceMigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28490,7 +28572,7 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration /** * Currently there can only be one migration for a user. Therefore only one migration is returned. * @summary Get UserLoginMigrations - * @param {string} [userId] + * @param {string} [userId] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28500,8 +28582,8 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration } /** - * - * @param {Oauth2MigrationParams} oauth2MigrationParams + * + * @param {Oauth2MigrationParams} oauth2MigrationParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28511,7 +28593,7 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28521,8 +28603,8 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration } /** - * - * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams + * + * @param {UserLoginMigrationMandatoryParams} userLoginMigrationMandatoryParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28532,7 +28614,7 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration } /** - * + * * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationApi @@ -28550,9 +28632,9 @@ export class UserLoginMigrationApi extends BaseAPI implements UserLoginMigration export const UserLoginMigrationRollbackApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * + * * @summary Rollback a user from a user login migration - * @param {string} userId + * @param {string} userId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28577,7 +28659,7 @@ export const UserLoginMigrationRollbackApiAxiosParamCreator = function (configur await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28598,9 +28680,9 @@ export const UserLoginMigrationRollbackApiFp = function(configuration?: Configur const localVarAxiosParamCreator = UserLoginMigrationRollbackApiAxiosParamCreator(configuration) return { /** - * + * * @summary Rollback a user from a user login migration - * @param {string} userId + * @param {string} userId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28619,9 +28701,9 @@ export const UserLoginMigrationRollbackApiFactory = function (configuration?: Co const localVarFp = UserLoginMigrationRollbackApiFp(configuration) return { /** - * + * * @summary Rollback a user from a user login migration - * @param {string} userId + * @param {string} userId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28638,9 +28720,9 @@ export const UserLoginMigrationRollbackApiFactory = function (configuration?: Co */ export interface UserLoginMigrationRollbackApiInterface { /** - * + * * @summary Rollback a user from a user login migration - * @param {string} userId + * @param {string} userId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationRollbackApiInterface @@ -28657,9 +28739,9 @@ export interface UserLoginMigrationRollbackApiInterface { */ export class UserLoginMigrationRollbackApi extends BaseAPI implements UserLoginMigrationRollbackApiInterface { /** - * + * * @summary Rollback a user from a user login migration - * @param {string} userId + * @param {string} userId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof UserLoginMigrationRollbackApi @@ -28679,8 +28761,8 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con /** * Use this endpoint to end a running video conference. * @summary Ends a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28708,7 +28790,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28721,8 +28803,8 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con /** * Use this endpoint to get information about a running video conference. * @summary Returns information about a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28750,7 +28832,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28763,8 +28845,8 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con /** * Use this endpoint to get a link to join an existing video conference. The conference must be running. * @summary Creates a join link for a video conference, if it has started. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28792,7 +28874,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28805,9 +28887,9 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con /** * Use this endpoint to start a video conference. If the conference is not yet running, it will be created. * @summary Creates the video conference, if it has not started yet. - * @param {VideoConferenceScope} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {VideoConferenceScope} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28837,7 +28919,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -28851,11 +28933,11 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con }; }, /** - * + * * @summary Creates a join link for a video conference and creates the video conference, if it has not started yet. - * @param {string} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {string} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28885,7 +28967,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); @@ -28899,10 +28981,10 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con }; }, /** - * + * * @summary Ends a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28930,7 +29012,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28941,10 +29023,10 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con }; }, /** - * + * * @summary Returns information about a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -28972,7 +29054,7 @@ export const VideoConferenceApiAxiosParamCreator = function (configuration?: Con await setBearerAuthToObject(localVarHeaderParameter, configuration) - + setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -28995,8 +29077,8 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { /** * Use this endpoint to end a running video conference. * @summary Ends a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29007,8 +29089,8 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { /** * Use this endpoint to get information about a running video conference. * @summary Returns information about a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29019,8 +29101,8 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { /** * Use this endpoint to get a link to join an existing video conference. The conference must be running. * @summary Creates a join link for a video conference, if it has started. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29031,9 +29113,9 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { /** * Use this endpoint to start a video conference. If the conference is not yet running, it will be created. * @summary Creates the video conference, if it has not started yet. - * @param {VideoConferenceScope} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {VideoConferenceScope} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29042,11 +29124,11 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Creates a join link for a video conference and creates the video conference, if it has not started yet. - * @param {string} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {string} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29055,10 +29137,10 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Ends a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29067,10 +29149,10 @@ export const VideoConferenceApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * + * * @summary Returns information about a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29091,8 +29173,8 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration /** * Use this endpoint to end a running video conference. * @summary Ends a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29102,8 +29184,8 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration /** * Use this endpoint to get information about a running video conference. * @summary Returns information about a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29113,8 +29195,8 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration /** * Use this endpoint to get a link to join an existing video conference. The conference must be running. * @summary Creates a join link for a video conference, if it has started. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29124,9 +29206,9 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration /** * Use this endpoint to start a video conference. If the conference is not yet running, it will be created. * @summary Creates the video conference, if it has not started yet. - * @param {VideoConferenceScope} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {VideoConferenceScope} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29134,11 +29216,11 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration return localVarFp.videoConferenceControllerStart(scope, scopeId, videoConferenceCreateParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Creates a join link for a video conference and creates the video conference, if it has not started yet. - * @param {string} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {string} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29146,10 +29228,10 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration return localVarFp.videoConferenceDeprecatedControllerCreateAndJoin(scope, scopeId, videoConferenceCreateParams, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Ends a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29157,10 +29239,10 @@ export const VideoConferenceApiFactory = function (configuration?: Configuration return localVarFp.videoConferenceDeprecatedControllerEnd(scope, scopeId, options).then((request) => request(axios, basePath)); }, /** - * + * * @summary Returns information about a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -29179,8 +29261,8 @@ export interface VideoConferenceApiInterface { /** * Use this endpoint to end a running video conference. * @summary Ends a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29190,8 +29272,8 @@ export interface VideoConferenceApiInterface { /** * Use this endpoint to get information about a running video conference. * @summary Returns information about a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29201,8 +29283,8 @@ export interface VideoConferenceApiInterface { /** * Use this endpoint to get a link to join an existing video conference. The conference must be running. * @summary Creates a join link for a video conference, if it has started. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29212,9 +29294,9 @@ export interface VideoConferenceApiInterface { /** * Use this endpoint to start a video conference. If the conference is not yet running, it will be created. * @summary Creates the video conference, if it has not started yet. - * @param {VideoConferenceScope} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {VideoConferenceScope} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29222,11 +29304,11 @@ export interface VideoConferenceApiInterface { videoConferenceControllerStart(scope: VideoConferenceScope, scopeId: string, videoConferenceCreateParams: VideoConferenceCreateParams, options?: any): AxiosPromise; /** - * + * * @summary Creates a join link for a video conference and creates the video conference, if it has not started yet. - * @param {string} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {string} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29234,10 +29316,10 @@ export interface VideoConferenceApiInterface { videoConferenceDeprecatedControllerCreateAndJoin(scope: string, scopeId: string, videoConferenceCreateParams: VideoConferenceCreateParams, options?: any): AxiosPromise; /** - * + * * @summary Ends a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29245,10 +29327,10 @@ export interface VideoConferenceApiInterface { videoConferenceDeprecatedControllerEnd(scope: string, scopeId: string, options?: any): AxiosPromise; /** - * + * * @summary Returns information about a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApiInterface @@ -29267,8 +29349,8 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt /** * Use this endpoint to end a running video conference. * @summary Ends a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29280,8 +29362,8 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt /** * Use this endpoint to get information about a running video conference. * @summary Returns information about a running video conference. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29293,8 +29375,8 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt /** * Use this endpoint to get a link to join an existing video conference. The conference must be running. * @summary Creates a join link for a video conference, if it has started. - * @param {VideoConferenceScope} scope - * @param {string} scopeId + * @param {VideoConferenceScope} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29306,9 +29388,9 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt /** * Use this endpoint to start a video conference. If the conference is not yet running, it will be created. * @summary Creates the video conference, if it has not started yet. - * @param {VideoConferenceScope} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {VideoConferenceScope} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29318,11 +29400,11 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt } /** - * + * * @summary Creates a join link for a video conference and creates the video conference, if it has not started yet. - * @param {string} scope - * @param {string} scopeId - * @param {VideoConferenceCreateParams} videoConferenceCreateParams + * @param {string} scope + * @param {string} scopeId + * @param {VideoConferenceCreateParams} videoConferenceCreateParams * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29332,10 +29414,10 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt } /** - * + * * @summary Ends a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29345,10 +29427,10 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt } /** - * + * * @summary Returns information about a running video conference. - * @param {string} scope - * @param {string} scopeId + * @param {string} scope + * @param {string} scopeId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof VideoConferenceApi @@ -29357,3 +29439,5 @@ export class VideoConferenceApi extends BaseAPI implements VideoConferenceApiInt return VideoConferenceApiFp(this.configuration).videoConferenceDeprecatedControllerInfo(scope, scopeId, options).then((request) => request(this.axios, this.basePath)); } } + + From 22fc9baa50da2f50d7e8d12019b43a5c0b0db516 Mon Sep 17 00:00:00 2001 From: NFriedo <69233063+NFriedo@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:09:01 +0100 Subject: [PATCH 2/2] BC-8607 - Infobanner on room overview page (#3484) As a user, I should be informed of an info banner on the overview page (rooms). * add info banner for rooms --- src/locales/de.ts | 9 ++ src/locales/en.ts | 9 ++ src/locales/es.ts | 9 ++ src/locales/uk.ts | 9 ++ .../page/room/RoomMembers.page.unit.ts | 2 - src/modules/page/room/Rooms.page.unit.ts | 92 ++++++++++--------- src/modules/page/room/Rooms.page.vue | 48 +++++++++- 7 files changed, 134 insertions(+), 44 deletions(-) diff --git a/src/locales/de.ts b/src/locales/de.ts index b36f638408..6c77f9d0ca 100644 --- a/src/locales/de.ts +++ b/src/locales/de.ts @@ -1704,6 +1704,15 @@ export default { "pages.roomDetails.board.defaultName": "Raum-Bereich", "pages.rooms.emptyState": "Aktuell gibt es hier noch keine Räume.", "pages.rooms.fab.title": "Raum erstellen", + "pages.rooms.infoAlert.welcome": "Willkommen in den neuen Räumen!", + "pages.rooms.infoAlert.welcome.collaboration": + "Räume werden zukünftig Funktionen aus Kursen und Teams vereinen, um mehr Möglichkeiten für das schulübergreifende Arbeiten zu bieten.", + "pages.rooms.infoAlert.welcome.teamsAndCourses": + "Teams und Kurse bleiben bestehen, bis die Inhalte in Räume überführt werden können.", + "pages.rooms.infoAlert.welcome.visibility": + "Räume sind vorerst nur für Lehrkräfte sichtbar und werden weiter ausgebaut. Weitere Information gibt es auf unserer {helpLink}. Wir freuen uns über {feedbackLink} zum aktuellen Stand.", + "pages.rooms.infoAlert.welcome.visibility.help": "Hilfeseite", + "pages.rooms.infoAlert.welcome.visibility.feedback": "Rückmeldungen", "pages.rooms.members.error.load": "Die Teilnehmenden-Liste konnte nicht geladen werden.", "pages.rooms.members.error.add": diff --git a/src/locales/en.ts b/src/locales/en.ts index adb41a6c5c..409603ea99 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -1675,6 +1675,15 @@ export default { "pages.roomDetails.board.defaultName": "Room Board", "pages.rooms.emptyState": "Currently there are no rooms here.", "pages.rooms.fab.title": "Create room", + "pages.rooms.infoAlert.welcome": "Welcome to the new Rooms!", + "pages.rooms.infoAlert.welcome.collaboration": + "Rooms will combine functions from courses and teams in the future to provide more opportunities for cross-school working.", + "pages.rooms.infoAlert.welcome.teamsAndCourses": + "Teams and courses will remain until the content can be transferred to rooms.", + "pages.rooms.infoAlert.welcome.visibility": + "Rooms are currently only visible to teachers and will be further developed. Further information can be found on our {helpLink}. We look forward to receiving {feedbackLink} on the current status.", + "pages.rooms.infoAlert.welcome.visibility.help": "help page", + "pages.rooms.infoAlert.welcome.visibility.feedback": "feedback", "pages.rooms.members.error.load": "The participant list could not be loaded.", "pages.rooms.members.error.add": "Adding participants failed.", "pages.rooms.members.error.remove": "Deleting participants failed.", diff --git a/src/locales/es.ts b/src/locales/es.ts index 5817ceda38..56207d1313 100644 --- a/src/locales/es.ts +++ b/src/locales/es.ts @@ -1724,6 +1724,15 @@ export default { "pages.roomDetails.board.defaultName": "Tablero de la sala", "pages.rooms.emptyState": "Actualmente no hay salas aquí.", "pages.rooms.fab.title": "Crear sala", + "pages.rooms.infoAlert.welcome": "¡Bienvenidos a las nuevas Salas!", + "pages.rooms.infoAlert.welcome.collaboration": + "En el futuro, las salas combinarán funciones de cursos y equipos para ofrecer más oportunidades de colaboración entre escuelas.", + "pages.rooms.infoAlert.welcome.teamsAndCourses": + "Los equipos y cursos seguirán existiendo hasta que el contenido pueda ser transferido a las salas.", + "pages.rooms.infoAlert.welcome.visibility": + "Las salas son actualmente visibles solo para los profesores y se seguirán desarrollando. Puede encontrar más información en nuestro {helpLink}. Agradecemos sus {feedbackLink} sobre el estado actual.", + "pages.rooms.infoAlert.welcome.visibility.help": "página de ayuda", + "pages.rooms.infoAlert.welcome.visibility.feedback": "comentarios", "pages.rooms.members.error.load": "No se pudo cargar la lista de participantes.", "pages.rooms.members.error.add": "Error al agregar participantes.", diff --git a/src/locales/uk.ts b/src/locales/uk.ts index 38ac7dfb0a..1c7e37f7eb 100644 --- a/src/locales/uk.ts +++ b/src/locales/uk.ts @@ -1703,6 +1703,15 @@ export default { "pages.roomDetails.board.defaultName": "Космічна дошка", "pages.rooms.emptyState": "Зараз тут немає кімнат", "pages.rooms.fab.title": "Створити кімнату", + "pages.rooms.infoAlert.welcome": "Ласкаво просимо до нових Кімнат!", + "pages.rooms.infoAlert.welcome.collaboration": + "У майбутньому кімнати об'єднають функції курсів і команд, щоб запропонувати більше можливостей для міжшкільної співпраці.", + "pages.rooms.infoAlert.welcome.teamsAndCourses": + "Команди та курси залишатимуться, доки вміст не буде перенесено до кімнат.", + "pages.rooms.infoAlert.welcome.visibility": + "Кімнати наразі видимі лише для вчителів і будуть далі розвиватися. Додаткову інформацію можна знайти на нашій {helpLink}. Ми будемо вдячні за ваші {feedbackLink} щодо поточного стану.", + "pages.rooms.infoAlert.welcome.visibility.help": "Сторінка допомоги", + "pages.rooms.infoAlert.welcome.visibility.feedback": "відгуки", "pages.rooms.members.error.load": "Не вдалося завантажити список учасників.", "pages.rooms.members.error.add": "Не вдалося додати учасників.", "pages.rooms.members.error.remove": "Не вдалося видалити учасників.", diff --git a/src/modules/page/room/RoomMembers.page.unit.ts b/src/modules/page/room/RoomMembers.page.unit.ts index c20fc7ada5..3b6230bc32 100644 --- a/src/modules/page/room/RoomMembers.page.unit.ts +++ b/src/modules/page/room/RoomMembers.page.unit.ts @@ -17,7 +17,6 @@ import EnvConfigModule from "@/store/env-config"; import setupStores from "@@/tests/test-utils/setupStores"; import { ref } from "vue"; import { RoleName, RoomDetailsResponse } from "@/serverApi/v3"; -import vueDompurifyHTMLPlugin from "vue-dompurify-html"; import { roomFactory } from "@@/tests/test-utils/factory/room"; import { VBtn, VDialog } from "vuetify/lib/components/index.mjs"; import { AddMembers, MembersTable } from "@feature-room"; @@ -97,7 +96,6 @@ describe("RoomMembersPage", () => { }), createTestingI18n(), createTestingVuetify(), - vueDompurifyHTMLPlugin, ], }, }); diff --git a/src/modules/page/room/Rooms.page.unit.ts b/src/modules/page/room/Rooms.page.unit.ts index 299bb1f453..5aaa40b8de 100644 --- a/src/modules/page/room/Rooms.page.unit.ts +++ b/src/modules/page/room/Rooms.page.unit.ts @@ -16,19 +16,14 @@ import { import setupStores from "@@/tests/test-utils/setupStores"; import { useRoomsState } from "@data-room"; import { createMock } from "@golevelup/ts-jest"; -import { flushPromises } from "@vue/test-utils"; -import { useTitle } from "@vueuse/core"; import { ref } from "vue"; import { RouteLocation, Router, useRoute, useRouter } from "vue-router"; import RoomsPage from "./Rooms.page.vue"; - -jest.mock("@vueuse/core", () => { - return { - ...jest.requireActual("@vueuse/core"), - useTitle: jest.fn(), - }; -}); -jest.mocked(useTitle).mockReturnValue(ref(null)); +import { mdiPlus } from "@icons/material"; +import DefaultWireframe from "@/components/templates/DefaultWireframe.vue"; +import { RoomGrid } from "@feature-room"; +import ImportFlow from "@/components/share/ImportFlow.vue"; +import InfoAlert from "@/modules/ui/alert/InfoAlert.vue"; jest.mock("vue-router"); const useRouteMock = useRoute as jest.Mock; @@ -75,39 +70,46 @@ describe("RoomsPage", () => { [LOADING_STATE_MODULE_KEY]: loadingState, [NOTIFIER_MODULE_KEY]: notifierModuleMock, }, + stubs: { ImportFlow: true }, }, }); - const wrapperVM = wrapper.vm as unknown as { - pageTitle: string; - fabItem: { - icon: string; - title: string; - to: string; - ariaLabel: string; - testId: string; - }; - }; return { wrapper, - wrapperVM, notifierModuleMock, router, }; }; describe("when the page is mounted", () => { - it("should be found in the dom", async () => { + it("should be found in the dom", () => { const { wrapper } = setup(); expect(wrapper.exists()).toBe(true); }); - it("should have the correct title", async () => { - const { wrapperVM } = setup(); - await flushPromises(); - expect(useTitle).toHaveBeenCalled(); - expect(wrapperVM.pageTitle).toContain("pages.rooms.title"); + it("should have the correct page title", () => { + setup(); + + expect(document.title).toContain("pages.rooms.title"); + }); + + it("should render info alert", () => { + const { wrapper } = setup(); + const alert = wrapper.findComponent(InfoAlert); + + expect(alert.exists()).toBe(true); + + const expectedListHeaderTexts = "pages.rooms.infoAlert.welcome"; + const expectedListText = [ + "pages.rooms.infoAlert.welcome.collaboration", + "pages.rooms.infoAlert.welcome.teamsAndCourses", + "pages.rooms.infoAlert.welcome.visibility", + ].join(""); + + const expectedInfoText = `${expectedListHeaderTexts} ${expectedListText}`; + + expect(alert.text()).toBe(expectedInfoText); }); }); @@ -126,23 +128,24 @@ describe("RoomsPage", () => { it("should activate import flow", () => { const { wrapper } = setupImportMode(); - const importFLow = wrapper.findComponent({ name: "ImportFlow" }); + const importFLow = wrapper.findComponent(ImportFlow); expect(importFLow.props().isActive).toBe(true); }); it("should pass the token to the import flow", () => { const { wrapper, token } = setupImportMode(); - const importFLow = wrapper.findComponent({ name: "ImportFlow" }); + const importFLow = wrapper.findComponent(ImportFlow); expect(importFLow.props().token).toBe(token); }); describe("when the import flow succeeded", () => { - it("should notify about successful import", () => { + it("should notify about successful import", async () => { const { wrapper, notifierModuleMock } = setupImportMode(); - const importFLow = wrapper.findComponent({ name: "ImportFlow" }); - importFLow.vm.$emit("success", "newName", "newId"); + const importFlow = wrapper.findComponent(ImportFlow); + + importFlow.vm.$emit("success", "newName", "newId"); expect(notifierModuleMock.show).toHaveBeenCalledWith( expect.objectContaining({ @@ -152,10 +155,11 @@ describe("RoomsPage", () => { ); }); - it("should go to the room details page", () => { + it("should go to the room details page", async () => { const { wrapper, router } = setupImportMode(); - const importFLow = wrapper.findComponent({ name: "ImportFlow" }); - importFLow.vm.$emit("success", "newName", "newId"); + const importFlow = wrapper.findComponent(ImportFlow); + + importFlow.vm.$emit("success", "newName", "newId"); expect(router.replace).toHaveBeenCalledWith({ name: "room-details", @@ -177,19 +181,25 @@ describe("RoomsPage", () => { }); it("should have the correct props", async () => { - const { wrapper, wrapperVM } = setup(); - const wireframe = wrapper.findComponent({ - name: "DefaultWireframe", - }); + const { wrapper } = setup(); + const wireframe = wrapper.findComponent(DefaultWireframe); + + const expectedFabItems = { + icon: mdiPlus, + title: "common.actions.create", + to: "/rooms/new", + ariaLabel: "pages.rooms.fab.title", + dataTestId: "fab-add-room", + }; - expect(wireframe.vm["fab-items"]).toBe(wrapperVM.fabItem); + expect(wireframe.props("fabItems")).toEqual(expectedFabItems); }); }); describe("RoomGrid", () => { it("should be found in the dom", async () => { const { wrapper } = setup(); - const roomGrid = wrapper.findComponent({ name: "RoomGrid" }); + const roomGrid = wrapper.findComponent(RoomGrid); expect(roomGrid.exists()).toBe(true); }); diff --git a/src/modules/page/room/Rooms.page.vue b/src/modules/page/room/Rooms.page.vue index 8795b917bf..6e74c7a768 100644 --- a/src/modules/page/room/Rooms.page.vue +++ b/src/modules/page/room/Rooms.page.vue @@ -1,8 +1,43 @@