Skip to main content

@dialstack/sdk-dev / js/src

js/src

DialStack browser SDK — initialization, the REST client and the web components.

Importing this module registers the custom elements: the initializer below pulls each component for its customElements.define side effect. That is why sideEffects in package.json is an allowlist naming this file rather than false — a blanket false lets a bundler drop every registration, and the failure is silent (document.createElement returns an inert element that renders nothing). Use ./pure when you want to register them yourself.

Classes​

Interfaces​

Type Aliases​

Variables​

Functions​

References​

CreatePortOrderRequest​

Renames and re-exports SDKCreatePortOrderRequest


PortOrder​

Renames and re-exports SDKPortOrder


PortOrderDetails​

Renames and re-exports SDKPortOrderDetails


PortOrderStatus​

Renames and re-exports SDKPortOrderStatus