@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.
Files changed (154) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/execute-season-ticketing-command.cjs +42 -0
  7. package/dist/actions/execute-season-ticketing-command.cjs.map +1 -0
  8. package/dist/actions/execute-season-ticketing-command.d.cts +9 -0
  9. package/dist/actions/execute-season-ticketing-command.d.cts.map +1 -0
  10. package/dist/actions/execute-season-ticketing-command.d.mts +9 -0
  11. package/dist/actions/execute-season-ticketing-command.d.mts.map +1 -0
  12. package/dist/actions/execute-season-ticketing-command.mjs +39 -0
  13. package/dist/actions/execute-season-ticketing-command.mjs.map +1 -0
  14. package/dist/actions/get-attraction-details2.cjs +60 -0
  15. package/dist/actions/get-attraction-details2.cjs.map +1 -0
  16. package/dist/actions/get-attraction-details2.d.cts +9 -0
  17. package/dist/actions/get-attraction-details2.d.cts.map +1 -0
  18. package/dist/actions/get-attraction-details2.d.mts +9 -0
  19. package/dist/actions/get-attraction-details2.d.mts.map +1 -0
  20. package/dist/actions/get-attraction-details2.mjs +59 -0
  21. package/dist/actions/get-attraction-details2.mjs.map +1 -0
  22. package/dist/actions/get-attractions.cjs +41 -0
  23. package/dist/actions/get-attractions.cjs.map +1 -0
  24. package/dist/actions/get-attractions.d.cts +9 -0
  25. package/dist/actions/get-attractions.d.cts.map +1 -0
  26. package/dist/actions/get-attractions.d.mts +9 -0
  27. package/dist/actions/get-attractions.d.mts.map +1 -0
  28. package/dist/actions/get-attractions.mjs +40 -0
  29. package/dist/actions/get-attractions.mjs.map +1 -0
  30. package/dist/actions/get-classification-details.cjs +47 -0
  31. package/dist/actions/get-classification-details.cjs.map +1 -0
  32. package/dist/actions/get-classification-details.d.cts +9 -0
  33. package/dist/actions/get-classification-details.d.cts.map +1 -0
  34. package/dist/actions/get-classification-details.d.mts +9 -0
  35. package/dist/actions/get-classification-details.d.mts.map +1 -0
  36. package/dist/actions/get-classification-details.mjs +46 -0
  37. package/dist/actions/get-classification-details.mjs.map +1 -0
  38. package/dist/actions/get-classifications.cjs +57 -0
  39. package/dist/actions/get-classifications.cjs.map +1 -0
  40. package/dist/actions/get-classifications.d.cts +9 -0
  41. package/dist/actions/get-classifications.d.cts.map +1 -0
  42. package/dist/actions/get-classifications.d.mts +9 -0
  43. package/dist/actions/get-classifications.d.mts.map +1 -0
  44. package/dist/actions/get-classifications.mjs +56 -0
  45. package/dist/actions/get-classifications.mjs.map +1 -0
  46. package/dist/actions/get-event-details.cjs +141 -0
  47. package/dist/actions/get-event-details.cjs.map +1 -0
  48. package/dist/actions/get-event-details.d.cts +9 -0
  49. package/dist/actions/get-event-details.d.cts.map +1 -0
  50. package/dist/actions/get-event-details.d.mts +9 -0
  51. package/dist/actions/get-event-details.d.mts.map +1 -0
  52. package/dist/actions/get-event-details.mjs +140 -0
  53. package/dist/actions/get-event-details.mjs.map +1 -0
  54. package/dist/actions/get-event-images.cjs +32 -0
  55. package/dist/actions/get-event-images.cjs.map +1 -0
  56. package/dist/actions/get-event-images.d.cts +9 -0
  57. package/dist/actions/get-event-images.d.cts.map +1 -0
  58. package/dist/actions/get-event-images.d.mts +9 -0
  59. package/dist/actions/get-event-images.d.mts.map +1 -0
  60. package/dist/actions/get-event-images.mjs +31 -0
  61. package/dist/actions/get-event-images.mjs.map +1 -0
  62. package/dist/actions/get-events.cjs +115 -0
  63. package/dist/actions/get-events.cjs.map +1 -0
  64. package/dist/actions/get-events.d.cts +9 -0
  65. package/dist/actions/get-events.d.cts.map +1 -0
  66. package/dist/actions/get-events.d.mts +9 -0
  67. package/dist/actions/get-events.d.mts.map +1 -0
  68. package/dist/actions/get-events.mjs +114 -0
  69. package/dist/actions/get-events.mjs.map +1 -0
  70. package/dist/actions/get-genre-details.cjs +29 -0
  71. package/dist/actions/get-genre-details.cjs.map +1 -0
  72. package/dist/actions/get-genre-details.d.cts +9 -0
  73. package/dist/actions/get-genre-details.d.cts.map +1 -0
  74. package/dist/actions/get-genre-details.d.mts +9 -0
  75. package/dist/actions/get-genre-details.d.mts.map +1 -0
  76. package/dist/actions/get-genre-details.mjs +28 -0
  77. package/dist/actions/get-genre-details.mjs.map +1 -0
  78. package/dist/actions/get-section-map-image.cjs +27 -0
  79. package/dist/actions/get-section-map-image.cjs.map +1 -0
  80. package/dist/actions/get-section-map-image.d.cts +9 -0
  81. package/dist/actions/get-section-map-image.d.cts.map +1 -0
  82. package/dist/actions/get-section-map-image.d.mts +9 -0
  83. package/dist/actions/get-section-map-image.d.mts.map +1 -0
  84. package/dist/actions/get-section-map-image.mjs +26 -0
  85. package/dist/actions/get-section-map-image.mjs.map +1 -0
  86. package/dist/actions/get-segment-details.cjs +32 -0
  87. package/dist/actions/get-segment-details.cjs.map +1 -0
  88. package/dist/actions/get-segment-details.d.cts +9 -0
  89. package/dist/actions/get-segment-details.d.cts.map +1 -0
  90. package/dist/actions/get-segment-details.d.mts +9 -0
  91. package/dist/actions/get-segment-details.d.mts.map +1 -0
  92. package/dist/actions/get-segment-details.mjs +31 -0
  93. package/dist/actions/get-segment-details.mjs.map +1 -0
  94. package/dist/actions/get-subgenre-details.cjs +29 -0
  95. package/dist/actions/get-subgenre-details.cjs.map +1 -0
  96. package/dist/actions/get-subgenre-details.d.cts +9 -0
  97. package/dist/actions/get-subgenre-details.d.cts.map +1 -0
  98. package/dist/actions/get-subgenre-details.d.mts +9 -0
  99. package/dist/actions/get-subgenre-details.d.mts.map +1 -0
  100. package/dist/actions/get-subgenre-details.mjs +28 -0
  101. package/dist/actions/get-subgenre-details.mjs.map +1 -0
  102. package/dist/actions/get-suggestions2.cjs +91 -0
  103. package/dist/actions/get-suggestions2.cjs.map +1 -0
  104. package/dist/actions/get-suggestions2.d.cts +9 -0
  105. package/dist/actions/get-suggestions2.d.cts.map +1 -0
  106. package/dist/actions/get-suggestions2.d.mts +9 -0
  107. package/dist/actions/get-suggestions2.d.mts.map +1 -0
  108. package/dist/actions/get-suggestions2.mjs +90 -0
  109. package/dist/actions/get-suggestions2.mjs.map +1 -0
  110. package/dist/actions/get-venue-details2.cjs +92 -0
  111. package/dist/actions/get-venue-details2.cjs.map +1 -0
  112. package/dist/actions/get-venue-details2.d.cts +9 -0
  113. package/dist/actions/get-venue-details2.d.cts.map +1 -0
  114. package/dist/actions/get-venue-details2.d.mts +9 -0
  115. package/dist/actions/get-venue-details2.d.mts.map +1 -0
  116. package/dist/actions/get-venue-details2.mjs +91 -0
  117. package/dist/actions/get-venue-details2.mjs.map +1 -0
  118. package/dist/actions/get-venues.cjs +92 -0
  119. package/dist/actions/get-venues.cjs.map +1 -0
  120. package/dist/actions/get-venues.d.cts +9 -0
  121. package/dist/actions/get-venues.d.cts.map +1 -0
  122. package/dist/actions/get-venues.d.mts +9 -0
  123. package/dist/actions/get-venues.d.mts.map +1 -0
  124. package/dist/actions/get-venues.mjs +91 -0
  125. package/dist/actions/get-venues.mjs.map +1 -0
  126. package/dist/actions/index.cjs +31 -0
  127. package/dist/actions/index.d.cts +16 -0
  128. package/dist/actions/index.d.mts +16 -0
  129. package/dist/actions/index.mjs +16 -0
  130. package/dist/app.cjs +9 -0
  131. package/dist/app.cjs.map +1 -0
  132. package/dist/app.d.cts +5 -0
  133. package/dist/app.d.cts.map +1 -0
  134. package/dist/app.d.mts +5 -0
  135. package/dist/app.d.mts.map +1 -0
  136. package/dist/app.mjs +10 -0
  137. package/dist/app.mjs.map +1 -0
  138. package/dist/catalog.cjs +15 -0
  139. package/dist/catalog.cjs.map +1 -0
  140. package/dist/catalog.d.cts +14 -0
  141. package/dist/catalog.d.cts.map +1 -0
  142. package/dist/catalog.d.mts +14 -0
  143. package/dist/catalog.d.mts.map +1 -0
  144. package/dist/catalog.mjs +15 -0
  145. package/dist/catalog.mjs.map +1 -0
  146. package/dist/execute.cjs +18 -0
  147. package/dist/execute.cjs.map +1 -0
  148. package/dist/execute.mjs +18 -0
  149. package/dist/execute.mjs.map +1 -0
  150. package/dist/index.cjs +36 -0
  151. package/dist/index.d.cts +18 -0
  152. package/dist/index.d.mts +18 -0
  153. package/dist/index.mjs +19 -0
  154. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-subgenre-details.mjs","names":[],"sources":["../../src/actions/get-subgenre-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetSubgenreDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the subgenre to retrieve\"),\n locale: z.string().describe(\"Locale in which to return results (e.g., en-us)\").optional(),\n}).describe(\"Request model for GetSubgenreDetails action.\");\nconst TicketmasterGetSubgenreDetails_ParentGenreSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Parent genre ID\").nullable().optional(),\n name: z.string().describe(\"Parent genre name\").nullable().optional(),\n});\nexport const TicketmasterGetSubgenreDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Subgenre ID\").nullable().optional(),\n name: z.string().describe(\"Subgenre name\").nullable().optional(),\n _links: z.object({}).describe(\"Hypermedia links related to this subgenre\"),\n locale: z.string().describe(\"Locale of the record\").nullable().optional(),\n parentGenre: TicketmasterGetSubgenreDetails_ParentGenreSchema.nullable().optional(),\n}).describe(\"Response schema for GetSubgenreDetails action.\");\n\nexport const ticketmasterGetSubgenreDetails = action(\"TICKETMASTER_GET_SUBGENRE_DETAILS\", {\n slug: \"ticketmaster-get-subgenre-details\",\n name: \"Get Subgenre Details\",\n description: \"Tool to retrieve detailed information about a specific subgenre. Use when you have a subgenre ID and need its details.\",\n input: TicketmasterGetSubgenreDetailsInput,\n output: TicketmasterGetSubgenreDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC;AASD,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbgE,EAAE,OAAO;EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2CAA2C;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,aAAa,iDAAiD,SAAS,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,91 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-suggestions2.ts
4
+ const TicketmasterGetSuggestions2Input = zod.z.object({
5
+ size: zod.z.string().describe("Size of every entity returned in the response (number of suggestions per entity type). Default: 5").optional(),
6
+ unit: zod.z.enum(["miles", "km"]).describe("Unit of the radius. Options: miles or km. Default: miles").optional(),
7
+ locale: zod.z.string().describe("The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*'). Default: en").optional(),
8
+ radius: zod.z.string().describe("Radius of the area in which we want to search for events. Used with latlong or geoPoint. Default: 100").optional(),
9
+ source: zod.z.enum([
10
+ "ticketmaster",
11
+ "universe",
12
+ "frontgate",
13
+ "tmr"
14
+ ]).describe("Filter entities by its source name. Options: ticketmaster, universe, frontgate, tmr").optional(),
15
+ keyword: zod.z.string().describe("Keyword to search on. Use partial keywords to get auto-complete suggestions (e.g., 'rock', 'jazz', 'broadway')").optional(),
16
+ latlong: zod.z.string().describe("Filter events by latitude and longitude (format: 'lat,long' e.g., '34.0522,-118.2437'). Note: This filter is deprecated and may be removed in a future release, please use geoPoint instead").optional(),
17
+ geoPoint: zod.z.string().describe("Filter events by geoHash (alternative to latlong). Use this instead of deprecated latlong parameter").optional(),
18
+ segmentId: zod.z.string().describe("Filter suggestions by segment ID (e.g., 'KZFzniwnSyZfZ7v7nJ' for Music segment)").optional(),
19
+ includeTBA: zod.z.enum([
20
+ "yes",
21
+ "no",
22
+ "only"
23
+ ]).describe("Set to 'yes' to include events with date to be announced (TBA). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only").optional(),
24
+ includeTBD: zod.z.enum([
25
+ "yes",
26
+ "no",
27
+ "only"
28
+ ]).describe("Set to 'yes' to include events with a date to be defined (TBD). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only").optional(),
29
+ countryCode: zod.z.string().describe("Filter suggestions by country code (ISO 3166-1 alpha-2, e.g., 'US', 'CA', 'GB')").optional(),
30
+ includeFuzzy: zod.z.enum(["yes", "no"]).describe("Set to 'yes' to include fuzzy matches in the search. This has performance impact. Default: no").optional(),
31
+ clientVisibility: zod.z.string().describe("Filter events to clientName. Use to restrict results to specific client visibility").optional(),
32
+ includeSpellcheck: zod.z.enum(["yes", "no"]).describe("Set to 'yes' to include spell check suggestions in the response. Default: no").optional(),
33
+ includeLicensedContent: zod.z.enum(["yes", "no"]).describe("Set to 'yes' if you want to display licensed content. Default: no").optional()
34
+ }).describe("Request parameters for getting advanced search suggestions from Ticketmaster Discovery API.\n\nUse this to find matching attractions, venues, and events with extensive filtering options\nincluding location, source, fuzzy matching, and more.");
35
+ const TicketmasterGetSuggestions2_PageInfoSchema = zod.z.object({
36
+ size: zod.z.number().int().describe("Number of items per page"),
37
+ number: zod.z.number().int().describe("Current page number"),
38
+ totalPages: zod.z.number().int().describe("Total number of pages"),
39
+ totalElements: zod.z.number().int().describe("Total number of items")
40
+ });
41
+ const TicketmasterGetSuggestions2_LinkSchema = zod.z.object({ href: zod.z.string().describe("Link URL") });
42
+ const TicketmasterGetSuggestions2_LinksSchema = zod.z.object({
43
+ next: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),
44
+ prev: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),
45
+ self: TicketmasterGetSuggestions2_LinkSchema.nullable()
46
+ });
47
+ const TicketmasterGetSuggestions2_SuggestionEventSchema = zod.z.object({
48
+ id: zod.z.string().describe("Unique event identifier"),
49
+ url: zod.z.string().describe("Ticketmaster URL for the event").nullable().optional(),
50
+ name: zod.z.string().describe("Event name"),
51
+ type: zod.z.string().describe("Resource type (e.g., 'event')"),
52
+ locale: zod.z.string().describe("Locale of the event (e.g., 'en-us')").nullable().optional()
53
+ }).passthrough();
54
+ const TicketmasterGetSuggestions2_SuggestionVenueSchema = zod.z.object({
55
+ id: zod.z.string().describe("Unique venue identifier"),
56
+ url: zod.z.string().describe("Ticketmaster URL for the venue").nullable().optional(),
57
+ name: zod.z.string().describe("Venue name"),
58
+ type: zod.z.string().describe("Resource type (e.g., 'venue')"),
59
+ locale: zod.z.string().describe("Locale of the venue (e.g., 'en-us')").nullable().optional(),
60
+ aliases: zod.z.array(zod.z.string()).describe("Alternative names for the venue").nullable().optional(),
61
+ timezone: zod.z.string().describe("Venue timezone (e.g., 'America/New_York')").nullable().optional()
62
+ }).passthrough();
63
+ const TicketmasterGetSuggestions2_SuggestionAttractionSchema = zod.z.object({
64
+ id: zod.z.string().describe("Unique attraction identifier"),
65
+ url: zod.z.string().describe("Ticketmaster URL for the attraction").nullable().optional(),
66
+ name: zod.z.string().describe("Attraction name"),
67
+ type: zod.z.string().describe("Resource type (e.g., 'attraction')"),
68
+ locale: zod.z.string().describe("Locale of the attraction (e.g., 'en-us')").nullable().optional(),
69
+ aliases: zod.z.array(zod.z.string()).describe("Alternative names for the attraction").nullable().optional()
70
+ }).passthrough();
71
+ const TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema = zod.z.object({
72
+ events: zod.z.array(TicketmasterGetSuggestions2_SuggestionEventSchema).describe("List of event suggestions matching the search criteria").nullable().optional(),
73
+ venues: zod.z.array(TicketmasterGetSuggestions2_SuggestionVenueSchema).describe("List of venue suggestions matching the search criteria").nullable().optional(),
74
+ attractions: zod.z.array(TicketmasterGetSuggestions2_SuggestionAttractionSchema).describe("List of attraction suggestions matching the search criteria").nullable().optional()
75
+ });
76
+ const TicketmasterGetSuggestions2Output = zod.z.object({
77
+ page: TicketmasterGetSuggestions2_PageInfoSchema.nullable().optional(),
78
+ _links: TicketmasterGetSuggestions2_LinksSchema.nullable().optional(),
79
+ _embedded: TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema.nullable().optional()
80
+ }).describe("Response containing search suggestions including attractions, venues, and events.");
81
+ const ticketmasterGetSuggestions2 = require_action.action("TICKETMASTER_GET_SUGGESTIONS2", {
82
+ slug: "ticketmaster-get-suggestions2",
83
+ name: "Get Advanced Suggestions",
84
+ description: "Get advanced auto-complete search suggestions from Ticketmaster's Discovery API. Returns matching attractions (artists, teams, performers), venues (concert halls, stadiums, theaters), and events based on search criteria with extensive filtering options. Use this when you need more control over suggestions including location filtering, source filtering, fuzzy matching, and spell checking. Perfect for implementing type-ahead search functionality with advanced filters or helping users discover entertainment options based on location, segment, and other criteria.",
85
+ input: TicketmasterGetSuggestions2Input,
86
+ output: TicketmasterGetSuggestions2Output
87
+ });
88
+ //#endregion
89
+ exports.ticketmasterGetSuggestions2 = ticketmasterGetSuggestions2;
90
+
91
+ //# sourceMappingURL=get-suggestions2.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-suggestions2.cjs","names":["z","action"],"sources":["../../src/actions/get-suggestions2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetSuggestions2Input: z.ZodTypeAny = z.object({\n size: z.string().describe(\"Size of every entity returned in the response (number of suggestions per entity type). Default: 5\").optional(),\n unit: z.enum([\"miles\", \"km\"]).describe(\"Unit of the radius. Options: miles or km. Default: miles\").optional(),\n locale: z.string().describe(\"The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*'). Default: en\").optional(),\n radius: z.string().describe(\"Radius of the area in which we want to search for events. Used with latlong or geoPoint. Default: 100\").optional(),\n source: z.enum([\"ticketmaster\", \"universe\", \"frontgate\", \"tmr\"]).describe(\"Filter entities by its source name. Options: ticketmaster, universe, frontgate, tmr\").optional(),\n keyword: z.string().describe(\"Keyword to search on. Use partial keywords to get auto-complete suggestions (e.g., 'rock', 'jazz', 'broadway')\").optional(),\n latlong: z.string().describe(\"Filter events by latitude and longitude (format: 'lat,long' e.g., '34.0522,-118.2437'). Note: This filter is deprecated and may be removed in a future release, please use geoPoint instead\").optional(),\n geoPoint: z.string().describe(\"Filter events by geoHash (alternative to latlong). Use this instead of deprecated latlong parameter\").optional(),\n segmentId: z.string().describe(\"Filter suggestions by segment ID (e.g., 'KZFzniwnSyZfZ7v7nJ' for Music segment)\").optional(),\n includeTBA: z.enum([\"yes\", \"no\", \"only\"]).describe(\"Set to 'yes' to include events with date to be announced (TBA). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only\").optional(),\n includeTBD: z.enum([\"yes\", \"no\", \"only\"]).describe(\"Set to 'yes' to include events with a date to be defined (TBD). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only\").optional(),\n countryCode: z.string().describe(\"Filter suggestions by country code (ISO 3166-1 alpha-2, e.g., 'US', 'CA', 'GB')\").optional(),\n includeFuzzy: z.enum([\"yes\", \"no\"]).describe(\"Set to 'yes' to include fuzzy matches in the search. This has performance impact. Default: no\").optional(),\n clientVisibility: z.string().describe(\"Filter events to clientName. Use to restrict results to specific client visibility\").optional(),\n includeSpellcheck: z.enum([\"yes\", \"no\"]).describe(\"Set to 'yes' to include spell check suggestions in the response. Default: no\").optional(),\n includeLicensedContent: z.enum([\"yes\", \"no\"]).describe(\"Set to 'yes' if you want to display licensed content. Default: no\").optional(),\n}).describe(\"Request parameters for getting advanced search suggestions from Ticketmaster Discovery API.\\n\\nUse this to find matching attractions, venues, and events with extensive filtering options\\nincluding location, source, fuzzy matching, and more.\");\nconst TicketmasterGetSuggestions2_PageInfoSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"Number of items per page\"),\n number: z.number().int().describe(\"Current page number\"),\n totalPages: z.number().int().describe(\"Total number of pages\"),\n totalElements: z.number().int().describe(\"Total number of items\"),\n});\nconst TicketmasterGetSuggestions2_LinkSchema: z.ZodTypeAny = z.object({\n href: z.string().describe(\"Link URL\"),\n});\nconst TicketmasterGetSuggestions2_LinksSchema: z.ZodTypeAny = z.object({\n next: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),\n prev: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),\n self: TicketmasterGetSuggestions2_LinkSchema.nullable(),\n});\nconst TicketmasterGetSuggestions2_SuggestionEventSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique event identifier\"),\n url: z.string().describe(\"Ticketmaster URL for the event\").nullable().optional(),\n name: z.string().describe(\"Event name\"),\n type: z.string().describe(\"Resource type (e.g., 'event')\"),\n locale: z.string().describe(\"Locale of the event (e.g., 'en-us')\").nullable().optional(),\n}).passthrough();\nconst TicketmasterGetSuggestions2_SuggestionVenueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique venue identifier\"),\n url: z.string().describe(\"Ticketmaster URL for the venue\").nullable().optional(),\n name: z.string().describe(\"Venue name\"),\n type: z.string().describe(\"Resource type (e.g., 'venue')\"),\n locale: z.string().describe(\"Locale of the venue (e.g., 'en-us')\").nullable().optional(),\n aliases: z.array(z.string()).describe(\"Alternative names for the venue\").nullable().optional(),\n timezone: z.string().describe(\"Venue timezone (e.g., 'America/New_York')\").nullable().optional(),\n}).passthrough();\nconst TicketmasterGetSuggestions2_SuggestionAttractionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique attraction identifier\"),\n url: z.string().describe(\"Ticketmaster URL for the attraction\").nullable().optional(),\n name: z.string().describe(\"Attraction name\"),\n type: z.string().describe(\"Resource type (e.g., 'attraction')\"),\n locale: z.string().describe(\"Locale of the attraction (e.g., 'en-us')\").nullable().optional(),\n aliases: z.array(z.string()).describe(\"Alternative names for the attraction\").nullable().optional(),\n}).passthrough();\nconst TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema: z.ZodTypeAny = z.object({\n events: z.array(TicketmasterGetSuggestions2_SuggestionEventSchema).describe(\"List of event suggestions matching the search criteria\").nullable().optional(),\n venues: z.array(TicketmasterGetSuggestions2_SuggestionVenueSchema).describe(\"List of venue suggestions matching the search criteria\").nullable().optional(),\n attractions: z.array(TicketmasterGetSuggestions2_SuggestionAttractionSchema).describe(\"List of attraction suggestions matching the search criteria\").nullable().optional(),\n});\nexport const TicketmasterGetSuggestions2Output: z.ZodTypeAny = z.object({\n page: TicketmasterGetSuggestions2_PageInfoSchema.nullable().optional(),\n _links: TicketmasterGetSuggestions2_LinksSchema.nullable().optional(),\n _embedded: TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema.nullable().optional(),\n}).describe(\"Response containing search suggestions including attractions, venues, and events.\");\n\nexport const ticketmasterGetSuggestions2 = action(\"TICKETMASTER_GET_SUGGESTIONS2\", {\n slug: \"ticketmaster-get-suggestions2\",\n name: \"Get Advanced Suggestions\",\n description: \"Get advanced auto-complete search suggestions from Ticketmaster's Discovery API. Returns matching attractions (artists, teams, performers), venues (concert halls, stadiums, theaters), and events based on search criteria with extensive filtering options. Use this when you need more control over suggestions including location filtering, source filtering, fuzzy matching, and spell checking. Perfect for implementing type-ahead search functionality with advanced filters or helping users discover entertainment options based on location, segment, and other criteria.\",\n input: TicketmasterGetSuggestions2Input,\n output: TicketmasterGetSuggestions2Output,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-suggestions2.d.ts
4
+ declare const TicketmasterGetSuggestions2Input: z.ZodTypeAny;
5
+ declare const TicketmasterGetSuggestions2Output: z.ZodTypeAny;
6
+ declare const ticketmasterGetSuggestions2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ticketmasterGetSuggestions2 };
9
+ //# sourceMappingURL=get-suggestions2.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-suggestions2.d.cts","names":[],"sources":["../../src/actions/get-suggestions2.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAiB8M;AAAA,cA4ClP,iCAAA,EAAmC,CAAA,CAAE,UAI8C;AAAA,cAEnF,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-suggestions2.d.ts
4
+ declare const TicketmasterGetSuggestions2Input: z.ZodTypeAny;
5
+ declare const TicketmasterGetSuggestions2Output: z.ZodTypeAny;
6
+ declare const ticketmasterGetSuggestions2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ticketmasterGetSuggestions2 };
9
+ //# sourceMappingURL=get-suggestions2.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-suggestions2.d.mts","names":[],"sources":["../../src/actions/get-suggestions2.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAiB8M;AAAA,cA4ClP,iCAAA,EAAmC,CAAA,CAAE,UAI8C;AAAA,cAEnF,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,90 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-suggestions2.ts
4
+ const TicketmasterGetSuggestions2Input = z.object({
5
+ size: z.string().describe("Size of every entity returned in the response (number of suggestions per entity type). Default: 5").optional(),
6
+ unit: z.enum(["miles", "km"]).describe("Unit of the radius. Options: miles or km. Default: miles").optional(),
7
+ locale: z.string().describe("The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*'). Default: en").optional(),
8
+ radius: z.string().describe("Radius of the area in which we want to search for events. Used with latlong or geoPoint. Default: 100").optional(),
9
+ source: z.enum([
10
+ "ticketmaster",
11
+ "universe",
12
+ "frontgate",
13
+ "tmr"
14
+ ]).describe("Filter entities by its source name. Options: ticketmaster, universe, frontgate, tmr").optional(),
15
+ keyword: z.string().describe("Keyword to search on. Use partial keywords to get auto-complete suggestions (e.g., 'rock', 'jazz', 'broadway')").optional(),
16
+ latlong: z.string().describe("Filter events by latitude and longitude (format: 'lat,long' e.g., '34.0522,-118.2437'). Note: This filter is deprecated and may be removed in a future release, please use geoPoint instead").optional(),
17
+ geoPoint: z.string().describe("Filter events by geoHash (alternative to latlong). Use this instead of deprecated latlong parameter").optional(),
18
+ segmentId: z.string().describe("Filter suggestions by segment ID (e.g., 'KZFzniwnSyZfZ7v7nJ' for Music segment)").optional(),
19
+ includeTBA: z.enum([
20
+ "yes",
21
+ "no",
22
+ "only"
23
+ ]).describe("Set to 'yes' to include events with date to be announced (TBA). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only").optional(),
24
+ includeTBD: z.enum([
25
+ "yes",
26
+ "no",
27
+ "only"
28
+ ]).describe("Set to 'yes' to include events with a date to be defined (TBD). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only").optional(),
29
+ countryCode: z.string().describe("Filter suggestions by country code (ISO 3166-1 alpha-2, e.g., 'US', 'CA', 'GB')").optional(),
30
+ includeFuzzy: z.enum(["yes", "no"]).describe("Set to 'yes' to include fuzzy matches in the search. This has performance impact. Default: no").optional(),
31
+ clientVisibility: z.string().describe("Filter events to clientName. Use to restrict results to specific client visibility").optional(),
32
+ includeSpellcheck: z.enum(["yes", "no"]).describe("Set to 'yes' to include spell check suggestions in the response. Default: no").optional(),
33
+ includeLicensedContent: z.enum(["yes", "no"]).describe("Set to 'yes' if you want to display licensed content. Default: no").optional()
34
+ }).describe("Request parameters for getting advanced search suggestions from Ticketmaster Discovery API.\n\nUse this to find matching attractions, venues, and events with extensive filtering options\nincluding location, source, fuzzy matching, and more.");
35
+ const TicketmasterGetSuggestions2_PageInfoSchema = z.object({
36
+ size: z.number().int().describe("Number of items per page"),
37
+ number: z.number().int().describe("Current page number"),
38
+ totalPages: z.number().int().describe("Total number of pages"),
39
+ totalElements: z.number().int().describe("Total number of items")
40
+ });
41
+ const TicketmasterGetSuggestions2_LinkSchema = z.object({ href: z.string().describe("Link URL") });
42
+ const TicketmasterGetSuggestions2_LinksSchema = z.object({
43
+ next: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),
44
+ prev: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),
45
+ self: TicketmasterGetSuggestions2_LinkSchema.nullable()
46
+ });
47
+ const TicketmasterGetSuggestions2_SuggestionEventSchema = z.object({
48
+ id: z.string().describe("Unique event identifier"),
49
+ url: z.string().describe("Ticketmaster URL for the event").nullable().optional(),
50
+ name: z.string().describe("Event name"),
51
+ type: z.string().describe("Resource type (e.g., 'event')"),
52
+ locale: z.string().describe("Locale of the event (e.g., 'en-us')").nullable().optional()
53
+ }).passthrough();
54
+ const TicketmasterGetSuggestions2_SuggestionVenueSchema = z.object({
55
+ id: z.string().describe("Unique venue identifier"),
56
+ url: z.string().describe("Ticketmaster URL for the venue").nullable().optional(),
57
+ name: z.string().describe("Venue name"),
58
+ type: z.string().describe("Resource type (e.g., 'venue')"),
59
+ locale: z.string().describe("Locale of the venue (e.g., 'en-us')").nullable().optional(),
60
+ aliases: z.array(z.string()).describe("Alternative names for the venue").nullable().optional(),
61
+ timezone: z.string().describe("Venue timezone (e.g., 'America/New_York')").nullable().optional()
62
+ }).passthrough();
63
+ const TicketmasterGetSuggestions2_SuggestionAttractionSchema = z.object({
64
+ id: z.string().describe("Unique attraction identifier"),
65
+ url: z.string().describe("Ticketmaster URL for the attraction").nullable().optional(),
66
+ name: z.string().describe("Attraction name"),
67
+ type: z.string().describe("Resource type (e.g., 'attraction')"),
68
+ locale: z.string().describe("Locale of the attraction (e.g., 'en-us')").nullable().optional(),
69
+ aliases: z.array(z.string()).describe("Alternative names for the attraction").nullable().optional()
70
+ }).passthrough();
71
+ const TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema = z.object({
72
+ events: z.array(TicketmasterGetSuggestions2_SuggestionEventSchema).describe("List of event suggestions matching the search criteria").nullable().optional(),
73
+ venues: z.array(TicketmasterGetSuggestions2_SuggestionVenueSchema).describe("List of venue suggestions matching the search criteria").nullable().optional(),
74
+ attractions: z.array(TicketmasterGetSuggestions2_SuggestionAttractionSchema).describe("List of attraction suggestions matching the search criteria").nullable().optional()
75
+ });
76
+ const ticketmasterGetSuggestions2 = action("TICKETMASTER_GET_SUGGESTIONS2", {
77
+ slug: "ticketmaster-get-suggestions2",
78
+ name: "Get Advanced Suggestions",
79
+ description: "Get advanced auto-complete search suggestions from Ticketmaster's Discovery API. Returns matching attractions (artists, teams, performers), venues (concert halls, stadiums, theaters), and events based on search criteria with extensive filtering options. Use this when you need more control over suggestions including location filtering, source filtering, fuzzy matching, and spell checking. Perfect for implementing type-ahead search functionality with advanced filters or helping users discover entertainment options based on location, segment, and other criteria.",
80
+ input: TicketmasterGetSuggestions2Input,
81
+ output: z.object({
82
+ page: TicketmasterGetSuggestions2_PageInfoSchema.nullable().optional(),
83
+ _links: TicketmasterGetSuggestions2_LinksSchema.nullable().optional(),
84
+ _embedded: TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema.nullable().optional()
85
+ }).describe("Response containing search suggestions including attractions, venues, and events.")
86
+ });
87
+ //#endregion
88
+ export { ticketmasterGetSuggestions2 };
89
+
90
+ //# sourceMappingURL=get-suggestions2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-suggestions2.mjs","names":[],"sources":["../../src/actions/get-suggestions2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetSuggestions2Input: z.ZodTypeAny = z.object({\n size: z.string().describe(\"Size of every entity returned in the response (number of suggestions per entity type). Default: 5\").optional(),\n unit: z.enum([\"miles\", \"km\"]).describe(\"Unit of the radius. Options: miles or km. Default: miles\").optional(),\n locale: z.string().describe(\"The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*'). Default: en\").optional(),\n radius: z.string().describe(\"Radius of the area in which we want to search for events. Used with latlong or geoPoint. Default: 100\").optional(),\n source: z.enum([\"ticketmaster\", \"universe\", \"frontgate\", \"tmr\"]).describe(\"Filter entities by its source name. Options: ticketmaster, universe, frontgate, tmr\").optional(),\n keyword: z.string().describe(\"Keyword to search on. Use partial keywords to get auto-complete suggestions (e.g., 'rock', 'jazz', 'broadway')\").optional(),\n latlong: z.string().describe(\"Filter events by latitude and longitude (format: 'lat,long' e.g., '34.0522,-118.2437'). Note: This filter is deprecated and may be removed in a future release, please use geoPoint instead\").optional(),\n geoPoint: z.string().describe(\"Filter events by geoHash (alternative to latlong). Use this instead of deprecated latlong parameter\").optional(),\n segmentId: z.string().describe(\"Filter suggestions by segment ID (e.g., 'KZFzniwnSyZfZ7v7nJ' for Music segment)\").optional(),\n includeTBA: z.enum([\"yes\", \"no\", \"only\"]).describe(\"Set to 'yes' to include events with date to be announced (TBA). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only\").optional(),\n includeTBD: z.enum([\"yes\", \"no\", \"only\"]).describe(\"Set to 'yes' to include events with a date to be defined (TBD). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only\").optional(),\n countryCode: z.string().describe(\"Filter suggestions by country code (ISO 3166-1 alpha-2, e.g., 'US', 'CA', 'GB')\").optional(),\n includeFuzzy: z.enum([\"yes\", \"no\"]).describe(\"Set to 'yes' to include fuzzy matches in the search. This has performance impact. Default: no\").optional(),\n clientVisibility: z.string().describe(\"Filter events to clientName. Use to restrict results to specific client visibility\").optional(),\n includeSpellcheck: z.enum([\"yes\", \"no\"]).describe(\"Set to 'yes' to include spell check suggestions in the response. Default: no\").optional(),\n includeLicensedContent: z.enum([\"yes\", \"no\"]).describe(\"Set to 'yes' if you want to display licensed content. Default: no\").optional(),\n}).describe(\"Request parameters for getting advanced search suggestions from Ticketmaster Discovery API.\\n\\nUse this to find matching attractions, venues, and events with extensive filtering options\\nincluding location, source, fuzzy matching, and more.\");\nconst TicketmasterGetSuggestions2_PageInfoSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"Number of items per page\"),\n number: z.number().int().describe(\"Current page number\"),\n totalPages: z.number().int().describe(\"Total number of pages\"),\n totalElements: z.number().int().describe(\"Total number of items\"),\n});\nconst TicketmasterGetSuggestions2_LinkSchema: z.ZodTypeAny = z.object({\n href: z.string().describe(\"Link URL\"),\n});\nconst TicketmasterGetSuggestions2_LinksSchema: z.ZodTypeAny = z.object({\n next: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),\n prev: TicketmasterGetSuggestions2_LinkSchema.nullable().optional(),\n self: TicketmasterGetSuggestions2_LinkSchema.nullable(),\n});\nconst TicketmasterGetSuggestions2_SuggestionEventSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique event identifier\"),\n url: z.string().describe(\"Ticketmaster URL for the event\").nullable().optional(),\n name: z.string().describe(\"Event name\"),\n type: z.string().describe(\"Resource type (e.g., 'event')\"),\n locale: z.string().describe(\"Locale of the event (e.g., 'en-us')\").nullable().optional(),\n}).passthrough();\nconst TicketmasterGetSuggestions2_SuggestionVenueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique venue identifier\"),\n url: z.string().describe(\"Ticketmaster URL for the venue\").nullable().optional(),\n name: z.string().describe(\"Venue name\"),\n type: z.string().describe(\"Resource type (e.g., 'venue')\"),\n locale: z.string().describe(\"Locale of the venue (e.g., 'en-us')\").nullable().optional(),\n aliases: z.array(z.string()).describe(\"Alternative names for the venue\").nullable().optional(),\n timezone: z.string().describe(\"Venue timezone (e.g., 'America/New_York')\").nullable().optional(),\n}).passthrough();\nconst TicketmasterGetSuggestions2_SuggestionAttractionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique attraction identifier\"),\n url: z.string().describe(\"Ticketmaster URL for the attraction\").nullable().optional(),\n name: z.string().describe(\"Attraction name\"),\n type: z.string().describe(\"Resource type (e.g., 'attraction')\"),\n locale: z.string().describe(\"Locale of the attraction (e.g., 'en-us')\").nullable().optional(),\n aliases: z.array(z.string()).describe(\"Alternative names for the attraction\").nullable().optional(),\n}).passthrough();\nconst TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema: z.ZodTypeAny = z.object({\n events: z.array(TicketmasterGetSuggestions2_SuggestionEventSchema).describe(\"List of event suggestions matching the search criteria\").nullable().optional(),\n venues: z.array(TicketmasterGetSuggestions2_SuggestionVenueSchema).describe(\"List of venue suggestions matching the search criteria\").nullable().optional(),\n attractions: z.array(TicketmasterGetSuggestions2_SuggestionAttractionSchema).describe(\"List of attraction suggestions matching the search criteria\").nullable().optional(),\n});\nexport const TicketmasterGetSuggestions2Output: z.ZodTypeAny = z.object({\n page: TicketmasterGetSuggestions2_PageInfoSchema.nullable().optional(),\n _links: TicketmasterGetSuggestions2_LinksSchema.nullable().optional(),\n _embedded: TicketmasterGetSuggestions2_EmbeddedSuggestionsSchema.nullable().optional(),\n}).describe(\"Response containing search suggestions including attractions, venues, and events.\");\n\nexport const ticketmasterGetSuggestions2 = action(\"TICKETMASTER_GET_SUGGESTIONS2\", {\n slug: \"ticketmaster-get-suggestions2\",\n name: \"Get Advanced Suggestions\",\n description: \"Get advanced auto-complete search suggestions from Ticketmaster's Discovery API. Returns matching attractions (artists, teams, performers), venues (concert halls, stadiums, theaters), and events based on search criteria with extensive filtering options. Use this when you need more control over suggestions including location filtering, source filtering, fuzzy matching, and spell checking. Perfect for implementing type-ahead search functionality with advanced filters or helping users discover entertainment options based on location, segment, and other criteria.\",\n input: TicketmasterGetSuggestions2Input,\n output: TicketmasterGetSuggestions2Output,\n});\n"],"mappings":"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"}
@@ -0,0 +1,92 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-venue-details2.ts
4
+ const TicketmasterGetVenueDetails2Input = zod.z.object({
5
+ id: zod.z.string().describe("ID of the venue to retrieve details for"),
6
+ locale: zod.z.string().describe("The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*')").optional(),
7
+ includeLicensedContent: zod.z.enum(["yes", "no"]).describe("Enum for includeLicensedContent parameter.").optional()
8
+ }).describe("Request model for GetVenueDetails2 action.");
9
+ const TicketmasterGetVenueDetails2_DMASchema = zod.z.object({ id: zod.z.number().int().describe("DMA identifier").nullable().optional() }).describe("DMA (Designated Market Area) information.");
10
+ const TicketmasterGetVenueDetails2_CitySchema = zod.z.object({ name: zod.z.string().describe("Name of the city").nullable().optional() }).describe("City information for the venue.");
11
+ const TicketmasterGetVenueDetails2_StateSchema = zod.z.object({
12
+ name: zod.z.string().describe("Name of the state").nullable().optional(),
13
+ stateCode: zod.z.string().describe("State code").nullable().optional()
14
+ }).describe("State information for the venue.");
15
+ const TicketmasterGetVenueDetails2_ImageSchema = zod.z.object({
16
+ url: zod.z.string().describe("URL of the image").nullable().optional(),
17
+ ratio: zod.z.string().describe("Image aspect ratio").nullable().optional(),
18
+ width: zod.z.number().int().describe("Image width in pixels").nullable().optional(),
19
+ height: zod.z.number().int().describe("Image height in pixels").nullable().optional(),
20
+ fallback: zod.z.boolean().describe("Whether this is a fallback image").nullable().optional(),
21
+ attribution: zod.z.string().describe("Image attribution").nullable().optional()
22
+ }).describe("Image information for the venue.");
23
+ const TicketmasterGetVenueDetails2_TwitterInfoSchema = zod.z.object({
24
+ handle: zod.z.string().describe("Twitter handle").nullable().optional(),
25
+ hashtags: zod.z.array(zod.z.string()).describe("List of hashtags").nullable().optional()
26
+ }).describe("Twitter social media information.");
27
+ const TicketmasterGetVenueDetails2_SocialSchema = zod.z.object({ twitter: TicketmasterGetVenueDetails2_TwitterInfoSchema.nullable().optional() }).describe("Social networks data for the venue.");
28
+ const TicketmasterGetVenueDetails2_AddressSchema = zod.z.object({
29
+ line1: zod.z.string().describe("Address first line").nullable().optional(),
30
+ line2: zod.z.string().describe("Address second line").nullable().optional(),
31
+ line3: zod.z.string().describe("Address third line").nullable().optional()
32
+ }).describe("Address information for the venue.");
33
+ const TicketmasterGetVenueDetails2_CountrySchema = zod.z.object({
34
+ name: zod.z.string().describe("Name of the country").nullable().optional(),
35
+ countryCode: zod.z.string().describe("Country code (ISO 3166)").nullable().optional()
36
+ }).describe("Country information for the venue.");
37
+ const TicketmasterGetVenueDetails2_MarketSchema = zod.z.object({ id: zod.z.string().describe("Market identifier").nullable().optional() }).describe("Market information for the venue.");
38
+ const TicketmasterGetVenueDetails2_LocationSchema = zod.z.object({
39
+ latitude: zod.z.number().describe("Latitude coordinate").nullable().optional(),
40
+ longitude: zod.z.number().describe("Longitude coordinate").nullable().optional()
41
+ }).describe("Geographic location of the venue.");
42
+ const TicketmasterGetVenueDetails2_GeneralInfoSchema = zod.z.object({
43
+ childRule: zod.z.string().describe("Venue children rule").nullable().optional(),
44
+ generalRule: zod.z.string().describe("Venue general rules").nullable().optional()
45
+ }).describe("General information about the venue.");
46
+ const TicketmasterGetVenueDetails2_BoxOfficeInfoSchema = zod.z.object({
47
+ willCallDetail: zod.z.string().describe("Venue box office will call details").nullable().optional(),
48
+ openHoursDetail: zod.z.string().describe("Venue box office opening hours").nullable().optional(),
49
+ phoneNumberDetail: zod.z.string().describe("Venue box office phone number").nullable().optional(),
50
+ acceptedPaymentDetail: zod.z.string().describe("Venue box office accepted payment details").nullable().optional()
51
+ }).describe("Box office information for the venue.");
52
+ const TicketmasterGetVenueDetails2Output = zod.z.object({
53
+ id: zod.z.string().describe("Unique id of the entity in the discovery API"),
54
+ dma: zod.z.array(TicketmasterGetVenueDetails2_DMASchema).describe("The list of associated DMAs (Designated Market Areas) of the venue").nullable().optional(),
55
+ url: zod.z.string().describe("URL of a web site detail page of the entity").nullable().optional(),
56
+ city: TicketmasterGetVenueDetails2_CitySchema.nullable().optional(),
57
+ name: zod.z.string().describe("Name of the entity").nullable().optional(),
58
+ test: zod.z.boolean().describe("Indicate if this is a test entity, by default test entities won't appear in discovery API").nullable().optional(),
59
+ type: zod.z.string().describe("Type of the entity (venue)"),
60
+ state: TicketmasterGetVenueDetails2_StateSchema.nullable().optional(),
61
+ units: zod.z.string().describe("Units for distance measurements").nullable().optional(),
62
+ images: zod.z.array(TicketmasterGetVenueDetails2_ImageSchema).describe("Images of the entity").nullable().optional(),
63
+ locale: zod.z.string().describe("Locale in which the content is returned").nullable().optional(),
64
+ social: TicketmasterGetVenueDetails2_SocialSchema.nullable().optional(),
65
+ address: TicketmasterGetVenueDetails2_AddressSchema.nullable().optional(),
66
+ country: TicketmasterGetVenueDetails2_CountrySchema.nullable().optional(),
67
+ markets: zod.z.array(TicketmasterGetVenueDetails2_MarketSchema).describe("Markets of the venue").nullable().optional(),
68
+ currency: zod.z.string().describe("Default currency of ticket prices for events in this venue").nullable().optional(),
69
+ distance: zod.z.number().describe("Distance from search point").nullable().optional(),
70
+ location: TicketmasterGetVenueDetails2_LocationSchema.nullable().optional(),
71
+ timezone: zod.z.string().describe("Timezone of the venue").nullable().optional(),
72
+ postalCode: zod.z.string().describe("Postal code / zipcode of the venue").nullable().optional(),
73
+ description: zod.z.string().describe("Description of the entity").nullable().optional(),
74
+ generalInfo: TicketmasterGetVenueDetails2_GeneralInfoSchema.nullable().optional(),
75
+ boxOfficeInfo: TicketmasterGetVenueDetails2_BoxOfficeInfoSchema.nullable().optional(),
76
+ externalLinks: zod.z.object({}).describe("List of external links").nullable().optional(),
77
+ parkingDetail: zod.z.string().describe("Venue parking info").nullable().optional(),
78
+ additionalInfo: zod.z.string().describe("Additional information of the entity").nullable().optional(),
79
+ upcomingEvents: zod.z.object({}).describe("Number of upcoming events").nullable().optional(),
80
+ accessibleSeatingDetail: zod.z.string().describe("Venue accessible seating detail").nullable().optional()
81
+ }).describe("Response model for GetVenueDetails2 action containing complete venue details.");
82
+ const ticketmasterGetVenueDetails2 = require_action.action("TICKETMASTER_GET_VENUE_DETAILS2", {
83
+ slug: "ticketmaster-get-venue-details2",
84
+ name: "Get Venue Details (Enhanced)",
85
+ description: "Tool to retrieve comprehensive details about a specific venue by ID. Use when you need detailed venue information including location, box office info, images, and social media data.",
86
+ input: TicketmasterGetVenueDetails2Input,
87
+ output: TicketmasterGetVenueDetails2Output
88
+ });
89
+ //#endregion
90
+ exports.ticketmasterGetVenueDetails2 = ticketmasterGetVenueDetails2;
91
+
92
+ //# sourceMappingURL=get-venue-details2.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-venue-details2.cjs","names":["z","action"],"sources":["../../src/actions/get-venue-details2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetVenueDetails2Input: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the venue to retrieve details for\"),\n locale: z.string().describe(\"The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*')\").optional(),\n includeLicensedContent: z.enum([\"yes\", \"no\"]).describe(\"Enum for includeLicensedContent parameter.\").optional(),\n}).describe(\"Request model for GetVenueDetails2 action.\");\nconst TicketmasterGetVenueDetails2_DMASchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"DMA identifier\").nullable().optional(),\n}).describe(\"DMA (Designated Market Area) information.\");\nconst TicketmasterGetVenueDetails2_CitySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the city\").nullable().optional(),\n}).describe(\"City information for the venue.\");\nconst TicketmasterGetVenueDetails2_StateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the state\").nullable().optional(),\n stateCode: z.string().describe(\"State code\").nullable().optional(),\n}).describe(\"State information for the venue.\");\nconst TicketmasterGetVenueDetails2_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(\"Image width in pixels\").nullable().optional(),\n height: z.number().int().describe(\"Image height in pixels\").nullable().optional(),\n fallback: z.boolean().describe(\"Whether this is a fallback image\").nullable().optional(),\n attribution: z.string().describe(\"Image attribution\").nullable().optional(),\n}).describe(\"Image information for the venue.\");\nconst TicketmasterGetVenueDetails2_TwitterInfoSchema: z.ZodTypeAny = z.object({\n handle: z.string().describe(\"Twitter handle\").nullable().optional(),\n hashtags: z.array(z.string()).describe(\"List of hashtags\").nullable().optional(),\n}).describe(\"Twitter social media information.\");\nconst TicketmasterGetVenueDetails2_SocialSchema: z.ZodTypeAny = z.object({\n twitter: TicketmasterGetVenueDetails2_TwitterInfoSchema.nullable().optional(),\n}).describe(\"Social networks data for the venue.\");\nconst TicketmasterGetVenueDetails2_AddressSchema: z.ZodTypeAny = z.object({\n line1: z.string().describe(\"Address first line\").nullable().optional(),\n line2: z.string().describe(\"Address second line\").nullable().optional(),\n line3: z.string().describe(\"Address third line\").nullable().optional(),\n}).describe(\"Address information for the venue.\");\nconst TicketmasterGetVenueDetails2_CountrySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the country\").nullable().optional(),\n countryCode: z.string().describe(\"Country code (ISO 3166)\").nullable().optional(),\n}).describe(\"Country information for the venue.\");\nconst TicketmasterGetVenueDetails2_MarketSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Market identifier\").nullable().optional(),\n}).describe(\"Market information for the venue.\");\nconst TicketmasterGetVenueDetails2_LocationSchema: z.ZodTypeAny = z.object({\n latitude: z.number().describe(\"Latitude coordinate\").nullable().optional(),\n longitude: z.number().describe(\"Longitude coordinate\").nullable().optional(),\n}).describe(\"Geographic location of the venue.\");\nconst TicketmasterGetVenueDetails2_GeneralInfoSchema: z.ZodTypeAny = z.object({\n childRule: z.string().describe(\"Venue children rule\").nullable().optional(),\n generalRule: z.string().describe(\"Venue general rules\").nullable().optional(),\n}).describe(\"General information about the venue.\");\nconst TicketmasterGetVenueDetails2_BoxOfficeInfoSchema: z.ZodTypeAny = z.object({\n willCallDetail: z.string().describe(\"Venue box office will call details\").nullable().optional(),\n openHoursDetail: z.string().describe(\"Venue box office opening hours\").nullable().optional(),\n phoneNumberDetail: z.string().describe(\"Venue box office phone number\").nullable().optional(),\n acceptedPaymentDetail: z.string().describe(\"Venue box office accepted payment details\").nullable().optional(),\n}).describe(\"Box office information for the venue.\");\nexport const TicketmasterGetVenueDetails2Output: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique id of the entity in the discovery API\"),\n dma: z.array(TicketmasterGetVenueDetails2_DMASchema).describe(\"The list of associated DMAs (Designated Market Areas) of the venue\").nullable().optional(),\n url: z.string().describe(\"URL of a web site detail page of the entity\").nullable().optional(),\n city: TicketmasterGetVenueDetails2_CitySchema.nullable().optional(),\n name: z.string().describe(\"Name of the entity\").nullable().optional(),\n test: z.boolean().describe(\"Indicate if this is a test entity, by default test entities won't appear in discovery API\").nullable().optional(),\n type: z.string().describe(\"Type of the entity (venue)\"),\n state: TicketmasterGetVenueDetails2_StateSchema.nullable().optional(),\n units: z.string().describe(\"Units for distance measurements\").nullable().optional(),\n images: z.array(TicketmasterGetVenueDetails2_ImageSchema).describe(\"Images of the entity\").nullable().optional(),\n locale: z.string().describe(\"Locale in which the content is returned\").nullable().optional(),\n social: TicketmasterGetVenueDetails2_SocialSchema.nullable().optional(),\n address: TicketmasterGetVenueDetails2_AddressSchema.nullable().optional(),\n country: TicketmasterGetVenueDetails2_CountrySchema.nullable().optional(),\n markets: z.array(TicketmasterGetVenueDetails2_MarketSchema).describe(\"Markets of the venue\").nullable().optional(),\n currency: z.string().describe(\"Default currency of ticket prices for events in this venue\").nullable().optional(),\n distance: z.number().describe(\"Distance from search point\").nullable().optional(),\n location: TicketmasterGetVenueDetails2_LocationSchema.nullable().optional(),\n timezone: z.string().describe(\"Timezone of the venue\").nullable().optional(),\n postalCode: z.string().describe(\"Postal code / zipcode of the venue\").nullable().optional(),\n description: z.string().describe(\"Description of the entity\").nullable().optional(),\n generalInfo: TicketmasterGetVenueDetails2_GeneralInfoSchema.nullable().optional(),\n boxOfficeInfo: TicketmasterGetVenueDetails2_BoxOfficeInfoSchema.nullable().optional(),\n externalLinks: z.object({}).describe(\"List of external links\").nullable().optional(),\n parkingDetail: z.string().describe(\"Venue parking info\").nullable().optional(),\n additionalInfo: z.string().describe(\"Additional information of the entity\").nullable().optional(),\n upcomingEvents: z.object({}).describe(\"Number of upcoming events\").nullable().optional(),\n accessibleSeatingDetail: z.string().describe(\"Venue accessible seating detail\").nullable().optional(),\n}).describe(\"Response model for GetVenueDetails2 action containing complete venue details.\");\n\nexport const ticketmasterGetVenueDetails2 = action(\"TICKETMASTER_GET_VENUE_DETAILS2\", {\n slug: \"ticketmaster-get-venue-details2\",\n name: \"Get Venue Details (Enhanced)\",\n description: \"Tool to retrieve comprehensive details about a specific venue by ID. Use when you need detailed venue information including location, box office info, images, and social media data.\",\n input: TicketmasterGetVenueDetails2Input,\n output: TicketmasterGetVenueDetails2Output,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-venue-details2.d.ts
4
+ declare const TicketmasterGetVenueDetails2Input: z.ZodTypeAny;
5
+ declare const TicketmasterGetVenueDetails2Output: z.ZodTypeAny;
6
+ declare const ticketmasterGetVenueDetails2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ticketmasterGetVenueDetails2 };
9
+ //# sourceMappingURL=get-venue-details2.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-venue-details2.d.cts","names":[],"sources":["../../src/actions/get-venue-details2.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAIO;AAAA,cAoD5C,kCAAA,EAAoC,CAAA,CAAE,UA6ByC;AAAA,cAE/E,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-venue-details2.d.ts
4
+ declare const TicketmasterGetVenueDetails2Input: z.ZodTypeAny;
5
+ declare const TicketmasterGetVenueDetails2Output: z.ZodTypeAny;
6
+ declare const ticketmasterGetVenueDetails2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ticketmasterGetVenueDetails2 };
9
+ //# sourceMappingURL=get-venue-details2.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-venue-details2.d.mts","names":[],"sources":["../../src/actions/get-venue-details2.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAIO;AAAA,cAoD5C,kCAAA,EAAoC,CAAA,CAAE,UA6ByC;AAAA,cAE/E,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,91 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-venue-details2.ts
4
+ const TicketmasterGetVenueDetails2Input = z.object({
5
+ id: z.string().describe("ID of the venue to retrieve details for"),
6
+ locale: z.string().describe("The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*')").optional(),
7
+ includeLicensedContent: z.enum(["yes", "no"]).describe("Enum for includeLicensedContent parameter.").optional()
8
+ }).describe("Request model for GetVenueDetails2 action.");
9
+ const TicketmasterGetVenueDetails2_DMASchema = z.object({ id: z.number().int().describe("DMA identifier").nullable().optional() }).describe("DMA (Designated Market Area) information.");
10
+ const TicketmasterGetVenueDetails2_CitySchema = z.object({ name: z.string().describe("Name of the city").nullable().optional() }).describe("City information for the venue.");
11
+ const TicketmasterGetVenueDetails2_StateSchema = z.object({
12
+ name: z.string().describe("Name of the state").nullable().optional(),
13
+ stateCode: z.string().describe("State code").nullable().optional()
14
+ }).describe("State information for the venue.");
15
+ const TicketmasterGetVenueDetails2_ImageSchema = z.object({
16
+ url: z.string().describe("URL of the image").nullable().optional(),
17
+ ratio: z.string().describe("Image aspect ratio").nullable().optional(),
18
+ width: z.number().int().describe("Image width in pixels").nullable().optional(),
19
+ height: z.number().int().describe("Image height in pixels").nullable().optional(),
20
+ fallback: z.boolean().describe("Whether this is a fallback image").nullable().optional(),
21
+ attribution: z.string().describe("Image attribution").nullable().optional()
22
+ }).describe("Image information for the venue.");
23
+ const TicketmasterGetVenueDetails2_TwitterInfoSchema = z.object({
24
+ handle: z.string().describe("Twitter handle").nullable().optional(),
25
+ hashtags: z.array(z.string()).describe("List of hashtags").nullable().optional()
26
+ }).describe("Twitter social media information.");
27
+ const TicketmasterGetVenueDetails2_SocialSchema = z.object({ twitter: TicketmasterGetVenueDetails2_TwitterInfoSchema.nullable().optional() }).describe("Social networks data for the venue.");
28
+ const TicketmasterGetVenueDetails2_AddressSchema = z.object({
29
+ line1: z.string().describe("Address first line").nullable().optional(),
30
+ line2: z.string().describe("Address second line").nullable().optional(),
31
+ line3: z.string().describe("Address third line").nullable().optional()
32
+ }).describe("Address information for the venue.");
33
+ const TicketmasterGetVenueDetails2_CountrySchema = z.object({
34
+ name: z.string().describe("Name of the country").nullable().optional(),
35
+ countryCode: z.string().describe("Country code (ISO 3166)").nullable().optional()
36
+ }).describe("Country information for the venue.");
37
+ const TicketmasterGetVenueDetails2_MarketSchema = z.object({ id: z.string().describe("Market identifier").nullable().optional() }).describe("Market information for the venue.");
38
+ const TicketmasterGetVenueDetails2_LocationSchema = z.object({
39
+ latitude: z.number().describe("Latitude coordinate").nullable().optional(),
40
+ longitude: z.number().describe("Longitude coordinate").nullable().optional()
41
+ }).describe("Geographic location of the venue.");
42
+ const TicketmasterGetVenueDetails2_GeneralInfoSchema = z.object({
43
+ childRule: z.string().describe("Venue children rule").nullable().optional(),
44
+ generalRule: z.string().describe("Venue general rules").nullable().optional()
45
+ }).describe("General information about the venue.");
46
+ const TicketmasterGetVenueDetails2_BoxOfficeInfoSchema = z.object({
47
+ willCallDetail: z.string().describe("Venue box office will call details").nullable().optional(),
48
+ openHoursDetail: z.string().describe("Venue box office opening hours").nullable().optional(),
49
+ phoneNumberDetail: z.string().describe("Venue box office phone number").nullable().optional(),
50
+ acceptedPaymentDetail: z.string().describe("Venue box office accepted payment details").nullable().optional()
51
+ }).describe("Box office information for the venue.");
52
+ const ticketmasterGetVenueDetails2 = action("TICKETMASTER_GET_VENUE_DETAILS2", {
53
+ slug: "ticketmaster-get-venue-details2",
54
+ name: "Get Venue Details (Enhanced)",
55
+ description: "Tool to retrieve comprehensive details about a specific venue by ID. Use when you need detailed venue information including location, box office info, images, and social media data.",
56
+ input: TicketmasterGetVenueDetails2Input,
57
+ output: z.object({
58
+ id: z.string().describe("Unique id of the entity in the discovery API"),
59
+ dma: z.array(TicketmasterGetVenueDetails2_DMASchema).describe("The list of associated DMAs (Designated Market Areas) of the venue").nullable().optional(),
60
+ url: z.string().describe("URL of a web site detail page of the entity").nullable().optional(),
61
+ city: TicketmasterGetVenueDetails2_CitySchema.nullable().optional(),
62
+ name: z.string().describe("Name of the entity").nullable().optional(),
63
+ test: z.boolean().describe("Indicate if this is a test entity, by default test entities won't appear in discovery API").nullable().optional(),
64
+ type: z.string().describe("Type of the entity (venue)"),
65
+ state: TicketmasterGetVenueDetails2_StateSchema.nullable().optional(),
66
+ units: z.string().describe("Units for distance measurements").nullable().optional(),
67
+ images: z.array(TicketmasterGetVenueDetails2_ImageSchema).describe("Images of the entity").nullable().optional(),
68
+ locale: z.string().describe("Locale in which the content is returned").nullable().optional(),
69
+ social: TicketmasterGetVenueDetails2_SocialSchema.nullable().optional(),
70
+ address: TicketmasterGetVenueDetails2_AddressSchema.nullable().optional(),
71
+ country: TicketmasterGetVenueDetails2_CountrySchema.nullable().optional(),
72
+ markets: z.array(TicketmasterGetVenueDetails2_MarketSchema).describe("Markets of the venue").nullable().optional(),
73
+ currency: z.string().describe("Default currency of ticket prices for events in this venue").nullable().optional(),
74
+ distance: z.number().describe("Distance from search point").nullable().optional(),
75
+ location: TicketmasterGetVenueDetails2_LocationSchema.nullable().optional(),
76
+ timezone: z.string().describe("Timezone of the venue").nullable().optional(),
77
+ postalCode: z.string().describe("Postal code / zipcode of the venue").nullable().optional(),
78
+ description: z.string().describe("Description of the entity").nullable().optional(),
79
+ generalInfo: TicketmasterGetVenueDetails2_GeneralInfoSchema.nullable().optional(),
80
+ boxOfficeInfo: TicketmasterGetVenueDetails2_BoxOfficeInfoSchema.nullable().optional(),
81
+ externalLinks: z.object({}).describe("List of external links").nullable().optional(),
82
+ parkingDetail: z.string().describe("Venue parking info").nullable().optional(),
83
+ additionalInfo: z.string().describe("Additional information of the entity").nullable().optional(),
84
+ upcomingEvents: z.object({}).describe("Number of upcoming events").nullable().optional(),
85
+ accessibleSeatingDetail: z.string().describe("Venue accessible seating detail").nullable().optional()
86
+ }).describe("Response model for GetVenueDetails2 action containing complete venue details.")
87
+ });
88
+ //#endregion
89
+ export { ticketmasterGetVenueDetails2 };
90
+
91
+ //# sourceMappingURL=get-venue-details2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-venue-details2.mjs","names":[],"sources":["../../src/actions/get-venue-details2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TicketmasterGetVenueDetails2Input: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the venue to retrieve details for\"),\n locale: z.string().describe(\"The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '*' it matches all locales. '*' can only be used at the end (e.g. 'en-us,en,*')\").optional(),\n includeLicensedContent: z.enum([\"yes\", \"no\"]).describe(\"Enum for includeLicensedContent parameter.\").optional(),\n}).describe(\"Request model for GetVenueDetails2 action.\");\nconst TicketmasterGetVenueDetails2_DMASchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"DMA identifier\").nullable().optional(),\n}).describe(\"DMA (Designated Market Area) information.\");\nconst TicketmasterGetVenueDetails2_CitySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the city\").nullable().optional(),\n}).describe(\"City information for the venue.\");\nconst TicketmasterGetVenueDetails2_StateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the state\").nullable().optional(),\n stateCode: z.string().describe(\"State code\").nullable().optional(),\n}).describe(\"State information for the venue.\");\nconst TicketmasterGetVenueDetails2_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(\"Image width in pixels\").nullable().optional(),\n height: z.number().int().describe(\"Image height in pixels\").nullable().optional(),\n fallback: z.boolean().describe(\"Whether this is a fallback image\").nullable().optional(),\n attribution: z.string().describe(\"Image attribution\").nullable().optional(),\n}).describe(\"Image information for the venue.\");\nconst TicketmasterGetVenueDetails2_TwitterInfoSchema: z.ZodTypeAny = z.object({\n handle: z.string().describe(\"Twitter handle\").nullable().optional(),\n hashtags: z.array(z.string()).describe(\"List of hashtags\").nullable().optional(),\n}).describe(\"Twitter social media information.\");\nconst TicketmasterGetVenueDetails2_SocialSchema: z.ZodTypeAny = z.object({\n twitter: TicketmasterGetVenueDetails2_TwitterInfoSchema.nullable().optional(),\n}).describe(\"Social networks data for the venue.\");\nconst TicketmasterGetVenueDetails2_AddressSchema: z.ZodTypeAny = z.object({\n line1: z.string().describe(\"Address first line\").nullable().optional(),\n line2: z.string().describe(\"Address second line\").nullable().optional(),\n line3: z.string().describe(\"Address third line\").nullable().optional(),\n}).describe(\"Address information for the venue.\");\nconst TicketmasterGetVenueDetails2_CountrySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the country\").nullable().optional(),\n countryCode: z.string().describe(\"Country code (ISO 3166)\").nullable().optional(),\n}).describe(\"Country information for the venue.\");\nconst TicketmasterGetVenueDetails2_MarketSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Market identifier\").nullable().optional(),\n}).describe(\"Market information for the venue.\");\nconst TicketmasterGetVenueDetails2_LocationSchema: z.ZodTypeAny = z.object({\n latitude: z.number().describe(\"Latitude coordinate\").nullable().optional(),\n longitude: z.number().describe(\"Longitude coordinate\").nullable().optional(),\n}).describe(\"Geographic location of the venue.\");\nconst TicketmasterGetVenueDetails2_GeneralInfoSchema: z.ZodTypeAny = z.object({\n childRule: z.string().describe(\"Venue children rule\").nullable().optional(),\n generalRule: z.string().describe(\"Venue general rules\").nullable().optional(),\n}).describe(\"General information about the venue.\");\nconst TicketmasterGetVenueDetails2_BoxOfficeInfoSchema: z.ZodTypeAny = z.object({\n willCallDetail: z.string().describe(\"Venue box office will call details\").nullable().optional(),\n openHoursDetail: z.string().describe(\"Venue box office opening hours\").nullable().optional(),\n phoneNumberDetail: z.string().describe(\"Venue box office phone number\").nullable().optional(),\n acceptedPaymentDetail: z.string().describe(\"Venue box office accepted payment details\").nullable().optional(),\n}).describe(\"Box office information for the venue.\");\nexport const TicketmasterGetVenueDetails2Output: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique id of the entity in the discovery API\"),\n dma: z.array(TicketmasterGetVenueDetails2_DMASchema).describe(\"The list of associated DMAs (Designated Market Areas) of the venue\").nullable().optional(),\n url: z.string().describe(\"URL of a web site detail page of the entity\").nullable().optional(),\n city: TicketmasterGetVenueDetails2_CitySchema.nullable().optional(),\n name: z.string().describe(\"Name of the entity\").nullable().optional(),\n test: z.boolean().describe(\"Indicate if this is a test entity, by default test entities won't appear in discovery API\").nullable().optional(),\n type: z.string().describe(\"Type of the entity (venue)\"),\n state: TicketmasterGetVenueDetails2_StateSchema.nullable().optional(),\n units: z.string().describe(\"Units for distance measurements\").nullable().optional(),\n images: z.array(TicketmasterGetVenueDetails2_ImageSchema).describe(\"Images of the entity\").nullable().optional(),\n locale: z.string().describe(\"Locale in which the content is returned\").nullable().optional(),\n social: TicketmasterGetVenueDetails2_SocialSchema.nullable().optional(),\n address: TicketmasterGetVenueDetails2_AddressSchema.nullable().optional(),\n country: TicketmasterGetVenueDetails2_CountrySchema.nullable().optional(),\n markets: z.array(TicketmasterGetVenueDetails2_MarketSchema).describe(\"Markets of the venue\").nullable().optional(),\n currency: z.string().describe(\"Default currency of ticket prices for events in this venue\").nullable().optional(),\n distance: z.number().describe(\"Distance from search point\").nullable().optional(),\n location: TicketmasterGetVenueDetails2_LocationSchema.nullable().optional(),\n timezone: z.string().describe(\"Timezone of the venue\").nullable().optional(),\n postalCode: z.string().describe(\"Postal code / zipcode of the venue\").nullable().optional(),\n description: z.string().describe(\"Description of the entity\").nullable().optional(),\n generalInfo: TicketmasterGetVenueDetails2_GeneralInfoSchema.nullable().optional(),\n boxOfficeInfo: TicketmasterGetVenueDetails2_BoxOfficeInfoSchema.nullable().optional(),\n externalLinks: z.object({}).describe(\"List of external links\").nullable().optional(),\n parkingDetail: z.string().describe(\"Venue parking info\").nullable().optional(),\n additionalInfo: z.string().describe(\"Additional information of the entity\").nullable().optional(),\n upcomingEvents: z.object({}).describe(\"Number of upcoming events\").nullable().optional(),\n accessibleSeatingDetail: z.string().describe(\"Venue accessible seating detail\").nullable().optional(),\n}).describe(\"Response model for GetVenueDetails2 action containing complete venue details.\");\n\nexport const ticketmasterGetVenueDetails2 = action(\"TICKETMASTER_GET_VENUE_DETAILS2\", {\n slug: \"ticketmaster-get-venue-details2\",\n name: \"Get Venue Details (Enhanced)\",\n description: \"Tool to retrieve comprehensive details about a specific venue by ID. Use when you need detailed venue information including location, box office info, images, and social media data.\",\n input: TicketmasterGetVenueDetails2Input,\n output: TicketmasterGetVenueDetails2Output,\n});\n"],"mappings":"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"}