sst-env.d.ts 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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. import "sst"
  7. declare module "sst" {
  8. export interface Resource {
  9. "ADMIN_SECRET": {
  10. "type": "sst.sst.Secret"
  11. "value": string
  12. }
  13. "AUTH_API_URL": {
  14. "type": "sst.sst.Linkable"
  15. "value": string
  16. }
  17. "AWS_SES_ACCESS_KEY_ID": {
  18. "type": "sst.sst.Secret"
  19. "value": string
  20. }
  21. "AWS_SES_SECRET_ACCESS_KEY": {
  22. "type": "sst.sst.Secret"
  23. "value": string
  24. }
  25. "CLOUDFLARE_API_TOKEN": {
  26. "type": "sst.sst.Secret"
  27. "value": string
  28. }
  29. "CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
  30. "type": "sst.sst.Secret"
  31. "value": string
  32. }
  33. "Console": {
  34. "type": "sst.cloudflare.SolidStart"
  35. "url": string
  36. }
  37. "DISCORD_SUPPORT_BOT_TOKEN": {
  38. "type": "sst.sst.Secret"
  39. "value": string
  40. }
  41. "DISCORD_SUPPORT_CHANNEL_ID": {
  42. "type": "sst.sst.Secret"
  43. "value": string
  44. }
  45. "Database": {
  46. "database": string
  47. "host": string
  48. "password": string
  49. "port": number
  50. "type": "sst.sst.Linkable"
  51. "username": string
  52. }
  53. "EMAILOCTOPUS_API_KEY": {
  54. "type": "sst.sst.Secret"
  55. "value": string
  56. }
  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. "R2AccessKey": {
  90. "type": "sst.sst.Secret"
  91. "value": string
  92. }
  93. "R2SecretKey": {
  94. "type": "sst.sst.Secret"
  95. "value": string
  96. }
  97. "STRIPE_PUBLISHABLE_KEY": {
  98. "type": "sst.sst.Secret"
  99. "value": string
  100. }
  101. "STRIPE_SECRET_KEY": {
  102. "type": "sst.sst.Secret"
  103. "value": string
  104. }
  105. "STRIPE_WEBHOOK_SECRET": {
  106. "type": "sst.sst.Linkable"
  107. "value": string
  108. }
  109. "Teams": {
  110. "type": "sst.cloudflare.SolidStart"
  111. "url": string
  112. }
  113. "Web": {
  114. "type": "sst.cloudflare.Astro"
  115. "url": string
  116. }
  117. "WebApp": {
  118. "type": "sst.cloudflare.StaticSite"
  119. "url": string
  120. }
  121. "ZEN_BLACK_LIMITS": {
  122. "type": "sst.sst.Secret"
  123. "value": string
  124. }
  125. "ZEN_BLACK_PRICE": {
  126. "plan100": string
  127. "plan20": string
  128. "plan200": string
  129. "product": string
  130. "type": "sst.sst.Linkable"
  131. }
  132. "ZEN_LITE_LIMITS": {
  133. "type": "sst.sst.Secret"
  134. "value": string
  135. }
  136. "ZEN_LITE_PRICE": {
  137. "price": string
  138. "product": string
  139. "type": "sst.sst.Linkable"
  140. }
  141. "ZEN_MODELS1": {
  142. "type": "sst.sst.Secret"
  143. "value": string
  144. }
  145. "ZEN_MODELS10": {
  146. "type": "sst.sst.Secret"
  147. "value": string
  148. }
  149. "ZEN_MODELS11": {
  150. "type": "sst.sst.Secret"
  151. "value": string
  152. }
  153. "ZEN_MODELS12": {
  154. "type": "sst.sst.Secret"
  155. "value": string
  156. }
  157. "ZEN_MODELS13": {
  158. "type": "sst.sst.Secret"
  159. "value": string
  160. }
  161. "ZEN_MODELS14": {
  162. "type": "sst.sst.Secret"
  163. "value": string
  164. }
  165. "ZEN_MODELS15": {
  166. "type": "sst.sst.Secret"
  167. "value": string
  168. }
  169. "ZEN_MODELS16": {
  170. "type": "sst.sst.Secret"
  171. "value": string
  172. }
  173. "ZEN_MODELS17": {
  174. "type": "sst.sst.Secret"
  175. "value": string
  176. }
  177. "ZEN_MODELS18": {
  178. "type": "sst.sst.Secret"
  179. "value": string
  180. }
  181. "ZEN_MODELS19": {
  182. "type": "sst.sst.Secret"
  183. "value": string
  184. }
  185. "ZEN_MODELS2": {
  186. "type": "sst.sst.Secret"
  187. "value": string
  188. }
  189. "ZEN_MODELS20": {
  190. "type": "sst.sst.Secret"
  191. "value": string
  192. }
  193. "ZEN_MODELS21": {
  194. "type": "sst.sst.Secret"
  195. "value": string
  196. }
  197. "ZEN_MODELS22": {
  198. "type": "sst.sst.Secret"
  199. "value": string
  200. }
  201. "ZEN_MODELS23": {
  202. "type": "sst.sst.Secret"
  203. "value": string
  204. }
  205. "ZEN_MODELS24": {
  206. "type": "sst.sst.Secret"
  207. "value": string
  208. }
  209. "ZEN_MODELS25": {
  210. "type": "sst.sst.Secret"
  211. "value": string
  212. }
  213. "ZEN_MODELS26": {
  214. "type": "sst.sst.Secret"
  215. "value": string
  216. }
  217. "ZEN_MODELS27": {
  218. "type": "sst.sst.Secret"
  219. "value": string
  220. }
  221. "ZEN_MODELS28": {
  222. "type": "sst.sst.Secret"
  223. "value": string
  224. }
  225. "ZEN_MODELS29": {
  226. "type": "sst.sst.Secret"
  227. "value": string
  228. }
  229. "ZEN_MODELS3": {
  230. "type": "sst.sst.Secret"
  231. "value": string
  232. }
  233. "ZEN_MODELS30": {
  234. "type": "sst.sst.Secret"
  235. "value": string
  236. }
  237. "ZEN_MODELS4": {
  238. "type": "sst.sst.Secret"
  239. "value": string
  240. }
  241. "ZEN_MODELS5": {
  242. "type": "sst.sst.Secret"
  243. "value": string
  244. }
  245. "ZEN_MODELS6": {
  246. "type": "sst.sst.Secret"
  247. "value": string
  248. }
  249. "ZEN_MODELS7": {
  250. "type": "sst.sst.Secret"
  251. "value": string
  252. }
  253. "ZEN_MODELS8": {
  254. "type": "sst.sst.Secret"
  255. "value": string
  256. }
  257. "ZEN_MODELS9": {
  258. "type": "sst.sst.Secret"
  259. "value": string
  260. }
  261. "ZEN_SESSION_SECRET": {
  262. "type": "sst.sst.Secret"
  263. "value": string
  264. }
  265. }
  266. }
  267. // cloudflare
  268. import * as cloudflare from "@cloudflare/workers-types";
  269. declare module "sst" {
  270. export interface Resource {
  271. "Api": cloudflare.Service
  272. "AuthApi": cloudflare.Service
  273. "AuthStorage": cloudflare.KVNamespace
  274. "Bucket": cloudflare.R2Bucket
  275. "EnterpriseStorage": cloudflare.R2Bucket
  276. "GatewayKv": cloudflare.KVNamespace
  277. "LogProcessor": cloudflare.Service
  278. "ZenData": cloudflare.R2Bucket
  279. "ZenDataNew": cloudflare.R2Bucket
  280. }
  281. }
  282. import "sst"
  283. export {}