Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c36c9eb809 | |||
| ed3f089736 | |||
| d862a79c0f |
@@ -9,6 +9,7 @@ type BaseCall struct {
|
|||||||
CallType string `gorm:"index"`
|
CallType string `gorm:"index"`
|
||||||
GenderPreference string
|
GenderPreference string
|
||||||
ClientId int `gorm:"index"`
|
ClientId int `gorm:"index"`
|
||||||
|
LanguageId int
|
||||||
CustomerDnis string
|
CustomerDnis string
|
||||||
CustomerAni string
|
CustomerAni string
|
||||||
SearchStartTime *time.Time
|
SearchStartTime *time.Time
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ type AnalyticsConversationWithAttributes struct {
|
|||||||
OriginatingDirection string `json:"originatingDirection"`
|
OriginatingDirection string `json:"originatingDirection"`
|
||||||
Participants []struct {
|
Participants []struct {
|
||||||
ExternalContactId string `json:"externalContactId"`
|
ExternalContactId string `json:"externalContactId"`
|
||||||
ParticipantId string `json:"participantId"`
|
ParticipantId string `json:"id"`
|
||||||
ParticipantName string `json:"participantName"`
|
ParticipantName string `json:"participantName"`
|
||||||
Purpose string `json:"purpose"`
|
Purpose string `json:"purpose"`
|
||||||
Sessions []struct {
|
Sessions []struct {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ type DBSegment struct {
|
|||||||
SegmentEnd time.Time `gorm:"index"`
|
SegmentEnd time.Time `gorm:"index"`
|
||||||
SegmentStart time.Time `gorm:"index"`
|
SegmentStart time.Time `gorm:"index"`
|
||||||
SegmentType string `gorm:"index"`
|
SegmentType string `gorm:"index"`
|
||||||
SessionId string `gorm:"foreignKey"`
|
SessionId string `gorm:"index;foreignKey"`
|
||||||
WrapUpCode string
|
WrapUpCode string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user