@spider-cloud/spider-client 0.1.51 → 0.1.52
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 +4 -0
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -255,6 +255,10 @@ export interface SpiderParams {
|
|
|
255
255
|
* The dimensions of the viewport.
|
|
256
256
|
*/
|
|
257
257
|
viewport?: Viewport;
|
|
258
|
+
/**
|
|
259
|
+
* The two letter country code for the request geo-location.
|
|
260
|
+
*/
|
|
261
|
+
country_code?: string;
|
|
258
262
|
/**
|
|
259
263
|
* The encoding to be used for the request.
|
|
260
264
|
*/
|