@keystrokehq/semrush 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/account-units-balance.cjs +16 -0
- package/dist/actions/account-units-balance.cjs.map +1 -0
- package/dist/actions/account-units-balance.d.cts +9 -0
- package/dist/actions/account-units-balance.d.cts.map +1 -0
- package/dist/actions/account-units-balance.d.mts +9 -0
- package/dist/actions/account-units-balance.d.mts.map +1 -0
- package/dist/actions/account-units-balance.mjs +13 -0
- package/dist/actions/account-units-balance.mjs.map +1 -0
- package/dist/actions/ads-copies.cjs +195 -0
- package/dist/actions/ads-copies.cjs.map +1 -0
- package/dist/actions/ads-copies.d.cts +9 -0
- package/dist/actions/ads-copies.d.cts.map +1 -0
- package/dist/actions/ads-copies.d.mts +9 -0
- package/dist/actions/ads-copies.d.mts.map +1 -0
- package/dist/actions/ads-copies.mjs +192 -0
- package/dist/actions/ads-copies.mjs.map +1 -0
- package/dist/actions/anchors.cjs +48 -0
- package/dist/actions/anchors.cjs.map +1 -0
- package/dist/actions/anchors.d.cts +9 -0
- package/dist/actions/anchors.d.cts.map +1 -0
- package/dist/actions/anchors.d.mts +9 -0
- package/dist/actions/anchors.d.mts.map +1 -0
- package/dist/actions/anchors.mjs +45 -0
- package/dist/actions/anchors.mjs.map +1 -0
- package/dist/actions/authority-score-profile.cjs +23 -0
- package/dist/actions/authority-score-profile.cjs.map +1 -0
- package/dist/actions/authority-score-profile.d.cts +9 -0
- package/dist/actions/authority-score-profile.d.cts.map +1 -0
- package/dist/actions/authority-score-profile.d.mts +9 -0
- package/dist/actions/authority-score-profile.d.mts.map +1 -0
- package/dist/actions/authority-score-profile.mjs +20 -0
- package/dist/actions/authority-score-profile.mjs.map +1 -0
- package/dist/actions/backlinks-overview.cjs +54 -0
- package/dist/actions/backlinks-overview.cjs.map +1 -0
- package/dist/actions/backlinks-overview.d.cts +9 -0
- package/dist/actions/backlinks-overview.d.cts.map +1 -0
- package/dist/actions/backlinks-overview.d.mts +9 -0
- package/dist/actions/backlinks-overview.d.mts.map +1 -0
- package/dist/actions/backlinks-overview.mjs +51 -0
- package/dist/actions/backlinks-overview.mjs.map +1 -0
- package/dist/actions/backlinks.cjs +91 -0
- package/dist/actions/backlinks.cjs.map +1 -0
- package/dist/actions/backlinks.d.cts +9 -0
- package/dist/actions/backlinks.d.cts.map +1 -0
- package/dist/actions/backlinks.d.mts +9 -0
- package/dist/actions/backlinks.d.mts.map +1 -0
- package/dist/actions/backlinks.mjs +88 -0
- package/dist/actions/backlinks.mjs.map +1 -0
- package/dist/actions/batch-comparison.cjs +50 -0
- package/dist/actions/batch-comparison.cjs.map +1 -0
- package/dist/actions/batch-comparison.d.cts +9 -0
- package/dist/actions/batch-comparison.d.cts.map +1 -0
- package/dist/actions/batch-comparison.d.mts +9 -0
- package/dist/actions/batch-comparison.d.mts.map +1 -0
- package/dist/actions/batch-comparison.mjs +47 -0
- package/dist/actions/batch-comparison.mjs.map +1 -0
- package/dist/actions/batch-keyword-overview.cjs +191 -0
- package/dist/actions/batch-keyword-overview.cjs.map +1 -0
- package/dist/actions/batch-keyword-overview.d.cts +9 -0
- package/dist/actions/batch-keyword-overview.d.cts.map +1 -0
- package/dist/actions/batch-keyword-overview.d.mts +9 -0
- package/dist/actions/batch-keyword-overview.d.mts.map +1 -0
- package/dist/actions/batch-keyword-overview.mjs +188 -0
- package/dist/actions/batch-keyword-overview.mjs.map +1 -0
- package/dist/actions/broad-match-keyword.cjs +214 -0
- package/dist/actions/broad-match-keyword.cjs.map +1 -0
- package/dist/actions/broad-match-keyword.d.cts +9 -0
- package/dist/actions/broad-match-keyword.d.cts.map +1 -0
- package/dist/actions/broad-match-keyword.d.mts +9 -0
- package/dist/actions/broad-match-keyword.d.mts.map +1 -0
- package/dist/actions/broad-match-keyword.mjs +211 -0
- package/dist/actions/broad-match-keyword.mjs.map +1 -0
- package/dist/actions/categories-profile.cjs +26 -0
- package/dist/actions/categories-profile.cjs.map +1 -0
- package/dist/actions/categories-profile.d.cts +9 -0
- package/dist/actions/categories-profile.d.cts.map +1 -0
- package/dist/actions/categories-profile.d.mts +9 -0
- package/dist/actions/categories-profile.d.mts.map +1 -0
- package/dist/actions/categories-profile.mjs +23 -0
- package/dist/actions/categories-profile.mjs.map +1 -0
- package/dist/actions/categories.cjs +26 -0
- package/dist/actions/categories.cjs.map +1 -0
- package/dist/actions/categories.d.cts +9 -0
- package/dist/actions/categories.d.cts.map +1 -0
- package/dist/actions/categories.d.mts +9 -0
- package/dist/actions/categories.d.mts.map +1 -0
- package/dist/actions/categories.mjs +23 -0
- package/dist/actions/categories.mjs.map +1 -0
- package/dist/actions/competitors-in-organic-search.cjs +200 -0
- package/dist/actions/competitors-in-organic-search.cjs.map +1 -0
- package/dist/actions/competitors-in-organic-search.d.cts +9 -0
- package/dist/actions/competitors-in-organic-search.d.cts.map +1 -0
- package/dist/actions/competitors-in-organic-search.d.mts +9 -0
- package/dist/actions/competitors-in-organic-search.d.mts.map +1 -0
- package/dist/actions/competitors-in-organic-search.mjs +197 -0
- package/dist/actions/competitors-in-organic-search.mjs.map +1 -0
- package/dist/actions/competitors-in-paid-search.cjs +194 -0
- package/dist/actions/competitors-in-paid-search.cjs.map +1 -0
- package/dist/actions/competitors-in-paid-search.d.cts +9 -0
- package/dist/actions/competitors-in-paid-search.d.cts.map +1 -0
- package/dist/actions/competitors-in-paid-search.d.mts +9 -0
- package/dist/actions/competitors-in-paid-search.d.mts.map +1 -0
- package/dist/actions/competitors-in-paid-search.mjs +191 -0
- package/dist/actions/competitors-in-paid-search.mjs.map +1 -0
- package/dist/actions/competitors.cjs +41 -0
- package/dist/actions/competitors.cjs.map +1 -0
- package/dist/actions/competitors.d.cts +9 -0
- package/dist/actions/competitors.d.cts.map +1 -0
- package/dist/actions/competitors.d.mts +9 -0
- package/dist/actions/competitors.d.mts.map +1 -0
- package/dist/actions/competitors.mjs +38 -0
- package/dist/actions/competitors.mjs.map +1 -0
- package/dist/actions/domain-ad-history.cjs +201 -0
- package/dist/actions/domain-ad-history.cjs.map +1 -0
- package/dist/actions/domain-ad-history.d.cts +9 -0
- package/dist/actions/domain-ad-history.d.cts.map +1 -0
- package/dist/actions/domain-ad-history.d.mts +9 -0
- package/dist/actions/domain-ad-history.d.mts.map +1 -0
- package/dist/actions/domain-ad-history.mjs +198 -0
- package/dist/actions/domain-ad-history.mjs.map +1 -0
- package/dist/actions/domain-organic-pages.cjs +231 -0
- package/dist/actions/domain-organic-pages.cjs.map +1 -0
- package/dist/actions/domain-organic-pages.d.cts +9 -0
- package/dist/actions/domain-organic-pages.d.cts.map +1 -0
- package/dist/actions/domain-organic-pages.d.mts +9 -0
- package/dist/actions/domain-organic-pages.d.mts.map +1 -0
- package/dist/actions/domain-organic-pages.mjs +228 -0
- package/dist/actions/domain-organic-pages.mjs.map +1 -0
- package/dist/actions/domain-organic-search-keywords.cjs +263 -0
- package/dist/actions/domain-organic-search-keywords.cjs.map +1 -0
- package/dist/actions/domain-organic-search-keywords.d.cts +9 -0
- package/dist/actions/domain-organic-search-keywords.d.cts.map +1 -0
- package/dist/actions/domain-organic-search-keywords.d.mts +9 -0
- package/dist/actions/domain-organic-search-keywords.d.mts.map +1 -0
- package/dist/actions/domain-organic-search-keywords.mjs +260 -0
- package/dist/actions/domain-organic-search-keywords.mjs.map +1 -0
- package/dist/actions/domain-organic-subdomains.cjs +198 -0
- package/dist/actions/domain-organic-subdomains.cjs.map +1 -0
- package/dist/actions/domain-organic-subdomains.d.cts +9 -0
- package/dist/actions/domain-organic-subdomains.d.cts.map +1 -0
- package/dist/actions/domain-organic-subdomains.d.mts +9 -0
- package/dist/actions/domain-organic-subdomains.d.mts.map +1 -0
- package/dist/actions/domain-organic-subdomains.mjs +195 -0
- package/dist/actions/domain-organic-subdomains.mjs.map +1 -0
- package/dist/actions/domain-paid-search-keywords.cjs +231 -0
- package/dist/actions/domain-paid-search-keywords.cjs.map +1 -0
- package/dist/actions/domain-paid-search-keywords.d.cts +9 -0
- package/dist/actions/domain-paid-search-keywords.d.cts.map +1 -0
- package/dist/actions/domain-paid-search-keywords.d.mts +9 -0
- package/dist/actions/domain-paid-search-keywords.d.mts.map +1 -0
- package/dist/actions/domain-paid-search-keywords.mjs +228 -0
- package/dist/actions/domain-paid-search-keywords.mjs.map +1 -0
- package/dist/actions/domain-pla-search-keywords.cjs +209 -0
- package/dist/actions/domain-pla-search-keywords.cjs.map +1 -0
- package/dist/actions/domain-pla-search-keywords.d.cts +9 -0
- package/dist/actions/domain-pla-search-keywords.d.cts.map +1 -0
- package/dist/actions/domain-pla-search-keywords.d.mts +9 -0
- package/dist/actions/domain-pla-search-keywords.d.mts.map +1 -0
- package/dist/actions/domain-pla-search-keywords.mjs +206 -0
- package/dist/actions/domain-pla-search-keywords.mjs.map +1 -0
- package/dist/actions/domain-vs-domain.cjs +230 -0
- package/dist/actions/domain-vs-domain.cjs.map +1 -0
- package/dist/actions/domain-vs-domain.d.cts +9 -0
- package/dist/actions/domain-vs-domain.d.cts.map +1 -0
- package/dist/actions/domain-vs-domain.d.mts +9 -0
- package/dist/actions/domain-vs-domain.d.mts.map +1 -0
- package/dist/actions/domain-vs-domain.mjs +227 -0
- package/dist/actions/domain-vs-domain.mjs.map +1 -0
- package/dist/actions/historical-data.cjs +32 -0
- package/dist/actions/historical-data.cjs.map +1 -0
- package/dist/actions/historical-data.d.cts +9 -0
- package/dist/actions/historical-data.d.cts.map +1 -0
- package/dist/actions/historical-data.d.mts +9 -0
- package/dist/actions/historical-data.d.mts.map +1 -0
- package/dist/actions/historical-data.mjs +29 -0
- package/dist/actions/historical-data.mjs.map +1 -0
- package/dist/actions/index.cjs +75 -0
- package/dist/actions/index.d.cts +38 -0
- package/dist/actions/index.d.mts +38 -0
- package/dist/actions/index.mjs +38 -0
- package/dist/actions/indexed-pages.cjs +52 -0
- package/dist/actions/indexed-pages.cjs.map +1 -0
- package/dist/actions/indexed-pages.d.cts +9 -0
- package/dist/actions/indexed-pages.d.cts.map +1 -0
- package/dist/actions/indexed-pages.d.mts +9 -0
- package/dist/actions/indexed-pages.d.mts.map +1 -0
- package/dist/actions/indexed-pages.mjs +49 -0
- package/dist/actions/indexed-pages.mjs.map +1 -0
- package/dist/actions/keyword-difficulty.cjs +168 -0
- package/dist/actions/keyword-difficulty.cjs.map +1 -0
- package/dist/actions/keyword-difficulty.d.cts +9 -0
- package/dist/actions/keyword-difficulty.d.cts.map +1 -0
- package/dist/actions/keyword-difficulty.d.mts +9 -0
- package/dist/actions/keyword-difficulty.d.mts.map +1 -0
- package/dist/actions/keyword-difficulty.mjs +165 -0
- package/dist/actions/keyword-difficulty.mjs.map +1 -0
- package/dist/actions/keyword-overview-all-databases.cjs +189 -0
- package/dist/actions/keyword-overview-all-databases.cjs.map +1 -0
- package/dist/actions/keyword-overview-all-databases.d.cts +9 -0
- package/dist/actions/keyword-overview-all-databases.d.cts.map +1 -0
- package/dist/actions/keyword-overview-all-databases.d.mts +9 -0
- package/dist/actions/keyword-overview-all-databases.d.mts.map +1 -0
- package/dist/actions/keyword-overview-all-databases.mjs +186 -0
- package/dist/actions/keyword-overview-all-databases.mjs.map +1 -0
- package/dist/actions/keyword-overview-one-database.cjs +188 -0
- package/dist/actions/keyword-overview-one-database.cjs.map +1 -0
- package/dist/actions/keyword-overview-one-database.d.cts +9 -0
- package/dist/actions/keyword-overview-one-database.d.cts.map +1 -0
- package/dist/actions/keyword-overview-one-database.d.mts +9 -0
- package/dist/actions/keyword-overview-one-database.d.mts.map +1 -0
- package/dist/actions/keyword-overview-one-database.mjs +185 -0
- package/dist/actions/keyword-overview-one-database.mjs.map +1 -0
- package/dist/actions/keywords-ads-history.cjs +194 -0
- package/dist/actions/keywords-ads-history.cjs.map +1 -0
- package/dist/actions/keywords-ads-history.d.cts +9 -0
- package/dist/actions/keywords-ads-history.d.cts.map +1 -0
- package/dist/actions/keywords-ads-history.d.mts +9 -0
- package/dist/actions/keywords-ads-history.d.mts.map +1 -0
- package/dist/actions/keywords-ads-history.mjs +191 -0
- package/dist/actions/keywords-ads-history.mjs.map +1 -0
- package/dist/actions/organic-results.cjs +189 -0
- package/dist/actions/organic-results.cjs.map +1 -0
- package/dist/actions/organic-results.d.cts +9 -0
- package/dist/actions/organic-results.d.cts.map +1 -0
- package/dist/actions/organic-results.d.mts +9 -0
- package/dist/actions/organic-results.d.mts.map +1 -0
- package/dist/actions/organic-results.mjs +186 -0
- package/dist/actions/organic-results.mjs.map +1 -0
- package/dist/actions/paid-results.cjs +180 -0
- package/dist/actions/paid-results.cjs.map +1 -0
- package/dist/actions/paid-results.d.cts +9 -0
- package/dist/actions/paid-results.d.cts.map +1 -0
- package/dist/actions/paid-results.d.mts +9 -0
- package/dist/actions/paid-results.d.mts.map +1 -0
- package/dist/actions/paid-results.mjs +177 -0
- package/dist/actions/paid-results.mjs.map +1 -0
- package/dist/actions/phrase-questions.cjs +209 -0
- package/dist/actions/phrase-questions.cjs.map +1 -0
- package/dist/actions/phrase-questions.d.cts +9 -0
- package/dist/actions/phrase-questions.d.cts.map +1 -0
- package/dist/actions/phrase-questions.d.mts +9 -0
- package/dist/actions/phrase-questions.d.mts.map +1 -0
- package/dist/actions/phrase-questions.mjs +206 -0
- package/dist/actions/phrase-questions.mjs.map +1 -0
- package/dist/actions/pla-competitors.cjs +195 -0
- package/dist/actions/pla-competitors.cjs.map +1 -0
- package/dist/actions/pla-competitors.d.cts +9 -0
- package/dist/actions/pla-competitors.d.cts.map +1 -0
- package/dist/actions/pla-competitors.d.mts +9 -0
- package/dist/actions/pla-competitors.d.mts.map +1 -0
- package/dist/actions/pla-competitors.mjs +192 -0
- package/dist/actions/pla-competitors.mjs.map +1 -0
- package/dist/actions/pla-copies.cjs +192 -0
- package/dist/actions/pla-copies.cjs.map +1 -0
- package/dist/actions/pla-copies.d.cts +9 -0
- package/dist/actions/pla-copies.d.cts.map +1 -0
- package/dist/actions/pla-copies.d.mts +9 -0
- package/dist/actions/pla-copies.d.mts.map +1 -0
- package/dist/actions/pla-copies.mjs +189 -0
- package/dist/actions/pla-copies.mjs.map +1 -0
- package/dist/actions/referring-domains-by-country.cjs +40 -0
- package/dist/actions/referring-domains-by-country.cjs.map +1 -0
- package/dist/actions/referring-domains-by-country.d.cts +9 -0
- package/dist/actions/referring-domains-by-country.d.cts.map +1 -0
- package/dist/actions/referring-domains-by-country.d.mts +9 -0
- package/dist/actions/referring-domains-by-country.d.mts.map +1 -0
- package/dist/actions/referring-domains-by-country.mjs +37 -0
- package/dist/actions/referring-domains-by-country.mjs.map +1 -0
- package/dist/actions/referring-domains.cjs +60 -0
- package/dist/actions/referring-domains.cjs.map +1 -0
- package/dist/actions/referring-domains.d.cts +9 -0
- package/dist/actions/referring-domains.d.cts.map +1 -0
- package/dist/actions/referring-domains.d.mts +9 -0
- package/dist/actions/referring-domains.d.mts.map +1 -0
- package/dist/actions/referring-domains.mjs +57 -0
- package/dist/actions/referring-domains.mjs.map +1 -0
- package/dist/actions/referring-i-ps.cjs +50 -0
- package/dist/actions/referring-i-ps.cjs.map +1 -0
- package/dist/actions/referring-i-ps.d.cts +9 -0
- package/dist/actions/referring-i-ps.d.cts.map +1 -0
- package/dist/actions/referring-i-ps.d.mts +9 -0
- package/dist/actions/referring-i-ps.d.mts.map +1 -0
- package/dist/actions/referring-i-ps.mjs +47 -0
- package/dist/actions/referring-i-ps.mjs.map +1 -0
- package/dist/actions/related-keywords.cjs +220 -0
- package/dist/actions/related-keywords.cjs.map +1 -0
- package/dist/actions/related-keywords.d.cts +9 -0
- package/dist/actions/related-keywords.d.cts.map +1 -0
- package/dist/actions/related-keywords.d.mts +9 -0
- package/dist/actions/related-keywords.d.mts.map +1 -0
- package/dist/actions/related-keywords.mjs +217 -0
- package/dist/actions/related-keywords.mjs.map +1 -0
- package/dist/actions/tld-distribution.cjs +40 -0
- package/dist/actions/tld-distribution.cjs.map +1 -0
- package/dist/actions/tld-distribution.d.cts +9 -0
- package/dist/actions/tld-distribution.d.cts.map +1 -0
- package/dist/actions/tld-distribution.d.mts +9 -0
- package/dist/actions/tld-distribution.d.mts.map +1 -0
- package/dist/actions/tld-distribution.mjs +37 -0
- package/dist/actions/tld-distribution.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +80 -0
- package/dist/index.d.cts +40 -0
- package/dist/index.d.mts +40 -0
- package/dist/index.mjs +41 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-comparison.cjs","names":["z","action"],"sources":["../../src/actions/batch-comparison.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SemrushBatchComparisonInput: z.ZodTypeAny = z.object({\n targets: z.array(z.string()).describe(\"A list of target domains, subdomains, or URLs for which to retrieve backlink comparison data.\"),\n target_types: z.array(z.enum([\"root_domain\", \"domain\", \"url\"])).describe(\"Specifies the type for each corresponding target in 'targets'. Ensure this list aligns with 'targets' in order and count for accurate processing.\"),\n export_columns: z.array(z.enum([\"target\", \"target_type\", \"ascore\", \"backlinks_num\", \"domains_num\", \"ips_num\", \"follows_num\", \"nofollows_num\", \"texts_num\", \"images_num\", \"forms_num\", \"frames_num\"])).default([\"target\",\"target_type\",\"ascore\",\"backlinks_num\",\"domains_num\",\"ips_num\",\"follows_num\",\"nofollows_num\",\"texts_num\",\"images_num\",\"forms_num\",\"frames_num\"]).describe(\"Specific columns to include in the report. Defaults to all columns. An empty list may result in specific API behavior, like returning a default or minimal set of columns.\").optional(),\n}).describe(\"Request schema for `BatchComparison`\");\nexport const SemrushBatchComparisonOutput: z.ZodTypeAny = z.object({\n data: z.string().describe(\"Batch comparison data as a raw string, typically JSON formatted. The structure is determined by the requested 'export_columns' and 'targets'.\"),\n}).describe(\"Response schema for `BatchComparison`\");\n\nexport const semrushBatchComparison = action(\"SEMRUSH_BATCH_COMPARISON\", {\n slug: \"semrush-batch-comparison\",\n name: \"Batch comparison\",\n description: \"Compares backlink profiles for multiple specified targets (domains, subdomains, or URLs) to analyze and compare link-building efforts.\",\n input: SemrushBatchComparisonInput,\n output: SemrushBatchComparisonOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+FAA+F;CACrI,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAe;EAAU;CAAK,CAAC,CAAC,CAAC,CAAC,SAAS,mJAAmJ;CAC5N,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAe;EAAU;EAAiB;EAAe;EAAW;EAAe;EAAiB;EAAa;EAAc;EAAa;CAAY,CAAC,CAAC,CAAC,CAAC,QAAQ;EAAC;EAAS;EAAc;EAAS;EAAgB;EAAc;EAAU;EAAc;EAAgB;EAAY;EAAa;EAAY;CAAY,CAAC,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;AAC3iB,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,EAC3K,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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/batch-comparison.d.ts
|
|
4
|
+
declare const SemrushBatchComparisonInput: z.ZodTypeAny;
|
|
5
|
+
declare const SemrushBatchComparisonOutput: z.ZodTypeAny;
|
|
6
|
+
declare const semrushBatchComparison: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { semrushBatchComparison };
|
|
9
|
+
//# sourceMappingURL=batch-comparison.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-comparison.d.cts","names":[],"sources":["../../src/actions/batch-comparison.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIO;AAAA,cACtC,4BAAA,EAA8B,CAAA,CAAE,UAEO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/batch-comparison.d.ts
|
|
4
|
+
declare const SemrushBatchComparisonInput: z.ZodTypeAny;
|
|
5
|
+
declare const SemrushBatchComparisonOutput: z.ZodTypeAny;
|
|
6
|
+
declare const semrushBatchComparison: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { semrushBatchComparison };
|
|
9
|
+
//# sourceMappingURL=batch-comparison.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-comparison.d.mts","names":[],"sources":["../../src/actions/batch-comparison.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIO;AAAA,cACtC,4BAAA,EAA8B,CAAA,CAAE,UAEO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const semrushBatchComparison = action("SEMRUSH_BATCH_COMPARISON", {
|
|
4
|
+
slug: "semrush-batch-comparison",
|
|
5
|
+
name: "Batch comparison",
|
|
6
|
+
description: "Compares backlink profiles for multiple specified targets (domains, subdomains, or URLs) to analyze and compare link-building efforts.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
targets: z.array(z.string()).describe("A list of target domains, subdomains, or URLs for which to retrieve backlink comparison data."),
|
|
9
|
+
target_types: z.array(z.enum([
|
|
10
|
+
"root_domain",
|
|
11
|
+
"domain",
|
|
12
|
+
"url"
|
|
13
|
+
])).describe("Specifies the type for each corresponding target in 'targets'. Ensure this list aligns with 'targets' in order and count for accurate processing."),
|
|
14
|
+
export_columns: z.array(z.enum([
|
|
15
|
+
"target",
|
|
16
|
+
"target_type",
|
|
17
|
+
"ascore",
|
|
18
|
+
"backlinks_num",
|
|
19
|
+
"domains_num",
|
|
20
|
+
"ips_num",
|
|
21
|
+
"follows_num",
|
|
22
|
+
"nofollows_num",
|
|
23
|
+
"texts_num",
|
|
24
|
+
"images_num",
|
|
25
|
+
"forms_num",
|
|
26
|
+
"frames_num"
|
|
27
|
+
])).default([
|
|
28
|
+
"target",
|
|
29
|
+
"target_type",
|
|
30
|
+
"ascore",
|
|
31
|
+
"backlinks_num",
|
|
32
|
+
"domains_num",
|
|
33
|
+
"ips_num",
|
|
34
|
+
"follows_num",
|
|
35
|
+
"nofollows_num",
|
|
36
|
+
"texts_num",
|
|
37
|
+
"images_num",
|
|
38
|
+
"forms_num",
|
|
39
|
+
"frames_num"
|
|
40
|
+
]).describe("Specific columns to include in the report. Defaults to all columns. An empty list may result in specific API behavior, like returning a default or minimal set of columns.").optional()
|
|
41
|
+
}).describe("Request schema for `BatchComparison`"),
|
|
42
|
+
output: z.object({ data: z.string().describe("Batch comparison data as a raw string, typically JSON formatted. The structure is determined by the requested 'export_columns' and 'targets'.") }).describe("Response schema for `BatchComparison`")
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
export { semrushBatchComparison };
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=batch-comparison.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-comparison.mjs","names":[],"sources":["../../src/actions/batch-comparison.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SemrushBatchComparisonInput: z.ZodTypeAny = z.object({\n targets: z.array(z.string()).describe(\"A list of target domains, subdomains, or URLs for which to retrieve backlink comparison data.\"),\n target_types: z.array(z.enum([\"root_domain\", \"domain\", \"url\"])).describe(\"Specifies the type for each corresponding target in 'targets'. Ensure this list aligns with 'targets' in order and count for accurate processing.\"),\n export_columns: z.array(z.enum([\"target\", \"target_type\", \"ascore\", \"backlinks_num\", \"domains_num\", \"ips_num\", \"follows_num\", \"nofollows_num\", \"texts_num\", \"images_num\", \"forms_num\", \"frames_num\"])).default([\"target\",\"target_type\",\"ascore\",\"backlinks_num\",\"domains_num\",\"ips_num\",\"follows_num\",\"nofollows_num\",\"texts_num\",\"images_num\",\"forms_num\",\"frames_num\"]).describe(\"Specific columns to include in the report. Defaults to all columns. An empty list may result in specific API behavior, like returning a default or minimal set of columns.\").optional(),\n}).describe(\"Request schema for `BatchComparison`\");\nexport const SemrushBatchComparisonOutput: z.ZodTypeAny = z.object({\n data: z.string().describe(\"Batch comparison data as a raw string, typically JSON formatted. The structure is determined by the requested 'export_columns' and 'targets'.\"),\n}).describe(\"Response schema for `BatchComparison`\");\n\nexport const semrushBatchComparison = action(\"SEMRUSH_BATCH_COMPARISON\", {\n slug: \"semrush-batch-comparison\",\n name: \"Batch comparison\",\n description: \"Compares backlink profiles for multiple specified targets (domains, subdomains, or URLs) to analyze and compare link-building efforts.\",\n input: SemrushBatchComparisonInput,\n output: SemrushBatchComparisonOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO;EAChE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+FAA+F;EACrI,cAAc,EAAE,MAAM,EAAE,KAAK;GAAC;GAAe;GAAU;EAAK,CAAC,CAAC,CAAC,CAAC,SAAS,mJAAmJ;EAC5N,gBAAgB,EAAE,MAAM,EAAE,KAAK;GAAC;GAAU;GAAe;GAAU;GAAiB;GAAe;GAAW;GAAe;GAAiB;GAAa;GAAc;GAAa;EAAY,CAAC,CAAC,CAAC,CAAC,QAAQ;GAAC;GAAS;GAAc;GAAS;GAAgB;GAAc;GAAU;GAAc;GAAgB;GAAY;GAAa;GAAY;EAAY,CAAC,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CAC3iB,CAAC,CAAC,CAAC,SAAS,sCASH;CACP,QATwD,EAAE,OAAO,EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,EAC3K,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/batch-keyword-overview.ts
|
|
4
|
+
const SemrushBatchKeywordOverviewInput = zod.z.object({
|
|
5
|
+
phrase: zod.z.string().describe("Up to 100 keywords to analyze. Keywords can be separated by newlines ('\\n') or semicolons (';'). The API requires semicolon-separated format with total phrase length of 1-255 characters. Newlines are automatically converted to semicolons. If you have many keywords, consider reducing the list or using shorter keyword phrases to stay within the 255-character limit."),
|
|
6
|
+
database: zod.z.enum([
|
|
7
|
+
"us",
|
|
8
|
+
"uk",
|
|
9
|
+
"ca",
|
|
10
|
+
"ru",
|
|
11
|
+
"de",
|
|
12
|
+
"fr",
|
|
13
|
+
"es",
|
|
14
|
+
"it",
|
|
15
|
+
"br",
|
|
16
|
+
"au",
|
|
17
|
+
"ar",
|
|
18
|
+
"be",
|
|
19
|
+
"ch",
|
|
20
|
+
"dk",
|
|
21
|
+
"fi",
|
|
22
|
+
"hk",
|
|
23
|
+
"ie",
|
|
24
|
+
"il",
|
|
25
|
+
"mx",
|
|
26
|
+
"nl",
|
|
27
|
+
"no",
|
|
28
|
+
"pl",
|
|
29
|
+
"se",
|
|
30
|
+
"sg",
|
|
31
|
+
"tr",
|
|
32
|
+
"jp",
|
|
33
|
+
"in",
|
|
34
|
+
"hu",
|
|
35
|
+
"af",
|
|
36
|
+
"al",
|
|
37
|
+
"dz",
|
|
38
|
+
"ao",
|
|
39
|
+
"am",
|
|
40
|
+
"at",
|
|
41
|
+
"az",
|
|
42
|
+
"bh",
|
|
43
|
+
"bd",
|
|
44
|
+
"by",
|
|
45
|
+
"bz",
|
|
46
|
+
"bo",
|
|
47
|
+
"ba",
|
|
48
|
+
"bw",
|
|
49
|
+
"bn",
|
|
50
|
+
"bg",
|
|
51
|
+
"cv",
|
|
52
|
+
"kh",
|
|
53
|
+
"cm",
|
|
54
|
+
"cl",
|
|
55
|
+
"co",
|
|
56
|
+
"cr",
|
|
57
|
+
"hr",
|
|
58
|
+
"cy",
|
|
59
|
+
"cz",
|
|
60
|
+
"cd",
|
|
61
|
+
"do",
|
|
62
|
+
"ec",
|
|
63
|
+
"eg",
|
|
64
|
+
"sv",
|
|
65
|
+
"ee",
|
|
66
|
+
"et",
|
|
67
|
+
"ge",
|
|
68
|
+
"gh",
|
|
69
|
+
"gr",
|
|
70
|
+
"gt",
|
|
71
|
+
"gy",
|
|
72
|
+
"ht",
|
|
73
|
+
"hn",
|
|
74
|
+
"is",
|
|
75
|
+
"id",
|
|
76
|
+
"jm",
|
|
77
|
+
"jo",
|
|
78
|
+
"kz",
|
|
79
|
+
"kw",
|
|
80
|
+
"lv",
|
|
81
|
+
"lb",
|
|
82
|
+
"lt",
|
|
83
|
+
"lu",
|
|
84
|
+
"mg",
|
|
85
|
+
"my",
|
|
86
|
+
"mt",
|
|
87
|
+
"mu",
|
|
88
|
+
"md",
|
|
89
|
+
"mn",
|
|
90
|
+
"me",
|
|
91
|
+
"ma",
|
|
92
|
+
"mz",
|
|
93
|
+
"na",
|
|
94
|
+
"np",
|
|
95
|
+
"nz",
|
|
96
|
+
"ni",
|
|
97
|
+
"ng",
|
|
98
|
+
"om",
|
|
99
|
+
"py",
|
|
100
|
+
"pe",
|
|
101
|
+
"ph",
|
|
102
|
+
"pt",
|
|
103
|
+
"ro",
|
|
104
|
+
"sa",
|
|
105
|
+
"sn",
|
|
106
|
+
"rs",
|
|
107
|
+
"sk",
|
|
108
|
+
"si",
|
|
109
|
+
"za",
|
|
110
|
+
"kr",
|
|
111
|
+
"lk",
|
|
112
|
+
"th",
|
|
113
|
+
"bs",
|
|
114
|
+
"tt",
|
|
115
|
+
"tn",
|
|
116
|
+
"ua",
|
|
117
|
+
"ae",
|
|
118
|
+
"uy",
|
|
119
|
+
"ve",
|
|
120
|
+
"vn",
|
|
121
|
+
"zm",
|
|
122
|
+
"zw",
|
|
123
|
+
"ly",
|
|
124
|
+
"mobile-us",
|
|
125
|
+
"mobile-uk",
|
|
126
|
+
"mobile-ca",
|
|
127
|
+
"mobile-de",
|
|
128
|
+
"mobile-fr",
|
|
129
|
+
"mobile-es",
|
|
130
|
+
"mobile-it",
|
|
131
|
+
"mobile-br",
|
|
132
|
+
"mobile-au",
|
|
133
|
+
"mobile-dk",
|
|
134
|
+
"mobile-mx",
|
|
135
|
+
"mobile-nl",
|
|
136
|
+
"mobile-se",
|
|
137
|
+
"mobile-tr",
|
|
138
|
+
"mobile-in",
|
|
139
|
+
"mobile-id",
|
|
140
|
+
"mobile-il",
|
|
141
|
+
"il-ext",
|
|
142
|
+
"tr-ext",
|
|
143
|
+
"dk-ext",
|
|
144
|
+
"no-ext",
|
|
145
|
+
"se-ext",
|
|
146
|
+
"fi-ext",
|
|
147
|
+
"ch-ext",
|
|
148
|
+
"mobile-il-ext",
|
|
149
|
+
"pa",
|
|
150
|
+
"pk",
|
|
151
|
+
"tw",
|
|
152
|
+
"qa"
|
|
153
|
+
]).describe("The Semrush regional database to use for the analysis (e.g., 'us', 'gb', 'de'). Refer to Semrush API documentation for a full list of available databases. Database choice materially affects returned search volume and keyword difficulty values."),
|
|
154
|
+
display_date: zod.z.string().describe("Date in \"YYYYMM15\" format for past month data (e.g., \"20231215\"); uses most recent data if omitted.").optional(),
|
|
155
|
+
export_decode: zod.z.union([zod.z.literal(0), zod.z.literal(1)]).default(1).describe("Set to 0 for URL-encoded response, or 1 for plain text (non-converted) response.").optional(),
|
|
156
|
+
export_escape: zod.z.union([zod.z.literal(0), zod.z.literal(1)]).default(1).describe("Set to 1 to wrap report columns in double quotation marks (\"), or 0 to disable.").optional(),
|
|
157
|
+
export_columns: zod.z.array(zod.z.enum([
|
|
158
|
+
"Ph",
|
|
159
|
+
"Nq",
|
|
160
|
+
"Cp",
|
|
161
|
+
"Co",
|
|
162
|
+
"Nr",
|
|
163
|
+
"Td",
|
|
164
|
+
"In",
|
|
165
|
+
"Kd"
|
|
166
|
+
])).default([
|
|
167
|
+
"Ph",
|
|
168
|
+
"Nq",
|
|
169
|
+
"Cp",
|
|
170
|
+
"Co",
|
|
171
|
+
"Nr",
|
|
172
|
+
"Td",
|
|
173
|
+
"In",
|
|
174
|
+
"Kd"
|
|
175
|
+
]).describe("Specific columns for the report (e.g., Ph, Nq); defaults to all if omitted. Available columns:\n- Ph: Keyword/Phrase analyzed.\n- Nq: Search Volume (avg. monthly queries).\n- Cp: Cost-Per-Click (avg. CPC).\n- Co: Competition level of advertisers.\n- Nr: Number of URLs in organic results.\n- Td: Search volume trend (last 12 months).\n- In: Searcher intent (informational, navigational, commercial, transactional).\n- Kd: Keyword Difficulty score.").optional()
|
|
176
|
+
}).passthrough();
|
|
177
|
+
const SemrushBatchKeywordOverviewOutput = zod.z.object({
|
|
178
|
+
keyword_data: zod.z.string().describe("A string containing the keyword overview data, typically in a delimited format (e.g., CSV-like). The content and structure are determined by the request's export parameters. Each line in the string usually corresponds to a keyword."),
|
|
179
|
+
composio_execution_message: zod.z.string().describe("Message explaining any modifications made to user input (e.g., phrase truncation or conversion).").nullable().optional()
|
|
180
|
+
});
|
|
181
|
+
const semrushBatchKeywordOverview = require_action.action("SEMRUSH_BATCH_KEYWORD_OVERVIEW", {
|
|
182
|
+
slug: "semrush-batch-keyword-overview",
|
|
183
|
+
name: "Batch keyword overview",
|
|
184
|
+
description: "Fetches a keyword overview report from a Semrush regional database for up to 100 keywords, providing metrics like search volume, CPC, and keyword difficulty. Response is CSV-like text (not JSON); parse accordingly. Returns literal string 'ERROR 50 :: NOTHING FOUND' for keywords with no data in the selected database — treat as zero results and fall back to SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE or SEMRUSH_KEYWORD_OVERVIEW_ALL_DATABASES for those terms.",
|
|
185
|
+
input: SemrushBatchKeywordOverviewInput,
|
|
186
|
+
output: SemrushBatchKeywordOverviewOutput
|
|
187
|
+
});
|
|
188
|
+
//#endregion
|
|
189
|
+
exports.semrushBatchKeywordOverview = semrushBatchKeywordOverview;
|
|
190
|
+
|
|
191
|
+
//# sourceMappingURL=batch-keyword-overview.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-keyword-overview.cjs","names":["z","action"],"sources":["../../src/actions/batch-keyword-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SemrushBatchKeywordOverviewInput: z.ZodTypeAny = z.object({\n phrase: z.string().describe(\"Up to 100 keywords to analyze. Keywords can be separated by newlines ('\\\\n') or semicolons (';'). The API requires semicolon-separated format with total phrase length of 1-255 characters. Newlines are automatically converted to semicolons. If you have many keywords, consider reducing the list or using shorter keyword phrases to stay within the 255-character limit.\"),\n database: z.enum([\"us\", \"uk\", \"ca\", \"ru\", \"de\", \"fr\", \"es\", \"it\", \"br\", \"au\", \"ar\", \"be\", \"ch\", \"dk\", \"fi\", \"hk\", \"ie\", \"il\", \"mx\", \"nl\", \"no\", \"pl\", \"se\", \"sg\", \"tr\", \"jp\", \"in\", \"hu\", \"af\", \"al\", \"dz\", \"ao\", \"am\", \"at\", \"az\", \"bh\", \"bd\", \"by\", \"bz\", \"bo\", \"ba\", \"bw\", \"bn\", \"bg\", \"cv\", \"kh\", \"cm\", \"cl\", \"co\", \"cr\", \"hr\", \"cy\", \"cz\", \"cd\", \"do\", \"ec\", \"eg\", \"sv\", \"ee\", \"et\", \"ge\", \"gh\", \"gr\", \"gt\", \"gy\", \"ht\", \"hn\", \"is\", \"id\", \"jm\", \"jo\", \"kz\", \"kw\", \"lv\", \"lb\", \"lt\", \"lu\", \"mg\", \"my\", \"mt\", \"mu\", \"md\", \"mn\", \"me\", \"ma\", \"mz\", \"na\", \"np\", \"nz\", \"ni\", \"ng\", \"om\", \"py\", \"pe\", \"ph\", \"pt\", \"ro\", \"sa\", \"sn\", \"rs\", \"sk\", \"si\", \"za\", \"kr\", \"lk\", \"th\", \"bs\", \"tt\", \"tn\", \"ua\", \"ae\", \"uy\", \"ve\", \"vn\", \"zm\", \"zw\", \"ly\", \"mobile-us\", \"mobile-uk\", \"mobile-ca\", \"mobile-de\", \"mobile-fr\", \"mobile-es\", \"mobile-it\", \"mobile-br\", \"mobile-au\", \"mobile-dk\", \"mobile-mx\", \"mobile-nl\", \"mobile-se\", \"mobile-tr\", \"mobile-in\", \"mobile-id\", \"mobile-il\", \"il-ext\", \"tr-ext\", \"dk-ext\", \"no-ext\", \"se-ext\", \"fi-ext\", \"ch-ext\", \"mobile-il-ext\", \"pa\", \"pk\", \"tw\", \"qa\"]).describe(\"The Semrush regional database to use for the analysis (e.g., 'us', 'gb', 'de'). Refer to Semrush API documentation for a full list of available databases. Database choice materially affects returned search volume and keyword difficulty values.\"),\n display_date: z.string().describe(\"Date in \\\"YYYYMM15\\\" format for past month data (e.g., \\\"20231215\\\"); uses most recent data if omitted.\").optional(),\n export_decode: z.union([z.literal(0), z.literal(1)]).default(1).describe(\"Set to 0 for URL-encoded response, or 1 for plain text (non-converted) response.\").optional(),\n export_escape: z.union([z.literal(0), z.literal(1)]).default(1).describe(\"Set to 1 to wrap report columns in double quotation marks (\\\"), or 0 to disable.\").optional(),\n export_columns: z.array(z.enum([\"Ph\", \"Nq\", \"Cp\", \"Co\", \"Nr\", \"Td\", \"In\", \"Kd\"])).default([\"Ph\",\"Nq\",\"Cp\",\"Co\",\"Nr\",\"Td\",\"In\",\"Kd\"]).describe(\"Specific columns for the report (e.g., Ph, Nq); defaults to all if omitted. Available columns:\\n- Ph: Keyword/Phrase analyzed.\\n- Nq: Search Volume (avg. monthly queries).\\n- Cp: Cost-Per-Click (avg. CPC).\\n- Co: Competition level of advertisers.\\n- Nr: Number of URLs in organic results.\\n- Td: Search volume trend (last 12 months).\\n- In: Searcher intent (informational, navigational, commercial, transactional).\\n- Kd: Keyword Difficulty score.\").optional(),\n}).passthrough();\nexport const SemrushBatchKeywordOverviewOutput: z.ZodTypeAny = z.object({\n keyword_data: z.string().describe(\"A string containing the keyword overview data, typically in a delimited format (e.g., CSV-like). The content and structure are determined by the request's export parameters. Each line in the string usually corresponds to a keyword.\"),\n composio_execution_message: z.string().describe(\"Message explaining any modifications made to user input (e.g., phrase truncation or conversion).\").nullable().optional(),\n});\n\nexport const semrushBatchKeywordOverview = action(\"SEMRUSH_BATCH_KEYWORD_OVERVIEW\", {\n slug: \"semrush-batch-keyword-overview\",\n name: \"Batch keyword overview\",\n description: \"Fetches a keyword overview report from a Semrush regional database for up to 100 keywords, providing metrics like search volume, CPC, and keyword difficulty. Response is CSV-like text (not JSON); parse accordingly. Returns literal string 'ERROR 50 :: NOTHING FOUND' for keywords with no data in the selected database — treat as zero results and fall back to SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE or SEMRUSH_KEYWORD_OVERVIEW_ALL_DATABASES for those terms.\",\n input: SemrushBatchKeywordOverviewInput,\n output: SemrushBatchKeywordOverviewOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gXAAgX;CAC5Y,UAAUA,IAAAA,EAAE,KAAK;EAAC;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAa;EAAU;EAAU;EAAU;EAAU;EAAU;EAAU;EAAU;EAAiB;EAAM;EAAM;EAAM;CAAI,CAAC,CAAC,CAAC,SAAS,qPAAqP;CAC3xC,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACtJ,eAAeA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,QAAQ,CAAC,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACtK,eAAeA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,QAAQ,CAAC,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACtK,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;EAAM;CAAI,CAAC,CAAC,CAAC,CAAC,QAAQ;EAAC;EAAK;EAAK;EAAK;EAAK;EAAK;EAAK;EAAK;CAAI,CAAC,CAAC,CAAC,SAAS,icAAic,CAAC,CAAC,SAAS;AAC5lB,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yOAAyO;CAC3Q,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1K,CAAC;AAED,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/batch-keyword-overview.d.ts
|
|
4
|
+
declare const SemrushBatchKeywordOverviewInput: z.ZodTypeAny;
|
|
5
|
+
declare const SemrushBatchKeywordOverviewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const semrushBatchKeywordOverview: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { semrushBatchKeywordOverview };
|
|
9
|
+
//# sourceMappingURL=batch-keyword-overview.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-keyword-overview.d.cts","names":[],"sources":["../../src/actions/batch-keyword-overview.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAOjC;AAAA,cACH,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/batch-keyword-overview.d.ts
|
|
4
|
+
declare const SemrushBatchKeywordOverviewInput: z.ZodTypeAny;
|
|
5
|
+
declare const SemrushBatchKeywordOverviewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const semrushBatchKeywordOverview: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { semrushBatchKeywordOverview };
|
|
9
|
+
//# sourceMappingURL=batch-keyword-overview.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-keyword-overview.d.mts","names":[],"sources":["../../src/actions/batch-keyword-overview.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAOjC;AAAA,cACH,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const semrushBatchKeywordOverview = action("SEMRUSH_BATCH_KEYWORD_OVERVIEW", {
|
|
4
|
+
slug: "semrush-batch-keyword-overview",
|
|
5
|
+
name: "Batch keyword overview",
|
|
6
|
+
description: "Fetches a keyword overview report from a Semrush regional database for up to 100 keywords, providing metrics like search volume, CPC, and keyword difficulty. Response is CSV-like text (not JSON); parse accordingly. Returns literal string 'ERROR 50 :: NOTHING FOUND' for keywords with no data in the selected database — treat as zero results and fall back to SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE or SEMRUSH_KEYWORD_OVERVIEW_ALL_DATABASES for those terms.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
phrase: z.string().describe("Up to 100 keywords to analyze. Keywords can be separated by newlines ('\\n') or semicolons (';'). The API requires semicolon-separated format with total phrase length of 1-255 characters. Newlines are automatically converted to semicolons. If you have many keywords, consider reducing the list or using shorter keyword phrases to stay within the 255-character limit."),
|
|
9
|
+
database: z.enum([
|
|
10
|
+
"us",
|
|
11
|
+
"uk",
|
|
12
|
+
"ca",
|
|
13
|
+
"ru",
|
|
14
|
+
"de",
|
|
15
|
+
"fr",
|
|
16
|
+
"es",
|
|
17
|
+
"it",
|
|
18
|
+
"br",
|
|
19
|
+
"au",
|
|
20
|
+
"ar",
|
|
21
|
+
"be",
|
|
22
|
+
"ch",
|
|
23
|
+
"dk",
|
|
24
|
+
"fi",
|
|
25
|
+
"hk",
|
|
26
|
+
"ie",
|
|
27
|
+
"il",
|
|
28
|
+
"mx",
|
|
29
|
+
"nl",
|
|
30
|
+
"no",
|
|
31
|
+
"pl",
|
|
32
|
+
"se",
|
|
33
|
+
"sg",
|
|
34
|
+
"tr",
|
|
35
|
+
"jp",
|
|
36
|
+
"in",
|
|
37
|
+
"hu",
|
|
38
|
+
"af",
|
|
39
|
+
"al",
|
|
40
|
+
"dz",
|
|
41
|
+
"ao",
|
|
42
|
+
"am",
|
|
43
|
+
"at",
|
|
44
|
+
"az",
|
|
45
|
+
"bh",
|
|
46
|
+
"bd",
|
|
47
|
+
"by",
|
|
48
|
+
"bz",
|
|
49
|
+
"bo",
|
|
50
|
+
"ba",
|
|
51
|
+
"bw",
|
|
52
|
+
"bn",
|
|
53
|
+
"bg",
|
|
54
|
+
"cv",
|
|
55
|
+
"kh",
|
|
56
|
+
"cm",
|
|
57
|
+
"cl",
|
|
58
|
+
"co",
|
|
59
|
+
"cr",
|
|
60
|
+
"hr",
|
|
61
|
+
"cy",
|
|
62
|
+
"cz",
|
|
63
|
+
"cd",
|
|
64
|
+
"do",
|
|
65
|
+
"ec",
|
|
66
|
+
"eg",
|
|
67
|
+
"sv",
|
|
68
|
+
"ee",
|
|
69
|
+
"et",
|
|
70
|
+
"ge",
|
|
71
|
+
"gh",
|
|
72
|
+
"gr",
|
|
73
|
+
"gt",
|
|
74
|
+
"gy",
|
|
75
|
+
"ht",
|
|
76
|
+
"hn",
|
|
77
|
+
"is",
|
|
78
|
+
"id",
|
|
79
|
+
"jm",
|
|
80
|
+
"jo",
|
|
81
|
+
"kz",
|
|
82
|
+
"kw",
|
|
83
|
+
"lv",
|
|
84
|
+
"lb",
|
|
85
|
+
"lt",
|
|
86
|
+
"lu",
|
|
87
|
+
"mg",
|
|
88
|
+
"my",
|
|
89
|
+
"mt",
|
|
90
|
+
"mu",
|
|
91
|
+
"md",
|
|
92
|
+
"mn",
|
|
93
|
+
"me",
|
|
94
|
+
"ma",
|
|
95
|
+
"mz",
|
|
96
|
+
"na",
|
|
97
|
+
"np",
|
|
98
|
+
"nz",
|
|
99
|
+
"ni",
|
|
100
|
+
"ng",
|
|
101
|
+
"om",
|
|
102
|
+
"py",
|
|
103
|
+
"pe",
|
|
104
|
+
"ph",
|
|
105
|
+
"pt",
|
|
106
|
+
"ro",
|
|
107
|
+
"sa",
|
|
108
|
+
"sn",
|
|
109
|
+
"rs",
|
|
110
|
+
"sk",
|
|
111
|
+
"si",
|
|
112
|
+
"za",
|
|
113
|
+
"kr",
|
|
114
|
+
"lk",
|
|
115
|
+
"th",
|
|
116
|
+
"bs",
|
|
117
|
+
"tt",
|
|
118
|
+
"tn",
|
|
119
|
+
"ua",
|
|
120
|
+
"ae",
|
|
121
|
+
"uy",
|
|
122
|
+
"ve",
|
|
123
|
+
"vn",
|
|
124
|
+
"zm",
|
|
125
|
+
"zw",
|
|
126
|
+
"ly",
|
|
127
|
+
"mobile-us",
|
|
128
|
+
"mobile-uk",
|
|
129
|
+
"mobile-ca",
|
|
130
|
+
"mobile-de",
|
|
131
|
+
"mobile-fr",
|
|
132
|
+
"mobile-es",
|
|
133
|
+
"mobile-it",
|
|
134
|
+
"mobile-br",
|
|
135
|
+
"mobile-au",
|
|
136
|
+
"mobile-dk",
|
|
137
|
+
"mobile-mx",
|
|
138
|
+
"mobile-nl",
|
|
139
|
+
"mobile-se",
|
|
140
|
+
"mobile-tr",
|
|
141
|
+
"mobile-in",
|
|
142
|
+
"mobile-id",
|
|
143
|
+
"mobile-il",
|
|
144
|
+
"il-ext",
|
|
145
|
+
"tr-ext",
|
|
146
|
+
"dk-ext",
|
|
147
|
+
"no-ext",
|
|
148
|
+
"se-ext",
|
|
149
|
+
"fi-ext",
|
|
150
|
+
"ch-ext",
|
|
151
|
+
"mobile-il-ext",
|
|
152
|
+
"pa",
|
|
153
|
+
"pk",
|
|
154
|
+
"tw",
|
|
155
|
+
"qa"
|
|
156
|
+
]).describe("The Semrush regional database to use for the analysis (e.g., 'us', 'gb', 'de'). Refer to Semrush API documentation for a full list of available databases. Database choice materially affects returned search volume and keyword difficulty values."),
|
|
157
|
+
display_date: z.string().describe("Date in \"YYYYMM15\" format for past month data (e.g., \"20231215\"); uses most recent data if omitted.").optional(),
|
|
158
|
+
export_decode: z.union([z.literal(0), z.literal(1)]).default(1).describe("Set to 0 for URL-encoded response, or 1 for plain text (non-converted) response.").optional(),
|
|
159
|
+
export_escape: z.union([z.literal(0), z.literal(1)]).default(1).describe("Set to 1 to wrap report columns in double quotation marks (\"), or 0 to disable.").optional(),
|
|
160
|
+
export_columns: z.array(z.enum([
|
|
161
|
+
"Ph",
|
|
162
|
+
"Nq",
|
|
163
|
+
"Cp",
|
|
164
|
+
"Co",
|
|
165
|
+
"Nr",
|
|
166
|
+
"Td",
|
|
167
|
+
"In",
|
|
168
|
+
"Kd"
|
|
169
|
+
])).default([
|
|
170
|
+
"Ph",
|
|
171
|
+
"Nq",
|
|
172
|
+
"Cp",
|
|
173
|
+
"Co",
|
|
174
|
+
"Nr",
|
|
175
|
+
"Td",
|
|
176
|
+
"In",
|
|
177
|
+
"Kd"
|
|
178
|
+
]).describe("Specific columns for the report (e.g., Ph, Nq); defaults to all if omitted. Available columns:\n- Ph: Keyword/Phrase analyzed.\n- Nq: Search Volume (avg. monthly queries).\n- Cp: Cost-Per-Click (avg. CPC).\n- Co: Competition level of advertisers.\n- Nr: Number of URLs in organic results.\n- Td: Search volume trend (last 12 months).\n- In: Searcher intent (informational, navigational, commercial, transactional).\n- Kd: Keyword Difficulty score.").optional()
|
|
179
|
+
}).passthrough(),
|
|
180
|
+
output: z.object({
|
|
181
|
+
keyword_data: z.string().describe("A string containing the keyword overview data, typically in a delimited format (e.g., CSV-like). The content and structure are determined by the request's export parameters. Each line in the string usually corresponds to a keyword."),
|
|
182
|
+
composio_execution_message: z.string().describe("Message explaining any modifications made to user input (e.g., phrase truncation or conversion).").nullable().optional()
|
|
183
|
+
})
|
|
184
|
+
});
|
|
185
|
+
//#endregion
|
|
186
|
+
export { semrushBatchKeywordOverview };
|
|
187
|
+
|
|
188
|
+
//# sourceMappingURL=batch-keyword-overview.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-keyword-overview.mjs","names":[],"sources":["../../src/actions/batch-keyword-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SemrushBatchKeywordOverviewInput: z.ZodTypeAny = z.object({\n phrase: z.string().describe(\"Up to 100 keywords to analyze. Keywords can be separated by newlines ('\\\\n') or semicolons (';'). The API requires semicolon-separated format with total phrase length of 1-255 characters. Newlines are automatically converted to semicolons. If you have many keywords, consider reducing the list or using shorter keyword phrases to stay within the 255-character limit.\"),\n database: z.enum([\"us\", \"uk\", \"ca\", \"ru\", \"de\", \"fr\", \"es\", \"it\", \"br\", \"au\", \"ar\", \"be\", \"ch\", \"dk\", \"fi\", \"hk\", \"ie\", \"il\", \"mx\", \"nl\", \"no\", \"pl\", \"se\", \"sg\", \"tr\", \"jp\", \"in\", \"hu\", \"af\", \"al\", \"dz\", \"ao\", \"am\", \"at\", \"az\", \"bh\", \"bd\", \"by\", \"bz\", \"bo\", \"ba\", \"bw\", \"bn\", \"bg\", \"cv\", \"kh\", \"cm\", \"cl\", \"co\", \"cr\", \"hr\", \"cy\", \"cz\", \"cd\", \"do\", \"ec\", \"eg\", \"sv\", \"ee\", \"et\", \"ge\", \"gh\", \"gr\", \"gt\", \"gy\", \"ht\", \"hn\", \"is\", \"id\", \"jm\", \"jo\", \"kz\", \"kw\", \"lv\", \"lb\", \"lt\", \"lu\", \"mg\", \"my\", \"mt\", \"mu\", \"md\", \"mn\", \"me\", \"ma\", \"mz\", \"na\", \"np\", \"nz\", \"ni\", \"ng\", \"om\", \"py\", \"pe\", \"ph\", \"pt\", \"ro\", \"sa\", \"sn\", \"rs\", \"sk\", \"si\", \"za\", \"kr\", \"lk\", \"th\", \"bs\", \"tt\", \"tn\", \"ua\", \"ae\", \"uy\", \"ve\", \"vn\", \"zm\", \"zw\", \"ly\", \"mobile-us\", \"mobile-uk\", \"mobile-ca\", \"mobile-de\", \"mobile-fr\", \"mobile-es\", \"mobile-it\", \"mobile-br\", \"mobile-au\", \"mobile-dk\", \"mobile-mx\", \"mobile-nl\", \"mobile-se\", \"mobile-tr\", \"mobile-in\", \"mobile-id\", \"mobile-il\", \"il-ext\", \"tr-ext\", \"dk-ext\", \"no-ext\", \"se-ext\", \"fi-ext\", \"ch-ext\", \"mobile-il-ext\", \"pa\", \"pk\", \"tw\", \"qa\"]).describe(\"The Semrush regional database to use for the analysis (e.g., 'us', 'gb', 'de'). Refer to Semrush API documentation for a full list of available databases. Database choice materially affects returned search volume and keyword difficulty values.\"),\n display_date: z.string().describe(\"Date in \\\"YYYYMM15\\\" format for past month data (e.g., \\\"20231215\\\"); uses most recent data if omitted.\").optional(),\n export_decode: z.union([z.literal(0), z.literal(1)]).default(1).describe(\"Set to 0 for URL-encoded response, or 1 for plain text (non-converted) response.\").optional(),\n export_escape: z.union([z.literal(0), z.literal(1)]).default(1).describe(\"Set to 1 to wrap report columns in double quotation marks (\\\"), or 0 to disable.\").optional(),\n export_columns: z.array(z.enum([\"Ph\", \"Nq\", \"Cp\", \"Co\", \"Nr\", \"Td\", \"In\", \"Kd\"])).default([\"Ph\",\"Nq\",\"Cp\",\"Co\",\"Nr\",\"Td\",\"In\",\"Kd\"]).describe(\"Specific columns for the report (e.g., Ph, Nq); defaults to all if omitted. Available columns:\\n- Ph: Keyword/Phrase analyzed.\\n- Nq: Search Volume (avg. monthly queries).\\n- Cp: Cost-Per-Click (avg. CPC).\\n- Co: Competition level of advertisers.\\n- Nr: Number of URLs in organic results.\\n- Td: Search volume trend (last 12 months).\\n- In: Searcher intent (informational, navigational, commercial, transactional).\\n- Kd: Keyword Difficulty score.\").optional(),\n}).passthrough();\nexport const SemrushBatchKeywordOverviewOutput: z.ZodTypeAny = z.object({\n keyword_data: z.string().describe(\"A string containing the keyword overview data, typically in a delimited format (e.g., CSV-like). The content and structure are determined by the request's export parameters. Each line in the string usually corresponds to a keyword.\"),\n composio_execution_message: z.string().describe(\"Message explaining any modifications made to user input (e.g., phrase truncation or conversion).\").nullable().optional(),\n});\n\nexport const semrushBatchKeywordOverview = action(\"SEMRUSH_BATCH_KEYWORD_OVERVIEW\", {\n slug: \"semrush-batch-keyword-overview\",\n name: \"Batch keyword overview\",\n description: \"Fetches a keyword overview report from a Semrush regional database for up to 100 keywords, providing metrics like search volume, CPC, and keyword difficulty. Response is CSV-like text (not JSON); parse accordingly. Returns literal string 'ERROR 50 :: NOTHING FOUND' for keywords with no data in the selected database — treat as zero results and fall back to SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE or SEMRUSH_KEYWORD_OVERVIEW_ALL_DATABASES for those terms.\",\n input: SemrushBatchKeywordOverviewInput,\n output: SemrushBatchKeywordOverviewOutput,\n});\n"],"mappings":";;AAiBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjB4D,EAAE,OAAO;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gXAAgX;EAC5Y,UAAU,EAAE,KAAK;GAAC;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAa;GAAU;GAAU;GAAU;GAAU;GAAU;GAAU;GAAU;GAAiB;GAAM;GAAM;GAAM;EAAI,CAAC,CAAC,CAAC,SAAS,qPAAqP;EAC3xC,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EACtJ,eAAe,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EACtK,eAAe,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EACtK,gBAAgB,EAAE,MAAM,EAAE,KAAK;GAAC;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;EAAI,CAAC,CAAC,CAAC,CAAC,QAAQ;GAAC;GAAK;GAAK;GAAK;GAAK;GAAK;GAAK;GAAK;EAAI,CAAC,CAAC,CAAC,SAAS,icAAic,CAAC,CAAC,SAAS;CAC5lB,CAAC,CAAC,CAAC,YAUM;CACP,QAV6D,EAAE,OAAO;EACtE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yOAAyO;EAC3Q,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1K,CAOU;AACV,CAAC"}
|