Model guests
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
manager | x | x | x | x |
user | x | x | | |
admin | x | x | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? |
---|
__v | Number | | | | | |
_deleted | Boolean | | | false | x | |
_id | ObjectID | | | function defaultId() {
return new oid();
} | | |
_owner_id | ObjectID | User | _owner | | x | |
_updated_by_id | ObjectID | User | _updated_by | | x | |
accepted_terms | Boolean | | | | | |
createdAt | Date | | | | | |
created_date | Date | | | function now() { [native code] } | | |
email | String | | | | x | |
invited_by | Array | | | function() {
// Leave it up to `cast()` to convert the array
return fn
? defaultArr.call(this)
: defaultArr != null
? [].concat(defaultArr)
: [];
} | | |
ip | Array | | | function() {
// Leave it up to `cast()` to convert the array
return fn
? defaultArr.call(this)
: defaultArr != null
? [].concat(defaultArr)
: [];
} | | |
location_id | ObjectID | Location | | | | |
login_method | String | | | | | |
mac | Array | | | function() {
// Leave it up to `cast()` to convert the array
return fn
? defaultArr.call(this)
: defaultArr != null
? [].concat(defaultArr)
: [];
} | | |
mobile | String | | | | | |
name | String | | | | x | |
organisation | String | | | | | |
source | String | | | | | |
updatedAt | Date | | | | | |
visiting_date | Date | | | | | |
Raw definition
{
"path": "__v",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"__v"
],
"options": {},
"_index": null
}
{
"path": "_deleted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_deleted"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false
}
{
"path": "_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [
null
],
"_presplitPath": [
"_id"
],
"options": {
"auto": true,
"type": "ObjectId"
},
"_index": null
}
{
"path": "_owner_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_owner_id"
],
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"_index": true
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"path": "accepted_terms",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"accepted_terms"
],
"options": {},
"_index": null
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"path": "created_date",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"created_date"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "email",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"email"
],
"options": {
"index": true
},
"_index": true
}
{
"schemaOptions": {
"timestamps": true,
"toJSON": {
"virtuals": true
},
"toObject": {
"virtuals": true
},
"perms": {
"manager": "crud",
"user": "cr",
"admin": "cr"
},
"typeKey": "type",
"id": true,
"_id": true,
"validateBeforeSave": true,
"read": null,
"shardKey": null,
"discriminatorKey": "__t",
"autoIndex": null,
"minimize": true,
"optimisticConcurrency": false,
"versionKey": "__v",
"capped": false,
"bufferCommands": true,
"strictQuery": true,
"strict": true,
"_perms": {
"admin": "cr",
"owner": "",
"user": "cr",
"all": "",
"manager": "crud"
},
"pluralization": true
},
"caster": {
"path": "invited_by",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"invited_by"
],
"options": {},
"_index": null,
"_arrayPath": "invited_by.$",
"_arrayParentPath": "invited_by"
},
"$embeddedSchemaType": {
"path": "invited_by",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"invited_by"
],
"options": {},
"_index": null,
"_arrayPath": "invited_by.$",
"_arrayParentPath": "invited_by"
},
"$isMongooseArray": true,
"path": "invited_by",
"instance": "Array",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"invited_by"
],
"options": {
"type": [
null
]
},
"_index": null
}
{
"schemaOptions": {
"timestamps": true,
"toJSON": {
"virtuals": true
},
"toObject": {
"virtuals": true
},
"perms": {
"manager": "crud",
"user": "cr",
"admin": "cr"
},
"typeKey": "type",
"id": true,
"_id": true,
"validateBeforeSave": true,
"read": null,
"shardKey": null,
"discriminatorKey": "__t",
"autoIndex": null,
"minimize": true,
"optimisticConcurrency": false,
"versionKey": "__v",
"capped": false,
"bufferCommands": true,
"strictQuery": true,
"strict": true,
"_perms": {
"admin": "cr",
"owner": "",
"user": "cr",
"all": "",
"manager": "crud"
},
"pluralization": true
},
"caster": {
"enumValues": [],
"regExp": null,
"path": "ip",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"ip"
],
"options": {},
"_index": null,
"_arrayPath": "ip.$",
"_arrayParentPath": "ip"
},
"$embeddedSchemaType": {
"enumValues": [],
"regExp": null,
"path": "ip",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"ip"
],
"options": {},
"_index": null,
"_arrayPath": "ip.$",
"_arrayParentPath": "ip"
},
"$isMongooseArray": true,
"path": "ip",
"instance": "Array",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"ip"
],
"options": {
"type": [
null
]
},
"_index": null
}
{
"path": "location_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"location_id"
],
"options": {
"link": "Location"
},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "login_method",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"login_method"
],
"options": {},
"_index": null
}
{
"schemaOptions": {
"timestamps": true,
"toJSON": {
"virtuals": true
},
"toObject": {
"virtuals": true
},
"perms": {
"manager": "crud",
"user": "cr",
"admin": "cr"
},
"typeKey": "type",
"id": true,
"_id": true,
"validateBeforeSave": true,
"read": null,
"shardKey": null,
"discriminatorKey": "__t",
"autoIndex": null,
"minimize": true,
"optimisticConcurrency": false,
"versionKey": "__v",
"capped": false,
"bufferCommands": true,
"strictQuery": true,
"strict": true,
"_perms": {
"admin": "cr",
"owner": "",
"user": "cr",
"all": "",
"manager": "crud"
},
"pluralization": true
},
"caster": {
"enumValues": [],
"regExp": null,
"path": "mac",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"mac"
],
"options": {},
"_index": null,
"_arrayPath": "mac.$",
"_arrayParentPath": "mac"
},
"$embeddedSchemaType": {
"enumValues": [],
"regExp": null,
"path": "mac",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"mac"
],
"options": {},
"_index": null,
"_arrayPath": "mac.$",
"_arrayParentPath": "mac"
},
"$isMongooseArray": true,
"path": "mac",
"instance": "Array",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"mac"
],
"options": {
"type": [
null
]
},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "mobile",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"mobile"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"name"
],
"options": {
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "organisation",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"organisation"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "source",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"source"
],
"options": {},
"_index": null
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}
{
"path": "visiting_date",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"visiting_date"
],
"options": {},
"_index": null
}