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:
Jason Rasmussen
2023-01-23 22:46:37 -05:00
committed by GitHub
parent 4e6880e520
commit 443d08381a
14 changed files with 88 additions and 49 deletions

View File

@@ -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}