@keystrokehq/seat_geek 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/get-event-details.cjs +16 -0
- package/dist/actions/get-event-details.cjs.map +1 -0
- package/dist/actions/get-event-details.d.cts +9 -0
- package/dist/actions/get-event-details.d.cts.map +1 -0
- package/dist/actions/get-event-details.d.mts +9 -0
- package/dist/actions/get-event-details.d.mts.map +1 -0
- package/dist/actions/get-event-details.mjs +13 -0
- package/dist/actions/get-event-details.mjs.map +1 -0
- package/dist/actions/get-event-recommendations.cjs +79 -0
- package/dist/actions/get-event-recommendations.cjs.map +1 -0
- package/dist/actions/get-event-recommendations.d.cts +9 -0
- package/dist/actions/get-event-recommendations.d.cts.map +1 -0
- package/dist/actions/get-event-recommendations.d.mts +9 -0
- package/dist/actions/get-event-recommendations.d.mts.map +1 -0
- package/dist/actions/get-event-recommendations.mjs +78 -0
- package/dist/actions/get-event-recommendations.mjs.map +1 -0
- package/dist/actions/get-event-seating.cjs +20 -0
- package/dist/actions/get-event-seating.cjs.map +1 -0
- package/dist/actions/get-event-seating.d.cts +9 -0
- package/dist/actions/get-event-seating.d.cts.map +1 -0
- package/dist/actions/get-event-seating.d.mts +9 -0
- package/dist/actions/get-event-seating.d.mts.map +1 -0
- package/dist/actions/get-event-seating.mjs +19 -0
- package/dist/actions/get-event-seating.mjs.map +1 -0
- package/dist/actions/get-performer-details.cjs +44 -0
- package/dist/actions/get-performer-details.cjs.map +1 -0
- package/dist/actions/get-performer-details.d.cts +9 -0
- package/dist/actions/get-performer-details.d.cts.map +1 -0
- package/dist/actions/get-performer-details.d.mts +9 -0
- package/dist/actions/get-performer-details.d.mts.map +1 -0
- package/dist/actions/get-performer-details.mjs +43 -0
- package/dist/actions/get-performer-details.mjs.map +1 -0
- package/dist/actions/get-performer-recommendations.cjs +20 -0
- package/dist/actions/get-performer-recommendations.cjs.map +1 -0
- package/dist/actions/get-performer-recommendations.d.cts +9 -0
- package/dist/actions/get-performer-recommendations.d.cts.map +1 -0
- package/dist/actions/get-performer-recommendations.d.mts +9 -0
- package/dist/actions/get-performer-recommendations.d.mts.map +1 -0
- package/dist/actions/get-performer-recommendations.mjs +17 -0
- package/dist/actions/get-performer-recommendations.mjs.map +1 -0
- package/dist/actions/get-taxonomies.cjs +19 -0
- package/dist/actions/get-taxonomies.cjs.map +1 -0
- package/dist/actions/get-taxonomies.d.cts +9 -0
- package/dist/actions/get-taxonomies.d.cts.map +1 -0
- package/dist/actions/get-taxonomies.d.mts +9 -0
- package/dist/actions/get-taxonomies.d.mts.map +1 -0
- package/dist/actions/get-taxonomies.mjs +16 -0
- package/dist/actions/get-taxonomies.mjs.map +1 -0
- package/dist/actions/get-venue-details.cjs +57 -0
- package/dist/actions/get-venue-details.cjs.map +1 -0
- package/dist/actions/get-venue-details.d.cts +9 -0
- package/dist/actions/get-venue-details.d.cts.map +1 -0
- package/dist/actions/get-venue-details.d.mts +9 -0
- package/dist/actions/get-venue-details.d.mts.map +1 -0
- package/dist/actions/get-venue-details.mjs +56 -0
- package/dist/actions/get-venue-details.mjs.map +1 -0
- package/dist/actions/index.cjs +21 -0
- package/dist/actions/index.d.cts +11 -0
- package/dist/actions/index.d.mts +11 -0
- package/dist/actions/index.mjs +11 -0
- package/dist/actions/search-events.cjs +45 -0
- package/dist/actions/search-events.cjs.map +1 -0
- package/dist/actions/search-events.d.cts +9 -0
- package/dist/actions/search-events.d.cts.map +1 -0
- package/dist/actions/search-events.d.mts +9 -0
- package/dist/actions/search-events.d.mts.map +1 -0
- package/dist/actions/search-events.mjs +44 -0
- package/dist/actions/search-events.mjs.map +1 -0
- package/dist/actions/search-performers.cjs +23 -0
- package/dist/actions/search-performers.cjs.map +1 -0
- package/dist/actions/search-performers.d.cts +9 -0
- package/dist/actions/search-performers.d.cts.map +1 -0
- package/dist/actions/search-performers.d.mts +9 -0
- package/dist/actions/search-performers.d.mts.map +1 -0
- package/dist/actions/search-performers.mjs +20 -0
- package/dist/actions/search-performers.mjs.map +1 -0
- package/dist/actions/search-venues.cjs +25 -0
- package/dist/actions/search-venues.cjs.map +1 -0
- package/dist/actions/search-venues.d.cts +9 -0
- package/dist/actions/search-venues.d.cts.map +1 -0
- package/dist/actions/search-venues.d.mts +9 -0
- package/dist/actions/search-venues.d.mts.map +1 -0
- package/dist/actions/search-venues.mjs +22 -0
- package/dist/actions/search-venues.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 +26 -0
- package/dist/index.d.cts +13 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.mjs +14 -0
- package/package.json +49 -0
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @keystrokehq/seat_geek
|
|
2
|
+
|
|
3
|
+
Keystroke-managed integration.
|
|
4
|
+
|
|
5
|
+
**App:** `seat_geek`
|
|
6
|
+
**Version:** `20260618_00`
|
|
7
|
+
**Actions:** 10
|
|
8
|
+
|
|
9
|
+
```ts
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { seatGeekGetEventDetails } from "@keystrokehq/seat_geek/actions";
|
|
12
|
+
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "seat_geek-agent",
|
|
15
|
+
tools: [seatGeekGetEventDetails],
|
|
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.seatGeek.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.executeSeatGeekTool(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":["seatGeek","executeSeatGeekTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { seatGeek } from \"./app\";\nimport { executeSeatGeekTool } 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 seatGeek.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 executeSeatGeekTool(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 { seatGeek } from "./app.mjs";
|
|
2
|
+
import { executeSeatGeekTool } 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 seatGeek.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 executeSeatGeekTool(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 { seatGeek } from \"./app\";\nimport { executeSeatGeekTool } 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 seatGeek.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 executeSeatGeekTool(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,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-event-details.ts
|
|
4
|
+
const SeatGeekGetEventDetailsInput = zod.z.object({ event_id: zod.z.string().describe("The unique numeric ID of the event to retrieve details for. Event IDs can be obtained from the search_events action or from event URLs on seatgeek.com. Passed as a string here; note that other SeatGeek tools (e.g., SEAT_GEEK_GET_EVENT_SEATING) may require the same ID as an integer — check each tool's schema when chaining.") });
|
|
5
|
+
const SeatGeekGetEventDetailsOutput = zod.z.object({});
|
|
6
|
+
const seatGeekGetEventDetails = require_action.action("SEAT_GEEK_GET_EVENT_DETAILS", {
|
|
7
|
+
slug: "seat_geek-get-event-details",
|
|
8
|
+
name: "Get Event Details",
|
|
9
|
+
description: "Get comprehensive details about a specific event including venue, performers, date/time (in local venue time), ticket information, and a SeatGeek event URL. Performer and venue fields are basic summaries; use SEAT_GEEK_GET_PERFORMER_DETAILS or SEAT_GEEK_GET_VENUE_DETAILS for additional depth. For similarly named or recurring events, cross-check date, venue, league, and competition fields to confirm the correct event.",
|
|
10
|
+
input: SeatGeekGetEventDetailsInput,
|
|
11
|
+
output: SeatGeekGetEventDetailsOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.seatGeekGetEventDetails = seatGeekGetEventDetails;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-event-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.cjs","names":["z","action"],"sources":["../../src/actions/get-event-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetEventDetailsInput: z.ZodTypeAny = z.object({\n event_id: z.string().describe(\"The unique numeric ID of the event to retrieve details for. Event IDs can be obtained from the search_events action or from event URLs on seatgeek.com. Passed as a string here; note that other SeatGeek tools (e.g., SEAT_GEEK_GET_EVENT_SEATING) may require the same ID as an integer — check each tool's schema when chaining.\"),\n});\nexport const SeatGeekGetEventDetailsOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekGetEventDetails = action(\"SEAT_GEEK_GET_EVENT_DETAILS\", {\n slug: \"seat_geek-get-event-details\",\n name: \"Get Event Details\",\n description: \"Get comprehensive details about a specific event including venue, performers, date/time (in local venue time), ticket information, and a SeatGeek event URL. Performer and venue fields are basic summaries; use SEAT_GEEK_GET_PERFORMER_DETAILS or SEAT_GEEK_GET_VENUE_DETAILS for additional depth. For similarly named or recurring events, cross-check date, venue, league, and competition fields to confirm the correct event.\",\n input: SeatGeekGetEventDetailsInput,\n output: SeatGeekGetEventDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qUAAqU,EACrW,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC;AAEtE,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,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/get-event-details.d.ts
|
|
4
|
+
declare const SeatGeekGetEventDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetEventDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetEventDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetEventDetails };
|
|
9
|
+
//# sourceMappingURL=get-event-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.d.cts","names":[],"sources":["../../src/actions/get-event-details.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAAyB;AAAA,cAE1D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-details.d.ts
|
|
4
|
+
declare const SeatGeekGetEventDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetEventDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetEventDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetEventDetails };
|
|
9
|
+
//# sourceMappingURL=get-event-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.d.mts","names":[],"sources":["../../src/actions/get-event-details.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAAyB;AAAA,cAE1D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const seatGeekGetEventDetails = action("SEAT_GEEK_GET_EVENT_DETAILS", {
|
|
4
|
+
slug: "seat_geek-get-event-details",
|
|
5
|
+
name: "Get Event Details",
|
|
6
|
+
description: "Get comprehensive details about a specific event including venue, performers, date/time (in local venue time), ticket information, and a SeatGeek event URL. Performer and venue fields are basic summaries; use SEAT_GEEK_GET_PERFORMER_DETAILS or SEAT_GEEK_GET_VENUE_DETAILS for additional depth. For similarly named or recurring events, cross-check date, venue, league, and competition fields to confirm the correct event.",
|
|
7
|
+
input: z.object({ event_id: z.string().describe("The unique numeric ID of the event to retrieve details for. Event IDs can be obtained from the search_events action or from event URLs on seatgeek.com. Passed as a string here; note that other SeatGeek tools (e.g., SEAT_GEEK_GET_EVENT_SEATING) may require the same ID as an integer — check each tool's schema when chaining.") }),
|
|
8
|
+
output: z.object({})
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { seatGeekGetEventDetails };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=get-event-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.mjs","names":[],"sources":["../../src/actions/get-event-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetEventDetailsInput: z.ZodTypeAny = z.object({\n event_id: z.string().describe(\"The unique numeric ID of the event to retrieve details for. Event IDs can be obtained from the search_events action or from event URLs on seatgeek.com. Passed as a string here; note that other SeatGeek tools (e.g., SEAT_GEEK_GET_EVENT_SEATING) may require the same ID as an integer — check each tool's schema when chaining.\"),\n});\nexport const SeatGeekGetEventDetailsOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekGetEventDetails = action(\"SEAT_GEEK_GET_EVENT_DETAILS\", {\n slug: \"seat_geek-get-event-details\",\n name: \"Get Event Details\",\n description: \"Get comprehensive details about a specific event including venue, performers, date/time (in local venue time), ticket information, and a SeatGeek event URL. Performer and venue fields are basic summaries; use SEAT_GEEK_GET_PERFORMER_DETAILS or SEAT_GEEK_GET_VENUE_DETAILS for additional depth. For similarly named or recurring events, cross-check date, venue, league, and competition fields to confirm the correct event.\",\n input: SeatGeekGetEventDetailsInput,\n output: SeatGeekGetEventDetailsOutput,\n});\n"],"mappings":";;AASA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwD,EAAE,OAAO,EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qUAAqU,EACrW,CAOS;CACP,QAPyD,EAAE,OAAO,CAAC,CAO3D;AACV,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-event-recommendations.ts
|
|
4
|
+
const SeatGeekGetEventRecommendationsInput = zod.z.object({
|
|
5
|
+
lat: zod.z.number().describe("Latitude for location-based recommendations. Must be provided with longitude.").optional(),
|
|
6
|
+
lon: zod.z.number().describe("Longitude for location-based recommendations. Must be provided with latitude.").optional(),
|
|
7
|
+
geoip: zod.z.string().describe("Use 'true' to geolocate by client IP or provide a specific IP address.").optional(),
|
|
8
|
+
range: zod.z.string().describe("Radius from geolocation point to search within. Default is 200mi.").optional(),
|
|
9
|
+
per_page: zod.z.number().int().describe("Number of results per page. Default is 10.").optional(),
|
|
10
|
+
events_id: zod.z.string().describe("A single event ID to use as recommendation seed. Must be a numeric string. Get event IDs from the search_events action.").optional(),
|
|
11
|
+
postal_code: zod.z.string().describe("Postal code for location-based recommendations.").optional(),
|
|
12
|
+
performers_id: zod.z.string().describe("A single performer ID to use as recommendation seed. Must be a numeric string. Get performer IDs from the search_performers action.").optional()
|
|
13
|
+
});
|
|
14
|
+
const SeatGeekGetEventRecommendations_MetaInfoSchema = zod.z.object({
|
|
15
|
+
page: zod.z.number().int().describe("Current page number").nullable().optional(),
|
|
16
|
+
took: zod.z.number().int().describe("Time taken for the query in milliseconds").nullable().optional(),
|
|
17
|
+
total: zod.z.number().int().describe("Total number of recommendations available").nullable().optional(),
|
|
18
|
+
per_page: zod.z.number().int().describe("Number of results per page").nullable().optional()
|
|
19
|
+
}).describe("Pagination and metadata information.");
|
|
20
|
+
const SeatGeekGetEventRecommendations_EventStatsSchema = zod.z.object({
|
|
21
|
+
lowest_price: zod.z.number().int().describe("Lowest ticket price in dollars").nullable().optional(),
|
|
22
|
+
median_price: zod.z.number().int().describe("Median ticket price in dollars").nullable().optional(),
|
|
23
|
+
ticket_count: zod.z.number().int().describe("Total tickets available").nullable().optional(),
|
|
24
|
+
average_price: zod.z.number().int().describe("Average ticket price in dollars").nullable().optional(),
|
|
25
|
+
highest_price: zod.z.number().int().describe("Highest ticket price in dollars").nullable().optional(),
|
|
26
|
+
listing_count: zod.z.number().int().describe("Number of ticket listings available").nullable().optional()
|
|
27
|
+
}).describe("Event ticket statistics and pricing.");
|
|
28
|
+
const SeatGeekGetEventRecommendations_GeoLocationSchema = zod.z.object({
|
|
29
|
+
lat: zod.z.number().describe("Latitude coordinate").nullable().optional(),
|
|
30
|
+
lon: zod.z.number().describe("Longitude coordinate").nullable().optional()
|
|
31
|
+
}).describe("Geographic coordinates.");
|
|
32
|
+
const SeatGeekGetEventRecommendations_VenueInfoSchema = zod.z.object({
|
|
33
|
+
id: zod.z.number().int().describe("Unique venue ID"),
|
|
34
|
+
city: zod.z.string().describe("City where venue is located").nullable().optional(),
|
|
35
|
+
name: zod.z.string().describe("Venue name"),
|
|
36
|
+
state: zod.z.string().describe("State/region where venue is located").nullable().optional(),
|
|
37
|
+
address: zod.z.string().describe("Street address of venue").nullable().optional(),
|
|
38
|
+
country: zod.z.string().describe("Country where venue is located").nullable().optional(),
|
|
39
|
+
location: SeatGeekGetEventRecommendations_GeoLocationSchema.nullable().optional(),
|
|
40
|
+
postal_code: zod.z.string().describe("Postal/ZIP code of venue").nullable().optional()
|
|
41
|
+
}).describe("Venue information for an event.");
|
|
42
|
+
const SeatGeekGetEventRecommendations_PerformerInfoSchema = zod.z.object({
|
|
43
|
+
id: zod.z.number().int().describe("Unique performer ID"),
|
|
44
|
+
name: zod.z.string().describe("Performer name"),
|
|
45
|
+
slug: zod.z.string().describe("URL-friendly performer identifier").nullable().optional(),
|
|
46
|
+
type: zod.z.string().describe("Performer type (e.g., 'band', 'team')").nullable().optional(),
|
|
47
|
+
image: zod.z.string().describe("URL to performer image").nullable().optional()
|
|
48
|
+
}).describe("Basic performer information within an event.");
|
|
49
|
+
const SeatGeekGetEventRecommendations_RecommendedEventSchema = zod.z.object({
|
|
50
|
+
id: zod.z.number().int().describe("Unique event ID"),
|
|
51
|
+
url: zod.z.string().describe("URL to event page on SeatGeek").nullable().optional(),
|
|
52
|
+
type: zod.z.string().describe("Event type (e.g., 'concert', 'sports')").nullable().optional(),
|
|
53
|
+
stats: SeatGeekGetEventRecommendations_EventStatsSchema.nullable().optional(),
|
|
54
|
+
title: zod.z.string().describe("Event title").nullable().optional(),
|
|
55
|
+
venue: SeatGeekGetEventRecommendations_VenueInfoSchema.nullable().optional(),
|
|
56
|
+
performers: zod.z.array(SeatGeekGetEventRecommendations_PerformerInfoSchema).describe("List of performers at the event").nullable().optional(),
|
|
57
|
+
short_title: zod.z.string().describe("Short event title").nullable().optional(),
|
|
58
|
+
datetime_utc: zod.z.string().describe("Event date/time in UTC (ISO 8601)").nullable().optional(),
|
|
59
|
+
datetime_local: zod.z.string().describe("Event date/time in local timezone (ISO 8601)").nullable().optional()
|
|
60
|
+
}).describe("Details of a recommended event.");
|
|
61
|
+
const SeatGeekGetEventRecommendations_EventRecommendationSchema = zod.z.object({
|
|
62
|
+
event: SeatGeekGetEventRecommendations_RecommendedEventSchema.nullable().optional(),
|
|
63
|
+
score: zod.z.number().describe("Recommendation relevance score (0-1, higher is more relevant)").nullable().optional()
|
|
64
|
+
}).describe("A single event recommendation with scoring.");
|
|
65
|
+
const SeatGeekGetEventRecommendationsOutput = zod.z.object({
|
|
66
|
+
meta: SeatGeekGetEventRecommendations_MetaInfoSchema.nullable().optional(),
|
|
67
|
+
recommendations: zod.z.array(SeatGeekGetEventRecommendations_EventRecommendationSchema).describe("List of recommended events with scores").nullable().optional()
|
|
68
|
+
}).describe("Response containing recommended events based on seed performers or events.");
|
|
69
|
+
const seatGeekGetEventRecommendations = require_action.action("SEAT_GEEK_GET_EVENT_RECOMMENDATIONS", {
|
|
70
|
+
slug: "seat_geek-get-event-recommendations",
|
|
71
|
+
name: "Get Event Recommendations",
|
|
72
|
+
description: "Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you might enjoy.",
|
|
73
|
+
input: SeatGeekGetEventRecommendationsInput,
|
|
74
|
+
output: SeatGeekGetEventRecommendationsOutput
|
|
75
|
+
});
|
|
76
|
+
//#endregion
|
|
77
|
+
exports.seatGeekGetEventRecommendations = seatGeekGetEventRecommendations;
|
|
78
|
+
|
|
79
|
+
//# sourceMappingURL=get-event-recommendations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-recommendations.cjs","names":["z","action"],"sources":["../../src/actions/get-event-recommendations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetEventRecommendationsInput: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude for location-based recommendations. Must be provided with longitude.\").optional(),\n lon: z.number().describe(\"Longitude for location-based recommendations. Must be provided with latitude.\").optional(),\n geoip: z.string().describe(\"Use 'true' to geolocate by client IP or provide a specific IP address.\").optional(),\n range: z.string().describe(\"Radius from geolocation point to search within. Default is 200mi.\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10.\").optional(),\n events_id: z.string().describe(\"A single event ID to use as recommendation seed. Must be a numeric string. Get event IDs from the search_events action.\").optional(),\n postal_code: z.string().describe(\"Postal code for location-based recommendations.\").optional(),\n performers_id: z.string().describe(\"A single performer ID to use as recommendation seed. Must be a numeric string. Get performer IDs from the search_performers action.\").optional(),\n});\nconst SeatGeekGetEventRecommendations_MetaInfoSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\").nullable().optional(),\n took: z.number().int().describe(\"Time taken for the query in milliseconds\").nullable().optional(),\n total: z.number().int().describe(\"Total number of recommendations available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of results per page\").nullable().optional(),\n}).describe(\"Pagination and metadata information.\");\nconst SeatGeekGetEventRecommendations_EventStatsSchema: z.ZodTypeAny = z.object({\n lowest_price: z.number().int().describe(\"Lowest ticket price in dollars\").nullable().optional(),\n median_price: z.number().int().describe(\"Median ticket price in dollars\").nullable().optional(),\n ticket_count: z.number().int().describe(\"Total tickets available\").nullable().optional(),\n average_price: z.number().int().describe(\"Average ticket price in dollars\").nullable().optional(),\n highest_price: z.number().int().describe(\"Highest ticket price in dollars\").nullable().optional(),\n listing_count: z.number().int().describe(\"Number of ticket listings available\").nullable().optional(),\n}).describe(\"Event ticket statistics and pricing.\");\nconst SeatGeekGetEventRecommendations_GeoLocationSchema: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude coordinate\").nullable().optional(),\n lon: z.number().describe(\"Longitude coordinate\").nullable().optional(),\n}).describe(\"Geographic coordinates.\");\nconst SeatGeekGetEventRecommendations_VenueInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique venue ID\"),\n city: z.string().describe(\"City where venue is located\").nullable().optional(),\n name: z.string().describe(\"Venue name\"),\n state: z.string().describe(\"State/region where venue is located\").nullable().optional(),\n address: z.string().describe(\"Street address of venue\").nullable().optional(),\n country: z.string().describe(\"Country where venue is located\").nullable().optional(),\n location: SeatGeekGetEventRecommendations_GeoLocationSchema.nullable().optional(),\n postal_code: z.string().describe(\"Postal/ZIP code of venue\").nullable().optional(),\n}).describe(\"Venue information for an event.\");\nconst SeatGeekGetEventRecommendations_PerformerInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique performer ID\"),\n name: z.string().describe(\"Performer name\"),\n slug: z.string().describe(\"URL-friendly performer identifier\").nullable().optional(),\n type: z.string().describe(\"Performer type (e.g., 'band', 'team')\").nullable().optional(),\n image: z.string().describe(\"URL to performer image\").nullable().optional(),\n}).describe(\"Basic performer information within an event.\");\nconst SeatGeekGetEventRecommendations_RecommendedEventSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique event ID\"),\n url: z.string().describe(\"URL to event page on SeatGeek\").nullable().optional(),\n type: z.string().describe(\"Event type (e.g., 'concert', 'sports')\").nullable().optional(),\n stats: SeatGeekGetEventRecommendations_EventStatsSchema.nullable().optional(),\n title: z.string().describe(\"Event title\").nullable().optional(),\n venue: SeatGeekGetEventRecommendations_VenueInfoSchema.nullable().optional(),\n performers: z.array(SeatGeekGetEventRecommendations_PerformerInfoSchema).describe(\"List of performers at the event\").nullable().optional(),\n short_title: z.string().describe(\"Short event title\").nullable().optional(),\n datetime_utc: z.string().describe(\"Event date/time in UTC (ISO 8601)\").nullable().optional(),\n datetime_local: z.string().describe(\"Event date/time in local timezone (ISO 8601)\").nullable().optional(),\n}).describe(\"Details of a recommended event.\");\nconst SeatGeekGetEventRecommendations_EventRecommendationSchema: z.ZodTypeAny = z.object({\n event: SeatGeekGetEventRecommendations_RecommendedEventSchema.nullable().optional(),\n score: z.number().describe(\"Recommendation relevance score (0-1, higher is more relevant)\").nullable().optional(),\n}).describe(\"A single event recommendation with scoring.\");\nexport const SeatGeekGetEventRecommendationsOutput: z.ZodTypeAny = z.object({\n meta: SeatGeekGetEventRecommendations_MetaInfoSchema.nullable().optional(),\n recommendations: z.array(SeatGeekGetEventRecommendations_EventRecommendationSchema).describe(\"List of recommended events with scores\").nullable().optional(),\n}).describe(\"Response containing recommended events based on seed performers or events.\");\n\nexport const seatGeekGetEventRecommendations = action(\"SEAT_GEEK_GET_EVENT_RECOMMENDATIONS\", {\n slug: \"seat_geek-get-event-recommendations\",\n name: \"Get Event Recommendations\",\n description: \"Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you might enjoy.\",\n input: SeatGeekGetEventRecommendationsInput,\n output: SeatGeekGetEventRecommendationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACnH,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACnH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC9G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CACnK,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;AACrL,CAAC;AACD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;CACtC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAU,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,OAAO,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAO,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAYA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,OAAO,uDAAuD,SAAS,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACzE,iBAAiBA,IAAAA,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7J,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAExF,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,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/get-event-recommendations.d.ts
|
|
4
|
+
declare const SeatGeekGetEventRecommendationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetEventRecommendationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetEventRecommendations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetEventRecommendations };
|
|
9
|
+
//# sourceMappingURL=get-event-recommendations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-recommendations.d.cts","names":[],"sources":["../../src/actions/get-event-recommendations.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UASnD;AAAA,cAoDW,qCAAA,EAAuC,CAAA,CAAE,UAGmC;AAAA,cAE5E,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-recommendations.d.ts
|
|
4
|
+
declare const SeatGeekGetEventRecommendationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetEventRecommendationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetEventRecommendations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetEventRecommendations };
|
|
9
|
+
//# sourceMappingURL=get-event-recommendations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-recommendations.d.mts","names":[],"sources":["../../src/actions/get-event-recommendations.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UASnD;AAAA,cAoDW,qCAAA,EAAuC,CAAA,CAAE,UAGmC;AAAA,cAE5E,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-event-recommendations.ts
|
|
4
|
+
const SeatGeekGetEventRecommendationsInput = z.object({
|
|
5
|
+
lat: z.number().describe("Latitude for location-based recommendations. Must be provided with longitude.").optional(),
|
|
6
|
+
lon: z.number().describe("Longitude for location-based recommendations. Must be provided with latitude.").optional(),
|
|
7
|
+
geoip: z.string().describe("Use 'true' to geolocate by client IP or provide a specific IP address.").optional(),
|
|
8
|
+
range: z.string().describe("Radius from geolocation point to search within. Default is 200mi.").optional(),
|
|
9
|
+
per_page: z.number().int().describe("Number of results per page. Default is 10.").optional(),
|
|
10
|
+
events_id: z.string().describe("A single event ID to use as recommendation seed. Must be a numeric string. Get event IDs from the search_events action.").optional(),
|
|
11
|
+
postal_code: z.string().describe("Postal code for location-based recommendations.").optional(),
|
|
12
|
+
performers_id: z.string().describe("A single performer ID to use as recommendation seed. Must be a numeric string. Get performer IDs from the search_performers action.").optional()
|
|
13
|
+
});
|
|
14
|
+
const SeatGeekGetEventRecommendations_MetaInfoSchema = z.object({
|
|
15
|
+
page: z.number().int().describe("Current page number").nullable().optional(),
|
|
16
|
+
took: z.number().int().describe("Time taken for the query in milliseconds").nullable().optional(),
|
|
17
|
+
total: z.number().int().describe("Total number of recommendations available").nullable().optional(),
|
|
18
|
+
per_page: z.number().int().describe("Number of results per page").nullable().optional()
|
|
19
|
+
}).describe("Pagination and metadata information.");
|
|
20
|
+
const SeatGeekGetEventRecommendations_EventStatsSchema = z.object({
|
|
21
|
+
lowest_price: z.number().int().describe("Lowest ticket price in dollars").nullable().optional(),
|
|
22
|
+
median_price: z.number().int().describe("Median ticket price in dollars").nullable().optional(),
|
|
23
|
+
ticket_count: z.number().int().describe("Total tickets available").nullable().optional(),
|
|
24
|
+
average_price: z.number().int().describe("Average ticket price in dollars").nullable().optional(),
|
|
25
|
+
highest_price: z.number().int().describe("Highest ticket price in dollars").nullable().optional(),
|
|
26
|
+
listing_count: z.number().int().describe("Number of ticket listings available").nullable().optional()
|
|
27
|
+
}).describe("Event ticket statistics and pricing.");
|
|
28
|
+
const SeatGeekGetEventRecommendations_GeoLocationSchema = z.object({
|
|
29
|
+
lat: z.number().describe("Latitude coordinate").nullable().optional(),
|
|
30
|
+
lon: z.number().describe("Longitude coordinate").nullable().optional()
|
|
31
|
+
}).describe("Geographic coordinates.");
|
|
32
|
+
const SeatGeekGetEventRecommendations_VenueInfoSchema = z.object({
|
|
33
|
+
id: z.number().int().describe("Unique venue ID"),
|
|
34
|
+
city: z.string().describe("City where venue is located").nullable().optional(),
|
|
35
|
+
name: z.string().describe("Venue name"),
|
|
36
|
+
state: z.string().describe("State/region where venue is located").nullable().optional(),
|
|
37
|
+
address: z.string().describe("Street address of venue").nullable().optional(),
|
|
38
|
+
country: z.string().describe("Country where venue is located").nullable().optional(),
|
|
39
|
+
location: SeatGeekGetEventRecommendations_GeoLocationSchema.nullable().optional(),
|
|
40
|
+
postal_code: z.string().describe("Postal/ZIP code of venue").nullable().optional()
|
|
41
|
+
}).describe("Venue information for an event.");
|
|
42
|
+
const SeatGeekGetEventRecommendations_PerformerInfoSchema = z.object({
|
|
43
|
+
id: z.number().int().describe("Unique performer ID"),
|
|
44
|
+
name: z.string().describe("Performer name"),
|
|
45
|
+
slug: z.string().describe("URL-friendly performer identifier").nullable().optional(),
|
|
46
|
+
type: z.string().describe("Performer type (e.g., 'band', 'team')").nullable().optional(),
|
|
47
|
+
image: z.string().describe("URL to performer image").nullable().optional()
|
|
48
|
+
}).describe("Basic performer information within an event.");
|
|
49
|
+
const SeatGeekGetEventRecommendations_RecommendedEventSchema = z.object({
|
|
50
|
+
id: z.number().int().describe("Unique event ID"),
|
|
51
|
+
url: z.string().describe("URL to event page on SeatGeek").nullable().optional(),
|
|
52
|
+
type: z.string().describe("Event type (e.g., 'concert', 'sports')").nullable().optional(),
|
|
53
|
+
stats: SeatGeekGetEventRecommendations_EventStatsSchema.nullable().optional(),
|
|
54
|
+
title: z.string().describe("Event title").nullable().optional(),
|
|
55
|
+
venue: SeatGeekGetEventRecommendations_VenueInfoSchema.nullable().optional(),
|
|
56
|
+
performers: z.array(SeatGeekGetEventRecommendations_PerformerInfoSchema).describe("List of performers at the event").nullable().optional(),
|
|
57
|
+
short_title: z.string().describe("Short event title").nullable().optional(),
|
|
58
|
+
datetime_utc: z.string().describe("Event date/time in UTC (ISO 8601)").nullable().optional(),
|
|
59
|
+
datetime_local: z.string().describe("Event date/time in local timezone (ISO 8601)").nullable().optional()
|
|
60
|
+
}).describe("Details of a recommended event.");
|
|
61
|
+
const SeatGeekGetEventRecommendations_EventRecommendationSchema = z.object({
|
|
62
|
+
event: SeatGeekGetEventRecommendations_RecommendedEventSchema.nullable().optional(),
|
|
63
|
+
score: z.number().describe("Recommendation relevance score (0-1, higher is more relevant)").nullable().optional()
|
|
64
|
+
}).describe("A single event recommendation with scoring.");
|
|
65
|
+
const seatGeekGetEventRecommendations = action("SEAT_GEEK_GET_EVENT_RECOMMENDATIONS", {
|
|
66
|
+
slug: "seat_geek-get-event-recommendations",
|
|
67
|
+
name: "Get Event Recommendations",
|
|
68
|
+
description: "Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you might enjoy.",
|
|
69
|
+
input: SeatGeekGetEventRecommendationsInput,
|
|
70
|
+
output: z.object({
|
|
71
|
+
meta: SeatGeekGetEventRecommendations_MetaInfoSchema.nullable().optional(),
|
|
72
|
+
recommendations: z.array(SeatGeekGetEventRecommendations_EventRecommendationSchema).describe("List of recommended events with scores").nullable().optional()
|
|
73
|
+
}).describe("Response containing recommended events based on seed performers or events.")
|
|
74
|
+
});
|
|
75
|
+
//#endregion
|
|
76
|
+
export { seatGeekGetEventRecommendations };
|
|
77
|
+
|
|
78
|
+
//# sourceMappingURL=get-event-recommendations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-recommendations.mjs","names":[],"sources":["../../src/actions/get-event-recommendations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetEventRecommendationsInput: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude for location-based recommendations. Must be provided with longitude.\").optional(),\n lon: z.number().describe(\"Longitude for location-based recommendations. Must be provided with latitude.\").optional(),\n geoip: z.string().describe(\"Use 'true' to geolocate by client IP or provide a specific IP address.\").optional(),\n range: z.string().describe(\"Radius from geolocation point to search within. Default is 200mi.\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10.\").optional(),\n events_id: z.string().describe(\"A single event ID to use as recommendation seed. Must be a numeric string. Get event IDs from the search_events action.\").optional(),\n postal_code: z.string().describe(\"Postal code for location-based recommendations.\").optional(),\n performers_id: z.string().describe(\"A single performer ID to use as recommendation seed. Must be a numeric string. Get performer IDs from the search_performers action.\").optional(),\n});\nconst SeatGeekGetEventRecommendations_MetaInfoSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\").nullable().optional(),\n took: z.number().int().describe(\"Time taken for the query in milliseconds\").nullable().optional(),\n total: z.number().int().describe(\"Total number of recommendations available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of results per page\").nullable().optional(),\n}).describe(\"Pagination and metadata information.\");\nconst SeatGeekGetEventRecommendations_EventStatsSchema: z.ZodTypeAny = z.object({\n lowest_price: z.number().int().describe(\"Lowest ticket price in dollars\").nullable().optional(),\n median_price: z.number().int().describe(\"Median ticket price in dollars\").nullable().optional(),\n ticket_count: z.number().int().describe(\"Total tickets available\").nullable().optional(),\n average_price: z.number().int().describe(\"Average ticket price in dollars\").nullable().optional(),\n highest_price: z.number().int().describe(\"Highest ticket price in dollars\").nullable().optional(),\n listing_count: z.number().int().describe(\"Number of ticket listings available\").nullable().optional(),\n}).describe(\"Event ticket statistics and pricing.\");\nconst SeatGeekGetEventRecommendations_GeoLocationSchema: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude coordinate\").nullable().optional(),\n lon: z.number().describe(\"Longitude coordinate\").nullable().optional(),\n}).describe(\"Geographic coordinates.\");\nconst SeatGeekGetEventRecommendations_VenueInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique venue ID\"),\n city: z.string().describe(\"City where venue is located\").nullable().optional(),\n name: z.string().describe(\"Venue name\"),\n state: z.string().describe(\"State/region where venue is located\").nullable().optional(),\n address: z.string().describe(\"Street address of venue\").nullable().optional(),\n country: z.string().describe(\"Country where venue is located\").nullable().optional(),\n location: SeatGeekGetEventRecommendations_GeoLocationSchema.nullable().optional(),\n postal_code: z.string().describe(\"Postal/ZIP code of venue\").nullable().optional(),\n}).describe(\"Venue information for an event.\");\nconst SeatGeekGetEventRecommendations_PerformerInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique performer ID\"),\n name: z.string().describe(\"Performer name\"),\n slug: z.string().describe(\"URL-friendly performer identifier\").nullable().optional(),\n type: z.string().describe(\"Performer type (e.g., 'band', 'team')\").nullable().optional(),\n image: z.string().describe(\"URL to performer image\").nullable().optional(),\n}).describe(\"Basic performer information within an event.\");\nconst SeatGeekGetEventRecommendations_RecommendedEventSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique event ID\"),\n url: z.string().describe(\"URL to event page on SeatGeek\").nullable().optional(),\n type: z.string().describe(\"Event type (e.g., 'concert', 'sports')\").nullable().optional(),\n stats: SeatGeekGetEventRecommendations_EventStatsSchema.nullable().optional(),\n title: z.string().describe(\"Event title\").nullable().optional(),\n venue: SeatGeekGetEventRecommendations_VenueInfoSchema.nullable().optional(),\n performers: z.array(SeatGeekGetEventRecommendations_PerformerInfoSchema).describe(\"List of performers at the event\").nullable().optional(),\n short_title: z.string().describe(\"Short event title\").nullable().optional(),\n datetime_utc: z.string().describe(\"Event date/time in UTC (ISO 8601)\").nullable().optional(),\n datetime_local: z.string().describe(\"Event date/time in local timezone (ISO 8601)\").nullable().optional(),\n}).describe(\"Details of a recommended event.\");\nconst SeatGeekGetEventRecommendations_EventRecommendationSchema: z.ZodTypeAny = z.object({\n event: SeatGeekGetEventRecommendations_RecommendedEventSchema.nullable().optional(),\n score: z.number().describe(\"Recommendation relevance score (0-1, higher is more relevant)\").nullable().optional(),\n}).describe(\"A single event recommendation with scoring.\");\nexport const SeatGeekGetEventRecommendationsOutput: z.ZodTypeAny = z.object({\n meta: SeatGeekGetEventRecommendations_MetaInfoSchema.nullable().optional(),\n recommendations: z.array(SeatGeekGetEventRecommendations_EventRecommendationSchema).describe(\"List of recommended events with scores\").nullable().optional(),\n}).describe(\"Response containing recommended events based on seed performers or events.\");\n\nexport const seatGeekGetEventRecommendations = action(\"SEAT_GEEK_GET_EVENT_RECOMMENDATIONS\", {\n slug: \"seat_geek-get-event-recommendations\",\n name: \"Get Event Recommendations\",\n description: \"Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you might enjoy.\",\n input: SeatGeekGetEventRecommendationsInput,\n output: SeatGeekGetEventRecommendationsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-event-seating.ts
|
|
4
|
+
const SeatGeekGetEventSeatingInput = zod.z.object({ event_id: zod.z.number().int().describe("The unique SeatGeek event ID. Get this from SEAT_GEEK_SEARCH_EVENTS. Note: Seating info is only available for events at major venues (stadiums, arenas). Concerts at small venues or general admission events return 404.") });
|
|
5
|
+
const SeatGeekGetEventSeating_MetaDataSchema = zod.z.object({ status: zod.z.number().int().describe("HTTP status code of the response") });
|
|
6
|
+
const SeatGeekGetEventSeatingOutput = zod.z.object({
|
|
7
|
+
meta: SeatGeekGetEventSeating_MetaDataSchema.nullable().optional(),
|
|
8
|
+
sections: zod.z.object({}).describe("Dictionary mapping section names (e.g., '101', 'floor', 'suite-14') to lists of available row letters/identifiers in that section").nullable().optional()
|
|
9
|
+
});
|
|
10
|
+
const seatGeekGetEventSeating = require_action.action("SEAT_GEEK_GET_EVENT_SEATING", {
|
|
11
|
+
slug: "seat_geek-get-event-seating",
|
|
12
|
+
name: "Get Event Seating Information",
|
|
13
|
+
description: "Get section and row layout information for a specific event's venue. Returns available sections (e.g., '101', 'floor', 'suite-14') mapped to their row identifiers. IMPORTANT: Only works for events at major venues with seating maps (stadiums, arenas). Small venue concerts or general admission events will return a 404 error. Use SEAT_GEEK_SEARCH_EVENTS with taxonomies_name='sports' to find events that have seating data.",
|
|
14
|
+
input: SeatGeekGetEventSeatingInput,
|
|
15
|
+
output: SeatGeekGetEventSeatingOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.seatGeekGetEventSeating = seatGeekGetEventSeating;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-event-seating.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-seating.cjs","names":["z","action"],"sources":["../../src/actions/get-event-seating.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetEventSeatingInput: z.ZodTypeAny = z.object({\n event_id: z.number().int().describe(\"The unique SeatGeek event ID. Get this from SEAT_GEEK_SEARCH_EVENTS. Note: Seating info is only available for events at major venues (stadiums, arenas). Concerts at small venues or general admission events return 404.\"),\n});\nconst SeatGeekGetEventSeating_MetaDataSchema: z.ZodTypeAny = z.object({\n status: z.number().int().describe(\"HTTP status code of the response\"),\n});\nexport const SeatGeekGetEventSeatingOutput: z.ZodTypeAny = z.object({\n meta: SeatGeekGetEventSeating_MetaDataSchema.nullable().optional(),\n sections: z.object({}).describe(\"Dictionary mapping section names (e.g., '101', 'floor', 'suite-14') to lists of available row letters/identifiers in that section\").nullable().optional(),\n});\n\nexport const seatGeekGetEventSeating = action(\"SEAT_GEEK_GET_EVENT_SEATING\", {\n slug: \"seat_geek-get-event-seating\",\n name: \"Get Event Seating Information\",\n description: \"Get section and row layout information for a specific event's venue. Returns available sections (e.g., '101', 'floor', 'suite-14') mapped to their row identifiers. IMPORTANT: Only works for events at major venues with seating maps (stadiums, arenas). Small venue concerts or general admission events will return a 404 error. Use SEAT_GEEK_SEARCH_EVENTS with taxonomies_name='sports' to find events that have seating data.\",\n input: SeatGeekGetEventSeatingInput,\n output: SeatGeekGetEventSeatingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2NAA2N,EACjQ,CAAC;AACD,MAAM,yCAAuDA,IAAAA,EAAE,OAAO,EACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,EACtE,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAM,uCAAuC,SAAS,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3L,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,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/get-event-seating.d.ts
|
|
4
|
+
declare const SeatGeekGetEventSeatingInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetEventSeatingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetEventSeating: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetEventSeating };
|
|
9
|
+
//# sourceMappingURL=get-event-seating.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-seating.d.cts","names":[],"sources":["../../src/actions/get-event-seating.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAIW,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-seating.d.ts
|
|
4
|
+
declare const SeatGeekGetEventSeatingInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetEventSeatingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetEventSeating: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetEventSeating };
|
|
9
|
+
//# sourceMappingURL=get-event-seating.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-seating.d.mts","names":[],"sources":["../../src/actions/get-event-seating.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAIW,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-event-seating.ts
|
|
4
|
+
const SeatGeekGetEventSeatingInput = z.object({ event_id: z.number().int().describe("The unique SeatGeek event ID. Get this from SEAT_GEEK_SEARCH_EVENTS. Note: Seating info is only available for events at major venues (stadiums, arenas). Concerts at small venues or general admission events return 404.") });
|
|
5
|
+
const SeatGeekGetEventSeating_MetaDataSchema = z.object({ status: z.number().int().describe("HTTP status code of the response") });
|
|
6
|
+
const seatGeekGetEventSeating = action("SEAT_GEEK_GET_EVENT_SEATING", {
|
|
7
|
+
slug: "seat_geek-get-event-seating",
|
|
8
|
+
name: "Get Event Seating Information",
|
|
9
|
+
description: "Get section and row layout information for a specific event's venue. Returns available sections (e.g., '101', 'floor', 'suite-14') mapped to their row identifiers. IMPORTANT: Only works for events at major venues with seating maps (stadiums, arenas). Small venue concerts or general admission events will return a 404 error. Use SEAT_GEEK_SEARCH_EVENTS with taxonomies_name='sports' to find events that have seating data.",
|
|
10
|
+
input: SeatGeekGetEventSeatingInput,
|
|
11
|
+
output: z.object({
|
|
12
|
+
meta: SeatGeekGetEventSeating_MetaDataSchema.nullable().optional(),
|
|
13
|
+
sections: z.object({}).describe("Dictionary mapping section names (e.g., '101', 'floor', 'suite-14') to lists of available row letters/identifiers in that section").nullable().optional()
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { seatGeekGetEventSeating };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-event-seating.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-seating.mjs","names":[],"sources":["../../src/actions/get-event-seating.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetEventSeatingInput: z.ZodTypeAny = z.object({\n event_id: z.number().int().describe(\"The unique SeatGeek event ID. Get this from SEAT_GEEK_SEARCH_EVENTS. Note: Seating info is only available for events at major venues (stadiums, arenas). Concerts at small venues or general admission events return 404.\"),\n});\nconst SeatGeekGetEventSeating_MetaDataSchema: z.ZodTypeAny = z.object({\n status: z.number().int().describe(\"HTTP status code of the response\"),\n});\nexport const SeatGeekGetEventSeatingOutput: z.ZodTypeAny = z.object({\n meta: SeatGeekGetEventSeating_MetaDataSchema.nullable().optional(),\n sections: z.object({}).describe(\"Dictionary mapping section names (e.g., '101', 'floor', 'suite-14') to lists of available row letters/identifiers in that section\").nullable().optional(),\n});\n\nexport const seatGeekGetEventSeating = action(\"SEAT_GEEK_GET_EVENT_SEATING\", {\n slug: \"seat_geek-get-event-seating\",\n name: \"Get Event Seating Information\",\n description: \"Get section and row layout information for a specific event's venue. Returns available sections (e.g., '101', 'floor', 'suite-14') mapped to their row identifiers. IMPORTANT: Only works for events at major venues with seating maps (stadiums, arenas). Small venue concerts or general admission events will return a 404 error. Use SEAT_GEEK_SEARCH_EVENTS with taxonomies_name='sports' to find events that have seating data.\",\n input: SeatGeekGetEventSeatingInput,\n output: SeatGeekGetEventSeatingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2NAA2N,EACjQ,CAAC;AACD,MAAM,yCAAuD,EAAE,OAAO,EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,EACtE,CAAC;AAMD,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,MAAM,uCAAuC,SAAS,CAAC,CAAC,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3L,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-performer-details.ts
|
|
4
|
+
const SeatGeekGetPerformerDetailsInput = zod.z.object({ performer_id: zod.z.string().describe("The unique numeric ID of the performer to retrieve details for. Can be obtained from search_performers action or from event details. Examples: '266' (Beastie Boys), '303' (Billy Joel), '1' (LA Dodgers).") });
|
|
5
|
+
const SeatGeekGetPerformerDetails_PerformerStatsSchema = zod.z.object({ event_count: zod.z.number().int().describe("Number of upcoming events for this performer").nullable().optional() }).describe("Statistics for a performer.");
|
|
6
|
+
const SeatGeekGetPerformerDetails_PerformerGenreSchema = zod.z.object({
|
|
7
|
+
id: zod.z.number().int().describe("Unique identifier for the genre"),
|
|
8
|
+
name: zod.z.string().describe("Genre name (e.g., 'Rock', 'Hip-hop')"),
|
|
9
|
+
slug: zod.z.string().describe("URL-friendly genre slug"),
|
|
10
|
+
primary: zod.z.boolean().default(false).describe("Whether this is the primary genre").nullable().optional()
|
|
11
|
+
}).describe("Genre information for music performers.");
|
|
12
|
+
const SeatGeekGetPerformerDetails_PerformerTaxonomySchema = zod.z.object({
|
|
13
|
+
id: zod.z.number().int().describe("Unique identifier for the taxonomy"),
|
|
14
|
+
name: zod.z.string().describe("Name of the taxonomy (e.g., 'concert', 'mlb')"),
|
|
15
|
+
parent_id: zod.z.number().int().describe("ID of parent taxonomy, null if top-level").nullable().optional()
|
|
16
|
+
}).describe("Taxonomy classification for a performer.");
|
|
17
|
+
const SeatGeekGetPerformerDetailsOutput = zod.z.object({
|
|
18
|
+
id: zod.z.number().int().describe("Unique performer ID"),
|
|
19
|
+
url: zod.z.string().describe("SeatGeek URL for ticket purchases"),
|
|
20
|
+
name: zod.z.string().describe("Full name of the performer"),
|
|
21
|
+
slug: zod.z.string().describe("URL-friendly performer identifier"),
|
|
22
|
+
type: zod.z.string().describe("Performer type (e.g., 'band', 'mlb', 'nfl', 'theater', 'nba')"),
|
|
23
|
+
image: zod.z.string().describe("Primary performer image URL").nullable().optional(),
|
|
24
|
+
score: zod.z.number().describe("Performer popularity score from 0 to 1").nullable().optional(),
|
|
25
|
+
stats: SeatGeekGetPerformerDetails_PerformerStatsSchema.nullable().optional(),
|
|
26
|
+
genres: zod.z.array(SeatGeekGetPerformerDetails_PerformerGenreSchema).describe("Music genres (for band/music performers)").nullable().optional(),
|
|
27
|
+
popularity: zod.z.number().describe("Absolute popularity metric").nullable().optional(),
|
|
28
|
+
short_name: zod.z.string().describe("Shortened display name for the performer").nullable().optional(),
|
|
29
|
+
taxonomies: zod.z.array(SeatGeekGetPerformerDetails_PerformerTaxonomySchema).describe("Category classifications (sports, concert, theater, etc.)").nullable().optional(),
|
|
30
|
+
home_venue_id: zod.z.number().int().describe("Home venue ID for sports teams").nullable().optional(),
|
|
31
|
+
has_upcoming_events: zod.z.boolean().default(false).describe("Whether performer has upcoming events").nullable().optional(),
|
|
32
|
+
num_upcoming_events: zod.z.number().int().describe("Count of upcoming events").nullable().optional()
|
|
33
|
+
}).describe("Response containing detailed performer information.");
|
|
34
|
+
const seatGeekGetPerformerDetails = require_action.action("SEAT_GEEK_GET_PERFORMER_DETAILS", {
|
|
35
|
+
slug: "seat_geek-get-performer-details",
|
|
36
|
+
name: "Get Performer Details",
|
|
37
|
+
description: "Retrieves detailed information about a specific performer (artist, sports team, or theatrical production) from SeatGeek by their unique ID. Returns comprehensive data including performer name, type, images, popularity scores, upcoming event counts, genre/taxonomy classifications, and ticket URLs. Does not include box scores, match statistics, or performance stats. Use this action when you need fields beyond the basic performer info already embedded in event details (e.g., popularity scores, full taxonomy, upcoming event counts). To find performer IDs, first use the search_performers action to search by name.",
|
|
38
|
+
input: SeatGeekGetPerformerDetailsInput,
|
|
39
|
+
output: SeatGeekGetPerformerDetailsOutput
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.seatGeekGetPerformerDetails = seatGeekGetPerformerDetails;
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=get-performer-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-details.cjs","names":["z","action"],"sources":["../../src/actions/get-performer-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetPerformerDetailsInput: z.ZodTypeAny = z.object({\n performer_id: z.string().describe(\"The unique numeric ID of the performer to retrieve details for. Can be obtained from search_performers action or from event details. Examples: '266' (Beastie Boys), '303' (Billy Joel), '1' (LA Dodgers).\"),\n});\nconst SeatGeekGetPerformerDetails_PerformerStatsSchema: z.ZodTypeAny = z.object({\n event_count: z.number().int().describe(\"Number of upcoming events for this performer\").nullable().optional(),\n}).describe(\"Statistics for a performer.\");\nconst SeatGeekGetPerformerDetails_PerformerGenreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the genre\"),\n name: z.string().describe(\"Genre name (e.g., 'Rock', 'Hip-hop')\"),\n slug: z.string().describe(\"URL-friendly genre slug\"),\n primary: z.boolean().default(false).describe(\"Whether this is the primary genre\").nullable().optional(),\n}).describe(\"Genre information for music performers.\");\nconst SeatGeekGetPerformerDetails_PerformerTaxonomySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the taxonomy\"),\n name: z.string().describe(\"Name of the taxonomy (e.g., 'concert', 'mlb')\"),\n parent_id: z.number().int().describe(\"ID of parent taxonomy, null if top-level\").nullable().optional(),\n}).describe(\"Taxonomy classification for a performer.\");\nexport const SeatGeekGetPerformerDetailsOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique performer ID\"),\n url: z.string().describe(\"SeatGeek URL for ticket purchases\"),\n name: z.string().describe(\"Full name of the performer\"),\n slug: z.string().describe(\"URL-friendly performer identifier\"),\n type: z.string().describe(\"Performer type (e.g., 'band', 'mlb', 'nfl', 'theater', 'nba')\"),\n image: z.string().describe(\"Primary performer image URL\").nullable().optional(),\n score: z.number().describe(\"Performer popularity score from 0 to 1\").nullable().optional(),\n stats: SeatGeekGetPerformerDetails_PerformerStatsSchema.nullable().optional(),\n genres: z.array(SeatGeekGetPerformerDetails_PerformerGenreSchema).describe(\"Music genres (for band/music performers)\").nullable().optional(),\n popularity: z.number().describe(\"Absolute popularity metric\").nullable().optional(),\n short_name: z.string().describe(\"Shortened display name for the performer\").nullable().optional(),\n taxonomies: z.array(SeatGeekGetPerformerDetails_PerformerTaxonomySchema).describe(\"Category classifications (sports, concert, theater, etc.)\").nullable().optional(),\n home_venue_id: z.number().int().describe(\"Home venue ID for sports teams\").nullable().optional(),\n has_upcoming_events: z.boolean().default(false).describe(\"Whether performer has upcoming events\").nullable().optional(),\n num_upcoming_events: z.number().int().describe(\"Count of upcoming events\").nullable().optional(),\n}).describe(\"Response containing detailed performer information.\");\n\nexport const seatGeekGetPerformerDetails = action(\"SEAT_GEEK_GET_PERFORMER_DETAILS\", {\n slug: \"seat_geek-get-performer-details\",\n name: \"Get Performer Details\",\n description: \"Retrieves detailed information about a specific performer (artist, sports team, or theatrical production) from SeatGeek by their unique ID. Returns comprehensive data including performer name, type, images, popularity scores, upcoming event counts, genre/taxonomy classifications, and ticket URLs. Does not include box scores, match statistics, or performance stats. Use this action when you need fields beyond the basic performer info already embedded in event details (e.g., popularity scores, full taxonomy, upcoming event counts). To find performer IDs, first use the search_performers action to search by name.\",\n input: SeatGeekGetPerformerDetailsInput,\n output: SeatGeekGetPerformerDetailsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-performer-details.d.ts
|
|
4
|
+
declare const SeatGeekGetPerformerDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetPerformerDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetPerformerDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetPerformerDetails };
|
|
9
|
+
//# sourceMappingURL=get-performer-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-details.d.cts","names":[],"sources":["../../src/actions/get-performer-details.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAeW,iCAAA,EAAmC,CAAA,CAAE,UAgBgB;AAAA,cAErD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-performer-details.d.ts
|
|
4
|
+
declare const SeatGeekGetPerformerDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetPerformerDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetPerformerDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetPerformerDetails };
|
|
9
|
+
//# sourceMappingURL=get-performer-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-details.d.mts","names":[],"sources":["../../src/actions/get-performer-details.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAeW,iCAAA,EAAmC,CAAA,CAAE,UAgBgB;AAAA,cAErD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|