@keystrokehq/pexels 0.1.0 → 0.1.2

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 (81) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/collection-media.cjs +29 -29
  4. package/dist/actions/collection-media.cjs.map +1 -1
  5. package/dist/actions/collection-media.d.cts +62 -3
  6. package/dist/actions/collection-media.d.cts.map +1 -1
  7. package/dist/actions/collection-media.d.mts +62 -3
  8. package/dist/actions/collection-media.d.mts.map +1 -1
  9. package/dist/actions/collection-media.mjs +29 -29
  10. package/dist/actions/collection-media.mjs.map +1 -1
  11. package/dist/actions/curated-photos.cjs +21 -21
  12. package/dist/actions/curated-photos.cjs.map +1 -1
  13. package/dist/actions/curated-photos.d.cts +36 -3
  14. package/dist/actions/curated-photos.d.cts.map +1 -1
  15. package/dist/actions/curated-photos.d.mts +36 -3
  16. package/dist/actions/curated-photos.d.mts.map +1 -1
  17. package/dist/actions/curated-photos.mjs +21 -21
  18. package/dist/actions/curated-photos.mjs.map +1 -1
  19. package/dist/actions/featured-collections.cjs +9 -9
  20. package/dist/actions/featured-collections.cjs.map +1 -1
  21. package/dist/actions/featured-collections.d.cts +24 -3
  22. package/dist/actions/featured-collections.d.cts.map +1 -1
  23. package/dist/actions/featured-collections.d.mts +24 -3
  24. package/dist/actions/featured-collections.d.mts.map +1 -1
  25. package/dist/actions/featured-collections.mjs +9 -9
  26. package/dist/actions/featured-collections.mjs.map +1 -1
  27. package/dist/actions/get-photo.cjs +18 -18
  28. package/dist/actions/get-photo.cjs.map +1 -1
  29. package/dist/actions/get-photo.d.cts +28 -3
  30. package/dist/actions/get-photo.d.cts.map +1 -1
  31. package/dist/actions/get-photo.d.mts +28 -3
  32. package/dist/actions/get-photo.d.mts.map +1 -1
  33. package/dist/actions/get-photo.mjs +18 -18
  34. package/dist/actions/get-photo.mjs.map +1 -1
  35. package/dist/actions/get-video-by-id.cjs +17 -17
  36. package/dist/actions/get-video-by-id.cjs.map +1 -1
  37. package/dist/actions/get-video-by-id.d.cts +34 -3
  38. package/dist/actions/get-video-by-id.d.cts.map +1 -1
  39. package/dist/actions/get-video-by-id.d.mts +34 -3
  40. package/dist/actions/get-video-by-id.d.mts.map +1 -1
  41. package/dist/actions/get-video-by-id.mjs +17 -17
  42. package/dist/actions/get-video-by-id.mjs.map +1 -1
  43. package/dist/actions/my-collections.cjs +9 -9
  44. package/dist/actions/my-collections.cjs.map +1 -1
  45. package/dist/actions/my-collections.d.cts +22 -3
  46. package/dist/actions/my-collections.d.cts.map +1 -1
  47. package/dist/actions/my-collections.d.mts +22 -3
  48. package/dist/actions/my-collections.d.mts.map +1 -1
  49. package/dist/actions/my-collections.mjs +9 -9
  50. package/dist/actions/my-collections.mjs.map +1 -1
  51. package/dist/actions/popular-videos.cjs +23 -23
  52. package/dist/actions/popular-videos.cjs.map +1 -1
  53. package/dist/actions/popular-videos.d.cts +44 -3
  54. package/dist/actions/popular-videos.d.cts.map +1 -1
  55. package/dist/actions/popular-videos.d.mts +44 -3
  56. package/dist/actions/popular-videos.d.mts.map +1 -1
  57. package/dist/actions/popular-videos.mjs +23 -23
  58. package/dist/actions/popular-videos.mjs.map +1 -1
  59. package/dist/actions/search-photos.cjs +20 -20
  60. package/dist/actions/search-photos.cjs.map +1 -1
  61. package/dist/actions/search-photos.d.cts +55 -3
  62. package/dist/actions/search-photos.d.cts.map +1 -1
  63. package/dist/actions/search-photos.d.mts +55 -3
  64. package/dist/actions/search-photos.d.mts.map +1 -1
  65. package/dist/actions/search-photos.mjs +20 -20
  66. package/dist/actions/search-photos.mjs.map +1 -1
  67. package/dist/actions/search-videos.cjs +21 -21
  68. package/dist/actions/search-videos.cjs.map +1 -1
  69. package/dist/actions/search-videos.d.cts +58 -3
  70. package/dist/actions/search-videos.d.cts.map +1 -1
  71. package/dist/actions/search-videos.d.mts +58 -3
  72. package/dist/actions/search-videos.d.mts.map +1 -1
  73. package/dist/actions/search-videos.mjs +21 -21
  74. package/dist/actions/search-videos.mjs.map +1 -1
  75. package/dist/catalog.cjs +7 -1
  76. package/dist/catalog.cjs.map +1 -1
  77. package/dist/catalog.d.cts +8 -0
  78. package/dist/catalog.d.mts +8 -0
  79. package/dist/catalog.mjs +7 -1
  80. package/dist/catalog.mjs.map +1 -1
  81. package/package.json +2 -2
@@ -1,9 +1,42 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/curated-photos.d.ts
4
- declare const PexelsCuratedPhotosInput: z.ZodTypeAny;
5
- declare const PexelsCuratedPhotosOutput: z.ZodTypeAny;
6
- declare const pexelsCuratedPhotos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PexelsCuratedPhotosInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodNumber>;
6
+ per_page: z.ZodOptional<z.ZodNumber>;
7
+ }, z.core.$strip>;
8
+ declare const PexelsCuratedPhotosOutput: z.ZodObject<{
9
+ page: z.ZodNullable<z.ZodNumber>;
10
+ photos: z.ZodArray<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodNumber>;
12
+ alt: z.ZodNullable<z.ZodString>;
13
+ src: z.ZodNullable<z.ZodObject<{
14
+ tiny: z.ZodNullable<z.ZodString>;
15
+ large: z.ZodNullable<z.ZodString>;
16
+ small: z.ZodNullable<z.ZodString>;
17
+ medium: z.ZodNullable<z.ZodString>;
18
+ large2x: z.ZodNullable<z.ZodString>;
19
+ original: z.ZodNullable<z.ZodString>;
20
+ portrait: z.ZodNullable<z.ZodString>;
21
+ landscape: z.ZodNullable<z.ZodString>;
22
+ }, z.core.$strip>>;
23
+ url: z.ZodNullable<z.ZodString>;
24
+ liked: z.ZodNullable<z.ZodBoolean>;
25
+ width: z.ZodNullable<z.ZodNumber>;
26
+ height: z.ZodNullable<z.ZodNumber>;
27
+ avg_color: z.ZodNullable<z.ZodString>;
28
+ photographer: z.ZodNullable<z.ZodString>;
29
+ photographer_id: z.ZodNullable<z.ZodNumber>;
30
+ photographer_url: z.ZodNullable<z.ZodString>;
31
+ }, z.core.$strip>>;
32
+ per_page: z.ZodNullable<z.ZodNumber>;
33
+ next_page: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ total_results: z.ZodNullable<z.ZodNumber>;
35
+ }, z.core.$strip>;
36
+ declare const pexelsCuratedPhotos: import("@keystrokehq/action").WorkflowActionDefinition<{
37
+ page?: number | undefined;
38
+ per_page?: number | undefined;
39
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
40
  //#endregion
8
41
  export { pexelsCuratedPhotos };
9
42
  //# sourceMappingURL=curated-photos.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"curated-photos.d.mts","names":[],"sources":["../../src/actions/curated-photos.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAGiC;AAAA,cAwB7D,yBAAA,EAA2B,CAAA,CAAE,UAMxC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"curated-photos.d.mts","names":[],"sources":["../../src/actions/curated-photos.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cA2BxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQzB,mBAAA,gCAAmB,wBAAA"}
@@ -6,27 +6,27 @@ const PexelsCuratedPhotosInput = z.object({
6
6
  per_page: z.number().int().describe("Number of results per page (min 1, max 80). Defaults to Pexels API default of 15.").optional()
7
7
  }).describe("Request parameters for fetching curated photos from Pexels.");
8
8
  const PexelsCuratedPhotos_PhotoSrcSchema = z.object({
9
- tiny: z.string().describe("URL of the tiny image."),
10
- large: z.string().describe("URL of the large image."),
11
- small: z.string().describe("URL of the small image."),
12
- medium: z.string().describe("URL of the medium image."),
13
- large2x: z.string().describe("URL of the large2x image."),
14
- original: z.string().describe("URL of the original image."),
15
- portrait: z.string().describe("URL of the portrait image."),
16
- landscape: z.string().describe("URL of the landscape image.")
9
+ tiny: z.string().describe("URL of the tiny image.").nullable(),
10
+ large: z.string().describe("URL of the large image.").nullable(),
11
+ small: z.string().describe("URL of the small image.").nullable(),
12
+ medium: z.string().describe("URL of the medium image.").nullable(),
13
+ large2x: z.string().describe("URL of the large2x image.").nullable(),
14
+ original: z.string().describe("URL of the original image.").nullable(),
15
+ portrait: z.string().describe("URL of the portrait image.").nullable(),
16
+ landscape: z.string().describe("URL of the landscape image.").nullable()
17
17
  });
18
18
  const PexelsCuratedPhotos_PhotoSchema = z.object({
19
- id: z.number().int().describe("Unique identifier for the photo."),
20
- alt: z.string().describe("Alternative text for the photo."),
19
+ id: z.number().int().describe("Unique identifier for the photo.").nullable(),
20
+ alt: z.string().describe("Alternative text for the photo.").nullable(),
21
21
  src: PexelsCuratedPhotos_PhotoSrcSchema.nullable(),
22
- url: z.string().describe("URL of the photo page on Pexels."),
23
- liked: z.boolean().describe("Whether the user has liked the photo."),
24
- width: z.number().int().describe("Width of the photo in pixels."),
25
- height: z.number().int().describe("Height of the photo in pixels."),
26
- avg_color: z.string().describe("Average color of the photo in HEX format."),
27
- photographer: z.string().describe("Name of the photographer."),
28
- photographer_id: z.number().int().describe("ID of the photographer."),
29
- photographer_url: z.string().describe("URL to the photographer's profile.")
22
+ url: z.string().describe("URL of the photo page on Pexels.").nullable(),
23
+ liked: z.boolean().describe("Whether the user has liked the photo.").nullable(),
24
+ width: z.number().int().describe("Width of the photo in pixels.").nullable(),
25
+ height: z.number().int().describe("Height of the photo in pixels.").nullable(),
26
+ avg_color: z.string().describe("Average color of the photo in HEX format.").nullable(),
27
+ photographer: z.string().describe("Name of the photographer.").nullable(),
28
+ photographer_id: z.number().int().describe("ID of the photographer.").nullable(),
29
+ photographer_url: z.string().describe("URL to the photographer's profile.").nullable()
30
30
  });
31
31
  const pexelsCuratedPhotos = action("PEXELS_CURATED_PHOTOS", {
32
32
  slug: "pexels-curated-photos",
@@ -34,11 +34,11 @@ const pexelsCuratedPhotos = action("PEXELS_CURATED_PHOTOS", {
34
34
  description: "Tool to get real-time curated photos. Use when you need to fetch curated photos with pagination support.",
35
35
  input: PexelsCuratedPhotosInput,
36
36
  output: z.object({
37
- page: z.number().int().describe("Current page number."),
37
+ page: z.number().int().describe("Current page number.").nullable(),
38
38
  photos: z.array(PexelsCuratedPhotos_PhotoSchema).describe("List of curated photo objects."),
39
- per_page: z.number().int().describe("Number of results returned per page."),
39
+ per_page: z.number().int().describe("Number of results returned per page.").nullable(),
40
40
  next_page: z.string().describe("URL to the next page of results, if available.").nullable().optional(),
41
- total_results: z.number().int().describe("Total number of curated photos available.")
41
+ total_results: z.number().int().describe("Total number of curated photos available.").nullable()
42
42
  })
43
43
  });
44
44
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"curated-photos.mjs","names":[],"sources":["../../src/actions/curated-photos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsCuratedPhotosInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number to retrieve (min 1). Defaults to Pexels API default of 1.\").optional(),\n per_page: z.number().int().describe(\"Number of results per page (min 1, max 80). Defaults to Pexels API default of 15.\").optional(),\n}).describe(\"Request parameters for fetching curated photos from Pexels.\");\nconst PexelsCuratedPhotos_PhotoSrcSchema: z.ZodTypeAny = z.object({\n tiny: z.string().describe(\"URL of the tiny image.\"),\n large: z.string().describe(\"URL of the large image.\"),\n small: z.string().describe(\"URL of the small image.\"),\n medium: z.string().describe(\"URL of the medium image.\"),\n large2x: z.string().describe(\"URL of the large2x image.\"),\n original: z.string().describe(\"URL of the original image.\"),\n portrait: z.string().describe(\"URL of the portrait image.\"),\n landscape: z.string().describe(\"URL of the landscape image.\"),\n});\nconst PexelsCuratedPhotos_PhotoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the photo.\"),\n alt: z.string().describe(\"Alternative text for the photo.\"),\n src: PexelsCuratedPhotos_PhotoSrcSchema.nullable(),\n url: z.string().describe(\"URL of the photo page on Pexels.\"),\n liked: z.boolean().describe(\"Whether the user has liked the photo.\"),\n width: z.number().int().describe(\"Width of the photo in pixels.\"),\n height: z.number().int().describe(\"Height of the photo in pixels.\"),\n avg_color: z.string().describe(\"Average color of the photo in HEX format.\"),\n photographer: z.string().describe(\"Name of the photographer.\"),\n photographer_id: z.number().int().describe(\"ID of the photographer.\"),\n photographer_url: z.string().describe(\"URL to the photographer's profile.\"),\n});\nexport const PexelsCuratedPhotosOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\"),\n photos: z.array(PexelsCuratedPhotos_PhotoSchema).describe(\"List of curated photo objects.\"),\n per_page: z.number().int().describe(\"Number of results returned per page.\"),\n next_page: z.string().describe(\"URL to the next page of results, if available.\").nullable().optional(),\n total_results: z.number().int().describe(\"Total number of curated photos available.\"),\n});\n\nexport const pexelsCuratedPhotos = action(\"PEXELS_CURATED_PHOTOS\", {\n slug: \"pexels-curated-photos\",\n name: \"Get Curated Photos\",\n description: \"Tool to get real-time curated photos. Use when you need to fetch curated photos with pagination support.\",\n input: PexelsCuratedPhotosInput,\n output: PexelsCuratedPhotosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAClH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,qCAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACxD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC1D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AAC9D,CAAC;AACD,MAAM,kCAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,KAAK,mCAAmC,SAAS;CACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC3D,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC7D,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACpE,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AAC5E,CAAC;AASD,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbqD,EAAE,OAAO;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;EACtD,QAAQ,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,gCAAgC;EAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAC1E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACtF,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"curated-photos.mjs","names":[],"sources":["../../src/actions/curated-photos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsCuratedPhotosInput = z.object({\n page: z.number().int().describe(\"Page number to retrieve (min 1). Defaults to Pexels API default of 1.\").optional(),\n per_page: z.number().int().describe(\"Number of results per page (min 1, max 80). Defaults to Pexels API default of 15.\").optional(),\n}).describe(\"Request parameters for fetching curated photos from Pexels.\");\nconst PexelsCuratedPhotos_PhotoSrcSchema = z.object({\n tiny: z.string().describe(\"URL of the tiny image.\").nullable(),\n large: z.string().describe(\"URL of the large image.\").nullable(),\n small: z.string().describe(\"URL of the small image.\").nullable(),\n medium: z.string().describe(\"URL of the medium image.\").nullable(),\n large2x: z.string().describe(\"URL of the large2x image.\").nullable(),\n original: z.string().describe(\"URL of the original image.\").nullable(),\n portrait: z.string().describe(\"URL of the portrait image.\").nullable(),\n landscape: z.string().describe(\"URL of the landscape image.\").nullable(),\n});\nconst PexelsCuratedPhotos_PhotoSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the photo.\").nullable(),\n alt: z.string().describe(\"Alternative text for the photo.\").nullable(),\n src: PexelsCuratedPhotos_PhotoSrcSchema.nullable(),\n url: z.string().describe(\"URL of the photo page on Pexels.\").nullable(),\n liked: z.boolean().describe(\"Whether the user has liked the photo.\").nullable(),\n width: z.number().int().describe(\"Width of the photo in pixels.\").nullable(),\n height: z.number().int().describe(\"Height of the photo in pixels.\").nullable(),\n avg_color: z.string().describe(\"Average color of the photo in HEX format.\").nullable(),\n photographer: z.string().describe(\"Name of the photographer.\").nullable(),\n photographer_id: z.number().int().describe(\"ID of the photographer.\").nullable(),\n photographer_url: z.string().describe(\"URL to the photographer's profile.\").nullable(),\n});\nexport const PexelsCuratedPhotosOutput = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable(),\n photos: z.array(PexelsCuratedPhotos_PhotoSchema).describe(\"List of curated photo objects.\"),\n per_page: z.number().int().describe(\"Number of results returned per page.\").nullable(),\n next_page: z.string().describe(\"URL to the next page of results, if available.\").nullable().optional(),\n total_results: z.number().int().describe(\"Total number of curated photos available.\").nullable(),\n});\n\nexport const pexelsCuratedPhotos = action(\"PEXELS_CURATED_PHOTOS\", {\n slug: \"pexels-curated-photos\",\n name: \"Get Curated Photos\",\n description: \"Tool to get real-time curated photos. Use when you need to fetch curated photos with pagination support.\",\n input: PexelsCuratedPhotosInput,\n output: PexelsCuratedPhotosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO;CAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAClH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,qCAAqC,EAAE,OAAO;CAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACnE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;AACzE,CAAC;AACD,MAAM,kCAAkC,EAAE,OAAO;CAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACrE,KAAK,mCAAmC,SAAS;CACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACtE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACrF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACxE,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACvF,CAAC;AASD,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbuC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EACjE,QAAQ,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,gCAAgC;EAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACjG,CAOU;AACV,CAAC"}
@@ -6,21 +6,21 @@ const PexelsFeaturedCollectionsInput = zod.z.object({
6
6
  per_page: zod.z.number().int().default(15).describe("Number of results per page (1-80). Defaults to 15.").optional()
7
7
  }).describe("Parameters to retrieve featured collections on Pexels.");
8
8
  const PexelsFeaturedCollections_FeaturedCollectionSchema = zod.z.object({
9
- id: zod.z.string().describe("Collection ID (alphanumeric string)"),
10
- title: zod.z.string().describe("Title of the collection"),
11
- private: zod.z.boolean().describe("Whether the collection is private"),
9
+ id: zod.z.string().describe("Collection ID (alphanumeric string)").nullable(),
10
+ title: zod.z.string().describe("Title of the collection").nullable(),
11
+ private: zod.z.boolean().describe("Whether the collection is private").nullable(),
12
12
  description: zod.z.string().describe("Description of the collection").nullable().optional(),
13
- media_count: zod.z.number().int().describe("Total number of media items in the collection"),
14
- photos_count: zod.z.number().int().describe("Number of photos in the collection"),
15
- videos_count: zod.z.number().int().describe("Number of videos in the collection")
13
+ media_count: zod.z.number().int().describe("Total number of media items in the collection").nullable(),
14
+ photos_count: zod.z.number().int().describe("Number of photos in the collection").nullable(),
15
+ videos_count: zod.z.number().int().describe("Number of videos in the collection").nullable()
16
16
  }).describe("A single featured collection object.");
17
17
  const PexelsFeaturedCollectionsOutput = zod.z.object({
18
- page: zod.z.number().int().describe("Current page number"),
19
- per_page: zod.z.number().int().describe("Number of results per page"),
18
+ page: zod.z.number().int().describe("Current page number").nullable(),
19
+ per_page: zod.z.number().int().describe("Number of results per page").nullable(),
20
20
  next_page: zod.z.string().describe("URL to the next page of results, if available").nullable().optional(),
21
21
  prev_page: zod.z.string().describe("URL to the previous page of results, if available").nullable().optional(),
22
22
  collections: zod.z.array(PexelsFeaturedCollections_FeaturedCollectionSchema).describe("List of featured collections"),
23
- total_results: zod.z.number().int().describe("Total number of featured collections available")
23
+ total_results: zod.z.number().int().describe("Total number of featured collections available").nullable()
24
24
  }).describe("Response model for featured collections, including pagination.");
25
25
  const pexelsFeaturedCollections = require_action.action("PEXELS_FEATURED_COLLECTIONS", {
26
26
  slug: "pexels-featured-collections",
@@ -1 +1 @@
1
- {"version":3,"file":"featured-collections.cjs","names":["z","action"],"sources":["../../src/actions/featured-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsFeaturedCollectionsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number of results to retrieve, must be >= 1.\").optional(),\n per_page: z.number().int().default(15).describe(\"Number of results per page (1-80). Defaults to 15.\").optional(),\n}).describe(\"Parameters to retrieve featured collections on Pexels.\");\nconst PexelsFeaturedCollections_FeaturedCollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Collection ID (alphanumeric string)\"),\n title: z.string().describe(\"Title of the collection\"),\n private: z.boolean().describe(\"Whether the collection is private\"),\n description: z.string().describe(\"Description of the collection\").nullable().optional(),\n media_count: z.number().int().describe(\"Total number of media items in the collection\"),\n photos_count: z.number().int().describe(\"Number of photos in the collection\"),\n videos_count: z.number().int().describe(\"Number of videos in the collection\"),\n}).describe(\"A single featured collection object.\");\nexport const PexelsFeaturedCollectionsOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\"),\n per_page: z.number().int().describe(\"Number of results per page\"),\n next_page: z.string().describe(\"URL to the next page of results, if available\").nullable().optional(),\n prev_page: z.string().describe(\"URL to the previous page of results, if available\").nullable().optional(),\n collections: z.array(PexelsFeaturedCollections_FeaturedCollectionSchema).describe(\"List of featured collections\"),\n total_results: z.number().int().describe(\"Total number of featured collections available\"),\n}).describe(\"Response model for featured collections, including pagination.\");\n\nexport const pexelsFeaturedCollections = action(\"PEXELS_FEATURED_COLLECTIONS\", {\n slug: \"pexels-featured-collections\",\n name: \"Featured Collections\",\n description: \"Tool to get featured collections. Use when you need curated collections of photos and videos with pagination support.\",\n input: PexelsFeaturedCollectionsInput,\n output: PexelsFeaturedCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC;CACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAC9E,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACrD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,8BAA8B;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;AAC3F,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"featured-collections.cjs","names":["z","action"],"sources":["../../src/actions/featured-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsFeaturedCollectionsInput = z.object({\n page: z.number().int().default(1).describe(\"Page number of results to retrieve, must be >= 1.\").optional(),\n per_page: z.number().int().default(15).describe(\"Number of results per page (1-80). Defaults to 15.\").optional(),\n}).describe(\"Parameters to retrieve featured collections on Pexels.\");\nconst PexelsFeaturedCollections_FeaturedCollectionSchema = z.object({\n id: z.string().describe(\"Collection ID (alphanumeric string)\").nullable(),\n title: z.string().describe(\"Title of the collection\").nullable(),\n private: z.boolean().describe(\"Whether the collection is private\").nullable(),\n description: z.string().describe(\"Description of the collection\").nullable().optional(),\n media_count: z.number().int().describe(\"Total number of media items in the collection\").nullable(),\n photos_count: z.number().int().describe(\"Number of photos in the collection\").nullable(),\n videos_count: z.number().int().describe(\"Number of videos in the collection\").nullable(),\n}).describe(\"A single featured collection object.\");\nexport const PexelsFeaturedCollectionsOutput = z.object({\n page: z.number().int().describe(\"Current page number\").nullable(),\n per_page: z.number().int().describe(\"Number of results per page\").nullable(),\n next_page: z.string().describe(\"URL to the next page of results, if available\").nullable().optional(),\n prev_page: z.string().describe(\"URL to the previous page of results, if available\").nullable().optional(),\n collections: z.array(PexelsFeaturedCollections_FeaturedCollectionSchema).describe(\"List of featured collections\"),\n total_results: z.number().int().describe(\"Total number of featured collections available\").nullable(),\n}).describe(\"Response model for featured collections, including pagination.\");\n\nexport const pexelsFeaturedCollections = action(\"PEXELS_FEATURED_COLLECTIONS\", {\n slug: \"pexels-featured-collections\",\n name: \"Featured Collections\",\n description: \"Tool to get featured collections. Use when you need curated collections of photos and videos with pagination support.\",\n input: PexelsFeaturedCollectionsInput,\n output: PexelsFeaturedCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,qDAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,8BAA8B;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,30 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/featured-collections.d.ts
4
- declare const PexelsFeaturedCollectionsInput: z.ZodTypeAny;
5
- declare const PexelsFeaturedCollectionsOutput: z.ZodTypeAny;
6
- declare const pexelsFeaturedCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PexelsFeaturedCollectionsInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
+ }, z.core.$strip>;
8
+ declare const PexelsFeaturedCollectionsOutput: z.ZodObject<{
9
+ page: z.ZodNullable<z.ZodNumber>;
10
+ per_page: z.ZodNullable<z.ZodNumber>;
11
+ next_page: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ prev_page: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ collections: z.ZodArray<z.ZodObject<{
14
+ id: z.ZodNullable<z.ZodString>;
15
+ title: z.ZodNullable<z.ZodString>;
16
+ private: z.ZodNullable<z.ZodBoolean>;
17
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ media_count: z.ZodNullable<z.ZodNumber>;
19
+ photos_count: z.ZodNullable<z.ZodNumber>;
20
+ videos_count: z.ZodNullable<z.ZodNumber>;
21
+ }, z.core.$strip>>;
22
+ total_results: z.ZodNullable<z.ZodNumber>;
23
+ }, z.core.$strip>;
24
+ declare const pexelsFeaturedCollections: import("@keystrokehq/action").WorkflowActionDefinition<{
25
+ page?: number | undefined;
26
+ per_page?: number | undefined;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
28
  //#endregion
8
29
  export { pexelsFeaturedCollections };
9
30
  //# sourceMappingURL=featured-collections.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"featured-collections.d.cts","names":[],"sources":["../../src/actions/featured-collections.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGsB;AAAA,cAUxD,+BAAA,EAAiC,CAAA,CAAE,UAO6B;AAAA,cAEhE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"featured-collections.d.cts","names":[],"sources":["../../src/actions/featured-collections.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAa9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAS/B,yBAAA,gCAAyB,wBAAA"}
@@ -1,9 +1,30 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/featured-collections.d.ts
4
- declare const PexelsFeaturedCollectionsInput: z.ZodTypeAny;
5
- declare const PexelsFeaturedCollectionsOutput: z.ZodTypeAny;
6
- declare const pexelsFeaturedCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PexelsFeaturedCollectionsInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
+ }, z.core.$strip>;
8
+ declare const PexelsFeaturedCollectionsOutput: z.ZodObject<{
9
+ page: z.ZodNullable<z.ZodNumber>;
10
+ per_page: z.ZodNullable<z.ZodNumber>;
11
+ next_page: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ prev_page: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ collections: z.ZodArray<z.ZodObject<{
14
+ id: z.ZodNullable<z.ZodString>;
15
+ title: z.ZodNullable<z.ZodString>;
16
+ private: z.ZodNullable<z.ZodBoolean>;
17
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ media_count: z.ZodNullable<z.ZodNumber>;
19
+ photos_count: z.ZodNullable<z.ZodNumber>;
20
+ videos_count: z.ZodNullable<z.ZodNumber>;
21
+ }, z.core.$strip>>;
22
+ total_results: z.ZodNullable<z.ZodNumber>;
23
+ }, z.core.$strip>;
24
+ declare const pexelsFeaturedCollections: import("@keystrokehq/action").WorkflowActionDefinition<{
25
+ page?: number | undefined;
26
+ per_page?: number | undefined;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
28
  //#endregion
8
29
  export { pexelsFeaturedCollections };
9
30
  //# sourceMappingURL=featured-collections.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"featured-collections.d.mts","names":[],"sources":["../../src/actions/featured-collections.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGsB;AAAA,cAUxD,+BAAA,EAAiC,CAAA,CAAE,UAO6B;AAAA,cAEhE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"featured-collections.d.mts","names":[],"sources":["../../src/actions/featured-collections.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAa9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAS/B,yBAAA,gCAAyB,wBAAA"}
@@ -6,13 +6,13 @@ const PexelsFeaturedCollectionsInput = z.object({
6
6
  per_page: z.number().int().default(15).describe("Number of results per page (1-80). Defaults to 15.").optional()
7
7
  }).describe("Parameters to retrieve featured collections on Pexels.");
8
8
  const PexelsFeaturedCollections_FeaturedCollectionSchema = z.object({
9
- id: z.string().describe("Collection ID (alphanumeric string)"),
10
- title: z.string().describe("Title of the collection"),
11
- private: z.boolean().describe("Whether the collection is private"),
9
+ id: z.string().describe("Collection ID (alphanumeric string)").nullable(),
10
+ title: z.string().describe("Title of the collection").nullable(),
11
+ private: z.boolean().describe("Whether the collection is private").nullable(),
12
12
  description: z.string().describe("Description of the collection").nullable().optional(),
13
- media_count: z.number().int().describe("Total number of media items in the collection"),
14
- photos_count: z.number().int().describe("Number of photos in the collection"),
15
- videos_count: z.number().int().describe("Number of videos in the collection")
13
+ media_count: z.number().int().describe("Total number of media items in the collection").nullable(),
14
+ photos_count: z.number().int().describe("Number of photos in the collection").nullable(),
15
+ videos_count: z.number().int().describe("Number of videos in the collection").nullable()
16
16
  }).describe("A single featured collection object.");
17
17
  const pexelsFeaturedCollections = action("PEXELS_FEATURED_COLLECTIONS", {
18
18
  slug: "pexels-featured-collections",
@@ -20,12 +20,12 @@ const pexelsFeaturedCollections = action("PEXELS_FEATURED_COLLECTIONS", {
20
20
  description: "Tool to get featured collections. Use when you need curated collections of photos and videos with pagination support.",
21
21
  input: PexelsFeaturedCollectionsInput,
22
22
  output: z.object({
23
- page: z.number().int().describe("Current page number"),
24
- per_page: z.number().int().describe("Number of results per page"),
23
+ page: z.number().int().describe("Current page number").nullable(),
24
+ per_page: z.number().int().describe("Number of results per page").nullable(),
25
25
  next_page: z.string().describe("URL to the next page of results, if available").nullable().optional(),
26
26
  prev_page: z.string().describe("URL to the previous page of results, if available").nullable().optional(),
27
27
  collections: z.array(PexelsFeaturedCollections_FeaturedCollectionSchema).describe("List of featured collections"),
28
- total_results: z.number().int().describe("Total number of featured collections available")
28
+ total_results: z.number().int().describe("Total number of featured collections available").nullable()
29
29
  }).describe("Response model for featured collections, including pagination.")
30
30
  });
31
31
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"featured-collections.mjs","names":[],"sources":["../../src/actions/featured-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsFeaturedCollectionsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number of results to retrieve, must be >= 1.\").optional(),\n per_page: z.number().int().default(15).describe(\"Number of results per page (1-80). Defaults to 15.\").optional(),\n}).describe(\"Parameters to retrieve featured collections on Pexels.\");\nconst PexelsFeaturedCollections_FeaturedCollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Collection ID (alphanumeric string)\"),\n title: z.string().describe(\"Title of the collection\"),\n private: z.boolean().describe(\"Whether the collection is private\"),\n description: z.string().describe(\"Description of the collection\").nullable().optional(),\n media_count: z.number().int().describe(\"Total number of media items in the collection\"),\n photos_count: z.number().int().describe(\"Number of photos in the collection\"),\n videos_count: z.number().int().describe(\"Number of videos in the collection\"),\n}).describe(\"A single featured collection object.\");\nexport const PexelsFeaturedCollectionsOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\"),\n per_page: z.number().int().describe(\"Number of results per page\"),\n next_page: z.string().describe(\"URL to the next page of results, if available\").nullable().optional(),\n prev_page: z.string().describe(\"URL to the previous page of results, if available\").nullable().optional(),\n collections: z.array(PexelsFeaturedCollections_FeaturedCollectionSchema).describe(\"List of featured collections\"),\n total_results: z.number().int().describe(\"Total number of featured collections available\"),\n}).describe(\"Response model for featured collections, including pagination.\");\n\nexport const pexelsFeaturedCollections = action(\"PEXELS_FEATURED_COLLECTIONS\", {\n slug: \"pexels-featured-collections\",\n name: \"Featured Collections\",\n description: \"Tool to get featured collections. Use when you need curated collections of photos and videos with pagination support.\",\n input: PexelsFeaturedCollectionsInput,\n output: PexelsFeaturedCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC;CACjE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAC9E,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAUlD,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;EACrD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;EAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,aAAa,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,8BAA8B;EAChH,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CAC3F,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"featured-collections.mjs","names":[],"sources":["../../src/actions/featured-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsFeaturedCollectionsInput = z.object({\n page: z.number().int().default(1).describe(\"Page number of results to retrieve, must be >= 1.\").optional(),\n per_page: z.number().int().default(15).describe(\"Number of results per page (1-80). Defaults to 15.\").optional(),\n}).describe(\"Parameters to retrieve featured collections on Pexels.\");\nconst PexelsFeaturedCollections_FeaturedCollectionSchema = z.object({\n id: z.string().describe(\"Collection ID (alphanumeric string)\").nullable(),\n title: z.string().describe(\"Title of the collection\").nullable(),\n private: z.boolean().describe(\"Whether the collection is private\").nullable(),\n description: z.string().describe(\"Description of the collection\").nullable().optional(),\n media_count: z.number().int().describe(\"Total number of media items in the collection\").nullable(),\n photos_count: z.number().int().describe(\"Number of photos in the collection\").nullable(),\n videos_count: z.number().int().describe(\"Number of videos in the collection\").nullable(),\n}).describe(\"A single featured collection object.\");\nexport const PexelsFeaturedCollectionsOutput = z.object({\n page: z.number().int().describe(\"Current page number\").nullable(),\n per_page: z.number().int().describe(\"Number of results per page\").nullable(),\n next_page: z.string().describe(\"URL to the next page of results, if available\").nullable().optional(),\n prev_page: z.string().describe(\"URL to the previous page of results, if available\").nullable().optional(),\n collections: z.array(PexelsFeaturedCollections_FeaturedCollectionSchema).describe(\"List of featured collections\"),\n total_results: z.number().int().describe(\"Total number of featured collections available\").nullable(),\n}).describe(\"Response model for featured collections, including pagination.\");\n\nexport const pexelsFeaturedCollections = action(\"PEXELS_FEATURED_COLLECTIONS\", {\n slug: \"pexels-featured-collections\",\n name: \"Featured Collections\",\n description: \"Tool to get featured collections. Use when you need curated collections of photos and videos with pagination support.\",\n input: PexelsFeaturedCollectionsInput,\n output: PexelsFeaturedCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,qDAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAUlD,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd6C,EAAE,OAAO;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAChE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,aAAa,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,8BAA8B;EAChH,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
@@ -3,27 +3,27 @@ let zod = require("zod");
3
3
  //#region src/actions/get-photo.ts
4
4
  const PexelsGetPhotoInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the photo to retrieve") }).describe("Request schema for retrieving a specific photo by its ID.");
5
5
  const PexelsGetPhoto_PhotoSrcSchema = zod.z.object({
6
- tiny: zod.z.string().describe("Tiny size photo URL"),
7
- large: zod.z.string().describe("Large size photo URL"),
8
- small: zod.z.string().describe("Small size photo URL"),
9
- medium: zod.z.string().describe("Medium size photo URL"),
10
- large2x: zod.z.string().describe("Double-resolution large size photo URL"),
11
- original: zod.z.string().describe("Original size photo URL"),
12
- portrait: zod.z.string().describe("Portrait orientation photo URL"),
13
- landscape: zod.z.string().describe("Landscape orientation photo URL")
6
+ tiny: zod.z.string().describe("Tiny size photo URL").nullable(),
7
+ large: zod.z.string().describe("Large size photo URL").nullable(),
8
+ small: zod.z.string().describe("Small size photo URL").nullable(),
9
+ medium: zod.z.string().describe("Medium size photo URL").nullable(),
10
+ large2x: zod.z.string().describe("Double-resolution large size photo URL").nullable(),
11
+ original: zod.z.string().describe("Original size photo URL").nullable(),
12
+ portrait: zod.z.string().describe("Portrait orientation photo URL").nullable(),
13
+ landscape: zod.z.string().describe("Landscape orientation photo URL").nullable()
14
14
  }).describe("Various image size URLs for a photo.");
15
15
  const PexelsGetPhotoOutput = zod.z.object({
16
- id: zod.z.number().int().describe("Photo's unique identifier"),
17
- alt: zod.z.string().describe("Alternate text description of the photo"),
16
+ id: zod.z.number().int().describe("Photo's unique identifier").nullable(),
17
+ alt: zod.z.string().describe("Alternate text description of the photo").nullable(),
18
18
  src: PexelsGetPhoto_PhotoSrcSchema.nullable(),
19
- url: zod.z.string().describe("Pexels page URL for the photo"),
20
- liked: zod.z.boolean().describe("Whether the requesting user has liked this photo"),
21
- width: zod.z.number().int().describe("Width of the photo in pixels"),
22
- height: zod.z.number().int().describe("Height of the photo in pixels"),
23
- avg_color: zod.z.string().describe("Average color of the photo in hex code"),
24
- photographer: zod.z.string().describe("Name of the photographer"),
25
- photographer_id: zod.z.number().int().describe("Photographer's unique identifier"),
26
- photographer_url: zod.z.string().describe("URL of the photographer's profile")
19
+ url: zod.z.string().describe("Pexels page URL for the photo").nullable(),
20
+ liked: zod.z.boolean().describe("Whether the requesting user has liked this photo").nullable(),
21
+ width: zod.z.number().int().describe("Width of the photo in pixels").nullable(),
22
+ height: zod.z.number().int().describe("Height of the photo in pixels").nullable(),
23
+ avg_color: zod.z.string().describe("Average color of the photo in hex code").nullable(),
24
+ photographer: zod.z.string().describe("Name of the photographer").nullable(),
25
+ photographer_id: zod.z.number().int().describe("Photographer's unique identifier").nullable(),
26
+ photographer_url: zod.z.string().describe("URL of the photographer's profile").nullable()
27
27
  }).describe("Detailed information for a single photo.");
28
28
  const pexelsGetPhoto = require_action.action("PEXELS_GET_PHOTO", {
29
29
  slug: "pexels-get-photo",
@@ -1 +1 @@
1
- {"version":3,"file":"get-photo.cjs","names":["z","action"],"sources":["../../src/actions/get-photo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsGetPhotoInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the photo to retrieve\"),\n}).describe(\"Request schema for retrieving a specific photo by its ID.\");\nconst PexelsGetPhoto_PhotoSrcSchema: z.ZodTypeAny = z.object({\n tiny: z.string().describe(\"Tiny size photo URL\"),\n large: z.string().describe(\"Large size photo URL\"),\n small: z.string().describe(\"Small size photo URL\"),\n medium: z.string().describe(\"Medium size photo URL\"),\n large2x: z.string().describe(\"Double-resolution large size photo URL\"),\n original: z.string().describe(\"Original size photo URL\"),\n portrait: z.string().describe(\"Portrait orientation photo URL\"),\n landscape: z.string().describe(\"Landscape orientation photo URL\"),\n}).describe(\"Various image size URLs for a photo.\");\nexport const PexelsGetPhotoOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Photo's unique identifier\"),\n alt: z.string().describe(\"Alternate text description of the photo\"),\n src: PexelsGetPhoto_PhotoSrcSchema.nullable(),\n url: z.string().describe(\"Pexels page URL for the photo\"),\n liked: z.boolean().describe(\"Whether the requesting user has liked this photo\"),\n width: z.number().int().describe(\"Width of the photo in pixels\"),\n height: z.number().int().describe(\"Height of the photo in pixels\"),\n avg_color: z.string().describe(\"Average color of the photo in hex code\"),\n photographer: z.string().describe(\"Name of the photographer\"),\n photographer_id: z.number().int().describe(\"Photographer's unique identifier\"),\n photographer_url: z.string().describe(\"URL of the photographer's profile\"),\n}).describe(\"Detailed information for a single photo.\");\n\nexport const pexelsGetPhoto = action(\"PEXELS_GET_PHOTO\", {\n slug: \"pexels-get-photo\",\n name: \"Get Photo\",\n description: \"Tool to retrieve detailed information about a specific photo. Use when you have a valid photo ID to fetch metadata including dimensions, photographer details, and image URLs. Use after confirming the photo ID from search or curated endpoints.\",\n input: PexelsGetPhotoInput,\n output: PexelsGetPhotoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACvD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAClE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAClE,KAAK,8BAA8B,SAAS;CAC5C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACxD,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACvE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC5D,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAC7E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AAC3E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-photo.cjs","names":["z","action"],"sources":["../../src/actions/get-photo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsGetPhotoInput = z.object({\n id: z.number().int().describe(\"The unique identifier of the photo to retrieve\"),\n}).describe(\"Request schema for retrieving a specific photo by its ID.\");\nconst PexelsGetPhoto_PhotoSrcSchema = z.object({\n tiny: z.string().describe(\"Tiny size photo URL\").nullable(),\n large: z.string().describe(\"Large size photo URL\").nullable(),\n small: z.string().describe(\"Small size photo URL\").nullable(),\n medium: z.string().describe(\"Medium size photo URL\").nullable(),\n large2x: z.string().describe(\"Double-resolution large size photo URL\").nullable(),\n original: z.string().describe(\"Original size photo URL\").nullable(),\n portrait: z.string().describe(\"Portrait orientation photo URL\").nullable(),\n landscape: z.string().describe(\"Landscape orientation photo URL\").nullable(),\n}).describe(\"Various image size URLs for a photo.\");\nexport const PexelsGetPhotoOutput = z.object({\n id: z.number().int().describe(\"Photo's unique identifier\").nullable(),\n alt: z.string().describe(\"Alternate text description of the photo\").nullable(),\n src: PexelsGetPhoto_PhotoSrcSchema.nullable(),\n url: z.string().describe(\"Pexels page URL for the photo\").nullable(),\n liked: z.boolean().describe(\"Whether the requesting user has liked this photo\").nullable(),\n width: z.number().int().describe(\"Width of the photo in pixels\").nullable(),\n height: z.number().int().describe(\"Height of the photo in pixels\").nullable(),\n avg_color: z.string().describe(\"Average color of the photo in hex code\").nullable(),\n photographer: z.string().describe(\"Name of the photographer\").nullable(),\n photographer_id: z.number().int().describe(\"Photographer's unique identifier\").nullable(),\n photographer_url: z.string().describe(\"URL of the photographer's profile\").nullable(),\n}).describe(\"Detailed information for a single photo.\");\n\nexport const pexelsGetPhoto = action(\"PEXELS_GET_PHOTO\", {\n slug: \"pexels-get-photo\",\n name: \"Get Photo\",\n description: \"Tool to retrieve detailed information about a specific photo. Use when you have a valid photo ID to fetch metadata including dimensions, photographer details, and image URLs. Use after confirming the photo ID from search or curated endpoints.\",\n input: PexelsGetPhotoInput,\n output: PexelsGetPhotoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsBA,IAAAA,EAAE,OAAO,EAC1C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,uBAAuBA,IAAAA,EAAE,OAAO;CAC3C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC7E,KAAK,8BAA8B,SAAS;CAC5C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACnE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACvE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,34 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-photo.d.ts
4
- declare const PexelsGetPhotoInput: z.ZodTypeAny;
5
- declare const PexelsGetPhotoOutput: z.ZodTypeAny;
6
- declare const pexelsGetPhoto: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PexelsGetPhotoInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PexelsGetPhotoOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodNumber>;
9
+ alt: z.ZodNullable<z.ZodString>;
10
+ src: z.ZodNullable<z.ZodObject<{
11
+ tiny: z.ZodNullable<z.ZodString>;
12
+ large: z.ZodNullable<z.ZodString>;
13
+ small: z.ZodNullable<z.ZodString>;
14
+ medium: z.ZodNullable<z.ZodString>;
15
+ large2x: z.ZodNullable<z.ZodString>;
16
+ original: z.ZodNullable<z.ZodString>;
17
+ portrait: z.ZodNullable<z.ZodString>;
18
+ landscape: z.ZodNullable<z.ZodString>;
19
+ }, z.core.$strip>>;
20
+ url: z.ZodNullable<z.ZodString>;
21
+ liked: z.ZodNullable<z.ZodBoolean>;
22
+ width: z.ZodNullable<z.ZodNumber>;
23
+ height: z.ZodNullable<z.ZodNumber>;
24
+ avg_color: z.ZodNullable<z.ZodString>;
25
+ photographer: z.ZodNullable<z.ZodString>;
26
+ photographer_id: z.ZodNullable<z.ZodNumber>;
27
+ photographer_url: z.ZodNullable<z.ZodString>;
28
+ }, z.core.$strip>;
29
+ declare const pexelsGetPhoto: import("@keystrokehq/action").WorkflowActionDefinition<{
30
+ id: number;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
32
  //#endregion
8
33
  export { pexelsGetPhoto };
9
34
  //# sourceMappingURL=get-photo.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-photo.d.cts","names":[],"sources":["../../src/actions/get-photo.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEoC;AAAA,cAW3D,oBAAA,EAAsB,CAAA,CAAE,UAYkB;AAAA,cAE1C,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-photo.d.cts","names":[],"sources":["../../src/actions/get-photo.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;cAanB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAcpB,cAAA,gCAAc,wBAAA"}
@@ -1,9 +1,34 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-photo.d.ts
4
- declare const PexelsGetPhotoInput: z.ZodTypeAny;
5
- declare const PexelsGetPhotoOutput: z.ZodTypeAny;
6
- declare const pexelsGetPhoto: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PexelsGetPhotoInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PexelsGetPhotoOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodNumber>;
9
+ alt: z.ZodNullable<z.ZodString>;
10
+ src: z.ZodNullable<z.ZodObject<{
11
+ tiny: z.ZodNullable<z.ZodString>;
12
+ large: z.ZodNullable<z.ZodString>;
13
+ small: z.ZodNullable<z.ZodString>;
14
+ medium: z.ZodNullable<z.ZodString>;
15
+ large2x: z.ZodNullable<z.ZodString>;
16
+ original: z.ZodNullable<z.ZodString>;
17
+ portrait: z.ZodNullable<z.ZodString>;
18
+ landscape: z.ZodNullable<z.ZodString>;
19
+ }, z.core.$strip>>;
20
+ url: z.ZodNullable<z.ZodString>;
21
+ liked: z.ZodNullable<z.ZodBoolean>;
22
+ width: z.ZodNullable<z.ZodNumber>;
23
+ height: z.ZodNullable<z.ZodNumber>;
24
+ avg_color: z.ZodNullable<z.ZodString>;
25
+ photographer: z.ZodNullable<z.ZodString>;
26
+ photographer_id: z.ZodNullable<z.ZodNumber>;
27
+ photographer_url: z.ZodNullable<z.ZodString>;
28
+ }, z.core.$strip>;
29
+ declare const pexelsGetPhoto: import("@keystrokehq/action").WorkflowActionDefinition<{
30
+ id: number;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
32
  //#endregion
8
33
  export { pexelsGetPhoto };
9
34
  //# sourceMappingURL=get-photo.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-photo.d.mts","names":[],"sources":["../../src/actions/get-photo.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEoC;AAAA,cAW3D,oBAAA,EAAsB,CAAA,CAAE,UAYkB;AAAA,cAE1C,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-photo.d.mts","names":[],"sources":["../../src/actions/get-photo.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;cAanB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAcpB,cAAA,gCAAc,wBAAA"}
@@ -3,14 +3,14 @@ import { z } from "zod";
3
3
  //#region src/actions/get-photo.ts
4
4
  const PexelsGetPhotoInput = z.object({ id: z.number().int().describe("The unique identifier of the photo to retrieve") }).describe("Request schema for retrieving a specific photo by its ID.");
5
5
  const PexelsGetPhoto_PhotoSrcSchema = z.object({
6
- tiny: z.string().describe("Tiny size photo URL"),
7
- large: z.string().describe("Large size photo URL"),
8
- small: z.string().describe("Small size photo URL"),
9
- medium: z.string().describe("Medium size photo URL"),
10
- large2x: z.string().describe("Double-resolution large size photo URL"),
11
- original: z.string().describe("Original size photo URL"),
12
- portrait: z.string().describe("Portrait orientation photo URL"),
13
- landscape: z.string().describe("Landscape orientation photo URL")
6
+ tiny: z.string().describe("Tiny size photo URL").nullable(),
7
+ large: z.string().describe("Large size photo URL").nullable(),
8
+ small: z.string().describe("Small size photo URL").nullable(),
9
+ medium: z.string().describe("Medium size photo URL").nullable(),
10
+ large2x: z.string().describe("Double-resolution large size photo URL").nullable(),
11
+ original: z.string().describe("Original size photo URL").nullable(),
12
+ portrait: z.string().describe("Portrait orientation photo URL").nullable(),
13
+ landscape: z.string().describe("Landscape orientation photo URL").nullable()
14
14
  }).describe("Various image size URLs for a photo.");
15
15
  const pexelsGetPhoto = action("PEXELS_GET_PHOTO", {
16
16
  slug: "pexels-get-photo",
@@ -18,17 +18,17 @@ const pexelsGetPhoto = action("PEXELS_GET_PHOTO", {
18
18
  description: "Tool to retrieve detailed information about a specific photo. Use when you have a valid photo ID to fetch metadata including dimensions, photographer details, and image URLs. Use after confirming the photo ID from search or curated endpoints.",
19
19
  input: PexelsGetPhotoInput,
20
20
  output: z.object({
21
- id: z.number().int().describe("Photo's unique identifier"),
22
- alt: z.string().describe("Alternate text description of the photo"),
21
+ id: z.number().int().describe("Photo's unique identifier").nullable(),
22
+ alt: z.string().describe("Alternate text description of the photo").nullable(),
23
23
  src: PexelsGetPhoto_PhotoSrcSchema.nullable(),
24
- url: z.string().describe("Pexels page URL for the photo"),
25
- liked: z.boolean().describe("Whether the requesting user has liked this photo"),
26
- width: z.number().int().describe("Width of the photo in pixels"),
27
- height: z.number().int().describe("Height of the photo in pixels"),
28
- avg_color: z.string().describe("Average color of the photo in hex code"),
29
- photographer: z.string().describe("Name of the photographer"),
30
- photographer_id: z.number().int().describe("Photographer's unique identifier"),
31
- photographer_url: z.string().describe("URL of the photographer's profile")
24
+ url: z.string().describe("Pexels page URL for the photo").nullable(),
25
+ liked: z.boolean().describe("Whether the requesting user has liked this photo").nullable(),
26
+ width: z.number().int().describe("Width of the photo in pixels").nullable(),
27
+ height: z.number().int().describe("Height of the photo in pixels").nullable(),
28
+ avg_color: z.string().describe("Average color of the photo in hex code").nullable(),
29
+ photographer: z.string().describe("Name of the photographer").nullable(),
30
+ photographer_id: z.number().int().describe("Photographer's unique identifier").nullable(),
31
+ photographer_url: z.string().describe("URL of the photographer's profile").nullable()
32
32
  }).describe("Detailed information for a single photo.")
33
33
  });
34
34
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"get-photo.mjs","names":[],"sources":["../../src/actions/get-photo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsGetPhotoInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the photo to retrieve\"),\n}).describe(\"Request schema for retrieving a specific photo by its ID.\");\nconst PexelsGetPhoto_PhotoSrcSchema: z.ZodTypeAny = z.object({\n tiny: z.string().describe(\"Tiny size photo URL\"),\n large: z.string().describe(\"Large size photo URL\"),\n small: z.string().describe(\"Small size photo URL\"),\n medium: z.string().describe(\"Medium size photo URL\"),\n large2x: z.string().describe(\"Double-resolution large size photo URL\"),\n original: z.string().describe(\"Original size photo URL\"),\n portrait: z.string().describe(\"Portrait orientation photo URL\"),\n landscape: z.string().describe(\"Landscape orientation photo URL\"),\n}).describe(\"Various image size URLs for a photo.\");\nexport const PexelsGetPhotoOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Photo's unique identifier\"),\n alt: z.string().describe(\"Alternate text description of the photo\"),\n src: PexelsGetPhoto_PhotoSrcSchema.nullable(),\n url: z.string().describe(\"Pexels page URL for the photo\"),\n liked: z.boolean().describe(\"Whether the requesting user has liked this photo\"),\n width: z.number().int().describe(\"Width of the photo in pixels\"),\n height: z.number().int().describe(\"Height of the photo in pixels\"),\n avg_color: z.string().describe(\"Average color of the photo in hex code\"),\n photographer: z.string().describe(\"Name of the photographer\"),\n photographer_id: z.number().int().describe(\"Photographer's unique identifier\"),\n photographer_url: z.string().describe(\"URL of the photographer's profile\"),\n}).describe(\"Detailed information for a single photo.\");\n\nexport const pexelsGetPhoto = action(\"PEXELS_GET_PHOTO\", {\n slug: \"pexels-get-photo\",\n name: \"Get Photo\",\n description: \"Tool to retrieve detailed information about a specific photo. Use when you have a valid photo ID to fetch metadata including dimensions, photographer details, and image URLs. Use after confirming the photo ID from search or curated endpoints.\",\n input: PexelsGetPhotoInput,\n output: PexelsGetPhotoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gCAA8C,EAAE,OAAO;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACnD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACvD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAClE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAelD,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnBgD,EAAE,OAAO;EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;EACzD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EAClE,KAAK,8BAA8B,SAAS;EAC5C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACxD,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;EAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACvE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EAC5D,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAC7E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3E,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-photo.mjs","names":[],"sources":["../../src/actions/get-photo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PexelsGetPhotoInput = z.object({\n id: z.number().int().describe(\"The unique identifier of the photo to retrieve\"),\n}).describe(\"Request schema for retrieving a specific photo by its ID.\");\nconst PexelsGetPhoto_PhotoSrcSchema = z.object({\n tiny: z.string().describe(\"Tiny size photo URL\").nullable(),\n large: z.string().describe(\"Large size photo URL\").nullable(),\n small: z.string().describe(\"Small size photo URL\").nullable(),\n medium: z.string().describe(\"Medium size photo URL\").nullable(),\n large2x: z.string().describe(\"Double-resolution large size photo URL\").nullable(),\n original: z.string().describe(\"Original size photo URL\").nullable(),\n portrait: z.string().describe(\"Portrait orientation photo URL\").nullable(),\n landscape: z.string().describe(\"Landscape orientation photo URL\").nullable(),\n}).describe(\"Various image size URLs for a photo.\");\nexport const PexelsGetPhotoOutput = z.object({\n id: z.number().int().describe(\"Photo's unique identifier\").nullable(),\n alt: z.string().describe(\"Alternate text description of the photo\").nullable(),\n src: PexelsGetPhoto_PhotoSrcSchema.nullable(),\n url: z.string().describe(\"Pexels page URL for the photo\").nullable(),\n liked: z.boolean().describe(\"Whether the requesting user has liked this photo\").nullable(),\n width: z.number().int().describe(\"Width of the photo in pixels\").nullable(),\n height: z.number().int().describe(\"Height of the photo in pixels\").nullable(),\n avg_color: z.string().describe(\"Average color of the photo in hex code\").nullable(),\n photographer: z.string().describe(\"Name of the photographer\").nullable(),\n photographer_id: z.number().int().describe(\"Photographer's unique identifier\").nullable(),\n photographer_url: z.string().describe(\"URL of the photographer's profile\").nullable(),\n}).describe(\"Detailed information for a single photo.\");\n\nexport const pexelsGetPhoto = action(\"PEXELS_GET_PHOTO\", {\n slug: \"pexels-get-photo\",\n name: \"Get Photo\",\n description: \"Tool to retrieve detailed information about a specific photo. Use when you have a valid photo ID to fetch metadata including dimensions, photographer details, and image URLs. Use after confirming the photo ID from search or curated endpoints.\",\n input: PexelsGetPhotoInput,\n output: PexelsGetPhotoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsB,EAAE,OAAO,EAC1C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gCAAgC,EAAE,OAAO;CAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAelD,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnBkC,EAAE,OAAO;EAC3C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC7E,KAAK,8BAA8B,SAAS;EAC5C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACnE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACzF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACvE,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACxF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}