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

    Type Alias TriggerDataExportSyncInput

    Input for triggering a data export sync

    type TriggerDataExportSyncInput = {
        environmentId?: InputMaybe<Scalars["String"]>;
        integrationId: Scalars["String"];
        sourceTypes?: InputMaybe<DataExportSourceType[]>;
    }
    Index

    Properties

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

    The unique identifier for the environment

    integrationId: Scalars["String"]

    The ID of the data export integration

    Optional list of source types to sync. If omitted, all active pipelines are synced

    MMNEPVFCICPMFPCPTTAAATR