diff options
| author | Dax Raad <[email protected]> | 2025-12-07 15:52:27 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-07 15:52:27 -0500 |
| commit | 13b2cf50aeb791f4b47786f95c8572a5caa75c7e (patch) | |
| tree | cea24f522f7e0de330475bf0be7803cdf1a33371 /packages/sdk/python/sst.pyi | |
| parent | 93b0abfce9660c4da21026b138857bf408aa4cae (diff) | |
| download | opencode-13b2cf50aeb791f4b47786f95c8572a5caa75c7e.tar.gz opencode-13b2cf50aeb791f4b47786f95c8572a5caa75c7e.zip | |
remove outdated SDKs
Diffstat (limited to 'packages/sdk/python/sst.pyi')
| -rw-r--r-- | packages/sdk/python/sst.pyi | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/packages/sdk/python/sst.pyi b/packages/sdk/python/sst.pyi deleted file mode 100644 index 82d093d81..000000000 --- a/packages/sdk/python/sst.pyi +++ /dev/null @@ -1,114 +0,0 @@ -# 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: - 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 - 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 Enterprise: - type: str - url: str - class EnterpriseStorage: - name: str - type: 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 GatewayKv: - namespaceId: str - type: str - class HONEYCOMB_API_KEY: - type: str - value: str - class LogProcessor: - type: str - class R2AccessKey: - type: str - value: str - class R2SecretKey: - type: str - value: 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 - class ZEN_MODELS3: - type: str - value: str - class ZEN_MODELS4: - type: str - value: str - class ZenData: - name: str - type: str - |
