apify-client 2.23.5-beta.14 → 2.23.5-beta.16
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
CHANGED
|
@@ -13606,7 +13606,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13606
13606
|
*/ lastRun() {
|
|
13607
13607
|
let options = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
13608
13608
|
ow__rspack_import_11_default()(options, ow__rspack_import_11_default().object.exactShape({
|
|
13609
|
-
status: ow__rspack_import_11_default().optional.string.oneOf(Object.values(_apify_consts__rspack_import_0.
|
|
13609
|
+
status: ow__rspack_import_11_default().optional.string.oneOf(Object.values(_apify_consts__rspack_import_0.ACTOR_JOB_STATUSES)),
|
|
13610
13610
|
origin: ow__rspack_import_11_default().optional.string.oneOf(Object.values(_apify_consts__rspack_import_0.META_ORIGINS))
|
|
13611
13611
|
}));
|
|
13612
13612
|
return new _run__rspack_import_8.RunClient(this._subResourceOptions({
|
|
@@ -18031,7 +18031,7 @@ function isStream(value) {
|
|
|
18031
18031
|
function getVersionData() {
|
|
18032
18032
|
if (true) {
|
|
18033
18033
|
return {
|
|
18034
|
-
version: "2.23.5-beta.
|
|
18034
|
+
version: "2.23.5-beta.16"
|
|
18035
18035
|
};
|
|
18036
18036
|
}
|
|
18037
18037
|
// eslint-disable-next-line
|