We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41666da commit 91d9eb6Copy full SHA for 91d9eb6
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 1525
2
-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
src/resources/durable-objects/namespaces/namespaces.ts
@@ -36,6 +36,8 @@ export interface Namespace {
36
37
script?: string;
38
39
+ use_containers?: boolean;
40
+
41
use_sqlite?: boolean;
42
}
43
0 commit comments