@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,89 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-image.ts
4
+ const SmugmugGetImageInput = z.object({ image_key: z.string().describe("The unique image key identifier (e.g., 'jPPKD2c-1'). This is the key that identifies a specific photo or video in SmugMug.") });
5
+ const SmugmugGetImage_UriInfoSchema = z.object({
6
+ Uri: z.string().describe("The API URI path."),
7
+ Locator: z.string().describe("The locator type name.").nullable().optional(),
8
+ LocatorType: z.string().describe("Whether this returns an Object or Objects.").nullable().optional(),
9
+ EndpointType: z.string().describe("The endpoint type name.").nullable().optional(),
10
+ UriDescription: z.string().describe("Description of what this URI returns.").nullable().optional()
11
+ }).describe("Information about a related API URI.");
12
+ const SmugmugGetImage_ImageUrisSchema = z.object({
13
+ Regions: SmugmugGetImage_UriInfoSchema.nullable().optional(),
14
+ ImageSizes: SmugmugGetImage_UriInfoSchema.nullable().optional(),
15
+ ImagePrices: SmugmugGetImage_UriInfoSchema.nullable().optional(),
16
+ LargestImage: SmugmugGetImage_UriInfoSchema.nullable().optional(),
17
+ ImageComments: SmugmugGetImage_UriInfoSchema.nullable().optional(),
18
+ ImageMetadata: SmugmugGetImage_UriInfoSchema.nullable().optional(),
19
+ PointOfInterest: SmugmugGetImage_UriInfoSchema.nullable().optional(),
20
+ ImageSizeDetails: SmugmugGetImage_UriInfoSchema.nullable().optional(),
21
+ PointOfInterestCrops: SmugmugGetImage_UriInfoSchema.nullable().optional(),
22
+ ImagePricelistExclusions: SmugmugGetImage_UriInfoSchema.nullable().optional()
23
+ }).describe("Related URIs for navigating to associated resources from this image.");
24
+ const SmugmugGetImage_FormattedFieldSchema = z.object({
25
+ html: z.string().describe("HTML-formatted version of the value.").nullable().optional(),
26
+ text: z.string().describe("Plain text version of the value.").nullable().optional()
27
+ }).describe("HTML and text formatted versions of a field value.");
28
+ const SmugmugGetImage_ImageFormattedValuesSchema = z.object({
29
+ Caption: SmugmugGetImage_FormattedFieldSchema.nullable().optional(),
30
+ FileName: SmugmugGetImage_FormattedFieldSchema.nullable().optional()
31
+ }).describe("HTML-formatted versions of certain image fields.");
32
+ const SmugmugGetImage_ImageResponseSchema = z.object({
33
+ Uri: z.string().describe("The API URI for this image resource."),
34
+ Date: z.string().describe("ISO 8601 timestamp when this image was first uploaded."),
35
+ Uris: SmugmugGetImage_ImageUrisSchema.nullable().optional(),
36
+ Title: z.string().describe("The title of the image.").nullable().optional(),
37
+ CanBuy: z.boolean().describe("Whether this image is available for purchase.").nullable().optional(),
38
+ Format: z.string().describe("The file format (e.g., 'JPG', 'PNG', 'MP4').").nullable().optional(),
39
+ Hidden: z.boolean().describe("Whether this image is hidden from public view.").nullable().optional(),
40
+ Serial: z.number().int().describe("The serial number of this image within its album.").nullable().optional(),
41
+ Status: z.string().describe("The status of the image (e.g., 'Open', 'Sold', 'Processing').").nullable().optional(),
42
+ WebUri: z.string().describe("The URL to view this image on the SmugMug website.").nullable().optional(),
43
+ CanEdit: z.boolean().describe("Whether the authenticated user can edit this image.").nullable().optional(),
44
+ Caption: z.string().describe("User-provided description or caption for the image.").nullable().optional(),
45
+ IsVideo: z.boolean().describe("Whether this is a video rather than a photo.").nullable().optional(),
46
+ Altitude: z.union([z.number().int(), z.number()]).nullable().optional(),
47
+ CanShare: z.boolean().describe("Whether this image can be shared.").nullable().optional(),
48
+ Comments: z.boolean().describe("Whether comments are enabled for this image.").nullable().optional(),
49
+ FileName: z.string().describe("The original filename of the uploaded file."),
50
+ ImageKey: z.string().describe("The unique key identifier for this image."),
51
+ Keywords: z.string().describe("A semicolon-separated string of keywords/tags.").nullable().optional(),
52
+ Latitude: z.string().describe("Latitude coordinate where the image was taken.").nullable().optional(),
53
+ EZProject: z.boolean().describe("Whether this image is part of an EZ Project.").nullable().optional(),
54
+ IsArchive: z.boolean().describe("Whether this is an archive file.").nullable().optional(),
55
+ Longitude: z.string().describe("Longitude coordinate where the image was taken.").nullable().optional(),
56
+ Protected: z.boolean().describe("Whether this image is protected from downloading.").nullable().optional(),
57
+ SubStatus: z.string().describe("Sub-status for the image (e.g., 'NFS' for Not For Sale).").nullable().optional(),
58
+ UploadKey: z.string().describe("The upload key used when this image was uploaded.").nullable().optional(),
59
+ Watermark: z.string().describe("Watermark setting for this image (e.g., 'No', 'Yes').").nullable().optional(),
60
+ Processing: z.boolean().describe("Whether the image is still being processed after upload.").nullable().optional(),
61
+ ArchivedMD5: z.string().describe("MD5 hash of the archived version.").nullable().optional(),
62
+ ArchivedUri: z.string().describe("Direct URL to the archived/original version of this image.").nullable().optional(),
63
+ Collectable: z.boolean().describe("Whether this image can be added to collections.").nullable().optional(),
64
+ LastUpdated: z.string().describe("ISO 8601 timestamp of the last change to this image.").nullable().optional(),
65
+ ArchivedSize: z.number().int().describe("Size of the archived version in bytes.").nullable().optional(),
66
+ KeywordArray: z.array(z.string()).describe("JSON array of keywords/tags for this image.").nullable().optional(),
67
+ OriginalSize: z.number().int().describe("Original file size in bytes.").nullable().optional(),
68
+ ShowKeywords: z.boolean().describe("Whether keywords are displayed publicly for this image.").nullable().optional(),
69
+ ThumbnailUrl: z.string().describe("Direct URL to the thumbnail version of this image.").nullable().optional(),
70
+ OriginalWidth: z.number().int().describe("Original width of the image in pixels.").nullable().optional(),
71
+ OriginalHeight: z.number().int().describe("Original height of the image in pixels.").nullable().optional(),
72
+ UriDescription: z.string().describe("Description of the API URI endpoint.").nullable().optional(),
73
+ FormattedValues: SmugmugGetImage_ImageFormattedValuesSchema.nullable().optional(),
74
+ DateTimeOriginal: z.string().describe("ISO 8601 timestamp when the photo/video was originally taken (from EXIF data).").nullable().optional(),
75
+ DateTimeUploaded: z.string().describe("ISO 8601 timestamp of the upload time.").nullable().optional(),
76
+ ComponentFileTypes: z.array(z.string()).describe("List of component file types for multi-file uploads.").nullable().optional(),
77
+ PreferredDisplayFileExtension: z.string().describe("The preferred file extension for display purposes.").nullable().optional()
78
+ }).describe("Details of a SmugMug image (photo or video).");
79
+ const smugmugGetImage = action("SMUGMUG_GET_IMAGE", {
80
+ slug: "smugmug-get-image",
81
+ name: "Get Image",
82
+ description: "Tool to retrieve details for a specific image (photo or video) by its image key. Returns comprehensive image metadata including dimensions, upload dates, geolocation, and links to related resources like sizes, metadata, and comments. Use when you need detailed information about a specific photo or video in SmugMug.",
83
+ input: SmugmugGetImageInput,
84
+ output: z.object({ Response: SmugmugGetImage_ImageResponseSchema.nullable() })
85
+ });
86
+ //#endregion
87
+ export { smugmugGetImage };
88
+
89
+ //# sourceMappingURL=get-image.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-image.mjs","names":[],"sources":["../../src/actions/get-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugGetImageInput: z.ZodTypeAny = z.object({\n image_key: z.string().describe(\"The unique image key identifier (e.g., 'jPPKD2c-1'). This is the key that identifies a specific photo or video in SmugMug.\"),\n});\nconst SmugmugGetImage_UriInfoSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI path.\"),\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 EndpointType: z.string().describe(\"The endpoint type name.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of what this URI returns.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugGetImage_ImageUrisSchema: z.ZodTypeAny = z.object({\n Regions: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n ImageSizes: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n ImagePrices: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n LargestImage: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n ImageComments: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n ImageMetadata: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n PointOfInterest: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n ImageSizeDetails: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n PointOfInterestCrops: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n ImagePricelistExclusions: SmugmugGetImage_UriInfoSchema.nullable().optional(),\n}).describe(\"Related URIs for navigating to associated resources from this image.\");\nconst SmugmugGetImage_FormattedFieldSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"HTML-formatted version of the value.\").nullable().optional(),\n text: z.string().describe(\"Plain text version of the value.\").nullable().optional(),\n}).describe(\"HTML and text formatted versions of a field value.\");\nconst SmugmugGetImage_ImageFormattedValuesSchema: z.ZodTypeAny = z.object({\n Caption: SmugmugGetImage_FormattedFieldSchema.nullable().optional(),\n FileName: SmugmugGetImage_FormattedFieldSchema.nullable().optional(),\n}).describe(\"HTML-formatted versions of certain image fields.\");\nconst SmugmugGetImage_ImageResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this image resource.\"),\n Date: z.string().describe(\"ISO 8601 timestamp when this image was first uploaded.\"),\n Uris: SmugmugGetImage_ImageUrisSchema.nullable().optional(),\n Title: z.string().describe(\"The title of the image.\").nullable().optional(),\n CanBuy: z.boolean().describe(\"Whether this image is available for purchase.\").nullable().optional(),\n Format: z.string().describe(\"The file format (e.g., 'JPG', 'PNG', 'MP4').\").nullable().optional(),\n Hidden: z.boolean().describe(\"Whether this image is hidden from public view.\").nullable().optional(),\n Serial: z.number().int().describe(\"The serial number of this image within its album.\").nullable().optional(),\n Status: z.string().describe(\"The status of the image (e.g., 'Open', 'Sold', 'Processing').\").nullable().optional(),\n WebUri: z.string().describe(\"The URL to view this image on the SmugMug website.\").nullable().optional(),\n CanEdit: z.boolean().describe(\"Whether the authenticated user can edit this image.\").nullable().optional(),\n Caption: z.string().describe(\"User-provided description or caption for the image.\").nullable().optional(),\n IsVideo: z.boolean().describe(\"Whether this is a video rather than a photo.\").nullable().optional(),\n Altitude: z.union([z.number().int(), z.number()]).nullable().optional(),\n CanShare: z.boolean().describe(\"Whether this image can be shared.\").nullable().optional(),\n Comments: z.boolean().describe(\"Whether comments are enabled for this image.\").nullable().optional(),\n FileName: z.string().describe(\"The original filename of the uploaded file.\"),\n ImageKey: z.string().describe(\"The unique key identifier for this image.\"),\n Keywords: z.string().describe(\"A semicolon-separated string of keywords/tags.\").nullable().optional(),\n Latitude: z.string().describe(\"Latitude coordinate where the image was taken.\").nullable().optional(),\n EZProject: z.boolean().describe(\"Whether this image is part of an EZ Project.\").nullable().optional(),\n IsArchive: z.boolean().describe(\"Whether this is an archive file.\").nullable().optional(),\n Longitude: z.string().describe(\"Longitude coordinate where the image was taken.\").nullable().optional(),\n Protected: z.boolean().describe(\"Whether this image is protected from downloading.\").nullable().optional(),\n SubStatus: z.string().describe(\"Sub-status for the image (e.g., 'NFS' for Not For Sale).\").nullable().optional(),\n UploadKey: z.string().describe(\"The upload key used when this image was uploaded.\").nullable().optional(),\n Watermark: z.string().describe(\"Watermark setting for this image (e.g., 'No', 'Yes').\").nullable().optional(),\n Processing: z.boolean().describe(\"Whether the image is still being processed after upload.\").nullable().optional(),\n ArchivedMD5: z.string().describe(\"MD5 hash of the archived version.\").nullable().optional(),\n ArchivedUri: z.string().describe(\"Direct URL to the archived/original version of this image.\").nullable().optional(),\n Collectable: z.boolean().describe(\"Whether this image can be added to collections.\").nullable().optional(),\n LastUpdated: z.string().describe(\"ISO 8601 timestamp of the last change to this image.\").nullable().optional(),\n ArchivedSize: z.number().int().describe(\"Size of the archived version in bytes.\").nullable().optional(),\n KeywordArray: z.array(z.string()).describe(\"JSON array of keywords/tags for this image.\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Original file size in bytes.\").nullable().optional(),\n ShowKeywords: z.boolean().describe(\"Whether keywords are displayed publicly for this image.\").nullable().optional(),\n ThumbnailUrl: z.string().describe(\"Direct URL to the thumbnail version of this image.\").nullable().optional(),\n OriginalWidth: z.number().int().describe(\"Original width of the image in pixels.\").nullable().optional(),\n OriginalHeight: z.number().int().describe(\"Original height of the image in pixels.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of the API URI endpoint.\").nullable().optional(),\n FormattedValues: SmugmugGetImage_ImageFormattedValuesSchema.nullable().optional(),\n DateTimeOriginal: z.string().describe(\"ISO 8601 timestamp when the photo/video was originally taken (from EXIF data).\").nullable().optional(),\n DateTimeUploaded: z.string().describe(\"ISO 8601 timestamp of the upload time.\").nullable().optional(),\n ComponentFileTypes: z.array(z.string()).describe(\"List of component file types for multi-file uploads.\").nullable().optional(),\n PreferredDisplayFileExtension: z.string().describe(\"The preferred file extension for display purposes.\").nullable().optional(),\n}).describe(\"Details of a SmugMug image (photo or video).\");\nexport const SmugmugGetImageOutput: z.ZodTypeAny = z.object({\n Response: SmugmugGetImage_ImageResponseSchema.nullable(),\n});\n\nexport const smugmugGetImage = action(\"SMUGMUG_GET_IMAGE\", {\n slug: \"smugmug-get-image\",\n name: \"Get Image\",\n description: \"Tool to retrieve details for a specific image (photo or video) by its image key. Returns comprehensive image metadata including dimensions, upload dates, geolocation, and links to related resources like sizes, metadata, and comments. Use when you need detailed information about a specific photo or video in SmugMug.\",\n input: SmugmugGetImageInput,\n output: SmugmugGetImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO,EACzD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4HAA4H,EAC7J,CAAC;AACD,MAAM,gCAA8C,EAAE,OAAO;CAC3D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC5C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,kCAAgD,EAAE,OAAO;CAC7D,SAAS,8BAA8B,SAAS,CAAC,CAAC,SAAS;CAC3D,YAAY,8BAA8B,SAAS,CAAC,CAAC,SAAS;CAC9D,aAAa,8BAA8B,SAAS,CAAC,CAAC,SAAS;CAC/D,cAAc,8BAA8B,SAAS,CAAC,CAAC,SAAS;CAChE,eAAe,8BAA8B,SAAS,CAAC,CAAC,SAAS;CACjE,eAAe,8BAA8B,SAAS,CAAC,CAAC,SAAS;CACjE,iBAAiB,8BAA8B,SAAS,CAAC,CAAC,SAAS;CACnE,kBAAkB,8BAA8B,SAAS,CAAC,CAAC,SAAS;CACpE,sBAAsB,8BAA8B,SAAS,CAAC,CAAC,SAAS;CACxE,0BAA0B,8BAA8B,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,6CAA2D,EAAE,OAAO;CACxE,SAAS,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAClE,UAAU,qCAAqC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,sCAAoD,EAAE,OAAO;CACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,MAAM,gCAAgC,SAAS,CAAC,CAAC,SAAS;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAU,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,iBAAiB,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAChF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,+BAA+B,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAK1D,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,UAAU,oCAAoC,SAAS,EACzD,CAOU;AACV,CAAC"}
@@ -0,0 +1,60 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-node-highlight-image.ts
4
+ const SmugmugGetNodeHighlightImageInput = zod.z.object({ node_id: zod.z.string().describe("The unique identifier for the node (folder, album, or page) to get the highlight/cover image for.") });
5
+ const SmugmugGetNodeHighlightImage_UriInfoSchema = zod.z.object({
6
+ Uri: zod.z.string().describe("The API URI path.").nullable().optional(),
7
+ Locator: zod.z.string().describe("The locator type name.").nullable().optional(),
8
+ LocatorType: zod.z.string().describe("Whether this returns an Object or Objects.").nullable().optional(),
9
+ EndpointType: zod.z.string().describe("The endpoint type name.").nullable().optional(),
10
+ UriDescription: zod.z.string().describe("Description of what this URI returns.").nullable().optional()
11
+ }).describe("Information about a related API URI.");
12
+ const SmugmugGetNodeHighlightImage_ImageUrisSchema = zod.z.object({
13
+ ImageAlbum: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
14
+ ImagePrices: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
15
+ ImageDownload: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
16
+ ImageMetadata: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
17
+ ImageSizeDetails: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional()
18
+ }).describe("URIs for related image resources.");
19
+ const SmugmugGetNodeHighlightImage_ImageResponseSchema = zod.z.object({
20
+ Uri: zod.z.string().describe("The API URI for this image.").nullable().optional(),
21
+ Date: zod.z.string().describe("ISO 8601 timestamp when this image was uploaded.").nullable().optional(),
22
+ Uris: SmugmugGetNodeHighlightImage_ImageUrisSchema.nullable().optional(),
23
+ Title: zod.z.string().describe("The title of the image.").nullable().optional(),
24
+ Width: zod.z.number().int().describe("The width of the image in pixels.").nullable().optional(),
25
+ CanBuy: zod.z.boolean().describe("Whether this image is available for purchase.").nullable().optional(),
26
+ Format: zod.z.string().describe("The file format (e.g., JPG, PNG, GIF, MP4).").nullable().optional(),
27
+ Height: zod.z.number().int().describe("The height of the image in pixels.").nullable().optional(),
28
+ Hidden: zod.z.boolean().describe("Whether the image is hidden from public view.").nullable().optional(),
29
+ WebUri: zod.z.string().describe("The SmugMug website URL for viewing this image.").nullable().optional(),
30
+ CanEdit: zod.z.boolean().describe("Whether the authenticated user has permission to edit this image.").nullable().optional(),
31
+ Caption: zod.z.string().describe("The caption or description of the image.").nullable().optional(),
32
+ Altitude: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
33
+ FileName: zod.z.string().describe("The original filename.").nullable().optional(),
34
+ ImageKey: zod.z.string().describe("The unique identifier for this image.").nullable().optional(),
35
+ Keywords: zod.z.string().describe("Semicolon-separated list of keywords/tags associated with the image.").nullable().optional(),
36
+ Latitude: zod.z.string().describe("Geographic latitude coordinate where the image was captured.").nullable().optional(),
37
+ Longitude: zod.z.string().describe("Geographic longitude coordinate where the image was captured.").nullable().optional(),
38
+ Watermark: zod.z.boolean().describe("Whether a watermark is applied to this image.").nullable().optional(),
39
+ Processing: zod.z.boolean().describe("Whether the image is currently being processed by SmugMug.").nullable().optional(),
40
+ ArchivedMD5: zod.z.string().describe("MD5 hash of the archived image.").nullable().optional(),
41
+ ArchivedUri: zod.z.string().describe("URI to the archived version of the image.").nullable().optional(),
42
+ LastUpdated: zod.z.string().describe("ISO 8601 timestamp when this image was last modified or updated.").nullable().optional(),
43
+ ArchivedSize: zod.z.number().int().describe("Size of the archived image in bytes.").nullable().optional(),
44
+ KeywordArray: zod.z.array(zod.z.string()).describe("Keywords as a JSON array.").nullable().optional(),
45
+ ThumbnailUrl: zod.z.string().describe("URL to the thumbnail version of this image.").nullable().optional(),
46
+ OriginalWidth: zod.z.number().int().describe("The width of the original image in pixels.").nullable().optional(),
47
+ OriginalHeight: zod.z.number().int().describe("The height of the original image in pixels.").nullable().optional()
48
+ }).describe("The highlight/cover image for a node.");
49
+ const SmugmugGetNodeHighlightImageOutput = zod.z.object({ Response: SmugmugGetNodeHighlightImage_ImageResponseSchema.nullable() });
50
+ const smugmugGetNodeHighlightImage = require_action.action("SMUGMUG_GET_NODE_HIGHLIGHT_IMAGE", {
51
+ slug: "smugmug-get-node-highlight-image",
52
+ name: "Get Node Highlight Image",
53
+ description: "Tool to get the highlight/cover image for a node (folder, album, or page). Use when you need to retrieve the representative image set for a SmugMug node.",
54
+ input: SmugmugGetNodeHighlightImageInput,
55
+ output: SmugmugGetNodeHighlightImageOutput
56
+ });
57
+ //#endregion
58
+ exports.smugmugGetNodeHighlightImage = smugmugGetNodeHighlightImage;
59
+
60
+ //# sourceMappingURL=get-node-highlight-image.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-highlight-image.cjs","names":["z","action"],"sources":["../../src/actions/get-node-highlight-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugGetNodeHighlightImageInput: z.ZodTypeAny = z.object({\n node_id: z.string().describe(\"The unique identifier for the node (folder, album, or page) to get the highlight/cover image for.\"),\n});\nconst SmugmugGetNodeHighlightImage_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 EndpointType: z.string().describe(\"The endpoint type name.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of what this URI returns.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugGetNodeHighlightImage_ImageUrisSchema: z.ZodTypeAny = z.object({\n ImageAlbum: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImagePrices: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImageDownload: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImageMetadata: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImageSizeDetails: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n}).describe(\"URIs for related image resources.\");\nconst SmugmugGetNodeHighlightImage_ImageResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this image.\").nullable().optional(),\n Date: z.string().describe(\"ISO 8601 timestamp when this image was uploaded.\").nullable().optional(),\n Uris: SmugmugGetNodeHighlightImage_ImageUrisSchema.nullable().optional(),\n Title: z.string().describe(\"The title of the image.\").nullable().optional(),\n Width: z.number().int().describe(\"The width of the image in pixels.\").nullable().optional(),\n CanBuy: z.boolean().describe(\"Whether this image is available for purchase.\").nullable().optional(),\n Format: z.string().describe(\"The file format (e.g., JPG, PNG, GIF, MP4).\").nullable().optional(),\n Height: z.number().int().describe(\"The height of the image in pixels.\").nullable().optional(),\n Hidden: z.boolean().describe(\"Whether the image is hidden from public view.\").nullable().optional(),\n WebUri: z.string().describe(\"The SmugMug website URL for viewing this image.\").nullable().optional(),\n CanEdit: z.boolean().describe(\"Whether the authenticated user has permission to edit this image.\").nullable().optional(),\n Caption: z.string().describe(\"The caption or description of the image.\").nullable().optional(),\n Altitude: z.union([z.string(), z.number().int()]).nullable().optional(),\n FileName: z.string().describe(\"The original filename.\").nullable().optional(),\n ImageKey: z.string().describe(\"The unique identifier for this image.\").nullable().optional(),\n Keywords: z.string().describe(\"Semicolon-separated list of keywords/tags associated with the image.\").nullable().optional(),\n Latitude: z.string().describe(\"Geographic latitude coordinate where the image was captured.\").nullable().optional(),\n Longitude: z.string().describe(\"Geographic longitude coordinate where the image was captured.\").nullable().optional(),\n Watermark: z.boolean().describe(\"Whether a watermark is applied to this image.\").nullable().optional(),\n Processing: z.boolean().describe(\"Whether the image is currently being processed by SmugMug.\").nullable().optional(),\n ArchivedMD5: z.string().describe(\"MD5 hash of the archived image.\").nullable().optional(),\n ArchivedUri: z.string().describe(\"URI to the archived version of the image.\").nullable().optional(),\n LastUpdated: z.string().describe(\"ISO 8601 timestamp when this image was last modified or updated.\").nullable().optional(),\n ArchivedSize: z.number().int().describe(\"Size of the archived image in bytes.\").nullable().optional(),\n KeywordArray: z.array(z.string()).describe(\"Keywords as a JSON array.\").nullable().optional(),\n ThumbnailUrl: z.string().describe(\"URL to the thumbnail version of this image.\").nullable().optional(),\n OriginalWidth: z.number().int().describe(\"The width of the original image in pixels.\").nullable().optional(),\n OriginalHeight: z.number().int().describe(\"The height of the original image in pixels.\").nullable().optional(),\n}).describe(\"The highlight/cover image for a node.\");\nexport const SmugmugGetNodeHighlightImageOutput: z.ZodTypeAny = z.object({\n Response: SmugmugGetNodeHighlightImage_ImageResponseSchema.nullable(),\n});\n\nexport const smugmugGetNodeHighlightImage = action(\"SMUGMUG_GET_NODE_HIGHLIGHT_IMAGE\", {\n slug: \"smugmug-get-node-highlight-image\",\n name: \"Get Node Highlight Image\",\n description: \"Tool to get the highlight/cover image for a node (folder, album, or page). Use when you need to retrieve the representative image set for a SmugMug node.\",\n input: SmugmugGetNodeHighlightImageInput,\n output: SmugmugGetNodeHighlightImageOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-node-highlight-image.d.ts
4
+ declare const SmugmugGetNodeHighlightImageInput: z.ZodTypeAny;
5
+ declare const SmugmugGetNodeHighlightImageOutput: z.ZodTypeAny;
6
+ declare const smugmugGetNodeHighlightImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugGetNodeHighlightImage };
9
+ //# sourceMappingURL=get-node-highlight-image.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-highlight-image.d.cts","names":[],"sources":["../../src/actions/get-node-highlight-image.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cA6CW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-node-highlight-image.d.ts
4
+ declare const SmugmugGetNodeHighlightImageInput: z.ZodTypeAny;
5
+ declare const SmugmugGetNodeHighlightImageOutput: z.ZodTypeAny;
6
+ declare const smugmugGetNodeHighlightImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugGetNodeHighlightImage };
9
+ //# sourceMappingURL=get-node-highlight-image.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-highlight-image.d.mts","names":[],"sources":["../../src/actions/get-node-highlight-image.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cA6CW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,59 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-node-highlight-image.ts
4
+ const SmugmugGetNodeHighlightImageInput = z.object({ node_id: z.string().describe("The unique identifier for the node (folder, album, or page) to get the highlight/cover image for.") });
5
+ const SmugmugGetNodeHighlightImage_UriInfoSchema = z.object({
6
+ Uri: z.string().describe("The API URI path.").nullable().optional(),
7
+ Locator: z.string().describe("The locator type name.").nullable().optional(),
8
+ LocatorType: z.string().describe("Whether this returns an Object or Objects.").nullable().optional(),
9
+ EndpointType: z.string().describe("The endpoint type name.").nullable().optional(),
10
+ UriDescription: z.string().describe("Description of what this URI returns.").nullable().optional()
11
+ }).describe("Information about a related API URI.");
12
+ const SmugmugGetNodeHighlightImage_ImageUrisSchema = z.object({
13
+ ImageAlbum: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
14
+ ImagePrices: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
15
+ ImageDownload: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
16
+ ImageMetadata: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),
17
+ ImageSizeDetails: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional()
18
+ }).describe("URIs for related image resources.");
19
+ const SmugmugGetNodeHighlightImage_ImageResponseSchema = z.object({
20
+ Uri: z.string().describe("The API URI for this image.").nullable().optional(),
21
+ Date: z.string().describe("ISO 8601 timestamp when this image was uploaded.").nullable().optional(),
22
+ Uris: SmugmugGetNodeHighlightImage_ImageUrisSchema.nullable().optional(),
23
+ Title: z.string().describe("The title of the image.").nullable().optional(),
24
+ Width: z.number().int().describe("The width of the image in pixels.").nullable().optional(),
25
+ CanBuy: z.boolean().describe("Whether this image is available for purchase.").nullable().optional(),
26
+ Format: z.string().describe("The file format (e.g., JPG, PNG, GIF, MP4).").nullable().optional(),
27
+ Height: z.number().int().describe("The height of the image in pixels.").nullable().optional(),
28
+ Hidden: z.boolean().describe("Whether the image is hidden from public view.").nullable().optional(),
29
+ WebUri: z.string().describe("The SmugMug website URL for viewing this image.").nullable().optional(),
30
+ CanEdit: z.boolean().describe("Whether the authenticated user has permission to edit this image.").nullable().optional(),
31
+ Caption: z.string().describe("The caption or description of the image.").nullable().optional(),
32
+ Altitude: z.union([z.string(), z.number().int()]).nullable().optional(),
33
+ FileName: z.string().describe("The original filename.").nullable().optional(),
34
+ ImageKey: z.string().describe("The unique identifier for this image.").nullable().optional(),
35
+ Keywords: z.string().describe("Semicolon-separated list of keywords/tags associated with the image.").nullable().optional(),
36
+ Latitude: z.string().describe("Geographic latitude coordinate where the image was captured.").nullable().optional(),
37
+ Longitude: z.string().describe("Geographic longitude coordinate where the image was captured.").nullable().optional(),
38
+ Watermark: z.boolean().describe("Whether a watermark is applied to this image.").nullable().optional(),
39
+ Processing: z.boolean().describe("Whether the image is currently being processed by SmugMug.").nullable().optional(),
40
+ ArchivedMD5: z.string().describe("MD5 hash of the archived image.").nullable().optional(),
41
+ ArchivedUri: z.string().describe("URI to the archived version of the image.").nullable().optional(),
42
+ LastUpdated: z.string().describe("ISO 8601 timestamp when this image was last modified or updated.").nullable().optional(),
43
+ ArchivedSize: z.number().int().describe("Size of the archived image in bytes.").nullable().optional(),
44
+ KeywordArray: z.array(z.string()).describe("Keywords as a JSON array.").nullable().optional(),
45
+ ThumbnailUrl: z.string().describe("URL to the thumbnail version of this image.").nullable().optional(),
46
+ OriginalWidth: z.number().int().describe("The width of the original image in pixels.").nullable().optional(),
47
+ OriginalHeight: z.number().int().describe("The height of the original image in pixels.").nullable().optional()
48
+ }).describe("The highlight/cover image for a node.");
49
+ const smugmugGetNodeHighlightImage = action("SMUGMUG_GET_NODE_HIGHLIGHT_IMAGE", {
50
+ slug: "smugmug-get-node-highlight-image",
51
+ name: "Get Node Highlight Image",
52
+ description: "Tool to get the highlight/cover image for a node (folder, album, or page). Use when you need to retrieve the representative image set for a SmugMug node.",
53
+ input: SmugmugGetNodeHighlightImageInput,
54
+ output: z.object({ Response: SmugmugGetNodeHighlightImage_ImageResponseSchema.nullable() })
55
+ });
56
+ //#endregion
57
+ export { smugmugGetNodeHighlightImage };
58
+
59
+ //# sourceMappingURL=get-node-highlight-image.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-highlight-image.mjs","names":[],"sources":["../../src/actions/get-node-highlight-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugGetNodeHighlightImageInput: z.ZodTypeAny = z.object({\n node_id: z.string().describe(\"The unique identifier for the node (folder, album, or page) to get the highlight/cover image for.\"),\n});\nconst SmugmugGetNodeHighlightImage_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 EndpointType: z.string().describe(\"The endpoint type name.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of what this URI returns.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugGetNodeHighlightImage_ImageUrisSchema: z.ZodTypeAny = z.object({\n ImageAlbum: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImagePrices: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImageDownload: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImageMetadata: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n ImageSizeDetails: SmugmugGetNodeHighlightImage_UriInfoSchema.nullable().optional(),\n}).describe(\"URIs for related image resources.\");\nconst SmugmugGetNodeHighlightImage_ImageResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this image.\").nullable().optional(),\n Date: z.string().describe(\"ISO 8601 timestamp when this image was uploaded.\").nullable().optional(),\n Uris: SmugmugGetNodeHighlightImage_ImageUrisSchema.nullable().optional(),\n Title: z.string().describe(\"The title of the image.\").nullable().optional(),\n Width: z.number().int().describe(\"The width of the image in pixels.\").nullable().optional(),\n CanBuy: z.boolean().describe(\"Whether this image is available for purchase.\").nullable().optional(),\n Format: z.string().describe(\"The file format (e.g., JPG, PNG, GIF, MP4).\").nullable().optional(),\n Height: z.number().int().describe(\"The height of the image in pixels.\").nullable().optional(),\n Hidden: z.boolean().describe(\"Whether the image is hidden from public view.\").nullable().optional(),\n WebUri: z.string().describe(\"The SmugMug website URL for viewing this image.\").nullable().optional(),\n CanEdit: z.boolean().describe(\"Whether the authenticated user has permission to edit this image.\").nullable().optional(),\n Caption: z.string().describe(\"The caption or description of the image.\").nullable().optional(),\n Altitude: z.union([z.string(), z.number().int()]).nullable().optional(),\n FileName: z.string().describe(\"The original filename.\").nullable().optional(),\n ImageKey: z.string().describe(\"The unique identifier for this image.\").nullable().optional(),\n Keywords: z.string().describe(\"Semicolon-separated list of keywords/tags associated with the image.\").nullable().optional(),\n Latitude: z.string().describe(\"Geographic latitude coordinate where the image was captured.\").nullable().optional(),\n Longitude: z.string().describe(\"Geographic longitude coordinate where the image was captured.\").nullable().optional(),\n Watermark: z.boolean().describe(\"Whether a watermark is applied to this image.\").nullable().optional(),\n Processing: z.boolean().describe(\"Whether the image is currently being processed by SmugMug.\").nullable().optional(),\n ArchivedMD5: z.string().describe(\"MD5 hash of the archived image.\").nullable().optional(),\n ArchivedUri: z.string().describe(\"URI to the archived version of the image.\").nullable().optional(),\n LastUpdated: z.string().describe(\"ISO 8601 timestamp when this image was last modified or updated.\").nullable().optional(),\n ArchivedSize: z.number().int().describe(\"Size of the archived image in bytes.\").nullable().optional(),\n KeywordArray: z.array(z.string()).describe(\"Keywords as a JSON array.\").nullable().optional(),\n ThumbnailUrl: z.string().describe(\"URL to the thumbnail version of this image.\").nullable().optional(),\n OriginalWidth: z.number().int().describe(\"The width of the original image in pixels.\").nullable().optional(),\n OriginalHeight: z.number().int().describe(\"The height of the original image in pixels.\").nullable().optional(),\n}).describe(\"The highlight/cover image for a node.\");\nexport const SmugmugGetNodeHighlightImageOutput: z.ZodTypeAny = z.object({\n Response: SmugmugGetNodeHighlightImage_ImageResponseSchema.nullable(),\n});\n\nexport const smugmugGetNodeHighlightImage = action(\"SMUGMUG_GET_NODE_HIGHLIGHT_IMAGE\", {\n slug: \"smugmug-get-node-highlight-image\",\n name: \"Get Node Highlight Image\",\n description: \"Tool to get the highlight/cover image for a node (folder, album, or page). Use when you need to retrieve the representative image set for a SmugMug node.\",\n input: SmugmugGetNodeHighlightImageInput,\n output: SmugmugGetNodeHighlightImageOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,80 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-node-parent.ts
4
+ const SmugmugGetNodeParentInput = zod.z.object({ node_id: zod.z.string().describe("The unique identifier for the node whose parent you want to retrieve.") });
5
+ const SmugmugGetNodeParent_NodeResponseTypeSchema = zod.z.enum([
6
+ "Folder",
7
+ "Album",
8
+ "Page"
9
+ ]);
10
+ const SmugmugGetNodeParent_UriInfoSchema = zod.z.object({
11
+ Uri: zod.z.string().describe("The API URI path."),
12
+ Locator: zod.z.string().describe("The locator type name.").nullable().optional(),
13
+ LocatorType: zod.z.string().describe("Whether this returns an Object or Objects.").nullable().optional(),
14
+ EndpointType: zod.z.string().describe("The endpoint type name.").nullable().optional(),
15
+ UriDescription: zod.z.string().describe("Description of what this URI returns.").nullable().optional()
16
+ }).describe("Information about a related API URI.");
17
+ const SmugmugGetNodeParent_NodeUrisSchema = zod.z.object({
18
+ User: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
19
+ Album: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
20
+ ChildNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
21
+ FolderByID: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
22
+ NodeImages: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
23
+ ParentNode: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
24
+ ParentNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
25
+ NodeComments: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
26
+ NodePricelist: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
27
+ HighlightImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
28
+ NodeCoverImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
29
+ CreateSelection: SmugmugGetNodeParent_UriInfoSchema.nullable().optional()
30
+ }).describe("Related URIs for navigating to associated resources from this node.");
31
+ const SmugmugGetNodeParent_FormattedFieldSchema = zod.z.object({
32
+ html: zod.z.string().describe("HTML-formatted version of the value.").nullable().optional(),
33
+ text: zod.z.string().describe("Plain text version of the value.").nullable().optional()
34
+ }).describe("HTML and text formatted versions of a field value.");
35
+ const SmugmugGetNodeParent_NodeFormattedValuesSchema = zod.z.object({
36
+ Name: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional(),
37
+ Description: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional()
38
+ }).describe("HTML-formatted versions of certain node fields.");
39
+ const SmugmugGetNodeParent_ParentNodeResponseSchema = zod.z.object({
40
+ Uri: zod.z.string().describe("The API URI for this parent node."),
41
+ Name: zod.z.string().describe("The human-readable name or title of the parent node."),
42
+ Type: SmugmugGetNodeParent_NodeResponseTypeSchema.nullable(),
43
+ Uris: SmugmugGetNodeParent_NodeUrisSchema.nullable().optional(),
44
+ IsRoot: zod.z.boolean().describe("True if this is the root node for the user's account.").nullable().optional(),
45
+ NodeID: zod.z.string().describe("The unique identifier of the parent node."),
46
+ WebUri: zod.z.string().describe("The full URL to this parent node on the SmugMug website."),
47
+ Privacy: zod.z.string().describe("Privacy setting of the parent node: 'Public', 'Unlisted', or 'Private'.").nullable().optional(),
48
+ UrlName: zod.z.string().describe("The user-configurable URL name for this parent node."),
49
+ UrlPath: zod.z.string().describe("The URL path segment for this parent node on SmugMug (e.g., '/SmugMug/Fun')."),
50
+ Keywords: zod.z.array(zod.z.string()).describe("Keywords/tags associated with the parent node for search purposes.").nullable().optional(),
51
+ DateAdded: zod.z.string().describe("ISO 8601 timestamp when this parent node was created.").nullable().optional(),
52
+ SortIndex: zod.z.number().int().describe("Numeric position of this parent node among its siblings for sorting.").nullable().optional(),
53
+ SortMethod: zod.z.string().describe("Method used to sort child items (e.g., 'SortIndex', 'DateModified', 'Name').").nullable().optional(),
54
+ Description: zod.z.string().describe("The human-readable description of the parent node.").nullable().optional(),
55
+ HasChildren: zod.z.boolean().describe("True if this parent node contains child nodes (subfolders or albums).").nullable().optional(),
56
+ DateModified: zod.z.string().describe("ISO 8601 timestamp when this parent node or its descendants were last modified.").nullable().optional(),
57
+ PasswordHint: zod.z.string().describe("Hint for the viewing password, if password protection is enabled.").nullable().optional(),
58
+ SecurityType: zod.z.string().describe("Security type of the parent node (e.g., 'None', 'Password').").nullable().optional(),
59
+ ResponseLevel: zod.z.string().describe("The response level indicating access permissions (e.g., 'Public', 'Full').").nullable().optional(),
60
+ SortDirection: zod.z.string().describe("Sort direction for child items: 'Ascending' or 'Descending'.").nullable().optional(),
61
+ ShowCoverImage: zod.z.boolean().describe("Whether to display the cover image for this parent node.").nullable().optional(),
62
+ SmugSearchable: zod.z.string().describe("Whether this parent node appears in SmugMug internal search results.").nullable().optional(),
63
+ UriDescription: zod.z.string().describe("Description of the API URI endpoint.").nullable().optional(),
64
+ FormattedValues: SmugmugGetNodeParent_NodeFormattedValuesSchema.nullable().optional(),
65
+ WorldSearchable: zod.z.string().describe("Whether this parent node appears in external search engine results.").nullable().optional(),
66
+ EffectivePrivacy: zod.z.string().describe("Effective privacy setting inherited from parent nodes.").nullable().optional(),
67
+ EffectiveSecurityType: zod.z.string().describe("Effective security type inherited from parent nodes (e.g., 'None', 'Password').").nullable().optional()
68
+ }).describe("Details of the parent SmugMug node.");
69
+ const SmugmugGetNodeParentOutput = zod.z.object({ Response: SmugmugGetNodeParent_ParentNodeResponseSchema.nullable() });
70
+ const smugmugGetNodeParent = require_action.action("SMUGMUG_GET_NODE_PARENT", {
71
+ slug: "smugmug-get-node-parent",
72
+ name: "Get Node Parent",
73
+ description: "Tool to retrieve the parent node of a specified SmugMug node. Use when navigating up the folder hierarchy or determining a node's location within the organizational structure.",
74
+ input: SmugmugGetNodeParentInput,
75
+ output: SmugmugGetNodeParentOutput
76
+ });
77
+ //#endregion
78
+ exports.smugmugGetNodeParent = smugmugGetNodeParent;
79
+
80
+ //# sourceMappingURL=get-node-parent.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-parent.cjs","names":["z","action"],"sources":["../../src/actions/get-node-parent.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugGetNodeParentInput: z.ZodTypeAny = z.object({\n node_id: z.string().describe(\"The unique identifier for the node whose parent you want to retrieve.\"),\n});\nconst SmugmugGetNodeParent_NodeResponseTypeSchema: z.ZodTypeAny = z.enum([\"Folder\", \"Album\", \"Page\"]);\nconst SmugmugGetNodeParent_UriInfoSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI path.\"),\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 EndpointType: z.string().describe(\"The endpoint type name.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of what this URI returns.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugGetNodeParent_NodeUrisSchema: z.ZodTypeAny = z.object({\n User: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n Album: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n ChildNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n FolderByID: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodeImages: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n ParentNode: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n ParentNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodeComments: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodePricelist: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n HighlightImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodeCoverImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n CreateSelection: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n}).describe(\"Related URIs for navigating to associated resources from this node.\");\nconst SmugmugGetNodeParent_FormattedFieldSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"HTML-formatted version of the value.\").nullable().optional(),\n text: z.string().describe(\"Plain text version of the value.\").nullable().optional(),\n}).describe(\"HTML and text formatted versions of a field value.\");\nconst SmugmugGetNodeParent_NodeFormattedValuesSchema: z.ZodTypeAny = z.object({\n Name: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional(),\n Description: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional(),\n}).describe(\"HTML-formatted versions of certain node fields.\");\nconst SmugmugGetNodeParent_ParentNodeResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this parent node.\"),\n Name: z.string().describe(\"The human-readable name or title of the parent node.\"),\n Type: SmugmugGetNodeParent_NodeResponseTypeSchema.nullable(),\n Uris: SmugmugGetNodeParent_NodeUrisSchema.nullable().optional(),\n IsRoot: z.boolean().describe(\"True if this is the root node for the user's account.\").nullable().optional(),\n NodeID: z.string().describe(\"The unique identifier of the parent node.\"),\n WebUri: z.string().describe(\"The full URL to this parent node on the SmugMug website.\"),\n Privacy: z.string().describe(\"Privacy setting of the parent node: 'Public', 'Unlisted', or 'Private'.\").nullable().optional(),\n UrlName: z.string().describe(\"The user-configurable URL name for this parent node.\"),\n UrlPath: z.string().describe(\"The URL path segment for this parent node on SmugMug (e.g., '/SmugMug/Fun').\"),\n Keywords: z.array(z.string()).describe(\"Keywords/tags associated with the parent node for search purposes.\").nullable().optional(),\n DateAdded: z.string().describe(\"ISO 8601 timestamp when this parent node was created.\").nullable().optional(),\n SortIndex: z.number().int().describe(\"Numeric position of this parent node among its siblings for sorting.\").nullable().optional(),\n SortMethod: z.string().describe(\"Method used to sort child items (e.g., 'SortIndex', 'DateModified', 'Name').\").nullable().optional(),\n Description: z.string().describe(\"The human-readable description of the parent node.\").nullable().optional(),\n HasChildren: z.boolean().describe(\"True if this parent node contains child nodes (subfolders or albums).\").nullable().optional(),\n DateModified: z.string().describe(\"ISO 8601 timestamp when this parent node or its descendants were last modified.\").nullable().optional(),\n PasswordHint: z.string().describe(\"Hint for the viewing password, if password protection is enabled.\").nullable().optional(),\n SecurityType: z.string().describe(\"Security type of the parent node (e.g., 'None', 'Password').\").nullable().optional(),\n ResponseLevel: z.string().describe(\"The response level indicating access permissions (e.g., 'Public', 'Full').\").nullable().optional(),\n SortDirection: z.string().describe(\"Sort direction for child items: 'Ascending' or 'Descending'.\").nullable().optional(),\n ShowCoverImage: z.boolean().describe(\"Whether to display the cover image for this parent node.\").nullable().optional(),\n SmugSearchable: z.string().describe(\"Whether this parent node appears in SmugMug internal search results.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of the API URI endpoint.\").nullable().optional(),\n FormattedValues: SmugmugGetNodeParent_NodeFormattedValuesSchema.nullable().optional(),\n WorldSearchable: z.string().describe(\"Whether this parent node appears in external search engine results.\").nullable().optional(),\n EffectivePrivacy: z.string().describe(\"Effective privacy setting inherited from parent nodes.\").nullable().optional(),\n EffectiveSecurityType: z.string().describe(\"Effective security type inherited from parent nodes (e.g., 'None', 'Password').\").nullable().optional(),\n}).describe(\"Details of the parent SmugMug node.\");\nexport const SmugmugGetNodeParentOutput: z.ZodTypeAny = z.object({\n Response: SmugmugGetNodeParent_ParentNodeResponseSchema.nullable(),\n});\n\nexport const smugmugGetNodeParent = action(\"SMUGMUG_GET_NODE_PARENT\", {\n slug: \"smugmug-get-node-parent\",\n name: \"Get Node Parent\",\n description: \"Tool to retrieve the parent node of a specified SmugMug node. Use when navigating up the folder hierarchy or determining a node's location within the organizational structure.\",\n input: SmugmugGetNodeParentInput,\n output: SmugmugGetNodeParentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-node-parent.d.ts
4
+ declare const SmugmugGetNodeParentInput: z.ZodTypeAny;
5
+ declare const SmugmugGetNodeParentOutput: z.ZodTypeAny;
6
+ declare const smugmugGetNodeParent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugGetNodeParent };
9
+ //# sourceMappingURL=get-node-parent.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-parent.d.cts","names":[],"sources":["../../src/actions/get-node-parent.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cA6DW,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-node-parent.d.ts
4
+ declare const SmugmugGetNodeParentInput: z.ZodTypeAny;
5
+ declare const SmugmugGetNodeParentOutput: z.ZodTypeAny;
6
+ declare const smugmugGetNodeParent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { smugmugGetNodeParent };
9
+ //# sourceMappingURL=get-node-parent.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-parent.d.mts","names":[],"sources":["../../src/actions/get-node-parent.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cA6DW,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,79 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-node-parent.ts
4
+ const SmugmugGetNodeParentInput = z.object({ node_id: z.string().describe("The unique identifier for the node whose parent you want to retrieve.") });
5
+ const SmugmugGetNodeParent_NodeResponseTypeSchema = z.enum([
6
+ "Folder",
7
+ "Album",
8
+ "Page"
9
+ ]);
10
+ const SmugmugGetNodeParent_UriInfoSchema = z.object({
11
+ Uri: z.string().describe("The API URI path."),
12
+ Locator: z.string().describe("The locator type name.").nullable().optional(),
13
+ LocatorType: z.string().describe("Whether this returns an Object or Objects.").nullable().optional(),
14
+ EndpointType: z.string().describe("The endpoint type name.").nullable().optional(),
15
+ UriDescription: z.string().describe("Description of what this URI returns.").nullable().optional()
16
+ }).describe("Information about a related API URI.");
17
+ const SmugmugGetNodeParent_NodeUrisSchema = z.object({
18
+ User: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
19
+ Album: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
20
+ ChildNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
21
+ FolderByID: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
22
+ NodeImages: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
23
+ ParentNode: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
24
+ ParentNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
25
+ NodeComments: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
26
+ NodePricelist: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
27
+ HighlightImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
28
+ NodeCoverImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),
29
+ CreateSelection: SmugmugGetNodeParent_UriInfoSchema.nullable().optional()
30
+ }).describe("Related URIs for navigating to associated resources from this node.");
31
+ const SmugmugGetNodeParent_FormattedFieldSchema = z.object({
32
+ html: z.string().describe("HTML-formatted version of the value.").nullable().optional(),
33
+ text: z.string().describe("Plain text version of the value.").nullable().optional()
34
+ }).describe("HTML and text formatted versions of a field value.");
35
+ const SmugmugGetNodeParent_NodeFormattedValuesSchema = z.object({
36
+ Name: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional(),
37
+ Description: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional()
38
+ }).describe("HTML-formatted versions of certain node fields.");
39
+ const SmugmugGetNodeParent_ParentNodeResponseSchema = z.object({
40
+ Uri: z.string().describe("The API URI for this parent node."),
41
+ Name: z.string().describe("The human-readable name or title of the parent node."),
42
+ Type: SmugmugGetNodeParent_NodeResponseTypeSchema.nullable(),
43
+ Uris: SmugmugGetNodeParent_NodeUrisSchema.nullable().optional(),
44
+ IsRoot: z.boolean().describe("True if this is the root node for the user's account.").nullable().optional(),
45
+ NodeID: z.string().describe("The unique identifier of the parent node."),
46
+ WebUri: z.string().describe("The full URL to this parent node on the SmugMug website."),
47
+ Privacy: z.string().describe("Privacy setting of the parent node: 'Public', 'Unlisted', or 'Private'.").nullable().optional(),
48
+ UrlName: z.string().describe("The user-configurable URL name for this parent node."),
49
+ UrlPath: z.string().describe("The URL path segment for this parent node on SmugMug (e.g., '/SmugMug/Fun')."),
50
+ Keywords: z.array(z.string()).describe("Keywords/tags associated with the parent node for search purposes.").nullable().optional(),
51
+ DateAdded: z.string().describe("ISO 8601 timestamp when this parent node was created.").nullable().optional(),
52
+ SortIndex: z.number().int().describe("Numeric position of this parent node among its siblings for sorting.").nullable().optional(),
53
+ SortMethod: z.string().describe("Method used to sort child items (e.g., 'SortIndex', 'DateModified', 'Name').").nullable().optional(),
54
+ Description: z.string().describe("The human-readable description of the parent node.").nullable().optional(),
55
+ HasChildren: z.boolean().describe("True if this parent node contains child nodes (subfolders or albums).").nullable().optional(),
56
+ DateModified: z.string().describe("ISO 8601 timestamp when this parent node or its descendants were last modified.").nullable().optional(),
57
+ PasswordHint: z.string().describe("Hint for the viewing password, if password protection is enabled.").nullable().optional(),
58
+ SecurityType: z.string().describe("Security type of the parent node (e.g., 'None', 'Password').").nullable().optional(),
59
+ ResponseLevel: z.string().describe("The response level indicating access permissions (e.g., 'Public', 'Full').").nullable().optional(),
60
+ SortDirection: z.string().describe("Sort direction for child items: 'Ascending' or 'Descending'.").nullable().optional(),
61
+ ShowCoverImage: z.boolean().describe("Whether to display the cover image for this parent node.").nullable().optional(),
62
+ SmugSearchable: z.string().describe("Whether this parent node appears in SmugMug internal search results.").nullable().optional(),
63
+ UriDescription: z.string().describe("Description of the API URI endpoint.").nullable().optional(),
64
+ FormattedValues: SmugmugGetNodeParent_NodeFormattedValuesSchema.nullable().optional(),
65
+ WorldSearchable: z.string().describe("Whether this parent node appears in external search engine results.").nullable().optional(),
66
+ EffectivePrivacy: z.string().describe("Effective privacy setting inherited from parent nodes.").nullable().optional(),
67
+ EffectiveSecurityType: z.string().describe("Effective security type inherited from parent nodes (e.g., 'None', 'Password').").nullable().optional()
68
+ }).describe("Details of the parent SmugMug node.");
69
+ const smugmugGetNodeParent = action("SMUGMUG_GET_NODE_PARENT", {
70
+ slug: "smugmug-get-node-parent",
71
+ name: "Get Node Parent",
72
+ description: "Tool to retrieve the parent node of a specified SmugMug node. Use when navigating up the folder hierarchy or determining a node's location within the organizational structure.",
73
+ input: SmugmugGetNodeParentInput,
74
+ output: z.object({ Response: SmugmugGetNodeParent_ParentNodeResponseSchema.nullable() })
75
+ });
76
+ //#endregion
77
+ export { smugmugGetNodeParent };
78
+
79
+ //# sourceMappingURL=get-node-parent.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-node-parent.mjs","names":[],"sources":["../../src/actions/get-node-parent.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SmugmugGetNodeParentInput: z.ZodTypeAny = z.object({\n node_id: z.string().describe(\"The unique identifier for the node whose parent you want to retrieve.\"),\n});\nconst SmugmugGetNodeParent_NodeResponseTypeSchema: z.ZodTypeAny = z.enum([\"Folder\", \"Album\", \"Page\"]);\nconst SmugmugGetNodeParent_UriInfoSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI path.\"),\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 EndpointType: z.string().describe(\"The endpoint type name.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of what this URI returns.\").nullable().optional(),\n}).describe(\"Information about a related API URI.\");\nconst SmugmugGetNodeParent_NodeUrisSchema: z.ZodTypeAny = z.object({\n User: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n Album: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n ChildNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n FolderByID: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodeImages: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n ParentNode: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n ParentNodes: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodeComments: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodePricelist: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n HighlightImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n NodeCoverImage: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n CreateSelection: SmugmugGetNodeParent_UriInfoSchema.nullable().optional(),\n}).describe(\"Related URIs for navigating to associated resources from this node.\");\nconst SmugmugGetNodeParent_FormattedFieldSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"HTML-formatted version of the value.\").nullable().optional(),\n text: z.string().describe(\"Plain text version of the value.\").nullable().optional(),\n}).describe(\"HTML and text formatted versions of a field value.\");\nconst SmugmugGetNodeParent_NodeFormattedValuesSchema: z.ZodTypeAny = z.object({\n Name: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional(),\n Description: SmugmugGetNodeParent_FormattedFieldSchema.nullable().optional(),\n}).describe(\"HTML-formatted versions of certain node fields.\");\nconst SmugmugGetNodeParent_ParentNodeResponseSchema: z.ZodTypeAny = z.object({\n Uri: z.string().describe(\"The API URI for this parent node.\"),\n Name: z.string().describe(\"The human-readable name or title of the parent node.\"),\n Type: SmugmugGetNodeParent_NodeResponseTypeSchema.nullable(),\n Uris: SmugmugGetNodeParent_NodeUrisSchema.nullable().optional(),\n IsRoot: z.boolean().describe(\"True if this is the root node for the user's account.\").nullable().optional(),\n NodeID: z.string().describe(\"The unique identifier of the parent node.\"),\n WebUri: z.string().describe(\"The full URL to this parent node on the SmugMug website.\"),\n Privacy: z.string().describe(\"Privacy setting of the parent node: 'Public', 'Unlisted', or 'Private'.\").nullable().optional(),\n UrlName: z.string().describe(\"The user-configurable URL name for this parent node.\"),\n UrlPath: z.string().describe(\"The URL path segment for this parent node on SmugMug (e.g., '/SmugMug/Fun').\"),\n Keywords: z.array(z.string()).describe(\"Keywords/tags associated with the parent node for search purposes.\").nullable().optional(),\n DateAdded: z.string().describe(\"ISO 8601 timestamp when this parent node was created.\").nullable().optional(),\n SortIndex: z.number().int().describe(\"Numeric position of this parent node among its siblings for sorting.\").nullable().optional(),\n SortMethod: z.string().describe(\"Method used to sort child items (e.g., 'SortIndex', 'DateModified', 'Name').\").nullable().optional(),\n Description: z.string().describe(\"The human-readable description of the parent node.\").nullable().optional(),\n HasChildren: z.boolean().describe(\"True if this parent node contains child nodes (subfolders or albums).\").nullable().optional(),\n DateModified: z.string().describe(\"ISO 8601 timestamp when this parent node or its descendants were last modified.\").nullable().optional(),\n PasswordHint: z.string().describe(\"Hint for the viewing password, if password protection is enabled.\").nullable().optional(),\n SecurityType: z.string().describe(\"Security type of the parent node (e.g., 'None', 'Password').\").nullable().optional(),\n ResponseLevel: z.string().describe(\"The response level indicating access permissions (e.g., 'Public', 'Full').\").nullable().optional(),\n SortDirection: z.string().describe(\"Sort direction for child items: 'Ascending' or 'Descending'.\").nullable().optional(),\n ShowCoverImage: z.boolean().describe(\"Whether to display the cover image for this parent node.\").nullable().optional(),\n SmugSearchable: z.string().describe(\"Whether this parent node appears in SmugMug internal search results.\").nullable().optional(),\n UriDescription: z.string().describe(\"Description of the API URI endpoint.\").nullable().optional(),\n FormattedValues: SmugmugGetNodeParent_NodeFormattedValuesSchema.nullable().optional(),\n WorldSearchable: z.string().describe(\"Whether this parent node appears in external search engine results.\").nullable().optional(),\n EffectivePrivacy: z.string().describe(\"Effective privacy setting inherited from parent nodes.\").nullable().optional(),\n EffectiveSecurityType: z.string().describe(\"Effective security type inherited from parent nodes (e.g., 'None', 'Password').\").nullable().optional(),\n}).describe(\"Details of the parent SmugMug node.\");\nexport const SmugmugGetNodeParentOutput: z.ZodTypeAny = z.object({\n Response: SmugmugGetNodeParent_ParentNodeResponseSchema.nullable(),\n});\n\nexport const smugmugGetNodeParent = action(\"SMUGMUG_GET_NODE_PARENT\", {\n slug: \"smugmug-get-node-parent\",\n name: \"Get Node Parent\",\n description: \"Tool to retrieve the parent node of a specified SmugMug node. Use when navigating up the folder hierarchy or determining a node's location within the organizational structure.\",\n input: SmugmugGetNodeParentInput,\n output: SmugmugGetNodeParentOutput,\n});\n"],"mappings":"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"}