cc-everywhere

shared/src/types/HostInfo.types

Enumerations

Enumeration
Description
Environment
1P only Default environment is prod.
PIIPStatus
Represents whether analytics are sent. By default analytics are sent.
Locale
List of supported locales. Default locale is ENGLISH (en_US).
PlatformCategory
-
HostId
-
HostType
-

Interfaces

Interface
Description
ConfigParamsBase
Params to configure the application.
DeviceInfo
-
HostInfoSession
-
HostInfoComputed
This interface describes the properties computed from host session.
HostInfoSpecifiedBase
This interface describes the properties provided by client.

Type Aliases

Type Alias
Description
ConfigParams
Config params for 1P and 3P. It is a union of ConfigParams1P and ConfigParams3P.
HostInfoSpecified
Host info for 1P and 3P. It is a union of HostInfo1P and HostInfo3P.
HostInfo
Host info for 1P and 3P. It is a union of HostInfoSpecifiedBase and HostInfo3P.
HostInfoExtended
Extended host information that includes both computed and specified properties. It is a union of HostInfoComputed for computed properties and HostInfoSpecified for client-specified properties.

Variables

Variable
Description
HostTypeName
Display names for HostType values (e.g. "1st party", "3rd party").