new lib version [CI SKIP]

This commit is contained in:
2020-12-30 18:01:24 +00:00
parent 33157c934e
commit 5b44c086f2
243 changed files with 3198 additions and 2011 deletions

View File

@@ -1,9 +1,9 @@
import type { ApiRequestOptions } from './ApiRequestOptions';
import type { ApiResult } from './ApiResult';
/**
* Request using fetch client
* @param options The request options from the the service
* @result ApiResult
* @throws ApiError
*/
export declare function request(options: ApiRequestOptions): Promise<ApiResult>;
import type { ApiRequestOptions } from './ApiRequestOptions';
import type { ApiResult } from './ApiResult';
/**
* Request using fetch client
* @param options The request options from the the service
* @returns ApiResult
* @throws ApiError
*/
export declare function request(options: ApiRequestOptions): Promise<ApiResult>;