@keystrokehq/serphouse 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 (178) 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/account-info.cjs +34 -0
  7. package/dist/actions/account-info.cjs.map +1 -0
  8. package/dist/actions/account-info.d.cts +9 -0
  9. package/dist/actions/account-info.d.cts.map +1 -0
  10. package/dist/actions/account-info.d.mts +9 -0
  11. package/dist/actions/account-info.d.mts.map +1 -0
  12. package/dist/actions/account-info.mjs +33 -0
  13. package/dist/actions/account-info.mjs.map +1 -0
  14. package/dist/actions/domain-list.cjs +20 -0
  15. package/dist/actions/domain-list.cjs.map +1 -0
  16. package/dist/actions/domain-list.d.cts +9 -0
  17. package/dist/actions/domain-list.d.cts.map +1 -0
  18. package/dist/actions/domain-list.d.mts +9 -0
  19. package/dist/actions/domain-list.d.mts.map +1 -0
  20. package/dist/actions/domain-list.mjs +17 -0
  21. package/dist/actions/domain-list.mjs.map +1 -0
  22. package/dist/actions/google-jobs-search.cjs +41 -0
  23. package/dist/actions/google-jobs-search.cjs.map +1 -0
  24. package/dist/actions/google-jobs-search.d.cts +9 -0
  25. package/dist/actions/google-jobs-search.d.cts.map +1 -0
  26. package/dist/actions/google-jobs-search.d.mts +9 -0
  27. package/dist/actions/google-jobs-search.d.mts.map +1 -0
  28. package/dist/actions/google-jobs-search.mjs +40 -0
  29. package/dist/actions/google-jobs-search.mjs.map +1 -0
  30. package/dist/actions/google-serp-advanced-scheduled.cjs +39 -0
  31. package/dist/actions/google-serp-advanced-scheduled.cjs.map +1 -0
  32. package/dist/actions/google-serp-advanced-scheduled.d.cts +9 -0
  33. package/dist/actions/google-serp-advanced-scheduled.d.cts.map +1 -0
  34. package/dist/actions/google-serp-advanced-scheduled.d.mts +9 -0
  35. package/dist/actions/google-serp-advanced-scheduled.d.mts.map +1 -0
  36. package/dist/actions/google-serp-advanced-scheduled.mjs +38 -0
  37. package/dist/actions/google-serp-advanced-scheduled.mjs.map +1 -0
  38. package/dist/actions/index.cjs +37 -0
  39. package/dist/actions/index.d.cts +19 -0
  40. package/dist/actions/index.d.mts +19 -0
  41. package/dist/actions/index.mjs +19 -0
  42. package/dist/actions/language-list.cjs +24 -0
  43. package/dist/actions/language-list.cjs.map +1 -0
  44. package/dist/actions/language-list.d.cts +9 -0
  45. package/dist/actions/language-list.d.cts.map +1 -0
  46. package/dist/actions/language-list.d.mts +9 -0
  47. package/dist/actions/language-list.d.mts.map +1 -0
  48. package/dist/actions/language-list.mjs +21 -0
  49. package/dist/actions/language-list.mjs.map +1 -0
  50. package/dist/actions/location-search.cjs +30 -0
  51. package/dist/actions/location-search.cjs.map +1 -0
  52. package/dist/actions/location-search.d.cts +9 -0
  53. package/dist/actions/location-search.d.cts.map +1 -0
  54. package/dist/actions/location-search.d.mts +9 -0
  55. package/dist/actions/location-search.d.mts.map +1 -0
  56. package/dist/actions/location-search.mjs +29 -0
  57. package/dist/actions/location-search.mjs.map +1 -0
  58. package/dist/actions/serp-check.cjs +21 -0
  59. package/dist/actions/serp-check.cjs.map +1 -0
  60. package/dist/actions/serp-check.d.cts +9 -0
  61. package/dist/actions/serp-check.d.cts.map +1 -0
  62. package/dist/actions/serp-check.d.mts +9 -0
  63. package/dist/actions/serp-check.d.mts.map +1 -0
  64. package/dist/actions/serp-check.mjs +18 -0
  65. package/dist/actions/serp-check.mjs.map +1 -0
  66. package/dist/actions/serp-live-get.cjs +160 -0
  67. package/dist/actions/serp-live-get.cjs.map +1 -0
  68. package/dist/actions/serp-live-get.d.cts +9 -0
  69. package/dist/actions/serp-live-get.d.cts.map +1 -0
  70. package/dist/actions/serp-live-get.d.mts +9 -0
  71. package/dist/actions/serp-live-get.d.mts.map +1 -0
  72. package/dist/actions/serp-live-get.mjs +159 -0
  73. package/dist/actions/serp-live-get.mjs.map +1 -0
  74. package/dist/actions/serp-live-post.cjs +156 -0
  75. package/dist/actions/serp-live-post.cjs.map +1 -0
  76. package/dist/actions/serp-live-post.d.cts +9 -0
  77. package/dist/actions/serp-live-post.d.cts.map +1 -0
  78. package/dist/actions/serp-live-post.d.mts +9 -0
  79. package/dist/actions/serp-live-post.d.mts.map +1 -0
  80. package/dist/actions/serp-live-post.mjs +155 -0
  81. package/dist/actions/serp-live-post.mjs.map +1 -0
  82. package/dist/actions/serp-schedule.cjs +41 -0
  83. package/dist/actions/serp-schedule.cjs.map +1 -0
  84. package/dist/actions/serp-schedule.d.cts +9 -0
  85. package/dist/actions/serp-schedule.d.cts.map +1 -0
  86. package/dist/actions/serp-schedule.d.mts +9 -0
  87. package/dist/actions/serp-schedule.d.mts.map +1 -0
  88. package/dist/actions/serp-schedule.mjs +40 -0
  89. package/dist/actions/serp-schedule.mjs.map +1 -0
  90. package/dist/actions/trends-categories-list.cjs +20 -0
  91. package/dist/actions/trends-categories-list.cjs.map +1 -0
  92. package/dist/actions/trends-categories-list.d.cts +9 -0
  93. package/dist/actions/trends-categories-list.d.cts.map +1 -0
  94. package/dist/actions/trends-categories-list.d.mts +9 -0
  95. package/dist/actions/trends-categories-list.d.mts.map +1 -0
  96. package/dist/actions/trends-categories-list.mjs +17 -0
  97. package/dist/actions/trends-categories-list.mjs.map +1 -0
  98. package/dist/actions/trends-check.cjs +22 -0
  99. package/dist/actions/trends-check.cjs.map +1 -0
  100. package/dist/actions/trends-check.d.cts +9 -0
  101. package/dist/actions/trends-check.d.cts.map +1 -0
  102. package/dist/actions/trends-check.d.mts +9 -0
  103. package/dist/actions/trends-check.d.mts.map +1 -0
  104. package/dist/actions/trends-check.mjs +21 -0
  105. package/dist/actions/trends-check.mjs.map +1 -0
  106. package/dist/actions/trends-country-list.cjs +20 -0
  107. package/dist/actions/trends-country-list.cjs.map +1 -0
  108. package/dist/actions/trends-country-list.d.cts +9 -0
  109. package/dist/actions/trends-country-list.d.cts.map +1 -0
  110. package/dist/actions/trends-country-list.d.mts +9 -0
  111. package/dist/actions/trends-country-list.d.mts.map +1 -0
  112. package/dist/actions/trends-country-list.mjs +17 -0
  113. package/dist/actions/trends-country-list.mjs.map +1 -0
  114. package/dist/actions/trends-get.cjs +58 -0
  115. package/dist/actions/trends-get.cjs.map +1 -0
  116. package/dist/actions/trends-get.d.cts +9 -0
  117. package/dist/actions/trends-get.d.cts.map +1 -0
  118. package/dist/actions/trends-get.d.mts +9 -0
  119. package/dist/actions/trends-get.d.mts.map +1 -0
  120. package/dist/actions/trends-get.mjs +57 -0
  121. package/dist/actions/trends-get.mjs.map +1 -0
  122. package/dist/actions/trends-language-list.cjs +20 -0
  123. package/dist/actions/trends-language-list.cjs.map +1 -0
  124. package/dist/actions/trends-language-list.d.cts +9 -0
  125. package/dist/actions/trends-language-list.d.cts.map +1 -0
  126. package/dist/actions/trends-language-list.d.mts +9 -0
  127. package/dist/actions/trends-language-list.d.mts.map +1 -0
  128. package/dist/actions/trends-language-list.mjs +17 -0
  129. package/dist/actions/trends-language-list.mjs.map +1 -0
  130. package/dist/actions/trends-schedule.cjs +45 -0
  131. package/dist/actions/trends-schedule.cjs.map +1 -0
  132. package/dist/actions/trends-schedule.d.cts +9 -0
  133. package/dist/actions/trends-schedule.d.cts.map +1 -0
  134. package/dist/actions/trends-schedule.d.mts +9 -0
  135. package/dist/actions/trends-schedule.d.mts.map +1 -0
  136. package/dist/actions/trends-schedule.mjs +44 -0
  137. package/dist/actions/trends-schedule.mjs.map +1 -0
  138. package/dist/actions/trends-search.cjs +50 -0
  139. package/dist/actions/trends-search.cjs.map +1 -0
  140. package/dist/actions/trends-search.d.cts +9 -0
  141. package/dist/actions/trends-search.d.cts.map +1 -0
  142. package/dist/actions/trends-search.d.mts +9 -0
  143. package/dist/actions/trends-search.d.mts.map +1 -0
  144. package/dist/actions/trends-search.mjs +49 -0
  145. package/dist/actions/trends-search.mjs.map +1 -0
  146. package/dist/actions/trends-timezone-list.cjs +24 -0
  147. package/dist/actions/trends-timezone-list.cjs.map +1 -0
  148. package/dist/actions/trends-timezone-list.d.cts +9 -0
  149. package/dist/actions/trends-timezone-list.d.cts.map +1 -0
  150. package/dist/actions/trends-timezone-list.d.mts +9 -0
  151. package/dist/actions/trends-timezone-list.d.mts.map +1 -0
  152. package/dist/actions/trends-timezone-list.mjs +23 -0
  153. package/dist/actions/trends-timezone-list.mjs.map +1 -0
  154. package/dist/app.cjs +9 -0
  155. package/dist/app.cjs.map +1 -0
  156. package/dist/app.d.cts +5 -0
  157. package/dist/app.d.cts.map +1 -0
  158. package/dist/app.d.mts +5 -0
  159. package/dist/app.d.mts.map +1 -0
  160. package/dist/app.mjs +10 -0
  161. package/dist/app.mjs.map +1 -0
  162. package/dist/catalog.cjs +15 -0
  163. package/dist/catalog.cjs.map +1 -0
  164. package/dist/catalog.d.cts +14 -0
  165. package/dist/catalog.d.cts.map +1 -0
  166. package/dist/catalog.d.mts +14 -0
  167. package/dist/catalog.d.mts.map +1 -0
  168. package/dist/catalog.mjs +15 -0
  169. package/dist/catalog.mjs.map +1 -0
  170. package/dist/execute.cjs +18 -0
  171. package/dist/execute.cjs.map +1 -0
  172. package/dist/execute.mjs +18 -0
  173. package/dist/execute.mjs.map +1 -0
  174. package/dist/index.cjs +42 -0
  175. package/dist/index.d.cts +21 -0
  176. package/dist/index.d.mts +21 -0
  177. package/dist/index.mjs +22 -0
  178. package/package.json +49 -0
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const serphouseTrendsCountryList = action("SERPHOUSE_TRENDS_COUNTRY_LIST", {
4
+ slug: "serphouse-trends-country-list",
5
+ name: "Get Trends Country List",
6
+ description: "Tool to retrieve the full list of countries and states for Google Trends searches. Use when you need geographic targeting options for trends analysis.",
7
+ input: z.object({}).describe("Request model for retrieving the list of countries and states for Google Trends.\nNo parameters are required."),
8
+ output: z.object({
9
+ msg: z.string().describe("Message providing additional context (empty on success)."),
10
+ status: z.string().describe("Indicates success or error status of the request."),
11
+ results: z.record(z.string(), z.unknown()).describe("Hierarchical structure containing 'name', 'id', and 'children' fields with country and subdivision data.")
12
+ }).describe("Response model containing the hierarchical structure of countries and subdivisions.")
13
+ });
14
+ //#endregion
15
+ export { serphouseTrendsCountryList };
16
+
17
+ //# sourceMappingURL=trends-country-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-country-list.mjs","names":[],"sources":["../../src/actions/trends-country-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsCountryListInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of countries and states for Google Trends.\\nNo parameters are required.\");\nexport const SerphouseTrendsCountryListOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Message providing additional context (empty on success).\"),\n status: z.string().describe(\"Indicates success or error status of the request.\"),\n results: z.record(z.string(), z.unknown()).describe(\"Hierarchical structure containing 'name', 'id', and 'children' fields with country and subdivision data.\"),\n}).describe(\"Response model containing the hierarchical structure of countries and subdivisions.\");\n\nexport const serphouseTrendsCountryList = action(\"SERPHOUSE_TRENDS_COUNTRY_LIST\", {\n slug: \"serphouse-trends-country-list\",\n name: \"Get Trends Country List\",\n description: \"Tool to retrieve the full list of countries and states for Google Trends searches. Use when you need geographic targeting options for trends analysis.\",\n input: SerphouseTrendsCountryListInput,\n output: SerphouseTrendsCountryListOutput,\n});\n"],"mappings":";;AAWA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX2D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+GAW1E;CACP,QAX4D,EAAE,OAAO;EACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC/E,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0GAA0G;CAChK,CAAC,CAAC,CAAC,SAAS,qFAOF;AACV,CAAC"}
@@ -0,0 +1,58 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/trends-get.ts
4
+ const SerphouseTrendsGetInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of your trend search task. This is the task ID returned from the trend search request.") }).describe("Request model for retrieving trend search results.");
5
+ const SerphouseTrendsGet_GeoMapDataSchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Geographic map data container.");
6
+ const SerphouseTrendsGet_TimeseriesDataPointSchema = zod.z.object({
7
+ time: zod.z.string().describe("Timestamp of the data point").nullable().optional(),
8
+ value: zod.z.array(zod.z.union([zod.z.number().int(), zod.z.number()])).describe("Search intensity values at this time").nullable().optional(),
9
+ hasData: zod.z.array(zod.z.boolean()).describe("Whether data is available for this time point").nullable().optional(),
10
+ isPartial: zod.z.boolean().describe("Whether this is partial data").nullable().optional(),
11
+ formattedTime: zod.z.string().describe("Human-readable formatted time").nullable().optional(),
12
+ formattedValue: zod.z.array(zod.z.string()).describe("Formatted value strings").nullable().optional(),
13
+ formattedAxisTime: zod.z.string().describe("Formatted axis time").nullable().optional()
14
+ }).passthrough().describe("A single data point in the timeseries data.");
15
+ const SerphouseTrendsGet_RelatedTopicsDataSchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Related topics data container.");
16
+ const SerphouseTrendsGet_RelatedQueriesDataSchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Related queries data container.");
17
+ const SerphouseTrendsGet_TrendResultSchema = zod.z.object({
18
+ GEO_MAP: SerphouseTrendsGet_GeoMapDataSchema.nullable().optional(),
19
+ TIMESERIES: zod.z.array(SerphouseTrendsGet_TimeseriesDataPointSchema).describe("Time series data showing trend over time").nullable().optional(),
20
+ RELATED_TOPICS: SerphouseTrendsGet_RelatedTopicsDataSchema.nullable().optional(),
21
+ RELATED_QUERIES: SerphouseTrendsGet_RelatedQueriesDataSchema.nullable().optional()
22
+ }).passthrough().describe("The actual trend data results.");
23
+ const SerphouseTrendsGet_SearchMetadataSchema = zod.z.object({
24
+ id: zod.z.number().int().describe("Task identifier"),
25
+ status: zod.z.string().describe("Processing status of the task"),
26
+ created_at: zod.z.string().describe("Creation timestamp of the task").nullable().optional(),
27
+ processed_at: zod.z.string().describe("Processing completion timestamp").nullable().optional()
28
+ }).describe("Metadata about the trend search task.");
29
+ const SerphouseTrendsGet_SearchParametersSchema = zod.z.object({
30
+ geo: zod.z.string().describe("Geographic location").nullable().optional(),
31
+ time: zod.z.string().describe("Time period for the search").nullable().optional(),
32
+ category: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
33
+ keywords: zod.z.string().describe("Search keywords").nullable().optional(),
34
+ property: zod.z.string().describe("Property type").nullable().optional(),
35
+ langauge_code: zod.z.string().describe("Language code used").nullable().optional(),
36
+ time_zone_offset: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional()
37
+ }).passthrough().describe("Parameters used for the trend search.");
38
+ const SerphouseTrendsGet_TrendsGetResultsSchema = zod.z.object({
39
+ result: SerphouseTrendsGet_TrendResultSchema.nullable().optional(),
40
+ search_metadata: SerphouseTrendsGet_SearchMetadataSchema.nullable().optional(),
41
+ search_parameters: SerphouseTrendsGet_SearchParametersSchema.nullable().optional()
42
+ }).describe("Inner results object containing trend search data.");
43
+ const SerphouseTrendsGetOutput = zod.z.object({
44
+ msg: zod.z.string().describe("Response message").nullable().optional(),
45
+ status: zod.z.string().describe("Response status (e.g., 'success')"),
46
+ results: SerphouseTrendsGet_TrendsGetResultsSchema.nullable().optional()
47
+ }).describe("Response model for trend search results.");
48
+ const serphouseTrendsGet = require_action.action("SERPHOUSE_TRENDS_GET", {
49
+ slug: "serphouse-trends-get",
50
+ name: "Get Trend Search Results",
51
+ description: "Tool to retrieve the results of a completed trend search query. Use when you need to fetch trend data for a specific task ID that was previously submitted. The task must be completed before results are available.",
52
+ input: SerphouseTrendsGetInput,
53
+ output: SerphouseTrendsGetOutput
54
+ });
55
+ //#endregion
56
+ exports.serphouseTrendsGet = serphouseTrendsGet;
57
+
58
+ //# sourceMappingURL=trends-get.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-get.cjs","names":["z","action"],"sources":["../../src/actions/trends-get.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsGetInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of your trend search task. This is the task ID returned from the trend search request.\"),\n}).describe(\"Request model for retrieving trend search results.\");\nconst SerphouseTrendsGet_GeoMapDataSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Geographic map data container.\");\nconst SerphouseTrendsGet_TimeseriesDataPointSchema: z.ZodTypeAny = z.object({\n time: z.string().describe(\"Timestamp of the data point\").nullable().optional(),\n value: z.array(z.union([z.number().int(), z.number()])).describe(\"Search intensity values at this time\").nullable().optional(),\n hasData: z.array(z.boolean()).describe(\"Whether data is available for this time point\").nullable().optional(),\n isPartial: z.boolean().describe(\"Whether this is partial data\").nullable().optional(),\n formattedTime: z.string().describe(\"Human-readable formatted time\").nullable().optional(),\n formattedValue: z.array(z.string()).describe(\"Formatted value strings\").nullable().optional(),\n formattedAxisTime: z.string().describe(\"Formatted axis time\").nullable().optional(),\n}).passthrough().describe(\"A single data point in the timeseries data.\");\nconst SerphouseTrendsGet_RelatedTopicsDataSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Related topics data container.\");\nconst SerphouseTrendsGet_RelatedQueriesDataSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Related queries data container.\");\nconst SerphouseTrendsGet_TrendResultSchema: z.ZodTypeAny = z.object({\n GEO_MAP: SerphouseTrendsGet_GeoMapDataSchema.nullable().optional(),\n TIMESERIES: z.array(SerphouseTrendsGet_TimeseriesDataPointSchema).describe(\"Time series data showing trend over time\").nullable().optional(),\n RELATED_TOPICS: SerphouseTrendsGet_RelatedTopicsDataSchema.nullable().optional(),\n RELATED_QUERIES: SerphouseTrendsGet_RelatedQueriesDataSchema.nullable().optional(),\n}).passthrough().describe(\"The actual trend data results.\");\nconst SerphouseTrendsGet_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Task identifier\"),\n status: z.string().describe(\"Processing status of the task\"),\n created_at: z.string().describe(\"Creation timestamp of the task\").nullable().optional(),\n processed_at: z.string().describe(\"Processing completion timestamp\").nullable().optional(),\n}).describe(\"Metadata about the trend search task.\");\nconst SerphouseTrendsGet_SearchParametersSchema: z.ZodTypeAny = z.object({\n geo: z.string().describe(\"Geographic location\").nullable().optional(),\n time: z.string().describe(\"Time period for the search\").nullable().optional(),\n category: z.union([z.string(), z.number().int()]).nullable().optional(),\n keywords: z.string().describe(\"Search keywords\").nullable().optional(),\n property: z.string().describe(\"Property type\").nullable().optional(),\n langauge_code: z.string().describe(\"Language code used\").nullable().optional(),\n time_zone_offset: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"Parameters used for the trend search.\");\nconst SerphouseTrendsGet_TrendsGetResultsSchema: z.ZodTypeAny = z.object({\n result: SerphouseTrendsGet_TrendResultSchema.nullable().optional(),\n search_metadata: SerphouseTrendsGet_SearchMetadataSchema.nullable().optional(),\n search_parameters: SerphouseTrendsGet_SearchParametersSchema.nullable().optional(),\n}).describe(\"Inner results object containing trend search data.\");\nexport const SerphouseTrendsGetOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Response message\").nullable().optional(),\n status: z.string().describe(\"Response status (e.g., 'success')\"),\n results: SerphouseTrendsGet_TrendsGetResultsSchema.nullable().optional(),\n}).describe(\"Response model for trend search results.\");\n\nexport const serphouseTrendsGet = action(\"SERPHOUSE_TRENDS_GET\", {\n slug: \"serphouse-trends-get\",\n name: \"Get Trend Search Results\",\n description: \"Tool to retrieve the results of a completed trend search query. Use when you need to fetch trend data for a specific task ID that was previously submitted. The task must be completed before results are available.\",\n input: SerphouseTrendsGetInput,\n output: SerphouseTrendsGetOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/trends-get.d.ts
4
+ declare const SerphouseTrendsGetInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsGetOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsGet: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsGet };
9
+ //# sourceMappingURL=trends-get.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-get.d.cts","names":[],"sources":["../../src/actions/trends-get.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEyB;AAAA,cAuCpD,wBAAA,EAA0B,CAAA,CAAE,UAIc;AAAA,cAE1C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/trends-get.d.ts
4
+ declare const SerphouseTrendsGetInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsGetOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsGet: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsGet };
9
+ //# sourceMappingURL=trends-get.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-get.d.mts","names":[],"sources":["../../src/actions/trends-get.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEyB;AAAA,cAuCpD,wBAAA,EAA0B,CAAA,CAAE,UAIc;AAAA,cAE1C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,57 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/trends-get.ts
4
+ const SerphouseTrendsGetInput = z.object({ id: z.string().describe("Unique identifier of your trend search task. This is the task ID returned from the trend search request.") }).describe("Request model for retrieving trend search results.");
5
+ const SerphouseTrendsGet_GeoMapDataSchema = z.record(z.string(), z.unknown()).describe("Geographic map data container.");
6
+ const SerphouseTrendsGet_TimeseriesDataPointSchema = z.object({
7
+ time: z.string().describe("Timestamp of the data point").nullable().optional(),
8
+ value: z.array(z.union([z.number().int(), z.number()])).describe("Search intensity values at this time").nullable().optional(),
9
+ hasData: z.array(z.boolean()).describe("Whether data is available for this time point").nullable().optional(),
10
+ isPartial: z.boolean().describe("Whether this is partial data").nullable().optional(),
11
+ formattedTime: z.string().describe("Human-readable formatted time").nullable().optional(),
12
+ formattedValue: z.array(z.string()).describe("Formatted value strings").nullable().optional(),
13
+ formattedAxisTime: z.string().describe("Formatted axis time").nullable().optional()
14
+ }).passthrough().describe("A single data point in the timeseries data.");
15
+ const SerphouseTrendsGet_RelatedTopicsDataSchema = z.record(z.string(), z.unknown()).describe("Related topics data container.");
16
+ const SerphouseTrendsGet_RelatedQueriesDataSchema = z.record(z.string(), z.unknown()).describe("Related queries data container.");
17
+ const SerphouseTrendsGet_TrendResultSchema = z.object({
18
+ GEO_MAP: SerphouseTrendsGet_GeoMapDataSchema.nullable().optional(),
19
+ TIMESERIES: z.array(SerphouseTrendsGet_TimeseriesDataPointSchema).describe("Time series data showing trend over time").nullable().optional(),
20
+ RELATED_TOPICS: SerphouseTrendsGet_RelatedTopicsDataSchema.nullable().optional(),
21
+ RELATED_QUERIES: SerphouseTrendsGet_RelatedQueriesDataSchema.nullable().optional()
22
+ }).passthrough().describe("The actual trend data results.");
23
+ const SerphouseTrendsGet_SearchMetadataSchema = z.object({
24
+ id: z.number().int().describe("Task identifier"),
25
+ status: z.string().describe("Processing status of the task"),
26
+ created_at: z.string().describe("Creation timestamp of the task").nullable().optional(),
27
+ processed_at: z.string().describe("Processing completion timestamp").nullable().optional()
28
+ }).describe("Metadata about the trend search task.");
29
+ const SerphouseTrendsGet_SearchParametersSchema = z.object({
30
+ geo: z.string().describe("Geographic location").nullable().optional(),
31
+ time: z.string().describe("Time period for the search").nullable().optional(),
32
+ category: z.union([z.string(), z.number().int()]).nullable().optional(),
33
+ keywords: z.string().describe("Search keywords").nullable().optional(),
34
+ property: z.string().describe("Property type").nullable().optional(),
35
+ langauge_code: z.string().describe("Language code used").nullable().optional(),
36
+ time_zone_offset: z.union([z.string(), z.number().int()]).nullable().optional()
37
+ }).passthrough().describe("Parameters used for the trend search.");
38
+ const SerphouseTrendsGet_TrendsGetResultsSchema = z.object({
39
+ result: SerphouseTrendsGet_TrendResultSchema.nullable().optional(),
40
+ search_metadata: SerphouseTrendsGet_SearchMetadataSchema.nullable().optional(),
41
+ search_parameters: SerphouseTrendsGet_SearchParametersSchema.nullable().optional()
42
+ }).describe("Inner results object containing trend search data.");
43
+ const serphouseTrendsGet = action("SERPHOUSE_TRENDS_GET", {
44
+ slug: "serphouse-trends-get",
45
+ name: "Get Trend Search Results",
46
+ description: "Tool to retrieve the results of a completed trend search query. Use when you need to fetch trend data for a specific task ID that was previously submitted. The task must be completed before results are available.",
47
+ input: SerphouseTrendsGetInput,
48
+ output: z.object({
49
+ msg: z.string().describe("Response message").nullable().optional(),
50
+ status: z.string().describe("Response status (e.g., 'success')"),
51
+ results: SerphouseTrendsGet_TrendsGetResultsSchema.nullable().optional()
52
+ }).describe("Response model for trend search results.")
53
+ });
54
+ //#endregion
55
+ export { serphouseTrendsGet };
56
+
57
+ //# sourceMappingURL=trends-get.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-get.mjs","names":[],"sources":["../../src/actions/trends-get.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsGetInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of your trend search task. This is the task ID returned from the trend search request.\"),\n}).describe(\"Request model for retrieving trend search results.\");\nconst SerphouseTrendsGet_GeoMapDataSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Geographic map data container.\");\nconst SerphouseTrendsGet_TimeseriesDataPointSchema: z.ZodTypeAny = z.object({\n time: z.string().describe(\"Timestamp of the data point\").nullable().optional(),\n value: z.array(z.union([z.number().int(), z.number()])).describe(\"Search intensity values at this time\").nullable().optional(),\n hasData: z.array(z.boolean()).describe(\"Whether data is available for this time point\").nullable().optional(),\n isPartial: z.boolean().describe(\"Whether this is partial data\").nullable().optional(),\n formattedTime: z.string().describe(\"Human-readable formatted time\").nullable().optional(),\n formattedValue: z.array(z.string()).describe(\"Formatted value strings\").nullable().optional(),\n formattedAxisTime: z.string().describe(\"Formatted axis time\").nullable().optional(),\n}).passthrough().describe(\"A single data point in the timeseries data.\");\nconst SerphouseTrendsGet_RelatedTopicsDataSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Related topics data container.\");\nconst SerphouseTrendsGet_RelatedQueriesDataSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Related queries data container.\");\nconst SerphouseTrendsGet_TrendResultSchema: z.ZodTypeAny = z.object({\n GEO_MAP: SerphouseTrendsGet_GeoMapDataSchema.nullable().optional(),\n TIMESERIES: z.array(SerphouseTrendsGet_TimeseriesDataPointSchema).describe(\"Time series data showing trend over time\").nullable().optional(),\n RELATED_TOPICS: SerphouseTrendsGet_RelatedTopicsDataSchema.nullable().optional(),\n RELATED_QUERIES: SerphouseTrendsGet_RelatedQueriesDataSchema.nullable().optional(),\n}).passthrough().describe(\"The actual trend data results.\");\nconst SerphouseTrendsGet_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Task identifier\"),\n status: z.string().describe(\"Processing status of the task\"),\n created_at: z.string().describe(\"Creation timestamp of the task\").nullable().optional(),\n processed_at: z.string().describe(\"Processing completion timestamp\").nullable().optional(),\n}).describe(\"Metadata about the trend search task.\");\nconst SerphouseTrendsGet_SearchParametersSchema: z.ZodTypeAny = z.object({\n geo: z.string().describe(\"Geographic location\").nullable().optional(),\n time: z.string().describe(\"Time period for the search\").nullable().optional(),\n category: z.union([z.string(), z.number().int()]).nullable().optional(),\n keywords: z.string().describe(\"Search keywords\").nullable().optional(),\n property: z.string().describe(\"Property type\").nullable().optional(),\n langauge_code: z.string().describe(\"Language code used\").nullable().optional(),\n time_zone_offset: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"Parameters used for the trend search.\");\nconst SerphouseTrendsGet_TrendsGetResultsSchema: z.ZodTypeAny = z.object({\n result: SerphouseTrendsGet_TrendResultSchema.nullable().optional(),\n search_metadata: SerphouseTrendsGet_SearchMetadataSchema.nullable().optional(),\n search_parameters: SerphouseTrendsGet_SearchParametersSchema.nullable().optional(),\n}).describe(\"Inner results object containing trend search data.\");\nexport const SerphouseTrendsGetOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Response message\").nullable().optional(),\n status: z.string().describe(\"Response status (e.g., 'success')\"),\n results: SerphouseTrendsGet_TrendsGetResultsSchema.nullable().optional(),\n}).describe(\"Response model for trend search results.\");\n\nexport const serphouseTrendsGet = action(\"SERPHOUSE_TRENDS_GET\", {\n slug: \"serphouse-trends-get\",\n name: \"Get Trend Search Results\",\n description: \"Tool to retrieve the results of a completed trend search query. Use when you need to fetch trend data for a specific task ID that was previously submitted. The task must be completed before results are available.\",\n input: SerphouseTrendsGetInput,\n output: SerphouseTrendsGetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,EACpI,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,sCAAoD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC;AACrI,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AACvE,MAAM,6CAA2D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5I,MAAM,8CAA4D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC9I,MAAM,uCAAqD,EAAE,OAAO;CAClE,SAAS,oCAAoC,SAAS,CAAC,CAAC,SAAS;CACjE,YAAY,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,gBAAgB,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAC/E,iBAAiB,4CAA4C,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAC1D,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CAC/C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,4CAA0D,EAAE,OAAO;CACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAU,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,kBAAkB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,4CAA0D,EAAE,OAAO;CACvE,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,iBAAiB,wCAAwC,SAAS,CAAC,CAAC,SAAS;CAC7E,mBAAmB,0CAA0C,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAOhE,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXoD,EAAE,OAAO;EAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,SAAS,0CAA0C,SAAS,CAAC,CAAC,SAAS;CACzE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/trends-language-list.ts
4
+ const SerphouseTrendsLanguageListInput = zod.z.object({}).describe("Request model for retrieving the full list of supported languages for Google Trends.\nNo parameters are required.");
5
+ const SerphouseTrendsLanguageListOutput = zod.z.object({
6
+ msg: zod.z.string().describe("Status message. Returns 'Completed' on success or 'Unauthenticated' on authentication failure."),
7
+ status: zod.z.string().describe("Operation result indicator. Returns 'success' on successful retrieval or 'error' on failure."),
8
+ results: zod.z.object({}).describe("Dictionary of language codes to language names. Keys are ISO language codes (e.g., 'en', 'fr', 'de') and values are full language names (e.g., 'English', 'French', 'German').")
9
+ }).describe("Response model containing the list of supported languages for Google Trends searches.");
10
+ const serphouseTrendsLanguageList = require_action.action("SERPHOUSE_TRENDS_LANGUAGE_LIST", {
11
+ slug: "serphouse-trends-language-list",
12
+ name: "Get Trends Language List",
13
+ description: "Tool to retrieve the full list of supported languages for Google Trends searches. Use when you need to identify valid language codes for trend search requests.",
14
+ input: SerphouseTrendsLanguageListInput,
15
+ output: SerphouseTrendsLanguageListOutput
16
+ });
17
+ //#endregion
18
+ exports.serphouseTrendsLanguageList = serphouseTrendsLanguageList;
19
+
20
+ //# sourceMappingURL=trends-language-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-language-list.cjs","names":["z","action"],"sources":["../../src/actions/trends-language-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsLanguageListInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the full list of supported languages for Google Trends.\\nNo parameters are required.\");\nexport const SerphouseTrendsLanguageListOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Status message. Returns 'Completed' on success or 'Unauthenticated' on authentication failure.\"),\n status: z.string().describe(\"Operation result indicator. Returns 'success' on successful retrieval or 'error' on failure.\"),\n results: z.object({}).describe(\"Dictionary of language codes to language names. Keys are ISO language codes (e.g., 'en', 'fr', 'de') and values are full language names (e.g., 'English', 'French', 'German').\"),\n}).describe(\"Response model containing the list of supported languages for Google Trends searches.\");\n\nexport const serphouseTrendsLanguageList = action(\"SERPHOUSE_TRENDS_LANGUAGE_LIST\", {\n slug: \"serphouse-trends-language-list\",\n name: \"Get Trends Language List\",\n description: \"Tool to retrieve the full list of supported languages for Google Trends searches. Use when you need to identify valid language codes for trend search requests.\",\n input: SerphouseTrendsLanguageListInput,\n output: SerphouseTrendsLanguageListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mHAAmH;AACvM,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;CACzH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F;CAC1H,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gLAAgL;AACjN,CAAC,CAAC,CAAC,SAAS,uFAAuF;AAEnG,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/trends-language-list.d.ts
4
+ declare const SerphouseTrendsLanguageListInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsLanguageListOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsLanguageList };
9
+ //# sourceMappingURL=trends-language-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-language-list.d.cts","names":[],"sources":["../../src/actions/trends-language-list.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAuJ;AAAA,cAC3L,iCAAA,EAAmC,CAAA,CAAE,UAIkD;AAAA,cAEvF,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/trends-language-list.d.ts
4
+ declare const SerphouseTrendsLanguageListInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsLanguageListOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsLanguageList };
9
+ //# sourceMappingURL=trends-language-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-language-list.d.mts","names":[],"sources":["../../src/actions/trends-language-list.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAuJ;AAAA,cAC3L,iCAAA,EAAmC,CAAA,CAAE,UAIkD;AAAA,cAEvF,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const serphouseTrendsLanguageList = action("SERPHOUSE_TRENDS_LANGUAGE_LIST", {
4
+ slug: "serphouse-trends-language-list",
5
+ name: "Get Trends Language List",
6
+ description: "Tool to retrieve the full list of supported languages for Google Trends searches. Use when you need to identify valid language codes for trend search requests.",
7
+ input: z.object({}).describe("Request model for retrieving the full list of supported languages for Google Trends.\nNo parameters are required."),
8
+ output: z.object({
9
+ msg: z.string().describe("Status message. Returns 'Completed' on success or 'Unauthenticated' on authentication failure."),
10
+ status: z.string().describe("Operation result indicator. Returns 'success' on successful retrieval or 'error' on failure."),
11
+ results: z.object({}).describe("Dictionary of language codes to language names. Keys are ISO language codes (e.g., 'en', 'fr', 'de') and values are full language names (e.g., 'English', 'French', 'German').")
12
+ }).describe("Response model containing the list of supported languages for Google Trends searches.")
13
+ });
14
+ //#endregion
15
+ export { serphouseTrendsLanguageList };
16
+
17
+ //# sourceMappingURL=trends-language-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-language-list.mjs","names":[],"sources":["../../src/actions/trends-language-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsLanguageListInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the full list of supported languages for Google Trends.\\nNo parameters are required.\");\nexport const SerphouseTrendsLanguageListOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Status message. Returns 'Completed' on success or 'Unauthenticated' on authentication failure.\"),\n status: z.string().describe(\"Operation result indicator. Returns 'success' on successful retrieval or 'error' on failure.\"),\n results: z.object({}).describe(\"Dictionary of language codes to language names. Keys are ISO language codes (e.g., 'en', 'fr', 'de') and values are full language names (e.g., 'English', 'French', 'German').\"),\n}).describe(\"Response model containing the list of supported languages for Google Trends searches.\");\n\nexport const serphouseTrendsLanguageList = action(\"SERPHOUSE_TRENDS_LANGUAGE_LIST\", {\n slug: \"serphouse-trends-language-list\",\n name: \"Get Trends Language List\",\n description: \"Tool to retrieve the full list of supported languages for Google Trends searches. Use when you need to identify valid language codes for trend search requests.\",\n input: SerphouseTrendsLanguageListInput,\n output: SerphouseTrendsLanguageListOutput,\n});\n"],"mappings":";;AAWA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX4D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mHAW3E;CACP,QAX6D,EAAE,OAAO;EACtE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;EACzH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F;EAC1H,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gLAAgL;CACjN,CAAC,CAAC,CAAC,SAAS,uFAOF;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/trends-schedule.ts
4
+ const SerphouseTrendsScheduleInput = zod.z.object({
5
+ data: zod.z.array(zod.z.object({
6
+ geo: zod.z.string().default("").describe("Geographic location code (default empty for worldwide). Example: 'us', 'gb', 'in'").optional(),
7
+ time: zod.z.string().describe("Time range options: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom format '2021-01-24 2021-02-25'"),
8
+ category: zod.z.number().int().default(0).describe("Category ID (default 0 for all categories)").optional(),
9
+ keywords: zod.z.string().describe("Single keyword or multiple keywords separated by commas (max 5). Example: 'artificial intelligence' or 'google, youtube, yahoo'"),
10
+ property: zod.z.string().default("").describe("Search type - empty string '' for web search, 'images', 'news', 'froogle' for shopping, 'youtube'").optional(),
11
+ langauge_code: zod.z.string().default("en").describe("Language code (default 'en')").optional(),
12
+ time_zone_offset: zod.z.number().int().describe("Timezone offset value (e.g., -330 for IST, 0 for UTC). Retrieve from timezone list endpoint.")
13
+ }).describe("Individual trend search task configuration.")).describe("Array of trend search tasks to schedule (max 100 tasks in batch)"),
14
+ pingback_url: zod.z.string().describe("Notification URL for task completion via GET request").optional(),
15
+ postback_url: zod.z.string().describe("Webhook URL for result delivery via POST request").optional()
16
+ }).describe("Request parameters for scheduling Google Trends search tasks.");
17
+ const SerphouseTrendsSchedule_ScheduledTaskResultSchema = zod.z.object({
18
+ q: zod.z.string().describe("Query keyword submitted").nullable().optional(),
19
+ id: zod.z.number().int().describe("Unique task identifier").nullable().optional(),
20
+ geo: zod.z.string().describe("Geographic location").nullable().optional(),
21
+ lang: zod.z.string().describe("Language code").nullable().optional(),
22
+ time: zod.z.string().describe("Time range parameter").nullable().optional(),
23
+ status: zod.z.number().int().describe("Task processing status code").nullable().optional(),
24
+ category: zod.z.number().int().describe("Category identifier").nullable().optional(),
25
+ property: zod.z.string().describe("Search property type").nullable().optional(),
26
+ created_at: zod.z.string().describe("Task creation timestamp").nullable().optional(),
27
+ updated_at: zod.z.string().describe("Last modification timestamp").nullable().optional(),
28
+ is_scheduled: zod.z.number().int().describe("Scheduling confirmation flag (1 for scheduled, 0 for not scheduled)").nullable().optional()
29
+ }).describe("Individual scheduled task result.");
30
+ const SerphouseTrendsScheduleOutput = zod.z.object({
31
+ msg: zod.z.string().describe("Status message describing the outcome"),
32
+ status: zod.z.string().describe("Response status ('success' or 'error')"),
33
+ results: zod.z.array(SerphouseTrendsSchedule_ScheduledTaskResultSchema).describe("Array of scheduled task objects").nullable().optional()
34
+ }).describe("Response schema for scheduled Google Trends search tasks.");
35
+ const serphouseTrendsSchedule = require_action.action("SERPHOUSE_TRENDS_SCHEDULE", {
36
+ slug: "serphouse-trends-schedule",
37
+ name: "Schedule Google Trends Search",
38
+ description: "Tool to schedule Google Trends search tasks with configuration for keywords, time ranges, and geographic locations. Use when you need to collect Google Trends data for specific keywords, time periods, or regions. Supports batch processing of up to 100 tasks.",
39
+ input: SerphouseTrendsScheduleInput,
40
+ output: SerphouseTrendsScheduleOutput
41
+ });
42
+ //#endregion
43
+ exports.serphouseTrendsSchedule = serphouseTrendsSchedule;
44
+
45
+ //# sourceMappingURL=trends-schedule.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-schedule.cjs","names":["z","action"],"sources":["../../src/actions/trends-schedule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsScheduleInput: z.ZodTypeAny = z.object({\n data: z.array(z.object({\n geo: z.string().default(\"\").describe(\"Geographic location code (default empty for worldwide). Example: 'us', 'gb', 'in'\").optional(),\n time: z.string().describe(\"Time range options: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom format '2021-01-24 2021-02-25'\"),\n category: z.number().int().default(0).describe(\"Category ID (default 0 for all categories)\").optional(),\n keywords: z.string().describe(\"Single keyword or multiple keywords separated by commas (max 5). Example: 'artificial intelligence' or 'google, youtube, yahoo'\"),\n property: z.string().default(\"\").describe(\"Search type - empty string '' for web search, 'images', 'news', 'froogle' for shopping, 'youtube'\").optional(),\n langauge_code: z.string().default(\"en\").describe(\"Language code (default 'en')\").optional(),\n time_zone_offset: z.number().int().describe(\"Timezone offset value (e.g., -330 for IST, 0 for UTC). Retrieve from timezone list endpoint.\"),\n}).describe(\"Individual trend search task configuration.\")).describe(\"Array of trend search tasks to schedule (max 100 tasks in batch)\"),\n pingback_url: z.string().describe(\"Notification URL for task completion via GET request\").optional(),\n postback_url: z.string().describe(\"Webhook URL for result delivery via POST request\").optional(),\n}).describe(\"Request parameters for scheduling Google Trends search tasks.\");\nconst SerphouseTrendsSchedule_ScheduledTaskResultSchema: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Query keyword submitted\").nullable().optional(),\n id: z.number().int().describe(\"Unique task identifier\").nullable().optional(),\n geo: z.string().describe(\"Geographic location\").nullable().optional(),\n lang: z.string().describe(\"Language code\").nullable().optional(),\n time: z.string().describe(\"Time range parameter\").nullable().optional(),\n status: z.number().int().describe(\"Task processing status code\").nullable().optional(),\n category: z.number().int().describe(\"Category identifier\").nullable().optional(),\n property: z.string().describe(\"Search property type\").nullable().optional(),\n created_at: z.string().describe(\"Task creation timestamp\").nullable().optional(),\n updated_at: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n is_scheduled: z.number().int().describe(\"Scheduling confirmation flag (1 for scheduled, 0 for not scheduled)\").nullable().optional(),\n}).describe(\"Individual scheduled task result.\");\nexport const SerphouseTrendsScheduleOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Status message describing the outcome\"),\n status: z.string().describe(\"Response status ('success' or 'error')\"),\n results: z.array(SerphouseTrendsSchedule_ScheduledTaskResultSchema).describe(\"Array of scheduled task objects\").nullable().optional(),\n}).describe(\"Response schema for scheduled Google Trends search tasks.\");\n\nexport const serphouseTrendsSchedule = action(\"SERPHOUSE_TRENDS_SCHEDULE\", {\n slug: \"serphouse-trends-schedule\",\n name: \"Schedule Google Trends Search\",\n description: \"Tool to schedule Google Trends search tasks with configuration for keywords, time ranges, and geographic locations. Use when you need to collect Google Trends data for specific keywords, time periods, or regions. Supports batch processing of up to 100 tasks.\",\n input: SerphouseTrendsScheduleInput,\n output: SerphouseTrendsScheduleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACvB,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EACnI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J;EACzL,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACtG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI;EAC/J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;EACxJ,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC1F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F;CAC5I,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,CAAC,SAAS,kEAAkE;CACrI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACnG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,SAASA,IAAAA,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/trends-schedule.d.ts
4
+ declare const SerphouseTrendsScheduleInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsScheduleOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsSchedule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsSchedule };
9
+ //# sourceMappingURL=trends-schedule.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-schedule.d.cts","names":[],"sources":["../../src/actions/trends-schedule.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAY+B;AAAA,cAc/D,6BAAA,EAA+B,CAAA,CAAE,UAI0B;AAAA,cAE3D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/trends-schedule.d.ts
4
+ declare const SerphouseTrendsScheduleInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsScheduleOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsSchedule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsSchedule };
9
+ //# sourceMappingURL=trends-schedule.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-schedule.d.mts","names":[],"sources":["../../src/actions/trends-schedule.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAY+B;AAAA,cAc/D,6BAAA,EAA+B,CAAA,CAAE,UAI0B;AAAA,cAE3D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,44 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/trends-schedule.ts
4
+ const SerphouseTrendsScheduleInput = z.object({
5
+ data: z.array(z.object({
6
+ geo: z.string().default("").describe("Geographic location code (default empty for worldwide). Example: 'us', 'gb', 'in'").optional(),
7
+ time: z.string().describe("Time range options: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom format '2021-01-24 2021-02-25'"),
8
+ category: z.number().int().default(0).describe("Category ID (default 0 for all categories)").optional(),
9
+ keywords: z.string().describe("Single keyword or multiple keywords separated by commas (max 5). Example: 'artificial intelligence' or 'google, youtube, yahoo'"),
10
+ property: z.string().default("").describe("Search type - empty string '' for web search, 'images', 'news', 'froogle' for shopping, 'youtube'").optional(),
11
+ langauge_code: z.string().default("en").describe("Language code (default 'en')").optional(),
12
+ time_zone_offset: z.number().int().describe("Timezone offset value (e.g., -330 for IST, 0 for UTC). Retrieve from timezone list endpoint.")
13
+ }).describe("Individual trend search task configuration.")).describe("Array of trend search tasks to schedule (max 100 tasks in batch)"),
14
+ pingback_url: z.string().describe("Notification URL for task completion via GET request").optional(),
15
+ postback_url: z.string().describe("Webhook URL for result delivery via POST request").optional()
16
+ }).describe("Request parameters for scheduling Google Trends search tasks.");
17
+ const SerphouseTrendsSchedule_ScheduledTaskResultSchema = z.object({
18
+ q: z.string().describe("Query keyword submitted").nullable().optional(),
19
+ id: z.number().int().describe("Unique task identifier").nullable().optional(),
20
+ geo: z.string().describe("Geographic location").nullable().optional(),
21
+ lang: z.string().describe("Language code").nullable().optional(),
22
+ time: z.string().describe("Time range parameter").nullable().optional(),
23
+ status: z.number().int().describe("Task processing status code").nullable().optional(),
24
+ category: z.number().int().describe("Category identifier").nullable().optional(),
25
+ property: z.string().describe("Search property type").nullable().optional(),
26
+ created_at: z.string().describe("Task creation timestamp").nullable().optional(),
27
+ updated_at: z.string().describe("Last modification timestamp").nullable().optional(),
28
+ is_scheduled: z.number().int().describe("Scheduling confirmation flag (1 for scheduled, 0 for not scheduled)").nullable().optional()
29
+ }).describe("Individual scheduled task result.");
30
+ const serphouseTrendsSchedule = action("SERPHOUSE_TRENDS_SCHEDULE", {
31
+ slug: "serphouse-trends-schedule",
32
+ name: "Schedule Google Trends Search",
33
+ description: "Tool to schedule Google Trends search tasks with configuration for keywords, time ranges, and geographic locations. Use when you need to collect Google Trends data for specific keywords, time periods, or regions. Supports batch processing of up to 100 tasks.",
34
+ input: SerphouseTrendsScheduleInput,
35
+ output: z.object({
36
+ msg: z.string().describe("Status message describing the outcome"),
37
+ status: z.string().describe("Response status ('success' or 'error')"),
38
+ results: z.array(SerphouseTrendsSchedule_ScheduledTaskResultSchema).describe("Array of scheduled task objects").nullable().optional()
39
+ }).describe("Response schema for scheduled Google Trends search tasks.")
40
+ });
41
+ //#endregion
42
+ export { serphouseTrendsSchedule };
43
+
44
+ //# sourceMappingURL=trends-schedule.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-schedule.mjs","names":[],"sources":["../../src/actions/trends-schedule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsScheduleInput: z.ZodTypeAny = z.object({\n data: z.array(z.object({\n geo: z.string().default(\"\").describe(\"Geographic location code (default empty for worldwide). Example: 'us', 'gb', 'in'\").optional(),\n time: z.string().describe(\"Time range options: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom format '2021-01-24 2021-02-25'\"),\n category: z.number().int().default(0).describe(\"Category ID (default 0 for all categories)\").optional(),\n keywords: z.string().describe(\"Single keyword or multiple keywords separated by commas (max 5). Example: 'artificial intelligence' or 'google, youtube, yahoo'\"),\n property: z.string().default(\"\").describe(\"Search type - empty string '' for web search, 'images', 'news', 'froogle' for shopping, 'youtube'\").optional(),\n langauge_code: z.string().default(\"en\").describe(\"Language code (default 'en')\").optional(),\n time_zone_offset: z.number().int().describe(\"Timezone offset value (e.g., -330 for IST, 0 for UTC). Retrieve from timezone list endpoint.\"),\n}).describe(\"Individual trend search task configuration.\")).describe(\"Array of trend search tasks to schedule (max 100 tasks in batch)\"),\n pingback_url: z.string().describe(\"Notification URL for task completion via GET request\").optional(),\n postback_url: z.string().describe(\"Webhook URL for result delivery via POST request\").optional(),\n}).describe(\"Request parameters for scheduling Google Trends search tasks.\");\nconst SerphouseTrendsSchedule_ScheduledTaskResultSchema: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Query keyword submitted\").nullable().optional(),\n id: z.number().int().describe(\"Unique task identifier\").nullable().optional(),\n geo: z.string().describe(\"Geographic location\").nullable().optional(),\n lang: z.string().describe(\"Language code\").nullable().optional(),\n time: z.string().describe(\"Time range parameter\").nullable().optional(),\n status: z.number().int().describe(\"Task processing status code\").nullable().optional(),\n category: z.number().int().describe(\"Category identifier\").nullable().optional(),\n property: z.string().describe(\"Search property type\").nullable().optional(),\n created_at: z.string().describe(\"Task creation timestamp\").nullable().optional(),\n updated_at: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n is_scheduled: z.number().int().describe(\"Scheduling confirmation flag (1 for scheduled, 0 for not scheduled)\").nullable().optional(),\n}).describe(\"Individual scheduled task result.\");\nexport const SerphouseTrendsScheduleOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Status message describing the outcome\"),\n status: z.string().describe(\"Response status ('success' or 'error')\"),\n results: z.array(SerphouseTrendsSchedule_ScheduledTaskResultSchema).describe(\"Array of scheduled task objects\").nullable().optional(),\n}).describe(\"Response schema for scheduled Google Trends search tasks.\");\n\nexport const serphouseTrendsSchedule = action(\"SERPHOUSE_TRENDS_SCHEDULE\", {\n slug: \"serphouse-trends-schedule\",\n name: \"Schedule Google Trends Search\",\n description: \"Tool to schedule Google Trends search tasks with configuration for keywords, time ranges, and geographic locations. Use when you need to collect Google Trends data for specific keywords, time periods, or regions. Supports batch processing of up to 100 tasks.\",\n input: SerphouseTrendsScheduleInput,\n output: SerphouseTrendsScheduleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,MAAM,EAAE,OAAO;EACvB,KAAK,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EACnI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J;EACzL,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACtG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI;EAC/J,UAAU,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;EACxJ,eAAe,EAAE,OAAO,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC1F,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F;CAC5I,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,CAAC,SAAS,kEAAkE;CACrI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,oDAAkE,EAAE,OAAO;CAC/E,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAO/C,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACpE,SAAS,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,50 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/trends-search.ts
4
+ const SerphouseTrendsSearchInput = zod.z.object({
5
+ geo: zod.z.string().default("").describe("Geographic location. '' for Worldwide or country/state code.").optional(),
6
+ time: zod.z.string().describe("Time range specification. Valid values: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom range 'YYYY-MM-DD YYYY-MM-DD'."),
7
+ category: zod.z.number().int().default(0).describe("Category filter. 0 for all categories or specific category ID.").optional(),
8
+ keywords: zod.z.string().describe("Search terms (max 5). Single term like 'google' or comma-separated like 'google,youtube'."),
9
+ property: zod.z.string().default("").describe("Search property type. Valid values: '' (Web), 'images', 'news', 'froogle', 'youtube'.").optional(),
10
+ langauge_code: zod.z.string().default("en").describe("Language code. 'en' or other language codes.").optional(),
11
+ time_zone_offset: zod.z.number().int().describe("Timezone offset value. Available offsets from timezone list endpoint.")
12
+ }).describe("Request model for performing Google Trends search.");
13
+ const SerphouseTrendsSearch_ResultsSchema = zod.z.object({
14
+ GEO_MAP: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Geographic distribution data by keyword.").nullable().optional(),
15
+ TIMESERIES: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Time-indexed trend data showing popularity over time.").nullable().optional(),
16
+ RELATED_QUERIES: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Top and rising related queries by keyword.").nullable().optional()
17
+ }).describe("Trend data results.");
18
+ const SerphouseTrendsSearch_SearchMetadataSchema = zod.z.object({
19
+ id: zod.z.number().describe("Unique search identifier.").nullable().optional(),
20
+ status: zod.z.string().describe("Search status.").nullable().optional(),
21
+ created_at: zod.z.string().describe("ISO timestamp of when search was created.").nullable().optional(),
22
+ processed_at: zod.z.string().describe("Timestamp of when search was processed.").nullable().optional()
23
+ }).describe("Metadata about the search request.");
24
+ const SerphouseTrendsSearch_SearchParametersSchema = zod.z.object({
25
+ geo: zod.z.string().describe("Geographic location.").nullable().optional(),
26
+ time: zod.z.string().describe("Time range specification.").nullable().optional(),
27
+ category: zod.z.number().int().describe("Category filter.").nullable().optional(),
28
+ keywords: zod.z.string().describe("Search terms.").nullable().optional(),
29
+ property: zod.z.string().describe("Search property type.").nullable().optional(),
30
+ langauge_code: zod.z.string().describe("Language code.").nullable().optional(),
31
+ time_zone_offset: zod.z.number().int().describe("Timezone offset value.").nullable().optional()
32
+ }).describe("Echo of submitted parameters.");
33
+ const SerphouseTrendsSearchOutput = zod.z.object({
34
+ msg: zod.z.string().describe("Response message, value: 'Completed'.").nullable().optional(),
35
+ status: zod.z.string().describe("Response status, value: 'success'.").nullable().optional(),
36
+ results: SerphouseTrendsSearch_ResultsSchema.nullable().optional(),
37
+ search_metadata: SerphouseTrendsSearch_SearchMetadataSchema.nullable().optional(),
38
+ search_parameters: SerphouseTrendsSearch_SearchParametersSchema.nullable().optional()
39
+ }).describe("Response model for Google Trends search results.");
40
+ const serphouseTrendsSearch = require_action.action("SERPHOUSE_TRENDS_SEARCH", {
41
+ slug: "serphouse-trends-search",
42
+ name: "Perform Google Trends Search",
43
+ description: "Tool to perform real-time Google Trends search to retrieve trend data for specified keywords. Use when you need to analyze keyword popularity across time periods and geographic locations.",
44
+ input: SerphouseTrendsSearchInput,
45
+ output: SerphouseTrendsSearchOutput
46
+ });
47
+ //#endregion
48
+ exports.serphouseTrendsSearch = serphouseTrendsSearch;
49
+
50
+ //# sourceMappingURL=trends-search.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-search.cjs","names":["z","action"],"sources":["../../src/actions/trends-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseTrendsSearchInput: z.ZodTypeAny = z.object({\n geo: z.string().default(\"\").describe(\"Geographic location. '' for Worldwide or country/state code.\").optional(),\n time: z.string().describe(\"Time range specification. Valid values: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom range 'YYYY-MM-DD YYYY-MM-DD'.\"),\n category: z.number().int().default(0).describe(\"Category filter. 0 for all categories or specific category ID.\").optional(),\n keywords: z.string().describe(\"Search terms (max 5). Single term like 'google' or comma-separated like 'google,youtube'.\"),\n property: z.string().default(\"\").describe(\"Search property type. Valid values: '' (Web), 'images', 'news', 'froogle', 'youtube'.\").optional(),\n langauge_code: z.string().default(\"en\").describe(\"Language code. 'en' or other language codes.\").optional(),\n time_zone_offset: z.number().int().describe(\"Timezone offset value. Available offsets from timezone list endpoint.\"),\n}).describe(\"Request model for performing Google Trends search.\");\nconst SerphouseTrendsSearch_ResultsSchema: z.ZodTypeAny = z.object({\n GEO_MAP: z.record(z.string(), z.unknown()).describe(\"Geographic distribution data by keyword.\").nullable().optional(),\n TIMESERIES: z.array(z.record(z.string(), z.unknown())).describe(\"Time-indexed trend data showing popularity over time.\").nullable().optional(),\n RELATED_QUERIES: z.record(z.string(), z.unknown()).describe(\"Top and rising related queries by keyword.\").nullable().optional(),\n}).describe(\"Trend data results.\");\nconst SerphouseTrendsSearch_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.number().describe(\"Unique search identifier.\").nullable().optional(),\n status: z.string().describe(\"Search status.\").nullable().optional(),\n created_at: z.string().describe(\"ISO timestamp of when search was created.\").nullable().optional(),\n processed_at: z.string().describe(\"Timestamp of when search was processed.\").nullable().optional(),\n}).describe(\"Metadata about the search request.\");\nconst SerphouseTrendsSearch_SearchParametersSchema: z.ZodTypeAny = z.object({\n geo: z.string().describe(\"Geographic location.\").nullable().optional(),\n time: z.string().describe(\"Time range specification.\").nullable().optional(),\n category: z.number().int().describe(\"Category filter.\").nullable().optional(),\n keywords: z.string().describe(\"Search terms.\").nullable().optional(),\n property: z.string().describe(\"Search property type.\").nullable().optional(),\n langauge_code: z.string().describe(\"Language code.\").nullable().optional(),\n time_zone_offset: z.number().int().describe(\"Timezone offset value.\").nullable().optional(),\n}).describe(\"Echo of submitted parameters.\");\nexport const SerphouseTrendsSearchOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Response message, value: 'Completed'.\").nullable().optional(),\n status: z.string().describe(\"Response status, value: 'success'.\").nullable().optional(),\n results: SerphouseTrendsSearch_ResultsSchema.nullable().optional(),\n search_metadata: SerphouseTrendsSearch_SearchMetadataSchema.nullable().optional(),\n search_parameters: SerphouseTrendsSearch_SearchParametersSchema.nullable().optional(),\n}).describe(\"Response model for Google Trends search results.\");\n\nexport const serphouseTrendsSearch = action(\"SERPHOUSE_TRENDS_SEARCH\", {\n slug: \"serphouse-trends-search\",\n name: \"Perform Google Trends Search\",\n description: \"Tool to perform real-time Google Trends search to retrieve trend data for specified keywords. Use when you need to analyze keyword popularity across time periods and geographic locations.\",\n input: SerphouseTrendsSearchInput,\n output: SerphouseTrendsSearchOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/trends-search.d.ts
4
+ declare const SerphouseTrendsSearchInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsSearchOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsSearch };
9
+ //# sourceMappingURL=trends-search.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-search.d.cts","names":[],"sources":["../../src/actions/trends-search.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAQsB;AAAA,cAqBpD,2BAAA,EAA6B,CAAA,CAAE,UAMmB;AAAA,cAElD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/trends-search.d.ts
4
+ declare const SerphouseTrendsSearchInput: z.ZodTypeAny;
5
+ declare const SerphouseTrendsSearchOutput: z.ZodTypeAny;
6
+ declare const serphouseTrendsSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseTrendsSearch };
9
+ //# sourceMappingURL=trends-search.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trends-search.d.mts","names":[],"sources":["../../src/actions/trends-search.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAQsB;AAAA,cAqBpD,2BAAA,EAA6B,CAAA,CAAE,UAMmB;AAAA,cAElD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}