File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 "prepare" : " npm run compile"
4848 },
4949 "dependencies" : {
50- "@google-cloud/common" : " ^0.27.0 " ,
50+ "@google-cloud/common" : " ^0.30.2 " ,
5151 "@google-cloud/paginator" : " ^0.1.0" ,
5252 "@google-cloud/promisify" : " ^0.3.0" ,
5353 "arrify" : " ^1.0.0" ,
5656 "concat-stream" : " ^2.0.0" ,
5757 "duplexify" : " ^3.5.0" ,
5858 "extend" : " ^3.0.0" ,
59- "gcs-resumable-upload" : " ^0.13.0 " ,
59+ "gcs-resumable-upload" : " ^0.14.1 " ,
6060 "hash-stream-validation" : " ^0.2.1" ,
6161 "mime" : " ^2.2.0" ,
6262 "mime-types" : " ^2.0.8" ,
9696 "eslint-plugin-node" : " ^8.0.0" ,
9797 "eslint-plugin-prettier" : " ^3.0.0" ,
9898 "gts" : " ^0.9.0" ,
99- "jsdoc-baseline" : " git+https://github.com/hegemonic/jsdoc-baseline.git" ,
10099 "intelli-espower-loader" : " ^1.0.1" ,
101100 "jsdoc" : " ^3.5.4" ,
101+ "jsdoc-baseline" : " git+https://github.com/hegemonic/jsdoc-baseline.git" ,
102102 "mocha" : " ^5.0.0" ,
103103 "nock" : " ^10.0.1" ,
104104 "node-fetch" : " ^2.2.0" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ import * as r from 'request';
2121
2222export interface AclOptions {
2323 pathPrefix : string ;
24- request : typeof r ;
24+ request :
25+ ( reqOpts : DecorateRequestOptions , callback : BodyResponseCallback ) => void ;
2526}
2627
2728export type GetAclResponse =
@@ -378,7 +379,8 @@ class AclRoleAccessorMethods {
378379class Acl extends AclRoleAccessorMethods {
379380 default ! : Acl ;
380381 pathPrefix : string ;
381- request_ : typeof r ;
382+ request_ :
383+ ( reqOpts : DecorateRequestOptions , callback : BodyResponseCallback ) => void ;
382384
383385 constructor ( options : AclOptions ) {
384386 super ( ) ;
You can’t perform that action at this time.
0 commit comments