cloudaxe-opencode/sst-env.d.ts

327 lines
6.8 KiB
TypeScript
Raw Normal View History

2025-05-23 18:17:45 +00:00
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
2026-02-18 18:54:23 +00:00
/* biome-ignore-all lint: auto-generated */
2025-05-23 18:17:45 +00:00
declare module "sst" {
export interface Resource {
2025-12-02 23:36:13 +00: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
}
"Api": {
"type": "sst.cloudflare.Worker"
"url": string
}
"AuthApi": {
"type": "sst.cloudflare.Worker"
"url": string
}
"AuthStorage": {
"namespaceId": string
"type": "sst.cloudflare.Kv"
}
"Bucket": {
"name": string
"type": "sst.cloudflare.Bucket"
}
"CLOUDFLARE_API_TOKEN": {
"type": "sst.sst.Secret"
"value": string
}
"CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
"type": "sst.sst.Secret"
"value": string
2025-11-03 20:43:52 +00:00
}
2025-12-02 23:36:13 +00:00
"Console": {
"type": "sst.cloudflare.SolidStart"
"url": string
2025-08-05 01:08:28 +00:00
}
"DISCORD_INCIDENT_WEBHOOK_URL": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-21 04:06:06 +00:00
"DISCORD_SUPPORT_BOT_TOKEN": {
"type": "sst.sst.Secret"
"value": string
}
"DISCORD_SUPPORT_CHANNEL_ID": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-02 23:36:13 +00:00
"Database": {
"database": string
"host": string
"password": string
"port": number
"type": "sst.sst.Linkable"
"username": string
2025-10-01 23:34:37 +00:00
}
2025-12-02 23:36:13 +00:00
"EMAILOCTOPUS_API_KEY": {
"type": "sst.sst.Secret"
"value": string
2025-08-08 17:22:54 +00:00
}
2025-12-02 23:36:13 +00:00
"EnterpriseStorage": {
"name": string
"type": "sst.cloudflare.Bucket"
2025-08-08 17:22:54 +00:00
}
2026-01-21 04:06:06 +00:00
"FEISHU_APP_ID": {
"type": "sst.sst.Secret"
"value": string
}
"FEISHU_APP_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-02 23:36:13 +00:00
"GITHUB_APP_ID": {
"type": "sst.sst.Secret"
"value": string
2025-08-08 17:22:54 +00:00
}
2025-12-02 23:36:13 +00:00
"GITHUB_APP_PRIVATE_KEY": {
"type": "sst.sst.Secret"
"value": string
2025-09-03 00:01:11 +00:00
}
2025-12-02 23:36:13 +00:00
"GITHUB_CLIENT_ID_CONSOLE": {
"type": "sst.sst.Secret"
"value": string
2025-05-23 18:17:45 +00:00
}
2025-12-02 23:36:13 +00:00
"GITHUB_CLIENT_SECRET_CONSOLE": {
"type": "sst.sst.Secret"
"value": string
2025-08-29 23:34:56 +00:00
}
2025-12-02 23:36:13 +00:00
"GOOGLE_CLIENT_ID": {
"type": "sst.sst.Secret"
"value": string
2025-08-08 17:22:54 +00:00
}
2025-12-02 23:36:13 +00:00
"GatewayKv": {
"namespaceId": string
"type": "sst.cloudflare.Kv"
}
2025-12-02 23:36:13 +00:00
"HONEYCOMB_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2026-05-07 19:27:36 +00:00
"INCIDENT_WEBHOOK_SIGNING_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-02 23:36:13 +00:00
"LogProcessor": {
"type": "sst.cloudflare.Worker"
2025-08-08 17:22:54 +00:00
}
2025-12-02 23:36:13 +00:00
"R2AccessKey": {
"type": "sst.sst.Secret"
"value": string
2025-08-08 17:22:54 +00:00
}
2025-12-02 23:36:13 +00:00
"R2SecretKey": {
"type": "sst.sst.Secret"
"value": string
2025-08-09 05:28:27 +00:00
}
2026-03-18 03:31:14 +00: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-13 22:51:20 +00:00
"STRIPE_PUBLISHABLE_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-02 23:36:13 +00:00
"STRIPE_SECRET_KEY": {
"type": "sst.sst.Secret"
"value": string
2025-09-08 19:46:57 +00:00
}
2025-12-02 23:36:13 +00:00
"STRIPE_WEBHOOK_SECRET": {
"type": "sst.sst.Linkable"
"value": string
2025-09-08 19:46:57 +00:00
}
2025-12-12 04:41:04 +00:00
"Teams": {
"type": "sst.cloudflare.SolidStart"
"url": string
}
2025-12-02 23:36:13 +00:00
"Web": {
"type": "sst.cloudflare.Astro"
"url": string
2025-09-09 19:47:24 +00:00
}
2025-12-23 17:58:28 +00:00
"WebApp": {
"type": "sst.cloudflare.StaticSite"
"url": string
}
2026-01-22 17:40:42 +00:00
"ZEN_BLACK_PRICE": {
"plan100": string
"plan20": string
"plan200": string
"product": string
"type": "sst.sst.Linkable"
}
2026-03-03 05:25:03 +00:00
"ZEN_LIMITS": {
2026-02-22 23:41:34 +00:00
"type": "sst.sst.Secret"
"value": string
}
"ZEN_LITE_PRICE": {
2026-04-07 14:08:57 +00:00
"firstMonth100Coupon": string
2026-03-11 14:46:16 +00:00
"firstMonth50Coupon": string
2026-02-22 23:41:34 +00:00
"price": string
2026-03-19 22:44:21 +00:00
"priceInr": number
2026-02-22 23:41:34 +00:00
"product": string
2026-04-27 05:36:26 +00:00
"sixMonths100Coupon": string
"threeMonths100Coupon": string
"twelveMonths100Coupon": string
2026-02-22 23:41:34 +00:00
"type": "sst.sst.Linkable"
}
2025-12-02 23:36:13 +00:00
"ZEN_MODELS1": {
"type": "sst.sst.Secret"
"value": string
2025-09-29 18:17:53 +00:00
}
2026-01-30 17:19:36 +00:00
"ZEN_MODELS10": {
"type": "sst.sst.Secret"
"value": string
}
2026-02-08 15:31:07 +00: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-02 23:36:13 +00:00
"ZEN_MODELS2": {
"type": "sst.sst.Secret"
"value": string
2025-09-29 18:17:53 +00:00
}
2026-02-08 15:31:07 +00:00
"ZEN_MODELS20": {
"type": "sst.sst.Secret"
"value": string
}
2026-02-17 06:32:57 +00: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-02 23:36:13 +00:00
"ZEN_MODELS3": {
"type": "sst.sst.Secret"
"value": string
2025-11-03 20:43:52 +00:00
}
2026-02-17 06:32:57 +00:00
"ZEN_MODELS30": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-02 23:36:13 +00:00
"ZEN_MODELS4": {
"type": "sst.sst.Secret"
"value": string
2025-11-08 15:15:35 +00:00
}
2025-12-12 04:41:04 +00:00
"ZEN_MODELS5": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-24 01:36:52 +00:00
"ZEN_MODELS6": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-04 05:58:06 +00:00
"ZEN_MODELS7": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-16 06:07:00 +00:00
"ZEN_MODELS8": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-30 17:19:36 +00:00
"ZEN_MODELS9": {
"type": "sst.sst.Secret"
"value": string
}
2026-01-13 03:33:57 +00:00
"ZEN_SESSION_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
2025-12-02 23:36:13 +00:00
"ZenData": {
"name": string
"type": "sst.cloudflare.Bucket"
2025-08-05 01:08:28 +00:00
}
2025-12-23 00:36:04 +00:00
"ZenDataNew": {
"name": string
"type": "sst.cloudflare.Bucket"
}
2025-05-23 18:17:45 +00:00
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
2025-12-02 23:36:13 +00:00
export {}