@letsscrapedata/scraper 0.0.89 → 0.1.0

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/index.d.cts CHANGED
@@ -70,7 +70,8 @@ interface TaskResult {
70
70
  taskData: TaskData;
71
71
  subtaskDatas?: TaskData[];
72
72
  /**
73
- * included if credits >= 0
73
+ ** newStateData(misc_getstatedata) in TaskContext, related stateData fo cap or dom will be replaced or updated in LSDAPP
74
+ ** included if credits >= 0
74
75
  */
75
76
  newStateData?: ScraperStateData;
76
77
  /**
package/dist/index.d.ts CHANGED
@@ -70,7 +70,8 @@ interface TaskResult {
70
70
  taskData: TaskData;
71
71
  subtaskDatas?: TaskData[];
72
72
  /**
73
- * included if credits >= 0
73
+ ** newStateData(misc_getstatedata) in TaskContext, related stateData fo cap or dom will be replaced or updated in LSDAPP
74
+ ** included if credits >= 0
74
75
  */
75
76
  newStateData?: ScraperStateData;
76
77
  /**