@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.
- package/dist/actions/ads-copies.d.cts +4 -4
- package/dist/actions/ads-copies.d.mts +4 -4
- package/dist/actions/anchors.d.cts +10 -10
- package/dist/actions/anchors.d.mts +10 -10
- package/dist/actions/authority-score-profile.d.cts +2 -2
- package/dist/actions/authority-score-profile.d.mts +2 -2
- package/dist/actions/backlinks-overview.d.cts +2 -2
- package/dist/actions/backlinks-overview.d.mts +2 -2
- package/dist/actions/backlinks.d.cts +10 -10
- package/dist/actions/backlinks.d.mts +10 -10
- package/dist/actions/batch-comparison.d.cts +2 -2
- package/dist/actions/batch-comparison.d.mts +2 -2
- package/dist/actions/batch-keyword-overview.d.cts +4 -4
- package/dist/actions/batch-keyword-overview.d.mts +4 -4
- package/dist/actions/broad-match-keyword.d.cts +4 -4
- package/dist/actions/broad-match-keyword.d.mts +4 -4
- package/dist/actions/categories-profile.d.cts +2 -2
- package/dist/actions/categories-profile.d.mts +2 -2
- package/dist/actions/categories.d.cts +2 -2
- package/dist/actions/categories.d.mts +2 -2
- package/dist/actions/competitors-in-organic-search.d.cts +6 -6
- package/dist/actions/competitors-in-organic-search.d.mts +6 -6
- package/dist/actions/competitors-in-paid-search.d.cts +6 -6
- package/dist/actions/competitors-in-paid-search.d.mts +6 -6
- package/dist/actions/competitors.d.cts +2 -2
- package/dist/actions/competitors.d.mts +2 -2
- package/dist/actions/domain-ad-history.d.cts +6 -6
- package/dist/actions/domain-ad-history.d.mts +6 -6
- package/dist/actions/domain-organic-pages.d.cts +8 -8
- package/dist/actions/domain-organic-pages.d.mts +8 -8
- package/dist/actions/domain-organic-search-keywords.d.cts +12 -12
- package/dist/actions/domain-organic-search-keywords.d.mts +12 -12
- package/dist/actions/domain-organic-subdomains.d.cts +6 -6
- package/dist/actions/domain-organic-subdomains.d.mts +6 -6
- package/dist/actions/domain-paid-search-keywords.d.cts +8 -8
- package/dist/actions/domain-paid-search-keywords.d.mts +8 -8
- package/dist/actions/domain-pla-search-keywords.d.cts +4 -4
- package/dist/actions/domain-pla-search-keywords.d.mts +4 -4
- package/dist/actions/domain-vs-domain.d.cts +4 -4
- package/dist/actions/domain-vs-domain.d.mts +4 -4
- package/dist/actions/indexed-pages.d.cts +9 -9
- package/dist/actions/indexed-pages.d.mts +9 -9
- package/dist/actions/keyword-difficulty.d.cts +4 -4
- package/dist/actions/keyword-difficulty.d.mts +4 -4
- package/dist/actions/keyword-overview-all-databases.d.cts +4 -4
- package/dist/actions/keyword-overview-all-databases.d.mts +4 -4
- package/dist/actions/keyword-overview-one-database.d.cts +4 -4
- package/dist/actions/keyword-overview-one-database.d.mts +4 -4
- package/dist/actions/keywords-ads-history.d.cts +7 -7
- package/dist/actions/keywords-ads-history.d.mts +7 -7
- package/dist/actions/organic-results.d.cts +6 -6
- package/dist/actions/organic-results.d.mts +6 -6
- package/dist/actions/paid-results.d.cts +4 -4
- package/dist/actions/paid-results.d.mts +4 -4
- package/dist/actions/phrase-questions.d.cts +4 -4
- package/dist/actions/phrase-questions.d.mts +4 -4
- package/dist/actions/pla-competitors.d.cts +6 -6
- package/dist/actions/pla-competitors.d.mts +6 -6
- package/dist/actions/pla-copies.d.cts +4 -4
- package/dist/actions/pla-copies.d.mts +4 -4
- package/dist/actions/referring-domains-by-country.d.cts +2 -2
- package/dist/actions/referring-domains-by-country.d.mts +2 -2
- package/dist/actions/referring-domains.d.cts +11 -11
- package/dist/actions/referring-domains.d.mts +11 -11
- package/dist/actions/referring-i-ps.d.cts +11 -11
- package/dist/actions/referring-i-ps.d.mts +11 -11
- package/dist/actions/related-keywords.d.cts +4 -4
- package/dist/actions/related-keywords.d.mts +4 -4
- package/dist/actions/tld-distribution.d.cts +4 -4
- package/dist/actions/tld-distribution.d.mts +4 -4
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushDomainOrganicPagesInput: 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 SemrushDomainOrganicPagesInput: 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 SemrushDomainOrganicPagesInput: 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,10 +170,10 @@ declare const SemrushDomainOrganicPagesInput: z.ZodObject<{
|
|
|
170
170
|
display_filter: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
171
171
|
Ur: "Ur";
|
|
172
172
|
Pc: "Pc";
|
|
173
|
-
Tr: "Tr";
|
|
174
173
|
Sr: "Sr";
|
|
175
174
|
St: "St";
|
|
176
175
|
Tg: "Tg";
|
|
176
|
+
Tr: "Tr";
|
|
177
177
|
Ipu: "Ipu";
|
|
178
178
|
Ip0: "Ip0";
|
|
179
179
|
Ip1: "Ip1";
|
|
@@ -184,10 +184,10 @@ declare const SemrushDomainOrganicPagesInput: z.ZodObject<{
|
|
|
184
184
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
185
185
|
Ur: "Ur";
|
|
186
186
|
Pc: "Pc";
|
|
187
|
-
Tr: "Tr";
|
|
188
187
|
Sr: "Sr";
|
|
189
188
|
St: "St";
|
|
190
189
|
Tg: "Tg";
|
|
190
|
+
Tr: "Tr";
|
|
191
191
|
Ipu: "Ipu";
|
|
192
192
|
Ip0: "Ip0";
|
|
193
193
|
Ip1: "Ip1";
|
|
@@ -205,15 +205,15 @@ declare const SemrushDomainOrganicPagesOutput: z.ZodObject<{
|
|
|
205
205
|
}, z.core.$loose>;
|
|
206
206
|
declare const semrushDomainOrganicPages: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
207
207
|
domain: string;
|
|
208
|
-
database: "
|
|
208
|
+
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";
|
|
209
209
|
display_date?: string | undefined;
|
|
210
210
|
display_sort?: "pc_asc" | "pc_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "sr_asc" | "sr_desc" | "st_asc" | "st_desc" | undefined;
|
|
211
211
|
display_limit?: number | undefined;
|
|
212
212
|
export_decode?: 0 | 1 | undefined;
|
|
213
213
|
export_escape?: 0 | 1 | undefined;
|
|
214
|
-
display_filter?: ("Ur" | "Pc" | "
|
|
214
|
+
display_filter?: ("Ur" | "Pc" | "Sr" | "St" | "Tg" | "Tr" | "Ipu" | "Ip0" | "Ip1" | "Ip2" | "Ip3")[] | undefined;
|
|
215
215
|
display_offset?: number | undefined;
|
|
216
|
-
export_columns?: ("Ur" | "Pc" | "
|
|
216
|
+
export_columns?: ("Ur" | "Pc" | "Sr" | "St" | "Tg" | "Tr" | "Ipu" | "Ip0" | "Ip1" | "Ip2" | "Ip3" | "Itu" | "It0" | "It1" | "It2" | "It3")[] | undefined;
|
|
217
217
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
218
218
|
//#endregion
|
|
219
219
|
export { semrushDomainOrganicPages };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushDomainOrganicPagesInput: 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 SemrushDomainOrganicPagesInput: 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 SemrushDomainOrganicPagesInput: 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,10 +170,10 @@ declare const SemrushDomainOrganicPagesInput: z.ZodObject<{
|
|
|
170
170
|
display_filter: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
171
171
|
Ur: "Ur";
|
|
172
172
|
Pc: "Pc";
|
|
173
|
-
Tr: "Tr";
|
|
174
173
|
Sr: "Sr";
|
|
175
174
|
St: "St";
|
|
176
175
|
Tg: "Tg";
|
|
176
|
+
Tr: "Tr";
|
|
177
177
|
Ipu: "Ipu";
|
|
178
178
|
Ip0: "Ip0";
|
|
179
179
|
Ip1: "Ip1";
|
|
@@ -184,10 +184,10 @@ declare const SemrushDomainOrganicPagesInput: z.ZodObject<{
|
|
|
184
184
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
185
185
|
Ur: "Ur";
|
|
186
186
|
Pc: "Pc";
|
|
187
|
-
Tr: "Tr";
|
|
188
187
|
Sr: "Sr";
|
|
189
188
|
St: "St";
|
|
190
189
|
Tg: "Tg";
|
|
190
|
+
Tr: "Tr";
|
|
191
191
|
Ipu: "Ipu";
|
|
192
192
|
Ip0: "Ip0";
|
|
193
193
|
Ip1: "Ip1";
|
|
@@ -205,15 +205,15 @@ declare const SemrushDomainOrganicPagesOutput: z.ZodObject<{
|
|
|
205
205
|
}, z.core.$loose>;
|
|
206
206
|
declare const semrushDomainOrganicPages: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
207
207
|
domain: string;
|
|
208
|
-
database: "
|
|
208
|
+
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";
|
|
209
209
|
display_date?: string | undefined;
|
|
210
210
|
display_sort?: "pc_asc" | "pc_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "sr_asc" | "sr_desc" | "st_asc" | "st_desc" | undefined;
|
|
211
211
|
display_limit?: number | undefined;
|
|
212
212
|
export_decode?: 0 | 1 | undefined;
|
|
213
213
|
export_escape?: 0 | 1 | undefined;
|
|
214
|
-
display_filter?: ("Ur" | "Pc" | "
|
|
214
|
+
display_filter?: ("Ur" | "Pc" | "Sr" | "St" | "Tg" | "Tr" | "Ipu" | "Ip0" | "Ip1" | "Ip2" | "Ip3")[] | undefined;
|
|
215
215
|
display_offset?: number | undefined;
|
|
216
|
-
export_columns?: ("Ur" | "Pc" | "
|
|
216
|
+
export_columns?: ("Ur" | "Pc" | "Sr" | "St" | "Tg" | "Tr" | "Ipu" | "Ip0" | "Ip1" | "Ip2" | "Ip3" | "Itu" | "It0" | "It1" | "It2" | "It3")[] | undefined;
|
|
217
217
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
218
218
|
//#endregion
|
|
219
219
|
export { semrushDomainOrganicPages };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushDomainOrganicSearchKeywordsInput: 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 SemrushDomainOrganicSearchKeywordsInput: 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 SemrushDomainOrganicSearchKeywordsInput: 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";
|
|
@@ -186,12 +186,12 @@ declare const SemrushDomainOrganicSearchKeywordsInput: z.ZodObject<{
|
|
|
186
186
|
Nr: "Nr";
|
|
187
187
|
In: "In";
|
|
188
188
|
Fk: "Fk";
|
|
189
|
-
Tr: "Tr";
|
|
190
189
|
Po: "Po";
|
|
191
|
-
Pp: "Pp";
|
|
192
|
-
Pd: "Pd";
|
|
193
190
|
Tg: "Tg";
|
|
191
|
+
Tr: "Tr";
|
|
194
192
|
Tc: "Tc";
|
|
193
|
+
Pp: "Pp";
|
|
194
|
+
Pd: "Pd";
|
|
195
195
|
Fp: "Fp";
|
|
196
196
|
Br: "Br";
|
|
197
197
|
}>>>>;
|
|
@@ -208,12 +208,12 @@ declare const SemrushDomainOrganicSearchKeywordsInput: z.ZodObject<{
|
|
|
208
208
|
In: "In";
|
|
209
209
|
Kd: "Kd";
|
|
210
210
|
Fk: "Fk";
|
|
211
|
-
Tr: "Tr";
|
|
212
211
|
Po: "Po";
|
|
213
|
-
Pp: "Pp";
|
|
214
|
-
Pd: "Pd";
|
|
215
212
|
Tg: "Tg";
|
|
213
|
+
Tr: "Tr";
|
|
216
214
|
Tc: "Tc";
|
|
215
|
+
Pp: "Pp";
|
|
216
|
+
Pd: "Pd";
|
|
217
217
|
Fp: "Fp";
|
|
218
218
|
Pt: "Pt";
|
|
219
219
|
}>>>>;
|
|
@@ -234,15 +234,15 @@ declare const SemrushDomainOrganicSearchKeywordsOutput: z.ZodObject<{
|
|
|
234
234
|
}, z.core.$loose>;
|
|
235
235
|
declare const semrushDomainOrganicSearchKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
236
236
|
domain: string;
|
|
237
|
-
database: "
|
|
237
|
+
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";
|
|
238
238
|
display_date?: string | undefined;
|
|
239
239
|
display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | "po_asc" | "po_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "tc_asc" | "tc_desc" | "ts_asc" | "ts_desc" | undefined;
|
|
240
240
|
display_daily?: number | undefined;
|
|
241
241
|
display_limit?: number | undefined;
|
|
242
242
|
export_escape?: 0 | 1 | undefined;
|
|
243
|
-
display_filter?: ("Ph" | "Ur" | "Nq" | "Cp" | "Co" | "Nr" | "In" | "Fk" | "
|
|
243
|
+
display_filter?: ("Ph" | "Ur" | "Nq" | "Cp" | "Co" | "Nr" | "In" | "Fk" | "Po" | "Tg" | "Tr" | "Tc" | "Pp" | "Pd" | "Fp" | "Br")[] | undefined;
|
|
244
244
|
display_offset?: number | undefined;
|
|
245
|
-
export_columns?: ("Ph" | "Ur" | "Ts" | "Nq" | "Cp" | "Co" | "Nr" | "Td" | "In" | "Kd" | "Fk" | "
|
|
245
|
+
export_columns?: ("Ph" | "Ur" | "Ts" | "Nq" | "Cp" | "Co" | "Nr" | "Td" | "In" | "Kd" | "Fk" | "Po" | "Tg" | "Tr" | "Tc" | "Pp" | "Pd" | "Fp" | "Pt")[] | undefined;
|
|
246
246
|
display_positions?: "new" | "lost" | "rise" | "fall" | undefined;
|
|
247
247
|
display_positions_type?: "organic" | "all" | "serp_features" | undefined;
|
|
248
248
|
}, 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 SemrushDomainOrganicSearchKeywordsInput: 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 SemrushDomainOrganicSearchKeywordsInput: 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 SemrushDomainOrganicSearchKeywordsInput: 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";
|
|
@@ -186,12 +186,12 @@ declare const SemrushDomainOrganicSearchKeywordsInput: z.ZodObject<{
|
|
|
186
186
|
Nr: "Nr";
|
|
187
187
|
In: "In";
|
|
188
188
|
Fk: "Fk";
|
|
189
|
-
Tr: "Tr";
|
|
190
189
|
Po: "Po";
|
|
191
|
-
Pp: "Pp";
|
|
192
|
-
Pd: "Pd";
|
|
193
190
|
Tg: "Tg";
|
|
191
|
+
Tr: "Tr";
|
|
194
192
|
Tc: "Tc";
|
|
193
|
+
Pp: "Pp";
|
|
194
|
+
Pd: "Pd";
|
|
195
195
|
Fp: "Fp";
|
|
196
196
|
Br: "Br";
|
|
197
197
|
}>>>>;
|
|
@@ -208,12 +208,12 @@ declare const SemrushDomainOrganicSearchKeywordsInput: z.ZodObject<{
|
|
|
208
208
|
In: "In";
|
|
209
209
|
Kd: "Kd";
|
|
210
210
|
Fk: "Fk";
|
|
211
|
-
Tr: "Tr";
|
|
212
211
|
Po: "Po";
|
|
213
|
-
Pp: "Pp";
|
|
214
|
-
Pd: "Pd";
|
|
215
212
|
Tg: "Tg";
|
|
213
|
+
Tr: "Tr";
|
|
216
214
|
Tc: "Tc";
|
|
215
|
+
Pp: "Pp";
|
|
216
|
+
Pd: "Pd";
|
|
217
217
|
Fp: "Fp";
|
|
218
218
|
Pt: "Pt";
|
|
219
219
|
}>>>>;
|
|
@@ -234,15 +234,15 @@ declare const SemrushDomainOrganicSearchKeywordsOutput: z.ZodObject<{
|
|
|
234
234
|
}, z.core.$loose>;
|
|
235
235
|
declare const semrushDomainOrganicSearchKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
236
236
|
domain: string;
|
|
237
|
-
database: "
|
|
237
|
+
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";
|
|
238
238
|
display_date?: string | undefined;
|
|
239
239
|
display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | "po_asc" | "po_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "tc_asc" | "tc_desc" | "ts_asc" | "ts_desc" | undefined;
|
|
240
240
|
display_daily?: number | undefined;
|
|
241
241
|
display_limit?: number | undefined;
|
|
242
242
|
export_escape?: 0 | 1 | undefined;
|
|
243
|
-
display_filter?: ("Ph" | "Ur" | "Nq" | "Cp" | "Co" | "Nr" | "In" | "Fk" | "
|
|
243
|
+
display_filter?: ("Ph" | "Ur" | "Nq" | "Cp" | "Co" | "Nr" | "In" | "Fk" | "Po" | "Tg" | "Tr" | "Tc" | "Pp" | "Pd" | "Fp" | "Br")[] | undefined;
|
|
244
244
|
display_offset?: number | undefined;
|
|
245
|
-
export_columns?: ("Ph" | "Ur" | "Ts" | "Nq" | "Cp" | "Co" | "Nr" | "Td" | "In" | "Kd" | "Fk" | "
|
|
245
|
+
export_columns?: ("Ph" | "Ur" | "Ts" | "Nq" | "Cp" | "Co" | "Nr" | "Td" | "In" | "Kd" | "Fk" | "Po" | "Tg" | "Tr" | "Tc" | "Pp" | "Pd" | "Fp" | "Pt")[] | undefined;
|
|
246
246
|
display_positions?: "new" | "lost" | "rise" | "fall" | undefined;
|
|
247
247
|
display_positions_type?: "organic" | "all" | "serp_features" | undefined;
|
|
248
248
|
}, 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 SemrushDomainOrganicSubdomainsInput: 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 SemrushDomainOrganicSubdomainsInput: 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 SemrushDomainOrganicSubdomainsInput: 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";
|
|
@@ -171,10 +171,10 @@ declare const SemrushDomainOrganicSubdomainsInput: z.ZodObject<{
|
|
|
171
171
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
172
172
|
Ur: "Ur";
|
|
173
173
|
Pc: "Pc";
|
|
174
|
-
Tr: "Tr";
|
|
175
174
|
Sr: "Sr";
|
|
176
175
|
St: "St";
|
|
177
176
|
Tg: "Tg";
|
|
177
|
+
Tr: "Tr";
|
|
178
178
|
}>>>>;
|
|
179
179
|
}, z.core.$strip>;
|
|
180
180
|
declare const SemrushDomainOrganicSubdomainsOutput: z.ZodObject<{
|
|
@@ -182,14 +182,14 @@ declare const SemrushDomainOrganicSubdomainsOutput: z.ZodObject<{
|
|
|
182
182
|
}, z.core.$loose>;
|
|
183
183
|
declare const semrushDomainOrganicSubdomains: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
184
184
|
domain: string;
|
|
185
|
-
database: "
|
|
185
|
+
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";
|
|
186
186
|
display_date?: string | undefined;
|
|
187
187
|
display_sort?: "pc_asc" | "pc_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "sr_asc" | "sr_desc" | "st_asc" | "st_desc" | undefined;
|
|
188
188
|
display_limit?: number | undefined;
|
|
189
189
|
export_decode?: 0 | 1 | undefined;
|
|
190
190
|
export_escape?: 0 | 1 | undefined;
|
|
191
191
|
display_offset?: number | undefined;
|
|
192
|
-
export_columns?: ("Ur" | "Pc" | "
|
|
192
|
+
export_columns?: ("Ur" | "Pc" | "Sr" | "St" | "Tg" | "Tr")[] | undefined;
|
|
193
193
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
194
194
|
//#endregion
|
|
195
195
|
export { semrushDomainOrganicSubdomains };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushDomainOrganicSubdomainsInput: 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 SemrushDomainOrganicSubdomainsInput: 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 SemrushDomainOrganicSubdomainsInput: 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";
|
|
@@ -171,10 +171,10 @@ declare const SemrushDomainOrganicSubdomainsInput: z.ZodObject<{
|
|
|
171
171
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
172
172
|
Ur: "Ur";
|
|
173
173
|
Pc: "Pc";
|
|
174
|
-
Tr: "Tr";
|
|
175
174
|
Sr: "Sr";
|
|
176
175
|
St: "St";
|
|
177
176
|
Tg: "Tg";
|
|
177
|
+
Tr: "Tr";
|
|
178
178
|
}>>>>;
|
|
179
179
|
}, z.core.$strip>;
|
|
180
180
|
declare const SemrushDomainOrganicSubdomainsOutput: z.ZodObject<{
|
|
@@ -182,14 +182,14 @@ declare const SemrushDomainOrganicSubdomainsOutput: z.ZodObject<{
|
|
|
182
182
|
}, z.core.$loose>;
|
|
183
183
|
declare const semrushDomainOrganicSubdomains: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
184
184
|
domain: string;
|
|
185
|
-
database: "
|
|
185
|
+
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";
|
|
186
186
|
display_date?: string | undefined;
|
|
187
187
|
display_sort?: "pc_asc" | "pc_desc" | "tg_asc" | "tg_desc" | "tr_asc" | "tr_desc" | "sr_asc" | "sr_desc" | "st_asc" | "st_desc" | undefined;
|
|
188
188
|
display_limit?: number | undefined;
|
|
189
189
|
export_decode?: 0 | 1 | undefined;
|
|
190
190
|
export_escape?: 0 | 1 | undefined;
|
|
191
191
|
display_offset?: number | undefined;
|
|
192
|
-
export_columns?: ("Ur" | "Pc" | "
|
|
192
|
+
export_columns?: ("Ur" | "Pc" | "Sr" | "St" | "Tg" | "Tr")[] | undefined;
|
|
193
193
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
194
194
|
//#endregion
|
|
195
195
|
export { semrushDomainOrganicSubdomains };
|
|
@@ -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: "
|
|
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" | "
|
|
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
|