Entity definition declare finished event schema.

Hierarchy

  • EntityDefinitionDeclareFinishedEvent

Properties

deleted_fields?: string[]

An array of entity fields that already existed in an inactive state, but were not defined anymore as part of the command, so they were deleted.

entity_type: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

existing_fields?: string[]

An array of entity fields that already existed and were still defined as part of the command.

inactive_fields?: string[]

An array of entity fields that already existed and were explicitly made inactive.

new_fields?: string[]

An array of entity fields that were newly added.

service_id: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

Generated using TypeDoc