@keystrokehq/piloterr 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/auchan-product.cjs +31 -0
- package/dist/actions/auchan-product.cjs.map +1 -0
- package/dist/actions/auchan-product.d.cts +9 -0
- package/dist/actions/auchan-product.d.cts.map +1 -0
- package/dist/actions/auchan-product.d.mts +9 -0
- package/dist/actions/auchan-product.d.mts.map +1 -0
- package/dist/actions/auchan-product.mjs +30 -0
- package/dist/actions/auchan-product.mjs.map +1 -0
- package/dist/actions/auchan-search.cjs +38 -0
- package/dist/actions/auchan-search.cjs.map +1 -0
- package/dist/actions/auchan-search.d.cts +9 -0
- package/dist/actions/auchan-search.d.cts.map +1 -0
- package/dist/actions/auchan-search.d.mts +9 -0
- package/dist/actions/auchan-search.d.mts.map +1 -0
- package/dist/actions/auchan-search.mjs +37 -0
- package/dist/actions/auchan-search.mjs.map +1 -0
- package/dist/actions/get-product-info.cjs +83 -0
- package/dist/actions/get-product-info.cjs.map +1 -0
- package/dist/actions/get-product-info.d.cts +9 -0
- package/dist/actions/get-product-info.d.cts.map +1 -0
- package/dist/actions/get-product-info.d.mts +9 -0
- package/dist/actions/get-product-info.d.mts.map +1 -0
- package/dist/actions/get-product-info.mjs +82 -0
- package/dist/actions/get-product-info.mjs.map +1 -0
- package/dist/actions/index.cjs +25 -0
- package/dist/actions/index.d.cts +13 -0
- package/dist/actions/index.d.mts +13 -0
- package/dist/actions/index.mjs +13 -0
- package/dist/actions/list-chewy-products.cjs +22 -0
- package/dist/actions/list-chewy-products.cjs.map +1 -0
- package/dist/actions/list-chewy-products.d.cts +9 -0
- package/dist/actions/list-chewy-products.d.cts.map +1 -0
- package/dist/actions/list-chewy-products.d.mts +9 -0
- package/dist/actions/list-chewy-products.d.mts.map +1 -0
- package/dist/actions/list-chewy-products.mjs +21 -0
- package/dist/actions/list-chewy-products.mjs.map +1 -0
- package/dist/actions/list-eleclerc-stores.cjs +63 -0
- package/dist/actions/list-eleclerc-stores.cjs.map +1 -0
- package/dist/actions/list-eleclerc-stores.d.cts +9 -0
- package/dist/actions/list-eleclerc-stores.d.cts.map +1 -0
- package/dist/actions/list-eleclerc-stores.d.mts +9 -0
- package/dist/actions/list-eleclerc-stores.d.mts.map +1 -0
- package/dist/actions/list-eleclerc-stores.mjs +62 -0
- package/dist/actions/list-eleclerc-stores.mjs.map +1 -0
- package/dist/actions/list-google-countries.cjs +20 -0
- package/dist/actions/list-google-countries.cjs.map +1 -0
- package/dist/actions/list-google-countries.d.cts +9 -0
- package/dist/actions/list-google-countries.d.cts.map +1 -0
- package/dist/actions/list-google-countries.d.mts +9 -0
- package/dist/actions/list-google-countries.d.mts.map +1 -0
- package/dist/actions/list-google-countries.mjs +19 -0
- package/dist/actions/list-google-countries.mjs.map +1 -0
- package/dist/actions/list-google-languages.cjs +20 -0
- package/dist/actions/list-google-languages.cjs.map +1 -0
- package/dist/actions/list-google-languages.d.cts +9 -0
- package/dist/actions/list-google-languages.d.cts.map +1 -0
- package/dist/actions/list-google-languages.d.mts +9 -0
- package/dist/actions/list-google-languages.d.mts.map +1 -0
- package/dist/actions/list-google-languages.mjs +19 -0
- package/dist/actions/list-google-languages.mjs.map +1 -0
- package/dist/actions/list-google-locations.cjs +27 -0
- package/dist/actions/list-google-locations.cjs.map +1 -0
- package/dist/actions/list-google-locations.d.cts +9 -0
- package/dist/actions/list-google-locations.d.cts.map +1 -0
- package/dist/actions/list-google-locations.d.mts +9 -0
- package/dist/actions/list-google-locations.d.mts.map +1 -0
- package/dist/actions/list-google-locations.mjs +26 -0
- package/dist/actions/list-google-locations.mjs.map +1 -0
- package/dist/actions/list-leroy-merlin-products.cjs +22 -0
- package/dist/actions/list-leroy-merlin-products.cjs.map +1 -0
- package/dist/actions/list-leroy-merlin-products.d.cts +9 -0
- package/dist/actions/list-leroy-merlin-products.d.cts.map +1 -0
- package/dist/actions/list-leroy-merlin-products.d.mts +9 -0
- package/dist/actions/list-leroy-merlin-products.d.mts.map +1 -0
- package/dist/actions/list-leroy-merlin-products.mjs +21 -0
- package/dist/actions/list-leroy-merlin-products.mjs.map +1 -0
- package/dist/actions/list-linked-in-industries.cjs +24 -0
- package/dist/actions/list-linked-in-industries.cjs.map +1 -0
- package/dist/actions/list-linked-in-industries.d.cts +9 -0
- package/dist/actions/list-linked-in-industries.d.cts.map +1 -0
- package/dist/actions/list-linked-in-industries.d.mts +9 -0
- package/dist/actions/list-linked-in-industries.d.mts.map +1 -0
- package/dist/actions/list-linked-in-industries.mjs +23 -0
- package/dist/actions/list-linked-in-industries.mjs.map +1 -0
- package/dist/actions/search.cjs +61 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +9 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +9 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +60 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/usage-get.cjs +20 -0
- package/dist/actions/usage-get.cjs.map +1 -0
- package/dist/actions/usage-get.d.cts +9 -0
- package/dist/actions/usage-get.d.cts.map +1 -0
- package/dist/actions/usage-get.d.mts +9 -0
- package/dist/actions/usage-get.d.mts.map +1 -0
- package/dist/actions/usage-get.mjs +17 -0
- package/dist/actions/usage-get.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +16 -0
- package/package.json +49 -0
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @keystrokehq/piloterr
|
|
2
|
+
|
|
3
|
+
Keystroke-managed integration.
|
|
4
|
+
|
|
5
|
+
**App:** `piloterr`
|
|
6
|
+
**Version:** `20260615_00`
|
|
7
|
+
**Actions:** 12
|
|
8
|
+
|
|
9
|
+
```ts
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { piloterrAuchanProduct } from "@keystrokehq/piloterr/actions";
|
|
12
|
+
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "piloterr-agent",
|
|
15
|
+
tools: [piloterrAuchanProduct],
|
|
16
|
+
});
|
|
17
|
+
```
|
package/dist/action.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_app = require("./app.cjs");
|
|
2
|
+
const require_execute = require("./execute.cjs");
|
|
3
|
+
require("zod");
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return require_app.piloterr.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await require_execute.executePiloterrTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.action = action;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["piloterr","executePiloterrTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { piloterr } from \"./app\";\nimport { executePiloterrTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return piloterr.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePiloterrTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,SAAS,OAAO;EACrB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,oBAAoB,MAAM,KAAgC,CAAC;EAC3F;CACF,CAAC;AACH"}
|
package/dist/action.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { piloterr } from "./app.mjs";
|
|
2
|
+
import { executePiloterrTool } from "./execute.mjs";
|
|
3
|
+
import "zod";
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return piloterr.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await executePiloterrTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { action };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { piloterr } from \"./app\";\nimport { executePiloterrTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return piloterr.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePiloterrTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,SAAS,OAAO;EACrB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,oBAAoB,MAAM,KAAgC,CAAC;EAC3F;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/auchan-product.ts
|
|
4
|
+
const PiloterrAuchanProductInput = zod.z.object({ query: zod.z.string().describe("The Auchan product URL to extract detailed data for.") }).describe("Request model for retrieving Auchan product details.");
|
|
5
|
+
const PiloterrAuchanProduct_ReviewsDetailsSchema = zod.z.object({
|
|
6
|
+
average_rating: zod.z.number().describe("Average rating score.").nullable().optional(),
|
|
7
|
+
rating_distribution: zod.z.object({}).describe("Distribution of ratings (1-5 stars).").nullable().optional()
|
|
8
|
+
}).describe("Customer reviews details.");
|
|
9
|
+
const PiloterrAuchanProductOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Product unique identifier."),
|
|
11
|
+
url: zod.z.string().describe("Auchan product page URL."),
|
|
12
|
+
brand: zod.z.string().describe("Brand of the product.").nullable().optional(),
|
|
13
|
+
image: zod.z.string().describe("Product image URL.").nullable().optional(),
|
|
14
|
+
title: zod.z.string().describe("Name/title of the product."),
|
|
15
|
+
rating: zod.z.number().describe("Product rating score.").nullable().optional(),
|
|
16
|
+
features: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Product features including description, nutritional values, etc.").nullable().optional(),
|
|
17
|
+
attributes: zod.z.array(zod.z.string()).describe("Product attributes like size/quantity.").nullable().optional(),
|
|
18
|
+
reviews_count: zod.z.number().int().describe("Number of customer reviews.").nullable().optional(),
|
|
19
|
+
reviews_details: PiloterrAuchanProduct_ReviewsDetailsSchema.nullable().optional()
|
|
20
|
+
}).describe("Detailed Auchan product information.");
|
|
21
|
+
const piloterrAuchanProduct = require_action.action("PILOTERR_AUCHAN_PRODUCT", {
|
|
22
|
+
slug: "piloterr-auchan-product",
|
|
23
|
+
name: "Auchan Product",
|
|
24
|
+
description: "Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.",
|
|
25
|
+
input: PiloterrAuchanProductInput,
|
|
26
|
+
output: PiloterrAuchanProductOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.piloterrAuchanProduct = piloterrAuchanProduct;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=auchan-product.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-product.cjs","names":["z","action"],"sources":["../../src/actions/auchan-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PiloterrAuchanProductInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"The Auchan product URL to extract detailed data for.\"),\n}).describe(\"Request model for retrieving Auchan product details.\");\nconst PiloterrAuchanProduct_ReviewsDetailsSchema: z.ZodTypeAny = z.object({\n average_rating: z.number().describe(\"Average rating score.\").nullable().optional(),\n rating_distribution: z.object({}).describe(\"Distribution of ratings (1-5 stars).\").nullable().optional(),\n}).describe(\"Customer reviews details.\");\nexport const PiloterrAuchanProductOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product unique identifier.\"),\n url: z.string().describe(\"Auchan product page URL.\"),\n brand: z.string().describe(\"Brand of the product.\").nullable().optional(),\n image: z.string().describe(\"Product image URL.\").nullable().optional(),\n title: z.string().describe(\"Name/title of the product.\"),\n rating: z.number().describe(\"Product rating score.\").nullable().optional(),\n features: z.record(z.string(), z.unknown()).describe(\"Product features including description, nutritional values, etc.\").nullable().optional(),\n attributes: z.array(z.string()).describe(\"Product attributes like size/quantity.\").nullable().optional(),\n reviews_count: z.number().int().describe(\"Number of customer reviews.\").nullable().optional(),\n reviews_details: PiloterrAuchanProduct_ReviewsDetailsSchema.nullable().optional(),\n}).describe(\"Detailed Auchan product information.\");\n\nexport const piloterrAuchanProduct = action(\"PILOTERR_AUCHAN_PRODUCT\", {\n slug: \"piloterr-auchan-product\",\n name: \"Auchan Product\",\n description: \"Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.\",\n input: PiloterrAuchanProductInput,\n output: PiloterrAuchanProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACnF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,iBAAiB,2CAA2C,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/auchan-product.d.ts
|
|
4
|
+
declare const PiloterrAuchanProductInput: z.ZodTypeAny;
|
|
5
|
+
declare const PiloterrAuchanProductOutput: z.ZodTypeAny;
|
|
6
|
+
declare const piloterrAuchanProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { piloterrAuchanProduct };
|
|
9
|
+
//# sourceMappingURL=auchan-product.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-product.d.cts","names":[],"sources":["../../src/actions/auchan-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEwB;AAAA,cAKtD,2BAAA,EAA6B,CAAA,CAAE,UAWO;AAAA,cAEtC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/auchan-product.d.ts
|
|
4
|
+
declare const PiloterrAuchanProductInput: z.ZodTypeAny;
|
|
5
|
+
declare const PiloterrAuchanProductOutput: z.ZodTypeAny;
|
|
6
|
+
declare const piloterrAuchanProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { piloterrAuchanProduct };
|
|
9
|
+
//# sourceMappingURL=auchan-product.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-product.d.mts","names":[],"sources":["../../src/actions/auchan-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEwB;AAAA,cAKtD,2BAAA,EAA6B,CAAA,CAAE,UAWO;AAAA,cAEtC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/auchan-product.ts
|
|
4
|
+
const PiloterrAuchanProductInput = z.object({ query: z.string().describe("The Auchan product URL to extract detailed data for.") }).describe("Request model for retrieving Auchan product details.");
|
|
5
|
+
const PiloterrAuchanProduct_ReviewsDetailsSchema = z.object({
|
|
6
|
+
average_rating: z.number().describe("Average rating score.").nullable().optional(),
|
|
7
|
+
rating_distribution: z.object({}).describe("Distribution of ratings (1-5 stars).").nullable().optional()
|
|
8
|
+
}).describe("Customer reviews details.");
|
|
9
|
+
const piloterrAuchanProduct = action("PILOTERR_AUCHAN_PRODUCT", {
|
|
10
|
+
slug: "piloterr-auchan-product",
|
|
11
|
+
name: "Auchan Product",
|
|
12
|
+
description: "Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.",
|
|
13
|
+
input: PiloterrAuchanProductInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
id: z.string().describe("Product unique identifier."),
|
|
16
|
+
url: z.string().describe("Auchan product page URL."),
|
|
17
|
+
brand: z.string().describe("Brand of the product.").nullable().optional(),
|
|
18
|
+
image: z.string().describe("Product image URL.").nullable().optional(),
|
|
19
|
+
title: z.string().describe("Name/title of the product."),
|
|
20
|
+
rating: z.number().describe("Product rating score.").nullable().optional(),
|
|
21
|
+
features: z.record(z.string(), z.unknown()).describe("Product features including description, nutritional values, etc.").nullable().optional(),
|
|
22
|
+
attributes: z.array(z.string()).describe("Product attributes like size/quantity.").nullable().optional(),
|
|
23
|
+
reviews_count: z.number().int().describe("Number of customer reviews.").nullable().optional(),
|
|
24
|
+
reviews_details: PiloterrAuchanProduct_ReviewsDetailsSchema.nullable().optional()
|
|
25
|
+
}).describe("Detailed Auchan product information.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { piloterrAuchanProduct };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=auchan-product.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-product.mjs","names":[],"sources":["../../src/actions/auchan-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PiloterrAuchanProductInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"The Auchan product URL to extract detailed data for.\"),\n}).describe(\"Request model for retrieving Auchan product details.\");\nconst PiloterrAuchanProduct_ReviewsDetailsSchema: z.ZodTypeAny = z.object({\n average_rating: z.number().describe(\"Average rating score.\").nullable().optional(),\n rating_distribution: z.object({}).describe(\"Distribution of ratings (1-5 stars).\").nullable().optional(),\n}).describe(\"Customer reviews details.\");\nexport const PiloterrAuchanProductOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product unique identifier.\"),\n url: z.string().describe(\"Auchan product page URL.\"),\n brand: z.string().describe(\"Brand of the product.\").nullable().optional(),\n image: z.string().describe(\"Product image URL.\").nullable().optional(),\n title: z.string().describe(\"Name/title of the product.\"),\n rating: z.number().describe(\"Product rating score.\").nullable().optional(),\n features: z.record(z.string(), z.unknown()).describe(\"Product features including description, nutritional values, etc.\").nullable().optional(),\n attributes: z.array(z.string()).describe(\"Product attributes like size/quantity.\").nullable().optional(),\n reviews_count: z.number().int().describe(\"Number of customer reviews.\").nullable().optional(),\n reviews_details: PiloterrAuchanProduct_ReviewsDetailsSchema.nullable().optional(),\n}).describe(\"Detailed Auchan product information.\");\n\nexport const piloterrAuchanProduct = action(\"PILOTERR_AUCHAN_PRODUCT\", {\n slug: \"piloterr-auchan-product\",\n name: \"Auchan Product\",\n description: \"Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.\",\n input: PiloterrAuchanProductInput,\n output: PiloterrAuchanProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACnF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,6CAA2D,EAAE,OAAO;CACxE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,qBAAqB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,2BAA2B;AAcvC,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlBuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACpD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EACnD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,iBAAiB,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAClF,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/auchan-search.ts
|
|
4
|
+
const PiloterrAuchanSearchInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().default(1).describe("Results page number (>=1).").optional(),
|
|
6
|
+
query: zod.z.string().describe("Product search term or full Auchan search URL.")
|
|
7
|
+
}).describe("Request model for searching products on Auchan.");
|
|
8
|
+
const PiloterrAuchanSearch_AuchanProductSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Product ID (UUID)."),
|
|
10
|
+
url: zod.z.string().describe("Product detail page URL."),
|
|
11
|
+
brand: zod.z.string().describe("Brand name of the product.").nullable().optional(),
|
|
12
|
+
image: zod.z.string().describe("Image URL of the product.").nullable().optional(),
|
|
13
|
+
title: zod.z.string().describe("Title/Name of the product."),
|
|
14
|
+
rating: zod.z.number().describe("Product rating.").nullable().optional(),
|
|
15
|
+
attributes: zod.z.array(zod.z.string()).describe("Product attributes (e.g. size, quantity).").nullable().optional(),
|
|
16
|
+
reviews_count: zod.z.number().int().describe("Number of reviews.").nullable().optional()
|
|
17
|
+
}).describe("Single product result from Auchan search.");
|
|
18
|
+
const PiloterrAuchanSearch_AuchanPaginationSchema = zod.z.object({
|
|
19
|
+
next: zod.z.number().int().describe("Next page number.").nullable().optional(),
|
|
20
|
+
current: zod.z.number().int().describe("Current page number."),
|
|
21
|
+
other_pages: zod.z.array(zod.z.number().int()).describe("Other available page numbers.").nullable().optional(),
|
|
22
|
+
has_next_page: zod.z.boolean().describe("Whether there are more pages.")
|
|
23
|
+
}).describe("Pagination info for Auchan search results.");
|
|
24
|
+
const PiloterrAuchanSearchOutput = zod.z.object({
|
|
25
|
+
results: zod.z.array(PiloterrAuchanSearch_AuchanProductSchema).describe("List of product results found.").nullable().optional(),
|
|
26
|
+
pagination: PiloterrAuchanSearch_AuchanPaginationSchema.nullable()
|
|
27
|
+
}).describe("Response model for Auchan product search.");
|
|
28
|
+
const piloterrAuchanSearch = require_action.action("PILOTERR_AUCHAN_SEARCH", {
|
|
29
|
+
slug: "piloterr-auchan-search",
|
|
30
|
+
name: "Auchan Product Search",
|
|
31
|
+
description: "Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.",
|
|
32
|
+
input: PiloterrAuchanSearchInput,
|
|
33
|
+
output: PiloterrAuchanSearchOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.piloterrAuchanSearch = piloterrAuchanSearch;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=auchan-search.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-search.cjs","names":["z","action"],"sources":["../../src/actions/auchan-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PiloterrAuchanSearchInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Results page number (>=1).\").optional(),\n query: z.string().describe(\"Product search term or full Auchan search URL.\"),\n}).describe(\"Request model for searching products on Auchan.\");\nconst PiloterrAuchanSearch_AuchanProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product ID (UUID).\"),\n url: z.string().describe(\"Product detail page URL.\"),\n brand: z.string().describe(\"Brand name of the product.\").nullable().optional(),\n image: z.string().describe(\"Image URL of the product.\").nullable().optional(),\n title: z.string().describe(\"Title/Name of the product.\"),\n rating: z.number().describe(\"Product rating.\").nullable().optional(),\n attributes: z.array(z.string()).describe(\"Product attributes (e.g. size, quantity).\").nullable().optional(),\n reviews_count: z.number().int().describe(\"Number of reviews.\").nullable().optional(),\n}).describe(\"Single product result from Auchan search.\");\nconst PiloterrAuchanSearch_AuchanPaginationSchema: z.ZodTypeAny = z.object({\n next: z.number().int().describe(\"Next page number.\").nullable().optional(),\n current: z.number().int().describe(\"Current page number.\"),\n other_pages: z.array(z.number().int()).describe(\"Other available page numbers.\").nullable().optional(),\n has_next_page: z.boolean().describe(\"Whether there are more pages.\"),\n}).describe(\"Pagination info for Auchan search results.\");\nexport const PiloterrAuchanSearchOutput: z.ZodTypeAny = z.object({\n results: z.array(PiloterrAuchanSearch_AuchanProductSchema).describe(\"List of product results found.\").nullable().optional(),\n pagination: PiloterrAuchanSearch_AuchanPaginationSchema.nullable(),\n}).describe(\"Response model for Auchan product search.\");\n\nexport const piloterrAuchanSearch = action(\"PILOTERR_AUCHAN_SEARCH\", {\n slug: \"piloterr-auchan-search\",\n name: \"Auchan Product Search\",\n description: \"Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.\",\n input: PiloterrAuchanSearchInput,\n output: PiloterrAuchanSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC7E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACzD,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;AACrE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAY,4CAA4C,SAAS;AACnE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/auchan-search.d.ts
|
|
4
|
+
declare const PiloterrAuchanSearchInput: z.ZodTypeAny;
|
|
5
|
+
declare const PiloterrAuchanSearchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const piloterrAuchanSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { piloterrAuchanSearch };
|
|
9
|
+
//# sourceMappingURL=auchan-search.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-search.d.cts","names":[],"sources":["../../src/actions/auchan-search.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGoB;AAAA,cAiBjD,0BAAA,EAA4B,CAAA,CAAE,UAGa;AAAA,cAE3C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/auchan-search.d.ts
|
|
4
|
+
declare const PiloterrAuchanSearchInput: z.ZodTypeAny;
|
|
5
|
+
declare const PiloterrAuchanSearchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const piloterrAuchanSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { piloterrAuchanSearch };
|
|
9
|
+
//# sourceMappingURL=auchan-search.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-search.d.mts","names":[],"sources":["../../src/actions/auchan-search.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGoB;AAAA,cAiBjD,0BAAA,EAA4B,CAAA,CAAE,UAGa;AAAA,cAE3C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/auchan-search.ts
|
|
4
|
+
const PiloterrAuchanSearchInput = z.object({
|
|
5
|
+
page: z.number().int().default(1).describe("Results page number (>=1).").optional(),
|
|
6
|
+
query: z.string().describe("Product search term or full Auchan search URL.")
|
|
7
|
+
}).describe("Request model for searching products on Auchan.");
|
|
8
|
+
const PiloterrAuchanSearch_AuchanProductSchema = z.object({
|
|
9
|
+
id: z.string().describe("Product ID (UUID)."),
|
|
10
|
+
url: z.string().describe("Product detail page URL."),
|
|
11
|
+
brand: z.string().describe("Brand name of the product.").nullable().optional(),
|
|
12
|
+
image: z.string().describe("Image URL of the product.").nullable().optional(),
|
|
13
|
+
title: z.string().describe("Title/Name of the product."),
|
|
14
|
+
rating: z.number().describe("Product rating.").nullable().optional(),
|
|
15
|
+
attributes: z.array(z.string()).describe("Product attributes (e.g. size, quantity).").nullable().optional(),
|
|
16
|
+
reviews_count: z.number().int().describe("Number of reviews.").nullable().optional()
|
|
17
|
+
}).describe("Single product result from Auchan search.");
|
|
18
|
+
const PiloterrAuchanSearch_AuchanPaginationSchema = z.object({
|
|
19
|
+
next: z.number().int().describe("Next page number.").nullable().optional(),
|
|
20
|
+
current: z.number().int().describe("Current page number."),
|
|
21
|
+
other_pages: z.array(z.number().int()).describe("Other available page numbers.").nullable().optional(),
|
|
22
|
+
has_next_page: z.boolean().describe("Whether there are more pages.")
|
|
23
|
+
}).describe("Pagination info for Auchan search results.");
|
|
24
|
+
const piloterrAuchanSearch = action("PILOTERR_AUCHAN_SEARCH", {
|
|
25
|
+
slug: "piloterr-auchan-search",
|
|
26
|
+
name: "Auchan Product Search",
|
|
27
|
+
description: "Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.",
|
|
28
|
+
input: PiloterrAuchanSearchInput,
|
|
29
|
+
output: z.object({
|
|
30
|
+
results: z.array(PiloterrAuchanSearch_AuchanProductSchema).describe("List of product results found.").nullable().optional(),
|
|
31
|
+
pagination: PiloterrAuchanSearch_AuchanPaginationSchema.nullable()
|
|
32
|
+
}).describe("Response model for Auchan product search.")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { piloterrAuchanSearch };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=auchan-search.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auchan-search.mjs","names":[],"sources":["../../src/actions/auchan-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PiloterrAuchanSearchInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Results page number (>=1).\").optional(),\n query: z.string().describe(\"Product search term or full Auchan search URL.\"),\n}).describe(\"Request model for searching products on Auchan.\");\nconst PiloterrAuchanSearch_AuchanProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product ID (UUID).\"),\n url: z.string().describe(\"Product detail page URL.\"),\n brand: z.string().describe(\"Brand name of the product.\").nullable().optional(),\n image: z.string().describe(\"Image URL of the product.\").nullable().optional(),\n title: z.string().describe(\"Title/Name of the product.\"),\n rating: z.number().describe(\"Product rating.\").nullable().optional(),\n attributes: z.array(z.string()).describe(\"Product attributes (e.g. size, quantity).\").nullable().optional(),\n reviews_count: z.number().int().describe(\"Number of reviews.\").nullable().optional(),\n}).describe(\"Single product result from Auchan search.\");\nconst PiloterrAuchanSearch_AuchanPaginationSchema: z.ZodTypeAny = z.object({\n next: z.number().int().describe(\"Next page number.\").nullable().optional(),\n current: z.number().int().describe(\"Current page number.\"),\n other_pages: z.array(z.number().int()).describe(\"Other available page numbers.\").nullable().optional(),\n has_next_page: z.boolean().describe(\"Whether there are more pages.\"),\n}).describe(\"Pagination info for Auchan search results.\");\nexport const PiloterrAuchanSearchOutput: z.ZodTypeAny = z.object({\n results: z.array(PiloterrAuchanSearch_AuchanProductSchema).describe(\"List of product results found.\").nullable().optional(),\n pagination: PiloterrAuchanSearch_AuchanPaginationSchema.nullable(),\n}).describe(\"Response model for Auchan product search.\");\n\nexport const piloterrAuchanSearch = action(\"PILOTERR_AUCHAN_SEARCH\", {\n slug: \"piloterr-auchan-search\",\n name: \"Auchan Product Search\",\n description: \"Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.\",\n input: PiloterrAuchanSearchInput,\n output: PiloterrAuchanSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC7E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACnD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACzD,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;AACrE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAMxD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsD,EAAE,OAAO;EAC/D,SAAS,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,YAAY,4CAA4C,SAAS;CACnE,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-product-info.ts
|
|
4
|
+
const PiloterrGetProductInfoInput = zod.z.object({
|
|
5
|
+
query: zod.z.string().describe("A G2 product search query (product name or G2 URL)."),
|
|
6
|
+
nps_score: zod.z.number().int().describe("Optional NPS score to filter reviews by.").optional()
|
|
7
|
+
}).describe("Request model for retrieving detailed product information from G2.");
|
|
8
|
+
const PiloterrGetProductInfo_ReviewSchema = zod.z.object({
|
|
9
|
+
date: zod.z.string().describe("Review date.").nullable().optional(),
|
|
10
|
+
title: zod.z.string().describe("Review title.").nullable().optional(),
|
|
11
|
+
rating: zod.z.number().describe("Review rating.").nullable().optional(),
|
|
12
|
+
content: zod.z.string().describe("Review content.").nullable().optional(),
|
|
13
|
+
reviewer: zod.z.string().describe("Reviewer name.").nullable().optional()
|
|
14
|
+
}).describe("Product review details.");
|
|
15
|
+
const PiloterrGetProductInfo_BreadcrumbSchema = zod.z.object({
|
|
16
|
+
url: zod.z.string().default("").describe("Breadcrumb URL.").nullable().optional(),
|
|
17
|
+
name: zod.z.string().default("").describe("Breadcrumb name.").nullable().optional(),
|
|
18
|
+
position: zod.z.number().int().default(0).describe("Position in breadcrumb trail.").nullable().optional()
|
|
19
|
+
}).describe("Breadcrumb navigation item.");
|
|
20
|
+
const PiloterrGetProductInfo_ComparisonSchema = zod.z.object({
|
|
21
|
+
url: zod.z.string().describe("Comparison URL.").nullable().optional(),
|
|
22
|
+
name: zod.z.string().describe("Compared product name.").nullable().optional()
|
|
23
|
+
}).describe("Product comparison information.");
|
|
24
|
+
const PiloterrGetProductInfo_ScreenshotSchema = zod.z.object({
|
|
25
|
+
url: zod.z.string().default("").describe("Screenshot URL.").nullable().optional(),
|
|
26
|
+
description: zod.z.string().default("").describe("Screenshot description.").nullable().optional()
|
|
27
|
+
}).describe("Product screenshot with description.");
|
|
28
|
+
const PiloterrGetProductInfo_AlternativeSchema = zod.z.object({
|
|
29
|
+
url: zod.z.string().describe("Alternative product URL.").nullable().optional(),
|
|
30
|
+
name: zod.z.string().describe("Alternative product name.").nullable().optional(),
|
|
31
|
+
rating: zod.z.number().describe("Alternative product rating.").nullable().optional()
|
|
32
|
+
}).describe("Alternative product information.");
|
|
33
|
+
const PiloterrGetProductInfo_PricingPlanSchema = zod.z.object({
|
|
34
|
+
name: zod.z.string().describe("Plan name.").nullable().optional(),
|
|
35
|
+
price: zod.z.string().describe("Plan price.").nullable().optional(),
|
|
36
|
+
features: zod.z.array(zod.z.string()).describe("Plan features.").nullable().optional()
|
|
37
|
+
}).describe("Pricing plan information.");
|
|
38
|
+
const PiloterrGetProductInfoOutput = zod.z.object({
|
|
39
|
+
rating: zod.z.number().describe("Overall product rating.").nullable().optional(),
|
|
40
|
+
reviews: zod.z.array(PiloterrGetProductInfo_ReviewSchema).describe("List of product reviews.").nullable().optional(),
|
|
41
|
+
what_is: zod.z.string().describe("Product 'what is' description.").nullable().optional(),
|
|
42
|
+
category: zod.z.string().describe("Primary product category.").nullable().optional(),
|
|
43
|
+
breadcrumb: zod.z.array(PiloterrGetProductInfo_BreadcrumbSchema).describe("Breadcrumb navigation.").nullable().optional(),
|
|
44
|
+
categories: zod.z.array(zod.z.string()).describe("List of product categories.").nullable().optional(),
|
|
45
|
+
company_id: zod.z.string().describe("Company identifier.").nullable().optional(),
|
|
46
|
+
is_claimed: zod.z.boolean().default(false).describe("Whether the product profile is claimed.").nullable().optional(),
|
|
47
|
+
product_id: zod.z.string().describe("Product identifier.").nullable().optional(),
|
|
48
|
+
comparisons: zod.z.array(PiloterrGetProductInfo_ComparisonSchema).describe("Product comparisons.").nullable().optional(),
|
|
49
|
+
medal_image: zod.z.string().describe("Medal/badge image URL.").nullable().optional(),
|
|
50
|
+
screenshots: zod.z.array(PiloterrGetProductInfo_ScreenshotSchema).describe("Product screenshots.").nullable().optional(),
|
|
51
|
+
seller_name: zod.z.string().describe("Seller name.").nullable().optional(),
|
|
52
|
+
twitter_url: zod.z.string().describe("Twitter profile URL.").nullable().optional(),
|
|
53
|
+
alternatives: zod.z.array(PiloterrGetProductInfo_AlternativeSchema).describe("Alternative products.").nullable().optional(),
|
|
54
|
+
linkedin_url: zod.z.string().describe("LinkedIn profile URL.").nullable().optional(),
|
|
55
|
+
product_link: zod.z.string().describe("Product page link.").nullable().optional(),
|
|
56
|
+
product_logo: zod.z.string().describe("Product logo URL.").nullable().optional(),
|
|
57
|
+
product_name: zod.z.string().describe("Product name.").nullable().optional(),
|
|
58
|
+
product_type: zod.z.string().describe("Product type.").nullable().optional(),
|
|
59
|
+
pricing_plans: zod.z.array(PiloterrGetProductInfo_PricingPlanSchema).describe("Available pricing plans.").nullable().optional(),
|
|
60
|
+
reviews_count: zod.z.number().int().describe("Total number of reviews.").nullable().optional(),
|
|
61
|
+
company_website: zod.z.string().describe("Company website URL.").nullable().optional(),
|
|
62
|
+
product_website: zod.z.string().describe("Product website URL.").nullable().optional(),
|
|
63
|
+
company_location: zod.z.string().describe("Company location.").nullable().optional(),
|
|
64
|
+
discussions_link: zod.z.string().describe("Discussions link.").nullable().optional(),
|
|
65
|
+
popular_mentions: zod.z.array(zod.z.string()).describe("Popular mentions.").nullable().optional(),
|
|
66
|
+
discussions_count: zod.z.number().int().describe("Number of discussions.").nullable().optional(),
|
|
67
|
+
star_distribution: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Star rating distribution.").nullable().optional(),
|
|
68
|
+
product_description: zod.z.string().describe("Detailed product description.").nullable().optional(),
|
|
69
|
+
company_year_founded: zod.z.number().int().describe("Company founding year.").nullable().optional(),
|
|
70
|
+
twitter_followers_count: zod.z.number().int().describe("Twitter followers count.").nullable().optional(),
|
|
71
|
+
linkedin_employees_count: zod.z.number().int().describe("LinkedIn employees count.").nullable().optional()
|
|
72
|
+
}).describe("Response model for G2 product information retrieval.");
|
|
73
|
+
const piloterrGetProductInfo = require_action.action("PILOTERR_GET_PRODUCT_INFO", {
|
|
74
|
+
slug: "piloterr-get-product-info",
|
|
75
|
+
name: "Piloterr Get Product Info",
|
|
76
|
+
description: "Tool to retrieve detailed product information from G2. Use when you need full product details including ratings, reviews, pricing, and company info. Accepts a product name or G2 URL as query.",
|
|
77
|
+
input: PiloterrGetProductInfoInput,
|
|
78
|
+
output: PiloterrGetProductInfoOutput
|
|
79
|
+
});
|
|
80
|
+
//#endregion
|
|
81
|
+
exports.piloterrGetProductInfo = piloterrGetProductInfo;
|
|
82
|
+
|
|
83
|
+
//# sourceMappingURL=get-product-info.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-info.cjs","names":["z","action"],"sources":["../../src/actions/get-product-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PiloterrGetProductInfoInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"A G2 product search query (product name or G2 URL).\"),\n nps_score: z.number().int().describe(\"Optional NPS score to filter reviews by.\").optional(),\n}).describe(\"Request model for retrieving detailed product information from G2.\");\nconst PiloterrGetProductInfo_ReviewSchema: z.ZodTypeAny = z.object({\n date: z.string().describe(\"Review date.\").nullable().optional(),\n title: z.string().describe(\"Review title.\").nullable().optional(),\n rating: z.number().describe(\"Review rating.\").nullable().optional(),\n content: z.string().describe(\"Review content.\").nullable().optional(),\n reviewer: z.string().describe(\"Reviewer name.\").nullable().optional(),\n}).describe(\"Product review details.\");\nconst PiloterrGetProductInfo_BreadcrumbSchema: z.ZodTypeAny = z.object({\n url: z.string().default(\"\").describe(\"Breadcrumb URL.\").nullable().optional(),\n name: z.string().default(\"\").describe(\"Breadcrumb name.\").nullable().optional(),\n position: z.number().int().default(0).describe(\"Position in breadcrumb trail.\").nullable().optional(),\n}).describe(\"Breadcrumb navigation item.\");\nconst PiloterrGetProductInfo_ComparisonSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Comparison URL.\").nullable().optional(),\n name: z.string().describe(\"Compared product name.\").nullable().optional(),\n}).describe(\"Product comparison information.\");\nconst PiloterrGetProductInfo_ScreenshotSchema: z.ZodTypeAny = z.object({\n url: z.string().default(\"\").describe(\"Screenshot URL.\").nullable().optional(),\n description: z.string().default(\"\").describe(\"Screenshot description.\").nullable().optional(),\n}).describe(\"Product screenshot with description.\");\nconst PiloterrGetProductInfo_AlternativeSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Alternative product URL.\").nullable().optional(),\n name: z.string().describe(\"Alternative product name.\").nullable().optional(),\n rating: z.number().describe(\"Alternative product rating.\").nullable().optional(),\n}).describe(\"Alternative product information.\");\nconst PiloterrGetProductInfo_PricingPlanSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Plan name.\").nullable().optional(),\n price: z.string().describe(\"Plan price.\").nullable().optional(),\n features: z.array(z.string()).describe(\"Plan features.\").nullable().optional(),\n}).describe(\"Pricing plan information.\");\nexport const PiloterrGetProductInfoOutput: z.ZodTypeAny = z.object({\n rating: z.number().describe(\"Overall product rating.\").nullable().optional(),\n reviews: z.array(PiloterrGetProductInfo_ReviewSchema).describe(\"List of product reviews.\").nullable().optional(),\n what_is: z.string().describe(\"Product 'what is' description.\").nullable().optional(),\n category: z.string().describe(\"Primary product category.\").nullable().optional(),\n breadcrumb: z.array(PiloterrGetProductInfo_BreadcrumbSchema).describe(\"Breadcrumb navigation.\").nullable().optional(),\n categories: z.array(z.string()).describe(\"List of product categories.\").nullable().optional(),\n company_id: z.string().describe(\"Company identifier.\").nullable().optional(),\n is_claimed: z.boolean().default(false).describe(\"Whether the product profile is claimed.\").nullable().optional(),\n product_id: z.string().describe(\"Product identifier.\").nullable().optional(),\n comparisons: z.array(PiloterrGetProductInfo_ComparisonSchema).describe(\"Product comparisons.\").nullable().optional(),\n medal_image: z.string().describe(\"Medal/badge image URL.\").nullable().optional(),\n screenshots: z.array(PiloterrGetProductInfo_ScreenshotSchema).describe(\"Product screenshots.\").nullable().optional(),\n seller_name: z.string().describe(\"Seller name.\").nullable().optional(),\n twitter_url: z.string().describe(\"Twitter profile URL.\").nullable().optional(),\n alternatives: z.array(PiloterrGetProductInfo_AlternativeSchema).describe(\"Alternative products.\").nullable().optional(),\n linkedin_url: z.string().describe(\"LinkedIn profile URL.\").nullable().optional(),\n product_link: z.string().describe(\"Product page link.\").nullable().optional(),\n product_logo: z.string().describe(\"Product logo URL.\").nullable().optional(),\n product_name: z.string().describe(\"Product name.\").nullable().optional(),\n product_type: z.string().describe(\"Product type.\").nullable().optional(),\n pricing_plans: z.array(PiloterrGetProductInfo_PricingPlanSchema).describe(\"Available pricing plans.\").nullable().optional(),\n reviews_count: z.number().int().describe(\"Total number of reviews.\").nullable().optional(),\n company_website: z.string().describe(\"Company website URL.\").nullable().optional(),\n product_website: z.string().describe(\"Product website URL.\").nullable().optional(),\n company_location: z.string().describe(\"Company location.\").nullable().optional(),\n discussions_link: z.string().describe(\"Discussions link.\").nullable().optional(),\n popular_mentions: z.array(z.string()).describe(\"Popular mentions.\").nullable().optional(),\n discussions_count: z.number().int().describe(\"Number of discussions.\").nullable().optional(),\n star_distribution: z.record(z.string(), z.unknown()).describe(\"Star rating distribution.\").nullable().optional(),\n product_description: z.string().describe(\"Detailed product description.\").nullable().optional(),\n company_year_founded: z.number().int().describe(\"Company founding year.\").nullable().optional(),\n twitter_followers_count: z.number().int().describe(\"Twitter followers count.\").nullable().optional(),\n linkedin_employees_count: z.number().int().describe(\"LinkedIn employees count.\").nullable().optional(),\n}).describe(\"Response model for G2 product information retrieval.\");\n\nexport const piloterrGetProductInfo = action(\"PILOTERR_GET_PRODUCT_INFO\", {\n slug: \"piloterr-get-product-info\",\n name: \"Piloterr Get Product Info\",\n description: \"Tool to retrieve detailed product information from G2. Use when you need full product details including ratings, reviews, pricing, and company info. Accepts a product name or G2 URL as query.\",\n input: PiloterrGetProductInfoInput,\n output: PiloterrGetProductInfoOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-product-info.d.ts
|
|
4
|
+
declare const PiloterrGetProductInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const PiloterrGetProductInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const piloterrGetProductInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { piloterrGetProductInfo };
|
|
9
|
+
//# sourceMappingURL=get-product-info.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-info.d.cts","names":[],"sources":["../../src/actions/get-product-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGqC;AAAA,cA+BpE,4BAAA,EAA8B,CAAA,CAAE,UAkCsB;AAAA,cAEtD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-product-info.d.ts
|
|
4
|
+
declare const PiloterrGetProductInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const PiloterrGetProductInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const piloterrGetProductInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { piloterrGetProductInfo };
|
|
9
|
+
//# sourceMappingURL=get-product-info.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-info.d.mts","names":[],"sources":["../../src/actions/get-product-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGqC;AAAA,cA+BpE,4BAAA,EAA8B,CAAA,CAAE,UAkCsB;AAAA,cAEtD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-product-info.ts
|
|
4
|
+
const PiloterrGetProductInfoInput = z.object({
|
|
5
|
+
query: z.string().describe("A G2 product search query (product name or G2 URL)."),
|
|
6
|
+
nps_score: z.number().int().describe("Optional NPS score to filter reviews by.").optional()
|
|
7
|
+
}).describe("Request model for retrieving detailed product information from G2.");
|
|
8
|
+
const PiloterrGetProductInfo_ReviewSchema = z.object({
|
|
9
|
+
date: z.string().describe("Review date.").nullable().optional(),
|
|
10
|
+
title: z.string().describe("Review title.").nullable().optional(),
|
|
11
|
+
rating: z.number().describe("Review rating.").nullable().optional(),
|
|
12
|
+
content: z.string().describe("Review content.").nullable().optional(),
|
|
13
|
+
reviewer: z.string().describe("Reviewer name.").nullable().optional()
|
|
14
|
+
}).describe("Product review details.");
|
|
15
|
+
const PiloterrGetProductInfo_BreadcrumbSchema = z.object({
|
|
16
|
+
url: z.string().default("").describe("Breadcrumb URL.").nullable().optional(),
|
|
17
|
+
name: z.string().default("").describe("Breadcrumb name.").nullable().optional(),
|
|
18
|
+
position: z.number().int().default(0).describe("Position in breadcrumb trail.").nullable().optional()
|
|
19
|
+
}).describe("Breadcrumb navigation item.");
|
|
20
|
+
const PiloterrGetProductInfo_ComparisonSchema = z.object({
|
|
21
|
+
url: z.string().describe("Comparison URL.").nullable().optional(),
|
|
22
|
+
name: z.string().describe("Compared product name.").nullable().optional()
|
|
23
|
+
}).describe("Product comparison information.");
|
|
24
|
+
const PiloterrGetProductInfo_ScreenshotSchema = z.object({
|
|
25
|
+
url: z.string().default("").describe("Screenshot URL.").nullable().optional(),
|
|
26
|
+
description: z.string().default("").describe("Screenshot description.").nullable().optional()
|
|
27
|
+
}).describe("Product screenshot with description.");
|
|
28
|
+
const PiloterrGetProductInfo_AlternativeSchema = z.object({
|
|
29
|
+
url: z.string().describe("Alternative product URL.").nullable().optional(),
|
|
30
|
+
name: z.string().describe("Alternative product name.").nullable().optional(),
|
|
31
|
+
rating: z.number().describe("Alternative product rating.").nullable().optional()
|
|
32
|
+
}).describe("Alternative product information.");
|
|
33
|
+
const PiloterrGetProductInfo_PricingPlanSchema = z.object({
|
|
34
|
+
name: z.string().describe("Plan name.").nullable().optional(),
|
|
35
|
+
price: z.string().describe("Plan price.").nullable().optional(),
|
|
36
|
+
features: z.array(z.string()).describe("Plan features.").nullable().optional()
|
|
37
|
+
}).describe("Pricing plan information.");
|
|
38
|
+
const piloterrGetProductInfo = action("PILOTERR_GET_PRODUCT_INFO", {
|
|
39
|
+
slug: "piloterr-get-product-info",
|
|
40
|
+
name: "Piloterr Get Product Info",
|
|
41
|
+
description: "Tool to retrieve detailed product information from G2. Use when you need full product details including ratings, reviews, pricing, and company info. Accepts a product name or G2 URL as query.",
|
|
42
|
+
input: PiloterrGetProductInfoInput,
|
|
43
|
+
output: z.object({
|
|
44
|
+
rating: z.number().describe("Overall product rating.").nullable().optional(),
|
|
45
|
+
reviews: z.array(PiloterrGetProductInfo_ReviewSchema).describe("List of product reviews.").nullable().optional(),
|
|
46
|
+
what_is: z.string().describe("Product 'what is' description.").nullable().optional(),
|
|
47
|
+
category: z.string().describe("Primary product category.").nullable().optional(),
|
|
48
|
+
breadcrumb: z.array(PiloterrGetProductInfo_BreadcrumbSchema).describe("Breadcrumb navigation.").nullable().optional(),
|
|
49
|
+
categories: z.array(z.string()).describe("List of product categories.").nullable().optional(),
|
|
50
|
+
company_id: z.string().describe("Company identifier.").nullable().optional(),
|
|
51
|
+
is_claimed: z.boolean().default(false).describe("Whether the product profile is claimed.").nullable().optional(),
|
|
52
|
+
product_id: z.string().describe("Product identifier.").nullable().optional(),
|
|
53
|
+
comparisons: z.array(PiloterrGetProductInfo_ComparisonSchema).describe("Product comparisons.").nullable().optional(),
|
|
54
|
+
medal_image: z.string().describe("Medal/badge image URL.").nullable().optional(),
|
|
55
|
+
screenshots: z.array(PiloterrGetProductInfo_ScreenshotSchema).describe("Product screenshots.").nullable().optional(),
|
|
56
|
+
seller_name: z.string().describe("Seller name.").nullable().optional(),
|
|
57
|
+
twitter_url: z.string().describe("Twitter profile URL.").nullable().optional(),
|
|
58
|
+
alternatives: z.array(PiloterrGetProductInfo_AlternativeSchema).describe("Alternative products.").nullable().optional(),
|
|
59
|
+
linkedin_url: z.string().describe("LinkedIn profile URL.").nullable().optional(),
|
|
60
|
+
product_link: z.string().describe("Product page link.").nullable().optional(),
|
|
61
|
+
product_logo: z.string().describe("Product logo URL.").nullable().optional(),
|
|
62
|
+
product_name: z.string().describe("Product name.").nullable().optional(),
|
|
63
|
+
product_type: z.string().describe("Product type.").nullable().optional(),
|
|
64
|
+
pricing_plans: z.array(PiloterrGetProductInfo_PricingPlanSchema).describe("Available pricing plans.").nullable().optional(),
|
|
65
|
+
reviews_count: z.number().int().describe("Total number of reviews.").nullable().optional(),
|
|
66
|
+
company_website: z.string().describe("Company website URL.").nullable().optional(),
|
|
67
|
+
product_website: z.string().describe("Product website URL.").nullable().optional(),
|
|
68
|
+
company_location: z.string().describe("Company location.").nullable().optional(),
|
|
69
|
+
discussions_link: z.string().describe("Discussions link.").nullable().optional(),
|
|
70
|
+
popular_mentions: z.array(z.string()).describe("Popular mentions.").nullable().optional(),
|
|
71
|
+
discussions_count: z.number().int().describe("Number of discussions.").nullable().optional(),
|
|
72
|
+
star_distribution: z.record(z.string(), z.unknown()).describe("Star rating distribution.").nullable().optional(),
|
|
73
|
+
product_description: z.string().describe("Detailed product description.").nullable().optional(),
|
|
74
|
+
company_year_founded: z.number().int().describe("Company founding year.").nullable().optional(),
|
|
75
|
+
twitter_followers_count: z.number().int().describe("Twitter followers count.").nullable().optional(),
|
|
76
|
+
linkedin_employees_count: z.number().int().describe("LinkedIn employees count.").nullable().optional()
|
|
77
|
+
}).describe("Response model for G2 product information retrieval.")
|
|
78
|
+
});
|
|
79
|
+
//#endregion
|
|
80
|
+
export { piloterrGetProductInfo };
|
|
81
|
+
|
|
82
|
+
//# sourceMappingURL=get-product-info.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-info.mjs","names":[],"sources":["../../src/actions/get-product-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PiloterrGetProductInfoInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"A G2 product search query (product name or G2 URL).\"),\n nps_score: z.number().int().describe(\"Optional NPS score to filter reviews by.\").optional(),\n}).describe(\"Request model for retrieving detailed product information from G2.\");\nconst PiloterrGetProductInfo_ReviewSchema: z.ZodTypeAny = z.object({\n date: z.string().describe(\"Review date.\").nullable().optional(),\n title: z.string().describe(\"Review title.\").nullable().optional(),\n rating: z.number().describe(\"Review rating.\").nullable().optional(),\n content: z.string().describe(\"Review content.\").nullable().optional(),\n reviewer: z.string().describe(\"Reviewer name.\").nullable().optional(),\n}).describe(\"Product review details.\");\nconst PiloterrGetProductInfo_BreadcrumbSchema: z.ZodTypeAny = z.object({\n url: z.string().default(\"\").describe(\"Breadcrumb URL.\").nullable().optional(),\n name: z.string().default(\"\").describe(\"Breadcrumb name.\").nullable().optional(),\n position: z.number().int().default(0).describe(\"Position in breadcrumb trail.\").nullable().optional(),\n}).describe(\"Breadcrumb navigation item.\");\nconst PiloterrGetProductInfo_ComparisonSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Comparison URL.\").nullable().optional(),\n name: z.string().describe(\"Compared product name.\").nullable().optional(),\n}).describe(\"Product comparison information.\");\nconst PiloterrGetProductInfo_ScreenshotSchema: z.ZodTypeAny = z.object({\n url: z.string().default(\"\").describe(\"Screenshot URL.\").nullable().optional(),\n description: z.string().default(\"\").describe(\"Screenshot description.\").nullable().optional(),\n}).describe(\"Product screenshot with description.\");\nconst PiloterrGetProductInfo_AlternativeSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Alternative product URL.\").nullable().optional(),\n name: z.string().describe(\"Alternative product name.\").nullable().optional(),\n rating: z.number().describe(\"Alternative product rating.\").nullable().optional(),\n}).describe(\"Alternative product information.\");\nconst PiloterrGetProductInfo_PricingPlanSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Plan name.\").nullable().optional(),\n price: z.string().describe(\"Plan price.\").nullable().optional(),\n features: z.array(z.string()).describe(\"Plan features.\").nullable().optional(),\n}).describe(\"Pricing plan information.\");\nexport const PiloterrGetProductInfoOutput: z.ZodTypeAny = z.object({\n rating: z.number().describe(\"Overall product rating.\").nullable().optional(),\n reviews: z.array(PiloterrGetProductInfo_ReviewSchema).describe(\"List of product reviews.\").nullable().optional(),\n what_is: z.string().describe(\"Product 'what is' description.\").nullable().optional(),\n category: z.string().describe(\"Primary product category.\").nullable().optional(),\n breadcrumb: z.array(PiloterrGetProductInfo_BreadcrumbSchema).describe(\"Breadcrumb navigation.\").nullable().optional(),\n categories: z.array(z.string()).describe(\"List of product categories.\").nullable().optional(),\n company_id: z.string().describe(\"Company identifier.\").nullable().optional(),\n is_claimed: z.boolean().default(false).describe(\"Whether the product profile is claimed.\").nullable().optional(),\n product_id: z.string().describe(\"Product identifier.\").nullable().optional(),\n comparisons: z.array(PiloterrGetProductInfo_ComparisonSchema).describe(\"Product comparisons.\").nullable().optional(),\n medal_image: z.string().describe(\"Medal/badge image URL.\").nullable().optional(),\n screenshots: z.array(PiloterrGetProductInfo_ScreenshotSchema).describe(\"Product screenshots.\").nullable().optional(),\n seller_name: z.string().describe(\"Seller name.\").nullable().optional(),\n twitter_url: z.string().describe(\"Twitter profile URL.\").nullable().optional(),\n alternatives: z.array(PiloterrGetProductInfo_AlternativeSchema).describe(\"Alternative products.\").nullable().optional(),\n linkedin_url: z.string().describe(\"LinkedIn profile URL.\").nullable().optional(),\n product_link: z.string().describe(\"Product page link.\").nullable().optional(),\n product_logo: z.string().describe(\"Product logo URL.\").nullable().optional(),\n product_name: z.string().describe(\"Product name.\").nullable().optional(),\n product_type: z.string().describe(\"Product type.\").nullable().optional(),\n pricing_plans: z.array(PiloterrGetProductInfo_PricingPlanSchema).describe(\"Available pricing plans.\").nullable().optional(),\n reviews_count: z.number().int().describe(\"Total number of reviews.\").nullable().optional(),\n company_website: z.string().describe(\"Company website URL.\").nullable().optional(),\n product_website: z.string().describe(\"Product website URL.\").nullable().optional(),\n company_location: z.string().describe(\"Company location.\").nullable().optional(),\n discussions_link: z.string().describe(\"Discussions link.\").nullable().optional(),\n popular_mentions: z.array(z.string()).describe(\"Popular mentions.\").nullable().optional(),\n discussions_count: z.number().int().describe(\"Number of discussions.\").nullable().optional(),\n star_distribution: z.record(z.string(), z.unknown()).describe(\"Star rating distribution.\").nullable().optional(),\n product_description: z.string().describe(\"Detailed product description.\").nullable().optional(),\n company_year_founded: z.number().int().describe(\"Company founding year.\").nullable().optional(),\n twitter_followers_count: z.number().int().describe(\"Twitter followers count.\").nullable().optional(),\n linkedin_employees_count: z.number().int().describe(\"LinkedIn employees count.\").nullable().optional(),\n}).describe(\"Response model for G2 product information retrieval.\");\n\nexport const piloterrGetProductInfo = action(\"PILOTERR_GET_PRODUCT_INFO\", {\n slug: \"piloterr-get-product-info\",\n name: \"Piloterr Get Product Info\",\n description: \"Tool to retrieve detailed product information from G2. Use when you need full product details including ratings, reviews, pricing, and company info. Accepts a product name or G2 URL as query.\",\n input: PiloterrGetProductInfoInput,\n output: PiloterrGetProductInfoOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_auchan_product = require("./auchan-product.cjs");
|
|
3
|
+
const require_auchan_search = require("./auchan-search.cjs");
|
|
4
|
+
const require_get_product_info = require("./get-product-info.cjs");
|
|
5
|
+
const require_list_chewy_products = require("./list-chewy-products.cjs");
|
|
6
|
+
const require_list_eleclerc_stores = require("./list-eleclerc-stores.cjs");
|
|
7
|
+
const require_list_google_countries = require("./list-google-countries.cjs");
|
|
8
|
+
const require_list_google_languages = require("./list-google-languages.cjs");
|
|
9
|
+
const require_list_google_locations = require("./list-google-locations.cjs");
|
|
10
|
+
const require_list_leroy_merlin_products = require("./list-leroy-merlin-products.cjs");
|
|
11
|
+
const require_list_linked_in_industries = require("./list-linked-in-industries.cjs");
|
|
12
|
+
const require_search = require("./search.cjs");
|
|
13
|
+
const require_usage_get = require("./usage-get.cjs");
|
|
14
|
+
exports.piloterrAuchanProduct = require_auchan_product.piloterrAuchanProduct;
|
|
15
|
+
exports.piloterrAuchanSearch = require_auchan_search.piloterrAuchanSearch;
|
|
16
|
+
exports.piloterrGetProductInfo = require_get_product_info.piloterrGetProductInfo;
|
|
17
|
+
exports.piloterrListChewyProducts = require_list_chewy_products.piloterrListChewyProducts;
|
|
18
|
+
exports.piloterrListEleclercStores = require_list_eleclerc_stores.piloterrListEleclercStores;
|
|
19
|
+
exports.piloterrListGoogleCountries = require_list_google_countries.piloterrListGoogleCountries;
|
|
20
|
+
exports.piloterrListGoogleLanguages = require_list_google_languages.piloterrListGoogleLanguages;
|
|
21
|
+
exports.piloterrListGoogleLocations = require_list_google_locations.piloterrListGoogleLocations;
|
|
22
|
+
exports.piloterrListLeroyMerlinProducts = require_list_leroy_merlin_products.piloterrListLeroyMerlinProducts;
|
|
23
|
+
exports.piloterrListLinkedInIndustries = require_list_linked_in_industries.piloterrListLinkedInIndustries;
|
|
24
|
+
exports.piloterrSearch = require_search.piloterrSearch;
|
|
25
|
+
exports.piloterrUsageGet = require_usage_get.piloterrUsageGet;
|