Variables
Const IdValues
IdValues: string[] = ["id","userId","organizationId","primaryEmail","apiKeyId","apiKeyOrganizationId"]
Const boolValues
boolValues: string[] = ["twoFactorEnabled","prefersReducedMotion","prefersColorSchemeDark","used","isVerified","forceTwoFactor","autoJoinDomain","onlyAllowDomain","isActive","checkLocationOnLogin"]
Const dateValues
dateValues: string[] = ["createdAt","updatedAt","lastFiredAt","expiresAt"]
Const hashIds
hash
Ids: Hashids = new Hashids(HASH_IDS,10,"abcdefghijklmnopqrstuvwxyz1234567890")
Const jsonValues
jsonValues: string[] = ["data"]
Const readOnlyValues
readOnlyValues: string[] = ["createdAt","id","jwtApiKey","userId","organizationId"]
MySQL columns which are for int IDs