@stigg/js-client-sdk - v4.6.0

    Type Alias UpdateDataExportSelectionInput

    Input for updating the model selection of an existing data-export destination

    type UpdateDataExportSelectionInput = {
        destinationId: Scalars["String"];
        enabledModels: Scalars["String"][];
        environmentId?: InputMaybe<Scalars["String"]>;
        integrationId: Scalars["String"];
    }
    Index

    Properties

    destinationId: Scalars["String"]

    The provider's opaque destination identifier to update

    enabledModels: Scalars["String"][]

    The new, non-empty set of data-export models to enable on this destination

    environmentId?: InputMaybe<Scalars["String"]>

    The unique identifier for the environment

    integrationId: Scalars["String"]

    The ID of the data export integration that owns the destination

    MMNEPVFCICPMFPCPTTAAATR