NorskManager.createBundle() method

Create a bundle (AutoManager v1). The bundle is passed in raw PB form — auto-manager (or any other consumer) is expected to convert its own typed Bundle to PB before calling. Returns the assigned bundleId so the caller can correlate later events.

Signature:

createBundle(bundle: ManagerPB.Bundle): Promise<string>;

Parameters

Parameter Type Description

bundle

ManagerPB.Bundle

Returns:

Promise<string>