@phont-ai/subtitles 0.1.60 → 0.1.62

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
@@ -71,7 +71,7 @@ declare function PhontRoot({ children, apiBaseUrl, customEmotionUrls, defaultSty
71
71
  * animation.
72
72
  */
73
73
 
74
- /** Shared auth headers for GET /animations (session + optional admin token). */
74
+ /** Shared auth headers for GET /animations — same session as vod-subtitles + SDK keys. */
75
75
  declare function buildPhontAnimationRequestHeaders(): Record<string, string>;
76
76
  /**
77
77
  * Fetcher that matches the main Phont app: `GET {apiBaseUrl}/animations?stylesheet_name=…`
package/dist/index.d.ts CHANGED
@@ -71,7 +71,7 @@ declare function PhontRoot({ children, apiBaseUrl, customEmotionUrls, defaultSty
71
71
  * animation.
72
72
  */
73
73
 
74
- /** Shared auth headers for GET /animations (session + optional admin token). */
74
+ /** Shared auth headers for GET /animations — same session as vod-subtitles + SDK keys. */
75
75
  declare function buildPhontAnimationRequestHeaders(): Record<string, string>;
76
76
  /**
77
77
  * Fetcher that matches the main Phont app: `GET {apiBaseUrl}/animations?stylesheet_name=…`