@keystrokehq/spotify 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/_official/index.d.mts +2 -2
  2. package/dist/_official/index.mjs +1 -1
  3. package/dist/albums.d.mts +5 -5
  4. package/dist/albums.mjs +1 -1
  5. package/dist/artists.d.mts +6 -6
  6. package/dist/artists.mjs +1 -1
  7. package/dist/audio-analysis.d.mts +2 -2
  8. package/dist/audio-analysis.mjs +1 -1
  9. package/dist/audio-features.d.mts +3 -3
  10. package/dist/audio-features.mjs +1 -1
  11. package/dist/audiobooks.d.mts +4 -4
  12. package/dist/audiobooks.mjs +1 -1
  13. package/dist/browse.d.mts +2 -2
  14. package/dist/browse.mjs +1 -1
  15. package/dist/categories.d.mts +4 -4
  16. package/dist/categories.mjs +1 -1
  17. package/dist/chapters.d.mts +3 -3
  18. package/dist/chapters.mjs +1 -1
  19. package/dist/client.d.mts +230 -230
  20. package/dist/connection.d.mts +1 -1
  21. package/dist/connection.mjs +1 -1
  22. package/dist/episodes.d.mts +3 -3
  23. package/dist/episodes.mjs +1 -1
  24. package/dist/factory-C9W7aXmR.mjs +7 -0
  25. package/dist/follow.d.mts +5 -5
  26. package/dist/follow.mjs +1 -1
  27. package/dist/genres.d.mts +2 -2
  28. package/dist/genres.mjs +1 -1
  29. package/dist/integration-CrkQTg9q.mjs +170 -0
  30. package/dist/{integration-Dzf1u4u-.d.mts → integration-DXXNe4_j.d.mts} +3 -4
  31. package/dist/library.d.mts +21 -21
  32. package/dist/library.mjs +1 -1
  33. package/dist/markets.d.mts +2 -2
  34. package/dist/markets.mjs +1 -1
  35. package/dist/me.d.mts +4 -4
  36. package/dist/me.mjs +1 -1
  37. package/dist/player.d.mts +18 -18
  38. package/dist/player.mjs +1 -1
  39. package/dist/playlists.d.mts +15 -15
  40. package/dist/playlists.mjs +1 -1
  41. package/dist/recommendations.d.mts +2 -2
  42. package/dist/recommendations.mjs +1 -1
  43. package/dist/schemas.d.mts +1 -1
  44. package/dist/search.d.mts +3 -3
  45. package/dist/search.mjs +1 -1
  46. package/dist/shows.d.mts +4 -4
  47. package/dist/shows.mjs +1 -1
  48. package/dist/tracks.d.mts +3 -3
  49. package/dist/tracks.mjs +1 -1
  50. package/dist/triggers.d.mts +2 -3
  51. package/dist/triggers.mjs +56 -7
  52. package/dist/users.d.mts +2 -2
  53. package/dist/users.mjs +1 -1
  54. package/package.json +4 -4
  55. package/dist/factory-C3uQLYXY.mjs +0 -8
  56. package/dist/integration-BK1PIn1V.mjs +0 -78
@@ -1,6 +1,6 @@
1
- import { i as spotifyOfficialIntegration, r as spotifyBundle } from "../integration-Dzf1u4u-.mjs";
2
- import { z } from "zod";
1
+ import { i as spotifyOfficialIntegration, r as spotifyBundle } from "../integration-DXXNe4_j.mjs";
3
2
  import { CredentialSet } from "@keystrokehq/core";
3
+ import { z } from "zod";
4
4
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
5
5
 
6
6
  //#region src/_official/provider-app.d.ts
@@ -1,3 +1,3 @@
1
- import { a as spotifyOfficialProviderSeed, i as spotifyAppCredentialSet, n as spotifyBundle, r as spotifyOfficialIntegration } from "../integration-BK1PIn1V.mjs";
1
+ import { a as spotifyOfficialProviderSeed, i as spotifyAppCredentialSet, n as spotifyBundle, r as spotifyOfficialIntegration } from "../integration-CrkQTg9q.mjs";
2
2
 
3
3
  export { spotifyAppCredentialSet, spotifyBundle, spotifyOfficialIntegration, spotifyOfficialProviderSeed };
package/dist/albums.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/albums.d.ts
@@ -53,7 +53,7 @@ declare const getAlbum: _keystrokehq_core0.Operation<z.ZodObject<{
53
53
  restrictions: z.ZodOptional<z.ZodObject<{
54
54
  reason: z.ZodString;
55
55
  }, z.core.$strip>>;
56
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
56
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
57
57
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
58
58
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
59
59
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -145,7 +145,7 @@ declare const getAlbumTracks: _keystrokehq_core0.Operation<z.ZodObject<{
145
145
  offset: z.ZodNumber;
146
146
  previousPageToken: z.ZodOptional<z.ZodString>;
147
147
  total: z.ZodOptional<z.ZodNumber>;
148
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
148
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
149
149
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
150
150
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
151
151
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -202,7 +202,7 @@ declare const getSeveralAlbums: _keystrokehq_core0.Operation<z.ZodObject<{
202
202
  reason: z.ZodString;
203
203
  }, z.core.$strip>>;
204
204
  }, z.core.$strip>>;
205
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
205
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
206
206
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
207
207
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
208
208
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -256,7 +256,7 @@ declare const getNewReleases: _keystrokehq_core0.Operation<z.ZodObject<{
256
256
  offset: z.ZodNumber;
257
257
  previousPageToken: z.ZodOptional<z.ZodString>;
258
258
  total: z.ZodOptional<z.ZodNumber>;
259
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
259
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
260
260
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
261
261
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
262
262
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
package/dist/albums.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { spotifyAlbumPageSchema, spotifyAlbumSchema, spotifyIdSchema, spotifyMarketSchema, spotifyTrackPageSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/albums.ts
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/artists.d.ts
@@ -25,7 +25,7 @@ declare const getArtist: _keystrokehq_core0.Operation<z.ZodObject<{
25
25
  width: z.ZodNullable<z.ZodNumber>;
26
26
  }, z.core.$strip>>>;
27
27
  popularity: z.ZodOptional<z.ZodNumber>;
28
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
28
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
29
29
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
30
30
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
31
31
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -86,7 +86,7 @@ declare const getArtistAlbums: _keystrokehq_core0.Operation<z.ZodObject<{
86
86
  offset: z.ZodNumber;
87
87
  previousPageToken: z.ZodOptional<z.ZodString>;
88
88
  total: z.ZodOptional<z.ZodNumber>;
89
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
89
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
90
90
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
91
91
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
92
92
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -170,7 +170,7 @@ declare const getArtistTopTracks: _keystrokehq_core0.Operation<z.ZodObject<{
170
170
  type: z.ZodLiteral<"track">;
171
171
  uri: z.ZodOptional<z.ZodString>;
172
172
  }, z.core.$strip>>;
173
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
173
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
174
174
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
175
175
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
176
176
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -199,7 +199,7 @@ declare const getArtistRelatedArtists: _keystrokehq_core0.Operation<z.ZodObject<
199
199
  }, z.core.$strip>>>;
200
200
  popularity: z.ZodOptional<z.ZodNumber>;
201
201
  }, z.core.$strip>>;
202
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
202
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
203
203
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
204
204
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
205
205
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -228,7 +228,7 @@ declare const getSeveralArtists: _keystrokehq_core0.Operation<z.ZodObject<{
228
228
  }, z.core.$strip>>>;
229
229
  popularity: z.ZodOptional<z.ZodNumber>;
230
230
  }, z.core.$strip>>;
231
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
231
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
232
232
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
233
233
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
234
234
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
package/dist/artists.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { spotifyAlbumPageSchema, spotifyArtistSchema, spotifyIdSchema, spotifyMarketSchema, spotifyTrackSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/artists.ts
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/audio-analysis.d.ts
@@ -82,7 +82,7 @@ declare const getAudioAnalysis: _keystrokehq_core0.Operation<z.ZodObject<{
82
82
  rhythmstring: z.ZodOptional<z.ZodString>;
83
83
  rhythmVersion: z.ZodOptional<z.ZodNumber>;
84
84
  }, z.core.$strip>>;
85
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
85
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
86
86
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
87
87
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
88
88
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -1,6 +1,6 @@
1
1
  import { spotifyAudioAnalysisSchema, spotifyIdSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/audio-analysis.ts
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/audio-features.d.ts
@@ -24,7 +24,7 @@ declare const getAudioFeatures: _keystrokehq_core0.Operation<z.ZodObject<{
24
24
  type: z.ZodLiteral<"audio_features">;
25
25
  uri: z.ZodOptional<z.ZodString>;
26
26
  valence: z.ZodNumber;
27
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
27
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
28
28
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
29
29
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
30
30
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -52,7 +52,7 @@ declare const getSeveralAudioFeatures: _keystrokehq_core0.Operation<z.ZodObject<
52
52
  uri: z.ZodOptional<z.ZodString>;
53
53
  valence: z.ZodNumber;
54
54
  }, z.core.$strip>>>;
55
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
55
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
56
56
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
57
57
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
58
58
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -1,6 +1,6 @@
1
1
  import { spotifyAudioFeaturesSchema, spotifyIdSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/audio-features.ts
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/audiobooks.d.ts
@@ -38,7 +38,7 @@ declare const getAudiobook: _keystrokehq_core0.Operation<z.ZodObject<{
38
38
  totalChapters: z.ZodOptional<z.ZodNumber>;
39
39
  type: z.ZodLiteral<"audiobook">;
40
40
  uri: z.ZodOptional<z.ZodString>;
41
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
41
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
42
42
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
43
43
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
44
44
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -80,7 +80,7 @@ declare const getSeveralAudiobooks: _keystrokehq_core0.Operation<z.ZodObject<{
80
80
  type: z.ZodLiteral<"audiobook">;
81
81
  uri: z.ZodOptional<z.ZodString>;
82
82
  }, z.core.$strip>>;
83
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
83
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
84
84
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
85
85
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
86
86
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -167,7 +167,7 @@ declare const getAudiobookChapters: _keystrokehq_core0.Operation<z.ZodObject<{
167
167
  offset: z.ZodNumber;
168
168
  previousPageToken: z.ZodOptional<z.ZodString>;
169
169
  total: z.ZodOptional<z.ZodNumber>;
170
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
170
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
171
171
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
172
172
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
173
173
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -1,6 +1,6 @@
1
1
  import { spotifyAudiobookSchema, spotifyChapterPageSchema, spotifyIdSchema, spotifyMarketSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/audiobooks.ts
package/dist/browse.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/browse.d.ts
@@ -65,7 +65,7 @@ declare const getFeaturedPlaylists: _keystrokehq_core0.Operation<z.ZodObject<{
65
65
  offset: z.ZodNumber;
66
66
  previousPageToken: z.ZodOptional<z.ZodString>;
67
67
  total: z.ZodOptional<z.ZodNumber>;
68
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
68
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
69
69
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
70
70
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
71
71
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
package/dist/browse.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { spotifyMarketSchema, spotifyPlaylistPageSchema, spotifyTimestampSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/browse.ts
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/categories.d.ts
@@ -25,7 +25,7 @@ declare const getBrowseCategories: _keystrokehq_core0.Operation<z.ZodObject<{
25
25
  offset: z.ZodNumber;
26
26
  previousPageToken: z.ZodOptional<z.ZodString>;
27
27
  total: z.ZodOptional<z.ZodNumber>;
28
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
28
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
29
29
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
30
30
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
31
31
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -43,7 +43,7 @@ declare const getBrowseCategory: _keystrokehq_core0.Operation<z.ZodObject<{
43
43
  }, z.core.$strip>>;
44
44
  id: z.ZodString;
45
45
  name: z.ZodString;
46
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
46
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
47
47
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
48
48
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
49
49
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -109,7 +109,7 @@ declare const getCategoryPlaylists: _keystrokehq_core0.Operation<z.ZodObject<{
109
109
  offset: z.ZodNumber;
110
110
  previousPageToken: z.ZodOptional<z.ZodString>;
111
111
  total: z.ZodOptional<z.ZodNumber>;
112
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
112
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
113
113
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
114
114
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
115
115
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -1,6 +1,6 @@
1
1
  import { spotifyCategoryPageSchema, spotifyCategorySchema, spotifyMarketSchema, spotifyPlaylistPageSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/categories.ts
@@ -1,5 +1,5 @@
1
- import { z } from "zod";
2
1
  import * as _keystrokehq_core0 from "@keystrokehq/core";
2
+ import { z } from "zod";
3
3
  import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
4
4
 
5
5
  //#region src/chapters.d.ts
@@ -75,7 +75,7 @@ declare const getChapter: _keystrokehq_core0.Operation<z.ZodObject<{
75
75
  }, z.core.$strip>>;
76
76
  type: z.ZodLiteral<"chapter">;
77
77
  uri: z.ZodOptional<z.ZodString>;
78
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
78
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
79
79
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
80
80
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
81
81
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
@@ -154,7 +154,7 @@ declare const getSeveralChapters: _keystrokehq_core0.Operation<z.ZodObject<{
154
154
  type: z.ZodLiteral<"chapter">;
155
155
  uri: z.ZodOptional<z.ZodString>;
156
156
  }, z.core.$strip>>;
157
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:spotify", z.ZodObject<{
157
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"spotify", z.ZodObject<{
158
158
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
159
159
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
160
160
  SPOTIFY_ACCESS_TOKEN: z.ZodString;
package/dist/chapters.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { spotifyChapterSchema, spotifyIdSchema, spotifyMarketSchema } from "./schemas.mjs";
2
2
  import { createSpotifyClient } from "./client.mjs";
3
- import { t as spotifyOperation } from "./factory-C3uQLYXY.mjs";
3
+ import { t as spotifyOperation } from "./factory-C9W7aXmR.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/chapters.ts