UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

28 lines 1.05 kB
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Summary = void 0; const resource_1 = require("../../../resource.js"); const core_1 = require("../../../core.js"); class Summary extends resource_1.APIResource { botClass(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.botClass({}, query); } return this._client.get('/radar/leaked_credential_checks/summary/bot_class', { query, ...options, })._thenUnwrap((obj) => obj.result); } compromised(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.compromised({}, query); } return this._client.get('/radar/leaked_credential_checks/summary/compromised', { query, ...options, })._thenUnwrap((obj) => obj.result); } } exports.Summary = Summary; //# sourceMappingURL=summary.js.map