@keystrokehq/soundcloud 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.
Files changed (119) hide show
  1. package/dist/actions/creates-a-playlist.d.cts +13 -1
  2. package/dist/actions/creates-a-playlist.d.cts.map +1 -1
  3. package/dist/actions/creates-a-playlist.d.mts +13 -1
  4. package/dist/actions/creates-a-playlist.d.mts.map +1 -1
  5. package/dist/actions/deletes-a-playlist.d.cts +13 -1
  6. package/dist/actions/deletes-a-playlist.d.mts +13 -1
  7. package/dist/actions/deletes-a-track.d.cts +13 -1
  8. package/dist/actions/deletes-a-track.d.mts +13 -1
  9. package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts +13 -1
  10. package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts +13 -1
  11. package/dist/actions/fetch-user-favorites.d.cts +13 -1
  12. package/dist/actions/fetch-user-favorites.d.mts +13 -1
  13. package/dist/actions/fetch-user-following-details.d.cts +13 -1
  14. package/dist/actions/fetch-user-following-details.d.mts +13 -1
  15. package/dist/actions/fetch-user-profiles-links.d.cts +13 -1
  16. package/dist/actions/fetch-user-profiles-links.d.mts +13 -1
  17. package/dist/actions/follows-a-user.d.cts +13 -1
  18. package/dist/actions/follows-a-user.d.mts +13 -1
  19. package/dist/actions/get-related-tracks.d.cts +13 -1
  20. package/dist/actions/get-related-tracks.d.mts +13 -1
  21. package/dist/actions/get-track-likers.d.cts +13 -1
  22. package/dist/actions/get-track-likers.d.mts +13 -1
  23. package/dist/actions/likes-a-playlist.d.cts +13 -1
  24. package/dist/actions/likes-a-playlist.d.mts +13 -1
  25. package/dist/actions/likes-a-track.d.cts +13 -1
  26. package/dist/actions/likes-a-track.d.mts +13 -1
  27. package/dist/actions/list-authenticated-user-followers.d.cts +13 -1
  28. package/dist/actions/list-authenticated-user-followers.d.mts +13 -1
  29. package/dist/actions/list-followed-by-user.d.cts +13 -1
  30. package/dist/actions/list-followed-by-user.d.mts +13 -1
  31. package/dist/actions/list-user-favorites.d.cts +13 -1
  32. package/dist/actions/list-user-favorites.d.mts +13 -1
  33. package/dist/actions/oauth2-authorization-redirect-handler.d.cts +13 -1
  34. package/dist/actions/oauth2-authorization-redirect-handler.d.mts +13 -1
  35. package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts +13 -1
  36. package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts +13 -1
  37. package/dist/actions/performs-a-user-search-based-on-a-query.d.cts +13 -1
  38. package/dist/actions/performs-a-user-search-based-on-a-query.d.mts +13 -1
  39. package/dist/actions/provision-access-tokens-post-authorization.d.cts +13 -1
  40. package/dist/actions/provision-access-tokens-post-authorization.d.mts +13 -1
  41. package/dist/actions/recent-the-authenticated-user-s-activities.d.cts +13 -1
  42. package/dist/actions/recent-the-authenticated-user-s-activities.d.mts +13 -1
  43. package/dist/actions/recent-tracks-from-followed-users.d.cts +13 -1
  44. package/dist/actions/recent-tracks-from-followed-users.d.mts +13 -1
  45. package/dist/actions/remove-playlist-repost.d.cts +13 -1
  46. package/dist/actions/remove-playlist-repost.d.mts +13 -1
  47. package/dist/actions/remove-track-repost.d.cts +13 -1
  48. package/dist/actions/remove-track-repost.d.mts +13 -1
  49. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts +13 -1
  50. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts +13 -1
  51. package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts +13 -1
  52. package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts +13 -1
  53. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts +13 -1
  54. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts +13 -1
  55. package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts +13 -1
  56. package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts +13 -1
  57. package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts +13 -1
  58. package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts +13 -1
  59. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts +13 -1
  60. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts +13 -1
  61. package/dist/actions/returns-a-list-of-user-s-followers.d.cts +13 -1
  62. package/dist/actions/returns-a-list-of-user-s-followers.d.mts +13 -1
  63. package/dist/actions/returns-a-list-of-user-s-followings.d.cts +13 -1
  64. package/dist/actions/returns-a-list-of-user-s-followings.d.mts +13 -1
  65. package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts +13 -1
  66. package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts +13 -1
  67. package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts +13 -1
  68. package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts +13 -1
  69. package/dist/actions/returns-a-list-of-user-s-playlists.d.cts +13 -1
  70. package/dist/actions/returns-a-list-of-user-s-playlists.d.mts +13 -1
  71. package/dist/actions/returns-a-list-of-user-s-tracks.d.cts +13 -1
  72. package/dist/actions/returns-a-list-of-user-s-tracks.d.mts +13 -1
  73. package/dist/actions/returns-a-playlist.d.cts +13 -1
  74. package/dist/actions/returns-a-playlist.d.mts +13 -1
  75. package/dist/actions/returns-a-track-s-streamable-urls.d.cts +13 -1
  76. package/dist/actions/returns-a-track-s-streamable-urls.d.mts +13 -1
  77. package/dist/actions/returns-a-track.d.cts +13 -1
  78. package/dist/actions/returns-a-track.d.mts +13 -1
  79. package/dist/actions/returns-a-user.d.cts +13 -1
  80. package/dist/actions/returns-a-user.d.mts +13 -1
  81. package/dist/actions/returns-the-authenticated-user-s-activities.d.cts +13 -1
  82. package/dist/actions/returns-the-authenticated-user-s-activities.d.mts +13 -1
  83. package/dist/actions/returns-the-authenticated-user-s-information.d.cts +13 -1
  84. package/dist/actions/returns-the-authenticated-user-s-information.d.cts.map +1 -1
  85. package/dist/actions/returns-the-authenticated-user-s-information.d.mts +13 -1
  86. package/dist/actions/returns-the-authenticated-user-s-information.d.mts.map +1 -1
  87. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts +13 -1
  88. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts +13 -1
  89. package/dist/actions/returns-tracks-under-a-playlist.d.cts +13 -1
  90. package/dist/actions/returns-tracks-under-a-playlist.d.mts +13 -1
  91. package/dist/actions/returns-user-s-playlists-sets.d.cts +13 -1
  92. package/dist/actions/returns-user-s-playlists-sets.d.mts +13 -1
  93. package/dist/actions/unfollow-user.d.cts +13 -1
  94. package/dist/actions/unfollow-user.d.mts +13 -1
  95. package/dist/actions/unlikes-a-playlist.d.cts +13 -1
  96. package/dist/actions/unlikes-a-playlist.d.mts +13 -1
  97. package/dist/actions/unlikes-a-track.d.cts +13 -1
  98. package/dist/actions/unlikes-a-track.d.mts +13 -1
  99. package/dist/actions/updates-a-playlist.d.cts +13 -1
  100. package/dist/actions/updates-a-playlist.d.cts.map +1 -1
  101. package/dist/actions/updates-a-playlist.d.mts +13 -1
  102. package/dist/actions/updates-a-playlist.d.mts.map +1 -1
  103. package/dist/actions/updates-a-track-s-information.d.cts +13 -1
  104. package/dist/actions/updates-a-track-s-information.d.mts +13 -1
  105. package/dist/actions/uploads-a-new-track.d.cts +13 -1
  106. package/dist/actions/uploads-a-new-track.d.cts.map +1 -1
  107. package/dist/actions/uploads-a-new-track.d.mts +13 -1
  108. package/dist/actions/uploads-a-new-track.d.mts.map +1 -1
  109. package/dist/actions/user-recent-track-activities.d.cts +13 -1
  110. package/dist/actions/user-recent-track-activities.d.mts +13 -1
  111. package/dist/app.cjs +5 -2
  112. package/dist/app.cjs.map +1 -1
  113. package/dist/app.d.cts +9 -1
  114. package/dist/app.d.cts.map +1 -1
  115. package/dist/app.d.mts +9 -1
  116. package/dist/app.d.mts.map +1 -1
  117. package/dist/app.mjs +3 -1
  118. package/dist/app.mjs.map +1 -1
  119. package/package.json +1 -1
@@ -127,7 +127,19 @@ declare const soundcloudCreatesAPlaylist: import("@keystrokehq/action").Workflow
127
127
  playlist__release__date?: string | undefined;
128
128
  playlist__permalink__url?: string | undefined;
129
129
  playlist__purchase__title?: string | undefined;
130
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
130
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
131
+ connectionId: z.ZodString;
132
+ entityId: z.ZodString;
133
+ instanceId: z.ZodString;
134
+ }, z.core.$strip>, z.ZodObject<{
135
+ accessToken: z.ZodString;
136
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
137
+ connectionId: z.ZodString;
138
+ entityId: z.ZodString;
139
+ instanceId: z.ZodString;
140
+ }, z.core.$strip>, z.ZodObject<{
141
+ accessToken: z.ZodString;
142
+ }, z.core.$strip>>]>;
131
143
  //#endregion
132
144
  export { soundcloudCreatesAPlaylist };
133
145
  //# sourceMappingURL=creates-a-playlist.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"creates-a-playlist.d.cts","names":[],"sources":["../../src/actions/creates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAyE/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,0BAAA,gCAA0B,wBAAA;;;;qBAMrC,MAAA"}
1
+ {"version":3,"file":"creates-a-playlist.d.cts","names":[],"sources":["../../src/actions/creates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAyE/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,0BAAA,gCAA0B,wBAAA"}
@@ -127,7 +127,19 @@ declare const soundcloudCreatesAPlaylist: import("@keystrokehq/action").Workflow
127
127
  playlist__release__date?: string | undefined;
128
128
  playlist__permalink__url?: string | undefined;
129
129
  playlist__purchase__title?: string | undefined;
130
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
130
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
131
+ connectionId: z.ZodString;
132
+ entityId: z.ZodString;
133
+ instanceId: z.ZodString;
134
+ }, z.core.$strip>, z.ZodObject<{
135
+ accessToken: z.ZodString;
136
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
137
+ connectionId: z.ZodString;
138
+ entityId: z.ZodString;
139
+ instanceId: z.ZodString;
140
+ }, z.core.$strip>, z.ZodObject<{
141
+ accessToken: z.ZodString;
142
+ }, z.core.$strip>>]>;
131
143
  //#endregion
132
144
  export { soundcloudCreatesAPlaylist };
133
145
  //# sourceMappingURL=creates-a-playlist.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"creates-a-playlist.d.mts","names":[],"sources":["../../src/actions/creates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAyE/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,0BAAA,gCAA0B,wBAAA;;;;qBAMrC,MAAA"}
1
+ {"version":3,"file":"creates-a-playlist.d.mts","names":[],"sources":["../../src/actions/creates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAyE/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,0BAAA,gCAA0B,wBAAA"}
@@ -9,7 +9,19 @@ declare const SoundcloudDeletesAPlaylistOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const soundcloudDeletesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  playlist_id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudDeletesAPlaylist };
15
27
  //# sourceMappingURL=deletes-a-playlist.d.cts.map
@@ -9,7 +9,19 @@ declare const SoundcloudDeletesAPlaylistOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const soundcloudDeletesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  playlist_id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudDeletesAPlaylist };
15
27
  //# sourceMappingURL=deletes-a-playlist.d.mts.map
@@ -7,7 +7,19 @@ declare const SoundcloudDeletesATrackInput: z.ZodObject<{
7
7
  declare const SoundcloudDeletesATrackOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudDeletesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  track_id: number;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ accessToken: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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>>]>;
11
23
  //#endregion
12
24
  export { soundcloudDeletesATrack };
13
25
  //# sourceMappingURL=deletes-a-track.d.cts.map
@@ -7,7 +7,19 @@ declare const SoundcloudDeletesATrackInput: z.ZodObject<{
7
7
  declare const SoundcloudDeletesATrackOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudDeletesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  track_id: number;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ accessToken: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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>>]>;
11
23
  //#endregion
12
24
  export { soundcloudDeletesATrack };
13
25
  //# sourceMappingURL=deletes-a-track.d.mts.map
@@ -50,7 +50,19 @@ declare const SoundcloudFetchSoundCloudFollowerProfileDetailsOutput: z.ZodObject
50
50
  }, z.core.$loose>;
51
51
  declare const soundcloudFetchSoundCloudFollowerProfileDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
52
52
  user_id: number;
53
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
53
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ accessToken: z.ZodString;
59
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ accessToken: z.ZodString;
65
+ }, z.core.$strip>>]>;
54
66
  //#endregion
55
67
  export { soundcloudFetchSoundCloudFollowerProfileDetails };
56
68
  //# sourceMappingURL=fetch-sound-cloud-follower-profile-details.d.cts.map
@@ -50,7 +50,19 @@ declare const SoundcloudFetchSoundCloudFollowerProfileDetailsOutput: z.ZodObject
50
50
  }, z.core.$loose>;
51
51
  declare const soundcloudFetchSoundCloudFollowerProfileDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
52
52
  user_id: number;
53
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
53
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ accessToken: z.ZodString;
59
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ accessToken: z.ZodString;
65
+ }, z.core.$strip>>]>;
54
66
  //#endregion
55
67
  export { soundcloudFetchSoundCloudFollowerProfileDetails };
56
68
  //# sourceMappingURL=fetch-sound-cloud-follower-profile-details.d.mts.map
@@ -85,7 +85,19 @@ declare const SoundcloudFetchUserFavoritesOutput: z.ZodObject<{
85
85
  declare const soundcloudFetchUserFavorites: import("@keystrokehq/action").WorkflowActionDefinition<{
86
86
  limit?: number | undefined;
87
87
  linked_partitioning?: boolean | undefined;
88
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
88
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
89
+ connectionId: z.ZodString;
90
+ entityId: z.ZodString;
91
+ instanceId: z.ZodString;
92
+ }, z.core.$strip>, z.ZodObject<{
93
+ accessToken: z.ZodString;
94
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
95
+ connectionId: z.ZodString;
96
+ entityId: z.ZodString;
97
+ instanceId: z.ZodString;
98
+ }, z.core.$strip>, z.ZodObject<{
99
+ accessToken: z.ZodString;
100
+ }, z.core.$strip>>]>;
89
101
  //#endregion
90
102
  export { soundcloudFetchUserFavorites };
91
103
  //# sourceMappingURL=fetch-user-favorites.d.cts.map
@@ -85,7 +85,19 @@ declare const SoundcloudFetchUserFavoritesOutput: z.ZodObject<{
85
85
  declare const soundcloudFetchUserFavorites: import("@keystrokehq/action").WorkflowActionDefinition<{
86
86
  limit?: number | undefined;
87
87
  linked_partitioning?: boolean | undefined;
88
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
88
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
89
+ connectionId: z.ZodString;
90
+ entityId: z.ZodString;
91
+ instanceId: z.ZodString;
92
+ }, z.core.$strip>, z.ZodObject<{
93
+ accessToken: z.ZodString;
94
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
95
+ connectionId: z.ZodString;
96
+ entityId: z.ZodString;
97
+ instanceId: z.ZodString;
98
+ }, z.core.$strip>, z.ZodObject<{
99
+ accessToken: z.ZodString;
100
+ }, z.core.$strip>>]>;
89
101
  //#endregion
90
102
  export { soundcloudFetchUserFavorites };
91
103
  //# sourceMappingURL=fetch-user-favorites.d.mts.map
@@ -37,7 +37,19 @@ declare const SoundcloudFetchUserFollowingDetailsOutput: z.ZodObject<{
37
37
  declare const soundcloudFetchUserFollowingDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
38
38
  user_id: number;
39
39
  following_id: number;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ accessToken: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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>>]>;
41
53
  //#endregion
42
54
  export { soundcloudFetchUserFollowingDetails };
43
55
  //# sourceMappingURL=fetch-user-following-details.d.cts.map
@@ -37,7 +37,19 @@ declare const SoundcloudFetchUserFollowingDetailsOutput: z.ZodObject<{
37
37
  declare const soundcloudFetchUserFollowingDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
38
38
  user_id: number;
39
39
  following_id: number;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ accessToken: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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>>]>;
41
53
  //#endregion
42
54
  export { soundcloudFetchUserFollowingDetails };
43
55
  //# sourceMappingURL=fetch-user-following-details.d.mts.map
@@ -9,7 +9,19 @@ declare const SoundcloudFetchUserProfilesLinksOutput: z.ZodUnknown;
9
9
  declare const soundcloudFetchUserProfilesLinks: import("@keystrokehq/action").WorkflowActionDefinition<{
10
10
  user_id: number;
11
11
  limit?: number | undefined;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudFetchUserProfilesLinks };
15
27
  //# sourceMappingURL=fetch-user-profiles-links.d.cts.map
@@ -9,7 +9,19 @@ declare const SoundcloudFetchUserProfilesLinksOutput: z.ZodUnknown;
9
9
  declare const soundcloudFetchUserProfilesLinks: import("@keystrokehq/action").WorkflowActionDefinition<{
10
10
  user_id: number;
11
11
  limit?: number | undefined;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudFetchUserProfilesLinks };
15
27
  //# sourceMappingURL=fetch-user-profiles-links.d.mts.map
@@ -33,7 +33,19 @@ declare const SoundcloudFollowsAUserOutput: z.ZodObject<{
33
33
  }, z.core.$loose>;
34
34
  declare const soundcloudFollowsAUser: import("@keystrokehq/action").WorkflowActionDefinition<{
35
35
  user_id: number;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ accessToken: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ accessToken: z.ZodString;
48
+ }, z.core.$strip>>]>;
37
49
  //#endregion
38
50
  export { soundcloudFollowsAUser };
39
51
  //# sourceMappingURL=follows-a-user.d.cts.map
@@ -33,7 +33,19 @@ declare const SoundcloudFollowsAUserOutput: z.ZodObject<{
33
33
  }, z.core.$loose>;
34
34
  declare const soundcloudFollowsAUser: import("@keystrokehq/action").WorkflowActionDefinition<{
35
35
  user_id: number;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ accessToken: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ accessToken: z.ZodString;
48
+ }, z.core.$strip>>]>;
37
49
  //#endregion
38
50
  export { soundcloudFollowsAUser };
39
51
  //# sourceMappingURL=follows-a-user.d.mts.map
@@ -96,7 +96,19 @@ declare const soundcloudGetRelatedTracks: import("@keystrokehq/action").Workflow
96
96
  access?: ("playable" | "preview" | "blocked")[] | undefined;
97
97
  offset?: number | undefined;
98
98
  linked_partitioning?: boolean | undefined;
99
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
99
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
100
+ connectionId: z.ZodString;
101
+ entityId: z.ZodString;
102
+ instanceId: z.ZodString;
103
+ }, z.core.$strip>, z.ZodObject<{
104
+ accessToken: z.ZodString;
105
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
106
+ connectionId: z.ZodString;
107
+ entityId: z.ZodString;
108
+ instanceId: z.ZodString;
109
+ }, z.core.$strip>, z.ZodObject<{
110
+ accessToken: z.ZodString;
111
+ }, z.core.$strip>>]>;
100
112
  //#endregion
101
113
  export { soundcloudGetRelatedTracks };
102
114
  //# sourceMappingURL=get-related-tracks.d.cts.map
@@ -96,7 +96,19 @@ declare const soundcloudGetRelatedTracks: import("@keystrokehq/action").Workflow
96
96
  access?: ("playable" | "preview" | "blocked")[] | undefined;
97
97
  offset?: number | undefined;
98
98
  linked_partitioning?: boolean | undefined;
99
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
99
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
100
+ connectionId: z.ZodString;
101
+ entityId: z.ZodString;
102
+ instanceId: z.ZodString;
103
+ }, z.core.$strip>, z.ZodObject<{
104
+ accessToken: z.ZodString;
105
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
106
+ connectionId: z.ZodString;
107
+ entityId: z.ZodString;
108
+ instanceId: z.ZodString;
109
+ }, z.core.$strip>, z.ZodObject<{
110
+ accessToken: z.ZodString;
111
+ }, z.core.$strip>>]>;
100
112
  //#endregion
101
113
  export { soundcloudGetRelatedTracks };
102
114
  //# sourceMappingURL=get-related-tracks.d.mts.map
@@ -34,7 +34,19 @@ declare const soundcloudGetTrackLikers: import("@keystrokehq/action").WorkflowAc
34
34
  track_id: number;
35
35
  limit?: number | undefined;
36
36
  linked_partitioning?: boolean | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ accessToken: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ accessToken: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { soundcloudGetTrackLikers };
40
52
  //# sourceMappingURL=get-track-likers.d.cts.map
@@ -34,7 +34,19 @@ declare const soundcloudGetTrackLikers: import("@keystrokehq/action").WorkflowAc
34
34
  track_id: number;
35
35
  limit?: number | undefined;
36
36
  linked_partitioning?: boolean | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ accessToken: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ accessToken: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { soundcloudGetTrackLikers };
40
52
  //# sourceMappingURL=get-track-likers.d.mts.map
@@ -9,7 +9,19 @@ declare const SoundcloudLikesAPlaylistOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const soundcloudLikesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  playlist_id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudLikesAPlaylist };
15
27
  //# sourceMappingURL=likes-a-playlist.d.cts.map
@@ -9,7 +9,19 @@ declare const SoundcloudLikesAPlaylistOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const soundcloudLikesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  playlist_id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudLikesAPlaylist };
15
27
  //# sourceMappingURL=likes-a-playlist.d.mts.map
@@ -9,7 +9,19 @@ declare const SoundcloudLikesATrackOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const soundcloudLikesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  track_id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudLikesATrack };
15
27
  //# sourceMappingURL=likes-a-track.d.cts.map
@@ -9,7 +9,19 @@ declare const SoundcloudLikesATrackOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const soundcloudLikesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  track_id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudLikesATrack };
15
27
  //# sourceMappingURL=likes-a-track.d.mts.map
@@ -45,7 +45,19 @@ declare const SoundcloudListAuthenticatedUserFollowersOutput: z.ZodObject<{
45
45
  }, z.core.$loose>;
46
46
  declare const soundcloudListAuthenticatedUserFollowers: import("@keystrokehq/action").WorkflowActionDefinition<{
47
47
  limit?: number | undefined;
48
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
48
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudListAuthenticatedUserFollowers };
51
63
  //# sourceMappingURL=list-authenticated-user-followers.d.cts.map
@@ -45,7 +45,19 @@ declare const SoundcloudListAuthenticatedUserFollowersOutput: z.ZodObject<{
45
45
  }, z.core.$loose>;
46
46
  declare const soundcloudListAuthenticatedUserFollowers: import("@keystrokehq/action").WorkflowActionDefinition<{
47
47
  limit?: number | undefined;
48
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
48
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudListAuthenticatedUserFollowers };
51
63
  //# sourceMappingURL=list-authenticated-user-followers.d.mts.map
@@ -48,7 +48,19 @@ declare const SoundcloudListFollowedByUserOutput: z.ZodObject<{
48
48
  declare const soundcloudListFollowedByUser: 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]>, readonly [import("@keystrokehq/shared").Credential]>;
51
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudListFollowedByUser };
54
66
  //# sourceMappingURL=list-followed-by-user.d.cts.map
@@ -48,7 +48,19 @@ declare const SoundcloudListFollowedByUserOutput: z.ZodObject<{
48
48
  declare const soundcloudListFollowedByUser: 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]>, readonly [import("@keystrokehq/shared").Credential]>;
51
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudListFollowedByUser };
54
66
  //# sourceMappingURL=list-followed-by-user.d.mts.map