@eventmodelers/node-kit 0.0.2

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 (546) hide show
  1. package/README.md +66 -0
  2. package/package.json +36 -0
  3. package/src/cli.js +176 -0
  4. package/templates/.claude/skills/connect/SKILL.md +169 -0
  5. package/templates/.claude/skills/load-slice/SKILL.md +86 -0
  6. package/templates/realtime-agent/node_modules/.package-lock.json +107 -0
  7. package/templates/realtime-agent/node_modules/@supabase/auth-js/LICENSE +21 -0
  8. package/templates/realtime-agent/node_modules/@supabase/auth-js/README.md +190 -0
  9. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthAdminApi.d.ts +4 -0
  10. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthAdminApi.d.ts.map +1 -0
  11. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthAdminApi.js +7 -0
  12. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthAdminApi.js.map +1 -0
  13. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthClient.d.ts +4 -0
  14. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthClient.d.ts.map +1 -0
  15. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthClient.js +7 -0
  16. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/AuthClient.js.map +1 -0
  17. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueAdminApi.d.ts +716 -0
  18. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueAdminApi.d.ts.map +1 -0
  19. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueAdminApi.js +1108 -0
  20. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueAdminApi.js.map +1 -0
  21. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueClient.d.ts +2473 -0
  22. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueClient.d.ts.map +1 -0
  23. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueClient.js +5217 -0
  24. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/GoTrueClient.js.map +1 -0
  25. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/index.d.ts +9 -0
  26. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/index.d.ts.map +1 -0
  27. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/index.js +20 -0
  28. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/index.js.map +1 -0
  29. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/base64url.d.ts +76 -0
  30. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/base64url.d.ts.map +1 -0
  31. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/base64url.js +269 -0
  32. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/base64url.js.map +1 -0
  33. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/constants.d.ts +26 -0
  34. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/constants.d.ts.map +1 -0
  35. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/constants.js +31 -0
  36. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/constants.js.map +1 -0
  37. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/error-codes.d.ts +7 -0
  38. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/error-codes.d.ts.map +1 -0
  39. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/error-codes.js +3 -0
  40. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/error-codes.js.map +1 -0
  41. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/errors.d.ts +258 -0
  42. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/errors.d.ts.map +1 -0
  43. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/errors.js +290 -0
  44. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/errors.js.map +1 -0
  45. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/fetch.d.ts +54 -0
  46. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/fetch.d.ts.map +1 -0
  47. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/fetch.js +200 -0
  48. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/fetch.js.map +1 -0
  49. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/helpers.d.ts +94 -0
  50. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/helpers.d.ts.map +1 -0
  51. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/helpers.js +406 -0
  52. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/helpers.js.map +1 -0
  53. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/local-storage.d.ts +9 -0
  54. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/local-storage.d.ts.map +1 -0
  55. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/local-storage.js +21 -0
  56. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/local-storage.js.map +1 -0
  57. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/locks.d.ts +107 -0
  58. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/locks.d.ts.map +1 -0
  59. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/locks.js +349 -0
  60. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/locks.js.map +1 -0
  61. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/polyfills.d.ts +5 -0
  62. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/polyfills.d.ts.map +1 -0
  63. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/polyfills.js +29 -0
  64. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/polyfills.js.map +1 -0
  65. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/types.d.ts +2498 -0
  66. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/types.d.ts.map +1 -0
  67. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/types.js +23 -0
  68. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/types.js.map +1 -0
  69. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/version.d.ts +2 -0
  70. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/version.d.ts.map +1 -0
  71. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/version.js +11 -0
  72. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/version.js.map +1 -0
  73. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/ethereum.d.ts +96 -0
  74. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/ethereum.d.ts.map +1 -0
  75. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/ethereum.js +66 -0
  76. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/ethereum.js.map +1 -0
  77. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/solana.d.ts +160 -0
  78. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/solana.d.ts.map +1 -0
  79. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/solana.js +4 -0
  80. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/web3/solana.js.map +1 -0
  81. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.d.ts +284 -0
  82. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.d.ts.map +1 -0
  83. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.dom.d.ts +583 -0
  84. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.dom.d.ts.map +1 -0
  85. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.dom.js +4 -0
  86. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.dom.js.map +1 -0
  87. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.errors.d.ts +85 -0
  88. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.errors.d.ts.map +1 -0
  89. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.errors.js +272 -0
  90. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.errors.js.map +1 -0
  91. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.js +707 -0
  92. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/main/lib/webauthn.js.map +1 -0
  93. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthAdminApi.d.ts +4 -0
  94. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthAdminApi.d.ts.map +1 -0
  95. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthAdminApi.js +4 -0
  96. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthAdminApi.js.map +1 -0
  97. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthClient.d.ts +4 -0
  98. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthClient.d.ts.map +1 -0
  99. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthClient.js +4 -0
  100. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/AuthClient.js.map +1 -0
  101. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueAdminApi.d.ts +716 -0
  102. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueAdminApi.d.ts.map +1 -0
  103. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueAdminApi.js +1105 -0
  104. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueAdminApi.js.map +1 -0
  105. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueClient.d.ts +2473 -0
  106. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueClient.d.ts.map +1 -0
  107. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueClient.js +5214 -0
  108. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/GoTrueClient.js.map +1 -0
  109. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/index.d.ts +9 -0
  110. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/index.d.ts.map +1 -0
  111. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/index.js +9 -0
  112. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/index.js.map +1 -0
  113. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/base64url.d.ts +76 -0
  114. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/base64url.d.ts.map +1 -0
  115. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/base64url.js +257 -0
  116. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/base64url.js.map +1 -0
  117. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/constants.d.ts +26 -0
  118. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/constants.d.ts.map +1 -0
  119. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/constants.js +28 -0
  120. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/constants.js.map +1 -0
  121. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/error-codes.d.ts +7 -0
  122. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/error-codes.d.ts.map +1 -0
  123. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/error-codes.js +2 -0
  124. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/error-codes.js.map +1 -0
  125. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/errors.d.ts +258 -0
  126. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/errors.d.ts.map +1 -0
  127. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/errors.js +267 -0
  128. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/errors.js.map +1 -0
  129. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/fetch.d.ts +54 -0
  130. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/fetch.d.ts.map +1 -0
  131. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/fetch.js +190 -0
  132. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/fetch.js.map +1 -0
  133. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/helpers.d.ts +94 -0
  134. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/helpers.d.ts.map +1 -0
  135. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/helpers.js +378 -0
  136. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/helpers.js.map +1 -0
  137. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/local-storage.d.ts +9 -0
  138. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/local-storage.d.ts.map +1 -0
  139. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/local-storage.js +18 -0
  140. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/local-storage.js.map +1 -0
  141. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/locks.d.ts +107 -0
  142. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/locks.d.ts.map +1 -0
  143. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/locks.js +341 -0
  144. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/locks.js.map +1 -0
  145. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/polyfills.d.ts +5 -0
  146. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/polyfills.d.ts.map +1 -0
  147. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/polyfills.js +26 -0
  148. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/polyfills.js.map +1 -0
  149. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/types.d.ts +2498 -0
  150. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/types.d.ts.map +1 -0
  151. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/types.js +20 -0
  152. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/types.js.map +1 -0
  153. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/version.d.ts +2 -0
  154. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/version.d.ts.map +1 -0
  155. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/version.js +8 -0
  156. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/version.js.map +1 -0
  157. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/ethereum.d.ts +96 -0
  158. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/ethereum.d.ts.map +1 -0
  159. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/ethereum.js +60 -0
  160. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/ethereum.js.map +1 -0
  161. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/solana.d.ts +160 -0
  162. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/solana.d.ts.map +1 -0
  163. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/solana.js +3 -0
  164. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/web3/solana.js.map +1 -0
  165. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.d.ts +284 -0
  166. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.d.ts.map +1 -0
  167. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.dom.d.ts +583 -0
  168. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.dom.d.ts.map +1 -0
  169. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.dom.js +3 -0
  170. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.dom.js.map +1 -0
  171. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.errors.d.ts +85 -0
  172. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.errors.d.ts.map +1 -0
  173. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.errors.js +264 -0
  174. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.errors.js.map +1 -0
  175. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.js +689 -0
  176. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/module/lib/webauthn.js.map +1 -0
  177. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/tsconfig.module.tsbuildinfo +1 -0
  178. package/templates/realtime-agent/node_modules/@supabase/auth-js/dist/tsconfig.tsbuildinfo +1 -0
  179. package/templates/realtime-agent/node_modules/@supabase/auth-js/package.json +44 -0
  180. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/AuthAdminApi.ts +5 -0
  181. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/AuthClient.ts +5 -0
  182. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/GoTrueAdminApi.ts +1267 -0
  183. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/GoTrueClient.ts +6360 -0
  184. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/index.ts +13 -0
  185. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/base64url.ts +308 -0
  186. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/constants.ts +34 -0
  187. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/error-codes.ts +90 -0
  188. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/errors.ts +359 -0
  189. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/fetch.ts +320 -0
  190. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/helpers.ts +476 -0
  191. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/local-storage.ts +21 -0
  192. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/locks.ts +420 -0
  193. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/polyfills.ts +23 -0
  194. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/types.ts +2917 -0
  195. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/version.ts +7 -0
  196. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/web3/ethereum.ts +184 -0
  197. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/web3/solana.ts +186 -0
  198. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/webauthn.dom.ts +636 -0
  199. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/webauthn.errors.ts +329 -0
  200. package/templates/realtime-agent/node_modules/@supabase/auth-js/src/lib/webauthn.ts +946 -0
  201. package/templates/realtime-agent/node_modules/@supabase/functions-js/README.md +134 -0
  202. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/FunctionsClient.d.ts +177 -0
  203. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/FunctionsClient.d.ts.map +1 -0
  204. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/FunctionsClient.js +309 -0
  205. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/FunctionsClient.js.map +1 -0
  206. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/helper.d.ts +3 -0
  207. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/helper.d.ts.map +1 -0
  208. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/helper.js +11 -0
  209. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/helper.js.map +1 -0
  210. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/index.d.ts +3 -0
  211. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/index.d.ts.map +1 -0
  212. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/index.js +12 -0
  213. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/index.js.map +1 -0
  214. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/types.d.ts +122 -0
  215. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/types.d.ts.map +1 -0
  216. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/types.js +98 -0
  217. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/types.js.map +1 -0
  218. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/version.d.ts +2 -0
  219. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/version.d.ts.map +1 -0
  220. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/version.js +11 -0
  221. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/main/version.js.map +1 -0
  222. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/FunctionsClient.d.ts +177 -0
  223. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/FunctionsClient.d.ts.map +1 -0
  224. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/FunctionsClient.js +305 -0
  225. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/FunctionsClient.js.map +1 -0
  226. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/helper.d.ts +3 -0
  227. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/helper.d.ts.map +1 -0
  228. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/helper.js +7 -0
  229. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/helper.js.map +1 -0
  230. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/index.d.ts +3 -0
  231. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/index.d.ts.map +1 -0
  232. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/index.js +3 -0
  233. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/index.js.map +1 -0
  234. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/types.d.ts +122 -0
  235. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/types.d.ts.map +1 -0
  236. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/types.js +91 -0
  237. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/types.js.map +1 -0
  238. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/version.d.ts +2 -0
  239. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/version.d.ts.map +1 -0
  240. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/version.js +8 -0
  241. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/module/version.js.map +1 -0
  242. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/tsconfig.module.tsbuildinfo +1 -0
  243. package/templates/realtime-agent/node_modules/@supabase/functions-js/dist/tsconfig.tsbuildinfo +1 -0
  244. package/templates/realtime-agent/node_modules/@supabase/functions-js/package.json +52 -0
  245. package/templates/realtime-agent/node_modules/@supabase/functions-js/src/FunctionsClient.ts +335 -0
  246. package/templates/realtime-agent/node_modules/@supabase/functions-js/src/edge-runtime.d.ts +214 -0
  247. package/templates/realtime-agent/node_modules/@supabase/functions-js/src/helper.ts +8 -0
  248. package/templates/realtime-agent/node_modules/@supabase/functions-js/src/index.ts +10 -0
  249. package/templates/realtime-agent/node_modules/@supabase/functions-js/src/types.ts +146 -0
  250. package/templates/realtime-agent/node_modules/@supabase/functions-js/src/version.ts +7 -0
  251. package/templates/realtime-agent/node_modules/@supabase/phoenix/LICENSE.md +22 -0
  252. package/templates/realtime-agent/node_modules/@supabase/phoenix/README.md +121 -0
  253. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/ajax.js +116 -0
  254. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/channel.js +331 -0
  255. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/constants.js +35 -0
  256. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/index.js +212 -0
  257. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/longpoll.js +192 -0
  258. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/presence.js +208 -0
  259. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/push.js +134 -0
  260. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/serializer.js +133 -0
  261. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/socket.js +756 -0
  262. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/timer.js +48 -0
  263. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/types.js +184 -0
  264. package/templates/realtime-agent/node_modules/@supabase/phoenix/assets/js/phoenix/utils.js +16 -0
  265. package/templates/realtime-agent/node_modules/@supabase/phoenix/package.json +58 -0
  266. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/favicon.ico +0 -0
  267. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix-orange.png +0 -0
  268. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.cjs.js +1825 -0
  269. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.cjs.js.map +7 -0
  270. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.js +1847 -0
  271. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.min.js +2 -0
  272. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.mjs +1802 -0
  273. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.mjs.map +7 -0
  274. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/phoenix.png +0 -0
  275. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/ajax.d.ts +10 -0
  276. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/ajax.d.ts.map +1 -0
  277. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/channel.d.ts +167 -0
  278. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/channel.d.ts.map +1 -0
  279. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/constants.d.ts +36 -0
  280. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/constants.d.ts.map +1 -0
  281. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/index.d.ts +10 -0
  282. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/index.d.ts.map +1 -0
  283. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/longpoll.d.ts +29 -0
  284. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/longpoll.d.ts.map +1 -0
  285. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/presence.d.ts +107 -0
  286. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/presence.d.ts.map +1 -0
  287. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/push.d.ts +70 -0
  288. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/push.d.ts.map +1 -0
  289. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/serializer.d.ts +74 -0
  290. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/serializer.d.ts.map +1 -0
  291. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/socket.d.ts +291 -0
  292. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/socket.d.ts.map +1 -0
  293. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/timer.d.ts +36 -0
  294. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/timer.d.ts.map +1 -0
  295. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/types.d.ts +280 -0
  296. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/types.d.ts.map +1 -0
  297. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/utils.d.ts +2 -0
  298. package/templates/realtime-agent/node_modules/@supabase/phoenix/priv/static/types/utils.d.ts.map +1 -0
  299. package/templates/realtime-agent/node_modules/@supabase/phoenix/tsconfig.json +20 -0
  300. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/README.md +213 -0
  301. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.cjs +5025 -0
  302. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.cjs.map +1 -0
  303. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.d.cts +3828 -0
  304. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.d.cts.map +1 -0
  305. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.d.mts +3828 -0
  306. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.d.mts.map +1 -0
  307. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.mjs +5017 -0
  308. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/dist/index.mjs.map +1 -0
  309. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/package.json +69 -0
  310. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/PostgrestBuilder.ts +688 -0
  311. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/PostgrestClient.ts +447 -0
  312. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/PostgrestError.ts +41 -0
  313. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/PostgrestFilterBuilder.ts +2137 -0
  314. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/PostgrestQueryBuilder.ts +1703 -0
  315. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/PostgrestTransformBuilder.ts +981 -0
  316. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/constants.ts +2 -0
  317. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/index.ts +34 -0
  318. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/select-query-parser/parser.ts +476 -0
  319. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/select-query-parser/result.ts +550 -0
  320. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/select-query-parser/types.ts +129 -0
  321. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/select-query-parser/utils.ts +704 -0
  322. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/types/common/common.ts +83 -0
  323. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/types/common/rpc.ts +148 -0
  324. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/types/feature-flags.ts +17 -0
  325. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/types/types.ts +161 -0
  326. package/templates/realtime-agent/node_modules/@supabase/postgrest-js/src/version.ts +7 -0
  327. package/templates/realtime-agent/node_modules/@supabase/realtime-js/README.md +326 -0
  328. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeChannel.d.ts +442 -0
  329. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeChannel.d.ts.map +1 -0
  330. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeChannel.js +719 -0
  331. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeChannel.js.map +1 -0
  332. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeClient.d.ts +275 -0
  333. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeClient.d.ts.map +1 -0
  334. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeClient.js +697 -0
  335. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimeClient.js.map +1 -0
  336. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimePresence.d.ts +62 -0
  337. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimePresence.d.ts.map +1 -0
  338. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimePresence.js +43 -0
  339. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/RealtimePresence.js.map +1 -0
  340. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/index.d.ts +6 -0
  341. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/index.d.ts.map +1 -0
  342. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/index.js +18 -0
  343. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/index.js.map +1 -0
  344. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/constants.d.ts +43 -0
  345. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/constants.d.ts.map +1 -0
  346. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/constants.js +43 -0
  347. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/constants.js.map +1 -0
  348. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/normalizeChannelError.d.ts +10 -0
  349. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/normalizeChannelError.d.ts.map +1 -0
  350. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/normalizeChannelError.js +29 -0
  351. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/normalizeChannelError.js.map +1 -0
  352. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/serializer.d.ts +33 -0
  353. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/serializer.d.ts.map +1 -0
  354. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/serializer.js +155 -0
  355. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/serializer.js.map +1 -0
  356. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/transformers.d.ts +109 -0
  357. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/transformers.d.ts.map +1 -0
  358. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/transformers.js +241 -0
  359. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/transformers.js.map +1 -0
  360. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/version.d.ts +2 -0
  361. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/version.d.ts.map +1 -0
  362. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/version.js +11 -0
  363. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/version.js.map +1 -0
  364. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/websocket-factory.d.ts +82 -0
  365. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/websocket-factory.d.ts.map +1 -0
  366. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/websocket-factory.js +130 -0
  367. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/lib/websocket-factory.js.map +1 -0
  368. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/channelAdapter.d.ts +32 -0
  369. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/channelAdapter.d.ts.map +1 -0
  370. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/channelAdapter.js +103 -0
  371. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/channelAdapter.js.map +1 -0
  372. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/presenceAdapter.d.ts +53 -0
  373. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/presenceAdapter.d.ts.map +1 -0
  374. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/presenceAdapter.js +93 -0
  375. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/presenceAdapter.js.map +1 -0
  376. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/socketAdapter.d.ts +38 -0
  377. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/socketAdapter.d.ts.map +1 -0
  378. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/socketAdapter.js +114 -0
  379. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/socketAdapter.js.map +1 -0
  380. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/types.d.ts +5 -0
  381. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/types.d.ts.map +1 -0
  382. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/types.js +3 -0
  383. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/main/phoenix/types.js.map +1 -0
  384. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts +442 -0
  385. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts.map +1 -0
  386. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.js +714 -0
  387. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.js.map +1 -0
  388. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeClient.d.ts +275 -0
  389. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeClient.d.ts.map +1 -0
  390. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeClient.js +693 -0
  391. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimeClient.js.map +1 -0
  392. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimePresence.d.ts +62 -0
  393. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimePresence.d.ts.map +1 -0
  394. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimePresence.js +38 -0
  395. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/RealtimePresence.js.map +1 -0
  396. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/index.d.ts +6 -0
  397. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/index.d.ts.map +1 -0
  398. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/index.js +6 -0
  399. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/index.js.map +1 -0
  400. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/constants.d.ts +43 -0
  401. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/constants.d.ts.map +1 -0
  402. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/constants.js +40 -0
  403. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/constants.js.map +1 -0
  404. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/normalizeChannelError.d.ts +10 -0
  405. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/normalizeChannelError.d.ts.map +1 -0
  406. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/normalizeChannelError.js +26 -0
  407. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/normalizeChannelError.js.map +1 -0
  408. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/serializer.d.ts +33 -0
  409. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/serializer.d.ts.map +1 -0
  410. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/serializer.js +152 -0
  411. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/serializer.js.map +1 -0
  412. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/transformers.d.ts +109 -0
  413. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/transformers.d.ts.map +1 -0
  414. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/transformers.js +229 -0
  415. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/transformers.js.map +1 -0
  416. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/version.d.ts +2 -0
  417. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/version.d.ts.map +1 -0
  418. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/version.js +8 -0
  419. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/version.js.map +1 -0
  420. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/websocket-factory.d.ts +82 -0
  421. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/websocket-factory.d.ts.map +1 -0
  422. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/websocket-factory.js +126 -0
  423. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/lib/websocket-factory.js.map +1 -0
  424. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/channelAdapter.d.ts +32 -0
  425. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/channelAdapter.d.ts.map +1 -0
  426. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/channelAdapter.js +100 -0
  427. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/channelAdapter.js.map +1 -0
  428. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/presenceAdapter.d.ts +53 -0
  429. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/presenceAdapter.d.ts.map +1 -0
  430. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/presenceAdapter.js +90 -0
  431. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/presenceAdapter.js.map +1 -0
  432. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/socketAdapter.d.ts +38 -0
  433. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/socketAdapter.d.ts.map +1 -0
  434. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/socketAdapter.js +111 -0
  435. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/socketAdapter.js.map +1 -0
  436. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/types.d.ts +5 -0
  437. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/types.d.ts.map +1 -0
  438. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/types.js +2 -0
  439. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/module/phoenix/types.js.map +1 -0
  440. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/tsconfig.module.tsbuildinfo +1 -0
  441. package/templates/realtime-agent/node_modules/@supabase/realtime-js/dist/tsconfig.tsbuildinfo +1 -0
  442. package/templates/realtime-agent/node_modules/@supabase/realtime-js/package.json +58 -0
  443. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/RealtimeChannel.ts +1118 -0
  444. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/RealtimeClient.ts +868 -0
  445. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/RealtimePresence.ts +71 -0
  446. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/index.ts +53 -0
  447. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/lib/constants.ts +62 -0
  448. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/lib/normalizeChannelError.ts +30 -0
  449. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/lib/serializer.ts +203 -0
  450. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/lib/transformers.ts +270 -0
  451. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/lib/version.ts +7 -0
  452. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/lib/websocket-factory.ts +204 -0
  453. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/phoenix/channelAdapter.ts +149 -0
  454. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/phoenix/presenceAdapter.ts +116 -0
  455. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/phoenix/socketAdapter.ts +168 -0
  456. package/templates/realtime-agent/node_modules/@supabase/realtime-js/src/phoenix/types.ts +32 -0
  457. package/templates/realtime-agent/node_modules/@supabase/storage-js/README.md +1262 -0
  458. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.cjs +2995 -0
  459. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.cjs.map +1 -0
  460. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.d.cts +2956 -0
  461. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.d.cts.map +1 -0
  462. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.d.mts +2956 -0
  463. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.d.mts.map +1 -0
  464. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.mjs +2979 -0
  465. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/index.mjs.map +1 -0
  466. package/templates/realtime-agent/node_modules/@supabase/storage-js/dist/umd/supabase.js +1 -0
  467. package/templates/realtime-agent/node_modules/@supabase/storage-js/package.json +62 -0
  468. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/StorageClient.ts +98 -0
  469. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/index.ts +19 -0
  470. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/common/BaseApiClient.ts +104 -0
  471. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/common/errors.ts +160 -0
  472. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/common/fetch.ts +303 -0
  473. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/common/headers.ts +43 -0
  474. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/common/helpers.ts +146 -0
  475. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/constants.ts +4 -0
  476. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/types.ts +654 -0
  477. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/lib/version.ts +7 -0
  478. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/BlobDownloadBuilder.ts +62 -0
  479. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/StorageAnalyticsClient.ts +420 -0
  480. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/StorageBucketApi.ts +414 -0
  481. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/StorageFileApi.ts +1423 -0
  482. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/StorageVectorsClient.ts +644 -0
  483. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/StreamDownloadBuilder.ts +39 -0
  484. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/VectorBucketApi.ts +73 -0
  485. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/VectorDataApi.ts +98 -0
  486. package/templates/realtime-agent/node_modules/@supabase/storage-js/src/packages/VectorIndexApi.ts +90 -0
  487. package/templates/realtime-agent/node_modules/@supabase/supabase-js/README.md +238 -0
  488. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.cjs +89 -0
  489. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.cjs.map +1 -0
  490. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.d.cts +58 -0
  491. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.d.cts.map +1 -0
  492. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.d.mts +58 -0
  493. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.d.mts.map +1 -0
  494. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.mjs +88 -0
  495. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/cors.mjs.map +1 -0
  496. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.cjs +660 -0
  497. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.cjs.map +1 -0
  498. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.d.cts +616 -0
  499. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.d.cts.map +1 -0
  500. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.d.mts +616 -0
  501. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.d.mts.map +1 -0
  502. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.mjs +607 -0
  503. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/index.mjs.map +1 -0
  504. package/templates/realtime-agent/node_modules/@supabase/supabase-js/dist/umd/supabase.js +24 -0
  505. package/templates/realtime-agent/node_modules/@supabase/supabase-js/package.json +122 -0
  506. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/SupabaseClient.ts +625 -0
  507. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/cors.ts +84 -0
  508. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/index.ts +106 -0
  509. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/SupabaseAuthClient.ts +8 -0
  510. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/constants.ts +35 -0
  511. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/fetch.ts +36 -0
  512. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/helpers.ts +98 -0
  513. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/rest/types/common/common.ts +93 -0
  514. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/rest/types/common/rpc.ts +158 -0
  515. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/types.ts +196 -0
  516. package/templates/realtime-agent/node_modules/@supabase/supabase-js/src/lib/version.ts +7 -0
  517. package/templates/realtime-agent/node_modules/iceberg-js/LICENSE +21 -0
  518. package/templates/realtime-agent/node_modules/iceberg-js/README.md +439 -0
  519. package/templates/realtime-agent/node_modules/iceberg-js/dist/index.cjs +596 -0
  520. package/templates/realtime-agent/node_modules/iceberg-js/dist/index.cjs.map +1 -0
  521. package/templates/realtime-agent/node_modules/iceberg-js/dist/index.d.cts +547 -0
  522. package/templates/realtime-agent/node_modules/iceberg-js/dist/index.d.ts +547 -0
  523. package/templates/realtime-agent/node_modules/iceberg-js/dist/index.mjs +587 -0
  524. package/templates/realtime-agent/node_modules/iceberg-js/dist/index.mjs.map +1 -0
  525. package/templates/realtime-agent/node_modules/iceberg-js/package.json +77 -0
  526. package/templates/realtime-agent/node_modules/tslib/CopyrightNotice.txt +15 -0
  527. package/templates/realtime-agent/node_modules/tslib/LICENSE.txt +12 -0
  528. package/templates/realtime-agent/node_modules/tslib/README.md +164 -0
  529. package/templates/realtime-agent/node_modules/tslib/SECURITY.md +41 -0
  530. package/templates/realtime-agent/node_modules/tslib/modules/index.d.ts +38 -0
  531. package/templates/realtime-agent/node_modules/tslib/modules/index.js +70 -0
  532. package/templates/realtime-agent/node_modules/tslib/modules/package.json +3 -0
  533. package/templates/realtime-agent/node_modules/tslib/package.json +47 -0
  534. package/templates/realtime-agent/node_modules/tslib/tslib.d.ts +460 -0
  535. package/templates/realtime-agent/node_modules/tslib/tslib.es6.html +1 -0
  536. package/templates/realtime-agent/node_modules/tslib/tslib.es6.js +402 -0
  537. package/templates/realtime-agent/node_modules/tslib/tslib.es6.mjs +401 -0
  538. package/templates/realtime-agent/node_modules/tslib/tslib.html +1 -0
  539. package/templates/realtime-agent/node_modules/tslib/tslib.js +484 -0
  540. package/templates/realtime-agent/package-lock.json +114 -0
  541. package/templates/realtime-agent/package.json +11 -0
  542. package/templates/realtime-agent/src/index.js +152 -0
  543. package/templates/root/AGENT.md +37 -0
  544. package/templates/root/model.md +1 -0
  545. package/templates/root/prompt.md +91 -0
  546. package/templates/root/ralph.sh +47 -0
@@ -0,0 +1,616 @@
1
+ import { FunctionInvokeOptions, FunctionRegion, FunctionsClient, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError } from "@supabase/functions-js";
2
+ import { PostgrestBuilder, PostgrestClient, PostgrestError, PostgrestError as PostgrestError$1, PostgrestFilterBuilder, PostgrestFilterBuilder as PostgrestFilterBuilder$1, PostgrestMaybeSingleResponse, PostgrestQueryBuilder, PostgrestQueryBuilder as PostgrestQueryBuilder$1, PostgrestResponse, PostgrestSingleResponse, PostgrestTransformBuilder } from "@supabase/postgrest-js";
3
+ import { RealtimeChannel, RealtimeChannelOptions, RealtimeClient, RealtimeClientOptions, RealtimeRemoveChannelResponse } from "@supabase/realtime-js";
4
+ import { StorageApiError, StorageClient, StorageClientOptions } from "@supabase/storage-js";
5
+ import { AuthClient, GoTrueClientOptions, Session as AuthSession, User as AuthUser } from "@supabase/auth-js";
6
+ export * from "@supabase/realtime-js";
7
+ export * from "@supabase/auth-js";
8
+
9
+ //#region src/lib/rest/types/common/common.d.ts
10
+
11
+ type GenericRelationship = {
12
+ foreignKeyName: string;
13
+ columns: string[];
14
+ isOneToOne?: boolean;
15
+ referencedRelation: string;
16
+ referencedColumns: string[];
17
+ };
18
+ type GenericTable = {
19
+ Row: Record<string, unknown>;
20
+ Insert: Record<string, unknown>;
21
+ Update: Record<string, unknown>;
22
+ Relationships: GenericRelationship[];
23
+ };
24
+ type GenericUpdatableView = {
25
+ Row: Record<string, unknown>;
26
+ Insert: Record<string, unknown>;
27
+ Update: Record<string, unknown>;
28
+ Relationships: GenericRelationship[];
29
+ };
30
+ type GenericNonUpdatableView = {
31
+ Row: Record<string, unknown>;
32
+ Relationships: GenericRelationship[];
33
+ };
34
+ type GenericView = GenericUpdatableView | GenericNonUpdatableView;
35
+ type GenericSetofOption = {
36
+ isSetofReturn?: boolean | undefined;
37
+ isOneToOne?: boolean | undefined;
38
+ isNotNullable?: boolean | undefined;
39
+ to: string;
40
+ from: string;
41
+ };
42
+ type GenericFunction = {
43
+ Args: Record<string, unknown> | never;
44
+ Returns: unknown;
45
+ SetofOptions?: GenericSetofOption;
46
+ };
47
+ type GenericSchema = {
48
+ Tables: Record<string, GenericTable>;
49
+ Views: Record<string, GenericView>;
50
+ Functions: Record<string, GenericFunction>;
51
+ };
52
+ //#endregion
53
+ //#region src/lib/types.d.ts
54
+ interface SupabaseAuthClientOptions extends GoTrueClientOptions {}
55
+ type Fetch = typeof fetch;
56
+ type SupabaseClientOptions<SchemaName> = {
57
+ /**
58
+ * The Postgres schema which your tables belong to. Must be on the list of exposed schemas in Supabase. Defaults to `public`.
59
+ */
60
+ db?: {
61
+ schema?: SchemaName;
62
+ /**
63
+ * Optional timeout in milliseconds for PostgREST requests.
64
+ * When set, requests will automatically abort after this duration to prevent indefinite hangs.
65
+ *
66
+ * @example With timeout
67
+ * ```ts
68
+ * const supabase = createClient(url, key, {
69
+ * db: { timeout: 30000 } // 30 second timeout
70
+ * })
71
+ * ```
72
+ */
73
+ timeout?: number;
74
+ /**
75
+ * Maximum URL length in characters before warnings/errors are triggered.
76
+ * Defaults to 8000 characters. Used to provide helpful hints when URLs
77
+ * exceed server limits.
78
+ *
79
+ * @example With custom URL length limit
80
+ * ```ts
81
+ * const supabase = createClient(url, key, {
82
+ * db: { urlLengthLimit: 10000 } // Custom limit
83
+ * })
84
+ * ```
85
+ */
86
+ urlLengthLimit?: number;
87
+ };
88
+ auth?: {
89
+ /**
90
+ * Automatically refreshes the token for logged-in users. Defaults to true.
91
+ */
92
+ autoRefreshToken?: boolean;
93
+ /**
94
+ * Optional key name used for storing tokens in local storage.
95
+ */
96
+ storageKey?: string;
97
+ /**
98
+ * Whether to persist a logged-in session to storage. Defaults to true.
99
+ */
100
+ persistSession?: boolean;
101
+ /**
102
+ * Detect a session from the URL. Used for OAuth login callbacks. Defaults to true.
103
+ *
104
+ * Can be set to a function to provide custom logic for determining if a URL contains
105
+ * a Supabase auth callback. The function receives the current URL and parsed parameters,
106
+ * and should return true if the URL should be processed as a Supabase auth callback.
107
+ *
108
+ * This is useful when your app uses other OAuth providers (e.g., Facebook Login) that
109
+ * also return access_token in the URL fragment, which would otherwise be incorrectly
110
+ * intercepted by Supabase Auth.
111
+ *
112
+ * @example With custom detection logic
113
+ * ```ts
114
+ * detectSessionInUrl: (url, params) => {
115
+ * // Ignore Facebook OAuth redirects
116
+ * if (url.pathname === '/facebook/redirect') return false
117
+ * // Use default detection for other URLs
118
+ * return Boolean(params.access_token || params.error_description)
119
+ * }
120
+ * ```
121
+ */
122
+ detectSessionInUrl?: boolean | ((url: URL, params: {
123
+ [parameter: string]: string;
124
+ }) => boolean);
125
+ /**
126
+ * A storage provider. Used to store the logged-in session.
127
+ */
128
+ storage?: SupabaseAuthClientOptions['storage'];
129
+ /**
130
+ * A storage provider to store the user profile separately from the session.
131
+ * Useful when you need to store the session information in cookies,
132
+ * without bloating the data with the redundant user object.
133
+ *
134
+ * @experimental
135
+ */
136
+ userStorage?: SupabaseAuthClientOptions['userStorage'];
137
+ /**
138
+ * OAuth flow to use - defaults to implicit flow. PKCE is recommended for mobile and server-side applications.
139
+ */
140
+ flowType?: SupabaseAuthClientOptions['flowType'];
141
+ /**
142
+ * If debug messages for authentication client are emitted. Can be used to inspect the behavior of the library.
143
+ */
144
+ debug?: SupabaseAuthClientOptions['debug'];
145
+ /**
146
+ * Provide your own locking mechanism based on the environment. By default no locking is done at this time.
147
+ *
148
+ * @experimental
149
+ */
150
+ lock?: SupabaseAuthClientOptions['lock'];
151
+ /**
152
+ * If there is an error with the query, throwOnError will reject the promise by
153
+ * throwing the error instead of returning it as part of a successful response.
154
+ */
155
+ throwOnError?: SupabaseAuthClientOptions['throwOnError'];
156
+ /**
157
+ * Opt-in flags for experimental features. These APIs may change without
158
+ * notice and are disabled by default.
159
+ *
160
+ * @experimental
161
+ */
162
+ experimental?: SupabaseAuthClientOptions['experimental'];
163
+ /**
164
+ * Maximum time in milliseconds to wait when acquiring the auth lock before
165
+ * stealing it from the previous holder. See `GoTrueClientOptions.lockAcquireTimeout`
166
+ * for full semantics (zero fails immediately, negative waits indefinitely).
167
+ *
168
+ * @default 5000
169
+ */
170
+ lockAcquireTimeout?: SupabaseAuthClientOptions['lockAcquireTimeout'];
171
+ /**
172
+ * If true, skips automatic initialization in the auth client constructor.
173
+ * Useful for SSR contexts where initialization timing must be controlled to
174
+ * prevent race conditions with HTTP response generation.
175
+ *
176
+ * @default false
177
+ */
178
+ skipAutoInitialize?: SupabaseAuthClientOptions['skipAutoInitialize'];
179
+ };
180
+ /**
181
+ * Options passed to the realtime-js instance
182
+ */
183
+ realtime?: RealtimeClientOptions;
184
+ storage?: StorageClientOptions;
185
+ global?: {
186
+ /**
187
+ * A custom `fetch` implementation.
188
+ */
189
+ fetch?: Fetch;
190
+ /**
191
+ * Optional headers for initializing the client.
192
+ */
193
+ headers?: Record<string, string>;
194
+ };
195
+ /**
196
+ * Optional function for using a third-party authentication system with
197
+ * Supabase. The function should return an access token or ID token (JWT) by
198
+ * obtaining it from the third-party auth SDK. Note that this
199
+ * function may be called concurrently and many times. Use memoization and
200
+ * locking techniques if this is not supported by the SDKs.
201
+ *
202
+ * When set, the `auth` namespace of the Supabase client cannot be used.
203
+ * Create another client if you wish to use Supabase Auth and third-party
204
+ * authentications concurrently in the same application.
205
+ */
206
+ accessToken?: () => Promise<string | null>;
207
+ };
208
+ /**
209
+ * Helper types for query results.
210
+ */
211
+ type QueryResult<T> = T extends PromiseLike<infer U> ? U : never;
212
+ type QueryData<T> = T extends PromiseLike<{
213
+ data: infer U;
214
+ }> ? Exclude<U, null> : never;
215
+ type QueryError = PostgrestError$1;
216
+ /**
217
+ * Strips internal Supabase metadata from Database types.
218
+ * Useful for libraries defining generic constraints on Database types.
219
+ *
220
+ * @example Stripping internal Supabase metadata
221
+ * ```typescript
222
+ * type CleanDB = DatabaseWithoutInternals<Database>
223
+ * ```
224
+ */
225
+ type DatabaseWithoutInternals<DB> = Omit<DB, '__InternalSupabase'>;
226
+ //#endregion
227
+ //#region src/lib/SupabaseAuthClient.d.ts
228
+ declare class SupabaseAuthClient extends AuthClient {
229
+ constructor(options: SupabaseAuthClientOptions);
230
+ }
231
+ //#endregion
232
+ //#region src/lib/rest/types/common/rpc.d.ts
233
+ type IsMatchingArgs<FnArgs extends GenericFunction['Args'], PassedArgs extends GenericFunction['Args']> = [FnArgs] extends [Record<PropertyKey, never>] ? PassedArgs extends Record<PropertyKey, never> ? true : false : keyof PassedArgs extends keyof FnArgs ? PassedArgs extends FnArgs ? true : false : false;
234
+ type MatchingFunctionArgs<Fn$1 extends GenericFunction, Args extends GenericFunction['Args']> = Fn$1 extends {
235
+ Args: infer A extends GenericFunction['Args'];
236
+ } ? IsMatchingArgs<A, Args> extends true ? Fn$1 : never : false;
237
+ type FindMatchingFunctionByArgs<FnUnion, Args extends GenericFunction['Args']> = FnUnion extends infer Fn extends GenericFunction ? MatchingFunctionArgs<Fn, Args> : false;
238
+ type TablesAndViews<Schema extends GenericSchema> = Schema['Tables'] & Exclude<Schema['Views'], ''>;
239
+ type UnionToIntersection<U$1> = (U$1 extends any ? (k: U$1) => void : never) extends ((k: infer I) => void) ? I : never;
240
+ type LastOf<T> = UnionToIntersection<T extends any ? () => T : never> extends (() => infer R) ? R : never;
241
+ type IsAny<T> = 0 extends 1 & T ? true : false;
242
+ type ExactMatch<T, S> = [T] extends [S] ? ([S] extends [T] ? true : false) : false;
243
+ type ExtractExactFunction<Fns, Args> = Fns extends infer F ? F extends GenericFunction ? ExactMatch<F['Args'], Args> extends true ? F : never : never : never;
244
+ type IsNever<T> = [T] extends [never] ? true : false;
245
+ type RpcFunctionNotFound<FnName> = {
246
+ Row: any;
247
+ Result: {
248
+ error: true;
249
+ } & "Couldn't infer function definition matching provided arguments";
250
+ RelationName: FnName;
251
+ Relationships: null;
252
+ };
253
+ type CrossSchemaError<TableRef extends string> = {
254
+ error: true;
255
+ } & `Function returns SETOF from a different schema ('${TableRef}'). Use .overrideTypes<YourReturnType>() to specify the return type explicitly.`;
256
+ type GetRpcFunctionFilterBuilderByArgs<Schema extends GenericSchema, FnName extends string & keyof Schema['Functions'], Args> = {
257
+ 0: Schema['Functions'][FnName];
258
+ 1: IsAny<Schema> extends true ? any : IsNever<Args> extends true ? IsNever<ExtractExactFunction<Schema['Functions'][FnName], Args>> extends true ? LastOf<Schema['Functions'][FnName]> : ExtractExactFunction<Schema['Functions'][FnName], Args> : Args extends Record<PropertyKey, never> ? LastOf<Schema['Functions'][FnName]> : Args extends GenericFunction['Args'] ? IsNever<LastOf<FindMatchingFunctionByArgs<Schema['Functions'][FnName], Args>>> extends true ? LastOf<Schema['Functions'][FnName]> : LastOf<FindMatchingFunctionByArgs<Schema['Functions'][FnName], Args>> : ExtractExactFunction<Schema['Functions'][FnName], Args> extends GenericFunction ? ExtractExactFunction<Schema['Functions'][FnName], Args> : any;
259
+ }[1] extends infer Fn ? IsAny<Fn> extends true ? {
260
+ Row: any;
261
+ Result: any;
262
+ RelationName: FnName;
263
+ Relationships: null;
264
+ } : Fn extends GenericFunction ? {
265
+ Row: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['to'] extends keyof TablesAndViews<Schema> ? TablesAndViews<Schema>[Fn['SetofOptions']['to']]['Row'] : Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : CrossSchemaError<Fn['SetofOptions']['to'] & string> : Fn['Returns'] extends Record<string, unknown> ? Fn['Returns'] : CrossSchemaError<Fn['SetofOptions']['to'] & string> : Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : never : Fn['Returns'] extends Record<string, unknown> ? Fn['Returns'] : never;
266
+ Result: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['isSetofReturn'] extends true ? Fn['SetofOptions']['isOneToOne'] extends true ? Fn['Returns'][] : Fn['Returns'] : Fn['Returns'] : Fn['Returns'];
267
+ RelationName: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['to'] : FnName;
268
+ Relationships: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['to'] extends keyof Schema['Tables'] ? Schema['Tables'][Fn['SetofOptions']['to']]['Relationships'] : Fn['SetofOptions']['to'] extends keyof Schema['Views'] ? Schema['Views'][Fn['SetofOptions']['to']]['Relationships'] : null : null;
269
+ } : Fn extends false ? RpcFunctionNotFound<FnName> : RpcFunctionNotFound<FnName> : RpcFunctionNotFound<FnName>;
270
+ //#endregion
271
+ //#region src/SupabaseClient.d.ts
272
+ /**
273
+ * Supabase Client.
274
+ *
275
+ * An isomorphic Javascript client for interacting with Postgres.
276
+ */
277
+ declare class SupabaseClient<Database = any, SchemaNameOrClientOptions extends (string & keyof Omit<Database, '__InternalSupabase'>) | {
278
+ PostgrestVersion: string;
279
+ } = ('public' extends keyof Omit<Database, '__InternalSupabase'> ? 'public' : string & keyof Omit<Database, '__InternalSupabase'>), SchemaName extends string & keyof Omit<Database, '__InternalSupabase'> = (SchemaNameOrClientOptions extends string & keyof Omit<Database, '__InternalSupabase'> ? SchemaNameOrClientOptions : 'public' extends keyof Omit<Database, '__InternalSupabase'> ? 'public' : string & keyof Omit<Omit<Database, '__InternalSupabase'>, '__InternalSupabase'>), Schema extends (Omit<Database, '__InternalSupabase'>[SchemaName] extends GenericSchema ? Omit<Database, '__InternalSupabase'>[SchemaName] : never) = (Omit<Database, '__InternalSupabase'>[SchemaName] extends GenericSchema ? Omit<Database, '__InternalSupabase'>[SchemaName] : never), ClientOptions extends {
280
+ PostgrestVersion: string;
281
+ } = (SchemaNameOrClientOptions extends string & keyof Omit<Database, '__InternalSupabase'> ? Database extends {
282
+ __InternalSupabase: {
283
+ PostgrestVersion: string;
284
+ };
285
+ } ? Database['__InternalSupabase'] : {
286
+ PostgrestVersion: '12';
287
+ } : SchemaNameOrClientOptions extends {
288
+ PostgrestVersion: string;
289
+ } ? SchemaNameOrClientOptions : never)> {
290
+ protected supabaseUrl: string;
291
+ protected supabaseKey: string;
292
+ /**
293
+ * Supabase Auth allows you to create and manage user sessions for access to data that is secured by access policies.
294
+ */
295
+ auth: SupabaseAuthClient;
296
+ realtime: RealtimeClient;
297
+ /**
298
+ * Supabase Storage allows you to manage user-generated content, such as photos or videos.
299
+ */
300
+ storage: StorageClient;
301
+ protected realtimeUrl: URL;
302
+ protected authUrl: URL;
303
+ protected storageUrl: URL;
304
+ protected functionsUrl: URL;
305
+ protected rest: PostgrestClient<Database, ClientOptions, SchemaName>;
306
+ protected storageKey: string;
307
+ protected fetch?: Fetch;
308
+ protected changedAccessToken?: string;
309
+ protected accessToken?: () => Promise<string | null>;
310
+ protected headers: Record<string, string>;
311
+ /**
312
+ * Create a new client for use in the browser.
313
+ *
314
+ * @category Initializing
315
+ *
316
+ * @param supabaseUrl The unique Supabase URL which is supplied when you create a new project in your project dashboard.
317
+ * @param supabaseKey The unique Supabase Key which is supplied when you create a new project in your project dashboard.
318
+ * @param options.db.schema You can switch in between schemas. The schema needs to be on the list of exposed schemas inside Supabase.
319
+ * @param options.auth.autoRefreshToken Set to "true" if you want to automatically refresh the token before expiring.
320
+ * @param options.auth.persistSession Set to "true" if you want to automatically save the user session into local storage.
321
+ * @param options.auth.detectSessionInUrl Set to "true" if you want to automatically detects OAuth grants in the URL and signs in the user.
322
+ * @param options.realtime Options passed along to realtime-js constructor.
323
+ * @param options.storage Options passed along to the storage-js constructor.
324
+ * @param options.global.fetch A custom fetch implementation.
325
+ * @param options.global.headers Any additional headers to send with each network request.
326
+ *
327
+ * @example Creating a client
328
+ * ```js
329
+ * import { createClient } from '@supabase/supabase-js'
330
+ *
331
+ * // Create a single supabase client for interacting with your database
332
+ * const supabase = createClient('https://xyzcompany.supabase.co', 'your-publishable-key')
333
+ * ```
334
+ *
335
+ * @example With a custom domain
336
+ * ```js
337
+ * import { createClient } from '@supabase/supabase-js'
338
+ *
339
+ * // Use a custom domain as the supabase URL
340
+ * const supabase = createClient('https://my-custom-domain.com', 'your-publishable-key')
341
+ * ```
342
+ *
343
+ * @example With additional parameters
344
+ * ```js
345
+ * import { createClient } from '@supabase/supabase-js'
346
+ *
347
+ * const options = {
348
+ * db: {
349
+ * schema: 'public',
350
+ * },
351
+ * auth: {
352
+ * autoRefreshToken: true,
353
+ * persistSession: true,
354
+ * detectSessionInUrl: true
355
+ * },
356
+ * global: {
357
+ * headers: { 'x-my-custom-header': 'my-app-name' },
358
+ * },
359
+ * }
360
+ * const supabase = createClient("https://xyzcompany.supabase.co", "your-publishable-key", options)
361
+ * ```
362
+ *
363
+ * @exampleDescription With custom schemas
364
+ * By default the API server points to the `public` schema. You can enable other database schemas within the Dashboard.
365
+ * Go to [Settings > API > Exposed schemas](/dashboard/project/_/settings/api) and add the schema which you want to expose to the API.
366
+ *
367
+ * Note: each client connection can only access a single schema, so the code above can access the `other_schema` schema but cannot access the `public` schema.
368
+ *
369
+ * @example With custom schemas
370
+ * ```js
371
+ * import { createClient } from '@supabase/supabase-js'
372
+ *
373
+ * const supabase = createClient('https://xyzcompany.supabase.co', 'your-publishable-key', {
374
+ * // Provide a custom schema. Defaults to "public".
375
+ * db: { schema: 'other_schema' }
376
+ * })
377
+ * ```
378
+ *
379
+ * @exampleDescription Custom fetch implementation
380
+ * `supabase-js` uses the [`cross-fetch`](https://www.npmjs.com/package/cross-fetch) library to make HTTP requests,
381
+ * but an alternative `fetch` implementation can be provided as an option.
382
+ * This is most useful in environments where `cross-fetch` is not compatible (for instance Cloudflare Workers).
383
+ *
384
+ * @example Custom fetch implementation
385
+ * ```js
386
+ * import { createClient } from '@supabase/supabase-js'
387
+ *
388
+ * const supabase = createClient('https://xyzcompany.supabase.co', 'your-publishable-key', {
389
+ * global: { fetch: fetch.bind(globalThis) }
390
+ * })
391
+ * ```
392
+ *
393
+ * @exampleDescription React Native options with AsyncStorage
394
+ * For React Native we recommend using `AsyncStorage` as the storage implementation for Supabase Auth.
395
+ *
396
+ * @example React Native options with AsyncStorage
397
+ * ```js
398
+ * import 'react-native-url-polyfill/auto'
399
+ * import { createClient } from '@supabase/supabase-js'
400
+ * import AsyncStorage from "@react-native-async-storage/async-storage";
401
+ *
402
+ * const supabase = createClient("https://xyzcompany.supabase.co", "your-publishable-key", {
403
+ * auth: {
404
+ * storage: AsyncStorage,
405
+ * autoRefreshToken: true,
406
+ * persistSession: true,
407
+ * detectSessionInUrl: false,
408
+ * },
409
+ * });
410
+ * ```
411
+ *
412
+ * @exampleDescription React Native options with Expo SecureStore
413
+ * If you wish to encrypt the user's session information, you can use `aes-js` and store the encryption key in Expo SecureStore.
414
+ * The `aes-js` library, a reputable JavaScript-only implementation of the AES encryption algorithm in CTR mode.
415
+ * A new 256-bit encryption key is generated using the `react-native-get-random-values` library.
416
+ * This key is stored inside Expo's SecureStore, while the value is encrypted and placed inside AsyncStorage.
417
+ *
418
+ * Please make sure that:
419
+ * - You keep the `expo-secure-store`, `aes-js` and `react-native-get-random-values` libraries up-to-date.
420
+ * - Choose the correct [`SecureStoreOptions`](https://docs.expo.dev/versions/latest/sdk/securestore/#securestoreoptions) for your app's needs.
421
+ * E.g. [`SecureStore.WHEN_UNLOCKED`](https://docs.expo.dev/versions/latest/sdk/securestore/#securestorewhen_unlocked) regulates when the data can be accessed.
422
+ * - Carefully consider optimizations or other modifications to the above example, as those can lead to introducing subtle security vulnerabilities.
423
+ *
424
+ * @example React Native options with Expo SecureStore
425
+ * ```ts
426
+ * import 'react-native-url-polyfill/auto'
427
+ * import { createClient } from '@supabase/supabase-js'
428
+ * import AsyncStorage from '@react-native-async-storage/async-storage';
429
+ * import * as SecureStore from 'expo-secure-store';
430
+ * import * as aesjs from 'aes-js';
431
+ * import 'react-native-get-random-values';
432
+ *
433
+ * // As Expo's SecureStore does not support values larger than 2048
434
+ * // bytes, an AES-256 key is generated and stored in SecureStore, while
435
+ * // it is used to encrypt/decrypt values stored in AsyncStorage.
436
+ * class LargeSecureStore {
437
+ * private async _encrypt(key: string, value: string) {
438
+ * const encryptionKey = crypto.getRandomValues(new Uint8Array(256 / 8));
439
+ *
440
+ * const cipher = new aesjs.ModeOfOperation.ctr(encryptionKey, new aesjs.Counter(1));
441
+ * const encryptedBytes = cipher.encrypt(aesjs.utils.utf8.toBytes(value));
442
+ *
443
+ * await SecureStore.setItemAsync(key, aesjs.utils.hex.fromBytes(encryptionKey));
444
+ *
445
+ * return aesjs.utils.hex.fromBytes(encryptedBytes);
446
+ * }
447
+ *
448
+ * private async _decrypt(key: string, value: string) {
449
+ * const encryptionKeyHex = await SecureStore.getItemAsync(key);
450
+ * if (!encryptionKeyHex) {
451
+ * return encryptionKeyHex;
452
+ * }
453
+ *
454
+ * const cipher = new aesjs.ModeOfOperation.ctr(aesjs.utils.hex.toBytes(encryptionKeyHex), new aesjs.Counter(1));
455
+ * const decryptedBytes = cipher.decrypt(aesjs.utils.hex.toBytes(value));
456
+ *
457
+ * return aesjs.utils.utf8.fromBytes(decryptedBytes);
458
+ * }
459
+ *
460
+ * async getItem(key: string) {
461
+ * const encrypted = await AsyncStorage.getItem(key);
462
+ * if (!encrypted) { return encrypted; }
463
+ *
464
+ * return await this._decrypt(key, encrypted);
465
+ * }
466
+ *
467
+ * async removeItem(key: string) {
468
+ * await AsyncStorage.removeItem(key);
469
+ * await SecureStore.deleteItemAsync(key);
470
+ * }
471
+ *
472
+ * async setItem(key: string, value: string) {
473
+ * const encrypted = await this._encrypt(key, value);
474
+ *
475
+ * await AsyncStorage.setItem(key, encrypted);
476
+ * }
477
+ * }
478
+ *
479
+ * const supabase = createClient("https://xyzcompany.supabase.co", "your-publishable-key", {
480
+ * auth: {
481
+ * storage: new LargeSecureStore(),
482
+ * autoRefreshToken: true,
483
+ * persistSession: true,
484
+ * detectSessionInUrl: false,
485
+ * },
486
+ * });
487
+ * ```
488
+ *
489
+ * @example With a database query
490
+ * ```ts
491
+ * import { createClient } from '@supabase/supabase-js'
492
+ *
493
+ * const supabase = createClient('https://xyzcompany.supabase.co', 'your-publishable-key')
494
+ *
495
+ * const { data } = await supabase.from('profiles').select('*')
496
+ * ```
497
+ */
498
+ constructor(supabaseUrl: string, supabaseKey: string, options?: SupabaseClientOptions<SchemaName>);
499
+ /**
500
+ * Supabase Functions allows you to deploy and invoke edge functions.
501
+ */
502
+ get functions(): FunctionsClient;
503
+ from<TableName extends string & keyof Schema['Tables'], Table extends Schema['Tables'][TableName]>(relation: TableName): PostgrestQueryBuilder$1<ClientOptions, Schema, Table, TableName>;
504
+ from<ViewName extends string & keyof Schema['Views'], View extends Schema['Views'][ViewName]>(relation: ViewName): PostgrestQueryBuilder$1<ClientOptions, Schema, View, ViewName>;
505
+ /**
506
+ * Select a schema to query or perform an function (rpc) call.
507
+ *
508
+ * The schema needs to be on the list of exposed schemas inside Supabase.
509
+ *
510
+ * @param schema - The schema to query
511
+ */
512
+ schema<DynamicSchema extends string & keyof Omit<Database, '__InternalSupabase'>>(schema: DynamicSchema): PostgrestClient<Database, ClientOptions, DynamicSchema, Database[DynamicSchema] extends GenericSchema ? Database[DynamicSchema] : any>;
513
+ /**
514
+ * Perform a function call.
515
+ *
516
+ * @param fn - The function name to call
517
+ * @param args - The arguments to pass to the function call
518
+ * @param options - Named parameters
519
+ * @param options.head - When set to `true`, `data` will not be returned.
520
+ * Useful if you only need the count.
521
+ * @param options.get - When set to `true`, the function will be called with
522
+ * read-only access mode.
523
+ * @param options.count - Count algorithm to use to count rows returned by the
524
+ * function. Only applicable for [set-returning
525
+ * functions](https://www.postgresql.org/docs/current/functions-srf.html).
526
+ *
527
+ * `"exact"`: Exact but slow count algorithm. Performs a `COUNT(*)` under the
528
+ * hood.
529
+ *
530
+ * `"planned"`: Approximated but fast count algorithm. Uses the Postgres
531
+ * statistics under the hood.
532
+ *
533
+ * `"estimated"`: Uses exact count for low numbers and planned count for high
534
+ * numbers.
535
+ */
536
+ rpc<FnName extends string & keyof Schema['Functions'], Args extends Schema['Functions'][FnName]['Args'] = never, FilterBuilder extends GetRpcFunctionFilterBuilderByArgs<Schema, FnName, Args> = GetRpcFunctionFilterBuilderByArgs<Schema, FnName, Args>>(fn: FnName, args?: Args, options?: {
537
+ head?: boolean;
538
+ get?: boolean;
539
+ count?: 'exact' | 'planned' | 'estimated';
540
+ }): PostgrestFilterBuilder$1<ClientOptions, Schema, FilterBuilder['Row'], FilterBuilder['Result'], FilterBuilder['RelationName'], FilterBuilder['Relationships'], 'RPC'>;
541
+ /**
542
+ * Creates a Realtime channel with Broadcast, Presence, and Postgres Changes.
543
+ *
544
+ * @param {string} name - The name of the Realtime channel.
545
+ * @param {Object} opts - The options to pass to the Realtime channel.
546
+ *
547
+ * @category Realtime
548
+ */
549
+ channel(name: string, opts?: RealtimeChannelOptions): RealtimeChannel;
550
+ /**
551
+ * Returns all Realtime channels.
552
+ *
553
+ * @category Realtime
554
+ *
555
+ * @example Get all channels
556
+ * ```js
557
+ * const channels = supabase.getChannels()
558
+ * ```
559
+ */
560
+ getChannels(): RealtimeChannel[];
561
+ /**
562
+ * Unsubscribes and removes Realtime channel from Realtime client.
563
+ *
564
+ * @param {RealtimeChannel} channel - The name of the Realtime channel.
565
+ *
566
+ *
567
+ * @category Realtime
568
+ *
569
+ * @remarks
570
+ * - Removing a channel is a great way to maintain the performance of your project's Realtime service as well as your database if you're listening to Postgres changes. Supabase will automatically handle cleanup 30 seconds after a client is disconnected, but unused channels may cause degradation as more clients are simultaneously subscribed.
571
+ *
572
+ * @example Removes a channel
573
+ * ```js
574
+ * supabase.removeChannel(myChannel)
575
+ * ```
576
+ */
577
+ removeChannel(channel: RealtimeChannel): Promise<RealtimeRemoveChannelResponse>;
578
+ /**
579
+ * Unsubscribes and removes all Realtime channels from Realtime client.
580
+ *
581
+ * @category Realtime
582
+ *
583
+ * @remarks
584
+ * - Removing channels is a great way to maintain the performance of your project's Realtime service as well as your database if you're listening to Postgres changes. Supabase will automatically handle cleanup 30 seconds after a client is disconnected, but unused channels may cause degradation as more clients are simultaneously subscribed.
585
+ *
586
+ * @example Remove all channels
587
+ * ```js
588
+ * supabase.removeAllChannels()
589
+ * ```
590
+ */
591
+ removeAllChannels(): Promise<RealtimeRemoveChannelResponse[]>;
592
+ private _getAccessToken;
593
+ private _initSupabaseAuthClient;
594
+ private _initRealtimeClient;
595
+ private _listenForAuthEvents;
596
+ private _handleTokenChanged;
597
+ }
598
+ //#endregion
599
+ //#region src/index.d.ts
600
+ /**
601
+ * Creates a new Supabase Client.
602
+ *
603
+ * @example Creating a Supabase client
604
+ * ```ts
605
+ * import { createClient } from '@supabase/supabase-js'
606
+ *
607
+ * const supabase = createClient('https://xyzcompany.supabase.co', 'your-publishable-key')
608
+ * const { data, error } = await supabase.from('profiles').select('*')
609
+ * ```
610
+ */
611
+ declare const createClient: <Database = any, SchemaNameOrClientOptions extends (string & keyof Omit<Database, "__InternalSupabase">) | {
612
+ PostgrestVersion: string;
613
+ } = ("public" extends keyof Omit<Database, "__InternalSupabase"> ? "public" : string & keyof Omit<Database, "__InternalSupabase">), SchemaName extends string & keyof Omit<Database, "__InternalSupabase"> = (SchemaNameOrClientOptions extends string & keyof Omit<Database, "__InternalSupabase"> ? SchemaNameOrClientOptions : "public" extends keyof Omit<Database, "__InternalSupabase"> ? "public" : string & keyof Omit<Omit<Database, "__InternalSupabase">, "__InternalSupabase">)>(supabaseUrl: string, supabaseKey: string, options?: SupabaseClientOptions<SchemaName>) => SupabaseClient<Database, SchemaNameOrClientOptions, SchemaName>;
614
+ //#endregion
615
+ export { type AuthSession, type AuthUser, type DatabaseWithoutInternals, type FunctionInvokeOptions, FunctionRegion, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError, type PostgrestBuilder, PostgrestError, type PostgrestFilterBuilder, type PostgrestMaybeSingleResponse, type PostgrestQueryBuilder, type PostgrestResponse, type PostgrestSingleResponse, type PostgrestTransformBuilder, type QueryData, type QueryError, type QueryResult, StorageApiError, SupabaseClient, type SupabaseClientOptions, createClient };
616
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/lib/rest/types/common/common.ts","../src/lib/types.ts","../src/lib/SupabaseAuthClient.ts","../src/lib/rest/types/common/rpc.ts","../src/SupabaseClient.ts","../src/index.ts"],"sourcesContent":[],"mappings":"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"}