/opt/canhelp/node_modules/googleapis/build/src/apis/baremetalsolution
NameSizeModeActions
index.d.ts14360644editdlrm
index.js20900644editdlrm
v1.d.ts205290644editdlrm
v1.js69520644editdlrm
v1alpha1.d.ts190570644editdlrm
v1alpha1.js54460644editdlrm
v2.d.ts2284750644editdlrm
v2.js625080644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/baremetalsolution/index.d.ts (1436B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { baremetalsolution_v1 } from './v1'; import { baremetalsolution_v1alpha1 } from './v1alpha1'; import { baremetalsolution_v2 } from './v2'; export declare const VERSIONS: { v1: typeof baremetalsolution_v1.Baremetalsolution; v1alpha1: typeof baremetalsolution_v1alpha1.Baremetalsolution; v2: typeof baremetalsolution_v2.Baremetalsolution; }; export declare function baremetalsolution(version: 'v1'): baremetalsolution_v1.Baremetalsolution; export declare function baremetalsolution(options: baremetalsolution_v1.Options): baremetalsolution_v1.Baremetalsolution; export declare function baremetalsolution(version: 'v1alpha1'): baremetalsolution_v1alpha1.Baremetalsolution; export declare function baremetalsolution(options: baremetalsolution_v1alpha1.Options): baremetalsolution_v1alpha1.Baremetalsolution; export declare function baremetalsolution(version: 'v2'): baremetalsolution_v2.Baremetalsolution; export declare function baremetalsolution(options: baremetalsolution_v2.Options): baremetalsolution_v2.Baremetalsolution; declare const auth: AuthPlus; export { auth }; export { baremetalsolution_v1 }; export { baremetalsolution_v1alpha1 }; export { baremetalsolution_v2 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';