@phont-ai/subtitles 0.1.61 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +21 -21
- package/dist/index.mjs +5 -5
- package/package.json +2 -2
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
|
|
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
|
|
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=…`
|