Skip to content

Commit

Permalink
chore: generate api
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslf97 committed Jan 13, 2025
1 parent a9b06ae commit c59633d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/generated/services/DownloadsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { File } from '../models/File';

import type { CancelablePromise } from '../core/CancelablePromise';
import { OpenAPI } from '../core/OpenAPI';
import { request as __request } from '../core/request';
Expand Down Expand Up @@ -36,7 +38,7 @@ export class DownloadsService {
*/
public static getApiDownloadsAnalogueModelsExcel(
analogueModelIds?: Array<string>,
): CancelablePromise<Blob> {
): CancelablePromise<File> {
return __request(OpenAPI, {
method: 'GET',
url: '/api/downloads/analogue-models-excel',
Expand Down

0 comments on commit c59633d

Please sign in to comment.