UNPKG

b2brilliant-sdk

Version:

The Official Typescript SDK for the B2Brilliant Campaign Agent API

17 lines (16 loc) 538 B
/** * API endpoints for the B2B Campaign Agent */ export declare const USER_ENDPOINTS: { readonly DISCOVER: "/api/v1/user/discover"; readonly REFINE: "/api/v1/user/refine"; }; export declare const BUSINESS_ENDPOINTS: { readonly DISCOVER: "/api/v1/business/discover"; readonly REFINE: "/api/v1/business/refine"; readonly COMPATIBILITY: "/api/v1/business/compatibility"; }; export declare const CAMPAIGN_ENDPOINTS: { readonly CREATE: "/api/v1/campaigns/create"; readonly REFINE: "/api/v1/campaigns/refine"; };