Skip to content

Commit 35fa46f

Browse files
feat(api): api update
1 parent fa87ed4 commit 35fa46f

2 files changed

Lines changed: 4 additions & 4 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: 1808
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-894cd64ff18ce9c61c232daa8643eb50e0efce2cdd33008125648fc1a2f29691.yml
3-
openapi_spec_hash: 0a9faab242f56586e4d669bd3d80915c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9efd5f708a90ff5f4514b6159769c7a8fddaeda83d71bfca489af1e8bf2ec016.yml
3+
openapi_spec_hash: af5d9e115e49a0e9822a9e8961743f49
44
config_hash: fb1054ab304fd59429dac3940d2ee05a

src/cloudflare/types/zero_trust/dlp/profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ class CustomProfile(BaseModel):
187187
created_at: datetime
188188
"""When the profile was created."""
189189

190-
entries: List[CustomProfileEntry]
191-
192190
name: str
193191
"""The name of the profile."""
194192

@@ -212,6 +210,8 @@ class CustomProfile(BaseModel):
212210
description: Optional[str] = None
213211
"""The description of the profile."""
214212

213+
entries: Optional[List[CustomProfileEntry]] = None
214+
215215

216216
class PredefinedProfileEntryCustomEntry(BaseModel):
217217
id: str

0 commit comments

Comments
 (0)