@spider-cloud/spider-client 0.1.41 → 0.1.43
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/config.d.ts +1 -1
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ export type WebAutomation = {
|
|
|
157
157
|
} | {
|
|
158
158
|
InfiniteScroll: number;
|
|
159
159
|
};
|
|
160
|
-
export type ReturnFormat = "markdown" | "commonmark" | "raw" | "text" | "html2text" | "bytes" | "xml" | "empty";
|
|
160
|
+
export type ReturnFormat = "markdown" | "commonmark" | "raw" | "screenshot" | "text" | "html2text" | "bytes" | "xml" | "empty";
|
|
161
161
|
export type WebAutomationMap = Record<string, WebAutomation[]>;
|
|
162
162
|
export type ExecutionScriptsMap = Record<string, string>;
|
|
163
163
|
export declare enum RedirectPolicy {
|