We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1284d4 commit 00a2b71Copy full SHA for 00a2b71
1 file changed
src/main.ts
@@ -265,20 +265,6 @@ export class ClassifierSdk extends (EventEmitter as new () => TypedEmitter<Class
265
}
266
267
268
-export {
269
- ListDeploymentsResponse,
270
- Deployment,
271
- ClassifyRequest,
272
- ClassificationInput,
273
- ClassifyResponse,
274
- ClassificationOutput,
275
- Classification,
276
- ClassificationError,
277
- ImageHash,
278
- ErrorCode,
279
- RequestEncoding,
280
- ImageFormat,
281
- HashType
282
-} from './athena/athena';
283
-export { ClassifierServiceClient, IClassifierServiceClient } from './athena/athena.grpc-client';
+export * from './athena/athena';
+export * from './athena/athena.grpc-client';
284
export * from './hashing';
0 commit comments