33 lines
1.7 KiB
Plaintext
33 lines
1.7 KiB
Plaintext
|
export const SVC_TYPE_BUDDY = 4; // 동료 관리
|
||
|
export const SSVC_TYPE_BUDDY_ADD_REQ = 1; // 동료추가
|
||
|
left-side.component.ts || onClickNewGroupAndMember() 237
|
||
|
left-sidenav\group.component.ts || onClickProfileContextMenu
|
||
|
left-sidenav\organization.component.ts || 490
|
||
|
messages.component.ts || 1596
|
||
|
room-user-list.component.ts || 206
|
||
|
profile.dialog.component.ts || 340
|
||
|
messenger\sync\effects.ts || createGroupAndBuddy$ 693 || updateGroupMember$ 777
|
||
|
messenger\sync\effects.ts || 950
|
||
|
buddy-protocol.service.ts || add()
|
||
|
export const SSVC_TYPE_BUDDY_ADD_RES = 2;
|
||
|
notification.service.ts || 420
|
||
|
buddy-protocol.service.ts || 68
|
||
|
|
||
|
export const SSVC_TYPE_BUDDY_DEL_REQ = 11; // 동료삭제
|
||
|
messenger\sync\effects.ts || 932, 1055
|
||
|
messenger\sync\effects.ts || delBuddy$
|
||
|
buddy-protocol.service.ts || del()
|
||
|
export const SSVC_TYPE_BUDDY_DEL_RES = 12;
|
||
|
notification.service.ts || 430
|
||
|
buddy-protocol.service.ts || 73
|
||
|
|
||
|
export const SSVC_TYPE_BUDDY_UPD_REQ = 21; // 동료변경
|
||
|
group.component.ts || 591
|
||
|
profile.dialog.component.ts || 310
|
||
|
messenger\sync\effects.ts || updateBuddy$
|
||
|
buddy-protocol.service.ts || update()
|
||
|
updateBuddySuccess
|
||
|
updateBuddyFailure
|
||
|
export const SSVC_TYPE_BUDDY_UPD_RES = 22;
|
||
|
notification.service.ts || 410
|
||
|
buddy-protocol.service.ts || 61
|