APIv1 provides the Bundle API facade for version 1.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "Bundle"
VERSION: number = 1
_transport: Transport
NAME: string = "Bundle"
VERSION: number = 1

Methods

  • GetChanges returns the list of changes required to deploy the given bundle data. The changes are sorted by requirements, so that they can be applied in order. V1 GetChanges did not support device.

    Parameters

    Returns Promise<BundleChangesResults>

Generated using TypeDoc