cloudflare
Version:
The official TypeScript library for the Cloudflare API
66 lines • 2.44 kB
JavaScript
;
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimeseriesGroups = void 0;
const resource_1 = require("cloudflare/resource");
const core_1 = require("cloudflare/core");
class TimeseriesGroups extends resource_1.APIResource {
arc(query = {}, options) {
if ((0, core_1.isRequestOptions)(query)) {
return this.arc({}, query);
}
return this._client.get('/radar/email/routing/timeseries_groups/arc', {
query,
...options,
})._thenUnwrap((obj) => obj.result);
}
dkim(query = {}, options) {
if ((0, core_1.isRequestOptions)(query)) {
return this.dkim({}, query);
}
return this._client.get('/radar/email/routing/timeseries_groups/dkim', {
query,
...options,
})._thenUnwrap((obj) => obj.result);
}
dmarc(query = {}, options) {
if ((0, core_1.isRequestOptions)(query)) {
return this.dmarc({}, query);
}
return this._client.get('/radar/email/routing/timeseries_groups/dmarc', {
query,
...options,
})._thenUnwrap((obj) => obj.result);
}
encrypted(query = {}, options) {
if ((0, core_1.isRequestOptions)(query)) {
return this.encrypted({}, query);
}
return this._client.get('/radar/email/routing/timeseries_groups/encrypted', {
query,
...options,
})._thenUnwrap((obj) => obj.result);
}
ipVersion(query = {}, options) {
if ((0, core_1.isRequestOptions)(query)) {
return this.ipVersion({}, query);
}
return this._client.get('/radar/email/routing/timeseries_groups/ip_version', {
query,
...options,
})._thenUnwrap((obj) => obj.result);
}
spf(query = {}, options) {
if ((0, core_1.isRequestOptions)(query)) {
return this.spf({}, query);
}
return this._client.get('/radar/email/routing/timeseries_groups/spf', {
query,
...options,
})._thenUnwrap((obj) => obj.result);
}
}
exports.TimeseriesGroups = TimeseriesGroups;
(function (TimeseriesGroups) {
})(TimeseriesGroups = exports.TimeseriesGroups || (exports.TimeseriesGroups = {}));
//# sourceMappingURL=timeseries-groups.js.map