@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 SemrushPlaCompetitorsInput: 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 SemrushPlaCompetitorsInput: 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 SemrushPlaCompetitorsInput: 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";
|
|
@@ -165,10 +165,10 @@ declare const SemrushPlaCompetitorsInput: z.ZodObject<{
|
|
|
165
165
|
Dn: "Dn";
|
|
166
166
|
Cr: "Cr";
|
|
167
167
|
Np: "Np";
|
|
168
|
+
Or: "Or";
|
|
168
169
|
Ad: "Ad";
|
|
169
170
|
At: "At";
|
|
170
171
|
Ac: "Ac";
|
|
171
|
-
Or: "Or";
|
|
172
172
|
Sh: "Sh";
|
|
173
173
|
}>>>>;
|
|
174
174
|
}, z.core.$strip>;
|
|
@@ -177,14 +177,26 @@ declare const SemrushPlaCompetitorsOutput: z.ZodObject<{
|
|
|
177
177
|
}, z.core.$loose>;
|
|
178
178
|
declare const semrushPlaCompetitors: 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_sort?: "np_asc" | "np_desc" | "cr_asc" | "cr_desc" | undefined;
|
|
182
182
|
display_limit?: number | undefined;
|
|
183
183
|
export_decode?: 0 | 1 | undefined;
|
|
184
184
|
export_escape?: 0 | 1 | undefined;
|
|
185
185
|
display_offset?: number | undefined;
|
|
186
|
-
export_columns?: ("Dn" | "Cr" | "Np" | "
|
|
187
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
186
|
+
export_columns?: ("Dn" | "Cr" | "Np" | "Or" | "Ad" | "At" | "Ac" | "Sh")[] | undefined;
|
|
187
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
188
|
+
connectionId: z.ZodString;
|
|
189
|
+
entityId: z.ZodString;
|
|
190
|
+
instanceId: z.ZodString;
|
|
191
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
192
|
+
generic_api_key: z.ZodString;
|
|
193
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
194
|
+
connectionId: z.ZodString;
|
|
195
|
+
entityId: z.ZodString;
|
|
196
|
+
instanceId: z.ZodString;
|
|
197
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
198
|
+
generic_api_key: z.ZodString;
|
|
199
|
+
}, z.core.$strip>>]>;
|
|
188
200
|
//#endregion
|
|
189
201
|
export { semrushPlaCompetitors };
|
|
190
202
|
//# sourceMappingURL=pla-competitors.d.mts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushPlaCopiesInput: 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 SemrushPlaCopiesInput: 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 SemrushPlaCopiesInput: 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";
|
|
@@ -179,7 +179,7 @@ declare const SemrushPlaCopiesOutput: z.ZodObject<{
|
|
|
179
179
|
}, z.core.$loose>;
|
|
180
180
|
declare const semrushPlaCopies: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
181
181
|
domain: string;
|
|
182
|
-
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" | "
|
|
182
|
+
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";
|
|
183
183
|
display_sort?: "pc_asc" | "pc_desc" | "pr_asc" | "pr_desc" | undefined;
|
|
184
184
|
display_limit?: number | undefined;
|
|
185
185
|
export_decode?: 0 | 1 | undefined;
|
|
@@ -187,7 +187,19 @@ declare const semrushPlaCopies: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
187
187
|
display_filter?: ("Tt" | "Pr")[] | undefined;
|
|
188
188
|
display_offset?: number | undefined;
|
|
189
189
|
export_columns?: ("Tt" | "Un" | "Ur" | "Pc" | "Ts" | "Pr")[] | undefined;
|
|
190
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
190
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
191
|
+
connectionId: z.ZodString;
|
|
192
|
+
entityId: z.ZodString;
|
|
193
|
+
instanceId: z.ZodString;
|
|
194
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
195
|
+
generic_api_key: z.ZodString;
|
|
196
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
197
|
+
connectionId: z.ZodString;
|
|
198
|
+
entityId: z.ZodString;
|
|
199
|
+
instanceId: z.ZodString;
|
|
200
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
201
|
+
generic_api_key: z.ZodString;
|
|
202
|
+
}, z.core.$strip>>]>;
|
|
191
203
|
//#endregion
|
|
192
204
|
export { semrushPlaCopies };
|
|
193
205
|
//# sourceMappingURL=pla-copies.d.cts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushPlaCopiesInput: 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 SemrushPlaCopiesInput: 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 SemrushPlaCopiesInput: 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";
|
|
@@ -179,7 +179,7 @@ declare const SemrushPlaCopiesOutput: z.ZodObject<{
|
|
|
179
179
|
}, z.core.$loose>;
|
|
180
180
|
declare const semrushPlaCopies: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
181
181
|
domain: string;
|
|
182
|
-
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" | "
|
|
182
|
+
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";
|
|
183
183
|
display_sort?: "pc_asc" | "pc_desc" | "pr_asc" | "pr_desc" | undefined;
|
|
184
184
|
display_limit?: number | undefined;
|
|
185
185
|
export_decode?: 0 | 1 | undefined;
|
|
@@ -187,7 +187,19 @@ declare const semrushPlaCopies: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
187
187
|
display_filter?: ("Tt" | "Pr")[] | undefined;
|
|
188
188
|
display_offset?: number | undefined;
|
|
189
189
|
export_columns?: ("Tt" | "Un" | "Ur" | "Pc" | "Ts" | "Pr")[] | undefined;
|
|
190
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
190
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
191
|
+
connectionId: z.ZodString;
|
|
192
|
+
entityId: z.ZodString;
|
|
193
|
+
instanceId: z.ZodString;
|
|
194
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
195
|
+
generic_api_key: z.ZodString;
|
|
196
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
197
|
+
connectionId: z.ZodString;
|
|
198
|
+
entityId: z.ZodString;
|
|
199
|
+
instanceId: z.ZodString;
|
|
200
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
201
|
+
generic_api_key: z.ZodString;
|
|
202
|
+
}, z.core.$strip>>]>;
|
|
191
203
|
//#endregion
|
|
192
204
|
export { semrushPlaCopies };
|
|
193
205
|
//# sourceMappingURL=pla-copies.d.mts.map
|
|
@@ -32,7 +32,19 @@ declare const semrushReferringDomainsByCountry: import("@keystrokehq/action").Wo
|
|
|
32
32
|
display_limit?: number | undefined;
|
|
33
33
|
display_offset?: number | undefined;
|
|
34
34
|
export_columns?: ("domains_num" | "backlinks_num" | "country")[] | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { semrushReferringDomainsByCountry };
|
|
38
50
|
//# sourceMappingURL=referring-domains-by-country.d.cts.map
|
|
@@ -32,7 +32,19 @@ declare const semrushReferringDomainsByCountry: import("@keystrokehq/action").Wo
|
|
|
32
32
|
display_limit?: number | undefined;
|
|
33
33
|
display_offset?: number | undefined;
|
|
34
34
|
export_columns?: ("domains_num" | "backlinks_num" | "country")[] | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { semrushReferringDomainsByCountry };
|
|
38
50
|
//# sourceMappingURL=referring-domains-by-country.d.mts.map
|
|
@@ -49,7 +49,19 @@ declare const semrushReferringDomains: import("@keystrokehq/action").WorkflowAct
|
|
|
49
49
|
display_filter?: ("zone" | "ip" | "country" | "newdomain" | "lostdomain" | "category")[] | undefined;
|
|
50
50
|
display_offset?: number | undefined;
|
|
51
51
|
export_columns?: ("domain" | "backlinks_num" | "first_seen" | "last_seen" | "ip" | "country" | "domain_ascore")[] | undefined;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { semrushReferringDomains };
|
|
55
67
|
//# sourceMappingURL=referring-domains.d.cts.map
|
|
@@ -49,7 +49,19 @@ declare const semrushReferringDomains: import("@keystrokehq/action").WorkflowAct
|
|
|
49
49
|
display_filter?: ("zone" | "ip" | "country" | "newdomain" | "lostdomain" | "category")[] | undefined;
|
|
50
50
|
display_offset?: number | undefined;
|
|
51
51
|
export_columns?: ("domain" | "backlinks_num" | "first_seen" | "last_seen" | "ip" | "country" | "domain_ascore")[] | undefined;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { semrushReferringDomains };
|
|
55
67
|
//# sourceMappingURL=referring-domains.d.mts.map
|
|
@@ -39,7 +39,19 @@ declare const semrushReferringIPs: import("@keystrokehq/action").WorkflowActionD
|
|
|
39
39
|
display_limit?: number | undefined;
|
|
40
40
|
display_offset?: number | undefined;
|
|
41
41
|
export_columns?: ("domains_num" | "backlinks_num" | "first_seen" | "last_seen" | "ip" | "country")[] | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { semrushReferringIPs };
|
|
45
57
|
//# sourceMappingURL=referring-i-ps.d.cts.map
|
|
@@ -39,7 +39,19 @@ declare const semrushReferringIPs: import("@keystrokehq/action").WorkflowActionD
|
|
|
39
39
|
display_limit?: number | undefined;
|
|
40
40
|
display_offset?: number | undefined;
|
|
41
41
|
export_columns?: ("domains_num" | "backlinks_num" | "first_seen" | "last_seen" | "ip" | "country")[] | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { semrushReferringIPs };
|
|
45
57
|
//# sourceMappingURL=referring-i-ps.d.mts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushRelatedKeywordsInput: 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 SemrushRelatedKeywordsInput: 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 SemrushRelatedKeywordsInput: 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";
|
|
@@ -177,9 +177,9 @@ declare const SemrushRelatedKeywordsInput: z.ZodObject<{
|
|
|
177
177
|
Cp: "Cp";
|
|
178
178
|
Co: "Co";
|
|
179
179
|
Nr: "Nr";
|
|
180
|
-
Kd: "Kd";
|
|
181
180
|
Wc: "Wc";
|
|
182
181
|
Fk: "Fk";
|
|
182
|
+
Kd: "Kd";
|
|
183
183
|
}>>>>;
|
|
184
184
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
185
185
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -188,10 +188,10 @@ declare const SemrushRelatedKeywordsInput: z.ZodObject<{
|
|
|
188
188
|
Cp: "Cp";
|
|
189
189
|
Co: "Co";
|
|
190
190
|
Nr: "Nr";
|
|
191
|
+
Fk: "Fk";
|
|
192
|
+
Kd: "Kd";
|
|
191
193
|
Td: "Td";
|
|
192
194
|
In: "In";
|
|
193
|
-
Kd: "Kd";
|
|
194
|
-
Fk: "Fk";
|
|
195
195
|
Rr: "Rr";
|
|
196
196
|
}>>>>;
|
|
197
197
|
}, z.core.$strip>;
|
|
@@ -200,16 +200,28 @@ declare const SemrushRelatedKeywordsOutput: z.ZodObject<{
|
|
|
200
200
|
}, z.core.$loose>;
|
|
201
201
|
declare const semrushRelatedKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
202
202
|
phrase: string;
|
|
203
|
-
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" | "
|
|
203
|
+
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";
|
|
204
204
|
display_date?: string | undefined;
|
|
205
205
|
display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | "td_asc" | "td_desc" | "in_asc" | "in_desc" | undefined;
|
|
206
206
|
display_limit?: number | undefined;
|
|
207
207
|
export_decode?: 0 | 1 | undefined;
|
|
208
208
|
export_escape?: 0 | 1 | undefined;
|
|
209
|
-
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
209
|
+
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Wc" | "Fk" | "Kd")[] | undefined;
|
|
210
210
|
display_offset?: number | undefined;
|
|
211
|
-
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
212
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
211
|
+
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Fk" | "Kd" | "Td" | "In" | "Rr")[] | undefined;
|
|
212
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
213
|
+
connectionId: z.ZodString;
|
|
214
|
+
entityId: z.ZodString;
|
|
215
|
+
instanceId: z.ZodString;
|
|
216
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
217
|
+
generic_api_key: z.ZodString;
|
|
218
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
219
|
+
connectionId: z.ZodString;
|
|
220
|
+
entityId: z.ZodString;
|
|
221
|
+
instanceId: z.ZodString;
|
|
222
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
223
|
+
generic_api_key: z.ZodString;
|
|
224
|
+
}, z.core.$strip>>]>;
|
|
213
225
|
//#endregion
|
|
214
226
|
export { semrushRelatedKeywords };
|
|
215
227
|
//# sourceMappingURL=related-keywords.d.cts.map
|
|
@@ -4,6 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SemrushRelatedKeywordsInput: 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 SemrushRelatedKeywordsInput: 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 SemrushRelatedKeywordsInput: 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";
|
|
@@ -177,9 +177,9 @@ declare const SemrushRelatedKeywordsInput: z.ZodObject<{
|
|
|
177
177
|
Cp: "Cp";
|
|
178
178
|
Co: "Co";
|
|
179
179
|
Nr: "Nr";
|
|
180
|
-
Kd: "Kd";
|
|
181
180
|
Wc: "Wc";
|
|
182
181
|
Fk: "Fk";
|
|
182
|
+
Kd: "Kd";
|
|
183
183
|
}>>>>;
|
|
184
184
|
display_offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
185
185
|
export_columns: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -188,10 +188,10 @@ declare const SemrushRelatedKeywordsInput: z.ZodObject<{
|
|
|
188
188
|
Cp: "Cp";
|
|
189
189
|
Co: "Co";
|
|
190
190
|
Nr: "Nr";
|
|
191
|
+
Fk: "Fk";
|
|
192
|
+
Kd: "Kd";
|
|
191
193
|
Td: "Td";
|
|
192
194
|
In: "In";
|
|
193
|
-
Kd: "Kd";
|
|
194
|
-
Fk: "Fk";
|
|
195
195
|
Rr: "Rr";
|
|
196
196
|
}>>>>;
|
|
197
197
|
}, z.core.$strip>;
|
|
@@ -200,16 +200,28 @@ declare const SemrushRelatedKeywordsOutput: z.ZodObject<{
|
|
|
200
200
|
}, z.core.$loose>;
|
|
201
201
|
declare const semrushRelatedKeywords: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
202
202
|
phrase: string;
|
|
203
|
-
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" | "
|
|
203
|
+
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";
|
|
204
204
|
display_date?: string | undefined;
|
|
205
205
|
display_sort?: "nq_asc" | "nq_desc" | "cp_asc" | "cp_desc" | "co_asc" | "co_desc" | "nr_asc" | "nr_desc" | "kd_asc" | "kd_desc" | "td_asc" | "td_desc" | "in_asc" | "in_desc" | undefined;
|
|
206
206
|
display_limit?: number | undefined;
|
|
207
207
|
export_decode?: 0 | 1 | undefined;
|
|
208
208
|
export_escape?: 0 | 1 | undefined;
|
|
209
|
-
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
209
|
+
display_filter?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Wc" | "Fk" | "Kd")[] | undefined;
|
|
210
210
|
display_offset?: number | undefined;
|
|
211
|
-
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "
|
|
212
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
211
|
+
export_columns?: ("Ph" | "Nq" | "Cp" | "Co" | "Nr" | "Fk" | "Kd" | "Td" | "In" | "Rr")[] | undefined;
|
|
212
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
213
|
+
connectionId: z.ZodString;
|
|
214
|
+
entityId: z.ZodString;
|
|
215
|
+
instanceId: z.ZodString;
|
|
216
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
217
|
+
generic_api_key: z.ZodString;
|
|
218
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
219
|
+
connectionId: z.ZodString;
|
|
220
|
+
entityId: z.ZodString;
|
|
221
|
+
instanceId: z.ZodString;
|
|
222
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
223
|
+
generic_api_key: z.ZodString;
|
|
224
|
+
}, z.core.$strip>>]>;
|
|
213
225
|
//#endregion
|
|
214
226
|
export { semrushRelatedKeywords };
|
|
215
227
|
//# sourceMappingURL=related-keywords.d.mts.map
|
|
@@ -32,7 +32,19 @@ declare const semrushTldDistribution: import("@keystrokehq/action").WorkflowActi
|
|
|
32
32
|
display_limit?: number | undefined;
|
|
33
33
|
display_offset?: number | undefined;
|
|
34
34
|
export_columns?: ("domains_num" | "backlinks_num" | "zone")[] | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { semrushTldDistribution };
|
|
38
50
|
//# sourceMappingURL=tld-distribution.d.cts.map
|
|
@@ -32,7 +32,19 @@ declare const semrushTldDistribution: import("@keystrokehq/action").WorkflowActi
|
|
|
32
32
|
display_limit?: number | undefined;
|
|
33
33
|
display_offset?: number | undefined;
|
|
34
34
|
export_columns?: ("domains_num" | "backlinks_num" | "zone")[] | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { semrushTldDistribution };
|
|
38
50
|
//# sourceMappingURL=tld-distribution.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const semrush = (0,
|
|
4
|
+
const semrush = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "semrush",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.semrush = semrush;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const semrush = defineApp({\n slug: \"semrush\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const semrush = defineApp({\n slug: \"semrush\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const semrush: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const semrush: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { semrush };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const semrush: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const semrush: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"semrush", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { semrush };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|