@keystrokehq/semrush 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/actions/ads-copies.d.cts +4 -4
  2. package/dist/actions/ads-copies.d.mts +4 -4
  3. package/dist/actions/anchors.d.cts +10 -10
  4. package/dist/actions/anchors.d.mts +10 -10
  5. package/dist/actions/authority-score-profile.d.cts +2 -2
  6. package/dist/actions/authority-score-profile.d.mts +2 -2
  7. package/dist/actions/backlinks-overview.d.cts +2 -2
  8. package/dist/actions/backlinks-overview.d.mts +2 -2
  9. package/dist/actions/backlinks.d.cts +10 -10
  10. package/dist/actions/backlinks.d.mts +10 -10
  11. package/dist/actions/batch-comparison.d.cts +2 -2
  12. package/dist/actions/batch-comparison.d.mts +2 -2
  13. package/dist/actions/batch-keyword-overview.d.cts +4 -4
  14. package/dist/actions/batch-keyword-overview.d.mts +4 -4
  15. package/dist/actions/broad-match-keyword.d.cts +4 -4
  16. package/dist/actions/broad-match-keyword.d.mts +4 -4
  17. package/dist/actions/categories-profile.d.cts +2 -2
  18. package/dist/actions/categories-profile.d.mts +2 -2
  19. package/dist/actions/categories.d.cts +2 -2
  20. package/dist/actions/categories.d.mts +2 -2
  21. package/dist/actions/competitors-in-organic-search.d.cts +6 -6
  22. package/dist/actions/competitors-in-organic-search.d.mts +6 -6
  23. package/dist/actions/competitors-in-paid-search.d.cts +6 -6
  24. package/dist/actions/competitors-in-paid-search.d.mts +6 -6
  25. package/dist/actions/competitors.d.cts +2 -2
  26. package/dist/actions/competitors.d.mts +2 -2
  27. package/dist/actions/domain-ad-history.d.cts +6 -6
  28. package/dist/actions/domain-ad-history.d.mts +6 -6
  29. package/dist/actions/domain-organic-pages.d.cts +8 -8
  30. package/dist/actions/domain-organic-pages.d.mts +8 -8
  31. package/dist/actions/domain-organic-search-keywords.d.cts +12 -12
  32. package/dist/actions/domain-organic-search-keywords.d.mts +12 -12
  33. package/dist/actions/domain-organic-subdomains.d.cts +6 -6
  34. package/dist/actions/domain-organic-subdomains.d.mts +6 -6
  35. package/dist/actions/domain-paid-search-keywords.d.cts +8 -8
  36. package/dist/actions/domain-paid-search-keywords.d.mts +8 -8
  37. package/dist/actions/domain-pla-search-keywords.d.cts +4 -4
  38. package/dist/actions/domain-pla-search-keywords.d.mts +4 -4
  39. package/dist/actions/domain-vs-domain.d.cts +4 -4
  40. package/dist/actions/domain-vs-domain.d.mts +4 -4
  41. package/dist/actions/indexed-pages.d.cts +9 -9
  42. package/dist/actions/indexed-pages.d.mts +9 -9
  43. package/dist/actions/keyword-difficulty.d.cts +4 -4
  44. package/dist/actions/keyword-difficulty.d.mts +4 -4
  45. package/dist/actions/keyword-overview-all-databases.d.cts +4 -4
  46. package/dist/actions/keyword-overview-all-databases.d.mts +4 -4
  47. package/dist/actions/keyword-overview-one-database.d.cts +4 -4
  48. package/dist/actions/keyword-overview-one-database.d.mts +4 -4
  49. package/dist/actions/keywords-ads-history.d.cts +7 -7
  50. package/dist/actions/keywords-ads-history.d.mts +7 -7
  51. package/dist/actions/organic-results.d.cts +6 -6
  52. package/dist/actions/organic-results.d.mts +6 -6
  53. package/dist/actions/paid-results.d.cts +4 -4
  54. package/dist/actions/paid-results.d.mts +4 -4
  55. package/dist/actions/phrase-questions.d.cts +4 -4
  56. package/dist/actions/phrase-questions.d.mts +4 -4
  57. package/dist/actions/pla-competitors.d.cts +6 -6
  58. package/dist/actions/pla-competitors.d.mts +6 -6
  59. package/dist/actions/pla-copies.d.cts +4 -4
  60. package/dist/actions/pla-copies.d.mts +4 -4
  61. package/dist/actions/referring-domains-by-country.d.cts +2 -2
  62. package/dist/actions/referring-domains-by-country.d.mts +2 -2
  63. package/dist/actions/referring-domains.d.cts +11 -11
  64. package/dist/actions/referring-domains.d.mts +11 -11
  65. package/dist/actions/referring-i-ps.d.cts +11 -11
  66. package/dist/actions/referring-i-ps.d.mts +11 -11
  67. package/dist/actions/related-keywords.d.cts +4 -4
  68. package/dist/actions/related-keywords.d.mts +4 -4
  69. package/dist/actions/tld-distribution.d.cts +4 -4
  70. package/dist/actions/tld-distribution.d.mts +4 -4
  71. package/dist/catalog.cjs +1 -1
  72. package/dist/catalog.cjs.map +1 -1
  73. package/dist/catalog.d.cts +1 -1
  74. package/dist/catalog.d.mts +1 -1
  75. package/dist/catalog.mjs +1 -1
  76. package/dist/catalog.mjs.map +1 -1
  77. package/package.json +1 -1
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushDomainPaidSearchKeywordsInput: z.ZodObject<{
5
5
  domain: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushDomainPaidSearchKeywordsInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushDomainPaidSearchKeywordsInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -182,13 +182,13 @@ declare const SemrushDomainPaidSearchKeywordsInput: z.ZodObject<{
182
182
  Co: "Co";
183
183
  Nr: "Nr";
184
184
  Td: "Td";
185
- Tr: "Tr";
186
185
  Po: "Po";
186
+ Tg: "Tg";
187
+ Tr: "Tr";
188
+ Tc: "Tc";
187
189
  Pp: "Pp";
188
190
  Pd: "Pd";
189
191
  Ab: "Ab";
190
- Tg: "Tg";
191
- Tc: "Tc";
192
192
  }>>>>;
193
193
  display_positions: z.ZodOptional<z.ZodEnum<{
194
194
  new: "new";
@@ -202,7 +202,7 @@ declare const SemrushDomainPaidSearchKeywordsOutput: z.ZodObject<{
202
202
  }, z.core.$loose>;
203
203
  declare const semrushDomainPaidSearchKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
204
204
  domain: string;
205
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
205
+ database: "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";
206
206
  display_date?: string | undefined;
207
207
  display_sort?: "nq_asc" | "nq_desc" | "po_asc" | "po_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "tc_asc" | "tc_desc" | undefined;
208
208
  display_limit?: number | undefined;
@@ -210,7 +210,7 @@ declare const semrushDomainPaidSearchKeywords: import("@keystrokehq/action").Wor
210
210
  export_escape?: 0 | 1 | undefined;
211
211
  display_filter?: string[] | undefined;
212
212
  display_offset?: number | undefined;
213
- export_columns?: ("Tt" | "Ds" | "Vu" | "Ph" | "Un" | "Ur" | "Ts" | "Nq" | "Cp" | "Co" | "Nr" | "Td" | "Tr" | "Po" | "Pp" | "Pd" | "Ab" | "Tg" | "Tc")[] | undefined;
213
+ export_columns?: ("Tt" | "Ds" | "Vu" | "Ph" | "Un" | "Ur" | "Ts" | "Nq" | "Cp" | "Co" | "Nr" | "Td" | "Po" | "Tg" | "Tr" | "Tc" | "Pp" | "Pd" | "Ab")[] | undefined;
214
214
  display_positions?: "new" | "lost" | "rise" | "fall" | undefined;
215
215
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
216
216
  //#endregion
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushDomainPlaSearchKeywordsInput: z.ZodObject<{
5
5
  domain: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushDomainPlaSearchKeywordsInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushDomainPlaSearchKeywordsInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -189,7 +189,7 @@ declare const SemrushDomainPlaSearchKeywordsOutput: z.ZodObject<{
189
189
  }, z.core.$loose>;
190
190
  declare const semrushDomainPlaSearchKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
191
191
  domain: string;
192
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
192
+ database: "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";
193
193
  display_sort?: "nq_asc" | "nq_desc" | "po_asc" | "po_desc" | "pr_asc" | "pr_desc" | undefined;
194
194
  display_limit?: number | undefined;
195
195
  export_decode?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushDomainPlaSearchKeywordsInput: z.ZodObject<{
5
5
  domain: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushDomainPlaSearchKeywordsInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushDomainPlaSearchKeywordsInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -189,7 +189,7 @@ declare const SemrushDomainPlaSearchKeywordsOutput: z.ZodObject<{
189
189
  }, z.core.$loose>;
190
190
  declare const semrushDomainPlaSearchKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
191
191
  domain: string;
192
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
192
+ database: "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";
193
193
  display_sort?: "nq_asc" | "nq_desc" | "po_asc" | "po_desc" | "pr_asc" | "pr_desc" | undefined;
194
194
  display_limit?: number | undefined;
195
195
  export_decode?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushDomainVsDomainInput: z.ZodObject<{
5
5
  domains: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushDomainVsDomainInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushDomainVsDomainInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -208,7 +208,7 @@ declare const SemrushDomainVsDomainOutput: z.ZodObject<{
208
208
  }, z.core.$loose>;
209
209
  declare const semrushDomainVsDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
210
210
  domains: string;
211
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
211
+ database: "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";
212
212
  display_date?: string | undefined;
213
213
  display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "p0_asc" | "p0_desc" | "p1_asc" | "p1_desc" | "p2_asc" | "p2_desc" | "p3_asc" | "p3_desc" | "p4_asc" | "p4_desc" | undefined;
214
214
  display_limit?: number | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushDomainVsDomainInput: z.ZodObject<{
5
5
  domains: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushDomainVsDomainInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushDomainVsDomainInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -208,7 +208,7 @@ declare const SemrushDomainVsDomainOutput: z.ZodObject<{
208
208
  }, z.core.$loose>;
209
209
  declare const semrushDomainVsDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
210
210
  domains: string;
211
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
211
+ database: "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";
212
212
  display_date?: string | undefined;
213
213
  display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "p0_asc" | "p0_desc" | "p1_asc" | "p1_desc" | "p2_asc" | "p2_desc" | "p3_asc" | "p3_desc" | "p4_asc" | "p4_desc" | undefined;
214
214
  display_limit?: number | undefined;
@@ -4,29 +4,29 @@ import { z } from "zod";
4
4
  declare const SemrushIndexedPagesInput: z.ZodObject<{
5
5
  target: z.ZodString;
6
6
  target_type: z.ZodEnum<{
7
- root_domain: "root_domain";
8
7
  domain: "domain";
8
+ root_domain: "root_domain";
9
9
  url: "url";
10
10
  }>;
11
11
  display_sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
12
- last_seen_asc: "last_seen_asc";
13
- last_seen_desc: "last_seen_desc";
14
12
  domains_num_asc: "domains_num_asc";
15
13
  domains_num_desc: "domains_num_desc";
16
14
  backlinks_num_asc: "backlinks_num_asc";
17
15
  backlinks_num_desc: "backlinks_num_desc";
16
+ last_seen_asc: "last_seen_asc";
17
+ last_seen_desc: "last_seen_desc";
18
18
  }>>>;
19
19
  display_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
20
20
  display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
21
21
  export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
22
+ domains_num: "domains_num";
23
+ backlinks_num: "backlinks_num";
24
+ last_seen: "last_seen";
22
25
  response_code: "response_code";
23
26
  external_num: "external_num";
24
27
  internal_num: "internal_num";
25
28
  source_url: "source_url";
26
29
  source_title: "source_title";
27
- last_seen: "last_seen";
28
- domains_num: "domains_num";
29
- backlinks_num: "backlinks_num";
30
30
  }>>>>;
31
31
  }, z.core.$strip>;
32
32
  declare const SemrushIndexedPagesOutput: z.ZodObject<{
@@ -34,11 +34,11 @@ declare const SemrushIndexedPagesOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const semrushIndexedPages: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  target: string;
37
- target_type: "root_domain" | "domain" | "url";
38
- display_sort?: "last_seen_asc" | "last_seen_desc" | "domains_num_asc" | "domains_num_desc" | "backlinks_num_asc" | "backlinks_num_desc" | undefined;
37
+ target_type: "domain" | "root_domain" | "url";
38
+ display_sort?: "domains_num_asc" | "domains_num_desc" | "backlinks_num_asc" | "backlinks_num_desc" | "last_seen_asc" | "last_seen_desc" | undefined;
39
39
  display_limit?: number | undefined;
40
40
  display_offset?: number | undefined;
41
- export_columns?: ("response_code" | "external_num" | "internal_num" | "source_url" | "source_title" | "last_seen" | "domains_num" | "backlinks_num")[] | undefined;
41
+ export_columns?: ("domains_num" | "backlinks_num" | "last_seen" | "response_code" | "external_num" | "internal_num" | "source_url" | "source_title")[] | undefined;
42
42
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
43
  //#endregion
44
44
  export { semrushIndexedPages };
@@ -4,29 +4,29 @@ import { z } from "zod";
4
4
  declare const SemrushIndexedPagesInput: z.ZodObject<{
5
5
  target: z.ZodString;
6
6
  target_type: z.ZodEnum<{
7
- root_domain: "root_domain";
8
7
  domain: "domain";
8
+ root_domain: "root_domain";
9
9
  url: "url";
10
10
  }>;
11
11
  display_sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
12
- last_seen_asc: "last_seen_asc";
13
- last_seen_desc: "last_seen_desc";
14
12
  domains_num_asc: "domains_num_asc";
15
13
  domains_num_desc: "domains_num_desc";
16
14
  backlinks_num_asc: "backlinks_num_asc";
17
15
  backlinks_num_desc: "backlinks_num_desc";
16
+ last_seen_asc: "last_seen_asc";
17
+ last_seen_desc: "last_seen_desc";
18
18
  }>>>;
19
19
  display_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
20
20
  display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
21
21
  export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
22
+ domains_num: "domains_num";
23
+ backlinks_num: "backlinks_num";
24
+ last_seen: "last_seen";
22
25
  response_code: "response_code";
23
26
  external_num: "external_num";
24
27
  internal_num: "internal_num";
25
28
  source_url: "source_url";
26
29
  source_title: "source_title";
27
- last_seen: "last_seen";
28
- domains_num: "domains_num";
29
- backlinks_num: "backlinks_num";
30
30
  }>>>>;
31
31
  }, z.core.$strip>;
32
32
  declare const SemrushIndexedPagesOutput: z.ZodObject<{
@@ -34,11 +34,11 @@ declare const SemrushIndexedPagesOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const semrushIndexedPages: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  target: string;
37
- target_type: "root_domain" | "domain" | "url";
38
- display_sort?: "last_seen_asc" | "last_seen_desc" | "domains_num_asc" | "domains_num_desc" | "backlinks_num_asc" | "backlinks_num_desc" | undefined;
37
+ target_type: "domain" | "root_domain" | "url";
38
+ display_sort?: "domains_num_asc" | "domains_num_desc" | "backlinks_num_asc" | "backlinks_num_desc" | "last_seen_asc" | "last_seen_desc" | undefined;
39
39
  display_limit?: number | undefined;
40
40
  display_offset?: number | undefined;
41
- export_columns?: ("response_code" | "external_num" | "internal_num" | "source_url" | "source_title" | "last_seen" | "domains_num" | "backlinks_num")[] | undefined;
41
+ export_columns?: ("domains_num" | "backlinks_num" | "last_seen" | "response_code" | "external_num" | "internal_num" | "source_url" | "source_title")[] | undefined;
42
42
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
43
  //#endregion
44
44
  export { semrushIndexedPages };
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordDifficultyInput: z.ZodObject<{
5
5
  phrase: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushKeywordDifficultyInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushKeywordDifficultyInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -162,7 +162,7 @@ declare const SemrushKeywordDifficultyOutput: z.ZodObject<{
162
162
  }, z.core.$loose>;
163
163
  declare const semrushKeywordDifficulty: import("@keystrokehq/action").WorkflowActionDefinition<{
164
164
  phrase: string;
165
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
165
+ database: "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";
166
166
  export_escape?: 0 | 1 | undefined;
167
167
  export_columns?: ("Ph" | "Kd")[] | undefined;
168
168
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordDifficultyInput: z.ZodObject<{
5
5
  phrase: z.ZodString;
6
6
  database: z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushKeywordDifficultyInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushKeywordDifficultyInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -162,7 +162,7 @@ declare const SemrushKeywordDifficultyOutput: z.ZodObject<{
162
162
  }, z.core.$loose>;
163
163
  declare const semrushKeywordDifficulty: import("@keystrokehq/action").WorkflowActionDefinition<{
164
164
  phrase: string;
165
- database: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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";
165
+ database: "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";
166
166
  export_escape?: 0 | 1 | undefined;
167
167
  export_columns?: ("Ph" | "Kd")[] | undefined;
168
168
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordOverviewAllDatabasesInput: z.ZodObject<{
5
5
  phrase: z.ZodString;
6
6
  database: z.ZodOptional<z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushKeywordOverviewAllDatabasesInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushKeywordOverviewAllDatabasesInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -170,7 +170,7 @@ declare const SemrushKeywordOverviewAllDatabasesOutput: z.ZodObject<{
170
170
  }, z.core.$loose>;
171
171
  declare const semrushKeywordOverviewAllDatabases: import("@keystrokehq/action").WorkflowActionDefinition<{
172
172
  phrase: string;
173
- database?: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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" | undefined;
173
+ database?: "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" | undefined;
174
174
  export_decode?: number | undefined;
175
175
  export_escape?: 0 | 1 | undefined;
176
176
  export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "In" | "Kd" | "Dt" | "Db")[] | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordOverviewAllDatabasesInput: z.ZodObject<{
5
5
  phrase: z.ZodString;
6
6
  database: z.ZodOptional<z.ZodEnum<{
7
- in: "in";
8
- at: "at";
9
- id: "id";
10
7
  us: "us";
11
8
  uk: "uk";
12
9
  ca: "ca";
@@ -33,12 +30,14 @@ declare const SemrushKeywordOverviewAllDatabasesInput: z.ZodObject<{
33
30
  sg: "sg";
34
31
  tr: "tr";
35
32
  jp: "jp";
33
+ in: "in";
36
34
  hu: "hu";
37
35
  af: "af";
38
36
  al: "al";
39
37
  dz: "dz";
40
38
  ao: "ao";
41
39
  am: "am";
40
+ at: "at";
42
41
  az: "az";
43
42
  bh: "bh";
44
43
  bd: "bd";
@@ -73,6 +72,7 @@ declare const SemrushKeywordOverviewAllDatabasesInput: z.ZodObject<{
73
72
  ht: "ht";
74
73
  hn: "hn";
75
74
  is: "is";
75
+ id: "id";
76
76
  jm: "jm";
77
77
  jo: "jo";
78
78
  kz: "kz";
@@ -170,7 +170,7 @@ declare const SemrushKeywordOverviewAllDatabasesOutput: z.ZodObject<{
170
170
  }, z.core.$loose>;
171
171
  declare const semrushKeywordOverviewAllDatabases: import("@keystrokehq/action").WorkflowActionDefinition<{
172
172
  phrase: string;
173
- database?: "in" | "at" | "id" | "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" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "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" | "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" | undefined;
173
+ database?: "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" | undefined;
174
174
  export_decode?: number | undefined;
175
175
  export_escape?: 0 | 1 | undefined;
176
176
  export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "In" | "Kd" | "Dt" | "Db")[] | undefined;