UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines 1.51 kB
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Policies = exports.ZeroTrustPoliciesSinglePage = exports.CAs = exports.ZeroTrustCAsSinglePage = exports.Applications = exports.ZeroTrustAppsSinglePage = exports.UserPolicyChecks = void 0; var user_policy_checks_1 = require("./user-policy-checks.js"); Object.defineProperty(exports, "UserPolicyChecks", { enumerable: true, get: function () { return user_policy_checks_1.UserPolicyChecks; } }); var applications_1 = require("./applications.js"); Object.defineProperty(exports, "ZeroTrustAppsSinglePage", { enumerable: true, get: function () { return applications_1.ZeroTrustAppsSinglePage; } }); Object.defineProperty(exports, "Applications", { enumerable: true, get: function () { return applications_1.Applications; } }); var cas_1 = require("./cas.js"); Object.defineProperty(exports, "ZeroTrustCAsSinglePage", { enumerable: true, get: function () { return cas_1.ZeroTrustCAsSinglePage; } }); Object.defineProperty(exports, "CAs", { enumerable: true, get: function () { return cas_1.CAs; } }); var policies_1 = require("./policies.js"); Object.defineProperty(exports, "ZeroTrustPoliciesSinglePage", { enumerable: true, get: function () { return policies_1.ZeroTrustPoliciesSinglePage; } }); Object.defineProperty(exports, "Policies", { enumerable: true, get: function () { return policies_1.Policies; } }); //# sourceMappingURL=index.js.map