@keystrokehq/smugmug 0.1.0

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 (234) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/get-album-highlight-image.cjs +41 -0
  7. package/dist/actions/get-album-highlight-image.cjs.map +1 -0
  8. package/dist/actions/get-album-highlight-image.d.cts +9 -0
  9. package/dist/actions/get-album-highlight-image.d.cts.map +1 -0
  10. package/dist/actions/get-album-highlight-image.d.mts +9 -0
  11. package/dist/actions/get-album-highlight-image.d.mts.map +1 -0
  12. package/dist/actions/get-album-highlight-image.mjs +40 -0
  13. package/dist/actions/get-album-highlight-image.mjs.map +1 -0
  14. package/dist/actions/get-album-image.cjs +86 -0
  15. package/dist/actions/get-album-image.cjs.map +1 -0
  16. package/dist/actions/get-album-image.d.cts +9 -0
  17. package/dist/actions/get-album-image.d.cts.map +1 -0
  18. package/dist/actions/get-album-image.d.mts +9 -0
  19. package/dist/actions/get-album-image.d.mts.map +1 -0
  20. package/dist/actions/get-album-image.mjs +85 -0
  21. package/dist/actions/get-album-image.mjs.map +1 -0
  22. package/dist/actions/get-album-images.cjs +84 -0
  23. package/dist/actions/get-album-images.cjs.map +1 -0
  24. package/dist/actions/get-album-images.d.cts +9 -0
  25. package/dist/actions/get-album-images.d.cts.map +1 -0
  26. package/dist/actions/get-album-images.d.mts +9 -0
  27. package/dist/actions/get-album-images.d.mts.map +1 -0
  28. package/dist/actions/get-album-images.mjs +83 -0
  29. package/dist/actions/get-album-images.mjs.map +1 -0
  30. package/dist/actions/get-album.cjs +59 -0
  31. package/dist/actions/get-album.cjs.map +1 -0
  32. package/dist/actions/get-album.d.cts +9 -0
  33. package/dist/actions/get-album.d.cts.map +1 -0
  34. package/dist/actions/get-album.d.mts +9 -0
  35. package/dist/actions/get-album.d.mts.map +1 -0
  36. package/dist/actions/get-album.mjs +58 -0
  37. package/dist/actions/get-album.mjs.map +1 -0
  38. package/dist/actions/get-folder-albums.cjs +57 -0
  39. package/dist/actions/get-folder-albums.cjs.map +1 -0
  40. package/dist/actions/get-folder-albums.d.cts +9 -0
  41. package/dist/actions/get-folder-albums.d.cts.map +1 -0
  42. package/dist/actions/get-folder-albums.d.mts +9 -0
  43. package/dist/actions/get-folder-albums.d.mts.map +1 -0
  44. package/dist/actions/get-folder-albums.mjs +56 -0
  45. package/dist/actions/get-folder-albums.mjs.map +1 -0
  46. package/dist/actions/get-folder-by-user-path.cjs +33 -0
  47. package/dist/actions/get-folder-by-user-path.cjs.map +1 -0
  48. package/dist/actions/get-folder-by-user-path.d.cts +9 -0
  49. package/dist/actions/get-folder-by-user-path.d.cts.map +1 -0
  50. package/dist/actions/get-folder-by-user-path.d.mts +9 -0
  51. package/dist/actions/get-folder-by-user-path.d.mts.map +1 -0
  52. package/dist/actions/get-folder-by-user-path.mjs +30 -0
  53. package/dist/actions/get-folder-by-user-path.mjs.map +1 -0
  54. package/dist/actions/get-folder-details.cjs +25 -0
  55. package/dist/actions/get-folder-details.cjs.map +1 -0
  56. package/dist/actions/get-folder-details.d.cts +9 -0
  57. package/dist/actions/get-folder-details.d.cts.map +1 -0
  58. package/dist/actions/get-folder-details.d.mts +9 -0
  59. package/dist/actions/get-folder-details.d.mts.map +1 -0
  60. package/dist/actions/get-folder-details.mjs +22 -0
  61. package/dist/actions/get-folder-details.mjs.map +1 -0
  62. package/dist/actions/get-folder-subfolders.cjs +46 -0
  63. package/dist/actions/get-folder-subfolders.cjs.map +1 -0
  64. package/dist/actions/get-folder-subfolders.d.cts +9 -0
  65. package/dist/actions/get-folder-subfolders.d.cts.map +1 -0
  66. package/dist/actions/get-folder-subfolders.d.mts +9 -0
  67. package/dist/actions/get-folder-subfolders.d.mts.map +1 -0
  68. package/dist/actions/get-folder-subfolders.mjs +45 -0
  69. package/dist/actions/get-folder-subfolders.mjs.map +1 -0
  70. package/dist/actions/get-image-metadata.cjs +99 -0
  71. package/dist/actions/get-image-metadata.cjs.map +1 -0
  72. package/dist/actions/get-image-metadata.d.cts +9 -0
  73. package/dist/actions/get-image-metadata.d.cts.map +1 -0
  74. package/dist/actions/get-image-metadata.d.mts +9 -0
  75. package/dist/actions/get-image-metadata.d.mts.map +1 -0
  76. package/dist/actions/get-image-metadata.mjs +98 -0
  77. package/dist/actions/get-image-metadata.mjs.map +1 -0
  78. package/dist/actions/get-image-size-details.cjs +44 -0
  79. package/dist/actions/get-image-size-details.cjs.map +1 -0
  80. package/dist/actions/get-image-size-details.d.cts +9 -0
  81. package/dist/actions/get-image-size-details.d.cts.map +1 -0
  82. package/dist/actions/get-image-size-details.d.mts +9 -0
  83. package/dist/actions/get-image-size-details.d.mts.map +1 -0
  84. package/dist/actions/get-image-size-details.mjs +43 -0
  85. package/dist/actions/get-image-size-details.mjs.map +1 -0
  86. package/dist/actions/get-image-sizes.cjs +44 -0
  87. package/dist/actions/get-image-sizes.cjs.map +1 -0
  88. package/dist/actions/get-image-sizes.d.cts +9 -0
  89. package/dist/actions/get-image-sizes.d.cts.map +1 -0
  90. package/dist/actions/get-image-sizes.d.mts +9 -0
  91. package/dist/actions/get-image-sizes.d.mts.map +1 -0
  92. package/dist/actions/get-image-sizes.mjs +43 -0
  93. package/dist/actions/get-image-sizes.mjs.map +1 -0
  94. package/dist/actions/get-image.cjs +90 -0
  95. package/dist/actions/get-image.cjs.map +1 -0
  96. package/dist/actions/get-image.d.cts +9 -0
  97. package/dist/actions/get-image.d.cts.map +1 -0
  98. package/dist/actions/get-image.d.mts +9 -0
  99. package/dist/actions/get-image.d.mts.map +1 -0
  100. package/dist/actions/get-image.mjs +89 -0
  101. package/dist/actions/get-image.mjs.map +1 -0
  102. package/dist/actions/get-node-highlight-image.cjs +60 -0
  103. package/dist/actions/get-node-highlight-image.cjs.map +1 -0
  104. package/dist/actions/get-node-highlight-image.d.cts +9 -0
  105. package/dist/actions/get-node-highlight-image.d.cts.map +1 -0
  106. package/dist/actions/get-node-highlight-image.d.mts +9 -0
  107. package/dist/actions/get-node-highlight-image.d.mts.map +1 -0
  108. package/dist/actions/get-node-highlight-image.mjs +59 -0
  109. package/dist/actions/get-node-highlight-image.mjs.map +1 -0
  110. package/dist/actions/get-node-parent.cjs +80 -0
  111. package/dist/actions/get-node-parent.cjs.map +1 -0
  112. package/dist/actions/get-node-parent.d.cts +9 -0
  113. package/dist/actions/get-node-parent.d.cts.map +1 -0
  114. package/dist/actions/get-node-parent.d.mts +9 -0
  115. package/dist/actions/get-node-parent.d.mts.map +1 -0
  116. package/dist/actions/get-node-parent.mjs +79 -0
  117. package/dist/actions/get-node-parent.mjs.map +1 -0
  118. package/dist/actions/get-node-parents.cjs +34 -0
  119. package/dist/actions/get-node-parents.cjs.map +1 -0
  120. package/dist/actions/get-node-parents.d.cts +9 -0
  121. package/dist/actions/get-node-parents.d.cts.map +1 -0
  122. package/dist/actions/get-node-parents.d.mts +9 -0
  123. package/dist/actions/get-node-parents.d.mts.map +1 -0
  124. package/dist/actions/get-node-parents.mjs +33 -0
  125. package/dist/actions/get-node-parents.mjs.map +1 -0
  126. package/dist/actions/get-user-bio-image.cjs +33 -0
  127. package/dist/actions/get-user-bio-image.cjs.map +1 -0
  128. package/dist/actions/get-user-bio-image.d.cts +9 -0
  129. package/dist/actions/get-user-bio-image.d.cts.map +1 -0
  130. package/dist/actions/get-user-bio-image.d.mts +9 -0
  131. package/dist/actions/get-user-bio-image.d.mts.map +1 -0
  132. package/dist/actions/get-user-bio-image.mjs +32 -0
  133. package/dist/actions/get-user-bio-image.mjs.map +1 -0
  134. package/dist/actions/get-user-featured-albums.cjs +41 -0
  135. package/dist/actions/get-user-featured-albums.cjs.map +1 -0
  136. package/dist/actions/get-user-featured-albums.d.cts +9 -0
  137. package/dist/actions/get-user-featured-albums.d.cts.map +1 -0
  138. package/dist/actions/get-user-featured-albums.d.mts +9 -0
  139. package/dist/actions/get-user-featured-albums.d.mts.map +1 -0
  140. package/dist/actions/get-user-featured-albums.mjs +40 -0
  141. package/dist/actions/get-user-featured-albums.mjs.map +1 -0
  142. package/dist/actions/get-user-features.cjs +22 -0
  143. package/dist/actions/get-user-features.cjs.map +1 -0
  144. package/dist/actions/get-user-features.d.cts +9 -0
  145. package/dist/actions/get-user-features.d.cts.map +1 -0
  146. package/dist/actions/get-user-features.d.mts +9 -0
  147. package/dist/actions/get-user-features.d.mts.map +1 -0
  148. package/dist/actions/get-user-features.mjs +21 -0
  149. package/dist/actions/get-user-features.mjs.map +1 -0
  150. package/dist/actions/get-user-profile.cjs +41 -0
  151. package/dist/actions/get-user-profile.cjs.map +1 -0
  152. package/dist/actions/get-user-profile.d.cts +9 -0
  153. package/dist/actions/get-user-profile.d.cts.map +1 -0
  154. package/dist/actions/get-user-profile.d.mts +9 -0
  155. package/dist/actions/get-user-profile.d.mts.map +1 -0
  156. package/dist/actions/get-user-profile.mjs +40 -0
  157. package/dist/actions/get-user-profile.mjs.map +1 -0
  158. package/dist/actions/get-user-root-node.cjs +55 -0
  159. package/dist/actions/get-user-root-node.cjs.map +1 -0
  160. package/dist/actions/get-user-root-node.d.cts +9 -0
  161. package/dist/actions/get-user-root-node.d.cts.map +1 -0
  162. package/dist/actions/get-user-root-node.d.mts +9 -0
  163. package/dist/actions/get-user-root-node.d.mts.map +1 -0
  164. package/dist/actions/get-user-root-node.mjs +54 -0
  165. package/dist/actions/get-user-root-node.mjs.map +1 -0
  166. package/dist/actions/get-user.cjs +50 -0
  167. package/dist/actions/get-user.cjs.map +1 -0
  168. package/dist/actions/get-user.d.cts +9 -0
  169. package/dist/actions/get-user.d.cts.map +1 -0
  170. package/dist/actions/get-user.d.mts +9 -0
  171. package/dist/actions/get-user.d.mts.map +1 -0
  172. package/dist/actions/get-user.mjs +49 -0
  173. package/dist/actions/get-user.mjs.map +1 -0
  174. package/dist/actions/index.cjs +51 -0
  175. package/dist/actions/index.d.cts +26 -0
  176. package/dist/actions/index.d.mts +26 -0
  177. package/dist/actions/index.mjs +26 -0
  178. package/dist/actions/list-child-nodes.cjs +49 -0
  179. package/dist/actions/list-child-nodes.cjs.map +1 -0
  180. package/dist/actions/list-child-nodes.d.cts +9 -0
  181. package/dist/actions/list-child-nodes.d.cts.map +1 -0
  182. package/dist/actions/list-child-nodes.d.mts +9 -0
  183. package/dist/actions/list-child-nodes.d.mts.map +1 -0
  184. package/dist/actions/list-child-nodes.mjs +48 -0
  185. package/dist/actions/list-child-nodes.mjs.map +1 -0
  186. package/dist/actions/search-user-content.cjs +73 -0
  187. package/dist/actions/search-user-content.cjs.map +1 -0
  188. package/dist/actions/search-user-content.d.cts +9 -0
  189. package/dist/actions/search-user-content.d.cts.map +1 -0
  190. package/dist/actions/search-user-content.d.mts +9 -0
  191. package/dist/actions/search-user-content.d.mts.map +1 -0
  192. package/dist/actions/search-user-content.mjs +72 -0
  193. package/dist/actions/search-user-content.mjs.map +1 -0
  194. package/dist/actions/unlock-album.cjs +22 -0
  195. package/dist/actions/unlock-album.cjs.map +1 -0
  196. package/dist/actions/unlock-album.d.cts +9 -0
  197. package/dist/actions/unlock-album.d.cts.map +1 -0
  198. package/dist/actions/unlock-album.d.mts +9 -0
  199. package/dist/actions/unlock-album.d.mts.map +1 -0
  200. package/dist/actions/unlock-album.mjs +19 -0
  201. package/dist/actions/unlock-album.mjs.map +1 -0
  202. package/dist/actions/unlock-user.cjs +22 -0
  203. package/dist/actions/unlock-user.cjs.map +1 -0
  204. package/dist/actions/unlock-user.d.cts +9 -0
  205. package/dist/actions/unlock-user.d.cts.map +1 -0
  206. package/dist/actions/unlock-user.d.mts +9 -0
  207. package/dist/actions/unlock-user.d.mts.map +1 -0
  208. package/dist/actions/unlock-user.mjs +19 -0
  209. package/dist/actions/unlock-user.mjs.map +1 -0
  210. package/dist/app.cjs +9 -0
  211. package/dist/app.cjs.map +1 -0
  212. package/dist/app.d.cts +5 -0
  213. package/dist/app.d.cts.map +1 -0
  214. package/dist/app.d.mts +5 -0
  215. package/dist/app.d.mts.map +1 -0
  216. package/dist/app.mjs +10 -0
  217. package/dist/app.mjs.map +1 -0
  218. package/dist/catalog.cjs +15 -0
  219. package/dist/catalog.cjs.map +1 -0
  220. package/dist/catalog.d.cts +14 -0
  221. package/dist/catalog.d.cts.map +1 -0
  222. package/dist/catalog.d.mts +14 -0
  223. package/dist/catalog.d.mts.map +1 -0
  224. package/dist/catalog.mjs +15 -0
  225. package/dist/catalog.mjs.map +1 -0
  226. package/dist/execute.cjs +18 -0
  227. package/dist/execute.cjs.map +1 -0
  228. package/dist/execute.mjs +18 -0
  229. package/dist/execute.mjs.map +1 -0
  230. package/dist/index.cjs +56 -0
  231. package/dist/index.d.cts +28 -0
  232. package/dist/index.d.mts +28 -0
  233. package/dist/index.mjs +29 -0
  234. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-child-nodes.cjs","names":["z","action"],"sources":["../../src/actions/list-child-nodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugListChildNodesInput: z.ZodTypeAny = z.object({\n count: z.number().int().default(10).describe(\"Number of child nodes to retrieve per page. Defaults to 10. Maximum is 100.\").optional(),\n start: z.number().int().default(1).describe(\"The 1-based starting index for pagination. Defaults to 1 (first page).\").optional(),\n node_id: z.string().describe(\"The unique NodeID of the parent node. You can get this from user profile (root node), node details, or previous list child nodes responses.\"),\n}).describe(\"Request parameters for listing child nodes of a SmugMug node.\");\nconst SmugmugListChildNodes_NodeResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this node.\"),\n Name: z.string().describe(\"The display name of the node.\"),\n Type: z.string().describe(\"The type of node: 'Folder', 'Album', or 'Page'.\"),\n NodeID: z.string().describe(\"The unique identifier of the node. Use this to fetch child nodes or node details.\").nullable().optional(),\n WebUri: z.string().describe(\"The full web URL to view this node on SmugMug.\"),\n UrlName: z.string().describe(\"URL-safe name used in the node's web path.\"),\n UrlPath: z.string().describe(\"The URL path of the node relative to the user's root.\").nullable().optional(),\n DateAdded: z.string().describe(\"ISO 8601 timestamp when the node was created.\").nullable().optional(),\n SortMethod: z.string().describe(\"Method used to sort child items (e.g., 'SortIndex', 'DateAdded').\").nullable().optional(),\n Description: z.string().describe(\"The description of the node, if set.\").nullable().optional(),\n HasChildren: z.boolean().describe(\"Whether this node has child nodes. Useful for determining if traversal is needed.\").nullable().optional(),\n DateModified: z.string().describe(\"ISO 8601 timestamp when the node was last modified.\").nullable().optional(),\n SecurityType: z.string().describe(\"The security type of the node (e.g., 'None', 'Password').\").nullable().optional(),\n SortDirection: z.string().describe(\"Sort direction for child items: 'Ascending' or 'Descending'.\").nullable().optional(),\n}).describe(\"Response model for a SmugMug node (folder or album).\");\nconst SmugmugListChildNodes_PaginationInfoSchema: z.ZodTypeAny = z.object({\n Count: z.number().int().describe(\"Number of items returned in this response.\").nullable().optional(),\n Start: z.number().int().describe(\"Starting index of current page (1-based).\").nullable().optional(),\n Total: z.number().int().describe(\"Total number of child nodes available.\").nullable().optional(),\n LastPage: z.string().describe(\"API URI for the last page of results.\").nullable().optional(),\n NextPage: z.string().describe(\"API URI for the next page of results, if available.\").nullable().optional(),\n PrevPage: z.string().describe(\"API URI for the previous page of results, if available.\").nullable().optional(),\n FirstPage: z.string().describe(\"API URI for the first page of results.\").nullable().optional(),\n RequestedCount: z.number().int().describe(\"Number of items that were requested.\").nullable().optional(),\n}).describe(\"Pagination details for the response.\");\nexport const SmugmugListChildNodesOutput: z.ZodTypeAny = z.object({\n Node: z.array(SmugmugListChildNodes_NodeResponseSchema).describe(\"List of child nodes (folders or albums) under the specified parent node.\").nullable().optional(),\n Pages: SmugmugListChildNodes_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response containing child nodes and pagination information.\");\n\nexport const smugmugListChildNodes = action(\"SMUGMUG_LIST_CHILD_NODES\", {\n slug: \"smugmug-list-child-nodes\",\n name: \"List Child Nodes\",\n description: \"Lists all child nodes (folders and albums) under a specified parent node in SmugMug. Use this action to navigate SmugMug's folder/album hierarchy. Start from a user's root node (obtained from user profile) and traverse down through folders to find albums. Returns child nodes with their NodeID, Type, Name, and WebUri. Use the NodeID from results to fetch further nested children or to get detailed node information.\",\n input: SmugmugListChildNodesInput,\n output: SmugmugListChildNodesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-child-nodes.d.ts
4
+ declare const SmugmugListChildNodesInput: z.ZodTypeAny;
5
+ declare const SmugmugListChildNodesOutput: z.ZodTypeAny;
6
+ declare const smugmugListChildNodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugListChildNodes };
9
+ //# sourceMappingURL=list-child-nodes.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-child-nodes.d.cts","names":[],"sources":["../../src/actions/list-child-nodes.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIiC;AAAA,cA2B/D,2BAAA,EAA6B,CAAA,CAAE,UAG8B;AAAA,cAE7D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-child-nodes.d.ts
4
+ declare const SmugmugListChildNodesInput: z.ZodTypeAny;
5
+ declare const SmugmugListChildNodesOutput: z.ZodTypeAny;
6
+ declare const smugmugListChildNodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugListChildNodes };
9
+ //# sourceMappingURL=list-child-nodes.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-child-nodes.d.mts","names":[],"sources":["../../src/actions/list-child-nodes.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIiC;AAAA,cA2B/D,2BAAA,EAA6B,CAAA,CAAE,UAG8B;AAAA,cAE7D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-child-nodes.ts
4
+ const SmugmugListChildNodesInput = z.object({
5
+ count: z.number().int().default(10).describe("Number of child nodes to retrieve per page. Defaults to 10. Maximum is 100.").optional(),
6
+ start: z.number().int().default(1).describe("The 1-based starting index for pagination. Defaults to 1 (first page).").optional(),
7
+ node_id: z.string().describe("The unique NodeID of the parent node. You can get this from user profile (root node), node details, or previous list child nodes responses.")
8
+ }).describe("Request parameters for listing child nodes of a SmugMug node.");
9
+ const SmugmugListChildNodes_NodeResponseSchema = z.object({
10
+ Uri: z.string().describe("The API URI for this node."),
11
+ Name: z.string().describe("The display name of the node."),
12
+ Type: z.string().describe("The type of node: 'Folder', 'Album', or 'Page'."),
13
+ NodeID: z.string().describe("The unique identifier of the node. Use this to fetch child nodes or node details.").nullable().optional(),
14
+ WebUri: z.string().describe("The full web URL to view this node on SmugMug."),
15
+ UrlName: z.string().describe("URL-safe name used in the node's web path."),
16
+ UrlPath: z.string().describe("The URL path of the node relative to the user's root.").nullable().optional(),
17
+ DateAdded: z.string().describe("ISO 8601 timestamp when the node was created.").nullable().optional(),
18
+ SortMethod: z.string().describe("Method used to sort child items (e.g., 'SortIndex', 'DateAdded').").nullable().optional(),
19
+ Description: z.string().describe("The description of the node, if set.").nullable().optional(),
20
+ HasChildren: z.boolean().describe("Whether this node has child nodes. Useful for determining if traversal is needed.").nullable().optional(),
21
+ DateModified: z.string().describe("ISO 8601 timestamp when the node was last modified.").nullable().optional(),
22
+ SecurityType: z.string().describe("The security type of the node (e.g., 'None', 'Password').").nullable().optional(),
23
+ SortDirection: z.string().describe("Sort direction for child items: 'Ascending' or 'Descending'.").nullable().optional()
24
+ }).describe("Response model for a SmugMug node (folder or album).");
25
+ const SmugmugListChildNodes_PaginationInfoSchema = z.object({
26
+ Count: z.number().int().describe("Number of items returned in this response.").nullable().optional(),
27
+ Start: z.number().int().describe("Starting index of current page (1-based).").nullable().optional(),
28
+ Total: z.number().int().describe("Total number of child nodes available.").nullable().optional(),
29
+ LastPage: z.string().describe("API URI for the last page of results.").nullable().optional(),
30
+ NextPage: z.string().describe("API URI for the next page of results, if available.").nullable().optional(),
31
+ PrevPage: z.string().describe("API URI for the previous page of results, if available.").nullable().optional(),
32
+ FirstPage: z.string().describe("API URI for the first page of results.").nullable().optional(),
33
+ RequestedCount: z.number().int().describe("Number of items that were requested.").nullable().optional()
34
+ }).describe("Pagination details for the response.");
35
+ const smugmugListChildNodes = action("SMUGMUG_LIST_CHILD_NODES", {
36
+ slug: "smugmug-list-child-nodes",
37
+ name: "List Child Nodes",
38
+ description: "Lists all child nodes (folders and albums) under a specified parent node in SmugMug. Use this action to navigate SmugMug's folder/album hierarchy. Start from a user's root node (obtained from user profile) and traverse down through folders to find albums. Returns child nodes with their NodeID, Type, Name, and WebUri. Use the NodeID from results to fetch further nested children or to get detailed node information.",
39
+ input: SmugmugListChildNodesInput,
40
+ output: z.object({
41
+ Node: z.array(SmugmugListChildNodes_NodeResponseSchema).describe("List of child nodes (folders or albums) under the specified parent node.").nullable().optional(),
42
+ Pages: SmugmugListChildNodes_PaginationInfoSchema.nullable().optional()
43
+ }).describe("Response containing child nodes and pagination information.")
44
+ });
45
+ //#endregion
46
+ export { smugmugListChildNodes };
47
+
48
+ //# sourceMappingURL=list-child-nodes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-child-nodes.mjs","names":[],"sources":["../../src/actions/list-child-nodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugListChildNodesInput: z.ZodTypeAny = z.object({\n count: z.number().int().default(10).describe(\"Number of child nodes to retrieve per page. Defaults to 10. Maximum is 100.\").optional(),\n start: z.number().int().default(1).describe(\"The 1-based starting index for pagination. Defaults to 1 (first page).\").optional(),\n node_id: z.string().describe(\"The unique NodeID of the parent node. You can get this from user profile (root node), node details, or previous list child nodes responses.\"),\n}).describe(\"Request parameters for listing child nodes of a SmugMug node.\");\nconst SmugmugListChildNodes_NodeResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this node.\"),\n Name: z.string().describe(\"The display name of the node.\"),\n Type: z.string().describe(\"The type of node: 'Folder', 'Album', or 'Page'.\"),\n NodeID: z.string().describe(\"The unique identifier of the node. Use this to fetch child nodes or node details.\").nullable().optional(),\n WebUri: z.string().describe(\"The full web URL to view this node on SmugMug.\"),\n UrlName: z.string().describe(\"URL-safe name used in the node's web path.\"),\n UrlPath: z.string().describe(\"The URL path of the node relative to the user's root.\").nullable().optional(),\n DateAdded: z.string().describe(\"ISO 8601 timestamp when the node was created.\").nullable().optional(),\n SortMethod: z.string().describe(\"Method used to sort child items (e.g., 'SortIndex', 'DateAdded').\").nullable().optional(),\n Description: z.string().describe(\"The description of the node, if set.\").nullable().optional(),\n HasChildren: z.boolean().describe(\"Whether this node has child nodes. Useful for determining if traversal is needed.\").nullable().optional(),\n DateModified: z.string().describe(\"ISO 8601 timestamp when the node was last modified.\").nullable().optional(),\n SecurityType: z.string().describe(\"The security type of the node (e.g., 'None', 'Password').\").nullable().optional(),\n SortDirection: z.string().describe(\"Sort direction for child items: 'Ascending' or 'Descending'.\").nullable().optional(),\n}).describe(\"Response model for a SmugMug node (folder or album).\");\nconst SmugmugListChildNodes_PaginationInfoSchema: z.ZodTypeAny = z.object({\n Count: z.number().int().describe(\"Number of items returned in this response.\").nullable().optional(),\n Start: z.number().int().describe(\"Starting index of current page (1-based).\").nullable().optional(),\n Total: z.number().int().describe(\"Total number of child nodes available.\").nullable().optional(),\n LastPage: z.string().describe(\"API URI for the last page of results.\").nullable().optional(),\n NextPage: z.string().describe(\"API URI for the next page of results, if available.\").nullable().optional(),\n PrevPage: z.string().describe(\"API URI for the previous page of results, if available.\").nullable().optional(),\n FirstPage: z.string().describe(\"API URI for the first page of results.\").nullable().optional(),\n RequestedCount: z.number().int().describe(\"Number of items that were requested.\").nullable().optional(),\n}).describe(\"Pagination details for the response.\");\nexport const SmugmugListChildNodesOutput: z.ZodTypeAny = z.object({\n Node: z.array(SmugmugListChildNodes_NodeResponseSchema).describe(\"List of child nodes (folders or albums) under the specified parent node.\").nullable().optional(),\n Pages: SmugmugListChildNodes_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response containing child nodes and pagination information.\");\n\nexport const smugmugListChildNodes = action(\"SMUGMUG_LIST_CHILD_NODES\", {\n slug: \"smugmug-list-child-nodes\",\n name: \"List Child Nodes\",\n description: \"Lists all child nodes (folders and albums) under a specified parent node in SmugMug. Use this action to navigate SmugMug's folder/album hierarchy. Start from a user's root node (obtained from user profile) and traverse down through folders to find albums. Returns child nodes with their NodeID, Type, Name, and WebUri. Use the NodeID from results to fetch further nested children or to get detailed node information.\",\n input: SmugmugListChildNodesInput,\n output: SmugmugListChildNodesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,73 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/search-user-content.ts
4
+ const SmugmugSearchUserContentInput = zod.z.object({
5
+ q: zod.z.string().describe("Search query text to find in the user's images. The search looks for matches in image titles, captions, keywords, and filenames. Maximum 100 characters."),
6
+ Order: zod.z.enum([
7
+ "Popular",
8
+ "Oldest",
9
+ "Newest"
10
+ ]).describe("Order for search results.").optional(),
11
+ count: zod.z.number().int().describe("The number of results to return per page. Default is 10. Maximum is 100.").optional(),
12
+ start: zod.z.number().int().describe("The starting index (1-based) for paginated results. Use this to retrieve subsequent pages of results. Default is 1.").optional(),
13
+ nickname: zod.z.string().describe("The SmugMug user's nickname whose content to search. This is the unique username on SmugMug.")
14
+ });
15
+ const SmugmugSearchUserContent_UriInfoSchema = zod.z.object({
16
+ Uri: zod.z.string().describe("The API URI path.").nullable().optional(),
17
+ Locator: zod.z.string().describe("The locator type name.").nullable().optional(),
18
+ LocatorType: zod.z.string().describe("Whether this returns an Object or Objects.").nullable().optional()
19
+ }).describe("Information about a related API URI.");
20
+ const SmugmugSearchUserContent_ImageUrisSchema = zod.z.object({
21
+ Album: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),
22
+ Image: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),
23
+ ImageSizes: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),
24
+ LargestImage: SmugmugSearchUserContent_UriInfoSchema.nullable().optional()
25
+ }).describe("URIs for related image resources.");
26
+ const SmugmugSearchUserContent_SearchResultImageSchema = zod.z.object({
27
+ Uri: zod.z.string().describe("The API URI for this image.").nullable().optional(),
28
+ Date: zod.z.string().describe("The date the image was taken or uploaded.").nullable().optional(),
29
+ Uris: SmugmugSearchUserContent_ImageUrisSchema.nullable().optional(),
30
+ Title: zod.z.string().describe("The title of the image.").nullable().optional(),
31
+ Format: zod.z.string().describe("The file format of the image (e.g., JPG, PNG).").nullable().optional(),
32
+ WebUri: zod.z.string().describe("The public URL to view the image on SmugMug.").nullable().optional(),
33
+ Caption: zod.z.string().describe("The caption or description of the image.").nullable().optional(),
34
+ FileName: zod.z.string().describe("The original filename of the image.").nullable().optional(),
35
+ ImageKey: zod.z.string().describe("The unique key identifier for this image.").nullable().optional(),
36
+ Keywords: zod.z.union([zod.z.string(), zod.z.array(zod.z.string())]).nullable().optional(),
37
+ UploadKey: zod.z.string().describe("The upload key for this image.").nullable().optional(),
38
+ ArchivedMD5: zod.z.string().describe("MD5 checksum of the archived image.").nullable().optional(),
39
+ ArchivedUri: zod.z.string().describe("URI for the archived version of the image.").nullable().optional(),
40
+ ArchivedSize: zod.z.number().int().describe("Size in bytes of the archived image.").nullable().optional(),
41
+ ThumbnailUrl: zod.z.string().describe("URL for the thumbnail version of the image.").nullable().optional()
42
+ }).describe("Represents a single image in the search results.");
43
+ const SmugmugSearchUserContent_SearchPagesInfoSchema = zod.z.object({
44
+ Count: zod.z.number().int().describe("Number of results in the current page.").nullable().optional(),
45
+ Start: zod.z.number().int().describe("Starting index of the current page.").nullable().optional(),
46
+ Total: zod.z.number().int().describe("Total number of search results.").nullable().optional(),
47
+ LastPage: zod.z.string().describe("URI for the last page.").nullable().optional(),
48
+ NextPage: zod.z.string().describe("URI for the next page.").nullable().optional(),
49
+ PrevPage: zod.z.string().describe("URI for the previous page.").nullable().optional(),
50
+ FirstPage: zod.z.string().describe("URI for the first page.").nullable().optional(),
51
+ RequestedCount: zod.z.number().int().describe("Number of results requested per page.").nullable().optional()
52
+ }).describe("Pagination information for search results.");
53
+ const SmugmugSearchUserContent_SearchResponseDataSchema = zod.z.object({
54
+ Uri: zod.z.string().describe("The API URI for this search request.").nullable().optional(),
55
+ Image: zod.z.array(SmugmugSearchUserContent_SearchResultImageSchema).describe("List of images matching the search query. Empty list if no results found.").nullable().optional(),
56
+ Pages: SmugmugSearchUserContent_SearchPagesInfoSchema.nullable().optional()
57
+ }).describe("The response data containing search results.");
58
+ const SmugmugSearchUserContentOutput = zod.z.object({
59
+ Code: zod.z.number().int().describe("HTTP status code from the API response.").nullable().optional(),
60
+ Message: zod.z.string().describe("Message from the API response.").nullable().optional(),
61
+ Response: SmugmugSearchUserContent_SearchResponseDataSchema.nullable()
62
+ }).describe("Response from searching user content.");
63
+ const smugmugSearchUserContent = require_action.action("SMUGMUG_SEARCH_USER_CONTENT", {
64
+ slug: "smugmug-search-user-content",
65
+ name: "Search User Content",
66
+ description: "Search for images across a user's SmugMug content. This tool searches through a user's images by querying titles, captions, keywords, and filenames. Returns a list of matching images with details like title, caption, URLs, and related resources. Use this when you need to find specific images within a user's SmugMug account. Results are returned in paginated format with up to 100 images per page. The default ordering is by popularity, but can be changed to newest or oldest.",
67
+ input: SmugmugSearchUserContentInput,
68
+ output: SmugmugSearchUserContentOutput
69
+ });
70
+ //#endregion
71
+ exports.smugmugSearchUserContent = smugmugSearchUserContent;
72
+
73
+ //# sourceMappingURL=search-user-content.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-user-content.cjs","names":["z","action"],"sources":["../../src/actions/search-user-content.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugSearchUserContentInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search query text to find in the user's images. The search looks for matches in image titles, captions, keywords, and filenames. Maximum 100 characters.\"),\n Order: z.enum([\"Popular\", \"Oldest\", \"Newest\"]).describe(\"Order for search results.\").optional(),\n count: z.number().int().describe(\"The number of results to return per page. Default is 10. Maximum is 100.\").optional(),\n start: z.number().int().describe(\"The starting index (1-based) for paginated results. Use this to retrieve subsequent pages of results. Default is 1.\").optional(),\n nickname: z.string().describe(\"The SmugMug user's nickname whose content to search. This is the unique username on SmugMug.\"),\n});\nconst SmugmugSearchUserContent_UriInfoSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI path.\").nullable().optional(),\n Locator: z.string().describe(\"The locator type name.\").nullable().optional(),\n LocatorType: z.string().describe(\"Whether this returns an Object or Objects.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugSearchUserContent_ImageUrisSchema: z.ZodTypeAny = z.object({\n Album: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n Image: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n ImageSizes: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n LargestImage: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n}).describe(\"URIs for related image resources.\");\nconst SmugmugSearchUserContent_SearchResultImageSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this image.\").nullable().optional(),\n Date: z.string().describe(\"The date the image was taken or uploaded.\").nullable().optional(),\n Uris: SmugmugSearchUserContent_ImageUrisSchema.nullable().optional(),\n Title: z.string().describe(\"The title of the image.\").nullable().optional(),\n Format: z.string().describe(\"The file format of the image (e.g., JPG, PNG).\").nullable().optional(),\n WebUri: z.string().describe(\"The public URL to view the image on SmugMug.\").nullable().optional(),\n Caption: z.string().describe(\"The caption or description of the image.\").nullable().optional(),\n FileName: z.string().describe(\"The original filename of the image.\").nullable().optional(),\n ImageKey: z.string().describe(\"The unique key identifier for this image.\").nullable().optional(),\n Keywords: z.union([z.string(), z.array(z.string())]).nullable().optional(),\n UploadKey: z.string().describe(\"The upload key for this image.\").nullable().optional(),\n ArchivedMD5: z.string().describe(\"MD5 checksum of the archived image.\").nullable().optional(),\n ArchivedUri: z.string().describe(\"URI for the archived version of the image.\").nullable().optional(),\n ArchivedSize: z.number().int().describe(\"Size in bytes of the archived image.\").nullable().optional(),\n ThumbnailUrl: z.string().describe(\"URL for the thumbnail version of the image.\").nullable().optional(),\n}).describe(\"Represents a single image in the search results.\");\nconst SmugmugSearchUserContent_SearchPagesInfoSchema: z.ZodTypeAny = z.object({\n Count: z.number().int().describe(\"Number of results in the current page.\").nullable().optional(),\n Start: z.number().int().describe(\"Starting index of the current page.\").nullable().optional(),\n Total: z.number().int().describe(\"Total number of search results.\").nullable().optional(),\n LastPage: z.string().describe(\"URI for the last page.\").nullable().optional(),\n NextPage: z.string().describe(\"URI for the next page.\").nullable().optional(),\n PrevPage: z.string().describe(\"URI for the previous page.\").nullable().optional(),\n FirstPage: z.string().describe(\"URI for the first page.\").nullable().optional(),\n RequestedCount: z.number().int().describe(\"Number of results requested per page.\").nullable().optional(),\n}).describe(\"Pagination information for search results.\");\nconst SmugmugSearchUserContent_SearchResponseDataSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this search request.\").nullable().optional(),\n Image: z.array(SmugmugSearchUserContent_SearchResultImageSchema).describe(\"List of images matching the search query. Empty list if no results found.\").nullable().optional(),\n Pages: SmugmugSearchUserContent_SearchPagesInfoSchema.nullable().optional(),\n}).describe(\"The response data containing search results.\");\nexport const SmugmugSearchUserContentOutput: z.ZodTypeAny = z.object({\n Code: z.number().int().describe(\"HTTP status code from the API response.\").nullable().optional(),\n Message: z.string().describe(\"Message from the API response.\").nullable().optional(),\n Response: SmugmugSearchUserContent_SearchResponseDataSchema.nullable(),\n}).describe(\"Response from searching user content.\");\n\nexport const smugmugSearchUserContent = action(\"SMUGMUG_SEARCH_USER_CONTENT\", {\n slug: \"smugmug-search-user-content\",\n name: \"Search User Content\",\n description: \"Search for images across a user's SmugMug content. This tool searches through a user's images by querying titles, captions, keywords, and filenames. Returns a list of matching images with details like title, caption, URLs, and related resources. Use this when you need to find specific images within a user's SmugMug account. Results are returned in paginated format with up to 100 images per page. The default ordering is by popularity, but can be changed to newest or oldest.\",\n input: SmugmugSearchUserContentInput,\n output: SmugmugSearchUserContentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/search-user-content.d.ts
4
+ declare const SmugmugSearchUserContentInput: z.ZodTypeAny;
5
+ declare const SmugmugSearchUserContentOutput: z.ZodTypeAny;
6
+ declare const smugmugSearchUserContent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugSearchUserContent };
9
+ //# sourceMappingURL=search-user-content.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-user-content.d.cts","names":[],"sources":["../../src/actions/search-user-content.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAM5C;AAAA,cA4CW,8BAAA,EAAgC,CAAA,CAAE,UAIK;AAAA,cAEvC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/search-user-content.d.ts
4
+ declare const SmugmugSearchUserContentInput: z.ZodTypeAny;
5
+ declare const SmugmugSearchUserContentOutput: z.ZodTypeAny;
6
+ declare const smugmugSearchUserContent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugSearchUserContent };
9
+ //# sourceMappingURL=search-user-content.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-user-content.d.mts","names":[],"sources":["../../src/actions/search-user-content.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAM5C;AAAA,cA4CW,8BAAA,EAAgC,CAAA,CAAE,UAIK;AAAA,cAEvC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,72 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/search-user-content.ts
4
+ const SmugmugSearchUserContentInput = z.object({
5
+ q: z.string().describe("Search query text to find in the user's images. The search looks for matches in image titles, captions, keywords, and filenames. Maximum 100 characters."),
6
+ Order: z.enum([
7
+ "Popular",
8
+ "Oldest",
9
+ "Newest"
10
+ ]).describe("Order for search results.").optional(),
11
+ count: z.number().int().describe("The number of results to return per page. Default is 10. Maximum is 100.").optional(),
12
+ start: z.number().int().describe("The starting index (1-based) for paginated results. Use this to retrieve subsequent pages of results. Default is 1.").optional(),
13
+ nickname: z.string().describe("The SmugMug user's nickname whose content to search. This is the unique username on SmugMug.")
14
+ });
15
+ const SmugmugSearchUserContent_UriInfoSchema = z.object({
16
+ Uri: z.string().describe("The API URI path.").nullable().optional(),
17
+ Locator: z.string().describe("The locator type name.").nullable().optional(),
18
+ LocatorType: z.string().describe("Whether this returns an Object or Objects.").nullable().optional()
19
+ }).describe("Information about a related API URI.");
20
+ const SmugmugSearchUserContent_ImageUrisSchema = z.object({
21
+ Album: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),
22
+ Image: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),
23
+ ImageSizes: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),
24
+ LargestImage: SmugmugSearchUserContent_UriInfoSchema.nullable().optional()
25
+ }).describe("URIs for related image resources.");
26
+ const SmugmugSearchUserContent_SearchResultImageSchema = z.object({
27
+ Uri: z.string().describe("The API URI for this image.").nullable().optional(),
28
+ Date: z.string().describe("The date the image was taken or uploaded.").nullable().optional(),
29
+ Uris: SmugmugSearchUserContent_ImageUrisSchema.nullable().optional(),
30
+ Title: z.string().describe("The title of the image.").nullable().optional(),
31
+ Format: z.string().describe("The file format of the image (e.g., JPG, PNG).").nullable().optional(),
32
+ WebUri: z.string().describe("The public URL to view the image on SmugMug.").nullable().optional(),
33
+ Caption: z.string().describe("The caption or description of the image.").nullable().optional(),
34
+ FileName: z.string().describe("The original filename of the image.").nullable().optional(),
35
+ ImageKey: z.string().describe("The unique key identifier for this image.").nullable().optional(),
36
+ Keywords: z.union([z.string(), z.array(z.string())]).nullable().optional(),
37
+ UploadKey: z.string().describe("The upload key for this image.").nullable().optional(),
38
+ ArchivedMD5: z.string().describe("MD5 checksum of the archived image.").nullable().optional(),
39
+ ArchivedUri: z.string().describe("URI for the archived version of the image.").nullable().optional(),
40
+ ArchivedSize: z.number().int().describe("Size in bytes of the archived image.").nullable().optional(),
41
+ ThumbnailUrl: z.string().describe("URL for the thumbnail version of the image.").nullable().optional()
42
+ }).describe("Represents a single image in the search results.");
43
+ const SmugmugSearchUserContent_SearchPagesInfoSchema = z.object({
44
+ Count: z.number().int().describe("Number of results in the current page.").nullable().optional(),
45
+ Start: z.number().int().describe("Starting index of the current page.").nullable().optional(),
46
+ Total: z.number().int().describe("Total number of search results.").nullable().optional(),
47
+ LastPage: z.string().describe("URI for the last page.").nullable().optional(),
48
+ NextPage: z.string().describe("URI for the next page.").nullable().optional(),
49
+ PrevPage: z.string().describe("URI for the previous page.").nullable().optional(),
50
+ FirstPage: z.string().describe("URI for the first page.").nullable().optional(),
51
+ RequestedCount: z.number().int().describe("Number of results requested per page.").nullable().optional()
52
+ }).describe("Pagination information for search results.");
53
+ const SmugmugSearchUserContent_SearchResponseDataSchema = z.object({
54
+ Uri: z.string().describe("The API URI for this search request.").nullable().optional(),
55
+ Image: z.array(SmugmugSearchUserContent_SearchResultImageSchema).describe("List of images matching the search query. Empty list if no results found.").nullable().optional(),
56
+ Pages: SmugmugSearchUserContent_SearchPagesInfoSchema.nullable().optional()
57
+ }).describe("The response data containing search results.");
58
+ const smugmugSearchUserContent = action("SMUGMUG_SEARCH_USER_CONTENT", {
59
+ slug: "smugmug-search-user-content",
60
+ name: "Search User Content",
61
+ description: "Search for images across a user's SmugMug content. This tool searches through a user's images by querying titles, captions, keywords, and filenames. Returns a list of matching images with details like title, caption, URLs, and related resources. Use this when you need to find specific images within a user's SmugMug account. Results are returned in paginated format with up to 100 images per page. The default ordering is by popularity, but can be changed to newest or oldest.",
62
+ input: SmugmugSearchUserContentInput,
63
+ output: z.object({
64
+ Code: z.number().int().describe("HTTP status code from the API response.").nullable().optional(),
65
+ Message: z.string().describe("Message from the API response.").nullable().optional(),
66
+ Response: SmugmugSearchUserContent_SearchResponseDataSchema.nullable()
67
+ }).describe("Response from searching user content.")
68
+ });
69
+ //#endregion
70
+ export { smugmugSearchUserContent };
71
+
72
+ //# sourceMappingURL=search-user-content.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-user-content.mjs","names":[],"sources":["../../src/actions/search-user-content.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugSearchUserContentInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search query text to find in the user's images. The search looks for matches in image titles, captions, keywords, and filenames. Maximum 100 characters.\"),\n Order: z.enum([\"Popular\", \"Oldest\", \"Newest\"]).describe(\"Order for search results.\").optional(),\n count: z.number().int().describe(\"The number of results to return per page. Default is 10. Maximum is 100.\").optional(),\n start: z.number().int().describe(\"The starting index (1-based) for paginated results. Use this to retrieve subsequent pages of results. Default is 1.\").optional(),\n nickname: z.string().describe(\"The SmugMug user's nickname whose content to search. This is the unique username on SmugMug.\"),\n});\nconst SmugmugSearchUserContent_UriInfoSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI path.\").nullable().optional(),\n Locator: z.string().describe(\"The locator type name.\").nullable().optional(),\n LocatorType: z.string().describe(\"Whether this returns an Object or Objects.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugSearchUserContent_ImageUrisSchema: z.ZodTypeAny = z.object({\n Album: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n Image: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n ImageSizes: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n LargestImage: SmugmugSearchUserContent_UriInfoSchema.nullable().optional(),\n}).describe(\"URIs for related image resources.\");\nconst SmugmugSearchUserContent_SearchResultImageSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this image.\").nullable().optional(),\n Date: z.string().describe(\"The date the image was taken or uploaded.\").nullable().optional(),\n Uris: SmugmugSearchUserContent_ImageUrisSchema.nullable().optional(),\n Title: z.string().describe(\"The title of the image.\").nullable().optional(),\n Format: z.string().describe(\"The file format of the image (e.g., JPG, PNG).\").nullable().optional(),\n WebUri: z.string().describe(\"The public URL to view the image on SmugMug.\").nullable().optional(),\n Caption: z.string().describe(\"The caption or description of the image.\").nullable().optional(),\n FileName: z.string().describe(\"The original filename of the image.\").nullable().optional(),\n ImageKey: z.string().describe(\"The unique key identifier for this image.\").nullable().optional(),\n Keywords: z.union([z.string(), z.array(z.string())]).nullable().optional(),\n UploadKey: z.string().describe(\"The upload key for this image.\").nullable().optional(),\n ArchivedMD5: z.string().describe(\"MD5 checksum of the archived image.\").nullable().optional(),\n ArchivedUri: z.string().describe(\"URI for the archived version of the image.\").nullable().optional(),\n ArchivedSize: z.number().int().describe(\"Size in bytes of the archived image.\").nullable().optional(),\n ThumbnailUrl: z.string().describe(\"URL for the thumbnail version of the image.\").nullable().optional(),\n}).describe(\"Represents a single image in the search results.\");\nconst SmugmugSearchUserContent_SearchPagesInfoSchema: z.ZodTypeAny = z.object({\n Count: z.number().int().describe(\"Number of results in the current page.\").nullable().optional(),\n Start: z.number().int().describe(\"Starting index of the current page.\").nullable().optional(),\n Total: z.number().int().describe(\"Total number of search results.\").nullable().optional(),\n LastPage: z.string().describe(\"URI for the last page.\").nullable().optional(),\n NextPage: z.string().describe(\"URI for the next page.\").nullable().optional(),\n PrevPage: z.string().describe(\"URI for the previous page.\").nullable().optional(),\n FirstPage: z.string().describe(\"URI for the first page.\").nullable().optional(),\n RequestedCount: z.number().int().describe(\"Number of results requested per page.\").nullable().optional(),\n}).describe(\"Pagination information for search results.\");\nconst SmugmugSearchUserContent_SearchResponseDataSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this search request.\").nullable().optional(),\n Image: z.array(SmugmugSearchUserContent_SearchResultImageSchema).describe(\"List of images matching the search query. Empty list if no results found.\").nullable().optional(),\n Pages: SmugmugSearchUserContent_SearchPagesInfoSchema.nullable().optional(),\n}).describe(\"The response data containing search results.\");\nexport const SmugmugSearchUserContentOutput: z.ZodTypeAny = z.object({\n Code: z.number().int().describe(\"HTTP status code from the API response.\").nullable().optional(),\n Message: z.string().describe(\"Message from the API response.\").nullable().optional(),\n Response: SmugmugSearchUserContent_SearchResponseDataSchema.nullable(),\n}).describe(\"Response from searching user content.\");\n\nexport const smugmugSearchUserContent = action(\"SMUGMUG_SEARCH_USER_CONTENT\", {\n slug: \"smugmug-search-user-content\",\n name: \"Search User Content\",\n description: \"Search for images across a user's SmugMug content. This tool searches through a user's images by querying titles, captions, keywords, and filenames. Returns a list of matching images with details like title, caption, URLs, and related resources. Use this when you need to find specific images within a user's SmugMug account. Results are returned in paginated format with up to 100 images per page. The default ordering is by popularity, but can be changed to newest or oldest.\",\n input: SmugmugSearchUserContentInput,\n output: SmugmugSearchUserContentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unlock-album.ts
4
+ const SmugmugUnlockAlbumInput = zod.z.object({
5
+ Password: zod.z.string().describe("The password required to unlock the album. Must match the album's configured password."),
6
+ album_key: zod.z.string().describe("The album's unique key (e.g., 'GxmcTJ'). This identifies the password-protected album to unlock.")
7
+ });
8
+ const SmugmugUnlockAlbumOutput = zod.z.object({
9
+ Uri: zod.z.string().describe("The API URI of the unlocked album.").nullable().optional(),
10
+ ResponseLevel: zod.z.string().describe("The level of detail in the response.").nullable().optional()
11
+ }).describe("Response from unlocking an album.");
12
+ const smugmugUnlockAlbum = require_action.action("SMUGMUG_UNLOCK_ALBUM", {
13
+ slug: "smugmug-unlock-album",
14
+ name: "Unlock Album",
15
+ description: "Tool to unlock a password-protected SmugMug album. Use when you need to access content in a locked album. Only available for albums that are currently password-protected.",
16
+ input: SmugmugUnlockAlbumInput,
17
+ output: SmugmugUnlockAlbumOutput
18
+ });
19
+ //#endregion
20
+ exports.smugmugUnlockAlbum = smugmugUnlockAlbum;
21
+
22
+ //# sourceMappingURL=unlock-album.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-album.cjs","names":["z","action"],"sources":["../../src/actions/unlock-album.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugUnlockAlbumInput: z.ZodTypeAny = z.object({\n Password: z.string().describe(\"The password required to unlock the album. Must match the album's configured password.\"),\n album_key: z.string().describe(\"The album's unique key (e.g., 'GxmcTJ'). This identifies the password-protected album to unlock.\"),\n});\nexport const SmugmugUnlockAlbumOutput: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI of the unlocked album.\").nullable().optional(),\n ResponseLevel: z.string().describe(\"The level of detail in the response.\").nullable().optional(),\n}).describe(\"Response from unlocking an album.\");\n\nexport const smugmugUnlockAlbum = action(\"SMUGMUG_UNLOCK_ALBUM\", {\n slug: \"smugmug-unlock-album\",\n name: \"Unlock Album\",\n description: \"Tool to unlock a password-protected SmugMug album. Use when you need to access content in a locked album. Only available for albums that are currently password-protected.\",\n input: SmugmugUnlockAlbumInput,\n output: SmugmugUnlockAlbumOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACtH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;AACnI,CAAC;AACD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlock-album.d.ts
4
+ declare const SmugmugUnlockAlbumInput: z.ZodTypeAny;
5
+ declare const SmugmugUnlockAlbumOutput: z.ZodTypeAny;
6
+ declare const smugmugUnlockAlbum: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugUnlockAlbum };
9
+ //# sourceMappingURL=unlock-album.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-album.d.cts","names":[],"sources":["../../src/actions/unlock-album.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAGO;AAAA,cAEnC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlock-album.d.ts
4
+ declare const SmugmugUnlockAlbumInput: z.ZodTypeAny;
5
+ declare const SmugmugUnlockAlbumOutput: z.ZodTypeAny;
6
+ declare const smugmugUnlockAlbum: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugUnlockAlbum };
9
+ //# sourceMappingURL=unlock-album.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-album.d.mts","names":[],"sources":["../../src/actions/unlock-album.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAGO;AAAA,cAEnC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const smugmugUnlockAlbum = action("SMUGMUG_UNLOCK_ALBUM", {
4
+ slug: "smugmug-unlock-album",
5
+ name: "Unlock Album",
6
+ description: "Tool to unlock a password-protected SmugMug album. Use when you need to access content in a locked album. Only available for albums that are currently password-protected.",
7
+ input: z.object({
8
+ Password: z.string().describe("The password required to unlock the album. Must match the album's configured password."),
9
+ album_key: z.string().describe("The album's unique key (e.g., 'GxmcTJ'). This identifies the password-protected album to unlock.")
10
+ }),
11
+ output: z.object({
12
+ Uri: z.string().describe("The API URI of the unlocked album.").nullable().optional(),
13
+ ResponseLevel: z.string().describe("The level of detail in the response.").nullable().optional()
14
+ }).describe("Response from unlocking an album.")
15
+ });
16
+ //#endregion
17
+ export { smugmugUnlockAlbum };
18
+
19
+ //# sourceMappingURL=unlock-album.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-album.mjs","names":[],"sources":["../../src/actions/unlock-album.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugUnlockAlbumInput: z.ZodTypeAny = z.object({\n Password: z.string().describe(\"The password required to unlock the album. Must match the album's configured password.\"),\n album_key: z.string().describe(\"The album's unique key (e.g., 'GxmcTJ'). This identifies the password-protected album to unlock.\"),\n});\nexport const SmugmugUnlockAlbumOutput: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI of the unlocked album.\").nullable().optional(),\n ResponseLevel: z.string().describe(\"The level of detail in the response.\").nullable().optional(),\n}).describe(\"Response from unlocking an album.\");\n\nexport const smugmugUnlockAlbum = action(\"SMUGMUG_UNLOCK_ALBUM\", {\n slug: \"smugmug-unlock-album\",\n name: \"Unlock Album\",\n description: \"Tool to unlock a password-protected SmugMug album. Use when you need to access content in a locked album. Only available for albums that are currently password-protected.\",\n input: SmugmugUnlockAlbumInput,\n output: SmugmugUnlockAlbumOutput,\n});\n"],"mappings":";;AAaA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbmD,EAAE,OAAO;EAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;EACtH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CACnI,CAUS;CACP,QAVoD,EAAE,OAAO;EAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unlock-user.ts
4
+ const SmugmugUnlockUserInput = zod.z.object({
5
+ nickname: zod.z.string().describe("The user's nickname (username) whose site should be unlocked. This is the SmugMug user identifier."),
6
+ password: zod.z.string().describe("The site password required to unlock the user's password-protected site.")
7
+ });
8
+ const SmugmugUnlockUserOutput = zod.z.object({
9
+ Uri: zod.z.string().describe("The API URI for the user resource.").nullable().optional(),
10
+ ResponseLevel: zod.z.string().describe("The level of detail in the response (e.g., 'Public').").nullable().optional()
11
+ }).describe("Response from unlocking a user's site.");
12
+ const smugmugUnlockUser = require_action.action("SMUGMUG_UNLOCK_USER", {
13
+ slug: "smugmug-unlock-user",
14
+ name: "Unlock User Site",
15
+ description: "Tool to unlock a user's password-protected SmugMug site. Use when you need to access a locked user's site content. This action is only available if the user's site is currently locked with a password.",
16
+ input: SmugmugUnlockUserInput,
17
+ output: SmugmugUnlockUserOutput
18
+ });
19
+ //#endregion
20
+ exports.smugmugUnlockUser = smugmugUnlockUser;
21
+
22
+ //# sourceMappingURL=unlock-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-user.cjs","names":["z","action"],"sources":["../../src/actions/unlock-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugUnlockUserInput: z.ZodTypeAny = z.object({\n nickname: z.string().describe(\"The user's nickname (username) whose site should be unlocked. This is the SmugMug user identifier.\"),\n password: z.string().describe(\"The site password required to unlock the user's password-protected site.\"),\n});\nexport const SmugmugUnlockUserOutput: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for the user resource.\").nullable().optional(),\n ResponseLevel: z.string().describe(\"The level of detail in the response (e.g., 'Public').\").nullable().optional(),\n}).describe(\"Response from unlocking a user's site.\");\n\nexport const smugmugUnlockUser = action(\"SMUGMUG_UNLOCK_USER\", {\n slug: \"smugmug-unlock-user\",\n name: \"Unlock User Site\",\n description: \"Tool to unlock a user's password-protected SmugMug site. Use when you need to access a locked user's site content. This action is only available if the user's site is currently locked with a password.\",\n input: SmugmugUnlockUserInput,\n output: SmugmugUnlockUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;CAClI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;AAC1G,CAAC;AACD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlock-user.d.ts
4
+ declare const SmugmugUnlockUserInput: z.ZodTypeAny;
5
+ declare const SmugmugUnlockUserOutput: z.ZodTypeAny;
6
+ declare const smugmugUnlockUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugUnlockUser };
9
+ //# sourceMappingURL=unlock-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-user.d.cts","names":[],"sources":["../../src/actions/unlock-user.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGrC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAGa;AAAA,cAExC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlock-user.d.ts
4
+ declare const SmugmugUnlockUserInput: z.ZodTypeAny;
5
+ declare const SmugmugUnlockUserOutput: z.ZodTypeAny;
6
+ declare const smugmugUnlockUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugUnlockUser };
9
+ //# sourceMappingURL=unlock-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-user.d.mts","names":[],"sources":["../../src/actions/unlock-user.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGrC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAGa;AAAA,cAExC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const smugmugUnlockUser = action("SMUGMUG_UNLOCK_USER", {
4
+ slug: "smugmug-unlock-user",
5
+ name: "Unlock User Site",
6
+ description: "Tool to unlock a user's password-protected SmugMug site. Use when you need to access a locked user's site content. This action is only available if the user's site is currently locked with a password.",
7
+ input: z.object({
8
+ nickname: z.string().describe("The user's nickname (username) whose site should be unlocked. This is the SmugMug user identifier."),
9
+ password: z.string().describe("The site password required to unlock the user's password-protected site.")
10
+ }),
11
+ output: z.object({
12
+ Uri: z.string().describe("The API URI for the user resource.").nullable().optional(),
13
+ ResponseLevel: z.string().describe("The level of detail in the response (e.g., 'Public').").nullable().optional()
14
+ }).describe("Response from unlocking a user's site.")
15
+ });
16
+ //#endregion
17
+ export { smugmugUnlockUser };
18
+
19
+ //# sourceMappingURL=unlock-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock-user.mjs","names":[],"sources":["../../src/actions/unlock-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugUnlockUserInput: z.ZodTypeAny = z.object({\n nickname: z.string().describe(\"The user's nickname (username) whose site should be unlocked. This is the SmugMug user identifier.\"),\n password: z.string().describe(\"The site password required to unlock the user's password-protected site.\"),\n});\nexport const SmugmugUnlockUserOutput: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for the user resource.\").nullable().optional(),\n ResponseLevel: z.string().describe(\"The level of detail in the response (e.g., 'Public').\").nullable().optional(),\n}).describe(\"Response from unlocking a user's site.\");\n\nexport const smugmugUnlockUser = action(\"SMUGMUG_UNLOCK_USER\", {\n slug: \"smugmug-unlock-user\",\n name: \"Unlock User Site\",\n description: \"Tool to unlock a user's password-protected SmugMug site. Use when you need to access a locked user's site content. This action is only available if the user's site is currently locked with a password.\",\n input: SmugmugUnlockUserInput,\n output: SmugmugUnlockUserOutput,\n});\n"],"mappings":";;AAaA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbkD,EAAE,OAAO;EAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;EAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CAC1G,CAUS;CACP,QAVmD,EAAE,OAAO;EAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const smugmug = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "smugmug",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.smugmug = smugmug;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const smugmug = defineApp({\n slug: \"smugmug\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const smugmug: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { smugmug };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const smugmug: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { smugmug };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const smugmug = defineApp({
4
+ slug: "smugmug",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { smugmug };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const smugmug = defineApp({\n slug: \"smugmug\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const smugmugCatalog = {
4
+ "slug": "smugmug",
5
+ "name": "SmugMug",
6
+ "description": "SmugMug is a platform for photographers to showcase, share, and sell their photos and videos.",
7
+ "category": "Images & Design",
8
+ "logo": "https://logos.composio.dev/api/smugmug",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.smugmugCatalog = smugmugCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const smugmugCatalog = {\n \"slug\": \"smugmug\",\n \"name\": \"SmugMug\",\n \"description\": \"SmugMug is a platform for photographers to showcase, share, and sell their photos and videos.\",\n \"category\": \"Images & Design\",\n \"logo\": \"https://logos.composio.dev/api/smugmug\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}