cloudflare/cloudflare-typescript v6.1.0
cloudflare/cloudflare-typescript
Captured source
source ↗v6.1.0
Repository: cloudflare/cloudflare-typescript
Tag: v6.1.0
Published: 2026-05-06T17:39:29Z
Prerelease: no
Release notes:
6.1.0 (2026-05-04)
Full Changelog: v6.0.0...v6.1.0
Features
Security Center - New Insights Sub-Resources
Three new sub-resources added under client.securityCenter.insights:
AuditLogs (client.securityCenter.insights.auditLogs)
list({ ...params }) -> AuditLogListResponsesCursorPaginationlistByInsight(issueId, { ...params }) -> AuditLogListByInsightResponsesCursorPagination
New types: AuditLogListResponse, AuditLogListByInsightResponse
Classification (client.securityCenter.insights.classification)
update(issueId, { ...params }) -> ClassificationUpdateResponse
New types: ClassificationUpdateResponse
Context (client.securityCenter.insights.context)
get(issueId, { ...params }) -> ContextGetResponse
New types: ContextGetResponse
Zero Trust - Device Deployment Groups
New sub-resource client.zeroTrust.devices.deploymentGroups:
create({ ...params }) -> DeploymentGrouplist({ ...params }) -> DeploymentGroupsV4PagePaginationArraydelete(groupId, { ...params }) -> DeploymentGroupDeleteResponseedit(groupId, { ...params }) -> DeploymentGroupget(groupId, { ...params }) -> DeploymentGroup
New types: DeploymentGroup, DeploymentGroupDeleteResponse
Queues - Metrics Endpoint
New method on client.queues:
getMetrics(queueId, { ...params }) -> QueueGetMetricsResponse
Organizations - Audit Logs
New sub-resource client.organizations.logs.audit:
list(organizationId, { ...params }) -> LogAuditListResponsesCursorPaginationAfter
New types: LogAuditListResponse
Notability
notability 2.0/10Minor TypeScript SDK update