-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(zero_trust_device): reshuffle structure to allow use of custom a…
…nd default (#2137)
- Loading branch information
1 parent
b132a0d
commit e323e62
Showing
67 changed files
with
4,245 additions
and
2,112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
configured_endpoints: 1397 | ||
configured_endpoints: 1401 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1f3a5920b5590a1e7f4df129cc299fe3d4aaa7bf4ef6915b015dd898b1a1813c.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
src/cloudflare/resources/zero_trust/devices/policies/custom/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .custom import ( | ||
CustomResource, | ||
AsyncCustomResource, | ||
CustomResourceWithRawResponse, | ||
AsyncCustomResourceWithRawResponse, | ||
CustomResourceWithStreamingResponse, | ||
AsyncCustomResourceWithStreamingResponse, | ||
) | ||
from .excludes import ( | ||
ExcludesResource, | ||
AsyncExcludesResource, | ||
ExcludesResourceWithRawResponse, | ||
AsyncExcludesResourceWithRawResponse, | ||
ExcludesResourceWithStreamingResponse, | ||
AsyncExcludesResourceWithStreamingResponse, | ||
) | ||
from .includes import ( | ||
IncludesResource, | ||
AsyncIncludesResource, | ||
IncludesResourceWithRawResponse, | ||
AsyncIncludesResourceWithRawResponse, | ||
IncludesResourceWithStreamingResponse, | ||
AsyncIncludesResourceWithStreamingResponse, | ||
) | ||
from .fallback_domains import ( | ||
FallbackDomainsResource, | ||
AsyncFallbackDomainsResource, | ||
FallbackDomainsResourceWithRawResponse, | ||
AsyncFallbackDomainsResourceWithRawResponse, | ||
FallbackDomainsResourceWithStreamingResponse, | ||
AsyncFallbackDomainsResourceWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"ExcludesResource", | ||
"AsyncExcludesResource", | ||
"ExcludesResourceWithRawResponse", | ||
"AsyncExcludesResourceWithRawResponse", | ||
"ExcludesResourceWithStreamingResponse", | ||
"AsyncExcludesResourceWithStreamingResponse", | ||
"IncludesResource", | ||
"AsyncIncludesResource", | ||
"IncludesResourceWithRawResponse", | ||
"AsyncIncludesResourceWithRawResponse", | ||
"IncludesResourceWithStreamingResponse", | ||
"AsyncIncludesResourceWithStreamingResponse", | ||
"FallbackDomainsResource", | ||
"AsyncFallbackDomainsResource", | ||
"FallbackDomainsResourceWithRawResponse", | ||
"AsyncFallbackDomainsResourceWithRawResponse", | ||
"FallbackDomainsResourceWithStreamingResponse", | ||
"AsyncFallbackDomainsResourceWithStreamingResponse", | ||
"CustomResource", | ||
"AsyncCustomResource", | ||
"CustomResourceWithRawResponse", | ||
"AsyncCustomResourceWithRawResponse", | ||
"CustomResourceWithStreamingResponse", | ||
"AsyncCustomResourceWithStreamingResponse", | ||
] |
Oops, something went wrong.