@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 SemrushAdsCopiesInput: 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 SemrushAdsCopiesInput: 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 SemrushAdsCopiesInput: 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";
|
|
@@ -180,7 +180,7 @@ declare const SemrushAdsCopiesOutput: z.ZodObject<{
|
|
|
180
180
|
}, z.core.$loose>;
|
|
181
181
|
declare const semrushAdsCopies: 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_sort?: "pc_asc" | "pc_desc" | undefined;
|
|
185
185
|
display_limit?: number | undefined;
|
|
186
186
|
export_decode?: 0 | 1 | undefined;
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushAdsCopiesInput: 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 SemrushAdsCopiesInput: 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 SemrushAdsCopiesInput: 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";
|
|
@@ -180,7 +180,7 @@ declare const SemrushAdsCopiesOutput: z.ZodObject<{
|
|
|
180
180
|
}, z.core.$loose>;
|
|
181
181
|
declare const semrushAdsCopies: 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_sort?: "pc_asc" | "pc_desc" | undefined;
|
|
185
185
|
display_limit?: number | undefined;
|
|
186
186
|
export_decode?: 0 | 1 | undefined;
|
|
@@ -4,28 +4,28 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushAnchorsInput: z.ZodObject<{
|
|
5
5
|
target: z.ZodString;
|
|
6
6
|
target_type: z.ZodEnum<{
|
|
7
|
-
root_domain: "root_domain";
|
|
8
7
|
domain: "domain";
|
|
8
|
+
root_domain: "root_domain";
|
|
9
9
|
url: "url";
|
|
10
10
|
}>;
|
|
11
11
|
display_sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
12
|
-
last_seen_asc: "last_seen_asc";
|
|
13
|
-
last_seen_desc: "last_seen_desc";
|
|
14
|
-
first_seen_asc: "first_seen_asc";
|
|
15
|
-
first_seen_desc: "first_seen_desc";
|
|
16
12
|
domains_num_asc: "domains_num_asc";
|
|
17
13
|
domains_num_desc: "domains_num_desc";
|
|
18
14
|
backlinks_num_asc: "backlinks_num_asc";
|
|
19
15
|
backlinks_num_desc: "backlinks_num_desc";
|
|
16
|
+
first_seen_asc: "first_seen_asc";
|
|
17
|
+
first_seen_desc: "first_seen_desc";
|
|
18
|
+
last_seen_asc: "last_seen_asc";
|
|
19
|
+
last_seen_desc: "last_seen_desc";
|
|
20
20
|
}>>>;
|
|
21
21
|
display_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
22
22
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
23
23
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
24
24
|
anchor: "anchor";
|
|
25
|
-
last_seen: "last_seen";
|
|
26
|
-
first_seen: "first_seen";
|
|
27
25
|
domains_num: "domains_num";
|
|
28
26
|
backlinks_num: "backlinks_num";
|
|
27
|
+
first_seen: "first_seen";
|
|
28
|
+
last_seen: "last_seen";
|
|
29
29
|
}>>>>;
|
|
30
30
|
}, z.core.$strip>;
|
|
31
31
|
declare const SemrushAnchorsOutput: z.ZodObject<{
|
|
@@ -33,11 +33,11 @@ declare const SemrushAnchorsOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>;
|
|
34
34
|
declare const semrushAnchors: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
35
35
|
target: string;
|
|
36
|
-
target_type: "
|
|
37
|
-
display_sort?: "
|
|
36
|
+
target_type: "domain" | "root_domain" | "url";
|
|
37
|
+
display_sort?: "domains_num_asc" | "domains_num_desc" | "backlinks_num_asc" | "backlinks_num_desc" | "first_seen_asc" | "first_seen_desc" | "last_seen_asc" | "last_seen_desc" | undefined;
|
|
38
38
|
display_limit?: number | undefined;
|
|
39
39
|
display_offset?: number | undefined;
|
|
40
|
-
export_columns?: ("anchor" | "
|
|
40
|
+
export_columns?: ("anchor" | "domains_num" | "backlinks_num" | "first_seen" | "last_seen")[] | undefined;
|
|
41
41
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { semrushAnchors };
|
|
@@ -4,28 +4,28 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushAnchorsInput: z.ZodObject<{
|
|
5
5
|
target: z.ZodString;
|
|
6
6
|
target_type: z.ZodEnum<{
|
|
7
|
-
root_domain: "root_domain";
|
|
8
7
|
domain: "domain";
|
|
8
|
+
root_domain: "root_domain";
|
|
9
9
|
url: "url";
|
|
10
10
|
}>;
|
|
11
11
|
display_sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
12
|
-
last_seen_asc: "last_seen_asc";
|
|
13
|
-
last_seen_desc: "last_seen_desc";
|
|
14
|
-
first_seen_asc: "first_seen_asc";
|
|
15
|
-
first_seen_desc: "first_seen_desc";
|
|
16
12
|
domains_num_asc: "domains_num_asc";
|
|
17
13
|
domains_num_desc: "domains_num_desc";
|
|
18
14
|
backlinks_num_asc: "backlinks_num_asc";
|
|
19
15
|
backlinks_num_desc: "backlinks_num_desc";
|
|
16
|
+
first_seen_asc: "first_seen_asc";
|
|
17
|
+
first_seen_desc: "first_seen_desc";
|
|
18
|
+
last_seen_asc: "last_seen_asc";
|
|
19
|
+
last_seen_desc: "last_seen_desc";
|
|
20
20
|
}>>>;
|
|
21
21
|
display_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
22
22
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
23
23
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
24
24
|
anchor: "anchor";
|
|
25
|
-
last_seen: "last_seen";
|
|
26
|
-
first_seen: "first_seen";
|
|
27
25
|
domains_num: "domains_num";
|
|
28
26
|
backlinks_num: "backlinks_num";
|
|
27
|
+
first_seen: "first_seen";
|
|
28
|
+
last_seen: "last_seen";
|
|
29
29
|
}>>>>;
|
|
30
30
|
}, z.core.$strip>;
|
|
31
31
|
declare const SemrushAnchorsOutput: z.ZodObject<{
|
|
@@ -33,11 +33,11 @@ declare const SemrushAnchorsOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>;
|
|
34
34
|
declare const semrushAnchors: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
35
35
|
target: string;
|
|
36
|
-
target_type: "
|
|
37
|
-
display_sort?: "
|
|
36
|
+
target_type: "domain" | "root_domain" | "url";
|
|
37
|
+
display_sort?: "domains_num_asc" | "domains_num_desc" | "backlinks_num_asc" | "backlinks_num_desc" | "first_seen_asc" | "first_seen_desc" | "last_seen_asc" | "last_seen_desc" | undefined;
|
|
38
38
|
display_limit?: number | undefined;
|
|
39
39
|
display_offset?: number | undefined;
|
|
40
|
-
export_columns?: ("anchor" | "
|
|
40
|
+
export_columns?: ("anchor" | "domains_num" | "backlinks_num" | "first_seen" | "last_seen")[] | undefined;
|
|
41
41
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { semrushAnchors };
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushAuthorityScoreProfileInput: 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
|
}, z.core.$strip>;
|
|
@@ -14,7 +14,7 @@ declare const SemrushAuthorityScoreProfileOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const semrushAuthorityScoreProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
target: string;
|
|
17
|
-
target_type: "
|
|
17
|
+
target_type: "domain" | "root_domain" | "url";
|
|
18
18
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { semrushAuthorityScoreProfile };
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushAuthorityScoreProfileInput: 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
|
}, z.core.$strip>;
|
|
@@ -14,7 +14,7 @@ declare const SemrushAuthorityScoreProfileOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const semrushAuthorityScoreProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
target: string;
|
|
17
|
-
target_type: "
|
|
17
|
+
target_type: "domain" | "root_domain" | "url";
|
|
18
18
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { semrushAuthorityScoreProfile };
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBacklinksOverviewInput: 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
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -30,7 +30,7 @@ declare const SemrushBacklinksOverviewOutput: z.ZodObject<{
|
|
|
30
30
|
}, z.core.$loose>;
|
|
31
31
|
declare const semrushBacklinksOverview: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
target: string;
|
|
33
|
-
target_type: "
|
|
33
|
+
target_type: "domain" | "root_domain" | "url";
|
|
34
34
|
export_columns?: ("domains_num" | "ascore" | "total" | "urls_num" | "ips_num" | "ipclassc_num" | "follows_num" | "nofollows_num" | "sponsored_num" | "ugc_num" | "texts_num" | "images_num" | "forms_num" | "frames_num")[] | undefined;
|
|
35
35
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
36
36
|
//#endregion
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBacklinksOverviewInput: 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
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -30,7 +30,7 @@ declare const SemrushBacklinksOverviewOutput: z.ZodObject<{
|
|
|
30
30
|
}, z.core.$loose>;
|
|
31
31
|
declare const semrushBacklinksOverview: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
target: string;
|
|
33
|
-
target_type: "
|
|
33
|
+
target_type: "domain" | "root_domain" | "url";
|
|
34
34
|
export_columns?: ("domains_num" | "ascore" | "total" | "urls_num" | "ips_num" | "ipclassc_num" | "follows_num" | "nofollows_num" | "sponsored_num" | "ugc_num" | "texts_num" | "images_num" | "forms_num" | "frames_num")[] | undefined;
|
|
35
35
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
36
36
|
//#endregion
|
|
@@ -4,17 +4,17 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBacklinksInput: z.ZodObject<{
|
|
5
5
|
target: z.ZodString;
|
|
6
6
|
target_type: z.ZodEnum<{
|
|
7
|
-
root_domain: "root_domain";
|
|
8
7
|
domain: "domain";
|
|
8
|
+
root_domain: "root_domain";
|
|
9
9
|
url: "url";
|
|
10
10
|
}>;
|
|
11
11
|
display_sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
12
|
-
page_ascore_asc: "page_ascore_asc";
|
|
13
|
-
page_ascore_desc: "page_ascore_desc";
|
|
14
|
-
last_seen_asc: "last_seen_asc";
|
|
15
|
-
last_seen_desc: "last_seen_desc";
|
|
16
12
|
first_seen_asc: "first_seen_asc";
|
|
17
13
|
first_seen_desc: "first_seen_desc";
|
|
14
|
+
last_seen_asc: "last_seen_asc";
|
|
15
|
+
last_seen_desc: "last_seen_desc";
|
|
16
|
+
page_ascore_asc: "page_ascore_asc";
|
|
17
|
+
page_ascore_desc: "page_ascore_desc";
|
|
18
18
|
}>>>;
|
|
19
19
|
display_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
20
20
|
display_filter: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -31,6 +31,8 @@ declare const SemrushBacklinksInput: z.ZodObject<{
|
|
|
31
31
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
32
32
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
33
33
|
anchor: "anchor";
|
|
34
|
+
first_seen: "first_seen";
|
|
35
|
+
last_seen: "last_seen";
|
|
34
36
|
newlink: "newlink";
|
|
35
37
|
lostlink: "lostlink";
|
|
36
38
|
page_ascore: "page_ascore";
|
|
@@ -45,8 +47,6 @@ declare const SemrushBacklinksInput: z.ZodObject<{
|
|
|
45
47
|
target_url: "target_url";
|
|
46
48
|
target_title: "target_title";
|
|
47
49
|
image_alt: "image_alt";
|
|
48
|
-
last_seen: "last_seen";
|
|
49
|
-
first_seen: "first_seen";
|
|
50
50
|
nofollow: "nofollow";
|
|
51
51
|
form: "form";
|
|
52
52
|
frame: "frame";
|
|
@@ -59,12 +59,12 @@ declare const SemrushBacklinksOutput: z.ZodObject<{
|
|
|
59
59
|
}, z.core.$loose>;
|
|
60
60
|
declare const semrushBacklinks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
61
61
|
target: string;
|
|
62
|
-
target_type: "
|
|
63
|
-
display_sort?: "
|
|
62
|
+
target_type: "domain" | "root_domain" | "url";
|
|
63
|
+
display_sort?: "first_seen_asc" | "first_seen_desc" | "last_seen_asc" | "last_seen_desc" | "page_ascore_asc" | "page_ascore_desc" | undefined;
|
|
64
64
|
display_limit?: number | undefined;
|
|
65
65
|
display_filter?: ("type" | "anchor" | "zone" | "ip" | "refdomain" | "newlink" | "lostlink" | "urlanchor" | "redirects")[] | undefined;
|
|
66
66
|
display_offset?: number | undefined;
|
|
67
|
-
export_columns?: ("anchor" | "newlink" | "lostlink" | "page_ascore" | "response_code" | "source_size" | "external_num" | "internal_num" | "redirect_url" | "source_url" | "source_title" | "image_url" | "target_url" | "target_title" | "image_alt" | "
|
|
67
|
+
export_columns?: ("anchor" | "first_seen" | "last_seen" | "newlink" | "lostlink" | "page_ascore" | "response_code" | "source_size" | "external_num" | "internal_num" | "redirect_url" | "source_url" | "source_title" | "image_url" | "target_url" | "target_title" | "image_alt" | "nofollow" | "form" | "frame" | "image" | "sitewide")[] | undefined;
|
|
68
68
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
69
69
|
//#endregion
|
|
70
70
|
export { semrushBacklinks };
|
|
@@ -4,17 +4,17 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBacklinksInput: z.ZodObject<{
|
|
5
5
|
target: z.ZodString;
|
|
6
6
|
target_type: z.ZodEnum<{
|
|
7
|
-
root_domain: "root_domain";
|
|
8
7
|
domain: "domain";
|
|
8
|
+
root_domain: "root_domain";
|
|
9
9
|
url: "url";
|
|
10
10
|
}>;
|
|
11
11
|
display_sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
12
|
-
page_ascore_asc: "page_ascore_asc";
|
|
13
|
-
page_ascore_desc: "page_ascore_desc";
|
|
14
|
-
last_seen_asc: "last_seen_asc";
|
|
15
|
-
last_seen_desc: "last_seen_desc";
|
|
16
12
|
first_seen_asc: "first_seen_asc";
|
|
17
13
|
first_seen_desc: "first_seen_desc";
|
|
14
|
+
last_seen_asc: "last_seen_asc";
|
|
15
|
+
last_seen_desc: "last_seen_desc";
|
|
16
|
+
page_ascore_asc: "page_ascore_asc";
|
|
17
|
+
page_ascore_desc: "page_ascore_desc";
|
|
18
18
|
}>>>;
|
|
19
19
|
display_limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
20
20
|
display_filter: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -31,6 +31,8 @@ declare const SemrushBacklinksInput: z.ZodObject<{
|
|
|
31
31
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
32
32
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
33
33
|
anchor: "anchor";
|
|
34
|
+
first_seen: "first_seen";
|
|
35
|
+
last_seen: "last_seen";
|
|
34
36
|
newlink: "newlink";
|
|
35
37
|
lostlink: "lostlink";
|
|
36
38
|
page_ascore: "page_ascore";
|
|
@@ -45,8 +47,6 @@ declare const SemrushBacklinksInput: z.ZodObject<{
|
|
|
45
47
|
target_url: "target_url";
|
|
46
48
|
target_title: "target_title";
|
|
47
49
|
image_alt: "image_alt";
|
|
48
|
-
last_seen: "last_seen";
|
|
49
|
-
first_seen: "first_seen";
|
|
50
50
|
nofollow: "nofollow";
|
|
51
51
|
form: "form";
|
|
52
52
|
frame: "frame";
|
|
@@ -59,12 +59,12 @@ declare const SemrushBacklinksOutput: z.ZodObject<{
|
|
|
59
59
|
}, z.core.$loose>;
|
|
60
60
|
declare const semrushBacklinks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
61
61
|
target: string;
|
|
62
|
-
target_type: "
|
|
63
|
-
display_sort?: "
|
|
62
|
+
target_type: "domain" | "root_domain" | "url";
|
|
63
|
+
display_sort?: "first_seen_asc" | "first_seen_desc" | "last_seen_asc" | "last_seen_desc" | "page_ascore_asc" | "page_ascore_desc" | undefined;
|
|
64
64
|
display_limit?: number | undefined;
|
|
65
65
|
display_filter?: ("type" | "anchor" | "zone" | "ip" | "refdomain" | "newlink" | "lostlink" | "urlanchor" | "redirects")[] | undefined;
|
|
66
66
|
display_offset?: number | undefined;
|
|
67
|
-
export_columns?: ("anchor" | "newlink" | "lostlink" | "page_ascore" | "response_code" | "source_size" | "external_num" | "internal_num" | "redirect_url" | "source_url" | "source_title" | "image_url" | "target_url" | "target_title" | "image_alt" | "
|
|
67
|
+
export_columns?: ("anchor" | "first_seen" | "last_seen" | "newlink" | "lostlink" | "page_ascore" | "response_code" | "source_size" | "external_num" | "internal_num" | "redirect_url" | "source_url" | "source_title" | "image_url" | "target_url" | "target_title" | "image_alt" | "nofollow" | "form" | "frame" | "image" | "sitewide")[] | undefined;
|
|
68
68
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
69
69
|
//#endregion
|
|
70
70
|
export { semrushBacklinks };
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBatchComparisonInput: z.ZodObject<{
|
|
5
5
|
targets: z.ZodArray<z.ZodString>;
|
|
6
6
|
target_types: z.ZodArray<z.ZodEnum<{
|
|
7
|
-
root_domain: "root_domain";
|
|
8
7
|
domain: "domain";
|
|
8
|
+
root_domain: "root_domain";
|
|
9
9
|
url: "url";
|
|
10
10
|
}>>;
|
|
11
11
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -28,7 +28,7 @@ declare const SemrushBatchComparisonOutput: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$loose>;
|
|
29
29
|
declare const semrushBatchComparison: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
targets: string[];
|
|
31
|
-
target_types: ("
|
|
31
|
+
target_types: ("domain" | "root_domain" | "url")[];
|
|
32
32
|
export_columns?: ("target" | "target_type" | "domains_num" | "backlinks_num" | "ascore" | "ips_num" | "follows_num" | "nofollows_num" | "texts_num" | "images_num" | "forms_num" | "frames_num")[] | undefined;
|
|
33
33
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
34
34
|
//#endregion
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBatchComparisonInput: z.ZodObject<{
|
|
5
5
|
targets: z.ZodArray<z.ZodString>;
|
|
6
6
|
target_types: z.ZodArray<z.ZodEnum<{
|
|
7
|
-
root_domain: "root_domain";
|
|
8
7
|
domain: "domain";
|
|
8
|
+
root_domain: "root_domain";
|
|
9
9
|
url: "url";
|
|
10
10
|
}>>;
|
|
11
11
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -28,7 +28,7 @@ declare const SemrushBatchComparisonOutput: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$loose>;
|
|
29
29
|
declare const semrushBatchComparison: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
targets: string[];
|
|
31
|
-
target_types: ("
|
|
31
|
+
target_types: ("domain" | "root_domain" | "url")[];
|
|
32
32
|
export_columns?: ("target" | "target_type" | "domains_num" | "backlinks_num" | "ascore" | "ips_num" | "follows_num" | "nofollows_num" | "texts_num" | "images_num" | "forms_num" | "frames_num")[] | undefined;
|
|
33
33
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
34
34
|
//#endregion
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBatchKeywordOverviewInput: 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 SemrushBatchKeywordOverviewInput: 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 SemrushBatchKeywordOverviewInput: 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,7 +172,7 @@ declare const SemrushBatchKeywordOverviewOutput: z.ZodObject<{
|
|
|
172
172
|
declare const semrushBatchKeywordOverview: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
173
173
|
[x: string]: unknown;
|
|
174
174
|
phrase: string;
|
|
175
|
-
database: "
|
|
175
|
+
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";
|
|
176
176
|
display_date?: string | undefined;
|
|
177
177
|
export_decode?: 0 | 1 | undefined;
|
|
178
178
|
export_escape?: 0 | 1 | undefined;
|
|
@@ -4,9 +4,6 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBatchKeywordOverviewInput: 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 SemrushBatchKeywordOverviewInput: 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 SemrushBatchKeywordOverviewInput: 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,7 +172,7 @@ declare const SemrushBatchKeywordOverviewOutput: z.ZodObject<{
|
|
|
172
172
|
declare const semrushBatchKeywordOverview: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
173
173
|
[x: string]: unknown;
|
|
174
174
|
phrase: string;
|
|
175
|
-
database: "
|
|
175
|
+
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";
|
|
176
176
|
display_date?: string | undefined;
|
|
177
177
|
export_decode?: 0 | 1 | undefined;
|
|
178
178
|
export_escape?: 0 | 1 | undefined;
|
|
@@ -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;
|