@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
@@ -106,7 +106,19 @@ declare const soundcloudListUserFavorites: import("@keystrokehq/action").Workflo
106
106
  limit?: number | undefined;
107
107
  access?: ("playable" | "preview" | "blocked")[] | undefined;
108
108
  linked_partitioning?: boolean | undefined;
109
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
109
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
110
+ connectionId: z.ZodString;
111
+ entityId: z.ZodString;
112
+ instanceId: z.ZodString;
113
+ }, z.core.$strip>, z.ZodObject<{
114
+ accessToken: z.ZodString;
115
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
116
+ connectionId: z.ZodString;
117
+ entityId: z.ZodString;
118
+ instanceId: z.ZodString;
119
+ }, z.core.$strip>, z.ZodObject<{
120
+ accessToken: z.ZodString;
121
+ }, z.core.$strip>>]>;
110
122
  //#endregion
111
123
  export { soundcloudListUserFavorites };
112
124
  //# sourceMappingURL=list-user-favorites.d.cts.map
@@ -106,7 +106,19 @@ declare const soundcloudListUserFavorites: import("@keystrokehq/action").Workflo
106
106
  limit?: number | undefined;
107
107
  access?: ("playable" | "preview" | "blocked")[] | undefined;
108
108
  linked_partitioning?: boolean | undefined;
109
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
109
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
110
+ connectionId: z.ZodString;
111
+ entityId: z.ZodString;
112
+ instanceId: z.ZodString;
113
+ }, z.core.$strip>, z.ZodObject<{
114
+ accessToken: z.ZodString;
115
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
116
+ connectionId: z.ZodString;
117
+ entityId: z.ZodString;
118
+ instanceId: z.ZodString;
119
+ }, z.core.$strip>, z.ZodObject<{
120
+ accessToken: z.ZodString;
121
+ }, z.core.$strip>>]>;
110
122
  //#endregion
111
123
  export { soundcloudListUserFavorites };
112
124
  //# sourceMappingURL=list-user-favorites.d.mts.map
@@ -18,7 +18,19 @@ declare const soundcloudOauth2AuthorizationRedirectHandler: import("@keystrokehq
18
18
  redirect_uri: string;
19
19
  response_type: "code";
20
20
  state?: string | undefined;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudOauth2AuthorizationRedirectHandler };
24
36
  //# sourceMappingURL=oauth2-authorization-redirect-handler.d.cts.map
@@ -18,7 +18,19 @@ declare const soundcloudOauth2AuthorizationRedirectHandler: import("@keystrokehq
18
18
  redirect_uri: string;
19
19
  response_type: "code";
20
20
  state?: string | undefined;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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<"soundcloud", 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 { soundcloudOauth2AuthorizationRedirectHandler };
24
36
  //# sourceMappingURL=oauth2-authorization-redirect-handler.d.mts.map
@@ -74,7 +74,19 @@ declare const soundcloudPerformsAPlaylistSearchBasedOnAQuery: import("@keystroke
74
74
  offset?: number | undefined;
75
75
  show_tracks?: boolean | undefined;
76
76
  linked_partitioning?: boolean | undefined;
77
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
77
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
78
+ connectionId: z.ZodString;
79
+ entityId: z.ZodString;
80
+ instanceId: z.ZodString;
81
+ }, z.core.$strip>, z.ZodObject<{
82
+ accessToken: z.ZodString;
83
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
84
+ connectionId: z.ZodString;
85
+ entityId: z.ZodString;
86
+ instanceId: z.ZodString;
87
+ }, z.core.$strip>, z.ZodObject<{
88
+ accessToken: z.ZodString;
89
+ }, z.core.$strip>>]>;
78
90
  //#endregion
79
91
  export { soundcloudPerformsAPlaylistSearchBasedOnAQuery };
80
92
  //# sourceMappingURL=performs-a-playlist-search-based-on-a-query.d.cts.map
@@ -74,7 +74,19 @@ declare const soundcloudPerformsAPlaylistSearchBasedOnAQuery: import("@keystroke
74
74
  offset?: number | undefined;
75
75
  show_tracks?: boolean | undefined;
76
76
  linked_partitioning?: boolean | undefined;
77
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
77
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
78
+ connectionId: z.ZodString;
79
+ entityId: z.ZodString;
80
+ instanceId: z.ZodString;
81
+ }, z.core.$strip>, z.ZodObject<{
82
+ accessToken: z.ZodString;
83
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
84
+ connectionId: z.ZodString;
85
+ entityId: z.ZodString;
86
+ instanceId: z.ZodString;
87
+ }, z.core.$strip>, z.ZodObject<{
88
+ accessToken: z.ZodString;
89
+ }, z.core.$strip>>]>;
78
90
  //#endregion
79
91
  export { soundcloudPerformsAPlaylistSearchBasedOnAQuery };
80
92
  //# sourceMappingURL=performs-a-playlist-search-based-on-a-query.d.mts.map
@@ -62,7 +62,19 @@ declare const soundcloudPerformsAUserSearchBasedOnAQuery: import("@keystrokehq/a
62
62
  limit?: number | undefined;
63
63
  offset?: number | undefined;
64
64
  linked_partitioning?: boolean | undefined;
65
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
65
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
66
+ connectionId: z.ZodString;
67
+ entityId: z.ZodString;
68
+ instanceId: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ accessToken: z.ZodString;
71
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ accessToken: z.ZodString;
77
+ }, z.core.$strip>>]>;
66
78
  //#endregion
67
79
  export { soundcloudPerformsAUserSearchBasedOnAQuery };
68
80
  //# sourceMappingURL=performs-a-user-search-based-on-a-query.d.cts.map
@@ -62,7 +62,19 @@ declare const soundcloudPerformsAUserSearchBasedOnAQuery: import("@keystrokehq/a
62
62
  limit?: number | undefined;
63
63
  offset?: number | undefined;
64
64
  linked_partitioning?: boolean | undefined;
65
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
65
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
66
+ connectionId: z.ZodString;
67
+ entityId: z.ZodString;
68
+ instanceId: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ accessToken: z.ZodString;
71
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ accessToken: z.ZodString;
77
+ }, z.core.$strip>>]>;
66
78
  //#endregion
67
79
  export { soundcloudPerformsAUserSearchBasedOnAQuery };
68
80
  //# sourceMappingURL=performs-a-user-search-based-on-a-query.d.mts.map
@@ -27,7 +27,19 @@ declare const soundcloudProvisionAccessTokensPostAuthorization: import("@keystro
27
27
  code?: string | undefined;
28
28
  redirect_uri?: string | undefined;
29
29
  refresh_token?: string | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ accessToken: z.ZodString;
36
+ }, z.core.$strip>>]>, 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>>]>;
31
43
  //#endregion
32
44
  export { soundcloudProvisionAccessTokensPostAuthorization };
33
45
  //# sourceMappingURL=provision-access-tokens-post-authorization.d.cts.map
@@ -27,7 +27,19 @@ declare const soundcloudProvisionAccessTokensPostAuthorization: import("@keystro
27
27
  code?: string | undefined;
28
28
  redirect_uri?: string | undefined;
29
29
  refresh_token?: string | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ accessToken: z.ZodString;
36
+ }, z.core.$strip>>]>, 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>>]>;
31
43
  //#endregion
32
44
  export { soundcloudProvisionAccessTokensPostAuthorization };
33
45
  //# sourceMappingURL=provision-access-tokens-post-authorization.d.mts.map
@@ -151,7 +151,19 @@ declare const SoundcloudRecentTheAuthenticatedUserSActivitiesOutput: z.ZodObject
151
151
  declare const soundcloudRecentTheAuthenticatedUserSActivities: import("@keystrokehq/action").WorkflowActionDefinition<{
152
152
  limit?: number | undefined;
153
153
  access?: ("playable" | "preview" | "blocked")[] | undefined;
154
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
154
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
155
+ connectionId: z.ZodString;
156
+ entityId: z.ZodString;
157
+ instanceId: z.ZodString;
158
+ }, z.core.$strip>, z.ZodObject<{
159
+ accessToken: z.ZodString;
160
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
161
+ connectionId: z.ZodString;
162
+ entityId: z.ZodString;
163
+ instanceId: z.ZodString;
164
+ }, z.core.$strip>, z.ZodObject<{
165
+ accessToken: z.ZodString;
166
+ }, z.core.$strip>>]>;
155
167
  //#endregion
156
168
  export { soundcloudRecentTheAuthenticatedUserSActivities };
157
169
  //# sourceMappingURL=recent-the-authenticated-user-s-activities.d.cts.map
@@ -151,7 +151,19 @@ declare const SoundcloudRecentTheAuthenticatedUserSActivitiesOutput: z.ZodObject
151
151
  declare const soundcloudRecentTheAuthenticatedUserSActivities: import("@keystrokehq/action").WorkflowActionDefinition<{
152
152
  limit?: number | undefined;
153
153
  access?: ("playable" | "preview" | "blocked")[] | undefined;
154
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
154
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
155
+ connectionId: z.ZodString;
156
+ entityId: z.ZodString;
157
+ instanceId: z.ZodString;
158
+ }, z.core.$strip>, z.ZodObject<{
159
+ accessToken: z.ZodString;
160
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
161
+ connectionId: z.ZodString;
162
+ entityId: z.ZodString;
163
+ instanceId: z.ZodString;
164
+ }, z.core.$strip>, z.ZodObject<{
165
+ accessToken: z.ZodString;
166
+ }, z.core.$strip>>]>;
155
167
  //#endregion
156
168
  export { soundcloudRecentTheAuthenticatedUserSActivities };
157
169
  //# sourceMappingURL=recent-the-authenticated-user-s-activities.d.mts.map
@@ -104,7 +104,19 @@ declare const soundcloudRecentTracksFromFollowedUsers: import("@keystrokehq/acti
104
104
  limit?: number | undefined;
105
105
  access?: ("playable" | "preview" | "blocked")[] | undefined;
106
106
  offset?: number | undefined;
107
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
107
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
108
+ connectionId: z.ZodString;
109
+ entityId: z.ZodString;
110
+ instanceId: z.ZodString;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ accessToken: z.ZodString;
113
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
114
+ connectionId: z.ZodString;
115
+ entityId: z.ZodString;
116
+ instanceId: z.ZodString;
117
+ }, z.core.$strip>, z.ZodObject<{
118
+ accessToken: z.ZodString;
119
+ }, z.core.$strip>>]>;
108
120
  //#endregion
109
121
  export { soundcloudRecentTracksFromFollowedUsers };
110
122
  //# sourceMappingURL=recent-tracks-from-followed-users.d.cts.map
@@ -104,7 +104,19 @@ declare const soundcloudRecentTracksFromFollowedUsers: import("@keystrokehq/acti
104
104
  limit?: number | undefined;
105
105
  access?: ("playable" | "preview" | "blocked")[] | undefined;
106
106
  offset?: number | undefined;
107
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
107
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
108
+ connectionId: z.ZodString;
109
+ entityId: z.ZodString;
110
+ instanceId: z.ZodString;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ accessToken: z.ZodString;
113
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
114
+ connectionId: z.ZodString;
115
+ entityId: z.ZodString;
116
+ instanceId: z.ZodString;
117
+ }, z.core.$strip>, z.ZodObject<{
118
+ accessToken: z.ZodString;
119
+ }, z.core.$strip>>]>;
108
120
  //#endregion
109
121
  export { soundcloudRecentTracksFromFollowedUsers };
110
122
  //# sourceMappingURL=recent-tracks-from-followed-users.d.mts.map
@@ -16,7 +16,19 @@ declare const SoundcloudRemovePlaylistRepostOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const soundcloudRemovePlaylistRepost: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  playlist_id: number;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ accessToken: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { soundcloudRemovePlaylistRepost };
22
34
  //# sourceMappingURL=remove-playlist-repost.d.cts.map
@@ -16,7 +16,19 @@ declare const SoundcloudRemovePlaylistRepostOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const soundcloudRemovePlaylistRepost: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  playlist_id: number;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ accessToken: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { soundcloudRemovePlaylistRepost };
22
34
  //# sourceMappingURL=remove-playlist-repost.d.mts.map
@@ -7,7 +7,19 @@ declare const SoundcloudRemoveTrackRepostInput: z.ZodObject<{
7
7
  declare const SoundcloudRemoveTrackRepostOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudRemoveTrackRepost: 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 { soundcloudRemoveTrackRepost };
13
25
  //# sourceMappingURL=remove-track-repost.d.cts.map
@@ -7,7 +7,19 @@ declare const SoundcloudRemoveTrackRepostInput: z.ZodObject<{
7
7
  declare const SoundcloudRemoveTrackRepostOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudRemoveTrackRepost: 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 { soundcloudRemoveTrackRepost };
13
25
  //# sourceMappingURL=remove-track-repost.d.mts.map
@@ -7,7 +7,19 @@ declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodObject
7
7
  declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudRepostsAPlaylistAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  playlist_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 { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
13
25
  //# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.d.cts.map
@@ -7,7 +7,19 @@ declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodObject
7
7
  declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudRepostsAPlaylistAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  playlist_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 { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
13
25
  //# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.d.mts.map
@@ -7,7 +7,19 @@ declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodObject<{
7
7
  declare const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudRepostsATrackAsTheAuthenticatedUser: 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 { soundcloudRepostsATrackAsTheAuthenticatedUser };
13
25
  //# sourceMappingURL=reposts-a-track-as-the-authenticated-user.d.cts.map
@@ -7,7 +7,19 @@ declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodObject<{
7
7
  declare const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const soundcloudRepostsATrackAsTheAuthenticatedUser: 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 { soundcloudRepostsATrackAsTheAuthenticatedUser };
13
25
  //# sourceMappingURL=reposts-a-track-as-the-authenticated-user.d.mts.map
@@ -7,7 +7,19 @@ declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodObject
7
7
  declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodUnknown;
8
8
  declare const soundcloudResolveSoundCloudUrlsToApiResourceUrls: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  url: string;
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 { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
13
25
  //# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map
@@ -7,7 +7,19 @@ declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodObject
7
7
  declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodUnknown;
8
8
  declare const soundcloudResolveSoundCloudUrlsToApiResourceUrls: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  url: string;
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 { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
13
25
  //# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map
@@ -47,7 +47,19 @@ declare const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodObjec
47
47
  declare const soundcloudReturnsACollectionOfPlaylistSReposters: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  playlist_id: number;
49
49
  limit?: number | undefined;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ accessToken: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ accessToken: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { soundcloudReturnsACollectionOfPlaylistSReposters };
53
65
  //# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.d.cts.map
@@ -47,7 +47,19 @@ declare const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodObjec
47
47
  declare const soundcloudReturnsACollectionOfPlaylistSReposters: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  playlist_id: number;
49
49
  limit?: number | undefined;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ accessToken: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ accessToken: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { soundcloudReturnsACollectionOfPlaylistSReposters };
53
65
  //# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.d.mts.map
@@ -58,7 +58,19 @@ declare const SoundcloudReturnsACollectionOfTrackSRepostersOutput: z.ZodObject<{
58
58
  declare const soundcloudReturnsACollectionOfTrackSReposters: import("@keystrokehq/action").WorkflowActionDefinition<{
59
59
  track_id: number;
60
60
  limit?: number | undefined;
61
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
61
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
62
+ connectionId: z.ZodString;
63
+ entityId: z.ZodString;
64
+ instanceId: z.ZodString;
65
+ }, z.core.$strip>, z.ZodObject<{
66
+ accessToken: z.ZodString;
67
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ accessToken: z.ZodString;
73
+ }, z.core.$strip>>]>;
62
74
  //#endregion
63
75
  export { soundcloudReturnsACollectionOfTrackSReposters };
64
76
  //# sourceMappingURL=returns-a-collection-of-track-s-reposters.d.cts.map
@@ -58,7 +58,19 @@ declare const SoundcloudReturnsACollectionOfTrackSRepostersOutput: z.ZodObject<{
58
58
  declare const soundcloudReturnsACollectionOfTrackSReposters: import("@keystrokehq/action").WorkflowActionDefinition<{
59
59
  track_id: number;
60
60
  limit?: number | undefined;
61
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
61
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
62
+ connectionId: z.ZodString;
63
+ entityId: z.ZodString;
64
+ instanceId: z.ZodString;
65
+ }, z.core.$strip>, z.ZodObject<{
66
+ accessToken: z.ZodString;
67
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"soundcloud", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ accessToken: z.ZodString;
73
+ }, z.core.$strip>>]>;
62
74
  //#endregion
63
75
  export { soundcloudReturnsACollectionOfTrackSReposters };
64
76
  //# sourceMappingURL=returns-a-collection-of-track-s-reposters.d.mts.map