@yolo-croket-dev/amqp-access 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -27,5 +27,5 @@ export declare class AmqpUserService {
|
|
|
27
27
|
/** 유저 아이디를 통한 휴대폰 번호 가져오기 (use. notification) */
|
|
28
28
|
userPhoneDecodeById(userId: string, param: AbstractParam): Promise<string | null>;
|
|
29
29
|
getUserInfoById(payload: GetUserInfoByIdPayload, param: AbstractParam): Promise<GetUserInfoByIdResult>;
|
|
30
|
-
getUsers(payload: GetUsersPayload, param: AbstractParam): Promise<GetUsersResult>;
|
|
30
|
+
getUsers(payload: GetUsersPayload, param: AbstractParam): Promise<GetUsersResult[]>;
|
|
31
31
|
}
|