Skip to content

Commit 67db9e9

Browse files
chore(api): update composite API spec
1 parent 0fd3baf commit 67db9e9

6 files changed

Lines changed: 10 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2184
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2780a119757bc40786cfe89b55dfa5a3b709664829f2b3ab69cc1374710ecd88.yml
3-
openapi_spec_hash: 35eb4a0c7a8d3d8f0107df70921ab0e4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f6c736e0222af704b2e8f761b885e1e9bf09fd76ef40b575f420fb2f45495ea7.yml
3+
openapi_spec_hash: cd80e4c5d8c0fa27bd23f8238d7e13d2
44
config_hash: 02fbdebd82a78d34dd6d005f1d2ad28c

src/cloudflare/resources/logpush/datasets/fields.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def get(
5858
"dns_firewall_logs",
5959
"dns_logs",
6060
"email_security_alerts",
61+
"email_security_post_delivery_events",
6162
"firewall_events",
6263
"gateway_dns",
6364
"gateway_http",
@@ -180,6 +181,7 @@ async def get(
180181
"dns_firewall_logs",
181182
"dns_logs",
182183
"email_security_alerts",
184+
"email_security_post_delivery_events",
183185
"firewall_events",
184186
"gateway_dns",
185187
"gateway_http",

src/cloudflare/resources/logpush/datasets/jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def get(
5959
"dns_firewall_logs",
6060
"dns_logs",
6161
"email_security_alerts",
62+
"email_security_post_delivery_events",
6263
"firewall_events",
6364
"gateway_dns",
6465
"gateway_http",
@@ -176,6 +177,7 @@ def get(
176177
"dns_firewall_logs",
177178
"dns_logs",
178179
"email_security_alerts",
180+
"email_security_post_delivery_events",
179181
"firewall_events",
180182
"gateway_dns",
181183
"gateway_http",

src/cloudflare/resources/logpush/jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def create(
6868
"dns_firewall_logs",
6969
"dns_logs",
7070
"email_security_alerts",
71+
"email_security_post_delivery_events",
7172
"firewall_events",
7273
"gateway_dns",
7374
"gateway_http",
@@ -592,6 +593,7 @@ async def create(
592593
"dns_firewall_logs",
593594
"dns_logs",
594595
"email_security_alerts",
596+
"email_security_post_delivery_events",
595597
"firewall_events",
596598
"gateway_dns",
597599
"gateway_http",

src/cloudflare/types/logpush/job_create_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class JobCreateParams(TypedDict, total=False):
3838
"dns_firewall_logs",
3939
"dns_logs",
4040
"email_security_alerts",
41+
"email_security_post_delivery_events",
4142
"firewall_events",
4243
"gateway_dns",
4344
"gateway_http",

src/cloudflare/types/logpush/logpush_job.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class LogpushJob(BaseModel):
2828
"dns_firewall_logs",
2929
"dns_logs",
3030
"email_security_alerts",
31+
"email_security_post_delivery_events",
3132
"firewall_events",
3233
"gateway_dns",
3334
"gateway_http",

0 commit comments

Comments
 (0)