-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): update via SDK Studio (#168)
- Loading branch information
1 parent
0de118b
commit a0562cc
Showing
30 changed files
with
3,398 additions
and
2 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 +1 @@ | ||
configured_endpoints: 1275 | ||
configured_endpoints: 1290 |
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
47 changes: 47 additions & 0 deletions
47
src/cloudflare/resources/magic_network_monitoring/__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,47 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .rules import ( | ||
Rules, | ||
AsyncRules, | ||
RulesWithRawResponse, | ||
AsyncRulesWithRawResponse, | ||
RulesWithStreamingResponse, | ||
AsyncRulesWithStreamingResponse, | ||
) | ||
from .configs import ( | ||
Configs, | ||
AsyncConfigs, | ||
ConfigsWithRawResponse, | ||
AsyncConfigsWithRawResponse, | ||
ConfigsWithStreamingResponse, | ||
AsyncConfigsWithStreamingResponse, | ||
) | ||
from .magic_network_monitoring import ( | ||
MagicNetworkMonitoring, | ||
AsyncMagicNetworkMonitoring, | ||
MagicNetworkMonitoringWithRawResponse, | ||
AsyncMagicNetworkMonitoringWithRawResponse, | ||
MagicNetworkMonitoringWithStreamingResponse, | ||
AsyncMagicNetworkMonitoringWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"Configs", | ||
"AsyncConfigs", | ||
"ConfigsWithRawResponse", | ||
"AsyncConfigsWithRawResponse", | ||
"ConfigsWithStreamingResponse", | ||
"AsyncConfigsWithStreamingResponse", | ||
"Rules", | ||
"AsyncRules", | ||
"RulesWithRawResponse", | ||
"AsyncRulesWithRawResponse", | ||
"RulesWithStreamingResponse", | ||
"AsyncRulesWithStreamingResponse", | ||
"MagicNetworkMonitoring", | ||
"AsyncMagicNetworkMonitoring", | ||
"MagicNetworkMonitoringWithRawResponse", | ||
"AsyncMagicNetworkMonitoringWithRawResponse", | ||
"MagicNetworkMonitoringWithStreamingResponse", | ||
"AsyncMagicNetworkMonitoringWithStreamingResponse", | ||
] |
33 changes: 33 additions & 0 deletions
33
src/cloudflare/resources/magic_network_monitoring/configs/__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,33 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .full import ( | ||
Full, | ||
AsyncFull, | ||
FullWithRawResponse, | ||
AsyncFullWithRawResponse, | ||
FullWithStreamingResponse, | ||
AsyncFullWithStreamingResponse, | ||
) | ||
from .configs import ( | ||
Configs, | ||
AsyncConfigs, | ||
ConfigsWithRawResponse, | ||
AsyncConfigsWithRawResponse, | ||
ConfigsWithStreamingResponse, | ||
AsyncConfigsWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"Full", | ||
"AsyncFull", | ||
"FullWithRawResponse", | ||
"AsyncFullWithRawResponse", | ||
"FullWithStreamingResponse", | ||
"AsyncFullWithStreamingResponse", | ||
"Configs", | ||
"AsyncConfigs", | ||
"ConfigsWithRawResponse", | ||
"AsyncConfigsWithRawResponse", | ||
"ConfigsWithStreamingResponse", | ||
"AsyncConfigsWithStreamingResponse", | ||
] |
Oops, something went wrong.