fix: add missing js doc comments
This commit is contained in:
@@ -376,6 +376,11 @@ export class OnspringClient {
|
|||||||
return apiResponse.asRecordCollectionType();
|
return apiResponse.asRecordCollectionType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @method getRecordsByQuery - Gets records by a query.
|
||||||
|
* @param {GetRecordsByQueryRequest} request - The request that will be used to query for records.
|
||||||
|
* @returns {Promise<ApiResponse<GetPagedRecordsResponse>>} - A promise that resolves to an ApiResponse of type GetPagedRecordsResponse.
|
||||||
|
*/
|
||||||
public async queryRecords(
|
public async queryRecords(
|
||||||
request: QueryRecordsRequest
|
request: QueryRecordsRequest
|
||||||
): Promise<ApiResponse<GetPagedRecordsResponse>> {
|
): Promise<ApiResponse<GetPagedRecordsResponse>> {
|
||||||
|
|||||||
Reference in New Issue
Block a user