This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 "pack-n-play" : " ^1.0.0-2" ,
6060 "sinon" : " ^9.0.2" ,
6161 "ts-loader" : " ^8.0.0" ,
62- "typescript" : " ^3.9.6" ,
63- "webpack" : " ^4.43.0" ,
64- "webpack-cli" : " ^3.3.12"
62+ "typescript" : " ^3.9.6"
6563 },
6664 "engines" : {
6765 "node" : " >=10.0.0"
Original file line number Diff line number Diff line change @@ -6085,9 +6085,7 @@ export class AnalyticsAdminServiceClient {
60856085 listAndroidAppDataStreamsAsync (
60866086 request ?: protos . google . analytics . admin . v1alpha . IListAndroidAppDataStreamsRequest ,
60876087 options ?: CallOptions
6088- ) : AsyncIterable <
6089- protos . google . analytics . admin . v1alpha . IAndroidAppDataStream
6090- > {
6088+ ) : AsyncIterable < protos . google . analytics . admin . v1alpha . IAndroidAppDataStream > {
60916089 request = request || { } ;
60926090 options = options || { } ;
60936091 options . otherArgs = options . otherArgs || { } ;
@@ -6104,9 +6102,7 @@ export class AnalyticsAdminServiceClient {
61046102 this . innerApiCalls [ 'listAndroidAppDataStreams' ] as GaxCall ,
61056103 ( request as unknown ) as RequestType ,
61066104 callSettings
6107- ) as AsyncIterable <
6108- protos . google . analytics . admin . v1alpha . IAndroidAppDataStream
6109- > ;
6105+ ) as AsyncIterable < protos . google . analytics . admin . v1alpha . IAndroidAppDataStream > ;
61106106 }
61116107 listGoogleAdsLinks (
61126108 request : protos . google . analytics . admin . v1alpha . IListGoogleAdsLinksRequest ,
You can’t perform that action at this time.
0 commit comments