diff options
| author | Frank <[email protected]> | 2025-11-08 10:15:35 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-11-08 10:18:21 -0500 |
| commit | 30b1ae5d4b071f5637c1a590a177b5017a28c90b (patch) | |
| tree | af56c9b48a7fa59baab65fa7d1a26dfc8ea1cf79 /packages/sdk/python | |
| parent | 9cd465f9c0702ebedf29b3386c555d9bc4da8306 (diff) | |
| download | opencode-30b1ae5d4b071f5637c1a590a177b5017a28c90b.tar.gz opencode-30b1ae5d4b071f5637c1a590a177b5017a28c90b.zip | |
zen: rate limit
Diffstat (limited to 'packages/sdk/python')
| -rw-r--r-- | packages/sdk/python/sst.pyi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/sdk/python/sst.pyi b/packages/sdk/python/sst.pyi index c64110c5b..b9353f7f7 100644 --- a/packages/sdk/python/sst.pyi +++ b/packages/sdk/python/sst.pyi @@ -25,10 +25,17 @@ class Resource: type: str url: str class AuthStorage: + namespaceId: str type: str class Bucket: name: str type: str + class CLOUDFLARE_API_TOKEN: + type: str + value: str + class CLOUDFLARE_DEFAULT_ACCOUNT_ID: + type: str + value: str class Console: type: str url: str @@ -60,6 +67,9 @@ class Resource: class GOOGLE_CLIENT_ID: type: str value: str + class GatewayKv: + namespaceId: str + type: str class HONEYCOMB_API_KEY: type: str value: str |
