Membrane React - v0.2.1
    Preparing search index...

    Interface ExternalEventSubscription

    interface ExternalEventSubscription {
        id: string;
        name?: string;
        userId: string;
        user?: Customer;
        connectionId: string;
        connection?: Connection;
        integrationId: string;
        integration?: Integration;
        uuid: string;
        config?: ExternalEventSubscriptionConfig;
        status?: ExternalEventSubscriptionStatus;
        error?: ErrorData;
        isRealTime?: boolean;
        requiresPull?: boolean;
        requiresFullSync?: boolean;
        createdAt?: string;
        archivedAt?: string;
        stateData?: any;
        nextPullEventsTimestamp?: number;
        pullUpdatesIntervalSeconds?: number;
        fullSyncIntervalSeconds?: number;
        nextRefreshTimestamp?: number;
        globalWebhookKey?: string;
        globalWebhookEventSelector?: string;
    }
    Index

    Properties

    id: string
    name?: string
    userId: string
    user?: Customer
    connectionId: string
    connection?: Connection
    integrationId: string
    integration?: Integration
    uuid: string
    error?: ErrorData
    isRealTime?: boolean
    requiresPull?: boolean
    requiresFullSync?: boolean
    createdAt?: string
    archivedAt?: string
    stateData?: any
    nextPullEventsTimestamp?: number
    pullUpdatesIntervalSeconds?: number
    fullSyncIntervalSeconds?: number
    nextRefreshTimestamp?: number
    globalWebhookKey?: string
    globalWebhookEventSelector?: string