File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ class ScrapeResponse(TypedDict):
113
113
data : Any
114
114
115
115
116
+ class LinkParams (TypedDict ):
117
+ text : str
118
+ href : str
119
+
120
+
116
121
class AIScrapeResponse (TypedDict ):
117
122
success : bool
118
123
"""
@@ -123,6 +128,7 @@ class AIScrapeResponse(TypedDict):
123
128
page_position_length : int
124
129
page_position : int
125
130
selectors : object
131
+ link : List [LinkParams ]
126
132
127
133
128
134
class Web (ClientConfig ):
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = "jigsawstack" ,
9
- version = "0.1.27 " ,
9
+ version = "0.1.28 " ,
10
10
description = "JigsawStack Python SDK" ,
11
11
long_description = open ("README.md" , encoding = "utf8" ).read (),
12
12
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments