Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 4, 2024
1 parent 7792e24 commit 1da44f8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 787 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
configured_endpoints: 1299
configured_endpoints: 1297
10 changes: 0 additions & 10 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,6 @@ Methods:

## Settings

Types:

- <code><a href="./src/resources/zones/settings/settings.ts">SettingEditResponse</a></code>
- <code><a href="./src/resources/zones/settings/settings.ts">SettingGetResponse</a></code>

Methods:

- <code title="patch /zones/{zone_id}/settings">client.zones.settings.<a href="./src/resources/zones/settings/settings.ts">edit</a>({ ...params }) -> SettingEditResponse</code>
- <code title="get /zones/{zone_id}/settings">client.zones.settings.<a href="./src/resources/zones/settings/settings.ts">get</a>({ ...params }) -> SettingGetResponse</code>

### ZeroRTT

Types:
Expand Down
8 changes: 1 addition & 7 deletions src/resources/zones/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ export {
CustomNameservers,
} from './custom-nameservers';
export { DNSSetting, DNSSettingEditParams, DNSSettingGetParams, DNSSettings } from './dns-settings';
export {
SettingEditResponse,
SettingGetResponse,
SettingEditParams,
SettingGetParams,
Settings,
} from './settings/index';
export { Settings } from './settings/index';
export {
SubscriptionListResponse,
SubscriptionCreateParams,
Expand Down
8 changes: 1 addition & 7 deletions src/resources/zones/settings/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

export {
SettingEditResponse,
SettingGetResponse,
SettingEditParams,
SettingGetParams,
Settings,
} from './settings';
export { Settings } from './settings';
export {
UnnamedSchemaRefB234e6a28c1a1c7c29213787c0621eaa,
OriginMaxHTTPVersionEditResponse,
Expand Down
Loading

0 comments on commit 1da44f8

Please sign in to comment.