@keystrokehq/seat_geek 0.1.2 → 0.1.4
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/dist/actions/get-event-details.cjs +1 -1
- package/dist/actions/get-event-details.cjs.map +1 -1
- package/dist/actions/get-event-details.d.cts +1 -1
- package/dist/actions/get-event-details.d.cts.map +1 -1
- package/dist/actions/get-event-details.d.mts +1 -1
- package/dist/actions/get-event-details.d.mts.map +1 -1
- package/dist/actions/get-event-details.mjs +1 -1
- package/dist/actions/get-event-details.mjs.map +1 -1
- package/dist/actions/get-event-recommendations.cjs +8 -8
- package/dist/actions/get-event-recommendations.cjs.map +1 -1
- package/dist/actions/get-event-recommendations.d.cts +8 -8
- package/dist/actions/get-event-recommendations.d.mts +8 -8
- package/dist/actions/get-event-recommendations.mjs +8 -8
- package/dist/actions/get-event-recommendations.mjs.map +1 -1
- package/dist/actions/get-event-seating.cjs +3 -3
- package/dist/actions/get-event-seating.cjs.map +1 -1
- package/dist/actions/get-event-seating.d.cts +3 -3
- package/dist/actions/get-event-seating.d.mts +3 -3
- package/dist/actions/get-event-seating.mjs +3 -3
- package/dist/actions/get-event-seating.mjs.map +1 -1
- package/dist/actions/get-performer-details.cjs +4 -4
- package/dist/actions/get-performer-details.cjs.map +1 -1
- package/dist/actions/get-performer-details.d.cts +4 -4
- package/dist/actions/get-performer-details.d.mts +4 -4
- package/dist/actions/get-performer-details.mjs +4 -4
- package/dist/actions/get-performer-details.mjs.map +1 -1
- package/dist/actions/get-performer-recommendations.cjs +1 -1
- package/dist/actions/get-performer-recommendations.cjs.map +1 -1
- package/dist/actions/get-performer-recommendations.d.cts +1 -1
- package/dist/actions/get-performer-recommendations.d.cts.map +1 -1
- package/dist/actions/get-performer-recommendations.d.mts +1 -1
- package/dist/actions/get-performer-recommendations.d.mts.map +1 -1
- package/dist/actions/get-performer-recommendations.mjs +1 -1
- package/dist/actions/get-performer-recommendations.mjs.map +1 -1
- package/dist/actions/get-taxonomies.cjs +1 -1
- package/dist/actions/get-taxonomies.cjs.map +1 -1
- package/dist/actions/get-taxonomies.d.cts +1 -1
- package/dist/actions/get-taxonomies.d.cts.map +1 -1
- package/dist/actions/get-taxonomies.d.mts +1 -1
- package/dist/actions/get-taxonomies.d.mts.map +1 -1
- package/dist/actions/get-taxonomies.mjs +1 -1
- package/dist/actions/get-taxonomies.mjs.map +1 -1
- package/dist/actions/get-venue-details.cjs +5 -5
- package/dist/actions/get-venue-details.cjs.map +1 -1
- package/dist/actions/get-venue-details.d.cts +5 -5
- package/dist/actions/get-venue-details.d.mts +5 -5
- package/dist/actions/get-venue-details.mjs +5 -5
- package/dist/actions/get-venue-details.mjs.map +1 -1
- package/dist/actions/search-events.cjs +3 -3
- package/dist/actions/search-events.cjs.map +1 -1
- package/dist/actions/search-events.d.cts +3 -3
- package/dist/actions/search-events.d.mts +3 -3
- package/dist/actions/search-events.mjs +3 -3
- package/dist/actions/search-events.mjs.map +1 -1
- package/dist/actions/search-performers.cjs +1 -1
- package/dist/actions/search-performers.cjs.map +1 -1
- package/dist/actions/search-performers.d.cts +1 -1
- package/dist/actions/search-performers.d.cts.map +1 -1
- package/dist/actions/search-performers.d.mts +1 -1
- package/dist/actions/search-performers.d.mts.map +1 -1
- package/dist/actions/search-performers.mjs +1 -1
- package/dist/actions/search-performers.mjs.map +1 -1
- package/dist/actions/search-venues.cjs +1 -1
- package/dist/actions/search-venues.cjs.map +1 -1
- package/dist/actions/search-venues.d.cts +1 -1
- package/dist/actions/search-venues.d.cts.map +1 -1
- package/dist/actions/search-venues.d.mts +1 -1
- package/dist/actions/search-venues.d.mts.map +1 -1
- package/dist/actions/search-venues.mjs +1 -1
- package/dist/actions/search-venues.mjs.map +1 -1
- package/dist/catalog.cjs +2 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -0
- package/dist/catalog.d.mts +1 -0
- package/dist/catalog.mjs +2 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -25,11 +25,11 @@ declare const SeatGeekSearchEventsOutput: z.ZodObject<{
|
|
|
25
25
|
venue: z.ZodNullable<z.ZodObject<{
|
|
26
26
|
city: z.ZodNullable<z.ZodString>;
|
|
27
27
|
name: z.ZodNullable<z.ZodString>;
|
|
28
|
-
}, z.core.$
|
|
28
|
+
}, z.core.$loose>>;
|
|
29
29
|
short_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
30
|
datetime_local: z.ZodNullable<z.ZodString>;
|
|
31
|
-
}, z.core.$
|
|
32
|
-
}, z.core.$
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
}, z.core.$loose>;
|
|
33
33
|
declare const seatGeekSearchEvents: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
q?: string | undefined;
|
|
35
35
|
per_page?: number | undefined;
|
|
@@ -19,7 +19,7 @@ const SeatGeekSearchEventsInput = z.object({
|
|
|
19
19
|
const SeatGeekSearchEvents_VenueInfoSchema = z.object({
|
|
20
20
|
city: z.string().describe("Venue city").nullable(),
|
|
21
21
|
name: z.string().describe("Venue name").nullable()
|
|
22
|
-
}).describe("Essential venue information");
|
|
22
|
+
}).passthrough().describe("Essential venue information");
|
|
23
23
|
const SeatGeekSearchEvents_EventInfoSchema = z.object({
|
|
24
24
|
id: z.number().int().describe("Unique SeatGeek event ID").nullable(),
|
|
25
25
|
url: z.string().describe("SeatGeek URL for the event").nullable(),
|
|
@@ -27,7 +27,7 @@ const SeatGeekSearchEvents_EventInfoSchema = z.object({
|
|
|
27
27
|
venue: SeatGeekSearchEvents_VenueInfoSchema.nullable(),
|
|
28
28
|
short_title: z.string().describe("Short event title").nullable().optional(),
|
|
29
29
|
datetime_local: z.string().describe("Event date and time in local timezone (ISO 8601 format)").nullable()
|
|
30
|
-
}).describe("Essential event information for schedule listing and discovery");
|
|
30
|
+
}).passthrough().describe("Essential event information for schedule listing and discovery");
|
|
31
31
|
const seatGeekSearchEvents = action("SEAT_GEEK_SEARCH_EVENTS", {
|
|
32
32
|
slug: "seat_geek-search-events",
|
|
33
33
|
name: "Search Events",
|
|
@@ -36,7 +36,7 @@ const seatGeekSearchEvents = action("SEAT_GEEK_SEARCH_EVENTS", {
|
|
|
36
36
|
output: z.object({
|
|
37
37
|
total: z.number().int().describe("Total number of events available across all pages").nullable(),
|
|
38
38
|
events: z.array(SeatGeekSearchEvents_EventInfoSchema).describe("List of events matching search criteria")
|
|
39
|
-
}).describe("Search results containing essential event information")
|
|
39
|
+
}).passthrough().describe("Search results containing essential event information")
|
|
40
40
|
});
|
|
41
41
|
//#endregion
|
|
42
42
|
export { seatGeekSearchEvents };
|
|
@@ -1 +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.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.object({\n city: z.string().describe(\"Venue city\").nullable(),\n name: z.string().describe(\"Venue name\").nullable(),\n}).describe(\"Essential venue information\");\nconst SeatGeekSearchEvents_EventInfoSchema = z.object({\n id: z.number().int().describe(\"Unique SeatGeek event ID\").nullable(),\n url: z.string().describe(\"SeatGeek URL for the event\").nullable(),\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)\").nullable(),\n}).describe(\"Essential event information for schedule listing and discovery\");\nexport const SeatGeekSearchEventsOutput = z.object({\n total: z.number().int().describe(\"Total number of events available across all pages\").nullable(),\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,4BAA4B,EAAE,OAAO;CAChD,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,uCAAuC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;AACnD,CAAC,CAAC,CAAC,SAAS,6BAA6B;
|
|
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.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.object({\n city: z.string().describe(\"Venue city\").nullable(),\n name: z.string().describe(\"Venue name\").nullable(),\n}).passthrough().describe(\"Essential venue information\");\nconst SeatGeekSearchEvents_EventInfoSchema = z.object({\n id: z.number().int().describe(\"Unique SeatGeek event ID\").nullable(),\n url: z.string().describe(\"SeatGeek URL for the event\").nullable(),\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)\").nullable(),\n}).passthrough().describe(\"Essential event information for schedule listing and discovery\");\nexport const SeatGeekSearchEventsOutput = z.object({\n total: z.number().int().describe(\"Total number of events available across all pages\").nullable(),\n events: z.array(SeatGeekSearchEvents_EventInfoSchema).describe(\"List of events matching search criteria\"),\n}).passthrough().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,4BAA4B,EAAE,OAAO;CAChD,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,uCAAuC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;AACnD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6BAA6B;AACvD,MAAM,uCAAuC,EAAE,OAAO;CACpD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAChE,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,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gEAAgE;AAM1F,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwC,EAAE,OAAO;EACjD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC/F,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,yCAAyC;CAC1G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ const SeatGeekSearchPerformersInput = zod.z.object({
|
|
|
9
9
|
taxonomies_id: zod.z.string().describe("Filter performers by taxonomy ID.").optional(),
|
|
10
10
|
taxonomies_name: zod.z.string().describe("Filter performers by category/type name (e.g., 'sports', 'concert', 'theater').").optional()
|
|
11
11
|
});
|
|
12
|
-
const SeatGeekSearchPerformersOutput = zod.z.
|
|
12
|
+
const SeatGeekSearchPerformersOutput = zod.z.record(zod.z.string(), zod.z.unknown());
|
|
13
13
|
const seatGeekSearchPerformers = require_action.action("SEAT_GEEK_SEARCH_PERFORMERS", {
|
|
14
14
|
slug: "seat_geek-search-performers",
|
|
15
15
|
name: "Search Performers",
|
|
@@ -1 +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.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.
|
|
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.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.record(z.string(), z.unknown());\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,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,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,iCAAiCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC;AAE9E,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ declare const SeatGeekSearchPerformersInput: z.ZodObject<{
|
|
|
9
9
|
taxonomies_id: z.ZodOptional<z.ZodString>;
|
|
10
10
|
taxonomies_name: z.ZodOptional<z.ZodString>;
|
|
11
11
|
}, z.core.$strip>;
|
|
12
|
-
declare const SeatGeekSearchPerformersOutput: z.
|
|
12
|
+
declare const SeatGeekSearchPerformersOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
13
13
|
declare const seatGeekSearchPerformers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
q?: string | undefined;
|
|
15
15
|
id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-performers.d.cts","names":[],"sources":["../../src/actions/search-performers.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;cAQ7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,
|
|
1
|
+
{"version":3,"file":"search-performers.d.cts","names":[],"sources":["../../src/actions/search-performers.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;cAQ7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -9,7 +9,7 @@ declare const SeatGeekSearchPerformersInput: z.ZodObject<{
|
|
|
9
9
|
taxonomies_id: z.ZodOptional<z.ZodString>;
|
|
10
10
|
taxonomies_name: z.ZodOptional<z.ZodString>;
|
|
11
11
|
}, z.core.$strip>;
|
|
12
|
-
declare const SeatGeekSearchPerformersOutput: z.
|
|
12
|
+
declare const SeatGeekSearchPerformersOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
13
13
|
declare const seatGeekSearchPerformers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
q?: string | undefined;
|
|
15
15
|
id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-performers.d.mts","names":[],"sources":["../../src/actions/search-performers.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;cAQ7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,
|
|
1
|
+
{"version":3,"file":"search-performers.d.mts","names":[],"sources":["../../src/actions/search-performers.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;cAQ7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -12,7 +12,7 @@ const seatGeekSearchPerformers = action("SEAT_GEEK_SEARCH_PERFORMERS", {
|
|
|
12
12
|
taxonomies_id: z.string().describe("Filter performers by taxonomy ID.").optional(),
|
|
13
13
|
taxonomies_name: z.string().describe("Filter performers by category/type name (e.g., 'sports', 'concert', 'theater').").optional()
|
|
14
14
|
}),
|
|
15
|
-
output: z.
|
|
15
|
+
output: z.record(z.string(), z.unknown())
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
18
|
export { seatGeekSearchPerformers };
|
|
@@ -1 +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.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.
|
|
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.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.record(z.string(), z.unknown());\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,OAd2C,EAAE,OAAO;EACpD,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,QAP4C,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAOnE;AACV,CAAC"}
|
|
@@ -11,7 +11,7 @@ const SeatGeekSearchVenuesInput = zod.z.object({
|
|
|
11
11
|
per_page: zod.z.number().int().describe("Number of results per page. Default is 10.").optional(),
|
|
12
12
|
postal_code: zod.z.string().describe("Filter venues by postal/zip code.").optional()
|
|
13
13
|
});
|
|
14
|
-
const SeatGeekSearchVenuesOutput = zod.z.
|
|
14
|
+
const SeatGeekSearchVenuesOutput = zod.z.record(zod.z.string(), zod.z.unknown());
|
|
15
15
|
const seatGeekSearchVenues = require_action.action("SEAT_GEEK_SEARCH_VENUES", {
|
|
16
16
|
slug: "seat_geek-search-venues",
|
|
17
17
|
name: "Search Venues",
|
|
@@ -1 +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.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.
|
|
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.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.record(z.string(), z.unknown());\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,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,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,6BAA6BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC;AAE1E,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -11,7 +11,7 @@ declare const SeatGeekSearchVenuesInput: z.ZodObject<{
|
|
|
11
11
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
12
12
|
postal_code: z.ZodOptional<z.ZodString>;
|
|
13
13
|
}, z.core.$strip>;
|
|
14
|
-
declare const SeatGeekSearchVenuesOutput: z.
|
|
14
|
+
declare const SeatGeekSearchVenuesOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
15
15
|
declare const seatGeekSearchVenues: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
q?: string | undefined;
|
|
17
17
|
id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-venues.d.cts","names":[],"sources":["../../src/actions/search-venues.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;cAUzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,
|
|
1
|
+
{"version":3,"file":"search-venues.d.cts","names":[],"sources":["../../src/actions/search-venues.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;cAUzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -11,7 +11,7 @@ declare const SeatGeekSearchVenuesInput: z.ZodObject<{
|
|
|
11
11
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
12
12
|
postal_code: z.ZodOptional<z.ZodString>;
|
|
13
13
|
}, z.core.$strip>;
|
|
14
|
-
declare const SeatGeekSearchVenuesOutput: z.
|
|
14
|
+
declare const SeatGeekSearchVenuesOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
15
15
|
declare const seatGeekSearchVenues: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
q?: string | undefined;
|
|
17
17
|
id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-venues.d.mts","names":[],"sources":["../../src/actions/search-venues.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;cAUzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,
|
|
1
|
+
{"version":3,"file":"search-venues.d.mts","names":[],"sources":["../../src/actions/search-venues.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;cAUzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -14,7 +14,7 @@ const seatGeekSearchVenues = action("SEAT_GEEK_SEARCH_VENUES", {
|
|
|
14
14
|
per_page: z.number().int().describe("Number of results per page. Default is 10.").optional(),
|
|
15
15
|
postal_code: z.string().describe("Filter venues by postal/zip code.").optional()
|
|
16
16
|
}),
|
|
17
|
-
output: z.
|
|
17
|
+
output: z.record(z.string(), z.unknown())
|
|
18
18
|
});
|
|
19
19
|
//#endregion
|
|
20
20
|
export { seatGeekSearchVenues };
|
|
@@ -1 +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.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.
|
|
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.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.record(z.string(), z.unknown());\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,OAhBuC,EAAE,OAAO;EAChD,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,QAPwC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAO/D;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -7,7 +7,8 @@ const seatGeekCatalog = {
|
|
|
7
7
|
"category": "Event Management",
|
|
8
8
|
"logo": "https://seatgeek.com/favicon.ico",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialScheme": "NO_AUTH"
|
|
11
12
|
};
|
|
12
13
|
//#endregion
|
|
13
14
|
exports.seatGeekCatalog = seatGeekCatalog;
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +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;
|
|
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 \"credentialScheme\": \"NO_AUTH\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
package/dist/catalog.d.mts
CHANGED
package/dist/catalog.mjs
CHANGED
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +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;
|
|
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 \"credentialScheme\": \"NO_AUTH\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;AACtB"}
|