/opt/canhelp/node_modules/googleapis/build/src/apis/ondemandscanning
NameSizeModeActions
index.d.ts10520644editdlrm
index.js18190644editdlrm
v1.d.ts1082360644editdlrm
v1.js123430644editdlrm
v1beta1.d.ts1080090644editdlrm
v1beta1.js124430644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/ondemandscanning/index.d.ts (1052B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { ondemandscanning_v1 } from './v1'; import { ondemandscanning_v1beta1 } from './v1beta1'; export declare const VERSIONS: { v1: typeof ondemandscanning_v1.Ondemandscanning; v1beta1: typeof ondemandscanning_v1beta1.Ondemandscanning; }; export declare function ondemandscanning(version: 'v1'): ondemandscanning_v1.Ondemandscanning; export declare function ondemandscanning(options: ondemandscanning_v1.Options): ondemandscanning_v1.Ondemandscanning; export declare function ondemandscanning(version: 'v1beta1'): ondemandscanning_v1beta1.Ondemandscanning; export declare function ondemandscanning(options: ondemandscanning_v1beta1.Options): ondemandscanning_v1beta1.Ondemandscanning; declare const auth: AuthPlus; export { auth }; export { ondemandscanning_v1 }; export { ondemandscanning_v1beta1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';