UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

14 lines 1.42 kB
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Workflows = exports.Versions = exports.VersionListResponsesV4PagePaginationArray = exports.Instances = exports.InstanceBulkResponsesSinglePage = exports.InstanceListResponsesV4PagePaginationArray = void 0; var index_1 = require("./instances/index.js"); Object.defineProperty(exports, "InstanceListResponsesV4PagePaginationArray", { enumerable: true, get: function () { return index_1.InstanceListResponsesV4PagePaginationArray; } }); Object.defineProperty(exports, "InstanceBulkResponsesSinglePage", { enumerable: true, get: function () { return index_1.InstanceBulkResponsesSinglePage; } }); Object.defineProperty(exports, "Instances", { enumerable: true, get: function () { return index_1.Instances; } }); var versions_1 = require("./versions.js"); Object.defineProperty(exports, "VersionListResponsesV4PagePaginationArray", { enumerable: true, get: function () { return versions_1.VersionListResponsesV4PagePaginationArray; } }); Object.defineProperty(exports, "Versions", { enumerable: true, get: function () { return versions_1.Versions; } }); var workflows_1 = require("./workflows.js"); Object.defineProperty(exports, "Workflows", { enumerable: true, get: function () { return workflows_1.Workflows; } }); //# sourceMappingURL=index.js.map