sst-env.d.ts 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. /* This file is auto-generated by SST. Do not edit. */
  2. /* tslint:disable */
  3. /* eslint-disable */
  4. /* deno-fmt-ignore-file */
  5. /* biome-ignore-all lint: auto-generated */
  6. declare module "sst" {
  7. export interface Resource {
  8. "ADMIN_SECRET": {
  9. "type": "sst.sst.Secret"
  10. "value": string
  11. }
  12. "AUTH_API_URL": {
  13. "type": "sst.sst.Linkable"
  14. "value": string
  15. }
  16. "AWS_SES_ACCESS_KEY_ID": {
  17. "type": "sst.sst.Secret"
  18. "value": string
  19. }
  20. "AWS_SES_SECRET_ACCESS_KEY": {
  21. "type": "sst.sst.Secret"
  22. "value": string
  23. }
  24. "Api": import("@cloudflare/workers-types").Service
  25. "AuthApi": import("@cloudflare/workers-types").Service
  26. "AuthStorage": import("@cloudflare/workers-types").KVNamespace
  27. "Bucket": import("@cloudflare/workers-types").R2Bucket
  28. "Console": {
  29. "type": "sst.cloudflare.SolidStart"
  30. "url": string
  31. }
  32. "DISCORD_INCIDENT_WEBHOOK_URL": {
  33. "type": "sst.sst.Secret"
  34. "value": string
  35. }
  36. "DISCORD_SUPPORT_BOT_TOKEN": {
  37. "type": "sst.sst.Secret"
  38. "value": string
  39. }
  40. "DISCORD_SUPPORT_CHANNEL_ID": {
  41. "type": "sst.sst.Secret"
  42. "value": string
  43. }
  44. "Database": {
  45. "database": string
  46. "host": string
  47. "password": string
  48. "port": number
  49. "type": "sst.sst.Linkable"
  50. "username": string
  51. }
  52. "EMAILOCTOPUS_API_KEY": {
  53. "type": "sst.sst.Secret"
  54. "value": string
  55. }
  56. "EnterpriseStorage": import("@cloudflare/workers-types").R2Bucket
  57. "FEISHU_APP_ID": {
  58. "type": "sst.sst.Secret"
  59. "value": string
  60. }
  61. "FEISHU_APP_SECRET": {
  62. "type": "sst.sst.Secret"
  63. "value": string
  64. }
  65. "GITHUB_APP_ID": {
  66. "type": "sst.sst.Secret"
  67. "value": string
  68. }
  69. "GITHUB_APP_PRIVATE_KEY": {
  70. "type": "sst.sst.Secret"
  71. "value": string
  72. }
  73. "GITHUB_CLIENT_ID_CONSOLE": {
  74. "type": "sst.sst.Secret"
  75. "value": string
  76. }
  77. "GITHUB_CLIENT_SECRET_CONSOLE": {
  78. "type": "sst.sst.Secret"
  79. "value": string
  80. }
  81. "GOOGLE_CLIENT_ID": {
  82. "type": "sst.sst.Secret"
  83. "value": string
  84. }
  85. "HONEYCOMB_API_KEY": {
  86. "type": "sst.sst.Secret"
  87. "value": string
  88. }
  89. "HoneycombWebhookSecret": {
  90. "type": "random.index/randomPassword.RandomPassword"
  91. "value": string
  92. }
  93. "InferenceEvent": {
  94. "catalog": string
  95. "database": string
  96. "region": string
  97. "table": string
  98. "tableBucket": string
  99. "type": "sst.sst.Linkable"
  100. "workgroup": string
  101. }
  102. "LakeIngest": {
  103. "secret": string
  104. "type": "sst.sst.Linkable"
  105. "url": string
  106. }
  107. "LakeIngestConfig": {
  108. "secret": string
  109. "streamName": string
  110. "type": "sst.sst.Linkable"
  111. }
  112. "LakeIngestSecret": {
  113. "type": "random.index/randomPassword.RandomPassword"
  114. "value": string
  115. }
  116. "LakeIngestService": {
  117. "service": string
  118. "type": "sst.aws.Service"
  119. "url": string
  120. }
  121. "LakeVpc": {
  122. "type": "sst.aws.Vpc"
  123. }
  124. "LogProcessor": import("@cloudflare/workers-types").Service
  125. "R2AccessKey": {
  126. "type": "sst.sst.Secret"
  127. "value": string
  128. }
  129. "R2SecretKey": {
  130. "type": "sst.sst.Secret"
  131. "value": string
  132. }
  133. "SALESFORCE_CLIENT_ID": {
  134. "type": "sst.sst.Secret"
  135. "value": string
  136. }
  137. "SALESFORCE_CLIENT_SECRET": {
  138. "type": "sst.sst.Secret"
  139. "value": string
  140. }
  141. "SALESFORCE_INSTANCE_URL": {
  142. "type": "sst.sst.Secret"
  143. "value": string
  144. }
  145. "STRIPE_PUBLISHABLE_KEY": {
  146. "type": "sst.sst.Secret"
  147. "value": string
  148. }
  149. "STRIPE_SECRET_KEY": {
  150. "type": "sst.sst.Secret"
  151. "value": string
  152. }
  153. "STRIPE_WEBHOOK_SECRET": {
  154. "type": "sst.sst.Linkable"
  155. "value": string
  156. }
  157. "Stat": import("@cloudflare/workers-types").Service
  158. "Stats": {
  159. "type": "sst.cloudflare.SolidStart"
  160. "url": string
  161. }
  162. "StatsDatabase": {
  163. "database": string
  164. "host": string
  165. "password": string
  166. "port": number
  167. "type": "sst.sst.Linkable"
  168. "url": string
  169. "username": string
  170. }
  171. "StatsSyncConfig": {
  172. "dataset": string
  173. "type": "sst.sst.Linkable"
  174. }
  175. "StatsSyncService": {
  176. "service": string
  177. "type": "sst.aws.Service"
  178. }
  179. "Teams": {
  180. "type": "sst.cloudflare.SolidStart"
  181. "url": string
  182. }
  183. "UpstashRedisRestToken": {
  184. "type": "sst.sst.Secret"
  185. "value": string
  186. }
  187. "UpstashRedisRestUrl": {
  188. "type": "sst.sst.Secret"
  189. "value": string
  190. }
  191. "Web": {
  192. "type": "sst.cloudflare.Astro"
  193. "url": string
  194. }
  195. "WebApp": {
  196. "type": "sst.cloudflare.StaticSite"
  197. "url": string
  198. }
  199. "ZEN_BLACK_PRICE": {
  200. "plan100": string
  201. "plan20": string
  202. "plan200": string
  203. "product": string
  204. "type": "sst.sst.Linkable"
  205. }
  206. "ZEN_LIMITS": {
  207. "type": "sst.sst.Secret"
  208. "value": string
  209. }
  210. "ZEN_LITE_PRICE": {
  211. "firstMonth100Coupon": string
  212. "firstMonth50Coupon": string
  213. "price": string
  214. "priceInr": number
  215. "product": string
  216. "sixMonths100Coupon": string
  217. "threeMonths100Coupon": string
  218. "twelveMonths100Coupon": string
  219. "type": "sst.sst.Linkable"
  220. }
  221. "ZEN_MODELS1": {
  222. "type": "sst.sst.Secret"
  223. "value": string
  224. }
  225. "ZEN_MODELS10": {
  226. "type": "sst.sst.Secret"
  227. "value": string
  228. }
  229. "ZEN_MODELS11": {
  230. "type": "sst.sst.Secret"
  231. "value": string
  232. }
  233. "ZEN_MODELS12": {
  234. "type": "sst.sst.Secret"
  235. "value": string
  236. }
  237. "ZEN_MODELS13": {
  238. "type": "sst.sst.Secret"
  239. "value": string
  240. }
  241. "ZEN_MODELS14": {
  242. "type": "sst.sst.Secret"
  243. "value": string
  244. }
  245. "ZEN_MODELS15": {
  246. "type": "sst.sst.Secret"
  247. "value": string
  248. }
  249. "ZEN_MODELS16": {
  250. "type": "sst.sst.Secret"
  251. "value": string
  252. }
  253. "ZEN_MODELS17": {
  254. "type": "sst.sst.Secret"
  255. "value": string
  256. }
  257. "ZEN_MODELS18": {
  258. "type": "sst.sst.Secret"
  259. "value": string
  260. }
  261. "ZEN_MODELS19": {
  262. "type": "sst.sst.Secret"
  263. "value": string
  264. }
  265. "ZEN_MODELS2": {
  266. "type": "sst.sst.Secret"
  267. "value": string
  268. }
  269. "ZEN_MODELS20": {
  270. "type": "sst.sst.Secret"
  271. "value": string
  272. }
  273. "ZEN_MODELS21": {
  274. "type": "sst.sst.Secret"
  275. "value": string
  276. }
  277. "ZEN_MODELS22": {
  278. "type": "sst.sst.Secret"
  279. "value": string
  280. }
  281. "ZEN_MODELS23": {
  282. "type": "sst.sst.Secret"
  283. "value": string
  284. }
  285. "ZEN_MODELS24": {
  286. "type": "sst.sst.Secret"
  287. "value": string
  288. }
  289. "ZEN_MODELS25": {
  290. "type": "sst.sst.Secret"
  291. "value": string
  292. }
  293. "ZEN_MODELS26": {
  294. "type": "sst.sst.Secret"
  295. "value": string
  296. }
  297. "ZEN_MODELS27": {
  298. "type": "sst.sst.Secret"
  299. "value": string
  300. }
  301. "ZEN_MODELS28": {
  302. "type": "sst.sst.Secret"
  303. "value": string
  304. }
  305. "ZEN_MODELS29": {
  306. "type": "sst.sst.Secret"
  307. "value": string
  308. }
  309. "ZEN_MODELS3": {
  310. "type": "sst.sst.Secret"
  311. "value": string
  312. }
  313. "ZEN_MODELS30": {
  314. "type": "sst.sst.Secret"
  315. "value": string
  316. }
  317. "ZEN_MODELS4": {
  318. "type": "sst.sst.Secret"
  319. "value": string
  320. }
  321. "ZEN_MODELS5": {
  322. "type": "sst.sst.Secret"
  323. "value": string
  324. }
  325. "ZEN_MODELS6": {
  326. "type": "sst.sst.Secret"
  327. "value": string
  328. }
  329. "ZEN_MODELS7": {
  330. "type": "sst.sst.Secret"
  331. "value": string
  332. }
  333. "ZEN_MODELS8": {
  334. "type": "sst.sst.Secret"
  335. "value": string
  336. }
  337. "ZEN_MODELS9": {
  338. "type": "sst.sst.Secret"
  339. "value": string
  340. }
  341. "ZEN_SESSION_SECRET": {
  342. "type": "sst.sst.Secret"
  343. "value": string
  344. }
  345. "ZenData": import("@cloudflare/workers-types").R2Bucket
  346. "ZenDataNew": import("@cloudflare/workers-types").R2Bucket
  347. }
  348. }
  349. import "sst"
  350. export {}