import { APIResource } from "../../../../core/resource.js"; import * as ContentAPI from "./content.js"; import { BaseContent, Content, ContentExportParams, ContentExportResponse, ContentListParams, ContentListResponse, ContentListResponsesV4PagePaginationArray } from "./content.js"; import * as ExportsAPI from "./exports.js"; import { BaseExports, ExportGetParams, ExportGetResponse, ExportListParams, ExportListResponse, ExportListResponsesV4PagePaginationArray, Exports } from "./exports.js"; import * as FindingTypesAPI from "./finding-types/finding-types.js"; import { BaseFindingTypes, FindingTypeGetParams, FindingTypeGetResponse, FindingTypeListParams, FindingTypeListResponse, FindingTypeListResponsesV4PagePaginationArray, FindingTypes } from "./finding-types/finding-types.js"; import * as FindingsAPI from "./findings/findings.js"; import { BaseFindings, FindingExportParams, FindingExportResponse, FindingGetParams, FindingGetResponse, FindingIgnoreParams, FindingIgnoreResponse, FindingListParams, FindingListResponse, FindingListResponsesV4PagePaginationArray, FindingResetSeverityParams, FindingResetSeverityResponse, FindingTuneSeverityParams, FindingTuneSeverityResponse, FindingUnignoreParams, FindingUnignoreResponse, Findings } from "./findings/findings.js"; import * as RemediationsAPI from "./remediations/remediations.js"; import { BaseRemediations, Remediations } from "./remediations/remediations.js"; import * as WebhooksAPI from "./webhooks/webhooks.js"; import { BaseWebhooks, WebhookCreateParams, WebhookCreateResponse, WebhookDeleteParams, WebhookDeleteResponse, WebhookEvaluateExistingParams, WebhookEvaluateExistingResponse, WebhookEvaluateParams, WebhookEvaluateResponse, WebhookGetParams, WebhookGetResponse, WebhookListParams, WebhookListResponse, WebhookListResponsesSinglePage, WebhookUpdateParams, WebhookUpdateResponse, Webhooks } from "./webhooks/webhooks.js"; export declare class BasePosture extends APIResource { static readonly _key: readonly ['zeroTrust', 'casb', 'posture']; } export declare class Posture extends BasePosture { findings: FindingsAPI.Findings; exports: ExportsAPI.Exports; findingTypes: FindingTypesAPI.FindingTypes; content: ContentAPI.Content; remediations: RemediationsAPI.Remediations; webhooks: WebhooksAPI.Webhooks; } export declare namespace Posture { export { Findings as Findings, BaseFindings as BaseFindings, type FindingListResponse as FindingListResponse, type FindingExportResponse as FindingExportResponse, type FindingGetResponse as FindingGetResponse, type FindingIgnoreResponse as FindingIgnoreResponse, type FindingResetSeverityResponse as FindingResetSeverityResponse, type FindingTuneSeverityResponse as FindingTuneSeverityResponse, type FindingUnignoreResponse as FindingUnignoreResponse, type FindingListResponsesV4PagePaginationArray as FindingListResponsesV4PagePaginationArray, type FindingListParams as FindingListParams, type FindingExportParams as FindingExportParams, type FindingGetParams as FindingGetParams, type FindingIgnoreParams as FindingIgnoreParams, type FindingResetSeverityParams as FindingResetSeverityParams, type FindingTuneSeverityParams as FindingTuneSeverityParams, type FindingUnignoreParams as FindingUnignoreParams, }; export { Exports as Exports, BaseExports as BaseExports, type ExportListResponse as ExportListResponse, type ExportGetResponse as ExportGetResponse, type ExportListResponsesV4PagePaginationArray as ExportListResponsesV4PagePaginationArray, type ExportListParams as ExportListParams, type ExportGetParams as ExportGetParams, }; export { FindingTypes as FindingTypes, BaseFindingTypes as BaseFindingTypes, type FindingTypeListResponse as FindingTypeListResponse, type FindingTypeGetResponse as FindingTypeGetResponse, type FindingTypeListResponsesV4PagePaginationArray as FindingTypeListResponsesV4PagePaginationArray, type FindingTypeListParams as FindingTypeListParams, type FindingTypeGetParams as FindingTypeGetParams, }; export { Content as Content, BaseContent as BaseContent, type ContentListResponse as ContentListResponse, type ContentExportResponse as ContentExportResponse, type ContentListResponsesV4PagePaginationArray as ContentListResponsesV4PagePaginationArray, type ContentListParams as ContentListParams, type ContentExportParams as ContentExportParams, }; export { Remediations as Remediations, BaseRemediations as BaseRemediations }; export { Webhooks as Webhooks, BaseWebhooks as BaseWebhooks, type WebhookCreateResponse as WebhookCreateResponse, type WebhookUpdateResponse as WebhookUpdateResponse, type WebhookListResponse as WebhookListResponse, type WebhookDeleteResponse as WebhookDeleteResponse, type WebhookEvaluateResponse as WebhookEvaluateResponse, type WebhookEvaluateExistingResponse as WebhookEvaluateExistingResponse, type WebhookGetResponse as WebhookGetResponse, type WebhookListResponsesSinglePage as WebhookListResponsesSinglePage, type WebhookCreateParams as WebhookCreateParams, type WebhookUpdateParams as WebhookUpdateParams, type WebhookListParams as WebhookListParams, type WebhookDeleteParams as WebhookDeleteParams, type WebhookEvaluateParams as WebhookEvaluateParams, type WebhookEvaluateExistingParams as WebhookEvaluateExistingParams, type WebhookGetParams as WebhookGetParams, }; } //# sourceMappingURL=posture.d.ts.map