File tree Expand file tree Collapse file tree
src/cloudflare/types/zero_trust/dlp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : fb1054ab304fd59429dac3940d2ee05a
Original file line number Diff line number Diff 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
216216class PredefinedProfileEntryCustomEntry (BaseModel ):
217217 id : str
You can’t perform that action at this time.
0 commit comments