refactor: update constants.ts

This commit is contained in:
Derrick Hammer 2023-11-17 08:04:19 -05:00
parent 6ff8a84ed8
commit 892dd6ccd4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ Object.freeze(PARENT_LINK_TYPES);
export const registryMaxDataSize = 64;
export const parentLinkTypeUserIdentity = 1;
export const parentLinkTypeBoard = 5;
export const parentLinkTypeBridgeUser = 10;
// ! user identity
export const authPayloadVersion1 = 0x01;