File tree Expand file tree Collapse file tree 6 files changed +24
-10
lines changed
spotify-web-api-generator-open-api Expand file tree Collapse file tree 6 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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\" "
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 44 contact :
55 name : sonallux
66 url : https://github.com/sonallux/spotify-web-api
7- version : 2021.5.1
7+ version : 2021.5.20
88externalDocs :
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\" "
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments