diff options
| author | Frank <[email protected]> | 2025-11-03 15:43:52 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-11-03 15:44:06 -0500 |
| commit | 05232ead938b7cc7dcf75afa9470effef0ed4251 (patch) | |
| tree | 6005e5686e1bd6a525d90387b8932d345d4846b1 /packages/sdk/python | |
| parent | 7652a9606413f0d6e9af2c65aeee692c44996006 (diff) | |
| download | opencode-05232ead938b7cc7dcf75afa9470effef0ed4251.tar.gz opencode-05232ead938b7cc7dcf75afa9470effef0ed4251.zip | |
zen: wip
Diffstat (limited to 'packages/sdk/python')
| -rw-r--r-- | packages/sdk/python/sst.pyi | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/packages/sdk/python/sst.pyi b/packages/sdk/python/sst.pyi new file mode 100644 index 000000000..c64110c5b --- /dev/null +++ b/packages/sdk/python/sst.pyi @@ -0,0 +1,83 @@ +# Automatically generated by SST +# pylint: disable=all +from typing import Any + +class Resource: + class ADMIN_SECRET: + type: str + value: str + class AUTH_API_URL: + type: str + value: str + class AWS_SES_ACCESS_KEY_ID: + type: str + value: str + class AWS_SES_SECRET_ACCESS_KEY: + type: str + value: str + class Api: + type: str + url: str + class App: + name: str + stage: str + class AuthApi: + type: str + url: str + class AuthStorage: + type: str + class Bucket: + name: str + type: str + class Console: + type: str + url: str + class Database: + database: str + host: str + password: str + port: float + type: str + username: str + class Desktop: + type: str + url: str + class EMAILOCTOPUS_API_KEY: + type: str + value: str + class GITHUB_APP_ID: + type: str + value: str + class GITHUB_APP_PRIVATE_KEY: + type: str + value: str + class GITHUB_CLIENT_ID_CONSOLE: + type: str + value: str + class GITHUB_CLIENT_SECRET_CONSOLE: + type: str + value: str + class GOOGLE_CLIENT_ID: + type: str + value: str + class HONEYCOMB_API_KEY: + type: str + value: str + class LogProcessor: + type: str + class STRIPE_SECRET_KEY: + type: str + value: str + class STRIPE_WEBHOOK_SECRET: + type: str + value: str + class Web: + type: str + url: str + class ZEN_MODELS1: + type: str + value: str + class ZEN_MODELS2: + type: str + value: str + |
