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

    Type Alias AddDataExportDestinationInput

    Input for adding a data export destination to an existing integration row

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

    Properties

    destinationId: Scalars["String"]

    The provider's opaque destination identifier returned by the connect flow

    destinationType: Scalars["String"]

    The vendor destination type (e.g. snowflake, bigquery)

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

    Subset of data-export models to enable on this destination (omit for all)

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

    The unique identifier for the environment

    integrationId: Scalars["String"]

    The ID of the data export integration to attach the destination to

    MMNEPVFCICPMFPCPTTAAATR