sst-env.d.ts 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. /* This file is auto-generated by SST. Do not edit. */
  2. /* tslint:disable */
  3. /* eslint-disable */
  4. /* deno-fmt-ignore-file */
  5. declare module "sst" {
  6. export interface Resource {
  7. "ADMIN_SECRET": {
  8. "type": "sst.sst.Secret"
  9. "value": string
  10. }
  11. "AUTH_API_URL": {
  12. "type": "sst.sst.Linkable"
  13. "value": string
  14. }
  15. "AWS_SES_ACCESS_KEY_ID": {
  16. "type": "sst.sst.Secret"
  17. "value": string
  18. }
  19. "AWS_SES_SECRET_ACCESS_KEY": {
  20. "type": "sst.sst.Secret"
  21. "value": string
  22. }
  23. "Api": {
  24. "type": "sst.cloudflare.Worker"
  25. "url": string
  26. }
  27. "AuthApi": {
  28. "type": "sst.cloudflare.Worker"
  29. "url": string
  30. }
  31. "AuthStorage": {
  32. "namespaceId": string
  33. "type": "sst.cloudflare.Kv"
  34. }
  35. "Bucket": {
  36. "name": string
  37. "type": "sst.cloudflare.Bucket"
  38. }
  39. "CLOUDFLARE_API_TOKEN": {
  40. "type": "sst.sst.Secret"
  41. "value": string
  42. }
  43. "CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
  44. "type": "sst.sst.Secret"
  45. "value": string
  46. }
  47. "Console": {
  48. "type": "sst.cloudflare.SolidStart"
  49. "url": string
  50. }
  51. "DISCORD_SUPPORT_BOT_TOKEN": {
  52. "type": "sst.sst.Secret"
  53. "value": string
  54. }
  55. "DISCORD_SUPPORT_CHANNEL_ID": {
  56. "type": "sst.sst.Secret"
  57. "value": string
  58. }
  59. "Database": {
  60. "database": string
  61. "host": string
  62. "password": string
  63. "port": number
  64. "type": "sst.sst.Linkable"
  65. "username": string
  66. }
  67. "EMAILOCTOPUS_API_KEY": {
  68. "type": "sst.sst.Secret"
  69. "value": string
  70. }
  71. "EnterpriseStorage": {
  72. "name": string
  73. "type": "sst.cloudflare.Bucket"
  74. }
  75. "FEISHU_APP_ID": {
  76. "type": "sst.sst.Secret"
  77. "value": string
  78. }
  79. "FEISHU_APP_SECRET": {
  80. "type": "sst.sst.Secret"
  81. "value": string
  82. }
  83. "GITHUB_APP_ID": {
  84. "type": "sst.sst.Secret"
  85. "value": string
  86. }
  87. "GITHUB_APP_PRIVATE_KEY": {
  88. "type": "sst.sst.Secret"
  89. "value": string
  90. }
  91. "GITHUB_CLIENT_ID_CONSOLE": {
  92. "type": "sst.sst.Secret"
  93. "value": string
  94. }
  95. "GITHUB_CLIENT_SECRET_CONSOLE": {
  96. "type": "sst.sst.Secret"
  97. "value": string
  98. }
  99. "GOOGLE_CLIENT_ID": {
  100. "type": "sst.sst.Secret"
  101. "value": string
  102. }
  103. "GatewayKv": {
  104. "namespaceId": string
  105. "type": "sst.cloudflare.Kv"
  106. }
  107. "HONEYCOMB_API_KEY": {
  108. "type": "sst.sst.Secret"
  109. "value": string
  110. }
  111. "LogProcessor": {
  112. "type": "sst.cloudflare.Worker"
  113. }
  114. "R2AccessKey": {
  115. "type": "sst.sst.Secret"
  116. "value": string
  117. }
  118. "R2SecretKey": {
  119. "type": "sst.sst.Secret"
  120. "value": string
  121. }
  122. "STRIPE_PUBLISHABLE_KEY": {
  123. "type": "sst.sst.Secret"
  124. "value": string
  125. }
  126. "STRIPE_SECRET_KEY": {
  127. "type": "sst.sst.Secret"
  128. "value": string
  129. }
  130. "STRIPE_WEBHOOK_SECRET": {
  131. "type": "sst.sst.Linkable"
  132. "value": string
  133. }
  134. "Teams": {
  135. "type": "sst.cloudflare.SolidStart"
  136. "url": string
  137. }
  138. "Web": {
  139. "type": "sst.cloudflare.Astro"
  140. "url": string
  141. }
  142. "WebApp": {
  143. "type": "sst.cloudflare.StaticSite"
  144. "url": string
  145. }
  146. "ZEN_BLACK_LIMITS": {
  147. "type": "sst.sst.Secret"
  148. "value": string
  149. }
  150. "ZEN_BLACK_PRICE": {
  151. "plan100": string
  152. "plan20": string
  153. "plan200": string
  154. "product": string
  155. "type": "sst.sst.Linkable"
  156. }
  157. "ZEN_MODELS1": {
  158. "type": "sst.sst.Secret"
  159. "value": string
  160. }
  161. "ZEN_MODELS10": {
  162. "type": "sst.sst.Secret"
  163. "value": string
  164. }
  165. "ZEN_MODELS11": {
  166. "type": "sst.sst.Secret"
  167. "value": string
  168. }
  169. "ZEN_MODELS12": {
  170. "type": "sst.sst.Secret"
  171. "value": string
  172. }
  173. "ZEN_MODELS13": {
  174. "type": "sst.sst.Secret"
  175. "value": string
  176. }
  177. "ZEN_MODELS14": {
  178. "type": "sst.sst.Secret"
  179. "value": string
  180. }
  181. "ZEN_MODELS15": {
  182. "type": "sst.sst.Secret"
  183. "value": string
  184. }
  185. "ZEN_MODELS16": {
  186. "type": "sst.sst.Secret"
  187. "value": string
  188. }
  189. "ZEN_MODELS17": {
  190. "type": "sst.sst.Secret"
  191. "value": string
  192. }
  193. "ZEN_MODELS18": {
  194. "type": "sst.sst.Secret"
  195. "value": string
  196. }
  197. "ZEN_MODELS19": {
  198. "type": "sst.sst.Secret"
  199. "value": string
  200. }
  201. "ZEN_MODELS2": {
  202. "type": "sst.sst.Secret"
  203. "value": string
  204. }
  205. "ZEN_MODELS20": {
  206. "type": "sst.sst.Secret"
  207. "value": string
  208. }
  209. "ZEN_MODELS3": {
  210. "type": "sst.sst.Secret"
  211. "value": string
  212. }
  213. "ZEN_MODELS4": {
  214. "type": "sst.sst.Secret"
  215. "value": string
  216. }
  217. "ZEN_MODELS5": {
  218. "type": "sst.sst.Secret"
  219. "value": string
  220. }
  221. "ZEN_MODELS6": {
  222. "type": "sst.sst.Secret"
  223. "value": string
  224. }
  225. "ZEN_MODELS7": {
  226. "type": "sst.sst.Secret"
  227. "value": string
  228. }
  229. "ZEN_MODELS8": {
  230. "type": "sst.sst.Secret"
  231. "value": string
  232. }
  233. "ZEN_MODELS9": {
  234. "type": "sst.sst.Secret"
  235. "value": string
  236. }
  237. "ZEN_SESSION_SECRET": {
  238. "type": "sst.sst.Secret"
  239. "value": string
  240. }
  241. "ZenData": {
  242. "name": string
  243. "type": "sst.cloudflare.Bucket"
  244. }
  245. "ZenDataNew": {
  246. "name": string
  247. "type": "sst.cloudflare.Bucket"
  248. }
  249. }
  250. }
  251. /// <reference path="sst-env.d.ts" />
  252. import "sst"
  253. export {}