Model producttypes
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
setup | x | x | x | x |
admin | | x | | |
all | | 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 | |
bookable | Boolean | | | false | | |
bookable_noun | String | | | | | |
bookable_time_units | Number | | | | | |
createdAt | Date | | | | | |
currency_id | ObjectID | Currency | | | x | |
fire_action | String | | | | | |
include_in_occupancy_report | Boolean | | | false | x | |
name | String | | | | x | |
price_recommendation_formula | String | | | | | |
type | String | | | other | x | |
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": "bookable",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"bookable"
],
"options": {
"default": false
},
"_index": null,
"defaultValue": false
}
{
"enumValues": [],
"regExp": null,
"path": "bookable_noun",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"bookable_noun"
],
"options": {},
"_index": null
}
{
"path": "bookable_time_units",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"bookable_time_units"
],
"options": {},
"_index": null
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"path": "currency_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"currency_id"
],
"options": {
"index": true,
"link": "Currency"
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "fire_action",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"fire_action"
],
"options": {},
"_index": null
}
{
"path": "include_in_occupancy_report",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"include_in_occupancy_report"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false
}
{
"enumValues": [],
"regExp": null,
"path": "name",
"instance": "String",
"validators": [
{
"message": "Path `{PATH}` is required.",
"type": "required"
}
],
"getters": [],
"setters": [],
"_presplitPath": [
"name"
],
"options": {
"required": true,
"index": true
},
"_index": true,
"isRequired": true,
"originalRequiredValue": true
}
{
"enumValues": [],
"regExp": null,
"path": "price_recommendation_formula",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"price_recommendation_formula"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "type",
"instance": "String",
"validators": [
{
"message": "Validator failed for path `{PATH}` with value `{VALUE}`",
"type": "user defined",
"validator": {}
}
],
"getters": [],
"setters": [],
"_presplitPath": [
"type"
],
"options": {
"validate": {},
"index": true,
"default": "other"
},
"_index": true,
"defaultValue": "other"
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}