Renamed some things to remove the _random part.

This commit is contained in:
Scott Idem
2024-10-10 12:56:22 -04:00
parent 79bc148e85
commit 9093cc9957
2 changed files with 63 additions and 62 deletions

View File

@@ -12,7 +12,7 @@ export interface Person {
external_id?: string; // This may be semi-random or unique only withing the account.
external_sys_id?: string; // Generated by an external system. Ideally this should be something like a UUID. It may be the same as the external_id if nothing given.
code?: string;
code?: string; // Not currently used.
account_id?: string; // Technically this is not required for global users.
account_id_random?: string; // Technically this is not required for global users.