ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0

This commit is contained in:
speakeasybot
2024-02-23 14:46:43 +00:00
parent b55e5daaee
commit 673ba1e538
49 changed files with 1077 additions and 229 deletions

View File

@@ -43,7 +43,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -80,7 +80,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -117,7 +117,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -154,7 +154,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -191,7 +191,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -228,7 +228,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -276,7 +276,7 @@ try {
if ($response->statusCode === 200) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -319,7 +319,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```