sst-env.d.ts 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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": {
  25. "type": "sst.cloudflare.Worker"
  26. "url": string
  27. }
  28. "AuthApi": {
  29. "type": "sst.cloudflare.Worker"
  30. "url": string
  31. }
  32. "AuthStorage": {
  33. "namespaceId": string
  34. "type": "sst.cloudflare.Kv"
  35. }
  36. "Bucket": {
  37. "name": string
  38. "type": "sst.cloudflare.Bucket"
  39. }
  40. "CLOUDFLARE_API_TOKEN": {
  41. "type": "sst.sst.Secret"
  42. "value": string
  43. }
  44. "CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
  45. "type": "sst.sst.Secret"
  46. "value": string
  47. }
  48. "Console": {
  49. "type": "sst.cloudflare.SolidStart"
  50. "url": string
  51. }
  52. "DISCORD_SUPPORT_BOT_TOKEN": {
  53. "type": "sst.sst.Secret"
  54. "value": string
  55. }
  56. "DISCORD_SUPPORT_CHANNEL_ID": {
  57. "type": "sst.sst.Secret"
  58. "value": string
  59. }
  60. "Database": {
  61. "database": string
  62. "host": string
  63. "password": string
  64. "port": number
  65. "type": "sst.sst.Linkable"
  66. "username": string
  67. }
  68. "EMAILOCTOPUS_API_KEY": {
  69. "type": "sst.sst.Secret"
  70. "value": string
  71. }
  72. "EnterpriseStorage": {
  73. "name": string
  74. "type": "sst.cloudflare.Bucket"
  75. }
  76. "FEISHU_APP_ID": {
  77. "type": "sst.sst.Secret"
  78. "value": string
  79. }
  80. "FEISHU_APP_SECRET": {
  81. "type": "sst.sst.Secret"
  82. "value": string
  83. }
  84. "GITHUB_APP_ID": {
  85. "type": "sst.sst.Secret"
  86. "value": string
  87. }
  88. "GITHUB_APP_PRIVATE_KEY": {
  89. "type": "sst.sst.Secret"
  90. "value": string
  91. }
  92. "GITHUB_CLIENT_ID_CONSOLE": {
  93. "type": "sst.sst.Secret"
  94. "value": string
  95. }
  96. "GITHUB_CLIENT_SECRET_CONSOLE": {
  97. "type": "sst.sst.Secret"
  98. "value": string
  99. }
  100. "GOOGLE_CLIENT_ID": {
  101. "type": "sst.sst.Secret"
  102. "value": string
  103. }
  104. "GatewayKv": {
  105. "namespaceId": string
  106. "type": "sst.cloudflare.Kv"
  107. }
  108. "HONEYCOMB_API_KEY": {
  109. "type": "sst.sst.Secret"
  110. "value": string
  111. }
  112. "LogProcessor": {
  113. "type": "sst.cloudflare.Worker"
  114. }
  115. "R2AccessKey": {
  116. "type": "sst.sst.Secret"
  117. "value": string
  118. }
  119. "R2SecretKey": {
  120. "type": "sst.sst.Secret"
  121. "value": string
  122. }
  123. "SALESFORCE_CLIENT_ID": {
  124. "type": "sst.sst.Secret"
  125. "value": string
  126. }
  127. "SALESFORCE_CLIENT_SECRET": {
  128. "type": "sst.sst.Secret"
  129. "value": string
  130. }
  131. "SALESFORCE_INSTANCE_URL": {
  132. "type": "sst.sst.Secret"
  133. "value": string
  134. }
  135. "STRIPE_PUBLISHABLE_KEY": {
  136. "type": "sst.sst.Secret"
  137. "value": string
  138. }
  139. "STRIPE_SECRET_KEY": {
  140. "type": "sst.sst.Secret"
  141. "value": string
  142. }
  143. "STRIPE_WEBHOOK_SECRET": {
  144. "type": "sst.sst.Linkable"
  145. "value": string
  146. }
  147. "Teams": {
  148. "type": "sst.cloudflare.SolidStart"
  149. "url": string
  150. }
  151. "Web": {
  152. "type": "sst.cloudflare.Astro"
  153. "url": string
  154. }
  155. "WebApp": {
  156. "type": "sst.cloudflare.StaticSite"
  157. "url": string
  158. }
  159. "ZEN_BLACK_PRICE": {
  160. "plan100": string
  161. "plan20": string
  162. "plan200": string
  163. "product": string
  164. "type": "sst.sst.Linkable"
  165. }
  166. "ZEN_LIMITS": {
  167. "type": "sst.sst.Secret"
  168. "value": string
  169. }
  170. "ZEN_LITE_COUPON_FIRST_MONTH_100_INVITEES": {
  171. "type": "sst.sst.Secret"
  172. "value": string
  173. }
  174. "ZEN_LITE_PRICE": {
  175. "firstMonth100Coupon": string
  176. "firstMonth50Coupon": string
  177. "price": string
  178. "priceInr": number
  179. "product": string
  180. "type": "sst.sst.Linkable"
  181. }
  182. "ZEN_MODELS1": {
  183. "type": "sst.sst.Secret"
  184. "value": string
  185. }
  186. "ZEN_MODELS10": {
  187. "type": "sst.sst.Secret"
  188. "value": string
  189. }
  190. "ZEN_MODELS11": {
  191. "type": "sst.sst.Secret"
  192. "value": string
  193. }
  194. "ZEN_MODELS12": {
  195. "type": "sst.sst.Secret"
  196. "value": string
  197. }
  198. "ZEN_MODELS13": {
  199. "type": "sst.sst.Secret"
  200. "value": string
  201. }
  202. "ZEN_MODELS14": {
  203. "type": "sst.sst.Secret"
  204. "value": string
  205. }
  206. "ZEN_MODELS15": {
  207. "type": "sst.sst.Secret"
  208. "value": string
  209. }
  210. "ZEN_MODELS16": {
  211. "type": "sst.sst.Secret"
  212. "value": string
  213. }
  214. "ZEN_MODELS17": {
  215. "type": "sst.sst.Secret"
  216. "value": string
  217. }
  218. "ZEN_MODELS18": {
  219. "type": "sst.sst.Secret"
  220. "value": string
  221. }
  222. "ZEN_MODELS19": {
  223. "type": "sst.sst.Secret"
  224. "value": string
  225. }
  226. "ZEN_MODELS2": {
  227. "type": "sst.sst.Secret"
  228. "value": string
  229. }
  230. "ZEN_MODELS20": {
  231. "type": "sst.sst.Secret"
  232. "value": string
  233. }
  234. "ZEN_MODELS21": {
  235. "type": "sst.sst.Secret"
  236. "value": string
  237. }
  238. "ZEN_MODELS22": {
  239. "type": "sst.sst.Secret"
  240. "value": string
  241. }
  242. "ZEN_MODELS23": {
  243. "type": "sst.sst.Secret"
  244. "value": string
  245. }
  246. "ZEN_MODELS24": {
  247. "type": "sst.sst.Secret"
  248. "value": string
  249. }
  250. "ZEN_MODELS25": {
  251. "type": "sst.sst.Secret"
  252. "value": string
  253. }
  254. "ZEN_MODELS26": {
  255. "type": "sst.sst.Secret"
  256. "value": string
  257. }
  258. "ZEN_MODELS27": {
  259. "type": "sst.sst.Secret"
  260. "value": string
  261. }
  262. "ZEN_MODELS28": {
  263. "type": "sst.sst.Secret"
  264. "value": string
  265. }
  266. "ZEN_MODELS29": {
  267. "type": "sst.sst.Secret"
  268. "value": string
  269. }
  270. "ZEN_MODELS3": {
  271. "type": "sst.sst.Secret"
  272. "value": string
  273. }
  274. "ZEN_MODELS30": {
  275. "type": "sst.sst.Secret"
  276. "value": string
  277. }
  278. "ZEN_MODELS4": {
  279. "type": "sst.sst.Secret"
  280. "value": string
  281. }
  282. "ZEN_MODELS5": {
  283. "type": "sst.sst.Secret"
  284. "value": string
  285. }
  286. "ZEN_MODELS6": {
  287. "type": "sst.sst.Secret"
  288. "value": string
  289. }
  290. "ZEN_MODELS7": {
  291. "type": "sst.sst.Secret"
  292. "value": string
  293. }
  294. "ZEN_MODELS8": {
  295. "type": "sst.sst.Secret"
  296. "value": string
  297. }
  298. "ZEN_MODELS9": {
  299. "type": "sst.sst.Secret"
  300. "value": string
  301. }
  302. "ZEN_SESSION_SECRET": {
  303. "type": "sst.sst.Secret"
  304. "value": string
  305. }
  306. "ZenData": {
  307. "name": string
  308. "type": "sst.cloudflare.Bucket"
  309. }
  310. "ZenDataNew": {
  311. "name": string
  312. "type": "sst.cloudflare.Bucket"
  313. }
  314. }
  315. }
  316. /// <reference path="sst-env.d.ts" />
  317. import "sst"
  318. export {}