APIv4 provides the Bundle API facade for version 4. It is otherwise identical to V3 with the exception that the V4 now has GetChangesAsMap, which returns the same data as GetChanges, but with better args data.

Hierarchy

  • default

Implements

Constructors

Properties

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

Methods

  • ExportBundle exports the current model configuration as bundle.

    Parameters

    • params: any

    Returns Promise<StringResult>

  • 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. GetChanges has been superseded in favour of GetChangesMapArgs. It's preferable to use that new method to add new functionality and move clients away from this one.

    Parameters

    Returns Promise<BundleChangesResults>

Generated using TypeDoc