@saavn-labs/sdk 0.1.2 → 0.1.3
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.ts
CHANGED
|
@@ -6,6 +6,6 @@ export { ExtrasModule as Extras } from './core/modules/extras.module.js';
|
|
|
6
6
|
export { SDKError } from './helpers/errors.js';
|
|
7
7
|
export type { SDKErrorCode } from './helpers/errors.js';
|
|
8
8
|
export { fetchFromSaavn } from "./helpers/fetch.js";
|
|
9
|
-
export * from './core/models/index.js';
|
|
9
|
+
export * as Models from './core/models/index.js';
|
|
10
10
|
export { schemas, type Schemas } from './schemas/index.js';
|
|
11
11
|
export type { EntityType, ClientConfig, Image, SaavnPermalinkToken, } from './types.js';
|
package/dist/index.js
CHANGED
|
@@ -5,5 +5,5 @@ export { PlaylistModule as Playlist } from './core/modules/playlist.module.js';
|
|
|
5
5
|
export { ExtrasModule as Extras } from './core/modules/extras.module.js';
|
|
6
6
|
export { SDKError } from './helpers/errors.js';
|
|
7
7
|
export { fetchFromSaavn } from "./helpers/fetch.js";
|
|
8
|
-
export * from './core/models/index.js';
|
|
8
|
+
export * as Models from './core/models/index.js';
|
|
9
9
|
export { schemas } from './schemas/index.js';
|
|
@@ -365,7 +365,7 @@ export declare const SaavnSearchResultsMapper: {
|
|
|
365
365
|
available?: string[];
|
|
366
366
|
};
|
|
367
367
|
profile?: {
|
|
368
|
-
bio?: import("../../../
|
|
368
|
+
bio?: import("../../../core/models/artist.js").BioSection[];
|
|
369
369
|
dob?: string;
|
|
370
370
|
};
|
|
371
371
|
links?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saavn-labs/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A low-level, type-safe TypeScript SDK over JioSaavn’s native API, built for developers who want full control, predictable contracts, and long-term stability.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|