@cfxlabsinc/b2b-services
    Preparing search index...

    Class CustomerSlackBotInstallationAdminService

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    dbHelper: DbHelper

    Methods

    • Get a slack installation by ID

      Parameters

      • args: {
            customerId: string;
            hidden?: boolean;
            slackBotInstallationId: string;
            tx?: B2bPgTransaction;
        }

      Returns Promise<{ ok: true; value: CustomerSlackBotInstallation | null }>

    • Search a slack installations

      Parameters

      • __namedParameters: {
            createdAt?: DbTimestampCriteria;
            customerId?: string;
            id?: string[];
            includeHidden?: boolean;
            page?: number;
            pageSize?: number;
            slackBotInstallationId?: string;
            tx?: B2bPgTransaction;
            updatedAt?: DbTimestampCriteria;
        }

      Returns Promise<{ ok: true; value: CustomerSlackBotInstallation[] }>