@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 SemrushBroadMatchKeywordInput: 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 SemrushBroadMatchKeywordInput: 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 SemrushBroadMatchKeywordInput: 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";
|
|
@@ -195,7 +195,7 @@ declare const SemrushBroadMatchKeywordOutput: z.ZodObject<{
|
|
|
195
195
|
}, z.core.$loose>;
|
|
196
196
|
declare const semrushBroadMatchKeyword: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
197
197
|
phrase: string;
|
|
198
|
-
database: "
|
|
198
|
+
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";
|
|
199
199
|
display_date?: string | undefined;
|
|
200
200
|
display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | undefined;
|
|
201
201
|
display_limit?: number | undefined;
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCategoriesProfileInput: 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_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
@@ -20,7 +20,7 @@ declare const SemrushCategoriesProfileOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const semrushCategoriesProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
target: string;
|
|
23
|
-
target_type: "
|
|
23
|
+
target_type: "domain" | "root_domain" | "url";
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCategoriesProfileInput: 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_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
@@ -20,7 +20,7 @@ declare const SemrushCategoriesProfileOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const semrushCategoriesProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
target: string;
|
|
23
|
-
target_type: "
|
|
23
|
+
target_type: "domain" | "root_domain" | "url";
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCategoriesInput: 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_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
@@ -20,7 +20,7 @@ declare const SemrushCategoriesOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const semrushCategories: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
target: string;
|
|
23
|
-
target_type: "
|
|
23
|
+
target_type: "domain" | "root_domain" | "url";
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCategoriesInput: 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_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
@@ -20,7 +20,7 @@ declare const SemrushCategoriesOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const semrushCategories: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
target: string;
|
|
23
|
-
target_type: "
|
|
23
|
+
target_type: "domain" | "root_domain" | "url";
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInOrganicSearchInput: 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 SemrushCompetitorsInOrganicSearchInput: 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 SemrushCompetitorsInOrganicSearchInput: 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";
|
|
@@ -166,10 +166,10 @@ declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
|
166
166
|
Dn: "Dn";
|
|
167
167
|
Cr: "Cr";
|
|
168
168
|
Np: "Np";
|
|
169
|
+
Ad: "Ad";
|
|
169
170
|
Or: "Or";
|
|
170
171
|
Ot: "Ot";
|
|
171
172
|
Oc: "Oc";
|
|
172
|
-
Ad: "Ad";
|
|
173
173
|
Sr: "Sr";
|
|
174
174
|
St: "St";
|
|
175
175
|
Sc: "Sc";
|
|
@@ -180,14 +180,14 @@ declare const SemrushCompetitorsInOrganicSearchOutput: z.ZodObject<{
|
|
|
180
180
|
}, z.core.$loose>;
|
|
181
181
|
declare const semrushCompetitorsInOrganicSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
182
182
|
domain: string;
|
|
183
|
-
database: "
|
|
183
|
+
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";
|
|
184
184
|
display_date?: string | undefined;
|
|
185
185
|
display_sort?: "np_asc" | "np_desc" | "cr_asc" | "cr_desc" | undefined;
|
|
186
186
|
display_limit?: number | undefined;
|
|
187
187
|
export_decode?: 0 | 1 | undefined;
|
|
188
188
|
export_escape?: 0 | 1 | undefined;
|
|
189
189
|
display_offset?: number | undefined;
|
|
190
|
-
export_columns?: ("Dn" | "Cr" | "Np" | "
|
|
190
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Ad" | "Or" | "Ot" | "Oc" | "Sr" | "St" | "Sc")[] | undefined;
|
|
191
191
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
192
192
|
//#endregion
|
|
193
193
|
export { semrushCompetitorsInOrganicSearch };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInOrganicSearchInput: 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 SemrushCompetitorsInOrganicSearchInput: 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 SemrushCompetitorsInOrganicSearchInput: 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";
|
|
@@ -166,10 +166,10 @@ declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
|
166
166
|
Dn: "Dn";
|
|
167
167
|
Cr: "Cr";
|
|
168
168
|
Np: "Np";
|
|
169
|
+
Ad: "Ad";
|
|
169
170
|
Or: "Or";
|
|
170
171
|
Ot: "Ot";
|
|
171
172
|
Oc: "Oc";
|
|
172
|
-
Ad: "Ad";
|
|
173
173
|
Sr: "Sr";
|
|
174
174
|
St: "St";
|
|
175
175
|
Sc: "Sc";
|
|
@@ -180,14 +180,14 @@ declare const SemrushCompetitorsInOrganicSearchOutput: z.ZodObject<{
|
|
|
180
180
|
}, z.core.$loose>;
|
|
181
181
|
declare const semrushCompetitorsInOrganicSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
182
182
|
domain: string;
|
|
183
|
-
database: "
|
|
183
|
+
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";
|
|
184
184
|
display_date?: string | undefined;
|
|
185
185
|
display_sort?: "np_asc" | "np_desc" | "cr_asc" | "cr_desc" | undefined;
|
|
186
186
|
display_limit?: number | undefined;
|
|
187
187
|
export_decode?: 0 | 1 | undefined;
|
|
188
188
|
export_escape?: 0 | 1 | undefined;
|
|
189
189
|
display_offset?: number | undefined;
|
|
190
|
-
export_columns?: ("Dn" | "Cr" | "Np" | "
|
|
190
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Ad" | "Or" | "Ot" | "Oc" | "Sr" | "St" | "Sc")[] | undefined;
|
|
191
191
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
192
192
|
//#endregion
|
|
193
193
|
export { semrushCompetitorsInOrganicSearch };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInPaidSearchInput: 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 SemrushCompetitorsInPaidSearchInput: 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 SemrushCompetitorsInPaidSearchInput: 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";
|
|
@@ -166,10 +166,10 @@ declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
|
166
166
|
Dn: "Dn";
|
|
167
167
|
Cr: "Cr";
|
|
168
168
|
Np: "Np";
|
|
169
|
-
Or: "Or";
|
|
170
169
|
Ad: "Ad";
|
|
171
170
|
At: "At";
|
|
172
171
|
Ac: "Ac";
|
|
172
|
+
Or: "Or";
|
|
173
173
|
}>>>>;
|
|
174
174
|
}, z.core.$strip>;
|
|
175
175
|
declare const SemrushCompetitorsInPaidSearchOutput: z.ZodObject<{
|
|
@@ -177,14 +177,14 @@ declare const SemrushCompetitorsInPaidSearchOutput: z.ZodObject<{
|
|
|
177
177
|
}, z.core.$loose>;
|
|
178
178
|
declare const semrushCompetitorsInPaidSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
179
179
|
domain: string;
|
|
180
|
-
database: "
|
|
180
|
+
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";
|
|
181
181
|
display_date?: string | undefined;
|
|
182
182
|
display_sort?: "np_asc" | "np_desc" | "cr_asc" | "cr_desc" | undefined;
|
|
183
183
|
display_limit?: number | undefined;
|
|
184
184
|
export_decode?: 0 | 1 | undefined;
|
|
185
185
|
export_escape?: 0 | 1 | undefined;
|
|
186
186
|
display_offset?: number | undefined;
|
|
187
|
-
export_columns?: ("Dn" | "Cr" | "Np" | "
|
|
187
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Ad" | "At" | "Ac" | "Or")[] | undefined;
|
|
188
188
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
189
189
|
//#endregion
|
|
190
190
|
export { semrushCompetitorsInPaidSearch };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInPaidSearchInput: 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 SemrushCompetitorsInPaidSearchInput: 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 SemrushCompetitorsInPaidSearchInput: 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";
|
|
@@ -166,10 +166,10 @@ declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
|
166
166
|
Dn: "Dn";
|
|
167
167
|
Cr: "Cr";
|
|
168
168
|
Np: "Np";
|
|
169
|
-
Or: "Or";
|
|
170
169
|
Ad: "Ad";
|
|
171
170
|
At: "At";
|
|
172
171
|
Ac: "Ac";
|
|
172
|
+
Or: "Or";
|
|
173
173
|
}>>>>;
|
|
174
174
|
}, z.core.$strip>;
|
|
175
175
|
declare const SemrushCompetitorsInPaidSearchOutput: z.ZodObject<{
|
|
@@ -177,14 +177,14 @@ declare const SemrushCompetitorsInPaidSearchOutput: z.ZodObject<{
|
|
|
177
177
|
}, z.core.$loose>;
|
|
178
178
|
declare const semrushCompetitorsInPaidSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
179
179
|
domain: string;
|
|
180
|
-
database: "
|
|
180
|
+
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";
|
|
181
181
|
display_date?: string | undefined;
|
|
182
182
|
display_sort?: "np_asc" | "np_desc" | "cr_asc" | "cr_desc" | undefined;
|
|
183
183
|
display_limit?: number | undefined;
|
|
184
184
|
export_decode?: 0 | 1 | undefined;
|
|
185
185
|
export_escape?: 0 | 1 | undefined;
|
|
186
186
|
display_offset?: number | undefined;
|
|
187
|
-
export_columns?: ("Dn" | "Cr" | "Np" | "
|
|
187
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Ad" | "At" | "Ac" | "Or")[] | undefined;
|
|
188
188
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
189
189
|
//#endregion
|
|
190
190
|
export { semrushCompetitorsInPaidSearch };
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInput: 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.ZodEnum<{
|
|
@@ -28,7 +28,7 @@ declare const SemrushCompetitorsOutput: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$loose>;
|
|
29
29
|
declare const semrushCompetitors: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
target: string;
|
|
31
|
-
target_type: "
|
|
31
|
+
target_type: "domain" | "root_domain" | "url";
|
|
32
32
|
display_sort?: "similarity_asc" | "similarity_desc" | undefined;
|
|
33
33
|
display_limit?: number | undefined;
|
|
34
34
|
display_offset?: number | undefined;
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInput: 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.ZodEnum<{
|
|
@@ -28,7 +28,7 @@ declare const SemrushCompetitorsOutput: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$loose>;
|
|
29
29
|
declare const semrushCompetitors: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
target: string;
|
|
31
|
-
target_type: "
|
|
31
|
+
target_type: "domain" | "root_domain" | "url";
|
|
32
32
|
display_sort?: "similarity_asc" | "similarity_desc" | undefined;
|
|
33
33
|
display_limit?: number | undefined;
|
|
34
34
|
display_offset?: number | undefined;
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushDomainAdHistoryInput: 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 SemrushDomainAdHistoryInput: 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 SemrushDomainAdHistoryInput: 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";
|
|
@@ -172,9 +172,9 @@ declare const SemrushDomainAdHistoryInput: z.ZodObject<{
|
|
|
172
172
|
Ur: "Ur";
|
|
173
173
|
Nq: "Nq";
|
|
174
174
|
Cp: "Cp";
|
|
175
|
+
Po: "Po";
|
|
175
176
|
Tr: "Tr";
|
|
176
177
|
Dt: "Dt";
|
|
177
|
-
Po: "Po";
|
|
178
178
|
Cv: "Cv";
|
|
179
179
|
}>>>>;
|
|
180
180
|
}, z.core.$strip>;
|
|
@@ -183,13 +183,13 @@ declare const SemrushDomainAdHistoryOutput: z.ZodObject<{
|
|
|
183
183
|
}, z.core.$loose>;
|
|
184
184
|
declare const semrushDomainAdHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
185
185
|
domain: string;
|
|
186
|
-
database: "
|
|
186
|
+
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";
|
|
187
187
|
display_sort?: "cv_asc" | "cv_desc" | undefined;
|
|
188
188
|
display_limit?: number | undefined;
|
|
189
189
|
export_escape?: 0 | 1 | undefined;
|
|
190
190
|
display_filter?: ("Ph" | "Nq" | "Cp" | "Tr")[] | undefined;
|
|
191
191
|
display_offset?: number | undefined;
|
|
192
|
-
export_columns?: ("Tt" | "Ds" | "Vu" | "Ph" | "Ur" | "Nq" | "Cp" | "
|
|
192
|
+
export_columns?: ("Tt" | "Ds" | "Vu" | "Ph" | "Ur" | "Nq" | "Cp" | "Po" | "Tr" | "Dt" | "Cv")[] | undefined;
|
|
193
193
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
194
194
|
//#endregion
|
|
195
195
|
export { semrushDomainAdHistory };
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushDomainAdHistoryInput: 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 SemrushDomainAdHistoryInput: 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 SemrushDomainAdHistoryInput: 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";
|
|
@@ -172,9 +172,9 @@ declare const SemrushDomainAdHistoryInput: z.ZodObject<{
|
|
|
172
172
|
Ur: "Ur";
|
|
173
173
|
Nq: "Nq";
|
|
174
174
|
Cp: "Cp";
|
|
175
|
+
Po: "Po";
|
|
175
176
|
Tr: "Tr";
|
|
176
177
|
Dt: "Dt";
|
|
177
|
-
Po: "Po";
|
|
178
178
|
Cv: "Cv";
|
|
179
179
|
}>>>>;
|
|
180
180
|
}, z.core.$strip>;
|
|
@@ -183,13 +183,13 @@ declare const SemrushDomainAdHistoryOutput: z.ZodObject<{
|
|
|
183
183
|
}, z.core.$loose>;
|
|
184
184
|
declare const semrushDomainAdHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
185
185
|
domain: string;
|
|
186
|
-
database: "
|
|
186
|
+
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";
|
|
187
187
|
display_sort?: "cv_asc" | "cv_desc" | undefined;
|
|
188
188
|
display_limit?: number | undefined;
|
|
189
189
|
export_escape?: 0 | 1 | undefined;
|
|
190
190
|
display_filter?: ("Ph" | "Nq" | "Cp" | "Tr")[] | undefined;
|
|
191
191
|
display_offset?: number | undefined;
|
|
192
|
-
export_columns?: ("Tt" | "Ds" | "Vu" | "Ph" | "Ur" | "Nq" | "Cp" | "
|
|
192
|
+
export_columns?: ("Tt" | "Ds" | "Vu" | "Ph" | "Ur" | "Nq" | "Cp" | "Po" | "Tr" | "Dt" | "Cv")[] | undefined;
|
|
193
193
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
194
194
|
//#endregion
|
|
195
195
|
export { semrushDomainAdHistory };
|