Skip to content

Commit

Permalink
feat(api): api update (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 4, 2025
1 parent 41666da commit 91d9eb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1525
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d44df38b0300879ca2f6cae588a5a8c3fe74cf2df8cd44c35b62ff41f7e255f4.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7100b19d975eb46bc9e7f7ea7a3dbea4d79c5d3972921c7e7db3612dd38bde21.yml
2 changes: 2 additions & 0 deletions src/resources/durable-objects/namespaces/namespaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export interface Namespace {

script?: string;

use_containers?: boolean;

use_sqlite?: boolean;
}

Expand Down

0 comments on commit 91d9eb6

Please sign in to comment.