@ansango/lastfm-api 3.4.0 → 3.6.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/CHANGELOG.md +65 -0
- package/README.md +254 -21
- package/dist/cache/index.d.ts +7 -0
- package/dist/cache/index.d.ts.map +1 -0
- package/dist/cache/index.js +7 -0
- package/dist/cache/index.js.map +1 -0
- package/dist/cache/interface.d.ts +57 -0
- package/dist/cache/interface.d.ts.map +1 -0
- package/dist/cache/interface.js +5 -0
- package/dist/cache/interface.js.map +1 -0
- package/dist/cache/manager.d.ts +19 -0
- package/dist/cache/manager.d.ts.map +1 -0
- package/dist/cache/manager.js +63 -0
- package/dist/cache/manager.js.map +1 -0
- package/dist/cache/schemas.d.ts +15 -0
- package/dist/cache/schemas.d.ts.map +1 -0
- package/dist/cache/schemas.js +13 -0
- package/dist/cache/schemas.js.map +1 -0
- package/dist/cache/service.d.ts +13 -0
- package/dist/cache/service.d.ts.map +1 -0
- package/dist/cache/service.js +12 -0
- package/dist/cache/service.js.map +1 -0
- package/dist/cache/stores/memory.d.ts +33 -0
- package/dist/cache/stores/memory.d.ts.map +1 -0
- package/dist/cache/stores/memory.js +85 -0
- package/dist/cache/stores/memory.js.map +1 -0
- package/dist/cache/stores/storage.d.ts +42 -0
- package/dist/cache/stores/storage.d.ts.map +1 -0
- package/dist/cache/stores/storage.js +109 -0
- package/dist/cache/stores/storage.js.map +1 -0
- package/dist/client.d.ts +12 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +21 -1
- package/dist/client.js.map +1 -1
- package/dist/config.d.ts +4 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +13 -0
- package/dist/config.js.map +1 -1
- package/dist/core/canonical-methods.d.ts +25 -0
- package/dist/core/canonical-methods.d.ts.map +1 -0
- package/dist/core/canonical-methods.js +88 -0
- package/dist/core/canonical-methods.js.map +1 -0
- package/dist/core/client.d.ts +33 -0
- package/dist/core/client.d.ts.map +1 -0
- package/dist/core/client.js +48 -0
- package/dist/core/client.js.map +1 -0
- package/dist/core/index.d.ts +6 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +6 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/pagination.d.ts +59 -0
- package/dist/core/pagination.d.ts.map +1 -0
- package/dist/core/pagination.js +93 -0
- package/dist/core/pagination.js.map +1 -0
- package/dist/core/schemas/album.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/album.schemas.js +1 -1
- package/dist/core/schemas/album.schemas.js.map +1 -0
- package/dist/core/schemas/artist.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/artist.schemas.js +1 -1
- package/dist/core/schemas/artist.schemas.js.map +1 -0
- package/dist/core/schemas/auth.schemas.d.ts.map +1 -0
- package/dist/core/schemas/auth.schemas.js.map +1 -0
- package/dist/core/schemas/base/base.entities.schemas.d.ts.map +1 -0
- package/dist/core/schemas/base/base.entities.schemas.js.map +1 -0
- package/dist/core/schemas/base/base.entity-names.schemas.d.ts.map +1 -0
- package/dist/core/schemas/base/base.entity-names.schemas.js.map +1 -0
- package/dist/core/schemas/base/base.metadata.schemas.d.ts.map +1 -0
- package/dist/core/schemas/base/base.metadata.schemas.js.map +1 -0
- package/dist/core/schemas/base/base.pagination.schemas.d.ts.map +1 -0
- package/dist/core/schemas/base/base.pagination.schemas.js.map +1 -0
- package/dist/core/schemas/base/base.primitives.schemas.d.ts.map +1 -0
- package/dist/core/schemas/base/base.primitives.schemas.js.map +1 -0
- package/dist/core/schemas/base/index.d.ts.map +1 -0
- package/dist/core/schemas/base/index.js.map +1 -0
- package/dist/core/schemas/chart.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/chart.schemas.js +1 -1
- package/dist/core/schemas/chart.schemas.js.map +1 -0
- package/dist/core/schemas/geo.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/geo.schemas.js +1 -1
- package/dist/core/schemas/geo.schemas.js.map +1 -0
- package/dist/core/schemas/index.d.ts +11 -0
- package/dist/core/schemas/index.d.ts.map +1 -0
- package/dist/core/schemas/index.js +11 -0
- package/dist/core/schemas/index.js.map +1 -0
- package/dist/core/schemas/library.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/library.schemas.js +1 -1
- package/dist/core/schemas/library.schemas.js.map +1 -0
- package/dist/core/schemas/tag.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/tag.schemas.js +1 -1
- package/dist/core/schemas/tag.schemas.js.map +1 -0
- package/dist/core/schemas/track.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/track.schemas.js +1 -1
- package/dist/core/schemas/track.schemas.js.map +1 -0
- package/dist/core/schemas/user.schemas.d.ts.map +1 -0
- package/dist/{services → core/schemas}/user.schemas.js +1 -1
- package/dist/core/schemas/user.schemas.js.map +1 -0
- package/dist/{services → core/services}/album.d.ts +2 -2
- package/dist/core/services/album.d.ts.map +1 -0
- package/dist/{services → core/services}/album.js +5 -5
- package/dist/core/services/album.js.map +1 -0
- package/dist/{services → core/services}/artist.d.ts +2 -2
- package/dist/core/services/artist.d.ts.map +1 -0
- package/dist/{services → core/services}/artist.js +9 -9
- package/dist/core/services/artist.js.map +1 -0
- package/dist/{services → core/services}/auth.d.ts +2 -2
- package/dist/core/services/auth.d.ts.map +1 -0
- package/dist/{services → core/services}/auth.js +1 -1
- package/dist/core/services/auth.js.map +1 -0
- package/dist/{services → core/services}/chart.d.ts +2 -2
- package/dist/core/services/chart.d.ts.map +1 -0
- package/dist/core/services/chart.js +9 -0
- package/dist/core/services/chart.js.map +1 -0
- package/dist/{services → core/services}/geo.d.ts +2 -2
- package/dist/core/services/geo.d.ts.map +1 -0
- package/dist/core/services/geo.js +8 -0
- package/dist/core/services/geo.js.map +1 -0
- package/dist/core/services/index.d.ts +10 -0
- package/dist/core/services/index.d.ts.map +1 -0
- package/dist/core/services/index.js +10 -0
- package/dist/core/services/index.js.map +1 -0
- package/dist/{services → core/services}/library.d.ts +2 -2
- package/dist/core/services/library.d.ts.map +1 -0
- package/dist/core/services/library.js +7 -0
- package/dist/core/services/library.js.map +1 -0
- package/dist/{services → core/services}/tag.d.ts +2 -2
- package/dist/core/services/tag.d.ts.map +1 -0
- package/dist/{services → core/services}/tag.js +8 -8
- package/dist/core/services/tag.js.map +1 -0
- package/dist/{services → core/services}/track.d.ts +2 -2
- package/dist/core/services/track.d.ts.map +1 -0
- package/dist/{services → core/services}/track.js +7 -7
- package/dist/core/services/track.js.map +1 -0
- package/dist/{services → core/services}/track.utils.d.ts +2 -2
- package/dist/core/services/track.utils.d.ts.map +1 -0
- package/dist/core/services/track.utils.js.map +1 -0
- package/dist/{services → core/services}/user.d.ts +2 -2
- package/dist/core/services/user.d.ts.map +1 -0
- package/dist/core/services/user.js +19 -0
- package/dist/core/services/user.js.map +1 -0
- package/dist/entrypoints/album.d.ts +3 -3
- package/dist/entrypoints/album.d.ts.map +1 -1
- package/dist/entrypoints/album.js +2 -2
- package/dist/entrypoints/album.js.map +1 -1
- package/dist/entrypoints/album.schemas.d.ts +2 -1
- package/dist/entrypoints/album.schemas.d.ts.map +1 -1
- package/dist/entrypoints/album.schemas.js +1 -2
- package/dist/entrypoints/album.schemas.js.map +1 -1
- package/dist/entrypoints/artist.d.ts +3 -3
- package/dist/entrypoints/artist.d.ts.map +1 -1
- package/dist/entrypoints/artist.js +2 -2
- package/dist/entrypoints/artist.js.map +1 -1
- package/dist/entrypoints/artist.schemas.d.ts +2 -1
- package/dist/entrypoints/artist.schemas.d.ts.map +1 -1
- package/dist/entrypoints/artist.schemas.js +1 -2
- package/dist/entrypoints/artist.schemas.js.map +1 -1
- package/dist/entrypoints/auth.d.ts +3 -3
- package/dist/entrypoints/auth.d.ts.map +1 -1
- package/dist/entrypoints/auth.js +2 -2
- package/dist/entrypoints/auth.js.map +1 -1
- package/dist/entrypoints/auth.schemas.d.ts +2 -1
- package/dist/entrypoints/auth.schemas.d.ts.map +1 -1
- package/dist/entrypoints/auth.schemas.js +1 -2
- package/dist/entrypoints/auth.schemas.js.map +1 -1
- package/dist/entrypoints/base.schemas.d.ts +2 -1
- package/dist/entrypoints/base.schemas.d.ts.map +1 -1
- package/dist/entrypoints/base.schemas.js +1 -2
- package/dist/entrypoints/base.schemas.js.map +1 -1
- package/dist/entrypoints/cache.d.ts +2 -0
- package/dist/entrypoints/cache.d.ts.map +1 -0
- package/dist/entrypoints/cache.js +2 -0
- package/dist/entrypoints/cache.js.map +1 -0
- package/dist/entrypoints/cache.schemas.d.ts +2 -0
- package/dist/entrypoints/cache.schemas.d.ts.map +1 -0
- package/dist/entrypoints/cache.schemas.js +2 -0
- package/dist/entrypoints/cache.schemas.js.map +1 -0
- package/dist/entrypoints/chart.d.ts +3 -3
- package/dist/entrypoints/chart.d.ts.map +1 -1
- package/dist/entrypoints/chart.js +2 -2
- package/dist/entrypoints/chart.js.map +1 -1
- package/dist/entrypoints/chart.schemas.d.ts +2 -1
- package/dist/entrypoints/chart.schemas.d.ts.map +1 -1
- package/dist/entrypoints/chart.schemas.js +1 -2
- package/dist/entrypoints/chart.schemas.js.map +1 -1
- package/dist/entrypoints/core.d.ts +5 -0
- package/dist/entrypoints/core.d.ts.map +1 -0
- package/dist/entrypoints/core.js +5 -0
- package/dist/entrypoints/core.js.map +1 -0
- package/dist/entrypoints/core.schemas.d.ts +3 -0
- package/dist/entrypoints/core.schemas.d.ts.map +1 -0
- package/dist/entrypoints/core.schemas.js +2 -0
- package/dist/entrypoints/core.schemas.js.map +1 -0
- package/dist/entrypoints/exporter.d.ts +3 -0
- package/dist/entrypoints/exporter.d.ts.map +1 -0
- package/dist/entrypoints/exporter.js +3 -0
- package/dist/entrypoints/exporter.js.map +1 -0
- package/dist/entrypoints/exporter.schemas.d.ts +3 -0
- package/dist/entrypoints/exporter.schemas.d.ts.map +1 -0
- package/dist/entrypoints/exporter.schemas.js +2 -0
- package/dist/entrypoints/exporter.schemas.js.map +1 -0
- package/dist/entrypoints/geo.d.ts +3 -3
- package/dist/entrypoints/geo.d.ts.map +1 -1
- package/dist/entrypoints/geo.js +2 -2
- package/dist/entrypoints/geo.js.map +1 -1
- package/dist/entrypoints/geo.schemas.d.ts +2 -1
- package/dist/entrypoints/geo.schemas.d.ts.map +1 -1
- package/dist/entrypoints/geo.schemas.js +1 -2
- package/dist/entrypoints/geo.schemas.js.map +1 -1
- package/dist/entrypoints/insights.d.ts +3 -3
- package/dist/entrypoints/insights.d.ts.map +1 -1
- package/dist/entrypoints/insights.js +2 -2
- package/dist/entrypoints/insights.js.map +1 -1
- package/dist/entrypoints/insights.schemas.d.ts +2 -1
- package/dist/entrypoints/insights.schemas.d.ts.map +1 -1
- package/dist/entrypoints/insights.schemas.js +1 -2
- package/dist/entrypoints/insights.schemas.js.map +1 -1
- package/dist/entrypoints/library.d.ts +3 -3
- package/dist/entrypoints/library.d.ts.map +1 -1
- package/dist/entrypoints/library.js +2 -2
- package/dist/entrypoints/library.js.map +1 -1
- package/dist/entrypoints/library.schemas.d.ts +2 -1
- package/dist/entrypoints/library.schemas.d.ts.map +1 -1
- package/dist/entrypoints/library.schemas.js +1 -2
- package/dist/entrypoints/library.schemas.js.map +1 -1
- package/dist/entrypoints/playlists.d.ts +3 -0
- package/dist/entrypoints/playlists.d.ts.map +1 -0
- package/dist/entrypoints/playlists.js +3 -0
- package/dist/entrypoints/playlists.js.map +1 -0
- package/dist/entrypoints/playlists.schemas.d.ts +3 -0
- package/dist/entrypoints/playlists.schemas.d.ts.map +1 -0
- package/dist/entrypoints/playlists.schemas.js +2 -0
- package/dist/entrypoints/playlists.schemas.js.map +1 -0
- package/dist/entrypoints/reports.d.ts +4 -0
- package/dist/entrypoints/reports.d.ts.map +1 -0
- package/dist/entrypoints/reports.js +3 -0
- package/dist/entrypoints/reports.js.map +1 -0
- package/dist/entrypoints/reports.schemas.d.ts +3 -0
- package/dist/entrypoints/reports.schemas.d.ts.map +1 -0
- package/dist/entrypoints/reports.schemas.js +2 -0
- package/dist/entrypoints/reports.schemas.js.map +1 -0
- package/dist/entrypoints/tag.d.ts +3 -3
- package/dist/entrypoints/tag.d.ts.map +1 -1
- package/dist/entrypoints/tag.js +2 -2
- package/dist/entrypoints/tag.js.map +1 -1
- package/dist/entrypoints/tag.schemas.d.ts +2 -1
- package/dist/entrypoints/tag.schemas.d.ts.map +1 -1
- package/dist/entrypoints/tag.schemas.js +1 -2
- package/dist/entrypoints/tag.schemas.js.map +1 -1
- package/dist/entrypoints/track.d.ts +3 -3
- package/dist/entrypoints/track.d.ts.map +1 -1
- package/dist/entrypoints/track.js +2 -2
- package/dist/entrypoints/track.js.map +1 -1
- package/dist/entrypoints/track.schemas.d.ts +2 -1
- package/dist/entrypoints/track.schemas.d.ts.map +1 -1
- package/dist/entrypoints/track.schemas.js +1 -2
- package/dist/entrypoints/track.schemas.js.map +1 -1
- package/dist/entrypoints/user.d.ts +3 -3
- package/dist/entrypoints/user.d.ts.map +1 -1
- package/dist/entrypoints/user.js +2 -2
- package/dist/entrypoints/user.js.map +1 -1
- package/dist/entrypoints/user.schemas.d.ts +2 -1
- package/dist/entrypoints/user.schemas.d.ts.map +1 -1
- package/dist/entrypoints/user.schemas.js +1 -2
- package/dist/entrypoints/user.schemas.js.map +1 -1
- package/dist/entrypoints/watcher.d.ts +2 -0
- package/dist/entrypoints/watcher.d.ts.map +1 -0
- package/dist/entrypoints/watcher.js +2 -0
- package/dist/entrypoints/watcher.js.map +1 -0
- package/dist/entrypoints/watcher.schemas.d.ts +2 -0
- package/dist/entrypoints/watcher.schemas.d.ts.map +1 -0
- package/dist/entrypoints/watcher.schemas.js +2 -0
- package/dist/entrypoints/watcher.schemas.js.map +1 -0
- package/dist/exporter/engines/library.d.ts +4 -0
- package/dist/exporter/engines/library.d.ts.map +1 -0
- package/dist/exporter/engines/library.js +34 -0
- package/dist/exporter/engines/library.js.map +1 -0
- package/dist/exporter/engines/loved.d.ts +4 -0
- package/dist/exporter/engines/loved.d.ts.map +1 -0
- package/dist/exporter/engines/loved.js +35 -0
- package/dist/exporter/engines/loved.js.map +1 -0
- package/dist/exporter/engines/scrobbles.d.ts +4 -0
- package/dist/exporter/engines/scrobbles.d.ts.map +1 -0
- package/dist/exporter/engines/scrobbles.js +74 -0
- package/dist/exporter/engines/scrobbles.js.map +1 -0
- package/dist/exporter/formats/csv.d.ts +5 -0
- package/dist/exporter/formats/csv.d.ts.map +1 -0
- package/dist/exporter/formats/csv.js +35 -0
- package/dist/exporter/formats/csv.js.map +1 -0
- package/dist/exporter/formats/jsonl.d.ts +2 -0
- package/dist/exporter/formats/jsonl.d.ts.map +1 -0
- package/dist/exporter/formats/jsonl.js +4 -0
- package/dist/exporter/formats/jsonl.js.map +1 -0
- package/dist/exporter/formats/listenbrainz.d.ts +3 -0
- package/dist/exporter/formats/listenbrainz.d.ts.map +1 -0
- package/dist/exporter/formats/listenbrainz.js +19 -0
- package/dist/exporter/formats/listenbrainz.js.map +1 -0
- package/dist/exporter/index.d.ts +6 -0
- package/dist/exporter/index.d.ts.map +1 -0
- package/dist/exporter/index.js +6 -0
- package/dist/exporter/index.js.map +1 -0
- package/dist/exporter/schemas.d.ts +291 -0
- package/dist/exporter/schemas.d.ts.map +1 -0
- package/dist/exporter/schemas.js +81 -0
- package/dist/exporter/schemas.js.map +1 -0
- package/dist/exporter/service.d.ts +30 -0
- package/dist/exporter/service.d.ts.map +1 -0
- package/dist/exporter/service.js +11 -0
- package/dist/exporter/service.js.map +1 -0
- package/dist/index.d.ts +18 -24
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -16
- package/dist/index.js.map +1 -1
- package/dist/insights/algorithms/album-habits.d.ts +7 -0
- package/dist/insights/algorithms/album-habits.d.ts.map +1 -0
- package/dist/insights/algorithms/album-habits.js +154 -0
- package/dist/insights/algorithms/album-habits.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/binges.d.ts +1 -1
- package/dist/insights/algorithms/binges.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/binges.js +2 -2
- package/dist/insights/algorithms/binges.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/compare.d.ts +1 -1
- package/dist/insights/algorithms/compare.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/compare.js +3 -3
- package/dist/insights/algorithms/compare.js.map +1 -0
- package/dist/insights/algorithms/decay.d.ts +11 -0
- package/dist/insights/algorithms/decay.d.ts.map +1 -0
- package/dist/insights/algorithms/decay.js +154 -0
- package/dist/insights/algorithms/decay.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/discoveries.d.ts +1 -1
- package/dist/insights/algorithms/discoveries.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/discoveries.js +2 -2
- package/dist/insights/algorithms/discoveries.js.map +1 -0
- package/dist/insights/algorithms/genres.d.ts +11 -0
- package/dist/insights/algorithms/genres.d.ts.map +1 -0
- package/dist/insights/algorithms/genres.js +201 -0
- package/dist/insights/algorithms/genres.js.map +1 -0
- package/dist/insights/algorithms/group.d.ts +8 -0
- package/dist/insights/algorithms/group.d.ts.map +1 -0
- package/dist/insights/algorithms/group.js +127 -0
- package/dist/insights/algorithms/group.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/hours.d.ts +1 -1
- package/dist/insights/algorithms/hours.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/hours.js +2 -2
- package/dist/insights/algorithms/hours.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/mood.d.ts +1 -1
- package/dist/insights/algorithms/mood.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/mood.js +4 -4
- package/dist/insights/algorithms/mood.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/now-playing.d.ts +1 -1
- package/dist/{services/insights → insights/algorithms}/now-playing.d.ts.map +1 -1
- package/dist/{services/insights → insights/algorithms}/now-playing.js +2 -2
- package/dist/insights/algorithms/now-playing.js.map +1 -0
- package/dist/insights/algorithms/obscurity.d.ts +27 -0
- package/dist/insights/algorithms/obscurity.d.ts.map +1 -0
- package/dist/insights/algorithms/obscurity.js +158 -0
- package/dist/insights/algorithms/obscurity.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/personality.d.ts +1 -1
- package/dist/insights/algorithms/personality.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/personality.js +1 -1
- package/dist/insights/algorithms/personality.js.map +1 -0
- package/dist/insights/algorithms/recommendations.d.ts +11 -0
- package/dist/insights/algorithms/recommendations.d.ts.map +1 -0
- package/dist/insights/algorithms/recommendations.js +121 -0
- package/dist/insights/algorithms/recommendations.js.map +1 -0
- package/dist/insights/algorithms/streaks.d.ts +11 -0
- package/dist/insights/algorithms/streaks.d.ts.map +1 -0
- package/dist/insights/algorithms/streaks.js +178 -0
- package/dist/insights/algorithms/streaks.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/summary.d.ts +1 -1
- package/dist/insights/algorithms/summary.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/summary.js +3 -3
- package/dist/insights/algorithms/summary.js.map +1 -0
- package/dist/{services/insights → insights/algorithms}/trends.d.ts +1 -1
- package/dist/insights/algorithms/trends.d.ts.map +1 -0
- package/dist/{services/insights → insights/algorithms}/trends.js +3 -3
- package/dist/insights/algorithms/trends.js.map +1 -0
- package/dist/insights/index.d.ts +3 -0
- package/dist/insights/index.d.ts.map +1 -0
- package/dist/insights/index.js +3 -0
- package/dist/insights/index.js.map +1 -0
- package/dist/insights/lib/binges.d.ts.map +1 -0
- package/dist/insights/lib/binges.js.map +1 -0
- package/dist/insights/lib/compare.d.ts.map +1 -0
- package/dist/insights/lib/compare.js.map +1 -0
- package/dist/insights/lib/discoveries.d.ts.map +1 -0
- package/dist/insights/lib/discoveries.js.map +1 -0
- package/dist/insights/lib/diversity.d.ts.map +1 -0
- package/dist/insights/lib/diversity.js.map +1 -0
- package/dist/insights/lib/hours.d.ts.map +1 -0
- package/dist/insights/lib/hours.js.map +1 -0
- package/dist/insights/lib/mood.d.ts.map +1 -0
- package/dist/insights/lib/mood.js.map +1 -0
- package/dist/{services/insights → insights}/lib/periods.d.ts +1 -1
- package/dist/insights/lib/periods.d.ts.map +1 -0
- package/dist/insights/lib/periods.js.map +1 -0
- package/dist/insights/lib/personality.d.ts.map +1 -0
- package/dist/insights/lib/personality.js.map +1 -0
- package/dist/insights/lib/trends.d.ts.map +1 -0
- package/dist/insights/lib/trends.js.map +1 -0
- package/dist/insights/schemas.d.ts +1415 -0
- package/dist/insights/schemas.d.ts.map +1 -0
- package/dist/{services/insights.schemas.js → insights/schemas.js} +291 -2
- package/dist/insights/schemas.js.map +1 -0
- package/dist/insights/service.d.ts +191 -0
- package/dist/insights/service.d.ts.map +1 -0
- package/dist/insights/service.js +44 -0
- package/dist/insights/service.js.map +1 -0
- package/dist/playlists/formatters/csv.d.ts +3 -0
- package/dist/playlists/formatters/csv.d.ts.map +1 -0
- package/dist/playlists/formatters/csv.js +18 -0
- package/dist/playlists/formatters/csv.js.map +1 -0
- package/dist/playlists/formatters/m3u.d.ts +3 -0
- package/dist/playlists/formatters/m3u.d.ts.map +1 -0
- package/dist/playlists/formatters/m3u.js +10 -0
- package/dist/playlists/formatters/m3u.js.map +1 -0
- package/dist/playlists/formatters/spotifymatch.d.ts +3 -0
- package/dist/playlists/formatters/spotifymatch.d.ts.map +1 -0
- package/dist/playlists/formatters/spotifymatch.js +4 -0
- package/dist/playlists/formatters/spotifymatch.js.map +1 -0
- package/dist/playlists/generators/generator.d.ts +4 -0
- package/dist/playlists/generators/generator.d.ts.map +1 -0
- package/dist/playlists/generators/generator.js +158 -0
- package/dist/playlists/generators/generator.js.map +1 -0
- package/dist/playlists/index.d.ts +6 -0
- package/dist/playlists/index.d.ts.map +1 -0
- package/dist/playlists/index.js +6 -0
- package/dist/playlists/index.js.map +1 -0
- package/dist/playlists/schemas.d.ts +150 -0
- package/dist/playlists/schemas.d.ts.map +1 -0
- package/dist/playlists/schemas.js +53 -0
- package/dist/playlists/schemas.js.map +1 -0
- package/dist/playlists/service.d.ts +28 -0
- package/dist/playlists/service.d.ts.map +1 -0
- package/dist/playlists/service.js +27 -0
- package/dist/playlists/service.js.map +1 -0
- package/dist/reports/generators/digest.d.ts +4 -0
- package/dist/reports/generators/digest.d.ts.map +1 -0
- package/dist/reports/generators/digest.js +95 -0
- package/dist/reports/generators/digest.js.map +1 -0
- package/dist/reports/generators/milestones.d.ts +4 -0
- package/dist/reports/generators/milestones.d.ts.map +1 -0
- package/dist/reports/generators/milestones.js +59 -0
- package/dist/reports/generators/milestones.js.map +1 -0
- package/dist/reports/generators/wrapped.d.ts +4 -0
- package/dist/reports/generators/wrapped.d.ts.map +1 -0
- package/dist/reports/generators/wrapped.js +179 -0
- package/dist/reports/generators/wrapped.js.map +1 -0
- package/dist/reports/index.d.ts +3 -0
- package/dist/reports/index.d.ts.map +1 -0
- package/dist/reports/index.js +3 -0
- package/dist/reports/index.js.map +1 -0
- package/dist/reports/schemas.d.ts +244 -0
- package/dist/reports/schemas.d.ts.map +1 -0
- package/dist/reports/schemas.js +92 -0
- package/dist/reports/schemas.js.map +1 -0
- package/dist/reports/service.d.ts +30 -0
- package/dist/reports/service.d.ts.map +1 -0
- package/dist/reports/service.js +11 -0
- package/dist/reports/service.js.map +1 -0
- package/dist/utils.d.ts +3 -2
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +19 -2
- package/dist/utils.js.map +1 -1
- package/dist/watcher/emitter.d.ts +14 -0
- package/dist/watcher/emitter.d.ts.map +1 -0
- package/dist/watcher/emitter.js +72 -0
- package/dist/watcher/emitter.js.map +1 -0
- package/dist/watcher/index.d.ts +5 -0
- package/dist/watcher/index.d.ts.map +1 -0
- package/dist/watcher/index.js +5 -0
- package/dist/watcher/index.js.map +1 -0
- package/dist/watcher/schemas.d.ts +39 -0
- package/dist/watcher/schemas.d.ts.map +1 -0
- package/dist/watcher/schemas.js +33 -0
- package/dist/watcher/schemas.js.map +1 -0
- package/dist/watcher/service.d.ts +15 -0
- package/dist/watcher/service.d.ts.map +1 -0
- package/dist/watcher/service.js +8 -0
- package/dist/watcher/service.js.map +1 -0
- package/dist/watcher/watcher.d.ts +35 -0
- package/dist/watcher/watcher.d.ts.map +1 -0
- package/dist/watcher/watcher.js +196 -0
- package/dist/watcher/watcher.js.map +1 -0
- package/package.json +49 -3
- package/dist/services/album.d.ts.map +0 -1
- package/dist/services/album.js.map +0 -1
- package/dist/services/album.schemas.d.ts.map +0 -1
- package/dist/services/album.schemas.js.map +0 -1
- package/dist/services/artist.d.ts.map +0 -1
- package/dist/services/artist.js.map +0 -1
- package/dist/services/artist.schemas.d.ts.map +0 -1
- package/dist/services/artist.schemas.js.map +0 -1
- package/dist/services/auth.d.ts.map +0 -1
- package/dist/services/auth.js.map +0 -1
- package/dist/services/auth.schemas.d.ts.map +0 -1
- package/dist/services/auth.schemas.js.map +0 -1
- package/dist/services/chart.d.ts.map +0 -1
- package/dist/services/chart.js +0 -9
- package/dist/services/chart.js.map +0 -1
- package/dist/services/chart.schemas.d.ts.map +0 -1
- package/dist/services/chart.schemas.js.map +0 -1
- package/dist/services/geo.d.ts.map +0 -1
- package/dist/services/geo.js +0 -8
- package/dist/services/geo.js.map +0 -1
- package/dist/services/geo.schemas.d.ts.map +0 -1
- package/dist/services/geo.schemas.js.map +0 -1
- package/dist/services/index.d.ts +0 -22
- package/dist/services/index.d.ts.map +0 -1
- package/dist/services/index.js +0 -23
- package/dist/services/index.js.map +0 -1
- package/dist/services/insights/binges.d.ts.map +0 -1
- package/dist/services/insights/binges.js.map +0 -1
- package/dist/services/insights/compare.d.ts.map +0 -1
- package/dist/services/insights/compare.js.map +0 -1
- package/dist/services/insights/discoveries.d.ts.map +0 -1
- package/dist/services/insights/discoveries.js.map +0 -1
- package/dist/services/insights/hours.d.ts.map +0 -1
- package/dist/services/insights/hours.js.map +0 -1
- package/dist/services/insights/lib/binges.d.ts.map +0 -1
- package/dist/services/insights/lib/binges.js.map +0 -1
- package/dist/services/insights/lib/compare.d.ts.map +0 -1
- package/dist/services/insights/lib/compare.js.map +0 -1
- package/dist/services/insights/lib/discoveries.d.ts.map +0 -1
- package/dist/services/insights/lib/discoveries.js.map +0 -1
- package/dist/services/insights/lib/diversity.d.ts.map +0 -1
- package/dist/services/insights/lib/diversity.js.map +0 -1
- package/dist/services/insights/lib/hours.d.ts.map +0 -1
- package/dist/services/insights/lib/hours.js.map +0 -1
- package/dist/services/insights/lib/mood.d.ts.map +0 -1
- package/dist/services/insights/lib/mood.js.map +0 -1
- package/dist/services/insights/lib/periods.d.ts.map +0 -1
- package/dist/services/insights/lib/periods.js.map +0 -1
- package/dist/services/insights/lib/personality.d.ts.map +0 -1
- package/dist/services/insights/lib/personality.js.map +0 -1
- package/dist/services/insights/lib/trends.d.ts.map +0 -1
- package/dist/services/insights/lib/trends.js.map +0 -1
- package/dist/services/insights/mood.d.ts.map +0 -1
- package/dist/services/insights/mood.js.map +0 -1
- package/dist/services/insights/now-playing.js.map +0 -1
- package/dist/services/insights/personality.d.ts.map +0 -1
- package/dist/services/insights/personality.js.map +0 -1
- package/dist/services/insights/summary.d.ts.map +0 -1
- package/dist/services/insights/summary.js.map +0 -1
- package/dist/services/insights/trends.d.ts.map +0 -1
- package/dist/services/insights/trends.js.map +0 -1
- package/dist/services/insights.d.ts +0 -96
- package/dist/services/insights.d.ts.map +0 -1
- package/dist/services/insights.js +0 -26
- package/dist/services/insights.js.map +0 -1
- package/dist/services/insights.schemas.d.ts +0 -710
- package/dist/services/insights.schemas.d.ts.map +0 -1
- package/dist/services/insights.schemas.js.map +0 -1
- package/dist/services/library.d.ts.map +0 -1
- package/dist/services/library.js +0 -7
- package/dist/services/library.js.map +0 -1
- package/dist/services/library.schemas.d.ts.map +0 -1
- package/dist/services/library.schemas.js.map +0 -1
- package/dist/services/schemas/base.entities.schemas.d.ts.map +0 -1
- package/dist/services/schemas/base.entities.schemas.js.map +0 -1
- package/dist/services/schemas/base.entity-names.schemas.d.ts.map +0 -1
- package/dist/services/schemas/base.entity-names.schemas.js.map +0 -1
- package/dist/services/schemas/base.metadata.schemas.d.ts.map +0 -1
- package/dist/services/schemas/base.metadata.schemas.js.map +0 -1
- package/dist/services/schemas/base.pagination.schemas.d.ts.map +0 -1
- package/dist/services/schemas/base.pagination.schemas.js.map +0 -1
- package/dist/services/schemas/base.primitives.schemas.d.ts.map +0 -1
- package/dist/services/schemas/base.primitives.schemas.js.map +0 -1
- package/dist/services/schemas/index.d.ts.map +0 -1
- package/dist/services/schemas/index.js.map +0 -1
- package/dist/services/tag.d.ts.map +0 -1
- package/dist/services/tag.js.map +0 -1
- package/dist/services/tag.schemas.d.ts.map +0 -1
- package/dist/services/tag.schemas.js.map +0 -1
- package/dist/services/track.d.ts.map +0 -1
- package/dist/services/track.js.map +0 -1
- package/dist/services/track.schemas.d.ts.map +0 -1
- package/dist/services/track.schemas.js.map +0 -1
- package/dist/services/track.utils.d.ts.map +0 -1
- package/dist/services/track.utils.js.map +0 -1
- package/dist/services/user.d.ts.map +0 -1
- package/dist/services/user.js +0 -19
- package/dist/services/user.js.map +0 -1
- package/dist/services/user.schemas.d.ts.map +0 -1
- package/dist/services/user.schemas.js.map +0 -1
- /package/dist/{services → core/schemas}/album.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/artist.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/auth.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/auth.schemas.js +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.entities.schemas.d.ts +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.entities.schemas.js +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.entity-names.schemas.d.ts +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.entity-names.schemas.js +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.metadata.schemas.d.ts +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.metadata.schemas.js +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.pagination.schemas.d.ts +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.pagination.schemas.js +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.primitives.schemas.d.ts +0 -0
- /package/dist/{services/schemas → core/schemas/base}/base.primitives.schemas.js +0 -0
- /package/dist/{services/schemas → core/schemas/base}/index.d.ts +0 -0
- /package/dist/{services/schemas → core/schemas/base}/index.js +0 -0
- /package/dist/{services → core/schemas}/chart.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/geo.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/library.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/tag.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/track.schemas.d.ts +0 -0
- /package/dist/{services → core/schemas}/user.schemas.d.ts +0 -0
- /package/dist/{services → core/services}/track.utils.js +0 -0
- /package/dist/{services/insights → insights}/lib/binges.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/binges.js +0 -0
- /package/dist/{services/insights → insights}/lib/compare.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/compare.js +0 -0
- /package/dist/{services/insights → insights}/lib/discoveries.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/discoveries.js +0 -0
- /package/dist/{services/insights → insights}/lib/diversity.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/diversity.js +0 -0
- /package/dist/{services/insights → insights}/lib/hours.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/hours.js +0 -0
- /package/dist/{services/insights → insights}/lib/mood.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/mood.js +0 -0
- /package/dist/{services/insights → insights}/lib/periods.js +0 -0
- /package/dist/{services/insights → insights}/lib/personality.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/personality.js +0 -0
- /package/dist/{services/insights → insights}/lib/trends.d.ts +0 -0
- /package/dist/{services/insights → insights}/lib/trends.js +0 -0
|
@@ -0,0 +1,1415 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const insightsPeriodSchema: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>;
|
|
3
|
+
export declare const insightArtistEntrySchema: z.ZodObject<{
|
|
4
|
+
name: z.ZodString;
|
|
5
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
7
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9
|
+
'#text': z.ZodString;
|
|
10
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
export declare const insightTrackEntrySchema: z.ZodObject<{
|
|
14
|
+
name: z.ZodString;
|
|
15
|
+
artist: z.ZodString;
|
|
16
|
+
album: z.ZodOptional<z.ZodString>;
|
|
17
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
18
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
19
|
+
url: z.ZodOptional<z.ZodString>;
|
|
20
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21
|
+
'#text': z.ZodString;
|
|
22
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
23
|
+
}, z.core.$strip>>>;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
export declare const insightAlbumEntrySchema: z.ZodObject<{
|
|
26
|
+
name: z.ZodString;
|
|
27
|
+
artist: z.ZodOptional<z.ZodString>;
|
|
28
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
29
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
30
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
32
|
+
'#text': z.ZodString;
|
|
33
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
34
|
+
}, z.core.$strip>>>;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
export declare const insightTagEntrySchema: z.ZodObject<{
|
|
37
|
+
name: z.ZodString;
|
|
38
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
39
|
+
url: z.ZodOptional<z.ZodString>;
|
|
40
|
+
}, z.core.$strip>;
|
|
41
|
+
export declare const insightsDiversityStatsSchema: z.ZodObject<{
|
|
42
|
+
shannon: z.ZodNumber;
|
|
43
|
+
normalized: z.ZodNumber;
|
|
44
|
+
top1Share: z.ZodNumber;
|
|
45
|
+
top3Share: z.ZodNumber;
|
|
46
|
+
top5Share: z.ZodNumber;
|
|
47
|
+
uniqueArtists: z.ZodNumber;
|
|
48
|
+
}, z.core.$strip>;
|
|
49
|
+
export declare const insightsSummaryRequestSchema: z.ZodObject<{
|
|
50
|
+
user: z.ZodString;
|
|
51
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
52
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
53
|
+
}, z.core.$strip>;
|
|
54
|
+
export declare const insightsSummaryResponseSchema: z.ZodObject<{
|
|
55
|
+
user: z.ZodString;
|
|
56
|
+
period: z.ZodString;
|
|
57
|
+
label: z.ZodString;
|
|
58
|
+
lastfmPeriod: z.ZodString;
|
|
59
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
60
|
+
to: z.ZodNumber;
|
|
61
|
+
topArtists: z.ZodArray<z.ZodObject<{
|
|
62
|
+
name: z.ZodString;
|
|
63
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
64
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
65
|
+
url: z.ZodOptional<z.ZodString>;
|
|
66
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
67
|
+
'#text': z.ZodString;
|
|
68
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
69
|
+
}, z.core.$strip>>>;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
topTracks: z.ZodArray<z.ZodObject<{
|
|
72
|
+
name: z.ZodString;
|
|
73
|
+
artist: z.ZodString;
|
|
74
|
+
album: z.ZodOptional<z.ZodString>;
|
|
75
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
76
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
77
|
+
url: z.ZodOptional<z.ZodString>;
|
|
78
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
79
|
+
'#text': z.ZodString;
|
|
80
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
81
|
+
}, z.core.$strip>>>;
|
|
82
|
+
}, z.core.$strip>>;
|
|
83
|
+
topAlbums: z.ZodArray<z.ZodObject<{
|
|
84
|
+
name: z.ZodString;
|
|
85
|
+
artist: z.ZodOptional<z.ZodString>;
|
|
86
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
88
|
+
url: z.ZodOptional<z.ZodString>;
|
|
89
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
90
|
+
'#text': z.ZodString;
|
|
91
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
92
|
+
}, z.core.$strip>>>;
|
|
93
|
+
}, z.core.$strip>>;
|
|
94
|
+
topTags: z.ZodArray<z.ZodObject<{
|
|
95
|
+
name: z.ZodString;
|
|
96
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
97
|
+
url: z.ZodOptional<z.ZodString>;
|
|
98
|
+
}, z.core.$strip>>;
|
|
99
|
+
totalScrobbles: z.ZodNumber;
|
|
100
|
+
diversity: z.ZodOptional<z.ZodObject<{
|
|
101
|
+
shannon: z.ZodNumber;
|
|
102
|
+
normalized: z.ZodNumber;
|
|
103
|
+
top1Share: z.ZodNumber;
|
|
104
|
+
top3Share: z.ZodNumber;
|
|
105
|
+
top5Share: z.ZodNumber;
|
|
106
|
+
uniqueArtists: z.ZodNumber;
|
|
107
|
+
}, z.core.$strip>>;
|
|
108
|
+
}, z.core.$strip>;
|
|
109
|
+
export declare const insightsNowPlayingRequestSchema: z.ZodObject<{
|
|
110
|
+
user: z.ZodString;
|
|
111
|
+
similarLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
112
|
+
bioMaxChars: z.ZodOptional<z.ZodNumber>;
|
|
113
|
+
}, z.core.$strip>;
|
|
114
|
+
export declare const insightsNowPlayingResponseSchema: z.ZodObject<{
|
|
115
|
+
user: z.ZodString;
|
|
116
|
+
nowPlaying: z.ZodBoolean;
|
|
117
|
+
track: z.ZodObject<{
|
|
118
|
+
name: z.ZodString;
|
|
119
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
120
|
+
url: z.ZodOptional<z.ZodString>;
|
|
121
|
+
}, z.core.$strip>;
|
|
122
|
+
artist: z.ZodObject<{
|
|
123
|
+
name: z.ZodString;
|
|
124
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
125
|
+
url: z.ZodOptional<z.ZodString>;
|
|
126
|
+
}, z.core.$strip>;
|
|
127
|
+
album: z.ZodOptional<z.ZodString>;
|
|
128
|
+
image: z.ZodOptional<z.ZodString>;
|
|
129
|
+
bio: z.ZodString;
|
|
130
|
+
similar: z.ZodArray<z.ZodObject<{
|
|
131
|
+
name: z.ZodString;
|
|
132
|
+
url: z.ZodOptional<z.ZodString>;
|
|
133
|
+
match: z.ZodOptional<z.ZodNumber>;
|
|
134
|
+
}, z.core.$strip>>;
|
|
135
|
+
}, z.core.$strip>;
|
|
136
|
+
export declare const insightsHoursRequestSchema: z.ZodObject<{
|
|
137
|
+
user: z.ZodString;
|
|
138
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
139
|
+
to: z.ZodOptional<z.ZodNumber>;
|
|
140
|
+
sinceDays: z.ZodOptional<z.ZodNumber>;
|
|
141
|
+
maxPages: z.ZodOptional<z.ZodNumber>;
|
|
142
|
+
}, z.core.$strip>;
|
|
143
|
+
export declare const insightsHoursResponseSchema: z.ZodObject<{
|
|
144
|
+
user: z.ZodString;
|
|
145
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
146
|
+
to: z.ZodNumber;
|
|
147
|
+
total: z.ZodNumber;
|
|
148
|
+
byHour: z.ZodArray<z.ZodNumber>;
|
|
149
|
+
byWeekday: z.ZodArray<z.ZodNumber>;
|
|
150
|
+
peakHour: z.ZodNullable<z.ZodNumber>;
|
|
151
|
+
peakHourCount: z.ZodNumber;
|
|
152
|
+
peakWeekday: z.ZodNullable<z.ZodNumber>;
|
|
153
|
+
peakWeekdayCount: z.ZodNumber;
|
|
154
|
+
peakWeekdayLabel: z.ZodNullable<z.ZodString>;
|
|
155
|
+
nightShare: z.ZodNumber;
|
|
156
|
+
morningShare: z.ZodNumber;
|
|
157
|
+
afternoonShare: z.ZodNumber;
|
|
158
|
+
eveningShare: z.ZodNumber;
|
|
159
|
+
weekendShare: z.ZodNumber;
|
|
160
|
+
}, z.core.$strip>;
|
|
161
|
+
export declare const insightBingeItemSchema: z.ZodObject<{
|
|
162
|
+
artist: z.ZodString;
|
|
163
|
+
track: z.ZodOptional<z.ZodString>;
|
|
164
|
+
length: z.ZodNumber;
|
|
165
|
+
startUts: z.ZodNumber;
|
|
166
|
+
endUts: z.ZodNumber;
|
|
167
|
+
durationSeconds: z.ZodNumber;
|
|
168
|
+
}, z.core.$strip>;
|
|
169
|
+
export declare const insightsBingesRequestSchema: z.ZodObject<{
|
|
170
|
+
user: z.ZodString;
|
|
171
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
172
|
+
to: z.ZodOptional<z.ZodNumber>;
|
|
173
|
+
sinceDays: z.ZodOptional<z.ZodNumber>;
|
|
174
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
175
|
+
maxGapSeconds: z.ZodOptional<z.ZodNumber>;
|
|
176
|
+
trackKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"artist">, z.ZodLiteral<"track">, z.ZodBoolean]>>;
|
|
177
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
178
|
+
maxPages: z.ZodOptional<z.ZodNumber>;
|
|
179
|
+
}, z.core.$strip>;
|
|
180
|
+
export declare const insightsBingesResponseSchema: z.ZodObject<{
|
|
181
|
+
user: z.ZodString;
|
|
182
|
+
totalScrobbles: z.ZodNumber;
|
|
183
|
+
binges: z.ZodArray<z.ZodObject<{
|
|
184
|
+
artist: z.ZodString;
|
|
185
|
+
track: z.ZodOptional<z.ZodString>;
|
|
186
|
+
length: z.ZodNumber;
|
|
187
|
+
startUts: z.ZodNumber;
|
|
188
|
+
endUts: z.ZodNumber;
|
|
189
|
+
durationSeconds: z.ZodNumber;
|
|
190
|
+
}, z.core.$strip>>;
|
|
191
|
+
}, z.core.$strip>;
|
|
192
|
+
export declare const insightRankedItemSchema: z.ZodObject<{
|
|
193
|
+
name: z.ZodString;
|
|
194
|
+
playcount: z.ZodNumber;
|
|
195
|
+
}, z.core.$strip>;
|
|
196
|
+
export declare const insightRankedWithDeltaSchema: z.ZodObject<{
|
|
197
|
+
name: z.ZodString;
|
|
198
|
+
playcount: z.ZodNumber;
|
|
199
|
+
currentRank: z.ZodNumber;
|
|
200
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
201
|
+
deltaRank: z.ZodNumber;
|
|
202
|
+
deltaCount: z.ZodNumber;
|
|
203
|
+
}, z.core.$strip>;
|
|
204
|
+
export declare const insightsTrendsRequestSchema: z.ZodObject<{
|
|
205
|
+
user: z.ZodString;
|
|
206
|
+
target: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"artists">, z.ZodLiteral<"tracks">, z.ZodLiteral<"albums">]>>;
|
|
207
|
+
currentPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
208
|
+
previousPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
209
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
210
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
211
|
+
}, z.core.$strip>;
|
|
212
|
+
export declare const insightsTrendsResponseSchema: z.ZodObject<{
|
|
213
|
+
user: z.ZodString;
|
|
214
|
+
target: z.ZodUnion<readonly [z.ZodLiteral<"artists">, z.ZodLiteral<"tracks">, z.ZodLiteral<"albums">]>;
|
|
215
|
+
currentPeriod: z.ZodString;
|
|
216
|
+
previousPeriod: z.ZodString;
|
|
217
|
+
risers: z.ZodArray<z.ZodObject<{
|
|
218
|
+
name: z.ZodString;
|
|
219
|
+
playcount: z.ZodNumber;
|
|
220
|
+
currentRank: z.ZodNumber;
|
|
221
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
222
|
+
deltaRank: z.ZodNumber;
|
|
223
|
+
deltaCount: z.ZodNumber;
|
|
224
|
+
}, z.core.$strip>>;
|
|
225
|
+
fallers: z.ZodArray<z.ZodObject<{
|
|
226
|
+
name: z.ZodString;
|
|
227
|
+
playcount: z.ZodNumber;
|
|
228
|
+
currentRank: z.ZodNumber;
|
|
229
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
230
|
+
deltaRank: z.ZodNumber;
|
|
231
|
+
deltaCount: z.ZodNumber;
|
|
232
|
+
}, z.core.$strip>>;
|
|
233
|
+
newcomers: z.ZodArray<z.ZodObject<{
|
|
234
|
+
name: z.ZodString;
|
|
235
|
+
playcount: z.ZodNumber;
|
|
236
|
+
currentRank: z.ZodNumber;
|
|
237
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
238
|
+
deltaRank: z.ZodNumber;
|
|
239
|
+
deltaCount: z.ZodNumber;
|
|
240
|
+
}, z.core.$strip>>;
|
|
241
|
+
departures: z.ZodArray<z.ZodObject<{
|
|
242
|
+
name: z.ZodString;
|
|
243
|
+
playcount: z.ZodNumber;
|
|
244
|
+
}, z.core.$strip>>;
|
|
245
|
+
}, z.core.$strip>;
|
|
246
|
+
export declare const insightDiscoveredArtistSchema: z.ZodObject<{
|
|
247
|
+
name: z.ZodString;
|
|
248
|
+
firstSeen: z.ZodNumber;
|
|
249
|
+
}, z.core.$strip>;
|
|
250
|
+
export declare const insightsDiscoveriesRequestSchema: z.ZodObject<{
|
|
251
|
+
user: z.ZodString;
|
|
252
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
253
|
+
to: z.ZodOptional<z.ZodNumber>;
|
|
254
|
+
windowDays: z.ZodOptional<z.ZodNumber>;
|
|
255
|
+
baselineLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
256
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
257
|
+
maxPages: z.ZodOptional<z.ZodNumber>;
|
|
258
|
+
}, z.core.$strip>;
|
|
259
|
+
export declare const insightsDiscoveriesResponseSchema: z.ZodObject<{
|
|
260
|
+
user: z.ZodString;
|
|
261
|
+
windowDays: z.ZodNumber;
|
|
262
|
+
baselineSize: z.ZodNumber;
|
|
263
|
+
totalDiscovered: z.ZodNumber;
|
|
264
|
+
discoveries: z.ZodArray<z.ZodObject<{
|
|
265
|
+
name: z.ZodString;
|
|
266
|
+
firstSeen: z.ZodNumber;
|
|
267
|
+
}, z.core.$strip>>;
|
|
268
|
+
}, z.core.$strip>;
|
|
269
|
+
export declare const insightMoodAxesSchema: z.ZodObject<{
|
|
270
|
+
energy: z.ZodNumber;
|
|
271
|
+
valence: z.ZodNumber;
|
|
272
|
+
}, z.core.$strip>;
|
|
273
|
+
export declare const insightsMoodRequestSchema: z.ZodObject<{
|
|
274
|
+
user: z.ZodString;
|
|
275
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
276
|
+
topArtistsLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
277
|
+
}, z.core.$strip>;
|
|
278
|
+
export declare const insightsMoodResponseSchema: z.ZodObject<{
|
|
279
|
+
user: z.ZodString;
|
|
280
|
+
period: z.ZodString;
|
|
281
|
+
axes: z.ZodObject<{
|
|
282
|
+
energy: z.ZodNumber;
|
|
283
|
+
valence: z.ZodNumber;
|
|
284
|
+
}, z.core.$strip>;
|
|
285
|
+
label: z.ZodString;
|
|
286
|
+
categories: z.ZodArray<z.ZodString>;
|
|
287
|
+
confidence: z.ZodNumber;
|
|
288
|
+
tagSourceCount: z.ZodNumber;
|
|
289
|
+
artistCount: z.ZodNumber;
|
|
290
|
+
primarySource: z.ZodUnion<readonly [z.ZodLiteral<"user-tags">, z.ZodLiteral<"artist-tags">, z.ZodLiteral<"mixed">]>;
|
|
291
|
+
}, z.core.$strip>;
|
|
292
|
+
export declare const insightPersonalityFeaturesSchema: z.ZodObject<{
|
|
293
|
+
totalScrobbles: z.ZodNumber;
|
|
294
|
+
uniqueArtists: z.ZodNumber;
|
|
295
|
+
top1Share: z.ZodNumber;
|
|
296
|
+
top3Share: z.ZodNumber;
|
|
297
|
+
top5Share: z.ZodNumber;
|
|
298
|
+
normalizedDiversity: z.ZodNumber;
|
|
299
|
+
newArtistsLast30d: z.ZodNumber;
|
|
300
|
+
totalArtistsLast30d: z.ZodNumber;
|
|
301
|
+
nightHourShare: z.ZodNumber;
|
|
302
|
+
morningHourShare: z.ZodNumber;
|
|
303
|
+
weekdayShare: z.ZodNumber;
|
|
304
|
+
}, z.core.$strip>;
|
|
305
|
+
export declare const insightPersonalityArchetypeSchema: z.ZodObject<{
|
|
306
|
+
id: z.ZodString;
|
|
307
|
+
name: z.ZodString;
|
|
308
|
+
emoji: z.ZodString;
|
|
309
|
+
blurb: z.ZodString;
|
|
310
|
+
}, z.core.$strip>;
|
|
311
|
+
export declare const insightsPersonalityRequestSchema: z.ZodObject<{
|
|
312
|
+
user: z.ZodString;
|
|
313
|
+
}, z.core.$strip>;
|
|
314
|
+
export declare const insightsPersonalityResponseSchema: z.ZodObject<{
|
|
315
|
+
user: z.ZodString;
|
|
316
|
+
winner: z.ZodUnion<readonly [z.ZodLiteral<"Devotee">, z.ZodLiteral<"Explorer">, z.ZodLiteral<"Drifter">, z.ZodLiteral<"DJ">, z.ZodLiteral<"Nocturnal">, z.ZodLiteral<"Archivist">]>;
|
|
317
|
+
archetype: z.ZodObject<{
|
|
318
|
+
id: z.ZodString;
|
|
319
|
+
name: z.ZodString;
|
|
320
|
+
emoji: z.ZodString;
|
|
321
|
+
blurb: z.ZodString;
|
|
322
|
+
}, z.core.$strip>;
|
|
323
|
+
scores: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
324
|
+
reasons: z.ZodArray<z.ZodString>;
|
|
325
|
+
features: z.ZodObject<{
|
|
326
|
+
totalScrobbles: z.ZodNumber;
|
|
327
|
+
uniqueArtists: z.ZodNumber;
|
|
328
|
+
top1Share: z.ZodNumber;
|
|
329
|
+
top3Share: z.ZodNumber;
|
|
330
|
+
top5Share: z.ZodNumber;
|
|
331
|
+
normalizedDiversity: z.ZodNumber;
|
|
332
|
+
newArtistsLast30d: z.ZodNumber;
|
|
333
|
+
totalArtistsLast30d: z.ZodNumber;
|
|
334
|
+
nightHourShare: z.ZodNumber;
|
|
335
|
+
morningHourShare: z.ZodNumber;
|
|
336
|
+
weekdayShare: z.ZodNumber;
|
|
337
|
+
}, z.core.$strip>;
|
|
338
|
+
}, z.core.$strip>;
|
|
339
|
+
export declare const insightSharedArtistSchema: z.ZodObject<{
|
|
340
|
+
name: z.ZodString;
|
|
341
|
+
userAPlaycount: z.ZodNumber;
|
|
342
|
+
userBPlaycount: z.ZodNumber;
|
|
343
|
+
weight: z.ZodNumber;
|
|
344
|
+
}, z.core.$strip>;
|
|
345
|
+
export declare const insightsCompareRequestSchema: z.ZodObject<{
|
|
346
|
+
userA: z.ZodString;
|
|
347
|
+
userB: z.ZodString;
|
|
348
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
349
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
350
|
+
}, z.core.$strip>;
|
|
351
|
+
export declare const insightsCompareResponseSchema: z.ZodObject<{
|
|
352
|
+
userA: z.ZodString;
|
|
353
|
+
userB: z.ZodString;
|
|
354
|
+
period: z.ZodString;
|
|
355
|
+
compatibilityScore: z.ZodNumber;
|
|
356
|
+
jaccard: z.ZodNumber;
|
|
357
|
+
sharedCount: z.ZodNumber;
|
|
358
|
+
userACount: z.ZodNumber;
|
|
359
|
+
userBCount: z.ZodNumber;
|
|
360
|
+
sharedArtists: z.ZodArray<z.ZodObject<{
|
|
361
|
+
name: z.ZodString;
|
|
362
|
+
userAPlaycount: z.ZodNumber;
|
|
363
|
+
userBPlaycount: z.ZodNumber;
|
|
364
|
+
weight: z.ZodNumber;
|
|
365
|
+
}, z.core.$strip>>;
|
|
366
|
+
onlyUserA: z.ZodArray<z.ZodString>;
|
|
367
|
+
onlyUserB: z.ZodArray<z.ZodString>;
|
|
368
|
+
}, z.core.$strip>;
|
|
369
|
+
export declare const insightObscureArtistSchema: z.ZodObject<{
|
|
370
|
+
name: z.ZodString;
|
|
371
|
+
userPlaycount: z.ZodNumber;
|
|
372
|
+
globalListeners: z.ZodNumber;
|
|
373
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
374
|
+
obscurityScore: z.ZodNumber;
|
|
375
|
+
url: z.ZodOptional<z.ZodString>;
|
|
376
|
+
}, z.core.$strip>;
|
|
377
|
+
export declare const insightsObscurityRequestSchema: z.ZodObject<{
|
|
378
|
+
user: z.ZodString;
|
|
379
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
380
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
381
|
+
}, z.core.$strip>;
|
|
382
|
+
export declare const insightsObscurityResponseSchema: z.ZodObject<{
|
|
383
|
+
user: z.ZodString;
|
|
384
|
+
period: z.ZodString;
|
|
385
|
+
obscurityScore: z.ZodNumber;
|
|
386
|
+
category: z.ZodEnum<{
|
|
387
|
+
"Purist Underground": "Purist Underground";
|
|
388
|
+
"Indie Explorer": "Indie Explorer";
|
|
389
|
+
"Balanced Listener": "Balanced Listener";
|
|
390
|
+
"Mainstream Enthusiast": "Mainstream Enthusiast";
|
|
391
|
+
"Chart Chaser": "Chart Chaser";
|
|
392
|
+
}>;
|
|
393
|
+
description: z.ZodString;
|
|
394
|
+
totalArtistsEvaluated: z.ZodNumber;
|
|
395
|
+
averageGlobalListeners: z.ZodNumber;
|
|
396
|
+
medianGlobalListeners: z.ZodNumber;
|
|
397
|
+
hiddenGems: z.ZodArray<z.ZodObject<{
|
|
398
|
+
name: z.ZodString;
|
|
399
|
+
userPlaycount: z.ZodNumber;
|
|
400
|
+
globalListeners: z.ZodNumber;
|
|
401
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
402
|
+
obscurityScore: z.ZodNumber;
|
|
403
|
+
url: z.ZodOptional<z.ZodString>;
|
|
404
|
+
}, z.core.$strip>>;
|
|
405
|
+
mainstreamAnchors: z.ZodArray<z.ZodObject<{
|
|
406
|
+
name: z.ZodString;
|
|
407
|
+
userPlaycount: z.ZodNumber;
|
|
408
|
+
globalListeners: z.ZodNumber;
|
|
409
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
410
|
+
obscurityScore: z.ZodNumber;
|
|
411
|
+
url: z.ZodOptional<z.ZodString>;
|
|
412
|
+
}, z.core.$strip>>;
|
|
413
|
+
artists: z.ZodArray<z.ZodObject<{
|
|
414
|
+
name: z.ZodString;
|
|
415
|
+
userPlaycount: z.ZodNumber;
|
|
416
|
+
globalListeners: z.ZodNumber;
|
|
417
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
418
|
+
obscurityScore: z.ZodNumber;
|
|
419
|
+
url: z.ZodOptional<z.ZodString>;
|
|
420
|
+
}, z.core.$strip>>;
|
|
421
|
+
}, z.core.$strip>;
|
|
422
|
+
export declare const insightForgottenArtistSchema: z.ZodObject<{
|
|
423
|
+
name: z.ZodString;
|
|
424
|
+
historicPlaycount: z.ZodNumber;
|
|
425
|
+
historicRank: z.ZodNumber;
|
|
426
|
+
url: z.ZodOptional<z.ZodString>;
|
|
427
|
+
}, z.core.$strip>;
|
|
428
|
+
export declare const insightsForgottenFavoritesRequestSchema: z.ZodObject<{
|
|
429
|
+
user: z.ZodString;
|
|
430
|
+
historicPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
431
|
+
recentPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
432
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
433
|
+
}, z.core.$strip>;
|
|
434
|
+
export declare const insightsForgottenFavoritesResponseSchema: z.ZodObject<{
|
|
435
|
+
user: z.ZodString;
|
|
436
|
+
historicPeriod: z.ZodString;
|
|
437
|
+
recentPeriod: z.ZodString;
|
|
438
|
+
totalForgotten: z.ZodNumber;
|
|
439
|
+
forgottenArtists: z.ZodArray<z.ZodObject<{
|
|
440
|
+
name: z.ZodString;
|
|
441
|
+
historicPlaycount: z.ZodNumber;
|
|
442
|
+
historicRank: z.ZodNumber;
|
|
443
|
+
url: z.ZodOptional<z.ZodString>;
|
|
444
|
+
}, z.core.$strip>>;
|
|
445
|
+
}, z.core.$strip>;
|
|
446
|
+
export declare const insightObsessionEpisodeSchema: z.ZodObject<{
|
|
447
|
+
artist: z.ZodString;
|
|
448
|
+
track: z.ZodOptional<z.ZodString>;
|
|
449
|
+
scrobbles: z.ZodNumber;
|
|
450
|
+
totalInWindow: z.ZodNumber;
|
|
451
|
+
density: z.ZodNumber;
|
|
452
|
+
startTime: z.ZodNumber;
|
|
453
|
+
endTime: z.ZodNumber;
|
|
454
|
+
durationHours: z.ZodNumber;
|
|
455
|
+
}, z.core.$strip>;
|
|
456
|
+
export declare const insightsObsessionsRequestSchema: z.ZodObject<{
|
|
457
|
+
user: z.ZodString;
|
|
458
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
459
|
+
thresholdRatio: z.ZodOptional<z.ZodNumber>;
|
|
460
|
+
windowSize: z.ZodOptional<z.ZodNumber>;
|
|
461
|
+
}, z.core.$strip>;
|
|
462
|
+
export declare const insightsObsessionsResponseSchema: z.ZodObject<{
|
|
463
|
+
user: z.ZodString;
|
|
464
|
+
totalScrobblesInspected: z.ZodNumber;
|
|
465
|
+
obsessions: z.ZodArray<z.ZodObject<{
|
|
466
|
+
artist: z.ZodString;
|
|
467
|
+
track: z.ZodOptional<z.ZodString>;
|
|
468
|
+
scrobbles: z.ZodNumber;
|
|
469
|
+
totalInWindow: z.ZodNumber;
|
|
470
|
+
density: z.ZodNumber;
|
|
471
|
+
startTime: z.ZodNumber;
|
|
472
|
+
endTime: z.ZodNumber;
|
|
473
|
+
durationHours: z.ZodNumber;
|
|
474
|
+
}, z.core.$strip>>;
|
|
475
|
+
mostObsessiveArtist: z.ZodNullable<z.ZodString>;
|
|
476
|
+
}, z.core.$strip>;
|
|
477
|
+
export declare const insightsStreaksRequestSchema: z.ZodObject<{
|
|
478
|
+
user: z.ZodString;
|
|
479
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
480
|
+
}, z.core.$strip>;
|
|
481
|
+
export declare const insightsStreaksResponseSchema: z.ZodObject<{
|
|
482
|
+
user: z.ZodString;
|
|
483
|
+
currentStreakDays: z.ZodNumber;
|
|
484
|
+
longestStreakDays: z.ZodNumber;
|
|
485
|
+
longestDrySpellDays: z.ZodNumber;
|
|
486
|
+
activeDaysCount: z.ZodNumber;
|
|
487
|
+
totalDaysEvaluated: z.ZodNumber;
|
|
488
|
+
averageDailyScrobbles: z.ZodNumber;
|
|
489
|
+
}, z.core.$strip>;
|
|
490
|
+
export declare const insightHeatmapDaySchema: z.ZodObject<{
|
|
491
|
+
date: z.ZodString;
|
|
492
|
+
count: z.ZodNumber;
|
|
493
|
+
level: z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>;
|
|
494
|
+
}, z.core.$strip>;
|
|
495
|
+
export declare const insightsHeatmapRequestSchema: z.ZodObject<{
|
|
496
|
+
user: z.ZodString;
|
|
497
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
498
|
+
days: z.ZodOptional<z.ZodNumber>;
|
|
499
|
+
}, z.core.$strip>;
|
|
500
|
+
export declare const insightsHeatmapResponseSchema: z.ZodObject<{
|
|
501
|
+
user: z.ZodString;
|
|
502
|
+
totalScrobbles: z.ZodNumber;
|
|
503
|
+
maxDailyCount: z.ZodNumber;
|
|
504
|
+
busiestDay: z.ZodNullable<z.ZodObject<{
|
|
505
|
+
date: z.ZodString;
|
|
506
|
+
count: z.ZodNumber;
|
|
507
|
+
}, z.core.$strip>>;
|
|
508
|
+
days: z.ZodArray<z.ZodObject<{
|
|
509
|
+
date: z.ZodString;
|
|
510
|
+
count: z.ZodNumber;
|
|
511
|
+
level: z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>;
|
|
512
|
+
}, z.core.$strip>>;
|
|
513
|
+
}, z.core.$strip>;
|
|
514
|
+
export declare const insightAlbumSessionItemSchema: z.ZodObject<{
|
|
515
|
+
artist: z.ZodString;
|
|
516
|
+
album: z.ZodString;
|
|
517
|
+
sessionCount: z.ZodNumber;
|
|
518
|
+
totalTracksPlayed: z.ZodNumber;
|
|
519
|
+
}, z.core.$strip>;
|
|
520
|
+
export declare const insightLongestSessionSchema: z.ZodObject<{
|
|
521
|
+
artist: z.ZodString;
|
|
522
|
+
album: z.ZodString;
|
|
523
|
+
trackCount: z.ZodNumber;
|
|
524
|
+
startTime: z.ZodNumber;
|
|
525
|
+
endTime: z.ZodNumber;
|
|
526
|
+
durationHours: z.ZodNumber;
|
|
527
|
+
}, z.core.$strip>;
|
|
528
|
+
export declare const insightsAlbumHabitsRequestSchema: z.ZodObject<{
|
|
529
|
+
user: z.ZodString;
|
|
530
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
531
|
+
minSessionTracks: z.ZodOptional<z.ZodNumber>;
|
|
532
|
+
}, z.core.$strip>;
|
|
533
|
+
export declare const insightsAlbumHabitsResponseSchema: z.ZodObject<{
|
|
534
|
+
user: z.ZodString;
|
|
535
|
+
totalScrobblesInspected: z.ZodNumber;
|
|
536
|
+
cohesionScore: z.ZodNumber;
|
|
537
|
+
profile: z.ZodEnum<{
|
|
538
|
+
"Album Purist": "Album Purist";
|
|
539
|
+
"Cohesive Listener": "Cohesive Listener";
|
|
540
|
+
"Mixed Mode": "Mixed Mode";
|
|
541
|
+
"Playlist Shuffler": "Playlist Shuffler";
|
|
542
|
+
}>;
|
|
543
|
+
description: z.ZodString;
|
|
544
|
+
albumSessionCount: z.ZodNumber;
|
|
545
|
+
isolatedTracksCount: z.ZodNumber;
|
|
546
|
+
averageSessionLength: z.ZodNumber;
|
|
547
|
+
topAlbums: z.ZodArray<z.ZodObject<{
|
|
548
|
+
artist: z.ZodString;
|
|
549
|
+
album: z.ZodString;
|
|
550
|
+
sessionCount: z.ZodNumber;
|
|
551
|
+
totalTracksPlayed: z.ZodNumber;
|
|
552
|
+
}, z.core.$strip>>;
|
|
553
|
+
longestSession: z.ZodNullable<z.ZodObject<{
|
|
554
|
+
artist: z.ZodString;
|
|
555
|
+
album: z.ZodString;
|
|
556
|
+
trackCount: z.ZodNumber;
|
|
557
|
+
startTime: z.ZodNumber;
|
|
558
|
+
endTime: z.ZodNumber;
|
|
559
|
+
durationHours: z.ZodNumber;
|
|
560
|
+
}, z.core.$strip>>;
|
|
561
|
+
}, z.core.$strip>;
|
|
562
|
+
export declare const insightGenreEntrySchema: z.ZodObject<{
|
|
563
|
+
name: z.ZodString;
|
|
564
|
+
weight: z.ZodNumber;
|
|
565
|
+
percentage: z.ZodNumber;
|
|
566
|
+
}, z.core.$strip>;
|
|
567
|
+
export declare const insightsGenreBreakdownRequestSchema: z.ZodObject<{
|
|
568
|
+
user: z.ZodString;
|
|
569
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
570
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
571
|
+
topGenresLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
572
|
+
}, z.core.$strip>;
|
|
573
|
+
export declare const insightsGenreBreakdownResponseSchema: z.ZodObject<{
|
|
574
|
+
user: z.ZodString;
|
|
575
|
+
period: z.ZodString;
|
|
576
|
+
totalGenresDetected: z.ZodNumber;
|
|
577
|
+
hhiIndex: z.ZodNumber;
|
|
578
|
+
specializationLevel: z.ZodEnum<{
|
|
579
|
+
"Highly Concentrated": "Highly Concentrated";
|
|
580
|
+
"Moderately Diversified": "Moderately Diversified";
|
|
581
|
+
"Musical Omnivore": "Musical Omnivore";
|
|
582
|
+
}>;
|
|
583
|
+
description: z.ZodString;
|
|
584
|
+
genres: z.ZodArray<z.ZodObject<{
|
|
585
|
+
name: z.ZodString;
|
|
586
|
+
weight: z.ZodNumber;
|
|
587
|
+
percentage: z.ZodNumber;
|
|
588
|
+
}, z.core.$strip>>;
|
|
589
|
+
}, z.core.$strip>;
|
|
590
|
+
export declare const insightGenreShiftSchema: z.ZodObject<{
|
|
591
|
+
name: z.ZodString;
|
|
592
|
+
currentPct: z.ZodNumber;
|
|
593
|
+
previousPct: z.ZodNumber;
|
|
594
|
+
deltaPct: z.ZodNumber;
|
|
595
|
+
}, z.core.$strip>;
|
|
596
|
+
export declare const insightsGenreEvolutionRequestSchema: z.ZodObject<{
|
|
597
|
+
user: z.ZodString;
|
|
598
|
+
currentPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
599
|
+
previousPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
600
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
601
|
+
}, z.core.$strip>;
|
|
602
|
+
export declare const insightsGenreEvolutionResponseSchema: z.ZodObject<{
|
|
603
|
+
user: z.ZodString;
|
|
604
|
+
currentPeriod: z.ZodString;
|
|
605
|
+
previousPeriod: z.ZodString;
|
|
606
|
+
risingGenres: z.ZodArray<z.ZodObject<{
|
|
607
|
+
name: z.ZodString;
|
|
608
|
+
currentPct: z.ZodNumber;
|
|
609
|
+
previousPct: z.ZodNumber;
|
|
610
|
+
deltaPct: z.ZodNumber;
|
|
611
|
+
}, z.core.$strip>>;
|
|
612
|
+
fadingGenres: z.ZodArray<z.ZodObject<{
|
|
613
|
+
name: z.ZodString;
|
|
614
|
+
currentPct: z.ZodNumber;
|
|
615
|
+
previousPct: z.ZodNumber;
|
|
616
|
+
deltaPct: z.ZodNumber;
|
|
617
|
+
}, z.core.$strip>>;
|
|
618
|
+
newGenres: z.ZodArray<z.ZodObject<{
|
|
619
|
+
name: z.ZodString;
|
|
620
|
+
currentPct: z.ZodNumber;
|
|
621
|
+
}, z.core.$strip>>;
|
|
622
|
+
}, z.core.$strip>;
|
|
623
|
+
export declare const insightRecommendationItemSchema: z.ZodObject<{
|
|
624
|
+
name: z.ZodString;
|
|
625
|
+
score: z.ZodNumber;
|
|
626
|
+
matchedSeeds: z.ZodArray<z.ZodString>;
|
|
627
|
+
url: z.ZodOptional<z.ZodString>;
|
|
628
|
+
}, z.core.$strip>;
|
|
629
|
+
export declare const insightsRecommendationsRequestSchema: z.ZodObject<{
|
|
630
|
+
user: z.ZodString;
|
|
631
|
+
seedLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
632
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
633
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
634
|
+
}, z.core.$strip>;
|
|
635
|
+
export declare const insightsRecommendationsResponseSchema: z.ZodObject<{
|
|
636
|
+
user: z.ZodString;
|
|
637
|
+
seedArtists: z.ZodArray<z.ZodString>;
|
|
638
|
+
totalRecommendations: z.ZodNumber;
|
|
639
|
+
recommendations: z.ZodArray<z.ZodObject<{
|
|
640
|
+
name: z.ZodString;
|
|
641
|
+
score: z.ZodNumber;
|
|
642
|
+
matchedSeeds: z.ZodArray<z.ZodString>;
|
|
643
|
+
url: z.ZodOptional<z.ZodString>;
|
|
644
|
+
}, z.core.$strip>>;
|
|
645
|
+
}, z.core.$strip>;
|
|
646
|
+
export declare const insightBridgeArtistSchema: z.ZodObject<{
|
|
647
|
+
name: z.ZodString;
|
|
648
|
+
rankA: z.ZodNumber;
|
|
649
|
+
rankB: z.ZodNumber;
|
|
650
|
+
combinedScore: z.ZodNumber;
|
|
651
|
+
url: z.ZodOptional<z.ZodString>;
|
|
652
|
+
}, z.core.$strip>;
|
|
653
|
+
export declare const insightsBridgeArtistsRequestSchema: z.ZodObject<{
|
|
654
|
+
tagA: z.ZodString;
|
|
655
|
+
tagB: z.ZodString;
|
|
656
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
657
|
+
}, z.core.$strip>;
|
|
658
|
+
export declare const insightsBridgeArtistsResponseSchema: z.ZodObject<{
|
|
659
|
+
tagA: z.ZodString;
|
|
660
|
+
tagB: z.ZodString;
|
|
661
|
+
totalBridges: z.ZodNumber;
|
|
662
|
+
bridgeArtists: z.ZodArray<z.ZodObject<{
|
|
663
|
+
name: z.ZodString;
|
|
664
|
+
rankA: z.ZodNumber;
|
|
665
|
+
rankB: z.ZodNumber;
|
|
666
|
+
combinedScore: z.ZodNumber;
|
|
667
|
+
url: z.ZodOptional<z.ZodString>;
|
|
668
|
+
}, z.core.$strip>>;
|
|
669
|
+
}, z.core.$strip>;
|
|
670
|
+
export declare const insightPairwiseAffinitySchema: z.ZodObject<{
|
|
671
|
+
userA: z.ZodString;
|
|
672
|
+
userB: z.ZodString;
|
|
673
|
+
jaccard: z.ZodNumber;
|
|
674
|
+
compatibilityScore: z.ZodNumber;
|
|
675
|
+
sharedCount: z.ZodNumber;
|
|
676
|
+
}, z.core.$strip>;
|
|
677
|
+
export declare const insightConsensusArtistSchema: z.ZodObject<{
|
|
678
|
+
name: z.ZodString;
|
|
679
|
+
listenerCount: z.ZodNumber;
|
|
680
|
+
listenerPercentage: z.ZodNumber;
|
|
681
|
+
listeners: z.ZodArray<z.ZodString>;
|
|
682
|
+
totalPlays: z.ZodNumber;
|
|
683
|
+
}, z.core.$strip>;
|
|
684
|
+
export declare const insightsCompareTasteGroupRequestSchema: z.ZodObject<{
|
|
685
|
+
users: z.ZodArray<z.ZodString>;
|
|
686
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
687
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
688
|
+
}, z.core.$strip>;
|
|
689
|
+
export declare const insightsCompareTasteGroupResponseSchema: z.ZodObject<{
|
|
690
|
+
users: z.ZodArray<z.ZodString>;
|
|
691
|
+
period: z.ZodString;
|
|
692
|
+
groupAverageCompatibility: z.ZodNumber;
|
|
693
|
+
groupOutlier: z.ZodNullable<z.ZodObject<{
|
|
694
|
+
user: z.ZodString;
|
|
695
|
+
averageCompatibility: z.ZodNumber;
|
|
696
|
+
}, z.core.$strip>>;
|
|
697
|
+
groupAnchor: z.ZodNullable<z.ZodObject<{
|
|
698
|
+
user: z.ZodString;
|
|
699
|
+
averageCompatibility: z.ZodNumber;
|
|
700
|
+
}, z.core.$strip>>;
|
|
701
|
+
consensusArtists: z.ZodArray<z.ZodObject<{
|
|
702
|
+
name: z.ZodString;
|
|
703
|
+
listenerCount: z.ZodNumber;
|
|
704
|
+
listenerPercentage: z.ZodNumber;
|
|
705
|
+
listeners: z.ZodArray<z.ZodString>;
|
|
706
|
+
totalPlays: z.ZodNumber;
|
|
707
|
+
}, z.core.$strip>>;
|
|
708
|
+
pairwiseMatrix: z.ZodArray<z.ZodObject<{
|
|
709
|
+
userA: z.ZodString;
|
|
710
|
+
userB: z.ZodString;
|
|
711
|
+
jaccard: z.ZodNumber;
|
|
712
|
+
compatibilityScore: z.ZodNumber;
|
|
713
|
+
sharedCount: z.ZodNumber;
|
|
714
|
+
}, z.core.$strip>>;
|
|
715
|
+
}, z.core.$strip>;
|
|
716
|
+
export declare const insightsGetSummaryRequestSchema: z.ZodObject<{
|
|
717
|
+
user: z.ZodString;
|
|
718
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
719
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
720
|
+
}, z.core.$strip>;
|
|
721
|
+
export declare const insightsGetSummaryResponseSchema: z.ZodObject<{
|
|
722
|
+
user: z.ZodString;
|
|
723
|
+
period: z.ZodString;
|
|
724
|
+
label: z.ZodString;
|
|
725
|
+
lastfmPeriod: z.ZodString;
|
|
726
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
727
|
+
to: z.ZodNumber;
|
|
728
|
+
topArtists: z.ZodArray<z.ZodObject<{
|
|
729
|
+
name: z.ZodString;
|
|
730
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
731
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
732
|
+
url: z.ZodOptional<z.ZodString>;
|
|
733
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
734
|
+
'#text': z.ZodString;
|
|
735
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
736
|
+
}, z.core.$strip>>>;
|
|
737
|
+
}, z.core.$strip>>;
|
|
738
|
+
topTracks: z.ZodArray<z.ZodObject<{
|
|
739
|
+
name: z.ZodString;
|
|
740
|
+
artist: z.ZodString;
|
|
741
|
+
album: z.ZodOptional<z.ZodString>;
|
|
742
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
743
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
744
|
+
url: z.ZodOptional<z.ZodString>;
|
|
745
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
746
|
+
'#text': z.ZodString;
|
|
747
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
748
|
+
}, z.core.$strip>>>;
|
|
749
|
+
}, z.core.$strip>>;
|
|
750
|
+
topAlbums: z.ZodArray<z.ZodObject<{
|
|
751
|
+
name: z.ZodString;
|
|
752
|
+
artist: z.ZodOptional<z.ZodString>;
|
|
753
|
+
playcount: z.ZodOptional<z.ZodNumber>;
|
|
754
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
755
|
+
url: z.ZodOptional<z.ZodString>;
|
|
756
|
+
image: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
757
|
+
'#text': z.ZodString;
|
|
758
|
+
size: z.ZodUnion<readonly [z.ZodLiteral<"small">, z.ZodLiteral<"medium">, z.ZodLiteral<"large">, z.ZodLiteral<"extralarge">, z.ZodLiteral<"mega">]>;
|
|
759
|
+
}, z.core.$strip>>>;
|
|
760
|
+
}, z.core.$strip>>;
|
|
761
|
+
topTags: z.ZodArray<z.ZodObject<{
|
|
762
|
+
name: z.ZodString;
|
|
763
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
764
|
+
url: z.ZodOptional<z.ZodString>;
|
|
765
|
+
}, z.core.$strip>>;
|
|
766
|
+
totalScrobbles: z.ZodNumber;
|
|
767
|
+
diversity: z.ZodOptional<z.ZodObject<{
|
|
768
|
+
shannon: z.ZodNumber;
|
|
769
|
+
normalized: z.ZodNumber;
|
|
770
|
+
top1Share: z.ZodNumber;
|
|
771
|
+
top3Share: z.ZodNumber;
|
|
772
|
+
top5Share: z.ZodNumber;
|
|
773
|
+
uniqueArtists: z.ZodNumber;
|
|
774
|
+
}, z.core.$strip>>;
|
|
775
|
+
}, z.core.$strip>;
|
|
776
|
+
export declare const insightsGetNowPlayingRequestSchema: z.ZodObject<{
|
|
777
|
+
user: z.ZodString;
|
|
778
|
+
similarLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
779
|
+
bioMaxChars: z.ZodOptional<z.ZodNumber>;
|
|
780
|
+
}, z.core.$strip>;
|
|
781
|
+
export declare const insightsGetNowPlayingResponseSchema: z.ZodObject<{
|
|
782
|
+
user: z.ZodString;
|
|
783
|
+
nowPlaying: z.ZodBoolean;
|
|
784
|
+
track: z.ZodObject<{
|
|
785
|
+
name: z.ZodString;
|
|
786
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
787
|
+
url: z.ZodOptional<z.ZodString>;
|
|
788
|
+
}, z.core.$strip>;
|
|
789
|
+
artist: z.ZodObject<{
|
|
790
|
+
name: z.ZodString;
|
|
791
|
+
mbid: z.ZodOptional<z.ZodString>;
|
|
792
|
+
url: z.ZodOptional<z.ZodString>;
|
|
793
|
+
}, z.core.$strip>;
|
|
794
|
+
album: z.ZodOptional<z.ZodString>;
|
|
795
|
+
image: z.ZodOptional<z.ZodString>;
|
|
796
|
+
bio: z.ZodString;
|
|
797
|
+
similar: z.ZodArray<z.ZodObject<{
|
|
798
|
+
name: z.ZodString;
|
|
799
|
+
url: z.ZodOptional<z.ZodString>;
|
|
800
|
+
match: z.ZodOptional<z.ZodNumber>;
|
|
801
|
+
}, z.core.$strip>>;
|
|
802
|
+
}, z.core.$strip>;
|
|
803
|
+
export declare const insightsGetHoursHistogramRequestSchema: z.ZodObject<{
|
|
804
|
+
user: z.ZodString;
|
|
805
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
806
|
+
to: z.ZodOptional<z.ZodNumber>;
|
|
807
|
+
sinceDays: z.ZodOptional<z.ZodNumber>;
|
|
808
|
+
maxPages: z.ZodOptional<z.ZodNumber>;
|
|
809
|
+
}, z.core.$strip>;
|
|
810
|
+
export declare const insightsGetHoursHistogramResponseSchema: z.ZodObject<{
|
|
811
|
+
user: z.ZodString;
|
|
812
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
813
|
+
to: z.ZodNumber;
|
|
814
|
+
total: z.ZodNumber;
|
|
815
|
+
byHour: z.ZodArray<z.ZodNumber>;
|
|
816
|
+
byWeekday: z.ZodArray<z.ZodNumber>;
|
|
817
|
+
peakHour: z.ZodNullable<z.ZodNumber>;
|
|
818
|
+
peakHourCount: z.ZodNumber;
|
|
819
|
+
peakWeekday: z.ZodNullable<z.ZodNumber>;
|
|
820
|
+
peakWeekdayCount: z.ZodNumber;
|
|
821
|
+
peakWeekdayLabel: z.ZodNullable<z.ZodString>;
|
|
822
|
+
nightShare: z.ZodNumber;
|
|
823
|
+
morningShare: z.ZodNumber;
|
|
824
|
+
afternoonShare: z.ZodNumber;
|
|
825
|
+
eveningShare: z.ZodNumber;
|
|
826
|
+
weekendShare: z.ZodNumber;
|
|
827
|
+
}, z.core.$strip>;
|
|
828
|
+
export declare const insightsGetBingesRequestSchema: z.ZodObject<{
|
|
829
|
+
user: z.ZodString;
|
|
830
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
831
|
+
to: z.ZodOptional<z.ZodNumber>;
|
|
832
|
+
sinceDays: z.ZodOptional<z.ZodNumber>;
|
|
833
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
834
|
+
maxGapSeconds: z.ZodOptional<z.ZodNumber>;
|
|
835
|
+
trackKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"artist">, z.ZodLiteral<"track">, z.ZodBoolean]>>;
|
|
836
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
837
|
+
maxPages: z.ZodOptional<z.ZodNumber>;
|
|
838
|
+
}, z.core.$strip>;
|
|
839
|
+
export declare const insightsGetBingesResponseSchema: z.ZodObject<{
|
|
840
|
+
user: z.ZodString;
|
|
841
|
+
totalScrobbles: z.ZodNumber;
|
|
842
|
+
binges: z.ZodArray<z.ZodObject<{
|
|
843
|
+
artist: z.ZodString;
|
|
844
|
+
track: z.ZodOptional<z.ZodString>;
|
|
845
|
+
length: z.ZodNumber;
|
|
846
|
+
startUts: z.ZodNumber;
|
|
847
|
+
endUts: z.ZodNumber;
|
|
848
|
+
durationSeconds: z.ZodNumber;
|
|
849
|
+
}, z.core.$strip>>;
|
|
850
|
+
}, z.core.$strip>;
|
|
851
|
+
export declare const insightsGetTrendsRequestSchema: z.ZodObject<{
|
|
852
|
+
user: z.ZodString;
|
|
853
|
+
target: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"artists">, z.ZodLiteral<"tracks">, z.ZodLiteral<"albums">]>>;
|
|
854
|
+
currentPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
855
|
+
previousPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
856
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
857
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
858
|
+
}, z.core.$strip>;
|
|
859
|
+
export declare const insightsGetTrendsResponseSchema: z.ZodObject<{
|
|
860
|
+
user: z.ZodString;
|
|
861
|
+
target: z.ZodUnion<readonly [z.ZodLiteral<"artists">, z.ZodLiteral<"tracks">, z.ZodLiteral<"albums">]>;
|
|
862
|
+
currentPeriod: z.ZodString;
|
|
863
|
+
previousPeriod: z.ZodString;
|
|
864
|
+
risers: z.ZodArray<z.ZodObject<{
|
|
865
|
+
name: z.ZodString;
|
|
866
|
+
playcount: z.ZodNumber;
|
|
867
|
+
currentRank: z.ZodNumber;
|
|
868
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
869
|
+
deltaRank: z.ZodNumber;
|
|
870
|
+
deltaCount: z.ZodNumber;
|
|
871
|
+
}, z.core.$strip>>;
|
|
872
|
+
fallers: z.ZodArray<z.ZodObject<{
|
|
873
|
+
name: z.ZodString;
|
|
874
|
+
playcount: z.ZodNumber;
|
|
875
|
+
currentRank: z.ZodNumber;
|
|
876
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
877
|
+
deltaRank: z.ZodNumber;
|
|
878
|
+
deltaCount: z.ZodNumber;
|
|
879
|
+
}, z.core.$strip>>;
|
|
880
|
+
newcomers: z.ZodArray<z.ZodObject<{
|
|
881
|
+
name: z.ZodString;
|
|
882
|
+
playcount: z.ZodNumber;
|
|
883
|
+
currentRank: z.ZodNumber;
|
|
884
|
+
previousRank: z.ZodOptional<z.ZodNumber>;
|
|
885
|
+
deltaRank: z.ZodNumber;
|
|
886
|
+
deltaCount: z.ZodNumber;
|
|
887
|
+
}, z.core.$strip>>;
|
|
888
|
+
departures: z.ZodArray<z.ZodObject<{
|
|
889
|
+
name: z.ZodString;
|
|
890
|
+
playcount: z.ZodNumber;
|
|
891
|
+
}, z.core.$strip>>;
|
|
892
|
+
}, z.core.$strip>;
|
|
893
|
+
export declare const insightsGetDiscoveriesRequestSchema: z.ZodObject<{
|
|
894
|
+
user: z.ZodString;
|
|
895
|
+
from: z.ZodOptional<z.ZodNumber>;
|
|
896
|
+
to: z.ZodOptional<z.ZodNumber>;
|
|
897
|
+
windowDays: z.ZodOptional<z.ZodNumber>;
|
|
898
|
+
baselineLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
899
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
900
|
+
maxPages: z.ZodOptional<z.ZodNumber>;
|
|
901
|
+
}, z.core.$strip>;
|
|
902
|
+
export declare const insightsGetDiscoveriesResponseSchema: z.ZodObject<{
|
|
903
|
+
user: z.ZodString;
|
|
904
|
+
windowDays: z.ZodNumber;
|
|
905
|
+
baselineSize: z.ZodNumber;
|
|
906
|
+
totalDiscovered: z.ZodNumber;
|
|
907
|
+
discoveries: z.ZodArray<z.ZodObject<{
|
|
908
|
+
name: z.ZodString;
|
|
909
|
+
firstSeen: z.ZodNumber;
|
|
910
|
+
}, z.core.$strip>>;
|
|
911
|
+
}, z.core.$strip>;
|
|
912
|
+
export declare const insightsGetMoodRequestSchema: z.ZodObject<{
|
|
913
|
+
user: z.ZodString;
|
|
914
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
915
|
+
topArtistsLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
916
|
+
}, z.core.$strip>;
|
|
917
|
+
export declare const insightsGetMoodResponseSchema: z.ZodObject<{
|
|
918
|
+
user: z.ZodString;
|
|
919
|
+
period: z.ZodString;
|
|
920
|
+
axes: z.ZodObject<{
|
|
921
|
+
energy: z.ZodNumber;
|
|
922
|
+
valence: z.ZodNumber;
|
|
923
|
+
}, z.core.$strip>;
|
|
924
|
+
label: z.ZodString;
|
|
925
|
+
categories: z.ZodArray<z.ZodString>;
|
|
926
|
+
confidence: z.ZodNumber;
|
|
927
|
+
tagSourceCount: z.ZodNumber;
|
|
928
|
+
artistCount: z.ZodNumber;
|
|
929
|
+
primarySource: z.ZodUnion<readonly [z.ZodLiteral<"user-tags">, z.ZodLiteral<"artist-tags">, z.ZodLiteral<"mixed">]>;
|
|
930
|
+
}, z.core.$strip>;
|
|
931
|
+
export declare const insightsGetPersonalityRequestSchema: z.ZodObject<{
|
|
932
|
+
user: z.ZodString;
|
|
933
|
+
}, z.core.$strip>;
|
|
934
|
+
export declare const insightsGetPersonalityResponseSchema: z.ZodObject<{
|
|
935
|
+
user: z.ZodString;
|
|
936
|
+
winner: z.ZodUnion<readonly [z.ZodLiteral<"Devotee">, z.ZodLiteral<"Explorer">, z.ZodLiteral<"Drifter">, z.ZodLiteral<"DJ">, z.ZodLiteral<"Nocturnal">, z.ZodLiteral<"Archivist">]>;
|
|
937
|
+
archetype: z.ZodObject<{
|
|
938
|
+
id: z.ZodString;
|
|
939
|
+
name: z.ZodString;
|
|
940
|
+
emoji: z.ZodString;
|
|
941
|
+
blurb: z.ZodString;
|
|
942
|
+
}, z.core.$strip>;
|
|
943
|
+
scores: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
944
|
+
reasons: z.ZodArray<z.ZodString>;
|
|
945
|
+
features: z.ZodObject<{
|
|
946
|
+
totalScrobbles: z.ZodNumber;
|
|
947
|
+
uniqueArtists: z.ZodNumber;
|
|
948
|
+
top1Share: z.ZodNumber;
|
|
949
|
+
top3Share: z.ZodNumber;
|
|
950
|
+
top5Share: z.ZodNumber;
|
|
951
|
+
normalizedDiversity: z.ZodNumber;
|
|
952
|
+
newArtistsLast30d: z.ZodNumber;
|
|
953
|
+
totalArtistsLast30d: z.ZodNumber;
|
|
954
|
+
nightHourShare: z.ZodNumber;
|
|
955
|
+
morningHourShare: z.ZodNumber;
|
|
956
|
+
weekdayShare: z.ZodNumber;
|
|
957
|
+
}, z.core.$strip>;
|
|
958
|
+
}, z.core.$strip>;
|
|
959
|
+
export declare const insightsCompareUsersRequestSchema: z.ZodObject<{
|
|
960
|
+
userA: z.ZodString;
|
|
961
|
+
userB: z.ZodString;
|
|
962
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
963
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
964
|
+
}, z.core.$strip>;
|
|
965
|
+
export declare const insightsCompareUsersResponseSchema: z.ZodObject<{
|
|
966
|
+
userA: z.ZodString;
|
|
967
|
+
userB: z.ZodString;
|
|
968
|
+
period: z.ZodString;
|
|
969
|
+
compatibilityScore: z.ZodNumber;
|
|
970
|
+
jaccard: z.ZodNumber;
|
|
971
|
+
sharedCount: z.ZodNumber;
|
|
972
|
+
userACount: z.ZodNumber;
|
|
973
|
+
userBCount: z.ZodNumber;
|
|
974
|
+
sharedArtists: z.ZodArray<z.ZodObject<{
|
|
975
|
+
name: z.ZodString;
|
|
976
|
+
userAPlaycount: z.ZodNumber;
|
|
977
|
+
userBPlaycount: z.ZodNumber;
|
|
978
|
+
weight: z.ZodNumber;
|
|
979
|
+
}, z.core.$strip>>;
|
|
980
|
+
onlyUserA: z.ZodArray<z.ZodString>;
|
|
981
|
+
onlyUserB: z.ZodArray<z.ZodString>;
|
|
982
|
+
}, z.core.$strip>;
|
|
983
|
+
export declare const insightsGetCompareUsersRequestSchema: z.ZodObject<{
|
|
984
|
+
userA: z.ZodString;
|
|
985
|
+
userB: z.ZodString;
|
|
986
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
987
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
988
|
+
}, z.core.$strip>;
|
|
989
|
+
export declare const insightsGetCompareUsersResponseSchema: z.ZodObject<{
|
|
990
|
+
userA: z.ZodString;
|
|
991
|
+
userB: z.ZodString;
|
|
992
|
+
period: z.ZodString;
|
|
993
|
+
compatibilityScore: z.ZodNumber;
|
|
994
|
+
jaccard: z.ZodNumber;
|
|
995
|
+
sharedCount: z.ZodNumber;
|
|
996
|
+
userACount: z.ZodNumber;
|
|
997
|
+
userBCount: z.ZodNumber;
|
|
998
|
+
sharedArtists: z.ZodArray<z.ZodObject<{
|
|
999
|
+
name: z.ZodString;
|
|
1000
|
+
userAPlaycount: z.ZodNumber;
|
|
1001
|
+
userBPlaycount: z.ZodNumber;
|
|
1002
|
+
weight: z.ZodNumber;
|
|
1003
|
+
}, z.core.$strip>>;
|
|
1004
|
+
onlyUserA: z.ZodArray<z.ZodString>;
|
|
1005
|
+
onlyUserB: z.ZodArray<z.ZodString>;
|
|
1006
|
+
}, z.core.$strip>;
|
|
1007
|
+
export declare const insightsGetObscurityScoreRequestSchema: z.ZodObject<{
|
|
1008
|
+
user: z.ZodString;
|
|
1009
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1010
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1011
|
+
}, z.core.$strip>;
|
|
1012
|
+
export declare const insightsGetObscurityScoreResponseSchema: z.ZodObject<{
|
|
1013
|
+
user: z.ZodString;
|
|
1014
|
+
period: z.ZodString;
|
|
1015
|
+
obscurityScore: z.ZodNumber;
|
|
1016
|
+
category: z.ZodEnum<{
|
|
1017
|
+
"Purist Underground": "Purist Underground";
|
|
1018
|
+
"Indie Explorer": "Indie Explorer";
|
|
1019
|
+
"Balanced Listener": "Balanced Listener";
|
|
1020
|
+
"Mainstream Enthusiast": "Mainstream Enthusiast";
|
|
1021
|
+
"Chart Chaser": "Chart Chaser";
|
|
1022
|
+
}>;
|
|
1023
|
+
description: z.ZodString;
|
|
1024
|
+
totalArtistsEvaluated: z.ZodNumber;
|
|
1025
|
+
averageGlobalListeners: z.ZodNumber;
|
|
1026
|
+
medianGlobalListeners: z.ZodNumber;
|
|
1027
|
+
hiddenGems: z.ZodArray<z.ZodObject<{
|
|
1028
|
+
name: z.ZodString;
|
|
1029
|
+
userPlaycount: z.ZodNumber;
|
|
1030
|
+
globalListeners: z.ZodNumber;
|
|
1031
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
1032
|
+
obscurityScore: z.ZodNumber;
|
|
1033
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
}, z.core.$strip>>;
|
|
1035
|
+
mainstreamAnchors: z.ZodArray<z.ZodObject<{
|
|
1036
|
+
name: z.ZodString;
|
|
1037
|
+
userPlaycount: z.ZodNumber;
|
|
1038
|
+
globalListeners: z.ZodNumber;
|
|
1039
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
1040
|
+
obscurityScore: z.ZodNumber;
|
|
1041
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1042
|
+
}, z.core.$strip>>;
|
|
1043
|
+
artists: z.ZodArray<z.ZodObject<{
|
|
1044
|
+
name: z.ZodString;
|
|
1045
|
+
userPlaycount: z.ZodNumber;
|
|
1046
|
+
globalListeners: z.ZodNumber;
|
|
1047
|
+
globalPlaycount: z.ZodOptional<z.ZodNumber>;
|
|
1048
|
+
obscurityScore: z.ZodNumber;
|
|
1049
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1050
|
+
}, z.core.$strip>>;
|
|
1051
|
+
}, z.core.$strip>;
|
|
1052
|
+
export declare const insightsGetForgottenFavoritesRequestSchema: z.ZodObject<{
|
|
1053
|
+
user: z.ZodString;
|
|
1054
|
+
historicPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1055
|
+
recentPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1056
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1057
|
+
}, z.core.$strip>;
|
|
1058
|
+
export declare const insightsGetForgottenFavoritesResponseSchema: z.ZodObject<{
|
|
1059
|
+
user: z.ZodString;
|
|
1060
|
+
historicPeriod: z.ZodString;
|
|
1061
|
+
recentPeriod: z.ZodString;
|
|
1062
|
+
totalForgotten: z.ZodNumber;
|
|
1063
|
+
forgottenArtists: z.ZodArray<z.ZodObject<{
|
|
1064
|
+
name: z.ZodString;
|
|
1065
|
+
historicPlaycount: z.ZodNumber;
|
|
1066
|
+
historicRank: z.ZodNumber;
|
|
1067
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1068
|
+
}, z.core.$strip>>;
|
|
1069
|
+
}, z.core.$strip>;
|
|
1070
|
+
export declare const insightsGetObsessionsRequestSchema: z.ZodObject<{
|
|
1071
|
+
user: z.ZodString;
|
|
1072
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1073
|
+
thresholdRatio: z.ZodOptional<z.ZodNumber>;
|
|
1074
|
+
windowSize: z.ZodOptional<z.ZodNumber>;
|
|
1075
|
+
}, z.core.$strip>;
|
|
1076
|
+
export declare const insightsGetObsessionsResponseSchema: z.ZodObject<{
|
|
1077
|
+
user: z.ZodString;
|
|
1078
|
+
totalScrobblesInspected: z.ZodNumber;
|
|
1079
|
+
obsessions: z.ZodArray<z.ZodObject<{
|
|
1080
|
+
artist: z.ZodString;
|
|
1081
|
+
track: z.ZodOptional<z.ZodString>;
|
|
1082
|
+
scrobbles: z.ZodNumber;
|
|
1083
|
+
totalInWindow: z.ZodNumber;
|
|
1084
|
+
density: z.ZodNumber;
|
|
1085
|
+
startTime: z.ZodNumber;
|
|
1086
|
+
endTime: z.ZodNumber;
|
|
1087
|
+
durationHours: z.ZodNumber;
|
|
1088
|
+
}, z.core.$strip>>;
|
|
1089
|
+
mostObsessiveArtist: z.ZodNullable<z.ZodString>;
|
|
1090
|
+
}, z.core.$strip>;
|
|
1091
|
+
export declare const insightsGetStreaksRequestSchema: z.ZodObject<{
|
|
1092
|
+
user: z.ZodString;
|
|
1093
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1094
|
+
}, z.core.$strip>;
|
|
1095
|
+
export declare const insightsGetStreaksResponseSchema: z.ZodObject<{
|
|
1096
|
+
user: z.ZodString;
|
|
1097
|
+
currentStreakDays: z.ZodNumber;
|
|
1098
|
+
longestStreakDays: z.ZodNumber;
|
|
1099
|
+
longestDrySpellDays: z.ZodNumber;
|
|
1100
|
+
activeDaysCount: z.ZodNumber;
|
|
1101
|
+
totalDaysEvaluated: z.ZodNumber;
|
|
1102
|
+
averageDailyScrobbles: z.ZodNumber;
|
|
1103
|
+
}, z.core.$strip>;
|
|
1104
|
+
export declare const insightsGetListeningStreaksRequestSchema: z.ZodObject<{
|
|
1105
|
+
user: z.ZodString;
|
|
1106
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1107
|
+
}, z.core.$strip>;
|
|
1108
|
+
export declare const insightsGetListeningStreaksResponseSchema: z.ZodObject<{
|
|
1109
|
+
user: z.ZodString;
|
|
1110
|
+
currentStreakDays: z.ZodNumber;
|
|
1111
|
+
longestStreakDays: z.ZodNumber;
|
|
1112
|
+
longestDrySpellDays: z.ZodNumber;
|
|
1113
|
+
activeDaysCount: z.ZodNumber;
|
|
1114
|
+
totalDaysEvaluated: z.ZodNumber;
|
|
1115
|
+
averageDailyScrobbles: z.ZodNumber;
|
|
1116
|
+
}, z.core.$strip>;
|
|
1117
|
+
export declare const insightsGetHeatmapRequestSchema: z.ZodObject<{
|
|
1118
|
+
user: z.ZodString;
|
|
1119
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1120
|
+
days: z.ZodOptional<z.ZodNumber>;
|
|
1121
|
+
}, z.core.$strip>;
|
|
1122
|
+
export declare const insightsGetHeatmapResponseSchema: z.ZodObject<{
|
|
1123
|
+
user: z.ZodString;
|
|
1124
|
+
totalScrobbles: z.ZodNumber;
|
|
1125
|
+
maxDailyCount: z.ZodNumber;
|
|
1126
|
+
busiestDay: z.ZodNullable<z.ZodObject<{
|
|
1127
|
+
date: z.ZodString;
|
|
1128
|
+
count: z.ZodNumber;
|
|
1129
|
+
}, z.core.$strip>>;
|
|
1130
|
+
days: z.ZodArray<z.ZodObject<{
|
|
1131
|
+
date: z.ZodString;
|
|
1132
|
+
count: z.ZodNumber;
|
|
1133
|
+
level: z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>;
|
|
1134
|
+
}, z.core.$strip>>;
|
|
1135
|
+
}, z.core.$strip>;
|
|
1136
|
+
export declare const insightsGetListeningHeatmapRequestSchema: z.ZodObject<{
|
|
1137
|
+
user: z.ZodString;
|
|
1138
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1139
|
+
days: z.ZodOptional<z.ZodNumber>;
|
|
1140
|
+
}, z.core.$strip>;
|
|
1141
|
+
export declare const insightsGetListeningHeatmapResponseSchema: z.ZodObject<{
|
|
1142
|
+
user: z.ZodString;
|
|
1143
|
+
totalScrobbles: z.ZodNumber;
|
|
1144
|
+
maxDailyCount: z.ZodNumber;
|
|
1145
|
+
busiestDay: z.ZodNullable<z.ZodObject<{
|
|
1146
|
+
date: z.ZodString;
|
|
1147
|
+
count: z.ZodNumber;
|
|
1148
|
+
}, z.core.$strip>>;
|
|
1149
|
+
days: z.ZodArray<z.ZodObject<{
|
|
1150
|
+
date: z.ZodString;
|
|
1151
|
+
count: z.ZodNumber;
|
|
1152
|
+
level: z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>;
|
|
1153
|
+
}, z.core.$strip>>;
|
|
1154
|
+
}, z.core.$strip>;
|
|
1155
|
+
export declare const insightsGetAlbumHabitsRequestSchema: z.ZodObject<{
|
|
1156
|
+
user: z.ZodString;
|
|
1157
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1158
|
+
minSessionTracks: z.ZodOptional<z.ZodNumber>;
|
|
1159
|
+
}, z.core.$strip>;
|
|
1160
|
+
export declare const insightsGetAlbumHabitsResponseSchema: z.ZodObject<{
|
|
1161
|
+
user: z.ZodString;
|
|
1162
|
+
totalScrobblesInspected: z.ZodNumber;
|
|
1163
|
+
cohesionScore: z.ZodNumber;
|
|
1164
|
+
profile: z.ZodEnum<{
|
|
1165
|
+
"Album Purist": "Album Purist";
|
|
1166
|
+
"Cohesive Listener": "Cohesive Listener";
|
|
1167
|
+
"Mixed Mode": "Mixed Mode";
|
|
1168
|
+
"Playlist Shuffler": "Playlist Shuffler";
|
|
1169
|
+
}>;
|
|
1170
|
+
description: z.ZodString;
|
|
1171
|
+
albumSessionCount: z.ZodNumber;
|
|
1172
|
+
isolatedTracksCount: z.ZodNumber;
|
|
1173
|
+
averageSessionLength: z.ZodNumber;
|
|
1174
|
+
topAlbums: z.ZodArray<z.ZodObject<{
|
|
1175
|
+
artist: z.ZodString;
|
|
1176
|
+
album: z.ZodString;
|
|
1177
|
+
sessionCount: z.ZodNumber;
|
|
1178
|
+
totalTracksPlayed: z.ZodNumber;
|
|
1179
|
+
}, z.core.$strip>>;
|
|
1180
|
+
longestSession: z.ZodNullable<z.ZodObject<{
|
|
1181
|
+
artist: z.ZodString;
|
|
1182
|
+
album: z.ZodString;
|
|
1183
|
+
trackCount: z.ZodNumber;
|
|
1184
|
+
startTime: z.ZodNumber;
|
|
1185
|
+
endTime: z.ZodNumber;
|
|
1186
|
+
durationHours: z.ZodNumber;
|
|
1187
|
+
}, z.core.$strip>>;
|
|
1188
|
+
}, z.core.$strip>;
|
|
1189
|
+
export declare const insightsGetGenreBreakdownRequestSchema: z.ZodObject<{
|
|
1190
|
+
user: z.ZodString;
|
|
1191
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1192
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1193
|
+
topGenresLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1194
|
+
}, z.core.$strip>;
|
|
1195
|
+
export declare const insightsGetGenreBreakdownResponseSchema: z.ZodObject<{
|
|
1196
|
+
user: z.ZodString;
|
|
1197
|
+
period: z.ZodString;
|
|
1198
|
+
totalGenresDetected: z.ZodNumber;
|
|
1199
|
+
hhiIndex: z.ZodNumber;
|
|
1200
|
+
specializationLevel: z.ZodEnum<{
|
|
1201
|
+
"Highly Concentrated": "Highly Concentrated";
|
|
1202
|
+
"Moderately Diversified": "Moderately Diversified";
|
|
1203
|
+
"Musical Omnivore": "Musical Omnivore";
|
|
1204
|
+
}>;
|
|
1205
|
+
description: z.ZodString;
|
|
1206
|
+
genres: z.ZodArray<z.ZodObject<{
|
|
1207
|
+
name: z.ZodString;
|
|
1208
|
+
weight: z.ZodNumber;
|
|
1209
|
+
percentage: z.ZodNumber;
|
|
1210
|
+
}, z.core.$strip>>;
|
|
1211
|
+
}, z.core.$strip>;
|
|
1212
|
+
export declare const insightsGetGenreEvolutionRequestSchema: z.ZodObject<{
|
|
1213
|
+
user: z.ZodString;
|
|
1214
|
+
currentPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1215
|
+
previousPeriod: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1216
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1217
|
+
}, z.core.$strip>;
|
|
1218
|
+
export declare const insightsGetGenreEvolutionResponseSchema: z.ZodObject<{
|
|
1219
|
+
user: z.ZodString;
|
|
1220
|
+
currentPeriod: z.ZodString;
|
|
1221
|
+
previousPeriod: z.ZodString;
|
|
1222
|
+
risingGenres: z.ZodArray<z.ZodObject<{
|
|
1223
|
+
name: z.ZodString;
|
|
1224
|
+
currentPct: z.ZodNumber;
|
|
1225
|
+
previousPct: z.ZodNumber;
|
|
1226
|
+
deltaPct: z.ZodNumber;
|
|
1227
|
+
}, z.core.$strip>>;
|
|
1228
|
+
fadingGenres: z.ZodArray<z.ZodObject<{
|
|
1229
|
+
name: z.ZodString;
|
|
1230
|
+
currentPct: z.ZodNumber;
|
|
1231
|
+
previousPct: z.ZodNumber;
|
|
1232
|
+
deltaPct: z.ZodNumber;
|
|
1233
|
+
}, z.core.$strip>>;
|
|
1234
|
+
newGenres: z.ZodArray<z.ZodObject<{
|
|
1235
|
+
name: z.ZodString;
|
|
1236
|
+
currentPct: z.ZodNumber;
|
|
1237
|
+
}, z.core.$strip>>;
|
|
1238
|
+
}, z.core.$strip>;
|
|
1239
|
+
export declare const insightsGetSmartRecommendationsRequestSchema: z.ZodObject<{
|
|
1240
|
+
user: z.ZodString;
|
|
1241
|
+
seedLimit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1242
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1243
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1244
|
+
}, z.core.$strip>;
|
|
1245
|
+
export declare const insightsGetSmartRecommendationsResponseSchema: z.ZodObject<{
|
|
1246
|
+
user: z.ZodString;
|
|
1247
|
+
seedArtists: z.ZodArray<z.ZodString>;
|
|
1248
|
+
totalRecommendations: z.ZodNumber;
|
|
1249
|
+
recommendations: z.ZodArray<z.ZodObject<{
|
|
1250
|
+
name: z.ZodString;
|
|
1251
|
+
score: z.ZodNumber;
|
|
1252
|
+
matchedSeeds: z.ZodArray<z.ZodString>;
|
|
1253
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1254
|
+
}, z.core.$strip>>;
|
|
1255
|
+
}, z.core.$strip>;
|
|
1256
|
+
export declare const insightsGetBridgeArtistsRequestSchema: z.ZodObject<{
|
|
1257
|
+
tagA: z.ZodString;
|
|
1258
|
+
tagB: z.ZodString;
|
|
1259
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1260
|
+
}, z.core.$strip>;
|
|
1261
|
+
export declare const insightsGetBridgeArtistsResponseSchema: z.ZodObject<{
|
|
1262
|
+
tagA: z.ZodString;
|
|
1263
|
+
tagB: z.ZodString;
|
|
1264
|
+
totalBridges: z.ZodNumber;
|
|
1265
|
+
bridgeArtists: z.ZodArray<z.ZodObject<{
|
|
1266
|
+
name: z.ZodString;
|
|
1267
|
+
rankA: z.ZodNumber;
|
|
1268
|
+
rankB: z.ZodNumber;
|
|
1269
|
+
combinedScore: z.ZodNumber;
|
|
1270
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1271
|
+
}, z.core.$strip>>;
|
|
1272
|
+
}, z.core.$strip>;
|
|
1273
|
+
export declare const insightsGetCompareTasteGroupRequestSchema: z.ZodObject<{
|
|
1274
|
+
users: z.ZodArray<z.ZodString>;
|
|
1275
|
+
period: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"overall">, z.ZodLiteral<"7day">, z.ZodLiteral<"1month">, z.ZodLiteral<"3month">, z.ZodLiteral<"6month">, z.ZodLiteral<"12month">]>, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">, z.ZodLiteral<"yearly">]>>;
|
|
1276
|
+
limit: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1277
|
+
}, z.core.$strip>;
|
|
1278
|
+
export declare const insightsGetCompareTasteGroupResponseSchema: z.ZodObject<{
|
|
1279
|
+
users: z.ZodArray<z.ZodString>;
|
|
1280
|
+
period: z.ZodString;
|
|
1281
|
+
groupAverageCompatibility: z.ZodNumber;
|
|
1282
|
+
groupOutlier: z.ZodNullable<z.ZodObject<{
|
|
1283
|
+
user: z.ZodString;
|
|
1284
|
+
averageCompatibility: z.ZodNumber;
|
|
1285
|
+
}, z.core.$strip>>;
|
|
1286
|
+
groupAnchor: z.ZodNullable<z.ZodObject<{
|
|
1287
|
+
user: z.ZodString;
|
|
1288
|
+
averageCompatibility: z.ZodNumber;
|
|
1289
|
+
}, z.core.$strip>>;
|
|
1290
|
+
consensusArtists: z.ZodArray<z.ZodObject<{
|
|
1291
|
+
name: z.ZodString;
|
|
1292
|
+
listenerCount: z.ZodNumber;
|
|
1293
|
+
listenerPercentage: z.ZodNumber;
|
|
1294
|
+
listeners: z.ZodArray<z.ZodString>;
|
|
1295
|
+
totalPlays: z.ZodNumber;
|
|
1296
|
+
}, z.core.$strip>>;
|
|
1297
|
+
pairwiseMatrix: z.ZodArray<z.ZodObject<{
|
|
1298
|
+
userA: z.ZodString;
|
|
1299
|
+
userB: z.ZodString;
|
|
1300
|
+
jaccard: z.ZodNumber;
|
|
1301
|
+
compatibilityScore: z.ZodNumber;
|
|
1302
|
+
sharedCount: z.ZodNumber;
|
|
1303
|
+
}, z.core.$strip>>;
|
|
1304
|
+
}, z.core.$strip>;
|
|
1305
|
+
export type InsightsPeriod = z.infer<typeof insightsPeriodSchema>;
|
|
1306
|
+
export type InsightArtistEntry = z.infer<typeof insightArtistEntrySchema>;
|
|
1307
|
+
export type InsightTrackEntry = z.infer<typeof insightTrackEntrySchema>;
|
|
1308
|
+
export type InsightAlbumEntry = z.infer<typeof insightAlbumEntrySchema>;
|
|
1309
|
+
export type InsightTagEntry = z.infer<typeof insightTagEntrySchema>;
|
|
1310
|
+
export type InsightsDiversityStats = z.infer<typeof insightsDiversityStatsSchema>;
|
|
1311
|
+
export type InsightsSummaryRequest = z.infer<typeof insightsSummaryRequestSchema>;
|
|
1312
|
+
export type InsightsSummaryResponse = z.infer<typeof insightsSummaryResponseSchema>;
|
|
1313
|
+
export type InsightsGetSummaryRequest = InsightsSummaryRequest;
|
|
1314
|
+
export type InsightsGetSummaryResponse = InsightsSummaryResponse;
|
|
1315
|
+
export type InsightsNowPlayingRequest = z.infer<typeof insightsNowPlayingRequestSchema>;
|
|
1316
|
+
export type InsightsNowPlayingResponse = z.infer<typeof insightsNowPlayingResponseSchema>;
|
|
1317
|
+
export type InsightsGetNowPlayingRequest = InsightsNowPlayingRequest;
|
|
1318
|
+
export type InsightsGetNowPlayingResponse = InsightsNowPlayingResponse;
|
|
1319
|
+
export type InsightsHoursRequest = z.infer<typeof insightsHoursRequestSchema>;
|
|
1320
|
+
export type InsightsHoursResponse = z.infer<typeof insightsHoursResponseSchema>;
|
|
1321
|
+
export type InsightsGetHoursHistogramRequest = InsightsHoursRequest;
|
|
1322
|
+
export type InsightsGetHoursHistogramResponse = InsightsHoursResponse;
|
|
1323
|
+
export type InsightBingeItem = z.infer<typeof insightBingeItemSchema>;
|
|
1324
|
+
export type InsightsBingesRequest = z.infer<typeof insightsBingesRequestSchema>;
|
|
1325
|
+
export type InsightsBingesResponse = z.infer<typeof insightsBingesResponseSchema>;
|
|
1326
|
+
export type InsightsGetBingesRequest = InsightsBingesRequest;
|
|
1327
|
+
export type InsightsGetBingesResponse = InsightsBingesResponse;
|
|
1328
|
+
export type InsightRankedItem = z.infer<typeof insightRankedItemSchema>;
|
|
1329
|
+
export type InsightRankedWithDelta = z.infer<typeof insightRankedWithDeltaSchema>;
|
|
1330
|
+
export type InsightsTrendsRequest = z.infer<typeof insightsTrendsRequestSchema>;
|
|
1331
|
+
export type InsightsTrendsResponse = z.infer<typeof insightsTrendsResponseSchema>;
|
|
1332
|
+
export type InsightsGetTrendsRequest = InsightsTrendsRequest;
|
|
1333
|
+
export type InsightsGetTrendsResponse = InsightsTrendsResponse;
|
|
1334
|
+
export type InsightDiscoveredArtist = z.infer<typeof insightDiscoveredArtistSchema>;
|
|
1335
|
+
export type InsightsDiscoveriesRequest = z.infer<typeof insightsDiscoveriesRequestSchema>;
|
|
1336
|
+
export type InsightsDiscoveriesResponse = z.infer<typeof insightsDiscoveriesResponseSchema>;
|
|
1337
|
+
export type InsightsGetDiscoveriesRequest = InsightsDiscoveriesRequest;
|
|
1338
|
+
export type InsightsGetDiscoveriesResponse = InsightsDiscoveriesResponse;
|
|
1339
|
+
export type InsightMoodAxes = z.infer<typeof insightMoodAxesSchema>;
|
|
1340
|
+
export type InsightsMoodRequest = z.infer<typeof insightsMoodRequestSchema>;
|
|
1341
|
+
export type InsightsMoodResponse = z.infer<typeof insightsMoodResponseSchema>;
|
|
1342
|
+
export type InsightsGetMoodRequest = InsightsMoodRequest;
|
|
1343
|
+
export type InsightsGetMoodResponse = InsightsMoodResponse;
|
|
1344
|
+
export type InsightPersonalityFeatures = z.infer<typeof insightPersonalityFeaturesSchema>;
|
|
1345
|
+
export type InsightPersonalityArchetype = z.infer<typeof insightPersonalityArchetypeSchema>;
|
|
1346
|
+
export type InsightsPersonalityRequest = z.infer<typeof insightsPersonalityRequestSchema>;
|
|
1347
|
+
export type InsightsPersonalityResponse = z.infer<typeof insightsPersonalityResponseSchema>;
|
|
1348
|
+
export type InsightsGetPersonalityRequest = InsightsPersonalityRequest;
|
|
1349
|
+
export type InsightsGetPersonalityResponse = InsightsPersonalityResponse;
|
|
1350
|
+
export type InsightSharedArtist = z.infer<typeof insightSharedArtistSchema>;
|
|
1351
|
+
export type InsightsCompareRequest = z.infer<typeof insightsCompareRequestSchema>;
|
|
1352
|
+
export type InsightsCompareResponse = z.infer<typeof insightsCompareResponseSchema>;
|
|
1353
|
+
export type InsightsCompareUsersRequest = InsightsCompareRequest;
|
|
1354
|
+
export type InsightsCompareUsersResponse = InsightsCompareResponse;
|
|
1355
|
+
export type InsightObscureArtist = z.infer<typeof insightObscureArtistSchema>;
|
|
1356
|
+
export type InsightsObscurityRequest = z.infer<typeof insightsObscurityRequestSchema>;
|
|
1357
|
+
export type InsightsObscurityResponse = z.infer<typeof insightsObscurityResponseSchema>;
|
|
1358
|
+
export type InsightsGetObscurityScoreRequest = InsightsObscurityRequest;
|
|
1359
|
+
export type InsightsGetObscurityScoreResponse = InsightsObscurityResponse;
|
|
1360
|
+
export type InsightForgottenArtist = z.infer<typeof insightForgottenArtistSchema>;
|
|
1361
|
+
export type InsightsForgottenFavoritesRequest = z.infer<typeof insightsForgottenFavoritesRequestSchema>;
|
|
1362
|
+
export type InsightsForgottenFavoritesResponse = z.infer<typeof insightsForgottenFavoritesResponseSchema>;
|
|
1363
|
+
export type InsightsGetForgottenFavoritesRequest = InsightsForgottenFavoritesRequest;
|
|
1364
|
+
export type InsightsGetForgottenFavoritesResponse = InsightsForgottenFavoritesResponse;
|
|
1365
|
+
export type InsightObsessionEpisode = z.infer<typeof insightObsessionEpisodeSchema>;
|
|
1366
|
+
export type InsightsObsessionsRequest = z.infer<typeof insightsObsessionsRequestSchema>;
|
|
1367
|
+
export type InsightsObsessionsResponse = z.infer<typeof insightsObsessionsResponseSchema>;
|
|
1368
|
+
export type InsightsGetObsessionsRequest = InsightsObsessionsRequest;
|
|
1369
|
+
export type InsightsGetObsessionsResponse = InsightsObsessionsResponse;
|
|
1370
|
+
export type InsightsStreaksRequest = z.infer<typeof insightsStreaksRequestSchema>;
|
|
1371
|
+
export type InsightsStreaksResponse = z.infer<typeof insightsStreaksResponseSchema>;
|
|
1372
|
+
export type InsightsGetStreaksRequest = InsightsStreaksRequest;
|
|
1373
|
+
export type InsightsGetStreaksResponse = InsightsStreaksResponse;
|
|
1374
|
+
export type InsightsGetListeningStreaksRequest = InsightsStreaksRequest;
|
|
1375
|
+
export type InsightsGetListeningStreaksResponse = InsightsStreaksResponse;
|
|
1376
|
+
export type InsightHeatmapDay = z.infer<typeof insightHeatmapDaySchema>;
|
|
1377
|
+
export type InsightsHeatmapRequest = z.infer<typeof insightsHeatmapRequestSchema>;
|
|
1378
|
+
export type InsightsHeatmapResponse = z.infer<typeof insightsHeatmapResponseSchema>;
|
|
1379
|
+
export type InsightsGetHeatmapRequest = InsightsHeatmapRequest;
|
|
1380
|
+
export type InsightsGetHeatmapResponse = InsightsHeatmapResponse;
|
|
1381
|
+
export type InsightsGetListeningHeatmapRequest = InsightsHeatmapRequest;
|
|
1382
|
+
export type InsightsGetListeningHeatmapResponse = InsightsHeatmapResponse;
|
|
1383
|
+
export type InsightAlbumSessionItem = z.infer<typeof insightAlbumSessionItemSchema>;
|
|
1384
|
+
export type InsightLongestSession = z.infer<typeof insightLongestSessionSchema>;
|
|
1385
|
+
export type InsightsAlbumHabitsRequest = z.infer<typeof insightsAlbumHabitsRequestSchema>;
|
|
1386
|
+
export type InsightsAlbumHabitsResponse = z.infer<typeof insightsAlbumHabitsResponseSchema>;
|
|
1387
|
+
export type InsightsGetAlbumHabitsRequest = InsightsAlbumHabitsRequest;
|
|
1388
|
+
export type InsightsGetAlbumHabitsResponse = InsightsAlbumHabitsResponse;
|
|
1389
|
+
export type InsightGenreEntry = z.infer<typeof insightGenreEntrySchema>;
|
|
1390
|
+
export type InsightsGenreBreakdownRequest = z.infer<typeof insightsGenreBreakdownRequestSchema>;
|
|
1391
|
+
export type InsightsGenreBreakdownResponse = z.infer<typeof insightsGenreBreakdownResponseSchema>;
|
|
1392
|
+
export type InsightsGetGenreBreakdownRequest = InsightsGenreBreakdownRequest;
|
|
1393
|
+
export type InsightsGetGenreBreakdownResponse = InsightsGenreBreakdownResponse;
|
|
1394
|
+
export type InsightGenreShift = z.infer<typeof insightGenreShiftSchema>;
|
|
1395
|
+
export type InsightsGenreEvolutionRequest = z.infer<typeof insightsGenreEvolutionRequestSchema>;
|
|
1396
|
+
export type InsightsGenreEvolutionResponse = z.infer<typeof insightsGenreEvolutionResponseSchema>;
|
|
1397
|
+
export type InsightsGetGenreEvolutionRequest = InsightsGenreEvolutionRequest;
|
|
1398
|
+
export type InsightsGetGenreEvolutionResponse = InsightsGenreEvolutionResponse;
|
|
1399
|
+
export type InsightRecommendationItem = z.infer<typeof insightRecommendationItemSchema>;
|
|
1400
|
+
export type InsightsRecommendationsRequest = z.infer<typeof insightsRecommendationsRequestSchema>;
|
|
1401
|
+
export type InsightsRecommendationsResponse = z.infer<typeof insightsRecommendationsResponseSchema>;
|
|
1402
|
+
export type InsightsGetSmartRecommendationsRequest = InsightsRecommendationsRequest;
|
|
1403
|
+
export type InsightsGetSmartRecommendationsResponse = InsightsRecommendationsResponse;
|
|
1404
|
+
export type InsightBridgeArtist = z.infer<typeof insightBridgeArtistSchema>;
|
|
1405
|
+
export type InsightsBridgeArtistsRequest = z.infer<typeof insightsBridgeArtistsRequestSchema>;
|
|
1406
|
+
export type InsightsBridgeArtistsResponse = z.infer<typeof insightsBridgeArtistsResponseSchema>;
|
|
1407
|
+
export type InsightsGetBridgeArtistsRequest = InsightsBridgeArtistsRequest;
|
|
1408
|
+
export type InsightsGetBridgeArtistsResponse = InsightsBridgeArtistsResponse;
|
|
1409
|
+
export type InsightPairwiseAffinity = z.infer<typeof insightPairwiseAffinitySchema>;
|
|
1410
|
+
export type InsightConsensusArtist = z.infer<typeof insightConsensusArtistSchema>;
|
|
1411
|
+
export type InsightsCompareTasteGroupRequest = z.infer<typeof insightsCompareTasteGroupRequestSchema>;
|
|
1412
|
+
export type InsightsCompareTasteGroupResponse = z.infer<typeof insightsCompareTasteGroupResponseSchema>;
|
|
1413
|
+
export type InsightsGetCompareTasteGroupRequest = InsightsCompareTasteGroupRequest;
|
|
1414
|
+
export type InsightsGetCompareTasteGroupResponse = InsightsCompareTasteGroupResponse;
|
|
1415
|
+
//# sourceMappingURL=schemas.d.ts.map
|