UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

11 lines 993 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Posture = exports.DevicePostureRulesSinglePage = exports.Integrations = exports.DevicePostureIntegrationsSinglePage = void 0; var integrations_1 = require("./integrations.js"); Object.defineProperty(exports, "DevicePostureIntegrationsSinglePage", { enumerable: true, get: function () { return integrations_1.DevicePostureIntegrationsSinglePage; } }); Object.defineProperty(exports, "Integrations", { enumerable: true, get: function () { return integrations_1.Integrations; } }); var posture_1 = require("./posture.js"); Object.defineProperty(exports, "DevicePostureRulesSinglePage", { enumerable: true, get: function () { return posture_1.DevicePostureRulesSinglePage; } }); Object.defineProperty(exports, "Posture", { enumerable: true, get: function () { return posture_1.Posture; } }); //# sourceMappingURL=index.js.map