Model sentmails
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
owner | x | x | x | x |
user | x | x | | |
all | | | | |
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 | |
createdAt | Date | | | | | |
data | Mixed | | | | | |
mailrun_id | ObjectID | mailrun | | | | |
reader_id | ObjectID | reader | | | | |
response | Mixed | | | | | |
status | String | | | | | |
to | String | | | | | |
transactional_id | String | | | | | |
updatedAt | 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": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"path": "data",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"data"
],
"options": {},
"_index": null
}
{
"path": "mailrun_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"mailrun_id"
],
"options": {
"link": "mailrun"
},
"_index": null
}
{
"path": "reader_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"reader_id"
],
"options": {
"link": "reader"
},
"_index": null
}
{
"path": "response",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"response"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "status",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"status"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "to",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"to"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "transactional_id",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"transactional_id"
],
"options": {},
"_index": null
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}