@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
|
@@ -67,7 +67,19 @@ declare const spotifyGetUserSSavedEpisodes: import("@keystrokehq/action").Workfl
|
|
|
67
67
|
limit?: number | undefined;
|
|
68
68
|
market?: string | undefined;
|
|
69
69
|
offset?: number | undefined;
|
|
70
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
70
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
|
|
71
83
|
//#endregion
|
|
72
84
|
export { spotifyGetUserSSavedEpisodes };
|
|
73
85
|
//# sourceMappingURL=get-user-s-saved-episodes.d.cts.map
|
|
@@ -67,7 +67,19 @@ declare const spotifyGetUserSSavedEpisodes: import("@keystrokehq/action").Workfl
|
|
|
67
67
|
limit?: number | undefined;
|
|
68
68
|
market?: string | undefined;
|
|
69
69
|
offset?: number | undefined;
|
|
70
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
70
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
|
|
71
83
|
//#endregion
|
|
72
84
|
export { spotifyGetUserSSavedEpisodes };
|
|
73
85
|
//# sourceMappingURL=get-user-s-saved-episodes.d.mts.map
|
|
@@ -45,7 +45,19 @@ declare const SpotifyGetUserSSavedShowsOutput: z.ZodObject<{
|
|
|
45
45
|
declare const spotifyGetUserSSavedShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
46
46
|
limit?: number | undefined;
|
|
47
47
|
offset?: number | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
accessToken: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { spotifyGetUserSSavedShows };
|
|
51
63
|
//# sourceMappingURL=get-user-s-saved-shows.d.cts.map
|
|
@@ -45,7 +45,19 @@ declare const SpotifyGetUserSSavedShowsOutput: z.ZodObject<{
|
|
|
45
45
|
declare const spotifyGetUserSSavedShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
46
46
|
limit?: number | undefined;
|
|
47
47
|
offset?: number | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
accessToken: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { spotifyGetUserSSavedShows };
|
|
51
63
|
//# sourceMappingURL=get-user-s-saved-shows.d.mts.map
|
|
@@ -84,7 +84,19 @@ declare const spotifyGetUserSSavedTracks: import("@keystrokehq/action").Workflow
|
|
|
84
84
|
limit?: number | undefined;
|
|
85
85
|
market?: string | undefined;
|
|
86
86
|
offset?: number | undefined;
|
|
87
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
accessToken: z.ZodString;
|
|
93
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
94
|
+
connectionId: z.ZodString;
|
|
95
|
+
entityId: z.ZodString;
|
|
96
|
+
instanceId: z.ZodString;
|
|
97
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
98
|
+
accessToken: z.ZodString;
|
|
99
|
+
}, z.core.$strip>>]>;
|
|
88
100
|
//#endregion
|
|
89
101
|
export { spotifyGetUserSSavedTracks };
|
|
90
102
|
//# sourceMappingURL=get-user-s-saved-tracks.d.cts.map
|
|
@@ -84,7 +84,19 @@ declare const spotifyGetUserSSavedTracks: import("@keystrokehq/action").Workflow
|
|
|
84
84
|
limit?: number | undefined;
|
|
85
85
|
market?: string | undefined;
|
|
86
86
|
offset?: number | undefined;
|
|
87
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
accessToken: z.ZodString;
|
|
93
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
94
|
+
connectionId: z.ZodString;
|
|
95
|
+
entityId: z.ZodString;
|
|
96
|
+
instanceId: z.ZodString;
|
|
97
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
98
|
+
accessToken: z.ZodString;
|
|
99
|
+
}, z.core.$strip>>]>;
|
|
88
100
|
//#endregion
|
|
89
101
|
export { spotifyGetUserSSavedTracks };
|
|
90
102
|
//# sourceMappingURL=get-user-s-saved-tracks.d.mts.map
|
|
@@ -43,7 +43,19 @@ declare const spotifyGetUserSTopArtists: import("@keystrokehq/action").WorkflowA
|
|
|
43
43
|
limit?: number | undefined;
|
|
44
44
|
offset?: number | undefined;
|
|
45
45
|
time_range?: "long_term" | "medium_term" | "short_term" | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
accessToken: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
47
59
|
//#endregion
|
|
48
60
|
export { spotifyGetUserSTopArtists };
|
|
49
61
|
//# sourceMappingURL=get-user-s-top-artists.d.cts.map
|
|
@@ -43,7 +43,19 @@ declare const spotifyGetUserSTopArtists: import("@keystrokehq/action").WorkflowA
|
|
|
43
43
|
limit?: number | undefined;
|
|
44
44
|
offset?: number | undefined;
|
|
45
45
|
time_range?: "long_term" | "medium_term" | "short_term" | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
accessToken: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
47
59
|
//#endregion
|
|
48
60
|
export { spotifyGetUserSTopArtists };
|
|
49
61
|
//# sourceMappingURL=get-user-s-top-artists.d.mts.map
|
|
@@ -97,7 +97,19 @@ declare const spotifyGetUserSTopTracks: import("@keystrokehq/action").WorkflowAc
|
|
|
97
97
|
limit?: number | undefined;
|
|
98
98
|
offset?: number | undefined;
|
|
99
99
|
time_range?: string | undefined;
|
|
100
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
100
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
101
|
+
connectionId: z.ZodString;
|
|
102
|
+
entityId: z.ZodString;
|
|
103
|
+
instanceId: z.ZodString;
|
|
104
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
105
|
+
accessToken: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
107
|
+
connectionId: z.ZodString;
|
|
108
|
+
entityId: z.ZodString;
|
|
109
|
+
instanceId: z.ZodString;
|
|
110
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
111
|
+
accessToken: z.ZodString;
|
|
112
|
+
}, z.core.$strip>>]>;
|
|
101
113
|
//#endregion
|
|
102
114
|
export { spotifyGetUserSTopTracks };
|
|
103
115
|
//# sourceMappingURL=get-user-s-top-tracks.d.cts.map
|
|
@@ -97,7 +97,19 @@ declare const spotifyGetUserSTopTracks: import("@keystrokehq/action").WorkflowAc
|
|
|
97
97
|
limit?: number | undefined;
|
|
98
98
|
offset?: number | undefined;
|
|
99
99
|
time_range?: string | undefined;
|
|
100
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
100
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
101
|
+
connectionId: z.ZodString;
|
|
102
|
+
entityId: z.ZodString;
|
|
103
|
+
instanceId: z.ZodString;
|
|
104
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
105
|
+
accessToken: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
107
|
+
connectionId: z.ZodString;
|
|
108
|
+
entityId: z.ZodString;
|
|
109
|
+
instanceId: z.ZodString;
|
|
110
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
111
|
+
accessToken: z.ZodString;
|
|
112
|
+
}, z.core.$strip>>]>;
|
|
101
113
|
//#endregion
|
|
102
114
|
export { spotifyGetUserSTopTracks };
|
|
103
115
|
//# sourceMappingURL=get-user-s-top-tracks.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyPausePlaybackOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyPausePlayback: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
device_id?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { spotifyPausePlayback };
|
|
15
27
|
//# sourceMappingURL=pause-playback.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyPausePlaybackOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyPausePlayback: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
device_id?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { spotifyPausePlayback };
|
|
15
27
|
//# sourceMappingURL=pause-playback.d.mts.map
|
|
@@ -20,7 +20,19 @@ declare const spotifyRemovePlaylistItems: import("@keystrokehq/action").Workflow
|
|
|
20
20
|
}[];
|
|
21
21
|
playlist_id: string;
|
|
22
22
|
snapshot_id?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
accessToken: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { spotifyRemovePlaylistItems };
|
|
26
38
|
//# sourceMappingURL=remove-playlist-items.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const spotifyRemovePlaylistItems: import("@keystrokehq/action").Workflow
|
|
|
20
20
|
}[];
|
|
21
21
|
playlist_id: string;
|
|
22
22
|
snapshot_id?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
accessToken: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { spotifyRemovePlaylistItems };
|
|
26
38
|
//# sourceMappingURL=remove-playlist-items.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyRemoveUserSSavedAudiobooksOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const spotifyRemoveUserSSavedAudiobooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
ids: string | string[];
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { spotifyRemoveUserSSavedAudiobooks };
|
|
18
30
|
//# sourceMappingURL=remove-user-s-saved-audiobooks.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyRemoveUserSSavedAudiobooksOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const spotifyRemoveUserSSavedAudiobooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
ids: string | string[];
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { spotifyRemoveUserSSavedAudiobooks };
|
|
18
30
|
//# sourceMappingURL=remove-user-s-saved-audiobooks.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifyRemoveUserSSavedEpisodesOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifyRemoveUserSSavedEpisodes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string | string[];
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifyRemoveUserSSavedEpisodes };
|
|
16
28
|
//# sourceMappingURL=remove-user-s-saved-episodes.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifyRemoveUserSSavedEpisodesOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifyRemoveUserSSavedEpisodes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string | string[];
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifyRemoveUserSSavedEpisodes };
|
|
16
28
|
//# sourceMappingURL=remove-user-s-saved-episodes.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const SpotifyRemoveUserSSavedShowsOutput: z.ZodObject<{
|
|
|
11
11
|
declare const spotifyRemoveUserSSavedShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids?: string | undefined;
|
|
13
13
|
market?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { spotifyRemoveUserSSavedShows };
|
|
17
29
|
//# sourceMappingURL=remove-user-s-saved-shows.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const SpotifyRemoveUserSSavedShowsOutput: z.ZodObject<{
|
|
|
11
11
|
declare const spotifyRemoveUserSSavedShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids?: string | undefined;
|
|
13
13
|
market?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { spotifyRemoveUserSSavedShows };
|
|
17
29
|
//# sourceMappingURL=remove-user-s-saved-shows.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyRemoveUserSSavedTracksOutput: z.ZodObject<{
|
|
|
12
12
|
declare const spotifyRemoveUserSSavedTracks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
ids?: string | undefined;
|
|
14
14
|
body_ids?: string[] | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { spotifyRemoveUserSSavedTracks };
|
|
18
30
|
//# sourceMappingURL=remove-user-s-saved-tracks.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyRemoveUserSSavedTracksOutput: z.ZodObject<{
|
|
|
12
12
|
declare const spotifyRemoveUserSSavedTracks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
ids?: string | undefined;
|
|
14
14
|
body_ids?: string[] | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { spotifyRemoveUserSSavedTracks };
|
|
18
30
|
//# sourceMappingURL=remove-user-s-saved-tracks.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifyRemoveUsersSavedAlbumsOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifyRemoveUsersSavedAlbums: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string | string[];
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifyRemoveUsersSavedAlbums };
|
|
16
28
|
//# sourceMappingURL=remove-users-saved-albums.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifyRemoveUsersSavedAlbumsOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifyRemoveUsersSavedAlbums: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string | string[];
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifyRemoveUsersSavedAlbums };
|
|
16
28
|
//# sourceMappingURL=remove-users-saved-albums.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifySaveAlbumsForCurrentUserOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifySaveAlbumsForCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string | string[];
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifySaveAlbumsForCurrentUser };
|
|
16
28
|
//# sourceMappingURL=save-albums-for-current-user.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifySaveAlbumsForCurrentUserOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifySaveAlbumsForCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string | string[];
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifySaveAlbumsForCurrentUser };
|
|
16
28
|
//# sourceMappingURL=save-albums-for-current-user.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifySaveAudiobooksForCurrentUserOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifySaveAudiobooksForCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifySaveAudiobooksForCurrentUser };
|
|
16
28
|
//# sourceMappingURL=save-audiobooks-for-current-user.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SpotifySaveAudiobooksForCurrentUserOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const spotifySaveAudiobooksForCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
ids: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { spotifySaveAudiobooksForCurrentUser };
|
|
16
28
|
//# sourceMappingURL=save-audiobooks-for-current-user.d.mts.map
|