UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

22 lines 6.16 kB
import { APIResource } from "../../resource.js"; import * as CloudIntegrationsAPI from "./cloud-integrations.js"; import { CloudIntegrationCreateParams, CloudIntegrationCreateResponse, CloudIntegrationDeleteParams, CloudIntegrationDeleteResponse, CloudIntegrationDiscoverAllParams, CloudIntegrationDiscoverAllResponse, CloudIntegrationDiscoverParams, CloudIntegrationDiscoverResponse, CloudIntegrationEditParams, CloudIntegrationEditResponse, CloudIntegrationGetParams, CloudIntegrationGetResponse, CloudIntegrationInitialSetupParams, CloudIntegrationInitialSetupResponse, CloudIntegrationListParams, CloudIntegrationListResponse, CloudIntegrationListResponsesSinglePage, CloudIntegrationUpdateParams, CloudIntegrationUpdateResponse, CloudIntegrations } from "./cloud-integrations.js"; import * as ResourcesAPI from "./resources.js"; import { ResourceExportParams, ResourceGetParams, ResourceGetResponse, ResourceListParams, ResourceListResponse, ResourceListResponsesV4PagePaginationArray, ResourcePolicyPreviewParams, ResourcePolicyPreviewResponse, Resources } from "./resources.js"; import * as CatalogSyncsAPI from "./catalog-syncs/catalog-syncs.js"; import { CatalogSyncCreateParams, CatalogSyncCreateResponse, CatalogSyncDeleteParams, CatalogSyncDeleteResponse, CatalogSyncEditParams, CatalogSyncEditResponse, CatalogSyncGetParams, CatalogSyncGetResponse, CatalogSyncListParams, CatalogSyncListResponse, CatalogSyncListResponsesSinglePage, CatalogSyncRefreshParams, CatalogSyncRefreshResponse, CatalogSyncUpdateParams, CatalogSyncUpdateResponse, CatalogSyncs } from "./catalog-syncs/catalog-syncs.js"; import * as OnRampsAPI from "./on-ramps/on-ramps.js"; import { OnRampApplyParams, OnRampApplyResponse, OnRampCreateParams, OnRampCreateResponse, OnRampDeleteParams, OnRampDeleteResponse, OnRampEditParams, OnRampEditResponse, OnRampExportParams, OnRampGetParams, OnRampGetResponse, OnRampListParams, OnRampListResponse, OnRampListResponsesSinglePage, OnRampPlanParams, OnRampPlanResponse, OnRampUpdateParams, OnRampUpdateResponse, OnRamps } from "./on-ramps/on-ramps.js"; export declare class MagicCloudNetworking extends APIResource { catalogSyncs: CatalogSyncsAPI.CatalogSyncs; onRamps: OnRampsAPI.OnRamps; cloudIntegrations: CloudIntegrationsAPI.CloudIntegrations; resources: ResourcesAPI.Resources; } export declare namespace MagicCloudNetworking { export { CatalogSyncs as CatalogSyncs, type CatalogSyncCreateResponse as CatalogSyncCreateResponse, type CatalogSyncUpdateResponse as CatalogSyncUpdateResponse, type CatalogSyncListResponse as CatalogSyncListResponse, type CatalogSyncDeleteResponse as CatalogSyncDeleteResponse, type CatalogSyncEditResponse as CatalogSyncEditResponse, type CatalogSyncGetResponse as CatalogSyncGetResponse, type CatalogSyncRefreshResponse as CatalogSyncRefreshResponse, CatalogSyncListResponsesSinglePage as CatalogSyncListResponsesSinglePage, type CatalogSyncCreateParams as CatalogSyncCreateParams, type CatalogSyncUpdateParams as CatalogSyncUpdateParams, type CatalogSyncListParams as CatalogSyncListParams, type CatalogSyncDeleteParams as CatalogSyncDeleteParams, type CatalogSyncEditParams as CatalogSyncEditParams, type CatalogSyncGetParams as CatalogSyncGetParams, type CatalogSyncRefreshParams as CatalogSyncRefreshParams, }; export { OnRamps as OnRamps, type OnRampCreateResponse as OnRampCreateResponse, type OnRampUpdateResponse as OnRampUpdateResponse, type OnRampListResponse as OnRampListResponse, type OnRampDeleteResponse as OnRampDeleteResponse, type OnRampApplyResponse as OnRampApplyResponse, type OnRampEditResponse as OnRampEditResponse, type OnRampGetResponse as OnRampGetResponse, type OnRampPlanResponse as OnRampPlanResponse, OnRampListResponsesSinglePage as OnRampListResponsesSinglePage, type OnRampCreateParams as OnRampCreateParams, type OnRampUpdateParams as OnRampUpdateParams, type OnRampListParams as OnRampListParams, type OnRampDeleteParams as OnRampDeleteParams, type OnRampApplyParams as OnRampApplyParams, type OnRampEditParams as OnRampEditParams, type OnRampExportParams as OnRampExportParams, type OnRampGetParams as OnRampGetParams, type OnRampPlanParams as OnRampPlanParams, }; export { CloudIntegrations as CloudIntegrations, type CloudIntegrationCreateResponse as CloudIntegrationCreateResponse, type CloudIntegrationUpdateResponse as CloudIntegrationUpdateResponse, type CloudIntegrationListResponse as CloudIntegrationListResponse, type CloudIntegrationDeleteResponse as CloudIntegrationDeleteResponse, type CloudIntegrationDiscoverResponse as CloudIntegrationDiscoverResponse, type CloudIntegrationDiscoverAllResponse as CloudIntegrationDiscoverAllResponse, type CloudIntegrationEditResponse as CloudIntegrationEditResponse, type CloudIntegrationGetResponse as CloudIntegrationGetResponse, type CloudIntegrationInitialSetupResponse as CloudIntegrationInitialSetupResponse, CloudIntegrationListResponsesSinglePage as CloudIntegrationListResponsesSinglePage, type CloudIntegrationCreateParams as CloudIntegrationCreateParams, type CloudIntegrationUpdateParams as CloudIntegrationUpdateParams, type CloudIntegrationListParams as CloudIntegrationListParams, type CloudIntegrationDeleteParams as CloudIntegrationDeleteParams, type CloudIntegrationDiscoverParams as CloudIntegrationDiscoverParams, type CloudIntegrationDiscoverAllParams as CloudIntegrationDiscoverAllParams, type CloudIntegrationEditParams as CloudIntegrationEditParams, type CloudIntegrationGetParams as CloudIntegrationGetParams, type CloudIntegrationInitialSetupParams as CloudIntegrationInitialSetupParams, }; export { Resources as Resources, type ResourceListResponse as ResourceListResponse, type ResourceGetResponse as ResourceGetResponse, type ResourcePolicyPreviewResponse as ResourcePolicyPreviewResponse, ResourceListResponsesV4PagePaginationArray as ResourceListResponsesV4PagePaginationArray, type ResourceListParams as ResourceListParams, type ResourceExportParams as ResourceExportParams, type ResourceGetParams as ResourceGetParams, type ResourcePolicyPreviewParams as ResourcePolicyPreviewParams, }; } //# sourceMappingURL=magic-cloud-networking.d.ts.map