@blinkdotnew/dev-sdk 2.3.4-dev.1 → 2.3.10

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.
package/dist/index.d.mts CHANGED
@@ -1969,7 +1969,8 @@ interface BlinkFunctions {
1969
1969
  * Invoke a Blink Edge Function.
1970
1970
  *
1971
1971
  * Automatically attaches the user's JWT for authenticated requests.
1972
- * The function URL is constructed as: https://{projectSuffix}--{functionSlug}.functions.blink.new
1972
+ * The function URL is constructed as: https://{projectId8}.backend.blink.new/{functionSlug}
1973
+ * User-supplied headers take precedence over the auto-attached Authorization header.
1973
1974
  *
1974
1975
  * @param functionSlug - The slug of the edge function to invoke
1975
1976
  * @param options - Request options (method, body, headers, etc.)
package/dist/index.d.ts CHANGED
@@ -1969,7 +1969,8 @@ interface BlinkFunctions {
1969
1969
  * Invoke a Blink Edge Function.
1970
1970
  *
1971
1971
  * Automatically attaches the user's JWT for authenticated requests.
1972
- * The function URL is constructed as: https://{projectSuffix}--{functionSlug}.functions.blink.new
1972
+ * The function URL is constructed as: https://{projectId8}.backend.blink.new/{functionSlug}
1973
+ * User-supplied headers take precedence over the auto-attached Authorization header.
1973
1974
  *
1974
1975
  * @param functionSlug - The slug of the edge function to invoke
1975
1976
  * @param options - Request options (method, body, headers, etc.)