Skip to content

Commit

Permalink
[bot] Updated client based on openapi-9d239ea/clientgen (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <[email protected]>
  • Loading branch information
digitalocean-engineering and API Engineering authored Oct 11, 2023
1 parent 001cfa1 commit 7dbfef1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 21 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bc1bc43
9d239ea
30 changes: 20 additions & 10 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -117802,7 +117802,8 @@ async def list_alerts(
"notifications": {
"email": [
"str" # An email to notify on an alert
trigger. Required.
trigger. The Email has to be one that is verified on that
DigitalOcean account. Required.
],
"slack": [
{
Expand Down Expand Up @@ -117960,7 +117961,8 @@ async def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger. Required.
"str" # An email to notify on an alert trigger. The Email
has to be one that is verified on that DigitalOcean account. Required.
],
"slack": [
{
Expand Down Expand Up @@ -117990,7 +117992,8 @@ async def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -118070,7 +118073,8 @@ async def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -118146,7 +118150,8 @@ async def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -118292,7 +118297,8 @@ async def get_alert(self, check_id: str, alert_id: str, **kwargs: Any) -> JSON:
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -118434,7 +118440,8 @@ async def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger. Required.
"str" # An email to notify on an alert trigger. The Email
has to be one that is verified on that DigitalOcean account. Required.
],
"slack": [
{
Expand Down Expand Up @@ -118464,7 +118471,8 @@ async def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -118539,7 +118547,8 @@ async def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -118608,7 +118617,8 @@ async def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down
30 changes: 20 additions & 10 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -124545,7 +124545,8 @@ def list_alerts(
"notifications": {
"email": [
"str" # An email to notify on an alert
trigger. Required.
trigger. The Email has to be one that is verified on that
DigitalOcean account. Required.
],
"slack": [
{
Expand Down Expand Up @@ -124703,7 +124704,8 @@ def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger. Required.
"str" # An email to notify on an alert trigger. The Email
has to be one that is verified on that DigitalOcean account. Required.
],
"slack": [
{
Expand Down Expand Up @@ -124733,7 +124735,8 @@ def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -124813,7 +124816,8 @@ def create_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -124887,7 +124891,8 @@ def create_alert(self, check_id: str, body: Union[JSON, IO], **kwargs: Any) -> J
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -125033,7 +125038,8 @@ def get_alert(self, check_id: str, alert_id: str, **kwargs: Any) -> JSON:
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -125175,7 +125181,8 @@ def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger. Required.
"str" # An email to notify on an alert trigger. The Email
has to be one that is verified on that DigitalOcean account. Required.
],
"slack": [
{
Expand Down Expand Up @@ -125205,7 +125212,8 @@ def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -125280,7 +125288,8 @@ def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down Expand Up @@ -125349,7 +125358,8 @@ def update_alert(
"name": "str", # Optional. A human-friendly display name.
"notifications": {
"email": [
"str" # An email to notify on an alert trigger.
"str" # An email to notify on an alert trigger. The
Email has to be one that is verified on that DigitalOcean account.
Required.
],
"slack": [
Expand Down

0 comments on commit 7dbfef1

Please sign in to comment.