Skip to content

Commit b7ea3eb

Browse files
authored
Automated update from Spotify Web API reference (#74)
1 parent a896f15 commit b7ea3eb

File tree

6 files changed

+24
-10
lines changed

6 files changed

+24
-10
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.sonallux.spotify</groupId>
88
<artifactId>spotify-web-api-parent</artifactId>
9-
<version>2021.5.1</version>
9+
<version>2021.5.20</version>
1010
<packaging>pom</packaging>
1111

1212
<name>spotify-web-api-parent</name>

spotify-web-api-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-parent</artifactId>
10-
<version>2021.5.1</version>
10+
<version>2021.5.20</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-core</artifactId>
15-
<version>2021.5.1</version>
15+
<version>2021.5.20</version>
1616
<packaging>jar</packaging>
1717

1818
<name>spotify-web-api-core</name>

spotify-web-api-core/src/main/resources/spotify-web-api.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ objects:
6767
description: "Included in the response when a content restriction is applied.\
6868
\ See [Restriction Object](https://developer.spotify.com/documentation/web-api/reference/#object-albumrestrictionobject)\
6969
\ for more details."
70+
- name: total_tracks
71+
type: Integer
72+
description: The total number of tracks in the album.
7073
- name: tracks
7174
type: "PagingObject[SimplifiedTrackObject]"
7275
description: The tracks of the album.
@@ -1319,6 +1322,9 @@ objects:
13191322
description: "Included in the response when a content restriction is applied.\
13201323
\ See [Restriction Object](https://developer.spotify.com/documentation/web-api/reference/#object-albumrestrictionobject)\
13211324
\ for more details."
1325+
- name: total_tracks
1326+
type: Integer
1327+
description: The total number of tracks in the album.
13221328
- name: type
13231329
type: String
13241330
description: "The object type: \"album\""

spotify-web-api-generator-open-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-parent</artifactId>
10-
<version>2021.5.1</version>
10+
<version>2021.5.20</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-generator-open-api</artifactId>
15-
<version>2021.5.1</version>
15+
<version>2021.5.20</version>
1616
<packaging>jar</packaging>
1717

1818
<name>spotify-web-api-generator-open-api</name>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>de.sonallux.spotify</groupId>
3131
<artifactId>spotify-web-api-core</artifactId>
32-
<version>2021.5.1</version>
32+
<version>2021.5.20</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.swagger.core.v3</groupId>

spotify-web-api-generator-open-api/spotify-web-api-openapi.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
contact:
55
name: sonallux
66
url: https://github.com/sonallux/spotify-web-api
7-
version: 2021.5.1
7+
version: 2021.5.20
88
externalDocs:
99
description: Find more info on the official Spotify Web API Reference
1010
url: https://developer.spotify.com/documentation/web-api/reference
@@ -5655,6 +5655,10 @@ components:
56555655
\ , \"month\" , or \"day\"."
56565656
restrictions:
56575657
$ref: '#/components/schemas/AlbumRestrictionObject'
5658+
total_tracks:
5659+
type: integer
5660+
description: The total number of tracks in the album.
5661+
format: int32
56585662
tracks:
56595663
type: object
56605664
properties:
@@ -7498,6 +7502,10 @@ components:
74987502
\ , `month` , or `day`."
74997503
restrictions:
75007504
$ref: '#/components/schemas/AlbumRestrictionObject'
7505+
total_tracks:
7506+
type: integer
7507+
description: The total number of tracks in the album.
7508+
format: int32
75017509
type:
75027510
type: string
75037511
description: "The object type: \"album\""

spotify-web-api-parser/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-parent</artifactId>
10-
<version>2021.5.1</version>
10+
<version>2021.5.20</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-parser</artifactId>
15-
<version>2021.5.1</version>
15+
<version>2021.5.20</version>
1616
<packaging>jar</packaging>
1717

1818
<name>spotify-web-api-parser</name>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>de.sonallux.spotify</groupId>
2929
<artifactId>spotify-web-api-core</artifactId>
30-
<version>2021.5.1</version>
30+
<version>2021.5.20</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.jsoup</groupId>

0 commit comments

Comments
 (0)