Tenants Api Fp ( configuration ? ) : { apiTenantsAccessGet ( resourcePath ?: string , vector ?: string , readCache ?: boolean , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccessControlRule > ) > ; apiTenantsAccountAccessGet ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; apiTenantsGet ( isLightVersion ?: boolean , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsPost ( tenantCreateDeets ?: TenantCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsPut ( tenantCreateDeets ?: TenantCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsRemoveOnboardingDelete ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsResourcesGet ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; apiTenantsTaskListGet ( taskListType ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TaskList > ) > ; apiTenantsTaskPut ( taskUpdateStatusDeets ?: TaskUpdateStatusDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > ; apiTenantsTaskTaskIdGet ( taskId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > ; apiTenantsVerificationFileUploadPut ( frontFile ?: File , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < any > ) > ; apiTenantsVerificationPut ( tenantUpdateVerificationDeets ?: TenantUpdateVerificationDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; getOnboardingSessionApiKey ( country ?: string , enableExternalAccountCollection ?: boolean , businessType ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccountSession > ) > ; } Returns { apiTenantsAccessGet ( resourcePath ?: string , vector ?: string , readCache ?: boolean , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccessControlRule > ) > ; apiTenantsAccountAccessGet ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; apiTenantsGet ( isLightVersion ?: boolean , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsPost ( tenantCreateDeets ?: TenantCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsPut ( tenantCreateDeets ?: TenantCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsRemoveOnboardingDelete ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; apiTenantsResourcesGet ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; apiTenantsTaskListGet ( taskListType ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TaskList > ) > ; apiTenantsTaskPut ( taskUpdateStatusDeets ?: TaskUpdateStatusDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > ; apiTenantsTaskTaskIdGet ( taskId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > ; apiTenantsVerificationFileUploadPut ( frontFile ?: File , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < any > ) > ; apiTenantsVerificationPut ( tenantUpdateVerificationDeets ?: TenantUpdateVerificationDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > ; getOnboardingSessionApiKey ( country ?: string , enableExternalAccountCollection ?: boolean , businessType ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccountSession > ) > ; } api Tenants Access Get : functionapi Tenants Access Get ( resourcePath ? , vector ? , readCache ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccessControlRule > ) > Parameters Optional
resourcePath : string Optional
vector : string Optional
readCache : boolean Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccessControlRule > ) > api Tenants Account Access Get : functionapi Tenants Account Access Get ( options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > api Tenants Get : functionapi Tenants Get ( isLightVersion ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > Parameters Optional
isLightVersion : boolean Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > api Tenants Post : functionapi Tenants Post ( tenantCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > api Tenants Put : functionapi Tenants Put ( tenantCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > api Tenants Remove Onboarding Delete : functionapi Tenants Remove Onboarding Delete ( options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > api Tenants Resources Get : functionapi Tenants Resources Get ( options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > api Tenants Task List Get : functionapi Tenants Task List Get ( taskListType ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TaskList > ) > Parameters Optional
taskListType : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TaskList > ) > api Tenants Task Put : functionapi Tenants Task Put ( taskUpdateStatusDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > api Tenants Task Task Id Get : functionapi Tenants Task Task Id Get ( taskId , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > Parameters taskId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OnBoardingTask > ) > api Tenants Verification File Upload Put : functionapi Tenants Verification File Upload Put ( frontFile ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < any > ) > Parameters Optional
frontFile : File Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < any > ) > api Tenants Verification Put : functionapi Tenants Verification Put ( tenantUpdateVerificationDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Tenant > ) > get Onboarding Session Api Key : functionget Onboarding Session Api Key ( country ? , enableExternalAccountCollection ? , businessType ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccountSession > ) > Parameters Optional
country : string Optional
enableExternalAccountCollection : boolean Optional
businessType : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AccountSession > ) >
TenantsApi - functional programming interface export