@keystrokehq/smugmug 0.1.4 → 0.1.5

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 (59) hide show
  1. package/dist/actions/get-album-highlight-image.d.cts +13 -1
  2. package/dist/actions/get-album-highlight-image.d.mts +13 -1
  3. package/dist/actions/get-album-image.d.cts +13 -1
  4. package/dist/actions/get-album-image.d.mts +13 -1
  5. package/dist/actions/get-album-images.d.cts +13 -1
  6. package/dist/actions/get-album-images.d.mts +13 -1
  7. package/dist/actions/get-album.d.cts +13 -1
  8. package/dist/actions/get-album.d.mts +13 -1
  9. package/dist/actions/get-folder-albums.d.cts +13 -1
  10. package/dist/actions/get-folder-albums.d.mts +13 -1
  11. package/dist/actions/get-folder-by-user-path.d.cts +13 -1
  12. package/dist/actions/get-folder-by-user-path.d.mts +13 -1
  13. package/dist/actions/get-folder-details.d.cts +13 -1
  14. package/dist/actions/get-folder-details.d.mts +13 -1
  15. package/dist/actions/get-folder-subfolders.d.cts +13 -1
  16. package/dist/actions/get-folder-subfolders.d.mts +13 -1
  17. package/dist/actions/get-image-metadata.d.cts +13 -1
  18. package/dist/actions/get-image-metadata.d.mts +13 -1
  19. package/dist/actions/get-image-size-details.d.cts +13 -1
  20. package/dist/actions/get-image-size-details.d.mts +13 -1
  21. package/dist/actions/get-image-sizes.d.cts +13 -1
  22. package/dist/actions/get-image-sizes.d.mts +13 -1
  23. package/dist/actions/get-image.d.cts +13 -1
  24. package/dist/actions/get-image.d.mts +13 -1
  25. package/dist/actions/get-node-highlight-image.d.cts +13 -1
  26. package/dist/actions/get-node-highlight-image.d.mts +13 -1
  27. package/dist/actions/get-node-parent.d.cts +13 -1
  28. package/dist/actions/get-node-parent.d.mts +13 -1
  29. package/dist/actions/get-node-parents.d.cts +13 -1
  30. package/dist/actions/get-node-parents.d.mts +13 -1
  31. package/dist/actions/get-user-bio-image.d.cts +13 -1
  32. package/dist/actions/get-user-bio-image.d.mts +13 -1
  33. package/dist/actions/get-user-featured-albums.d.cts +13 -1
  34. package/dist/actions/get-user-featured-albums.d.mts +13 -1
  35. package/dist/actions/get-user-features.d.cts +13 -1
  36. package/dist/actions/get-user-features.d.mts +13 -1
  37. package/dist/actions/get-user-profile.d.cts +13 -1
  38. package/dist/actions/get-user-profile.d.mts +13 -1
  39. package/dist/actions/get-user-root-node.d.cts +13 -1
  40. package/dist/actions/get-user-root-node.d.mts +13 -1
  41. package/dist/actions/get-user.d.cts +13 -1
  42. package/dist/actions/get-user.d.mts +13 -1
  43. package/dist/actions/list-child-nodes.d.cts +13 -1
  44. package/dist/actions/list-child-nodes.d.mts +13 -1
  45. package/dist/actions/search-user-content.d.cts +13 -1
  46. package/dist/actions/search-user-content.d.mts +13 -1
  47. package/dist/actions/unlock-album.d.cts +13 -1
  48. package/dist/actions/unlock-album.d.mts +13 -1
  49. package/dist/actions/unlock-user.d.cts +13 -1
  50. package/dist/actions/unlock-user.d.mts +13 -1
  51. package/dist/app.cjs +5 -2
  52. package/dist/app.cjs.map +1 -1
  53. package/dist/app.d.cts +9 -1
  54. package/dist/app.d.cts.map +1 -1
  55. package/dist/app.d.mts +9 -1
  56. package/dist/app.d.mts.map +1 -1
  57. package/dist/app.mjs +3 -1
  58. package/dist/app.mjs.map +1 -1
  59. package/package.json +1 -1
@@ -26,7 +26,19 @@ declare const SmugmugGetNodeParentsOutput: z.ZodObject<{
26
26
  }, z.core.$loose>;
27
27
  declare const smugmugGetNodeParents: import("@keystrokehq/action").WorkflowActionDefinition<{
28
28
  node_id: string;
29
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>;
30
42
  //#endregion
31
43
  export { smugmugGetNodeParents };
32
44
  //# sourceMappingURL=get-node-parents.d.cts.map
@@ -26,7 +26,19 @@ declare const SmugmugGetNodeParentsOutput: z.ZodObject<{
26
26
  }, z.core.$loose>;
27
27
  declare const smugmugGetNodeParents: import("@keystrokehq/action").WorkflowActionDefinition<{
28
28
  node_id: string;
29
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>;
30
42
  //#endregion
31
43
  export { smugmugGetNodeParents };
32
44
  //# sourceMappingURL=get-node-parents.d.mts.map
@@ -25,7 +25,19 @@ declare const SmugmugGetUserBioImageOutput: z.ZodObject<{
25
25
  }, z.core.$loose>;
26
26
  declare const smugmugGetUserBioImage: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  nickname: string;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
29
41
  //#endregion
30
42
  export { smugmugGetUserBioImage };
31
43
  //# sourceMappingURL=get-user-bio-image.d.cts.map
@@ -25,7 +25,19 @@ declare const SmugmugGetUserBioImageOutput: z.ZodObject<{
25
25
  }, z.core.$loose>;
26
26
  declare const smugmugGetUserBioImage: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  nickname: string;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
29
41
  //#endregion
30
42
  export { smugmugGetUserBioImage };
31
43
  //# sourceMappingURL=get-user-bio-image.d.mts.map
@@ -30,7 +30,19 @@ declare const SmugmugGetUserFeaturedAlbumsOutput: z.ZodObject<{
30
30
  }, z.core.$loose>;
31
31
  declare const smugmugGetUserFeaturedAlbums: import("@keystrokehq/action").WorkflowActionDefinition<{
32
32
  nickname: string;
33
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
33
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
40
+ connectionId: z.ZodString;
41
+ entityId: z.ZodString;
42
+ instanceId: z.ZodString;
43
+ }, z.core.$strip>, z.ZodObject<{
44
+ generic_api_key: z.ZodString;
45
+ }, z.core.$strip>>]>;
34
46
  //#endregion
35
47
  export { smugmugGetUserFeaturedAlbums };
36
48
  //# sourceMappingURL=get-user-featured-albums.d.cts.map
@@ -30,7 +30,19 @@ declare const SmugmugGetUserFeaturedAlbumsOutput: z.ZodObject<{
30
30
  }, z.core.$loose>;
31
31
  declare const smugmugGetUserFeaturedAlbums: import("@keystrokehq/action").WorkflowActionDefinition<{
32
32
  nickname: string;
33
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
33
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
40
+ connectionId: z.ZodString;
41
+ entityId: z.ZodString;
42
+ instanceId: z.ZodString;
43
+ }, z.core.$strip>, z.ZodObject<{
44
+ generic_api_key: z.ZodString;
45
+ }, z.core.$strip>>]>;
34
46
  //#endregion
35
47
  export { smugmugGetUserFeaturedAlbums };
36
48
  //# sourceMappingURL=get-user-featured-albums.d.mts.map
@@ -14,7 +14,19 @@ declare const SmugmugGetUserFeaturesOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const smugmugGetUserFeatures: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  nickname: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { smugmugGetUserFeatures };
20
32
  //# sourceMappingURL=get-user-features.d.cts.map
@@ -14,7 +14,19 @@ declare const SmugmugGetUserFeaturesOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const smugmugGetUserFeatures: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  nickname: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { smugmugGetUserFeatures };
20
32
  //# sourceMappingURL=get-user-features.d.mts.map
@@ -33,7 +33,19 @@ declare const SmugmugGetUserProfileOutput: z.ZodObject<{
33
33
  }, z.core.$loose>;
34
34
  declare const smugmugGetUserProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
35
35
  nick_name: string;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ generic_api_key: z.ZodString;
48
+ }, z.core.$strip>>]>;
37
49
  //#endregion
38
50
  export { smugmugGetUserProfile };
39
51
  //# sourceMappingURL=get-user-profile.d.cts.map
@@ -33,7 +33,19 @@ declare const SmugmugGetUserProfileOutput: z.ZodObject<{
33
33
  }, z.core.$loose>;
34
34
  declare const smugmugGetUserProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
35
35
  nick_name: string;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ generic_api_key: z.ZodString;
48
+ }, z.core.$strip>>]>;
37
49
  //#endregion
38
50
  export { smugmugGetUserProfile };
39
51
  //# sourceMappingURL=get-user-profile.d.mts.map
@@ -99,7 +99,19 @@ declare const SmugmugGetUserRootNodeOutput: z.ZodObject<{
99
99
  }, z.core.$loose>;
100
100
  declare const smugmugGetUserRootNode: import("@keystrokehq/action").WorkflowActionDefinition<{
101
101
  nickname: string;
102
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
102
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
103
+ connectionId: z.ZodString;
104
+ entityId: z.ZodString;
105
+ instanceId: z.ZodString;
106
+ }, z.core.$strip>, z.ZodObject<{
107
+ generic_api_key: z.ZodString;
108
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
109
+ connectionId: z.ZodString;
110
+ entityId: z.ZodString;
111
+ instanceId: z.ZodString;
112
+ }, z.core.$strip>, z.ZodObject<{
113
+ generic_api_key: z.ZodString;
114
+ }, z.core.$strip>>]>;
103
115
  //#endregion
104
116
  export { smugmugGetUserRootNode };
105
117
  //# sourceMappingURL=get-user-root-node.d.cts.map
@@ -99,7 +99,19 @@ declare const SmugmugGetUserRootNodeOutput: z.ZodObject<{
99
99
  }, z.core.$loose>;
100
100
  declare const smugmugGetUserRootNode: import("@keystrokehq/action").WorkflowActionDefinition<{
101
101
  nickname: string;
102
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
102
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
103
+ connectionId: z.ZodString;
104
+ entityId: z.ZodString;
105
+ instanceId: z.ZodString;
106
+ }, z.core.$strip>, z.ZodObject<{
107
+ generic_api_key: z.ZodString;
108
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
109
+ connectionId: z.ZodString;
110
+ entityId: z.ZodString;
111
+ instanceId: z.ZodString;
112
+ }, z.core.$strip>, z.ZodObject<{
113
+ generic_api_key: z.ZodString;
114
+ }, z.core.$strip>>]>;
103
115
  //#endregion
104
116
  export { smugmugGetUserRootNode };
105
117
  //# sourceMappingURL=get-user-root-node.d.mts.map
@@ -112,7 +112,19 @@ declare const SmugmugGetUserOutput: z.ZodObject<{
112
112
  }, z.core.$loose>;
113
113
  declare const smugmugGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
114
114
  nickname: string;
115
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
115
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
116
+ connectionId: z.ZodString;
117
+ entityId: z.ZodString;
118
+ instanceId: z.ZodString;
119
+ }, z.core.$strip>, z.ZodObject<{
120
+ generic_api_key: z.ZodString;
121
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
122
+ connectionId: z.ZodString;
123
+ entityId: z.ZodString;
124
+ instanceId: z.ZodString;
125
+ }, z.core.$strip>, z.ZodObject<{
126
+ generic_api_key: z.ZodString;
127
+ }, z.core.$strip>>]>;
116
128
  //#endregion
117
129
  export { smugmugGetUser };
118
130
  //# sourceMappingURL=get-user.d.cts.map
@@ -112,7 +112,19 @@ declare const SmugmugGetUserOutput: z.ZodObject<{
112
112
  }, z.core.$loose>;
113
113
  declare const smugmugGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
114
114
  nickname: string;
115
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
115
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
116
+ connectionId: z.ZodString;
117
+ entityId: z.ZodString;
118
+ instanceId: z.ZodString;
119
+ }, z.core.$strip>, z.ZodObject<{
120
+ generic_api_key: z.ZodString;
121
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
122
+ connectionId: z.ZodString;
123
+ entityId: z.ZodString;
124
+ instanceId: z.ZodString;
125
+ }, z.core.$strip>, z.ZodObject<{
126
+ generic_api_key: z.ZodString;
127
+ }, z.core.$strip>>]>;
116
128
  //#endregion
117
129
  export { smugmugGetUser };
118
130
  //# sourceMappingURL=get-user.d.mts.map
@@ -38,7 +38,19 @@ declare const smugmugListChildNodes: import("@keystrokehq/action").WorkflowActio
38
38
  node_id: string;
39
39
  count?: number | undefined;
40
40
  start?: number | undefined;
41
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
41
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
42
+ connectionId: z.ZodString;
43
+ entityId: z.ZodString;
44
+ instanceId: z.ZodString;
45
+ }, z.core.$strip>, z.ZodObject<{
46
+ generic_api_key: z.ZodString;
47
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
48
+ connectionId: z.ZodString;
49
+ entityId: z.ZodString;
50
+ instanceId: z.ZodString;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ generic_api_key: z.ZodString;
53
+ }, z.core.$strip>>]>;
42
54
  //#endregion
43
55
  export { smugmugListChildNodes };
44
56
  //# sourceMappingURL=list-child-nodes.d.cts.map
@@ -38,7 +38,19 @@ declare const smugmugListChildNodes: import("@keystrokehq/action").WorkflowActio
38
38
  node_id: string;
39
39
  count?: number | undefined;
40
40
  start?: number | undefined;
41
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
41
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
42
+ connectionId: z.ZodString;
43
+ entityId: z.ZodString;
44
+ instanceId: z.ZodString;
45
+ }, z.core.$strip>, z.ZodObject<{
46
+ generic_api_key: z.ZodString;
47
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
48
+ connectionId: z.ZodString;
49
+ entityId: z.ZodString;
50
+ instanceId: z.ZodString;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ generic_api_key: z.ZodString;
53
+ }, z.core.$strip>>]>;
42
54
  //#endregion
43
55
  export { smugmugListChildNodes };
44
56
  //# sourceMappingURL=list-child-nodes.d.mts.map
@@ -73,7 +73,19 @@ declare const smugmugSearchUserContent: import("@keystrokehq/action").WorkflowAc
73
73
  Order?: "Popular" | "Oldest" | "Newest" | undefined;
74
74
  count?: number | undefined;
75
75
  start?: number | undefined;
76
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
76
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
77
+ connectionId: z.ZodString;
78
+ entityId: z.ZodString;
79
+ instanceId: z.ZodString;
80
+ }, z.core.$strip>, z.ZodObject<{
81
+ generic_api_key: z.ZodString;
82
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
83
+ connectionId: z.ZodString;
84
+ entityId: z.ZodString;
85
+ instanceId: z.ZodString;
86
+ }, z.core.$strip>, z.ZodObject<{
87
+ generic_api_key: z.ZodString;
88
+ }, z.core.$strip>>]>;
77
89
  //#endregion
78
90
  export { smugmugSearchUserContent };
79
91
  //# sourceMappingURL=search-user-content.d.cts.map
@@ -73,7 +73,19 @@ declare const smugmugSearchUserContent: import("@keystrokehq/action").WorkflowAc
73
73
  Order?: "Popular" | "Oldest" | "Newest" | undefined;
74
74
  count?: number | undefined;
75
75
  start?: number | undefined;
76
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
76
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
77
+ connectionId: z.ZodString;
78
+ entityId: z.ZodString;
79
+ instanceId: z.ZodString;
80
+ }, z.core.$strip>, z.ZodObject<{
81
+ generic_api_key: z.ZodString;
82
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
83
+ connectionId: z.ZodString;
84
+ entityId: z.ZodString;
85
+ instanceId: z.ZodString;
86
+ }, z.core.$strip>, z.ZodObject<{
87
+ generic_api_key: z.ZodString;
88
+ }, z.core.$strip>>]>;
77
89
  //#endregion
78
90
  export { smugmugSearchUserContent };
79
91
  //# sourceMappingURL=search-user-content.d.mts.map
@@ -12,7 +12,19 @@ declare const SmugmugUnlockAlbumOutput: z.ZodObject<{
12
12
  declare const smugmugUnlockAlbum: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  Password: string;
14
14
  album_key: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { smugmugUnlockAlbum };
18
30
  //# sourceMappingURL=unlock-album.d.cts.map
@@ -12,7 +12,19 @@ declare const SmugmugUnlockAlbumOutput: z.ZodObject<{
12
12
  declare const smugmugUnlockAlbum: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  Password: string;
14
14
  album_key: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { smugmugUnlockAlbum };
18
30
  //# sourceMappingURL=unlock-album.d.mts.map
@@ -12,7 +12,19 @@ declare const SmugmugUnlockUserOutput: z.ZodObject<{
12
12
  declare const smugmugUnlockUser: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  nickname: string;
14
14
  password: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { smugmugUnlockUser };
18
30
  //# sourceMappingURL=unlock-user.d.cts.map
@@ -12,7 +12,19 @@ declare const SmugmugUnlockUserOutput: z.ZodObject<{
12
12
  declare const smugmugUnlockUser: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  nickname: string;
14
14
  password: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { smugmugUnlockUser };
18
30
  //# sourceMappingURL=unlock-user.d.mts.map
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const smugmug = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const smugmug = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "smugmug",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.smugmug = smugmug;
package/dist/app.cjs.map CHANGED
@@ -1 +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"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const smugmug = defineApp({\n slug: \"smugmug\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const smugmug: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const smugmug: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { smugmug };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const smugmug: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const smugmug: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { smugmug };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const smugmug = defineApp({
4
5
  slug: "smugmug",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { smugmug };
package/dist/app.mjs.map CHANGED
@@ -1 +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"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const smugmug = defineApp({\n slug: \"smugmug\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/smugmug",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"