-
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(api): map in new endpoints for account owned tokens, dns setting…
… views and worker assets (#2144)
- Loading branch information
1 parent
be63a6f
commit ee15032
Showing
57 changed files
with
6,177 additions
and
14 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: 1365 | ||
configured_endpoints: 1380 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9c8ad1b8591db7a88106030eb20c396404f23056d1fe47ae2ae322923872606f.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .value import ( | ||
ValueResource, | ||
AsyncValueResource, | ||
ValueResourceWithRawResponse, | ||
AsyncValueResourceWithRawResponse, | ||
ValueResourceWithStreamingResponse, | ||
AsyncValueResourceWithStreamingResponse, | ||
) | ||
from .tokens import ( | ||
TokensResource, | ||
AsyncTokensResource, | ||
TokensResourceWithRawResponse, | ||
AsyncTokensResourceWithRawResponse, | ||
TokensResourceWithStreamingResponse, | ||
AsyncTokensResourceWithStreamingResponse, | ||
) | ||
from .permission_groups import ( | ||
PermissionGroupsResource, | ||
AsyncPermissionGroupsResource, | ||
PermissionGroupsResourceWithRawResponse, | ||
AsyncPermissionGroupsResourceWithRawResponse, | ||
PermissionGroupsResourceWithStreamingResponse, | ||
AsyncPermissionGroupsResourceWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"PermissionGroupsResource", | ||
"AsyncPermissionGroupsResource", | ||
"PermissionGroupsResourceWithRawResponse", | ||
"AsyncPermissionGroupsResourceWithRawResponse", | ||
"PermissionGroupsResourceWithStreamingResponse", | ||
"AsyncPermissionGroupsResourceWithStreamingResponse", | ||
"ValueResource", | ||
"AsyncValueResource", | ||
"ValueResourceWithRawResponse", | ||
"AsyncValueResourceWithRawResponse", | ||
"ValueResourceWithStreamingResponse", | ||
"AsyncValueResourceWithStreamingResponse", | ||
"TokensResource", | ||
"AsyncTokensResource", | ||
"TokensResourceWithRawResponse", | ||
"AsyncTokensResourceWithRawResponse", | ||
"TokensResourceWithStreamingResponse", | ||
"AsyncTokensResourceWithStreamingResponse", | ||
] |
Oops, something went wrong.