diff --git a/404.html b/404.html index d3ab3fc01..21beb547b 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ -braze-api
+braze-api
+
  • Defined in Braze.ts:42
  • canvas: {
        trigger: {
            schedule: {
                create: ((body) => Promise<CanvasTriggerScheduleCreatResponse>);
                delete: ((body) => Promise<ServerResponse>);
                update: ((body) => Promise<ServerResponse>);
            };
            send: ((body) => Promise<{
                dispatch_id: string;
                message: string;
            }>);
        };
    } = ...
    @@ -259,7 +259,7 @@
    body: Returns Promise<{
        dispatch_id: string;
        message: string;
    }>
    +
  • Defined in Braze.ts:83
  • catalogs: {
        synchronous: {
            item: (<T>(body) => Promise<CatalogListItemResponse<T>>);
            items: (<T>(body) => AsyncGenerator<T, any, unknown>);
            list: (() => Promise<CatalogListResponse>);
        };
    } = ...
    @@ -326,7 +326,7 @@

    Returns Promise<

    +
  • Defined in Braze.ts:120
  • email: {
        blacklist: ((body) => Promise<ServerResponse>);
        bounce: {
            remove: ((body) => Promise<ServerResponse>);
        };
        spam: {
            remove: ((body) => Promise<ServerResponse>);
        };
    } = ...
    @@ -391,7 +391,7 @@
    body: Returns Promise<ServerResponse>
    +
  • Defined in Braze.ts:152
  • messages: {
        schedule: {
            create: ((body) => Promise<{
                dispatch_id: string;
                message: string;
                schedule_id: string;
            }>);
            delete: ((body) => Promise<ServerResponse>);
            update: ((body) => Promise<ServerResponse>);
        };
        scheduled_broadcasts: ((body) => Promise<ScheduledBroadcastsResponse>);
        send: ((body) => Promise<{
            dispatch_id: string;
            message: string;
        }>);
    } = ...
    @@ -485,7 +485,7 @@

    Returns Promise<

    +
  • Defined in Braze.ts:182
  • sends: {
        id: {
            create: ((body) => Promise<{
                message: string;
                send_id: string;
            }>);
        };
    } = ...
    @@ -512,7 +512,7 @@
    body: Returns Promise<{
        message: string;
        send_id: string;
    }>
    +
  • Defined in Braze.ts:221
  • subscription: {
        status: {
            get: ((body) => Promise<{
                message: string;
                status: Record<string, "Subscribed" | "Unsubscribed" | "Unknown">;
            }>);
            set: ((body) => Promise<{
                message: string;
            }>);
        };
        user: {
            status: ((body) => Promise<SubscriptionUserStatusResponse>);
        };
    } = ...
    @@ -577,7 +577,7 @@

    Returns Promise<

    +
  • Defined in Braze.ts:235
  • templates: {
        content_blocks: {
            get: ((body) => Promise<ContentBlockResponse>);
            list: ((body) => Promise<ContentBlockListResponse>);
        };
        email_templates: {
            create: ((body) => Promise<PostEmailTemplateResponse>);
            get: ((body) => Promise<EmailTemplateResponse>);
            list: ((body) => Promise<EmailTemplateListResponse>);
            update: ((body) => Promise<PostEmailTemplateResponse>);
        };
    } = ...
    @@ -690,7 +690,7 @@

    Returns Promise<

    +
  • Defined in Braze.ts:265
  • transactional: {
        v1: {
            campaigns: {
                send: ((campaignId, body) => Promise<CampaignSendResponse>);
            };
        };
    } = ...
    @@ -722,7 +722,7 @@
    body: Returns Promise<CampaignSendResponse>
    +
  • Defined in Braze.ts:313
  • users: {
        alias: {
            new: ((body) => Promise<ServerResponse>);
        };
        delete: ((body) => Promise<UsersDeleteResponse>);
        export: {
            global_control_group: ((body) => Promise<UsersExportGlobalControlGroupResponse>);
            ids: ((body) => Promise<UsersExportIdsResponse>);
            segment: ((body) => Promise<UsersExportSegmentResponse>);
        };
        external_ids: {
            remove: ((body) => Promise<{
                message: string;
                removal_errors: string[];
                removed_ids: string[];
            }>);
            rename: ((body) => Promise<{
                external_ids: string[];
                message: string;
                rename_errors: string[];
            }>);
        };
        identify: ((body) => Promise<ServerResponse>);
        merge: ((body) => Promise<ServerResponse>);
        track: ((body, bulk?) => Promise<{
            attributes_processed?: number;
            errors?: object[];
            events_processed?: number;
            message: string;
            purchases_processed?: number;
        }>);
    } = ...
    @@ -907,7 +907,7 @@

    Returns Promise<

    +
  • Defined in Braze.ts:332
  • v2: {
        subscription: {
            status: {
                set: ((body) => Promise<{
                    message: string;
                }>);
            };
        };
    } = ...
    @@ -940,7 +940,7 @@
    body: Returns Promise<{
        message: string;
    }>
    +
  • Defined in Braze.ts:413