UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

17 lines 1.56 kB
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Destinations = exports.AvailableAlerts = exports.Policies = exports.AlertingPoliciesSinglePage = exports.History = exports.AlertingHistoriesV4PagePaginationArray = exports.Alerting = void 0; var alerting_1 = require("./alerting.js"); Object.defineProperty(exports, "Alerting", { enumerable: true, get: function () { return alerting_1.Alerting; } }); var history_1 = require("./history.js"); Object.defineProperty(exports, "AlertingHistoriesV4PagePaginationArray", { enumerable: true, get: function () { return history_1.AlertingHistoriesV4PagePaginationArray; } }); Object.defineProperty(exports, "History", { enumerable: true, get: function () { return history_1.History; } }); var policies_1 = require("./policies.js"); Object.defineProperty(exports, "AlertingPoliciesSinglePage", { enumerable: true, get: function () { return policies_1.AlertingPoliciesSinglePage; } }); Object.defineProperty(exports, "Policies", { enumerable: true, get: function () { return policies_1.Policies; } }); var available_alerts_1 = require("./available-alerts.js"); Object.defineProperty(exports, "AvailableAlerts", { enumerable: true, get: function () { return available_alerts_1.AvailableAlerts; } }); var index_1 = require("./destinations/index.js"); Object.defineProperty(exports, "Destinations", { enumerable: true, get: function () { return index_1.Destinations; } }); //# sourceMappingURL=index.js.map