diff options
| author | Frank <[email protected]> | 2025-09-19 14:08:02 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-19 14:16:53 -0400 |
| commit | 9420d80b73add9f65d5ae7469e5eb82bdc710894 (patch) | |
| tree | 880405e710c063740df9f653db9ac78f910056d7 /sst-env.d.ts | |
| parent | c21161b75e627ec1af22947f465ee72027918d31 (diff) | |
| download | opencode-9420d80b73add9f65d5ae7469e5eb82bdc710894.tar.gz opencode-9420d80b73add9f65d5ae7469e5eb82bdc710894.zip | |
zen: data share
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 130 |
1 files changed, 57 insertions, 73 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index 22caba969..c2160547a 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -5,99 +5,83 @@ declare module "sst" { export interface Resource { - ANTHROPIC_API_KEY: { - type: "sst.sst.Secret" - value: string + "AUTH_API_URL": { + "type": "sst.sst.Linkable" + "value": string } - AUTH_API_URL: { - type: "sst.sst.Linkable" - value: string + "Api": { + "type": "sst.cloudflare.Worker" + "url": string } - Api: { - type: "sst.cloudflare.Worker" - url: string + "AuthApi": { + "type": "sst.cloudflare.Worker" + "url": string } - AuthApi: { - type: "sst.cloudflare.Worker" - url: string + "AuthStorage": { + "type": "sst.cloudflare.Kv" } - AuthStorage: { - type: "sst.cloudflare.Kv" + "Bucket": { + "name": string + "type": "sst.cloudflare.Bucket" } - BASETEN_API_KEY: { - type: "sst.sst.Secret" - value: string + "Console": { + "type": "sst.cloudflare.SolidStart" + "url": string } - Bucket: { - name: string - type: "sst.cloudflare.Bucket" + "Database": { + "database": string + "host": string + "password": string + "port": number + "type": "sst.sst.Linkable" + "username": string } - Console: { - type: "sst.cloudflare.SolidStart" - url: string + "GITHUB_APP_ID": { + "type": "sst.sst.Secret" + "value": string } - Database: { - database: string - host: string - password: string - port: number - type: "sst.sst.Linkable" - username: string + "GITHUB_APP_PRIVATE_KEY": { + "type": "sst.sst.Secret" + "value": string } - FIREWORKS_API_KEY: { - type: "sst.sst.Secret" - value: string + "GITHUB_CLIENT_ID_CONSOLE": { + "type": "sst.sst.Secret" + "value": string } - GITHUB_APP_ID: { - type: "sst.sst.Secret" - value: string + "GITHUB_CLIENT_SECRET_CONSOLE": { + "type": "sst.sst.Secret" + "value": string } - GITHUB_APP_PRIVATE_KEY: { - type: "sst.sst.Secret" - value: string + "GOOGLE_CLIENT_ID": { + "type": "sst.sst.Secret" + "value": string } - GITHUB_CLIENT_ID_CONSOLE: { - type: "sst.sst.Secret" - value: string + "HONEYCOMB_API_KEY": { + "type": "sst.sst.Secret" + "value": string } - GITHUB_CLIENT_SECRET_CONSOLE: { - type: "sst.sst.Secret" - value: string + "LogProcessor": { + "type": "sst.cloudflare.Worker" } - GOOGLE_CLIENT_ID: { - type: "sst.sst.Secret" - value: string + "STRIPE_SECRET_KEY": { + "type": "sst.sst.Secret" + "value": string } - HONEYCOMB_API_KEY: { - type: "sst.sst.Secret" - value: string + "STRIPE_WEBHOOK_SECRET": { + "type": "sst.sst.Linkable" + "value": string } - LogProcessor: { - type: "sst.cloudflare.Worker" + "Web": { + "type": "sst.cloudflare.Astro" + "url": string } - OPENAI_API_KEY: { - type: "sst.sst.Secret" - value: string - } - STRIPE_SECRET_KEY: { - type: "sst.sst.Secret" - value: string - } - STRIPE_WEBHOOK_SECRET: { - type: "sst.sst.Linkable" - value: string - } - Web: { - type: "sst.cloudflare.Astro" - url: string - } - XAI_API_KEY: { - type: "sst.sst.Secret" - value: string + "ZEN_MODELS": { + "type": "sst.sst.Secret" + "value": string } } } /// <reference path="sst-env.d.ts" /> import "sst" -export {} +export {}
\ No newline at end of file |
