@keystrokehq/ticketmaster 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/execute-season-ticketing-command.cjs +42 -0
- package/dist/actions/execute-season-ticketing-command.cjs.map +1 -0
- package/dist/actions/execute-season-ticketing-command.d.cts +9 -0
- package/dist/actions/execute-season-ticketing-command.d.cts.map +1 -0
- package/dist/actions/execute-season-ticketing-command.d.mts +9 -0
- package/dist/actions/execute-season-ticketing-command.d.mts.map +1 -0
- package/dist/actions/execute-season-ticketing-command.mjs +39 -0
- package/dist/actions/execute-season-ticketing-command.mjs.map +1 -0
- package/dist/actions/get-attraction-details2.cjs +60 -0
- package/dist/actions/get-attraction-details2.cjs.map +1 -0
- package/dist/actions/get-attraction-details2.d.cts +9 -0
- package/dist/actions/get-attraction-details2.d.cts.map +1 -0
- package/dist/actions/get-attraction-details2.d.mts +9 -0
- package/dist/actions/get-attraction-details2.d.mts.map +1 -0
- package/dist/actions/get-attraction-details2.mjs +59 -0
- package/dist/actions/get-attraction-details2.mjs.map +1 -0
- package/dist/actions/get-attractions.cjs +41 -0
- package/dist/actions/get-attractions.cjs.map +1 -0
- package/dist/actions/get-attractions.d.cts +9 -0
- package/dist/actions/get-attractions.d.cts.map +1 -0
- package/dist/actions/get-attractions.d.mts +9 -0
- package/dist/actions/get-attractions.d.mts.map +1 -0
- package/dist/actions/get-attractions.mjs +40 -0
- package/dist/actions/get-attractions.mjs.map +1 -0
- package/dist/actions/get-classification-details.cjs +47 -0
- package/dist/actions/get-classification-details.cjs.map +1 -0
- package/dist/actions/get-classification-details.d.cts +9 -0
- package/dist/actions/get-classification-details.d.cts.map +1 -0
- package/dist/actions/get-classification-details.d.mts +9 -0
- package/dist/actions/get-classification-details.d.mts.map +1 -0
- package/dist/actions/get-classification-details.mjs +46 -0
- package/dist/actions/get-classification-details.mjs.map +1 -0
- package/dist/actions/get-classifications.cjs +57 -0
- package/dist/actions/get-classifications.cjs.map +1 -0
- package/dist/actions/get-classifications.d.cts +9 -0
- package/dist/actions/get-classifications.d.cts.map +1 -0
- package/dist/actions/get-classifications.d.mts +9 -0
- package/dist/actions/get-classifications.d.mts.map +1 -0
- package/dist/actions/get-classifications.mjs +56 -0
- package/dist/actions/get-classifications.mjs.map +1 -0
- package/dist/actions/get-event-details.cjs +141 -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 +140 -0
- package/dist/actions/get-event-details.mjs.map +1 -0
- package/dist/actions/get-event-images.cjs +32 -0
- package/dist/actions/get-event-images.cjs.map +1 -0
- package/dist/actions/get-event-images.d.cts +9 -0
- package/dist/actions/get-event-images.d.cts.map +1 -0
- package/dist/actions/get-event-images.d.mts +9 -0
- package/dist/actions/get-event-images.d.mts.map +1 -0
- package/dist/actions/get-event-images.mjs +31 -0
- package/dist/actions/get-event-images.mjs.map +1 -0
- package/dist/actions/get-events.cjs +115 -0
- package/dist/actions/get-events.cjs.map +1 -0
- package/dist/actions/get-events.d.cts +9 -0
- package/dist/actions/get-events.d.cts.map +1 -0
- package/dist/actions/get-events.d.mts +9 -0
- package/dist/actions/get-events.d.mts.map +1 -0
- package/dist/actions/get-events.mjs +114 -0
- package/dist/actions/get-events.mjs.map +1 -0
- package/dist/actions/get-genre-details.cjs +29 -0
- package/dist/actions/get-genre-details.cjs.map +1 -0
- package/dist/actions/get-genre-details.d.cts +9 -0
- package/dist/actions/get-genre-details.d.cts.map +1 -0
- package/dist/actions/get-genre-details.d.mts +9 -0
- package/dist/actions/get-genre-details.d.mts.map +1 -0
- package/dist/actions/get-genre-details.mjs +28 -0
- package/dist/actions/get-genre-details.mjs.map +1 -0
- package/dist/actions/get-section-map-image.cjs +27 -0
- package/dist/actions/get-section-map-image.cjs.map +1 -0
- package/dist/actions/get-section-map-image.d.cts +9 -0
- package/dist/actions/get-section-map-image.d.cts.map +1 -0
- package/dist/actions/get-section-map-image.d.mts +9 -0
- package/dist/actions/get-section-map-image.d.mts.map +1 -0
- package/dist/actions/get-section-map-image.mjs +26 -0
- package/dist/actions/get-section-map-image.mjs.map +1 -0
- package/dist/actions/get-segment-details.cjs +32 -0
- package/dist/actions/get-segment-details.cjs.map +1 -0
- package/dist/actions/get-segment-details.d.cts +9 -0
- package/dist/actions/get-segment-details.d.cts.map +1 -0
- package/dist/actions/get-segment-details.d.mts +9 -0
- package/dist/actions/get-segment-details.d.mts.map +1 -0
- package/dist/actions/get-segment-details.mjs +31 -0
- package/dist/actions/get-segment-details.mjs.map +1 -0
- package/dist/actions/get-subgenre-details.cjs +29 -0
- package/dist/actions/get-subgenre-details.cjs.map +1 -0
- package/dist/actions/get-subgenre-details.d.cts +9 -0
- package/dist/actions/get-subgenre-details.d.cts.map +1 -0
- package/dist/actions/get-subgenre-details.d.mts +9 -0
- package/dist/actions/get-subgenre-details.d.mts.map +1 -0
- package/dist/actions/get-subgenre-details.mjs +28 -0
- package/dist/actions/get-subgenre-details.mjs.map +1 -0
- package/dist/actions/get-suggestions2.cjs +91 -0
- package/dist/actions/get-suggestions2.cjs.map +1 -0
- package/dist/actions/get-suggestions2.d.cts +9 -0
- package/dist/actions/get-suggestions2.d.cts.map +1 -0
- package/dist/actions/get-suggestions2.d.mts +9 -0
- package/dist/actions/get-suggestions2.d.mts.map +1 -0
- package/dist/actions/get-suggestions2.mjs +90 -0
- package/dist/actions/get-suggestions2.mjs.map +1 -0
- package/dist/actions/get-venue-details2.cjs +92 -0
- package/dist/actions/get-venue-details2.cjs.map +1 -0
- package/dist/actions/get-venue-details2.d.cts +9 -0
- package/dist/actions/get-venue-details2.d.cts.map +1 -0
- package/dist/actions/get-venue-details2.d.mts +9 -0
- package/dist/actions/get-venue-details2.d.mts.map +1 -0
- package/dist/actions/get-venue-details2.mjs +91 -0
- package/dist/actions/get-venue-details2.mjs.map +1 -0
- package/dist/actions/get-venues.cjs +92 -0
- package/dist/actions/get-venues.cjs.map +1 -0
- package/dist/actions/get-venues.d.cts +9 -0
- package/dist/actions/get-venues.d.cts.map +1 -0
- package/dist/actions/get-venues.d.mts +9 -0
- package/dist/actions/get-venues.d.mts.map +1 -0
- package/dist/actions/get-venues.mjs +91 -0
- package/dist/actions/get-venues.mjs.map +1 -0
- package/dist/actions/index.cjs +31 -0
- package/dist/actions/index.d.cts +16 -0
- package/dist/actions/index.d.mts +16 -0
- package/dist/actions/index.mjs +16 -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 +36 -0
- package/dist/index.d.cts +18 -0
- package/dist/index.d.mts +18 -0
- package/dist/index.mjs +19 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classification-details.cjs","names":["z","action"],"sources":["../../src/actions/get-classification-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetClassificationDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the classification (segment, genre, subgenre, type, or subtype) to retrieve detailed information about\"),\n}).describe(\"Request model for GetClassificationDetails action.\");\nconst TicketmasterGetClassificationDetails_SubGenreDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Subgenre unique identifier\"),\n name: z.string().describe(\"Subgenre name\"),\n locale: z.string().describe(\"Locale code (e.g., 'en-us')\").nullable().optional(),\n}).describe(\"Subgenre classification details\");\nconst TicketmasterGetClassificationDetails_EmbeddedSubGenresSchema: z.ZodTypeAny = z.object({\n subgenres: z.array(TicketmasterGetClassificationDetails_SubGenreDetailsSchema).describe(\"List of subgenres\"),\n}).describe(\"Wrapper for embedded subgenres\");\nconst TicketmasterGetClassificationDetails_GenreDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Genre unique identifier\"),\n name: z.string().describe(\"Genre name\"),\n locale: z.string().describe(\"Locale code (e.g., 'en-us')\").nullable().optional(),\n _embedded: TicketmasterGetClassificationDetails_EmbeddedSubGenresSchema.nullable().optional(),\n}).describe(\"Genre classification details with optional embedded subgenres\");\nconst TicketmasterGetClassificationDetails_EmbeddedGenresSchema: z.ZodTypeAny = z.object({\n genres: z.array(TicketmasterGetClassificationDetails_GenreDetailsSchema).describe(\"List of genres\"),\n}).describe(\"Wrapper for embedded genres\");\nconst TicketmasterGetClassificationDetails_SegmentDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Segment unique identifier\"),\n name: z.string().describe(\"Segment name\"),\n locale: z.string().describe(\"Locale code (e.g., 'en-us')\").nullable().optional(),\n _embedded: TicketmasterGetClassificationDetails_EmbeddedGenresSchema.nullable().optional(),\n primaryId: z.string().describe(\"Primary identifier\").nullable().optional(),\n}).describe(\"Segment classification details with optional embedded genres\");\nexport const TicketmasterGetClassificationDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the requested classification\").nullable().optional(),\n name: z.string().describe(\"Name of the requested classification\").nullable().optional(),\n type: z.record(z.string(), z.unknown()).describe(\"Type information if applicable\").nullable().optional(),\n genre: TicketmasterGetClassificationDetails_GenreDetailsSchema.nullable().optional(),\n family: z.boolean().describe(\"Whether this classification is family-friendly\").nullable().optional(),\n locale: z.string().describe(\"Locale of the classification (e.g., 'en-us')\").nullable().optional(),\n segment: TicketmasterGetClassificationDetails_SegmentDetailsSchema.nullable().optional(),\n subType: z.record(z.string(), z.unknown()).describe(\"Subtype information if applicable\").nullable().optional(),\n subGenre: TicketmasterGetClassificationDetails_SubGenreDetailsSchema.nullable().optional(),\n primaryId: z.string().describe(\"Primary identifier for the classification\").nullable().optional(),\n}).describe(\"Response schema for GetClassificationDetails action.\\nReturns detailed information about a classification which can be a segment, genre, subgenre, type, or subtype.\\nThe API always returns the full classification hierarchy, so a query for a genre will include its parent segment,\\nand a query for a subgenre will include both its parent genre and segment.\");\n\nexport const ticketmasterGetClassificationDetails = action(\"TICKETMASTER_GET_CLASSIFICATION_DETAILS\", {\n slug: \"ticketmaster-get-classification-details\",\n name: \"Get Classification Details\",\n description: \"Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.\",\n input: TicketmasterGetClassificationDetailsInput,\n output: TicketmasterGetClassificationDetailsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-classification-details.d.ts
|
|
4
|
+
declare const TicketmasterGetClassificationDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TicketmasterGetClassificationDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ticketmasterGetClassificationDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ticketmasterGetClassificationDetails };
|
|
9
|
+
//# sourceMappingURL=get-classification-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classification-details.d.cts","names":[],"sources":["../../src/actions/get-classification-details.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAEO;AAAA,cAyBpD,0CAAA,EAA4C,CAAA,CAAE,UAWuT;AAAA,cAErW,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-classification-details.d.ts
|
|
4
|
+
declare const TicketmasterGetClassificationDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TicketmasterGetClassificationDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ticketmasterGetClassificationDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ticketmasterGetClassificationDetails };
|
|
9
|
+
//# sourceMappingURL=get-classification-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classification-details.d.mts","names":[],"sources":["../../src/actions/get-classification-details.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAEO;AAAA,cAyBpD,0CAAA,EAA4C,CAAA,CAAE,UAWuT;AAAA,cAErW,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-classification-details.ts
|
|
4
|
+
const TicketmasterGetClassificationDetailsInput = z.object({ id: z.string().describe("ID of the classification (segment, genre, subgenre, type, or subtype) to retrieve detailed information about") }).describe("Request model for GetClassificationDetails action.");
|
|
5
|
+
const TicketmasterGetClassificationDetails_SubGenreDetailsSchema = z.object({
|
|
6
|
+
id: z.string().describe("Subgenre unique identifier"),
|
|
7
|
+
name: z.string().describe("Subgenre name"),
|
|
8
|
+
locale: z.string().describe("Locale code (e.g., 'en-us')").nullable().optional()
|
|
9
|
+
}).describe("Subgenre classification details");
|
|
10
|
+
const TicketmasterGetClassificationDetails_EmbeddedSubGenresSchema = z.object({ subgenres: z.array(TicketmasterGetClassificationDetails_SubGenreDetailsSchema).describe("List of subgenres") }).describe("Wrapper for embedded subgenres");
|
|
11
|
+
const TicketmasterGetClassificationDetails_GenreDetailsSchema = z.object({
|
|
12
|
+
id: z.string().describe("Genre unique identifier"),
|
|
13
|
+
name: z.string().describe("Genre name"),
|
|
14
|
+
locale: z.string().describe("Locale code (e.g., 'en-us')").nullable().optional(),
|
|
15
|
+
_embedded: TicketmasterGetClassificationDetails_EmbeddedSubGenresSchema.nullable().optional()
|
|
16
|
+
}).describe("Genre classification details with optional embedded subgenres");
|
|
17
|
+
const TicketmasterGetClassificationDetails_EmbeddedGenresSchema = z.object({ genres: z.array(TicketmasterGetClassificationDetails_GenreDetailsSchema).describe("List of genres") }).describe("Wrapper for embedded genres");
|
|
18
|
+
const TicketmasterGetClassificationDetails_SegmentDetailsSchema = z.object({
|
|
19
|
+
id: z.string().describe("Segment unique identifier"),
|
|
20
|
+
name: z.string().describe("Segment name"),
|
|
21
|
+
locale: z.string().describe("Locale code (e.g., 'en-us')").nullable().optional(),
|
|
22
|
+
_embedded: TicketmasterGetClassificationDetails_EmbeddedGenresSchema.nullable().optional(),
|
|
23
|
+
primaryId: z.string().describe("Primary identifier").nullable().optional()
|
|
24
|
+
}).describe("Segment classification details with optional embedded genres");
|
|
25
|
+
const ticketmasterGetClassificationDetails = action("TICKETMASTER_GET_CLASSIFICATION_DETAILS", {
|
|
26
|
+
slug: "ticketmaster-get-classification-details",
|
|
27
|
+
name: "Get Classification Details",
|
|
28
|
+
description: "Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.",
|
|
29
|
+
input: TicketmasterGetClassificationDetailsInput,
|
|
30
|
+
output: z.object({
|
|
31
|
+
id: z.string().describe("Unique identifier of the requested classification").nullable().optional(),
|
|
32
|
+
name: z.string().describe("Name of the requested classification").nullable().optional(),
|
|
33
|
+
type: z.record(z.string(), z.unknown()).describe("Type information if applicable").nullable().optional(),
|
|
34
|
+
genre: TicketmasterGetClassificationDetails_GenreDetailsSchema.nullable().optional(),
|
|
35
|
+
family: z.boolean().describe("Whether this classification is family-friendly").nullable().optional(),
|
|
36
|
+
locale: z.string().describe("Locale of the classification (e.g., 'en-us')").nullable().optional(),
|
|
37
|
+
segment: TicketmasterGetClassificationDetails_SegmentDetailsSchema.nullable().optional(),
|
|
38
|
+
subType: z.record(z.string(), z.unknown()).describe("Subtype information if applicable").nullable().optional(),
|
|
39
|
+
subGenre: TicketmasterGetClassificationDetails_SubGenreDetailsSchema.nullable().optional(),
|
|
40
|
+
primaryId: z.string().describe("Primary identifier for the classification").nullable().optional()
|
|
41
|
+
}).describe("Response schema for GetClassificationDetails action.\nReturns detailed information about a classification which can be a segment, genre, subgenre, type, or subtype.\nThe API always returns the full classification hierarchy, so a query for a genre will include its parent segment,\nand a query for a subgenre will include both its parent genre and segment.")
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
export { ticketmasterGetClassificationDetails };
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=get-classification-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classification-details.mjs","names":[],"sources":["../../src/actions/get-classification-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetClassificationDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the classification (segment, genre, subgenre, type, or subtype) to retrieve detailed information about\"),\n}).describe(\"Request model for GetClassificationDetails action.\");\nconst TicketmasterGetClassificationDetails_SubGenreDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Subgenre unique identifier\"),\n name: z.string().describe(\"Subgenre name\"),\n locale: z.string().describe(\"Locale code (e.g., 'en-us')\").nullable().optional(),\n}).describe(\"Subgenre classification details\");\nconst TicketmasterGetClassificationDetails_EmbeddedSubGenresSchema: z.ZodTypeAny = z.object({\n subgenres: z.array(TicketmasterGetClassificationDetails_SubGenreDetailsSchema).describe(\"List of subgenres\"),\n}).describe(\"Wrapper for embedded subgenres\");\nconst TicketmasterGetClassificationDetails_GenreDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Genre unique identifier\"),\n name: z.string().describe(\"Genre name\"),\n locale: z.string().describe(\"Locale code (e.g., 'en-us')\").nullable().optional(),\n _embedded: TicketmasterGetClassificationDetails_EmbeddedSubGenresSchema.nullable().optional(),\n}).describe(\"Genre classification details with optional embedded subgenres\");\nconst TicketmasterGetClassificationDetails_EmbeddedGenresSchema: z.ZodTypeAny = z.object({\n genres: z.array(TicketmasterGetClassificationDetails_GenreDetailsSchema).describe(\"List of genres\"),\n}).describe(\"Wrapper for embedded genres\");\nconst TicketmasterGetClassificationDetails_SegmentDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Segment unique identifier\"),\n name: z.string().describe(\"Segment name\"),\n locale: z.string().describe(\"Locale code (e.g., 'en-us')\").nullable().optional(),\n _embedded: TicketmasterGetClassificationDetails_EmbeddedGenresSchema.nullable().optional(),\n primaryId: z.string().describe(\"Primary identifier\").nullable().optional(),\n}).describe(\"Segment classification details with optional embedded genres\");\nexport const TicketmasterGetClassificationDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the requested classification\").nullable().optional(),\n name: z.string().describe(\"Name of the requested classification\").nullable().optional(),\n type: z.record(z.string(), z.unknown()).describe(\"Type information if applicable\").nullable().optional(),\n genre: TicketmasterGetClassificationDetails_GenreDetailsSchema.nullable().optional(),\n family: z.boolean().describe(\"Whether this classification is family-friendly\").nullable().optional(),\n locale: z.string().describe(\"Locale of the classification (e.g., 'en-us')\").nullable().optional(),\n segment: TicketmasterGetClassificationDetails_SegmentDetailsSchema.nullable().optional(),\n subType: z.record(z.string(), z.unknown()).describe(\"Subtype information if applicable\").nullable().optional(),\n subGenre: TicketmasterGetClassificationDetails_SubGenreDetailsSchema.nullable().optional(),\n primaryId: z.string().describe(\"Primary identifier for the classification\").nullable().optional(),\n}).describe(\"Response schema for GetClassificationDetails action.\\nReturns detailed information about a classification which can be a segment, genre, subgenre, type, or subtype.\\nThe API always returns the full classification hierarchy, so a query for a genre will include its parent segment,\\nand a query for a subgenre will include both its parent genre and segment.\");\n\nexport const ticketmasterGetClassificationDetails = action(\"TICKETMASTER_GET_CLASSIFICATION_DETAILS\", {\n slug: \"ticketmaster-get-classification-details\",\n name: \"Get Classification Details\",\n description: \"Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.\",\n input: TicketmasterGetClassificationDetailsInput,\n output: TicketmasterGetClassificationDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO,EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,EACxI,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,+DAA6E,EAAE,OAAO,EAC1F,WAAW,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,mBAAmB,EAC7G,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;CACtC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAW,6DAA6D,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,4DAA0E,EAAE,OAAO,EACvF,QAAQ,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,gBAAgB,EACpG,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,4DAA0E,EAAE,OAAO;CACvF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAW,0DAA0D,SAAS,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAc1E,MAAa,uCAAuC,OAAO,2CAA2C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlBsE,EAAE,OAAO;EAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,OAAO,wDAAwD,SAAS,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,SAAS,0DAA0D,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,UAAU,2DAA2D,SAAS,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,SAAS,qWAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-classifications.ts
|
|
4
|
+
const TicketmasterGetClassificationsInput = zod.z.object({
|
|
5
|
+
locale: zod.z.string().describe("The locale in ISO code format (e.g., 'en-us' for US English, 'es-mx' for Mexican Spanish). Controls the language of classification names returned.").optional(),
|
|
6
|
+
countryCode: zod.z.string().describe("Filter classifications by ISO 3166-1 alpha-2 country code (e.g., 'US' for United States, 'CA' for Canada). Returns classifications relevant to the specified country.").optional(),
|
|
7
|
+
classificationId: zod.z.string().describe("Filter to retrieve a specific classification by its unique ID. Use this to get details about a particular segment, genre, or subgenre.").optional()
|
|
8
|
+
}).describe("Query parameters for retrieving event classifications from Ticketmaster.\nClassifications organize events into segments (top-level categories like Music, Sports, Arts & Theater),\ngenres (secondary categories like Rock, Baseball), and subgenres (tertiary categories).");
|
|
9
|
+
const TicketmasterGetClassifications_PageSchema = zod.z.object({
|
|
10
|
+
size: zod.z.number().int().describe("Number of classification records returned in this page"),
|
|
11
|
+
number: zod.z.number().int().describe("Current page number (0-indexed)"),
|
|
12
|
+
totalPages: zod.z.number().int().describe("Total number of pages available for pagination"),
|
|
13
|
+
totalElements: zod.z.number().int().describe("Total number of classification elements available across all pages")
|
|
14
|
+
});
|
|
15
|
+
const TicketmasterGetClassifications_ClassificationTypeSchema = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("Unique identifier for the classification type"),
|
|
17
|
+
name: zod.z.string().describe("Human-readable name of the classification type")
|
|
18
|
+
});
|
|
19
|
+
const TicketmasterGetClassifications_ClassificationGenreSchema = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique identifier for the genre (secondary category)"),
|
|
21
|
+
name: zod.z.string().describe("Human-readable name of the genre (e.g., 'Rock', 'Baseball', 'Comedy')")
|
|
22
|
+
});
|
|
23
|
+
const TicketmasterGetClassifications_ClassificationSegmentSchema = zod.z.object({
|
|
24
|
+
id: zod.z.string().describe("Unique identifier for the segment (top-level category)"),
|
|
25
|
+
name: zod.z.string().describe("Human-readable name of the segment (e.g., 'Music', 'Sports', 'Arts & Theater', 'Family', 'Film', 'Miscellaneous')")
|
|
26
|
+
});
|
|
27
|
+
const TicketmasterGetClassifications_ClassificationSubTypeSchema = zod.z.object({
|
|
28
|
+
id: zod.z.string().describe("Unique identifier for the classification subtype"),
|
|
29
|
+
name: zod.z.string().describe("Human-readable name of the classification subtype")
|
|
30
|
+
});
|
|
31
|
+
const TicketmasterGetClassifications_ClassificationSubGenreSchema = zod.z.object({
|
|
32
|
+
id: zod.z.string().describe("Unique identifier for the subgenre (tertiary category)"),
|
|
33
|
+
name: zod.z.string().describe("Human-readable name of the subgenre (e.g., 'Alternative Rock', 'MLB', 'Stand-Up Comedy')")
|
|
34
|
+
});
|
|
35
|
+
const TicketmasterGetClassifications_ClassificationSchema = zod.z.object({
|
|
36
|
+
type: TicketmasterGetClassifications_ClassificationTypeSchema.nullable().optional(),
|
|
37
|
+
genre: TicketmasterGetClassifications_ClassificationGenreSchema.nullable().optional(),
|
|
38
|
+
segment: TicketmasterGetClassifications_ClassificationSegmentSchema.nullable().optional(),
|
|
39
|
+
subType: TicketmasterGetClassifications_ClassificationSubTypeSchema.nullable().optional(),
|
|
40
|
+
subGenre: TicketmasterGetClassifications_ClassificationSubGenreSchema.nullable().optional()
|
|
41
|
+
});
|
|
42
|
+
const TicketmasterGetClassifications_EmbeddedClassificationsSchema = zod.z.object({ classifications: zod.z.array(TicketmasterGetClassifications_ClassificationSchema).describe("Array of classification objects, each representing a different way to categorize events") });
|
|
43
|
+
const TicketmasterGetClassificationsOutput = zod.z.object({
|
|
44
|
+
page: TicketmasterGetClassifications_PageSchema.nullable(),
|
|
45
|
+
_embedded: TicketmasterGetClassifications_EmbeddedClassificationsSchema.nullable().optional()
|
|
46
|
+
}).describe("Response containing event classifications organized by segment, genre, and subgenre.\nUse these classifications to categorize and filter events when searching for tickets.");
|
|
47
|
+
const ticketmasterGetClassifications = require_action.action("TICKETMASTER_GET_CLASSIFICATIONS", {
|
|
48
|
+
slug: "ticketmaster-get-classifications",
|
|
49
|
+
name: "Get Classifications",
|
|
50
|
+
description: "Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.",
|
|
51
|
+
input: TicketmasterGetClassificationsInput,
|
|
52
|
+
output: TicketmasterGetClassificationsOutput
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
exports.ticketmasterGetClassifications = ticketmasterGetClassifications;
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=get-classifications.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classifications.cjs","names":["z","action"],"sources":["../../src/actions/get-classifications.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetClassificationsInput: z.ZodTypeAny = z.object({\n locale: z.string().describe(\"The locale in ISO code format (e.g., 'en-us' for US English, 'es-mx' for Mexican Spanish). Controls the language of classification names returned.\").optional(),\n countryCode: z.string().describe(\"Filter classifications by ISO 3166-1 alpha-2 country code (e.g., 'US' for United States, 'CA' for Canada). Returns classifications relevant to the specified country.\").optional(),\n classificationId: z.string().describe(\"Filter to retrieve a specific classification by its unique ID. Use this to get details about a particular segment, genre, or subgenre.\").optional(),\n}).describe(\"Query parameters for retrieving event classifications from Ticketmaster.\\nClassifications organize events into segments (top-level categories like Music, Sports, Arts & Theater),\\ngenres (secondary categories like Rock, Baseball), and subgenres (tertiary categories).\");\nconst TicketmasterGetClassifications_PageSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"Number of classification records returned in this page\"),\n number: z.number().int().describe(\"Current page number (0-indexed)\"),\n totalPages: z.number().int().describe(\"Total number of pages available for pagination\"),\n totalElements: z.number().int().describe(\"Total number of classification elements available across all pages\"),\n});\nconst TicketmasterGetClassifications_ClassificationTypeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the classification type\"),\n name: z.string().describe(\"Human-readable name of the classification type\"),\n});\nconst TicketmasterGetClassifications_ClassificationGenreSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the genre (secondary category)\"),\n name: z.string().describe(\"Human-readable name of the genre (e.g., 'Rock', 'Baseball', 'Comedy')\"),\n});\nconst TicketmasterGetClassifications_ClassificationSegmentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the segment (top-level category)\"),\n name: z.string().describe(\"Human-readable name of the segment (e.g., 'Music', 'Sports', 'Arts & Theater', 'Family', 'Film', 'Miscellaneous')\"),\n});\nconst TicketmasterGetClassifications_ClassificationSubTypeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the classification subtype\"),\n name: z.string().describe(\"Human-readable name of the classification subtype\"),\n});\nconst TicketmasterGetClassifications_ClassificationSubGenreSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the subgenre (tertiary category)\"),\n name: z.string().describe(\"Human-readable name of the subgenre (e.g., 'Alternative Rock', 'MLB', 'Stand-Up Comedy')\"),\n});\nconst TicketmasterGetClassifications_ClassificationSchema: z.ZodTypeAny = z.object({\n type: TicketmasterGetClassifications_ClassificationTypeSchema.nullable().optional(),\n genre: TicketmasterGetClassifications_ClassificationGenreSchema.nullable().optional(),\n segment: TicketmasterGetClassifications_ClassificationSegmentSchema.nullable().optional(),\n subType: TicketmasterGetClassifications_ClassificationSubTypeSchema.nullable().optional(),\n subGenre: TicketmasterGetClassifications_ClassificationSubGenreSchema.nullable().optional(),\n});\nconst TicketmasterGetClassifications_EmbeddedClassificationsSchema: z.ZodTypeAny = z.object({\n classifications: z.array(TicketmasterGetClassifications_ClassificationSchema).describe(\"Array of classification objects, each representing a different way to categorize events\"),\n});\nexport const TicketmasterGetClassificationsOutput: z.ZodTypeAny = z.object({\n page: TicketmasterGetClassifications_PageSchema.nullable(),\n _embedded: TicketmasterGetClassifications_EmbeddedClassificationsSchema.nullable().optional(),\n}).describe(\"Response containing event classifications organized by segment, genre, and subgenre.\\nUse these classifications to categorize and filter events when searching for tickets.\");\n\nexport const ticketmasterGetClassifications = action(\"TICKETMASTER_GET_CLASSIFICATIONS\", {\n slug: \"ticketmaster-get-classifications\",\n name: \"Get Classifications\",\n description: \"Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.\",\n input: TicketmasterGetClassificationsInput,\n output: TicketmasterGetClassificationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ,CAAC,CAAC,SAAS;CAC3L,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS;CACnN,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AAC3L,CAAC,CAAC,CAAC,SAAS,6QAA6Q;AACzR,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACtF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE;AAC/G,CAAC;AACD,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC5E,CAAC;AACD,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;AACnG,CAAC;AACD,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH;AAC/I,CAAC;AACD,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAC/E,CAAC;AACD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;AACtH,CAAC;AACD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,MAAM,wDAAwD,SAAS,CAAC,CAAC,SAAS;CAClF,OAAO,yDAAyD,SAAS,CAAC,CAAC,SAAS;CACpF,SAAS,2DAA2D,SAAS,CAAC,CAAC,SAAS;CACxF,SAAS,2DAA2D,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,4DAA4D,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC;AACD,MAAM,+DAA6EA,IAAAA,EAAE,OAAO,EAC1F,iBAAiBA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yFAAyF,EAClL,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,MAAM,0CAA0C,SAAS;CACzD,WAAW,6DAA6D,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,6KAA6K;AAEzL,MAAa,iCAAiCC,eAAAA,OAAO,oCAAoC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-classifications.d.ts
|
|
4
|
+
declare const TicketmasterGetClassificationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TicketmasterGetClassificationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ticketmasterGetClassifications: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ticketmasterGetClassifications };
|
|
9
|
+
//# sourceMappingURL=get-classifications.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classifications.d.cts","names":[],"sources":["../../src/actions/get-classifications.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIsO;AAAA,cAqC7Q,oCAAA,EAAsC,CAAA,CAAE,UAGqI;AAAA,cAE7K,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-classifications.d.ts
|
|
4
|
+
declare const TicketmasterGetClassificationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TicketmasterGetClassificationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ticketmasterGetClassifications: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ticketmasterGetClassifications };
|
|
9
|
+
//# sourceMappingURL=get-classifications.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classifications.d.mts","names":[],"sources":["../../src/actions/get-classifications.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIsO;AAAA,cAqC7Q,oCAAA,EAAsC,CAAA,CAAE,UAGqI;AAAA,cAE7K,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-classifications.ts
|
|
4
|
+
const TicketmasterGetClassificationsInput = z.object({
|
|
5
|
+
locale: z.string().describe("The locale in ISO code format (e.g., 'en-us' for US English, 'es-mx' for Mexican Spanish). Controls the language of classification names returned.").optional(),
|
|
6
|
+
countryCode: z.string().describe("Filter classifications by ISO 3166-1 alpha-2 country code (e.g., 'US' for United States, 'CA' for Canada). Returns classifications relevant to the specified country.").optional(),
|
|
7
|
+
classificationId: z.string().describe("Filter to retrieve a specific classification by its unique ID. Use this to get details about a particular segment, genre, or subgenre.").optional()
|
|
8
|
+
}).describe("Query parameters for retrieving event classifications from Ticketmaster.\nClassifications organize events into segments (top-level categories like Music, Sports, Arts & Theater),\ngenres (secondary categories like Rock, Baseball), and subgenres (tertiary categories).");
|
|
9
|
+
const TicketmasterGetClassifications_PageSchema = z.object({
|
|
10
|
+
size: z.number().int().describe("Number of classification records returned in this page"),
|
|
11
|
+
number: z.number().int().describe("Current page number (0-indexed)"),
|
|
12
|
+
totalPages: z.number().int().describe("Total number of pages available for pagination"),
|
|
13
|
+
totalElements: z.number().int().describe("Total number of classification elements available across all pages")
|
|
14
|
+
});
|
|
15
|
+
const TicketmasterGetClassifications_ClassificationTypeSchema = z.object({
|
|
16
|
+
id: z.string().describe("Unique identifier for the classification type"),
|
|
17
|
+
name: z.string().describe("Human-readable name of the classification type")
|
|
18
|
+
});
|
|
19
|
+
const TicketmasterGetClassifications_ClassificationGenreSchema = z.object({
|
|
20
|
+
id: z.string().describe("Unique identifier for the genre (secondary category)"),
|
|
21
|
+
name: z.string().describe("Human-readable name of the genre (e.g., 'Rock', 'Baseball', 'Comedy')")
|
|
22
|
+
});
|
|
23
|
+
const TicketmasterGetClassifications_ClassificationSegmentSchema = z.object({
|
|
24
|
+
id: z.string().describe("Unique identifier for the segment (top-level category)"),
|
|
25
|
+
name: z.string().describe("Human-readable name of the segment (e.g., 'Music', 'Sports', 'Arts & Theater', 'Family', 'Film', 'Miscellaneous')")
|
|
26
|
+
});
|
|
27
|
+
const TicketmasterGetClassifications_ClassificationSubTypeSchema = z.object({
|
|
28
|
+
id: z.string().describe("Unique identifier for the classification subtype"),
|
|
29
|
+
name: z.string().describe("Human-readable name of the classification subtype")
|
|
30
|
+
});
|
|
31
|
+
const TicketmasterGetClassifications_ClassificationSubGenreSchema = z.object({
|
|
32
|
+
id: z.string().describe("Unique identifier for the subgenre (tertiary category)"),
|
|
33
|
+
name: z.string().describe("Human-readable name of the subgenre (e.g., 'Alternative Rock', 'MLB', 'Stand-Up Comedy')")
|
|
34
|
+
});
|
|
35
|
+
const TicketmasterGetClassifications_ClassificationSchema = z.object({
|
|
36
|
+
type: TicketmasterGetClassifications_ClassificationTypeSchema.nullable().optional(),
|
|
37
|
+
genre: TicketmasterGetClassifications_ClassificationGenreSchema.nullable().optional(),
|
|
38
|
+
segment: TicketmasterGetClassifications_ClassificationSegmentSchema.nullable().optional(),
|
|
39
|
+
subType: TicketmasterGetClassifications_ClassificationSubTypeSchema.nullable().optional(),
|
|
40
|
+
subGenre: TicketmasterGetClassifications_ClassificationSubGenreSchema.nullable().optional()
|
|
41
|
+
});
|
|
42
|
+
const TicketmasterGetClassifications_EmbeddedClassificationsSchema = z.object({ classifications: z.array(TicketmasterGetClassifications_ClassificationSchema).describe("Array of classification objects, each representing a different way to categorize events") });
|
|
43
|
+
const ticketmasterGetClassifications = action("TICKETMASTER_GET_CLASSIFICATIONS", {
|
|
44
|
+
slug: "ticketmaster-get-classifications",
|
|
45
|
+
name: "Get Classifications",
|
|
46
|
+
description: "Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.",
|
|
47
|
+
input: TicketmasterGetClassificationsInput,
|
|
48
|
+
output: z.object({
|
|
49
|
+
page: TicketmasterGetClassifications_PageSchema.nullable(),
|
|
50
|
+
_embedded: TicketmasterGetClassifications_EmbeddedClassificationsSchema.nullable().optional()
|
|
51
|
+
}).describe("Response containing event classifications organized by segment, genre, and subgenre.\nUse these classifications to categorize and filter events when searching for tickets.")
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
export { ticketmasterGetClassifications };
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=get-classifications.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-classifications.mjs","names":[],"sources":["../../src/actions/get-classifications.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetClassificationsInput: z.ZodTypeAny = z.object({\n locale: z.string().describe(\"The locale in ISO code format (e.g., 'en-us' for US English, 'es-mx' for Mexican Spanish). Controls the language of classification names returned.\").optional(),\n countryCode: z.string().describe(\"Filter classifications by ISO 3166-1 alpha-2 country code (e.g., 'US' for United States, 'CA' for Canada). Returns classifications relevant to the specified country.\").optional(),\n classificationId: z.string().describe(\"Filter to retrieve a specific classification by its unique ID. Use this to get details about a particular segment, genre, or subgenre.\").optional(),\n}).describe(\"Query parameters for retrieving event classifications from Ticketmaster.\\nClassifications organize events into segments (top-level categories like Music, Sports, Arts & Theater),\\ngenres (secondary categories like Rock, Baseball), and subgenres (tertiary categories).\");\nconst TicketmasterGetClassifications_PageSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"Number of classification records returned in this page\"),\n number: z.number().int().describe(\"Current page number (0-indexed)\"),\n totalPages: z.number().int().describe(\"Total number of pages available for pagination\"),\n totalElements: z.number().int().describe(\"Total number of classification elements available across all pages\"),\n});\nconst TicketmasterGetClassifications_ClassificationTypeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the classification type\"),\n name: z.string().describe(\"Human-readable name of the classification type\"),\n});\nconst TicketmasterGetClassifications_ClassificationGenreSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the genre (secondary category)\"),\n name: z.string().describe(\"Human-readable name of the genre (e.g., 'Rock', 'Baseball', 'Comedy')\"),\n});\nconst TicketmasterGetClassifications_ClassificationSegmentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the segment (top-level category)\"),\n name: z.string().describe(\"Human-readable name of the segment (e.g., 'Music', 'Sports', 'Arts & Theater', 'Family', 'Film', 'Miscellaneous')\"),\n});\nconst TicketmasterGetClassifications_ClassificationSubTypeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the classification subtype\"),\n name: z.string().describe(\"Human-readable name of the classification subtype\"),\n});\nconst TicketmasterGetClassifications_ClassificationSubGenreSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the subgenre (tertiary category)\"),\n name: z.string().describe(\"Human-readable name of the subgenre (e.g., 'Alternative Rock', 'MLB', 'Stand-Up Comedy')\"),\n});\nconst TicketmasterGetClassifications_ClassificationSchema: z.ZodTypeAny = z.object({\n type: TicketmasterGetClassifications_ClassificationTypeSchema.nullable().optional(),\n genre: TicketmasterGetClassifications_ClassificationGenreSchema.nullable().optional(),\n segment: TicketmasterGetClassifications_ClassificationSegmentSchema.nullable().optional(),\n subType: TicketmasterGetClassifications_ClassificationSubTypeSchema.nullable().optional(),\n subGenre: TicketmasterGetClassifications_ClassificationSubGenreSchema.nullable().optional(),\n});\nconst TicketmasterGetClassifications_EmbeddedClassificationsSchema: z.ZodTypeAny = z.object({\n classifications: z.array(TicketmasterGetClassifications_ClassificationSchema).describe(\"Array of classification objects, each representing a different way to categorize events\"),\n});\nexport const TicketmasterGetClassificationsOutput: z.ZodTypeAny = z.object({\n page: TicketmasterGetClassifications_PageSchema.nullable(),\n _embedded: TicketmasterGetClassifications_EmbeddedClassificationsSchema.nullable().optional(),\n}).describe(\"Response containing event classifications organized by segment, genre, and subgenre.\\nUse these classifications to categorize and filter events when searching for tickets.\");\n\nexport const ticketmasterGetClassifications = action(\"TICKETMASTER_GET_CLASSIFICATIONS\", {\n slug: \"ticketmaster-get-classifications\",\n name: \"Get Classifications\",\n description: \"Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.\",\n input: TicketmasterGetClassificationsInput,\n output: TicketmasterGetClassificationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ,CAAC,CAAC,SAAS;CAC3L,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS;CACnN,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AAC3L,CAAC,CAAC,CAAC,SAAS,6QAA6Q;AACzR,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACtF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE;AAC/G,CAAC;AACD,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC5E,CAAC;AACD,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;AACnG,CAAC;AACD,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH;AAC/I,CAAC;AACD,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAC/E,CAAC;AACD,MAAM,8DAA4E,EAAE,OAAO;CACzF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;AACtH,CAAC;AACD,MAAM,sDAAoE,EAAE,OAAO;CACjF,MAAM,wDAAwD,SAAS,CAAC,CAAC,SAAS;CAClF,OAAO,yDAAyD,SAAS,CAAC,CAAC,SAAS;CACpF,SAAS,2DAA2D,SAAS,CAAC,CAAC,SAAS;CACxF,SAAS,2DAA2D,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,4DAA4D,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC;AACD,MAAM,+DAA6E,EAAE,OAAO,EAC1F,iBAAiB,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yFAAyF,EAClL,CAAC;AAMD,MAAa,iCAAiC,OAAO,oCAAoC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVgE,EAAE,OAAO;EACzE,MAAM,0CAA0C,SAAS;EACzD,WAAW,6DAA6D,SAAS,CAAC,CAAC,SAAS;CAC9F,CAAC,CAAC,CAAC,SAAS,6KAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-event-details.ts
|
|
4
|
+
const TicketmasterGetEventDetailsInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the event to retrieve details for") }).describe("Request model for GetEventDetails action.");
|
|
5
|
+
const TicketmasterGetEventDetails_StartDateSchema = zod.z.object({
|
|
6
|
+
dateTBA: zod.z.boolean().describe("Indicates if start date is to be announced").nullable().optional(),
|
|
7
|
+
dateTBD: zod.z.boolean().describe("Indicates if start date is to be determined").nullable().optional(),
|
|
8
|
+
timeTBA: zod.z.boolean().describe("Indicates if start time is to be announced").nullable().optional(),
|
|
9
|
+
dateTime: zod.z.string().describe("Event start date-time in ISO-8601 format").nullable().optional(),
|
|
10
|
+
localDate: zod.z.string().describe("Event start local date in yyyy-MM-dd").nullable().optional(),
|
|
11
|
+
localTime: zod.z.string().describe("Event start local time in HH:mm:ss").nullable().optional()
|
|
12
|
+
});
|
|
13
|
+
const TicketmasterGetEventDetails_StatusSchema = zod.z.object({ code: zod.z.string().describe("Event status code (e.g., onsale, canceled, postponed)").nullable().optional() });
|
|
14
|
+
const TicketmasterGetEventDetails_DatesSchema = zod.z.object({
|
|
15
|
+
start: TicketmasterGetEventDetails_StartDateSchema.nullable().optional(),
|
|
16
|
+
status: TicketmasterGetEventDetails_StatusSchema.nullable().optional(),
|
|
17
|
+
timezone: zod.z.string().describe("Timezone of the event").nullable().optional(),
|
|
18
|
+
spanMultipleDays: zod.z.boolean().describe("Indicates if the event spans multiple days").nullable().optional()
|
|
19
|
+
});
|
|
20
|
+
const TicketmasterGetEventDetails_SalesPublicSchema = zod.z.object({
|
|
21
|
+
endTBD: zod.z.boolean().describe("Indicates if public sale end is to be determined").nullable().optional(),
|
|
22
|
+
startTBA: zod.z.boolean().describe("Indicates if public sale start is to be announced").nullable().optional(),
|
|
23
|
+
startTBD: zod.z.boolean().describe("Indicates if public sale start is to be determined").nullable().optional(),
|
|
24
|
+
endDateTime: zod.z.string().describe("Public sale end date-time in ISO-8601 format").nullable().optional(),
|
|
25
|
+
startDateTime: zod.z.string().describe("Public sale start date-time in ISO-8601 format").nullable().optional()
|
|
26
|
+
});
|
|
27
|
+
const TicketmasterGetEventDetails_PresaleSchema = zod.z.object({
|
|
28
|
+
name: zod.z.string().describe("Name of the presale group or offer").nullable().optional(),
|
|
29
|
+
endDateTime: zod.z.string().describe("Presale end date-time in ISO-8601 format").nullable().optional(),
|
|
30
|
+
startDateTime: zod.z.string().describe("Presale start date-time in ISO-8601 format").nullable().optional()
|
|
31
|
+
});
|
|
32
|
+
const TicketmasterGetEventDetails_SalesSchema = zod.z.object({
|
|
33
|
+
public: TicketmasterGetEventDetails_SalesPublicSchema.nullable().optional(),
|
|
34
|
+
presales: zod.z.array(TicketmasterGetEventDetails_PresaleSchema).describe("List of presale ticket sales information").nullable().optional()
|
|
35
|
+
});
|
|
36
|
+
const TicketmasterGetEventDetails_ImageSchema = zod.z.object({
|
|
37
|
+
url: zod.z.string().describe("URL of the image").nullable().optional(),
|
|
38
|
+
ratio: zod.z.string().describe("Image aspect ratio").nullable().optional(),
|
|
39
|
+
width: zod.z.number().int().describe("Width of the image in pixels").nullable().optional(),
|
|
40
|
+
height: zod.z.number().int().describe("Height of the image in pixels").nullable().optional(),
|
|
41
|
+
fallback: zod.z.boolean().describe("Whether this is a fallback image").nullable().optional()
|
|
42
|
+
});
|
|
43
|
+
const TicketmasterGetEventDetails_SeatMapSchema = zod.z.object({ staticUrl: zod.z.string().describe("URL of the seat map image").nullable().optional() });
|
|
44
|
+
const TicketmasterGetEventDetails_PromoterSchema = zod.z.object({
|
|
45
|
+
id: zod.z.string().describe("Promoter identifier").nullable().optional(),
|
|
46
|
+
name: zod.z.string().describe("Promoter name").nullable().optional()
|
|
47
|
+
});
|
|
48
|
+
const TicketmasterGetEventDetails_VenueCitySchema = zod.z.object({ name: zod.z.string().describe("Name of the city").nullable().optional() }).describe("City information for a venue.");
|
|
49
|
+
const TicketmasterGetEventDetails_VenueStateSchema = zod.z.object({
|
|
50
|
+
name: zod.z.string().describe("Name of the state or province").nullable().optional(),
|
|
51
|
+
stateCode: zod.z.string().describe("State or province code").nullable().optional()
|
|
52
|
+
}).describe("State/province information for a venue.");
|
|
53
|
+
const TicketmasterGetEventDetails_VenueAddressSchema = zod.z.object({
|
|
54
|
+
line1: zod.z.string().describe("First line of the address").nullable().optional(),
|
|
55
|
+
line2: zod.z.string().describe("Second line of the address").nullable().optional()
|
|
56
|
+
}).describe("Address information for a venue.");
|
|
57
|
+
const TicketmasterGetEventDetails_VenueCountrySchema = zod.z.object({
|
|
58
|
+
name: zod.z.string().describe("Name of the country").nullable().optional(),
|
|
59
|
+
countryCode: zod.z.string().describe("Country code (e.g., US, CA)").nullable().optional()
|
|
60
|
+
}).describe("Country information for a venue.");
|
|
61
|
+
const TicketmasterGetEventDetails_VenueLocationSchema = zod.z.object({
|
|
62
|
+
latitude: zod.z.string().describe("Latitude coordinate").nullable().optional(),
|
|
63
|
+
longitude: zod.z.string().describe("Longitude coordinate").nullable().optional()
|
|
64
|
+
}).describe("Geographic coordinates of the venue.");
|
|
65
|
+
const TicketmasterGetEventDetails_VenueSchema = zod.z.object({
|
|
66
|
+
id: zod.z.string().describe("Unique venue identifier").nullable().optional(),
|
|
67
|
+
url: zod.z.string().describe("URL to the venue page").nullable().optional(),
|
|
68
|
+
city: TicketmasterGetEventDetails_VenueCitySchema.nullable().optional(),
|
|
69
|
+
name: zod.z.string().describe("Name of the venue").nullable().optional(),
|
|
70
|
+
type: zod.z.string().describe("Type of the entity (e.g., 'venue')").nullable().optional(),
|
|
71
|
+
state: TicketmasterGetEventDetails_VenueStateSchema.nullable().optional(),
|
|
72
|
+
images: zod.z.array(TicketmasterGetEventDetails_ImageSchema).describe("List of venue images").nullable().optional(),
|
|
73
|
+
locale: zod.z.string().describe("Locale for the venue").nullable().optional(),
|
|
74
|
+
address: TicketmasterGetEventDetails_VenueAddressSchema.nullable().optional(),
|
|
75
|
+
country: TicketmasterGetEventDetails_VenueCountrySchema.nullable().optional(),
|
|
76
|
+
location: TicketmasterGetEventDetails_VenueLocationSchema.nullable().optional(),
|
|
77
|
+
timezone: zod.z.string().describe("Timezone of the venue").nullable().optional(),
|
|
78
|
+
postalCode: zod.z.string().describe("Postal/ZIP code").nullable().optional()
|
|
79
|
+
}).describe("Venue details for an event.");
|
|
80
|
+
const TicketmasterGetEventDetails_NameIdSchema = zod.z.object({
|
|
81
|
+
id: zod.z.string().describe("Unique identifier").nullable().optional(),
|
|
82
|
+
name: zod.z.string().describe("Human-readable name").nullable().optional()
|
|
83
|
+
});
|
|
84
|
+
const TicketmasterGetEventDetails_ClassificationSchema = zod.z.object({
|
|
85
|
+
type: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),
|
|
86
|
+
genre: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),
|
|
87
|
+
family: zod.z.boolean().describe("Whether this classification is family-friendly").nullable().optional(),
|
|
88
|
+
primary: zod.z.boolean().describe("Whether this classification is primary").nullable().optional(),
|
|
89
|
+
segment: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),
|
|
90
|
+
subType: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),
|
|
91
|
+
subGenre: TicketmasterGetEventDetails_NameIdSchema.nullable().optional()
|
|
92
|
+
});
|
|
93
|
+
const TicketmasterGetEventDetails_AttractionSchema = zod.z.object({
|
|
94
|
+
id: zod.z.string().describe("Unique attraction identifier").nullable().optional(),
|
|
95
|
+
url: zod.z.string().describe("URL to the attraction page").nullable().optional(),
|
|
96
|
+
name: zod.z.string().describe("Name of the attraction").nullable().optional(),
|
|
97
|
+
type: zod.z.string().describe("Type of the entity (e.g., 'attraction')").nullable().optional(),
|
|
98
|
+
images: zod.z.array(TicketmasterGetEventDetails_ImageSchema).describe("List of attraction images").nullable().optional(),
|
|
99
|
+
locale: zod.z.string().describe("Locale for the attraction").nullable().optional(),
|
|
100
|
+
externalLinks: zod.z.object({}).describe("External links (social media, homepage, etc.)").nullable().optional(),
|
|
101
|
+
classifications: zod.z.array(TicketmasterGetEventDetails_ClassificationSchema).describe("List of classification details").nullable().optional()
|
|
102
|
+
}).describe("Attraction (performer/artist) details for an event.");
|
|
103
|
+
const TicketmasterGetEventDetails_EmbeddedResourcesSchema = zod.z.object({
|
|
104
|
+
venues: zod.z.array(TicketmasterGetEventDetails_VenueSchema).describe("List of venues for the event").nullable().optional(),
|
|
105
|
+
attractions: zod.z.array(TicketmasterGetEventDetails_AttractionSchema).describe("List of attractions (performers) for the event").nullable().optional()
|
|
106
|
+
}).describe("Embedded related resources for an event.");
|
|
107
|
+
const TicketmasterGetEventDetails_PriceRangeSchema = zod.z.object({
|
|
108
|
+
max: zod.z.number().describe("Maximum ticket price").nullable().optional(),
|
|
109
|
+
min: zod.z.number().describe("Minimum ticket price").nullable().optional(),
|
|
110
|
+
type: zod.z.string().describe("Price range type (e.g., standard)").nullable().optional(),
|
|
111
|
+
currency: zod.z.string().describe("Currency code in ISO-4217").nullable().optional()
|
|
112
|
+
});
|
|
113
|
+
const TicketmasterGetEventDetailsOutput = zod.z.object({
|
|
114
|
+
id: zod.z.string().describe("Unique identifier of the event").nullable().optional(),
|
|
115
|
+
url: zod.z.string().describe("URL to the event's page on Ticketmaster").nullable().optional(),
|
|
116
|
+
info: zod.z.string().describe("Additional info about the event").nullable().optional(),
|
|
117
|
+
name: zod.z.string().describe("Name of the event").nullable().optional(),
|
|
118
|
+
type: zod.z.string().describe("Type of the entity, typically 'event'").nullable().optional(),
|
|
119
|
+
dates: TicketmasterGetEventDetails_DatesSchema.nullable().optional(),
|
|
120
|
+
sales: TicketmasterGetEventDetails_SalesSchema.nullable().optional(),
|
|
121
|
+
_links: zod.z.object({}).describe("Hypermedia links for the event"),
|
|
122
|
+
images: zod.z.array(TicketmasterGetEventDetails_ImageSchema).describe("List of images for the event").nullable().optional(),
|
|
123
|
+
locale: zod.z.string().describe("Locale for the event details").nullable().optional(),
|
|
124
|
+
seatmap: TicketmasterGetEventDetails_SeatMapSchema.nullable().optional(),
|
|
125
|
+
promoter: TicketmasterGetEventDetails_PromoterSchema.nullable().optional(),
|
|
126
|
+
_embedded: TicketmasterGetEventDetails_EmbeddedResourcesSchema.nullable(),
|
|
127
|
+
pleaseNote: zod.z.string().describe("Important notes about the event").nullable().optional(),
|
|
128
|
+
priceRanges: zod.z.array(TicketmasterGetEventDetails_PriceRangeSchema).describe("Price range information").nullable().optional(),
|
|
129
|
+
classifications: zod.z.array(TicketmasterGetEventDetails_ClassificationSchema).describe("List of classification details").nullable().optional()
|
|
130
|
+
}).describe("Full response model for GetEventDetails action.");
|
|
131
|
+
const ticketmasterGetEventDetails = require_action.action("TICKETMASTER_GET_EVENT_DETAILS", {
|
|
132
|
+
slug: "ticketmaster-get-event-details",
|
|
133
|
+
name: "Get Event Details",
|
|
134
|
+
description: "Tool to retrieve detailed information about a specific event by ID. Use when you have an event's unique identifier and need its full details.",
|
|
135
|
+
input: TicketmasterGetEventDetailsInput,
|
|
136
|
+
output: TicketmasterGetEventDetailsOutput
|
|
137
|
+
});
|
|
138
|
+
//#endregion
|
|
139
|
+
exports.ticketmasterGetEventDetails = ticketmasterGetEventDetails;
|
|
140
|
+
|
|
141
|
+
//# sourceMappingURL=get-event-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.cjs","names":["z","action"],"sources":["../../src/actions/get-event-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetEventDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the event to retrieve details for\"),\n}).describe(\"Request model for GetEventDetails action.\");\nconst TicketmasterGetEventDetails_StartDateSchema: z.ZodTypeAny = z.object({\n dateTBA: z.boolean().describe(\"Indicates if start date is to be announced\").nullable().optional(),\n dateTBD: z.boolean().describe(\"Indicates if start date is to be determined\").nullable().optional(),\n timeTBA: z.boolean().describe(\"Indicates if start time is to be announced\").nullable().optional(),\n dateTime: z.string().describe(\"Event start date-time in ISO-8601 format\").nullable().optional(),\n localDate: z.string().describe(\"Event start local date in yyyy-MM-dd\").nullable().optional(),\n localTime: z.string().describe(\"Event start local time in HH:mm:ss\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_StatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Event status code (e.g., onsale, canceled, postponed)\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_DatesSchema: z.ZodTypeAny = z.object({\n start: TicketmasterGetEventDetails_StartDateSchema.nullable().optional(),\n status: TicketmasterGetEventDetails_StatusSchema.nullable().optional(),\n timezone: z.string().describe(\"Timezone of the event\").nullable().optional(),\n spanMultipleDays: z.boolean().describe(\"Indicates if the event spans multiple days\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_SalesPublicSchema: z.ZodTypeAny = z.object({\n endTBD: z.boolean().describe(\"Indicates if public sale end is to be determined\").nullable().optional(),\n startTBA: z.boolean().describe(\"Indicates if public sale start is to be announced\").nullable().optional(),\n startTBD: z.boolean().describe(\"Indicates if public sale start is to be determined\").nullable().optional(),\n endDateTime: z.string().describe(\"Public sale end date-time in ISO-8601 format\").nullable().optional(),\n startDateTime: z.string().describe(\"Public sale start date-time in ISO-8601 format\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_PresaleSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the presale group or offer\").nullable().optional(),\n endDateTime: z.string().describe(\"Presale end date-time in ISO-8601 format\").nullable().optional(),\n startDateTime: z.string().describe(\"Presale start date-time in ISO-8601 format\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_SalesSchema: z.ZodTypeAny = z.object({\n public: TicketmasterGetEventDetails_SalesPublicSchema.nullable().optional(),\n presales: z.array(TicketmasterGetEventDetails_PresaleSchema).describe(\"List of presale ticket sales information\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_ImageSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the image\").nullable().optional(),\n ratio: z.string().describe(\"Image aspect ratio\").nullable().optional(),\n width: z.number().int().describe(\"Width of the image in pixels\").nullable().optional(),\n height: z.number().int().describe(\"Height of the image in pixels\").nullable().optional(),\n fallback: z.boolean().describe(\"Whether this is a fallback image\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_SeatMapSchema: z.ZodTypeAny = z.object({\n staticUrl: z.string().describe(\"URL of the seat map image\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_PromoterSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Promoter identifier\").nullable().optional(),\n name: z.string().describe(\"Promoter name\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_VenueCitySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the city\").nullable().optional(),\n}).describe(\"City information for a venue.\");\nconst TicketmasterGetEventDetails_VenueStateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the state or province\").nullable().optional(),\n stateCode: z.string().describe(\"State or province code\").nullable().optional(),\n}).describe(\"State/province information for a venue.\");\nconst TicketmasterGetEventDetails_VenueAddressSchema: z.ZodTypeAny = z.object({\n line1: z.string().describe(\"First line of the address\").nullable().optional(),\n line2: z.string().describe(\"Second line of the address\").nullable().optional(),\n}).describe(\"Address information for a venue.\");\nconst TicketmasterGetEventDetails_VenueCountrySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the country\").nullable().optional(),\n countryCode: z.string().describe(\"Country code (e.g., US, CA)\").nullable().optional(),\n}).describe(\"Country information for a venue.\");\nconst TicketmasterGetEventDetails_VenueLocationSchema: z.ZodTypeAny = z.object({\n latitude: z.string().describe(\"Latitude coordinate\").nullable().optional(),\n longitude: z.string().describe(\"Longitude coordinate\").nullable().optional(),\n}).describe(\"Geographic coordinates of the venue.\");\nconst TicketmasterGetEventDetails_VenueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique venue identifier\").nullable().optional(),\n url: z.string().describe(\"URL to the venue page\").nullable().optional(),\n city: TicketmasterGetEventDetails_VenueCitySchema.nullable().optional(),\n name: z.string().describe(\"Name of the venue\").nullable().optional(),\n type: z.string().describe(\"Type of the entity (e.g., 'venue')\").nullable().optional(),\n state: TicketmasterGetEventDetails_VenueStateSchema.nullable().optional(),\n images: z.array(TicketmasterGetEventDetails_ImageSchema).describe(\"List of venue images\").nullable().optional(),\n locale: z.string().describe(\"Locale for the venue\").nullable().optional(),\n address: TicketmasterGetEventDetails_VenueAddressSchema.nullable().optional(),\n country: TicketmasterGetEventDetails_VenueCountrySchema.nullable().optional(),\n location: TicketmasterGetEventDetails_VenueLocationSchema.nullable().optional(),\n timezone: z.string().describe(\"Timezone of the venue\").nullable().optional(),\n postalCode: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n}).describe(\"Venue details for an event.\");\nconst TicketmasterGetEventDetails_NameIdSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier\").nullable().optional(),\n name: z.string().describe(\"Human-readable name\").nullable().optional(),\n});\nconst TicketmasterGetEventDetails_ClassificationSchema: z.ZodTypeAny = z.object({\n type: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),\n genre: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),\n family: z.boolean().describe(\"Whether this classification is family-friendly\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this classification is primary\").nullable().optional(),\n segment: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),\n subType: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),\n subGenre: TicketmasterGetEventDetails_NameIdSchema.nullable().optional(),\n});\nconst TicketmasterGetEventDetails_AttractionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique attraction identifier\").nullable().optional(),\n url: z.string().describe(\"URL to the attraction page\").nullable().optional(),\n name: z.string().describe(\"Name of the attraction\").nullable().optional(),\n type: z.string().describe(\"Type of the entity (e.g., 'attraction')\").nullable().optional(),\n images: z.array(TicketmasterGetEventDetails_ImageSchema).describe(\"List of attraction images\").nullable().optional(),\n locale: z.string().describe(\"Locale for the attraction\").nullable().optional(),\n externalLinks: z.object({}).describe(\"External links (social media, homepage, etc.)\").nullable().optional(),\n classifications: z.array(TicketmasterGetEventDetails_ClassificationSchema).describe(\"List of classification details\").nullable().optional(),\n}).describe(\"Attraction (performer/artist) details for an event.\");\nconst TicketmasterGetEventDetails_EmbeddedResourcesSchema: z.ZodTypeAny = z.object({\n venues: z.array(TicketmasterGetEventDetails_VenueSchema).describe(\"List of venues for the event\").nullable().optional(),\n attractions: z.array(TicketmasterGetEventDetails_AttractionSchema).describe(\"List of attractions (performers) for the event\").nullable().optional(),\n}).describe(\"Embedded related resources for an event.\");\nconst TicketmasterGetEventDetails_PriceRangeSchema: z.ZodTypeAny = z.object({\n max: z.number().describe(\"Maximum ticket price\").nullable().optional(),\n min: z.number().describe(\"Minimum ticket price\").nullable().optional(),\n type: z.string().describe(\"Price range type (e.g., standard)\").nullable().optional(),\n currency: z.string().describe(\"Currency code in ISO-4217\").nullable().optional(),\n});\nexport const TicketmasterGetEventDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the event\").nullable().optional(),\n url: z.string().describe(\"URL to the event's page on Ticketmaster\").nullable().optional(),\n info: z.string().describe(\"Additional info about the event\").nullable().optional(),\n name: z.string().describe(\"Name of the event\").nullable().optional(),\n type: z.string().describe(\"Type of the entity, typically 'event'\").nullable().optional(),\n dates: TicketmasterGetEventDetails_DatesSchema.nullable().optional(),\n sales: TicketmasterGetEventDetails_SalesSchema.nullable().optional(),\n _links: z.object({}).describe(\"Hypermedia links for the event\"),\n images: z.array(TicketmasterGetEventDetails_ImageSchema).describe(\"List of images for the event\").nullable().optional(),\n locale: z.string().describe(\"Locale for the event details\").nullable().optional(),\n seatmap: TicketmasterGetEventDetails_SeatMapSchema.nullable().optional(),\n promoter: TicketmasterGetEventDetails_PromoterSchema.nullable().optional(),\n _embedded: TicketmasterGetEventDetails_EmbeddedResourcesSchema.nullable(),\n pleaseNote: z.string().describe(\"Important notes about the event\").nullable().optional(),\n priceRanges: z.array(TicketmasterGetEventDetails_PriceRangeSchema).describe(\"Price range information\").nullable().optional(),\n classifications: z.array(TicketmasterGetEventDetails_ClassificationSchema).describe(\"List of classification details\").nullable().optional(),\n}).describe(\"Full response model for GetEventDetails action.\");\n\nexport const ticketmasterGetEventDetails = action(\"TICKETMASTER_GET_EVENT_DETAILS\", {\n slug: \"ticketmaster-get-event-details\",\n name: \"Get Event Details\",\n description: \"Tool to retrieve detailed information about a specific event by ID. Use when you have an event's unique identifier and need its full details.\",\n input: TicketmasterGetEventDetailsInput,\n output: TicketmasterGetEventDetailsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-details.d.ts
|
|
4
|
+
declare const TicketmasterGetEventDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TicketmasterGetEventDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ticketmasterGetEventDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ticketmasterGetEventDetails };
|
|
9
|
+
//# sourceMappingURL=get-event-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.d.cts","names":[],"sources":["../../src/actions/get-event-details.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEO;AAAA,cAmH3C,iCAAA,EAAmC,CAAA,CAAE,UAiBY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-details.d.ts
|
|
4
|
+
declare const TicketmasterGetEventDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TicketmasterGetEventDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ticketmasterGetEventDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ticketmasterGetEventDetails };
|
|
9
|
+
//# sourceMappingURL=get-event-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-details.d.mts","names":[],"sources":["../../src/actions/get-event-details.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEO;AAAA,cAmH3C,iCAAA,EAAmC,CAAA,CAAE,UAiBY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|