@tidal-music/api 0.12.0 → 0.13.0
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 +5 -4
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -3166,10 +3166,11 @@ export declare interface components {
|
|
|
3166
3166
|
links: components["schemas"]["Links"];
|
|
3167
3167
|
};
|
|
3168
3168
|
Terms_Attributes: {
|
|
3169
|
-
|
|
3169
|
+
contentLink: components["schemas"]["Link_Object"];
|
|
3170
|
+
/** Format: date-time */
|
|
3171
|
+
effectiveAt: string;
|
|
3170
3172
|
/** @enum {string} */
|
|
3171
3173
|
termsType: "DEVELOPER";
|
|
3172
|
-
termsVersion: string;
|
|
3173
3174
|
};
|
|
3174
3175
|
Terms_Multi_Resource_Data_Document: {
|
|
3175
3176
|
data: components["schemas"]["Terms_Resource_Object"][];
|
|
@@ -15295,7 +15296,7 @@ declare interface paths {
|
|
|
15295
15296
|
get: {
|
|
15296
15297
|
parameters: {
|
|
15297
15298
|
query?: {
|
|
15298
|
-
/** @description Terms id (e.g. `
|
|
15299
|
+
/** @description Terms id (e.g. `a468bee88def`) */
|
|
15299
15300
|
"filter[id]"?: string[];
|
|
15300
15301
|
/** @description Filter by isLatestVersion */
|
|
15301
15302
|
"filter[isLatestVersion]"?: string[];
|
|
@@ -15353,7 +15354,7 @@ declare interface paths {
|
|
|
15353
15354
|
path: {
|
|
15354
15355
|
/**
|
|
15355
15356
|
* @description Terms id
|
|
15356
|
-
* @example
|
|
15357
|
+
* @example a468bee88def
|
|
15357
15358
|
*/
|
|
15358
15359
|
id: string;
|
|
15359
15360
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tidal-music/api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"openapi-fetch": "0.17.0",
|
|
21
|
-
"@tidal-music/api": "0.
|
|
21
|
+
"@tidal-music/api": "0.13.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@vitest/coverage-v8": "4.1.0",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"vite": "8.0.0",
|
|
29
29
|
"vite-plugin-dts": "4.5.4",
|
|
30
30
|
"vitest": "4.1.0",
|
|
31
|
-
"@tidal-music/
|
|
32
|
-
"@tidal-music/
|
|
31
|
+
"@tidal-music/auth": "^1.4.0",
|
|
32
|
+
"@tidal-music/common": "^0.2.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "vite build",
|