couchbase-index-manager
Version:
Manage Couchbase indexes during the CI/CD process
13 lines (12 loc) • 693 B
TypeScript
export { Sync } from './sync';
export { Plan } from './plan/plan';
export { IndexDefinition, NodeMap } from './definition';
export { IndexMutation } from './plan/index-mutation';
export { CreateIndexMutation } from './plan/create-index-mutation';
export { DropIndexMutation } from './plan/drop-index-mutation';
export { MoveIndexMutation } from './plan/move-index-mutation';
export { UpdateIndexMutation } from './plan/update-index-mutation';
export { IndexManager } from './index-manager';
export { Validator } from './validator';
export { ConfirmSyncCallback, SyncOptions, ValidateOptions, Logger } from './options';
export { ConnectionInfo, ConnectionManager } from './connection-manager';