Skip to main content
Version: 0.3.1

Constants

const COMPANY_LEGAL_NAME = "Layerwise GmbH"

Legal name of the company that develops invera.

Source: js/src/metadata.ts:11

COMPANY_NAME

const COMPANY_NAME = "layerwise"

Company brand that develops invera.

Source: js/src/metadata.ts:8

PRODUCT_NAME

const PRODUCT_NAME = "invera"

Public product name.

Source: js/src/metadata.ts:2

SDK_NAME

const SDK_NAME = "invera_sdk"

Language-neutral SDK identifier.

Source: js/src/metadata.ts:5

SDK_VERSION

const SDK_VERSION = "0.3.1"

Version of this SDK package, sent only as diagnostic request metadata.

Source: js/src/metadata.ts:14

SUPPORTED_CONTRACT_VERSION_RANGE

const SUPPORTED_CONTRACT_VERSION_RANGE = ">=1.0.0 <2.0.0"

SemVer range of Engine contracts this v1 SDK line accepts.

Source: js/src/metadata.ts:17