@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.
- package/dist/actions/get-album-highlight-image.d.cts +13 -1
- package/dist/actions/get-album-highlight-image.d.mts +13 -1
- package/dist/actions/get-album-image.d.cts +13 -1
- package/dist/actions/get-album-image.d.mts +13 -1
- package/dist/actions/get-album-images.d.cts +13 -1
- package/dist/actions/get-album-images.d.mts +13 -1
- package/dist/actions/get-album.d.cts +13 -1
- package/dist/actions/get-album.d.mts +13 -1
- package/dist/actions/get-folder-albums.d.cts +13 -1
- package/dist/actions/get-folder-albums.d.mts +13 -1
- package/dist/actions/get-folder-by-user-path.d.cts +13 -1
- package/dist/actions/get-folder-by-user-path.d.mts +13 -1
- package/dist/actions/get-folder-details.d.cts +13 -1
- package/dist/actions/get-folder-details.d.mts +13 -1
- package/dist/actions/get-folder-subfolders.d.cts +13 -1
- package/dist/actions/get-folder-subfolders.d.mts +13 -1
- package/dist/actions/get-image-metadata.d.cts +13 -1
- package/dist/actions/get-image-metadata.d.mts +13 -1
- package/dist/actions/get-image-size-details.d.cts +13 -1
- package/dist/actions/get-image-size-details.d.mts +13 -1
- package/dist/actions/get-image-sizes.d.cts +13 -1
- package/dist/actions/get-image-sizes.d.mts +13 -1
- package/dist/actions/get-image.d.cts +13 -1
- package/dist/actions/get-image.d.mts +13 -1
- package/dist/actions/get-node-highlight-image.d.cts +13 -1
- package/dist/actions/get-node-highlight-image.d.mts +13 -1
- package/dist/actions/get-node-parent.d.cts +13 -1
- package/dist/actions/get-node-parent.d.mts +13 -1
- package/dist/actions/get-node-parents.d.cts +13 -1
- package/dist/actions/get-node-parents.d.mts +13 -1
- package/dist/actions/get-user-bio-image.d.cts +13 -1
- package/dist/actions/get-user-bio-image.d.mts +13 -1
- package/dist/actions/get-user-featured-albums.d.cts +13 -1
- package/dist/actions/get-user-featured-albums.d.mts +13 -1
- package/dist/actions/get-user-features.d.cts +13 -1
- package/dist/actions/get-user-features.d.mts +13 -1
- package/dist/actions/get-user-profile.d.cts +13 -1
- package/dist/actions/get-user-profile.d.mts +13 -1
- package/dist/actions/get-user-root-node.d.cts +13 -1
- package/dist/actions/get-user-root-node.d.mts +13 -1
- package/dist/actions/get-user.d.cts +13 -1
- package/dist/actions/get-user.d.mts +13 -1
- package/dist/actions/list-child-nodes.d.cts +13 -1
- package/dist/actions/list-child-nodes.d.mts +13 -1
- package/dist/actions/search-user-content.d.cts +13 -1
- package/dist/actions/search-user-content.d.mts +13 -1
- package/dist/actions/unlock-album.d.cts +13 -1
- package/dist/actions/unlock-album.d.mts +13 -1
- package/dist/actions/unlock-user.d.cts +13 -1
- package/dist/actions/unlock-user.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -30,7 +30,19 @@ declare const SmugmugGetAlbumHighlightImageOutput: z.ZodObject<{
|
|
|
30
30
|
}, z.core.$loose>;
|
|
31
31
|
declare const smugmugGetAlbumHighlightImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
album_key: string;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetAlbumHighlightImage };
|
|
36
48
|
//# sourceMappingURL=get-album-highlight-image.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const SmugmugGetAlbumHighlightImageOutput: z.ZodObject<{
|
|
|
30
30
|
}, z.core.$loose>;
|
|
31
31
|
declare const smugmugGetAlbumHighlightImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
album_key: string;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetAlbumHighlightImage };
|
|
36
48
|
//# sourceMappingURL=get-album-highlight-image.d.mts.map
|
|
@@ -73,7 +73,19 @@ declare const SmugmugGetAlbumImageOutput: z.ZodObject<{
|
|
|
73
73
|
declare const smugmugGetAlbumImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
74
74
|
album_key: string;
|
|
75
75
|
image_key: string;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetAlbumImage };
|
|
79
91
|
//# sourceMappingURL=get-album-image.d.cts.map
|
|
@@ -73,7 +73,19 @@ declare const SmugmugGetAlbumImageOutput: z.ZodObject<{
|
|
|
73
73
|
declare const smugmugGetAlbumImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
74
74
|
album_key: string;
|
|
75
75
|
image_key: string;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetAlbumImage };
|
|
79
91
|
//# sourceMappingURL=get-album-image.d.mts.map
|
|
@@ -112,7 +112,19 @@ declare const smugmugGetAlbumImages: import("@keystrokehq/action").WorkflowActio
|
|
|
112
112
|
album_key: string;
|
|
113
113
|
count?: number | undefined;
|
|
114
114
|
start?: number | undefined;
|
|
115
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetAlbumImages };
|
|
118
130
|
//# sourceMappingURL=get-album-images.d.cts.map
|
|
@@ -112,7 +112,19 @@ declare const smugmugGetAlbumImages: import("@keystrokehq/action").WorkflowActio
|
|
|
112
112
|
album_key: string;
|
|
113
113
|
count?: number | undefined;
|
|
114
114
|
start?: number | undefined;
|
|
115
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetAlbumImages };
|
|
118
130
|
//# sourceMappingURL=get-album-images.d.mts.map
|
|
@@ -49,7 +49,19 @@ declare const SmugmugGetAlbumOutput: z.ZodObject<{
|
|
|
49
49
|
}, z.core.$loose>;
|
|
50
50
|
declare const smugmugGetAlbum: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
51
51
|
album_key: string;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { smugmugGetAlbum };
|
|
55
67
|
//# sourceMappingURL=get-album.d.cts.map
|
|
@@ -49,7 +49,19 @@ declare const SmugmugGetAlbumOutput: z.ZodObject<{
|
|
|
49
49
|
}, z.core.$loose>;
|
|
50
50
|
declare const smugmugGetAlbum: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
51
51
|
album_key: string;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { smugmugGetAlbum };
|
|
55
67
|
//# sourceMappingURL=get-album.d.mts.map
|
|
@@ -45,7 +45,19 @@ declare const smugmugGetFolderAlbums: import("@keystrokehq/action").WorkflowActi
|
|
|
45
45
|
nickname: string;
|
|
46
46
|
path?: string | undefined;
|
|
47
47
|
FolderID?: string | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { smugmugGetFolderAlbums };
|
|
51
63
|
//# sourceMappingURL=get-folder-albums.d.cts.map
|
|
@@ -45,7 +45,19 @@ declare const smugmugGetFolderAlbums: import("@keystrokehq/action").WorkflowActi
|
|
|
45
45
|
nickname: string;
|
|
46
46
|
path?: string | undefined;
|
|
47
47
|
FolderID?: string | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { smugmugGetFolderAlbums };
|
|
51
63
|
//# sourceMappingURL=get-folder-albums.d.mts.map
|
|
@@ -23,7 +23,19 @@ declare const SmugmugGetFolderByUserPathOutput: z.ZodObject<{
|
|
|
23
23
|
declare const smugmugGetFolderByUserPath: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
24
|
nickname: string;
|
|
25
25
|
folder_path: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { smugmugGetFolderByUserPath };
|
|
29
41
|
//# sourceMappingURL=get-folder-by-user-path.d.cts.map
|
|
@@ -23,7 +23,19 @@ declare const SmugmugGetFolderByUserPathOutput: z.ZodObject<{
|
|
|
23
23
|
declare const smugmugGetFolderByUserPath: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
24
|
nickname: string;
|
|
25
25
|
folder_path: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { smugmugGetFolderByUserPath };
|
|
29
41
|
//# sourceMappingURL=get-folder-by-user-path.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const SmugmugGetFolderDetailsOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const smugmugGetFolderDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
node_id: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { smugmugGetFolderDetails };
|
|
22
34
|
//# sourceMappingURL=get-folder-details.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const SmugmugGetFolderDetailsOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const smugmugGetFolderDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
node_id: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { smugmugGetFolderDetails };
|
|
22
34
|
//# sourceMappingURL=get-folder-details.d.mts.map
|
|
@@ -36,7 +36,19 @@ declare const smugmugGetFolderSubfolders: import("@keystrokehq/action").Workflow
|
|
|
36
36
|
nickname: string;
|
|
37
37
|
path?: string | undefined;
|
|
38
38
|
folder_id?: string | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { smugmugGetFolderSubfolders };
|
|
42
54
|
//# sourceMappingURL=get-folder-subfolders.d.cts.map
|
|
@@ -36,7 +36,19 @@ declare const smugmugGetFolderSubfolders: import("@keystrokehq/action").Workflow
|
|
|
36
36
|
nickname: string;
|
|
37
37
|
path?: string | undefined;
|
|
38
38
|
folder_id?: string | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { smugmugGetFolderSubfolders };
|
|
42
54
|
//# sourceMappingURL=get-folder-subfolders.d.mts.map
|
|
@@ -87,7 +87,19 @@ declare const SmugmugGetImageMetadataOutput: z.ZodObject<{
|
|
|
87
87
|
}, z.core.$loose>;
|
|
88
88
|
declare const smugmugGetImageMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
89
89
|
image_key: string;
|
|
90
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>;
|
|
91
103
|
//#endregion
|
|
92
104
|
export { smugmugGetImageMetadata };
|
|
93
105
|
//# sourceMappingURL=get-image-metadata.d.cts.map
|
|
@@ -87,7 +87,19 @@ declare const SmugmugGetImageMetadataOutput: z.ZodObject<{
|
|
|
87
87
|
}, z.core.$loose>;
|
|
88
88
|
declare const smugmugGetImageMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
89
89
|
image_key: string;
|
|
90
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>;
|
|
91
103
|
//#endregion
|
|
92
104
|
export { smugmugGetImageMetadata };
|
|
93
105
|
//# sourceMappingURL=get-image-metadata.d.mts.map
|
|
@@ -126,7 +126,19 @@ declare const SmugmugGetImageSizeDetailsOutput: z.ZodObject<{
|
|
|
126
126
|
}, z.core.$loose>;
|
|
127
127
|
declare const smugmugGetImageSizeDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
128
128
|
image_key: string;
|
|
129
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
129
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
130
|
+
connectionId: z.ZodString;
|
|
131
|
+
entityId: z.ZodString;
|
|
132
|
+
instanceId: z.ZodString;
|
|
133
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
134
|
+
generic_api_key: z.ZodString;
|
|
135
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
136
|
+
connectionId: z.ZodString;
|
|
137
|
+
entityId: z.ZodString;
|
|
138
|
+
instanceId: z.ZodString;
|
|
139
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
140
|
+
generic_api_key: z.ZodString;
|
|
141
|
+
}, z.core.$strip>>]>;
|
|
130
142
|
//#endregion
|
|
131
143
|
export { smugmugGetImageSizeDetails };
|
|
132
144
|
//# sourceMappingURL=get-image-size-details.d.cts.map
|
|
@@ -126,7 +126,19 @@ declare const SmugmugGetImageSizeDetailsOutput: z.ZodObject<{
|
|
|
126
126
|
}, z.core.$loose>;
|
|
127
127
|
declare const smugmugGetImageSizeDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
128
128
|
image_key: string;
|
|
129
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
129
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
130
|
+
connectionId: z.ZodString;
|
|
131
|
+
entityId: z.ZodString;
|
|
132
|
+
instanceId: z.ZodString;
|
|
133
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
134
|
+
generic_api_key: z.ZodString;
|
|
135
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
136
|
+
connectionId: z.ZodString;
|
|
137
|
+
entityId: z.ZodString;
|
|
138
|
+
instanceId: z.ZodString;
|
|
139
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
140
|
+
generic_api_key: z.ZodString;
|
|
141
|
+
}, z.core.$strip>>]>;
|
|
130
142
|
//#endregion
|
|
131
143
|
export { smugmugGetImageSizeDetails };
|
|
132
144
|
//# sourceMappingURL=get-image-size-details.d.mts.map
|
|
@@ -33,7 +33,19 @@ declare const SmugmugGetImageSizesOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>;
|
|
34
34
|
declare const smugmugGetImageSizes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
35
35
|
image_key: string;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetImageSizes };
|
|
39
51
|
//# sourceMappingURL=get-image-sizes.d.cts.map
|
|
@@ -33,7 +33,19 @@ declare const SmugmugGetImageSizesOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>;
|
|
34
34
|
declare const smugmugGetImageSizes: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
35
35
|
image_key: string;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { smugmugGetImageSizes };
|
|
39
51
|
//# sourceMappingURL=get-image-sizes.d.mts.map
|
|
@@ -135,7 +135,19 @@ declare const SmugmugGetImageOutput: z.ZodObject<{
|
|
|
135
135
|
}, z.core.$loose>;
|
|
136
136
|
declare const smugmugGetImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
137
137
|
image_key: string;
|
|
138
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
138
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
139
|
+
connectionId: z.ZodString;
|
|
140
|
+
entityId: z.ZodString;
|
|
141
|
+
instanceId: z.ZodString;
|
|
142
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
143
|
+
generic_api_key: z.ZodString;
|
|
144
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
145
|
+
connectionId: z.ZodString;
|
|
146
|
+
entityId: z.ZodString;
|
|
147
|
+
instanceId: z.ZodString;
|
|
148
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
149
|
+
generic_api_key: z.ZodString;
|
|
150
|
+
}, z.core.$strip>>]>;
|
|
139
151
|
//#endregion
|
|
140
152
|
export { smugmugGetImage };
|
|
141
153
|
//# sourceMappingURL=get-image.d.cts.map
|
|
@@ -135,7 +135,19 @@ declare const SmugmugGetImageOutput: z.ZodObject<{
|
|
|
135
135
|
}, z.core.$loose>;
|
|
136
136
|
declare const smugmugGetImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
137
137
|
image_key: string;
|
|
138
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
138
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
139
|
+
connectionId: z.ZodString;
|
|
140
|
+
entityId: z.ZodString;
|
|
141
|
+
instanceId: z.ZodString;
|
|
142
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
143
|
+
generic_api_key: z.ZodString;
|
|
144
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
145
|
+
connectionId: z.ZodString;
|
|
146
|
+
entityId: z.ZodString;
|
|
147
|
+
instanceId: z.ZodString;
|
|
148
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
149
|
+
generic_api_key: z.ZodString;
|
|
150
|
+
}, z.core.$strip>>]>;
|
|
139
151
|
//#endregion
|
|
140
152
|
export { smugmugGetImage };
|
|
141
153
|
//# sourceMappingURL=get-image.d.mts.map
|
|
@@ -74,7 +74,19 @@ declare const SmugmugGetNodeHighlightImageOutput: z.ZodObject<{
|
|
|
74
74
|
}, z.core.$loose>;
|
|
75
75
|
declare const smugmugGetNodeHighlightImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
76
76
|
node_id: string;
|
|
77
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
77
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
generic_api_key: z.ZodString;
|
|
83
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
generic_api_key: z.ZodString;
|
|
89
|
+
}, z.core.$strip>>]>;
|
|
78
90
|
//#endregion
|
|
79
91
|
export { smugmugGetNodeHighlightImage };
|
|
80
92
|
//# sourceMappingURL=get-node-highlight-image.d.cts.map
|
|
@@ -74,7 +74,19 @@ declare const SmugmugGetNodeHighlightImageOutput: z.ZodObject<{
|
|
|
74
74
|
}, z.core.$loose>;
|
|
75
75
|
declare const smugmugGetNodeHighlightImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
76
76
|
node_id: string;
|
|
77
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
77
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
generic_api_key: z.ZodString;
|
|
83
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
generic_api_key: z.ZodString;
|
|
89
|
+
}, z.core.$strip>>]>;
|
|
78
90
|
//#endregion
|
|
79
91
|
export { smugmugGetNodeHighlightImage };
|
|
80
92
|
//# sourceMappingURL=get-node-highlight-image.d.mts.map
|
|
@@ -136,7 +136,19 @@ declare const SmugmugGetNodeParentOutput: z.ZodObject<{
|
|
|
136
136
|
}, z.core.$loose>;
|
|
137
137
|
declare const smugmugGetNodeParent: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
138
138
|
node_id: string;
|
|
139
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
139
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
140
|
+
connectionId: z.ZodString;
|
|
141
|
+
entityId: z.ZodString;
|
|
142
|
+
instanceId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
144
|
+
generic_api_key: z.ZodString;
|
|
145
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
146
|
+
connectionId: z.ZodString;
|
|
147
|
+
entityId: z.ZodString;
|
|
148
|
+
instanceId: z.ZodString;
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
150
|
+
generic_api_key: z.ZodString;
|
|
151
|
+
}, z.core.$strip>>]>;
|
|
140
152
|
//#endregion
|
|
141
153
|
export { smugmugGetNodeParent };
|
|
142
154
|
//# sourceMappingURL=get-node-parent.d.cts.map
|
|
@@ -136,7 +136,19 @@ declare const SmugmugGetNodeParentOutput: z.ZodObject<{
|
|
|
136
136
|
}, z.core.$loose>;
|
|
137
137
|
declare const smugmugGetNodeParent: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
138
138
|
node_id: string;
|
|
139
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
139
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
140
|
+
connectionId: z.ZodString;
|
|
141
|
+
entityId: z.ZodString;
|
|
142
|
+
instanceId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
144
|
+
generic_api_key: z.ZodString;
|
|
145
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"smugmug", z.ZodObject<{
|
|
146
|
+
connectionId: z.ZodString;
|
|
147
|
+
entityId: z.ZodString;
|
|
148
|
+
instanceId: z.ZodString;
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
150
|
+
generic_api_key: z.ZodString;
|
|
151
|
+
}, z.core.$strip>>]>;
|
|
140
152
|
//#endregion
|
|
141
153
|
export { smugmugGetNodeParent };
|
|
142
154
|
//# sourceMappingURL=get-node-parent.d.mts.map
|