🚀New lib version v1.0.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
4
dist/services/GroupContactService.d.ts
vendored
4
dist/services/GroupContactService.d.ts
vendored
@@ -6,10 +6,12 @@ export declare class GroupContactService {
|
||||
/**
|
||||
* Get all
|
||||
* Lists all contacts. <br> This includes the contact's associated groups.
|
||||
* @param page
|
||||
* @param pageSize
|
||||
* @result ResponseGroupContact
|
||||
* @throws ApiError
|
||||
*/
|
||||
static groupContactControllerGetAll(): Promise<Array<ResponseGroupContact>>;
|
||||
static groupContactControllerGetAll(page?: number, pageSize?: number): Promise<Array<ResponseGroupContact>>;
|
||||
/**
|
||||
* Post
|
||||
* Create a new contact.
|
||||
|
||||
Reference in New Issue
Block a user