sst-env.d.ts 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* This file is auto-generated by SST. Do not edit. */
  2. /* tslint:disable */
  3. /* eslint-disable */
  4. /* deno-fmt-ignore-file */
  5. import "sst"
  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. "CLOUDFLARE_API_TOKEN": {
  25. "type": "sst.sst.Secret"
  26. "value": string
  27. }
  28. "CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
  29. "type": "sst.sst.Secret"
  30. "value": string
  31. }
  32. "Console": {
  33. "type": "sst.cloudflare.SolidStart"
  34. "url": 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. "FEISHU_APP_ID": {
  57. "type": "sst.sst.Secret"
  58. "value": string
  59. }
  60. "FEISHU_APP_SECRET": {
  61. "type": "sst.sst.Secret"
  62. "value": string
  63. }
  64. "GITHUB_APP_ID": {
  65. "type": "sst.sst.Secret"
  66. "value": string
  67. }
  68. "GITHUB_APP_PRIVATE_KEY": {
  69. "type": "sst.sst.Secret"
  70. "value": string
  71. }
  72. "GITHUB_CLIENT_ID_CONSOLE": {
  73. "type": "sst.sst.Secret"
  74. "value": string
  75. }
  76. "GITHUB_CLIENT_SECRET_CONSOLE": {
  77. "type": "sst.sst.Secret"
  78. "value": string
  79. }
  80. "GOOGLE_CLIENT_ID": {
  81. "type": "sst.sst.Secret"
  82. "value": string
  83. }
  84. "HONEYCOMB_API_KEY": {
  85. "type": "sst.sst.Secret"
  86. "value": string
  87. }
  88. "R2AccessKey": {
  89. "type": "sst.sst.Secret"
  90. "value": string
  91. }
  92. "R2SecretKey": {
  93. "type": "sst.sst.Secret"
  94. "value": string
  95. }
  96. "STRIPE_PUBLISHABLE_KEY": {
  97. "type": "sst.sst.Secret"
  98. "value": string
  99. }
  100. "STRIPE_SECRET_KEY": {
  101. "type": "sst.sst.Secret"
  102. "value": string
  103. }
  104. "STRIPE_WEBHOOK_SECRET": {
  105. "type": "sst.sst.Linkable"
  106. "value": string
  107. }
  108. "Teams": {
  109. "type": "sst.cloudflare.SolidStart"
  110. "url": string
  111. }
  112. "Web": {
  113. "type": "sst.cloudflare.Astro"
  114. "url": string
  115. }
  116. "WebApp": {
  117. "type": "sst.cloudflare.StaticSite"
  118. "url": string
  119. }
  120. "ZEN_BLACK_LIMITS": {
  121. "type": "sst.sst.Secret"
  122. "value": string
  123. }
  124. "ZEN_BLACK_PRICE": {
  125. "plan100": string
  126. "plan20": string
  127. "plan200": string
  128. "product": string
  129. "type": "sst.sst.Linkable"
  130. }
  131. "ZEN_MODELS1": {
  132. "type": "sst.sst.Secret"
  133. "value": string
  134. }
  135. "ZEN_MODELS2": {
  136. "type": "sst.sst.Secret"
  137. "value": string
  138. }
  139. "ZEN_MODELS3": {
  140. "type": "sst.sst.Secret"
  141. "value": string
  142. }
  143. "ZEN_MODELS4": {
  144. "type": "sst.sst.Secret"
  145. "value": string
  146. }
  147. "ZEN_MODELS5": {
  148. "type": "sst.sst.Secret"
  149. "value": string
  150. }
  151. "ZEN_MODELS6": {
  152. "type": "sst.sst.Secret"
  153. "value": string
  154. }
  155. "ZEN_MODELS7": {
  156. "type": "sst.sst.Secret"
  157. "value": string
  158. }
  159. "ZEN_MODELS8": {
  160. "type": "sst.sst.Secret"
  161. "value": string
  162. }
  163. "ZEN_SESSION_SECRET": {
  164. "type": "sst.sst.Secret"
  165. "value": string
  166. }
  167. }
  168. }
  169. // cloudflare
  170. import * as cloudflare from "@cloudflare/workers-types";
  171. declare module "sst" {
  172. export interface Resource {
  173. "Api": cloudflare.Service
  174. "AuthApi": cloudflare.Service
  175. "AuthStorage": cloudflare.KVNamespace
  176. "Bucket": cloudflare.R2Bucket
  177. "EnterpriseStorage": cloudflare.R2Bucket
  178. "GatewayKv": cloudflare.KVNamespace
  179. "LogProcessor": cloudflare.Service
  180. "ZenData": cloudflare.R2Bucket
  181. "ZenDataNew": cloudflare.R2Bucket
  182. }
  183. }
  184. import "sst"
  185. export {}