@ -3082,19 +3082,19 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
return {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddAssetsDto } addAssetsDto
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
addAssetsToAlbum : async ( albumI d: string , addAssetsDto : AddAssetsDto , key? : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'addAssetsToAlbum' , ' albumId', albumI d)
addAssetsToAlbum : async ( i d: string , addAssetsDto : AddAssetsDto , key? : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'addAssetsToAlbum' , ' id', i d)
// verify required parameter 'addAssetsDto' is not null or undefined
assertParamExists ( 'addAssetsToAlbum' , 'addAssetsDto' , addAssetsDto )
const localVarPath = ` /album/{ albumI d}/assets`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
const localVarPath = ` /album/{ i d}/assets`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3135,18 +3135,18 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddUsersDto } addUsersDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
addUsersToAlbum : async ( albumI d: string , addUsersDto : AddUsersDto , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'addUsersToAlbum' , ' albumId', albumI d)
addUsersToAlbum : async ( i d: string , addUsersDto : AddUsersDto , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'addUsersToAlbum' , ' id', i d)
// verify required parameter 'addUsersDto' is not null or undefined
assertParamExists ( 'addUsersToAlbum' , 'addUsersDto' , addUsersDto )
const localVarPath = ` /album/{ albumI d}/users`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
const localVarPath = ` /album/{ i d}/users`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3271,15 +3271,15 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
deleteAlbum : async ( albumI d: string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'deleteAlbum' , ' albumId', albumI d)
const localVarPath = ` /album/{ albumI d}`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
deleteAlbum : async ( i d: string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'deleteAlbum' , ' id', i d)
const localVarPath = ` /album/{ i d}`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3313,18 +3313,18 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ name ]
* @param { number } [ skip ]
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
downloadArchive : async ( albumI d: string , name? : string , skip? : number , key? : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'downloadArchive' , ' albumId', albumI d)
const localVarPath = ` /album/{ albumI d}/download`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
downloadArchive : async ( i d: string , name? : string , skip? : number , key? : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'downloadArchive' , ' id', i d)
const localVarPath = ` /album/{ i d}/download`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3408,16 +3408,16 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
getAlbumInfo : async ( albumI d: string , key? : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'getAlbumInfo' , ' albumId', albumI d)
const localVarPath = ` /album/{ albumI d}`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
getAlbumInfo : async ( i d: string , key? : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'getAlbumInfo' , ' id', i d)
const localVarPath = ` /album/{ i d}`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3503,18 +3503,18 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { RemoveAssetsDto } removeAssetsDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
removeAssetFromAlbum : async ( albumI d: string , removeAssetsDto : RemoveAssetsDto , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'removeAssetFromAlbum' , ' albumId', albumI d)
removeAssetFromAlbum : async ( i d: string , removeAssetsDto : RemoveAssetsDto , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'removeAssetFromAlbum' , ' id', i d)
// verify required parameter 'removeAssetsDto' is not null or undefined
assertParamExists ( 'removeAssetFromAlbum' , 'removeAssetsDto' , removeAssetsDto )
const localVarPath = ` /album/{ albumI d}/assets`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
const localVarPath = ` /album/{ i d}/assets`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3551,18 +3551,18 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } userId
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
removeUserFromAlbum : async ( albumI d: string , userId : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'removeUserFromAlbum' , ' albumId', albumI d)
removeUserFromAlbum : async ( i d: string , userId : string , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'removeUserFromAlbum' , ' id', i d)
// verify required parameter 'userId' is not null or undefined
assertParamExists ( 'removeUserFromAlbum' , 'userId' , userId )
const localVarPath = ` /album/{ albumI d}/user/{userId}`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) )
const localVarPath = ` /album/{ i d}/user/{userId}`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) )
. replace ( ` { ${ "userId" } } ` , encodeURIComponent ( String ( userId ) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
@ -3597,18 +3597,18 @@ export const AlbumApiAxiosParamCreator = function (configuration?: Configuration
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { UpdateAlbumDto } updateAlbumDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
updateAlbumInfo : async ( albumI d: string , updateAlbumDto : UpdateAlbumDto , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' albumI d' is not null or undefined
assertParamExists ( 'updateAlbumInfo' , ' albumId', albumI d)
updateAlbumInfo : async ( i d: string , updateAlbumDto : UpdateAlbumDto , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > = > {
// verify required parameter ' i d' is not null or undefined
assertParamExists ( 'updateAlbumInfo' , ' id', i d)
// verify required parameter 'updateAlbumDto' is not null or undefined
assertParamExists ( 'updateAlbumInfo' , 'updateAlbumDto' , updateAlbumDto )
const localVarPath = ` /album/{ albumI d}`
. replace ( ` { ${ " albumI d"} } ` , encodeURIComponent ( String ( albumI d) ) ) ;
const localVarPath = ` /album/{ i d}`
. replace ( ` { ${ " i d"} } ` , encodeURIComponent ( String ( i d) ) ) ;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
let baseOptions ;
@ -3655,25 +3655,25 @@ export const AlbumApiFp = function(configuration?: Configuration) {
return {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddAssetsDto } addAssetsDto
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async addAssetsToAlbum ( albumI d: string , addAssetsDto : AddAssetsDto , key? : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AddAssetsResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . addAssetsToAlbum ( albumI d, addAssetsDto , key , options ) ;
async addAssetsToAlbum ( i d: string , addAssetsDto : AddAssetsDto , key? : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AddAssetsResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . addAssetsToAlbum ( i d, addAssetsDto , key , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddUsersDto } addUsersDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async addUsersToAlbum ( albumI d: string , addUsersDto : AddUsersDto , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . addUsersToAlbum ( albumI d, addUsersDto , options ) ;
async addUsersToAlbum ( i d: string , addUsersDto : AddUsersDto , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . addUsersToAlbum ( i d, addUsersDto , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
@ -3698,25 +3698,25 @@ export const AlbumApiFp = function(configuration?: Configuration) {
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async deleteAlbum ( albumI d: string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < void > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . deleteAlbum ( albumI d, options ) ;
async deleteAlbum ( i d: string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < void > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . deleteAlbum ( i d, options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ name ]
* @param { number } [ skip ]
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async downloadArchive ( albumI d: string , name? : string , skip? : number , key? : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < File > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . downloadArchive ( albumI d, name , skip , key , options ) ;
async downloadArchive ( i d: string , name? : string , skip? : number , key? : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < File > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . downloadArchive ( i d, name , skip , key , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
@ -3730,13 +3730,13 @@ export const AlbumApiFp = function(configuration?: Configuration) {
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async getAlbumInfo ( albumI d: string , key? : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . getAlbumInfo ( albumI d, key , options ) ;
async getAlbumInfo ( i d: string , key? : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . getAlbumInfo ( i d, key , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
@ -3752,35 +3752,35 @@ export const AlbumApiFp = function(configuration?: Configuration) {
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { RemoveAssetsDto } removeAssetsDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async removeAssetFromAlbum ( albumI d: string , removeAssetsDto : RemoveAssetsDto , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . removeAssetFromAlbum ( albumI d, removeAssetsDto , options ) ;
async removeAssetFromAlbum ( i d: string , removeAssetsDto : RemoveAssetsDto , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . removeAssetFromAlbum ( i d, removeAssetsDto , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } userId
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async removeUserFromAlbum ( albumI d: string , userId : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < void > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . removeUserFromAlbum ( albumI d, userId , options ) ;
async removeUserFromAlbum ( i d: string , userId : string , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < void > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . removeUserFromAlbum ( i d, userId , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { UpdateAlbumDto } updateAlbumDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
async updateAlbumInfo ( albumI d: string , updateAlbumDto : UpdateAlbumDto , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . updateAlbumInfo ( albumI d, updateAlbumDto , options ) ;
async updateAlbumInfo ( i d: string , updateAlbumDto : UpdateAlbumDto , options? : AxiosRequestConfig ) : Promise < ( axios? : AxiosInstance , basePath? : string ) = > AxiosPromise < AlbumResponseDto > > {
const localVarAxiosArgs = await localVarAxiosParamCreator . updateAlbumInfo ( i d, updateAlbumDto , options ) ;
return createRequestFunction ( localVarAxiosArgs , globalAxios , BASE_PATH , configuration ) ;
} ,
}
@ -3795,24 +3795,24 @@ export const AlbumApiFactory = function (configuration?: Configuration, basePath
return {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddAssetsDto } addAssetsDto
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
addAssetsToAlbum ( albumI d: string , addAssetsDto : AddAssetsDto , key? : string , options? : any ) : AxiosPromise < AddAssetsResponseDto > {
return localVarFp . addAssetsToAlbum ( albumI d, addAssetsDto , key , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
addAssetsToAlbum ( i d: string , addAssetsDto : AddAssetsDto , key? : string , options? : any ) : AxiosPromise < AddAssetsResponseDto > {
return localVarFp . addAssetsToAlbum ( i d, addAssetsDto , key , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddUsersDto } addUsersDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
addUsersToAlbum ( albumI d: string , addUsersDto : AddUsersDto , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . addUsersToAlbum ( albumI d, addUsersDto , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
addUsersToAlbum ( i d: string , addUsersDto : AddUsersDto , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . addUsersToAlbum ( i d, addUsersDto , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
@ -3834,24 +3834,24 @@ export const AlbumApiFactory = function (configuration?: Configuration, basePath
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
deleteAlbum ( albumI d: string , options? : any ) : AxiosPromise < void > {
return localVarFp . deleteAlbum ( albumI d, options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
deleteAlbum ( i d: string , options? : any ) : AxiosPromise < void > {
return localVarFp . deleteAlbum ( i d, options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ name ]
* @param { number } [ skip ]
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
downloadArchive ( albumI d: string , name? : string , skip? : number , key? : string , options? : any ) : AxiosPromise < File > {
return localVarFp . downloadArchive ( albumI d, name , skip , key , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
downloadArchive ( i d: string , name? : string , skip? : number , key? : string , options? : any ) : AxiosPromise < File > {
return localVarFp . downloadArchive ( i d, name , skip , key , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
@ -3863,13 +3863,13 @@ export const AlbumApiFactory = function (configuration?: Configuration, basePath
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
getAlbumInfo ( albumI d: string , key? : string , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . getAlbumInfo ( albumI d, key , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
getAlbumInfo ( i d: string , key? : string , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . getAlbumInfo ( i d, key , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
@ -3883,33 +3883,33 @@ export const AlbumApiFactory = function (configuration?: Configuration, basePath
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { RemoveAssetsDto } removeAssetsDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
removeAssetFromAlbum ( albumI d: string , removeAssetsDto : RemoveAssetsDto , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . removeAssetFromAlbum ( albumI d, removeAssetsDto , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
removeAssetFromAlbum ( i d: string , removeAssetsDto : RemoveAssetsDto , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . removeAssetFromAlbum ( i d, removeAssetsDto , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } userId
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
removeUserFromAlbum ( albumI d: string , userId : string , options? : any ) : AxiosPromise < void > {
return localVarFp . removeUserFromAlbum ( albumI d, userId , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
removeUserFromAlbum ( i d: string , userId : string , options? : any ) : AxiosPromise < void > {
return localVarFp . removeUserFromAlbum ( i d, userId , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { UpdateAlbumDto } updateAlbumDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* /
updateAlbumInfo ( albumI d: string , updateAlbumDto : UpdateAlbumDto , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . updateAlbumInfo ( albumI d, updateAlbumDto , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
updateAlbumInfo ( i d: string , updateAlbumDto : UpdateAlbumDto , options? : any ) : AxiosPromise < AlbumResponseDto > {
return localVarFp . updateAlbumInfo ( i d, updateAlbumDto , options ) . then ( ( request ) = > request ( axios , basePath ) ) ;
} ,
} ;
} ;
@ -3923,27 +3923,27 @@ export const AlbumApiFactory = function (configuration?: Configuration, basePath
export class AlbumApi extends BaseAPI {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddAssetsDto } addAssetsDto
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public addAssetsToAlbum ( albumI d: string , addAssetsDto : AddAssetsDto , key? : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . addAssetsToAlbum ( albumI d, addAssetsDto , key , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public addAssetsToAlbum ( i d: string , addAssetsDto : AddAssetsDto , key? : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . addAssetsToAlbum ( i d, addAssetsDto , key , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { AddUsersDto } addUsersDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public addUsersToAlbum ( albumI d: string , addUsersDto : AddUsersDto , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . addUsersToAlbum ( albumI d, addUsersDto , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public addUsersToAlbum ( i d: string , addUsersDto : AddUsersDto , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . addUsersToAlbum ( i d, addUsersDto , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
@ -3970,18 +3970,18 @@ export class AlbumApi extends BaseAPI {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public deleteAlbum ( albumI d: string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . deleteAlbum ( albumI d, options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public deleteAlbum ( i d: string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . deleteAlbum ( i d, options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ name ]
* @param { number } [ skip ]
* @param { string } [ key ]
@ -3989,8 +3989,8 @@ export class AlbumApi extends BaseAPI {
* @throws { RequiredError }
* @memberof AlbumApi
* /
public downloadArchive ( albumI d: string , name? : string , skip? : number , key? : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . downloadArchive ( albumI d, name , skip , key , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public downloadArchive ( i d: string , name? : string , skip? : number , key? : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . downloadArchive ( i d, name , skip , key , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
@ -4005,14 +4005,14 @@ export class AlbumApi extends BaseAPI {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } [ key ]
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public getAlbumInfo ( albumI d: string , key? : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . getAlbumInfo ( albumI d, key , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public getAlbumInfo ( i d: string , key? : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . getAlbumInfo ( i d, key , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
@ -4029,38 +4029,38 @@ export class AlbumApi extends BaseAPI {
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { RemoveAssetsDto } removeAssetsDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public removeAssetFromAlbum ( albumI d: string , removeAssetsDto : RemoveAssetsDto , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . removeAssetFromAlbum ( albumI d, removeAssetsDto , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public removeAssetFromAlbum ( i d: string , removeAssetsDto : RemoveAssetsDto , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . removeAssetFromAlbum ( i d, removeAssetsDto , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { string } userId
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public removeUserFromAlbum ( albumI d: string , userId : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . removeUserFromAlbum ( albumI d, userId , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public removeUserFromAlbum ( i d: string , userId : string , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . removeUserFromAlbum ( i d, userId , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
/ * *
*
* @param { string } albumI d
* @param { string } i d
* @param { UpdateAlbumDto } updateAlbumDto
* @param { * } [ options ] Override http request option .
* @throws { RequiredError }
* @memberof AlbumApi
* /
public updateAlbumInfo ( albumI d: string , updateAlbumDto : UpdateAlbumDto , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . updateAlbumInfo ( albumI d, updateAlbumDto , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
public updateAlbumInfo ( i d: string , updateAlbumDto : UpdateAlbumDto , options? : AxiosRequestConfig ) {
return AlbumApiFp ( this . configuration ) . updateAlbumInfo ( i d, updateAlbumDto , options ) . then ( ( request ) = > request ( this . axios , this . basePath ) ) ;
}
}