* chore: add built in organization roles to match site Added org user admin, org template admin, and org auditor
* chore: create type for unique role names Using `string` was confusing when something should be combined with org context, and when not to. Naming this new name, "RoleIdentifier"