@keystrokehq/scrapegraph_ai 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/convert-webpage-to-markdown-v2.d.cts +13 -1
- package/dist/actions/convert-webpage-to-markdown-v2.d.cts.map +1 -1
- package/dist/actions/convert-webpage-to-markdown-v2.d.mts +13 -1
- package/dist/actions/convert-webpage-to-markdown-v2.d.mts.map +1 -1
- package/dist/actions/generate-schema.d.cts +13 -1
- package/dist/actions/generate-schema.d.cts.map +1 -1
- package/dist/actions/generate-schema.d.mts +13 -1
- package/dist/actions/generate-schema.d.mts.map +1 -1
- package/dist/actions/get-agentic-scraper-history.d.cts +13 -1
- package/dist/actions/get-agentic-scraper-history.d.mts +13 -1
- package/dist/actions/get-crawler-history.d.cts +13 -1
- package/dist/actions/get-crawler-history.d.mts +13 -1
- package/dist/actions/get-credits.d.cts +13 -1
- package/dist/actions/get-credits.d.cts.map +1 -1
- package/dist/actions/get-credits.d.mts +13 -1
- package/dist/actions/get-credits.d.mts.map +1 -1
- package/dist/actions/get-endpoint-suggestions.d.cts +13 -1
- package/dist/actions/get-endpoint-suggestions.d.mts +13 -1
- package/dist/actions/get-live-session-url.d.cts +13 -1
- package/dist/actions/get-live-session-url.d.mts +13 -1
- package/dist/actions/get-markdownify-history.d.cts +13 -1
- package/dist/actions/get-markdownify-history.d.mts +13 -1
- package/dist/actions/get-scrape-history.d.cts +13 -1
- package/dist/actions/get-scrape-history.d.mts +13 -1
- package/dist/actions/get-searchscraper-history.d.cts +13 -1
- package/dist/actions/get-searchscraper-history.d.mts +13 -1
- package/dist/actions/get-sitemap-history.d.cts +13 -1
- package/dist/actions/get-sitemap-history.d.mts +13 -1
- package/dist/actions/get-smartscraper-history.d.cts +13 -1
- package/dist/actions/get-smartscraper-history.d.mts +13 -1
- package/dist/actions/get-usage-timeline.d.cts +13 -1
- package/dist/actions/get-usage-timeline.d.mts +13 -1
- package/dist/actions/get-webhook-logs.d.cts +13 -1
- package/dist/actions/get-webhook-logs.d.mts +13 -1
- package/dist/actions/list-scheduled-jobs.d.cts +13 -1
- package/dist/actions/list-scheduled-jobs.d.mts +13 -1
- package/dist/actions/markdownify-status.d.cts +13 -1
- package/dist/actions/markdownify-status.d.mts +13 -1
- package/dist/actions/save-endpoint.d.cts +13 -1
- package/dist/actions/save-endpoint.d.cts.map +1 -1
- package/dist/actions/save-endpoint.d.mts +13 -1
- package/dist/actions/save-endpoint.d.mts.map +1 -1
- package/dist/actions/search-scraper-status.d.cts +13 -1
- package/dist/actions/search-scraper-status.d.mts +13 -1
- package/dist/actions/search-scraper.d.cts +13 -1
- package/dist/actions/search-scraper.d.mts +13 -1
- package/dist/actions/smart-crawler-status.d.cts +13 -1
- package/dist/actions/smart-crawler-status.d.mts +13 -1
- package/dist/actions/smart-scraper-start.d.cts +13 -1
- package/dist/actions/smart-scraper-start.d.mts +13 -1
- package/dist/actions/smart-scraper-status.d.cts +13 -1
- package/dist/actions/smart-scraper-status.d.mts +13 -1
- package/dist/actions/start-smart-crawler.d.cts +13 -1
- package/dist/actions/start-smart-crawler.d.cts.map +1 -1
- package/dist/actions/start-smart-crawler.d.mts +13 -1
- package/dist/actions/start-smart-crawler.d.mts.map +1 -1
- package/dist/actions/submit-feedback.d.cts +13 -1
- package/dist/actions/submit-feedback.d.mts +13 -1
- package/dist/actions/submit-product-feedback.d.cts +13 -1
- package/dist/actions/submit-product-feedback.d.mts +13 -1
- package/dist/actions/toonify.d.cts +13 -1
- package/dist/actions/toonify.d.cts.map +1 -1
- package/dist/actions/toonify.d.mts +13 -1
- package/dist/actions/toonify.d.mts.map +1 -1
- package/dist/actions/validate-api-key.d.cts +13 -1
- package/dist/actions/validate-api-key.d.cts.map +1 -1
- package/dist/actions/validate-api-key.d.mts +13 -1
- package/dist/actions/validate-api-key.d.mts.map +1 -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
|
@@ -38,7 +38,19 @@ declare const scrapegraphAiConvertWebpageToMarkdownV2: import("@keystrokehq/acti
|
|
|
38
38
|
webhook_url?: string | undefined;
|
|
39
39
|
country_code?: string | undefined;
|
|
40
40
|
render_heavy_js?: boolean | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { scrapegraphAiConvertWebpageToMarkdownV2 };
|
|
44
56
|
//# sourceMappingURL=convert-webpage-to-markdown-v2.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convert-webpage-to-markdown-v2.d.cts","names":[],"sources":["../../src/actions/convert-webpage-to-markdown-v2.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAa5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAQ7C,uCAAA,gCAAuC,wBAAA
|
|
1
|
+
{"version":3,"file":"convert-webpage-to-markdown-v2.d.cts","names":[],"sources":["../../src/actions/convert-webpage-to-markdown-v2.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAa5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAQ7C,uCAAA,gCAAuC,wBAAA"}
|
|
@@ -38,7 +38,19 @@ declare const scrapegraphAiConvertWebpageToMarkdownV2: import("@keystrokehq/acti
|
|
|
38
38
|
webhook_url?: string | undefined;
|
|
39
39
|
country_code?: string | undefined;
|
|
40
40
|
render_heavy_js?: boolean | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { scrapegraphAiConvertWebpageToMarkdownV2 };
|
|
44
56
|
//# sourceMappingURL=convert-webpage-to-markdown-v2.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convert-webpage-to-markdown-v2.d.mts","names":[],"sources":["../../src/actions/convert-webpage-to-markdown-v2.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAa5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAQ7C,uCAAA,gCAAuC,wBAAA
|
|
1
|
+
{"version":3,"file":"convert-webpage-to-markdown-v2.d.mts","names":[],"sources":["../../src/actions/convert-webpage-to-markdown-v2.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAa5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAQ7C,uCAAA,gCAAuC,wBAAA"}
|
|
@@ -16,7 +16,19 @@ declare const ScrapegraphAiGenerateSchemaOutput: z.ZodObject<{
|
|
|
16
16
|
declare const scrapegraphAiGenerateSchema: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
user_prompt: string;
|
|
18
18
|
existing_schema?: Record<string, unknown> | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { scrapegraphAiGenerateSchema };
|
|
22
34
|
//# sourceMappingURL=generate-schema.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-schema.d.cts","names":[],"sources":["../../src/actions/generate-schema.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cAIhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA
|
|
1
|
+
{"version":3,"file":"generate-schema.d.cts","names":[],"sources":["../../src/actions/generate-schema.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cAIhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -16,7 +16,19 @@ declare const ScrapegraphAiGenerateSchemaOutput: z.ZodObject<{
|
|
|
16
16
|
declare const scrapegraphAiGenerateSchema: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
user_prompt: string;
|
|
18
18
|
existing_schema?: Record<string, unknown> | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { scrapegraphAiGenerateSchema };
|
|
22
34
|
//# sourceMappingURL=generate-schema.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-schema.d.mts","names":[],"sources":["../../src/actions/generate-schema.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cAIhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA
|
|
1
|
+
{"version":3,"file":"generate-schema.d.mts","names":[],"sources":["../../src/actions/generate-schema.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cAIhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -27,7 +27,19 @@ declare const ScrapegraphAiGetAgenticScraperHistoryOutput: z.ZodObject<{
|
|
|
27
27
|
declare const scrapegraphAiGetAgenticScraperHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
page?: number | undefined;
|
|
29
29
|
page_size?: number | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>;
|
|
31
43
|
//#endregion
|
|
32
44
|
export { scrapegraphAiGetAgenticScraperHistory };
|
|
33
45
|
//# sourceMappingURL=get-agentic-scraper-history.d.cts.map
|
|
@@ -27,7 +27,19 @@ declare const ScrapegraphAiGetAgenticScraperHistoryOutput: z.ZodObject<{
|
|
|
27
27
|
declare const scrapegraphAiGetAgenticScraperHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
page?: number | undefined;
|
|
29
29
|
page_size?: number | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>;
|
|
31
43
|
//#endregion
|
|
32
44
|
export { scrapegraphAiGetAgenticScraperHistory };
|
|
33
45
|
//# sourceMappingURL=get-agentic-scraper-history.d.mts.map
|
|
@@ -36,7 +36,19 @@ declare const ScrapegraphAiGetCrawlerHistoryOutput: z.ZodObject<{
|
|
|
36
36
|
declare const scrapegraphAiGetCrawlerHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
page_size?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { scrapegraphAiGetCrawlerHistory };
|
|
42
54
|
//# sourceMappingURL=get-crawler-history.d.cts.map
|
|
@@ -36,7 +36,19 @@ declare const ScrapegraphAiGetCrawlerHistoryOutput: z.ZodObject<{
|
|
|
36
36
|
declare const scrapegraphAiGetCrawlerHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
page_size?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { scrapegraphAiGetCrawlerHistory };
|
|
42
54
|
//# sourceMappingURL=get-crawler-history.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const ScrapegraphAiGetCreditsOutput: z.ZodObject<{
|
|
|
7
7
|
remaining_credits: z.ZodNullable<z.ZodNumber>;
|
|
8
8
|
total_credits_used: z.ZodNullable<z.ZodNumber>;
|
|
9
9
|
}, z.core.$loose>;
|
|
10
|
-
declare const scrapegraphAiGetCredits: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
declare const scrapegraphAiGetCredits: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
generic_api_key: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { scrapegraphAiGetCredits };
|
|
13
25
|
//# sourceMappingURL=get-credits.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-credits.d.cts","names":[],"sources":["../../src/actions/get-credits.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-credits.d.cts","names":[],"sources":["../../src/actions/get-credits.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -7,7 +7,19 @@ declare const ScrapegraphAiGetCreditsOutput: z.ZodObject<{
|
|
|
7
7
|
remaining_credits: z.ZodNullable<z.ZodNumber>;
|
|
8
8
|
total_credits_used: z.ZodNullable<z.ZodNumber>;
|
|
9
9
|
}, z.core.$loose>;
|
|
10
|
-
declare const scrapegraphAiGetCredits: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
declare const scrapegraphAiGetCredits: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
generic_api_key: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { scrapegraphAiGetCredits };
|
|
13
25
|
//# sourceMappingURL=get-credits.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-credits.d.mts","names":[],"sources":["../../src/actions/get-credits.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-credits.d.mts","names":[],"sources":["../../src/actions/get-credits.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -21,7 +21,19 @@ declare const ScrapegraphAiGetEndpointSuggestionsOutput: z.ZodObject<{
|
|
|
21
21
|
declare const scrapegraphAiGetEndpointSuggestions: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
prompt: string;
|
|
23
23
|
website_url: string;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { scrapegraphAiGetEndpointSuggestions };
|
|
27
39
|
//# sourceMappingURL=get-endpoint-suggestions.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const ScrapegraphAiGetEndpointSuggestionsOutput: z.ZodObject<{
|
|
|
21
21
|
declare const scrapegraphAiGetEndpointSuggestions: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
prompt: string;
|
|
23
23
|
website_url: string;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { scrapegraphAiGetEndpointSuggestions };
|
|
27
39
|
//# sourceMappingURL=get-endpoint-suggestions.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const ScrapegraphAiGetLiveSessionUrlOutput: z.ZodObject<{
|
|
|
12
12
|
declare const scrapegraphAiGetLiveSessionUrl: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
url: string;
|
|
14
14
|
timeout?: number | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { scrapegraphAiGetLiveSessionUrl };
|
|
18
30
|
//# sourceMappingURL=get-live-session-url.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const ScrapegraphAiGetLiveSessionUrlOutput: z.ZodObject<{
|
|
|
12
12
|
declare const scrapegraphAiGetLiveSessionUrl: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
url: string;
|
|
14
14
|
timeout?: number | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { scrapegraphAiGetLiveSessionUrl };
|
|
18
30
|
//# sourceMappingURL=get-live-session-url.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const ScrapegraphAiGetMarkdownifyHistoryOutput: z.ZodObject<{
|
|
|
24
24
|
declare const scrapegraphAiGetMarkdownifyHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
page?: number | undefined;
|
|
26
26
|
page_size?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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<"scrapegraph_ai", 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 { scrapegraphAiGetMarkdownifyHistory };
|
|
30
42
|
//# sourceMappingURL=get-markdownify-history.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const ScrapegraphAiGetMarkdownifyHistoryOutput: z.ZodObject<{
|
|
|
24
24
|
declare const scrapegraphAiGetMarkdownifyHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
page?: number | undefined;
|
|
26
26
|
page_size?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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<"scrapegraph_ai", 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 { scrapegraphAiGetMarkdownifyHistory };
|
|
30
42
|
//# sourceMappingURL=get-markdownify-history.d.mts.map
|
|
@@ -25,7 +25,19 @@ declare const ScrapegraphAiGetScrapeHistoryOutput: z.ZodObject<{
|
|
|
25
25
|
declare const scrapegraphAiGetScrapeHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
page?: number | undefined;
|
|
27
27
|
page_size?: number | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { scrapegraphAiGetScrapeHistory };
|
|
31
43
|
//# sourceMappingURL=get-scrape-history.d.cts.map
|
|
@@ -25,7 +25,19 @@ declare const ScrapegraphAiGetScrapeHistoryOutput: z.ZodObject<{
|
|
|
25
25
|
declare const scrapegraphAiGetScrapeHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
page?: number | undefined;
|
|
27
27
|
page_size?: number | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { scrapegraphAiGetScrapeHistory };
|
|
31
43
|
//# sourceMappingURL=get-scrape-history.d.mts.map
|
|
@@ -26,7 +26,19 @@ declare const ScrapegraphAiGetSearchscraperHistoryOutput: z.ZodObject<{
|
|
|
26
26
|
declare const scrapegraphAiGetSearchscraperHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
page?: number | undefined;
|
|
28
28
|
page_size?: number | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { scrapegraphAiGetSearchscraperHistory };
|
|
32
44
|
//# sourceMappingURL=get-searchscraper-history.d.cts.map
|
|
@@ -26,7 +26,19 @@ declare const ScrapegraphAiGetSearchscraperHistoryOutput: z.ZodObject<{
|
|
|
26
26
|
declare const scrapegraphAiGetSearchscraperHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
page?: number | undefined;
|
|
28
28
|
page_size?: number | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { scrapegraphAiGetSearchscraperHistory };
|
|
32
44
|
//# sourceMappingURL=get-searchscraper-history.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const ScrapegraphAiGetSitemapHistoryOutput: z.ZodObject<{
|
|
|
22
22
|
declare const scrapegraphAiGetSitemapHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
page?: number | undefined;
|
|
24
24
|
page_size?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { scrapegraphAiGetSitemapHistory };
|
|
28
40
|
//# sourceMappingURL=get-sitemap-history.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const ScrapegraphAiGetSitemapHistoryOutput: z.ZodObject<{
|
|
|
22
22
|
declare const scrapegraphAiGetSitemapHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
page?: number | undefined;
|
|
24
24
|
page_size?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { scrapegraphAiGetSitemapHistory };
|
|
28
40
|
//# sourceMappingURL=get-sitemap-history.d.mts.map
|
|
@@ -26,7 +26,19 @@ declare const ScrapegraphAiGetSmartscraperHistoryOutput: z.ZodObject<{
|
|
|
26
26
|
declare const scrapegraphAiGetSmartscraperHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
page?: number | undefined;
|
|
28
28
|
page_size?: number | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { scrapegraphAiGetSmartscraperHistory };
|
|
32
44
|
//# sourceMappingURL=get-smartscraper-history.d.cts.map
|
|
@@ -26,7 +26,19 @@ declare const ScrapegraphAiGetSmartscraperHistoryOutput: z.ZodObject<{
|
|
|
26
26
|
declare const scrapegraphAiGetSmartscraperHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
page?: number | undefined;
|
|
28
28
|
page_size?: number | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", 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>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { scrapegraphAiGetSmartscraperHistory };
|
|
32
44
|
//# sourceMappingURL=get-smartscraper-history.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const ScrapegraphAiGetUsageTimelineOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const scrapegraphAiGetUsageTimeline: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
days?: "7" | "14" | "30" | "all" | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { scrapegraphAiGetUsageTimeline };
|
|
23
35
|
//# sourceMappingURL=get-usage-timeline.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const ScrapegraphAiGetUsageTimelineOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const scrapegraphAiGetUsageTimeline: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
days?: "7" | "14" | "30" | "all" | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scrapegraph_ai", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { scrapegraphAiGetUsageTimeline };
|
|
23
35
|
//# sourceMappingURL=get-usage-timeline.d.mts.map
|