spotted-ts 0.1.0 → 0.14.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.
Files changed (247) hide show
  1. package/CHANGELOG.md +206 -3
  2. package/README.md +53 -4
  3. package/client.d.mts +33 -25
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +33 -25
  6. package/client.d.ts.map +1 -1
  7. package/client.js +16 -9
  8. package/client.js.map +1 -1
  9. package/client.mjs +17 -10
  10. package/client.mjs.map +1 -1
  11. package/package.json +2 -2
  12. package/resources/albums.d.mts +34 -2
  13. package/resources/albums.d.mts.map +1 -1
  14. package/resources/albums.d.ts +34 -2
  15. package/resources/albums.d.ts.map +1 -1
  16. package/resources/artists.d.mts +15 -7
  17. package/resources/artists.d.mts.map +1 -1
  18. package/resources/artists.d.ts +15 -7
  19. package/resources/artists.d.ts.map +1 -1
  20. package/resources/artists.js +2 -2
  21. package/resources/artists.js.map +1 -1
  22. package/resources/artists.mjs +2 -2
  23. package/resources/artists.mjs.map +1 -1
  24. package/resources/audio-analysis.d.mts +32 -0
  25. package/resources/audio-analysis.d.mts.map +1 -1
  26. package/resources/audio-analysis.d.ts +32 -0
  27. package/resources/audio-analysis.d.ts.map +1 -1
  28. package/resources/audio-features.d.mts +22 -6
  29. package/resources/audio-features.d.mts.map +1 -1
  30. package/resources/audio-features.d.ts +22 -6
  31. package/resources/audio-features.d.ts.map +1 -1
  32. package/resources/audio-features.js +1 -1
  33. package/resources/audio-features.js.map +1 -1
  34. package/resources/audio-features.mjs +1 -1
  35. package/resources/audio-features.mjs.map +1 -1
  36. package/resources/audiobooks.d.mts +32 -8
  37. package/resources/audiobooks.d.mts.map +1 -1
  38. package/resources/audiobooks.d.ts +32 -8
  39. package/resources/audiobooks.d.ts.map +1 -1
  40. package/resources/audiobooks.js +1 -1
  41. package/resources/audiobooks.js.map +1 -1
  42. package/resources/audiobooks.mjs +1 -1
  43. package/resources/audiobooks.mjs.map +1 -1
  44. package/resources/browse/browse.d.mts +27 -3
  45. package/resources/browse/browse.d.mts.map +1 -1
  46. package/resources/browse/browse.d.ts +27 -3
  47. package/resources/browse/browse.d.ts.map +1 -1
  48. package/resources/browse/browse.js.map +1 -1
  49. package/resources/browse/browse.mjs.map +1 -1
  50. package/resources/browse/categories.d.mts +45 -53
  51. package/resources/browse/categories.d.mts.map +1 -1
  52. package/resources/browse/categories.d.ts +45 -53
  53. package/resources/browse/categories.d.ts.map +1 -1
  54. package/resources/browse/categories.js +5 -1
  55. package/resources/browse/categories.js.map +1 -1
  56. package/resources/browse/categories.mjs +5 -1
  57. package/resources/browse/categories.mjs.map +1 -1
  58. package/resources/browse/index.d.mts +1 -1
  59. package/resources/browse/index.d.mts.map +1 -1
  60. package/resources/browse/index.d.ts +1 -1
  61. package/resources/browse/index.d.ts.map +1 -1
  62. package/resources/browse/index.js.map +1 -1
  63. package/resources/browse/index.mjs.map +1 -1
  64. package/resources/chapters.d.mts +22 -6
  65. package/resources/chapters.d.mts.map +1 -1
  66. package/resources/chapters.d.ts +22 -6
  67. package/resources/chapters.d.ts.map +1 -1
  68. package/resources/chapters.js +1 -1
  69. package/resources/chapters.js.map +1 -1
  70. package/resources/chapters.mjs +1 -1
  71. package/resources/chapters.mjs.map +1 -1
  72. package/resources/episodes.d.mts +4 -4
  73. package/resources/episodes.d.mts.map +1 -1
  74. package/resources/episodes.d.ts +4 -4
  75. package/resources/episodes.d.ts.map +1 -1
  76. package/resources/episodes.js +1 -1
  77. package/resources/episodes.js.map +1 -1
  78. package/resources/episodes.mjs +1 -1
  79. package/resources/episodes.mjs.map +1 -1
  80. package/resources/index.d.mts +8 -8
  81. package/resources/index.d.mts.map +1 -1
  82. package/resources/index.d.ts +8 -8
  83. package/resources/index.d.ts.map +1 -1
  84. package/resources/index.js.map +1 -1
  85. package/resources/index.mjs +1 -1
  86. package/resources/index.mjs.map +1 -1
  87. package/resources/me/albums.d.mts +41 -1
  88. package/resources/me/albums.d.mts.map +1 -1
  89. package/resources/me/albums.d.ts +41 -1
  90. package/resources/me/albums.d.ts.map +1 -1
  91. package/resources/me/audiobooks.d.mts +17 -1
  92. package/resources/me/audiobooks.d.mts.map +1 -1
  93. package/resources/me/audiobooks.d.ts +17 -1
  94. package/resources/me/audiobooks.d.ts.map +1 -1
  95. package/resources/me/episodes.d.mts +24 -0
  96. package/resources/me/episodes.d.mts.map +1 -1
  97. package/resources/me/episodes.d.ts +24 -0
  98. package/resources/me/episodes.d.ts.map +1 -1
  99. package/resources/me/following.d.mts +39 -7
  100. package/resources/me/following.d.mts.map +1 -1
  101. package/resources/me/following.d.ts +39 -7
  102. package/resources/me/following.d.ts.map +1 -1
  103. package/resources/me/following.js +2 -2
  104. package/resources/me/following.js.map +1 -1
  105. package/resources/me/following.mjs +2 -2
  106. package/resources/me/following.mjs.map +1 -1
  107. package/resources/me/index.d.mts +1 -1
  108. package/resources/me/index.d.mts.map +1 -1
  109. package/resources/me/index.d.ts +1 -1
  110. package/resources/me/index.d.ts.map +1 -1
  111. package/resources/me/me.d.mts +18 -2
  112. package/resources/me/me.d.mts.map +1 -1
  113. package/resources/me/me.d.ts +18 -2
  114. package/resources/me/me.d.ts.map +1 -1
  115. package/resources/me/me.js.map +1 -1
  116. package/resources/me/me.mjs.map +1 -1
  117. package/resources/me/player/player.d.mts +72 -0
  118. package/resources/me/player/player.d.mts.map +1 -1
  119. package/resources/me/player/player.d.ts +72 -0
  120. package/resources/me/player/player.d.ts.map +1 -1
  121. package/resources/me/player/player.js.map +1 -1
  122. package/resources/me/player/player.mjs.map +1 -1
  123. package/resources/me/player/queue.d.mts +8 -0
  124. package/resources/me/player/queue.d.mts.map +1 -1
  125. package/resources/me/player/queue.d.ts +8 -0
  126. package/resources/me/player/queue.d.ts.map +1 -1
  127. package/resources/me/shows.d.mts +24 -0
  128. package/resources/me/shows.d.mts.map +1 -1
  129. package/resources/me/shows.d.ts +24 -0
  130. package/resources/me/shows.d.ts.map +1 -1
  131. package/resources/me/tracks.d.mts +24 -0
  132. package/resources/me/tracks.d.mts.map +1 -1
  133. package/resources/me/tracks.d.ts +24 -0
  134. package/resources/me/tracks.d.ts.map +1 -1
  135. package/resources/playlists/followers.d.mts +4 -3
  136. package/resources/playlists/followers.d.mts.map +1 -1
  137. package/resources/playlists/followers.d.ts +4 -3
  138. package/resources/playlists/followers.d.ts.map +1 -1
  139. package/resources/playlists/images.d.mts +7 -12
  140. package/resources/playlists/images.d.mts.map +1 -1
  141. package/resources/playlists/images.d.ts +7 -12
  142. package/resources/playlists/images.d.ts.map +1 -1
  143. package/resources/playlists/images.js +11 -7
  144. package/resources/playlists/images.js.map +1 -1
  145. package/resources/playlists/images.mjs +11 -7
  146. package/resources/playlists/images.mjs.map +1 -1
  147. package/resources/playlists/index.d.mts +1 -1
  148. package/resources/playlists/index.d.mts.map +1 -1
  149. package/resources/playlists/index.d.ts +1 -1
  150. package/resources/playlists/index.d.ts.map +1 -1
  151. package/resources/playlists/index.js.map +1 -1
  152. package/resources/playlists/index.mjs.map +1 -1
  153. package/resources/playlists/playlists.d.mts +17 -8
  154. package/resources/playlists/playlists.d.mts.map +1 -1
  155. package/resources/playlists/playlists.d.ts +17 -8
  156. package/resources/playlists/playlists.d.ts.map +1 -1
  157. package/resources/playlists/playlists.js.map +1 -1
  158. package/resources/playlists/playlists.mjs.map +1 -1
  159. package/resources/playlists/tracks.d.mts +24 -0
  160. package/resources/playlists/tracks.d.mts.map +1 -1
  161. package/resources/playlists/tracks.d.ts +24 -0
  162. package/resources/playlists/tracks.d.ts.map +1 -1
  163. package/resources/recommendations.d.mts +16 -0
  164. package/resources/recommendations.d.mts.map +1 -1
  165. package/resources/recommendations.d.ts +16 -0
  166. package/resources/recommendations.d.ts.map +1 -1
  167. package/resources/search.d.mts +73 -17
  168. package/resources/search.d.mts.map +1 -1
  169. package/resources/search.d.ts +73 -17
  170. package/resources/search.d.ts.map +1 -1
  171. package/resources/search.js +1 -1
  172. package/resources/search.js.map +1 -1
  173. package/resources/search.mjs +1 -1
  174. package/resources/search.mjs.map +1 -1
  175. package/resources/shared.d.mts +214 -5
  176. package/resources/shared.d.mts.map +1 -1
  177. package/resources/shared.d.ts +214 -5
  178. package/resources/shared.d.ts.map +1 -1
  179. package/resources/shows.d.mts +13 -5
  180. package/resources/shows.d.mts.map +1 -1
  181. package/resources/shows.d.ts +13 -5
  182. package/resources/shows.d.ts.map +1 -1
  183. package/resources/shows.js +1 -1
  184. package/resources/shows.js.map +1 -1
  185. package/resources/shows.mjs +1 -1
  186. package/resources/shows.mjs.map +1 -1
  187. package/resources/tracks.d.mts +4 -4
  188. package/resources/tracks.d.mts.map +1 -1
  189. package/resources/tracks.d.ts +4 -4
  190. package/resources/tracks.d.ts.map +1 -1
  191. package/resources/tracks.js +1 -1
  192. package/resources/tracks.js.map +1 -1
  193. package/resources/tracks.mjs +1 -1
  194. package/resources/tracks.mjs.map +1 -1
  195. package/resources/users/playlists.d.mts +18 -11
  196. package/resources/users/playlists.d.mts.map +1 -1
  197. package/resources/users/playlists.d.ts +18 -11
  198. package/resources/users/playlists.d.ts.map +1 -1
  199. package/resources/users/users.d.mts +8 -0
  200. package/resources/users/users.d.mts.map +1 -1
  201. package/resources/users/users.d.ts +8 -0
  202. package/resources/users/users.d.ts.map +1 -1
  203. package/resources/users/users.js.map +1 -1
  204. package/resources/users/users.mjs.map +1 -1
  205. package/src/client.ts +71 -55
  206. package/src/resources/albums.ts +40 -4
  207. package/src/resources/artists.ts +24 -12
  208. package/src/resources/audio-analysis.ts +36 -0
  209. package/src/resources/audio-features.ts +28 -7
  210. package/src/resources/audiobooks.ts +41 -11
  211. package/src/resources/browse/browse.ts +31 -2
  212. package/src/resources/browse/categories.ts +54 -62
  213. package/src/resources/browse/index.ts +1 -0
  214. package/src/resources/chapters.ts +28 -7
  215. package/src/resources/episodes.ts +8 -5
  216. package/src/resources/index.ts +21 -16
  217. package/src/resources/me/albums.ts +47 -2
  218. package/src/resources/me/audiobooks.ts +20 -2
  219. package/src/resources/me/episodes.ts +27 -0
  220. package/src/resources/me/following.ts +47 -8
  221. package/src/resources/me/index.ts +2 -2
  222. package/src/resources/me/me.ts +22 -4
  223. package/src/resources/me/player/player.ts +81 -0
  224. package/src/resources/me/player/queue.ts +9 -0
  225. package/src/resources/me/shows.ts +27 -0
  226. package/src/resources/me/tracks.ts +27 -0
  227. package/src/resources/playlists/followers.ts +4 -3
  228. package/src/resources/playlists/images.ts +16 -15
  229. package/src/resources/playlists/index.ts +1 -1
  230. package/src/resources/playlists/playlists.ts +19 -13
  231. package/src/resources/playlists/tracks.ts +27 -0
  232. package/src/resources/recommendations.ts +18 -0
  233. package/src/resources/search.ts +86 -26
  234. package/src/resources/shared.ts +241 -6
  235. package/src/resources/shows.ts +19 -7
  236. package/src/resources/tracks.ts +8 -5
  237. package/src/resources/users/playlists.ts +20 -12
  238. package/src/resources/users/users.ts +9 -0
  239. package/src/version.ts +1 -1
  240. package/version.d.mts +1 -1
  241. package/version.d.mts.map +1 -1
  242. package/version.d.ts +1 -1
  243. package/version.d.ts.map +1 -1
  244. package/version.js +1 -1
  245. package/version.js.map +1 -1
  246. package/version.mjs +1 -1
  247. package/version.mjs.map +1 -1
@@ -24,7 +24,10 @@ export class Shows extends APIResource {
24
24
  /**
25
25
  * Get Spotify catalog information for several shows based on their Spotify IDs.
26
26
  */
27
- list(query: ShowListParams, options?: RequestOptions): APIPromise<ShowListResponse> {
27
+ bulkRetrieve(
28
+ query: ShowBulkRetrieveParams,
29
+ options?: RequestOptions,
30
+ ): APIPromise<ShowBulkRetrieveResponse> {
28
31
  return this._client.get('/shows', { query, ...options });
29
32
  }
30
33
 
@@ -62,8 +65,6 @@ export namespace ShowRetrieveResponse {
62
65
  */
63
66
  href: string;
64
67
 
65
- items: Array<Shared.SimplifiedEpisodeObject>;
66
-
67
68
  /**
68
69
  * The maximum number of items in the response (as set in the query or by default).
69
70
  */
@@ -88,10 +89,21 @@ export namespace ShowRetrieveResponse {
88
89
  * The total number of items available to return.
89
90
  */
90
91
  total: number;
92
+
93
+ items?: Array<Shared.SimplifiedEpisodeObject>;
94
+
95
+ /**
96
+ * The playlist's public/private status (if it should be added to the user's
97
+ * profile or not): `true` the playlist will be public, `false` the playlist will
98
+ * be private, `null` the playlist status is not relevant. For more about
99
+ * public/private status, see
100
+ * [Working with Playlists](/documentation/web-api/concepts/playlists)
101
+ */
102
+ published?: boolean;
91
103
  }
92
104
  }
93
105
 
94
- export interface ShowListResponse {
106
+ export interface ShowBulkRetrieveResponse {
95
107
  shows: Array<Shared.ShowBase>;
96
108
  }
97
109
 
@@ -110,7 +122,7 @@ export interface ShowRetrieveParams {
110
122
  market?: string;
111
123
  }
112
124
 
113
- export interface ShowListParams {
125
+ export interface ShowBulkRetrieveParams {
114
126
  /**
115
127
  * A comma-separated list of the
116
128
  * [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for the shows.
@@ -161,9 +173,9 @@ export interface ShowListEpisodesParams {
161
173
  export declare namespace Shows {
162
174
  export {
163
175
  type ShowRetrieveResponse as ShowRetrieveResponse,
164
- type ShowListResponse as ShowListResponse,
176
+ type ShowBulkRetrieveResponse as ShowBulkRetrieveResponse,
165
177
  type ShowRetrieveParams as ShowRetrieveParams,
166
- type ShowListParams as ShowListParams,
178
+ type ShowBulkRetrieveParams as ShowBulkRetrieveParams,
167
179
  type ShowListEpisodesParams as ShowListEpisodesParams,
168
180
  };
169
181
  }
@@ -22,12 +22,15 @@ export class Tracks extends APIResource {
22
22
  /**
23
23
  * Get Spotify catalog information for multiple tracks based on their Spotify IDs.
24
24
  */
25
- list(query: TrackListParams, options?: RequestOptions): APIPromise<TrackListResponse> {
25
+ bulkRetrieve(
26
+ query: TrackBulkRetrieveParams,
27
+ options?: RequestOptions,
28
+ ): APIPromise<TrackBulkRetrieveResponse> {
26
29
  return this._client.get('/tracks', { query, ...options });
27
30
  }
28
31
  }
29
32
 
30
- export interface TrackListResponse {
33
+ export interface TrackBulkRetrieveResponse {
31
34
  tracks: Array<Shared.TrackObject>;
32
35
  }
33
36
 
@@ -46,7 +49,7 @@ export interface TrackRetrieveParams {
46
49
  market?: string;
47
50
  }
48
51
 
49
- export interface TrackListParams {
52
+ export interface TrackBulkRetrieveParams {
50
53
  /**
51
54
  * A comma-separated list of the
52
55
  * [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example:
@@ -70,8 +73,8 @@ export interface TrackListParams {
70
73
 
71
74
  export declare namespace Tracks {
72
75
  export {
73
- type TrackListResponse as TrackListResponse,
76
+ type TrackBulkRetrieveResponse as TrackBulkRetrieveResponse,
74
77
  type TrackRetrieveParams as TrackRetrieveParams,
75
- type TrackListParams as TrackListParams,
78
+ type TrackBulkRetrieveParams as TrackBulkRetrieveParams,
76
79
  };
77
80
  }
@@ -109,12 +109,13 @@ export interface PlaylistCreateResponse {
109
109
  owner?: PlaylistCreateResponse.Owner;
110
110
 
111
111
  /**
112
- * The playlist's public/private status (if it is added to the user's profile):
113
- * `true` the playlist is public, `false` the playlist is private, `null` the
114
- * playlist status is not relevant. For more about public/private status, see
112
+ * The playlist's public/private status (if it should be added to the user's
113
+ * profile or not): `true` the playlist will be public, `false` the playlist will
114
+ * be private, `null` the playlist status is not relevant. For more about
115
+ * public/private status, see
115
116
  * [Working with Playlists](/documentation/web-api/concepts/playlists)
116
117
  */
117
- public?: boolean;
118
+ published?: boolean;
118
119
 
119
120
  /**
120
121
  * The version identifier for the current playlist. Can be supplied in other
@@ -159,8 +160,6 @@ export namespace PlaylistCreateResponse {
159
160
  */
160
161
  href: string;
161
162
 
162
- items: Array<Shared.PlaylistTrackObject>;
163
-
164
163
  /**
165
164
  * The maximum number of items in the response (as set in the query or by default).
166
165
  */
@@ -185,6 +184,17 @@ export namespace PlaylistCreateResponse {
185
184
  * The total number of items available to return.
186
185
  */
187
186
  total: number;
187
+
188
+ items?: Array<Shared.PlaylistTrackObject>;
189
+
190
+ /**
191
+ * The playlist's public/private status (if it should be added to the user's
192
+ * profile or not): `true` the playlist will be public, `false` the playlist will
193
+ * be private, `null` the playlist status is not relevant. For more about
194
+ * public/private status, see
195
+ * [Working with Playlists](/documentation/web-api/concepts/playlists)
196
+ */
197
+ published?: boolean;
188
198
  }
189
199
  }
190
200
 
@@ -212,15 +222,13 @@ export interface PlaylistCreateParams {
212
222
  description?: string;
213
223
 
214
224
  /**
215
- * Defaults to `true`. The playlist's public/private status (if it should be added
216
- * to the user's profile or not): `true` the playlist will be public, `false` the
217
- * playlist will be private. To be able to create private playlists, the user must
218
- * have granted the `playlist-modify-private`
219
- * [scope](/documentation/web-api/concepts/scopes/#list-of-scopes). For more about
225
+ * The playlist's public/private status (if it should be added to the user's
226
+ * profile or not): `true` the playlist will be public, `false` the playlist will
227
+ * be private, `null` the playlist status is not relevant. For more about
220
228
  * public/private status, see
221
229
  * [Working with Playlists](/documentation/web-api/concepts/playlists)
222
230
  */
223
- public?: boolean;
231
+ published?: boolean;
224
232
 
225
233
  [k: string]: unknown;
226
234
  }
@@ -58,6 +58,15 @@ export interface UserRetrieveProfileResponse {
58
58
  */
59
59
  images?: Array<Shared.ImageObject>;
60
60
 
61
+ /**
62
+ * The playlist's public/private status (if it should be added to the user's
63
+ * profile or not): `true` the playlist will be public, `false` the playlist will
64
+ * be private, `null` the playlist status is not relevant. For more about
65
+ * public/private status, see
66
+ * [Working with Playlists](/documentation/web-api/concepts/playlists)
67
+ */
68
+ published?: boolean;
69
+
61
70
  /**
62
71
  * The object type.
63
72
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0'; // x-release-please-version
1
+ export const VERSION = '0.14.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0";
1
+ export declare const VERSION = "0.14.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.mts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0";
1
+ export declare const VERSION = "0.14.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.1.0'; // x-release-please-version
4
+ exports.VERSION = '0.14.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,OAAO,CAAC,CAAC,2BAA2B"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,QAAQ,CAAC,CAAC,2BAA2B"}
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0'; // x-release-please-version
1
+ export const VERSION = '0.14.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map
package/version.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,CAAC,2BAA2B"}
1
+ {"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,CAAC,2BAA2B"}