@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
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-performer-details.ts
|
|
4
|
+
const SeatGeekGetPerformerDetailsInput = z.object({ 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).") });
|
|
5
|
+
const SeatGeekGetPerformerDetails_PerformerStatsSchema = z.object({ event_count: z.number().int().describe("Number of upcoming events for this performer").nullable().optional() }).describe("Statistics for a performer.");
|
|
6
|
+
const SeatGeekGetPerformerDetails_PerformerGenreSchema = z.object({
|
|
7
|
+
id: z.number().int().describe("Unique identifier for the genre"),
|
|
8
|
+
name: z.string().describe("Genre name (e.g., 'Rock', 'Hip-hop')"),
|
|
9
|
+
slug: z.string().describe("URL-friendly genre slug"),
|
|
10
|
+
primary: z.boolean().default(false).describe("Whether this is the primary genre").nullable().optional()
|
|
11
|
+
}).describe("Genre information for music performers.");
|
|
12
|
+
const SeatGeekGetPerformerDetails_PerformerTaxonomySchema = z.object({
|
|
13
|
+
id: z.number().int().describe("Unique identifier for the taxonomy"),
|
|
14
|
+
name: z.string().describe("Name of the taxonomy (e.g., 'concert', 'mlb')"),
|
|
15
|
+
parent_id: z.number().int().describe("ID of parent taxonomy, null if top-level").nullable().optional()
|
|
16
|
+
}).describe("Taxonomy classification for a performer.");
|
|
17
|
+
const seatGeekGetPerformerDetails = action("SEAT_GEEK_GET_PERFORMER_DETAILS", {
|
|
18
|
+
slug: "seat_geek-get-performer-details",
|
|
19
|
+
name: "Get Performer Details",
|
|
20
|
+
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.",
|
|
21
|
+
input: SeatGeekGetPerformerDetailsInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
id: z.number().int().describe("Unique performer ID"),
|
|
24
|
+
url: z.string().describe("SeatGeek URL for ticket purchases"),
|
|
25
|
+
name: z.string().describe("Full name of the performer"),
|
|
26
|
+
slug: z.string().describe("URL-friendly performer identifier"),
|
|
27
|
+
type: z.string().describe("Performer type (e.g., 'band', 'mlb', 'nfl', 'theater', 'nba')"),
|
|
28
|
+
image: z.string().describe("Primary performer image URL").nullable().optional(),
|
|
29
|
+
score: z.number().describe("Performer popularity score from 0 to 1").nullable().optional(),
|
|
30
|
+
stats: SeatGeekGetPerformerDetails_PerformerStatsSchema.nullable().optional(),
|
|
31
|
+
genres: z.array(SeatGeekGetPerformerDetails_PerformerGenreSchema).describe("Music genres (for band/music performers)").nullable().optional(),
|
|
32
|
+
popularity: z.number().describe("Absolute popularity metric").nullable().optional(),
|
|
33
|
+
short_name: z.string().describe("Shortened display name for the performer").nullable().optional(),
|
|
34
|
+
taxonomies: z.array(SeatGeekGetPerformerDetails_PerformerTaxonomySchema).describe("Category classifications (sports, concert, theater, etc.)").nullable().optional(),
|
|
35
|
+
home_venue_id: z.number().int().describe("Home venue ID for sports teams").nullable().optional(),
|
|
36
|
+
has_upcoming_events: z.boolean().default(false).describe("Whether performer has upcoming events").nullable().optional(),
|
|
37
|
+
num_upcoming_events: z.number().int().describe("Count of upcoming events").nullable().optional()
|
|
38
|
+
}).describe("Response containing detailed performer information.")
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { seatGeekGetPerformerDetails };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=get-performer-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-details.mjs","names":[],"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":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,EACrE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4MAA4M,EAChP,CAAC;AACD,MAAM,mDAAiE,EAAE,OAAO,EAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7G,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAmBtD,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAvB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;EACnD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EACzF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,OAAO,iDAAiD,SAAS,CAAC,CAAC,SAAS;EAC5E,QAAQ,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,YAAY,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnK,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,qBAAqB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-performer-recommendations.ts
|
|
4
|
+
const SeatGeekGetPerformerRecommendationsInput = zod.z.object({
|
|
5
|
+
per_page: zod.z.number().int().describe("Number of recommended performers to return per page. Default is 10 if not specified.").optional(),
|
|
6
|
+
events_id: zod.z.string().describe("A single event ID to use as a recommendation seed. Get event IDs from the search_events action. Only one ID is allowed per request.").optional(),
|
|
7
|
+
performers_id: zod.z.string().describe("A single performer ID to use as a recommendation seed. Get performer IDs from the search_performers action. Only one ID is allowed per request.").optional()
|
|
8
|
+
});
|
|
9
|
+
const SeatGeekGetPerformerRecommendationsOutput = zod.z.object({});
|
|
10
|
+
const seatGeekGetPerformerRecommendations = require_action.action("SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONS", {
|
|
11
|
+
slug: "seat_geek-get-performer-recommendations",
|
|
12
|
+
name: "Get Performer Recommendations",
|
|
13
|
+
description: "Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers you might enjoy.",
|
|
14
|
+
input: SeatGeekGetPerformerRecommendationsInput,
|
|
15
|
+
output: SeatGeekGetPerformerRecommendationsOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.seatGeekGetPerformerRecommendations = seatGeekGetPerformerRecommendations;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-performer-recommendations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-recommendations.cjs","names":["z","action"],"sources":["../../src/actions/get-performer-recommendations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetPerformerRecommendationsInput: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of recommended performers to return per page. Default is 10 if not specified.\").optional(),\n events_id: z.string().describe(\"A single event ID to use as a recommendation seed. Get event IDs from the search_events action. Only one ID is allowed per request.\").optional(),\n performers_id: z.string().describe(\"A single performer ID to use as a recommendation seed. Get performer IDs from the search_performers action. Only one ID is allowed per request.\").optional(),\n});\nexport const SeatGeekGetPerformerRecommendationsOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekGetPerformerRecommendations = action(\"SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONS\", {\n slug: \"seat_geek-get-performer-recommendations\",\n name: \"Get Performer Recommendations\",\n description: \"Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers you might enjoy.\",\n input: SeatGeekGetPerformerRecommendationsInput,\n output: SeatGeekGetPerformerRecommendationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACrI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CAC/K,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;AACjM,CAAC;AACD,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,CAAC,CAAC;AAElF,MAAa,sCAAsCC,eAAAA,OAAO,2CAA2C;CACnG,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-performer-recommendations.d.ts
|
|
4
|
+
declare const SeatGeekGetPerformerRecommendationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetPerformerRecommendationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetPerformerRecommendations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetPerformerRecommendations };
|
|
9
|
+
//# sourceMappingURL=get-performer-recommendations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-recommendations.d.cts","names":[],"sources":["../../src/actions/get-performer-recommendations.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAIvD;AAAA,cACW,yCAAA,EAA2C,CAAA,CAAE,UAAyB;AAAA,cAEtE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-performer-recommendations.d.ts
|
|
4
|
+
declare const SeatGeekGetPerformerRecommendationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetPerformerRecommendationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetPerformerRecommendations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetPerformerRecommendations };
|
|
9
|
+
//# sourceMappingURL=get-performer-recommendations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-recommendations.d.mts","names":[],"sources":["../../src/actions/get-performer-recommendations.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAIvD;AAAA,cACW,yCAAA,EAA2C,CAAA,CAAE,UAAyB;AAAA,cAEtE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const seatGeekGetPerformerRecommendations = action("SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONS", {
|
|
4
|
+
slug: "seat_geek-get-performer-recommendations",
|
|
5
|
+
name: "Get Performer Recommendations",
|
|
6
|
+
description: "Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers you might enjoy.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
per_page: z.number().int().describe("Number of recommended performers to return per page. Default is 10 if not specified.").optional(),
|
|
9
|
+
events_id: z.string().describe("A single event ID to use as a recommendation seed. Get event IDs from the search_events action. Only one ID is allowed per request.").optional(),
|
|
10
|
+
performers_id: z.string().describe("A single performer ID to use as a recommendation seed. Get performer IDs from the search_performers action. Only one ID is allowed per request.").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.object({})
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { seatGeekGetPerformerRecommendations };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=get-performer-recommendations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-performer-recommendations.mjs","names":[],"sources":["../../src/actions/get-performer-recommendations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetPerformerRecommendationsInput: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of recommended performers to return per page. Default is 10 if not specified.\").optional(),\n events_id: z.string().describe(\"A single event ID to use as a recommendation seed. Get event IDs from the search_events action. Only one ID is allowed per request.\").optional(),\n performers_id: z.string().describe(\"A single performer ID to use as a recommendation seed. Get performer IDs from the search_performers action. Only one ID is allowed per request.\").optional(),\n});\nexport const SeatGeekGetPerformerRecommendationsOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekGetPerformerRecommendations = action(\"SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONS\", {\n slug: \"seat_geek-get-performer-recommendations\",\n name: \"Get Performer Recommendations\",\n description: \"Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers you might enjoy.\",\n input: SeatGeekGetPerformerRecommendationsInput,\n output: SeatGeekGetPerformerRecommendationsOutput,\n});\n"],"mappings":";;AAWA,MAAa,sCAAsC,OAAO,2CAA2C;CACnG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXoE,EAAE,OAAO;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;EACrI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;EAC/K,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;CACjM,CAOS;CACP,QAPqE,EAAE,OAAO,CAAC,CAOvE;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-taxonomies.ts
|
|
4
|
+
const SeatGeekGetTaxonomiesInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Page number for paginated results. Use with per_page parameter. Defaults to 1.").optional(),
|
|
6
|
+
per_page: zod.z.number().int().describe("Number of taxonomies to return per page. If not specified, returns all taxonomies.").optional()
|
|
7
|
+
});
|
|
8
|
+
const SeatGeekGetTaxonomiesOutput = zod.z.object({});
|
|
9
|
+
const seatGeekGetTaxonomies = require_action.action("SEAT_GEEK_GET_TAXONOMIES", {
|
|
10
|
+
slug: "seat_geek-get-taxonomies",
|
|
11
|
+
name: "Get Event Categories",
|
|
12
|
+
description: "Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event classification and filtering options.",
|
|
13
|
+
input: SeatGeekGetTaxonomiesInput,
|
|
14
|
+
output: SeatGeekGetTaxonomiesOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.seatGeekGetTaxonomies = seatGeekGetTaxonomies;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-taxonomies.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-taxonomies.cjs","names":["z","action"],"sources":["../../src/actions/get-taxonomies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetTaxonomiesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for paginated results. Use with per_page parameter. Defaults to 1.\").optional(),\n per_page: z.number().int().describe(\"Number of taxonomies to return per page. If not specified, returns all taxonomies.\").optional(),\n});\nexport const SeatGeekGetTaxonomiesOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekGetTaxonomies = action(\"SEAT_GEEK_GET_TAXONOMIES\", {\n slug: \"seat_geek-get-taxonomies\",\n name: \"Get Event Categories\",\n description: \"Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event classification and filtering options.\",\n input: SeatGeekGetTaxonomiesInput,\n output: SeatGeekGetTaxonomiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC3H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;AACrI,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC;AAEpE,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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-taxonomies.d.ts
|
|
4
|
+
declare const SeatGeekGetTaxonomiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetTaxonomiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetTaxonomies: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetTaxonomies };
|
|
9
|
+
//# sourceMappingURL=get-taxonomies.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-taxonomies.d.cts","names":[],"sources":["../../src/actions/get-taxonomies.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAyB;AAAA,cAExD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-taxonomies.d.ts
|
|
4
|
+
declare const SeatGeekGetTaxonomiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetTaxonomiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetTaxonomies: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetTaxonomies };
|
|
9
|
+
//# sourceMappingURL=get-taxonomies.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-taxonomies.d.mts","names":[],"sources":["../../src/actions/get-taxonomies.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAyB;AAAA,cAExD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const seatGeekGetTaxonomies = action("SEAT_GEEK_GET_TAXONOMIES", {
|
|
4
|
+
slug: "seat_geek-get-taxonomies",
|
|
5
|
+
name: "Get Event Categories",
|
|
6
|
+
description: "Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event classification and filtering options.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
page: z.number().int().describe("Page number for paginated results. Use with per_page parameter. Defaults to 1.").optional(),
|
|
9
|
+
per_page: z.number().int().describe("Number of taxonomies to return per page. If not specified, returns all taxonomies.").optional()
|
|
10
|
+
}),
|
|
11
|
+
output: z.object({})
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { seatGeekGetTaxonomies };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-taxonomies.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-taxonomies.mjs","names":[],"sources":["../../src/actions/get-taxonomies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetTaxonomiesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for paginated results. Use with per_page parameter. Defaults to 1.\").optional(),\n per_page: z.number().int().describe(\"Number of taxonomies to return per page. If not specified, returns all taxonomies.\").optional(),\n});\nexport const SeatGeekGetTaxonomiesOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekGetTaxonomies = action(\"SEAT_GEEK_GET_TAXONOMIES\", {\n slug: \"seat_geek-get-taxonomies\",\n name: \"Get Event Categories\",\n description: \"Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event classification and filtering options.\",\n input: SeatGeekGetTaxonomiesInput,\n output: SeatGeekGetTaxonomiesOutput,\n});\n"],"mappings":";;AAUA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EAC3H,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CACrI,CAOS;CACP,QAPuD,EAAE,OAAO,CAAC,CAOzD;AACV,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-venue-details.ts
|
|
4
|
+
const SeatGeekGetVenueDetailsInput = zod.z.object({ venue_id: zod.z.string().describe("The unique numeric ID of the venue to retrieve details for. Use the Search Venues action to find venue IDs. Deduplicate venue IDs before calling, as the same venue appears across many events.") });
|
|
5
|
+
const SeatGeekGetVenueDetails_VenueStatsSchema = zod.z.object({ event_count: zod.z.number().int().describe("Total number of upcoming events").nullable().optional() }).describe("Statistics about events at the venue.");
|
|
6
|
+
const SeatGeekGetVenueDetails_VenuePassStatsSchema = zod.z.object({ event_count: zod.z.number().int().describe("Number of events with this pass type").nullable().optional() }).describe("Statistics for a venue pass (e.g., parking).");
|
|
7
|
+
const SeatGeekGetVenueDetails_VenuePassSchema = zod.z.object({
|
|
8
|
+
url: zod.z.string().describe("URL to purchase the pass").nullable().optional(),
|
|
9
|
+
name: zod.z.string().describe("Name of the pass").nullable().optional(),
|
|
10
|
+
stats: SeatGeekGetVenueDetails_VenuePassStatsSchema.nullable().optional(),
|
|
11
|
+
pass_type: zod.z.string().describe("Type of pass (e.g., 'PARKING')").nullable().optional(),
|
|
12
|
+
relative_url: zod.z.string().describe("Relative URL path").nullable().optional(),
|
|
13
|
+
image_rights_message: zod.z.string().describe("Image rights message").nullable().optional()
|
|
14
|
+
}).describe("Information about venue passes like parking.");
|
|
15
|
+
const SeatGeekGetVenueDetails_VenueLocationSchema = zod.z.object({
|
|
16
|
+
lat: zod.z.number().describe("Latitude coordinate").nullable().optional(),
|
|
17
|
+
lon: zod.z.number().describe("Longitude coordinate").nullable().optional()
|
|
18
|
+
}).describe("Geographic coordinates of the venue.");
|
|
19
|
+
const SeatGeekGetVenueDetailsOutput = zod.z.object({
|
|
20
|
+
id: zod.z.number().int().describe("Unique venue identifier").nullable().optional(),
|
|
21
|
+
url: zod.z.string().describe("Full URL to venue page on SeatGeek").nullable().optional(),
|
|
22
|
+
city: zod.z.string().describe("City where the venue is located").nullable().optional(),
|
|
23
|
+
name: zod.z.string().describe("Name of the venue").nullable().optional(),
|
|
24
|
+
slug: zod.z.string().describe("URL-friendly venue identifier").nullable().optional(),
|
|
25
|
+
links: zod.z.array(zod.z.string()).describe("Related links").nullable().optional(),
|
|
26
|
+
score: zod.z.number().describe("SeatGeek popularity score (0-1)").nullable().optional(),
|
|
27
|
+
state: zod.z.string().describe("State/province code (e.g., 'CA', 'NY')").nullable().optional(),
|
|
28
|
+
stats: SeatGeekGetVenueDetails_VenueStatsSchema.nullable().optional(),
|
|
29
|
+
passes: zod.z.array(SeatGeekGetVenueDetails_VenuePassSchema).describe("Available passes (e.g., parking)").nullable().optional(),
|
|
30
|
+
address: zod.z.string().describe("Street address of the venue").nullable().optional(),
|
|
31
|
+
country: zod.z.string().describe("Country code (e.g., 'US')").nullable().optional(),
|
|
32
|
+
name_v2: zod.z.string().describe("Alternative name of the venue").nullable().optional(),
|
|
33
|
+
capacity: zod.z.number().int().describe("Seating capacity of the venue").nullable().optional(),
|
|
34
|
+
location: SeatGeekGetVenueDetails_VenueLocationSchema.nullable().optional(),
|
|
35
|
+
timezone: zod.z.string().describe("Timezone of the venue (e.g., 'America/Los_Angeles')").nullable().optional(),
|
|
36
|
+
metro_code: zod.z.number().int().describe("Metropolitan area code").nullable().optional(),
|
|
37
|
+
popularity: zod.z.number().int().describe("Popularity ranking number").nullable().optional(),
|
|
38
|
+
postal_code: zod.z.string().describe("Postal/ZIP code").nullable().optional(),
|
|
39
|
+
marquee_city: zod.z.string().describe("Marquee city designation").nullable().optional(),
|
|
40
|
+
relative_url: zod.z.string().describe("Relative URL path to venue page").nullable().optional(),
|
|
41
|
+
access_method: zod.z.string().describe("Access method information").nullable().optional(),
|
|
42
|
+
display_location: zod.z.string().describe("Human-readable location (e.g., 'Los Angeles, CA')").nullable().optional(),
|
|
43
|
+
extended_address: zod.z.string().describe("Full address including city, state, and postal code").nullable().optional(),
|
|
44
|
+
has_upcoming_events: zod.z.boolean().describe("Whether the venue has upcoming events").nullable().optional(),
|
|
45
|
+
num_upcoming_events: zod.z.number().int().describe("Number of upcoming events at this venue").nullable().optional()
|
|
46
|
+
}).describe("Detailed information about a venue.");
|
|
47
|
+
const seatGeekGetVenueDetails = require_action.action("SEAT_GEEK_GET_VENUE_DETAILS", {
|
|
48
|
+
slug: "seat_geek-get-venue-details",
|
|
49
|
+
name: "Get Venue Details",
|
|
50
|
+
description: "Get detailed venue-specific information (location, address, metadata) beyond what SEAT_GEEK_GET_EVENT_DETAILS already returns. Only call this tool when additional venue fields are needed that are absent from the event details response.",
|
|
51
|
+
input: SeatGeekGetVenueDetailsInput,
|
|
52
|
+
output: SeatGeekGetVenueDetailsOutput
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
exports.seatGeekGetVenueDetails = seatGeekGetVenueDetails;
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=get-venue-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-venue-details.cjs","names":["z","action"],"sources":["../../src/actions/get-venue-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetVenueDetailsInput: z.ZodTypeAny = z.object({\n venue_id: z.string().describe(\"The unique numeric ID of the venue to retrieve details for. Use the Search Venues action to find venue IDs. Deduplicate venue IDs before calling, as the same venue appears across many events.\"),\n});\nconst SeatGeekGetVenueDetails_VenueStatsSchema: z.ZodTypeAny = z.object({\n event_count: z.number().int().describe(\"Total number of upcoming events\").nullable().optional(),\n}).describe(\"Statistics about events at the venue.\");\nconst SeatGeekGetVenueDetails_VenuePassStatsSchema: z.ZodTypeAny = z.object({\n event_count: z.number().int().describe(\"Number of events with this pass type\").nullable().optional(),\n}).describe(\"Statistics for a venue pass (e.g., parking).\");\nconst SeatGeekGetVenueDetails_VenuePassSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to purchase the pass\").nullable().optional(),\n name: z.string().describe(\"Name of the pass\").nullable().optional(),\n stats: SeatGeekGetVenueDetails_VenuePassStatsSchema.nullable().optional(),\n pass_type: z.string().describe(\"Type of pass (e.g., 'PARKING')\").nullable().optional(),\n relative_url: z.string().describe(\"Relative URL path\").nullable().optional(),\n image_rights_message: z.string().describe(\"Image rights message\").nullable().optional(),\n}).describe(\"Information about venue passes like parking.\");\nconst SeatGeekGetVenueDetails_VenueLocationSchema: 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 of the venue.\");\nexport const SeatGeekGetVenueDetailsOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique venue identifier\").nullable().optional(),\n url: z.string().describe(\"Full URL to venue page on SeatGeek\").nullable().optional(),\n city: z.string().describe(\"City where the venue is located\").nullable().optional(),\n name: z.string().describe(\"Name of the venue\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly venue identifier\").nullable().optional(),\n links: z.array(z.string()).describe(\"Related links\").nullable().optional(),\n score: z.number().describe(\"SeatGeek popularity score (0-1)\").nullable().optional(),\n state: z.string().describe(\"State/province code (e.g., 'CA', 'NY')\").nullable().optional(),\n stats: SeatGeekGetVenueDetails_VenueStatsSchema.nullable().optional(),\n passes: z.array(SeatGeekGetVenueDetails_VenuePassSchema).describe(\"Available passes (e.g., parking)\").nullable().optional(),\n address: z.string().describe(\"Street address of the venue\").nullable().optional(),\n country: z.string().describe(\"Country code (e.g., 'US')\").nullable().optional(),\n name_v2: z.string().describe(\"Alternative name of the venue\").nullable().optional(),\n capacity: z.number().int().describe(\"Seating capacity of the venue\").nullable().optional(),\n location: SeatGeekGetVenueDetails_VenueLocationSchema.nullable().optional(),\n timezone: z.string().describe(\"Timezone of the venue (e.g., 'America/Los_Angeles')\").nullable().optional(),\n metro_code: z.number().int().describe(\"Metropolitan area code\").nullable().optional(),\n popularity: z.number().int().describe(\"Popularity ranking number\").nullable().optional(),\n postal_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n marquee_city: z.string().describe(\"Marquee city designation\").nullable().optional(),\n relative_url: z.string().describe(\"Relative URL path to venue page\").nullable().optional(),\n access_method: z.string().describe(\"Access method information\").nullable().optional(),\n display_location: z.string().describe(\"Human-readable location (e.g., 'Los Angeles, CA')\").nullable().optional(),\n extended_address: z.string().describe(\"Full address including city, state, and postal code\").nullable().optional(),\n has_upcoming_events: z.boolean().describe(\"Whether the venue has upcoming events\").nullable().optional(),\n num_upcoming_events: z.number().int().describe(\"Number of upcoming events at this venue\").nullable().optional(),\n}).describe(\"Detailed information about a venue.\");\n\nexport const seatGeekGetVenueDetails = action(\"SEAT_GEEK_GET_VENUE_DETAILS\", {\n slug: \"seat_geek-get-venue-details\",\n name: \"Get Venue Details\",\n description: \"Get detailed venue-specific information (location, address, metadata) beyond what SEAT_GEEK_GET_EVENT_DETAILS already returns. Only call this tool when additional venue fields are needed that are absent from the event details response.\",\n input: SeatGeekGetVenueDetailsInput,\n output: SeatGeekGetVenueDetailsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-venue-details.d.ts
|
|
4
|
+
declare const SeatGeekGetVenueDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetVenueDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetVenueDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetVenueDetails };
|
|
9
|
+
//# sourceMappingURL=get-venue-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-venue-details.d.cts","names":[],"sources":["../../src/actions/get-venue-details.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAmBW,6BAAA,EAA+B,CAAA,CAAE,UA2BI;AAAA,cAErC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-venue-details.d.ts
|
|
4
|
+
declare const SeatGeekGetVenueDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekGetVenueDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekGetVenueDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekGetVenueDetails };
|
|
9
|
+
//# sourceMappingURL=get-venue-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-venue-details.d.mts","names":[],"sources":["../../src/actions/get-venue-details.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAmBW,6BAAA,EAA+B,CAAA,CAAE,UA2BI;AAAA,cAErC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-venue-details.ts
|
|
4
|
+
const SeatGeekGetVenueDetailsInput = z.object({ venue_id: z.string().describe("The unique numeric ID of the venue to retrieve details for. Use the Search Venues action to find venue IDs. Deduplicate venue IDs before calling, as the same venue appears across many events.") });
|
|
5
|
+
const SeatGeekGetVenueDetails_VenueStatsSchema = z.object({ event_count: z.number().int().describe("Total number of upcoming events").nullable().optional() }).describe("Statistics about events at the venue.");
|
|
6
|
+
const SeatGeekGetVenueDetails_VenuePassStatsSchema = z.object({ event_count: z.number().int().describe("Number of events with this pass type").nullable().optional() }).describe("Statistics for a venue pass (e.g., parking).");
|
|
7
|
+
const SeatGeekGetVenueDetails_VenuePassSchema = z.object({
|
|
8
|
+
url: z.string().describe("URL to purchase the pass").nullable().optional(),
|
|
9
|
+
name: z.string().describe("Name of the pass").nullable().optional(),
|
|
10
|
+
stats: SeatGeekGetVenueDetails_VenuePassStatsSchema.nullable().optional(),
|
|
11
|
+
pass_type: z.string().describe("Type of pass (e.g., 'PARKING')").nullable().optional(),
|
|
12
|
+
relative_url: z.string().describe("Relative URL path").nullable().optional(),
|
|
13
|
+
image_rights_message: z.string().describe("Image rights message").nullable().optional()
|
|
14
|
+
}).describe("Information about venue passes like parking.");
|
|
15
|
+
const SeatGeekGetVenueDetails_VenueLocationSchema = z.object({
|
|
16
|
+
lat: z.number().describe("Latitude coordinate").nullable().optional(),
|
|
17
|
+
lon: z.number().describe("Longitude coordinate").nullable().optional()
|
|
18
|
+
}).describe("Geographic coordinates of the venue.");
|
|
19
|
+
const seatGeekGetVenueDetails = action("SEAT_GEEK_GET_VENUE_DETAILS", {
|
|
20
|
+
slug: "seat_geek-get-venue-details",
|
|
21
|
+
name: "Get Venue Details",
|
|
22
|
+
description: "Get detailed venue-specific information (location, address, metadata) beyond what SEAT_GEEK_GET_EVENT_DETAILS already returns. Only call this tool when additional venue fields are needed that are absent from the event details response.",
|
|
23
|
+
input: SeatGeekGetVenueDetailsInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
id: z.number().int().describe("Unique venue identifier").nullable().optional(),
|
|
26
|
+
url: z.string().describe("Full URL to venue page on SeatGeek").nullable().optional(),
|
|
27
|
+
city: z.string().describe("City where the venue is located").nullable().optional(),
|
|
28
|
+
name: z.string().describe("Name of the venue").nullable().optional(),
|
|
29
|
+
slug: z.string().describe("URL-friendly venue identifier").nullable().optional(),
|
|
30
|
+
links: z.array(z.string()).describe("Related links").nullable().optional(),
|
|
31
|
+
score: z.number().describe("SeatGeek popularity score (0-1)").nullable().optional(),
|
|
32
|
+
state: z.string().describe("State/province code (e.g., 'CA', 'NY')").nullable().optional(),
|
|
33
|
+
stats: SeatGeekGetVenueDetails_VenueStatsSchema.nullable().optional(),
|
|
34
|
+
passes: z.array(SeatGeekGetVenueDetails_VenuePassSchema).describe("Available passes (e.g., parking)").nullable().optional(),
|
|
35
|
+
address: z.string().describe("Street address of the venue").nullable().optional(),
|
|
36
|
+
country: z.string().describe("Country code (e.g., 'US')").nullable().optional(),
|
|
37
|
+
name_v2: z.string().describe("Alternative name of the venue").nullable().optional(),
|
|
38
|
+
capacity: z.number().int().describe("Seating capacity of the venue").nullable().optional(),
|
|
39
|
+
location: SeatGeekGetVenueDetails_VenueLocationSchema.nullable().optional(),
|
|
40
|
+
timezone: z.string().describe("Timezone of the venue (e.g., 'America/Los_Angeles')").nullable().optional(),
|
|
41
|
+
metro_code: z.number().int().describe("Metropolitan area code").nullable().optional(),
|
|
42
|
+
popularity: z.number().int().describe("Popularity ranking number").nullable().optional(),
|
|
43
|
+
postal_code: z.string().describe("Postal/ZIP code").nullable().optional(),
|
|
44
|
+
marquee_city: z.string().describe("Marquee city designation").nullable().optional(),
|
|
45
|
+
relative_url: z.string().describe("Relative URL path to venue page").nullable().optional(),
|
|
46
|
+
access_method: z.string().describe("Access method information").nullable().optional(),
|
|
47
|
+
display_location: z.string().describe("Human-readable location (e.g., 'Los Angeles, CA')").nullable().optional(),
|
|
48
|
+
extended_address: z.string().describe("Full address including city, state, and postal code").nullable().optional(),
|
|
49
|
+
has_upcoming_events: z.boolean().describe("Whether the venue has upcoming events").nullable().optional(),
|
|
50
|
+
num_upcoming_events: z.number().int().describe("Number of upcoming events at this venue").nullable().optional()
|
|
51
|
+
}).describe("Detailed information about a venue.")
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
export { seatGeekGetVenueDetails };
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=get-venue-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-venue-details.mjs","names":[],"sources":["../../src/actions/get-venue-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekGetVenueDetailsInput: z.ZodTypeAny = z.object({\n venue_id: z.string().describe(\"The unique numeric ID of the venue to retrieve details for. Use the Search Venues action to find venue IDs. Deduplicate venue IDs before calling, as the same venue appears across many events.\"),\n});\nconst SeatGeekGetVenueDetails_VenueStatsSchema: z.ZodTypeAny = z.object({\n event_count: z.number().int().describe(\"Total number of upcoming events\").nullable().optional(),\n}).describe(\"Statistics about events at the venue.\");\nconst SeatGeekGetVenueDetails_VenuePassStatsSchema: z.ZodTypeAny = z.object({\n event_count: z.number().int().describe(\"Number of events with this pass type\").nullable().optional(),\n}).describe(\"Statistics for a venue pass (e.g., parking).\");\nconst SeatGeekGetVenueDetails_VenuePassSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to purchase the pass\").nullable().optional(),\n name: z.string().describe(\"Name of the pass\").nullable().optional(),\n stats: SeatGeekGetVenueDetails_VenuePassStatsSchema.nullable().optional(),\n pass_type: z.string().describe(\"Type of pass (e.g., 'PARKING')\").nullable().optional(),\n relative_url: z.string().describe(\"Relative URL path\").nullable().optional(),\n image_rights_message: z.string().describe(\"Image rights message\").nullable().optional(),\n}).describe(\"Information about venue passes like parking.\");\nconst SeatGeekGetVenueDetails_VenueLocationSchema: 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 of the venue.\");\nexport const SeatGeekGetVenueDetailsOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique venue identifier\").nullable().optional(),\n url: z.string().describe(\"Full URL to venue page on SeatGeek\").nullable().optional(),\n city: z.string().describe(\"City where the venue is located\").nullable().optional(),\n name: z.string().describe(\"Name of the venue\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly venue identifier\").nullable().optional(),\n links: z.array(z.string()).describe(\"Related links\").nullable().optional(),\n score: z.number().describe(\"SeatGeek popularity score (0-1)\").nullable().optional(),\n state: z.string().describe(\"State/province code (e.g., 'CA', 'NY')\").nullable().optional(),\n stats: SeatGeekGetVenueDetails_VenueStatsSchema.nullable().optional(),\n passes: z.array(SeatGeekGetVenueDetails_VenuePassSchema).describe(\"Available passes (e.g., parking)\").nullable().optional(),\n address: z.string().describe(\"Street address of the venue\").nullable().optional(),\n country: z.string().describe(\"Country code (e.g., 'US')\").nullable().optional(),\n name_v2: z.string().describe(\"Alternative name of the venue\").nullable().optional(),\n capacity: z.number().int().describe(\"Seating capacity of the venue\").nullable().optional(),\n location: SeatGeekGetVenueDetails_VenueLocationSchema.nullable().optional(),\n timezone: z.string().describe(\"Timezone of the venue (e.g., 'America/Los_Angeles')\").nullable().optional(),\n metro_code: z.number().int().describe(\"Metropolitan area code\").nullable().optional(),\n popularity: z.number().int().describe(\"Popularity ranking number\").nullable().optional(),\n postal_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n marquee_city: z.string().describe(\"Marquee city designation\").nullable().optional(),\n relative_url: z.string().describe(\"Relative URL path to venue page\").nullable().optional(),\n access_method: z.string().describe(\"Access method information\").nullable().optional(),\n display_location: z.string().describe(\"Human-readable location (e.g., 'Los Angeles, CA')\").nullable().optional(),\n extended_address: z.string().describe(\"Full address including city, state, and postal code\").nullable().optional(),\n has_upcoming_events: z.boolean().describe(\"Whether the venue has upcoming events\").nullable().optional(),\n num_upcoming_events: z.number().int().describe(\"Number of upcoming events at this venue\").nullable().optional(),\n}).describe(\"Detailed information about a venue.\");\n\nexport const seatGeekGetVenueDetails = action(\"SEAT_GEEK_GET_VENUE_DETAILS\", {\n slug: \"seat_geek-get-venue-details\",\n name: \"Get Venue Details\",\n description: \"Get detailed venue-specific information (location, address, metadata) beyond what SEAT_GEEK_GET_EVENT_DETAILS already returns. Only call this tool when additional venue fields are needed that are absent from the event details response.\",\n input: SeatGeekGetVenueDetailsInput,\n output: SeatGeekGetVenueDetailsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_get_event_details = require("./get-event-details.cjs");
|
|
3
|
+
const require_get_event_recommendations = require("./get-event-recommendations.cjs");
|
|
4
|
+
const require_get_event_seating = require("./get-event-seating.cjs");
|
|
5
|
+
const require_get_performer_details = require("./get-performer-details.cjs");
|
|
6
|
+
const require_get_performer_recommendations = require("./get-performer-recommendations.cjs");
|
|
7
|
+
const require_get_taxonomies = require("./get-taxonomies.cjs");
|
|
8
|
+
const require_get_venue_details = require("./get-venue-details.cjs");
|
|
9
|
+
const require_search_events = require("./search-events.cjs");
|
|
10
|
+
const require_search_performers = require("./search-performers.cjs");
|
|
11
|
+
const require_search_venues = require("./search-venues.cjs");
|
|
12
|
+
exports.seatGeekGetEventDetails = require_get_event_details.seatGeekGetEventDetails;
|
|
13
|
+
exports.seatGeekGetEventRecommendations = require_get_event_recommendations.seatGeekGetEventRecommendations;
|
|
14
|
+
exports.seatGeekGetEventSeating = require_get_event_seating.seatGeekGetEventSeating;
|
|
15
|
+
exports.seatGeekGetPerformerDetails = require_get_performer_details.seatGeekGetPerformerDetails;
|
|
16
|
+
exports.seatGeekGetPerformerRecommendations = require_get_performer_recommendations.seatGeekGetPerformerRecommendations;
|
|
17
|
+
exports.seatGeekGetTaxonomies = require_get_taxonomies.seatGeekGetTaxonomies;
|
|
18
|
+
exports.seatGeekGetVenueDetails = require_get_venue_details.seatGeekGetVenueDetails;
|
|
19
|
+
exports.seatGeekSearchEvents = require_search_events.seatGeekSearchEvents;
|
|
20
|
+
exports.seatGeekSearchPerformers = require_search_performers.seatGeekSearchPerformers;
|
|
21
|
+
exports.seatGeekSearchVenues = require_search_venues.seatGeekSearchVenues;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { seatGeekGetEventDetails } from "./get-event-details.cjs";
|
|
2
|
+
import { seatGeekGetEventRecommendations } from "./get-event-recommendations.cjs";
|
|
3
|
+
import { seatGeekGetEventSeating } from "./get-event-seating.cjs";
|
|
4
|
+
import { seatGeekGetPerformerDetails } from "./get-performer-details.cjs";
|
|
5
|
+
import { seatGeekGetPerformerRecommendations } from "./get-performer-recommendations.cjs";
|
|
6
|
+
import { seatGeekGetTaxonomies } from "./get-taxonomies.cjs";
|
|
7
|
+
import { seatGeekGetVenueDetails } from "./get-venue-details.cjs";
|
|
8
|
+
import { seatGeekSearchEvents } from "./search-events.cjs";
|
|
9
|
+
import { seatGeekSearchPerformers } from "./search-performers.cjs";
|
|
10
|
+
import { seatGeekSearchVenues } from "./search-venues.cjs";
|
|
11
|
+
export { seatGeekGetEventDetails, seatGeekGetEventRecommendations, seatGeekGetEventSeating, seatGeekGetPerformerDetails, seatGeekGetPerformerRecommendations, seatGeekGetTaxonomies, seatGeekGetVenueDetails, seatGeekSearchEvents, seatGeekSearchPerformers, seatGeekSearchVenues };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { seatGeekGetEventDetails } from "./get-event-details.mjs";
|
|
2
|
+
import { seatGeekGetEventRecommendations } from "./get-event-recommendations.mjs";
|
|
3
|
+
import { seatGeekGetEventSeating } from "./get-event-seating.mjs";
|
|
4
|
+
import { seatGeekGetPerformerDetails } from "./get-performer-details.mjs";
|
|
5
|
+
import { seatGeekGetPerformerRecommendations } from "./get-performer-recommendations.mjs";
|
|
6
|
+
import { seatGeekGetTaxonomies } from "./get-taxonomies.mjs";
|
|
7
|
+
import { seatGeekGetVenueDetails } from "./get-venue-details.mjs";
|
|
8
|
+
import { seatGeekSearchEvents } from "./search-events.mjs";
|
|
9
|
+
import { seatGeekSearchPerformers } from "./search-performers.mjs";
|
|
10
|
+
import { seatGeekSearchVenues } from "./search-venues.mjs";
|
|
11
|
+
export { seatGeekGetEventDetails, seatGeekGetEventRecommendations, seatGeekGetEventSeating, seatGeekGetPerformerDetails, seatGeekGetPerformerRecommendations, seatGeekGetTaxonomies, seatGeekGetVenueDetails, seatGeekSearchEvents, seatGeekSearchPerformers, seatGeekSearchVenues };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { seatGeekGetEventDetails } from "./get-event-details.mjs";
|
|
2
|
+
import { seatGeekGetEventRecommendations } from "./get-event-recommendations.mjs";
|
|
3
|
+
import { seatGeekGetEventSeating } from "./get-event-seating.mjs";
|
|
4
|
+
import { seatGeekGetPerformerDetails } from "./get-performer-details.mjs";
|
|
5
|
+
import { seatGeekGetPerformerRecommendations } from "./get-performer-recommendations.mjs";
|
|
6
|
+
import { seatGeekGetTaxonomies } from "./get-taxonomies.mjs";
|
|
7
|
+
import { seatGeekGetVenueDetails } from "./get-venue-details.mjs";
|
|
8
|
+
import { seatGeekSearchEvents } from "./search-events.mjs";
|
|
9
|
+
import { seatGeekSearchPerformers } from "./search-performers.mjs";
|
|
10
|
+
import { seatGeekSearchVenues } from "./search-venues.mjs";
|
|
11
|
+
export { seatGeekGetEventDetails, seatGeekGetEventRecommendations, seatGeekGetEventSeating, seatGeekGetPerformerDetails, seatGeekGetPerformerRecommendations, seatGeekGetTaxonomies, seatGeekGetVenueDetails, seatGeekSearchEvents, seatGeekSearchPerformers, seatGeekSearchVenues };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-events.ts
|
|
4
|
+
const SeatGeekSearchEventsInput = zod.z.object({
|
|
5
|
+
q: zod.z.string().describe("General search query for events, performers, or venues. Supports natural language like 'yankees march' or 'skrillex on june 4th'.").optional(),
|
|
6
|
+
per_page: zod.z.number().int().describe("Number of results per page. Default is 10. Maximum is 100. Use the page parameter to paginate when meta.total exceeds per_page to avoid silently missing events.").optional(),
|
|
7
|
+
venue_id: zod.z.string().describe("Venue ID to filter events to a specific venue.").optional(),
|
|
8
|
+
venue_city: zod.z.string().describe("City name to filter events by venue location.").optional(),
|
|
9
|
+
venue_state: zod.z.string().describe("Two-letter state code to filter events by venue location.").optional(),
|
|
10
|
+
datetime_utc: zod.z.string().describe("Filter events by exact UTC date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.").optional(),
|
|
11
|
+
performers_id: zod.z.string().describe("Performer ID(s) to filter events. Multiple IDs can be comma-separated for OR queries. IDs must come from prior SeatGeek search results; arbitrary or stale IDs may yield empty responses.").optional(),
|
|
12
|
+
taxonomies_id: zod.z.string().describe("Filter events by taxonomy ID.").optional(),
|
|
13
|
+
datetime_local: zod.z.string().describe("Filter events by exact local date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.").optional(),
|
|
14
|
+
performers_slug: zod.z.string().describe("Performer slug(s) to filter events. Use URL-friendly format.").optional(),
|
|
15
|
+
taxonomies_name: zod.z.string().describe("Filter events by category/type name. Accepts a single value only; comma-separated categories silently return zero results even when each category individually has matches.").optional(),
|
|
16
|
+
datetime_utc_gte: zod.z.string().describe("Filter events happening on or after this UTC date/time. Convert relative expressions ('tomorrow', 'this weekend') to explicit UTC timestamps before use. Widen UTC range to fully cover the intended local time window to avoid off-by-one-day omissions near day boundaries.").optional(),
|
|
17
|
+
datetime_utc_lte: zod.z.string().describe("Filter events happening on or before this UTC date/time.").optional()
|
|
18
|
+
});
|
|
19
|
+
const SeatGeekSearchEvents_VenueInfoSchema = zod.z.object({
|
|
20
|
+
city: zod.z.string().describe("Venue city"),
|
|
21
|
+
name: zod.z.string().describe("Venue name")
|
|
22
|
+
}).describe("Essential venue information");
|
|
23
|
+
const SeatGeekSearchEvents_EventInfoSchema = zod.z.object({
|
|
24
|
+
id: zod.z.number().int().describe("Unique SeatGeek event ID"),
|
|
25
|
+
url: zod.z.string().describe("SeatGeek URL for the event"),
|
|
26
|
+
title: zod.z.string().describe("Event title").nullable().optional(),
|
|
27
|
+
venue: SeatGeekSearchEvents_VenueInfoSchema.nullable(),
|
|
28
|
+
short_title: zod.z.string().describe("Short event title").nullable().optional(),
|
|
29
|
+
datetime_local: zod.z.string().describe("Event date and time in local timezone (ISO 8601 format)")
|
|
30
|
+
}).describe("Essential event information for schedule listing and discovery");
|
|
31
|
+
const SeatGeekSearchEventsOutput = zod.z.object({
|
|
32
|
+
total: zod.z.number().int().describe("Total number of events available across all pages"),
|
|
33
|
+
events: zod.z.array(SeatGeekSearchEvents_EventInfoSchema).describe("List of events matching search criteria")
|
|
34
|
+
}).describe("Search results containing essential event information");
|
|
35
|
+
const seatGeekSearchEvents = require_action.action("SEAT_GEEK_SEARCH_EVENTS", {
|
|
36
|
+
slug: "seat_geek-search-events",
|
|
37
|
+
name: "Search Events",
|
|
38
|
+
description: "Search for ticketed events on SeatGeek by performers, venues, dates, or general queries. Covers concerts, sports games, theater shows, and other live entertainment. Only indexes ticketed events; empty results may indicate coverage gaps. Avoid over-filtering — start broad and progressively narrow. lat and lon parameters must be supplied together for location-based filtering.",
|
|
39
|
+
input: SeatGeekSearchEventsInput,
|
|
40
|
+
output: SeatGeekSearchEventsOutput
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.seatGeekSearchEvents = seatGeekSearchEvents;
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=search-events.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-events.cjs","names":["z","action"],"sources":["../../src/actions/search-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekSearchEventsInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"General search query for events, performers, or venues. Supports natural language like 'yankees march' or 'skrillex on june 4th'.\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10. Maximum is 100. Use the page parameter to paginate when meta.total exceeds per_page to avoid silently missing events.\").optional(),\n venue_id: z.string().describe(\"Venue ID to filter events to a specific venue.\").optional(),\n venue_city: z.string().describe(\"City name to filter events by venue location.\").optional(),\n venue_state: z.string().describe(\"Two-letter state code to filter events by venue location.\").optional(),\n datetime_utc: z.string().describe(\"Filter events by exact UTC date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.\").optional(),\n performers_id: z.string().describe(\"Performer ID(s) to filter events. Multiple IDs can be comma-separated for OR queries. IDs must come from prior SeatGeek search results; arbitrary or stale IDs may yield empty responses.\").optional(),\n taxonomies_id: z.string().describe(\"Filter events by taxonomy ID.\").optional(),\n datetime_local: z.string().describe(\"Filter events by exact local date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.\").optional(),\n performers_slug: z.string().describe(\"Performer slug(s) to filter events. Use URL-friendly format.\").optional(),\n taxonomies_name: z.string().describe(\"Filter events by category/type name. Accepts a single value only; comma-separated categories silently return zero results even when each category individually has matches.\").optional(),\n datetime_utc_gte: z.string().describe(\"Filter events happening on or after this UTC date/time. Convert relative expressions ('tomorrow', 'this weekend') to explicit UTC timestamps before use. Widen UTC range to fully cover the intended local time window to avoid off-by-one-day omissions near day boundaries.\").optional(),\n datetime_utc_lte: z.string().describe(\"Filter events happening on or before this UTC date/time.\").optional(),\n});\nconst SeatGeekSearchEvents_VenueInfoSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"Venue city\"),\n name: z.string().describe(\"Venue name\"),\n}).describe(\"Essential venue information\");\nconst SeatGeekSearchEvents_EventInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique SeatGeek event ID\"),\n url: z.string().describe(\"SeatGeek URL for the event\"),\n title: z.string().describe(\"Event title\").nullable().optional(),\n venue: SeatGeekSearchEvents_VenueInfoSchema.nullable(),\n short_title: z.string().describe(\"Short event title\").nullable().optional(),\n datetime_local: z.string().describe(\"Event date and time in local timezone (ISO 8601 format)\"),\n}).describe(\"Essential event information for schedule listing and discovery\");\nexport const SeatGeekSearchEventsOutput: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of events available across all pages\"),\n events: z.array(SeatGeekSearchEvents_EventInfoSchema).describe(\"List of events matching search criteria\"),\n}).describe(\"Search results containing essential event information\");\n\nexport const seatGeekSearchEvents = action(\"SEAT_GEEK_SEARCH_EVENTS\", {\n slug: \"seat_geek-search-events\",\n name: \"Search Events\",\n description: \"Search for ticketed events on SeatGeek by performers, venues, dates, or general queries. Covers concerts, sports games, theater shows, and other live entertainment. Only indexes ticketed events; empty results may indicate coverage gaps. Avoid over-filtering — start broad and progressively narrow. lat and lon parameters must be supplied together for location-based filtering.\",\n input: SeatGeekSearchEventsInput,\n output: SeatGeekSearchEventsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS;CACrK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CACjN,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACvG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC/H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L,CAAC,CAAC,SAAS;CACzO,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC7E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CACnI,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC9G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS;CAC7N,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+QAA+Q,CAAC,CAAC,SAAS;CAChU,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC7G,CAAC;AACD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;CACtC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;AACxC,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAO,qCAAqC,SAAS;CACrD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC/F,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACpF,QAAQA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,yCAAyC;AAC1G,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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/search-events.d.ts
|
|
4
|
+
declare const SeatGeekSearchEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekSearchEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekSearchEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekSearchEvents };
|
|
9
|
+
//# sourceMappingURL=search-events.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-events.d.cts","names":[],"sources":["../../src/actions/search-events.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAcxC;AAAA,cAaW,0BAAA,EAA4B,CAAA,CAAE,UAGyB;AAAA,cAEvD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-events.d.ts
|
|
4
|
+
declare const SeatGeekSearchEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekSearchEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekSearchEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekSearchEvents };
|
|
9
|
+
//# sourceMappingURL=search-events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-events.d.mts","names":[],"sources":["../../src/actions/search-events.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAcxC;AAAA,cAaW,0BAAA,EAA4B,CAAA,CAAE,UAGyB;AAAA,cAEvD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|