@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,44 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/search-events.ts
|
|
4
|
+
const SeatGeekSearchEventsInput = z.object({
|
|
5
|
+
q: 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: 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: z.string().describe("Venue ID to filter events to a specific venue.").optional(),
|
|
8
|
+
venue_city: z.string().describe("City name to filter events by venue location.").optional(),
|
|
9
|
+
venue_state: z.string().describe("Two-letter state code to filter events by venue location.").optional(),
|
|
10
|
+
datetime_utc: z.string().describe("Filter events by exact UTC date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.").optional(),
|
|
11
|
+
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(),
|
|
12
|
+
taxonomies_id: z.string().describe("Filter events by taxonomy ID.").optional(),
|
|
13
|
+
datetime_local: z.string().describe("Filter events by exact local date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.").optional(),
|
|
14
|
+
performers_slug: z.string().describe("Performer slug(s) to filter events. Use URL-friendly format.").optional(),
|
|
15
|
+
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(),
|
|
16
|
+
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(),
|
|
17
|
+
datetime_utc_lte: z.string().describe("Filter events happening on or before this UTC date/time.").optional()
|
|
18
|
+
});
|
|
19
|
+
const SeatGeekSearchEvents_VenueInfoSchema = z.object({
|
|
20
|
+
city: z.string().describe("Venue city"),
|
|
21
|
+
name: z.string().describe("Venue name")
|
|
22
|
+
}).describe("Essential venue information");
|
|
23
|
+
const SeatGeekSearchEvents_EventInfoSchema = z.object({
|
|
24
|
+
id: z.number().int().describe("Unique SeatGeek event ID"),
|
|
25
|
+
url: z.string().describe("SeatGeek URL for the event"),
|
|
26
|
+
title: z.string().describe("Event title").nullable().optional(),
|
|
27
|
+
venue: SeatGeekSearchEvents_VenueInfoSchema.nullable(),
|
|
28
|
+
short_title: z.string().describe("Short event title").nullable().optional(),
|
|
29
|
+
datetime_local: 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 seatGeekSearchEvents = action("SEAT_GEEK_SEARCH_EVENTS", {
|
|
32
|
+
slug: "seat_geek-search-events",
|
|
33
|
+
name: "Search Events",
|
|
34
|
+
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.",
|
|
35
|
+
input: SeatGeekSearchEventsInput,
|
|
36
|
+
output: z.object({
|
|
37
|
+
total: z.number().int().describe("Total number of events available across all pages"),
|
|
38
|
+
events: z.array(SeatGeekSearchEvents_EventInfoSchema).describe("List of events matching search criteria")
|
|
39
|
+
}).describe("Search results containing essential event information")
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
export { seatGeekSearchEvents };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=search-events.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-events.mjs","names":[],"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,4BAA0C,EAAE,OAAO;CAC9D,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS;CACrK,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CACjN,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACvG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC/H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L,CAAC,CAAC,SAAS;CACzO,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC7E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CACnI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS;CAC7N,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+QAA+Q,CAAC,CAAC,SAAS;CAChU,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC7G,CAAC;AACD,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;CACtC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;AACxC,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAO,qCAAqC,SAAS;CACrD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC/F,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAM5E,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsD,EAAE,OAAO;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;EACpF,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,yCAAyC;CAC1G,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-performers.ts
|
|
4
|
+
const SeatGeekSearchPerformersInput = zod.z.object({
|
|
5
|
+
q: zod.z.string().describe("General search query for performers. Search artists, bands, sports teams, or any performers.").optional(),
|
|
6
|
+
id: zod.z.string().describe("Performer ID(s) to retrieve. Can be comma-separated for multiple performers. Must be valid SeatGeek performer IDs obtained from prior search results; arbitrary or external IDs return empty responses.").optional(),
|
|
7
|
+
slug: zod.z.string().describe("Search for a specific performer by their slug (URL-friendly name).").optional(),
|
|
8
|
+
per_page: zod.z.number().int().describe("Number of results per page. Default is 10. High values return large payloads; keep low when exploring.").optional(),
|
|
9
|
+
taxonomies_id: zod.z.string().describe("Filter performers by taxonomy ID.").optional(),
|
|
10
|
+
taxonomies_name: zod.z.string().describe("Filter performers by category/type name (e.g., 'sports', 'concert', 'theater').").optional()
|
|
11
|
+
});
|
|
12
|
+
const SeatGeekSearchPerformersOutput = zod.z.object({});
|
|
13
|
+
const seatGeekSearchPerformers = require_action.action("SEAT_GEEK_SEARCH_PERFORMERS", {
|
|
14
|
+
slug: "seat_geek-search-performers",
|
|
15
|
+
name: "Search Performers",
|
|
16
|
+
description: "Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and see their upcoming events.",
|
|
17
|
+
input: SeatGeekSearchPerformersInput,
|
|
18
|
+
output: SeatGeekSearchPerformersOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.seatGeekSearchPerformers = seatGeekSearchPerformers;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=search-performers.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-performers.cjs","names":["z","action"],"sources":["../../src/actions/search-performers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekSearchPerformersInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"General search query for performers. Search artists, bands, sports teams, or any performers.\").optional(),\n id: z.string().describe(\"Performer ID(s) to retrieve. Can be comma-separated for multiple performers. Must be valid SeatGeek performer IDs obtained from prior search results; arbitrary or external IDs return empty responses.\").optional(),\n slug: z.string().describe(\"Search for a specific performer by their slug (URL-friendly name).\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10. High values return large payloads; keep low when exploring.\").optional(),\n taxonomies_id: z.string().describe(\"Filter performers by taxonomy ID.\").optional(),\n taxonomies_name: z.string().describe(\"Filter performers by category/type name (e.g., 'sports', 'concert', 'theater').\").optional(),\n});\nexport const SeatGeekSearchPerformersOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekSearchPerformers = action(\"SEAT_GEEK_SEARCH_PERFORMERS\", {\n slug: \"seat_geek-search-performers\",\n name: \"Search Performers\",\n description: \"Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and see their upcoming events.\",\n input: SeatGeekSearchPerformersInput,\n output: SeatGeekSearchPerformersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAChI,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yMAAyM,CAAC,CAAC,SAAS;CAC5O,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CACvJ,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACjF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;AACnI,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC;AAEvE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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-performers.d.ts
|
|
4
|
+
declare const SeatGeekSearchPerformersInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekSearchPerformersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekSearchPerformers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekSearchPerformers };
|
|
9
|
+
//# sourceMappingURL=search-performers.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-performers.d.cts","names":[],"sources":["../../src/actions/search-performers.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAO5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAAyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-performers.d.ts
|
|
4
|
+
declare const SeatGeekSearchPerformersInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekSearchPerformersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekSearchPerformers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekSearchPerformers };
|
|
9
|
+
//# sourceMappingURL=search-performers.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-performers.d.mts","names":[],"sources":["../../src/actions/search-performers.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAO5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAAyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const seatGeekSearchPerformers = action("SEAT_GEEK_SEARCH_PERFORMERS", {
|
|
4
|
+
slug: "seat_geek-search-performers",
|
|
5
|
+
name: "Search Performers",
|
|
6
|
+
description: "Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and see their upcoming events.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
q: z.string().describe("General search query for performers. Search artists, bands, sports teams, or any performers.").optional(),
|
|
9
|
+
id: z.string().describe("Performer ID(s) to retrieve. Can be comma-separated for multiple performers. Must be valid SeatGeek performer IDs obtained from prior search results; arbitrary or external IDs return empty responses.").optional(),
|
|
10
|
+
slug: z.string().describe("Search for a specific performer by their slug (URL-friendly name).").optional(),
|
|
11
|
+
per_page: z.number().int().describe("Number of results per page. Default is 10. High values return large payloads; keep low when exploring.").optional(),
|
|
12
|
+
taxonomies_id: z.string().describe("Filter performers by taxonomy ID.").optional(),
|
|
13
|
+
taxonomies_name: z.string().describe("Filter performers by category/type name (e.g., 'sports', 'concert', 'theater').").optional()
|
|
14
|
+
}),
|
|
15
|
+
output: z.object({})
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { seatGeekSearchPerformers };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=search-performers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-performers.mjs","names":[],"sources":["../../src/actions/search-performers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekSearchPerformersInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"General search query for performers. Search artists, bands, sports teams, or any performers.\").optional(),\n id: z.string().describe(\"Performer ID(s) to retrieve. Can be comma-separated for multiple performers. Must be valid SeatGeek performer IDs obtained from prior search results; arbitrary or external IDs return empty responses.\").optional(),\n slug: z.string().describe(\"Search for a specific performer by their slug (URL-friendly name).\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10. High values return large payloads; keep low when exploring.\").optional(),\n taxonomies_id: z.string().describe(\"Filter performers by taxonomy ID.\").optional(),\n taxonomies_name: z.string().describe(\"Filter performers by category/type name (e.g., 'sports', 'concert', 'theater').\").optional(),\n});\nexport const SeatGeekSearchPerformersOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekSearchPerformers = action(\"SEAT_GEEK_SEARCH_PERFORMERS\", {\n slug: \"seat_geek-search-performers\",\n name: \"Search Performers\",\n description: \"Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and see their upcoming events.\",\n input: SeatGeekSearchPerformersInput,\n output: SeatGeekSearchPerformersOutput,\n});\n"],"mappings":";;AAcA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdyD,EAAE,OAAO;EAClE,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EAChI,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yMAAyM,CAAC,CAAC,SAAS;EAC5O,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;EACvJ,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACjF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CACnI,CAOS;CACP,QAP0D,EAAE,OAAO,CAAC,CAO5D;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-venues.ts
|
|
4
|
+
const SeatGeekSearchVenuesInput = zod.z.object({
|
|
5
|
+
q: zod.z.string().describe("General search query for venues.").optional(),
|
|
6
|
+
id: zod.z.string().describe("Venue ID(s) to retrieve. Can be comma-separated for multiple venues.").optional(),
|
|
7
|
+
city: zod.z.string().describe("Filter venues by city name.").optional(),
|
|
8
|
+
page: zod.z.number().int().describe("Page number for pagination. Default is 1.").optional(),
|
|
9
|
+
state: zod.z.string().describe("Filter venues by state (use two-letter state code).").optional(),
|
|
10
|
+
country: zod.z.string().describe("Filter venues by country (use two-letter country code).").optional(),
|
|
11
|
+
per_page: zod.z.number().int().describe("Number of results per page. Default is 10.").optional(),
|
|
12
|
+
postal_code: zod.z.string().describe("Filter venues by postal/zip code.").optional()
|
|
13
|
+
});
|
|
14
|
+
const SeatGeekSearchVenuesOutput = zod.z.object({});
|
|
15
|
+
const seatGeekSearchVenues = require_action.action("SEAT_GEEK_SEARCH_VENUES", {
|
|
16
|
+
slug: "seat_geek-search-venues",
|
|
17
|
+
name: "Search Venues",
|
|
18
|
+
description: "Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment venues. Supports lat/lon coordinate filtering (both must be provided together).",
|
|
19
|
+
input: SeatGeekSearchVenuesInput,
|
|
20
|
+
output: SeatGeekSearchVenuesOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.seatGeekSearchVenues = seatGeekSearchVenues;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=search-venues.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-venues.cjs","names":["z","action"],"sources":["../../src/actions/search-venues.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekSearchVenuesInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"General search query for venues.\").optional(),\n id: z.string().describe(\"Venue ID(s) to retrieve. Can be comma-separated for multiple venues.\").optional(),\n city: z.string().describe(\"Filter venues by city name.\").optional(),\n page: z.number().int().describe(\"Page number for pagination. Default is 1.\").optional(),\n state: z.string().describe(\"Filter venues by state (use two-letter state code).\").optional(),\n country: z.string().describe(\"Filter venues by country (use two-letter country code).\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10.\").optional(),\n postal_code: z.string().describe(\"Filter venues by postal/zip code.\").optional(),\n});\nexport const SeatGeekSearchVenuesOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekSearchVenues = action(\"SEAT_GEEK_SEARCH_VENUES\", {\n slug: \"seat_geek-search-venues\",\n name: \"Search Venues\",\n description: \"Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment venues. Supports lat/lon coordinate filtering (both must be provided together).\",\n input: SeatGeekSearchVenuesInput,\n output: SeatGeekSearchVenuesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACzG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AACjF,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC;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-venues.d.ts
|
|
4
|
+
declare const SeatGeekSearchVenuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekSearchVenuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekSearchVenues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekSearchVenues };
|
|
9
|
+
//# sourceMappingURL=search-venues.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-venues.d.cts","names":[],"sources":["../../src/actions/search-venues.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UASxC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAAyB;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-venues.d.ts
|
|
4
|
+
declare const SeatGeekSearchVenuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SeatGeekSearchVenuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const seatGeekSearchVenues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { seatGeekSearchVenues };
|
|
9
|
+
//# sourceMappingURL=search-venues.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-venues.d.mts","names":[],"sources":["../../src/actions/search-venues.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UASxC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAAyB;AAAA,cAEvD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const seatGeekSearchVenues = action("SEAT_GEEK_SEARCH_VENUES", {
|
|
4
|
+
slug: "seat_geek-search-venues",
|
|
5
|
+
name: "Search Venues",
|
|
6
|
+
description: "Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment venues. Supports lat/lon coordinate filtering (both must be provided together).",
|
|
7
|
+
input: z.object({
|
|
8
|
+
q: z.string().describe("General search query for venues.").optional(),
|
|
9
|
+
id: z.string().describe("Venue ID(s) to retrieve. Can be comma-separated for multiple venues.").optional(),
|
|
10
|
+
city: z.string().describe("Filter venues by city name.").optional(),
|
|
11
|
+
page: z.number().int().describe("Page number for pagination. Default is 1.").optional(),
|
|
12
|
+
state: z.string().describe("Filter venues by state (use two-letter state code).").optional(),
|
|
13
|
+
country: z.string().describe("Filter venues by country (use two-letter country code).").optional(),
|
|
14
|
+
per_page: z.number().int().describe("Number of results per page. Default is 10.").optional(),
|
|
15
|
+
postal_code: z.string().describe("Filter venues by postal/zip code.").optional()
|
|
16
|
+
}),
|
|
17
|
+
output: z.object({})
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { seatGeekSearchVenues };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=search-venues.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-venues.mjs","names":[],"sources":["../../src/actions/search-venues.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeatGeekSearchVenuesInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"General search query for venues.\").optional(),\n id: z.string().describe(\"Venue ID(s) to retrieve. Can be comma-separated for multiple venues.\").optional(),\n city: z.string().describe(\"Filter venues by city name.\").optional(),\n page: z.number().int().describe(\"Page number for pagination. Default is 1.\").optional(),\n state: z.string().describe(\"Filter venues by state (use two-letter state code).\").optional(),\n country: z.string().describe(\"Filter venues by country (use two-letter country code).\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Default is 10.\").optional(),\n postal_code: z.string().describe(\"Filter venues by postal/zip code.\").optional(),\n});\nexport const SeatGeekSearchVenuesOutput: z.ZodTypeAny = z.object({});\n\nexport const seatGeekSearchVenues = action(\"SEAT_GEEK_SEARCH_VENUES\", {\n slug: \"seat_geek-search-venues\",\n name: \"Search Venues\",\n description: \"Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment venues. Supports lat/lon coordinate filtering (both must be provided together).\",\n input: SeatGeekSearchVenuesInput,\n output: SeatGeekSearchVenuesOutput,\n});\n"],"mappings":";;AAgBA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBqD,EAAE,OAAO;EAC9D,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EACzG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACjG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACjF,CAOS;CACP,QAPsD,EAAE,OAAO,CAAC,CAOxD;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const seatGeek = defineApp({\n slug: \"seat_geek\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,YAAA,uCAAA,CAAA,CAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const seatGeek = defineApp({\n slug: \"seat_geek\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const seatGeekCatalog = {
|
|
4
|
+
"slug": "seat_geek",
|
|
5
|
+
"name": "Seat Geek",
|
|
6
|
+
"description": "SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment",
|
|
7
|
+
"category": "Event Management",
|
|
8
|
+
"logo": "https://seatgeek.com/favicon.ico",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.seatGeekCatalog = seatGeekCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seatGeekCatalog = {\n \"slug\": \"seat_geek\",\n \"name\": \"Seat Geek\",\n \"description\": \"SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment\",\n \"category\": \"Event Management\",\n \"logo\": \"https://seatgeek.com/favicon.ico\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const seatGeekCatalog: {
|
|
4
|
+
readonly slug: "seat_geek";
|
|
5
|
+
readonly name: "Seat Geek";
|
|
6
|
+
readonly description: "SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment";
|
|
7
|
+
readonly category: "Event Management";
|
|
8
|
+
readonly logo: "https://seatgeek.com/favicon.ico";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { seatGeekCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const seatGeekCatalog: {
|
|
4
|
+
readonly slug: "seat_geek";
|
|
5
|
+
readonly name: "Seat Geek";
|
|
6
|
+
readonly description: "SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment";
|
|
7
|
+
readonly category: "Event Management";
|
|
8
|
+
readonly logo: "https://seatgeek.com/favicon.ico";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { seatGeekCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const seatGeekCatalog = {
|
|
4
|
+
"slug": "seat_geek",
|
|
5
|
+
"name": "Seat Geek",
|
|
6
|
+
"description": "SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment",
|
|
7
|
+
"category": "Event Management",
|
|
8
|
+
"logo": "https://seatgeek.com/favicon.ico",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { seatGeekCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seatGeekCatalog = {\n \"slug\": \"seat_geek\",\n \"name\": \"Seat Geek\",\n \"description\": \"SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment\",\n \"category\": \"Event Management\",\n \"logo\": \"https://seatgeek.com/favicon.ico\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "seat_geek";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260618_00";
|
|
6
|
+
async function executeSeatGeekTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeSeatGeekTool = executeSeatGeekTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"seat_geek\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260618_00\";\n\nexport async function executeSeatGeekTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "seat_geek";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260618_00";
|
|
6
|
+
async function executeSeatGeekTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeSeatGeekTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"seat_geek\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260618_00\";\n\nexport async function executeSeatGeekTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_get_event_details = require("./actions/get-event-details.cjs");
|
|
5
|
+
const require_get_event_recommendations = require("./actions/get-event-recommendations.cjs");
|
|
6
|
+
const require_get_event_seating = require("./actions/get-event-seating.cjs");
|
|
7
|
+
const require_get_performer_details = require("./actions/get-performer-details.cjs");
|
|
8
|
+
const require_get_performer_recommendations = require("./actions/get-performer-recommendations.cjs");
|
|
9
|
+
const require_get_taxonomies = require("./actions/get-taxonomies.cjs");
|
|
10
|
+
const require_get_venue_details = require("./actions/get-venue-details.cjs");
|
|
11
|
+
const require_search_events = require("./actions/search-events.cjs");
|
|
12
|
+
const require_search_performers = require("./actions/search-performers.cjs");
|
|
13
|
+
const require_search_venues = require("./actions/search-venues.cjs");
|
|
14
|
+
require("./actions/index.cjs");
|
|
15
|
+
exports.seatGeek = require_app.seatGeek;
|
|
16
|
+
exports.seatGeekCatalog = require_catalog.seatGeekCatalog;
|
|
17
|
+
exports.seatGeekGetEventDetails = require_get_event_details.seatGeekGetEventDetails;
|
|
18
|
+
exports.seatGeekGetEventRecommendations = require_get_event_recommendations.seatGeekGetEventRecommendations;
|
|
19
|
+
exports.seatGeekGetEventSeating = require_get_event_seating.seatGeekGetEventSeating;
|
|
20
|
+
exports.seatGeekGetPerformerDetails = require_get_performer_details.seatGeekGetPerformerDetails;
|
|
21
|
+
exports.seatGeekGetPerformerRecommendations = require_get_performer_recommendations.seatGeekGetPerformerRecommendations;
|
|
22
|
+
exports.seatGeekGetTaxonomies = require_get_taxonomies.seatGeekGetTaxonomies;
|
|
23
|
+
exports.seatGeekGetVenueDetails = require_get_venue_details.seatGeekGetVenueDetails;
|
|
24
|
+
exports.seatGeekSearchEvents = require_search_events.seatGeekSearchEvents;
|
|
25
|
+
exports.seatGeekSearchPerformers = require_search_performers.seatGeekSearchPerformers;
|
|
26
|
+
exports.seatGeekSearchVenues = require_search_venues.seatGeekSearchVenues;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { seatGeekGetEventDetails } from "./actions/get-event-details.cjs";
|
|
2
|
+
import { seatGeekGetEventRecommendations } from "./actions/get-event-recommendations.cjs";
|
|
3
|
+
import { seatGeekGetEventSeating } from "./actions/get-event-seating.cjs";
|
|
4
|
+
import { seatGeekGetPerformerDetails } from "./actions/get-performer-details.cjs";
|
|
5
|
+
import { seatGeekGetPerformerRecommendations } from "./actions/get-performer-recommendations.cjs";
|
|
6
|
+
import { seatGeekGetTaxonomies } from "./actions/get-taxonomies.cjs";
|
|
7
|
+
import { seatGeekGetVenueDetails } from "./actions/get-venue-details.cjs";
|
|
8
|
+
import { seatGeekSearchEvents } from "./actions/search-events.cjs";
|
|
9
|
+
import { seatGeekSearchPerformers } from "./actions/search-performers.cjs";
|
|
10
|
+
import { seatGeekSearchVenues } from "./actions/search-venues.cjs";
|
|
11
|
+
import { seatGeek } from "./app.cjs";
|
|
12
|
+
import { seatGeekCatalog } from "./catalog.cjs";
|
|
13
|
+
export { seatGeek, seatGeekCatalog, seatGeekGetEventDetails, seatGeekGetEventRecommendations, seatGeekGetEventSeating, seatGeekGetPerformerDetails, seatGeekGetPerformerRecommendations, seatGeekGetTaxonomies, seatGeekGetVenueDetails, seatGeekSearchEvents, seatGeekSearchPerformers, seatGeekSearchVenues };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { seatGeekGetEventDetails } from "./actions/get-event-details.mjs";
|
|
2
|
+
import { seatGeekGetEventRecommendations } from "./actions/get-event-recommendations.mjs";
|
|
3
|
+
import { seatGeekGetEventSeating } from "./actions/get-event-seating.mjs";
|
|
4
|
+
import { seatGeekGetPerformerDetails } from "./actions/get-performer-details.mjs";
|
|
5
|
+
import { seatGeekGetPerformerRecommendations } from "./actions/get-performer-recommendations.mjs";
|
|
6
|
+
import { seatGeekGetTaxonomies } from "./actions/get-taxonomies.mjs";
|
|
7
|
+
import { seatGeekGetVenueDetails } from "./actions/get-venue-details.mjs";
|
|
8
|
+
import { seatGeekSearchEvents } from "./actions/search-events.mjs";
|
|
9
|
+
import { seatGeekSearchPerformers } from "./actions/search-performers.mjs";
|
|
10
|
+
import { seatGeekSearchVenues } from "./actions/search-venues.mjs";
|
|
11
|
+
import { seatGeek } from "./app.mjs";
|
|
12
|
+
import { seatGeekCatalog } from "./catalog.mjs";
|
|
13
|
+
export { seatGeek, seatGeekCatalog, seatGeekGetEventDetails, seatGeekGetEventRecommendations, seatGeekGetEventSeating, seatGeekGetPerformerDetails, seatGeekGetPerformerRecommendations, seatGeekGetTaxonomies, seatGeekGetVenueDetails, seatGeekSearchEvents, seatGeekSearchPerformers, seatGeekSearchVenues };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { seatGeek } from "./app.mjs";
|
|
2
|
+
import { seatGeekCatalog } from "./catalog.mjs";
|
|
3
|
+
import { seatGeekGetEventDetails } from "./actions/get-event-details.mjs";
|
|
4
|
+
import { seatGeekGetEventRecommendations } from "./actions/get-event-recommendations.mjs";
|
|
5
|
+
import { seatGeekGetEventSeating } from "./actions/get-event-seating.mjs";
|
|
6
|
+
import { seatGeekGetPerformerDetails } from "./actions/get-performer-details.mjs";
|
|
7
|
+
import { seatGeekGetPerformerRecommendations } from "./actions/get-performer-recommendations.mjs";
|
|
8
|
+
import { seatGeekGetTaxonomies } from "./actions/get-taxonomies.mjs";
|
|
9
|
+
import { seatGeekGetVenueDetails } from "./actions/get-venue-details.mjs";
|
|
10
|
+
import { seatGeekSearchEvents } from "./actions/search-events.mjs";
|
|
11
|
+
import { seatGeekSearchPerformers } from "./actions/search-performers.mjs";
|
|
12
|
+
import { seatGeekSearchVenues } from "./actions/search-venues.mjs";
|
|
13
|
+
import "./actions/index.mjs";
|
|
14
|
+
export { seatGeek, seatGeekCatalog, seatGeekGetEventDetails, seatGeekGetEventRecommendations, seatGeekGetEventSeating, seatGeekGetPerformerDetails, seatGeekGetPerformerRecommendations, seatGeekGetTaxonomies, seatGeekGetVenueDetails, seatGeekSearchEvents, seatGeekSearchPerformers, seatGeekSearchVenues };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/seat_geek",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/seat_geek"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|