@@ -1702,16 +1702,61 @@ Methods:
1702
1702
1703
1703
### Retention
1704
1704
1705
+ Types:
1706
+
1707
+ - <code><a href="./src/resources/logs/control/retention.ts">RetentionCreateResponse</a></code>
1708
+ - <code><a href="./src/resources/logs/control/retention.ts">RetentionGetResponse</a></code>
1709
+
1710
+ Methods:
1711
+
1712
+ - <code title="post /zones/{zone_id}/logs/control/retention/flag">client.logs.control.retention.<a href="./src/resources/logs/control/retention.ts">create</a>({ ...params }) -> RetentionCreateResponse | null</code>
1713
+ - <code title="get /zones/{zone_id}/logs/control/retention/flag">client.logs.control.retention.<a href="./src/resources/logs/control/retention.ts">get</a>({ ...params }) -> RetentionGetResponse | null</code>
1714
+
1705
1715
### Cmb
1706
1716
1707
1717
#### Config
1708
1718
1719
+ Types:
1720
+
1721
+ - <code><a href="./src/resources/logs/control/cmb/config.ts">CmbConfig</a></code>
1722
+ - <code><a href="./src/resources/logs/control/cmb/config.ts">ConfigDeleteResponse</a></code>
1723
+
1724
+ Methods:
1725
+
1726
+ - <code title="post /accounts/{account_id}/logs/control/cmb/config">client.logs.control.cmb.config.<a href="./src/resources/logs/control/cmb/config.ts">create</a>({ ...params }) -> CmbConfig | null</code>
1727
+ - <code title="delete /accounts/{account_id}/logs/control/cmb/config">client.logs.control.cmb.config.<a href="./src/resources/logs/control/cmb/config.ts">delete</a>({ ...params }) -> ConfigDeleteResponse | null</code>
1728
+ - <code title="get /accounts/{account_id}/logs/control/cmb/config">client.logs.control.cmb.config.<a href="./src/resources/logs/control/cmb/config.ts">get</a>({ ...params }) -> CmbConfig | null</code>
1729
+
1709
1730
## RayID
1710
1731
1732
+ Types:
1733
+
1734
+ - <code><a href="./src/resources/logs/rayid.ts">RayIDGetResponse</a></code>
1735
+
1736
+ Methods:
1737
+
1738
+ - <code title="get /zones/{zone_id}/logs/rayids/{ray_id}">client.logs.RayID.<a href="./src/resources/logs/rayid.ts">get</a>(RayID, { ...params }) -> RayIDGetResponse</code>
1739
+
1711
1740
## Received
1712
1741
1742
+ Types:
1743
+
1744
+ - <code><a href="./src/resources/logs/received/received.ts">ReceivedGetResponse</a></code>
1745
+
1746
+ Methods:
1747
+
1748
+ - <code title="get /zones/{zone_id}/logs/received">client.logs.received.<a href="./src/resources/logs/received/received.ts">get</a>({ ...params }) -> ReceivedGetResponse</code>
1749
+
1713
1750
### Fields
1714
1751
1752
+ Types:
1753
+
1754
+ - <code><a href="./src/resources/logs/received/fields.ts">FieldGetResponse</a></code>
1755
+
1756
+ Methods:
1757
+
1758
+ - <code title="get /zones/{zone_id}/logs/received/fields">client.logs.received.fields.<a href="./src/resources/logs/received/fields.ts">get</a>({ ...params }) -> FieldGetResponse</code>
1759
+
1715
1760
# OriginTLSClientAuth
1716
1761
1717
1762
Types:
@@ -2168,25 +2213,38 @@ Methods:
2168
2213
2169
2214
### Telemetry
2170
2215
2216
+ Types:
2217
+
2218
+ - <code><a href="./src/resources/workers/observability/telemetry.ts">TelemetryKeysResponse</a></code>
2219
+ - <code><a href="./src/resources/workers/observability/telemetry.ts">TelemetryQueryResponse</a></code>
2220
+ - <code><a href="./src/resources/workers/observability/telemetry.ts">TelemetryValuesResponse</a></code>
2221
+
2222
+ Methods:
2223
+
2224
+ - <code title="post /accounts/{account_id}/workers/observability/telemetry/keys">client.workers.observability.telemetry.<a href="./src/resources/workers/observability/telemetry.ts">keys</a>({ ...params }) -> TelemetryKeysResponsesSinglePage</code>
2225
+ - <code title="post /accounts/{account_id}/workers/observability/telemetry/query">client.workers.observability.telemetry.<a href="./src/resources/workers/observability/telemetry.ts">query</a>({ ...params }) -> TelemetryQueryResponse</code>
2226
+ - <code title="post /accounts/{account_id}/workers/observability/telemetry/values">client.workers.observability.telemetry.<a href="./src/resources/workers/observability/telemetry.ts">values</a>({ ...params }) -> TelemetryValuesResponsesSinglePage</code>
2227
+
2171
2228
# KV
2172
2229
2173
2230
## Namespaces
2174
2231
2175
2232
Types:
2176
2233
2177
2234
- <code><a href="./src/resources/kv/namespaces/namespaces.ts">Namespace</a></code>
2178
- - <code><a href="./src/resources/kv/namespaces/namespaces.ts">NamespaceUpdateResponse</a></code>
2179
2235
- <code><a href="./src/resources/kv/namespaces/namespaces.ts">NamespaceDeleteResponse</a></code>
2180
2236
- <code><a href="./src/resources/kv/namespaces/namespaces.ts">NamespaceBulkDeleteResponse</a></code>
2237
+ - <code><a href="./src/resources/kv/namespaces/namespaces.ts">NamespaceBulkGetResponse</a></code>
2181
2238
- <code><a href="./src/resources/kv/namespaces/namespaces.ts">NamespaceBulkUpdateResponse</a></code>
2182
2239
2183
2240
Methods:
2184
2241
2185
2242
- <code title="post /accounts/{account_id}/storage/kv/namespaces">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">create</a>({ ...params }) -> Namespace</code>
2186
- - <code title="put /accounts/{account_id}/storage/kv/namespaces/{namespace_id}">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">update</a>(namespaceId, { ...params }) -> NamespaceUpdateResponse | null </code>
2243
+ - <code title="put /accounts/{account_id}/storage/kv/namespaces/{namespace_id}">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">update</a>(namespaceId, { ...params }) -> Namespace </code>
2187
2244
- <code title="get /accounts/{account_id}/storage/kv/namespaces">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">list</a>({ ...params }) -> NamespacesV4PagePaginationArray</code>
2188
2245
- <code title="delete /accounts/{account_id}/storage/kv/namespaces/{namespace_id}">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">delete</a>(namespaceId, { ...params }) -> NamespaceDeleteResponse | null</code>
2189
2246
- <code title="post /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">bulkDelete</a>(namespaceId, [ ...body ]) -> NamespaceBulkDeleteResponse | null</code>
2247
+ - <code title="post /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">bulkGet</a>(namespaceId, { ...params }) -> NamespaceBulkGetResponse | null</code>
2190
2248
- <code title="put /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">bulkUpdate</a>(namespaceId, [ ...body ]) -> NamespaceBulkUpdateResponse | null</code>
2191
2249
- <code title="get /accounts/{account_id}/storage/kv/namespaces/{namespace_id}">client.kv.namespaces.<a href="./src/resources/kv/namespaces/namespaces.ts">get</a>(namespaceId, { ...params }) -> Namespace</code>
2192
2250
@@ -2196,12 +2254,14 @@ Types:
2196
2254
2197
2255
- <code><a href="./src/resources/kv/namespaces/keys.ts">Key</a></code>
2198
2256
- <code><a href="./src/resources/kv/namespaces/keys.ts">KeyBulkDeleteResponse</a></code>
2257
+ - <code><a href="./src/resources/kv/namespaces/keys.ts">KeyBulkGetResponse</a></code>
2199
2258
- <code><a href="./src/resources/kv/namespaces/keys.ts">KeyBulkUpdateResponse</a></code>
2200
2259
2201
2260
Methods:
2202
2261
2203
2262
- <code title="get /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys">client.kv.namespaces.keys.<a href="./src/resources/kv/namespaces/keys.ts">list</a>(namespaceId, { ...params }) -> KeysCursorLimitPagination</code>
2204
2263
- <code title="post /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete">client.kv.namespaces.keys.<a href="./src/resources/kv/namespaces/keys.ts">bulkDelete</a>(namespaceId, [ ...body ]) -> KeyBulkDeleteResponse | null</code>
2264
+ - <code title="post /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get">client.kv.namespaces.keys.<a href="./src/resources/kv/namespaces/keys.ts">bulkGet</a>(namespaceId, { ...params }) -> KeyBulkGetResponse | null</code>
2205
2265
- <code title="put /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk">client.kv.namespaces.keys.<a href="./src/resources/kv/namespaces/keys.ts">bulkUpdate</a>(namespaceId, [ ...body ]) -> KeyBulkUpdateResponse | null</code>
2206
2266
2207
2267
### Metadata
@@ -2237,7 +2297,7 @@ Types:
2237
2297
2238
2298
Methods:
2239
2299
2240
- - <code title="get /accounts/{account_id}/workers/durable_objects/namespaces">client.durableObjects.namespaces.<a href="./src/resources/durable-objects/namespaces/namespaces.ts">list</a>({ ...params }) -> NamespacesV4PagePaginationArray </code>
2300
+ - <code title="get /accounts/{account_id}/workers/durable_objects/namespaces">client.durableObjects.namespaces.<a href="./src/resources/durable-objects/namespaces/namespaces.ts">list</a>({ ...params }) -> NamespacesSinglePage </code>
2241
2301
2242
2302
### Objects
2243
2303
@@ -2284,12 +2344,16 @@ Methods:
2284
2344
Types:
2285
2345
2286
2346
- <code><a href="./src/resources/queues/messages.ts">MessageAckResponse</a></code>
2347
+ - <code><a href="./src/resources/queues/messages.ts">MessageBulkPushResponse</a></code>
2287
2348
- <code><a href="./src/resources/queues/messages.ts">MessagePullResponse</a></code>
2349
+ - <code><a href="./src/resources/queues/messages.ts">MessagePushResponse</a></code>
2288
2350
2289
2351
Methods:
2290
2352
2291
2353
- <code title="post /accounts/{account_id}/queues/{queue_id}/messages/ack">client.queues.messages.<a href="./src/resources/queues/messages.ts">ack</a>(queueId, { ...params }) -> MessageAckResponse</code>
2292
- - <code title="post /accounts/{account_id}/queues/{queue_id}/messages/pull">client.queues.messages.<a href="./src/resources/queues/messages.ts">pull</a>(queueId, { ...params }) -> MessagePullResponsesSinglePage</code>
2354
+ - <code title="post /accounts/{account_id}/queues/{queue_id}/messages/batch">client.queues.messages.<a href="./src/resources/queues/messages.ts">bulkPush</a>(queueId, { ...params }) -> MessageBulkPushResponse</code>
2355
+ - <code title="post /accounts/{account_id}/queues/{queue_id}/messages/pull">client.queues.messages.<a href="./src/resources/queues/messages.ts">pull</a>(queueId, { ...params }) -> MessagePullResponse</code>
2356
+ - <code title="post /accounts/{account_id}/queues/{queue_id}/messages">client.queues.messages.<a href="./src/resources/queues/messages.ts">push</a>(queueId, { ...params }) -> MessagePushResponse</code>
2293
2357
2294
2358
## Purge
2295
2359
@@ -6310,8 +6374,24 @@ Methods:
6310
6374
6311
6375
#### Summary
6312
6376
6377
+ Types:
6378
+
6379
+ - <code><a href="./src/resources/radar/ai/bots/summary.ts">SummaryUserAgentResponse</a></code>
6380
+
6381
+ Methods:
6382
+
6383
+ - <code title="get /radar/ai/bots/summary/user_agent">client.radar.ai.bots.summary.<a href="./src/resources/radar/ai/bots/summary.ts">userAgent</a>({ ...params }) -> SummaryUserAgentResponse</code>
6384
+
6313
6385
### TimeseriesGroups
6314
6386
6387
+ Types:
6388
+
6389
+ - <code><a href="./src/resources/radar/ai/timeseries-groups.ts">TimeseriesGroupUserAgentResponse</a></code>
6390
+
6391
+ Methods:
6392
+
6393
+ - <code title="get /radar/ai/bots/timeseries_groups/user_agent">client.radar.ai.timeseriesGroups.<a href="./src/resources/radar/ai/timeseries-groups.ts">userAgent</a>({ ...params }) -> TimeseriesGroupUserAgentResponse</code>
6394
+
6315
6395
## Annotations
6316
6396
6317
6397
Types:
@@ -7638,7 +7718,7 @@ Types:
7638
7718
7639
7719
Methods:
7640
7720
7641
- - <code title="put /zones/{zone_id}/snippets/snippet_rules">client.snippets.rules.<a href="./src/resources/snippets/rules.ts">update</a>({ ...params } ) -> RuleUpdateResponsesSinglePage</code>
7721
+ - <code title="put /zones/{zone_id}/snippets/snippet_rules">client.snippets.rules.<a href="./src/resources/snippets/rules.ts">update</a>([ ...body ] ) -> RuleUpdateResponsesSinglePage</code>
7642
7722
- <code title="get /zones/{zone_id}/snippets/snippet_rules">client.snippets.rules.<a href="./src/resources/snippets/rules.ts">list</a>({ ...params }) -> RuleListResponsesSinglePage</code>
7643
7723
- <code title="delete /zones/{zone_id}/snippets/snippet_rules">client.snippets.rules.<a href="./src/resources/snippets/rules.ts">delete</a>({ ...params }) -> RuleDeleteResponsesSinglePage</code>
7644
7724
@@ -8172,14 +8252,68 @@ Methods:
8172
8252
8173
8253
# Workflows
8174
8254
8255
+ Types:
8256
+
8257
+ - <code><a href="./src/resources/workflows/workflows.ts">WorkflowUpdateResponse</a></code>
8258
+ - <code><a href="./src/resources/workflows/workflows.ts">WorkflowListResponse</a></code>
8259
+ - <code><a href="./src/resources/workflows/workflows.ts">WorkflowDeleteResponse</a></code>
8260
+ - <code><a href="./src/resources/workflows/workflows.ts">WorkflowGetResponse</a></code>
8261
+
8262
+ Methods:
8263
+
8264
+ - <code title="put /accounts/{account_id}/workflows/{workflow_name}">client.workflows.<a href="./src/resources/workflows/workflows.ts">update</a>(workflowName, { ...params }) -> WorkflowUpdateResponse</code>
8265
+ - <code title="get /accounts/{account_id}/workflows">client.workflows.<a href="./src/resources/workflows/workflows.ts">list</a>({ ...params }) -> WorkflowListResponsesV4PagePaginationArray</code>
8266
+ - <code title="delete /accounts/{account_id}/workflows/{workflow_name}">client.workflows.<a href="./src/resources/workflows/workflows.ts">delete</a>(workflowName, { ...params }) -> WorkflowDeleteResponse</code>
8267
+ - <code title="get /accounts/{account_id}/workflows/{workflow_name}">client.workflows.<a href="./src/resources/workflows/workflows.ts">get</a>(workflowName, { ...params }) -> WorkflowGetResponse</code>
8268
+
8175
8269
## Instances
8176
8270
8271
+ Types:
8272
+
8273
+ - <code><a href="./src/resources/workflows/instances/instances.ts">InstanceCreateResponse</a></code>
8274
+ - <code><a href="./src/resources/workflows/instances/instances.ts">InstanceListResponse</a></code>
8275
+ - <code><a href="./src/resources/workflows/instances/instances.ts">InstanceBulkResponse</a></code>
8276
+ - <code><a href="./src/resources/workflows/instances/instances.ts">InstanceGetResponse</a></code>
8277
+
8278
+ Methods:
8279
+
8280
+ - <code title="post /accounts/{account_id}/workflows/{workflow_name}/instances">client.workflows.instances.<a href="./src/resources/workflows/instances/instances.ts">create</a>(workflowName, { ...params }) -> InstanceCreateResponse</code>
8281
+ - <code title="get /accounts/{account_id}/workflows/{workflow_name}/instances">client.workflows.instances.<a href="./src/resources/workflows/instances/instances.ts">list</a>(workflowName, { ...params }) -> InstanceListResponsesV4PagePaginationArray</code>
8282
+ - <code title="post /accounts/{account_id}/workflows/{workflow_name}/instances/batch">client.workflows.instances.<a href="./src/resources/workflows/instances/instances.ts">bulk</a>(workflowName, [ ...body ]) -> InstanceBulkResponsesSinglePage</code>
8283
+ - <code title="get /accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}">client.workflows.instances.<a href="./src/resources/workflows/instances/instances.ts">get</a>(workflowName, instanceId, { ...params }) -> InstanceGetResponse</code>
8284
+
8177
8285
### Status
8178
8286
8287
+ Types:
8288
+
8289
+ - <code><a href="./src/resources/workflows/instances/status.ts">StatusEditResponse</a></code>
8290
+
8291
+ Methods:
8292
+
8293
+ - <code title="patch /accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/status">client.workflows.instances.status.<a href="./src/resources/workflows/instances/status.ts">edit</a>(workflowName, instanceId, { ...params }) -> StatusEditResponse</code>
8294
+
8179
8295
### Events
8180
8296
8297
+ Types:
8298
+
8299
+ - <code><a href="./src/resources/workflows/instances/events.ts">EventCreateResponse</a></code>
8300
+
8301
+ Methods:
8302
+
8303
+ - <code title="post /accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/events/{event_type}">client.workflows.instances.events.<a href="./src/resources/workflows/instances/events.ts">create</a>(workflowName, instanceId, eventType, { ...params }) -> EventCreateResponse</code>
8304
+
8181
8305
## Versions
8182
8306
8307
+ Types:
8308
+
8309
+ - <code><a href="./src/resources/workflows/versions.ts">VersionListResponse</a></code>
8310
+ - <code><a href="./src/resources/workflows/versions.ts">VersionGetResponse</a></code>
8311
+
8312
+ Methods:
8313
+
8314
+ - <code title="get /accounts/{account_id}/workflows/{workflow_name}/versions">client.workflows.versions.<a href="./src/resources/workflows/versions.ts">list</a>(workflowName, { ...params }) -> VersionListResponsesV4PagePaginationArray</code>
8315
+ - <code title="get /accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}">client.workflows.versions.<a href="./src/resources/workflows/versions.ts">get</a>(workflowName, versionId, { ...params }) -> VersionGetResponse</code>
8316
+
8183
8317
# ResourceSharing
8184
8318
8185
8319
Types:
0 commit comments