@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 SemrushKeywordOverviewOneDatabaseInput: 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 SemrushKeywordOverviewOneDatabaseInput: 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 SemrushKeywordOverviewOneDatabaseInput: 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 SemrushKeywordOverviewOneDatabaseOutput: z.ZodObject<{
170
170
  }, z.core.$loose>;
171
171
  declare const semrushKeywordOverviewOneDatabase: 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";
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";
174
174
  display_date?: string | undefined;
175
175
  export_decode?: 0 | 1 | undefined;
176
176
  export_escape?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordOverviewOneDatabaseInput: 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 SemrushKeywordOverviewOneDatabaseInput: 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 SemrushKeywordOverviewOneDatabaseInput: 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 SemrushKeywordOverviewOneDatabaseOutput: z.ZodObject<{
170
170
  }, z.core.$loose>;
171
171
  declare const semrushKeywordOverviewOneDatabase: 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";
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";
174
174
  display_date?: string | undefined;
175
175
  export_decode?: 0 | 1 | undefined;
176
176
  export_escape?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordsAdsHistoryInput: 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 SemrushKeywordsAdsHistoryInput: 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 SemrushKeywordsAdsHistoryInput: 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";
@@ -161,12 +161,12 @@ declare const SemrushKeywordsAdsHistoryInput: z.ZodObject<{
161
161
  Ds: "Ds";
162
162
  Vu: "Vu";
163
163
  Ur: "Ur";
164
- Dt: "Dt";
165
- Po: "Po";
166
164
  Dn: "Dn";
167
165
  Ad: "Ad";
168
166
  At: "At";
169
167
  Ac: "Ac";
168
+ Po: "Po";
169
+ Dt: "Dt";
170
170
  }>>>>;
171
171
  }, z.core.$strip>;
172
172
  declare const SemrushKeywordsAdsHistoryOutput: z.ZodObject<{
@@ -174,13 +174,13 @@ declare const SemrushKeywordsAdsHistoryOutput: z.ZodObject<{
174
174
  }, z.core.$loose>;
175
175
  declare const semrushKeywordsAdsHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
176
176
  phrase: string;
177
- 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";
177
+ 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";
178
178
  display_date?: string | undefined;
179
179
  display_limit?: number | undefined;
180
180
  export_decode?: 0 | 1 | undefined;
181
181
  export_escape?: 0 | 1 | undefined;
182
182
  display_offset?: number | undefined;
183
- export_columns?: ("Tt" | "Ds" | "Vu" | "Ur" | "Dt" | "Po" | "Dn" | "Ad" | "At" | "Ac")[] | undefined;
183
+ export_columns?: ("Tt" | "Ds" | "Vu" | "Ur" | "Dn" | "Ad" | "At" | "Ac" | "Po" | "Dt")[] | undefined;
184
184
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
185
185
  //#endregion
186
186
  export { semrushKeywordsAdsHistory };
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushKeywordsAdsHistoryInput: 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 SemrushKeywordsAdsHistoryInput: 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 SemrushKeywordsAdsHistoryInput: 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";
@@ -161,12 +161,12 @@ declare const SemrushKeywordsAdsHistoryInput: z.ZodObject<{
161
161
  Ds: "Ds";
162
162
  Vu: "Vu";
163
163
  Ur: "Ur";
164
- Dt: "Dt";
165
- Po: "Po";
166
164
  Dn: "Dn";
167
165
  Ad: "Ad";
168
166
  At: "At";
169
167
  Ac: "Ac";
168
+ Po: "Po";
169
+ Dt: "Dt";
170
170
  }>>>>;
171
171
  }, z.core.$strip>;
172
172
  declare const SemrushKeywordsAdsHistoryOutput: z.ZodObject<{
@@ -174,13 +174,13 @@ declare const SemrushKeywordsAdsHistoryOutput: z.ZodObject<{
174
174
  }, z.core.$loose>;
175
175
  declare const semrushKeywordsAdsHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
176
176
  phrase: string;
177
- 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";
177
+ 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";
178
178
  display_date?: string | undefined;
179
179
  display_limit?: number | undefined;
180
180
  export_decode?: 0 | 1 | undefined;
181
181
  export_escape?: 0 | 1 | undefined;
182
182
  display_offset?: number | undefined;
183
- export_columns?: ("Tt" | "Ds" | "Vu" | "Ur" | "Dt" | "Po" | "Dn" | "Ad" | "At" | "Ac")[] | undefined;
183
+ export_columns?: ("Tt" | "Ds" | "Vu" | "Ur" | "Dn" | "Ad" | "At" | "Ac" | "Po" | "Dt")[] | undefined;
184
184
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
185
185
  //#endregion
186
186
  export { semrushKeywordsAdsHistory };
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushOrganicResultsInput: 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 SemrushOrganicResultsInput: 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 SemrushOrganicResultsInput: 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";
@@ -159,8 +159,8 @@ declare const SemrushOrganicResultsInput: z.ZodObject<{
159
159
  export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
160
160
  Ur: "Ur";
161
161
  Fk: "Fk";
162
- Po: "Po";
163
162
  Dn: "Dn";
163
+ Po: "Po";
164
164
  Fp: "Fp";
165
165
  Pt: "Pt";
166
166
  Fl: "Fl";
@@ -175,13 +175,13 @@ declare const SemrushOrganicResultsOutput: z.ZodObject<{
175
175
  }, z.core.$loose>;
176
176
  declare const semrushOrganicResults: import("@keystrokehq/action").WorkflowActionDefinition<{
177
177
  phrase: string;
178
- 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";
178
+ 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";
179
179
  display_date?: string | undefined;
180
180
  display_limit?: number | undefined;
181
181
  export_decode?: 0 | 1 | undefined;
182
182
  export_escape?: 0 | 1 | undefined;
183
183
  display_offset?: number | undefined;
184
- export_columns?: ("Ur" | "Fk" | "Po" | "Dn" | "Fp" | "Pt" | "Fl")[] | undefined;
184
+ export_columns?: ("Ur" | "Fk" | "Dn" | "Po" | "Fp" | "Pt" | "Fl")[] | undefined;
185
185
  positions_type?: "organic" | "all" | undefined;
186
186
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
187
187
  //#endregion
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushOrganicResultsInput: 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 SemrushOrganicResultsInput: 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 SemrushOrganicResultsInput: 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";
@@ -159,8 +159,8 @@ declare const SemrushOrganicResultsInput: z.ZodObject<{
159
159
  export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
160
160
  Ur: "Ur";
161
161
  Fk: "Fk";
162
- Po: "Po";
163
162
  Dn: "Dn";
163
+ Po: "Po";
164
164
  Fp: "Fp";
165
165
  Pt: "Pt";
166
166
  Fl: "Fl";
@@ -175,13 +175,13 @@ declare const SemrushOrganicResultsOutput: z.ZodObject<{
175
175
  }, z.core.$loose>;
176
176
  declare const semrushOrganicResults: import("@keystrokehq/action").WorkflowActionDefinition<{
177
177
  phrase: string;
178
- 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";
178
+ 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";
179
179
  display_date?: string | undefined;
180
180
  display_limit?: number | undefined;
181
181
  export_decode?: 0 | 1 | undefined;
182
182
  export_escape?: 0 | 1 | undefined;
183
183
  display_offset?: number | undefined;
184
- export_columns?: ("Ur" | "Fk" | "Po" | "Dn" | "Fp" | "Pt" | "Fl")[] | undefined;
184
+ export_columns?: ("Ur" | "Fk" | "Dn" | "Po" | "Fp" | "Pt" | "Fl")[] | undefined;
185
185
  positions_type?: "organic" | "all" | undefined;
186
186
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
187
187
  //#endregion
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushPaidResultsInput: 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 SemrushPaidResultsInput: 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 SemrushPaidResultsInput: 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";
@@ -167,7 +167,7 @@ declare const SemrushPaidResultsOutput: z.ZodObject<{
167
167
  }, z.core.$loose>;
168
168
  declare const semrushPaidResults: import("@keystrokehq/action").WorkflowActionDefinition<{
169
169
  phrase: string;
170
- 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";
170
+ 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";
171
171
  display_date?: string | undefined;
172
172
  display_limit?: number | undefined;
173
173
  export_decode?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushPaidResultsInput: 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 SemrushPaidResultsInput: 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 SemrushPaidResultsInput: 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";
@@ -167,7 +167,7 @@ declare const SemrushPaidResultsOutput: z.ZodObject<{
167
167
  }, z.core.$loose>;
168
168
  declare const semrushPaidResults: import("@keystrokehq/action").WorkflowActionDefinition<{
169
169
  phrase: string;
170
- 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";
170
+ 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";
171
171
  display_date?: string | undefined;
172
172
  display_limit?: number | undefined;
173
173
  export_decode?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushPhraseQuestionsInput: 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 SemrushPhraseQuestionsInput: 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 SemrushPhraseQuestionsInput: 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";
@@ -191,7 +191,7 @@ declare const SemrushPhraseQuestionsOutput: z.ZodObject<{
191
191
  }, z.core.$loose>;
192
192
  declare const semrushPhraseQuestions: import("@keystrokehq/action").WorkflowActionDefinition<{
193
193
  phrase: string;
194
- 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";
194
+ 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";
195
195
  display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | undefined;
196
196
  display_limit?: number | undefined;
197
197
  export_decode?: 0 | 1 | undefined;
@@ -4,9 +4,6 @@ import { z } from "zod";
4
4
  declare const SemrushPhraseQuestionsInput: 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 SemrushPhraseQuestionsInput: 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 SemrushPhraseQuestionsInput: 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";
@@ -191,7 +191,7 @@ declare const SemrushPhraseQuestionsOutput: z.ZodObject<{
191
191
  }, z.core.$loose>;
192
192
  declare const semrushPhraseQuestions: import("@keystrokehq/action").WorkflowActionDefinition<{
193
193
  phrase: string;
194
- 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";
194
+ 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";
195
195
  display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | undefined;
196
196
  display_limit?: number | undefined;
197
197
  export_decode?: 0 | 1 | undefined;