mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
build: version pump script (#1398)
* build: version pump script * feat: server pump is optional * chore: remove unused variable * chore: examples Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
4e6880e520
commit
443d08381a
14 changed files with 88 additions and 49 deletions
14
web/src/api/open-api/api.ts
generated
14
web/src/api/open-api/api.ts
generated
|
|
@ -1575,12 +1575,6 @@ export interface ServerVersionReponseDto {
|
|||
* @memberof ServerVersionReponseDto
|
||||
*/
|
||||
'patch': number;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ServerVersionReponseDto
|
||||
*/
|
||||
'build': number;
|
||||
}
|
||||
/**
|
||||
*
|
||||
|
|
@ -3813,7 +3807,7 @@ export const AssetApiAxiosParamCreator = function (configuration?: Configuration
|
|||
};
|
||||
},
|
||||
/**
|
||||
*
|
||||
* Current this is not used in any UI element
|
||||
* @param {number} [skip]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
|
|
@ -4499,7 +4493,7 @@ export const AssetApiFp = function(configuration?: Configuration) {
|
|||
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
||||
},
|
||||
/**
|
||||
*
|
||||
* Current this is not used in any UI element
|
||||
* @param {number} [skip]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
|
|
@ -4725,7 +4719,7 @@ export const AssetApiFactory = function (configuration?: Configuration, basePath
|
|||
return localVarFp.downloadFiles(downloadFilesDto, options).then((request) => request(axios, basePath));
|
||||
},
|
||||
/**
|
||||
*
|
||||
* Current this is not used in any UI element
|
||||
* @param {number} [skip]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
|
|
@ -4947,7 +4941,7 @@ export class AssetApi extends BaseAPI {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Current this is not used in any UI element
|
||||
* @param {number} [skip]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue