Model mailruns


Permissions

User GroupCreate?Read?Update?Delete?
adminxxxx
ownerxxxx
userxx
all

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
codeStringxx
createdAtDate
dataMixed
end_timeDate
failed_reader_idsArray of ObjectID[Function]
nameString
queued_reader_idsArray of ObjectID[Function]
sent_reader_idsArray of ObjectID[Function]
start_timeDateTue Mar 25 2025 09:57:25 GMT+0000 (Coordinated Universal Time)
stateString
touchbasetransactional_idObjectIDtouchbasetransactional
updatedAtDate

Field Details

__v

{
  "path": "__v",
  "instance": "Number",
  "options": {},
  "validators": []
}

_deleted

{
  "path": "_deleted",
  "instance": "Boolean",
  "options": {
    "default": false,
    "index": true
  },
  "validators": [],
  "defaultValue": false
}

_id

{
  "path": "_id",
  "instance": "ObjectID",
  "options": {
    "auto": true,
    "type": "ObjectId"
  },
  "validators": [],
  "defaultValue": "[Function]"
}

_owner_id

{
  "path": "_owner_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_owner",
    "index": true
  },
  "validators": []
}

_updated_by_id

{
  "path": "_updated_by_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_updated_by",
    "index": true
  },
  "validators": []
}

code

{
  "path": "code",
  "instance": "String",
  "options": {
    "index": true,
    "unique": true
  },
  "validators": []
}

createdAt

{
  "path": "createdAt",
  "instance": "Date",
  "options": {
    "immutable": true
  },
  "validators": []
}

data

{
  "path": "data",
  "instance": "Mixed",
  "options": {},
  "validators": []
}

end_time

{
  "path": "end_time",
  "instance": "Date",
  "options": {},
  "validators": []
}

failed_reader_ids

{
  "path": "failed_reader_ids",
  "instance": "Array",
  "options": {
    "type": [
      {
        "link": "reader",
        "map_to": "sent"
      }
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "ObjectID"
}

name

{
  "path": "name",
  "instance": "String",
  "options": {},
  "validators": []
}

queued_reader_ids

{
  "path": "queued_reader_ids",
  "instance": "Array",
  "options": {
    "type": [
      {
        "link": "reader",
        "map_to": "queued"
      }
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "ObjectID"
}

sent_reader_ids

{
  "path": "sent_reader_ids",
  "instance": "Array",
  "options": {
    "type": [
      {
        "link": "reader",
        "map_to": "sent"
      }
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "ObjectID"
}

start_time

{
  "path": "start_time",
  "instance": "Date",
  "options": {
    "default": "2025-03-25T09:57:25.052Z"
  },
  "validators": [],
  "defaultValue": "2025-03-25T09:57:25.052Z"
}

state

{
  "path": "state",
  "instance": "String",
  "options": {
    "enum": [
      "due",
      "running",
      "complete",
      "cancelled",
      "paused",
      "failed"
    ]
  },
  "validators": [
    {
      "message": "`{VALUE}` is not a valid enum value for path `{PATH}`."
    }
  ]
}

Validators

touchbasetransactional_id

{
  "path": "touchbasetransactional_id",
  "instance": "ObjectID",
  "options": {
    "link": "touchbasetransactional"
  },
  "validators": []
}

updatedAt

{
  "path": "updatedAt",
  "instance": "Date",
  "options": {},
  "validators": []
}