@keystrokehq/spotify 0.1.3 → 0.1.4
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/actions/add-item-to-playback-queue.d.cts +13 -1
- package/dist/actions/add-item-to-playback-queue.d.mts +13 -1
- package/dist/actions/add-items-to-playlist.d.cts +13 -1
- package/dist/actions/add-items-to-playlist.d.mts +13 -1
- package/dist/actions/change-playlist-details.d.cts +13 -1
- package/dist/actions/change-playlist-details.d.mts +13 -1
- package/dist/actions/check-if-user-follows-artists-or-users.d.cts +13 -1
- package/dist/actions/check-if-user-follows-artists-or-users.d.mts +13 -1
- package/dist/actions/check-if-users-follow-playlist.d.cts +13 -1
- package/dist/actions/check-if-users-follow-playlist.d.mts +13 -1
- package/dist/actions/check-user-s-saved-albums.d.cts +13 -1
- package/dist/actions/check-user-s-saved-albums.d.mts +13 -1
- package/dist/actions/check-user-s-saved-audiobooks.d.cts +13 -1
- package/dist/actions/check-user-s-saved-audiobooks.d.mts +13 -1
- package/dist/actions/check-user-s-saved-episodes.d.cts +13 -1
- package/dist/actions/check-user-s-saved-episodes.d.mts +13 -1
- package/dist/actions/check-user-s-saved-shows.d.cts +13 -1
- package/dist/actions/check-user-s-saved-shows.d.mts +13 -1
- package/dist/actions/check-user-s-saved-tracks.d.cts +13 -1
- package/dist/actions/check-user-s-saved-tracks.d.mts +13 -1
- package/dist/actions/create-playlist.d.cts +13 -1
- package/dist/actions/create-playlist.d.mts +13 -1
- package/dist/actions/follow-artists-or-users.d.cts +13 -1
- package/dist/actions/follow-artists-or-users.d.mts +13 -1
- package/dist/actions/follow-playlist.d.cts +13 -1
- package/dist/actions/follow-playlist.d.mts +13 -1
- package/dist/actions/get-a-chapter.d.cts +13 -1
- package/dist/actions/get-a-chapter.d.mts +13 -1
- package/dist/actions/get-album-tracks.d.cts +13 -1
- package/dist/actions/get-album-tracks.d.mts +13 -1
- package/dist/actions/get-album.d.cts +13 -1
- package/dist/actions/get-album.d.mts +13 -1
- package/dist/actions/get-an-audiobook.d.cts +13 -1
- package/dist/actions/get-an-audiobook.d.mts +13 -1
- package/dist/actions/get-artist-s-albums.d.cts +13 -1
- package/dist/actions/get-artist-s-albums.d.mts +13 -1
- package/dist/actions/get-artist-s-related-artists.d.cts +13 -1
- package/dist/actions/get-artist-s-related-artists.d.mts +13 -1
- package/dist/actions/get-artist-s-top-tracks.d.cts +13 -1
- package/dist/actions/get-artist-s-top-tracks.d.mts +13 -1
- package/dist/actions/get-artist.d.cts +13 -1
- package/dist/actions/get-artist.d.mts +13 -1
- package/dist/actions/get-audiobook-chapters.d.cts +13 -1
- package/dist/actions/get-audiobook-chapters.d.mts +13 -1
- package/dist/actions/get-available-devices.d.cts +13 -1
- package/dist/actions/get-available-devices.d.cts.map +1 -1
- package/dist/actions/get-available-devices.d.mts +13 -1
- package/dist/actions/get-available-devices.d.mts.map +1 -1
- package/dist/actions/get-available-markets.d.cts +13 -1
- package/dist/actions/get-available-markets.d.cts.map +1 -1
- package/dist/actions/get-available-markets.d.mts +13 -1
- package/dist/actions/get-available-markets.d.mts.map +1 -1
- package/dist/actions/get-current-user-s-playlists.d.cts +13 -1
- package/dist/actions/get-current-user-s-playlists.d.mts +13 -1
- package/dist/actions/get-current-user-s-profile.d.cts +13 -1
- package/dist/actions/get-current-user-s-profile.d.cts.map +1 -1
- package/dist/actions/get-current-user-s-profile.d.mts +13 -1
- package/dist/actions/get-current-user-s-profile.d.mts.map +1 -1
- package/dist/actions/get-currently-playing-track.d.cts +13 -1
- package/dist/actions/get-currently-playing-track.d.mts +13 -1
- package/dist/actions/get-episode.d.cts +13 -1
- package/dist/actions/get-episode.d.mts +13 -1
- package/dist/actions/get-featured-playlists.d.cts +13 -1
- package/dist/actions/get-featured-playlists.d.mts +13 -1
- package/dist/actions/get-followed-artists.d.cts +13 -1
- package/dist/actions/get-followed-artists.d.mts +13 -1
- package/dist/actions/get-new-releases.d.cts +13 -1
- package/dist/actions/get-new-releases.d.mts +13 -1
- package/dist/actions/get-playback-state.d.cts +13 -1
- package/dist/actions/get-playback-state.d.mts +13 -1
- package/dist/actions/get-playlist-cover-image.d.cts +13 -1
- package/dist/actions/get-playlist-cover-image.d.mts +13 -1
- package/dist/actions/get-playlist-items.d.cts +13 -1
- package/dist/actions/get-playlist-items.d.mts +13 -1
- package/dist/actions/get-playlist.d.cts +13 -1
- package/dist/actions/get-playlist.d.mts +13 -1
- package/dist/actions/get-recently-played-tracks.d.cts +13 -1
- package/dist/actions/get-recently-played-tracks.d.mts +13 -1
- package/dist/actions/get-recommendations.d.cts +13 -1
- package/dist/actions/get-recommendations.d.mts +13 -1
- package/dist/actions/get-several-albums.d.cts +13 -1
- package/dist/actions/get-several-albums.d.mts +13 -1
- package/dist/actions/get-several-artists.d.cts +13 -1
- package/dist/actions/get-several-artists.d.mts +13 -1
- package/dist/actions/get-several-audiobooks.d.cts +13 -1
- package/dist/actions/get-several-audiobooks.d.mts +13 -1
- package/dist/actions/get-several-browse-categories.d.cts +13 -1
- package/dist/actions/get-several-browse-categories.d.mts +13 -1
- package/dist/actions/get-several-chapters.d.cts +13 -1
- package/dist/actions/get-several-chapters.d.mts +13 -1
- package/dist/actions/get-several-episodes.d.cts +13 -1
- package/dist/actions/get-several-episodes.d.mts +13 -1
- package/dist/actions/get-several-shows.d.cts +13 -1
- package/dist/actions/get-several-shows.d.mts +13 -1
- package/dist/actions/get-several-tracks.d.cts +13 -1
- package/dist/actions/get-several-tracks.d.mts +13 -1
- package/dist/actions/get-show-episodes.d.cts +13 -1
- package/dist/actions/get-show-episodes.d.mts +13 -1
- package/dist/actions/get-show.d.cts +13 -1
- package/dist/actions/get-show.d.mts +13 -1
- package/dist/actions/get-single-browse-category.d.cts +13 -1
- package/dist/actions/get-single-browse-category.d.mts +13 -1
- package/dist/actions/get-the-user-s-queue.d.cts +13 -1
- package/dist/actions/get-the-user-s-queue.d.cts.map +1 -1
- package/dist/actions/get-the-user-s-queue.d.mts +13 -1
- package/dist/actions/get-the-user-s-queue.d.mts.map +1 -1
- package/dist/actions/get-track-s-audio-analysis.d.cts +13 -1
- package/dist/actions/get-track-s-audio-analysis.d.mts +13 -1
- package/dist/actions/get-track.d.cts +13 -1
- package/dist/actions/get-track.d.mts +13 -1
- package/dist/actions/get-user-s-playlists.d.cts +13 -1
- package/dist/actions/get-user-s-playlists.d.mts +13 -1
- package/dist/actions/get-user-s-profile.d.cts +13 -1
- package/dist/actions/get-user-s-profile.d.mts +13 -1
- package/dist/actions/get-user-s-saved-albums.d.cts +13 -1
- package/dist/actions/get-user-s-saved-albums.d.mts +13 -1
- package/dist/actions/get-user-s-saved-audiobooks.d.cts +13 -1
- package/dist/actions/get-user-s-saved-audiobooks.d.mts +13 -1
- package/dist/actions/get-user-s-saved-episodes.d.cts +13 -1
- package/dist/actions/get-user-s-saved-episodes.d.mts +13 -1
- package/dist/actions/get-user-s-saved-shows.d.cts +13 -1
- package/dist/actions/get-user-s-saved-shows.d.mts +13 -1
- package/dist/actions/get-user-s-saved-tracks.d.cts +13 -1
- package/dist/actions/get-user-s-saved-tracks.d.mts +13 -1
- package/dist/actions/get-user-s-top-artists.d.cts +13 -1
- package/dist/actions/get-user-s-top-artists.d.mts +13 -1
- package/dist/actions/get-user-s-top-tracks.d.cts +13 -1
- package/dist/actions/get-user-s-top-tracks.d.mts +13 -1
- package/dist/actions/pause-playback.d.cts +13 -1
- package/dist/actions/pause-playback.d.mts +13 -1
- package/dist/actions/remove-playlist-items.d.cts +13 -1
- package/dist/actions/remove-playlist-items.d.mts +13 -1
- package/dist/actions/remove-user-s-saved-audiobooks.d.cts +13 -1
- package/dist/actions/remove-user-s-saved-audiobooks.d.mts +13 -1
- package/dist/actions/remove-user-s-saved-episodes.d.cts +13 -1
- package/dist/actions/remove-user-s-saved-episodes.d.mts +13 -1
- package/dist/actions/remove-user-s-saved-shows.d.cts +13 -1
- package/dist/actions/remove-user-s-saved-shows.d.mts +13 -1
- package/dist/actions/remove-user-s-saved-tracks.d.cts +13 -1
- package/dist/actions/remove-user-s-saved-tracks.d.mts +13 -1
- package/dist/actions/remove-users-saved-albums.d.cts +13 -1
- package/dist/actions/remove-users-saved-albums.d.mts +13 -1
- package/dist/actions/save-albums-for-current-user.d.cts +13 -1
- package/dist/actions/save-albums-for-current-user.d.mts +13 -1
- package/dist/actions/save-audiobooks-for-current-user.d.cts +13 -1
- package/dist/actions/save-audiobooks-for-current-user.d.mts +13 -1
- package/dist/actions/save-episodes-for-current-user.d.cts +13 -1
- package/dist/actions/save-episodes-for-current-user.d.mts +13 -1
- package/dist/actions/save-shows-for-current-user.d.cts +13 -1
- package/dist/actions/save-shows-for-current-user.d.mts +13 -1
- package/dist/actions/save-tracks-for-current-user.d.cts +13 -1
- package/dist/actions/save-tracks-for-current-user.d.mts +13 -1
- package/dist/actions/search-for-item.d.cts +16 -4
- package/dist/actions/search-for-item.d.mts +16 -4
- package/dist/actions/seek-to-position.d.cts +13 -1
- package/dist/actions/seek-to-position.d.mts +13 -1
- package/dist/actions/set-playback-volume.d.cts +13 -1
- package/dist/actions/set-playback-volume.d.mts +13 -1
- package/dist/actions/set-repeat-mode.d.cts +13 -1
- package/dist/actions/set-repeat-mode.d.mts +13 -1
- package/dist/actions/skip-to-next.d.cts +13 -1
- package/dist/actions/skip-to-next.d.mts +13 -1
- package/dist/actions/skip-to-previous.d.cts +13 -1
- package/dist/actions/skip-to-previous.d.mts +13 -1
- package/dist/actions/start-resume-playback.d.cts +13 -1
- package/dist/actions/start-resume-playback.d.cts.map +1 -1
- package/dist/actions/start-resume-playback.d.mts +13 -1
- package/dist/actions/start-resume-playback.d.mts.map +1 -1
- package/dist/actions/toggle-playback-shuffle.d.cts +13 -1
- package/dist/actions/toggle-playback-shuffle.d.mts +13 -1
- package/dist/actions/transfer-playback.d.cts +13 -1
- package/dist/actions/transfer-playback.d.mts +13 -1
- package/dist/actions/unfollow-artists-or-users.d.cts +13 -1
- package/dist/actions/unfollow-artists-or-users.d.mts +13 -1
- package/dist/actions/unfollow-playlist.d.cts +13 -1
- package/dist/actions/unfollow-playlist.d.mts +13 -1
- package/dist/actions/update-playlist-items.d.cts +13 -1
- package/dist/actions/update-playlist-items.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -73,7 +73,19 @@ declare const SpotifyGetSeveralChaptersOutput: z.ZodObject<{
|
|
|
73
73
|
declare const spotifyGetSeveralChapters: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
74
74
|
ids: string;
|
|
75
75
|
market?: string | undefined;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
76
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
accessToken: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
accessToken: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
77
89
|
//#endregion
|
|
78
90
|
export { spotifyGetSeveralChapters };
|
|
79
91
|
//# sourceMappingURL=get-several-chapters.d.cts.map
|
|
@@ -73,7 +73,19 @@ declare const SpotifyGetSeveralChaptersOutput: z.ZodObject<{
|
|
|
73
73
|
declare const spotifyGetSeveralChapters: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
74
74
|
ids: string;
|
|
75
75
|
market?: string | undefined;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
76
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
accessToken: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
accessToken: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
77
89
|
//#endregion
|
|
78
90
|
export { spotifyGetSeveralChapters };
|
|
79
91
|
//# sourceMappingURL=get-several-chapters.d.mts.map
|
|
@@ -61,7 +61,19 @@ declare const SpotifyGetSeveralEpisodesOutput: z.ZodObject<{
|
|
|
61
61
|
declare const spotifyGetSeveralEpisodes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
62
62
|
ids: string;
|
|
63
63
|
market?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
accessToken: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
accessToken: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>;
|
|
65
77
|
//#endregion
|
|
66
78
|
export { spotifyGetSeveralEpisodes };
|
|
67
79
|
//# sourceMappingURL=get-several-episodes.d.cts.map
|
|
@@ -61,7 +61,19 @@ declare const SpotifyGetSeveralEpisodesOutput: z.ZodObject<{
|
|
|
61
61
|
declare const spotifyGetSeveralEpisodes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
62
62
|
ids: string;
|
|
63
63
|
market?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
accessToken: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
accessToken: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>;
|
|
65
77
|
//#endregion
|
|
66
78
|
export { spotifyGetSeveralEpisodes };
|
|
67
79
|
//# sourceMappingURL=get-several-episodes.d.mts.map
|
|
@@ -36,7 +36,19 @@ declare const SpotifyGetSeveralShowsOutput: z.ZodObject<{
|
|
|
36
36
|
declare const spotifyGetSeveralShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
ids: string;
|
|
38
38
|
market?: string | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
accessToken: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { spotifyGetSeveralShows };
|
|
42
54
|
//# sourceMappingURL=get-several-shows.d.cts.map
|
|
@@ -36,7 +36,19 @@ declare const SpotifyGetSeveralShowsOutput: z.ZodObject<{
|
|
|
36
36
|
declare const spotifyGetSeveralShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
ids: string;
|
|
38
38
|
market?: string | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
accessToken: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { spotifyGetSeveralShows };
|
|
42
54
|
//# sourceMappingURL=get-several-shows.d.mts.map
|
|
@@ -58,7 +58,19 @@ declare const SpotifyGetSeveralTracksOutput: z.ZodObject<{
|
|
|
58
58
|
declare const spotifyGetSeveralTracks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
59
|
ids: string;
|
|
60
60
|
market?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { spotifyGetSeveralTracks };
|
|
64
76
|
//# sourceMappingURL=get-several-tracks.d.cts.map
|
|
@@ -58,7 +58,19 @@ declare const SpotifyGetSeveralTracksOutput: z.ZodObject<{
|
|
|
58
58
|
declare const spotifyGetSeveralTracks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
59
|
ids: string;
|
|
60
60
|
market?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { spotifyGetSeveralTracks };
|
|
64
76
|
//# sourceMappingURL=get-several-tracks.d.mts.map
|
|
@@ -47,7 +47,19 @@ declare const spotifyGetShowEpisodes: import("@keystrokehq/action").WorkflowActi
|
|
|
47
47
|
limit?: number | undefined;
|
|
48
48
|
market?: string | undefined;
|
|
49
49
|
offset?: number | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
accessToken: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
accessToken: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { spotifyGetShowEpisodes };
|
|
53
65
|
//# sourceMappingURL=get-show-episodes.d.cts.map
|
|
@@ -47,7 +47,19 @@ declare const spotifyGetShowEpisodes: import("@keystrokehq/action").WorkflowActi
|
|
|
47
47
|
limit?: number | undefined;
|
|
48
48
|
market?: string | undefined;
|
|
49
49
|
offset?: number | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
accessToken: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
accessToken: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { spotifyGetShowEpisodes };
|
|
53
65
|
//# sourceMappingURL=get-show-episodes.d.mts.map
|
|
@@ -62,7 +62,19 @@ declare const SpotifyGetShowOutput: z.ZodObject<{
|
|
|
62
62
|
declare const spotifyGetShow: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
63
63
|
id: string;
|
|
64
64
|
market?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
accessToken: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
accessToken: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { spotifyGetShow };
|
|
68
80
|
//# sourceMappingURL=get-show.d.cts.map
|
|
@@ -62,7 +62,19 @@ declare const SpotifyGetShowOutput: z.ZodObject<{
|
|
|
62
62
|
declare const spotifyGetShow: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
63
63
|
id: string;
|
|
64
64
|
market?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
accessToken: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
accessToken: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { spotifyGetShow };
|
|
68
80
|
//# sourceMappingURL=get-show.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const SpotifyGetSingleBrowseCategoryOutput: z.ZodObject<{
|
|
|
18
18
|
declare const spotifyGetSingleBrowseCategory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
category_id: string;
|
|
20
20
|
locale?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { spotifyGetSingleBrowseCategory };
|
|
24
36
|
//# sourceMappingURL=get-single-browse-category.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const SpotifyGetSingleBrowseCategoryOutput: z.ZodObject<{
|
|
|
18
18
|
declare const spotifyGetSingleBrowseCategory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
category_id: string;
|
|
20
20
|
locale?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { spotifyGetSingleBrowseCategory };
|
|
24
36
|
//# sourceMappingURL=get-single-browse-category.d.mts.map
|
|
@@ -80,7 +80,19 @@ declare const SpotifyGetTheUserSQueueOutput: z.ZodObject<{
|
|
|
80
80
|
audio_preview_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
}, z.core.$loose>>>;
|
|
82
82
|
}, z.core.$loose>;
|
|
83
|
-
declare const spotifyGetTheUserSQueue: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
83
|
+
declare const spotifyGetTheUserSQueue: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
accessToken: z.ZodString;
|
|
89
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
90
|
+
connectionId: z.ZodString;
|
|
91
|
+
entityId: z.ZodString;
|
|
92
|
+
instanceId: z.ZodString;
|
|
93
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
94
|
+
accessToken: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
84
96
|
//#endregion
|
|
85
97
|
export { spotifyGetTheUserSQueue };
|
|
86
98
|
//# sourceMappingURL=get-the-user-s-queue.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-the-user-s-queue.d.cts","names":[],"sources":["../../src/actions/get-the-user-s-queue.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0C5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-the-user-s-queue.d.cts","names":[],"sources":["../../src/actions/get-the-user-s-queue.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0C5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -80,7 +80,19 @@ declare const SpotifyGetTheUserSQueueOutput: z.ZodObject<{
|
|
|
80
80
|
audio_preview_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
}, z.core.$loose>>>;
|
|
82
82
|
}, z.core.$loose>;
|
|
83
|
-
declare const spotifyGetTheUserSQueue: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
83
|
+
declare const spotifyGetTheUserSQueue: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
accessToken: z.ZodString;
|
|
89
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
90
|
+
connectionId: z.ZodString;
|
|
91
|
+
entityId: z.ZodString;
|
|
92
|
+
instanceId: z.ZodString;
|
|
93
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
94
|
+
accessToken: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
84
96
|
//#endregion
|
|
85
97
|
export { spotifyGetTheUserSQueue };
|
|
86
98
|
//# sourceMappingURL=get-the-user-s-queue.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-the-user-s-queue.d.mts","names":[],"sources":["../../src/actions/get-the-user-s-queue.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0C5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-the-user-s-queue.d.mts","names":[],"sources":["../../src/actions/get-the-user-s-queue.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0C5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -81,7 +81,19 @@ declare const SpotifyGetTrackSAudioAnalysisOutput: z.ZodObject<{
|
|
|
81
81
|
}, z.core.$loose>;
|
|
82
82
|
declare const spotifyGetTrackSAudioAnalysis: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
83
83
|
id: string;
|
|
84
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
84
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
85
|
+
connectionId: z.ZodString;
|
|
86
|
+
entityId: z.ZodString;
|
|
87
|
+
instanceId: z.ZodString;
|
|
88
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
89
|
+
accessToken: z.ZodString;
|
|
90
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
accessToken: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>;
|
|
85
97
|
//#endregion
|
|
86
98
|
export { spotifyGetTrackSAudioAnalysis };
|
|
87
99
|
//# sourceMappingURL=get-track-s-audio-analysis.d.cts.map
|
|
@@ -81,7 +81,19 @@ declare const SpotifyGetTrackSAudioAnalysisOutput: z.ZodObject<{
|
|
|
81
81
|
}, z.core.$loose>;
|
|
82
82
|
declare const spotifyGetTrackSAudioAnalysis: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
83
83
|
id: string;
|
|
84
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
84
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
85
|
+
connectionId: z.ZodString;
|
|
86
|
+
entityId: z.ZodString;
|
|
87
|
+
instanceId: z.ZodString;
|
|
88
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
89
|
+
accessToken: z.ZodString;
|
|
90
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
accessToken: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>;
|
|
85
97
|
//#endregion
|
|
86
98
|
export { spotifyGetTrackSAudioAnalysis };
|
|
87
99
|
//# sourceMappingURL=get-track-s-audio-analysis.d.mts.map
|
|
@@ -51,7 +51,19 @@ declare const SpotifyGetTrackOutput: z.ZodObject<{
|
|
|
51
51
|
declare const spotifyGetTrack: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
52
52
|
id: string;
|
|
53
53
|
market?: string | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
accessToken: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
accessToken: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { spotifyGetTrack };
|
|
57
69
|
//# sourceMappingURL=get-track.d.cts.map
|
|
@@ -51,7 +51,19 @@ declare const SpotifyGetTrackOutput: z.ZodObject<{
|
|
|
51
51
|
declare const spotifyGetTrack: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
52
52
|
id: string;
|
|
53
53
|
market?: string | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
accessToken: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
accessToken: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { spotifyGetTrack };
|
|
57
69
|
//# sourceMappingURL=get-track.d.mts.map
|
|
@@ -54,7 +54,19 @@ declare const spotifyGetUserSPlaylists: import("@keystrokehq/action").WorkflowAc
|
|
|
54
54
|
user_id: string;
|
|
55
55
|
limit?: number | undefined;
|
|
56
56
|
offset?: number | undefined;
|
|
57
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
57
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
accessToken: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
accessToken: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>;
|
|
58
70
|
//#endregion
|
|
59
71
|
export { spotifyGetUserSPlaylists };
|
|
60
72
|
//# sourceMappingURL=get-user-s-playlists.d.cts.map
|
|
@@ -54,7 +54,19 @@ declare const spotifyGetUserSPlaylists: import("@keystrokehq/action").WorkflowAc
|
|
|
54
54
|
user_id: string;
|
|
55
55
|
limit?: number | undefined;
|
|
56
56
|
offset?: number | undefined;
|
|
57
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
57
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
accessToken: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
accessToken: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>;
|
|
58
70
|
//#endregion
|
|
59
71
|
export { spotifyGetUserSPlaylists };
|
|
60
72
|
//# sourceMappingURL=get-user-s-playlists.d.mts.map
|
|
@@ -25,7 +25,19 @@ declare const SpotifyGetUserSProfileOutput: z.ZodObject<{
|
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const spotifyGetUserSProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
user_id: string;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
accessToken: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { spotifyGetUserSProfile };
|
|
31
43
|
//# sourceMappingURL=get-user-s-profile.d.cts.map
|
|
@@ -25,7 +25,19 @@ declare const SpotifyGetUserSProfileOutput: z.ZodObject<{
|
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const spotifyGetUserSProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
user_id: string;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
accessToken: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { spotifyGetUserSProfile };
|
|
31
43
|
//# sourceMappingURL=get-user-s-profile.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const spotifyGetUserSSavedAlbums: import("@keystrokehq/action").Workflow
|
|
|
30
30
|
limit?: number | undefined;
|
|
31
31
|
market?: string | undefined;
|
|
32
32
|
offset?: number | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { spotifyGetUserSSavedAlbums };
|
|
36
48
|
//# sourceMappingURL=get-user-s-saved-albums.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const spotifyGetUserSSavedAlbums: import("@keystrokehq/action").Workflow
|
|
|
30
30
|
limit?: number | undefined;
|
|
31
31
|
market?: string | undefined;
|
|
32
32
|
offset?: number | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { spotifyGetUserSSavedAlbums };
|
|
36
48
|
//# sourceMappingURL=get-user-s-saved-albums.d.mts.map
|
|
@@ -48,7 +48,19 @@ declare const SpotifyGetUserSSavedAudiobooksOutput: z.ZodObject<{
|
|
|
48
48
|
declare const spotifyGetUserSSavedAudiobooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
49
|
limit?: number | undefined;
|
|
50
50
|
offset?: number | undefined;
|
|
51
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
51
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
accessToken: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
accessToken: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>;
|
|
52
64
|
//#endregion
|
|
53
65
|
export { spotifyGetUserSSavedAudiobooks };
|
|
54
66
|
//# sourceMappingURL=get-user-s-saved-audiobooks.d.cts.map
|
|
@@ -48,7 +48,19 @@ declare const SpotifyGetUserSSavedAudiobooksOutput: z.ZodObject<{
|
|
|
48
48
|
declare const spotifyGetUserSSavedAudiobooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
49
|
limit?: number | undefined;
|
|
50
50
|
offset?: number | undefined;
|
|
51
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
51
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
accessToken: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
accessToken: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>;
|
|
52
64
|
//#endregion
|
|
53
65
|
export { spotifyGetUserSSavedAudiobooks };
|
|
54
66
|
//# sourceMappingURL=get-user-s-saved-audiobooks.d.mts.map
|