monorise 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (416) hide show
  1. package/dist/base/index.d.ts +254 -0
  2. package/dist/base/index.js +44 -0
  3. package/dist/base/index.js.map +1 -0
  4. package/dist/cli/cli.d.ts +1 -0
  5. package/dist/cli/cli.js +461 -0
  6. package/dist/cli/cli.js.map +1 -0
  7. package/dist/core/index.d.ts +4767 -0
  8. package/dist/core/index.js +7941 -0
  9. package/dist/core/index.js.map +1 -0
  10. package/dist/index.d.ts +11 -0
  11. package/dist/index.js +11 -0
  12. package/dist/react/actions/app.action.d.ts +46 -0
  13. package/dist/react/actions/app.action.d.ts.map +1 -0
  14. package/dist/react/actions/auth.action.d.ts +24 -0
  15. package/dist/react/actions/auth.action.d.ts.map +1 -0
  16. package/dist/react/actions/config.action.d.ts +10 -0
  17. package/dist/react/actions/config.action.d.ts.map +1 -0
  18. package/dist/react/actions/core.action.d.ts +219 -0
  19. package/dist/react/actions/core.action.d.ts.map +1 -0
  20. package/dist/react/index.d.ts +1093 -0
  21. package/dist/react/index.d.ts.map +1 -0
  22. package/dist/react/index.js +2344 -0
  23. package/dist/react/index.js.map +1 -0
  24. package/dist/react/lib/api.d.ts +38 -0
  25. package/dist/react/lib/api.d.ts.map +1 -0
  26. package/dist/react/lib/constant.d.ts +2 -0
  27. package/dist/react/lib/constant.d.ts.map +1 -0
  28. package/dist/react/lib/entity.d.ts +10 -0
  29. package/dist/react/lib/entity.d.ts.map +1 -0
  30. package/dist/react/lib/utils.d.ts +10 -0
  31. package/dist/react/lib/utils.d.ts.map +1 -0
  32. package/dist/react/services/auth.service.d.ts +21 -0
  33. package/dist/react/services/auth.service.d.ts.map +1 -0
  34. package/dist/react/services/core.service.d.ts +76 -0
  35. package/dist/react/services/core.service.d.ts.map +1 -0
  36. package/dist/react/services/filestore.service.d.ts +22 -0
  37. package/dist/react/services/filestore.service.d.ts.map +1 -0
  38. package/dist/react/store/monorise.store.d.ts +169 -0
  39. package/dist/react/store/monorise.store.d.ts.map +1 -0
  40. package/dist/react/tsup.config.d.ts +3 -0
  41. package/dist/react/tsup.config.d.ts.map +1 -0
  42. package/dist/react/types/api.type.d.ts +30 -0
  43. package/dist/react/types/api.type.d.ts.map +1 -0
  44. package/dist/react/types/axios.type.d.ts +13 -0
  45. package/dist/react/types/axios.type.d.ts.map +1 -0
  46. package/dist/react/types/monorise.type.d.ts +8 -0
  47. package/dist/react/types/monorise.type.d.ts.map +1 -0
  48. package/dist/react/types/mutual.type.d.ts +21 -0
  49. package/dist/react/types/mutual.type.d.ts.map +1 -0
  50. package/dist/sst/.sst/platform/src/components/aws/analog.d.ts +423 -0
  51. package/dist/sst/.sst/platform/src/components/aws/analog.d.ts.map +1 -0
  52. package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts +74 -0
  53. package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts.map +1 -0
  54. package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts +542 -0
  55. package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts.map +1 -0
  56. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-api-key.d.ts +48 -0
  57. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-api-key.d.ts.map +1 -0
  58. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-authorizer.d.ts +55 -0
  59. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-authorizer.d.ts.map +1 -0
  60. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-base-route.d.ts +36 -0
  61. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-base-route.d.ts.map +1 -0
  62. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-integration-route.d.ts +39 -0
  63. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-integration-route.d.ts.map +1 -0
  64. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts +53 -0
  65. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts.map +1 -0
  66. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-usage-plan.d.ts +53 -0
  67. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-usage-plan.d.ts.map +1 -0
  68. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts +1002 -0
  69. package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts.map +1 -0
  70. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-authorizer.d.ts +54 -0
  71. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-authorizer.d.ts.map +1 -0
  72. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-base-route.d.ts +28 -0
  73. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-base-route.d.ts.map +1 -0
  74. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts +59 -0
  75. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts.map +1 -0
  76. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-private-route.d.ts +54 -0
  77. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-private-route.d.ts.map +1 -0
  78. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-url-route.d.ts +44 -0
  79. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-url-route.d.ts.map +1 -0
  80. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts +931 -0
  81. package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts.map +1 -0
  82. package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts +52 -0
  83. package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts.map +1 -0
  84. package/dist/sst/.sst/platform/src/components/aws/app-sync-function.d.ts +33 -0
  85. package/dist/sst/.sst/platform/src/components/aws/app-sync-function.d.ts.map +1 -0
  86. package/dist/sst/.sst/platform/src/components/aws/app-sync-resolver.d.ts +41 -0
  87. package/dist/sst/.sst/platform/src/components/aws/app-sync-resolver.d.ts.map +1 -0
  88. package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts +638 -0
  89. package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts.map +1 -0
  90. package/dist/sst/.sst/platform/src/components/aws/astro.d.ts +421 -0
  91. package/dist/sst/.sst/platform/src/components/aws/astro.d.ts.map +1 -0
  92. package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts +702 -0
  93. package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts.map +1 -0
  94. package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts +26 -0
  95. package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts.map +1 -0
  96. package/dist/sst/.sst/platform/src/components/aws/auth.d.ts +295 -0
  97. package/dist/sst/.sst/platform/src/components/aws/auth.d.ts.map +1 -0
  98. package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts +61 -0
  99. package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts.map +1 -0
  100. package/dist/sst/.sst/platform/src/components/aws/bucket-notification.d.ts +47 -0
  101. package/dist/sst/.sst/platform/src/components/aws/bucket-notification.d.ts.map +1 -0
  102. package/dist/sst/.sst/platform/src/components/aws/bucket-queue-subscriber.d.ts +55 -0
  103. package/dist/sst/.sst/platform/src/components/aws/bucket-queue-subscriber.d.ts.map +1 -0
  104. package/dist/sst/.sst/platform/src/components/aws/bucket-topic-subscriber.d.ts +55 -0
  105. package/dist/sst/.sst/platform/src/components/aws/bucket-topic-subscriber.d.ts.map +1 -0
  106. package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts +1216 -0
  107. package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts.map +1 -0
  108. package/dist/sst/.sst/platform/src/components/aws/bus-base-subscriber.d.ts +20 -0
  109. package/dist/sst/.sst/platform/src/components/aws/bus-base-subscriber.d.ts.map +1 -0
  110. package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts +49 -0
  111. package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts.map +1 -0
  112. package/dist/sst/.sst/platform/src/components/aws/bus-queue-subscriber.d.ts +44 -0
  113. package/dist/sst/.sst/platform/src/components/aws/bus-queue-subscriber.d.ts.map +1 -0
  114. package/dist/sst/.sst/platform/src/components/aws/bus.d.ts +403 -0
  115. package/dist/sst/.sst/platform/src/components/aws/bus.d.ts.map +1 -0
  116. package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts +299 -0
  117. package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts.map +1 -0
  118. package/dist/sst/.sst/platform/src/components/aws/cluster-v1.d.ts +882 -0
  119. package/dist/sst/.sst/platform/src/components/aws/cluster-v1.d.ts.map +1 -0
  120. package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts +306 -0
  121. package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts.map +1 -0
  122. package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts +194 -0
  123. package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts.map +1 -0
  124. package/dist/sst/.sst/platform/src/components/aws/cognito-identity-provider.d.ts +38 -0
  125. package/dist/sst/.sst/platform/src/components/aws/cognito-identity-provider.d.ts.map +1 -0
  126. package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool-client.d.ts +50 -0
  127. package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool-client.d.ts.map +1 -0
  128. package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts +603 -0
  129. package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts.map +1 -0
  130. package/dist/sst/.sst/platform/src/components/aws/cron.d.ts +250 -0
  131. package/dist/sst/.sst/platform/src/components/aws/cron.d.ts.map +1 -0
  132. package/dist/sst/.sst/platform/src/components/aws/dns-validated-certificate.d.ts +27 -0
  133. package/dist/sst/.sst/platform/src/components/aws/dns-validated-certificate.d.ts.map +1 -0
  134. package/dist/sst/.sst/platform/src/components/aws/dns.d.ts +94 -0
  135. package/dist/sst/.sst/platform/src/components/aws/dns.d.ts.map +1 -0
  136. package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts +55 -0
  137. package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts.map +1 -0
  138. package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts +568 -0
  139. package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts.map +1 -0
  140. package/dist/sst/.sst/platform/src/components/aws/efs.d.ts +217 -0
  141. package/dist/sst/.sst/platform/src/components/aws/efs.d.ts.map +1 -0
  142. package/dist/sst/.sst/platform/src/components/aws/email.d.ts +291 -0
  143. package/dist/sst/.sst/platform/src/components/aws/email.d.ts.map +1 -0
  144. package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts +803 -0
  145. package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts.map +1 -0
  146. package/dist/sst/.sst/platform/src/components/aws/function.d.ts +1629 -0
  147. package/dist/sst/.sst/platform/src/components/aws/function.d.ts.map +1 -0
  148. package/dist/sst/.sst/platform/src/components/aws/helpers/apigateway-account.d.ts +3 -0
  149. package/dist/sst/.sst/platform/src/components/aws/helpers/apigateway-account.d.ts.map +1 -0
  150. package/dist/sst/.sst/platform/src/components/aws/helpers/apigatewayv2-domain.d.ts +144 -0
  151. package/dist/sst/.sst/platform/src/components/aws/helpers/apigatewayv2-domain.d.ts.map +1 -0
  152. package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts +40 -0
  153. package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts.map +1 -0
  154. package/dist/sst/.sst/platform/src/components/aws/helpers/bootstrap.d.ts +13 -0
  155. package/dist/sst/.sst/platform/src/components/aws/helpers/bootstrap.d.ts.map +1 -0
  156. package/dist/sst/.sst/platform/src/components/aws/helpers/container-builder.d.ts +4 -0
  157. package/dist/sst/.sst/platform/src/components/aws/helpers/container-builder.d.ts.map +1 -0
  158. package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts +10 -0
  159. package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts.map +1 -0
  160. package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts +3 -0
  161. package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts.map +1 -0
  162. package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts +7 -0
  163. package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts.map +1 -0
  164. package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts +4 -0
  165. package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts.map +1 -0
  166. package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts +6 -0
  167. package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts.map +1 -0
  168. package/dist/sst/.sst/platform/src/components/aws/https-redirect.d.ts +38 -0
  169. package/dist/sst/.sst/platform/src/components/aws/https-redirect.d.ts.map +1 -0
  170. package/dist/sst/.sst/platform/src/components/aws/iam-edit.d.ts +39 -0
  171. package/dist/sst/.sst/platform/src/components/aws/iam-edit.d.ts.map +1 -0
  172. package/dist/sst/.sst/platform/src/components/aws/index.d.ts +48 -0
  173. package/dist/sst/.sst/platform/src/components/aws/index.d.ts.map +1 -0
  174. package/dist/sst/.sst/platform/src/components/aws/kinesis-stream-lambda-subscriber.d.ts +48 -0
  175. package/dist/sst/.sst/platform/src/components/aws/kinesis-stream-lambda-subscriber.d.ts.map +1 -0
  176. package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts +249 -0
  177. package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts.map +1 -0
  178. package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts +17 -0
  179. package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts.map +1 -0
  180. package/dist/sst/.sst/platform/src/components/aws/logging.d.ts +26 -0
  181. package/dist/sst/.sst/platform/src/components/aws/logging.d.ts.map +1 -0
  182. package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts +496 -0
  183. package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts.map +1 -0
  184. package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts +517 -0
  185. package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts.map +1 -0
  186. package/dist/sst/.sst/platform/src/components/aws/nuxt.d.ts +495 -0
  187. package/dist/sst/.sst/platform/src/components/aws/nuxt.d.ts.map +1 -0
  188. package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts +295 -0
  189. package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts.map +1 -0
  190. package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts +165 -0
  191. package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts.map +1 -0
  192. package/dist/sst/.sst/platform/src/components/aws/permission.d.ts +40 -0
  193. package/dist/sst/.sst/platform/src/components/aws/permission.d.ts.map +1 -0
  194. package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts +317 -0
  195. package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts.map +1 -0
  196. package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts +500 -0
  197. package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts.map +1 -0
  198. package/dist/sst/.sst/platform/src/components/aws/providers/bucket-files.d.ts +18 -0
  199. package/dist/sst/.sst/platform/src/components/aws/providers/bucket-files.d.ts.map +1 -0
  200. package/dist/sst/.sst/platform/src/components/aws/providers/distribution-deployment-waiter.d.ts +13 -0
  201. package/dist/sst/.sst/platform/src/components/aws/providers/distribution-deployment-waiter.d.ts.map +1 -0
  202. package/dist/sst/.sst/platform/src/components/aws/providers/distribution-invalidation.d.ts +11 -0
  203. package/dist/sst/.sst/platform/src/components/aws/providers/distribution-invalidation.d.ts.map +1 -0
  204. package/dist/sst/.sst/platform/src/components/aws/providers/function-environment-update.d.ts +29 -0
  205. package/dist/sst/.sst/platform/src/components/aws/providers/function-environment-update.d.ts.map +1 -0
  206. package/dist/sst/.sst/platform/src/components/aws/providers/hosted-zone-lookup.d.ts +11 -0
  207. package/dist/sst/.sst/platform/src/components/aws/providers/hosted-zone-lookup.d.ts.map +1 -0
  208. package/dist/sst/.sst/platform/src/components/aws/providers/kv-keys.d.ts +11 -0
  209. package/dist/sst/.sst/platform/src/components/aws/providers/kv-keys.d.ts.map +1 -0
  210. package/dist/sst/.sst/platform/src/components/aws/providers/kv-routes-update.d.ts +11 -0
  211. package/dist/sst/.sst/platform/src/components/aws/providers/kv-routes-update.d.ts.map +1 -0
  212. package/dist/sst/.sst/platform/src/components/aws/providers/origin-access-control.d.ts +8 -0
  213. package/dist/sst/.sst/platform/src/components/aws/providers/origin-access-control.d.ts.map +1 -0
  214. package/dist/sst/.sst/platform/src/components/aws/providers/rds-role-lookup.d.ts +8 -0
  215. package/dist/sst/.sst/platform/src/components/aws/providers/rds-role-lookup.d.ts.map +1 -0
  216. package/dist/sst/.sst/platform/src/components/aws/providers/vector-table.d.ts +12 -0
  217. package/dist/sst/.sst/platform/src/components/aws/providers/vector-table.d.ts.map +1 -0
  218. package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts +48 -0
  219. package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts.map +1 -0
  220. package/dist/sst/.sst/platform/src/components/aws/queue.d.ts +485 -0
  221. package/dist/sst/.sst/platform/src/components/aws/queue.d.ts.map +1 -0
  222. package/dist/sst/.sst/platform/src/components/aws/react.d.ts +416 -0
  223. package/dist/sst/.sst/platform/src/components/aws/react.d.ts.map +1 -0
  224. package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts +53 -0
  225. package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts.map +1 -0
  226. package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts +232 -0
  227. package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts.map +1 -0
  228. package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts +338 -0
  229. package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts.map +1 -0
  230. package/dist/sst/.sst/platform/src/components/aws/redis.d.ts +364 -0
  231. package/dist/sst/.sst/platform/src/components/aws/redis.d.ts.map +1 -0
  232. package/dist/sst/.sst/platform/src/components/aws/remix.d.ts +423 -0
  233. package/dist/sst/.sst/platform/src/components/aws/remix.d.ts.map +1 -0
  234. package/dist/sst/.sst/platform/src/components/aws/router-base-route.d.ts +28 -0
  235. package/dist/sst/.sst/platform/src/components/aws/router-base-route.d.ts.map +1 -0
  236. package/dist/sst/.sst/platform/src/components/aws/router-bucket-route.d.ts +29 -0
  237. package/dist/sst/.sst/platform/src/components/aws/router-bucket-route.d.ts.map +1 -0
  238. package/dist/sst/.sst/platform/src/components/aws/router-url-route.d.ts +28 -0
  239. package/dist/sst/.sst/platform/src/components/aws/router-url-route.d.ts.map +1 -0
  240. package/dist/sst/.sst/platform/src/components/aws/router.d.ts +1272 -0
  241. package/dist/sst/.sst/platform/src/components/aws/router.d.ts.map +1 -0
  242. package/dist/sst/.sst/platform/src/components/aws/service-v1.d.ts +78 -0
  243. package/dist/sst/.sst/platform/src/components/aws/service-v1.d.ts.map +1 -0
  244. package/dist/sst/.sst/platform/src/components/aws/service.d.ts +1625 -0
  245. package/dist/sst/.sst/platform/src/components/aws/service.d.ts.map +1 -0
  246. package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts +53 -0
  247. package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts.map +1 -0
  248. package/dist/sst/.sst/platform/src/components/aws/sns-topic-queue-subscriber.d.ts +55 -0
  249. package/dist/sst/.sst/platform/src/components/aws/sns-topic-queue-subscriber.d.ts.map +1 -0
  250. package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts +389 -0
  251. package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts.map +1 -0
  252. package/dist/sst/.sst/platform/src/components/aws/solid-start.d.ts +414 -0
  253. package/dist/sst/.sst/platform/src/components/aws/solid-start.d.ts.map +1 -0
  254. package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts +685 -0
  255. package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts.map +1 -0
  256. package/dist/sst/.sst/platform/src/components/aws/static-site.d.ts +736 -0
  257. package/dist/sst/.sst/platform/src/components/aws/static-site.d.ts.map +1 -0
  258. package/dist/sst/.sst/platform/src/components/aws/step-functions/choice.d.ts +73 -0
  259. package/dist/sst/.sst/platform/src/components/aws/step-functions/choice.d.ts.map +1 -0
  260. package/dist/sst/.sst/platform/src/components/aws/step-functions/fail.d.ts +63 -0
  261. package/dist/sst/.sst/platform/src/components/aws/step-functions/fail.d.ts.map +1 -0
  262. package/dist/sst/.sst/platform/src/components/aws/step-functions/map.d.ts +236 -0
  263. package/dist/sst/.sst/platform/src/components/aws/step-functions/map.d.ts.map +1 -0
  264. package/dist/sst/.sst/platform/src/components/aws/step-functions/parallel.d.ts +127 -0
  265. package/dist/sst/.sst/platform/src/components/aws/step-functions/parallel.d.ts.map +1 -0
  266. package/dist/sst/.sst/platform/src/components/aws/step-functions/pass.d.ts +39 -0
  267. package/dist/sst/.sst/platform/src/components/aws/step-functions/pass.d.ts.map +1 -0
  268. package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts +231 -0
  269. package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts.map +1 -0
  270. package/dist/sst/.sst/platform/src/components/aws/step-functions/succeed.d.ts +26 -0
  271. package/dist/sst/.sst/platform/src/components/aws/step-functions/succeed.d.ts.map +1 -0
  272. package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts +477 -0
  273. package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts.map +1 -0
  274. package/dist/sst/.sst/platform/src/components/aws/step-functions/wait.d.ts +91 -0
  275. package/dist/sst/.sst/platform/src/components/aws/step-functions/wait.d.ts.map +1 -0
  276. package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts +473 -0
  277. package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts.map +1 -0
  278. package/dist/sst/.sst/platform/src/components/aws/svelte-kit.d.ts +417 -0
  279. package/dist/sst/.sst/platform/src/components/aws/svelte-kit.d.ts.map +1 -0
  280. package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts +354 -0
  281. package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts.map +1 -0
  282. package/dist/sst/.sst/platform/src/components/aws/task.d.ts +322 -0
  283. package/dist/sst/.sst/platform/src/components/aws/task.d.ts.map +1 -0
  284. package/dist/sst/.sst/platform/src/components/aws/vector.d.ts +150 -0
  285. package/dist/sst/.sst/platform/src/components/aws/vector.d.ts.map +1 -0
  286. package/dist/sst/.sst/platform/src/components/aws/vpc-v1.d.ts +208 -0
  287. package/dist/sst/.sst/platform/src/components/aws/vpc-v1.d.ts.map +1 -0
  288. package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts +444 -0
  289. package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts.map +1 -0
  290. package/dist/sst/.sst/platform/src/components/base/base-site.d.ts +53 -0
  291. package/dist/sst/.sst/platform/src/components/base/base-site.d.ts.map +1 -0
  292. package/dist/sst/.sst/platform/src/components/base/base-ssr-site.d.ts +13 -0
  293. package/dist/sst/.sst/platform/src/components/base/base-ssr-site.d.ts.map +1 -0
  294. package/dist/sst/.sst/platform/src/components/base/base-static-site.d.ts +199 -0
  295. package/dist/sst/.sst/platform/src/components/base/base-static-site.d.ts.map +1 -0
  296. package/dist/sst/.sst/platform/src/components/cloudflare/account-id.d.ts +2 -0
  297. package/dist/sst/.sst/platform/src/components/cloudflare/account-id.d.ts.map +1 -0
  298. package/dist/sst/.sst/platform/src/components/cloudflare/auth.d.ts +22 -0
  299. package/dist/sst/.sst/platform/src/components/cloudflare/auth.d.ts.map +1 -0
  300. package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts +69 -0
  301. package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts.map +1 -0
  302. package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts +103 -0
  303. package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts.map +1 -0
  304. package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts +121 -0
  305. package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts.map +1 -0
  306. package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts +107 -0
  307. package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts.map +1 -0
  308. package/dist/sst/.sst/platform/src/components/cloudflare/dns.d.ts +94 -0
  309. package/dist/sst/.sst/platform/src/components/cloudflare/dns.d.ts.map +1 -0
  310. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/astro.d.ts +186 -0
  311. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/astro.d.ts.map +1 -0
  312. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/index.d.ts +4 -0
  313. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/index.d.ts.map +1 -0
  314. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/solid-start.d.ts +171 -0
  315. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/solid-start.d.ts.map +1 -0
  316. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/static-site.d.ts +222 -0
  317. package/dist/sst/.sst/platform/src/components/cloudflare/experimental/static-site.d.ts.map +1 -0
  318. package/dist/sst/.sst/platform/src/components/cloudflare/helpers/fetch.d.ts +19 -0
  319. package/dist/sst/.sst/platform/src/components/cloudflare/helpers/fetch.d.ts.map +1 -0
  320. package/dist/sst/.sst/platform/src/components/cloudflare/helpers/worker-builder.d.ts +10 -0
  321. package/dist/sst/.sst/platform/src/components/cloudflare/helpers/worker-builder.d.ts.map +1 -0
  322. package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts +16 -0
  323. package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts.map +1 -0
  324. package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts +107 -0
  325. package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts.map +1 -0
  326. package/dist/sst/.sst/platform/src/components/cloudflare/providers/dns-record.d.ts +20 -0
  327. package/dist/sst/.sst/platform/src/components/cloudflare/providers/dns-record.d.ts.map +1 -0
  328. package/dist/sst/.sst/platform/src/components/cloudflare/providers/kv-data.d.ts +23 -0
  329. package/dist/sst/.sst/platform/src/components/cloudflare/providers/kv-data.d.ts.map +1 -0
  330. package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-assets.d.ts +18 -0
  331. package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-assets.d.ts.map +1 -0
  332. package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-url.d.ts +22 -0
  333. package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-url.d.ts.map +1 -0
  334. package/dist/sst/.sst/platform/src/components/cloudflare/providers/zone-lookup.d.ts +22 -0
  335. package/dist/sst/.sst/platform/src/components/cloudflare/providers/zone-lookup.d.ts.map +1 -0
  336. package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts +60 -0
  337. package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts.map +1 -0
  338. package/dist/sst/.sst/platform/src/components/cloudflare/ssr-site.d.ts +51 -0
  339. package/dist/sst/.sst/platform/src/components/cloudflare/ssr-site.d.ts.map +1 -0
  340. package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts +262 -0
  341. package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts.map +1 -0
  342. package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts +295 -0
  343. package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts.map +1 -0
  344. package/dist/sst/.sst/platform/src/components/component.d.ts +37 -0
  345. package/dist/sst/.sst/platform/src/components/component.d.ts.map +1 -0
  346. package/dist/sst/.sst/platform/src/components/cpu.d.ts +3 -0
  347. package/dist/sst/.sst/platform/src/components/cpu.d.ts.map +1 -0
  348. package/dist/sst/.sst/platform/src/components/dns.d.ts +59 -0
  349. package/dist/sst/.sst/platform/src/components/dns.d.ts.map +1 -0
  350. package/dist/sst/.sst/platform/src/components/duration.d.ts +7 -0
  351. package/dist/sst/.sst/platform/src/components/duration.d.ts.map +1 -0
  352. package/dist/sst/.sst/platform/src/components/error.d.ts +4 -0
  353. package/dist/sst/.sst/platform/src/components/error.d.ts.map +1 -0
  354. package/dist/sst/.sst/platform/src/components/experimental/dev-command.d.ts +99 -0
  355. package/dist/sst/.sst/platform/src/components/experimental/dev-command.d.ts.map +1 -0
  356. package/dist/sst/.sst/platform/src/components/experimental/index.d.ts +2 -0
  357. package/dist/sst/.sst/platform/src/components/experimental/index.d.ts.map +1 -0
  358. package/dist/sst/.sst/platform/src/components/index.d.ts +16 -0
  359. package/dist/sst/.sst/platform/src/components/index.d.ts.map +1 -0
  360. package/dist/sst/.sst/platform/src/components/input.d.ts +3 -0
  361. package/dist/sst/.sst/platform/src/components/input.d.ts.map +1 -0
  362. package/dist/sst/.sst/platform/src/components/link.d.ts +41 -0
  363. package/dist/sst/.sst/platform/src/components/link.d.ts.map +1 -0
  364. package/dist/sst/.sst/platform/src/components/linkable.d.ts +271 -0
  365. package/dist/sst/.sst/platform/src/components/linkable.d.ts.map +1 -0
  366. package/dist/sst/.sst/platform/src/components/naming.d.ts +7 -0
  367. package/dist/sst/.sst/platform/src/components/naming.d.ts.map +1 -0
  368. package/dist/sst/.sst/platform/src/components/path.d.ts +2 -0
  369. package/dist/sst/.sst/platform/src/components/path.d.ts.map +1 -0
  370. package/dist/sst/.sst/platform/src/components/rpc/rpc.d.ts +19 -0
  371. package/dist/sst/.sst/platform/src/components/rpc/rpc.d.ts.map +1 -0
  372. package/dist/sst/.sst/platform/src/components/secret.d.ts +125 -0
  373. package/dist/sst/.sst/platform/src/components/secret.d.ts.map +1 -0
  374. package/dist/sst/.sst/platform/src/components/size.d.ts +5 -0
  375. package/dist/sst/.sst/platform/src/components/size.d.ts.map +1 -0
  376. package/dist/sst/.sst/platform/src/components/vercel/account-id.d.ts +2 -0
  377. package/dist/sst/.sst/platform/src/components/vercel/account-id.d.ts.map +1 -0
  378. package/dist/sst/.sst/platform/src/components/vercel/dns.d.ts +73 -0
  379. package/dist/sst/.sst/platform/src/components/vercel/dns.d.ts.map +1 -0
  380. package/dist/sst/.sst/platform/src/components/vercel/index.d.ts +3 -0
  381. package/dist/sst/.sst/platform/src/components/vercel/index.d.ts.map +1 -0
  382. package/dist/sst/.sst/platform/src/components/vercel/providers/dns-record.d.ts +14 -0
  383. package/dist/sst/.sst/platform/src/components/vercel/providers/dns-record.d.ts.map +1 -0
  384. package/dist/sst/.sst/platform/src/config.d.ts +1258 -0
  385. package/dist/sst/.sst/platform/src/config.d.ts.map +1 -0
  386. package/dist/sst/.sst/platform/src/util/compare-semver.d.ts +4 -0
  387. package/dist/sst/.sst/platform/src/util/compare-semver.d.ts.map +1 -0
  388. package/dist/sst/.sst/platform/src/util/fs.d.ts +5 -0
  389. package/dist/sst/.sst/platform/src/util/fs.d.ts.map +1 -0
  390. package/dist/sst/.sst/platform/src/util/lazy.d.ts +2 -0
  391. package/dist/sst/.sst/platform/src/util/lazy.d.ts.map +1 -0
  392. package/dist/sst/.sst/platform/src/util/semaphore.d.ts +9 -0
  393. package/dist/sst/.sst/platform/src/util/semaphore.d.ts.map +1 -0
  394. package/dist/sst/.sst/platform/src/util/warn.d.ts +2 -0
  395. package/dist/sst/.sst/platform/src/util/warn.d.ts.map +1 -0
  396. package/dist/sst/components/dashboard.d.ts +2 -0
  397. package/dist/sst/components/dashboard.d.ts.map +1 -0
  398. package/dist/sst/components/monorise-core.d.ts +18 -0
  399. package/dist/sst/components/monorise-core.d.ts.map +1 -0
  400. package/dist/sst/components/q-function.d.ts +17 -0
  401. package/dist/sst/components/q-function.d.ts.map +1 -0
  402. package/dist/sst/components/single-table.d.ts +14 -0
  403. package/dist/sst/components/single-table.d.ts.map +1 -0
  404. package/dist/sst/constants/event.d.ts +73 -0
  405. package/dist/sst/constants/event.d.ts.map +1 -0
  406. package/dist/sst/constants/table.d.ts +3 -0
  407. package/dist/sst/constants/table.d.ts.map +1 -0
  408. package/dist/sst/index.d.ts +11 -0
  409. package/dist/sst/index.d.ts.map +1 -0
  410. package/dist/sst/index.js +609 -0
  411. package/dist/sst/index.js.map +1 -0
  412. package/dist/sst/sst.config.d.ts +3 -0
  413. package/dist/sst/sst.config.d.ts.map +1 -0
  414. package/dist/sst/tsup.config.d.ts +3 -0
  415. package/dist/sst/tsup.config.d.ts.map +1 -0
  416. package/package.json +83 -0
@@ -0,0 +1,685 @@
1
+ import type { Loader } from "esbuild";
2
+ import { Output, Unwrap, ComponentResourceOptions } from "@pulumi/pulumi";
3
+ import { Cdn, CdnArgs } from "./cdn.js";
4
+ import { Function, FunctionArgs, FunctionArn } from "./function.js";
5
+ import { Bucket, BucketArgs } from "./bucket.js";
6
+ import { Input } from "../input.js";
7
+ import { Component, Prettify, type Transform } from "../component.js";
8
+ import { BaseSiteFileOptions } from "../base/base-site.js";
9
+ import { BaseSsrSiteArgs } from "../base/base-ssr-site.js";
10
+ import { Link } from "../link.js";
11
+ import { RouterRouteArgsDeprecated, RouterRouteArgs } from "./router.js";
12
+ import { DurationSeconds } from "../duration.js";
13
+ import { Size } from "../size.js";
14
+ export type Plan = {
15
+ base?: string;
16
+ server?: Unwrap<FunctionArgs>;
17
+ imageOptimizer?: {
18
+ function: Unwrap<FunctionArgs>;
19
+ prefix: string;
20
+ };
21
+ assets: {
22
+ from: string;
23
+ to: string;
24
+ cached: boolean;
25
+ versionedSubDir?: string;
26
+ deepRoute?: string;
27
+ }[];
28
+ isrCache?: {
29
+ from: string;
30
+ to: string;
31
+ };
32
+ custom404?: string;
33
+ buildId?: string;
34
+ };
35
+ export interface SsrSiteArgs extends BaseSsrSiteArgs {
36
+ domain?: CdnArgs["domain"];
37
+ /**
38
+ * @deprecated Use `router` instead.
39
+ */
40
+ route?: Prettify<RouterRouteArgsDeprecated>;
41
+ router?: Prettify<RouterRouteArgs>;
42
+ cachePolicy?: Input<string>;
43
+ /**
44
+ * Configure Lambda function protection through CloudFront.
45
+ *
46
+ * @default `"none"`
47
+ *
48
+ * The available options are:
49
+ * - `"none"`: Lambda URLs are publicly accessible.
50
+ * - `"oac"`: Lambda URLs protected by CloudFront Origin Access Control. Requires manual `x-amz-content-sha256` header for POST requests. Use when you control all POST requests.
51
+ * - `"oac-with-edge-signing"`: Full protection with automatic header signing via Lambda@Edge. Works with external webhooks and callbacks. Higher cost and latency but works out of the box.
52
+ *
53
+ * :::note
54
+ * When using `"oac-with-edge-signing"`, request bodies are limited to 1MB due to Lambda@Edge payload limits. For file uploads larger than 1MB, consider using presigned S3 URLs or the `"oac"` mode with manual header signing.
55
+ * :::
56
+ *
57
+ * :::note
58
+ * When removing a stage that uses `"oac-with-edge-signing"`, deletion may take 5-10 minutes while AWS removes the Lambda@Edge replicated functions from all edge locations.
59
+ * :::
60
+ *
61
+ * @example
62
+ * ```js
63
+ * // No protection (default)
64
+ * {
65
+ * protection: "none"
66
+ * }
67
+ * ```
68
+ *
69
+ * @example
70
+ * ```js
71
+ * // OAC protection, manual header signing required
72
+ * {
73
+ * protection: "oac"
74
+ * }
75
+ * ```
76
+ *
77
+ * @example
78
+ * ```js
79
+ * // Full protection with automatic Lambda@Edge
80
+ * {
81
+ * protection: "oac-with-edge-signing"
82
+ * }
83
+ * ```
84
+ *
85
+ * @example
86
+ * ```js
87
+ * // Custom Lambda@Edge configuration
88
+ * {
89
+ * protection: {
90
+ * mode: "oac-with-edge-signing",
91
+ * edgeFunction: {
92
+ * memory: "256 MB",
93
+ * timeout: "10 seconds"
94
+ * }
95
+ * }
96
+ * }
97
+ * ```
98
+ *
99
+ * @example
100
+ * ```js
101
+ * // Use existing Lambda@Edge function
102
+ * {
103
+ * protection: {
104
+ * mode: "oac-with-edge-signing",
105
+ * edgeFunction: {
106
+ * arn: "arn:aws:lambda:us-east-1:123456789012:function:my-signing-function:1"
107
+ * }
108
+ * }
109
+ * }
110
+ * ```
111
+ */
112
+ protection?: Input<"none" | "oac" | "oac-with-edge-signing" | {
113
+ mode: "oac-with-edge-signing";
114
+ edgeFunction?: {
115
+ /**
116
+ * Custom Lambda@Edge function ARN to use for request signing.
117
+ * If provided, this function will be used instead of creating a new one.
118
+ * Must be a qualified ARN (with version) and deployed in us-east-1.
119
+ */
120
+ arn?: Input<FunctionArn>;
121
+ /**
122
+ * Memory size for the auto-created Lambda@Edge function.
123
+ * Only used when arn is not provided.
124
+ * @default `"128 MB"`
125
+ */
126
+ memory?: Input<Size>;
127
+ /**
128
+ * Timeout for the auto-created Lambda@Edge function.
129
+ * Only used when arn is not provided.
130
+ * @default `"5 seconds"`
131
+ */
132
+ timeout?: Input<DurationSeconds>;
133
+ };
134
+ }>;
135
+ invalidation?: Input<false | {
136
+ /**
137
+ * Configure if `sst deploy` should wait for the CloudFront cache invalidation to finish.
138
+ *
139
+ * :::tip
140
+ * For non-prod environments it might make sense to pass in `false`.
141
+ * :::
142
+ *
143
+ * Waiting for this process to finish ensures that new content will be available after the deploy finishes. However, this process can sometimes take more than 5 mins.
144
+ * @default `false`
145
+ * @example
146
+ * ```js
147
+ * {
148
+ * invalidation: {
149
+ * wait: true
150
+ * }
151
+ * }
152
+ * ```
153
+ */
154
+ wait?: Input<boolean>;
155
+ /**
156
+ * The paths to invalidate.
157
+ *
158
+ * You can either pass in an array of glob patterns to invalidate specific files. Or you can use one of these built-in options:
159
+ * - `all`: All files will be invalidated when any file changes
160
+ * - `versioned`: Only versioned files will be invalidated when versioned files change
161
+ *
162
+ * :::note
163
+ * Each glob pattern counts as a single invalidation. Whereas, invalidating
164
+ * `/*` counts as a single invalidation.
165
+ * :::
166
+ * @default `"all"`
167
+ * @example
168
+ * Invalidate the `index.html` and all files under the `products/` route.
169
+ * ```js
170
+ * {
171
+ * invalidation: {
172
+ * paths: ["/index.html", "/products/*"]
173
+ * }
174
+ * }
175
+ * ```
176
+ * This counts as two invalidations.
177
+ */
178
+ paths?: Input<"all" | "versioned" | string[]>;
179
+ }>;
180
+ /**
181
+ * Regions that the server function will be deployed to.
182
+ *
183
+ * By default, the server function is deployed to a single region, this is the
184
+ * default region of your SST app.
185
+ *
186
+ * :::note
187
+ * This does not use Lambda@Edge, it deploys multiple Lambda functions instead.
188
+ * :::
189
+ *
190
+ * To deploy it to multiple regions, you can pass in a list of regions. And
191
+ * any requests made will be routed to the nearest region based on the user's
192
+ * location.
193
+ *
194
+ * @default The default region of the SST app
195
+ *
196
+ * @example
197
+ * ```js
198
+ * {
199
+ * regions: ["us-east-1", "eu-west-1"]
200
+ * }
201
+ * ```
202
+ */
203
+ regions?: Input<string[]>;
204
+ permissions?: FunctionArgs["permissions"];
205
+ /**
206
+ * The number of instances of the [server function](#nodes-server) to keep warm. This is useful for cases where you are experiencing long cold starts. The default is to not keep any instances warm.
207
+ *
208
+ * This works by starting a serverless cron job to make _n_ concurrent requests to the server function every few minutes. Where _n_ is the number of instances to keep warm.
209
+ *
210
+ * @default `0`
211
+ */
212
+ warm?: Input<number>;
213
+ /**
214
+ * Configure the Lambda function used for server.
215
+ * @default `{architecture: "x86_64", memory: "1024 MB"}`
216
+ */
217
+ server?: {
218
+ /**
219
+ * The amount of memory allocated to the server function.
220
+ * Takes values between 128 MB and 10240 MB in 1 MB increments.
221
+ *
222
+ * @default `"1024 MB"`
223
+ * @example
224
+ * ```js
225
+ * {
226
+ * server: {
227
+ * memory: "2048 MB"
228
+ * }
229
+ * }
230
+ * ```
231
+ */
232
+ memory?: FunctionArgs["memory"];
233
+ /**
234
+ * The runtime environment for the server function.
235
+ *
236
+ * @default `"nodejs20.x"`
237
+ * @example
238
+ * ```js
239
+ * {
240
+ * server: {
241
+ * runtime: "nodejs22.x"
242
+ * }
243
+ * }
244
+ * ```
245
+ */
246
+ runtime?: Input<"nodejs18.x" | "nodejs20.x" | "nodejs22.x">;
247
+ /**
248
+ * The maximum amount of time the server function can run.
249
+ *
250
+ * While Lambda supports timeouts up to 900 seconds, your requests are served
251
+ * through AWS CloudFront. And it has a default limit of 60 seconds.
252
+ *
253
+ * If you set a timeout that's longer than 60 seconds, this component will
254
+ * check if your account can allow for that timeout. If not, it'll throw an
255
+ * error.
256
+ *
257
+ * :::tip
258
+ * If you need a timeout longer than 60 seconds, you'll need to request a
259
+ * limit increase.
260
+ * :::
261
+ *
262
+ * You can increase this to 180 seconds for your account by contacting AWS
263
+ * Support and [requesting a limit increase](https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase).
264
+ *
265
+ * @default `"20 seconds"`
266
+ * @example
267
+ * ```js
268
+ * {
269
+ * server: {
270
+ * timeout: "50 seconds"
271
+ * }
272
+ * }
273
+ * ```
274
+ *
275
+ * If you need a timeout longer than what CloudFront supports, we recommend
276
+ * using a separate Lambda `Function` with the `url` enabled instead.
277
+ */
278
+ timeout?: FunctionArgs["timeout"];
279
+ /**
280
+ * The [architecture](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html)
281
+ * of the server function.
282
+ *
283
+ * @default `"x86_64"`
284
+ * @example
285
+ * ```js
286
+ * {
287
+ * server: {
288
+ * architecture: "arm64"
289
+ * }
290
+ * }
291
+ * ```
292
+ */
293
+ architecture?: FunctionArgs["architecture"];
294
+ /**
295
+ * Dependencies that need to be excluded from the server function package.
296
+ *
297
+ * Certain npm packages cannot be bundled using esbuild. This allows you to exclude them
298
+ * from the bundle. Instead they'll be moved into a `node_modules/` directory in the
299
+ * function package.
300
+ *
301
+ * :::tip
302
+ * If esbuild is giving you an error about a package, try adding it to the `install` list.
303
+ * :::
304
+ *
305
+ * This will allow your functions to be able to use these dependencies when deployed. They
306
+ * just won't be tree shaken. You however still need to have them in your `package.json`.
307
+ *
308
+ * :::caution
309
+ * Packages listed here still need to be in your `package.json`.
310
+ * :::
311
+ *
312
+ * Esbuild will ignore them while traversing the imports in your code. So these are the
313
+ * **package names as seen in the imports**. It also works on packages that are not directly
314
+ * imported by your code.
315
+ *
316
+ * @example
317
+ * ```js
318
+ * {
319
+ * server: {
320
+ * install: ["sharp"]
321
+ * }
322
+ * }
323
+ * ```
324
+ */
325
+ install?: Input<string[]>;
326
+ /**
327
+ * Configure additional esbuild loaders for other file extensions. This is useful
328
+ * when your code is importing non-JS files like `.png`, `.css`, etc.
329
+ *
330
+ * @example
331
+ * ```js
332
+ * {
333
+ * server: {
334
+ * loader: {
335
+ * ".png": "file"
336
+ * }
337
+ * }
338
+ * }
339
+ * ```
340
+ */
341
+ loader?: Input<Record<string, Loader>>;
342
+ /**
343
+ * A list of Lambda layer ARNs to add to the server function.
344
+ *
345
+ * @example
346
+ * ```js
347
+ * {
348
+ * server: {
349
+ * layers: ["arn:aws:lambda:us-east-1:123456789012:layer:my-layer:1"]
350
+ * }
351
+ * }
352
+ * ```
353
+ */
354
+ layers?: Input<Input<string>[]>;
355
+ /**
356
+ * @deprecated The `server.edge` prop has been moved to the top level `edge` prop on the component.
357
+ */
358
+ edge?: Input<{
359
+ viewerRequest?: Input<{
360
+ injection: Input<string>;
361
+ kvStore?: Input<string>;
362
+ kvStores?: Input<Input<string>[]>;
363
+ }>;
364
+ viewerResponse?: Input<{
365
+ injection: Input<string>;
366
+ kvStore?: Input<string>;
367
+ kvStores?: Input<Input<string>[]>;
368
+ }>;
369
+ }>;
370
+ };
371
+ /**
372
+ * Configure CloudFront Functions to customize the behavior of HTTP requests and responses at the edge.
373
+ */
374
+ edge?: Input<{
375
+ /**
376
+ * Configure the viewer request function.
377
+ *
378
+ * The viewer request function can be used to modify incoming requests before they
379
+ * reach your origin server. For example, you can redirect users, rewrite URLs,
380
+ * or add headers.
381
+ */
382
+ viewerRequest?: Input<{
383
+ /**
384
+ * The code to inject into the viewer request function.
385
+ *
386
+ * By default, a viewer request function is created to:
387
+ * - Disable CloudFront default URL if custom domain is set
388
+ * - Add the `x-forwarded-host` header
389
+ * - Route assets requests to S3 (static files stored in the bucket)
390
+ * - Route server requests to server functions (dynamic rendering)
391
+ *
392
+ * The function manages routing by:
393
+ * 1. First checking if the requested path exists in S3 (with variations like adding index.html)
394
+ * 2. Serving a custom 404 page from S3 if configured and the path isn't found
395
+ * 3. Routing image optimization requests to the image optimizer function
396
+ * 4. Routing all other requests to the nearest server function
397
+ *
398
+ * The given code will be injected at the beginning of this function.
399
+ *
400
+ * ```js
401
+ * async function handler(event) {
402
+ * // User injected code
403
+ *
404
+ * // Default behavior code
405
+ *
406
+ * return event.request;
407
+ * }
408
+ * ```
409
+ *
410
+ * @example
411
+ * To add a custom header to all requests.
412
+ *
413
+ * ```js
414
+ * {
415
+ * edge: {
416
+ * viewerRequest: {
417
+ * injection: `event.request.headers["x-foo"] = { value: "bar" };`
418
+ * }
419
+ * }
420
+ * }
421
+ * ```
422
+ *
423
+ * You can use this to add basic auth, [check out an example](/docs/examples/#aws-nextjs-basic-auth).
424
+ */
425
+ injection: Input<string>;
426
+ /**
427
+ * The KV store to associate with the viewer request function.
428
+ *
429
+ * @example
430
+ * ```js
431
+ * {
432
+ * edge: {
433
+ * viewerRequest: {
434
+ * kvStore: "arn:aws:cloudfront::123456789012:key-value-store/my-store"
435
+ * }
436
+ * }
437
+ * }
438
+ * ```
439
+ */
440
+ kvStore?: Input<string>;
441
+ }>;
442
+ /**
443
+ * Configure the viewer response function.
444
+ *
445
+ * The viewer response function can be used to modify outgoing responses before they are
446
+ * sent to the client. For example, you can add security headers or change the response
447
+ * status code.
448
+ *
449
+ * By default, no viewer response function is set. A new function will be created
450
+ * with the provided code.
451
+ */
452
+ viewerResponse?: Input<{
453
+ /**
454
+ * The code to inject into the viewer response function.
455
+ *
456
+ * ```js
457
+ * async function handler(event) {
458
+ * // User injected code
459
+ *
460
+ * return event.response;
461
+ * }
462
+ * ```
463
+ *
464
+ * @example
465
+ * To add a custom header to all responses.
466
+ *
467
+ * ```js
468
+ * {
469
+ * edge: {
470
+ * viewerResponse: {
471
+ * injection: `event.response.headers["x-foo"] = { value: "bar" };`
472
+ * }
473
+ * }
474
+ * }
475
+ * ```
476
+ */
477
+ injection: Input<string>;
478
+ /**
479
+ * The KV store to associate with the viewer response function.
480
+ *
481
+ * @example
482
+ * ```js
483
+ * {
484
+ * edge: {
485
+ * viewerResponse: {
486
+ * kvStore: "arn:aws:cloudfront::123456789012:key-value-store/my-store"
487
+ * }
488
+ * }
489
+ * }
490
+ * ```
491
+ */
492
+ kvStore?: Input<string>;
493
+ }>;
494
+ }>;
495
+ /**
496
+ * Configure the server function to connect to private subnets in a virtual private cloud or VPC. This allows it to access private resources.
497
+ *
498
+ * @example
499
+ * Create a `Vpc` component.
500
+ *
501
+ * ```js title="sst.config.ts"
502
+ * const myVpc = new sst.aws.Vpc("MyVpc");
503
+ * ```
504
+ *
505
+ * Or reference an existing VPC.
506
+ *
507
+ * ```js title="sst.config.ts"
508
+ * const myVpc = sst.aws.Vpc.get("MyVpc", "vpc-12345678901234567");
509
+ * ```
510
+ *
511
+ * And pass it in.
512
+ *
513
+ * ```js
514
+ * {
515
+ * vpc: myVpc
516
+ * }
517
+ * ```
518
+ */
519
+ vpc?: FunctionArgs["vpc"];
520
+ assets?: Input<{
521
+ /**
522
+ * Character encoding for text based assets, like HTML, CSS, JS. This is
523
+ * used to set the `Content-Type` header when these files are served out.
524
+ *
525
+ * If set to `"none"`, then no charset will be returned in header.
526
+ * @default `"utf-8"`
527
+ * @example
528
+ * ```js
529
+ * {
530
+ * assets: {
531
+ * textEncoding: "iso-8859-1"
532
+ * }
533
+ * }
534
+ * ```
535
+ */
536
+ textEncoding?: Input<"utf-8" | "iso-8859-1" | "windows-1252" | "ascii" | "none">;
537
+ /**
538
+ * The `Cache-Control` header used for versioned files, like `main-1234.css`. This is
539
+ * used by both CloudFront and the browser cache.
540
+ *
541
+ * The default `max-age` is set to 1 year.
542
+ * @default `"public,max-age=31536000,immutable"`
543
+ * @example
544
+ * ```js
545
+ * {
546
+ * assets: {
547
+ * versionedFilesCacheHeader: "public,max-age=31536000,immutable"
548
+ * }
549
+ * }
550
+ * ```
551
+ */
552
+ versionedFilesCacheHeader?: Input<string>;
553
+ /**
554
+ * The `Cache-Control` header used for non-versioned files, like `index.html`. This is used by both CloudFront and the browser cache.
555
+ *
556
+ * The default is set to not cache on browsers, and cache for 1 day on CloudFront.
557
+ * @default `"public,max-age=0,s-maxage=86400,stale-while-revalidate=8640"`
558
+ * @example
559
+ * ```js
560
+ * {
561
+ * assets: {
562
+ * nonVersionedFilesCacheHeader: "public,max-age=0,no-cache"
563
+ * }
564
+ * }
565
+ * ```
566
+ */
567
+ nonVersionedFilesCacheHeader?: Input<string>;
568
+ /**
569
+ * Specify the `Content-Type` and `Cache-Control` headers for specific files. This allows
570
+ * you to override the default behavior for specific files using glob patterns.
571
+ *
572
+ * @example
573
+ * Apply `Cache-Control` and `Content-Type` to all zip files.
574
+ * ```js
575
+ * {
576
+ * assets: {
577
+ * fileOptions: [
578
+ * {
579
+ * files: "**\/*.zip",
580
+ * contentType: "application/zip",
581
+ * cacheControl: "private,no-cache,no-store,must-revalidate"
582
+ * }
583
+ * ]
584
+ * }
585
+ * }
586
+ * ```
587
+ * Apply `Cache-Control` to all CSS and JS files except for CSS files with `index-`
588
+ * prefix in the `main/` directory.
589
+ * ```js
590
+ * {
591
+ * assets: {
592
+ * fileOptions: [
593
+ * {
594
+ * files: ["**\/*.css", "**\/*.js"],
595
+ * ignore: "main\/index-*.css",
596
+ * cacheControl: "private,no-cache,no-store,must-revalidate"
597
+ * }
598
+ * ]
599
+ * }
600
+ * }
601
+ * ```
602
+ */
603
+ fileOptions?: Input<Prettify<BaseSiteFileOptions>[]>;
604
+ /**
605
+ * Configure if files from previous deployments should be purged from the bucket.
606
+ * @default `false`
607
+ * @example
608
+ * ```js
609
+ * {
610
+ * assets: {
611
+ * purge: false
612
+ * }
613
+ * }
614
+ * ```
615
+ */
616
+ purge?: Input<boolean>;
617
+ }>;
618
+ /**
619
+ * @deprecated The `route` prop is now the recommended way to use the `Router` component
620
+ * to serve your site. Setting `route` will not create a standalone CloudFront
621
+ * distribution.
622
+ */
623
+ cdn?: Input<boolean>;
624
+ /**
625
+ * [Transform](/docs/components#transform) how this component creates its underlying
626
+ * resources.
627
+ */
628
+ transform?: {
629
+ /**
630
+ * Transform the Bucket resource used for uploading the assets.
631
+ */
632
+ assets?: Transform<BucketArgs>;
633
+ /**
634
+ * Transform the server Function resource.
635
+ */
636
+ server?: Transform<FunctionArgs>;
637
+ /**
638
+ * Transform the CloudFront CDN resource.
639
+ */
640
+ cdn?: Transform<CdnArgs>;
641
+ };
642
+ }
643
+ export declare abstract class SsrSite extends Component implements Link.Linkable {
644
+ private cdn?;
645
+ private bucket?;
646
+ private server?;
647
+ private devUrl?;
648
+ private prodUrl?;
649
+ protected abstract normalizeBuildCommand(args: SsrSiteArgs): Output<string> | void;
650
+ protected abstract buildPlan(outputPath: Output<string>, name: string, args: SsrSiteArgs, { bucket }: {
651
+ bucket: Bucket;
652
+ }): Output<Plan>;
653
+ constructor(type: string, name: string, args?: SsrSiteArgs, opts?: ComponentResourceOptions);
654
+ /**
655
+ * The URL of the Astro site.
656
+ *
657
+ * If the `domain` is set, this is the URL with the custom domain.
658
+ * Otherwise, it's the auto-generated CloudFront URL.
659
+ */
660
+ get url(): Output<string>;
661
+ /**
662
+ * The underlying [resources](/docs/components/#nodes) this component creates.
663
+ */
664
+ get nodes(): {
665
+ /**
666
+ * The AWS Lambda server function that renders the site.
667
+ */
668
+ server: Output<Function> | undefined;
669
+ /**
670
+ * The Amazon S3 Bucket that stores the assets.
671
+ */
672
+ assets: Bucket | undefined;
673
+ /**
674
+ * The Amazon CloudFront CDN that serves the site.
675
+ */
676
+ cdn: Cdn | undefined;
677
+ };
678
+ /** @internal */
679
+ getSSTLink(): {
680
+ properties: {
681
+ url: Output<string>;
682
+ };
683
+ };
684
+ }
685
+ //# sourceMappingURL=ssr-site.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ssr-site.d.ts","sourceRoot":"","sources":["../../../../../../.sst/platform/src/components/aws/ssr-site.ts"],"names":[],"mappings":"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"}