Skip to content

Commit

Permalink
Release of Version 10.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
toddcornett committed Jul 12, 2022
1 parent 03ad98b commit 12e984c
Show file tree
Hide file tree
Showing 25 changed files with 3,084 additions and 800 deletions.
171 changes: 171 additions & 0 deletions api/domaintype/EFx.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type EFxModuleType struct {
IsSmartBar bool
IsSmsQuiz bool
IsTeams bool
IsLeadRetrieval bool
IsAdminOnly bool
IconURL string
DependencyNFC bool
Expand All @@ -38,6 +39,27 @@ type EFxModuleType struct {
CompatibilitySMS bool
}

type EFxScreenType struct {
Slug string
Name string
Description string
IsScanView bool
IsFailureView bool
IsCheckOutView bool
IsSuccessView bool
IsRegisterSuccessView bool
IsRegisterScanView bool
IsRegisterFailureView bool
}

type EFxStationType struct {
Slug string
Name string
Description string
IsCheckIn bool
IsCheckInOut bool
}

func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
return []EFxModuleType{
{
Expand All @@ -59,6 +81,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/guest-management.png`,
DependencyNFC: true,
Expand All @@ -85,6 +108,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/access.png`,
DependencyNFC: true,
Expand All @@ -111,6 +135,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: true,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/nike.png`,
DependencyNFC: true,
Expand All @@ -137,6 +162,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/concierge.png`,
DependencyNFC: true,
Expand All @@ -163,6 +189,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/digital-memory-bank.png`,
DependencyNFC: false,
Expand All @@ -189,6 +216,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: true,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/access.png`,
DependencyNFC: true,
Expand All @@ -215,6 +243,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/messaging.png`,
DependencyNFC: false,
Expand All @@ -241,6 +270,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: true,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/polling.png`,
DependencyNFC: false,
Expand All @@ -267,6 +297,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/product-pickup.png`,
DependencyNFC: true,
Expand All @@ -293,6 +324,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/raffle.png`,
DependencyNFC: true,
Expand All @@ -319,6 +351,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/reservation.png`,
DependencyNFC: true,
Expand All @@ -345,6 +378,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/photographer.png`,
DependencyNFC: false,
Expand All @@ -371,6 +405,7 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: true,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/smartbar-vertical.png`,
DependencyNFC: true,
Expand All @@ -397,12 +432,148 @@ func (f *EFx) ListEFxModuleTypes() []EFxModuleType {
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: true,
IsLeadRetrieval: false,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/teams.png`,
DependencyNFC: false,
DependencySMS: false,
CompatibilityNFC: false,
CompatibilitySMS: true,
},
{
Id: `LeadRetrieval`,
Slug: `lead-retrieval`,
Name: `Lead Retrieval`,
Description: `Get leads for your events`,
IsAccessControl: false,
IsGuestManagement: false,
IsConcierge: false,
IsAthleteBag: false,
IsDigitalMemoryBank: false,
IsGuestInfo: false,
IsMessaging: false,
IsProductPickup: false,
IsRaffle: false,
IsReservation: false,
IsRoamingPhotographer: false,
IsSmartBar: false,
IsSmsQuiz: false,
IsTeams: false,
IsLeadRetrieval: true,
IsAdminOnly: false,
IconURL: `https://cdn.eventfarm.com/platform/img/icons/lead-retrieval.png`,
DependencyNFC: false,
DependencySMS: false,
CompatibilityNFC: true,
CompatibilitySMS: false,
},
}
}

func (f *EFx) ListEFxScreenTypes() []EFxScreenType {
return []EFxScreenType{
{
Slug: `scan-view`,
Name: `Scan View`,
Description: ``,
IsScanView: true,
IsFailureView: false,
IsCheckOutView: false,
IsSuccessView: false,
IsRegisterSuccessView: false,
IsRegisterScanView: false,
IsRegisterFailureView: false,
},
{
Slug: `failure-view`,
Name: `Failure View`,
Description: ``,
IsScanView: false,
IsFailureView: true,
IsCheckOutView: false,
IsSuccessView: false,
IsRegisterSuccessView: false,
IsRegisterScanView: false,
IsRegisterFailureView: false,
},
{
Slug: `check-out-view`,
Name: `Check Out View`,
Description: ``,
IsScanView: false,
IsFailureView: false,
IsCheckOutView: true,
IsSuccessView: false,
IsRegisterSuccessView: false,
IsRegisterScanView: false,
IsRegisterFailureView: false,
},
{
Slug: `success-view`,
Name: `Success View`,
Description: ``,
IsScanView: false,
IsFailureView: false,
IsCheckOutView: false,
IsSuccessView: true,
IsRegisterSuccessView: false,
IsRegisterScanView: false,
IsRegisterFailureView: false,
},
{
Slug: `register-success-view`,
Name: `Register Success View`,
Description: ``,
IsScanView: false,
IsFailureView: false,
IsCheckOutView: false,
IsSuccessView: false,
IsRegisterSuccessView: true,
IsRegisterScanView: false,
IsRegisterFailureView: false,
},
{
Slug: `register-scan-view`,
Name: `Register Scan View`,
Description: ``,
IsScanView: false,
IsFailureView: false,
IsCheckOutView: false,
IsSuccessView: false,
IsRegisterSuccessView: false,
IsRegisterScanView: true,
IsRegisterFailureView: false,
},
{
Slug: `register-failure-view`,
Name: `Register Failure View`,
Description: ``,
IsScanView: false,
IsFailureView: false,
IsCheckOutView: false,
IsSuccessView: false,
IsRegisterSuccessView: false,
IsRegisterScanView: false,
IsRegisterFailureView: true,
},
}
}

func (f *EFx) ListEFxStationTypes() []EFxStationType {
return []EFxStationType{
{
Slug: `check-in`,
Name: `CheckIn`,
Description: ``,
IsCheckIn: true,
IsCheckInOut: false,
},
{
Slug: `check-in-out`,
Name: `CheckInOut`,
Description: ``,
IsCheckIn: false,
IsCheckInOut: true,
},
}
}
23 changes: 23 additions & 0 deletions api/domaintype/EmailMessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type EmailArchiveSubCategoryType struct {
IsNoShow bool
IsWaitList bool
IsNone bool
IsExhibitor bool
}

type EmailMessageType struct {
Expand Down Expand Up @@ -310,6 +311,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: false,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `group`,
Expand All @@ -323,6 +325,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: false,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `eventcheckedin`,
Expand All @@ -336,6 +339,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: false,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `tickettype`,
Expand All @@ -349,6 +353,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: false,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `preview`,
Expand All @@ -362,6 +367,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: false,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `noshow`,
Expand All @@ -375,6 +381,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: true,
IsWaitList: false,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `waitlist`,
Expand All @@ -388,6 +395,7 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: true,
IsNone: false,
IsExhibitor: false,
},
{
Slug: `None`,
Expand All @@ -401,6 +409,21 @@ func (f *EmailMessage) ListEmailArchiveSubCategoryTypes() []EmailArchiveSubCateg
IsNoShow: false,
IsWaitList: false,
IsNone: true,
IsExhibitor: false,
},
{
Slug: `exhibitor`,
Name: `Exhibitor`,
Description: ``,
IsTicketBlock: false,
IsGroup: false,
IsEventCheckedIn: false,
IsTicketType: false,
IsPreview: false,
IsNoShow: false,
IsWaitList: false,
IsNone: false,
IsExhibitor: true,
},
}
}
Expand Down
5 changes: 5 additions & 0 deletions api/domaintype/Integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ func (f *Integration) ListUserAttributeInfoFieldTypes() []UserAttributeInfoField
Name: `Telephone`,
Description: ``,
},
{
Slug: `user-email-unsubscribe`,
Name: `Email Unsubscribe`,
Description: ``,
},
{
Slug: `newCustomField`,
Name: `New Custom Field`,
Expand Down
Loading

0 comments on commit 12e984c

Please sign in to comment.