/opt/canhelp/node_modules/googleapis/build/src/apis/securityposture
NameSizeModeActions
index.d.ts6540644editdlrm
index.js15220644editdlrm
v1.d.ts1455090644editdlrm
v1.js344980644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/securityposture/index.d.ts (654B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { securityposture_v1 } from './v1'; export declare const VERSIONS: { v1: typeof securityposture_v1.Securityposture; }; export declare function securityposture(version: 'v1'): securityposture_v1.Securityposture; export declare function securityposture(options: securityposture_v1.Options): securityposture_v1.Securityposture; declare const auth: AuthPlus; export { auth }; export { securityposture_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';