opencode_offline/packages/sdk/python/sst.pyi

115 lines
2.3 KiB
Python
Raw Normal View History

2025-11-04 04:43:52 +08:00
# 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:
2025-11-08 23:15:35 +08:00
namespaceId: str
2025-11-04 04:43:52 +08:00
type: str
class Bucket:
name: str
type: str
2025-11-08 23:15:35 +08:00
class CLOUDFLARE_API_TOKEN:
type: str
value: str
class CLOUDFLARE_DEFAULT_ACCOUNT_ID:
type: str
value: str
2025-11-04 04:43:52 +08:00
class Console:
type: str
url: str
2025-11-24 04:21:47 +08:00
class ConsoleData:
name: str
type: str
2025-11-04 04:43:52 +08:00
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
2025-11-26 06:57:22 +08:00
class Enterprise:
type: str
url: str
2025-11-24 04:21:47 +08:00
class EnterpriseStorage:
name: str
type: str
2025-11-04 04:43:52 +08:00
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
2025-11-08 23:15:35 +08:00
class GatewayKv:
namespaceId: str
type: str
2025-11-04 04:43:52 +08:00
class HONEYCOMB_API_KEY:
type: str
value: str
class LogProcessor:
type: str
2025-11-24 04:21:47 +08:00
class R2AccessKey:
type: str
value: str
class R2SecretKey:
type: str
value: str
2025-11-04 04:43:52 +08:00
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
2025-11-22 01:50:51 +08:00
class ZEN_MODELS3:
type: str
value: str
class ZEN_MODELS4:
type: str
value: str
2025-11-04 04:43:52 +08:00