@keystrokehq/pexels 0.1.3 → 0.1.4
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/search-photos.d.cts +4 -4
- package/dist/actions/search-photos.d.mts +4 -4
- package/dist/actions/search-videos.d.cts +4 -4
- package/dist/actions/search-videos.d.mts +4 -4
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5,16 +5,16 @@ declare const PexelsSearchPhotosInput: z.ZodObject<{
|
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
7
|
large: "large";
|
|
8
|
-
small: "small";
|
|
9
8
|
medium: "medium";
|
|
9
|
+
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
color: z.ZodOptional<z.ZodString>;
|
|
12
12
|
query: z.ZodString;
|
|
13
13
|
locale: z.ZodOptional<z.ZodString>;
|
|
14
14
|
per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
15
15
|
orientation: z.ZodOptional<z.ZodEnum<{
|
|
16
|
-
portrait: "portrait";
|
|
17
16
|
landscape: "landscape";
|
|
17
|
+
portrait: "portrait";
|
|
18
18
|
square: "square";
|
|
19
19
|
}>>;
|
|
20
20
|
}, z.core.$strip>;
|
|
@@ -50,11 +50,11 @@ 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?: "large" | "
|
|
53
|
+
size?: "large" | "medium" | "small" | undefined;
|
|
54
54
|
color?: string | undefined;
|
|
55
55
|
locale?: string | undefined;
|
|
56
56
|
per_page?: number | undefined;
|
|
57
|
-
orientation?: "
|
|
57
|
+
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
58
58
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
59
59
|
//#endregion
|
|
60
60
|
export { pexelsSearchPhotos };
|
|
@@ -5,16 +5,16 @@ declare const PexelsSearchPhotosInput: z.ZodObject<{
|
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
7
|
large: "large";
|
|
8
|
-
small: "small";
|
|
9
8
|
medium: "medium";
|
|
9
|
+
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
color: z.ZodOptional<z.ZodString>;
|
|
12
12
|
query: z.ZodString;
|
|
13
13
|
locale: z.ZodOptional<z.ZodString>;
|
|
14
14
|
per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
15
15
|
orientation: z.ZodOptional<z.ZodEnum<{
|
|
16
|
-
portrait: "portrait";
|
|
17
16
|
landscape: "landscape";
|
|
17
|
+
portrait: "portrait";
|
|
18
18
|
square: "square";
|
|
19
19
|
}>>;
|
|
20
20
|
}, z.core.$strip>;
|
|
@@ -50,11 +50,11 @@ 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?: "large" | "
|
|
53
|
+
size?: "large" | "medium" | "small" | undefined;
|
|
54
54
|
color?: string | undefined;
|
|
55
55
|
locale?: string | undefined;
|
|
56
56
|
per_page?: number | undefined;
|
|
57
|
-
orientation?: "
|
|
57
|
+
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
58
58
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
59
59
|
//#endregion
|
|
60
60
|
export { pexelsSearchPhotos };
|
|
@@ -5,14 +5,14 @@ declare const PexelsSearchVideosInput: z.ZodObject<{
|
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
7
|
large: "large";
|
|
8
|
-
small: "small";
|
|
9
8
|
medium: "medium";
|
|
9
|
+
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
query: z.ZodString;
|
|
12
12
|
per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
13
13
|
orientation: z.ZodOptional<z.ZodEnum<{
|
|
14
|
-
portrait: "portrait";
|
|
15
14
|
landscape: "landscape";
|
|
15
|
+
portrait: "portrait";
|
|
16
16
|
square: "square";
|
|
17
17
|
}>>;
|
|
18
18
|
}, z.core.$strip>;
|
|
@@ -55,9 +55,9 @@ 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?: "large" | "
|
|
58
|
+
size?: "large" | "medium" | "small" | undefined;
|
|
59
59
|
per_page?: number | undefined;
|
|
60
|
-
orientation?: "
|
|
60
|
+
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
61
61
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
62
62
|
//#endregion
|
|
63
63
|
export { pexelsSearchVideos };
|
|
@@ -5,14 +5,14 @@ declare const PexelsSearchVideosInput: z.ZodObject<{
|
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
size: z.ZodOptional<z.ZodEnum<{
|
|
7
7
|
large: "large";
|
|
8
|
-
small: "small";
|
|
9
8
|
medium: "medium";
|
|
9
|
+
small: "small";
|
|
10
10
|
}>>;
|
|
11
11
|
query: z.ZodString;
|
|
12
12
|
per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
13
13
|
orientation: z.ZodOptional<z.ZodEnum<{
|
|
14
|
-
portrait: "portrait";
|
|
15
14
|
landscape: "landscape";
|
|
15
|
+
portrait: "portrait";
|
|
16
16
|
square: "square";
|
|
17
17
|
}>>;
|
|
18
18
|
}, z.core.$strip>;
|
|
@@ -55,9 +55,9 @@ 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?: "large" | "
|
|
58
|
+
size?: "large" | "medium" | "small" | undefined;
|
|
59
59
|
per_page?: number | undefined;
|
|
60
|
-
orientation?: "
|
|
60
|
+
orientation?: "landscape" | "portrait" | "square" | undefined;
|
|
61
61
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
62
62
|
//#endregion
|
|
63
63
|
export { pexelsSearchVideos };
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const pexelsCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/pexels",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Pexels API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your unique Pexels API key"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pexelsCatalog = {\n \"slug\": \"pexels\",\n \"name\": \"Pexels\",\n \"description\": \"Pexels offers a free API that provides access to a vast library of high-quality photos and videos, enabling seamless integration into applications and websites.\",\n \"category\": \"Images & Design\",\n \"logo\": \"https://logos.composio.dev/api/pexels\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pexelsCatalog = {\n \"slug\": \"pexels\",\n \"name\": \"Pexels\",\n \"description\": \"Pexels offers a free API that provides access to a vast library of high-quality photos and videos, enabling seamless integration into applications and websites.\",\n \"category\": \"Images & Design\",\n \"logo\": \"https://logos.composio.dev/api/pexels\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Pexels API Key\",\n \"secret\": true,\n \"description\": \"Your unique Pexels API key\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const pexelsCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "Pexels API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your unique Pexels API key";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const pexelsCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "Pexels API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your unique Pexels API key";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const pexelsCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/pexels",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Pexels API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your unique Pexels API key"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pexelsCatalog = {\n \"slug\": \"pexels\",\n \"name\": \"Pexels\",\n \"description\": \"Pexels offers a free API that provides access to a vast library of high-quality photos and videos, enabling seamless integration into applications and websites.\",\n \"category\": \"Images & Design\",\n \"logo\": \"https://logos.composio.dev/api/pexels\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pexelsCatalog = {\n \"slug\": \"pexels\",\n \"name\": \"Pexels\",\n \"description\": \"Pexels offers a free API that provides access to a vast library of high-quality photos and videos, enabling seamless integration into applications and websites.\",\n \"category\": \"Images & Design\",\n \"logo\": \"https://logos.composio.dev/api/pexels\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Pexels API Key\",\n \"secret\": true,\n \"description\": \"Your unique Pexels API key\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|