Skip to content

Module: client/apis/AccountInformationAPI

Table of contents

Classes

Type aliases

Type aliases

AddStarCodeAffiliate

Ƭ AddStarCodeAffiliate: GetStarCodeAffiliate

Defined in: client/apis/AccountInformationAPI.ts:69


AddStarCodeAffiliateOptions

Ƭ AddStarCodeAffiliateOptions: object

Type declaration:

Name Type
code string

Defined in: client/apis/AccountInformationAPI.ts:21


DeletePhone

Ƭ DeletePhone: unknown

Defined in: client/apis/AccountInformationAPI.ts:56


DeletePhoneOptions

Ƭ DeletePhoneOptions: SetPhoneNumberOptions

Defined in: client/apis/AccountInformationAPI.ts:18


GetConsecutiveXboxLoginDays

Ƭ GetConsecutiveXboxLoginDays: object

Type declaration:

Name Type
count number

Defined in: client/apis/AccountInformationAPI.ts:46


GetMetaData

Ƭ GetMetaData: object

Type declaration:

Name Type
isAccountSettingsPolicyEnabled boolean
isAllowedNotificationsEndpointDisabled boolean
isPhoneNumberEnabled boolean

Defined in: client/apis/AccountInformationAPI.ts:49


GetSelfPromotionChannels

Ƭ GetSelfPromotionChannels: UpdateUserPromotionChannelsOptions

Defined in: client/apis/AccountInformationAPI.ts:59


GetStarCodeAffiliate

Ƭ GetStarCodeAffiliate: object

Type declaration:

Name Type
code string
name string
userId number

Defined in: client/apis/AccountInformationAPI.ts:64


GetUserBirthdate

Ƭ GetUserBirthdate: object

Type declaration:

Name Type
birthDay number
birthMonth number
birthYear number

Defined in: client/apis/AccountInformationAPI.ts:32


GetUserDescription

Ƭ GetUserDescription: object

Type declaration:

Name Type
description string

Defined in: client/apis/AccountInformationAPI.ts:38


GetUserGender

Ƭ GetUserGender: object

Type declaration:

Name Type
gender number

Defined in: client/apis/AccountInformationAPI.ts:42


GetUserPromotionChannels

Ƭ GetUserPromotionChannels: Omit<GetSelfPromotionChannels, promotionChannelsVisibilityPrivacy>

Defined in: client/apis/AccountInformationAPI.ts:61


GetUserPromotionChannelsOptions

Ƭ GetUserPromotionChannelsOptions: object

Type declaration:

Name Type
userId number

Defined in: client/apis/AccountInformationAPI.ts:60


GetVerifiedPhoneNumber

Ƭ GetVerifiedPhoneNumber: SetPhoneNumberOptions

Defined in: client/apis/AccountInformationAPI.ts:54


RemoveStarCodeAffiliate

Ƭ RemoveStarCodeAffiliate: unknown

Defined in: client/apis/AccountInformationAPI.ts:63


ResendPhoneCode

Ƭ ResendPhoneCode: unknown

Defined in: client/apis/AccountInformationAPI.ts:57


ResendPhoneCodeOptions

Ƭ ResendPhoneCodeOptions: SetPhoneNumberOptions

Defined in: client/apis/AccountInformationAPI.ts:19


SetPhoneNumber

Ƭ SetPhoneNumber: unknown

Defined in: client/apis/AccountInformationAPI.ts:55


SetPhoneNumberOptions

Ƭ SetPhoneNumberOptions: object

Type declaration:

Name Type
countryCode string
password string
phone string
prefix string

Defined in: client/apis/AccountInformationAPI.ts:12


UpdateUserBirthdate

Ƭ UpdateUserBirthdate: boolean

Defined in: client/apis/AccountInformationAPI.ts:37


UpdateUserBirthdateOptions

Ƭ UpdateUserBirthdateOptions: GetUserBirthdate

Defined in: client/apis/AccountInformationAPI.ts:5


UpdateUserDescription

Ƭ UpdateUserDescription: boolean

Defined in: client/apis/AccountInformationAPI.ts:41


UpdateUserDescriptionOptions

Ƭ UpdateUserDescriptionOptions: object

Type declaration:

Name Type
description string

Defined in: client/apis/AccountInformationAPI.ts:6


UpdateUserGender

Ƭ UpdateUserGender: unknown

Defined in: client/apis/AccountInformationAPI.ts:45


UpdateUserGenderOptions

Ƭ UpdateUserGenderOptions: object

Type declaration:

Name Type
gender number

Defined in: client/apis/AccountInformationAPI.ts:9


UpdateUserPromotionChannels

Ƭ UpdateUserPromotionChannels: unknown

Defined in: client/apis/AccountInformationAPI.ts:62


UpdateUserPromotionChannelsOptions

Ƭ UpdateUserPromotionChannelsOptions: object

Type declaration:

Name Type
facebook string
promotionChannelsVisibilityPrivacy string
twitch string
twitter string
youtube string

Defined in: client/apis/AccountInformationAPI.ts:24


VerifyPhone

Ƭ VerifyPhone: unknown

Defined in: client/apis/AccountInformationAPI.ts:58


VerifyPhoneOptions

Ƭ VerifyPhoneOptions: SetPhoneNumberOptions

Defined in: client/apis/AccountInformationAPI.ts:20