updates to partner database to include parameter for using dev commands
parent
1940d49884
commit
1e2b777672
|
@ -62,7 +62,12 @@ export default class Partner implements SharedMemberAttributes {
|
|||
public title: PartnerTitle | "Partner" | undefined;
|
||||
|
||||
@prop()
|
||||
//
|
||||
public directReport: Partner | string | undefined;
|
||||
|
||||
@prop()
|
||||
// this field dictates if the partner is able to perform developer commands, such as "eval"
|
||||
public canPerformDevCommands: boolean | undefined;
|
||||
}
|
||||
|
||||
export const PartnerModel = getModelForClass(Partner);
|
||||
|
|
Loading…
Reference in New Issue