Function SimpleContractsApiFp Simple Contracts Api Fp ( configuration ? ) : { apiSimpleContractsContractIdPut ( contractId : string , simpleContractUpdateDeets ?: SimpleContractUpdateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; apiSimpleContractsDelete ( contractId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; getSimpleContracts ( activeOnly ?: boolean , limit ?: number , page ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContractListResponse > ) > ; simpleContractPayments ( id : string , limit ?: number , page ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentCycleListResponse > ) > ; simpleContractsDeleteAvatar ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsGetAvatarById ( id : string , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsGETByAccountAndId ( accountId : string , contractId : string , specificRevision ?: number , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsGETById ( id : string , specificRevision ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOST ( simpleContractCreateDeets ?: SimpleContractCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOSTAccept ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOSTArchive ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOSTDecline ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsUpdateAvatar ( id : string , file ?: File , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsUpdateAvatarByDeets ( id : string , userId ?: string , avatarBytes ?: AvatarBytes , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsUpdateAvatarByPrompt ( id : string , avatarPromptCreateDeets ?: AvatarPromptCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; } Returns { apiSimpleContractsContractIdPut ( contractId : string , simpleContractUpdateDeets ?: SimpleContractUpdateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; apiSimpleContractsDelete ( contractId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; getSimpleContracts ( activeOnly ?: boolean , limit ?: number , page ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContractListResponse > ) > ; simpleContractPayments ( id : string , limit ?: number , page ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentCycleListResponse > ) > ; simpleContractsDeleteAvatar ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsGetAvatarById ( id : string , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsGETByAccountAndId ( accountId : string , contractId : string , specificRevision ?: number , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsGETById ( id : string , specificRevision ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOST ( simpleContractCreateDeets ?: SimpleContractCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOSTAccept ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOSTArchive ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsPOSTDecline ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > ; simpleContractsUpdateAvatar ( id : string , file ?: File , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsUpdateAvatarByDeets ( id : string , userId ?: string , avatarBytes ?: AvatarBytes , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; simpleContractsUpdateAvatarByPrompt ( id : string , avatarPromptCreateDeets ?: AvatarPromptCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; } api Simple Contracts Contract Id Put : functionapi Simple Contracts Contract Id Put ( contractId , simpleContractUpdateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > api Simple Contracts Delete : functionapi Simple Contracts Delete ( contractId ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters Optional
contractId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > get Simple Contracts : functionget Simple Contracts ( activeOnly ? , limit ? , page ? , userId ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContractListResponse > ) > Parameters Optional
activeOnly : boolean Optional
limit : number Optional
page : number Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContractListResponse > ) > simple Contract Payments : functionsimple Contract Payments ( id , limit ? , page ? , userId ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentCycleListResponse > ) > Parameters id : string Optional
limit : number Optional
page : number Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentCycleListResponse > ) > simple Contracts Delete Avatar : functionsimple Contracts Delete Avatar ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > simple Contracts Get Avatar By Id : functionsimple Contracts Get Avatar By Id ( id , userId ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters id : string Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > simple ContractsGETBy Account And Id : functionsimple ContractsGETBy Account And Id ( accountId , contractId , specificRevision ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Parameters accountId : string contractId : string Optional
specificRevision : number Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > simple ContractsGETBy Id : functionsimple ContractsGETBy Id ( id , specificRevision ? , userId ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Parameters id : string Optional
specificRevision : number Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > simple ContractsPOST : functionsimple ContractsPOST ( simpleContractCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > simple ContractsPOSTAccept : functionsimple ContractsPOSTAccept ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > simple ContractsPOSTArchive : functionsimple ContractsPOSTArchive ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > simple ContractsPOSTDecline : functionsimple ContractsPOSTDecline ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < SimpleContract > ) > simple Contracts Update Avatar : functionsimple Contracts Update Avatar ( id , file ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters id : string Optional
file : File Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > simple Contracts Update Avatar By Deets : functionsimple Contracts Update Avatar By Deets ( id , userId ? , avatarBytes ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters id : string Optional
userId : string Optional
avatarBytes : AvatarBytes Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > simple Contracts Update Avatar By Prompt : functionsimple Contracts Update Avatar By Prompt ( id , avatarPromptCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) >
SimpleContractsApi - functional programming interface export