botasaurus-desktop-api 4.1.88 → 4.1.89
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/bundle.js +2 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -3001,7 +3001,7 @@ const api = new Api({ apiUrl: 'https://example.com' })`);
|
|
|
3001
3001
|
}
|
|
3002
3002
|
}
|
|
3003
3003
|
async getTasks() {
|
|
3004
|
-
let { page = 1, perPage, withResults =
|
|
3004
|
+
let { page = 1, perPage, withResults = false, parentTaskId } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {
|
|
3005
3005
|
page: 1,
|
|
3006
3006
|
withResults: true
|
|
3007
3007
|
};
|
|
@@ -8006,7 +8006,7 @@ __webpack_require__.hu = (chunkId) => ('' + chunkId + '.' + __webpack_require__.
|
|
|
8006
8006
|
})();
|
|
8007
8007
|
// webpack/runtime/get_full_hash
|
|
8008
8008
|
(() => {
|
|
8009
|
-
__webpack_require__.h = () => ("
|
|
8009
|
+
__webpack_require__.h = () => ("f14589a45256e8c1")
|
|
8010
8010
|
})();
|
|
8011
8011
|
// webpack/runtime/get_main_filename/update manifest
|
|
8012
8012
|
(() => {
|