feat: global platform v2 update

This commit is contained in:
ivannoskov
2025-12-29 10:12:13 +03:00
parent 8e6a1fa83f
commit f64cf02100
84 changed files with 11023 additions and 11486 deletions

View File

@@ -1,11 +1,15 @@
// ============================================================================
// API Export
// API Exports
// ============================================================================
export * from "./client";
export * from "./auth";
export * from "./channels";
export * from "./external-channels";
export * from "./creatives";
export * from "./placements";
export * from "./analytics";
export { api, apiRequest, clearAuthTokens, saveAuthTokens } from "./client";
export { authApi } from "./auth";
export { workspacesApi } from "./workspaces";
export { membersApi } from "./members";
export { invitesApi } from "./invites";
export { projectsApi } from "./projects";
export { channelsApi } from "./channels";
export { purchasePlanApi } from "./purchase-plan";
export { creativesApi } from "./creatives";
export { placementsApi } from "./placements";
export { analyticsApi } from "./analytics";