mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
Adjusted
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const excludeAttributes = [
|
||||
"password", "otp_code", "otp_expires_at",
|
||||
"password", "otp_code", "otp_expires_at", 'must_change_password', 'password_expires_at',
|
||||
"personal_info.name.given_name",
|
||||
"personal_info.name.middle_name",
|
||||
"personal_info.name.last_name",
|
||||
@@ -46,4 +46,13 @@ const userExclude = [
|
||||
"deleted_at",
|
||||
];
|
||||
|
||||
module.exports = { excludeAttributes, adminExclude, userExclude, jsonbSchemas };
|
||||
const computedAttributes = [
|
||||
// {
|
||||
// key: "memberCount",
|
||||
// label: "Members",
|
||||
// type: "number",
|
||||
// order: 99, // adjust order as needed
|
||||
// },
|
||||
];
|
||||
|
||||
module.exports = { excludeAttributes, adminExclude, userExclude, jsonbSchemas, computedAttributes };
|
||||
Reference in New Issue
Block a user