@keystrokehq/spotify 0.0.6-rename-t1.1 → 0.0.7

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/dist/client.d.mts CHANGED
@@ -2586,7 +2586,7 @@ declare function createSpotifyClient(credentials: SpotifyCredentials, config?: S
2586
2586
  } | undefined;
2587
2587
  uri?: string | undefined;
2588
2588
  } | null | undefined;
2589
- currentlyPlayingType?: "unknown" | "track" | "episode" | "ad" | undefined;
2589
+ currentlyPlayingType?: "track" | "unknown" | "episode" | "ad" | undefined;
2590
2590
  actions?: Record<string, boolean> | undefined;
2591
2591
  } | null>;
2592
2592
  readonly transferPlayback: (body: {
@@ -2759,7 +2759,7 @@ declare function createSpotifyClient(credentials: SpotifyCredentials, config?: S
2759
2759
  } | undefined;
2760
2760
  uri?: string | undefined;
2761
2761
  } | null | undefined;
2762
- currentlyPlayingType?: "unknown" | "track" | "episode" | "ad" | undefined;
2762
+ currentlyPlayingType?: "track" | "unknown" | "episode" | "ad" | undefined;
2763
2763
  actions?: Record<string, boolean> | undefined;
2764
2764
  } | null>;
2765
2765
  readonly startOrResumePlayback: (body?: {
package/dist/events.d.mts CHANGED
@@ -341,8 +341,8 @@ declare const spotifySavedItemAddedEventSchema: z.ZodObject<{
341
341
  itemType: z.ZodEnum<{
342
342
  track: "track";
343
343
  album: "album";
344
- episode: "episode";
345
344
  show: "show";
345
+ episode: "episode";
346
346
  audiobook: "audiobook";
347
347
  }>;
348
348
  item: z.ZodUnion<readonly [z.ZodObject<{
package/dist/player.d.mts CHANGED
@@ -171,8 +171,8 @@ declare const getPlaybackState: _keystrokehq_core0.Operation<z.ZodObject<{
171
171
  shuffleState: z.ZodBoolean;
172
172
  timestamp: z.ZodNumber;
173
173
  currentlyPlayingType: z.ZodOptional<z.ZodEnum<{
174
- unknown: "unknown";
175
174
  track: "track";
175
+ unknown: "unknown";
176
176
  episode: "episode";
177
177
  ad: "ad";
178
178
  }>>;
@@ -380,8 +380,8 @@ declare const getCurrentlyPlaying: _keystrokehq_core0.Operation<z.ZodObject<{
380
380
  shuffleState: z.ZodBoolean;
381
381
  timestamp: z.ZodNumber;
382
382
  currentlyPlayingType: z.ZodOptional<z.ZodEnum<{
383
- unknown: "unknown";
384
383
  track: "track";
384
+ unknown: "unknown";
385
385
  episode: "episode";
386
386
  ad: "ad";
387
387
  }>>;
@@ -1041,8 +1041,8 @@ declare const spotifyPlaybackStateSchema: z.ZodObject<{
1041
1041
  shuffleState: z.ZodBoolean;
1042
1042
  timestamp: z.ZodNumber;
1043
1043
  currentlyPlayingType: z.ZodOptional<z.ZodEnum<{
1044
- unknown: "unknown";
1045
1044
  track: "track";
1045
+ unknown: "unknown";
1046
1046
  episode: "episode";
1047
1047
  ad: "ad";
1048
1048
  }>>;
package/dist/search.d.mts CHANGED
@@ -8,11 +8,11 @@ declare const search: _keystrokehq_core0.Operation<z.ZodObject<{
8
8
  types: z.ZodArray<z.ZodEnum<{
9
9
  artist: "artist";
10
10
  track: "track";
11
- playlist: "playlist";
12
11
  album: "album";
13
- episode: "episode";
14
12
  show: "show";
13
+ episode: "episode";
15
14
  audiobook: "audiobook";
15
+ playlist: "playlist";
16
16
  }>>;
17
17
  market: z.ZodOptional<z.ZodString>;
18
18
  limit: z.ZodOptional<z.ZodNumber>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/spotify",
3
- "version": "0.0.6-rename-t1.1",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -144,20 +144,20 @@
144
144
  "LICENSE"
145
145
  ],
146
146
  "dependencies": {
147
- "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
147
+ "@keystrokehq/integration-authoring": "^0.0.7",
148
148
  "zod": "^4.3.6"
149
149
  },
150
150
  "peerDependencies": {
151
- "@keystrokehq/core": ">=0.0.7 <0.1.0"
151
+ "@keystrokehq/core": ">=0.0.8 <0.1.0"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@types/node": "^22.19.11",
155
155
  "tsdown": "^0.20.3",
156
156
  "typescript": "^5.9.3",
157
157
  "vitest": "^4.0.18",
158
- "@keystrokehq/core": "^0.0.7",
159
- "@keystrokehq/typescript-config": "0.0.0",
160
- "@keystrokehq/test-utils": "0.0.0"
158
+ "@keystrokehq/core": "^0.0.8",
159
+ "@keystrokehq/test-utils": "0.0.0",
160
+ "@keystrokehq/typescript-config": "0.0.0"
161
161
  },
162
162
  "keywords": [
163
163
  "spotify",