A deployment spec contains Datapack specific logic and allows hooking into the deployment process to manipulate what get's deployed and execute post-deployment activation logic.

Implementers can implement any of the specified functions in this interface, all functions are optional and only the implemented functions are executed.

For many standard datapacks spec logic is implemented under the ./deploymentSpecs folder.

Hierarchy

  • MatchingFieldsSpec

Implements

Constructors

Properties

Methods

Constructors

Properties

upsertFields: {
    OmniDataTransform: string[];
    OmniDataTransformItem: never[];
    OmniUiCard: string[];
} = ...

Type declaration

  • OmniDataTransform: string[]
  • OmniDataTransformItem: never[]
  • OmniUiCard: string[]

Methods