@keystrokehq/pexels 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/collection-media.d.cts +13 -1
- package/dist/actions/collection-media.d.mts +13 -1
- package/dist/actions/curated-photos.d.cts +13 -1
- package/dist/actions/curated-photos.d.mts +13 -1
- package/dist/actions/featured-collections.d.cts +13 -1
- package/dist/actions/featured-collections.d.mts +13 -1
- package/dist/actions/get-photo.d.cts +13 -1
- package/dist/actions/get-photo.d.mts +13 -1
- package/dist/actions/get-video-by-id.d.cts +13 -1
- package/dist/actions/get-video-by-id.d.mts +13 -1
- package/dist/actions/my-collections.d.cts +13 -1
- package/dist/actions/my-collections.d.mts +13 -1
- package/dist/actions/popular-videos.d.cts +13 -1
- package/dist/actions/popular-videos.d.mts +13 -1
- package/dist/actions/search-photos.d.cts +15 -3
- package/dist/actions/search-photos.d.mts +15 -3
- package/dist/actions/search-videos.d.cts +15 -3
- package/dist/actions/search-videos.d.mts +15 -3
- 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
|
@@ -62,7 +62,19 @@ declare const pexelsCollectionMedia: import("@keystrokehq/action").WorkflowActio
|
|
|
62
62
|
id: string;
|
|
63
63
|
page?: number | undefined;
|
|
64
64
|
per_page?: number | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { pexelsCollectionMedia };
|
|
68
80
|
//# sourceMappingURL=collection-media.d.cts.map
|
|
@@ -62,7 +62,19 @@ declare const pexelsCollectionMedia: import("@keystrokehq/action").WorkflowActio
|
|
|
62
62
|
id: string;
|
|
63
63
|
page?: number | undefined;
|
|
64
64
|
per_page?: number | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { pexelsCollectionMedia };
|
|
68
80
|
//# sourceMappingURL=collection-media.d.mts.map
|
|
@@ -36,7 +36,19 @@ declare const PexelsCuratedPhotosOutput: z.ZodObject<{
|
|
|
36
36
|
declare const pexelsCuratedPhotos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
per_page?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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<"pexels", 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 { pexelsCuratedPhotos };
|
|
42
54
|
//# sourceMappingURL=curated-photos.d.cts.map
|
|
@@ -36,7 +36,19 @@ declare const PexelsCuratedPhotosOutput: z.ZodObject<{
|
|
|
36
36
|
declare const pexelsCuratedPhotos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
per_page?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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<"pexels", 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 { pexelsCuratedPhotos };
|
|
42
54
|
//# sourceMappingURL=curated-photos.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const PexelsFeaturedCollectionsOutput: z.ZodObject<{
|
|
|
24
24
|
declare const pexelsFeaturedCollections: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
page?: number | undefined;
|
|
26
26
|
per_page?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { pexelsFeaturedCollections };
|
|
30
42
|
//# sourceMappingURL=featured-collections.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const PexelsFeaturedCollectionsOutput: z.ZodObject<{
|
|
|
24
24
|
declare const pexelsFeaturedCollections: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
page?: number | undefined;
|
|
26
26
|
per_page?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { pexelsFeaturedCollections };
|
|
30
42
|
//# sourceMappingURL=featured-collections.d.mts.map
|
|
@@ -28,7 +28,19 @@ declare const PexelsGetPhotoOutput: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$loose>;
|
|
29
29
|
declare const pexelsGetPhoto: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
id: number;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { pexelsGetPhoto };
|
|
34
46
|
//# sourceMappingURL=get-photo.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const PexelsGetPhotoOutput: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$loose>;
|
|
29
29
|
declare const pexelsGetPhoto: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
id: number;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { pexelsGetPhoto };
|
|
34
46
|
//# sourceMappingURL=get-photo.d.mts.map
|
|
@@ -34,7 +34,19 @@ declare const PexelsGetVideoByIdOutput: z.ZodObject<{
|
|
|
34
34
|
}, z.core.$loose>;
|
|
35
35
|
declare const pexelsGetVideoById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
36
|
id: number;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { pexelsGetVideoById };
|
|
40
52
|
//# sourceMappingURL=get-video-by-id.d.cts.map
|
|
@@ -34,7 +34,19 @@ declare const PexelsGetVideoByIdOutput: z.ZodObject<{
|
|
|
34
34
|
}, z.core.$loose>;
|
|
35
35
|
declare const pexelsGetVideoById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
36
|
id: number;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { pexelsGetVideoById };
|
|
40
52
|
//# sourceMappingURL=get-video-by-id.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const PexelsMyCollectionsOutput: z.ZodObject<{
|
|
|
22
22
|
declare const pexelsMyCollections: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
page?: number | undefined;
|
|
24
24
|
per_page?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { pexelsMyCollections };
|
|
28
40
|
//# sourceMappingURL=my-collections.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const PexelsMyCollectionsOutput: z.ZodObject<{
|
|
|
22
22
|
declare const pexelsMyCollections: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
page?: number | undefined;
|
|
24
24
|
per_page?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { pexelsMyCollections };
|
|
28
40
|
//# sourceMappingURL=my-collections.d.mts.map
|
|
@@ -44,7 +44,19 @@ declare const PexelsPopularVideosOutput: z.ZodObject<{
|
|
|
44
44
|
declare const pexelsPopularVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
45
45
|
page?: number | undefined;
|
|
46
46
|
per_page?: number | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { pexelsPopularVideos };
|
|
50
62
|
//# sourceMappingURL=popular-videos.d.cts.map
|
|
@@ -44,7 +44,19 @@ declare const PexelsPopularVideosOutput: z.ZodObject<{
|
|
|
44
44
|
declare const pexelsPopularVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
45
45
|
page?: number | undefined;
|
|
46
46
|
per_page?: number | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { pexelsPopularVideos };
|
|
50
62
|
//# sourceMappingURL=popular-videos.d.mts.map
|
|
@@ -4,9 +4,9 @@ import { z } from "zod";
|
|
|
4
4
|
declare const PexelsSearchPhotosInput: z.ZodObject<{
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
|
+
small: "small";
|
|
7
8
|
large: "large";
|
|
8
9
|
medium: "medium";
|
|
9
|
-
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
color: z.ZodOptional<z.ZodString>;
|
|
12
12
|
query: z.ZodString;
|
|
@@ -50,12 +50,24 @@ declare const PexelsSearchPhotosOutput: z.ZodObject<{
|
|
|
50
50
|
declare const pexelsSearchPhotos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
51
51
|
query: string;
|
|
52
52
|
page?: number | undefined;
|
|
53
|
-
size?: "
|
|
53
|
+
size?: "small" | "large" | "medium" | undefined;
|
|
54
54
|
color?: string | undefined;
|
|
55
55
|
locale?: string | undefined;
|
|
56
56
|
per_page?: number | undefined;
|
|
57
57
|
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>;
|
|
59
71
|
//#endregion
|
|
60
72
|
export { pexelsSearchPhotos };
|
|
61
73
|
//# sourceMappingURL=search-photos.d.cts.map
|
|
@@ -4,9 +4,9 @@ import { z } from "zod";
|
|
|
4
4
|
declare const PexelsSearchPhotosInput: z.ZodObject<{
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
|
+
small: "small";
|
|
7
8
|
large: "large";
|
|
8
9
|
medium: "medium";
|
|
9
|
-
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
color: z.ZodOptional<z.ZodString>;
|
|
12
12
|
query: z.ZodString;
|
|
@@ -50,12 +50,24 @@ declare const PexelsSearchPhotosOutput: z.ZodObject<{
|
|
|
50
50
|
declare const pexelsSearchPhotos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
51
51
|
query: string;
|
|
52
52
|
page?: number | undefined;
|
|
53
|
-
size?: "
|
|
53
|
+
size?: "small" | "large" | "medium" | undefined;
|
|
54
54
|
color?: string | undefined;
|
|
55
55
|
locale?: string | undefined;
|
|
56
56
|
per_page?: number | undefined;
|
|
57
57
|
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>;
|
|
59
71
|
//#endregion
|
|
60
72
|
export { pexelsSearchPhotos };
|
|
61
73
|
//# sourceMappingURL=search-photos.d.mts.map
|
|
@@ -4,9 +4,9 @@ import { z } from "zod";
|
|
|
4
4
|
declare const PexelsSearchVideosInput: z.ZodObject<{
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
|
+
small: "small";
|
|
7
8
|
large: "large";
|
|
8
9
|
medium: "medium";
|
|
9
|
-
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
query: z.ZodString;
|
|
12
12
|
per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
@@ -55,10 +55,22 @@ declare const PexelsSearchVideosOutput: z.ZodObject<{
|
|
|
55
55
|
declare const pexelsSearchVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
query: string;
|
|
57
57
|
page?: number | undefined;
|
|
58
|
-
size?: "
|
|
58
|
+
size?: "small" | "large" | "medium" | undefined;
|
|
59
59
|
per_page?: number | undefined;
|
|
60
60
|
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { pexelsSearchVideos };
|
|
64
76
|
//# sourceMappingURL=search-videos.d.cts.map
|
|
@@ -4,9 +4,9 @@ import { z } from "zod";
|
|
|
4
4
|
declare const PexelsSearchVideosInput: z.ZodObject<{
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
|
+
small: "small";
|
|
7
8
|
large: "large";
|
|
8
9
|
medium: "medium";
|
|
9
|
-
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
query: z.ZodString;
|
|
12
12
|
per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
@@ -55,10 +55,22 @@ declare const PexelsSearchVideosOutput: z.ZodObject<{
|
|
|
55
55
|
declare const pexelsSearchVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
query: string;
|
|
57
57
|
page?: number | undefined;
|
|
58
|
-
size?: "
|
|
58
|
+
size?: "small" | "large" | "medium" | undefined;
|
|
59
59
|
per_page?: number | undefined;
|
|
60
60
|
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pexels", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { pexelsSearchVideos };
|
|
64
76
|
//# sourceMappingURL=search-videos.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 pexels = (0,
|
|
4
|
+
const pexels = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "pexels",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.pexels = pexels;
|
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 pexels = defineApp({\n slug: \"pexels\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 pexels = defineApp({\n slug: \"pexels\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAA,GAAA,2BAAA,UAAA,CAAmB;CAC9B,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 pexels: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const pexels: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pexels", 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 { pexels };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,MAAA,6BAAM,GAAA,+BAAA,UAAA,WAAA,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 pexels: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const pexels: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pexels", 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 { pexels };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,MAAA,6BAAM,GAAA,+BAAA,UAAA,WAAA,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 pexels = defineApp({
|
|
4
5
|
slug: "pexels",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { pexels };
|
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 pexels = defineApp({\n slug: \"pexels\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 pexels = defineApp({\n slug: \"pexels\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|