@forestadmin/forestadmin-client
Version:
This package contains the logic to use the ForestAdmin API inside an agent.
24 lines • 1.87 kB
TypeScript
import { ForestAdminClient, ForestAdminClientOptions } from './types';
export { default as JTWTokenExpiredError } from './permissions/errors/jwt-token-expired-error';
export { default as JTWUnableToVerifyError } from './permissions/errors/jwt-unable-to-verify-error';
export { default as ChainedSQLQueryError } from './permissions/errors/chained-sql-query-error';
export { default as EmptySQLQueryError } from './permissions/errors/empty-sql-query-error';
export { default as NonSelectSQLQueryError } from './permissions/errors/non-select-sql-query-error';
export { ForestAdminClientOptions, Logger, LoggerLevel, ForestAdminClient, ChartHandlerInterface, ContextVariablesInstantiatorInterface, RawTree, RawTreeWithSources, ForestAdminServerInterface, } from './types';
export { IpWhitelistConfiguration } from './ip-whitelist/types';
export { CollectionActionEvent, EnvironmentPermissionsV4, RenderingPermissionV4, UserPermissionV4, } from './permissions/types';
export { UserInfo } from './auth/types';
export default function createForestAdminClient(options: ForestAdminClientOptions): ForestAdminClient;
export * from './charts/types';
export * from './schema/types';
export * from './model-customizations/types';
export { default as ContextVariablesInjector } from './utils/context-variables-injector';
export { default as ContextVariables } from './utils/context-variables';
export { default as ChartHandler } from './charts/chart-handler';
export { default as ForestAdminClientWithCache } from './forest-admin-client-with-cache';
export { default as buildApplicationServices } from './build-application-services';
export { HttpOptions } from './permissions/forest-http-api';
export { default as ForestHttpApi } from './permissions/forest-http-api';
export { default as SchemaService } from './schema';
export * from './auth/errors';
//# sourceMappingURL=index.d.ts.map