opencode/sst-env.d.ts

352 lines
7.8 KiB
TypeScript
Raw Permalink Normal View History

2025-05-24 02:17:45 +08:00
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
2026-02-19 02:54:23 +08:00
/* biome-ignore-all lint: auto-generated */
2025-05-24 02:17:45 +08:00
declare module "sst" {
export interface Resource {
2025-12-03 07:36:13 +08:00
"ADMIN_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
"AUTH_API_URL": {
"type": "sst.sst.Linkable"
"value": string
}
"AWS_SES_ACCESS_KEY_ID": {
"type": "sst.sst.Secret"
"value": string
}
"AWS_SES_SECRET_ACCESS_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2026-05-22 02:52:49 +08:00
"Api": import("@cloudflare/workers-types").Service
"AuthApi": import("@cloudflare/workers-types").Service
"AuthStorage": import("@cloudflare/workers-types").KVNamespace
"Bucket": import("@cloudflare/workers-types").R2Bucket
2025-12-03 07:36:13 +08:00
"Console": {
"type": "sst.cloudflare.SolidStart"
"url": string
2025-08-05 09:08:28 +08:00
}
"DISCORD_INCIDENT_WEBHOOK_URL": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-21 12:06:06 +08:00
"DISCORD_SUPPORT_BOT_TOKEN": {
"type": "sst.sst.Secret"
"value": string
}
"DISCORD_SUPPORT_CHANNEL_ID": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"Database": {
"database": string
"host": string
"password": string
"port": number
"type": "sst.sst.Linkable"
"username": string
2025-10-02 07:34:37 +08:00
}
2025-12-03 07:36:13 +08:00
"EMAILOCTOPUS_API_KEY": {
"type": "sst.sst.Secret"
"value": string
2025-08-09 01:22:54 +08:00
}
2026-05-22 02:52:49 +08:00
"EnterpriseStorage": import("@cloudflare/workers-types").R2Bucket
2026-01-21 12:06:06 +08:00
"FEISHU_APP_ID": {
"type": "sst.sst.Secret"
"value": string
}
"FEISHU_APP_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"GITHUB_APP_ID": {
"type": "sst.sst.Secret"
"value": string
2025-08-09 01:22:54 +08:00
}
2025-12-03 07:36:13 +08:00
"GITHUB_APP_PRIVATE_KEY": {
"type": "sst.sst.Secret"
"value": string
2025-09-03 08:01:11 +08:00
}
2025-12-03 07:36:13 +08:00
"GITHUB_CLIENT_ID_CONSOLE": {
"type": "sst.sst.Secret"
"value": string
2025-05-24 02:17:45 +08:00
}
2025-12-03 07:36:13 +08:00
"GITHUB_CLIENT_SECRET_CONSOLE": {
"type": "sst.sst.Secret"
"value": string
2025-08-30 07:34:56 +08:00
}
2025-12-03 07:36:13 +08:00
"GOOGLE_CLIENT_ID": {
"type": "sst.sst.Secret"
"value": string
2025-08-09 01:22:54 +08:00
}
2025-12-03 07:36:13 +08:00
"HONEYCOMB_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2026-05-08 10:55:48 +08:00
"HoneycombWebhookSecret": {
"type": "random.index/randomPassword.RandomPassword"
"value": string
}
"InferenceEvent": {
"catalog": string
"database": string
"region": string
"table": string
"tableBucket": string
"type": "sst.sst.Linkable"
"workgroup": string
}
"LakeIngest": {
"secret": string
"type": "sst.sst.Linkable"
"url": string
}
"LakeIngestConfig": {
"secret": string
"streamName": string
"type": "sst.sst.Linkable"
}
"LakeIngestSecret": {
"type": "random.index/randomPassword.RandomPassword"
"value": string
}
"LakeIngestService": {
"service": string
"type": "sst.aws.Service"
"url": string
}
"LakeVpc": {
"type": "sst.aws.Vpc"
}
2026-05-22 02:52:49 +08:00
"LogProcessor": import("@cloudflare/workers-types").Service
2025-12-03 07:36:13 +08:00
"R2AccessKey": {
"type": "sst.sst.Secret"
"value": string
2025-08-09 01:22:54 +08:00
}
2025-12-03 07:36:13 +08:00
"R2SecretKey": {
"type": "sst.sst.Secret"
"value": string
2025-08-09 13:28:27 +08:00
}
2026-03-18 11:31:14 +08:00
"SALESFORCE_CLIENT_ID": {
"type": "sst.sst.Secret"
"value": string
}
"SALESFORCE_CLIENT_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
"SALESFORCE_INSTANCE_URL": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-14 06:51:20 +08:00
"STRIPE_PUBLISHABLE_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"STRIPE_SECRET_KEY": {
"type": "sst.sst.Secret"
"value": string
2025-09-09 03:46:57 +08:00
}
2025-12-03 07:36:13 +08:00
"STRIPE_WEBHOOK_SECRET": {
"type": "sst.sst.Linkable"
2026-05-27 21:37:29 +08:00
"value": string
2025-09-09 03:46:57 +08:00
}
2026-05-22 02:52:49 +08:00
"Stat": import("@cloudflare/workers-types").Service
"Stats": {
"type": "sst.cloudflare.SolidStart"
"url": string
}
"StatsDatabase": {
"database": string
"host": string
"password": string
"port": number
"type": "sst.sst.Linkable"
"url": string
"username": string
}
"StatsSyncConfig": {
"dataset": string
"type": "sst.sst.Linkable"
}
"StatsSyncService": {
"service": string
"type": "sst.aws.Service"
}
2025-12-12 12:41:04 +08:00
"Teams": {
"type": "sst.cloudflare.SolidStart"
"url": string
}
"UpstashRedisRestToken": {
"type": "sst.sst.Secret"
"value": string
}
"UpstashRedisRestUrl": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"Web": {
"type": "sst.cloudflare.Astro"
"url": string
2025-09-10 03:47:24 +08:00
}
2025-12-24 01:58:28 +08:00
"WebApp": {
"type": "sst.cloudflare.StaticSite"
"url": string
}
2026-01-23 01:40:42 +08:00
"ZEN_BLACK_PRICE": {
"plan100": string
"plan20": string
"plan200": string
"product": string
"type": "sst.sst.Linkable"
}
2026-03-03 13:25:03 +08:00
"ZEN_LIMITS": {
2026-02-23 07:41:34 +08:00
"type": "sst.sst.Secret"
"value": string
}
"ZEN_LITE_PRICE": {
2026-04-07 22:08:57 +08:00
"firstMonth100Coupon": string
2026-03-11 22:46:16 +08:00
"firstMonth50Coupon": string
2026-02-23 07:41:34 +08:00
"price": string
2026-03-20 06:44:21 +08:00
"priceInr": number
2026-02-23 07:41:34 +08:00
"product": string
2026-04-27 13:36:26 +08:00
"sixMonths100Coupon": string
"threeMonths100Coupon": string
"twelveMonths100Coupon": string
2026-02-23 07:41:34 +08:00
"type": "sst.sst.Linkable"
}
2025-12-03 07:36:13 +08:00
"ZEN_MODELS1": {
"type": "sst.sst.Secret"
"value": string
2025-09-30 02:17:53 +08:00
}
2026-01-31 01:19:36 +08:00
"ZEN_MODELS10": {
"type": "sst.sst.Secret"
"value": string
}
2026-02-08 23:31:07 +08:00
"ZEN_MODELS11": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS12": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS13": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS14": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS15": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS16": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS17": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS18": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS19": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"ZEN_MODELS2": {
"type": "sst.sst.Secret"
"value": string
2025-09-30 02:17:53 +08:00
}
2026-02-08 23:31:07 +08:00
"ZEN_MODELS20": {
"type": "sst.sst.Secret"
"value": string
}
2026-02-17 14:32:57 +08:00
"ZEN_MODELS21": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS22": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS23": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS24": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS25": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS26": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS27": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS28": {
"type": "sst.sst.Secret"
"value": string
}
"ZEN_MODELS29": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"ZEN_MODELS3": {
"type": "sst.sst.Secret"
"value": string
2025-11-04 04:43:52 +08:00
}
2026-02-17 14:32:57 +08:00
"ZEN_MODELS30": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-03 07:36:13 +08:00
"ZEN_MODELS4": {
"type": "sst.sst.Secret"
"value": string
2025-11-08 23:15:35 +08:00
}
2025-12-12 12:41:04 +08:00
"ZEN_MODELS5": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-24 09:36:52 +08:00
"ZEN_MODELS6": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-04 13:58:06 +08:00
"ZEN_MODELS7": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-16 14:07:00 +08:00
"ZEN_MODELS8": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-31 01:19:36 +08:00
"ZEN_MODELS9": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-13 11:33:57 +08:00
"ZEN_SESSION_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
2026-05-22 02:52:49 +08:00
"ZenData": import("@cloudflare/workers-types").R2Bucket
"ZenDataNew": import("@cloudflare/workers-types").R2Bucket
2025-05-24 02:17:45 +08:00
}
}
import "sst"
2026-05-27 21:37:29 +08:00
export {}