Skip to content

Module: client/apis/GameInternationalizationAPI

Table of contents

Classes

Type aliases

Type aliases

GetGameAutomaticTranslationResults

Ƭ GetGameAutomaticTranslationResults: object

Type declaration:

Name Type
data { isAutomaticTranslationEnabled: boolean ; languageCode: string ; languageCodeType: string }[]

Defined in: client/apis/GameInternationalizationAPI.ts:83


GetGameAutomaticTranslationResultsOptions

Ƭ GetGameAutomaticTranslationResultsOptions: object

Type declaration:

Name Type
gameId number

Defined in: client/apis/GameInternationalizationAPI.ts:80


GetGameInfo

Ƭ GetGameInfo: object

Type declaration:

Name Type
data { description: string ; languageCode: string ; name: string }[]

Defined in: client/apis/GameInternationalizationAPI.ts:8


GetGameInfoHistory

Ƭ GetGameInfoHistory: object

Type declaration:

Name Type
history { created: Date ; translationText: string ; translator: { agentType: User | string ; id: number } }[]
lastEvaluatedId string

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


GetGameInfoHistoryOptions

Ƭ GetGameInfoHistoryOptions: object

Type declaration:

Name Type
count number
cursor string
gameId number
languageCode string
requestType string
sortOrder Asc | Desc | string

Defined in: client/apis/GameInternationalizationAPI.ts:29


GetGameInfoOptions

Ƭ GetGameInfoOptions: object

Type declaration:

Name Type
gameId number

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


GetGameSourceLanguage

Ƭ GetGameSourceLanguage: object

Type declaration:

Name Type
languageCode string
name string
nativeName string

Defined in: client/apis/GameInternationalizationAPI.ts:51


GetGameSourceLanguageOptions

Ƭ GetGameSourceLanguageOptions: object

Type declaration:

Name Type
gameId number

Defined in: client/apis/GameInternationalizationAPI.ts:48


GetGameSupportedLanguages

Ƭ GetGameSupportedLanguages: object

Type declaration:

Name Type
data { languageCode: string ; languageCodeType: string ; name: string }[]

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


GetGameSupportedLanguagesOptions

Ƭ GetGameSupportedLanguagesOptions: object

Type declaration:

Name Type
gameId number

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


GetNameDescriptionMetaData

Ƭ GetNameDescriptionMetaData: object

Type declaration:

Name Type
isNameDescriptionMigrationEnabled boolean

Defined in: client/apis/GameInternationalizationAPI.ts:26


GetSupportedLanguagesMetaData

Ƭ GetSupportedLanguagesMetaData: object

Type declaration:

Name Type
areAllLanguagesEnabled boolean
isAutomaticTranslationProgressUIEnabled boolean
isFeatureEnabled boolean
isHumanTranslationProgressUIEnabled boolean
isSupportedLanguagesChildLocalesUIEnabled boolean
minimumUniverseIdForFeature number

Defined in: client/apis/GameInternationalizationAPI.ts:90


ModifyGameSupportedLanguages

Ƭ ModifyGameSupportedLanguages: unknown

Defined in: client/apis/GameInternationalizationAPI.ts:79


ModifyGameSupportedLanguagesOptions

Ƭ ModifyGameSupportedLanguagesOptions: object

Type declaration:

Name Type
data { delete: boolean ; languageCode: string ; languageCodeType: string }[]
gameId number

Defined in: client/apis/GameInternationalizationAPI.ts:71


ToggleAutomaticGameTranslation

Ƭ ToggleAutomaticGameTranslation: object

Type declaration:

Name Type
gameId number
isAutomaticTranslationEnabled boolean
languageCode string

Defined in: client/apis/GameInternationalizationAPI.ts:103


ToggleAutomaticGameTranslationOptions

Ƭ ToggleAutomaticGameTranslationOptions: object

Type declaration:

Name Type
enableAutomaticTranslation boolean
gameId number
languageCode string

Defined in: client/apis/GameInternationalizationAPI.ts:98


UpdateGameInfo

Ƭ UpdateGameInfo: object

Type declaration:

Name Type
failedOperations { errorCode: number ; languageCode: string }[]
successOperations GetGameInfo[data]

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


UpdateGameInfoOptions

Ƭ UpdateGameInfoOptions: object

Type declaration:

Name Type
data GetGameInfo
gameId number

Defined in: client/apis/GameInternationalizationAPI.ts:15


UpdateGameSourceLanguage

Ƭ UpdateGameSourceLanguage: unknown

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


UpdateGameSourceLanguageOptions

Ƭ UpdateGameSourceLanguageOptions: object

Type declaration:

Name Type
gameId number
languageCode string

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