@anzusystems/common-admin 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1219,6 +1219,15 @@ export declare const AnzuSystemsCommonAdmin: {
1219
1219
  export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware {
1220
1220
  id: IntegerId;
1221
1221
  email: string;
1222
+ person: {
1223
+ firstName: string;
1224
+ lastName: string;
1225
+ fullName: string;
1226
+ };
1227
+ avatar: {
1228
+ color: string;
1229
+ text: string;
1230
+ };
1222
1231
  enabled: boolean;
1223
1232
  roles: string[];
1224
1233
  permissionGroups: IntegerId[];
@@ -8064,6 +8064,15 @@ function as(t = "", n = "user") {
8064
8064
  createdAt: cn(),
8065
8065
  createdBy: 0,
8066
8066
  email: "",
8067
+ avatar: {
8068
+ color: "",
8069
+ text: ""
8070
+ },
8071
+ person: {
8072
+ firstName: "",
8073
+ fullName: "",
8074
+ lastName: ""
8075
+ },
8067
8076
  enabled: !1,
8068
8077
  modifiedAt: cn(),
8069
8078
  modifiedBy: 0,