Axinom Mosaic Libraries
    Preparing search index...

    Interface EntityDefinitionDeclareFinishedEvent

    Entity definition declare finished event schema.

    interface EntityDefinitionDeclareFinishedEvent {
        deleted_fields?: string[];
        entity_type: string;
        existing_fields?: string[];
        inactive_fields?: string[];
        new_fields?: string[];
        service_id: string;
    }
    Index

    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.