@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
|
@@ -12,7 +12,19 @@ declare const SpotifyAddItemToPlaybackQueueOutput: z.ZodObject<{
|
|
|
12
12
|
declare const spotifyAddItemToPlaybackQueue: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
uri: string;
|
|
14
14
|
device_id?: 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 { spotifyAddItemToPlaybackQueue };
|
|
18
30
|
//# sourceMappingURL=add-item-to-playback-queue.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyAddItemToPlaybackQueueOutput: z.ZodObject<{
|
|
|
12
12
|
declare const spotifyAddItemToPlaybackQueue: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
uri: string;
|
|
14
14
|
device_id?: 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 { spotifyAddItemToPlaybackQueue };
|
|
18
30
|
//# sourceMappingURL=add-item-to-playback-queue.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const spotifyAddItemsToPlaylist: import("@keystrokehq/action").WorkflowA
|
|
|
13
13
|
uris: string | string[];
|
|
14
14
|
playlist_id: string;
|
|
15
15
|
position?: number | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { spotifyAddItemsToPlaylist };
|
|
19
31
|
//# sourceMappingURL=add-items-to-playlist.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const spotifyAddItemsToPlaylist: import("@keystrokehq/action").WorkflowA
|
|
|
13
13
|
uris: string | string[];
|
|
14
14
|
playlist_id: string;
|
|
15
15
|
position?: number | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { spotifyAddItemsToPlaylist };
|
|
19
31
|
//# sourceMappingURL=add-items-to-playlist.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const spotifyChangePlaylistDetails: import("@keystrokehq/action").Workfl
|
|
|
18
18
|
public?: boolean | undefined;
|
|
19
19
|
description?: string | undefined;
|
|
20
20
|
collaborative?: boolean | 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 { spotifyChangePlaylistDetails };
|
|
24
36
|
//# sourceMappingURL=change-playlist-details.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const spotifyChangePlaylistDetails: import("@keystrokehq/action").Workfl
|
|
|
18
18
|
public?: boolean | undefined;
|
|
19
19
|
description?: string | undefined;
|
|
20
20
|
collaborative?: boolean | 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 { spotifyChangePlaylistDetails };
|
|
24
36
|
//# sourceMappingURL=change-playlist-details.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const SpotifyCheckIfUserFollowsArtistsOrUsersOutput: z.ZodObject<{
|
|
|
14
14
|
declare const spotifyCheckIfUserFollowsArtistsOrUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
ids: string;
|
|
16
16
|
type: "user" | "artist";
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
accessToken: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { spotifyCheckIfUserFollowsArtistsOrUsers };
|
|
20
32
|
//# sourceMappingURL=check-if-user-follows-artists-or-users.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const SpotifyCheckIfUserFollowsArtistsOrUsersOutput: z.ZodObject<{
|
|
|
14
14
|
declare const spotifyCheckIfUserFollowsArtistsOrUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
ids: string;
|
|
16
16
|
type: "user" | "artist";
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
accessToken: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { spotifyCheckIfUserFollowsArtistsOrUsers };
|
|
20
32
|
//# sourceMappingURL=check-if-user-follows-artists-or-users.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const SpotifyCheckIfUsersFollowPlaylistOutput: z.ZodObject<{
|
|
|
15
15
|
declare const spotifyCheckIfUsersFollowPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
ids: string;
|
|
17
17
|
playlist_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { spotifyCheckIfUsersFollowPlaylist };
|
|
21
33
|
//# sourceMappingURL=check-if-users-follow-playlist.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const SpotifyCheckIfUsersFollowPlaylistOutput: z.ZodObject<{
|
|
|
15
15
|
declare const spotifyCheckIfUsersFollowPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
ids: string;
|
|
17
17
|
playlist_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { spotifyCheckIfUsersFollowPlaylist };
|
|
21
33
|
//# sourceMappingURL=check-if-users-follow-playlist.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedAlbumsOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedAlbums: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedAlbums };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-albums.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedAlbumsOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedAlbums: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedAlbums };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-albums.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedAudiobooksOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedAudiobooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedAudiobooks };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-audiobooks.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedAudiobooksOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedAudiobooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedAudiobooks };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-audiobooks.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedEpisodesOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedEpisodes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedEpisodes };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-episodes.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedEpisodesOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedEpisodes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedEpisodes };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-episodes.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedShowsOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedShows };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-shows.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedShowsOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedShows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedShows };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-shows.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedTracksOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedTracks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedTracks };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-tracks.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SpotifyCheckUserSSavedTracksOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const spotifyCheckUserSSavedTracks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
ids: string;
|
|
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 { spotifyCheckUserSSavedTracks };
|
|
15
27
|
//# sourceMappingURL=check-user-s-saved-tracks.d.mts.map
|
|
@@ -65,7 +65,19 @@ declare const spotifyCreatePlaylist: import("@keystrokehq/action").WorkflowActio
|
|
|
65
65
|
public?: boolean | undefined;
|
|
66
66
|
description?: string | undefined;
|
|
67
67
|
collaborative?: boolean | undefined;
|
|
68
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
68
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
accessToken: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
accessToken: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>;
|
|
69
81
|
//#endregion
|
|
70
82
|
export { spotifyCreatePlaylist };
|
|
71
83
|
//# sourceMappingURL=create-playlist.d.cts.map
|
|
@@ -65,7 +65,19 @@ declare const spotifyCreatePlaylist: import("@keystrokehq/action").WorkflowActio
|
|
|
65
65
|
public?: boolean | undefined;
|
|
66
66
|
description?: string | undefined;
|
|
67
67
|
collaborative?: boolean | undefined;
|
|
68
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
68
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
accessToken: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
accessToken: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>;
|
|
69
81
|
//#endregion
|
|
70
82
|
export { spotifyCreatePlaylist };
|
|
71
83
|
//# sourceMappingURL=create-playlist.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const SpotifyFollowArtistsOrUsersOutput: z.ZodObject<{
|
|
|
15
15
|
declare const spotifyFollowArtistsOrUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
ids: string;
|
|
17
17
|
type: "user" | "artist";
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { spotifyFollowArtistsOrUsers };
|
|
21
33
|
//# sourceMappingURL=follow-artists-or-users.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const SpotifyFollowArtistsOrUsersOutput: z.ZodObject<{
|
|
|
15
15
|
declare const spotifyFollowArtistsOrUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
ids: string;
|
|
17
17
|
type: "user" | "artist";
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { spotifyFollowArtistsOrUsers };
|
|
21
33
|
//# sourceMappingURL=follow-artists-or-users.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyFollowPlaylistOutput: z.ZodObject<{
|
|
|
12
12
|
declare const spotifyFollowPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
playlist_id: string;
|
|
14
14
|
public?: boolean | 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 { spotifyFollowPlaylist };
|
|
18
30
|
//# sourceMappingURL=follow-playlist.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SpotifyFollowPlaylistOutput: z.ZodObject<{
|
|
|
12
12
|
declare const spotifyFollowPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
playlist_id: string;
|
|
14
14
|
public?: boolean | 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 { spotifyFollowPlaylist };
|
|
18
30
|
//# sourceMappingURL=follow-playlist.d.mts.map
|
|
@@ -71,7 +71,19 @@ declare const SpotifyGetAChapterOutput: z.ZodObject<{
|
|
|
71
71
|
declare const spotifyGetAChapter: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
72
72
|
id: string;
|
|
73
73
|
market?: string | undefined;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
accessToken: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
accessToken: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
75
87
|
//#endregion
|
|
76
88
|
export { spotifyGetAChapter };
|
|
77
89
|
//# sourceMappingURL=get-a-chapter.d.cts.map
|
|
@@ -71,7 +71,19 @@ declare const SpotifyGetAChapterOutput: z.ZodObject<{
|
|
|
71
71
|
declare const spotifyGetAChapter: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
72
72
|
id: string;
|
|
73
73
|
market?: string | undefined;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
accessToken: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"spotify", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
accessToken: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
75
87
|
//#endregion
|
|
76
88
|
export { spotifyGetAChapter };
|
|
77
89
|
//# sourceMappingURL=get-a-chapter.d.mts.map
|