Skip to content

Commit

Permalink
Add helpdesk_only website settings option
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 25, 2023
1 parent 5e428a7 commit ff875d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crisp/website_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type WebsiteSettingsChatbox struct {
VisitorCompose *bool `json:"visitor_compose,omitempty"`
FileTransfer *bool `json:"file_transfer,omitempty"`
HelpdeskLink *bool `json:"helpdesk_link,omitempty"`
HelpdeskOnly *bool `json:"helpdesk_only,omitempty"`
StatusHealthDead *bool `json:"status_health_dead,omitempty"`
CheckDomain *bool `json:"check_domain,omitempty"`
ColorTheme *string `json:"color_theme,omitempty"`
Expand Down Expand Up @@ -142,6 +143,7 @@ type WebsiteSettingsUpdateChatbox struct {
VisitorCompose bool `json:"visitor_compose,omitempty"`
FileTransfer bool `json:"file_transfer,omitempty"`
HelpdeskLink bool `json:"helpdesk_link,omitempty"`
HelpdeskOnly bool `json:"helpdesk_only,omitempty"`
StatusHealthDead bool `json:"status_health_dead,omitempty"`
CheckDomain bool `json:"check_domain,omitempty"`
ColorTheme string `json:"color_theme,omitempty"`
Expand Down

0 comments on commit ff875d7

Please sign in to comment.