The typeorm implementation of the IBundle interface.

Hierarchy

  • Bundle

Implements

Constructors

Properties

assets?: {
    name: string;
    version: number;
}[]

A list of all the assets that are part of the bundle.

connections?: {
    name: string;
    version: number;
}[]

A list of all the connections that are part of the bundle.

createdAt?: Date

Automatically generated date when the given bundle was created.

environment: Environment

The environment the bundle was created for.

hash?: string

The md5 based hash of the bundle tarball.

id: number

The auto-generated ID of the bundle.

keyVersion?: number

The version of the key that is part of the bundle.

metadata?: Record<string, unknown>

Free form object to describe the bundle.

Generated using TypeDoc