File tree Expand file tree Collapse file tree
packages/packages/google-gax/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ import * as semver from 'semver';
4141import { GoogleAuth , GoogleAuthOptions } from 'google-auth-library' ;
4242import * as gax from './gax' ;
4343import { OutgoingHttpHeaders } from 'http' ;
44- import { AnyDecoder } from './longrunning' ;
4544
4645let googleProtoFilesDir = require ( 'google-proto-files' ) ( '..' ) ;
4746googleProtoFilesDir = path . normalize ( googleProtoFilesDir ) ;
Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ import * as extend from 'extend';
3535
3636import * as operationsClient from './operations_client' ;
3737import * as routingHeader from './routing_header' ;
38- import { GrpcClient , GrpcClientOptions , GoogleProtoFilesRoot } from './grpc' ;
38+ import { GrpcClient , GrpcClientOptions } from './grpc' ;
3939
40+ export { GoogleAuth , GoogleAuthOptions } from 'google-auth-library' ;
4041export { routingHeader } ;
4142export { constructSettings } from './gax' ;
4243export { StreamType , StreamDescriptor } from './streaming' ;
You can’t perform that action at this time.
0 commit comments