@keystrokehq/semrush 0.1.4 → 0.1.5
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/account-units-balance.d.cts +13 -1
- package/dist/actions/account-units-balance.d.cts.map +1 -1
- package/dist/actions/account-units-balance.d.mts +13 -1
- package/dist/actions/account-units-balance.d.mts.map +1 -1
- package/dist/actions/ads-copies.d.cts +16 -4
- package/dist/actions/ads-copies.d.mts +16 -4
- package/dist/actions/anchors.d.cts +13 -1
- package/dist/actions/anchors.d.mts +13 -1
- package/dist/actions/authority-score-profile.d.cts +13 -1
- package/dist/actions/authority-score-profile.d.mts +13 -1
- package/dist/actions/backlinks-overview.d.cts +19 -7
- package/dist/actions/backlinks-overview.d.mts +19 -7
- package/dist/actions/backlinks.d.cts +13 -1
- package/dist/actions/backlinks.d.mts +13 -1
- package/dist/actions/batch-comparison.d.cts +13 -1
- package/dist/actions/batch-comparison.d.mts +13 -1
- package/dist/actions/batch-keyword-overview.d.cts +18 -6
- package/dist/actions/batch-keyword-overview.d.mts +18 -6
- package/dist/actions/broad-match-keyword.d.cts +21 -9
- package/dist/actions/broad-match-keyword.d.mts +21 -9
- package/dist/actions/categories-profile.d.cts +13 -1
- package/dist/actions/categories-profile.d.mts +13 -1
- package/dist/actions/categories.d.cts +13 -1
- package/dist/actions/categories.d.mts +13 -1
- package/dist/actions/competitors-in-organic-search.d.cts +18 -6
- package/dist/actions/competitors-in-organic-search.d.mts +18 -6
- package/dist/actions/competitors-in-paid-search.d.cts +18 -6
- package/dist/actions/competitors-in-paid-search.d.mts +18 -6
- package/dist/actions/competitors.d.cts +13 -1
- package/dist/actions/competitors.d.mts +13 -1
- package/dist/actions/domain-ad-history.d.cts +18 -6
- package/dist/actions/domain-ad-history.d.mts +18 -6
- package/dist/actions/domain-organic-pages.d.cts +20 -8
- package/dist/actions/domain-organic-pages.d.mts +20 -8
- package/dist/actions/domain-organic-search-keywords.d.cts +26 -14
- package/dist/actions/domain-organic-search-keywords.d.mts +26 -14
- package/dist/actions/domain-organic-subdomains.d.cts +18 -6
- package/dist/actions/domain-organic-subdomains.d.mts +18 -6
- package/dist/actions/domain-paid-search-keywords.d.cts +21 -9
- package/dist/actions/domain-paid-search-keywords.d.mts +21 -9
- package/dist/actions/domain-pla-search-keywords.d.cts +16 -4
- package/dist/actions/domain-pla-search-keywords.d.mts +16 -4
- package/dist/actions/domain-vs-domain.d.cts +18 -6
- package/dist/actions/domain-vs-domain.d.mts +18 -6
- package/dist/actions/historical-data.d.cts +13 -1
- package/dist/actions/historical-data.d.mts +13 -1
- package/dist/actions/indexed-pages.d.cts +13 -1
- package/dist/actions/indexed-pages.d.mts +13 -1
- package/dist/actions/keyword-difficulty.d.cts +16 -4
- package/dist/actions/keyword-difficulty.d.mts +16 -4
- package/dist/actions/keyword-overview-all-databases.d.cts +18 -6
- package/dist/actions/keyword-overview-all-databases.d.mts +18 -6
- package/dist/actions/keyword-overview-one-database.d.cts +18 -6
- package/dist/actions/keyword-overview-one-database.d.mts +18 -6
- package/dist/actions/keywords-ads-history.d.cts +19 -7
- package/dist/actions/keywords-ads-history.d.mts +19 -7
- package/dist/actions/organic-results.d.cts +18 -6
- package/dist/actions/organic-results.d.mts +18 -6
- package/dist/actions/paid-results.d.cts +16 -4
- package/dist/actions/paid-results.d.mts +16 -4
- package/dist/actions/phrase-questions.d.cts +18 -6
- package/dist/actions/phrase-questions.d.mts +18 -6
- package/dist/actions/pla-competitors.d.cts +18 -6
- package/dist/actions/pla-competitors.d.mts +18 -6
- package/dist/actions/pla-copies.d.cts +16 -4
- package/dist/actions/pla-copies.d.mts +16 -4
- package/dist/actions/referring-domains-by-country.d.cts +13 -1
- package/dist/actions/referring-domains-by-country.d.mts +13 -1
- package/dist/actions/referring-domains.d.cts +13 -1
- package/dist/actions/referring-domains.d.mts +13 -1
- package/dist/actions/referring-i-ps.d.cts +13 -1
- package/dist/actions/referring-i-ps.d.mts +13 -1
- package/dist/actions/related-keywords.d.cts +21 -9
- package/dist/actions/related-keywords.d.mts +21 -9
- package/dist/actions/tld-distribution.d.cts +13 -1
- package/dist/actions/tld-distribution.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
5
5
|
phrase: z.ZodString;
|
|
6
6
|
database: z.ZodEnum<{
|
|
7
|
+
at: "at";
|
|
8
|
+
id: "id";
|
|
7
9
|
us: "us";
|
|
8
10
|
uk: "uk";
|
|
9
11
|
ca: "ca";
|
|
@@ -37,7 +39,6 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
37
39
|
dz: "dz";
|
|
38
40
|
ao: "ao";
|
|
39
41
|
am: "am";
|
|
40
|
-
at: "at";
|
|
41
42
|
az: "az";
|
|
42
43
|
bh: "bh";
|
|
43
44
|
bd: "bd";
|
|
@@ -72,7 +73,6 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
72
73
|
ht: "ht";
|
|
73
74
|
hn: "hn";
|
|
74
75
|
is: "is";
|
|
75
|
-
id: "id";
|
|
76
76
|
jm: "jm";
|
|
77
77
|
jo: "jo";
|
|
78
78
|
kz: "kz";
|
|
@@ -173,9 +173,9 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
173
173
|
Cp: "Cp";
|
|
174
174
|
Co: "Co";
|
|
175
175
|
Nr: "Nr";
|
|
176
|
-
Kd: "Kd";
|
|
177
176
|
Wc: "Wc";
|
|
178
177
|
Fk: "Fk";
|
|
178
|
+
Kd: "Kd";
|
|
179
179
|
}>>>>;
|
|
180
180
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
181
181
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -184,10 +184,10 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
184
184
|
Cp: "Cp";
|
|
185
185
|
Co: "Co";
|
|
186
186
|
Nr: "Nr";
|
|
187
|
+
Fk: "Fk";
|
|
188
|
+
Kd: "Kd";
|
|
187
189
|
Td: "Td";
|
|
188
190
|
In: "In";
|
|
189
|
-
Kd: "Kd";
|
|
190
|
-
Fk: "Fk";
|
|
191
191
|
}>>>>;
|
|
192
192
|
}, z.core.$strip>;
|
|
193
193
|
declare const SemrushBroadMatchKeywordOutput: z.ZodObject<{
|
|
@@ -195,16 +195,28 @@ 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: "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" | "
|
|
198
|
+
database: "at" | "id" | "us" | "uk" | "ca" | "ru" | "de" | "fr" | "es" | "it" | "br" | "au" | "ar" | "be" | "ch" | "dk" | "fi" | "hk" | "ie" | "il" | "mx" | "nl" | "no" | "pl" | "se" | "sg" | "tr" | "jp" | "in" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "az" | "bh" | "bd" | "by" | "bz" | "bo" | "ba" | "bw" | "bn" | "bg" | "cv" | "kh" | "cm" | "cl" | "co" | "cr" | "hr" | "cy" | "cz" | "cd" | "do" | "ec" | "eg" | "sv" | "ee" | "et" | "ge" | "gh" | "gr" | "gt" | "gy" | "ht" | "hn" | "is" | "jm" | "jo" | "kz" | "kw" | "lv" | "lb" | "lt" | "lu" | "mg" | "my" | "mt" | "mu" | "md" | "mn" | "me" | "ma" | "mz" | "na" | "np" | "nz" | "ni" | "ng" | "om" | "py" | "pe" | "ph" | "pt" | "ro" | "sa" | "sn" | "rs" | "sk" | "si" | "za" | "kr" | "lk" | "th" | "bs" | "tt" | "tn" | "ua" | "ae" | "uy" | "ve" | "vn" | "zm" | "zw" | "ly" | "mobile-us" | "mobile-uk" | "mobile-ca" | "mobile-de" | "mobile-fr" | "mobile-es" | "mobile-it" | "mobile-br" | "mobile-au" | "mobile-dk" | "mobile-mx" | "mobile-nl" | "mobile-se" | "mobile-tr" | "mobile-in" | "mobile-id" | "mobile-il" | "il-ext" | "tr-ext" | "dk-ext" | "no-ext" | "se-ext" | "fi-ext" | "ch-ext" | "mobile-il-ext" | "pa" | "pk" | "tw" | "qa";
|
|
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;
|
|
202
202
|
export_decode?: 0 | 1 | undefined;
|
|
203
203
|
export_escape?: 0 | 1 | undefined;
|
|
204
|
-
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
204
|
+
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Wc" | "Fk" | "Kd")[] | undefined;
|
|
205
205
|
display_offset?: number | undefined;
|
|
206
|
-
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
207
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
206
|
+
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Fk" | "Kd" | "Td" | "In")[] | undefined;
|
|
207
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
208
|
+
connectionId: z.ZodString;
|
|
209
|
+
entityId: z.ZodString;
|
|
210
|
+
instanceId: z.ZodString;
|
|
211
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
212
|
+
generic_api_key: z.ZodString;
|
|
213
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
214
|
+
connectionId: z.ZodString;
|
|
215
|
+
entityId: z.ZodString;
|
|
216
|
+
instanceId: z.ZodString;
|
|
217
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
218
|
+
generic_api_key: z.ZodString;
|
|
219
|
+
}, z.core.$strip>>]>;
|
|
208
220
|
//#endregion
|
|
209
221
|
export { semrushBroadMatchKeyword };
|
|
210
222
|
//# sourceMappingURL=broad-match-keyword.d.cts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
5
5
|
phrase: z.ZodString;
|
|
6
6
|
database: z.ZodEnum<{
|
|
7
|
+
at: "at";
|
|
8
|
+
id: "id";
|
|
7
9
|
us: "us";
|
|
8
10
|
uk: "uk";
|
|
9
11
|
ca: "ca";
|
|
@@ -37,7 +39,6 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
37
39
|
dz: "dz";
|
|
38
40
|
ao: "ao";
|
|
39
41
|
am: "am";
|
|
40
|
-
at: "at";
|
|
41
42
|
az: "az";
|
|
42
43
|
bh: "bh";
|
|
43
44
|
bd: "bd";
|
|
@@ -72,7 +73,6 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
72
73
|
ht: "ht";
|
|
73
74
|
hn: "hn";
|
|
74
75
|
is: "is";
|
|
75
|
-
id: "id";
|
|
76
76
|
jm: "jm";
|
|
77
77
|
jo: "jo";
|
|
78
78
|
kz: "kz";
|
|
@@ -173,9 +173,9 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
173
173
|
Cp: "Cp";
|
|
174
174
|
Co: "Co";
|
|
175
175
|
Nr: "Nr";
|
|
176
|
-
Kd: "Kd";
|
|
177
176
|
Wc: "Wc";
|
|
178
177
|
Fk: "Fk";
|
|
178
|
+
Kd: "Kd";
|
|
179
179
|
}>>>>;
|
|
180
180
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
181
181
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -184,10 +184,10 @@ declare const SemrushBroadMatchKeywordInput: z.ZodObject<{
|
|
|
184
184
|
Cp: "Cp";
|
|
185
185
|
Co: "Co";
|
|
186
186
|
Nr: "Nr";
|
|
187
|
+
Fk: "Fk";
|
|
188
|
+
Kd: "Kd";
|
|
187
189
|
Td: "Td";
|
|
188
190
|
In: "In";
|
|
189
|
-
Kd: "Kd";
|
|
190
|
-
Fk: "Fk";
|
|
191
191
|
}>>>>;
|
|
192
192
|
}, z.core.$strip>;
|
|
193
193
|
declare const SemrushBroadMatchKeywordOutput: z.ZodObject<{
|
|
@@ -195,16 +195,28 @@ 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: "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" | "
|
|
198
|
+
database: "at" | "id" | "us" | "uk" | "ca" | "ru" | "de" | "fr" | "es" | "it" | "br" | "au" | "ar" | "be" | "ch" | "dk" | "fi" | "hk" | "ie" | "il" | "mx" | "nl" | "no" | "pl" | "se" | "sg" | "tr" | "jp" | "in" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "az" | "bh" | "bd" | "by" | "bz" | "bo" | "ba" | "bw" | "bn" | "bg" | "cv" | "kh" | "cm" | "cl" | "co" | "cr" | "hr" | "cy" | "cz" | "cd" | "do" | "ec" | "eg" | "sv" | "ee" | "et" | "ge" | "gh" | "gr" | "gt" | "gy" | "ht" | "hn" | "is" | "jm" | "jo" | "kz" | "kw" | "lv" | "lb" | "lt" | "lu" | "mg" | "my" | "mt" | "mu" | "md" | "mn" | "me" | "ma" | "mz" | "na" | "np" | "nz" | "ni" | "ng" | "om" | "py" | "pe" | "ph" | "pt" | "ro" | "sa" | "sn" | "rs" | "sk" | "si" | "za" | "kr" | "lk" | "th" | "bs" | "tt" | "tn" | "ua" | "ae" | "uy" | "ve" | "vn" | "zm" | "zw" | "ly" | "mobile-us" | "mobile-uk" | "mobile-ca" | "mobile-de" | "mobile-fr" | "mobile-es" | "mobile-it" | "mobile-br" | "mobile-au" | "mobile-dk" | "mobile-mx" | "mobile-nl" | "mobile-se" | "mobile-tr" | "mobile-in" | "mobile-id" | "mobile-il" | "il-ext" | "tr-ext" | "dk-ext" | "no-ext" | "se-ext" | "fi-ext" | "ch-ext" | "mobile-il-ext" | "pa" | "pk" | "tw" | "qa";
|
|
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;
|
|
202
202
|
export_decode?: 0 | 1 | undefined;
|
|
203
203
|
export_escape?: 0 | 1 | undefined;
|
|
204
|
-
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
204
|
+
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Wc" | "Fk" | "Kd")[] | undefined;
|
|
205
205
|
display_offset?: number | undefined;
|
|
206
|
-
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
207
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
206
|
+
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Fk" | "Kd" | "Td" | "In")[] | undefined;
|
|
207
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
208
|
+
connectionId: z.ZodString;
|
|
209
|
+
entityId: z.ZodString;
|
|
210
|
+
instanceId: z.ZodString;
|
|
211
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
212
|
+
generic_api_key: z.ZodString;
|
|
213
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
214
|
+
connectionId: z.ZodString;
|
|
215
|
+
entityId: z.ZodString;
|
|
216
|
+
instanceId: z.ZodString;
|
|
217
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
218
|
+
generic_api_key: z.ZodString;
|
|
219
|
+
}, z.core.$strip>>]>;
|
|
208
220
|
//#endregion
|
|
209
221
|
export { semrushBroadMatchKeyword };
|
|
210
222
|
//# sourceMappingURL=broad-match-keyword.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const semrushCategoriesProfile: import("@keystrokehq/action").WorkflowAc
|
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { semrushCategoriesProfile };
|
|
30
42
|
//# sourceMappingURL=categories-profile.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const semrushCategoriesProfile: import("@keystrokehq/action").WorkflowAc
|
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { semrushCategoriesProfile };
|
|
30
42
|
//# sourceMappingURL=categories-profile.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const semrushCategories: import("@keystrokehq/action").WorkflowActionDef
|
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { semrushCategories };
|
|
30
42
|
//# sourceMappingURL=categories.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const semrushCategories: import("@keystrokehq/action").WorkflowActionDef
|
|
|
24
24
|
display_limit?: number | undefined;
|
|
25
25
|
display_offset?: number | undefined;
|
|
26
26
|
export_columns?: ("category_name" | "rating")[] | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { semrushCategories };
|
|
30
42
|
//# sourceMappingURL=categories.d.mts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
5
5
|
domain: z.ZodString;
|
|
6
6
|
database: z.ZodEnum<{
|
|
7
|
+
at: "at";
|
|
8
|
+
id: "id";
|
|
7
9
|
us: "us";
|
|
8
10
|
uk: "uk";
|
|
9
11
|
ca: "ca";
|
|
@@ -37,7 +39,6 @@ declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
|
37
39
|
dz: "dz";
|
|
38
40
|
ao: "ao";
|
|
39
41
|
am: "am";
|
|
40
|
-
at: "at";
|
|
41
42
|
az: "az";
|
|
42
43
|
bh: "bh";
|
|
43
44
|
bd: "bd";
|
|
@@ -72,7 +73,6 @@ declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
|
72
73
|
ht: "ht";
|
|
73
74
|
hn: "hn";
|
|
74
75
|
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";
|
|
170
169
|
Or: "Or";
|
|
171
170
|
Ot: "Ot";
|
|
172
171
|
Oc: "Oc";
|
|
172
|
+
Ad: "Ad";
|
|
173
173
|
Sr: "Sr";
|
|
174
174
|
St: "St";
|
|
175
175
|
Sc: "Sc";
|
|
@@ -180,15 +180,27 @@ 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: "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" | "
|
|
183
|
+
database: "at" | "id" | "us" | "uk" | "ca" | "ru" | "de" | "fr" | "es" | "it" | "br" | "au" | "ar" | "be" | "ch" | "dk" | "fi" | "hk" | "ie" | "il" | "mx" | "nl" | "no" | "pl" | "se" | "sg" | "tr" | "jp" | "in" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "az" | "bh" | "bd" | "by" | "bz" | "bo" | "ba" | "bw" | "bn" | "bg" | "cv" | "kh" | "cm" | "cl" | "co" | "cr" | "hr" | "cy" | "cz" | "cd" | "do" | "ec" | "eg" | "sv" | "ee" | "et" | "ge" | "gh" | "gr" | "gt" | "gy" | "ht" | "hn" | "is" | "jm" | "jo" | "kz" | "kw" | "lv" | "lb" | "lt" | "lu" | "mg" | "my" | "mt" | "mu" | "md" | "mn" | "me" | "ma" | "mz" | "na" | "np" | "nz" | "ni" | "ng" | "om" | "py" | "pe" | "ph" | "pt" | "ro" | "sa" | "sn" | "rs" | "sk" | "si" | "za" | "kr" | "lk" | "th" | "bs" | "tt" | "tn" | "ua" | "ae" | "uy" | "ve" | "vn" | "zm" | "zw" | "ly" | "mobile-us" | "mobile-uk" | "mobile-ca" | "mobile-de" | "mobile-fr" | "mobile-es" | "mobile-it" | "mobile-br" | "mobile-au" | "mobile-dk" | "mobile-mx" | "mobile-nl" | "mobile-se" | "mobile-tr" | "mobile-in" | "mobile-id" | "mobile-il" | "il-ext" | "tr-ext" | "dk-ext" | "no-ext" | "se-ext" | "fi-ext" | "ch-ext" | "mobile-il-ext" | "pa" | "pk" | "tw" | "qa";
|
|
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" | "
|
|
191
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
190
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Or" | "Ot" | "Oc" | "Ad" | "Sr" | "St" | "Sc")[] | undefined;
|
|
191
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
192
|
+
connectionId: z.ZodString;
|
|
193
|
+
entityId: z.ZodString;
|
|
194
|
+
instanceId: z.ZodString;
|
|
195
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
196
|
+
generic_api_key: z.ZodString;
|
|
197
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
198
|
+
connectionId: z.ZodString;
|
|
199
|
+
entityId: z.ZodString;
|
|
200
|
+
instanceId: z.ZodString;
|
|
201
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
202
|
+
generic_api_key: z.ZodString;
|
|
203
|
+
}, z.core.$strip>>]>;
|
|
192
204
|
//#endregion
|
|
193
205
|
export { semrushCompetitorsInOrganicSearch };
|
|
194
206
|
//# sourceMappingURL=competitors-in-organic-search.d.cts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
5
5
|
domain: z.ZodString;
|
|
6
6
|
database: z.ZodEnum<{
|
|
7
|
+
at: "at";
|
|
8
|
+
id: "id";
|
|
7
9
|
us: "us";
|
|
8
10
|
uk: "uk";
|
|
9
11
|
ca: "ca";
|
|
@@ -37,7 +39,6 @@ declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
|
37
39
|
dz: "dz";
|
|
38
40
|
ao: "ao";
|
|
39
41
|
am: "am";
|
|
40
|
-
at: "at";
|
|
41
42
|
az: "az";
|
|
42
43
|
bh: "bh";
|
|
43
44
|
bd: "bd";
|
|
@@ -72,7 +73,6 @@ declare const SemrushCompetitorsInOrganicSearchInput: z.ZodObject<{
|
|
|
72
73
|
ht: "ht";
|
|
73
74
|
hn: "hn";
|
|
74
75
|
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";
|
|
170
169
|
Or: "Or";
|
|
171
170
|
Ot: "Ot";
|
|
172
171
|
Oc: "Oc";
|
|
172
|
+
Ad: "Ad";
|
|
173
173
|
Sr: "Sr";
|
|
174
174
|
St: "St";
|
|
175
175
|
Sc: "Sc";
|
|
@@ -180,15 +180,27 @@ 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: "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" | "
|
|
183
|
+
database: "at" | "id" | "us" | "uk" | "ca" | "ru" | "de" | "fr" | "es" | "it" | "br" | "au" | "ar" | "be" | "ch" | "dk" | "fi" | "hk" | "ie" | "il" | "mx" | "nl" | "no" | "pl" | "se" | "sg" | "tr" | "jp" | "in" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "az" | "bh" | "bd" | "by" | "bz" | "bo" | "ba" | "bw" | "bn" | "bg" | "cv" | "kh" | "cm" | "cl" | "co" | "cr" | "hr" | "cy" | "cz" | "cd" | "do" | "ec" | "eg" | "sv" | "ee" | "et" | "ge" | "gh" | "gr" | "gt" | "gy" | "ht" | "hn" | "is" | "jm" | "jo" | "kz" | "kw" | "lv" | "lb" | "lt" | "lu" | "mg" | "my" | "mt" | "mu" | "md" | "mn" | "me" | "ma" | "mz" | "na" | "np" | "nz" | "ni" | "ng" | "om" | "py" | "pe" | "ph" | "pt" | "ro" | "sa" | "sn" | "rs" | "sk" | "si" | "za" | "kr" | "lk" | "th" | "bs" | "tt" | "tn" | "ua" | "ae" | "uy" | "ve" | "vn" | "zm" | "zw" | "ly" | "mobile-us" | "mobile-uk" | "mobile-ca" | "mobile-de" | "mobile-fr" | "mobile-es" | "mobile-it" | "mobile-br" | "mobile-au" | "mobile-dk" | "mobile-mx" | "mobile-nl" | "mobile-se" | "mobile-tr" | "mobile-in" | "mobile-id" | "mobile-il" | "il-ext" | "tr-ext" | "dk-ext" | "no-ext" | "se-ext" | "fi-ext" | "ch-ext" | "mobile-il-ext" | "pa" | "pk" | "tw" | "qa";
|
|
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" | "
|
|
191
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
190
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Or" | "Ot" | "Oc" | "Ad" | "Sr" | "St" | "Sc")[] | undefined;
|
|
191
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
192
|
+
connectionId: z.ZodString;
|
|
193
|
+
entityId: z.ZodString;
|
|
194
|
+
instanceId: z.ZodString;
|
|
195
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
196
|
+
generic_api_key: z.ZodString;
|
|
197
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
198
|
+
connectionId: z.ZodString;
|
|
199
|
+
entityId: z.ZodString;
|
|
200
|
+
instanceId: z.ZodString;
|
|
201
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
202
|
+
generic_api_key: z.ZodString;
|
|
203
|
+
}, z.core.$strip>>]>;
|
|
192
204
|
//#endregion
|
|
193
205
|
export { semrushCompetitorsInOrganicSearch };
|
|
194
206
|
//# sourceMappingURL=competitors-in-organic-search.d.mts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
5
5
|
domain: z.ZodString;
|
|
6
6
|
database: z.ZodEnum<{
|
|
7
|
+
at: "at";
|
|
8
|
+
id: "id";
|
|
7
9
|
us: "us";
|
|
8
10
|
uk: "uk";
|
|
9
11
|
ca: "ca";
|
|
@@ -37,7 +39,6 @@ declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
|
37
39
|
dz: "dz";
|
|
38
40
|
ao: "ao";
|
|
39
41
|
am: "am";
|
|
40
|
-
at: "at";
|
|
41
42
|
az: "az";
|
|
42
43
|
bh: "bh";
|
|
43
44
|
bd: "bd";
|
|
@@ -72,7 +73,6 @@ declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
|
72
73
|
ht: "ht";
|
|
73
74
|
hn: "hn";
|
|
74
75
|
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";
|
|
169
170
|
Ad: "Ad";
|
|
170
171
|
At: "At";
|
|
171
172
|
Ac: "Ac";
|
|
172
|
-
Or: "Or";
|
|
173
173
|
}>>>>;
|
|
174
174
|
}, z.core.$strip>;
|
|
175
175
|
declare const SemrushCompetitorsInPaidSearchOutput: z.ZodObject<{
|
|
@@ -177,15 +177,27 @@ 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: "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" | "
|
|
180
|
+
database: "at" | "id" | "us" | "uk" | "ca" | "ru" | "de" | "fr" | "es" | "it" | "br" | "au" | "ar" | "be" | "ch" | "dk" | "fi" | "hk" | "ie" | "il" | "mx" | "nl" | "no" | "pl" | "se" | "sg" | "tr" | "jp" | "in" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "az" | "bh" | "bd" | "by" | "bz" | "bo" | "ba" | "bw" | "bn" | "bg" | "cv" | "kh" | "cm" | "cl" | "co" | "cr" | "hr" | "cy" | "cz" | "cd" | "do" | "ec" | "eg" | "sv" | "ee" | "et" | "ge" | "gh" | "gr" | "gt" | "gy" | "ht" | "hn" | "is" | "jm" | "jo" | "kz" | "kw" | "lv" | "lb" | "lt" | "lu" | "mg" | "my" | "mt" | "mu" | "md" | "mn" | "me" | "ma" | "mz" | "na" | "np" | "nz" | "ni" | "ng" | "om" | "py" | "pe" | "ph" | "pt" | "ro" | "sa" | "sn" | "rs" | "sk" | "si" | "za" | "kr" | "lk" | "th" | "bs" | "tt" | "tn" | "ua" | "ae" | "uy" | "ve" | "vn" | "zm" | "zw" | "ly" | "mobile-us" | "mobile-uk" | "mobile-ca" | "mobile-de" | "mobile-fr" | "mobile-es" | "mobile-it" | "mobile-br" | "mobile-au" | "mobile-dk" | "mobile-mx" | "mobile-nl" | "mobile-se" | "mobile-tr" | "mobile-in" | "mobile-id" | "mobile-il" | "il-ext" | "tr-ext" | "dk-ext" | "no-ext" | "se-ext" | "fi-ext" | "ch-ext" | "mobile-il-ext" | "pa" | "pk" | "tw" | "qa";
|
|
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" | "
|
|
188
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
187
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Or" | "Ad" | "At" | "Ac")[] | undefined;
|
|
188
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
189
|
+
connectionId: z.ZodString;
|
|
190
|
+
entityId: z.ZodString;
|
|
191
|
+
instanceId: z.ZodString;
|
|
192
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
193
|
+
generic_api_key: z.ZodString;
|
|
194
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
195
|
+
connectionId: z.ZodString;
|
|
196
|
+
entityId: z.ZodString;
|
|
197
|
+
instanceId: z.ZodString;
|
|
198
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
199
|
+
generic_api_key: z.ZodString;
|
|
200
|
+
}, z.core.$strip>>]>;
|
|
189
201
|
//#endregion
|
|
190
202
|
export { semrushCompetitorsInPaidSearch };
|
|
191
203
|
//# sourceMappingURL=competitors-in-paid-search.d.cts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
5
5
|
domain: z.ZodString;
|
|
6
6
|
database: z.ZodEnum<{
|
|
7
|
+
at: "at";
|
|
8
|
+
id: "id";
|
|
7
9
|
us: "us";
|
|
8
10
|
uk: "uk";
|
|
9
11
|
ca: "ca";
|
|
@@ -37,7 +39,6 @@ declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
|
37
39
|
dz: "dz";
|
|
38
40
|
ao: "ao";
|
|
39
41
|
am: "am";
|
|
40
|
-
at: "at";
|
|
41
42
|
az: "az";
|
|
42
43
|
bh: "bh";
|
|
43
44
|
bd: "bd";
|
|
@@ -72,7 +73,6 @@ declare const SemrushCompetitorsInPaidSearchInput: z.ZodObject<{
|
|
|
72
73
|
ht: "ht";
|
|
73
74
|
hn: "hn";
|
|
74
75
|
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";
|
|
169
170
|
Ad: "Ad";
|
|
170
171
|
At: "At";
|
|
171
172
|
Ac: "Ac";
|
|
172
|
-
Or: "Or";
|
|
173
173
|
}>>>>;
|
|
174
174
|
}, z.core.$strip>;
|
|
175
175
|
declare const SemrushCompetitorsInPaidSearchOutput: z.ZodObject<{
|
|
@@ -177,15 +177,27 @@ 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: "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" | "
|
|
180
|
+
database: "at" | "id" | "us" | "uk" | "ca" | "ru" | "de" | "fr" | "es" | "it" | "br" | "au" | "ar" | "be" | "ch" | "dk" | "fi" | "hk" | "ie" | "il" | "mx" | "nl" | "no" | "pl" | "se" | "sg" | "tr" | "jp" | "in" | "hu" | "af" | "al" | "dz" | "ao" | "am" | "az" | "bh" | "bd" | "by" | "bz" | "bo" | "ba" | "bw" | "bn" | "bg" | "cv" | "kh" | "cm" | "cl" | "co" | "cr" | "hr" | "cy" | "cz" | "cd" | "do" | "ec" | "eg" | "sv" | "ee" | "et" | "ge" | "gh" | "gr" | "gt" | "gy" | "ht" | "hn" | "is" | "jm" | "jo" | "kz" | "kw" | "lv" | "lb" | "lt" | "lu" | "mg" | "my" | "mt" | "mu" | "md" | "mn" | "me" | "ma" | "mz" | "na" | "np" | "nz" | "ni" | "ng" | "om" | "py" | "pe" | "ph" | "pt" | "ro" | "sa" | "sn" | "rs" | "sk" | "si" | "za" | "kr" | "lk" | "th" | "bs" | "tt" | "tn" | "ua" | "ae" | "uy" | "ve" | "vn" | "zm" | "zw" | "ly" | "mobile-us" | "mobile-uk" | "mobile-ca" | "mobile-de" | "mobile-fr" | "mobile-es" | "mobile-it" | "mobile-br" | "mobile-au" | "mobile-dk" | "mobile-mx" | "mobile-nl" | "mobile-se" | "mobile-tr" | "mobile-in" | "mobile-id" | "mobile-il" | "il-ext" | "tr-ext" | "dk-ext" | "no-ext" | "se-ext" | "fi-ext" | "ch-ext" | "mobile-il-ext" | "pa" | "pk" | "tw" | "qa";
|
|
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" | "
|
|
188
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
187
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Or" | "Ad" | "At" | "Ac")[] | undefined;
|
|
188
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
189
|
+
connectionId: z.ZodString;
|
|
190
|
+
entityId: z.ZodString;
|
|
191
|
+
instanceId: z.ZodString;
|
|
192
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
193
|
+
generic_api_key: z.ZodString;
|
|
194
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
195
|
+
connectionId: z.ZodString;
|
|
196
|
+
entityId: z.ZodString;
|
|
197
|
+
instanceId: z.ZodString;
|
|
198
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
199
|
+
generic_api_key: z.ZodString;
|
|
200
|
+
}, z.core.$strip>>]>;
|
|
189
201
|
//#endregion
|
|
190
202
|
export { semrushCompetitorsInPaidSearch };
|
|
191
203
|
//# sourceMappingURL=competitors-in-paid-search.d.mts.map
|
|
@@ -33,7 +33,19 @@ declare const semrushCompetitors: import("@keystrokehq/action").WorkflowActionDe
|
|
|
33
33
|
display_limit?: number | undefined;
|
|
34
34
|
display_offset?: number | undefined;
|
|
35
35
|
export_columns?: ("domains_num" | "backlinks_num" | "ascore" | "neighbour" | "similarity" | "common_refdomains")[] | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { semrushCompetitors };
|
|
39
51
|
//# sourceMappingURL=competitors.d.cts.map
|
|
@@ -33,7 +33,19 @@ declare const semrushCompetitors: import("@keystrokehq/action").WorkflowActionDe
|
|
|
33
33
|
display_limit?: number | undefined;
|
|
34
34
|
display_offset?: number | undefined;
|
|
35
35
|
export_columns?: ("domains_num" | "backlinks_num" | "ascore" | "neighbour" | "similarity" | "common_refdomains")[] | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { semrushCompetitors };
|
|
39
51
|
//# sourceMappingURL=competitors.d.mts.map
|