File tree 2 files changed +3
-9
lines changed
packages/google-analytics-admin
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 59
59
"pack-n-play" : " ^1.0.0-2" ,
60
60
"sinon" : " ^9.0.2" ,
61
61
"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"
65
63
},
66
64
"engines" : {
67
65
"node" : " >=10.0.0"
Original file line number Diff line number Diff line change @@ -6085,9 +6085,7 @@ export class AnalyticsAdminServiceClient {
6085
6085
listAndroidAppDataStreamsAsync (
6086
6086
request ?: protos . google . analytics . admin . v1alpha . IListAndroidAppDataStreamsRequest ,
6087
6087
options ?: CallOptions
6088
- ) : AsyncIterable <
6089
- protos . google . analytics . admin . v1alpha . IAndroidAppDataStream
6090
- > {
6088
+ ) : AsyncIterable < protos . google . analytics . admin . v1alpha . IAndroidAppDataStream > {
6091
6089
request = request || { } ;
6092
6090
options = options || { } ;
6093
6091
options . otherArgs = options . otherArgs || { } ;
@@ -6104,9 +6102,7 @@ export class AnalyticsAdminServiceClient {
6104
6102
this . innerApiCalls [ 'listAndroidAppDataStreams' ] as GaxCall ,
6105
6103
( request as unknown ) as RequestType ,
6106
6104
callSettings
6107
- ) as AsyncIterable <
6108
- protos . google . analytics . admin . v1alpha . IAndroidAppDataStream
6109
- > ;
6105
+ ) as AsyncIterable < protos . google . analytics . admin . v1alpha . IAndroidAppDataStream > ;
6110
6106
}
6111
6107
listGoogleAdsLinks (
6112
6108
request : protos . google . analytics . admin . v1alpha . IListGoogleAdsLinksRequest ,
You can’t perform that action at this time.
0 commit comments