Documentation
¶
Index ¶
- type AnonymizationService
- func (aaa *AnonymizationService) AnonymizeUserProfile(input *anonymization.AnonymizeUserProfileParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeUserProfileShort(input *anonymization.AnonymizeUserProfileParams) error
- func (aaa *AnonymizationService) GetAuthSession() auth.Session
- func (aaa *AnonymizationService) UpdateFlightId(flightId string)
- type ConfigService
- func (aaa *ConfigService) CreateConfig(input *config.CreateConfigParams) (*basicclientmodels.ConfigInfo, error)deprecated
- func (aaa *ConfigService) CreateConfigShort(input *config.CreateConfigParams) (*basicclientmodels.ConfigInfo, error)
- func (aaa *ConfigService) DeleteConfig(input *config.DeleteConfigParams) errordeprecated
- func (aaa *ConfigService) DeleteConfigShort(input *config.DeleteConfigParams) error
- func (aaa *ConfigService) GetAuthSession() auth.Session
- func (aaa *ConfigService) GetConfig(input *config.GetConfigParams) (*basicclientmodels.ConfigInfo, error)deprecated
- func (aaa *ConfigService) GetConfigShort(input *config.GetConfigParams) (*basicclientmodels.ConfigInfo, error)
- func (aaa *ConfigService) GetPublisherConfig(input *config.GetPublisherConfigParams) (*basicclientmodels.ConfigInfo, error)deprecated
- func (aaa *ConfigService) GetPublisherConfigShort(input *config.GetPublisherConfigParams) (*basicclientmodels.ConfigInfo, error)
- func (aaa *ConfigService) UpdateConfig(input *config.UpdateConfigParams) (*basicclientmodels.ConfigInfo, error)deprecated
- func (aaa *ConfigService) UpdateConfigShort(input *config.UpdateConfigParams) (*basicclientmodels.ConfigInfo, error)
- func (aaa *ConfigService) UpdateFlightId(flightId string)
- type FileUploadService
- func (aaa *FileUploadService) GeneratedUploadURL(input *file_upload.GeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)deprecated
- func (aaa *FileUploadService) GeneratedUploadURLShort(input *file_upload.GeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (aaa *FileUploadService) GeneratedUserUploadContentURL(input *file_upload.GeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)deprecated
- func (aaa *FileUploadService) GeneratedUserUploadContentURLShort(input *file_upload.GeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (aaa *FileUploadService) GetAuthSession() auth.Session
- func (aaa *FileUploadService) PublicGeneratedUploadURL(input *file_upload.PublicGeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)deprecated
- func (aaa *FileUploadService) PublicGeneratedUploadURLShort(input *file_upload.PublicGeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (aaa *FileUploadService) PublicGeneratedUserUploadContentURL(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)deprecated
- func (aaa *FileUploadService) PublicGeneratedUserUploadContentURLShort(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (aaa *FileUploadService) UpdateFlightId(flightId string)
- type MiscService
- func (aaa *MiscService) AddCountryGroup(input *misc.AddCountryGroupParams) (*basicclientmodels.AddCountryGroupResponse, error)deprecated
- func (aaa *MiscService) AddCountryGroupShort(input *misc.AddCountryGroupParams) (*basicclientmodels.AddCountryGroupResponse, error)
- func (aaa *MiscService) DeleteCountryGroup(input *misc.DeleteCountryGroupParams) errordeprecated
- func (aaa *MiscService) DeleteCountryGroupShort(input *misc.DeleteCountryGroupParams) error
- func (aaa *MiscService) GetAuthSession() auth.Session
- func (aaa *MiscService) GetCountries(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)deprecated
- func (aaa *MiscService) GetCountriesShort(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)
- func (aaa *MiscService) GetCountryGroups(input *misc.GetCountryGroupsParams) ([]*basicclientmodels.RetrieveCountryGroupResponse, error)deprecated
- func (aaa *MiscService) GetCountryGroupsShort(input *misc.GetCountryGroupsParams) ([]*basicclientmodels.RetrieveCountryGroupResponse, error)
- func (aaa *MiscService) GetLanguages(input *misc.GetLanguagesParams) (map[string]string, error)deprecated
- func (aaa *MiscService) GetLanguagesShort(input *misc.GetLanguagesParams) (map[string]string, error)
- func (aaa *MiscService) GetTimeZones(input *misc.GetTimeZonesParams) ([]string, error)deprecated
- func (aaa *MiscService) GetTimeZonesShort(input *misc.GetTimeZonesParams) ([]string, error)
- func (aaa *MiscService) PublicGetCountries(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)deprecated
- func (aaa *MiscService) PublicGetCountriesShort(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)
- func (aaa *MiscService) PublicGetLanguages(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)deprecated
- func (aaa *MiscService) PublicGetLanguagesShort(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)
- func (aaa *MiscService) PublicGetTime(input *misc.PublicGetTimeParams) (*basicclientmodels.RetrieveTimeResponse, error)deprecated
- func (aaa *MiscService) PublicGetTimeShort(input *misc.PublicGetTimeParams) (*basicclientmodels.RetrieveTimeResponse, error)
- func (aaa *MiscService) PublicGetTimeZones(input *misc.PublicGetTimeZonesParams) ([]string, error)deprecated
- func (aaa *MiscService) PublicGetTimeZonesShort(input *misc.PublicGetTimeZonesParams) ([]string, error)
- func (aaa *MiscService) UpdateCountryGroup(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)deprecated
- func (aaa *MiscService) UpdateCountryGroupShort(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)
- func (aaa *MiscService) UpdateFlightId(flightId string)
- type NamespaceService
- func (aaa *NamespaceService) ChangeNamespaceStatus(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) ChangeNamespaceStatusShort(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) CreateNamespace(input *namespace.CreateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) CreateNamespaceShort(input *namespace.CreateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) DeleteNamespace(input *namespace.DeleteNamespaceParams) (*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) DeleteNamespaceShort(input *namespace.DeleteNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) GetAuthSession() auth.Session
- func (aaa *NamespaceService) GetChildNamespaces(input *namespace.GetChildNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) GetChildNamespacesShort(input *namespace.GetChildNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) GetGameNamespaces(input *namespace.GetGameNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) GetGameNamespacesShort(input *namespace.GetGameNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) GetNamespace(input *namespace.GetNamespaceParams) (*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) GetNamespace1(input *namespace.GetNamespace1Params) (*basicclientmodels.NamespaceSimpleInfo, error)deprecated
- func (aaa *NamespaceService) GetNamespace1Short(input *namespace.GetNamespace1Params) (*basicclientmodels.NamespaceSimpleInfo, error)
- func (aaa *NamespaceService) GetNamespaceContext(input *namespace.GetNamespaceContextParams) (*basicclientmodels.NamespaceContext, error)deprecated
- func (aaa *NamespaceService) GetNamespaceContextShort(input *namespace.GetNamespaceContextParams) (*basicclientmodels.NamespaceContext, error)
- func (aaa *NamespaceService) GetNamespacePublisher(input *namespace.GetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)deprecated
- func (aaa *NamespaceService) GetNamespacePublisherShort(input *namespace.GetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
- func (aaa *NamespaceService) GetNamespaceShort(input *namespace.GetNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) GetNamespaces(input *namespace.GetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) GetNamespacesShort(input *namespace.GetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) PublicGetNamespacePublisher(input *namespace.PublicGetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)deprecated
- func (aaa *NamespaceService) PublicGetNamespacePublisherShort(input *namespace.PublicGetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
- func (aaa *NamespaceService) PublicGetNamespaces(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) PublicGetNamespacesShort(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
- func (aaa *NamespaceService) UpdateFlightId(flightId string)
- func (aaa *NamespaceService) UpdateNamespace(input *namespace.UpdateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)deprecated
- func (aaa *NamespaceService) UpdateNamespaceShort(input *namespace.UpdateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- type UserProfileService
- func (aaa *UserProfileService) AdminGetUserProfilePublicInfoByIds(input *user_profile.AdminGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)deprecated
- func (aaa *UserProfileService) AdminGetUserProfilePublicInfoByIdsShort(input *user_profile.AdminGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
- func (aaa *UserProfileService) CreateMyProfile(input *user_profile.CreateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) CreateMyProfileShort(input *user_profile.CreateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (aaa *UserProfileService) DeleteUserProfile(input *user_profile.DeleteUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) DeleteUserProfileShort(input *user_profile.DeleteUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (aaa *UserProfileService) GetAuthSession() auth.Session
- func (aaa *UserProfileService) GetCustomAttributesInfo(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) GetCustomAttributesInfoShort(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfo(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfoShort(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) GetMyProfileInfo(input *user_profile.GetMyProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) GetMyProfileInfoShort(input *user_profile.GetMyProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (aaa *UserProfileService) GetMyZipCode(input *user_profile.GetMyZipCodeParams) (*basicclientmodels.UserZipCode, error)deprecated
- func (aaa *UserProfileService) GetMyZipCodeShort(input *user_profile.GetMyZipCodeParams) (*basicclientmodels.UserZipCode, error)
- func (aaa *UserProfileService) GetPrivateCustomAttributesInfo(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) GetPrivateCustomAttributesInfoShort(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) GetUserProfileInfo(input *user_profile.GetUserProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) GetUserProfileInfoByPublicID(input *user_profile.GetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfileInfo, error)deprecated
- func (aaa *UserProfileService) GetUserProfileInfoByPublicIDShort(input *user_profile.GetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfileInfo, error)
- func (aaa *UserProfileService) GetUserProfileInfoShort(input *user_profile.GetUserProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (aaa *UserProfileService) PublicBulkGetUserProfilePublicInfo(input *user_profile.PublicBulkGetUserProfilePublicInfoParams) ([]*basicclientmodels.UserProfilePublicInfo, error)deprecated
- func (aaa *UserProfileService) PublicBulkGetUserProfilePublicInfoShort(input *user_profile.PublicBulkGetUserProfilePublicInfoParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
- func (aaa *UserProfileService) PublicCreateUserProfile(input *user_profile.PublicCreateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)deprecated
- func (aaa *UserProfileService) PublicCreateUserProfileShort(input *user_profile.PublicCreateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
- func (aaa *UserProfileService) PublicGetCustomAttributesInfo(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) PublicGetCustomAttributesInfoShort(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) PublicGetUserProfileInfo(input *user_profile.PublicGetUserProfileInfoParams) (*basicclientmodels.UserProfileInfo, error)deprecated
- func (aaa *UserProfileService) PublicGetUserProfileInfoByPublicID(input *user_profile.PublicGetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfilePublicInfo, error)deprecated
- func (aaa *UserProfileService) PublicGetUserProfileInfoByPublicIDShort(input *user_profile.PublicGetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfilePublicInfo, error)
- func (aaa *UserProfileService) PublicGetUserProfileInfoShort(input *user_profile.PublicGetUserProfileInfoParams) (*basicclientmodels.UserProfileInfo, error)
- func (aaa *UserProfileService) PublicGetUserProfilePublicInfo(input *user_profile.PublicGetUserProfilePublicInfoParams) (*basicclientmodels.UserProfilePublicInfo, error)deprecated
- func (aaa *UserProfileService) PublicGetUserProfilePublicInfoByIds(input *user_profile.PublicGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)deprecated
- func (aaa *UserProfileService) PublicGetUserProfilePublicInfoByIdsShort(input *user_profile.PublicGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
- func (aaa *UserProfileService) PublicGetUserProfilePublicInfoShort(input *user_profile.PublicGetUserProfilePublicInfoParams) (*basicclientmodels.UserProfilePublicInfo, error)
- func (aaa *UserProfileService) PublicUpdateCustomAttributesPartially(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) PublicUpdateCustomAttributesPartiallyShort(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) PublicUpdateUserProfile(input *user_profile.PublicUpdateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)deprecated
- func (aaa *UserProfileService) PublicUpdateUserProfileShort(input *user_profile.PublicUpdateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
- func (aaa *UserProfileService) PublicUpdateUserProfileStatus(input *user_profile.PublicUpdateUserProfileStatusParams) (*basicclientmodels.UserProfileInfo, error)deprecated
- func (aaa *UserProfileService) PublicUpdateUserProfileStatusShort(input *user_profile.PublicUpdateUserProfileStatusParams) (*basicclientmodels.UserProfileInfo, error)
- func (aaa *UserProfileService) UpdateCustomAttributesPartially(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) UpdateCustomAttributesPartiallyShort(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) UpdateFlightId(flightId string)
- func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartially(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) UpdateMyProfile(input *user_profile.UpdateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) UpdateMyProfileShort(input *user_profile.UpdateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (aaa *UserProfileService) UpdateMyZipCode(input *user_profile.UpdateMyZipCodeParams) (*basicclientmodels.UserZipCode, error)deprecated
- func (aaa *UserProfileService) UpdateMyZipCodeShort(input *user_profile.UpdateMyZipCodeParams) (*basicclientmodels.UserZipCode, error)
- func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartially(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)deprecated
- func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartiallyShort(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
- func (aaa *UserProfileService) UpdateUserProfile(input *user_profile.UpdateUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) UpdateUserProfileShort(input *user_profile.UpdateUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (aaa *UserProfileService) UpdateUserProfileStatus(input *user_profile.UpdateUserProfileStatusParams) (*basicclientmodels.UserProfilePrivateInfo, error)deprecated
- func (aaa *UserProfileService) UpdateUserProfileStatusShort(input *user_profile.UpdateUserProfileStatusParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnonymizationService ¶
type AnonymizationService struct { Client *basicclient.JusticeBasicService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*AnonymizationService) AnonymizeUserProfile
deprecated
func (aaa *AnonymizationService) AnonymizeUserProfile(input *anonymization.AnonymizeUserProfileParams) error
Deprecated: 2022-01-10 - please use AnonymizeUserProfileShort instead.
func (*AnonymizationService) AnonymizeUserProfileShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeUserProfileShort(input *anonymization.AnonymizeUserProfileParams) error
func (*AnonymizationService) GetAuthSession ¶ added in v0.21.0
func (aaa *AnonymizationService) GetAuthSession() auth.Session
func (*AnonymizationService) UpdateFlightId ¶ added in v0.63.0
func (aaa *AnonymizationService) UpdateFlightId(flightId string)
type ConfigService ¶ added in v0.40.0
type ConfigService struct { Client *basicclient.JusticeBasicService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*ConfigService) CreateConfig
deprecated
added in
v0.40.0
func (aaa *ConfigService) CreateConfig(input *config.CreateConfigParams) (*basicclientmodels.ConfigInfo, error)
Deprecated: 2022-01-10 - please use CreateConfigShort instead.
func (*ConfigService) CreateConfigShort ¶ added in v0.40.0
func (aaa *ConfigService) CreateConfigShort(input *config.CreateConfigParams) (*basicclientmodels.ConfigInfo, error)
func (*ConfigService) DeleteConfig
deprecated
added in
v0.69.0
func (aaa *ConfigService) DeleteConfig(input *config.DeleteConfigParams) error
Deprecated: 2022-01-10 - please use DeleteConfigShort instead.
func (*ConfigService) DeleteConfigShort ¶ added in v0.69.0
func (aaa *ConfigService) DeleteConfigShort(input *config.DeleteConfigParams) error
func (*ConfigService) GetAuthSession ¶ added in v0.40.0
func (aaa *ConfigService) GetAuthSession() auth.Session
func (*ConfigService) GetConfig
deprecated
added in
v0.69.0
func (aaa *ConfigService) GetConfig(input *config.GetConfigParams) (*basicclientmodels.ConfigInfo, error)
Deprecated: 2022-01-10 - please use GetConfigShort instead.
func (*ConfigService) GetConfigShort ¶ added in v0.69.0
func (aaa *ConfigService) GetConfigShort(input *config.GetConfigParams) (*basicclientmodels.ConfigInfo, error)
func (*ConfigService) GetPublisherConfig
deprecated
added in
v0.41.0
func (aaa *ConfigService) GetPublisherConfig(input *config.GetPublisherConfigParams) (*basicclientmodels.ConfigInfo, error)
Deprecated: 2022-01-10 - please use GetPublisherConfigShort instead.
func (*ConfigService) GetPublisherConfigShort ¶ added in v0.41.0
func (aaa *ConfigService) GetPublisherConfigShort(input *config.GetPublisherConfigParams) (*basicclientmodels.ConfigInfo, error)
func (*ConfigService) UpdateConfig
deprecated
added in
v0.69.0
func (aaa *ConfigService) UpdateConfig(input *config.UpdateConfigParams) (*basicclientmodels.ConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateConfigShort instead.
func (*ConfigService) UpdateConfigShort ¶ added in v0.69.0
func (aaa *ConfigService) UpdateConfigShort(input *config.UpdateConfigParams) (*basicclientmodels.ConfigInfo, error)
func (*ConfigService) UpdateFlightId ¶ added in v0.63.0
func (aaa *ConfigService) UpdateFlightId(flightId string)
type FileUploadService ¶
type FileUploadService struct { Client *basicclient.JusticeBasicService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*FileUploadService) GeneratedUploadURL
deprecated
func (aaa *FileUploadService) GeneratedUploadURL(input *file_upload.GeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
Deprecated: 2022-01-10 - please use GeneratedUploadURLShort instead.
func (*FileUploadService) GeneratedUploadURLShort ¶ added in v0.10.0
func (aaa *FileUploadService) GeneratedUploadURLShort(input *file_upload.GeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) GeneratedUserUploadContentURL
deprecated
func (aaa *FileUploadService) GeneratedUserUploadContentURL(input *file_upload.GeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
Deprecated: 2022-01-10 - please use GeneratedUserUploadContentURLShort instead.
func (*FileUploadService) GeneratedUserUploadContentURLShort ¶ added in v0.10.0
func (aaa *FileUploadService) GeneratedUserUploadContentURLShort(input *file_upload.GeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) GetAuthSession ¶ added in v0.21.0
func (aaa *FileUploadService) GetAuthSession() auth.Session
func (*FileUploadService) PublicGeneratedUploadURL
deprecated
func (aaa *FileUploadService) PublicGeneratedUploadURL(input *file_upload.PublicGeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
Deprecated: 2022-01-10 - please use PublicGeneratedUploadURLShort instead.
func (*FileUploadService) PublicGeneratedUploadURLShort ¶ added in v0.10.0
func (aaa *FileUploadService) PublicGeneratedUploadURLShort(input *file_upload.PublicGeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) PublicGeneratedUserUploadContentURL
deprecated
func (aaa *FileUploadService) PublicGeneratedUserUploadContentURL(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
Deprecated: 2022-01-10 - please use PublicGeneratedUserUploadContentURLShort instead.
func (*FileUploadService) PublicGeneratedUserUploadContentURLShort ¶ added in v0.10.0
func (aaa *FileUploadService) PublicGeneratedUserUploadContentURLShort(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) UpdateFlightId ¶ added in v0.63.0
func (aaa *FileUploadService) UpdateFlightId(flightId string)
type MiscService ¶
type MiscService struct { Client *basicclient.JusticeBasicService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*MiscService) AddCountryGroup
deprecated
func (aaa *MiscService) AddCountryGroup(input *misc.AddCountryGroupParams) (*basicclientmodels.AddCountryGroupResponse, error)
Deprecated: 2022-01-10 - please use AddCountryGroupShort instead.
func (*MiscService) AddCountryGroupShort ¶ added in v0.10.0
func (aaa *MiscService) AddCountryGroupShort(input *misc.AddCountryGroupParams) (*basicclientmodels.AddCountryGroupResponse, error)
func (*MiscService) DeleteCountryGroup
deprecated
func (aaa *MiscService) DeleteCountryGroup(input *misc.DeleteCountryGroupParams) error
Deprecated: 2022-01-10 - please use DeleteCountryGroupShort instead.
func (*MiscService) DeleteCountryGroupShort ¶ added in v0.10.0
func (aaa *MiscService) DeleteCountryGroupShort(input *misc.DeleteCountryGroupParams) error
func (*MiscService) GetAuthSession ¶ added in v0.21.0
func (aaa *MiscService) GetAuthSession() auth.Session
func (*MiscService) GetCountries
deprecated
func (aaa *MiscService) GetCountries(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)
Deprecated: 2022-01-10 - please use GetCountriesShort instead.
func (*MiscService) GetCountriesShort ¶ added in v0.10.0
func (aaa *MiscService) GetCountriesShort(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)
func (*MiscService) GetCountryGroups
deprecated
func (aaa *MiscService) GetCountryGroups(input *misc.GetCountryGroupsParams) ([]*basicclientmodels.RetrieveCountryGroupResponse, error)
Deprecated: 2022-01-10 - please use GetCountryGroupsShort instead.
func (*MiscService) GetCountryGroupsShort ¶ added in v0.10.0
func (aaa *MiscService) GetCountryGroupsShort(input *misc.GetCountryGroupsParams) ([]*basicclientmodels.RetrieveCountryGroupResponse, error)
func (*MiscService) GetLanguages
deprecated
func (aaa *MiscService) GetLanguages(input *misc.GetLanguagesParams) (map[string]string, error)
Deprecated: 2022-01-10 - please use GetLanguagesShort instead.
func (*MiscService) GetLanguagesShort ¶ added in v0.10.0
func (aaa *MiscService) GetLanguagesShort(input *misc.GetLanguagesParams) (map[string]string, error)
func (*MiscService) GetTimeZones
deprecated
func (aaa *MiscService) GetTimeZones(input *misc.GetTimeZonesParams) ([]string, error)
Deprecated: 2022-01-10 - please use GetTimeZonesShort instead.
func (*MiscService) GetTimeZonesShort ¶ added in v0.10.0
func (aaa *MiscService) GetTimeZonesShort(input *misc.GetTimeZonesParams) ([]string, error)
func (*MiscService) PublicGetCountries
deprecated
func (aaa *MiscService) PublicGetCountries(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)
Deprecated: 2022-01-10 - please use PublicGetCountriesShort instead.
func (*MiscService) PublicGetCountriesShort ¶ added in v0.10.0
func (aaa *MiscService) PublicGetCountriesShort(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)
func (*MiscService) PublicGetLanguages
deprecated
func (aaa *MiscService) PublicGetLanguages(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use PublicGetLanguagesShort instead.
func (*MiscService) PublicGetLanguagesShort ¶ added in v0.10.0
func (aaa *MiscService) PublicGetLanguagesShort(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)
func (*MiscService) PublicGetTime
deprecated
added in
v0.10.0
func (aaa *MiscService) PublicGetTime(input *misc.PublicGetTimeParams) (*basicclientmodels.RetrieveTimeResponse, error)
Deprecated: 2022-01-10 - please use PublicGetTimeShort instead.
func (*MiscService) PublicGetTimeShort ¶ added in v0.10.0
func (aaa *MiscService) PublicGetTimeShort(input *misc.PublicGetTimeParams) (*basicclientmodels.RetrieveTimeResponse, error)
func (*MiscService) PublicGetTimeZones
deprecated
func (aaa *MiscService) PublicGetTimeZones(input *misc.PublicGetTimeZonesParams) ([]string, error)
Deprecated: 2022-01-10 - please use PublicGetTimeZonesShort instead.
func (*MiscService) PublicGetTimeZonesShort ¶ added in v0.10.0
func (aaa *MiscService) PublicGetTimeZonesShort(input *misc.PublicGetTimeZonesParams) ([]string, error)
func (*MiscService) UpdateCountryGroup
deprecated
func (aaa *MiscService) UpdateCountryGroup(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)
Deprecated: 2022-01-10 - please use UpdateCountryGroupShort instead.
func (*MiscService) UpdateCountryGroupShort ¶ added in v0.10.0
func (aaa *MiscService) UpdateCountryGroupShort(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)
func (*MiscService) UpdateFlightId ¶ added in v0.63.0
func (aaa *MiscService) UpdateFlightId(flightId string)
type NamespaceService ¶
type NamespaceService struct { Client *basicclient.JusticeBasicService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*NamespaceService) ChangeNamespaceStatus
deprecated
func (aaa *NamespaceService) ChangeNamespaceStatus(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use ChangeNamespaceStatusShort instead.
func (*NamespaceService) ChangeNamespaceStatusShort ¶ added in v0.10.0
func (aaa *NamespaceService) ChangeNamespaceStatusShort(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) CreateNamespace
deprecated
func (aaa *NamespaceService) CreateNamespace(input *namespace.CreateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use CreateNamespaceShort instead.
func (*NamespaceService) CreateNamespaceShort ¶ added in v0.10.0
func (aaa *NamespaceService) CreateNamespaceShort(input *namespace.CreateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) DeleteNamespace
deprecated
func (aaa *NamespaceService) DeleteNamespace(input *namespace.DeleteNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use DeleteNamespaceShort instead.
func (*NamespaceService) DeleteNamespaceShort ¶ added in v0.10.0
func (aaa *NamespaceService) DeleteNamespaceShort(input *namespace.DeleteNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) GetAuthSession ¶ added in v0.21.0
func (aaa *NamespaceService) GetAuthSession() auth.Session
func (*NamespaceService) GetChildNamespaces
deprecated
added in
v0.63.0
func (aaa *NamespaceService) GetChildNamespaces(input *namespace.GetChildNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use GetChildNamespacesShort instead.
func (*NamespaceService) GetChildNamespacesShort ¶ added in v0.63.0
func (aaa *NamespaceService) GetChildNamespacesShort(input *namespace.GetChildNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) GetGameNamespaces
deprecated
added in
v0.34.0
func (aaa *NamespaceService) GetGameNamespaces(input *namespace.GetGameNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use GetGameNamespacesShort instead.
func (*NamespaceService) GetGameNamespacesShort ¶ added in v0.34.0
func (aaa *NamespaceService) GetGameNamespacesShort(input *namespace.GetGameNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) GetNamespace
deprecated
func (aaa *NamespaceService) GetNamespace(input *namespace.GetNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use GetNamespaceShort instead.
func (*NamespaceService) GetNamespace1
deprecated
added in
v0.69.0
func (aaa *NamespaceService) GetNamespace1(input *namespace.GetNamespace1Params) (*basicclientmodels.NamespaceSimpleInfo, error)
Deprecated: 2022-01-10 - please use GetNamespace1Short instead.
func (*NamespaceService) GetNamespace1Short ¶ added in v0.69.0
func (aaa *NamespaceService) GetNamespace1Short(input *namespace.GetNamespace1Params) (*basicclientmodels.NamespaceSimpleInfo, error)
func (*NamespaceService) GetNamespaceContext
deprecated
added in
v0.63.0
func (aaa *NamespaceService) GetNamespaceContext(input *namespace.GetNamespaceContextParams) (*basicclientmodels.NamespaceContext, error)
Deprecated: 2022-01-10 - please use GetNamespaceContextShort instead.
func (*NamespaceService) GetNamespaceContextShort ¶ added in v0.63.0
func (aaa *NamespaceService) GetNamespaceContextShort(input *namespace.GetNamespaceContextParams) (*basicclientmodels.NamespaceContext, error)
func (*NamespaceService) GetNamespacePublisher
deprecated
func (aaa *NamespaceService) GetNamespacePublisher(input *namespace.GetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
Deprecated: 2022-01-10 - please use GetNamespacePublisherShort instead.
func (*NamespaceService) GetNamespacePublisherShort ¶ added in v0.10.0
func (aaa *NamespaceService) GetNamespacePublisherShort(input *namespace.GetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
func (*NamespaceService) GetNamespaceShort ¶ added in v0.10.0
func (aaa *NamespaceService) GetNamespaceShort(input *namespace.GetNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) GetNamespaces
deprecated
func (aaa *NamespaceService) GetNamespaces(input *namespace.GetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use GetNamespacesShort instead.
func (*NamespaceService) GetNamespacesShort ¶ added in v0.10.0
func (aaa *NamespaceService) GetNamespacesShort(input *namespace.GetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) PublicGetNamespacePublisher
deprecated
func (aaa *NamespaceService) PublicGetNamespacePublisher(input *namespace.PublicGetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
Deprecated: 2022-01-10 - please use PublicGetNamespacePublisherShort instead.
func (*NamespaceService) PublicGetNamespacePublisherShort ¶ added in v0.10.0
func (aaa *NamespaceService) PublicGetNamespacePublisherShort(input *namespace.PublicGetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
func (*NamespaceService) PublicGetNamespaces
deprecated
func (aaa *NamespaceService) PublicGetNamespaces(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use PublicGetNamespacesShort instead.
func (*NamespaceService) PublicGetNamespacesShort ¶ added in v0.10.0
func (aaa *NamespaceService) PublicGetNamespacesShort(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) UpdateFlightId ¶ added in v0.63.0
func (aaa *NamespaceService) UpdateFlightId(flightId string)
func (*NamespaceService) UpdateNamespace
deprecated
func (aaa *NamespaceService) UpdateNamespace(input *namespace.UpdateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
Deprecated: 2022-01-10 - please use UpdateNamespaceShort instead.
func (*NamespaceService) UpdateNamespaceShort ¶ added in v0.10.0
func (aaa *NamespaceService) UpdateNamespaceShort(input *namespace.UpdateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
type UserProfileService ¶
type UserProfileService struct { Client *basicclient.JusticeBasicService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*UserProfileService) AdminGetUserProfilePublicInfoByIds
deprecated
added in
v0.10.0
func (aaa *UserProfileService) AdminGetUserProfilePublicInfoByIds(input *user_profile.AdminGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
Deprecated: 2022-01-10 - please use AdminGetUserProfilePublicInfoByIdsShort instead.
func (*UserProfileService) AdminGetUserProfilePublicInfoByIdsShort ¶ added in v0.10.0
func (aaa *UserProfileService) AdminGetUserProfilePublicInfoByIdsShort(input *user_profile.AdminGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) CreateMyProfile
deprecated
func (aaa *UserProfileService) CreateMyProfile(input *user_profile.CreateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use CreateMyProfileShort instead.
func (*UserProfileService) CreateMyProfileShort ¶ added in v0.10.0
func (aaa *UserProfileService) CreateMyProfileShort(input *user_profile.CreateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) DeleteUserProfile
deprecated
func (aaa *UserProfileService) DeleteUserProfile(input *user_profile.DeleteUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use DeleteUserProfileShort instead.
func (*UserProfileService) DeleteUserProfileShort ¶ added in v0.10.0
func (aaa *UserProfileService) DeleteUserProfileShort(input *user_profile.DeleteUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) GetAuthSession ¶ added in v0.21.0
func (aaa *UserProfileService) GetAuthSession() auth.Session
func (*UserProfileService) GetCustomAttributesInfo
deprecated
func (aaa *UserProfileService) GetCustomAttributesInfo(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use GetCustomAttributesInfoShort instead.
func (*UserProfileService) GetCustomAttributesInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) GetCustomAttributesInfoShort(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)
func (*UserProfileService) GetMyPrivateCustomAttributesInfo
deprecated
added in
v0.29.0
func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfo(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use GetMyPrivateCustomAttributesInfoShort instead.
func (*UserProfileService) GetMyPrivateCustomAttributesInfoShort ¶ added in v0.29.0
func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfoShort(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
func (*UserProfileService) GetMyProfileInfo
deprecated
func (aaa *UserProfileService) GetMyProfileInfo(input *user_profile.GetMyProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use GetMyProfileInfoShort instead.
func (*UserProfileService) GetMyProfileInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) GetMyProfileInfoShort(input *user_profile.GetMyProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) GetMyZipCode
deprecated
added in
v0.10.0
func (aaa *UserProfileService) GetMyZipCode(input *user_profile.GetMyZipCodeParams) (*basicclientmodels.UserZipCode, error)
Deprecated: 2022-01-10 - please use GetMyZipCodeShort instead.
func (*UserProfileService) GetMyZipCodeShort ¶ added in v0.10.0
func (aaa *UserProfileService) GetMyZipCodeShort(input *user_profile.GetMyZipCodeParams) (*basicclientmodels.UserZipCode, error)
func (*UserProfileService) GetPrivateCustomAttributesInfo
deprecated
func (aaa *UserProfileService) GetPrivateCustomAttributesInfo(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use GetPrivateCustomAttributesInfoShort instead.
func (*UserProfileService) GetPrivateCustomAttributesInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) GetPrivateCustomAttributesInfoShort(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
func (*UserProfileService) GetUserProfileInfo
deprecated
func (aaa *UserProfileService) GetUserProfileInfo(input *user_profile.GetUserProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use GetUserProfileInfoShort instead.
func (*UserProfileService) GetUserProfileInfoByPublicID
deprecated
added in
v0.20.0
func (aaa *UserProfileService) GetUserProfileInfoByPublicID(input *user_profile.GetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfileInfo, error)
Deprecated: 2022-01-10 - please use GetUserProfileInfoByPublicIDShort instead.
func (*UserProfileService) GetUserProfileInfoByPublicIDShort ¶ added in v0.20.0
func (aaa *UserProfileService) GetUserProfileInfoByPublicIDShort(input *user_profile.GetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) GetUserProfileInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) GetUserProfileInfoShort(input *user_profile.GetUserProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) PublicBulkGetUserProfilePublicInfo
deprecated
added in
v0.72.0
func (aaa *UserProfileService) PublicBulkGetUserProfilePublicInfo(input *user_profile.PublicBulkGetUserProfilePublicInfoParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
Deprecated: 2022-01-10 - please use PublicBulkGetUserProfilePublicInfoShort instead.
func (*UserProfileService) PublicBulkGetUserProfilePublicInfoShort ¶ added in v0.72.0
func (aaa *UserProfileService) PublicBulkGetUserProfilePublicInfoShort(input *user_profile.PublicBulkGetUserProfilePublicInfoParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) PublicCreateUserProfile
deprecated
func (aaa *UserProfileService) PublicCreateUserProfile(input *user_profile.PublicCreateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
Deprecated: 2022-01-10 - please use PublicCreateUserProfileShort instead.
func (*UserProfileService) PublicCreateUserProfileShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicCreateUserProfileShort(input *user_profile.PublicCreateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) PublicGetCustomAttributesInfo
deprecated
added in
v0.10.0
func (aaa *UserProfileService) PublicGetCustomAttributesInfo(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use PublicGetCustomAttributesInfoShort instead.
func (*UserProfileService) PublicGetCustomAttributesInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicGetCustomAttributesInfoShort(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)
func (*UserProfileService) PublicGetUserProfileInfo
deprecated
func (aaa *UserProfileService) PublicGetUserProfileInfo(input *user_profile.PublicGetUserProfileInfoParams) (*basicclientmodels.UserProfileInfo, error)
Deprecated: 2022-01-10 - please use PublicGetUserProfileInfoShort instead.
func (*UserProfileService) PublicGetUserProfileInfoByPublicID
deprecated
added in
v0.20.0
func (aaa *UserProfileService) PublicGetUserProfileInfoByPublicID(input *user_profile.PublicGetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfilePublicInfo, error)
Deprecated: 2022-01-10 - please use PublicGetUserProfileInfoByPublicIDShort instead.
func (*UserProfileService) PublicGetUserProfileInfoByPublicIDShort ¶ added in v0.20.0
func (aaa *UserProfileService) PublicGetUserProfileInfoByPublicIDShort(input *user_profile.PublicGetUserProfileInfoByPublicIDParams) (*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) PublicGetUserProfileInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicGetUserProfileInfoShort(input *user_profile.PublicGetUserProfileInfoParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) PublicGetUserProfilePublicInfo
deprecated
func (aaa *UserProfileService) PublicGetUserProfilePublicInfo(input *user_profile.PublicGetUserProfilePublicInfoParams) (*basicclientmodels.UserProfilePublicInfo, error)
Deprecated: 2022-01-10 - please use PublicGetUserProfilePublicInfoShort instead.
func (*UserProfileService) PublicGetUserProfilePublicInfoByIds
deprecated
func (aaa *UserProfileService) PublicGetUserProfilePublicInfoByIds(input *user_profile.PublicGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
Deprecated: 2022-01-10 - please use PublicGetUserProfilePublicInfoByIdsShort instead.
func (*UserProfileService) PublicGetUserProfilePublicInfoByIdsShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicGetUserProfilePublicInfoByIdsShort(input *user_profile.PublicGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) PublicGetUserProfilePublicInfoShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicGetUserProfilePublicInfoShort(input *user_profile.PublicGetUserProfilePublicInfoParams) (*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) PublicUpdateCustomAttributesPartially
deprecated
added in
v0.10.0
func (aaa *UserProfileService) PublicUpdateCustomAttributesPartially(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use PublicUpdateCustomAttributesPartiallyShort instead.
func (*UserProfileService) PublicUpdateCustomAttributesPartiallyShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicUpdateCustomAttributesPartiallyShort(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
func (*UserProfileService) PublicUpdateUserProfile
deprecated
func (aaa *UserProfileService) PublicUpdateUserProfile(input *user_profile.PublicUpdateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
Deprecated: 2022-01-10 - please use PublicUpdateUserProfileShort instead.
func (*UserProfileService) PublicUpdateUserProfileShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicUpdateUserProfileShort(input *user_profile.PublicUpdateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) PublicUpdateUserProfileStatus
deprecated
added in
v0.10.0
func (aaa *UserProfileService) PublicUpdateUserProfileStatus(input *user_profile.PublicUpdateUserProfileStatusParams) (*basicclientmodels.UserProfileInfo, error)
Deprecated: 2022-01-10 - please use PublicUpdateUserProfileStatusShort instead.
func (*UserProfileService) PublicUpdateUserProfileStatusShort ¶ added in v0.10.0
func (aaa *UserProfileService) PublicUpdateUserProfileStatusShort(input *user_profile.PublicUpdateUserProfileStatusParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) UpdateCustomAttributesPartially
deprecated
func (aaa *UserProfileService) UpdateCustomAttributesPartially(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use UpdateCustomAttributesPartiallyShort instead.
func (*UserProfileService) UpdateCustomAttributesPartiallyShort ¶ added in v0.10.0
func (aaa *UserProfileService) UpdateCustomAttributesPartiallyShort(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
func (*UserProfileService) UpdateFlightId ¶ added in v0.63.0
func (aaa *UserProfileService) UpdateFlightId(flightId string)
func (*UserProfileService) UpdateMyPrivateCustomAttributesPartially
deprecated
added in
v0.29.0
func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartially(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use UpdateMyPrivateCustomAttributesPartiallyShort instead.
func (*UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort ¶ added in v0.29.0
func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
func (*UserProfileService) UpdateMyProfile
deprecated
func (aaa *UserProfileService) UpdateMyProfile(input *user_profile.UpdateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use UpdateMyProfileShort instead.
func (*UserProfileService) UpdateMyProfileShort ¶ added in v0.10.0
func (aaa *UserProfileService) UpdateMyProfileShort(input *user_profile.UpdateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) UpdateMyZipCode
deprecated
added in
v0.10.0
func (aaa *UserProfileService) UpdateMyZipCode(input *user_profile.UpdateMyZipCodeParams) (*basicclientmodels.UserZipCode, error)
Deprecated: 2022-01-10 - please use UpdateMyZipCodeShort instead.
func (*UserProfileService) UpdateMyZipCodeShort ¶ added in v0.10.0
func (aaa *UserProfileService) UpdateMyZipCodeShort(input *user_profile.UpdateMyZipCodeParams) (*basicclientmodels.UserZipCode, error)
func (*UserProfileService) UpdatePrivateCustomAttributesPartially
deprecated
func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartially(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use UpdatePrivateCustomAttributesPartiallyShort instead.
func (*UserProfileService) UpdatePrivateCustomAttributesPartiallyShort ¶ added in v0.10.0
func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartiallyShort(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
func (*UserProfileService) UpdateUserProfile
deprecated
func (aaa *UserProfileService) UpdateUserProfile(input *user_profile.UpdateUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use UpdateUserProfileShort instead.
func (*UserProfileService) UpdateUserProfileShort ¶ added in v0.10.0
func (aaa *UserProfileService) UpdateUserProfileShort(input *user_profile.UpdateUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) UpdateUserProfileStatus
deprecated
added in
v0.10.0
func (aaa *UserProfileService) UpdateUserProfileStatus(input *user_profile.UpdateUserProfileStatusParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Deprecated: 2022-01-10 - please use UpdateUserProfileStatusShort instead.
func (*UserProfileService) UpdateUserProfileStatusShort ¶ added in v0.10.0
func (aaa *UserProfileService) UpdateUserProfileStatusShort(input *user_profile.UpdateUserProfileStatusParams) (*basicclientmodels.UserProfilePrivateInfo, error)