File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/cloudflare/types/email_security Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1908
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c3770555d9e46619703036a1104959dc48db5be8f70f139b8b82ab11b576bcaa .yml
3- openapi_spec_hash : 024347d83f907a68d0f8b38c1d2006d0
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-798eb47dc103012908f98427006c328dc2e2c4180f64475a0b4a0024b8b08b2d .yml
3+ openapi_spec_hash : 6a086a5cf79a5e71fb725425bbdef06b
44config_hash : 0c4384f215154a287ab7fbe937bf1621
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class Properties(BaseModel):
2222 "domain_similarity" ,
2323 "domain_recency" ,
2424 "managed_acceptable_sender" ,
25+ "outbound_ndr" ,
2526 ]
2627 ] = None
2728
@@ -38,6 +39,7 @@ class Properties(BaseModel):
3839 "domain_similarity" ,
3940 "domain_recency" ,
4041 "managed_acceptable_sender" ,
42+ "outbound_ndr" ,
4143 ]
4244 ] = None
4345
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class Properties(BaseModel):
2222 "domain_similarity" ,
2323 "domain_recency" ,
2424 "managed_acceptable_sender" ,
25+ "outbound_ndr" ,
2526 ]
2627 ] = None
2728
@@ -38,6 +39,7 @@ class Properties(BaseModel):
3839 "domain_similarity" ,
3940 "domain_recency" ,
4041 "managed_acceptable_sender" ,
42+ "outbound_ndr" ,
4143 ]
4244 ] = None
4345
You can’t perform that action at this time.
0 commit comments