Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-models
models
reviews
Review
Interface Review
interface
Review
{
_id
?:
string
;
comment
:
string
;
createdDate
?:
Date
;
endorsalId
:
string
;
host
?:
string
|
Host
;
id
?:
string
;
itinerary
?:
string
|
SavedItinerary
;
modifiedDate
?:
Date
;
rating
:
AllowedRating
;
rawPayload
?:
{
submissionId
:
string
;
[
key
:
string
]:
any
}
;
shareable
:
boolean
;
sourceHost
:
undefined
|
string
|
Host
;
sourceItinerary
:
string
|
SavedItinerary
;
sourceTrip
:
string
|
SavedTrip
;
status
:
ReviewStatus
;
trip
?:
string
|
SavedTrip
;
user
:
string
|
SavedUser
;
userGroup
:
|
"system"
|
"superAdmin"
|
"admin"
|
"host"
|
"guide"
|
"tripManager"
|
"accountManager"
|
"operator"
|
"traveler"
|
"basic"
|
"anonymous"
;
}
Hierarchy (
View Summary
)
BaseModel
Review
Index
Properties
_id?
comment
created
Date?
endorsal
Id
host?
id?
itinerary?
modified
Date?
rating
raw
Payload?
shareable
source
Host
source
Itinerary
source
Trip
status
trip?
user
user
Group
Properties
Optional
_id
_id
?:
string
comment
comment
:
string
Optional
created
Date
createdDate
?:
Date
endorsal
Id
endorsalId
:
string
Optional
host
host
?:
string
|
Host
Optional
id
id
?:
string
Deprecated
Use _id instead
Optional
itinerary
itinerary
?:
string
|
SavedItinerary
Optional
modified
Date
modifiedDate
?:
Date
rating
rating
:
AllowedRating
Optional
raw
Payload
rawPayload
?:
{
submissionId
:
string
;
[
key
:
string
]:
any
}
shareable
shareable
:
boolean
source
Host
sourceHost
:
undefined
|
string
|
Host
source
Itinerary
sourceItinerary
:
string
|
SavedItinerary
source
Trip
sourceTrip
:
string
|
SavedTrip
status
status
:
ReviewStatus
Optional
trip
trip
?:
string
|
SavedTrip
user
user
:
string
|
SavedUser
user
Group
userGroup
:
|
"system"
|
"superAdmin"
|
"admin"
|
"host"
|
"guide"
|
"tripManager"
|
"accountManager"
|
"operator"
|
"traveler"
|
"basic"
|
"anonymous"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
comment
created
Date
endorsal
Id
host
id
itinerary
modified
Date
rating
raw
Payload
shareable
source
Host
source
Itinerary
source
Trip
status
trip
user
user
Group
Trova Core - v3.43.0
Loading...
Deprecated
Use _id instead