Push before general cleanup to avoid merge errors
This commit is contained in:
12
node_modules/googleapis/build/src/apis/analyticsreporting/index.d.ts
generated
vendored
Normal file
12
node_modules/googleapis/build/src/apis/analyticsreporting/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*! THIS FILE IS AUTO-GENERATED */
|
||||
import { AuthPlus } from 'googleapis-common';
|
||||
import { analyticsreporting_v4 } from './v4';
|
||||
export declare const VERSIONS: {
|
||||
v4: typeof analyticsreporting_v4.Analyticsreporting;
|
||||
};
|
||||
export declare function analyticsreporting(version: 'v4'): analyticsreporting_v4.Analyticsreporting;
|
||||
export declare function analyticsreporting(options: analyticsreporting_v4.Options): analyticsreporting_v4.Analyticsreporting;
|
||||
declare const auth: AuthPlus;
|
||||
export { auth };
|
||||
export { analyticsreporting_v4 };
|
||||
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';
|
||||
Reference in New Issue
Block a user