Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

ded8cf7
  • Loading branch information
paddatrapper authored and libretime-bot committed Oct 8, 2024
1 parent ded8cf7 commit 866fa01
Show file tree
Hide file tree
Showing 225 changed files with 3,401 additions and 3,172 deletions.
2 changes: 1 addition & 1 deletion javascript-client/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.7.0
7.9.0
12 changes: 6 additions & 6 deletions javascript-client/api/celery-tasks-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const CeleryTasksApiFactory = function (configuration?: Configuration, ba
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
celeryTasksCreate(celeryTask: CeleryTask, options?: any): AxiosPromise<CeleryTask> {
celeryTasksCreate(celeryTask: CeleryTask, options?: RawAxiosRequestConfig): AxiosPromise<CeleryTask> {
return localVarFp.celeryTasksCreate(celeryTask, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -381,15 +381,15 @@ export const CeleryTasksApiFactory = function (configuration?: Configuration, ba
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
celeryTasksDestroy(id: number, options?: any): AxiosPromise<void> {
celeryTasksDestroy(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
return localVarFp.celeryTasksDestroy(id, options).then((request) => request(axios, basePath));
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
celeryTasksList(options?: any): AxiosPromise<Array<CeleryTask>> {
celeryTasksList(options?: RawAxiosRequestConfig): AxiosPromise<Array<CeleryTask>> {
return localVarFp.celeryTasksList(options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -399,7 +399,7 @@ export const CeleryTasksApiFactory = function (configuration?: Configuration, ba
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
celeryTasksPartialUpdate(id: number, patchedCeleryTask?: PatchedCeleryTask, options?: any): AxiosPromise<CeleryTask> {
celeryTasksPartialUpdate(id: number, patchedCeleryTask?: PatchedCeleryTask, options?: RawAxiosRequestConfig): AxiosPromise<CeleryTask> {
return localVarFp.celeryTasksPartialUpdate(id, patchedCeleryTask, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -408,7 +408,7 @@ export const CeleryTasksApiFactory = function (configuration?: Configuration, ba
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
celeryTasksRetrieve(id: number, options?: any): AxiosPromise<CeleryTask> {
celeryTasksRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<CeleryTask> {
return localVarFp.celeryTasksRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -418,7 +418,7 @@ export const CeleryTasksApiFactory = function (configuration?: Configuration, ba
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
celeryTasksUpdate(id: number, celeryTask: CeleryTask, options?: any): AxiosPromise<CeleryTask> {
celeryTasksUpdate(id: number, celeryTask: CeleryTask, options?: RawAxiosRequestConfig): AxiosPromise<CeleryTask> {
return localVarFp.celeryTasksUpdate(id, celeryTask, options).then((request) => request(axios, basePath));
},
};
Expand Down
14 changes: 7 additions & 7 deletions javascript-client/api/files-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesCreate(modelFile: ModelFile, options?: any): AxiosPromise<any> {
filesCreate(modelFile: ModelFile, options?: RawAxiosRequestConfig): AxiosPromise<any> {
return localVarFp.filesCreate(modelFile, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -432,7 +432,7 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesDestroy(id: number, options?: any): AxiosPromise<void> {
filesDestroy(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
return localVarFp.filesDestroy(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -441,15 +441,15 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesDownloadRetrieve(id: number, options?: any): AxiosPromise<any> {
filesDownloadRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<any> {
return localVarFp.filesDownloadRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesList(options?: any): AxiosPromise<Array<any>> {
filesList(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>> {
return localVarFp.filesList(options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -459,7 +459,7 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesPartialUpdate(id: number, patchedFile?: PatchedFile, options?: any): AxiosPromise<any> {
filesPartialUpdate(id: number, patchedFile?: PatchedFile, options?: RawAxiosRequestConfig): AxiosPromise<any> {
return localVarFp.filesPartialUpdate(id, patchedFile, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -468,7 +468,7 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesRetrieve(id: number, options?: any): AxiosPromise<any> {
filesRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<any> {
return localVarFp.filesRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -478,7 +478,7 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
filesUpdate(id: number, modelFile: ModelFile, options?: any): AxiosPromise<any> {
filesUpdate(id: number, modelFile: ModelFile, options?: RawAxiosRequestConfig): AxiosPromise<any> {
return localVarFp.filesUpdate(id, modelFile, options).then((request) => request(axios, basePath));
},
};
Expand Down
12 changes: 6 additions & 6 deletions javascript-client/api/imported-podcasts-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const ImportedPodcastsApiFactory = function (configuration?: Configuratio
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
importedPodcastsCreate(importedPodcast: ImportedPodcast, options?: any): AxiosPromise<ImportedPodcast> {
importedPodcastsCreate(importedPodcast: ImportedPodcast, options?: RawAxiosRequestConfig): AxiosPromise<ImportedPodcast> {
return localVarFp.importedPodcastsCreate(importedPodcast, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -381,15 +381,15 @@ export const ImportedPodcastsApiFactory = function (configuration?: Configuratio
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
importedPodcastsDestroy(id: number, options?: any): AxiosPromise<void> {
importedPodcastsDestroy(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
return localVarFp.importedPodcastsDestroy(id, options).then((request) => request(axios, basePath));
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
importedPodcastsList(options?: any): AxiosPromise<Array<ImportedPodcast>> {
importedPodcastsList(options?: RawAxiosRequestConfig): AxiosPromise<Array<ImportedPodcast>> {
return localVarFp.importedPodcastsList(options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -399,7 +399,7 @@ export const ImportedPodcastsApiFactory = function (configuration?: Configuratio
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
importedPodcastsPartialUpdate(id: number, patchedImportedPodcast?: PatchedImportedPodcast, options?: any): AxiosPromise<ImportedPodcast> {
importedPodcastsPartialUpdate(id: number, patchedImportedPodcast?: PatchedImportedPodcast, options?: RawAxiosRequestConfig): AxiosPromise<ImportedPodcast> {
return localVarFp.importedPodcastsPartialUpdate(id, patchedImportedPodcast, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -408,7 +408,7 @@ export const ImportedPodcastsApiFactory = function (configuration?: Configuratio
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
importedPodcastsRetrieve(id: number, options?: any): AxiosPromise<ImportedPodcast> {
importedPodcastsRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<ImportedPodcast> {
return localVarFp.importedPodcastsRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -418,7 +418,7 @@ export const ImportedPodcastsApiFactory = function (configuration?: Configuratio
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
importedPodcastsUpdate(id: number, importedPodcast: ImportedPodcast, options?: any): AxiosPromise<ImportedPodcast> {
importedPodcastsUpdate(id: number, importedPodcast: ImportedPodcast, options?: RawAxiosRequestConfig): AxiosPromise<ImportedPodcast> {
return localVarFp.importedPodcastsUpdate(id, importedPodcast, options).then((request) => request(axios, basePath));
},
};
Expand Down
2 changes: 1 addition & 1 deletion javascript-client/api/info-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath?
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
infoRetrieve(options?: any): AxiosPromise<Info> {
infoRetrieve(options?: RawAxiosRequestConfig): AxiosPromise<Info> {
return localVarFp.infoRetrieve(options).then((request) => request(axios, basePath));
},
};
Expand Down
12 changes: 6 additions & 6 deletions javascript-client/api/libraries-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const LibrariesApiFactory = function (configuration?: Configuration, base
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
librariesCreate(library: Library, options?: any): AxiosPromise<Library> {
librariesCreate(library: Library, options?: RawAxiosRequestConfig): AxiosPromise<Library> {
return localVarFp.librariesCreate(library, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -381,15 +381,15 @@ export const LibrariesApiFactory = function (configuration?: Configuration, base
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
librariesDestroy(id: number, options?: any): AxiosPromise<void> {
librariesDestroy(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
return localVarFp.librariesDestroy(id, options).then((request) => request(axios, basePath));
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
librariesList(options?: any): AxiosPromise<Array<Library>> {
librariesList(options?: RawAxiosRequestConfig): AxiosPromise<Array<Library>> {
return localVarFp.librariesList(options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -399,7 +399,7 @@ export const LibrariesApiFactory = function (configuration?: Configuration, base
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
librariesPartialUpdate(id: number, patchedLibrary?: PatchedLibrary, options?: any): AxiosPromise<Library> {
librariesPartialUpdate(id: number, patchedLibrary?: PatchedLibrary, options?: RawAxiosRequestConfig): AxiosPromise<Library> {
return localVarFp.librariesPartialUpdate(id, patchedLibrary, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -408,7 +408,7 @@ export const LibrariesApiFactory = function (configuration?: Configuration, base
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
librariesRetrieve(id: number, options?: any): AxiosPromise<Library> {
librariesRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<Library> {
return localVarFp.librariesRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -418,7 +418,7 @@ export const LibrariesApiFactory = function (configuration?: Configuration, base
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
librariesUpdate(id: number, library: Library, options?: any): AxiosPromise<Library> {
librariesUpdate(id: number, library: Library, options?: RawAxiosRequestConfig): AxiosPromise<Library> {
return localVarFp.librariesUpdate(id, library, options).then((request) => request(axios, basePath));
},
};
Expand Down
12 changes: 6 additions & 6 deletions javascript-client/api/listener-counts-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const ListenerCountsApiFactory = function (configuration?: Configuration,
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
listenerCountsCreate(listenerCount: ListenerCount, options?: any): AxiosPromise<ListenerCount> {
listenerCountsCreate(listenerCount: ListenerCount, options?: RawAxiosRequestConfig): AxiosPromise<ListenerCount> {
return localVarFp.listenerCountsCreate(listenerCount, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -381,15 +381,15 @@ export const ListenerCountsApiFactory = function (configuration?: Configuration,
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
listenerCountsDestroy(id: number, options?: any): AxiosPromise<void> {
listenerCountsDestroy(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
return localVarFp.listenerCountsDestroy(id, options).then((request) => request(axios, basePath));
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
listenerCountsList(options?: any): AxiosPromise<Array<ListenerCount>> {
listenerCountsList(options?: RawAxiosRequestConfig): AxiosPromise<Array<ListenerCount>> {
return localVarFp.listenerCountsList(options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -399,7 +399,7 @@ export const ListenerCountsApiFactory = function (configuration?: Configuration,
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
listenerCountsPartialUpdate(id: number, patchedListenerCount?: PatchedListenerCount, options?: any): AxiosPromise<ListenerCount> {
listenerCountsPartialUpdate(id: number, patchedListenerCount?: PatchedListenerCount, options?: RawAxiosRequestConfig): AxiosPromise<ListenerCount> {
return localVarFp.listenerCountsPartialUpdate(id, patchedListenerCount, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -408,7 +408,7 @@ export const ListenerCountsApiFactory = function (configuration?: Configuration,
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
listenerCountsRetrieve(id: number, options?: any): AxiosPromise<ListenerCount> {
listenerCountsRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<ListenerCount> {
return localVarFp.listenerCountsRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -418,7 +418,7 @@ export const ListenerCountsApiFactory = function (configuration?: Configuration,
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
listenerCountsUpdate(id: number, listenerCount: ListenerCount, options?: any): AxiosPromise<ListenerCount> {
listenerCountsUpdate(id: number, listenerCount: ListenerCount, options?: RawAxiosRequestConfig): AxiosPromise<ListenerCount> {
return localVarFp.listenerCountsUpdate(id, listenerCount, options).then((request) => request(axios, basePath));
},
};
Expand Down
12 changes: 6 additions & 6 deletions javascript-client/api/live-logs-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const LiveLogsApiFactory = function (configuration?: Configuration, baseP
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
liveLogsCreate(liveLog: LiveLog, options?: any): AxiosPromise<LiveLog> {
liveLogsCreate(liveLog: LiveLog, options?: RawAxiosRequestConfig): AxiosPromise<LiveLog> {
return localVarFp.liveLogsCreate(liveLog, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -381,15 +381,15 @@ export const LiveLogsApiFactory = function (configuration?: Configuration, baseP
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
liveLogsDestroy(id: number, options?: any): AxiosPromise<void> {
liveLogsDestroy(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
return localVarFp.liveLogsDestroy(id, options).then((request) => request(axios, basePath));
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
liveLogsList(options?: any): AxiosPromise<Array<LiveLog>> {
liveLogsList(options?: RawAxiosRequestConfig): AxiosPromise<Array<LiveLog>> {
return localVarFp.liveLogsList(options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -399,7 +399,7 @@ export const LiveLogsApiFactory = function (configuration?: Configuration, baseP
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
liveLogsPartialUpdate(id: number, patchedLiveLog?: PatchedLiveLog, options?: any): AxiosPromise<LiveLog> {
liveLogsPartialUpdate(id: number, patchedLiveLog?: PatchedLiveLog, options?: RawAxiosRequestConfig): AxiosPromise<LiveLog> {
return localVarFp.liveLogsPartialUpdate(id, patchedLiveLog, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -408,7 +408,7 @@ export const LiveLogsApiFactory = function (configuration?: Configuration, baseP
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
liveLogsRetrieve(id: number, options?: any): AxiosPromise<LiveLog> {
liveLogsRetrieve(id: number, options?: RawAxiosRequestConfig): AxiosPromise<LiveLog> {
return localVarFp.liveLogsRetrieve(id, options).then((request) => request(axios, basePath));
},
/**
Expand All @@ -418,7 +418,7 @@ export const LiveLogsApiFactory = function (configuration?: Configuration, baseP
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
liveLogsUpdate(id: number, liveLog: LiveLog, options?: any): AxiosPromise<LiveLog> {
liveLogsUpdate(id: number, liveLog: LiveLog, options?: RawAxiosRequestConfig): AxiosPromise<LiveLog> {
return localVarFp.liveLogsUpdate(id, liveLog, options).then((request) => request(axios, basePath));
},
};
Expand Down
Loading

0 comments on commit 866fa01

Please sign in to comment.