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):
113113 data : Any
114114
115115
116+ class LinkParams (TypedDict ):
117+ text : str
118+ href : str
119+
120+
116121class AIScrapeResponse (TypedDict ):
117122 success : bool
118123 """
@@ -123,6 +128,7 @@ class AIScrapeResponse(TypedDict):
123128 page_position_length : int
124129 page_position : int
125130 selectors : object
131+ link : List [LinkParams ]
126132
127133
128134class Web (ClientConfig ):
Original file line number Diff line number Diff line change 66
77setup (
88 name = "jigsawstack" ,
9- version = "0.1.27 " ,
9+ version = "0.1.28 " ,
1010 description = "JigsawStack Python SDK" ,
1111 long_description = open ("README.md" , encoding = "utf8" ).read (),
1212 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments