From 61084f4daeece6e2cd09fabfca1bbaa0ebdf8276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Mon, 3 Feb 2025 18:34:59 +0100 Subject: [PATCH] docs: add v2.10 and v2.11 version snapshots (#633) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jindřich Bär --- CHANGELOG.md | 110 +- website/package-lock.json | 1089 +- website/package.json | 10 +- .../versioned_docs/version-2.10/.gitignore | 1 + .../version-2.10/api-packages.json | 1 + .../version-2.10/api-typedoc.json | 35906 ++++++++++++++ .../version-2.10/examples/index.md | 148 + website/versioned_docs/version-2.10/index.md | 286 + .../versioned_docs/version-2.11/.gitignore | 1 + .../version-2.11/api-packages.json | 1 + .../version-2.11/api-typedoc.json | 38695 ++++++++++++++++ .../version-2.11/examples/index.md | 148 + website/versioned_docs/version-2.11/index.md | 286 + .../version-2.10-sidebars.json | 12 + .../version-2.11-sidebars.json | 12 + website/versions.json | 2 + 16 files changed, 76015 insertions(+), 693 deletions(-) create mode 100644 website/versioned_docs/version-2.10/.gitignore create mode 100644 website/versioned_docs/version-2.10/api-packages.json create mode 100644 website/versioned_docs/version-2.10/api-typedoc.json create mode 100644 website/versioned_docs/version-2.10/examples/index.md create mode 100644 website/versioned_docs/version-2.10/index.md create mode 100644 website/versioned_docs/version-2.11/.gitignore create mode 100644 website/versioned_docs/version-2.11/api-packages.json create mode 100644 website/versioned_docs/version-2.11/api-typedoc.json create mode 100644 website/versioned_docs/version-2.11/examples/index.md create mode 100644 website/versioned_docs/version-2.11/index.md create mode 100644 website/versioned_sidebars/version-2.10-sidebars.json create mode 100644 website/versioned_sidebars/version-2.11-sidebars.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 962a1bf9..8066984f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,102 +47,102 @@ All notable changes to this project will be documented in this file. ### 🚀 Features -- Rename maxCostPerRunUsd to maxTotalChargeUsd ([#592](https://github.com/apify/apify-client-js/pulls/592)) ([4ffd1c6](https://github.com/apify/apify-client-js/commit/4ffd1c620a6fdb0660d6a49a667e67a4840c8e6b)) by [@novotnyj](https://github.com/novotnyj) +- Rename maxCostPerRunUsd to maxTotalChargeUsd ([#592](https://github.com/apify/apify-client-js/pull/592)) ([4ffd1c6](https://github.com/apify/apify-client-js/commit/4ffd1c620a6fdb0660d6a49a667e67a4840c8e6b)) by [@novotnyj](https://github.com/novotnyj) ## [2.9.5](https://github.com/apify/apify-client-js/releases/tags/v2.9.5) (2024-08-19) ### 🚀 Features -- Add Actor Standby types ([#569](https://github.com/apify/apify-client-js/pulls/569)) ([d3ba82b](https://github.com/apify/apify-client-js/commit/d3ba82b5cb700e0a38e8565308ab795ccf39b32f)) by [@jirimoravcik](https://github.com/jirimoravcik) -- Allow `unwind` param to `DatasetClient.listItems()` to be an array ([#576](https://github.com/apify/apify-client-js/pulls/576)) ([7ef3b14](https://github.com/apify/apify-client-js/commit/7ef3b146cc8d4bbd0fedaf32da37726420def800)) by [@fnesveda](https://github.com/fnesveda) -- *(client)* Add maxCostPerRun param ([#578](https://github.com/apify/apify-client-js/pulls/578)) ([854e776](https://github.com/apify/apify-client-js/commit/854e776e67519ebf9582dd8eecd990f7de402b24)) by [@stetizu1](https://github.com/stetizu1) +- Add Actor Standby types ([#569](https://github.com/apify/apify-client-js/pull/569)) ([d3ba82b](https://github.com/apify/apify-client-js/commit/d3ba82b5cb700e0a38e8565308ab795ccf39b32f)) by [@jirimoravcik](https://github.com/jirimoravcik) +- Allow `unwind` param to `DatasetClient.listItems()` to be an array ([#576](https://github.com/apify/apify-client-js/pull/576)) ([7ef3b14](https://github.com/apify/apify-client-js/commit/7ef3b146cc8d4bbd0fedaf32da37726420def800)) by [@fnesveda](https://github.com/fnesveda) +- *(client)* Add maxCostPerRun param ([#578](https://github.com/apify/apify-client-js/pull/578)) ([854e776](https://github.com/apify/apify-client-js/commit/854e776e67519ebf9582dd8eecd990f7de402b24)) by [@stetizu1](https://github.com/stetizu1) ### Fix -- Add `isDeprecated` to actor update type ([#566](https://github.com/apify/apify-client-js/pulls/566)) ([d6aba08](https://github.com/apify/apify-client-js/commit/d6aba085a04d3a00a495d856490bce46f519b39d)) by [@Jkuzz](https://github.com/Jkuzz) +- Add `isDeprecated` to actor update type ([#566](https://github.com/apify/apify-client-js/pull/566)) ([d6aba08](https://github.com/apify/apify-client-js/commit/d6aba085a04d3a00a495d856490bce46f519b39d)) by [@Jkuzz](https://github.com/Jkuzz) ## [2.9.4](https://github.com/apify/apify-client-js/releases/tags/v2.9.4) (2024-06-26) ### 🚀 Features -- Add smartlook token to docs build [internal] ([#540](https://github.com/apify/apify-client-js/pulls/540)) ([4b408bd](https://github.com/apify/apify-client-js/commit/4b408bd0ad90ffa0f05b5d63c2472f1cced0d57f)) by [@HonzaTuron](https://github.com/HonzaTuron) -- Add notifications field to Schedule ([#545](https://github.com/apify/apify-client-js/pulls/545)) ([c6f9429](https://github.com/apify/apify-client-js/commit/c6f9429b5bac317da8cdf143343379b1755cf426)) by [@m-murasovs](https://github.com/m-murasovs) -- JavaScript client code examples for platform ([#548](https://github.com/apify/apify-client-js/pulls/548)) ([bac3692](https://github.com/apify/apify-client-js/commit/bac36922722ccf89da5ac2f7e47dccb065291e1a)) by [@HonzaTuron](https://github.com/HonzaTuron) -- Added data property to API error object ([#559](https://github.com/apify/apify-client-js/pulls/559)) ([3b7c4b7](https://github.com/apify/apify-client-js/commit/3b7c4b73607f40a74f31f39491025c63bc92e40e)) by [@gippy](https://github.com/gippy) +- Add smartlook token to docs build [internal] ([#540](https://github.com/apify/apify-client-js/pull/540)) ([4b408bd](https://github.com/apify/apify-client-js/commit/4b408bd0ad90ffa0f05b5d63c2472f1cced0d57f)) by [@HonzaTuron](https://github.com/HonzaTuron) +- Add notifications field to Schedule ([#545](https://github.com/apify/apify-client-js/pull/545)) ([c6f9429](https://github.com/apify/apify-client-js/commit/c6f9429b5bac317da8cdf143343379b1755cf426)) by [@m-murasovs](https://github.com/m-murasovs) +- JavaScript client code examples for platform ([#548](https://github.com/apify/apify-client-js/pull/548)) ([bac3692](https://github.com/apify/apify-client-js/commit/bac36922722ccf89da5ac2f7e47dccb065291e1a)) by [@HonzaTuron](https://github.com/HonzaTuron) +- Added data property to API error object ([#559](https://github.com/apify/apify-client-js/pull/559)) ([3b7c4b7](https://github.com/apify/apify-client-js/commit/3b7c4b73607f40a74f31f39491025c63bc92e40e)) by [@gippy](https://github.com/gippy) ### 🐛 Bug Fixes -- Add missing `isApifyIntegration` field to `Webhook` type ([#523](https://github.com/apify/apify-client-js/pulls/523)) ([0af85fc](https://github.com/apify/apify-client-js/commit/0af85fc07939b8418dd867bb69492e742625b568)) by [@omikader](https://github.com/omikader) +- Add missing `isApifyIntegration` field to `Webhook` type ([#523](https://github.com/apify/apify-client-js/pull/523)) ([0af85fc](https://github.com/apify/apify-client-js/commit/0af85fc07939b8418dd867bb69492e742625b568)) by [@omikader](https://github.com/omikader) ## [2.9.2](https://github.com/apify/apify-client-js/releases/tags/v2.9.2) (2024-02-23) ### 🚀 Features -- Add monthlyUsage() and limits() endpoints to UserClients ([#517](https://github.com/apify/apify-client-js/pulls/517)) ([2767c8d](https://github.com/apify/apify-client-js/commit/2767c8d18fcffe4ddb0d77105e3ac4acc2394a9b)) by [@tobice](https://github.com/tobice) -- Parse monthlyUsage.dailyServiceUsages[].date as Date ([#519](https://github.com/apify/apify-client-js/pulls/519)) ([980d958](https://github.com/apify/apify-client-js/commit/980d958ee5e6bf8610f7ce08fb282e126c68fa82)) by [@tobice](https://github.com/tobice) +- Add monthlyUsage() and limits() endpoints to UserClients ([#517](https://github.com/apify/apify-client-js/pull/517)) ([2767c8d](https://github.com/apify/apify-client-js/commit/2767c8d18fcffe4ddb0d77105e3ac4acc2394a9b)) by [@tobice](https://github.com/tobice) +- Parse monthlyUsage.dailyServiceUsages[].date as Date ([#519](https://github.com/apify/apify-client-js/pull/519)) ([980d958](https://github.com/apify/apify-client-js/commit/980d958ee5e6bf8610f7ce08fb282e126c68fa82)) by [@tobice](https://github.com/tobice) ## [2.9.1](https://github.com/apify/apify-client-js/releases/tags/v2.9.1) (2024-02-20) ### 🐛 Bug Fixes -- Ensure axios headers are instance of AxiosHeaders via interceptor ([#515](https://github.com/apify/apify-client-js/pulls/515)) ([1f4633f](https://github.com/apify/apify-client-js/commit/1f4633f00fd318eab20d0c66dad4be484d46a4ef)) by [@B4nan](https://github.com/B4nan) +- Ensure axios headers are instance of AxiosHeaders via interceptor ([#515](https://github.com/apify/apify-client-js/pull/515)) ([1f4633f](https://github.com/apify/apify-client-js/commit/1f4633f00fd318eab20d0c66dad4be484d46a4ef)) by [@B4nan](https://github.com/B4nan) ## [2.9.0](https://github.com/apify/apify-client-js/releases/tags/v2.9.0) (2024-02-16) ### 🚀 Features -- Add `KeyValueStore.recordExists()` method ([#510](https://github.com/apify/apify-client-js/pulls/510), closes [#507](https://github.com/apify/apify-client-js/issues/507)) ([069d620](https://github.com/apify/apify-client-js/commit/069d620e37035fca5f6cb8a1a1b7d0fa1644bbca)) by [@barjin](https://github.com/barjin) -- Add log() method to BuildClient ([#509](https://github.com/apify/apify-client-js/pulls/509)) ([8821df6](https://github.com/apify/apify-client-js/commit/8821df65d79c59e9284786cafec63e1ab87e05d3)) by [@tobice](https://github.com/tobice) -- Add `runs()` and `builds()` top level endpoints ([#468](https://github.com/apify/apify-client-js/pulls/468), closes [#296](https://github.com/apify/apify-client-js/issues/296)) ([252d2ac](https://github.com/apify/apify-client-js/commit/252d2ac4e1c1bbb801c5ec570cbd207d30901b7c)) by [@foxt451](https://github.com/foxt451) +- Add `KeyValueStore.recordExists()` method ([#510](https://github.com/apify/apify-client-js/pull/510), closes [#507](https://github.com/apify/apify-client-js/issues/507)) ([069d620](https://github.com/apify/apify-client-js/commit/069d620e37035fca5f6cb8a1a1b7d0fa1644bbca)) by [@barjin](https://github.com/barjin) +- Add log() method to BuildClient ([#509](https://github.com/apify/apify-client-js/pull/509)) ([8821df6](https://github.com/apify/apify-client-js/commit/8821df65d79c59e9284786cafec63e1ab87e05d3)) by [@tobice](https://github.com/tobice) +- Add `runs()` and `builds()` top level endpoints ([#468](https://github.com/apify/apify-client-js/pull/468), closes [#296](https://github.com/apify/apify-client-js/issues/296)) ([252d2ac](https://github.com/apify/apify-client-js/commit/252d2ac4e1c1bbb801c5ec570cbd207d30901b7c)) by [@foxt451](https://github.com/foxt451) ### 🐛 Bug Fixes -- Publish browser bundle ([#506](https://github.com/apify/apify-client-js/pulls/506)) ([01f9fe1](https://github.com/apify/apify-client-js/commit/01f9fe18cd5572bfa9716019c704d331ef170634)) by [@B4nan](https://github.com/B4nan) -- Update axios to v1.6 ([#505](https://github.com/apify/apify-client-js/pulls/505), closes [#501](https://github.com/apify/apify-client-js/issues/501)) ([6567e0c](https://github.com/apify/apify-client-js/commit/6567e0c1ff510628ddec906b064c20e5a4e8c258)) by [@B4nan](https://github.com/B4nan) +- Publish browser bundle ([#506](https://github.com/apify/apify-client-js/pull/506)) ([01f9fe1](https://github.com/apify/apify-client-js/commit/01f9fe18cd5572bfa9716019c704d331ef170634)) by [@B4nan](https://github.com/B4nan) +- Update axios to v1.6 ([#505](https://github.com/apify/apify-client-js/pull/505), closes [#501](https://github.com/apify/apify-client-js/issues/501)) ([6567e0c](https://github.com/apify/apify-client-js/commit/6567e0c1ff510628ddec906b064c20e5a4e8c258)) by [@B4nan](https://github.com/B4nan) ## [2.8.6](https://github.com/apify/apify-client-js/releases/tags/v2.8.6) (2024-02-02) ### 🚀 Features -- *(request-queue)* Limit payload size for batchAddRequests() ([#489](https://github.com/apify/apify-client-js/pulls/489), closes [#446](https://github.com/apify/apify-client-js/issues/446)) ([164c9c7](https://github.com/apify/apify-client-js/commit/164c9c71ab6a0232f58ff76360c2b0d73fc38775)) by [@drobnikj](https://github.com/drobnikj) +- *(request-queue)* Limit payload size for batchAddRequests() ([#489](https://github.com/apify/apify-client-js/pull/489), closes [#446](https://github.com/apify/apify-client-js/issues/446)) ([164c9c7](https://github.com/apify/apify-client-js/commit/164c9c71ab6a0232f58ff76360c2b0d73fc38775)) by [@drobnikj](https://github.com/drobnikj) ### 🐛 Bug Fixes -- Replace ReadableStream with Readable ([#463](https://github.com/apify/apify-client-js/pulls/463), closes [#240](https://github.com/apify/apify-client-js/issues/240)) ([6f6deb7](https://github.com/apify/apify-client-js/commit/6f6deb70025eeeb439a8361c80bcb7485696b0d1)) by [@foxt451](https://github.com/foxt451) -- Add missing properties to `ActorCollectionCreateOptions` type ([#486](https://github.com/apify/apify-client-js/pulls/486)) ([623b516](https://github.com/apify/apify-client-js/commit/623b51677a6e748446f552db39d91093be40032c)) by [@jirimoravcik](https://github.com/jirimoravcik) +- Replace ReadableStream with Readable ([#463](https://github.com/apify/apify-client-js/pull/463), closes [#240](https://github.com/apify/apify-client-js/issues/240)) ([6f6deb7](https://github.com/apify/apify-client-js/commit/6f6deb70025eeeb439a8361c80bcb7485696b0d1)) by [@foxt451](https://github.com/foxt451) +- Add missing properties to `ActorCollectionCreateOptions` type ([#486](https://github.com/apify/apify-client-js/pull/486)) ([623b516](https://github.com/apify/apify-client-js/commit/623b51677a6e748446f552db39d91093be40032c)) by [@jirimoravcik](https://github.com/jirimoravcik) ## [2.8.4](https://github.com/apify/apify-client-js/releases/tags/v2.8.4) (2023-11-20) ### 🐛 Bug Fixes -- *(schedule)* Expose other fields when id optional ([#451](https://github.com/apify/apify-client-js/pulls/451)) ([abe9d51](https://github.com/apify/apify-client-js/commit/abe9d518160da98ce43216a1cdec1b2289799e9c)) by [@omikader](https://github.com/omikader) +- *(schedule)* Expose other fields when id optional ([#451](https://github.com/apify/apify-client-js/pull/451)) ([abe9d51](https://github.com/apify/apify-client-js/commit/abe9d518160da98ce43216a1cdec1b2289799e9c)) by [@omikader](https://github.com/omikader) ## [2.8.2](https://github.com/apify/apify-client-js/releases/tags/v2.8.2) (2023-10-30) ### 🚀 Features -- Add how to install javascript Apify client ([#440](https://github.com/apify/apify-client-js/pulls/440)) ([b79e463](https://github.com/apify/apify-client-js/commit/b79e463a906f09d7544ead998f5ac5ced1f6c9b0)) by [@webrdaniel](https://github.com/webrdaniel) +- Add how to install javascript Apify client ([#440](https://github.com/apify/apify-client-js/pull/440)) ([b79e463](https://github.com/apify/apify-client-js/commit/b79e463a906f09d7544ead998f5ac5ced1f6c9b0)) by [@webrdaniel](https://github.com/webrdaniel) ### 🐛 Bug Fixes -- *(types)* `ScheduleCreateOrUpdateData` should have `id` as optional ([#276](https://github.com/apify/apify-client-js/pulls/276)) ([e59ff10](https://github.com/apify/apify-client-js/commit/e59ff10ad4569811d4554c3d73bf6800ecef5cef)) by [@magne4000](https://github.com/magne4000) +- *(types)* `ScheduleCreateOrUpdateData` should have `id` as optional ([#276](https://github.com/apify/apify-client-js/pull/276)) ([e59ff10](https://github.com/apify/apify-client-js/commit/e59ff10ad4569811d4554c3d73bf6800ecef5cef)) by [@magne4000](https://github.com/magne4000) ## [2.8.1](https://github.com/apify/apify-client-js/releases/tags/v2.8.1) (2023-10-11) ### 🚀 Features -- Add new webhook fields ([#426](https://github.com/apify/apify-client-js/pulls/426)) ([44ced4d](https://github.com/apify/apify-client-js/commit/44ced4d6d12cc71308e669377e6fa488978854f1)) by [@m-murasovs](https://github.com/m-murasovs) -- Add delete to runs and builds ([#428](https://github.com/apify/apify-client-js/pulls/428)) ([a399663](https://github.com/apify/apify-client-js/commit/a3996638f1f342805df19f721f9f284d29b669c1)) by [@Jkuzz](https://github.com/Jkuzz) +- Add new webhook fields ([#426](https://github.com/apify/apify-client-js/pull/426)) ([44ced4d](https://github.com/apify/apify-client-js/commit/44ced4d6d12cc71308e669377e6fa488978854f1)) by [@m-murasovs](https://github.com/m-murasovs) +- Add delete to runs and builds ([#428](https://github.com/apify/apify-client-js/pull/428)) ([a399663](https://github.com/apify/apify-client-js/commit/a3996638f1f342805df19f721f9f284d29b669c1)) by [@Jkuzz](https://github.com/Jkuzz) ### 🐛 Bug Fixes -- Don't parse non-date strings ([#412](https://github.com/apify/apify-client-js/pulls/412), closes [#406](https://github.com/apify/apify-client-js/issues/406)) ([97cf657](https://github.com/apify/apify-client-js/commit/97cf6576b01dcb1892cf84c48c5bb98ed7451b2c)) by [@barjin](https://github.com/barjin) +- Don't parse non-date strings ([#412](https://github.com/apify/apify-client-js/pull/412), closes [#406](https://github.com/apify/apify-client-js/issues/406)) ([97cf657](https://github.com/apify/apify-client-js/commit/97cf6576b01dcb1892cf84c48c5bb98ed7451b2c)) by [@barjin](https://github.com/barjin) ## [2.8.0](https://github.com/apify/apify-client-js/releases/tags/v2.8.0) (2023-09-08) ### 🚀 Features -- Add Actor reboot method ([#408](https://github.com/apify/apify-client-js/pulls/408)) ([be21c82](https://github.com/apify/apify-client-js/commit/be21c82ce9c852fc594a250d8bf9b7aaae0d61a7)) by [@jirimoravcik](https://github.com/jirimoravcik) +- Add Actor reboot method ([#408](https://github.com/apify/apify-client-js/pull/408)) ([be21c82](https://github.com/apify/apify-client-js/commit/be21c82ce9c852fc594a250d8bf9b7aaae0d61a7)) by [@jirimoravcik](https://github.com/jirimoravcik) ### 🐛 Bug Fixes @@ -152,36 +152,36 @@ All notable changes to this project will be documented in this file. ### 🚀 Features -- Rename APIFY_ACTOR_MAX_ITEMS to ACTOR_MAX_PAID_DATASET_ITEMS ([#353](https://github.com/apify/apify-client-js/pulls/353)) ([36d6c20](https://github.com/apify/apify-client-js/commit/36d6c208cb9edac4f8b1f0f61ee9cf42b8aa9e6e)) by [@novotnyj](https://github.com/novotnyj) -- *(runs, builds)* Add usage usd into actor run and build types ([#355](https://github.com/apify/apify-client-js/pulls/355)) ([a6be0b8](https://github.com/apify/apify-client-js/commit/a6be0b89fbccc7592590cc4685e483d5a976a301)) by [@drobnikj](https://github.com/drobnikj) -- Add shouldInterpolateStrings field to webhook type ([#358](https://github.com/apify/apify-client-js/pulls/358)) ([ad1f204](https://github.com/apify/apify-client-js/commit/ad1f2049f8f038681da6457d1e85bd56c29db99b)) by [@valekjo](https://github.com/valekjo) -- Use Actor/Apify env vars instead of `ENV_VARS` ([#373](https://github.com/apify/apify-client-js/pulls/373)) ([b2743f5](https://github.com/apify/apify-client-js/commit/b2743f5b475631a2ba0171f8e94e82a3ac73da8e)) by [@jirimoravcik](https://github.com/jirimoravcik) -- Added StoreCollectionClient class useful for listing Actors in Apify Store ([#395](https://github.com/apify/apify-client-js/pulls/395)) ([5ffd98b](https://github.com/apify/apify-client-js/commit/5ffd98b48eccffbf9dd1ef94a1bcf6d49ebefc02)) by [@drobnikj](https://github.com/drobnikj) +- Rename APIFY_ACTOR_MAX_ITEMS to ACTOR_MAX_PAID_DATASET_ITEMS ([#353](https://github.com/apify/apify-client-js/pull/353)) ([36d6c20](https://github.com/apify/apify-client-js/commit/36d6c208cb9edac4f8b1f0f61ee9cf42b8aa9e6e)) by [@novotnyj](https://github.com/novotnyj) +- *(runs, builds)* Add usage usd into actor run and build types ([#355](https://github.com/apify/apify-client-js/pull/355)) ([a6be0b8](https://github.com/apify/apify-client-js/commit/a6be0b89fbccc7592590cc4685e483d5a976a301)) by [@drobnikj](https://github.com/drobnikj) +- Add shouldInterpolateStrings field to webhook type ([#358](https://github.com/apify/apify-client-js/pull/358)) ([ad1f204](https://github.com/apify/apify-client-js/commit/ad1f2049f8f038681da6457d1e85bd56c29db99b)) by [@valekjo](https://github.com/valekjo) +- Use Actor/Apify env vars instead of `ENV_VARS` ([#373](https://github.com/apify/apify-client-js/pull/373)) ([b2743f5](https://github.com/apify/apify-client-js/commit/b2743f5b475631a2ba0171f8e94e82a3ac73da8e)) by [@jirimoravcik](https://github.com/jirimoravcik) +- Added StoreCollectionClient class useful for listing Actors in Apify Store ([#395](https://github.com/apify/apify-client-js/pull/395)) ([5ffd98b](https://github.com/apify/apify-client-js/commit/5ffd98b48eccffbf9dd1ef94a1bcf6d49ebefc02)) by [@drobnikj](https://github.com/drobnikj) ### 🐛 Bug Fixes -- *(docs)* Fix docs for resource clients to hide constructor ([#397](https://github.com/apify/apify-client-js/pulls/397)) ([bffb2a2](https://github.com/apify/apify-client-js/commit/bffb2a2a7b5fee01add8ddc26d0372739c453d3a)) by [@drobnikj](https://github.com/drobnikj) +- *(docs)* Fix docs for resource clients to hide constructor ([#397](https://github.com/apify/apify-client-js/pull/397)) ([bffb2a2](https://github.com/apify/apify-client-js/commit/bffb2a2a7b5fee01add8ddc26d0372739c453d3a)) by [@drobnikj](https://github.com/drobnikj) ## [2.7.1](https://github.com/apify/apify-client-js/releases/tags/v2.7.1) (2023-04-06) ### 🐛 Bug Fixes -- Add `types` to package `exports` ([#349](https://github.com/apify/apify-client-js/pulls/349)) ([930ea84](https://github.com/apify/apify-client-js/commit/930ea84c4754b8f05dd199c792cf2b9f26b5a077)) by [@B4nan](https://github.com/B4nan) +- Add `types` to package `exports` ([#349](https://github.com/apify/apify-client-js/pull/349)) ([930ea84](https://github.com/apify/apify-client-js/commit/930ea84c4754b8f05dd199c792cf2b9f26b5a077)) by [@B4nan](https://github.com/B4nan) ## [2.7.0](https://github.com/apify/apify-client-js/releases/tags/v2.7.0) (2023-03-14) ### 🚀 Features -- Add support for `maxItems` in run options ([#330](https://github.com/apify/apify-client-js/pulls/330)) ([9442187](https://github.com/apify/apify-client-js/commit/94421873ea1b8425e5c3178829bc0490ed4e7685)) by [@novotnyj](https://github.com/novotnyj) -- *(repo)* Repository links ([#335](https://github.com/apify/apify-client-js/pulls/335)) ([8c30566](https://github.com/apify/apify-client-js/commit/8c30566c97170b04b41f80b04d383218449e5a42)) by [@drobnikj](https://github.com/drobnikj) -- *(requestQueue)* Request queue v2 features release ([#334](https://github.com/apify/apify-client-js/pulls/334)) ([bde2ac7](https://github.com/apify/apify-client-js/commit/bde2ac71433437eaf1c48c03ba2d0bf25d64af21)) by [@drobnikj](https://github.com/drobnikj) -- Add "standard" handing for setStatusMessage ([#333](https://github.com/apify/apify-client-js/pulls/333)) ([4dab74a](https://github.com/apify/apify-client-js/commit/4dab74a60eb701d74832dd6f91201bf33df2cdfb)) by [@barjin](https://github.com/barjin) +- Add support for `maxItems` in run options ([#330](https://github.com/apify/apify-client-js/pull/330)) ([9442187](https://github.com/apify/apify-client-js/commit/94421873ea1b8425e5c3178829bc0490ed4e7685)) by [@novotnyj](https://github.com/novotnyj) +- *(repo)* Repository links ([#335](https://github.com/apify/apify-client-js/pull/335)) ([8c30566](https://github.com/apify/apify-client-js/commit/8c30566c97170b04b41f80b04d383218449e5a42)) by [@drobnikj](https://github.com/drobnikj) +- *(requestQueue)* Request queue v2 features release ([#334](https://github.com/apify/apify-client-js/pull/334)) ([bde2ac7](https://github.com/apify/apify-client-js/commit/bde2ac71433437eaf1c48c03ba2d0bf25d64af21)) by [@drobnikj](https://github.com/drobnikj) +- Add "standard" handing for setStatusMessage ([#333](https://github.com/apify/apify-client-js/pull/333)) ([4dab74a](https://github.com/apify/apify-client-js/commit/4dab74a60eb701d74832dd6f91201bf33df2cdfb)) by [@barjin](https://github.com/barjin) ### 🐛 Bug Fixes -- Fix isAtHome value in User-Agent header ([#286](https://github.com/apify/apify-client-js/pulls/286)) ([5232c1b](https://github.com/apify/apify-client-js/commit/5232c1b4b62cdb31b7509b6309d802f5d92eabbc)) by [@mvolfik](https://github.com/mvolfik) -- *(actor)* Fix types for actor run ([#331](https://github.com/apify/apify-client-js/pulls/331)) ([8440f2f](https://github.com/apify/apify-client-js/commit/8440f2fa639917079b66ea97021d218d04970399)) by [@drobnikj](https://github.com/drobnikj) -- Improve reading of the version when using bundlers ([#332](https://github.com/apify/apify-client-js/pulls/332), closes [#235](https://github.com/apify/apify-client-js/issues/235)) ([4ac1ba4](https://github.com/apify/apify-client-js/commit/4ac1ba4cd67eb98319428cc6d4587200adf214df)) by [@vladfrangu](https://github.com/vladfrangu) +- Fix isAtHome value in User-Agent header ([#286](https://github.com/apify/apify-client-js/pull/286)) ([5232c1b](https://github.com/apify/apify-client-js/commit/5232c1b4b62cdb31b7509b6309d802f5d92eabbc)) by [@mvolfik](https://github.com/mvolfik) +- *(actor)* Fix types for actor run ([#331](https://github.com/apify/apify-client-js/pull/331)) ([8440f2f](https://github.com/apify/apify-client-js/commit/8440f2fa639917079b66ea97021d218d04970399)) by [@drobnikj](https://github.com/drobnikj) +- Improve reading of the version when using bundlers ([#332](https://github.com/apify/apify-client-js/pull/332), closes [#235](https://github.com/apify/apify-client-js/issues/235)) ([4ac1ba4](https://github.com/apify/apify-client-js/commit/4ac1ba4cd67eb98319428cc6d4587200adf214df)) by [@vladfrangu](https://github.com/vladfrangu) ## [2.6.3](https://github.com/apify/apify-client-js/releases/tags/v2.6.3) (2023-02-14) @@ -189,35 +189,35 @@ All notable changes to this project will be documented in this file. - Updating pull request toolkit config [INTERNAL] ([3fc9f85](https://github.com/apify/apify-client-js/commit/3fc9f85881c68e0dbc91a3294b17527c3e160527)) by [@mtrunkat](https://github.com/mtrunkat) - Updating pull request toolkit config [INTERNAL] ([80008ea](https://github.com/apify/apify-client-js/commit/80008ea77bb16211cc177cae377c8e220cff3ed1)) by [@mtrunkat](https://github.com/mtrunkat) -- IsStatusMessageTerminal in RunUpdate interface ([#306](https://github.com/apify/apify-client-js/pulls/306)) ([e60d9a6](https://github.com/apify/apify-client-js/commit/e60d9a691578240b42f4e114800ffb83f636f1c9)) by [@barjin](https://github.com/barjin) +- IsStatusMessageTerminal in RunUpdate interface ([#306](https://github.com/apify/apify-client-js/pull/306)) ([e60d9a6](https://github.com/apify/apify-client-js/commit/e60d9a691578240b42f4e114800ffb83f636f1c9)) by [@barjin](https://github.com/barjin) ## [2.6.2](https://github.com/apify/apify-client-js/releases/tags/v2.6.2) (2023-01-04) ### 🚀 Features -- Re-export useful types and classes ([#285](https://github.com/apify/apify-client-js/pulls/285), closes [#279](https://github.com/apify/apify-client-js/issues/279)) ([868c420](https://github.com/apify/apify-client-js/commit/868c420791e0374413ac8b7848466702753ac6e8)) by [@vladfrangu](https://github.com/vladfrangu) +- Re-export useful types and classes ([#285](https://github.com/apify/apify-client-js/pull/285), closes [#279](https://github.com/apify/apify-client-js/issues/279)) ([868c420](https://github.com/apify/apify-client-js/commit/868c420791e0374413ac8b7848466702753ac6e8)) by [@vladfrangu](https://github.com/vladfrangu) ### 🐛 Bug Fixes -- `Actor.call` and `Task.call` accept `waitSecs` not `waitForFinish` ([#283](https://github.com/apify/apify-client-js/pulls/283), closes [#282](https://github.com/apify/apify-client-js/issues/282)) ([1ce8ed5](https://github.com/apify/apify-client-js/commit/1ce8ed5bf0899826c58f248896623f93a18a2a44)) by [@vladfrangu](https://github.com/vladfrangu) -- *(types)* Correct extends clause for Dataset entries ([#284](https://github.com/apify/apify-client-js/pulls/284), closes [#267](https://github.com/apify/apify-client-js/issues/267)) ([cb07c3a](https://github.com/apify/apify-client-js/commit/cb07c3a2e9c754045621c5a4dc3103a6708af680)) by [@vladfrangu](https://github.com/vladfrangu) -- Correct docs links for actor env vars, some refactoring ([#287](https://github.com/apify/apify-client-js/pulls/287)) ([669d7ac](https://github.com/apify/apify-client-js/commit/669d7ac62537e5b54fa2d1fff3ea475a3ecf6415)) by [@jirimoravcik](https://github.com/jirimoravcik) -- Make ActorUpdateOptions type have optional fields ([#288](https://github.com/apify/apify-client-js/pulls/288)) ([46a0e4f](https://github.com/apify/apify-client-js/commit/46a0e4ff59f3b42dc7fee047783ab040e31819f7)) by [@metalwarrior665](https://github.com/metalwarrior665) -- Correctly set default client headers ([#290](https://github.com/apify/apify-client-js/pulls/290)) ([08eeae1](https://github.com/apify/apify-client-js/commit/08eeae1f6e04aefb67c01cee9e118bca4941c664)) by [@valekjo](https://github.com/valekjo) +- `Actor.call` and `Task.call` accept `waitSecs` not `waitForFinish` ([#283](https://github.com/apify/apify-client-js/pull/283), closes [#282](https://github.com/apify/apify-client-js/issues/282)) ([1ce8ed5](https://github.com/apify/apify-client-js/commit/1ce8ed5bf0899826c58f248896623f93a18a2a44)) by [@vladfrangu](https://github.com/vladfrangu) +- *(types)* Correct extends clause for Dataset entries ([#284](https://github.com/apify/apify-client-js/pull/284), closes [#267](https://github.com/apify/apify-client-js/issues/267)) ([cb07c3a](https://github.com/apify/apify-client-js/commit/cb07c3a2e9c754045621c5a4dc3103a6708af680)) by [@vladfrangu](https://github.com/vladfrangu) +- Correct docs links for actor env vars, some refactoring ([#287](https://github.com/apify/apify-client-js/pull/287)) ([669d7ac](https://github.com/apify/apify-client-js/commit/669d7ac62537e5b54fa2d1fff3ea475a3ecf6415)) by [@jirimoravcik](https://github.com/jirimoravcik) +- Make ActorUpdateOptions type have optional fields ([#288](https://github.com/apify/apify-client-js/pull/288)) ([46a0e4f](https://github.com/apify/apify-client-js/commit/46a0e4ff59f3b42dc7fee047783ab040e31819f7)) by [@metalwarrior665](https://github.com/metalwarrior665) +- Correctly set default client headers ([#290](https://github.com/apify/apify-client-js/pull/290)) ([08eeae1](https://github.com/apify/apify-client-js/commit/08eeae1f6e04aefb67c01cee9e118bca4941c664)) by [@valekjo](https://github.com/valekjo) ## [2.6.1](https://github.com/apify/apify-client-js/releases/tags/v2.6.1) (2022-10-13) ### 🚀 Features -- Drop single file support ([#257](https://github.com/apify/apify-client-js/pulls/257)) ([2b8b3af](https://github.com/apify/apify-client-js/commit/2b8b3afa56c854dd53272d92b0e33010aecba37f)) by [@valekjo](https://github.com/valekjo) -- Update actor types ([#263](https://github.com/apify/apify-client-js/pulls/263)) ([cb57822](https://github.com/apify/apify-client-js/commit/cb578225636d54383d2ffbc89f4a8adceb25aa1a)) by [@HonzaTuron](https://github.com/HonzaTuron) -- Add flatten param to Dataset items listing ([#264](https://github.com/apify/apify-client-js/pulls/264)) ([0c40ea7](https://github.com/apify/apify-client-js/commit/0c40ea7914586ce87f14ca00fc585900c25deb11)) by [@Strajk](https://github.com/Strajk) -- Add optional title field to task, schedule, key-value store, dataset, and request queue ([#271](https://github.com/apify/apify-client-js/pulls/271)) ([46d625b](https://github.com/apify/apify-client-js/commit/46d625b4bd59ff82ad553643aca93a826c7aa6ee)) by [@valekjo](https://github.com/valekjo) +- Drop single file support ([#257](https://github.com/apify/apify-client-js/pull/257)) ([2b8b3af](https://github.com/apify/apify-client-js/commit/2b8b3afa56c854dd53272d92b0e33010aecba37f)) by [@valekjo](https://github.com/valekjo) +- Update actor types ([#263](https://github.com/apify/apify-client-js/pull/263)) ([cb57822](https://github.com/apify/apify-client-js/commit/cb578225636d54383d2ffbc89f4a8adceb25aa1a)) by [@HonzaTuron](https://github.com/HonzaTuron) +- Add flatten param to Dataset items listing ([#264](https://github.com/apify/apify-client-js/pull/264)) ([0c40ea7](https://github.com/apify/apify-client-js/commit/0c40ea7914586ce87f14ca00fc585900c25deb11)) by [@Strajk](https://github.com/Strajk) +- Add optional title field to task, schedule, key-value store, dataset, and request queue ([#271](https://github.com/apify/apify-client-js/pull/271)) ([46d625b](https://github.com/apify/apify-client-js/commit/46d625b4bd59ff82ad553643aca93a826c7aa6ee)) by [@valekjo](https://github.com/valekjo) ### 🐛 Bug Fixes - Add tslib dependency ([35d633f](https://github.com/apify/apify-client-js/commit/35d633fa17b8d5ca3dc236a09c49823c3a8e3ee0)) by [@B4nan](https://github.com/B4nan) -- Add `defaultRequestQueueId` property to `ActorRun` type ([#268](https://github.com/apify/apify-client-js/pulls/268)) ([2a78dde](https://github.com/apify/apify-client-js/commit/2a78dde3a112eceaeaf431f63670af916c937282)) by [@fnesveda](https://github.com/fnesveda) +- Add `defaultRequestQueueId` property to `ActorRun` type ([#268](https://github.com/apify/apify-client-js/pull/268)) ([2a78dde](https://github.com/apify/apify-client-js/commit/2a78dde3a112eceaeaf431f63670af916c937282)) by [@fnesveda](https://github.com/fnesveda) 2.6.0 / 2022/07/18 ================== @@ -559,4 +559,4 @@ const ApifyClient = require('apify-client'); 0.1.65 / 2018-01-31 =================== - Datasets group addded - \ No newline at end of file + diff --git a/website/package-lock.json b/website/package-lock.json index 8cd34712..f550135f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -6,10 +6,10 @@ "": { "dependencies": { "@apify/docs-theme": "^1.0.131", - "@apify/docusaurus-plugin-typedoc-api": "^4.2.6", - "@docusaurus/core": "^3.5.2", - "@docusaurus/plugin-client-redirects": "^3.5.2", - "@docusaurus/preset-classic": "^3.5.2", + "@apify/docusaurus-plugin-typedoc-api": "^4.3.12", + "@docusaurus/core": "^3.7.0", + "@docusaurus/plugin-client-redirects": "^3.7.0", + "@docusaurus/preset-classic": "^3.7.0", "clsx": "^2.0.0", "docusaurus-gtm-plugin": "^0.0.2", "prop-types": "^15.8.1", @@ -128,15 +128,15 @@ } }, "node_modules/@algolia/client-abtesting": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.17.1.tgz", - "integrity": "sha512-Os/xkQbDp5A5RdGYq1yS3fF69GoBJH5FIfrkVh+fXxCSe714i1Xdl9XoXhS4xG76DGKm6EFMlUqP024qjps8cg==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.20.0.tgz", + "integrity": "sha512-YaEoNc1Xf2Yk6oCfXXkZ4+dIPLulCx8Ivqj0OsdkHWnsI3aOJChY5qsfyHhDBNSOhqn2ilgHWxSfyZrjxBcAww==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -208,24 +208,24 @@ } }, "node_modules/@algolia/client-common": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.17.1.tgz", - "integrity": "sha512-5rb5+yPIie6912riAypTSyzbE23a7UM1UpESvD8GEPI4CcWQvA9DBlkRNx9qbq/nJ5pvv8VjZjUxJj7rFkzEAA==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.20.0.tgz", + "integrity": "sha512-iSTFT3IU8KNpbAHcBUJw2HUrPnMXeXLyGajmCL7gIzWOsYM4GabZDHXOFx93WGiXMti1dymz8k8R+bfHv1YZmA==", "license": "MIT", "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-insights": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.17.1.tgz", - "integrity": "sha512-nb/tfwBMn209TzFv1DDTprBKt/wl5btHVKoAww9fdEVdoKK02R2KAqxe5tuXLdEzAsS+LevRyOM/YjXuLmPtjQ==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.20.0.tgz", + "integrity": "sha512-w9RIojD45z1csvW1vZmAko82fqE/Dm+Ovsy2ElTsjFDB0HMAiLh2FO86hMHbEXDPz6GhHKgGNmBRiRP8dDPgJg==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -253,30 +253,30 @@ } }, "node_modules/@algolia/client-query-suggestions": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.17.1.tgz", - "integrity": "sha512-RBIFIv1QE3IlAikJKWTOpd6pwE4d2dY6t02iXH7r/SLXWn0HzJtsAPPeFg/OKkFvWAXt0H7In2/Mp7a1/Dy2pw==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.20.0.tgz", + "integrity": "sha512-m4aAuis5vZi7P4gTfiEs6YPrk/9hNTESj3gEmGFgfJw3hO2ubdS4jSId1URd6dGdt0ax2QuapXufcrN58hPUcw==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-search": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.17.1.tgz", - "integrity": "sha512-bd5JBUOP71kPsxwDcvOxqtqXXVo/706NFifZ/O5Rx5GB8ZNVAhg4l7aGoT6jBvEfgmrp2fqPbkdIZ6JnuOpGcw==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.20.0.tgz", + "integrity": "sha512-KL1zWTzrlN4MSiaK1ea560iCA/UewMbS4ZsLQRPoDTWyrbDKVbztkPwwv764LAqgXk0fvkNZvJ3IelcK7DqhjQ==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -289,15 +289,15 @@ "license": "MIT" }, "node_modules/@algolia/ingestion": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.17.1.tgz", - "integrity": "sha512-T18tvePi1rjRYcIKhd82oRukrPWHxG/Iy1qFGaxCplgRm9Im5z96qnYOq75MSKGOUHkFxaBKJOLmtn8xDR+Mcw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.20.0.tgz", + "integrity": "sha512-shj2lTdzl9un4XJblrgqg54DoK6JeKFO8K8qInMu4XhE2JuB8De6PUuXAQwiRigZupbI0xq8aM0LKdc9+qiLQA==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -319,15 +319,15 @@ } }, "node_modules/@algolia/monitoring": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.17.1.tgz", - "integrity": "sha512-gDtow+AUywTehRP8S1tWKx2IvhcJOxldAoqBxzN3asuQobF7er5n72auBeL++HY4ImEuzMi7PDOA/Iuwxs2IcA==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.20.0.tgz", + "integrity": "sha512-aF9blPwOhKtWvkjyyXh9P5peqmhCA1XxLBRgItT+K6pbT0q4hBDQrCid+pQZJYy4HFUKjB/NDDwyzFhj/rwKhw==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -392,12 +392,12 @@ } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.17.1.tgz", - "integrity": "sha512-XpKgBfyczVesKgr7DOShNyPPu5kqlboimRRPjdqAw5grSyHhCmb8yoTIKy0TCqBABZeXRPMYT13SMruUVRXvHA==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.20.0.tgz", + "integrity": "sha512-t6//lXsq8E85JMenHrI6mhViipUT5riNhEfCcvtRsTV+KIBpC6Od18eK864dmBhoc5MubM0f+sGpKOqJIlBSCg==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1" + "@algolia/client-common": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -410,24 +410,24 @@ "license": "MIT" }, "node_modules/@algolia/requester-fetch": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.17.1.tgz", - "integrity": "sha512-EhUomH+DZP5vb6DnEjT0GvXaXBSwzZnuU6hPGNU1EYKRXDouRjII/bIWpVjt7ycMgL2D2oQruqDh6rAWUhQwRw==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.20.0.tgz", + "integrity": "sha512-FHxYGqRY+6bgjKsK4aUsTAg6xMs2S21elPe4Y50GB0Y041ihvw41Vlwy2QS6K9ldoftX4JvXodbKTcmuQxywdQ==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1" + "@algolia/client-common": "5.20.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.17.1.tgz", - "integrity": "sha512-PSnENJtl4/wBWXlGyOODbLYm6lSiFqrtww7UpQRCJdsHXlJKF8XAP6AME8NxvbE0Qo/RJUxK0mvyEh9sQcx6bg==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.20.0.tgz", + "integrity": "sha512-kmtQClq/w3vtPteDSPvaW9SPZL/xrIgMrxZyAgsFwrJk0vJxqyC5/hwHmrCraDnStnGSADnLpBf4SpZnwnkwWw==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1" + "@algolia/client-common": "5.20.0" }, "engines": { "node": ">= 14.0.0" @@ -683,189 +683,6 @@ "node": ">= 14.0.0" } }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/logger": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.7.0.tgz", - "integrity": "sha512-z7g62X7bYxCYmeNNuO9jmzxLQG95q9QxINCwpboVcNff3SJiHJbGrarxxOVMVmAh1MsrSfxWkVGv4P41ktnFsA==", - "license": "MIT", - "dependencies": { - "chalk": "^4.1.2", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/mdx-loader": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.7.0.tgz", - "integrity": "sha512-OFBG6oMjZzc78/U3WNPSHs2W9ZJ723ewAcvVJaqS0VgyeUfmzUV8f1sv+iUHA0DtwiR5T5FjOxj6nzEE8LY6VA==", - "license": "MIT", - "dependencies": { - "@docusaurus/logger": "3.7.0", - "@docusaurus/utils": "3.7.0", - "@docusaurus/utils-validation": "3.7.0", - "@mdx-js/mdx": "^3.0.0", - "@slorber/remark-comment": "^1.0.0", - "escape-html": "^1.0.3", - "estree-util-value-to-estree": "^3.0.1", - "file-loader": "^6.2.0", - "fs-extra": "^11.1.1", - "image-size": "^1.0.2", - "mdast-util-mdx": "^3.0.0", - "mdast-util-to-string": "^4.0.0", - "rehype-raw": "^7.0.0", - "remark-directive": "^3.0.0", - "remark-emoji": "^4.0.0", - "remark-frontmatter": "^5.0.0", - "remark-gfm": "^4.0.0", - "stringify-object": "^3.3.0", - "tslib": "^2.6.0", - "unified": "^11.0.3", - "unist-util-visit": "^5.0.0", - "url-loader": "^4.1.1", - "vfile": "^6.0.1", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/module-type-aliases": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.7.0.tgz", - "integrity": "sha512-g7WdPqDNaqA60CmBrr0cORTrsOit77hbsTj7xE2l71YhBn79sxdm7WMK7wfhcaafkbpIh7jv5ef5TOpf1Xv9Lg==", - "license": "MIT", - "dependencies": { - "@docusaurus/types": "3.7.0", - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router-config": "*", - "@types/react-router-dom": "*", - "react-helmet-async": "npm:@slorber/react-helmet-async@*", - "react-loadable": "npm:@docusaurus/react-loadable@6.0.0" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/theme-common": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.7.0.tgz", - "integrity": "sha512-8eJ5X0y+gWDsURZnBfH0WabdNm8XMCXHv8ENy/3Z/oQKwaB/EHt5lP9VsTDTf36lKEp0V6DjzjFyFIB+CetL0A==", - "license": "MIT", - "dependencies": { - "@docusaurus/mdx-loader": "3.7.0", - "@docusaurus/module-type-aliases": "3.7.0", - "@docusaurus/utils": "3.7.0", - "@docusaurus/utils-common": "3.7.0", - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router-config": "*", - "clsx": "^2.0.0", - "parse-numeric-range": "^1.3.0", - "prism-react-renderer": "^2.3.0", - "tslib": "^2.6.0", - "utility-types": "^3.10.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "@docusaurus/plugin-content-docs": "*", - "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/types": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.7.0.tgz", - "integrity": "sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==", - "license": "MIT", - "dependencies": { - "@mdx-js/mdx": "^3.0.0", - "@types/history": "^4.7.11", - "@types/react": "*", - "commander": "^5.1.0", - "joi": "^17.9.2", - "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", - "utility-types": "^3.10.0", - "webpack": "^5.95.0", - "webpack-merge": "^5.9.0" - }, - "peerDependencies": { - "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/utils": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.7.0.tgz", - "integrity": "sha512-e7zcB6TPnVzyUaHMJyLSArKa2AG3h9+4CfvKXKKWNx6hRs+p0a+u7HHTJBgo6KW2m+vqDnuIHK4X+bhmoghAFA==", - "license": "MIT", - "dependencies": { - "@docusaurus/logger": "3.7.0", - "@docusaurus/types": "3.7.0", - "@docusaurus/utils-common": "3.7.0", - "escape-string-regexp": "^4.0.0", - "file-loader": "^6.2.0", - "fs-extra": "^11.1.1", - "github-slugger": "^1.5.0", - "globby": "^11.1.0", - "gray-matter": "^4.0.3", - "jiti": "^1.20.0", - "js-yaml": "^4.1.0", - "lodash": "^4.17.21", - "micromatch": "^4.0.5", - "prompts": "^2.4.2", - "resolve-pathname": "^3.0.0", - "shelljs": "^0.8.5", - "tslib": "^2.6.0", - "url-loader": "^4.1.1", - "utility-types": "^3.10.0", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/utils-common": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.7.0.tgz", - "integrity": "sha512-IZeyIfCfXy0Mevj6bWNg7DG7B8G+S6o6JVpddikZtWyxJguiQ7JYr0SIZ0qWd8pGNuMyVwriWmbWqMnK7Y5PwA==", - "license": "MIT", - "dependencies": { - "@docusaurus/types": "3.7.0", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@apify/docs-theme/node_modules/@docusaurus/utils-validation": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.7.0.tgz", - "integrity": "sha512-w8eiKk8mRdN+bNfeZqC4nyFoxNyI1/VExMKAzD9tqpJfLLbsa46Wfn5wcKH761g9WkKh36RtFV49iL9lh1DYBA==", - "license": "MIT", - "dependencies": { - "@docusaurus/logger": "3.7.0", - "@docusaurus/utils": "3.7.0", - "@docusaurus/utils-common": "3.7.0", - "fs-extra": "^11.2.0", - "joi": "^17.9.2", - "js-yaml": "^4.1.0", - "lodash": "^4.17.21", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, "node_modules/@apify/docs-theme/node_modules/algoliasearch": { "version": "5.19.0", "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.19.0.tgz", @@ -890,44 +707,10 @@ "node": ">= 14.0.0" } }, - "node_modules/@apify/docs-theme/node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "license": "MIT", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@apify/docs-theme/node_modules/webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", - "license": "MIT", - "dependencies": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/@apify/docusaurus-plugin-typedoc-api": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.3.2.tgz", - "integrity": "sha512-ofIeLbvf7gqH7j189euIQCEZW2agaSpI9rkSaEuS3MTt6S1k1/IRvYnoZk3sCR74FmbWL/kJlR2cU1+B2C80/g==", + "version": "4.3.12", + "resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.3.12.tgz", + "integrity": "sha512-76KquQjw6F5i/Zybk32HcK5xwSaek6JlCqAV313eNUqqIhQ9q/4BGX+xpJjNSz1yGjy+FdSy3dmHJdqUJQAQYg==", "license": "MIT", "dependencies": { "@docusaurus/plugin-content-docs": "^3.5.2", @@ -2684,9 +2467,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz", - "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==", + "version": "7.26.7", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.7.tgz", + "integrity": "sha512-55gRV8vGrCIYZnaQHQrD92Lo/hYE3Sj5tmbuf0hhHR7sj2CWhEhHU89hbq+UVDXvFG1zUVXJhUkEq1eAfqXtFw==", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2", @@ -3862,21 +3645,21 @@ } }, "node_modules/@docsearch/css": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.0.tgz", - "integrity": "sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.3.tgz", + "integrity": "sha512-1nELpMV40JDLJ6rpVVFX48R1jsBFIQ6RnEQDsLFGmzOjPWTOMlZqUcXcvRx8VmYV/TqnS1l784Ofz+ZEb+wEOQ==", "license": "MIT" }, "node_modules/@docsearch/react": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.0.tgz", - "integrity": "sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.3.tgz", + "integrity": "sha512-6UNrg88K7lJWmuS6zFPL/xgL+n326qXqZ7Ybyy4E8P/6Rcblk3GE8RXxeol4Pd5pFpKMhOhBhzABKKwHtbJCIg==", "license": "MIT", "dependencies": { - "@algolia/autocomplete-core": "1.17.7", - "@algolia/autocomplete-preset-algolia": "1.17.7", - "@docsearch/css": "3.8.0", - "algoliasearch": "^5.12.0" + "@algolia/autocomplete-core": "1.17.9", + "@algolia/autocomplete-preset-algolia": "1.17.9", + "@docsearch/css": "3.8.3", + "algoliasearch": "^5.14.2" }, "peerDependencies": { "@types/react": ">= 16.8.0 < 19.0.0", @@ -3899,124 +3682,79 @@ } } }, - "node_modules/@docsearch/react/node_modules/@algolia/autocomplete-core": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz", - "integrity": "sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==", - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-plugin-algolia-insights": "1.17.7", - "@algolia/autocomplete-shared": "1.17.7" - } - }, - "node_modules/@docsearch/react/node_modules/@algolia/autocomplete-plugin-algolia-insights": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz", - "integrity": "sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==", - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-shared": "1.17.7" - }, - "peerDependencies": { - "search-insights": ">= 1 < 3" - } - }, - "node_modules/@docsearch/react/node_modules/@algolia/autocomplete-preset-algolia": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz", - "integrity": "sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==", - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-shared": "1.17.7" - }, - "peerDependencies": { - "@algolia/client-search": ">= 4.9.1 < 6", - "algoliasearch": ">= 4.9.1 < 6" - } - }, - "node_modules/@docsearch/react/node_modules/@algolia/autocomplete-shared": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz", - "integrity": "sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==", - "license": "MIT", - "peerDependencies": { - "@algolia/client-search": ">= 4.9.1 < 6", - "algoliasearch": ">= 4.9.1 < 6" - } - }, "node_modules/@docsearch/react/node_modules/@algolia/client-analytics": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.17.1.tgz", - "integrity": "sha512-WKpGC+cUhmdm3wndIlTh8RJXoVabUH+4HrvZHC4hXtvCYojEXYeep8RZstatwSZ7Ocg6Y2u67bLw90NEINuYEw==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.20.0.tgz", + "integrity": "sha512-CIT9ni0+5sYwqehw+t5cesjho3ugKQjPVy/iPiJvtJX4g8Cdb6je6SPt2uX72cf2ISiXCAX9U3cY0nN0efnRDw==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@docsearch/react/node_modules/@algolia/client-personalization": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.17.1.tgz", - "integrity": "sha512-JuNlZe1SdW9KbV0gcgdsiVkFfXt0mmPassdS3cBSGvZGbPB9JsHthD719k5Y6YOY4dGvw1JmC1i9CwCQHAS8hg==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.20.0.tgz", + "integrity": "sha512-p/hftHhrbiHaEcxubYOzqVV4gUqYWLpTwK+nl2xN3eTrSW9SNuFlAvUBFqPXSVBqc6J5XL9dNKn3y8OA1KElSQ==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@docsearch/react/node_modules/@algolia/recommend": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.17.1.tgz", - "integrity": "sha512-2992tTHkRe18qmf5SP57N78kN1D3e5t4PO1rt10sJncWtXBZWiNOK6K/UcvWsFbNSGAogFcIcvIMAl5mNp6RWA==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.20.0.tgz", + "integrity": "sha512-T6B/WPdZR3b89/F9Vvk6QCbt/wrLAtrGoL8z4qPXDFApQ8MuTFWbleN/4rHn6APWO3ps+BUePIEbue2rY5MlRw==", "license": "MIT", "dependencies": { - "@algolia/client-common": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@docsearch/react/node_modules/algoliasearch": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.17.1.tgz", - "integrity": "sha512-3CcbT5yTWJDIcBe9ZHgsPi184SkT1kyZi3GWlQU5EFgvq1V73X2sqHRkPCQMe0RA/uvZbB+1sFeAk73eWygeLg==", - "license": "MIT", - "dependencies": { - "@algolia/client-abtesting": "5.17.1", - "@algolia/client-analytics": "5.17.1", - "@algolia/client-common": "5.17.1", - "@algolia/client-insights": "5.17.1", - "@algolia/client-personalization": "5.17.1", - "@algolia/client-query-suggestions": "5.17.1", - "@algolia/client-search": "5.17.1", - "@algolia/ingestion": "1.17.1", - "@algolia/monitoring": "1.17.1", - "@algolia/recommend": "5.17.1", - "@algolia/requester-browser-xhr": "5.17.1", - "@algolia/requester-fetch": "5.17.1", - "@algolia/requester-node-http": "5.17.1" + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.20.0.tgz", + "integrity": "sha512-groO71Fvi5SWpxjI9Ia+chy0QBwT61mg6yxJV27f5YFf+Mw+STT75K6SHySpP8Co5LsCrtsbCH5dJZSRtkSKaQ==", + "license": "MIT", + "dependencies": { + "@algolia/client-abtesting": "5.20.0", + "@algolia/client-analytics": "5.20.0", + "@algolia/client-common": "5.20.0", + "@algolia/client-insights": "5.20.0", + "@algolia/client-personalization": "5.20.0", + "@algolia/client-query-suggestions": "5.20.0", + "@algolia/client-search": "5.20.0", + "@algolia/ingestion": "1.20.0", + "@algolia/monitoring": "1.20.0", + "@algolia/recommend": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@docusaurus/babel": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.6.3.tgz", - "integrity": "sha512-7dW9Hat9EHYCVicFXYA4hjxBY38+hPuCURL8oRF9fySRm7vzNWuEOghA1TXcykuXZp0HLG2td4RhDxCvGG7tNw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.7.0.tgz", + "integrity": "sha512-0H5uoJLm14S/oKV3Keihxvh8RV+vrid+6Gv+2qhuzbqHanawga8tYnsdpjEyt36ucJjqlby2/Md2ObWjA02UXQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.25.9", @@ -4029,8 +3767,8 @@ "@babel/runtime": "^7.25.9", "@babel/runtime-corejs3": "^7.25.9", "@babel/traverse": "^7.25.9", - "@docusaurus/logger": "3.6.3", - "@docusaurus/utils": "3.6.3", + "@docusaurus/logger": "3.7.0", + "@docusaurus/utils": "3.7.0", "babel-plugin-dynamic-import-node": "^2.3.3", "fs-extra": "^11.1.1", "tslib": "^2.6.0" @@ -4040,17 +3778,17 @@ } }, "node_modules/@docusaurus/bundler": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.6.3.tgz", - "integrity": "sha512-47JLuc8D4wA+6VOvmMd5fUC9rFppBQpQOnxDYiVXffm/DeV/wmm3sbpNd5Y+O+G2+nevLTRnvCm/qyancv0Y3A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.7.0.tgz", + "integrity": "sha512-CUUT9VlSGukrCU5ctZucykvgCISivct+cby28wJwCC/fkQFgAHRp/GKv2tx38ZmXb7nacrKzFTcp++f9txUYGg==", "license": "MIT", "dependencies": { "@babel/core": "^7.25.9", - "@docusaurus/babel": "3.6.3", - "@docusaurus/cssnano-preset": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", + "@docusaurus/babel": "3.7.0", + "@docusaurus/cssnano-preset": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", "babel-loader": "^9.2.1", "clean-css": "^5.3.2", "copy-webpack-plugin": "^11.0.0", @@ -4084,18 +3822,18 @@ } }, "node_modules/@docusaurus/core": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.3.tgz", - "integrity": "sha512-xL7FRY9Jr5DWqB6pEnqgKqcMPJOX5V0pgWXi5lCiih11sUBmcFKM7c3+GyxcVeeWFxyYSDP3grLTWqJoP4P9Vw==", - "license": "MIT", - "dependencies": { - "@docusaurus/babel": "3.6.3", - "@docusaurus/bundler": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/mdx-loader": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.7.0.tgz", + "integrity": "sha512-b0fUmaL+JbzDIQaamzpAFpTviiaU4cX3Qz8cuo14+HGBCwa0evEK0UYCBFY3n4cLzL8Op1BueeroUD2LYAIHbQ==", + "license": "MIT", + "dependencies": { + "@docusaurus/babel": "3.7.0", + "@docusaurus/bundler": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/mdx-loader": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "boxen": "^6.2.1", "chalk": "^4.1.2", "chokidar": "^3.5.3", @@ -4116,13 +3854,12 @@ "p-map": "^4.0.0", "prompts": "^2.4.2", "react-dev-utils": "^12.0.1", - "react-helmet-async": "^1.3.0", + "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", "react-loadable": "npm:@docusaurus/react-loadable@6.0.0", "react-loadable-ssr-addon-v5-slorber": "^1.0.1", "react-router": "^5.3.4", "react-router-config": "^5.1.1", "react-router-dom": "^5.3.4", - "rtl-detect": "^1.0.4", "semver": "^7.5.4", "serve-handler": "^6.1.6", "shelljs": "^0.8.5", @@ -4141,8 +3878,8 @@ }, "peerDependencies": { "@mdx-js/react": "^3.0.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/core/node_modules/semver": { @@ -4158,9 +3895,9 @@ } }, "node_modules/@docusaurus/cssnano-preset": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.3.tgz", - "integrity": "sha512-qP7SXrwZ+23GFJdPN4aIHQrZW+oH/7tzwEuc/RNL0+BdZdmIjYQqUxdXsjE4lFxLNZjj0eUrSNYIS6xwfij+5Q==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.7.0.tgz", + "integrity": "sha512-X9GYgruZBSOozg4w4dzv9uOz8oK/EpPVQXkp0MM6Tsgp/nRIU9hJzJ0Pxg1aRa3xCeEQTOimZHcocQFlLwYajQ==", "license": "MIT", "dependencies": { "cssnano-preset-advanced": "^6.1.2", @@ -4173,9 +3910,9 @@ } }, "node_modules/@docusaurus/logger": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.6.3.tgz", - "integrity": "sha512-xSubJixcNyMV9wMV4q0s47CBz3Rlc5jbcCCuij8pfQP8qn/DIpt0ks8W6hQWzHAedg/J/EwxxUOUrnEoKzJo8g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.7.0.tgz", + "integrity": "sha512-z7g62X7bYxCYmeNNuO9jmzxLQG95q9QxINCwpboVcNff3SJiHJbGrarxxOVMVmAh1MsrSfxWkVGv4P41ktnFsA==", "license": "MIT", "dependencies": { "chalk": "^4.1.2", @@ -4186,14 +3923,14 @@ } }, "node_modules/@docusaurus/mdx-loader": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.6.3.tgz", - "integrity": "sha512-3iJdiDz9540ppBseeI93tWTDtUGVkxzh59nMq4ignylxMuXBLK8dFqVeaEor23v1vx6TrGKZ2FuLaTB+U7C0QQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.7.0.tgz", + "integrity": "sha512-OFBG6oMjZzc78/U3WNPSHs2W9ZJ723ewAcvVJaqS0VgyeUfmzUV8f1sv+iUHA0DtwiR5T5FjOxj6nzEE8LY6VA==", "license": "MIT", "dependencies": { - "@docusaurus/logger": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/logger": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "@mdx-js/mdx": "^3.0.0", "@slorber/remark-comment": "^1.0.0", "escape-html": "^1.0.3", @@ -4220,22 +3957,22 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/module-type-aliases": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.3.tgz", - "integrity": "sha512-MjaXX9PN/k5ugNvfRZdWyKWq4FsrhN4LEXaj0pEmMebJuBNlFeGyKQUa9DRhJHpadNaiMLrbo9m3U7Ig5YlsZg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.7.0.tgz", + "integrity": "sha512-g7WdPqDNaqA60CmBrr0cORTrsOit77hbsTj7xE2l71YhBn79sxdm7WMK7wfhcaafkbpIh7jv5ef5TOpf1Xv9Lg==", "license": "MIT", "dependencies": { - "@docusaurus/types": "3.6.3", + "@docusaurus/types": "3.7.0", "@types/history": "^4.7.11", "@types/react": "*", "@types/react-router-config": "*", "@types/react-router-dom": "*", - "react-helmet-async": "*", + "react-helmet-async": "npm:@slorber/react-helmet-async@*", "react-loadable": "npm:@docusaurus/react-loadable@6.0.0" }, "peerDependencies": { @@ -4244,16 +3981,16 @@ } }, "node_modules/@docusaurus/plugin-client-redirects": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.6.3.tgz", - "integrity": "sha512-fQDCxoJCO1jXNQGQmhgYoX3Yx+Z2xSbrLf3PBET6pHnsRk6gGW/VuCHcfQuZlJzbTxN0giQ5u3XcQQ/LzXftJA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.7.0.tgz", + "integrity": "sha512-6B4XAtE5ZVKOyhPgpgMkb7LwCkN+Hgd4vOnlbwR8nCdTQhLjz8MHbGlwwvZ/cay2SPNRX5KssqKAlcHVZP2m8g==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "eta": "^2.2.0", "fs-extra": "^11.1.1", "lodash": "^4.17.21", @@ -4263,24 +4000,24 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-content-blog": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.3.tgz", - "integrity": "sha512-k0ogWwwJU3pFRFfvW1kRVHxzf2DutLGaaLjAnHVEU6ju+aRP0Z5ap/13DHyPOfHeE4WKpn/M0TqjdwZAcY3kAw==", - "license": "MIT", - "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/mdx-loader": "3.6.3", - "@docusaurus/theme-common": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.7.0.tgz", + "integrity": "sha512-EFLgEz6tGHYWdPU0rK8tSscZwx+AsyuBW/r+tNig2kbccHYGUJmZtYN38GjAa3Fda4NU+6wqUO5kTXQSRBQD3g==", + "license": "MIT", + "dependencies": { + "@docusaurus/core": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/mdx-loader": "3.7.0", + "@docusaurus/theme-common": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "cheerio": "1.0.0-rc.12", "feed": "^4.2.2", "fs-extra": "^11.1.1", @@ -4297,25 +4034,25 @@ }, "peerDependencies": { "@docusaurus/plugin-content-docs": "*", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-content-docs": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.6.3.tgz", - "integrity": "sha512-r2wS8y/fsaDcxkm20W5bbYJFPzdWdEaTWVYjNxlHlcmX086eqQR1Fomlg9BHTJ0dLXPzAlbC8EN4XqMr3QzNCQ==", - "license": "MIT", - "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/mdx-loader": "3.6.3", - "@docusaurus/module-type-aliases": "3.6.3", - "@docusaurus/theme-common": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.7.0.tgz", + "integrity": "sha512-GXg5V7kC9FZE4FkUZA8oo/NrlRb06UwuICzI6tcbzj0+TVgjq/mpUXXzSgKzMS82YByi4dY2Q808njcBCyy6tQ==", + "license": "MIT", + "dependencies": { + "@docusaurus/core": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/mdx-loader": "3.7.0", + "@docusaurus/module-type-aliases": "3.7.0", + "@docusaurus/theme-common": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "@types/react-router-config": "^5.0.7", "combine-promises": "^1.1.0", "fs-extra": "^11.1.1", @@ -4329,21 +4066,21 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-content-pages": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.6.3.tgz", - "integrity": "sha512-eHrmTgjgLZsuqfsYr5X2xEwyIcck0wseSofWrjTwT9FLOWp+KDmMAuVK+wRo7sFImWXZk3oV/xX/g9aZrhD7OA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.7.0.tgz", + "integrity": "sha512-YJSU3tjIJf032/Aeao8SZjFOrXJbz/FACMveSMjLyMH4itQyZ2XgUIzt4y+1ISvvk5zrW4DABVT2awTCqBkx0Q==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/mdx-loader": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/mdx-loader": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "fs-extra": "^11.1.1", "tslib": "^2.6.0", "webpack": "^5.88.1" @@ -4352,19 +4089,19 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-debug": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.6.3.tgz", - "integrity": "sha512-zB9GXfIZNPRfzKnNjU6xGVrqn9bPXuGhpjgsuc/YtcTDjnjhasg38NdYd5LEqXex5G/zIorQgWB3n6x/Ut62vQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.7.0.tgz", + "integrity": "sha512-Qgg+IjG/z4svtbCNyTocjIwvNTNEwgRjSXXSJkKVG0oWoH0eX/HAPiu+TS1HBwRPQV+tTYPWLrUypYFepfujZA==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", "fs-extra": "^11.1.1", "react-json-view-lite": "^1.2.0", "tslib": "^2.6.0" @@ -4373,38 +4110,38 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-google-analytics": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.6.3.tgz", - "integrity": "sha512-rCDNy1QW8Dag7nZq67pcum0bpFLrwvxJhYuVprhFh8BMBDxV0bY+bAkGHbSf68P3Bk9C3hNOAXX1srGLIDvcTA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.7.0.tgz", + "integrity": "sha512-otIqiRV/jka6Snjf+AqB360XCeSv7lQC+DKYW+EUZf6XbuE8utz5PeUQ8VuOcD8Bk5zvT1MC4JKcd5zPfDuMWA==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "tslib": "^2.6.0" }, "engines": { "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-google-gtag": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.6.3.tgz", - "integrity": "sha512-+OyDvhM6rqVkQOmLVkQWVJAizEEfkPzVWtIHXlWPOCFGK9X4/AWeBSrU0WG4iMg9Z4zD4YDRrU+lvI4s6DSC+w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.7.0.tgz", + "integrity": "sha512-M3vrMct1tY65ModbyeDaMoA+fNJTSPe5qmchhAbtqhDD/iALri0g9LrEpIOwNaoLmm6lO88sfBUADQrSRSGSWA==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "@types/gtag.js": "^0.0.12", "tslib": "^2.6.0" }, @@ -4412,41 +4149,41 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-google-tag-manager": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.6.3.tgz", - "integrity": "sha512-1M6UPB13gWUtN2UHX083/beTn85PlRI9ABItTl/JL1FJ5dJTWWFXXsHf9WW/6hrVwthwTeV/AGbGKvLKV+IlCA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.7.0.tgz", + "integrity": "sha512-X8U78nb8eiMiPNg3jb9zDIVuuo/rE1LjGDGu+5m5CX4UBZzjMy+klOY2fNya6x8ACyE/L3K2erO1ErheP55W/w==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "tslib": "^2.6.0" }, "engines": { "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/plugin-sitemap": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.6.3.tgz", - "integrity": "sha512-94qOO4M9Fwv9KfVQJsgbe91k+fPJ4byf1L3Ez8TUa6TAFPo/BrLwQ80zclHkENlL1824TuxkcMKv33u6eydQCg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.7.0.tgz", + "integrity": "sha512-bTRT9YLZ/8I/wYWKMQke18+PF9MV8Qub34Sku6aw/vlZ/U+kuEuRpQ8bTcNOjaTSfYsWkK4tTwDMHK2p5S86cA==", "license": "MIT", "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "@docusaurus/core": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "fs-extra": "^11.1.1", "sitemap": "^7.1.1", "tslib": "^2.6.0" @@ -4455,57 +4192,81 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + } + }, + "node_modules/@docusaurus/plugin-svgr": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-svgr/-/plugin-svgr-3.7.0.tgz", + "integrity": "sha512-HByXIZTbc4GV5VAUkZ2DXtXv1Qdlnpk3IpuImwSnEzCDBkUMYcec5282hPjn6skZqB25M1TYCmWS91UbhBGxQg==", + "license": "MIT", + "dependencies": { + "@docusaurus/core": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", + "@svgr/core": "8.1.0", + "@svgr/webpack": "^8.1.0", + "tslib": "^2.6.0", + "webpack": "^5.88.1" + }, + "engines": { + "node": ">=18.0" + }, + "peerDependencies": { + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/preset-classic": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.3.tgz", - "integrity": "sha512-VHSYWROT3flvNNI1SrnMOtW1EsjeHNK9dhU6s9eY5hryZe79lUqnZJyze/ymDe2LXAqzyj6y5oYvyBoZZk6ErA==", - "license": "MIT", - "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/plugin-content-blog": "3.6.3", - "@docusaurus/plugin-content-docs": "3.6.3", - "@docusaurus/plugin-content-pages": "3.6.3", - "@docusaurus/plugin-debug": "3.6.3", - "@docusaurus/plugin-google-analytics": "3.6.3", - "@docusaurus/plugin-google-gtag": "3.6.3", - "@docusaurus/plugin-google-tag-manager": "3.6.3", - "@docusaurus/plugin-sitemap": "3.6.3", - "@docusaurus/theme-classic": "3.6.3", - "@docusaurus/theme-common": "3.6.3", - "@docusaurus/theme-search-algolia": "3.6.3", - "@docusaurus/types": "3.6.3" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.7.0.tgz", + "integrity": "sha512-nPHj8AxDLAaQXs+O6+BwILFuhiWbjfQWrdw2tifOClQoNfuXDjfjogee6zfx6NGHWqshR23LrcN115DmkHC91Q==", + "license": "MIT", + "dependencies": { + "@docusaurus/core": "3.7.0", + "@docusaurus/plugin-content-blog": "3.7.0", + "@docusaurus/plugin-content-docs": "3.7.0", + "@docusaurus/plugin-content-pages": "3.7.0", + "@docusaurus/plugin-debug": "3.7.0", + "@docusaurus/plugin-google-analytics": "3.7.0", + "@docusaurus/plugin-google-gtag": "3.7.0", + "@docusaurus/plugin-google-tag-manager": "3.7.0", + "@docusaurus/plugin-sitemap": "3.7.0", + "@docusaurus/plugin-svgr": "3.7.0", + "@docusaurus/theme-classic": "3.7.0", + "@docusaurus/theme-common": "3.7.0", + "@docusaurus/theme-search-algolia": "3.7.0", + "@docusaurus/types": "3.7.0" }, "engines": { "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/theme-classic": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.6.3.tgz", - "integrity": "sha512-1RRLK1tSArI2c00qugWYO3jRocjOZwGF1mBzPPylDVRwWCS/rnWWR91ChdbbaxIupRJ+hX8ZBYrwr5bbU0oztQ==", - "license": "MIT", - "dependencies": { - "@docusaurus/core": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/mdx-loader": "3.6.3", - "@docusaurus/module-type-aliases": "3.6.3", - "@docusaurus/plugin-content-blog": "3.6.3", - "@docusaurus/plugin-content-docs": "3.6.3", - "@docusaurus/plugin-content-pages": "3.6.3", - "@docusaurus/theme-common": "3.6.3", - "@docusaurus/theme-translations": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.7.0.tgz", + "integrity": "sha512-MnLxG39WcvLCl4eUzHr0gNcpHQfWoGqzADCly54aqCofQX6UozOS9Th4RK3ARbM9m7zIRv3qbhggI53dQtx/hQ==", + "license": "MIT", + "dependencies": { + "@docusaurus/core": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/mdx-loader": "3.7.0", + "@docusaurus/module-type-aliases": "3.7.0", + "@docusaurus/plugin-content-blog": "3.7.0", + "@docusaurus/plugin-content-docs": "3.7.0", + "@docusaurus/plugin-content-pages": "3.7.0", + "@docusaurus/theme-common": "3.7.0", + "@docusaurus/theme-translations": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", "copy-text-to-clipboard": "^3.2.0", @@ -4524,20 +4285,20 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/theme-common": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.6.3.tgz", - "integrity": "sha512-b8ZkhczXHDxWWyvz+YJy4t/PlPbEogTTbgnHoflYnH7rmRtyoodTsu8WVM12la5LmlMJBclBXFl29OH8kPE7gg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.7.0.tgz", + "integrity": "sha512-8eJ5X0y+gWDsURZnBfH0WabdNm8XMCXHv8ENy/3Z/oQKwaB/EHt5lP9VsTDTf36lKEp0V6DjzjFyFIB+CetL0A==", "license": "MIT", "dependencies": { - "@docusaurus/mdx-loader": "3.6.3", - "@docusaurus/module-type-aliases": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", + "@docusaurus/mdx-loader": "3.7.0", + "@docusaurus/module-type-aliases": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", "@types/history": "^4.7.11", "@types/react": "*", "@types/react-router-config": "*", @@ -4552,26 +4313,26 @@ }, "peerDependencies": { "@docusaurus/plugin-content-docs": "*", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/theme-search-algolia": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.6.3.tgz", - "integrity": "sha512-rt+MGCCpYgPyWCGXtbxlwFbTSobu15jWBTPI2LHsHNa5B0zSmOISX6FWYAPt5X1rNDOqMGM0FATnh7TBHRohVA==", - "license": "MIT", - "dependencies": { - "@docsearch/react": "^3.5.2", - "@docusaurus/core": "3.6.3", - "@docusaurus/logger": "3.6.3", - "@docusaurus/plugin-content-docs": "3.6.3", - "@docusaurus/theme-common": "3.6.3", - "@docusaurus/theme-translations": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-validation": "3.6.3", - "algoliasearch": "^4.18.0", - "algoliasearch-helper": "^3.13.3", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.7.0.tgz", + "integrity": "sha512-Al/j5OdzwRU1m3falm+sYy9AaB93S1XF1Lgk9Yc6amp80dNxJVplQdQTR4cYdzkGtuQqbzUA8+kaoYYO0RbK6g==", + "license": "MIT", + "dependencies": { + "@docsearch/react": "^3.8.1", + "@docusaurus/core": "3.7.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/plugin-content-docs": "3.7.0", + "@docusaurus/theme-common": "3.7.0", + "@docusaurus/theme-translations": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-validation": "3.7.0", + "algoliasearch": "^5.17.1", + "algoliasearch-helper": "^3.22.6", "clsx": "^2.0.0", "eta": "^2.2.0", "fs-extra": "^11.1.1", @@ -4583,14 +4344,83 @@ "node": ">=18.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + } + }, + "node_modules/@docusaurus/theme-search-algolia/node_modules/@algolia/client-analytics": { + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.20.0.tgz", + "integrity": "sha512-CIT9ni0+5sYwqehw+t5cesjho3ugKQjPVy/iPiJvtJX4g8Cdb6je6SPt2uX72cf2ISiXCAX9U3cY0nN0efnRDw==", + "license": "MIT", + "dependencies": { + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@docusaurus/theme-search-algolia/node_modules/@algolia/client-personalization": { + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.20.0.tgz", + "integrity": "sha512-p/hftHhrbiHaEcxubYOzqVV4gUqYWLpTwK+nl2xN3eTrSW9SNuFlAvUBFqPXSVBqc6J5XL9dNKn3y8OA1KElSQ==", + "license": "MIT", + "dependencies": { + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@docusaurus/theme-search-algolia/node_modules/@algolia/recommend": { + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.20.0.tgz", + "integrity": "sha512-T6B/WPdZR3b89/F9Vvk6QCbt/wrLAtrGoL8z4qPXDFApQ8MuTFWbleN/4rHn6APWO3ps+BUePIEbue2rY5MlRw==", + "license": "MIT", + "dependencies": { + "@algolia/client-common": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@docusaurus/theme-search-algolia/node_modules/algoliasearch": { + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.20.0.tgz", + "integrity": "sha512-groO71Fvi5SWpxjI9Ia+chy0QBwT61mg6yxJV27f5YFf+Mw+STT75K6SHySpP8Co5LsCrtsbCH5dJZSRtkSKaQ==", + "license": "MIT", + "dependencies": { + "@algolia/client-abtesting": "5.20.0", + "@algolia/client-analytics": "5.20.0", + "@algolia/client-common": "5.20.0", + "@algolia/client-insights": "5.20.0", + "@algolia/client-personalization": "5.20.0", + "@algolia/client-query-suggestions": "5.20.0", + "@algolia/client-search": "5.20.0", + "@algolia/ingestion": "1.20.0", + "@algolia/monitoring": "1.20.0", + "@algolia/recommend": "5.20.0", + "@algolia/requester-browser-xhr": "5.20.0", + "@algolia/requester-fetch": "5.20.0", + "@algolia/requester-node-http": "5.20.0" + }, + "engines": { + "node": ">= 14.0.0" } }, "node_modules/@docusaurus/theme-translations": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.6.3.tgz", - "integrity": "sha512-Gb0regclToVlngSIIwUCtBMQBq48qVUaN1XQNKW4XwlsgUyk0vP01LULdqbem7czSwIeBAFXFoORJ0RPX7ht/w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.7.0.tgz", + "integrity": "sha512-Ewq3bEraWDmienM6eaNK7fx+/lHMtGDHQyd1O+4+3EsDxxUmrzPkV7Ct3nBWTuE0MsoZr3yNwQVKjllzCMuU3g==", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", @@ -4601,9 +4431,9 @@ } }, "node_modules/@docusaurus/types": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.6.3.tgz", - "integrity": "sha512-xD9oTGDrouWzefkhe9ogB2fDV96/82cRpNGx2HIvI5L87JHNhQVIWimQ/3JIiiX/TEd5S9s+VO6FFguwKNRVow==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.7.0.tgz", + "integrity": "sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.0.0", @@ -4611,14 +4441,14 @@ "@types/react": "*", "commander": "^5.1.0", "joi": "^17.9.2", - "react-helmet-async": "^1.3.0", + "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", "utility-types": "^3.10.0", "webpack": "^5.95.0", "webpack-merge": "^5.9.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/@docusaurus/types/node_modules/webpack-merge": { @@ -4636,15 +4466,14 @@ } }, "node_modules/@docusaurus/utils": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.6.3.tgz", - "integrity": "sha512-0R/FR3bKVl4yl8QwbL4TYFfR+OXBRpVUaTJdENapBGR3YMwfM6/JnhGilWQO8AOwPJGtGoDK7ib8+8UF9f3OZQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.7.0.tgz", + "integrity": "sha512-e7zcB6TPnVzyUaHMJyLSArKa2AG3h9+4CfvKXKKWNx6hRs+p0a+u7HHTJBgo6KW2m+vqDnuIHK4X+bhmoghAFA==", "license": "MIT", "dependencies": { - "@docusaurus/logger": "3.6.3", - "@docusaurus/types": "3.6.3", - "@docusaurus/utils-common": "3.6.3", - "@svgr/webpack": "^8.1.0", + "@docusaurus/logger": "3.7.0", + "@docusaurus/types": "3.7.0", + "@docusaurus/utils-common": "3.7.0", "escape-string-regexp": "^4.0.0", "file-loader": "^6.2.0", "fs-extra": "^11.1.1", @@ -4668,12 +4497,12 @@ } }, "node_modules/@docusaurus/utils-common": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.6.3.tgz", - "integrity": "sha512-v4nKDaANLgT3pMBewHYEMAl/ufY0LkXao1QkFWzI5huWFOmNQ2UFzv2BiKeHX5Ownis0/w6cAyoxPhVdDonlSQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.7.0.tgz", + "integrity": "sha512-IZeyIfCfXy0Mevj6bWNg7DG7B8G+S6o6JVpddikZtWyxJguiQ7JYr0SIZ0qWd8pGNuMyVwriWmbWqMnK7Y5PwA==", "license": "MIT", "dependencies": { - "@docusaurus/types": "3.6.3", + "@docusaurus/types": "3.7.0", "tslib": "^2.6.0" }, "engines": { @@ -4681,14 +4510,14 @@ } }, "node_modules/@docusaurus/utils-validation": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.6.3.tgz", - "integrity": "sha512-bhEGGiN5BE38h21vjqD70Gxg++j+PfYVddDUE5UFvLDup68QOcpD33CLr+2knPorlxRbEaNfz6HQDUMQ3HuqKw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.7.0.tgz", + "integrity": "sha512-w8eiKk8mRdN+bNfeZqC4nyFoxNyI1/VExMKAzD9tqpJfLLbsa46Wfn5wcKH761g9WkKh36RtFV49iL9lh1DYBA==", "license": "MIT", "dependencies": { - "@docusaurus/logger": "3.6.3", - "@docusaurus/utils": "3.6.3", - "@docusaurus/utils-common": "3.6.3", + "@docusaurus/logger": "3.7.0", + "@docusaurus/utils": "3.7.0", + "@docusaurus/utils-common": "3.7.0", "fs-extra": "^11.2.0", "joi": "^17.9.2", "js-yaml": "^4.1.0", @@ -7933,9 +7762,9 @@ } }, "node_modules/consola": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", - "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.0.tgz", + "integrity": "sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==", "license": "MIT", "engines": { "node": "^14.18.0 || >=16.10.0" @@ -8084,9 +7913,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.39.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.39.0.tgz", - "integrity": "sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==", + "version": "3.40.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz", + "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -8315,9 +8144,9 @@ } }, "node_modules/css-loader/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz", + "integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -10889,9 +10718,9 @@ } }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz", + "integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -17786,9 +17615,9 @@ } }, "node_modules/postcss-loader/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz", + "integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -20041,12 +19870,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rtl-detect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz", - "integrity": "sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==", - "license": "BSD-3-Clause" - }, "node_modules/rtlcss": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz", diff --git a/website/package.json b/website/package.json index 9cf4c594..01268897 100644 --- a/website/package.json +++ b/website/package.json @@ -32,11 +32,11 @@ "rimraf": "^6.0.0" }, "dependencies": { - "@apify/docs-theme": "^1.0.131", - "@apify/docusaurus-plugin-typedoc-api": "^4.2.6", - "@docusaurus/core": "^3.5.2", - "@docusaurus/plugin-client-redirects": "^3.5.2", - "@docusaurus/preset-classic": "^3.5.2", + "@apify/docs-theme": "^1.0.165", + "@apify/docusaurus-plugin-typedoc-api": "^4.3.12", + "@docusaurus/core": "^3.7.0", + "@docusaurus/plugin-client-redirects": "^3.7.0", + "@docusaurus/preset-classic": "^3.7.0", "clsx": "^2.0.0", "docusaurus-gtm-plugin": "^0.0.2", "prop-types": "^15.8.1", diff --git a/website/versioned_docs/version-2.10/.gitignore b/website/versioned_docs/version-2.10/.gitignore new file mode 100644 index 00000000..1a13c363 --- /dev/null +++ b/website/versioned_docs/version-2.10/.gitignore @@ -0,0 +1 @@ +changelog.md diff --git a/website/versioned_docs/version-2.10/api-packages.json b/website/versioned_docs/version-2.10/api-packages.json new file mode 100644 index 00000000..dba27d77 --- /dev/null +++ b/website/versioned_docs/version-2.10/api-packages.json @@ -0,0 +1 @@ +[{"entryPoints":{"index":{"label":"Index","path":"src/index.ts"}},"packagePath":".","packageSlug":".","packageName":"apify-client","packageVersion":"2.10.0"}] diff --git a/website/versioned_docs/version-2.10/api-typedoc.json b/website/versioned_docs/version-2.10/api-typedoc.json new file mode 100644 index 00000000..d409fdec --- /dev/null +++ b/website/versioned_docs/version-2.10/api-typedoc.json @@ -0,0 +1,35906 @@ +{ + "id": 0, + "name": "apify-client", + "kind": 1, + "kindString": "Project", + "flags": {}, + "originalName": "", + "children": [ + { + "id": 705, + "name": "DownloadItemsFormat", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 710, + "name": "CSV", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 193, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L193" + } + ], + "type": { + "type": "literal", + "value": "csv" + } + }, + { + "id": 709, + "name": "HTML", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 192, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L192" + } + ], + "type": { + "type": "literal", + "value": "html" + } + }, + { + "id": 706, + "name": "JSON", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 189, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L189" + } + ], + "type": { + "type": "literal", + "value": "json" + } + }, + { + "id": 707, + "name": "JSONL", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 190, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L190" + } + ], + "type": { + "type": "literal", + "value": "jsonl" + } + }, + { + "id": 712, + "name": "RSS", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 195, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L195" + } + ], + "type": { + "type": "literal", + "value": "rss" + } + }, + { + "id": 711, + "name": "XLSX", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 194, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L194" + } + ], + "type": { + "type": "literal", + "value": "xlsx" + } + }, + { + "id": 708, + "name": "XML", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 191, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L191" + } + ], + "type": { + "type": "literal", + "value": "xml" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 710, + 709, + 706, + 707, + 712, + 711, + 708 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 188, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L188" + } + ] + }, + { + "id": 1822, + "name": "PlatformFeature", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 1823, + "name": "Actors", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 139, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L139" + } + ], + "type": { + "type": "literal", + "value": "ACTORS" + } + }, + { + "id": 1828, + "name": "Proxy", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 144, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L144" + } + ], + "type": { + "type": "literal", + "value": "PROXY" + } + }, + { + "id": 1829, + "name": "ProxyExternalAccess", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 145, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L145" + } + ], + "type": { + "type": "literal", + "value": "PROXY_EXTERNAL_ACCESS" + } + }, + { + "id": 1825, + "name": "ProxySERPS", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 141, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L141" + } + ], + "type": { + "type": "literal", + "value": "PROXY_SERPS" + } + }, + { + "id": 1826, + "name": "Scheduler", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 142, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L142" + } + ], + "type": { + "type": "literal", + "value": "SCHEDULER" + } + }, + { + "id": 1824, + "name": "Storage", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 140, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L140" + } + ], + "type": { + "type": "literal", + "value": "STORAGE" + } + }, + { + "id": 1827, + "name": "Webhooks", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 143, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L143" + } + ], + "type": { + "type": "literal", + "value": "WEBHOOKS" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 1823, + 1828, + 1829, + 1825, + 1826, + 1824, + 1827 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 138, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L138" + } + ] + }, + { + "id": 1488, + "name": "ScheduleActions", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 1489, + "name": "RunActor", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 106, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L106" + } + ], + "type": { + "type": "literal", + "value": "RUN_ACTOR" + } + }, + { + "id": 1490, + "name": "RunActorTask", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 107, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L107" + } + ], + "type": { + "type": "literal", + "value": "RUN_ACTOR_TASK" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 1489, + 1490 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 105, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L105" + } + ] + }, + { + "id": 2066, + "name": "WebhookDispatchStatus", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 2067, + "name": "Active", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L36" + } + ], + "type": { + "type": "literal", + "value": "ACTIVE" + } + }, + { + "id": 2069, + "name": "Failed", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L38" + } + ], + "type": { + "type": "literal", + "value": "FAILED" + } + }, + { + "id": 2068, + "name": "Succeeded", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 37, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L37" + } + ], + "type": { + "type": "literal", + "value": "SUCCEEDED" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 2067, + 2069, + 2068 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 35, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L35" + } + ] + }, + { + "id": 156, + "name": "ActorClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 216, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 213, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 217, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 211, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 218, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 214, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 212, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 215, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 175, + "name": "build", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 140, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L140" + } + ], + "signatures": [ + { + "id": 176, + "name": "build", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/build-collection/build-actor" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "parameters": [ + { + "id": 177, + "name": "versionNumber", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 178, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 379, + "name": "ActorBuildOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 526, + "name": "Build" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 182, + "name": "builds", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 180, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L180" + } + ], + "signatures": [ + { + "id": 183, + "name": "builds", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/build-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 553, + "name": "BuildCollectionClient" + } + } + ] + }, + { + "id": 171, + "name": "call", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 113, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L113" + } + ], + "signatures": [ + { + "id": 172, + "name": "call", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts an actor and waits for it to finish before returning the Run object.\nIt waits indefinitely, unless the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " option is provided.\nhttps://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor" + } + ] + }, + "parameters": [ + { + "id": 173, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 174, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 295, + "name": "ActorCallOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 165, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L52" + } + ], + "signatures": [ + { + "id": 166, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object/delete-actor" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 160, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L36" + } + ], + "signatures": [ + { + "id": 161, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object/get-actor" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 233, + "name": "Actor" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 179, + "name": "lastRun", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 164, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L164" + } + ], + "signatures": [ + { + "id": 180, + "name": "lastRun", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "parameters": [ + { + "id": 181, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 384, + "name": "ActorLastRunOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1270, + "name": "RunClient" + } + } + ] + }, + { + "id": 184, + "name": "runs", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 189, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L189" + } + ], + "signatures": [ + { + "id": 185, + "name": "runs", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/run-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1362, + "name": "RunCollectionClient" + } + } + ] + }, + { + "id": 167, + "name": "start", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 60, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L60" + } + ], + "signatures": [ + { + "id": 168, + "name": "start", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts an actor and immediately returns the Run object.\nhttps://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor" + } + ] + }, + "parameters": [ + { + "id": 169, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 170, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 287, + "name": "ActorStartOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 162, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 43, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L43" + } + ], + "signatures": [ + { + "id": 163, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object/update-actor" + } + ] + }, + "parameters": [ + { + "id": 164, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "isPublic" + }, + { + "type": "literal", + "value": "isDeprecated" + }, + { + "type": "literal", + "value": "seoTitle" + }, + { + "type": "literal", + "value": "seoDescription" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "restartOnError" + }, + { + "type": "literal", + "value": "versions" + }, + { + "type": "literal", + "value": "categories" + }, + { + "type": "literal", + "value": "defaultRunOptions" + }, + { + "type": "literal", + "value": "actorStandby" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 186, + "name": "version", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L198" + } + ], + "signatures": [ + { + "id": 187, + "name": "version", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/version-object" + } + ] + }, + "parameters": [ + { + "id": 188, + "name": "versionNumber", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "name": "ActorVersionClient" + } + } + ] + }, + { + "id": 189, + "name": "versions", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 209, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L209" + } + ], + "signatures": [ + { + "id": 190, + "name": "versions", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/version-collection" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "type": { + "type": "reference", + "name": "ActorVersionCollectionClient" + } + } + ] + }, + { + "id": 191, + "name": "webhooks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 217, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L217" + } + ], + "signatures": [ + { + "id": 192, + "name": "webhooks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/webhook-collection" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "type": { + "type": "reference", + "id": 1959, + "name": "WebhookCollectionClient" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 216, + 213, + 217, + 211, + 218, + 214, + 212, + 215 + ] + }, + { + "title": "Methods", + "children": [ + 175, + 182, + 171, + 165, + 160, + 179, + 184, + 167, + 162, + 186, + 189, + 191 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 22, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L22" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 386, + "name": "ActorCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 417, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 414, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 418, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 412, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 419, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 415, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 413, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 416, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 393, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 37, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L37" + } + ], + "signatures": [ + { + "id": 394, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-collection/create-actor" + } + ] + }, + "parameters": [ + { + "id": 395, + "name": "actor", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 446, + "name": "ActorCollectionCreateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 390, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 23, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L23" + } + ], + "signatures": [ + { + "id": 391, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-collection/get-list-of-actors" + } + ] + }, + "parameters": [ + { + "id": 392, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 434, + "name": "ActorCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 445, + "name": "ActorCollectionListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 417, + 414, + 418, + 412, + 419, + 415, + 413, + 416 + ] + }, + { + "title": "Methods", + "children": [ + 393, + 390 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 9, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L9" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1, + "name": "ApifyApiError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An " + }, + { + "kind": "code", + "text": "`ApifyApiError`" + }, + { + "kind": "text", + "text": " is thrown for successful HTTP requests that reach the API,\nbut the API responds with an error response. Typically, those are rate limit\nerrors and internal errors, which are automatically retried, or validation\nerrors, which are thrown immediately, because a correction by the user is\nneeded." + } + ] + }, + "children": [ + { + "id": 20, + "name": "attempt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Number of the API call attempt." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 34, + "name": "cause", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es2022.error.d.ts", + "line": 24, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "unknown" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.cause" + } + }, + { + "id": 17, + "name": "clientMethod", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The invoked resource client and the method. Known issue: Sometimes it displays\nas " + }, + { + "kind": "code", + "text": "`unknown`" + }, + { + "kind": "text", + "text": " because it can't be parsed from a stack trace." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 31, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L31" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 24, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Additional data provided by the API about the error" + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 67, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L67" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 21, + "name": "httpMethod", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "HTTP method of the API call." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 51, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L51" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 32, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1055, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.message" + } + }, + { + "id": 16, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 25, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L25" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "overwrites": { + "type": "reference", + "name": "Error.name" + } + }, + { + "id": 23, + "name": "originalStack", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Original stack trace of the exception. It is replaced\nby a more informative stack with API call information." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 62, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L62" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 22, + "name": "path", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Full path of the API endpoint (URL excluding origin)." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 33, + "name": "stack", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1056, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stack" + } + }, + { + "id": 18, + "name": "statusCode", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "HTTP status code of the error." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 19, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of the error, as returned by the API." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 41, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6, + "name": "prepareStackTrace", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 7, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 29 + } + ], + "signatures": [ + { + "id": 8, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional override for formatting stack traces" + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://v8.dev/docs/stack-trace-api#customizing-stack-traces" + } + ] + } + ] + }, + "parameters": [ + { + "id": 9, + "name": "err", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + }, + { + "id": 10, + "name": "stackTraces", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "CallSite", + "qualifiedName": "global.NodeJS.CallSite", + "package": "@types/node" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.prepareStackTrace" + } + }, + { + "id": 11, + "name": "stackTraceLimit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 100, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stackTraceLimit" + } + }, + { + "id": 2, + "name": "captureStackTrace", + "kind": 2048, + "kindString": "Method", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 91, + "character": 8 + } + ], + "signatures": [ + { + "id": 3, + "name": "captureStackTrace", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Create .stack property on a target object" + } + ] + }, + "parameters": [ + { + "id": 4, + "name": "targetObject", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 5, + "name": "constructorOpt", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "name": "Function", + "qualifiedName": "Function", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 20, + 34, + 17, + 24, + 21, + 32, + 16, + 23, + 22, + 33, + 18, + 19, + 6, + 11 + ] + }, + { + "title": "Methods", + "children": [ + 2 + ] + } + ], + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 24, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_api_error.ts#L24" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + ] + }, + { + "id": 66, + "name": "ApifyClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "ApifyClient is the official library to access [Apify API](https://docs.apify.com/api/v2) from your\nJavaScript applications. It runs both in Node.js and browser." + } + ] + }, + "children": [ + { + "id": 67, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L48" + } + ], + "signatures": [ + { + "id": 68, + "name": "new ApifyClient", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 69, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 145, + "name": "ApifyClientOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + } + } + ] + }, + { + "id": 70, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 74, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L46" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + } + }, + { + "id": 73, + "name": "logger", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L44" + } + ], + "type": { + "type": "reference", + "name": "Log", + "qualifiedName": "Log", + "package": "@apify/log" + } + }, + { + "id": 72, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 42, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L42" + } + ], + "type": { + "type": "reference", + "name": "Statistics" + } + }, + { + "id": 71, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 40, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L40" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 83, + "name": "actor", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 103, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L103" + } + ], + "signatures": [ + { + "id": 84, + "name": "actor", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object" + } + ] + }, + "parameters": [ + { + "id": 85, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 156, + "name": "ActorClient" + } + } + ] + }, + { + "id": 81, + "name": "actors", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 96, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L96" + } + ], + "signatures": [ + { + "id": 82, + "name": "actors", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 386, + "name": "ActorCollectionClient" + } + } + ] + }, + { + "id": 88, + "name": "build", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 122, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L122" + } + ], + "signatures": [ + { + "id": 89, + "name": "build", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-object" + } + ] + }, + "parameters": [ + { + "id": 90, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 462, + "name": "BuildClient" + } + } + ] + }, + { + "id": 86, + "name": "builds", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 115, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L115" + } + ], + "signatures": [ + { + "id": 87, + "name": "builds", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 553, + "name": "BuildCollectionClient" + } + } + ] + }, + { + "id": 93, + "name": "dataset", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 141, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L141" + } + ], + "signatures": [ + { + "id": 94, + "name": "dataset", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset" + } + ] + }, + "typeParameter": [ + { + "id": 95, + "name": "Data", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "default": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "parameters": [ + { + "id": 96, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 604, + "typeArguments": [ + { + "type": "reference", + "id": 95, + "name": "Data" + } + ], + "name": "DatasetClient" + } + } + ] + }, + { + "id": 91, + "name": "datasets", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 134, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L134" + } + ], + "signatures": [ + { + "id": 92, + "name": "datasets", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 731, + "name": "DatasetCollectionClient" + } + } + ] + }, + { + "id": 99, + "name": "keyValueStore", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 162, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L162" + } + ], + "signatures": [ + { + "id": 100, + "name": "keyValueStore", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object" + } + ] + }, + "parameters": [ + { + "id": 101, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 788, + "name": "KeyValueStoreClient" + } + } + ] + }, + { + "id": 97, + "name": "keyValueStores", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 155, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L155" + } + ], + "signatures": [ + { + "id": 98, + "name": "keyValueStores", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 901, + "name": "KeyValueStoreCollectionClient" + } + } + ] + }, + { + "id": 102, + "name": "log", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 174, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L174" + } + ], + "signatures": [ + { + "id": 103, + "name": "log", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/logs" + } + ] + }, + "parameters": [ + { + "id": 104, + "name": "buildOrRunId", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 960, + "name": "LogClient" + } + } + ] + }, + { + "id": 107, + "name": "requestQueue", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 193, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L193" + } + ], + "signatures": [ + { + "id": 108, + "name": "requestQueue", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue" + } + ] + }, + "parameters": [ + { + "id": 109, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 110, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1111, + "name": "RequestQueueUserOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1008, + "name": "RequestQueueClient" + } + } + ] + }, + { + "id": 105, + "name": "requestQueues", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 186, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L186" + } + ], + "signatures": [ + { + "id": 106, + "name": "requestQueues", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1212, + "name": "RequestQueueCollectionClient" + } + } + ] + }, + { + "id": 113, + "name": "run", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L220" + } + ], + "signatures": [ + { + "id": 114, + "name": "run", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages" + } + ] + }, + "parameters": [ + { + "id": 115, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1270, + "name": "RunClient" + } + } + ] + }, + { + "id": 111, + "name": "runs", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L210" + } + ], + "signatures": [ + { + "id": 112, + "name": "runs", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1362, + "name": "RunCollectionClient" + } + } + ] + }, + { + "id": 123, + "name": "schedule", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 258, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L258" + } + ], + "signatures": [ + { + "id": 124, + "name": "schedule", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object" + } + ] + }, + "parameters": [ + { + "id": 125, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1412, + "name": "ScheduleClient" + } + } + ] + }, + { + "id": 121, + "name": "schedules", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 251, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L251" + } + ], + "signatures": [ + { + "id": 122, + "name": "schedules", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedules-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1510, + "name": "ScheduleCollectionClient" + } + } + ] + }, + { + "id": 141, + "name": "setStatusMessage", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 324, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L324" + } + ], + "signatures": [ + { + "id": 142, + "name": "setStatusMessage", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 143, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 144, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "name": "SetStatusMessageOptions", + "qualifiedName": "SetStatusMessageOptions", + "package": "@crawlee/types" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 139, + "name": "store", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 320, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L320" + } + ], + "signatures": [ + { + "id": 140, + "name": "store", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/store" + } + ] + }, + "type": { + "type": "reference", + "id": 2125, + "name": "StoreCollectionClient" + } + } + ] + }, + { + "id": 118, + "name": "task", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L239" + } + ], + "signatures": [ + { + "id": 119, + "name": "task", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object" + } + ] + }, + "parameters": [ + { + "id": 120, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1564, + "name": "TaskClient" + } + } + ] + }, + { + "id": 116, + "name": "tasks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L232" + } + ], + "signatures": [ + { + "id": 117, + "name": "tasks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1666, + "name": "TaskCollectionClient" + } + } + ] + }, + { + "id": 126, + "name": "user", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 270, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L270" + } + ], + "signatures": [ + { + "id": 127, + "name": "user", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/users" + } + ] + }, + "parameters": [ + { + "id": 128, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "ME_USER_NAME_PLACEHOLDER" + } + ], + "type": { + "type": "reference", + "id": 1727, + "name": "UserClient" + } + } + ] + }, + { + "id": 131, + "name": "webhook", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 289, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L289" + } + ], + "signatures": [ + { + "id": 132, + "name": "webhook", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object" + } + ] + }, + "parameters": [ + { + "id": 133, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1873, + "name": "WebhookClient" + } + } + ] + }, + { + "id": 136, + "name": "webhookDispatch", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 308, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L308" + } + ], + "signatures": [ + { + "id": 137, + "name": "webhookDispatch", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches/webhook-dispatch-object" + } + ] + }, + "parameters": [ + { + "id": 138, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 2011, + "name": "WebhookDispatchClient" + } + } + ] + }, + { + "id": 134, + "name": "webhookDispatches", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 301, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L301" + } + ], + "signatures": [ + { + "id": 135, + "name": "webhookDispatches", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches" + } + ] + }, + "type": { + "type": "reference", + "id": 2076, + "name": "WebhookDispatchCollectionClient" + } + } + ] + }, + { + "id": 129, + "name": "webhooks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 282, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L282" + } + ], + "signatures": [ + { + "id": 130, + "name": "webhooks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1959, + "name": "WebhookCollectionClient" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 67 + ] + }, + { + "title": "Properties", + "children": [ + 70, + 74, + 73, + 72, + 71 + ] + }, + { + "title": "Methods", + "children": [ + 83, + 81, + 88, + 86, + 93, + 91, + 99, + 97, + 102, + 107, + 105, + 113, + 111, + 123, + 121, + 141, + 139, + 118, + 116, + 126, + 131, + 136, + 134, + 129 + ] + } + ], + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 37, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L37" + } + ] + }, + { + "id": 462, + "name": "BuildClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 501, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 498, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 502, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 496, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 503, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 499, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 497, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 500, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 469, + "name": "abort", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 38, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L38" + } + ], + "signatures": [ + { + "id": 470, + "name": "abort", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/abort-build/abort-build" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 526, + "name": "Build" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 471, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 51, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L51" + } + ], + "signatures": [ + { + "id": 472, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/delete-build/delete-build" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 466, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 27, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L27" + } + ], + "signatures": [ + { + "id": 467, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-object/get-build" + } + ] + }, + "parameters": [ + { + "id": 468, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 518, + "name": "BuildClientGetOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 526, + "name": "Build" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 476, + "name": "log", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 77, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L77" + } + ], + "signatures": [ + { + "id": 477, + "name": "log", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-log" + } + ] + }, + "type": { + "type": "reference", + "id": 960, + "name": "LogClient" + } + } + ] + }, + { + "id": 473, + "name": "waitForFinish", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 66, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L66" + } + ], + "signatures": [ + { + "id": 474, + "name": "waitForFinish", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a promise that resolves with the finished Build object when the provided actor build finishes\nor with the unfinished Build object when the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " timeout lapses. The promise is NOT rejected\nbased on run status. You can inspect the " + }, + { + "kind": "code", + "text": "`status`" + }, + { + "kind": "text", + "text": " property of the Build object to find out its status.\n\nThe difference between this function and the " + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter of the " + }, + { + "kind": "code", + "text": "`get`" + }, + { + "kind": "text", + "text": " method\nis the fact that this function can wait indefinitely. Its use is preferable to the\n" + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter alone, which it uses internally.\n\nThis is useful when you need to immediately start a run after a build finishes." + } + ] + }, + "parameters": [ + { + "id": 475, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 520, + "name": "BuildClientWaitForFinishOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 526, + "name": "Build" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 501, + 498, + 502, + 496, + 503, + 499, + 497, + 500 + ] + }, + { + "title": "Methods", + "children": [ + 469, + 471, + 466, + 476, + 473 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 13, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L13" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 553, + "name": "BuildCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 581, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 578, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 582, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 576, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 583, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 579, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 577, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 580, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 557, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 558, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/build-collection/get-list-of-builds" + } + ] + }, + "parameters": [ + { + "id": 559, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 598, + "name": "BuildCollectionClientListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 603, + "name": "BuildCollectionClientListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 581, + 578, + 582, + 576, + 583, + 579, + 577, + 580 + ] + }, + { + "title": "Methods", + "children": [ + 557 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 604, + "name": "DatasetClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 653, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 650, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 654, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 648, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 655, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 651, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 649, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 652, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 614, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 40, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L40" + } + ], + "signatures": [ + { + "id": 615, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset/delete-dataset" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 619, + "name": "downloadItems", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 76, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L76" + } + ], + "signatures": [ + { + "id": 620, + "name": "downloadItems", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Unlike " + }, + { + "kind": "code", + "text": "`listItems`" + }, + { + "kind": "text", + "text": " which returns a " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "PaginationList" + }, + { + "kind": "text", + "text": " with an array of individual\ndataset items, " + }, + { + "kind": "code", + "text": "`downloadItems`" + }, + { + "kind": "text", + "text": " returns the items serialized to the provided format.\nhttps://docs.apify.com/api/v2#/reference/datasets/item-collection/get-items" + } + ] + }, + "parameters": [ + { + "id": 621, + "name": "format", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 705, + "name": "DownloadItemsFormat" + } + }, + { + "id": 622, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 713, + "name": "DatasetClientDownloadItemsOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "name": "Buffer", + "qualifiedName": "global.Buffer", + "package": "@types/node" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 609, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 24, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L24" + } + ], + "signatures": [ + { + "id": 610, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset/get-dataset" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 671, + "name": "Dataset" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 616, + "name": "listItems", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 47, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L47" + } + ], + "signatures": [ + { + "id": 617, + "name": "listItems", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/item-collection/get-items" + } + ] + }, + "parameters": [ + { + "id": 618, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 693, + "name": "DatasetClientListItemOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "name": "Data" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 623, + "name": "pushItems", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 114, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L114" + } + ], + "signatures": [ + { + "id": 624, + "name": "pushItems", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/item-collection/put-items" + } + ] + }, + "parameters": [ + { + "id": 625, + "name": "items", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + { + "type": "reference", + "name": "Data" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "name": "Data" + } + } + ] + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 611, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 31, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L31" + } + ], + "signatures": [ + { + "id": 612, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset/update-dataset" + } + ] + }, + "parameters": [ + { + "id": 613, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 690, + "name": "DatasetClientUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 671, + "name": "Dataset" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 653, + 650, + 654, + 648, + 655, + 651, + 649, + 652 + ] + }, + { + "title": "Methods", + "children": [ + 614, + 619, + 609, + 616, + 623, + 611 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L8" + } + ], + "typeParameters": [ + { + "id": 670, + "name": "Data", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "default": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 731, + "name": "DatasetCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 763, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 760, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 764, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 758, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 765, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 761, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 759, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 762, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 738, + "name": "getOrCreate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L36" + } + ], + "signatures": [ + { + "id": 739, + "name": "getOrCreate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset-collection/create-dataset" + } + ] + }, + "parameters": [ + { + "id": 740, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 741, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 785, + "name": "DatasetCollectionClientGetOrCreateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 671, + "name": "Dataset" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 735, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 736, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset-collection/get-list-of-datasets" + } + ] + }, + "parameters": [ + { + "id": 737, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 780, + "name": "DatasetCollectionClientListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 787, + "name": "DatasetCollectionClientListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 763, + 760, + 764, + 758, + 765, + 761, + 759, + 762 + ] + }, + { + "title": "Methods", + "children": [ + 738, + 735 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 35, + "name": "InvalidResponseBodyError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This error exists for the quite common situation, where only a partial JSON response is received and\nan attempt to parse the JSON throws an error. In most cases this can be resolved by retrying the\nrequest. We do that by identifying this error in HttpClient.\n\nThe properties mimic AxiosError for easier integration in HttpClient error handling." + } + ] + }, + "children": [ + { + "id": 46, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/interceptors.ts#L26" + } + ], + "signatures": [ + { + "id": 47, + "name": "new InvalidResponseBodyError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 48, + "name": "response", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "AxiosResponse", + "qualifiedName": "AxiosResponse", + "package": "axios" + } + }, + { + "id": 49, + "name": "cause", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "id": 35, + "name": "InvalidResponseBodyError" + }, + "overwrites": { + "type": "reference", + "name": "Error.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "name": "Error.constructor" + } + }, + { + "id": 52, + "name": "cause", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 24, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/interceptors.ts#L24" + } + ], + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + }, + "overwrites": { + "type": "reference", + "name": "Error.cause" + } + }, + { + "id": 50, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 20, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/interceptors.ts#L20" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1055, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.message" + } + }, + { + "id": 53, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1054, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.name" + } + }, + { + "id": 51, + "name": "response", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/interceptors.ts#L22" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "AxiosResponse", + "qualifiedName": "AxiosResponse", + "package": "axios" + } + }, + { + "id": 55, + "name": "stack", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1056, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stack" + } + }, + { + "id": 40, + "name": "prepareStackTrace", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 41, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 29 + } + ], + "signatures": [ + { + "id": 42, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional override for formatting stack traces" + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://v8.dev/docs/stack-trace-api#customizing-stack-traces" + } + ] + } + ] + }, + "parameters": [ + { + "id": 43, + "name": "err", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + }, + { + "id": 44, + "name": "stackTraces", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "CallSite", + "qualifiedName": "global.NodeJS.CallSite", + "package": "@types/node" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.prepareStackTrace" + } + }, + { + "id": 45, + "name": "stackTraceLimit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 100, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stackTraceLimit" + } + }, + { + "id": 36, + "name": "captureStackTrace", + "kind": 2048, + "kindString": "Method", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 91, + "character": 8 + } + ], + "signatures": [ + { + "id": 37, + "name": "captureStackTrace", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Create .stack property on a target object" + } + ] + }, + "parameters": [ + { + "id": 38, + "name": "targetObject", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 39, + "name": "constructorOpt", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "name": "Function", + "qualifiedName": "Function", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 46 + ] + }, + { + "title": "Properties", + "children": [ + 52, + 50, + 54, + 53, + 51, + 55, + 40, + 45 + ] + }, + { + "title": "Methods", + "children": [ + 36 + ] + } + ], + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 19, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/interceptors.ts#L19" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + ] + }, + { + "id": 788, + "name": "KeyValueStoreClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 841, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 838, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 842, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 836, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 843, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 839, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 837, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 840, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 797, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 51, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L51" + } + ], + "signatures": [ + { + "id": 798, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object/delete-store" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 815, + "name": "deleteRecord", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 206, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L206" + } + ], + "signatures": [ + { + "id": 816, + "name": "deleteRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/record/delete-record" + } + ] + }, + "parameters": [ + { + "id": 817, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 792, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L35" + } + ], + "signatures": [ + { + "id": 793, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object/get-store" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 858, + "name": "KeyValueStore" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 805, + "name": "getRecord", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 106, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L106" + }, + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 108, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L108" + }, + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 113, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L113" + } + ], + "signatures": [ + { + "id": 806, + "name": "getRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "You can use the " + }, + { + "kind": "code", + "text": "`buffer`" + }, + { + "kind": "text", + "text": " option to get the value in a Buffer (Node.js)\nor ArrayBuffer (browser) format. In Node.js (not in browser) you can also\nuse the " + }, + { + "kind": "code", + "text": "`stream`" + }, + { + "kind": "text", + "text": " option to get a Readable stream.\n\nWhen the record does not exist, the function resolves to " + }, + { + "kind": "code", + "text": "`undefined`" + }, + { + "kind": "text", + "text": ". It does\nNOT resolve to a " + }, + { + "kind": "code", + "text": "`KeyValueStore`" + }, + { + "kind": "text", + "text": " record with an " + }, + { + "kind": "code", + "text": "`undefined`" + }, + { + "kind": "text", + "text": " value.\nhttps://docs.apify.com/api/v2#/reference/key-value-stores/record/get-record" + } + ] + }, + "parameters": [ + { + "id": 807, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 894, + "typeArguments": [ + { + "type": "reference", + "name": "JsonValue", + "qualifiedName": "JsonValue", + "package": "type-fest" + } + ], + "name": "KeyValueStoreRecord" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + }, + { + "id": 808, + "name": "getRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "typeParameter": [ + { + "id": 809, + "name": "Options", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 891, + "name": "KeyValueClientGetRecordOptions" + }, + "default": { + "type": "reference", + "id": 891, + "name": "KeyValueClientGetRecordOptions" + } + } + ], + "parameters": [ + { + "id": 810, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 811, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 809, + "name": "Options" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 894, + "typeArguments": [ + { + "type": "reference", + "id": 899, + "typeArguments": [ + { + "type": "reference", + "id": 809, + "name": "Options" + } + ], + "name": "ReturnTypeFromOptions" + } + ], + "name": "KeyValueStoreRecord" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 799, + "name": "listKeys", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 58, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L58" + } + ], + "signatures": [ + { + "id": 800, + "name": "listKeys", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/key-collection/get-list-of-keys" + } + ] + }, + "parameters": [ + { + "id": 801, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 878, + "name": "KeyValueClientListKeysOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 881, + "name": "KeyValueClientListKeysResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 802, + "name": "recordExists", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 80, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L80" + } + ], + "signatures": [ + { + "id": 803, + "name": "recordExists", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tests whether a record with the given key exists in the key-value store without retrieving its value.\n\nhttps://docs.apify.com/api/v2#/reference/key-value-stores/record/get-record" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " if the record exists, " + }, + { + "kind": "code", + "text": "`false`" + }, + { + "kind": "text", + "text": " if it does not." + } + ] + } + ] + }, + "parameters": [ + { + "id": 804, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The queried record key." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 812, + "name": "setRecord", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 164, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L164" + } + ], + "signatures": [ + { + "id": 813, + "name": "setRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value in the record can be a stream object (detected by having the " + }, + { + "kind": "code", + "text": "`.pipe`" + }, + { + "kind": "text", + "text": "\nand " + }, + { + "kind": "code", + "text": "`.on`" + }, + { + "kind": "text", + "text": " methods). However, note that in that case following redirects or\nretrying the request if it fails (for example due to rate limiting) isn't\npossible. If you want to keep that behavior, you need to collect the whole\nstream contents into a Buffer and then send the full buffer. See [this\nStackOverflow answer](https://stackoverflow.com/a/14269536/7292139) for\nan example how to do that.\n\nhttps://docs.apify.com/api/v2#/reference/key-value-stores/record/put-record" + } + ] + }, + "parameters": [ + { + "id": 814, + "name": "record", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 894, + "typeArguments": [ + { + "type": "reference", + "name": "JsonValue", + "qualifiedName": "JsonValue", + "package": "type-fest" + } + ], + "name": "KeyValueStoreRecord" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 794, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 42, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L42" + } + ], + "signatures": [ + { + "id": 795, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object/update-store" + } + ] + }, + "parameters": [ + { + "id": 796, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 875, + "name": "KeyValueClientUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 858, + "name": "KeyValueStore" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 841, + 838, + 842, + 836, + 843, + 839, + 837, + 840 + ] + }, + { + "title": "Methods", + "children": [ + 797, + 815, + 792, + 805, + 799, + 802, + 812, + 794 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 21, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L21" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 901, + "name": "KeyValueStoreCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 933, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 930, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 934, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 928, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 935, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 931, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 929, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 932, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 908, + "name": "getOrCreate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L36" + } + ], + "signatures": [ + { + "id": 909, + "name": "getOrCreate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection/create-key-value-store" + } + ] + }, + "parameters": [ + { + "id": 910, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 911, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 955, + "name": "KeyValueStoreCollectionClientGetOrCreateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 858, + "name": "KeyValueStore" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 905, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 906, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection/get-list-of-key-value-stores" + } + ] + }, + "parameters": [ + { + "id": 907, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 950, + "name": "KeyValueStoreCollectionClientListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 957, + "name": "KeyValueStoreCollectionListResult" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 933, + 930, + 934, + 928, + 935, + 931, + 929, + 932 + ] + }, + { + "title": "Methods", + "children": [ + 908, + 905 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 960, + "name": "LogClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 991, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 988, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 992, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 986, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 993, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 989, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 987, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 990, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 964, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/log.ts", + "line": 26, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/log.ts#L26" + } + ], + "signatures": [ + { + "id": 965, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/logs/log/get-log" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 966, + "name": "stream", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/log.ts", + "line": 47, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/log.ts#L47" + } + ], + "signatures": [ + { + "id": 967, + "name": "stream", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the log in a Readable stream format. Only works in Node.js.\nhttps://docs.apify.com/api/v2#/reference/logs/log/get-log" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "name": "Readable", + "qualifiedName": "internal.Readable", + "package": "@types/node" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 991, + 988, + 992, + 986, + 993, + 989, + 987, + 990 + ] + }, + { + "title": "Methods", + "children": [ + 964, + 966 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/log.ts", + "line": 12, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/log.ts#L12" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1008, + "name": "RequestQueueClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1094, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1091, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1095, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1089, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1096, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1092, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1090, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1093, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1028, + "name": "addRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 113, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L113" + } + ], + "signatures": [ + { + "id": 1029, + "name": "addRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-collection/add-request" + } + ] + }, + "parameters": [ + { + "id": 1030, + "name": "request", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1187, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1031, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1173, + "name": "RequestQueueClientAddRequestOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1200, + "name": "RequestQueueClientAddRequestResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1040, + "name": "batchAddRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 233, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L233" + } + ], + "signatures": [ + { + "id": 1041, + "name": "batchAddRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/batch-request-operations/add-requests" + } + ] + }, + "parameters": [ + { + "id": 1042, + "name": "requests", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1187, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + } + }, + { + "id": 1043, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1182, + "name": "RequestQueueClientBatchAddRequestWithRetriesOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1204, + "name": "RequestQueueClientBatchRequestsOperationResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1044, + "name": "batchDeleteRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 289, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L289" + } + ], + "signatures": [ + { + "id": 1045, + "name": "batchDeleteRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/batch-request-operations/delete-requests" + } + ] + }, + "parameters": [ + { + "id": 1046, + "name": "requests", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1207, + "name": "RequestQueueClientRequestToDelete" + } + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1204, + "name": "RequestQueueClientBatchRequestsOperationResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1020, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 62, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L62" + } + ], + "signatures": [ + { + "id": 1021, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue/delete-request-queue" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1054, + "name": "deleteRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 360, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L360" + } + ], + "signatures": [ + { + "id": 1055, + "name": "deleteRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1056, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1061, + "name": "deleteRequestLock", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 400, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L400" + } + ], + "signatures": [ + { + "id": 1062, + "name": "deleteRequestLock", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-lock/delete-request-lock" + } + ] + }, + "parameters": [ + { + "id": 1063, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1064, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1178, + "name": "RequestQueueClientDeleteRequestLockOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1015, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 46, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L46" + } + ], + "signatures": [ + { + "id": 1016, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue/get-request-queue" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1114, + "name": "RequestQueue" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1047, + "name": "getRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 313, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L313" + } + ], + "signatures": [ + { + "id": 1048, + "name": "getRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request/get-request" + } + ] + }, + "parameters": [ + { + "id": 1049, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1208, + "name": "RequestQueueClientGetRequestResult" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1025, + "name": "listAndLockHead", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 90, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L90" + } + ], + "signatures": [ + { + "id": 1026, + "name": "listAndLockHead", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-head-with-locks/get-head-and-lock" + } + ] + }, + "parameters": [ + { + "id": 1027, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1157, + "name": "RequestQueueClientListAndLockHeadOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1160, + "name": "RequestQueueClientListAndLockHeadResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1022, + "name": "listHead", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 69, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L69" + } + ], + "signatures": [ + { + "id": 1023, + "name": "listHead", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-head/get-head" + } + ] + }, + "parameters": [ + { + "id": 1024, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1139, + "name": "RequestQueueClientListHeadOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1141, + "name": "RequestQueueClientListHeadResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1065, + "name": "listRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 420, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L420" + } + ], + "signatures": [ + { + "id": 1066, + "name": "listRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-collection/list-requests" + } + ] + }, + "parameters": [ + { + "id": 1067, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1146, + "name": "RequestQueueClientListRequestsOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1153, + "name": "RequestQueueClientListRequestsResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1068, + "name": "paginateRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 448, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L448" + } + ], + "signatures": [ + { + "id": 1069, + "name": "paginateRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-collection/list-requests\n\nUsage:\nfor await (const { items } of client.paginateRequests({ limit: 10 })) {\n items.forEach((request) => console.log(request));\n}" + } + ] + }, + "parameters": [ + { + "id": 1070, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1149, + "name": "RequestQueueClientPaginateRequestsOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1210, + "typeArguments": [ + { + "type": "reference", + "id": 1153, + "name": "RequestQueueClientListRequestsResult" + } + ], + "name": "RequestQueueRequestsAsyncIterable" + } + } + ] + }, + { + "id": 1057, + "name": "prolongRequestLock", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 376, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L376" + } + ], + "signatures": [ + { + "id": 1058, + "name": "prolongRequestLock", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-lock/prolong-request-lock" + } + ] + }, + "parameters": [ + { + "id": 1059, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1060, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1175, + "name": "RequestQueueClientProlongRequestLockOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1180, + "name": "RequestQueueClientProlongRequestLockResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1017, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 53, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L53" + } + ], + "signatures": [ + { + "id": 1018, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue/update-request-queue" + } + ] + }, + "parameters": [ + { + "id": 1019, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1136, + "name": "RequestQueueClientUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1114, + "name": "RequestQueue" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1050, + "name": "updateRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 334, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L334" + } + ], + "signatures": [ + { + "id": 1051, + "name": "updateRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request/update-request" + } + ] + }, + "parameters": [ + { + "id": 1052, + "name": "request", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1187, + "name": "RequestQueueClientRequestSchema" + } + }, + { + "id": 1053, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1173, + "name": "RequestQueueClientAddRequestOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1200, + "name": "RequestQueueClientAddRequestResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1094, + 1091, + 1095, + 1089, + 1096, + 1092, + 1090, + 1093 + ] + }, + { + "title": "Methods", + "children": [ + 1028, + 1040, + 1044, + 1020, + 1054, + 1061, + 1015, + 1047, + 1025, + 1022, + 1065, + 1068, + 1057, + 1017, + 1050 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 25, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L25" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1212, + "name": "RequestQueueCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1243, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1240, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1244, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1238, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1245, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1241, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1239, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1242, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1219, + "name": "getOrCreate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L36" + } + ], + "signatures": [ + { + "id": 1220, + "name": "getOrCreate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-collection/create-request-queue" + } + ] + }, + "parameters": [ + { + "id": 1221, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1114, + "name": "RequestQueue" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1216, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 1217, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-collection/get-list-of-request-queues" + } + ] + }, + "parameters": [ + { + "id": 1218, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1260, + "name": "RequestQueueCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1265, + "name": "RequestQueueCollectionListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1243, + 1240, + 1244, + 1238, + 1245, + 1241, + 1239, + 1242 + ] + }, + { + "title": "Methods", + "children": [ + 1219, + 1216 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1270, + "name": "RunClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1329, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1326, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1330, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1324, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1331, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1327, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1325, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1328, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1277, + "name": "abort", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 42, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L42" + } + ], + "signatures": [ + { + "id": 1278, + "name": "abort", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/abort-run/abort-run" + } + ] + }, + "parameters": [ + { + "id": 1279, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1348, + "name": "RunAbortOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1298, + "name": "dataset", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 167, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L167" + } + ], + "signatures": [ + { + "id": 1299, + "name": "dataset", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().dataset()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 604, + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + ], + "name": "DatasetClient" + } + } + ] + }, + { + "id": 1280, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 59, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L59" + } + ], + "signatures": [ + { + "id": 1281, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/delete-run/delete-run" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1274, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 31, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L31" + } + ], + "signatures": [ + { + "id": 1275, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object/get-run" + } + ] + }, + "parameters": [ + { + "id": 1276, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1346, + "name": "RunGetOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1300, + "name": "keyValueStore", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 179, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L179" + } + ], + "signatures": [ + { + "id": 1301, + "name": "keyValueStore", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().keyValueStore()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 788, + "name": "KeyValueStoreClient" + } + } + ] + }, + { + "id": 1304, + "name": "log", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 203, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L203" + } + ], + "signatures": [ + { + "id": 1305, + "name": "log", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().log()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 960, + "name": "LogClient" + } + } + ] + }, + { + "id": 1282, + "name": "metamorph", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 66, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L66" + } + ], + "signatures": [ + { + "id": 1283, + "name": "metamorph", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/metamorph-run/metamorph-run" + } + ] + }, + "parameters": [ + { + "id": 1284, + "name": "targetActorId", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1285, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 1286, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1350, + "name": "RunMetamorphOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1287, + "name": "reboot", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 106, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L106" + } + ], + "signatures": [ + { + "id": 1288, + "name": "reboot", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/reboot-run/reboot-run" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1302, + "name": "requestQueue", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 191, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L191" + } + ], + "signatures": [ + { + "id": 1303, + "name": "requestQueue", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().requestQueue()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 1008, + "name": "RequestQueueClient" + } + } + ] + }, + { + "id": 1292, + "name": "resurrect", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 125, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L125" + } + ], + "signatures": [ + { + "id": 1293, + "name": "resurrect", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/resurrect-run/resurrect-run" + } + ] + }, + "parameters": [ + { + "id": 1294, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1356, + "name": "RunResurrectOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1289, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 116, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L116" + } + ], + "signatures": [ + { + "id": 1290, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1291, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1353, + "name": "RunUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1295, + "name": "waitForFinish", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 153, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L153" + } + ], + "signatures": [ + { + "id": 1296, + "name": "waitForFinish", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a promise that resolves with the finished Run object when the provided actor run finishes\nor with the unfinished Run object when the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " timeout lapses. The promise is NOT rejected\nbased on run status. You can inspect the " + }, + { + "kind": "code", + "text": "`status`" + }, + { + "kind": "text", + "text": " property of the Run object to find out its status.\n\nThe difference between this function and the " + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter of the " + }, + { + "kind": "code", + "text": "`get`" + }, + { + "kind": "text", + "text": " method\nis the fact that this function can wait indefinitely. Its use is preferable to the\n" + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter alone, which it uses internally.\n\nThis is useful when you need to chain actor executions. Similar effect can be achieved\nby using webhooks, so be sure to review which technique fits your use-case better." + } + ] + }, + "parameters": [ + { + "id": 1297, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1360, + "name": "RunWaitForFinishOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1329, + 1326, + 1330, + 1324, + 1331, + 1327, + 1325, + 1328 + ] + }, + { + "title": "Methods", + "children": [ + 1277, + 1298, + 1280, + 1274, + 1300, + 1304, + 1282, + 1287, + 1302, + 1292, + 1289, + 1295 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 17, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L17" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1362, + "name": "RunCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1390, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1387, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1391, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1385, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1392, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1388, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1386, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1389, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1366, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 23, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L23" + } + ], + "signatures": [ + { + "id": 1367, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/run-collection/get-list-of-runs" + } + ] + }, + "parameters": [ + { + "id": 1368, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1407, + "name": "RunCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 303, + "name": "ActorRunListItem" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1390, + 1387, + 1391, + 1385, + 1392, + 1388, + 1386, + 1389 + ] + }, + { + "title": "Methods", + "children": [ + 1366 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 9, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L9" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1412, + "name": "ScheduleClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1450, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1447, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1451, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1445, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1452, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1448, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1446, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1449, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1423, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 45, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L45" + } + ], + "signatures": [ + { + "id": 1424, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object/delete-schedule" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1416, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 30, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L30" + } + ], + "signatures": [ + { + "id": 1417, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object/get-schedule" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1467, + "name": "Schedule" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1425, + "name": "getLog", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L52" + } + ], + "signatures": [ + { + "id": 1426, + "name": "getLog", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-log/get-schedule-log" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1418, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 37, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L37" + } + ], + "signatures": [ + { + "id": 1419, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object/update-schedule" + } + ] + }, + "parameters": [ + { + "id": 1420, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1467, + "name": "Schedule" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "cronExpression" + }, + { + "type": "literal", + "value": "timezone" + }, + { + "type": "literal", + "value": "isEnabled" + }, + { + "type": "literal", + "value": "isExclusive" + }, + { + "type": "literal", + "value": "notifications" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1421, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1422, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 101, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L101" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1491, + "name": "ScheduleAction" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "DistributiveOptional" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1422 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 100, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L100" + } + ] + } + } + ] + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1467, + "name": "Schedule" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1450, + 1447, + 1451, + 1445, + 1452, + 1448, + 1446, + 1449 + ] + }, + { + "title": "Methods", + "children": [ + 1423, + 1416, + 1425, + 1418 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 16, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L16" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1510, + "name": "ScheduleCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1543, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1540, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1544, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1538, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1545, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1541, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1539, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1542, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1517, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L35" + } + ], + "signatures": [ + { + "id": 1518, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedules-collection/create-schedule" + } + ] + }, + "parameters": [ + { + "id": 1519, + "name": "schedule", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1467, + "name": "Schedule" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "cronExpression" + }, + { + "type": "literal", + "value": "timezone" + }, + { + "type": "literal", + "value": "isEnabled" + }, + { + "type": "literal", + "value": "isExclusive" + }, + { + "type": "literal", + "value": "notifications" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1520, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1521, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 101, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L101" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1491, + "name": "ScheduleAction" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "DistributiveOptional" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1521 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 100, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L100" + } + ] + } + } + ] + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1467, + "name": "Schedule" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1514, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 1515, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedules-collection/get-list-of-schedules" + } + ] + }, + "parameters": [ + { + "id": 1516, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1560, + "name": "ScheduleCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 1467, + "name": "Schedule" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1543, + 1540, + 1544, + 1538, + 1545, + 1541, + 1539, + 1542 + ] + }, + { + "title": "Methods", + "children": [ + 1517, + 1514 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 2125, + "name": "StoreCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2153, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 2150, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 2154, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 2148, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 2155, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 2151, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 2149, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 2152, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 2129, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 2130, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/store/store-actors-collection/get-list-of-actors-in-store" + } + ] + }, + "parameters": [ + { + "id": 2131, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2183, + "name": "StoreCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 2172, + "name": "ActorStoreList" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2153, + 2150, + 2154, + 2148, + 2155, + 2151, + 2149, + 2152 + ] + }, + { + "title": "Methods", + "children": [ + 2129 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1564, + "name": "TaskClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1618, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1615, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1619, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1613, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1620, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1616, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1614, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1617, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1579, + "name": "call", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 105, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L105" + } + ], + "signatures": [ + { + "id": 1580, + "name": "call", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts a task and waits for it to finish before returning the Run object.\nIt waits indefinitely, unless the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " option is provided.\nhttps://docs.apify.com/api/v2#/reference/actor-tasks/run-collection/run-task" + } + ] + }, + "parameters": [ + { + "id": 1581, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + }, + { + "id": 1582, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1659, + "name": "TaskCallOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1573, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 51, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L51" + } + ], + "signatures": [ + { + "id": 1574, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object/delete-task" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1568, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L35" + } + ], + "signatures": [ + { + "id": 1569, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object/get-task" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1635, + "name": "Task" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1583, + "name": "getInput", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 130, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L130" + } + ], + "signatures": [ + { + "id": 1584, + "name": "getInput", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-input-object/get-task-input" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1588, + "name": "lastRun", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 163, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L163" + } + ], + "signatures": [ + { + "id": 1589, + "name": "lastRun", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/last-run-object-and-its-storages" + } + ] + }, + "parameters": [ + { + "id": 1590, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1656, + "name": "TaskLastRunOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1270, + "name": "RunClient" + } + } + ] + }, + { + "id": 1591, + "name": "runs", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 179, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L179" + } + ], + "signatures": [ + { + "id": 1592, + "name": "runs", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/run-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1362, + "name": "RunCollectionClient" + } + } + ] + }, + { + "id": 1575, + "name": "start", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 59, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L59" + } + ], + "signatures": [ + { + "id": 1576, + "name": "start", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts a task and immediately returns the Run object.\nhttps://docs.apify.com/api/v2#/reference/actor-tasks/run-collection/run-task" + } + ] + }, + "parameters": [ + { + "id": 1577, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + }, + { + "id": 1578, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1658, + "name": "TaskStartOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1570, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 42, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L42" + } + ], + "signatures": [ + { + "id": 1571, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object/update-task" + } + ] + }, + "parameters": [ + { + "id": 1572, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1635, + "name": "Task" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "actorStandby" + }, + { + "type": "literal", + "value": "input" + }, + { + "type": "literal", + "value": "options" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1635, + "name": "Task" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1585, + "name": "updateInput", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 149, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L149" + } + ], + "signatures": [ + { + "id": 1586, + "name": "updateInput", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-input-object/update-task-input" + } + ] + }, + "parameters": [ + { + "id": 1587, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1593, + "name": "webhooks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 188, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L188" + } + ], + "signatures": [ + { + "id": 1594, + "name": "webhooks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/webhook-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1959, + "name": "WebhookCollectionClient" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1618, + 1615, + 1619, + 1613, + 1620, + 1616, + 1614, + 1617 + ] + }, + { + "title": "Methods", + "children": [ + 1579, + 1573, + 1568, + 1583, + 1588, + 1591, + 1575, + 1570, + 1585, + 1593 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 21, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L21" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1666, + "name": "TaskCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1697, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1694, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1698, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1692, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1699, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1695, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1693, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1696, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1673, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 40, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L40" + } + ], + "signatures": [ + { + "id": 1674, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-collection/create-task" + } + ] + }, + "parameters": [ + { + "id": 1675, + "name": "task", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1719, + "name": "TaskCreateData" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1635, + "name": "Task" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1670, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 27, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L27" + } + ], + "signatures": [ + { + "id": 1671, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-collection/get-list-of-tasks" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "parameters": [ + { + "id": 1672, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 1714, + "name": "TaskCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 1718, + "name": "TaskList" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1697, + 1694, + 1698, + 1692, + 1699, + 1695, + 1693, + 1696 + ] + }, + { + "title": "Methods", + "children": [ + 1673, + 1670 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1727, + "name": "UserClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1763, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1760, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1764, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1758, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1765, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1761, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1759, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1762, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1731, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 23, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L23" + } + ], + "signatures": [ + { + "id": 1732, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Depending on whether ApifyClient was created with a token,\nthe method will either return public or private user data.\nhttps://docs.apify.com/api/v2#/reference/users" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1780, + "name": "User" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1735, + "name": "limits", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L52" + } + ], + "signatures": [ + { + "id": 1736, + "name": "limits", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1842, + "name": "AccountAndUsageLimits" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1733, + "name": "monthlyUsage", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 30, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L30" + } + ], + "signatures": [ + { + "id": 1734, + "name": "monthlyUsage", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/users/monthly-usage" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1830, + "name": "MonthlyUsage" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1737, + "name": "updateLimits", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 71, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L71" + } + ], + "signatures": [ + { + "id": 1738, + "name": "updateLimits", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits" + } + ] + }, + "parameters": [ + { + "id": 1739, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1861, + "name": "LimitsUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1763, + 1760, + 1764, + 1758, + 1765, + 1761, + 1759, + 1762 + ] + }, + { + "title": "Methods", + "children": [ + 1731, + 1735, + 1733, + 1737 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 7, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L7" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1873, + "name": "WebhookClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1911, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1908, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1912, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1906, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1913, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1909, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1907, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1910, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1882, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 47, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L47" + } + ], + "signatures": [ + { + "id": 1883, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object/delete-webhook" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1886, + "name": "dispatches", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 74, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L74" + } + ], + "signatures": [ + { + "id": 1887, + "name": "dispatches", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/dispatches-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 2076, + "name": "WebhookDispatchCollectionClient" + } + } + ] + }, + { + "id": 1877, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 31, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L31" + } + ], + "signatures": [ + { + "id": 1878, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object/get-webhook" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1928, + "name": "Webhook" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1884, + "name": "test", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 54, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L54" + } + ], + "signatures": [ + { + "id": 1885, + "name": "test", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-test/test-webhook" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 2057, + "name": "WebhookDispatch" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1879, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 38, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L38" + } + ], + "signatures": [ + { + "id": 1880, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object/update-webhook" + } + ] + }, + "parameters": [ + { + "id": 1881, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1948, + "name": "WebhookUpdateData" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1928, + "name": "Webhook" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1911, + 1908, + 1912, + 1906, + 1913, + 1909, + 1907, + 1910 + ] + }, + { + "title": "Methods", + "children": [ + 1882, + 1886, + 1877, + 1884, + 1879 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 17, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L17" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1959, + "name": "WebhookCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1990, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1987, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1991, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1985, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1992, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1988, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1986, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1989, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1966, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L35" + } + ], + "signatures": [ + { + "id": 1967, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection/create-webhook" + } + ] + }, + "parameters": [ + { + "id": 1968, + "name": "webhook", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 1948, + "name": "WebhookUpdateData" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1928, + "name": "Webhook" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1963, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 1964, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection/get-list-of-webhooks" + } + ] + }, + "parameters": [ + { + "id": 1965, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2007, + "name": "WebhookCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1928, + "name": "Webhook" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "payloadTemplate" + }, + { + "type": "literal", + "value": "headersTemplate" + } + ] + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1990, + 1987, + 1991, + 1985, + 1992, + 1988, + 1986, + 1989 + ] + }, + { + "title": "Methods", + "children": [ + 1966, + 1963 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 2011, + "name": "WebhookDispatchClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2040, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 2037, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 2041, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 2035, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 2042, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 2038, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 2036, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 2039, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 2015, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 19, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L19" + } + ], + "signatures": [ + { + "id": 2016, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches/webhook-dispatch-object/get-webhook-dispatch" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 2057, + "name": "WebhookDispatch" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2040, + 2037, + 2041, + 2035, + 2042, + 2038, + 2036, + 2039 + ] + }, + { + "title": "Methods", + "children": [ + 2015 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 5, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L5" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 2076, + "name": "WebhookDispatchCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2104, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 2101, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 2105, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 2099, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 2106, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 2102, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 2100, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 2103, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 2080, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 2081, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches/webhook-dispatches-collection/get-list-of-webhook-dispatches" + } + ] + }, + "parameters": [ + { + "id": 2082, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2121, + "name": "WebhookDispatchCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 2057, + "name": "WebhookDispatch" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2104, + 2101, + 2105, + 2099, + 2106, + 2102, + 2100, + 2103 + ] + }, + { + "title": "Methods", + "children": [ + 2080 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1842, + "name": "AccountAndUsageLimits", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1845, + "name": "current", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 201, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L201" + } + ], + "type": { + "type": "reference", + "id": 1862, + "name": "Current" + } + }, + { + "id": 1844, + "name": "limits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L200" + } + ], + "type": { + "type": "reference", + "id": 1849, + "name": "Limits" + } + }, + { + "id": 1843, + "name": "monthlyUsageCycle", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L199" + } + ], + "type": { + "type": "reference", + "id": 1846, + "name": "MonthlyUsageCycle" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1845, + 1844, + 1843 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 198, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L198" + } + ] + }, + { + "id": 233, + "name": "Actor", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 255, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 244, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L244" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 281, + "name": "ActorStandby" + }, + { + "type": "reflection", + "declaration": { + "id": 256, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 257, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 245, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L245" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 257 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 244, + "character": 34, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L244" + } + ] + } + } + ] + } + }, + { + "id": 254, + "name": "categories", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 243, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L243" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 242, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 231, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L231" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 246, + "name": "defaultRunOptions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 235, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L235" + } + ], + "type": { + "type": "reference", + "id": 267, + "name": "ActorDefaultRunOptions" + } + }, + { + "id": 249, + "name": "deploymentKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 238, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L238" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 238, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L227" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 247, + "name": "exampleRunInput", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 236, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L236" + } + ], + "type": { + "type": "reference", + "id": 271, + "name": "ActorExampleRunInput" + } + }, + { + "id": 234, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 223, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L223" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 241, + "name": "isAnonymouslyRunnable", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 248, + "name": "isDeprecated", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 237, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L237" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 240, + "name": "isPublic", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 229, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L229" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 243, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L232" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 236, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 225, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L225" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 239, + "name": "restartOnError", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 253, + "name": "seoDescription", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 242, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L242" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 252, + "name": "seoTitle", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 241, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L241" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 244, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 233, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L233" + } + ], + "type": { + "type": "reference", + "id": 258, + "name": "ActorStats" + } + }, + { + "id": 251, + "name": "taggedBuilds", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 240, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L240" + } + ], + "type": { + "type": "reference", + "id": 274, + "name": "ActorTaggedBuilds" + } + }, + { + "id": 250, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L239" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 235, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L224" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 237, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 245, + "name": "versions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L234" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "ActorVersion" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 255, + 254, + 242, + 246, + 249, + 238, + 247, + 234, + 241, + 248, + 240, + 243, + 236, + 239, + 253, + 252, + 244, + 251, + 250, + 235, + 237, + 245 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 222, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L222" + } + ] + }, + { + "id": 379, + "name": "ActorBuildOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 380, + "name": "betaPackages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 436, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L436" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 381, + "name": "tag", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 437, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L437" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 382, + "name": "useCache", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 438, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L438" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 383, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 439, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L439" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 380, + 381, + 382, + 383 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 435, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L435" + } + ] + }, + { + "id": 295, + "name": "ActorCallOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 297, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tag or number of the actor build to run (e.g. " + }, + { + "kind": "code", + "text": "`beta`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`1.2.345`" + }, + { + "kind": "text", + "text": ").\nIf not provided, the run uses build tag or number from the default actor run configuration (typically " + }, + { + "kind": "code", + "text": "`latest`" + }, + { + "kind": "text", + "text": ")." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 310, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L310" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.build" + } + }, + { + "id": 298, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Content type for the " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": ". If not specified,\n" + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " is expected to be an object that will be stringified to JSON and content type set to\n" + }, + { + "kind": "code", + "text": "`application/json; charset=utf-8`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`options.contentType`" + }, + { + "kind": "text", + "text": " is specified, then " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " must be a\n" + }, + { + "kind": "code", + "text": "`String`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`Buffer`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 318, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L318" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.contentType" + } + }, + { + "id": 302, + "name": "maxItems", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies maximum number of items that the actor run should return.\nThis is used by pay per result actors to limit the maximum number of results that will be charged to customer.\nValue can be accessed in actor run using " + }, + { + "kind": "code", + "text": "`ACTOR_MAX_PAID_DATASET_ITEMS`" + }, + { + "kind": "text", + "text": " environment variable." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 351, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L351" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.maxItems" + } + }, + { + "id": 299, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Memory in megabytes which will be allocated for the new actor run.\nIf not provided, the run uses memory of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 324, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L324" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.memory" + } + }, + { + "id": 300, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Timeout for the actor run in seconds. Zero value means there is no timeout.\nIf not provided, the run uses timeout of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 329, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L329" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.timeout" + } + }, + { + "id": 296, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 357, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L357" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 301, + "name": "webhooks", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies optional webhooks associated with the actor run, which can be used\nto receive a notification e.g. when the actor finished or failed, see\n[ad hook webhooks documentation](https://docs.apify.com/webhooks/ad-hoc-webhooks) for detailed description." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 344, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L344" + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1948, + "name": "WebhookUpdateData" + } + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.webhooks" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 297, + 298, + 302, + 299, + 300, + 296, + 301 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 356, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L356" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 287, + "name": "ActorStartOptions" + }, + { + "type": "literal", + "value": "waitForFinish" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + ] + }, + { + "id": 446, + "name": "ActorCollectionCreateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 459, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 74, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L74" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 281, + "name": "ActorStandby" + }, + { + "type": "reflection", + "declaration": { + "id": 460, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 461, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 75, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L75" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 461 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 74, + "character": 34, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L74" + } + ] + } + } + ] + } + }, + { + "id": 447, + "name": "categories", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 62, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L62" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 448, + "name": "defaultRunOptions", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 63, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L63" + } + ], + "type": { + "type": "reference", + "id": 267, + "name": "ActorDefaultRunOptions" + } + }, + { + "id": 449, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 64, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L64" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 450, + "name": "exampleRunInput", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 65, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L65" + } + ], + "type": { + "type": "reference", + "id": 271, + "name": "ActorExampleRunInput" + } + }, + { + "id": 451, + "name": "isDeprecated", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 66, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L66" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 452, + "name": "isPublic", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 67, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L67" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 453, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 68, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L68" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 454, + "name": "restartOnError", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 69, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L69" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 456, + "name": "seoDescription", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 71, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L71" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 455, + "name": "seoTitle", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 70, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L70" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 457, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 72, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L72" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 458, + "name": "versions", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 73, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L73" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "ActorVersion" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 459, + 447, + 448, + 449, + 450, + 451, + 452, + 453, + 454, + 456, + 455, + 457, + 458 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 61, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L61" + } + ] + }, + { + "id": 439, + "name": "ActorCollectionListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 441, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 53, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L53" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 440, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 52, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L52" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 442, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 54, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L54" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 443, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 55, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L55" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 444, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 441, + 440, + 442, + 443, + 444 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 51, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L51" + } + ] + }, + { + "id": 434, + "name": "ActorCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 438, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 436, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 435, + "name": "my", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 437, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 438, + 436, + 435, + 437 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 44, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L44" + } + ] + }, + { + "id": 267, + "name": "ActorDefaultRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 268, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 261, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L261" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 270, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 263, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L263" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 269, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 262, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L262" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 268, + 270, + 269 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 260, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L260" + } + ] + }, + { + "id": 271, + "name": "ActorExampleRunInput", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 272, + "name": "body", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 267, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L267" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 273, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 268, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L268" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 272, + 273 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 266, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L266" + } + ] + }, + { + "id": 384, + "name": "ActorLastRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 385, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 443, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L443" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "TIMING_OUT" + }, + { + "type": "literal", + "value": "TIMED_OUT" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 385 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 442, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L442" + } + ] + }, + { + "id": 317, + "name": "ActorRun", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 329, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 362, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L362" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 305, + "name": "ActorRunListItem.actId" + } + }, + { + "id": 330, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 363, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L363" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 306, + "name": "ActorRunListItem.actorTaskId" + } + }, + { + "id": 335, + "name": "buildId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 368, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L368" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 311, + "name": "ActorRunListItem.buildId" + } + }, + { + "id": 336, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 369, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L369" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 312, + "name": "ActorRunListItem.buildNumber" + } + }, + { + "id": 323, + "name": "containerUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 382, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L382" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 338, + "name": "defaultDatasetId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 371, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L371" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 314, + "name": "ActorRunListItem.defaultDatasetId" + } + }, + { + "id": 337, + "name": "defaultKeyValueStoreId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 370, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L370" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 313, + "name": "ActorRunListItem.defaultKeyValueStoreId" + } + }, + { + "id": 339, + "name": "defaultRequestQueueId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 372, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L372" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 315, + "name": "ActorRunListItem.defaultRequestQueueId" + } + }, + { + "id": 322, + "name": "exitCode", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 381, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L381" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 332, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 365, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L365" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "id": 308, + "name": "ActorRunListItem.finishedAt" + } + }, + { + "id": 325, + "name": "gitBranchName", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 384, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L384" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 328, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 361, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L361" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 304, + "name": "ActorRunListItem.id" + } + }, + { + "id": 324, + "name": "isContainerServerReady", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 383, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L383" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 334, + "name": "meta", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 367, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L367" + } + ], + "type": { + "type": "reference", + "id": 354, + "name": "ActorRunMeta" + }, + "inheritedFrom": { + "type": "reference", + "id": 310, + "name": "ActorRunListItem.meta" + } + }, + { + "id": 321, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 380, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L380" + } + ], + "type": { + "type": "reference", + "id": 374, + "name": "ActorRunOptions" + } + }, + { + "id": 331, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 364, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L364" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "id": 307, + "name": "ActorRunListItem.startedAt" + } + }, + { + "id": 320, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 379, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L379" + } + ], + "type": { + "type": "reference", + "id": 358, + "name": "ActorRunStats" + } + }, + { + "id": 333, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 366, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L366" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + }, + { + "type": "literal", + "value": "TIMING-OUT" + }, + { + "type": "literal", + "value": "TIMED-OUT" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 309, + "name": "ActorRunListItem.status" + } + }, + { + "id": 319, + "name": "statusMessage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 378, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L378" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 326, + "name": "usage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 385, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L385" + } + ], + "type": { + "type": "reference", + "id": 341, + "name": "ActorRunUsage" + } + }, + { + "id": 340, + "name": "usageTotalUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 373, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L373" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 316, + "name": "ActorRunListItem.usageTotalUsd" + } + }, + { + "id": 327, + "name": "usageUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 386, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L386" + } + ], + "type": { + "type": "reference", + "id": 341, + "name": "ActorRunUsage" + } + }, + { + "id": 318, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 377, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L377" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 329, + 330, + 335, + 336, + 323, + 338, + 337, + 339, + 322, + 332, + 325, + 328, + 324, + 334, + 321, + 331, + 320, + 333, + 319, + 326, + 340, + 327, + 318 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 376, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L376" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 303, + "name": "ActorRunListItem" + } + ] + }, + { + "id": 303, + "name": "ActorRunListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 305, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 362, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L362" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 306, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 363, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L363" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 311, + "name": "buildId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 368, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L368" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 312, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 369, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L369" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 314, + "name": "defaultDatasetId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 371, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L371" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 313, + "name": "defaultKeyValueStoreId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 370, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L370" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 315, + "name": "defaultRequestQueueId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 372, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L372" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 308, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 365, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L365" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 304, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 361, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L361" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 310, + "name": "meta", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 367, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L367" + } + ], + "type": { + "type": "reference", + "id": 354, + "name": "ActorRunMeta" + } + }, + { + "id": 307, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 364, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L364" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 309, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 366, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L366" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + }, + { + "type": "literal", + "value": "TIMING-OUT" + }, + { + "type": "literal", + "value": "TIMED-OUT" + } + ] + } + }, + { + "id": 316, + "name": "usageTotalUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 373, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L373" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 305, + 306, + 311, + 312, + 314, + 313, + 315, + 308, + 304, + 310, + 307, + 309, + 316 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 360, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L360" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 317, + "name": "ActorRun" + } + ] + }, + { + "id": 354, + "name": "ActorRunMeta", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 356, + "name": "clientIp", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 406, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L406" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 355, + "name": "origin", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 405, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L405" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 357, + "name": "userAgent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 407, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L407" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 356, + 355, + 357 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 404, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L404" + } + ] + }, + { + "id": 374, + "name": "ActorRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 375, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 429, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L429" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 378, + "name": "diskMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 432, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L432" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 377, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 431, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L431" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 376, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 430, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L430" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 375, + 378, + 377, + 376 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 428, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L428" + } + ] + }, + { + "id": 358, + "name": "ActorRunStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 373, + "name": "computeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 425, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L425" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 365, + "name": "cpuAvgUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 417, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L417" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 367, + "name": "cpuCurrentUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 419, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L419" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 366, + "name": "cpuMaxUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 418, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L418" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 370, + "name": "durationMillis", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 422, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L422" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 359, + "name": "inputBodyLen", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 411, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L411" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 362, + "name": "memAvgBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 414, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L414" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 364, + "name": "memCurrentBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 416, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L416" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 363, + "name": "memMaxBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 415, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L415" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 372, + "name": "metamorph", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 424, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L424" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 368, + "name": "netRxBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 420, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L420" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 369, + "name": "netTxBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 421, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L421" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 360, + "name": "restartCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 412, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L412" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 361, + "name": "resurrectCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 413, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L413" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 371, + "name": "runTimeSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 423, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L423" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 373, + 365, + 367, + 366, + 370, + 359, + 362, + 364, + 363, + 372, + 368, + 369, + 360, + 361, + 371 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 410, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L410" + } + ] + }, + { + "id": 341, + "name": "ActorRunUsage", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 342, + "name": "ACTOR_COMPUTE_UNITS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 390, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L390" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 343, + "name": "DATASET_READS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 391, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L391" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 344, + "name": "DATASET_WRITES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 392, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L392" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 351, + "name": "DATA_TRANSFER_EXTERNAL_GBYTES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 399, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L399" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 350, + "name": "DATA_TRANSFER_INTERNAL_GBYTES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 398, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L398" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 347, + "name": "KEY_VALUE_STORE_LISTS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 395, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L395" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 345, + "name": "KEY_VALUE_STORE_READS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 393, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L393" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 346, + "name": "KEY_VALUE_STORE_WRITES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 394, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L394" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 352, + "name": "PROXY_RESIDENTIAL_TRANSFER_GBYTES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 400, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L400" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 353, + "name": "PROXY_SERPS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 401, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L401" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 348, + "name": "REQUEST_QUEUE_READS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 396, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L396" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 349, + "name": "REQUEST_QUEUE_WRITES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 397, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L397" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 342, + 343, + 344, + 351, + 350, + 347, + 345, + 346, + 352, + 353, + 348, + 349 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 389, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L389" + } + ] + }, + { + "id": 281, + "name": "ActorStandby", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 285, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 301, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L301" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 282, + "name": "desiredRequestsPerActorRun", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 298, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L298" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 284, + "name": "idleTimeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 300, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L300" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 283, + "name": "maxRequestsPerActorRun", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 299, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L299" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 286, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 302, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L302" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 285, + 282, + 284, + 283, + 286 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 297, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L297" + } + ] + }, + { + "id": 287, + "name": "ActorStartOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 288, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tag or number of the actor build to run (e.g. " + }, + { + "kind": "code", + "text": "`beta`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`1.2.345`" + }, + { + "kind": "text", + "text": ").\nIf not provided, the run uses build tag or number from the default actor run configuration (typically " + }, + { + "kind": "code", + "text": "`latest`" + }, + { + "kind": "text", + "text": ")." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 310, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L310" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 289, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Content type for the " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": ". If not specified,\n" + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " is expected to be an object that will be stringified to JSON and content type set to\n" + }, + { + "kind": "code", + "text": "`application/json; charset=utf-8`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`options.contentType`" + }, + { + "kind": "text", + "text": " is specified, then " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " must be a\n" + }, + { + "kind": "code", + "text": "`String`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`Buffer`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 318, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L318" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 294, + "name": "maxItems", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies maximum number of items that the actor run should return.\nThis is used by pay per result actors to limit the maximum number of results that will be charged to customer.\nValue can be accessed in actor run using " + }, + { + "kind": "code", + "text": "`ACTOR_MAX_PAID_DATASET_ITEMS`" + }, + { + "kind": "text", + "text": " environment variable." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 351, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L351" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 290, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Memory in megabytes which will be allocated for the new actor run.\nIf not provided, the run uses memory of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 324, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L324" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 291, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Timeout for the actor run in seconds. Zero value means there is no timeout.\nIf not provided, the run uses timeout of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 329, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L329" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 292, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum time to wait for the actor run to finish, in seconds.\nIf the limit is reached, the returned promise is resolved to a run object that will have\nstatus " + }, + { + "kind": "code", + "text": "`READY`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`RUNNING`" + }, + { + "kind": "text", + "text": " and it will not contain the actor run output.\nIf " + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " is null or undefined, the function waits for the actor to finish (default behavior)." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 337, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L337" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 293, + "name": "webhooks", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies optional webhooks associated with the actor run, which can be used\nto receive a notification e.g. when the actor finished or failed, see\n[ad hook webhooks documentation](https://docs.apify.com/webhooks/ad-hoc-webhooks) for detailed description." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 344, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L344" + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1948, + "name": "WebhookUpdateData" + } + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 288, + 289, + 294, + 290, + 291, + 292, + 293 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 305, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L305" + } + ] + }, + { + "id": 258, + "name": "ActorStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 266, + "name": "lastRunStartedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 257, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L257" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 259, + "name": "totalBuilds", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 250, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L250" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 265, + "name": "totalMetamorphs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 256, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L256" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 260, + "name": "totalRuns", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 251, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L251" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 261, + "name": "totalUsers", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 252, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L252" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 263, + "name": "totalUsers30Days", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 254, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L254" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 262, + "name": "totalUsers7Days", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 253, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L253" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 264, + "name": "totalUsers90Days", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 255, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L255" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 266, + 259, + 265, + 260, + 261, + 263, + 262, + 264 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 249, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L249" + } + ] + }, + { + "id": 2172, + "name": "ActorStoreList", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2179, + "name": "currentPricingInfo", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L48" + } + ], + "type": { + "type": "reference", + "id": 2170, + "name": "PricingInfo" + } + }, + { + "id": 2177, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2173, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 42, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L42" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2174, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2180, + "name": "pictureUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 49, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L49" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2178, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L47" + } + ], + "type": { + "type": "reference", + "id": 258, + "name": "ActorStats" + } + }, + { + "id": 2176, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2182, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 51, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L51" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2181, + "name": "userPictureUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 50, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2175, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2179, + 2177, + 2173, + 2174, + 2180, + 2178, + 2176, + 2182, + 2181, + 2175 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 41, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L41" + } + ] + }, + { + "id": 276, + "name": "ActorTaggedBuild", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 277, + "name": "buildId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 276, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L276" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 278, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 277, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L277" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 279, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 278, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L278" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 277, + 278, + 279 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 275, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L275" + } + ] + }, + { + "id": 274, + "name": "ActorTaggedBuilds", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 275, + "name": "latest", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 272, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L272" + } + ], + "type": { + "type": "reference", + "id": 276, + "name": "ActorTaggedBuild" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 275 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 271, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L271" + } + ] + }, + { + "id": 145, + "name": "ApifyClientOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 146, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "https://api.apify.com" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 336, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L336" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 147, + "name": "maxRetries", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "8" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 338, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L338" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 148, + "name": "minDelayBetweenRetriesMillis", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "500" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 340, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L340" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 149, + "name": "requestInterceptors", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "[]" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 342, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L342" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 150, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "node_modules/axios/index.d.ts", + "line": 480, + "character": 21 + } + ], + "signatures": [ + { + "id": 151, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 152, + "name": "value", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "name": "ApifyRequestConfig" + } + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "name": "ApifyRequestConfig" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "name": "ApifyRequestConfig" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + ] + } + } + ] + } + } + ] + } + } + }, + { + "id": 153, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "360" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 344, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L344" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 154, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 345, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L345" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 155, + "name": "userAgentSuffix", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 346, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L346" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 146, + 147, + 148, + 149, + 153, + 154, + 155 + ] + } + ], + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 334, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/apify_client.ts#L334" + } + ] + }, + { + "id": 526, + "name": "Build", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 528, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 105, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L105" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 538, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 115, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L115" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 531, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 108, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L108" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 527, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 104, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L104" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 536, + "name": "inputSchema", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 113, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L113" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 533, + "name": "meta", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 110, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L110" + } + ], + "type": { + "type": "reference", + "id": 522, + "name": "BuildMeta" + } + }, + { + "id": 535, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L112" + } + ], + "type": { + "type": "reference", + "id": 548, + "name": "BuildOptions" + } + }, + { + "id": 537, + "name": "readme", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 114, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L114" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 530, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 107, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L107" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 534, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L111" + } + ], + "type": { + "type": "reference", + "id": 544, + "name": "BuildStats" + } + }, + { + "id": 532, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 109, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L109" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "ABORTED" + }, + { + "type": "literal", + "value": "TIMED-OUT" + } + ] + } + }, + { + "id": 539, + "name": "usage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 116, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L116" + } + ], + "type": { + "type": "reference", + "id": 542, + "name": "BuildUsage" + } + }, + { + "id": 540, + "name": "usageTotalUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 117, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L117" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 541, + "name": "usageUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 118, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L118" + } + ], + "type": { + "type": "reference", + "id": 542, + "name": "BuildUsage" + } + }, + { + "id": 529, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 106, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L106" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 528, + 538, + 531, + 527, + 536, + 533, + 535, + 537, + 530, + 534, + 532, + 539, + 540, + 541, + 529 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 103, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L103" + } + ] + }, + { + "id": 518, + "name": "BuildClientGetOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 519, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 85, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L85" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 519 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 84, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L84" + } + ] + }, + { + "id": 520, + "name": "BuildClientWaitForFinishOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 521, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum time to wait for the build to finish, in seconds.\nIf the limit is reached, the returned promise is resolved to a build object that will have\nstatus " + }, + { + "kind": "code", + "text": "`READY`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`RUNNING`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " omitted, the function waits indefinitely." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 94, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L94" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 521 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 88, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L88" + } + ] + }, + { + "id": 598, + "name": "BuildCollectionClientListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 601, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 599, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L34" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 600, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 35, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L35" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 601, + 599, + 600 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 33, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L33" + } + ] + }, + { + "id": 522, + "name": "BuildMeta", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 524, + "name": "clientIp", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 99, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L99" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 523, + "name": "origin", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 98, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L98" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 525, + "name": "userAgent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 100, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L100" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 524, + 523, + 525 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 97, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L97" + } + ] + }, + { + "id": 548, + "name": "BuildOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 550, + "name": "betaPackages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 133, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L133" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 552, + "name": "diskMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L135" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 551, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 134, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L134" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 549, + "name": "useCache", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 132, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L132" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 550, + 552, + 551, + 549 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 131, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L131" + } + ] + }, + { + "id": 544, + "name": "BuildStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 547, + "name": "computeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 128, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L128" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 545, + "name": "durationMillis", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 126, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L126" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 546, + "name": "runTimeSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 127, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L127" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 547, + 545, + 546 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 125, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L125" + } + ] + }, + { + "id": 542, + "name": "BuildUsage", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 543, + "name": "ACTOR_COMPUTE_UNITS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 122, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L122" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 543 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 121, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build.ts#L121" + } + ] + }, + { + "id": 1862, + "name": "Current", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1871, + "name": "activeActorJobCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L234" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1869, + "name": "actorCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L232" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1868, + "name": "actorMemoryGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 231, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L231" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1870, + "name": "actorTaskCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 233, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L233" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1864, + "name": "monthlyActorComputeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L227" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1865, + "name": "monthlyExternalDataTransferGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1866, + "name": "monthlyProxySerps", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 229, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L229" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1867, + "name": "monthlyResidentialProxyGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1863, + "name": "monthlyUsageUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1872, + "name": "teamAccountSeatCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 235, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L235" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1871, + 1869, + 1868, + 1870, + 1864, + 1865, + 1866, + 1867, + 1863, + 1872 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 225, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L225" + } + ] + }, + { + "id": 671, + "name": "Dataset", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 678, + "name": "accessedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 153, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L153" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 681, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 156, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L156" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 682, + "name": "actRunId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 157, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L157" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 680, + "name": "cleanItemCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 155, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L155" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 676, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 151, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L151" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 684, + "name": "fields", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 159, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L159" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 672, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 147, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L147" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 679, + "name": "itemCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 154, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L154" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 677, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 152, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L152" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 673, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 148, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L148" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 683, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 158, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L158" + } + ], + "type": { + "type": "reference", + "id": 685, + "name": "DatasetStats" + } + }, + { + "id": 674, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 149, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L149" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 675, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 150, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L150" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 678, + 681, + 682, + 680, + 676, + 684, + 672, + 679, + 677, + 673, + 683, + 674, + 675 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 146, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L146" + } + ] + }, + { + "id": 713, + "name": "DatasetClientDownloadItemsOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 714, + "name": "attachment", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L206" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 715, + "name": "bom", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 207, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L207" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 720, + "name": "clean", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 175, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L175" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 694, + "name": "DatasetClientListItemOptions.clean" + } + }, + { + "id": 716, + "name": "delimiter", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 208, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L208" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 721, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 176, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 695, + "name": "DatasetClientListItemOptions.desc" + } + }, + { + "id": 723, + "name": "fields", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 178, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L178" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 697, + "name": "DatasetClientListItemOptions.fields" + } + }, + { + "id": 722, + "name": "flatten", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 177, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L177" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 696, + "name": "DatasetClientListItemOptions.flatten" + } + }, + { + "id": 725, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 180, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L180" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 699, + "name": "DatasetClientListItemOptions.limit" + } + }, + { + "id": 726, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 181, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L181" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 700, + "name": "DatasetClientListItemOptions.offset" + } + }, + { + "id": 724, + "name": "omit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 179, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L179" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 698, + "name": "DatasetClientListItemOptions.omit" + } + }, + { + "id": 727, + "name": "skipEmpty", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 182, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L182" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 701, + "name": "DatasetClientListItemOptions.skipEmpty" + } + }, + { + "id": 717, + "name": "skipHeaderRow", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 209, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L209" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 728, + "name": "skipHidden", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 183, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L183" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 702, + "name": "DatasetClientListItemOptions.skipHidden" + } + }, + { + "id": 729, + "name": "unwind", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 184, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L184" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 703, + "name": "DatasetClientListItemOptions.unwind" + } + }, + { + "id": 730, + "name": "view", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 185, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L185" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 704, + "name": "DatasetClientListItemOptions.view" + } + }, + { + "id": 718, + "name": "xmlRoot", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L210" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 719, + "name": "xmlRow", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 211, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L211" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 714, + 715, + 720, + 716, + 721, + 723, + 722, + 725, + 726, + 724, + 727, + 717, + 728, + 729, + 730, + 718, + 719 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 205, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L205" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 693, + "name": "DatasetClientListItemOptions" + } + ] + }, + { + "id": 693, + "name": "DatasetClientListItemOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 694, + "name": "clean", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 175, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L175" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 695, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 176, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 697, + "name": "fields", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 178, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L178" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 696, + "name": "flatten", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 177, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L177" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 699, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 180, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L180" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 700, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 181, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L181" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 698, + "name": "omit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 179, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L179" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 701, + "name": "skipEmpty", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 182, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L182" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 702, + "name": "skipHidden", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 183, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L183" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 703, + "name": "unwind", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 184, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L184" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + }, + { + "id": 704, + "name": "view", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 185, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L185" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 694, + 695, + 697, + 696, + 699, + 700, + 698, + 701, + 702, + 703, + 704 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 174, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L174" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 713, + "name": "DatasetClientDownloadItemsOptions" + } + ] + }, + { + "id": 690, + "name": "DatasetClientUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 691, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 170, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L170" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 692, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 171, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L171" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 691, + 692 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 169, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L169" + } + ] + }, + { + "id": 785, + "name": "DatasetCollectionClientGetOrCreateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 786, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 52, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L52" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 786 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 51, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L51" + } + ] + }, + { + "id": 780, + "name": "DatasetCollectionClientListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 784, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 782, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 783, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 781, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 784, + 782, + 783, + 781 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 44, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L44" + } + ] + }, + { + "id": 685, + "name": "DatasetStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 688, + "name": "deleteCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 165, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L165" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 686, + "name": "readCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 163, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L163" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 689, + "name": "storageBytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 166, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L166" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 687, + "name": "writeCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 164, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L164" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 688, + 686, + 689, + 687 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 162, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset.ts#L162" + } + ] + }, + { + "id": 891, + "name": "KeyValueClientGetRecordOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 892, + "name": "buffer", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 263, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L263" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 893, + "name": "stream", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 264, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L264" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 892, + 893 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 262, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L262" + } + ] + }, + { + "id": 878, + "name": "KeyValueClientListKeysOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 880, + "name": "exclusiveStartKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 245, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L245" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 879, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 244, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L244" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 880, + 879 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 243, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L243" + } + ] + }, + { + "id": 881, + "name": "KeyValueClientListKeysResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 882, + "name": "count", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 249, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L249" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 884, + "name": "exclusiveStartKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 251, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L251" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 885, + "name": "isTruncated", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 252, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L252" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 887, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 254, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L254" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 888, + "name": "KeyValueListItem" + } + } + }, + { + "id": 883, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 250, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L250" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 886, + "name": "nextExclusiveStartKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 253, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L253" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 882, + 884, + 885, + 887, + 883, + 886 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 248, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L248" + } + ] + }, + { + "id": 875, + "name": "KeyValueClientUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 876, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L239" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 877, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 240, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L240" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 876, + 877 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 238, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L238" + } + ] + }, + { + "id": 888, + "name": "KeyValueListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 889, + "name": "key", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 258, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L258" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 890, + "name": "size", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 259, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L259" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 889, + 890 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 257, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L257" + } + ] + }, + { + "id": 858, + "name": "KeyValueStore", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 865, + "name": "accessedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L224" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 866, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 225, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L225" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 867, + "name": "actRunId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 863, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 222, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L222" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 859, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 218, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L218" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 864, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 223, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L223" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 860, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 219, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L219" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 868, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L227" + } + ], + "type": { + "type": "reference", + "id": 869, + "name": "KeyValueStoreStats" + } + }, + { + "id": 861, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L220" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 862, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 221, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L221" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 865, + 866, + 867, + 863, + 859, + 864, + 860, + 868, + 861, + 862 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 217, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L217" + } + ] + }, + { + "id": 955, + "name": "KeyValueStoreCollectionClientGetOrCreateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 956, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 52, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L52" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 956 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 51, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L51" + } + ] + }, + { + "id": 950, + "name": "KeyValueStoreCollectionClientListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 954, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 952, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 953, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 951, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 954, + 952, + 953, + 951 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 44, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L44" + } + ] + }, + { + "id": 894, + "name": "KeyValueStoreRecord", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 897, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 270, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L270" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 895, + "name": "key", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 268, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L268" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 896, + "name": "value", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 269, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L269" + } + ], + "type": { + "type": "reference", + "id": 898, + "name": "T" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 897, + 895, + 896 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 267, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L267" + } + ], + "typeParameters": [ + { + "id": 898, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ] + }, + { + "id": 869, + "name": "KeyValueStoreStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 872, + "name": "deleteCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 233, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L233" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 873, + "name": "listCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L234" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 870, + "name": "readCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 231, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L231" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 874, + "name": "storageBytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 235, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L235" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 871, + "name": "writeCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L232" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 872, + 873, + 870, + 874, + 871 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 230, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L230" + } + ] + }, + { + "id": 1849, + "name": "Limits", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1860, + "name": "dataRetentionDays", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L220" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1856, + "name": "maxActorCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 216, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L216" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1855, + "name": "maxActorMemoryGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 215, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L215" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1857, + "name": "maxActorTaskCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 217, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L217" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1858, + "name": "maxConcurrentActorJobs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 218, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L218" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1851, + "name": "maxMonthlyActorComputeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 211, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L211" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1852, + "name": "maxMonthlyExternalDataTransferGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 212, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L212" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1853, + "name": "maxMonthlyProxySerps", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 213, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L213" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1854, + "name": "maxMonthlyResidentialProxyGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 214, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L214" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1850, + "name": "maxMonthlyUsageUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L210" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1859, + "name": "maxTeamAccountSeatCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 219, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L219" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1860, + 1856, + 1855, + 1857, + 1858, + 1851, + 1852, + 1853, + 1854, + 1850, + 1859 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 209, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L209" + } + ] + }, + { + "id": 1830, + "name": "MonthlyUsage", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1836, + "name": "dailyServiceUsages", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 155, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L155" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "DailyServiceUsage" + } + } + }, + { + "id": 1832, + "name": "monthlyServiceUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 154, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L154" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1833, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 154, + "character": 25, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L154" + } + ], + "indexSignature": { + "id": 1834, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 1835, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "name": "MonthlyServiceUsageData" + } + } + } + } + }, + { + "id": 1838, + "name": "totalUsageCreditsUsdAfterVolumeDiscount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 157, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L157" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1837, + "name": "totalUsageCreditsUsdBeforeVolumeDiscount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 156, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L156" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1831, + "name": "usageCycle", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 153, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L153" + } + ], + "type": { + "type": "reference", + "id": 1839, + "name": "UsageCycle" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1836, + 1832, + 1838, + 1837, + 1831 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 152, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L152" + } + ] + }, + { + "id": 1846, + "name": "MonthlyUsageCycle", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1848, + "name": "endAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L206" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1847, + "name": "startAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 205, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L205" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1848, + 1847 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 204, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L204" + } + ] + }, + { + "id": 56, + "name": "PaginatedList", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 58, + "name": "count", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Count of dataset entries returned in this set." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 61, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Should the results be in descending order." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L232" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 62, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dataset entries based on chosen format parameter." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L234" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 63, + "name": "Data" + } + } + }, + { + "id": 60, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum number of dataset entries requested." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 59, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Position of the first returned entry in the dataset." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 57, + "name": "total", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Total count of entries in the dataset." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L224" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 58, + 61, + 62, + 60, + 59, + 57 + ] + } + ], + "sources": [ + { + "fileName": "src/utils.ts", + "line": 222, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L222" + } + ], + "typeParameters": [ + { + "id": 63, + "name": "Data", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ] + }, + { + "id": 2170, + "name": "PricingInfo", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2171, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2171 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 37, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L37" + } + ] + }, + { + "id": 1797, + "name": "ProxyGroup", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1800, + "name": "availableCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L112" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1799, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L111" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1798, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 110, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L110" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1800, + 1799, + 1798 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 109, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L109" + } + ] + }, + { + "id": 1114, + "name": "RequestQueue", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1121, + "name": "accessedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 478, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L478" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1126, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 483, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L483" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1127, + "name": "actRunId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 484, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L484" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1119, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 476, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L476" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1122, + "name": "expireAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 479, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L479" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1128, + "name": "hadMultipleClients", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 485, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L485" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1124, + "name": "handledRequestCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 481, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L481" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1115, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 472, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L472" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1120, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 477, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L477" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1116, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 473, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L473" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1125, + "name": "pendingRequestCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 482, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L482" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1129, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 486, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L486" + } + ], + "type": { + "type": "reference", + "id": 1130, + "name": "RequestQueueStats" + } + }, + { + "id": 1117, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 474, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L474" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1123, + "name": "totalRequestCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 480, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L480" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1118, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 475, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L475" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1121, + 1126, + 1127, + 1119, + 1122, + 1128, + 1124, + 1115, + 1120, + 1116, + 1125, + 1129, + 1117, + 1123, + 1118 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 471, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L471" + } + ] + }, + { + "id": 1173, + "name": "RequestQueueClientAddRequestOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1174, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 549, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L549" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1174 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 548, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L548" + } + ] + }, + { + "id": 1200, + "name": "RequestQueueClientAddRequestResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1201, + "name": "requestId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 588, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L588" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1203, + "name": "wasAlreadyHandled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 590, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L590" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1202, + "name": "wasAlreadyPresent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 589, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L589" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1201, + 1203, + 1202 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 587, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L587" + } + ] + }, + { + "id": 1182, + "name": "RequestQueueClientBatchAddRequestWithRetriesOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1183, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 566, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L566" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1185, + "name": "maxParallel", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 568, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L568" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1184, + "name": "maxUnprocessedRequestsRetries", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 567, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L567" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1186, + "name": "minDelayBetweenUnprocessedRequestsRetriesMillis", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 569, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L569" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1183, + 1185, + 1184, + 1186 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 565, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L565" + } + ] + }, + { + "id": 1204, + "name": "RequestQueueClientBatchRequestsOperationResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1205, + "name": "processedRequests", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 607, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L607" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "ProcessedRequest" + } + } + }, + { + "id": 1206, + "name": "unprocessedRequests", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 608, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L608" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "UnprocessedRequest" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1205, + 1206 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 606, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L606" + } + ] + }, + { + "id": 1178, + "name": "RequestQueueClientDeleteRequestLockOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1179, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 558, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L558" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1179 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 557, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L557" + } + ] + }, + { + "id": 1157, + "name": "RequestQueueClientListAndLockHeadOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1159, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 532, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L532" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1158, + "name": "lockSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 531, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L531" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1159, + 1158 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 530, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L530" + } + ] + }, + { + "id": 1160, + "name": "RequestQueueClientListAndLockHeadResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1164, + "name": "hadMultipleClients", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 509, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L509" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 1144, + "name": "RequestQueueClientListHeadResult.hadMultipleClients" + } + }, + { + "id": 1165, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 510, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L510" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1166, + "name": "RequestQueueClientListItem" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 1145, + "name": "RequestQueueClientListHeadResult.items" + } + }, + { + "id": 1162, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 507, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L507" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1142, + "name": "RequestQueueClientListHeadResult.limit" + } + }, + { + "id": 1161, + "name": "lockSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 536, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L536" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1163, + "name": "queueModifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 508, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L508" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "id": 1143, + "name": "RequestQueueClientListHeadResult.queueModifiedAt" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1164, + 1165, + 1162, + 1161, + 1163 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 535, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L535" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1141, + "name": "RequestQueueClientListHeadResult" + } + ] + }, + { + "id": 1139, + "name": "RequestQueueClientListHeadOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1140, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 503, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L503" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1140 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 502, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L502" + } + ] + }, + { + "id": 1141, + "name": "RequestQueueClientListHeadResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1144, + "name": "hadMultipleClients", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 509, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L509" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1145, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 510, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L510" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1166, + "name": "RequestQueueClientListItem" + } + } + }, + { + "id": 1142, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 507, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L507" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1143, + "name": "queueModifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 508, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L508" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1144, + 1145, + 1142, + 1143 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 506, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L506" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 1160, + "name": "RequestQueueClientListAndLockHeadResult" + } + ] + }, + { + "id": 1166, + "name": "RequestQueueClientListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1167, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 540, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L540" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1172, + "name": "lockExpiresAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 545, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L545" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1171, + "name": "method", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 544, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L544" + } + ], + "type": { + "type": "reference", + "id": 1209, + "name": "AllowedHttpMethods" + } + }, + { + "id": 1168, + "name": "retryCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 541, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L541" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1169, + "name": "uniqueKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 542, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L542" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1170, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 543, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L543" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1167, + 1172, + 1171, + 1168, + 1169, + 1170 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 539, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L539" + } + ] + }, + { + "id": 1146, + "name": "RequestQueueClientListRequestsOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1148, + "name": "exclusiveStartId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 515, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L515" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1147, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 514, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L514" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1148, + 1147 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 513, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L513" + } + ] + }, + { + "id": 1153, + "name": "RequestQueueClientListRequestsResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1155, + "name": "exclusiveStartId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 526, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L526" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1156, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 527, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L527" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1187, + "name": "RequestQueueClientRequestSchema" + } + } + }, + { + "id": 1154, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 525, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L525" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1155, + 1156, + 1154 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 524, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L524" + } + ] + }, + { + "id": 1149, + "name": "RequestQueueClientPaginateRequestsOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1152, + "name": "exclusiveStartId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 521, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L521" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1150, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 519, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L519" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1151, + "name": "maxPageLimit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 520, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L520" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1152, + 1150, + 1151 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 518, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L518" + } + ] + }, + { + "id": 1175, + "name": "RequestQueueClientProlongRequestLockOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1176, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 553, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L553" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1177, + "name": "lockSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 554, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L554" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1176, + 1177 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 552, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L552" + } + ] + }, + { + "id": 1180, + "name": "RequestQueueClientProlongRequestLockResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1181, + "name": "lockExpiresAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 562, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L562" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1181 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 561, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L561" + } + ] + }, + { + "id": 1187, + "name": "RequestQueueClientRequestSchema", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1194, + "name": "errorMessages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 579, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L579" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 1197, + "name": "handledAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 582, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L582" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1195, + "name": "headers", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 580, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L580" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 1188, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 573, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L573" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1199, + "name": "loadedUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 584, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L584" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1191, + "name": "method", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 576, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L576" + } + ], + "type": { + "type": "reference", + "id": 1209, + "name": "AllowedHttpMethods" + } + }, + { + "id": 1198, + "name": "noRetry", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 583, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L583" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1192, + "name": "payload", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 577, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L577" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1193, + "name": "retryCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 578, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L578" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1189, + "name": "uniqueKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 574, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L574" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1190, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 575, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L575" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1196, + "name": "userData", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 581, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L581" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1194, + 1197, + 1195, + 1188, + 1199, + 1191, + 1198, + 1192, + 1193, + 1189, + 1190, + 1196 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 572, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L572" + } + ] + }, + { + "id": 1136, + "name": "RequestQueueClientUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1137, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 498, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L498" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 1138, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 499, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L499" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1137, + 1138 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 497, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L497" + } + ] + }, + { + "id": 1260, + "name": "RequestQueueCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1264, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1262, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1263, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1261, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1264, + 1262, + 1263, + 1261 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 43, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L43" + } + ] + }, + { + "id": 1130, + "name": "RequestQueueStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1133, + "name": "deleteCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 492, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L492" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1134, + "name": "headItemReadCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 493, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L493" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1131, + "name": "readCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 490, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L490" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1135, + "name": "storageBytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 494, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L494" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1132, + "name": "writeCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 491, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L491" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1133, + 1134, + 1131, + 1135, + 1132 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 489, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L489" + } + ] + }, + { + "id": 1111, + "name": "RequestQueueUserOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1112, + "name": "clientKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 467, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L467" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1113, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 468, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L468" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1112, + 1113 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 466, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L466" + } + ] + }, + { + "id": 1348, + "name": "RunAbortOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1349, + "name": "gracefully", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 215, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L215" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1349 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 214, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L214" + } + ] + }, + { + "id": 1407, + "name": "RunCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1410, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1408, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1409, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 37, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L37" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1411, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 39, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L39" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "TIMING_OUT" + }, + { + "type": "literal", + "value": "TIMED_OUT" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1410, + 1408, + 1409, + 1411 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 35, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run_collection.ts#L35" + } + ] + }, + { + "id": 1346, + "name": "RunGetOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1347, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 211, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L211" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1347 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 210, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L210" + } + ] + }, + { + "id": 1350, + "name": "RunMetamorphOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1352, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L220" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1351, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 219, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L219" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1352, + 1351 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 218, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L218" + } + ] + }, + { + "id": 1356, + "name": "RunResurrectOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1357, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1358, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 229, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L229" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1359, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1357, + 1358, + 1359 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 227, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L227" + } + ] + }, + { + "id": 1353, + "name": "RunUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1355, + "name": "isStatusMessageTerminal", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L224" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1354, + "name": "statusMessage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 223, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L223" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1355, + 1354 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 222, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L222" + } + ] + }, + { + "id": 1360, + "name": "RunWaitForFinishOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1361, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum time to wait for the run to finish, in seconds.\nIf the limit is reached, the returned promise is resolved to a run object that will have\nstatus " + }, + { + "kind": "code", + "text": "`READY`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`RUNNING`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " omitted, the function waits indefinitely." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L239" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1361 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 233, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/run.ts#L233" + } + ] + }, + { + "id": 1467, + "name": "Schedule", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1481, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 83, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L83" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1491, + "name": "ScheduleAction" + } + } + }, + { + "id": 1477, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 79, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L79" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1472, + "name": "cronExpression", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 74, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L74" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1476, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 78, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L78" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1468, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 70, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L70" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1474, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 76, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L76" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1475, + "name": "isExclusive", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 77, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L77" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1480, + "name": "lastRunAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 82, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L82" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1478, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 80, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L80" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1470, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 72, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L72" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1479, + "name": "nextRunAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 81, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L81" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1482, + "name": "notifications", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 84, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L84" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1483, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1484, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 85, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L85" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1484 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 84, + "character": 19, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L84" + } + ] + } + } + }, + { + "id": 1473, + "name": "timezone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 75, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L75" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "Africa/Abidjan" + }, + { + "type": "literal", + "value": "Africa/Accra" + }, + { + "type": "literal", + "value": "Africa/Addis_Ababa" + }, + { + "type": "literal", + "value": "Africa/Algiers" + }, + { + "type": "literal", + "value": "Africa/Asmara" + }, + { + "type": "literal", + "value": "Africa/Asmera" + }, + { + "type": "literal", + "value": "Africa/Bamako" + }, + { + "type": "literal", + "value": "Africa/Bangui" + }, + { + "type": "literal", + "value": "Africa/Banjul" + }, + { + "type": "literal", + "value": "Africa/Bissau" + }, + { + "type": "literal", + "value": "Africa/Blantyre" + }, + { + "type": "literal", + "value": "Africa/Brazzaville" + }, + { + "type": "literal", + "value": "Africa/Bujumbura" + }, + { + "type": "literal", + "value": "Africa/Cairo" + }, + { + "type": "literal", + "value": "Africa/Casablanca" + }, + { + "type": "literal", + "value": "Africa/Ceuta" + }, + { + "type": "literal", + "value": "Africa/Conakry" + }, + { + "type": "literal", + "value": "Africa/Dakar" + }, + { + "type": "literal", + "value": "Africa/Dar_es_Salaam" + }, + { + "type": "literal", + "value": "Africa/Djibouti" + }, + { + "type": "literal", + "value": "Africa/Douala" + }, + { + "type": "literal", + "value": "Africa/El_Aaiun" + }, + { + "type": "literal", + "value": "Africa/Freetown" + }, + { + "type": "literal", + "value": "Africa/Gaborone" + }, + { + "type": "literal", + "value": "Africa/Harare" + }, + { + "type": "literal", + "value": "Africa/Johannesburg" + }, + { + "type": "literal", + "value": "Africa/Juba" + }, + { + "type": "literal", + "value": "Africa/Kampala" + }, + { + "type": "literal", + "value": "Africa/Khartoum" + }, + { + "type": "literal", + "value": "Africa/Kigali" + }, + { + "type": "literal", + "value": "Africa/Kinshasa" + }, + { + "type": "literal", + "value": "Africa/Lagos" + }, + { + "type": "literal", + "value": "Africa/Libreville" + }, + { + "type": "literal", + "value": "Africa/Lome" + }, + { + "type": "literal", + "value": "Africa/Luanda" + }, + { + "type": "literal", + "value": "Africa/Lubumbashi" + }, + { + "type": "literal", + "value": "Africa/Lusaka" + }, + { + "type": "literal", + "value": "Africa/Malabo" + }, + { + "type": "literal", + "value": "Africa/Maputo" + }, + { + "type": "literal", + "value": "Africa/Maseru" + }, + { + "type": "literal", + "value": "Africa/Mbabane" + }, + { + "type": "literal", + "value": "Africa/Mogadishu" + }, + { + "type": "literal", + "value": "Africa/Monrovia" + }, + { + "type": "literal", + "value": "Africa/Nairobi" + }, + { + "type": "literal", + "value": "Africa/Ndjamena" + }, + { + "type": "literal", + "value": "Africa/Niamey" + }, + { + "type": "literal", + "value": "Africa/Nouakchott" + }, + { + "type": "literal", + "value": "Africa/Ouagadougou" + }, + { + "type": "literal", + "value": "Africa/Porto-Novo" + }, + { + "type": "literal", + "value": "Africa/Sao_Tome" + }, + { + "type": "literal", + "value": "Africa/Timbuktu" + }, + { + "type": "literal", + "value": "Africa/Tripoli" + }, + { + "type": "literal", + "value": "Africa/Tunis" + }, + { + "type": "literal", + "value": "Africa/Windhoek" + }, + { + "type": "literal", + "value": "America/Adak" + }, + { + "type": "literal", + "value": "America/Anchorage" + }, + { + "type": "literal", + "value": "America/Anguilla" + }, + { + "type": "literal", + "value": "America/Antigua" + }, + { + "type": "literal", + "value": "America/Araguaina" + }, + { + "type": "literal", + "value": "America/Argentina/Buenos_Aires" + }, + { + "type": "literal", + "value": "America/Argentina/Catamarca" + }, + { + "type": "literal", + "value": "America/Argentina/ComodRivadavia" + }, + { + "type": "literal", + "value": "America/Argentina/Cordoba" + }, + { + "type": "literal", + "value": "America/Argentina/Jujuy" + }, + { + "type": "literal", + "value": "America/Argentina/La_Rioja" + }, + { + "type": "literal", + "value": "America/Argentina/Mendoza" + }, + { + "type": "literal", + "value": "America/Argentina/Rio_Gallegos" + }, + { + "type": "literal", + "value": "America/Argentina/Salta" + }, + { + "type": "literal", + "value": "America/Argentina/San_Juan" + }, + { + "type": "literal", + "value": "America/Argentina/San_Luis" + }, + { + "type": "literal", + "value": "America/Argentina/Tucuman" + }, + { + "type": "literal", + "value": "America/Argentina/Ushuaia" + }, + { + "type": "literal", + "value": "America/Aruba" + }, + { + "type": "literal", + "value": "America/Asuncion" + }, + { + "type": "literal", + "value": "America/Atikokan" + }, + { + "type": "literal", + "value": "America/Atka" + }, + { + "type": "literal", + "value": "America/Bahia" + }, + { + "type": "literal", + "value": "America/Bahia_Banderas" + }, + { + "type": "literal", + "value": "America/Barbados" + }, + { + "type": "literal", + "value": "America/Belem" + }, + { + "type": "literal", + "value": "America/Belize" + }, + { + "type": "literal", + "value": "America/Blanc-Sablon" + }, + { + "type": "literal", + "value": "America/Boa_Vista" + }, + { + "type": "literal", + "value": "America/Bogota" + }, + { + "type": "literal", + "value": "America/Boise" + }, + { + "type": "literal", + "value": "America/Buenos_Aires" + }, + { + "type": "literal", + "value": "America/Cambridge_Bay" + }, + { + "type": "literal", + "value": "America/Campo_Grande" + }, + { + "type": "literal", + "value": "America/Cancun" + }, + { + "type": "literal", + "value": "America/Caracas" + }, + { + "type": "literal", + "value": "America/Catamarca" + }, + { + "type": "literal", + "value": "America/Cayenne" + }, + { + "type": "literal", + "value": "America/Cayman" + }, + { + "type": "literal", + "value": "America/Chicago" + }, + { + "type": "literal", + "value": "America/Chihuahua" + }, + { + "type": "literal", + "value": "America/Coral_Harbour" + }, + { + "type": "literal", + "value": "America/Cordoba" + }, + { + "type": "literal", + "value": "America/Costa_Rica" + }, + { + "type": "literal", + "value": "America/Creston" + }, + { + "type": "literal", + "value": "America/Cuiaba" + }, + { + "type": "literal", + "value": "America/Curacao" + }, + { + "type": "literal", + "value": "America/Danmarkshavn" + }, + { + "type": "literal", + "value": "America/Dawson" + }, + { + "type": "literal", + "value": "America/Dawson_Creek" + }, + { + "type": "literal", + "value": "America/Denver" + }, + { + "type": "literal", + "value": "America/Detroit" + }, + { + "type": "literal", + "value": "America/Dominica" + }, + { + "type": "literal", + "value": "America/Edmonton" + }, + { + "type": "literal", + "value": "America/Eirunepe" + }, + { + "type": "literal", + "value": "America/El_Salvador" + }, + { + "type": "literal", + "value": "America/Ensenada" + }, + { + "type": "literal", + "value": "America/Fort_Nelson" + }, + { + "type": "literal", + "value": "America/Fort_Wayne" + }, + { + "type": "literal", + "value": "America/Fortaleza" + }, + { + "type": "literal", + "value": "America/Glace_Bay" + }, + { + "type": "literal", + "value": "America/Godthab" + }, + { + "type": "literal", + "value": "America/Goose_Bay" + }, + { + "type": "literal", + "value": "America/Grand_Turk" + }, + { + "type": "literal", + "value": "America/Grenada" + }, + { + "type": "literal", + "value": "America/Guadeloupe" + }, + { + "type": "literal", + "value": "America/Guatemala" + }, + { + "type": "literal", + "value": "America/Guayaquil" + }, + { + "type": "literal", + "value": "America/Guyana" + }, + { + "type": "literal", + "value": "America/Halifax" + }, + { + "type": "literal", + "value": "America/Havana" + }, + { + "type": "literal", + "value": "America/Hermosillo" + }, + { + "type": "literal", + "value": "America/Indiana/Indianapolis" + }, + { + "type": "literal", + "value": "America/Indiana/Knox" + }, + { + "type": "literal", + "value": "America/Indiana/Marengo" + }, + { + "type": "literal", + "value": "America/Indiana/Petersburg" + }, + { + "type": "literal", + "value": "America/Indiana/Tell_City" + }, + { + "type": "literal", + "value": "America/Indiana/Vevay" + }, + { + "type": "literal", + "value": "America/Indiana/Vincennes" + }, + { + "type": "literal", + "value": "America/Indiana/Winamac" + }, + { + "type": "literal", + "value": "America/Indianapolis" + }, + { + "type": "literal", + "value": "America/Inuvik" + }, + { + "type": "literal", + "value": "America/Iqaluit" + }, + { + "type": "literal", + "value": "America/Jamaica" + }, + { + "type": "literal", + "value": "America/Jujuy" + }, + { + "type": "literal", + "value": "America/Juneau" + }, + { + "type": "literal", + "value": "America/Kentucky/Louisville" + }, + { + "type": "literal", + "value": "America/Kentucky/Monticello" + }, + { + "type": "literal", + "value": "America/Knox_IN" + }, + { + "type": "literal", + "value": "America/Kralendijk" + }, + { + "type": "literal", + "value": "America/La_Paz" + }, + { + "type": "literal", + "value": "America/Lima" + }, + { + "type": "literal", + "value": "America/Los_Angeles" + }, + { + "type": "literal", + "value": "America/Louisville" + }, + { + "type": "literal", + "value": "America/Lower_Princes" + }, + { + "type": "literal", + "value": "America/Maceio" + }, + { + "type": "literal", + "value": "America/Managua" + }, + { + "type": "literal", + "value": "America/Manaus" + }, + { + "type": "literal", + "value": "America/Marigot" + }, + { + "type": "literal", + "value": "America/Martinique" + }, + { + "type": "literal", + "value": "America/Matamoros" + }, + { + "type": "literal", + "value": "America/Mazatlan" + }, + { + "type": "literal", + "value": "America/Mendoza" + }, + { + "type": "literal", + "value": "America/Menominee" + }, + { + "type": "literal", + "value": "America/Merida" + }, + { + "type": "literal", + "value": "America/Metlakatla" + }, + { + "type": "literal", + "value": "America/Mexico_City" + }, + { + "type": "literal", + "value": "America/Miquelon" + }, + { + "type": "literal", + "value": "America/Moncton" + }, + { + "type": "literal", + "value": "America/Monterrey" + }, + { + "type": "literal", + "value": "America/Montevideo" + }, + { + "type": "literal", + "value": "America/Montreal" + }, + { + "type": "literal", + "value": "America/Montserrat" + }, + { + "type": "literal", + "value": "America/Nassau" + }, + { + "type": "literal", + "value": "America/New_York" + }, + { + "type": "literal", + "value": "America/Nipigon" + }, + { + "type": "literal", + "value": "America/Nome" + }, + { + "type": "literal", + "value": "America/Noronha" + }, + { + "type": "literal", + "value": "America/North_Dakota/Beulah" + }, + { + "type": "literal", + "value": "America/North_Dakota/Center" + }, + { + "type": "literal", + "value": "America/North_Dakota/New_Salem" + }, + { + "type": "literal", + "value": "America/Nuuk" + }, + { + "type": "literal", + "value": "America/Ojinaga" + }, + { + "type": "literal", + "value": "America/Panama" + }, + { + "type": "literal", + "value": "America/Pangnirtung" + }, + { + "type": "literal", + "value": "America/Paramaribo" + }, + { + "type": "literal", + "value": "America/Phoenix" + }, + { + "type": "literal", + "value": "America/Port-au-Prince" + }, + { + "type": "literal", + "value": "America/Port_of_Spain" + }, + { + "type": "literal", + "value": "America/Porto_Acre" + }, + { + "type": "literal", + "value": "America/Porto_Velho" + }, + { + "type": "literal", + "value": "America/Puerto_Rico" + }, + { + "type": "literal", + "value": "America/Punta_Arenas" + }, + { + "type": "literal", + "value": "America/Rainy_River" + }, + { + "type": "literal", + "value": "America/Rankin_Inlet" + }, + { + "type": "literal", + "value": "America/Recife" + }, + { + "type": "literal", + "value": "America/Regina" + }, + { + "type": "literal", + "value": "America/Resolute" + }, + { + "type": "literal", + "value": "America/Rio_Branco" + }, + { + "type": "literal", + "value": "America/Rosario" + }, + { + "type": "literal", + "value": "America/Santa_Isabel" + }, + { + "type": "literal", + "value": "America/Santarem" + }, + { + "type": "literal", + "value": "America/Santiago" + }, + { + "type": "literal", + "value": "America/Santo_Domingo" + }, + { + "type": "literal", + "value": "America/Sao_Paulo" + }, + { + "type": "literal", + "value": "America/Scoresbysund" + }, + { + "type": "literal", + "value": "America/Shiprock" + }, + { + "type": "literal", + "value": "America/Sitka" + }, + { + "type": "literal", + "value": "America/St_Barthelemy" + }, + { + "type": "literal", + "value": "America/St_Johns" + }, + { + "type": "literal", + "value": "America/St_Kitts" + }, + { + "type": "literal", + "value": "America/St_Lucia" + }, + { + "type": "literal", + "value": "America/St_Thomas" + }, + { + "type": "literal", + "value": "America/St_Vincent" + }, + { + "type": "literal", + "value": "America/Swift_Current" + }, + { + "type": "literal", + "value": "America/Tegucigalpa" + }, + { + "type": "literal", + "value": "America/Thule" + }, + { + "type": "literal", + "value": "America/Thunder_Bay" + }, + { + "type": "literal", + "value": "America/Tijuana" + }, + { + "type": "literal", + "value": "America/Toronto" + }, + { + "type": "literal", + "value": "America/Tortola" + }, + { + "type": "literal", + "value": "America/Vancouver" + }, + { + "type": "literal", + "value": "America/Virgin" + }, + { + "type": "literal", + "value": "America/Whitehorse" + }, + { + "type": "literal", + "value": "America/Winnipeg" + }, + { + "type": "literal", + "value": "America/Yakutat" + }, + { + "type": "literal", + "value": "America/Yellowknife" + }, + { + "type": "literal", + "value": "Antarctica/Casey" + }, + { + "type": "literal", + "value": "Antarctica/Davis" + }, + { + "type": "literal", + "value": "Antarctica/DumontDUrville" + }, + { + "type": "literal", + "value": "Antarctica/Macquarie" + }, + { + "type": "literal", + "value": "Antarctica/Mawson" + }, + { + "type": "literal", + "value": "Antarctica/McMurdo" + }, + { + "type": "literal", + "value": "Antarctica/Palmer" + }, + { + "type": "literal", + "value": "Antarctica/Rothera" + }, + { + "type": "literal", + "value": "Antarctica/South_Pole" + }, + { + "type": "literal", + "value": "Antarctica/Syowa" + }, + { + "type": "literal", + "value": "Antarctica/Troll" + }, + { + "type": "literal", + "value": "Antarctica/Vostok" + }, + { + "type": "literal", + "value": "Arctic/Longyearbyen" + }, + { + "type": "literal", + "value": "Asia/Aden" + }, + { + "type": "literal", + "value": "Asia/Almaty" + }, + { + "type": "literal", + "value": "Asia/Amman" + }, + { + "type": "literal", + "value": "Asia/Anadyr" + }, + { + "type": "literal", + "value": "Asia/Aqtau" + }, + { + "type": "literal", + "value": "Asia/Aqtobe" + }, + { + "type": "literal", + "value": "Asia/Ashgabat" + }, + { + "type": "literal", + "value": "Asia/Ashkhabad" + }, + { + "type": "literal", + "value": "Asia/Atyrau" + }, + { + "type": "literal", + "value": "Asia/Baghdad" + }, + { + "type": "literal", + "value": "Asia/Bahrain" + }, + { + "type": "literal", + "value": "Asia/Baku" + }, + { + "type": "literal", + "value": "Asia/Bangkok" + }, + { + "type": "literal", + "value": "Asia/Barnaul" + }, + { + "type": "literal", + "value": "Asia/Beirut" + }, + { + "type": "literal", + "value": "Asia/Bishkek" + }, + { + "type": "literal", + "value": "Asia/Brunei" + }, + { + "type": "literal", + "value": "Asia/Calcutta" + }, + { + "type": "literal", + "value": "Asia/Chita" + }, + { + "type": "literal", + "value": "Asia/Choibalsan" + }, + { + "type": "literal", + "value": "Asia/Chongqing" + }, + { + "type": "literal", + "value": "Asia/Chungking" + }, + { + "type": "literal", + "value": "Asia/Colombo" + }, + { + "type": "literal", + "value": "Asia/Dacca" + }, + { + "type": "literal", + "value": "Asia/Damascus" + }, + { + "type": "literal", + "value": "Asia/Dhaka" + }, + { + "type": "literal", + "value": "Asia/Dili" + }, + { + "type": "literal", + "value": "Asia/Dubai" + }, + { + "type": "literal", + "value": "Asia/Dushanbe" + }, + { + "type": "literal", + "value": "Asia/Famagusta" + }, + { + "type": "literal", + "value": "Asia/Gaza" + }, + { + "type": "literal", + "value": "Asia/Harbin" + }, + { + "type": "literal", + "value": "Asia/Hebron" + }, + { + "type": "literal", + "value": "Asia/Ho_Chi_Minh" + }, + { + "type": "literal", + "value": "Asia/Hong_Kong" + }, + { + "type": "literal", + "value": "Asia/Hovd" + }, + { + "type": "literal", + "value": "Asia/Irkutsk" + }, + { + "type": "literal", + "value": "Asia/Istanbul" + }, + { + "type": "literal", + "value": "Asia/Jakarta" + }, + { + "type": "literal", + "value": "Asia/Jayapura" + }, + { + "type": "literal", + "value": "Asia/Jerusalem" + }, + { + "type": "literal", + "value": "Asia/Kabul" + }, + { + "type": "literal", + "value": "Asia/Kamchatka" + }, + { + "type": "literal", + "value": "Asia/Karachi" + }, + { + "type": "literal", + "value": "Asia/Kashgar" + }, + { + "type": "literal", + "value": "Asia/Kathmandu" + }, + { + "type": "literal", + "value": "Asia/Katmandu" + }, + { + "type": "literal", + "value": "Asia/Khandyga" + }, + { + "type": "literal", + "value": "Asia/Kolkata" + }, + { + "type": "literal", + "value": "Asia/Krasnoyarsk" + }, + { + "type": "literal", + "value": "Asia/Kuala_Lumpur" + }, + { + "type": "literal", + "value": "Asia/Kuching" + }, + { + "type": "literal", + "value": "Asia/Kuwait" + }, + { + "type": "literal", + "value": "Asia/Macao" + }, + { + "type": "literal", + "value": "Asia/Macau" + }, + { + "type": "literal", + "value": "Asia/Magadan" + }, + { + "type": "literal", + "value": "Asia/Makassar" + }, + { + "type": "literal", + "value": "Asia/Manila" + }, + { + "type": "literal", + "value": "Asia/Muscat" + }, + { + "type": "literal", + "value": "Asia/Nicosia" + }, + { + "type": "literal", + "value": "Asia/Novokuznetsk" + }, + { + "type": "literal", + "value": "Asia/Novosibirsk" + }, + { + "type": "literal", + "value": "Asia/Omsk" + }, + { + "type": "literal", + "value": "Asia/Oral" + }, + { + "type": "literal", + "value": "Asia/Phnom_Penh" + }, + { + "type": "literal", + "value": "Asia/Pontianak" + }, + { + "type": "literal", + "value": "Asia/Pyongyang" + }, + { + "type": "literal", + "value": "Asia/Qatar" + }, + { + "type": "literal", + "value": "Asia/Qostanay" + }, + { + "type": "literal", + "value": "Asia/Qyzylorda" + }, + { + "type": "literal", + "value": "Asia/Rangoon" + }, + { + "type": "literal", + "value": "Asia/Riyadh" + }, + { + "type": "literal", + "value": "Asia/Saigon" + }, + { + "type": "literal", + "value": "Asia/Sakhalin" + }, + { + "type": "literal", + "value": "Asia/Samarkand" + }, + { + "type": "literal", + "value": "Asia/Seoul" + }, + { + "type": "literal", + "value": "Asia/Shanghai" + }, + { + "type": "literal", + "value": "Asia/Singapore" + }, + { + "type": "literal", + "value": "Asia/Srednekolymsk" + }, + { + "type": "literal", + "value": "Asia/Taipei" + }, + { + "type": "literal", + "value": "Asia/Tashkent" + }, + { + "type": "literal", + "value": "Asia/Tbilisi" + }, + { + "type": "literal", + "value": "Asia/Tehran" + }, + { + "type": "literal", + "value": "Asia/Tel_Aviv" + }, + { + "type": "literal", + "value": "Asia/Thimbu" + }, + { + "type": "literal", + "value": "Asia/Thimphu" + }, + { + "type": "literal", + "value": "Asia/Tokyo" + }, + { + "type": "literal", + "value": "Asia/Tomsk" + }, + { + "type": "literal", + "value": "Asia/Ujung_Pandang" + }, + { + "type": "literal", + "value": "Asia/Ulaanbaatar" + }, + { + "type": "literal", + "value": "Asia/Ulan_Bator" + }, + { + "type": "literal", + "value": "Asia/Urumqi" + }, + { + "type": "literal", + "value": "Asia/Ust-Nera" + }, + { + "type": "literal", + "value": "Asia/Vientiane" + }, + { + "type": "literal", + "value": "Asia/Vladivostok" + }, + { + "type": "literal", + "value": "Asia/Yakutsk" + }, + { + "type": "literal", + "value": "Asia/Yangon" + }, + { + "type": "literal", + "value": "Asia/Yekaterinburg" + }, + { + "type": "literal", + "value": "Asia/Yerevan" + }, + { + "type": "literal", + "value": "Atlantic/Azores" + }, + { + "type": "literal", + "value": "Atlantic/Bermuda" + }, + { + "type": "literal", + "value": "Atlantic/Canary" + }, + { + "type": "literal", + "value": "Atlantic/Cape_Verde" + }, + { + "type": "literal", + "value": "Atlantic/Faeroe" + }, + { + "type": "literal", + "value": "Atlantic/Faroe" + }, + { + "type": "literal", + "value": "Atlantic/Jan_Mayen" + }, + { + "type": "literal", + "value": "Atlantic/Madeira" + }, + { + "type": "literal", + "value": "Atlantic/Reykjavik" + }, + { + "type": "literal", + "value": "Atlantic/South_Georgia" + }, + { + "type": "literal", + "value": "Atlantic/St_Helena" + }, + { + "type": "literal", + "value": "Atlantic/Stanley" + }, + { + "type": "literal", + "value": "Australia/ACT" + }, + { + "type": "literal", + "value": "Australia/Adelaide" + }, + { + "type": "literal", + "value": "Australia/Brisbane" + }, + { + "type": "literal", + "value": "Australia/Broken_Hill" + }, + { + "type": "literal", + "value": "Australia/Canberra" + }, + { + "type": "literal", + "value": "Australia/Currie" + }, + { + "type": "literal", + "value": "Australia/Darwin" + }, + { + "type": "literal", + "value": "Australia/Eucla" + }, + { + "type": "literal", + "value": "Australia/Hobart" + }, + { + "type": "literal", + "value": "Australia/LHI" + }, + { + "type": "literal", + "value": "Australia/Lindeman" + }, + { + "type": "literal", + "value": "Australia/Lord_Howe" + }, + { + "type": "literal", + "value": "Australia/Melbourne" + }, + { + "type": "literal", + "value": "Australia/NSW" + }, + { + "type": "literal", + "value": "Australia/North" + }, + { + "type": "literal", + "value": "Australia/Perth" + }, + { + "type": "literal", + "value": "Australia/Queensland" + }, + { + "type": "literal", + "value": "Australia/South" + }, + { + "type": "literal", + "value": "Australia/Sydney" + }, + { + "type": "literal", + "value": "Australia/Tasmania" + }, + { + "type": "literal", + "value": "Australia/Victoria" + }, + { + "type": "literal", + "value": "Australia/West" + }, + { + "type": "literal", + "value": "Australia/Yancowinna" + }, + { + "type": "literal", + "value": "Brazil/Acre" + }, + { + "type": "literal", + "value": "Brazil/DeNoronha" + }, + { + "type": "literal", + "value": "Brazil/East" + }, + { + "type": "literal", + "value": "Brazil/West" + }, + { + "type": "literal", + "value": "CET" + }, + { + "type": "literal", + "value": "CST6CDT" + }, + { + "type": "literal", + "value": "Canada/Atlantic" + }, + { + "type": "literal", + "value": "Canada/Central" + }, + { + "type": "literal", + "value": "Canada/Eastern" + }, + { + "type": "literal", + "value": "Canada/Mountain" + }, + { + "type": "literal", + "value": "Canada/Newfoundland" + }, + { + "type": "literal", + "value": "Canada/Pacific" + }, + { + "type": "literal", + "value": "Canada/Saskatchewan" + }, + { + "type": "literal", + "value": "Canada/Yukon" + }, + { + "type": "literal", + "value": "Chile/Continental" + }, + { + "type": "literal", + "value": "Chile/EasterIsland" + }, + { + "type": "literal", + "value": "Cuba" + }, + { + "type": "literal", + "value": "EET" + }, + { + "type": "literal", + "value": "EST" + }, + { + "type": "literal", + "value": "EST5EDT" + }, + { + "type": "literal", + "value": "Egypt" + }, + { + "type": "literal", + "value": "Eire" + }, + { + "type": "literal", + "value": "Etc/GMT" + }, + { + "type": "literal", + "value": "Etc/GMT+0" + }, + { + "type": "literal", + "value": "Etc/GMT+1" + }, + { + "type": "literal", + "value": "Etc/GMT+10" + }, + { + "type": "literal", + "value": "Etc/GMT+11" + }, + { + "type": "literal", + "value": "Etc/GMT+12" + }, + { + "type": "literal", + "value": "Etc/GMT+2" + }, + { + "type": "literal", + "value": "Etc/GMT+3" + }, + { + "type": "literal", + "value": "Etc/GMT+4" + }, + { + "type": "literal", + "value": "Etc/GMT+5" + }, + { + "type": "literal", + "value": "Etc/GMT+6" + }, + { + "type": "literal", + "value": "Etc/GMT+7" + }, + { + "type": "literal", + "value": "Etc/GMT+8" + }, + { + "type": "literal", + "value": "Etc/GMT+9" + }, + { + "type": "literal", + "value": "Etc/GMT-0" + }, + { + "type": "literal", + "value": "Etc/GMT-1" + }, + { + "type": "literal", + "value": "Etc/GMT-10" + }, + { + "type": "literal", + "value": "Etc/GMT-11" + }, + { + "type": "literal", + "value": "Etc/GMT-12" + }, + { + "type": "literal", + "value": "Etc/GMT-13" + }, + { + "type": "literal", + "value": "Etc/GMT-14" + }, + { + "type": "literal", + "value": "Etc/GMT-2" + }, + { + "type": "literal", + "value": "Etc/GMT-3" + }, + { + "type": "literal", + "value": "Etc/GMT-4" + }, + { + "type": "literal", + "value": "Etc/GMT-5" + }, + { + "type": "literal", + "value": "Etc/GMT-6" + }, + { + "type": "literal", + "value": "Etc/GMT-7" + }, + { + "type": "literal", + "value": "Etc/GMT-8" + }, + { + "type": "literal", + "value": "Etc/GMT-9" + }, + { + "type": "literal", + "value": "Etc/GMT0" + }, + { + "type": "literal", + "value": "Etc/Greenwich" + }, + { + "type": "literal", + "value": "Etc/UCT" + }, + { + "type": "literal", + "value": "Etc/UTC" + }, + { + "type": "literal", + "value": "Etc/Universal" + }, + { + "type": "literal", + "value": "Etc/Zulu" + }, + { + "type": "literal", + "value": "Europe/Amsterdam" + }, + { + "type": "literal", + "value": "Europe/Andorra" + }, + { + "type": "literal", + "value": "Europe/Astrakhan" + }, + { + "type": "literal", + "value": "Europe/Athens" + }, + { + "type": "literal", + "value": "Europe/Belfast" + }, + { + "type": "literal", + "value": "Europe/Belgrade" + }, + { + "type": "literal", + "value": "Europe/Berlin" + }, + { + "type": "literal", + "value": "Europe/Bratislava" + }, + { + "type": "literal", + "value": "Europe/Brussels" + }, + { + "type": "literal", + "value": "Europe/Bucharest" + }, + { + "type": "literal", + "value": "Europe/Budapest" + }, + { + "type": "literal", + "value": "Europe/Busingen" + }, + { + "type": "literal", + "value": "Europe/Chisinau" + }, + { + "type": "literal", + "value": "Europe/Copenhagen" + }, + { + "type": "literal", + "value": "Europe/Dublin" + }, + { + "type": "literal", + "value": "Europe/Gibraltar" + }, + { + "type": "literal", + "value": "Europe/Guernsey" + }, + { + "type": "literal", + "value": "Europe/Helsinki" + }, + { + "type": "literal", + "value": "Europe/Isle_of_Man" + }, + { + "type": "literal", + "value": "Europe/Istanbul" + }, + { + "type": "literal", + "value": "Europe/Jersey" + }, + { + "type": "literal", + "value": "Europe/Kaliningrad" + }, + { + "type": "literal", + "value": "Europe/Kiev" + }, + { + "type": "literal", + "value": "Europe/Kirov" + }, + { + "type": "literal", + "value": "Europe/Lisbon" + }, + { + "type": "literal", + "value": "Europe/Ljubljana" + }, + { + "type": "literal", + "value": "Europe/London" + }, + { + "type": "literal", + "value": "Europe/Luxembourg" + }, + { + "type": "literal", + "value": "Europe/Madrid" + }, + { + "type": "literal", + "value": "Europe/Malta" + }, + { + "type": "literal", + "value": "Europe/Mariehamn" + }, + { + "type": "literal", + "value": "Europe/Minsk" + }, + { + "type": "literal", + "value": "Europe/Monaco" + }, + { + "type": "literal", + "value": "Europe/Moscow" + }, + { + "type": "literal", + "value": "Europe/Nicosia" + }, + { + "type": "literal", + "value": "Europe/Oslo" + }, + { + "type": "literal", + "value": "Europe/Paris" + }, + { + "type": "literal", + "value": "Europe/Podgorica" + }, + { + "type": "literal", + "value": "Europe/Prague" + }, + { + "type": "literal", + "value": "Europe/Riga" + }, + { + "type": "literal", + "value": "Europe/Rome" + }, + { + "type": "literal", + "value": "Europe/Samara" + }, + { + "type": "literal", + "value": "Europe/San_Marino" + }, + { + "type": "literal", + "value": "Europe/Sarajevo" + }, + { + "type": "literal", + "value": "Europe/Saratov" + }, + { + "type": "literal", + "value": "Europe/Simferopol" + }, + { + "type": "literal", + "value": "Europe/Skopje" + }, + { + "type": "literal", + "value": "Europe/Sofia" + }, + { + "type": "literal", + "value": "Europe/Stockholm" + }, + { + "type": "literal", + "value": "Europe/Tallinn" + }, + { + "type": "literal", + "value": "Europe/Tirane" + }, + { + "type": "literal", + "value": "Europe/Tiraspol" + }, + { + "type": "literal", + "value": "Europe/Ulyanovsk" + }, + { + "type": "literal", + "value": "Europe/Uzhgorod" + }, + { + "type": "literal", + "value": "Europe/Vaduz" + }, + { + "type": "literal", + "value": "Europe/Vatican" + }, + { + "type": "literal", + "value": "Europe/Vienna" + }, + { + "type": "literal", + "value": "Europe/Vilnius" + }, + { + "type": "literal", + "value": "Europe/Volgograd" + }, + { + "type": "literal", + "value": "Europe/Warsaw" + }, + { + "type": "literal", + "value": "Europe/Zagreb" + }, + { + "type": "literal", + "value": "Europe/Zaporozhye" + }, + { + "type": "literal", + "value": "Europe/Zurich" + }, + { + "type": "literal", + "value": "GB" + }, + { + "type": "literal", + "value": "GB-Eire" + }, + { + "type": "literal", + "value": "GMT" + }, + { + "type": "literal", + "value": "GMT+0" + }, + { + "type": "literal", + "value": "GMT-0" + }, + { + "type": "literal", + "value": "GMT0" + }, + { + "type": "literal", + "value": "Greenwich" + }, + { + "type": "literal", + "value": "HST" + }, + { + "type": "literal", + "value": "Hongkong" + }, + { + "type": "literal", + "value": "Iceland" + }, + { + "type": "literal", + "value": "Indian/Antananarivo" + }, + { + "type": "literal", + "value": "Indian/Chagos" + }, + { + "type": "literal", + "value": "Indian/Christmas" + }, + { + "type": "literal", + "value": "Indian/Cocos" + }, + { + "type": "literal", + "value": "Indian/Comoro" + }, + { + "type": "literal", + "value": "Indian/Kerguelen" + }, + { + "type": "literal", + "value": "Indian/Mahe" + }, + { + "type": "literal", + "value": "Indian/Maldives" + }, + { + "type": "literal", + "value": "Indian/Mauritius" + }, + { + "type": "literal", + "value": "Indian/Mayotte" + }, + { + "type": "literal", + "value": "Indian/Reunion" + }, + { + "type": "literal", + "value": "Iran" + }, + { + "type": "literal", + "value": "Israel" + }, + { + "type": "literal", + "value": "Jamaica" + }, + { + "type": "literal", + "value": "Japan" + }, + { + "type": "literal", + "value": "Kwajalein" + }, + { + "type": "literal", + "value": "Libya" + }, + { + "type": "literal", + "value": "MET" + }, + { + "type": "literal", + "value": "MST" + }, + { + "type": "literal", + "value": "MST7MDT" + }, + { + "type": "literal", + "value": "Mexico/BajaNorte" + }, + { + "type": "literal", + "value": "Mexico/BajaSur" + }, + { + "type": "literal", + "value": "Mexico/General" + }, + { + "type": "literal", + "value": "NZ" + }, + { + "type": "literal", + "value": "NZ-CHAT" + }, + { + "type": "literal", + "value": "Navajo" + }, + { + "type": "literal", + "value": "PRC" + }, + { + "type": "literal", + "value": "PST8PDT" + }, + { + "type": "literal", + "value": "Pacific/Apia" + }, + { + "type": "literal", + "value": "Pacific/Auckland" + }, + { + "type": "literal", + "value": "Pacific/Bougainville" + }, + { + "type": "literal", + "value": "Pacific/Chatham" + }, + { + "type": "literal", + "value": "Pacific/Chuuk" + }, + { + "type": "literal", + "value": "Pacific/Easter" + }, + { + "type": "literal", + "value": "Pacific/Efate" + }, + { + "type": "literal", + "value": "Pacific/Enderbury" + }, + { + "type": "literal", + "value": "Pacific/Fakaofo" + }, + { + "type": "literal", + "value": "Pacific/Fiji" + }, + { + "type": "literal", + "value": "Pacific/Funafuti" + }, + { + "type": "literal", + "value": "Pacific/Galapagos" + }, + { + "type": "literal", + "value": "Pacific/Gambier" + }, + { + "type": "literal", + "value": "Pacific/Guadalcanal" + }, + { + "type": "literal", + "value": "Pacific/Guam" + }, + { + "type": "literal", + "value": "Pacific/Honolulu" + }, + { + "type": "literal", + "value": "Pacific/Johnston" + }, + { + "type": "literal", + "value": "Pacific/Kiritimati" + }, + { + "type": "literal", + "value": "Pacific/Kosrae" + }, + { + "type": "literal", + "value": "Pacific/Kwajalein" + }, + { + "type": "literal", + "value": "Pacific/Majuro" + }, + { + "type": "literal", + "value": "Pacific/Marquesas" + }, + { + "type": "literal", + "value": "Pacific/Midway" + }, + { + "type": "literal", + "value": "Pacific/Nauru" + }, + { + "type": "literal", + "value": "Pacific/Niue" + }, + { + "type": "literal", + "value": "Pacific/Norfolk" + }, + { + "type": "literal", + "value": "Pacific/Noumea" + }, + { + "type": "literal", + "value": "Pacific/Pago_Pago" + }, + { + "type": "literal", + "value": "Pacific/Palau" + }, + { + "type": "literal", + "value": "Pacific/Pitcairn" + }, + { + "type": "literal", + "value": "Pacific/Pohnpei" + }, + { + "type": "literal", + "value": "Pacific/Ponape" + }, + { + "type": "literal", + "value": "Pacific/Port_Moresby" + }, + { + "type": "literal", + "value": "Pacific/Rarotonga" + }, + { + "type": "literal", + "value": "Pacific/Saipan" + }, + { + "type": "literal", + "value": "Pacific/Samoa" + }, + { + "type": "literal", + "value": "Pacific/Tahiti" + }, + { + "type": "literal", + "value": "Pacific/Tarawa" + }, + { + "type": "literal", + "value": "Pacific/Tongatapu" + }, + { + "type": "literal", + "value": "Pacific/Truk" + }, + { + "type": "literal", + "value": "Pacific/Wake" + }, + { + "type": "literal", + "value": "Pacific/Wallis" + }, + { + "type": "literal", + "value": "Pacific/Yap" + }, + { + "type": "literal", + "value": "Poland" + }, + { + "type": "literal", + "value": "Portugal" + }, + { + "type": "literal", + "value": "ROC" + }, + { + "type": "literal", + "value": "ROK" + }, + { + "type": "literal", + "value": "Singapore" + }, + { + "type": "literal", + "value": "Turkey" + }, + { + "type": "literal", + "value": "UCT" + }, + { + "type": "literal", + "value": "US/Alaska" + }, + { + "type": "literal", + "value": "US/Aleutian" + }, + { + "type": "literal", + "value": "US/Arizona" + }, + { + "type": "literal", + "value": "US/Central" + }, + { + "type": "literal", + "value": "US/East-Indiana" + }, + { + "type": "literal", + "value": "US/Eastern" + }, + { + "type": "literal", + "value": "US/Hawaii" + }, + { + "type": "literal", + "value": "US/Indiana-Starke" + }, + { + "type": "literal", + "value": "US/Michigan" + }, + { + "type": "literal", + "value": "US/Mountain" + }, + { + "type": "literal", + "value": "US/Pacific" + }, + { + "type": "literal", + "value": "US/Samoa" + }, + { + "type": "literal", + "value": "UTC" + }, + { + "type": "literal", + "value": "Universal" + }, + { + "type": "literal", + "value": "W-SU" + }, + { + "type": "literal", + "value": "WET" + }, + { + "type": "literal", + "value": "Zulu" + } + ] + } + }, + { + "id": 1471, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 73, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L73" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1469, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 71, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L71" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1481, + 1477, + 1472, + 1476, + 1468, + 1474, + 1475, + 1480, + 1478, + 1470, + 1479, + 1482, + 1473, + 1471, + 1469 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 69, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L69" + } + ] + }, + { + "id": 1492, + "name": "ScheduleActionRunActor", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1493, + "name": "actorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 118, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L118" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1496, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L111" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.id" + } + }, + { + "id": 1494, + "name": "runInput", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 119, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L119" + } + ], + "type": { + "type": "reference", + "id": 1498, + "name": "ScheduledActorRunInput" + } + }, + { + "id": 1495, + "name": "runOptions", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 120, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L120" + } + ], + "type": { + "type": "reference", + "id": 1501, + "name": "ScheduledActorRunOptions" + } + }, + { + "id": 1497, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L112" + } + ], + "type": { + "type": "reference", + "id": 1489, + "name": "RunActor" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.type" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1493, + 1496, + 1494, + 1495, + 1497 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 117, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L117" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1489, + "name": "ScheduleActions.RunActor" + } + ], + "name": "BaseScheduleAction" + } + ] + }, + { + "id": 1505, + "name": "ScheduleActionRunActorTask", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1506, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L135" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1508, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L111" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.id" + } + }, + { + "id": 1507, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 136, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L136" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1509, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L112" + } + ], + "type": { + "type": "reference", + "id": 1490, + "name": "RunActorTask" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.type" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1506, + 1508, + 1507, + 1509 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 134, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L134" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1490, + "name": "ScheduleActions.RunActorTask" + } + ], + "name": "BaseScheduleAction" + } + ] + }, + { + "id": 1560, + "name": "ScheduleCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1563, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1561, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1562, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1563, + 1561, + 1562 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 42, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule_collection.ts#L42" + } + ] + }, + { + "id": 1498, + "name": "ScheduledActorRunInput", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1499, + "name": "body", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 124, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L124" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1500, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 125, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L125" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1499, + 1500 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 123, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L123" + } + ] + }, + { + "id": 1501, + "name": "ScheduledActorRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1502, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 129, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L129" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1504, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 131, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L131" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1503, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 130, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L130" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1502, + 1504, + 1503 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 128, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L128" + } + ] + }, + { + "id": 2183, + "name": "StoreCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2188, + "name": "category", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 59, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L59" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2184, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 55, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L55" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2185, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2190, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 61, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L61" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2186, + "name": "search", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 57, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L57" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2187, + "name": "sortBy", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 58, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L58" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2189, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 60, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L60" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2188, + 2184, + 2185, + 2190, + 2186, + 2187, + 2189 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 54, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/store_collection.ts#L54" + } + ] + }, + { + "id": 1635, + "name": "Task", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1638, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 196, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L196" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1648, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L206" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 281, + "name": "ActorStandby" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + }, + { + "id": 1643, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 201, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L201" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1641, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1636, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 194, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L194" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1647, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 205, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L205" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + }, + { + "id": 1644, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 202, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L202" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1639, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 197, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L197" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1646, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 204, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L204" + } + ], + "type": { + "type": "reference", + "id": 1651, + "name": "TaskOptions" + } + }, + { + "id": 1645, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 203, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L203" + } + ], + "type": { + "type": "reference", + "id": 1649, + "name": "TaskStats" + } + }, + { + "id": 1640, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L198" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1637, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 195, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L195" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1642, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L200" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1638, + 1648, + 1643, + 1641, + 1636, + 1647, + 1644, + 1639, + 1646, + 1645, + 1640, + 1637, + 1642 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 193, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L193" + } + ] + }, + { + "id": 1659, + "name": "TaskCallOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1661, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tag or number of the actor build to run (e.g. " + }, + { + "kind": "code", + "text": "`beta`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`1.2.345`" + }, + { + "kind": "text", + "text": ").\nIf not provided, the run uses build tag or number from the default actor run configuration (typically " + }, + { + "kind": "code", + "text": "`latest`" + }, + { + "kind": "text", + "text": ")." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 310, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L310" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.build" + } + }, + { + "id": 1665, + "name": "maxItems", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies maximum number of items that the actor run should return.\nThis is used by pay per result actors to limit the maximum number of results that will be charged to customer.\nValue can be accessed in actor run using " + }, + { + "kind": "code", + "text": "`ACTOR_MAX_PAID_DATASET_ITEMS`" + }, + { + "kind": "text", + "text": " environment variable." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 351, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L351" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.maxItems" + } + }, + { + "id": 1662, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Memory in megabytes which will be allocated for the new actor run.\nIf not provided, the run uses memory of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 324, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L324" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.memory" + } + }, + { + "id": 1663, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Timeout for the actor run in seconds. Zero value means there is no timeout.\nIf not provided, the run uses timeout of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 329, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L329" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.timeout" + } + }, + { + "id": 1660, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 238, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L238" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1664, + "name": "webhooks", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies optional webhooks associated with the actor run, which can be used\nto receive a notification e.g. when the actor finished or failed, see\n[ad hook webhooks documentation](https://docs.apify.com/webhooks/ad-hoc-webhooks) for detailed description." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 344, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L344" + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1948, + "name": "WebhookUpdateData" + } + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.webhooks" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1661, + 1665, + 1662, + 1663, + 1660, + 1664 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 237, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L237" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1658, + "name": "TaskStartOptions" + }, + { + "type": "literal", + "value": "waitForFinish" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + ] + }, + { + "id": 1714, + "name": "TaskCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1717, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 50, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1715, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1716, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 49, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L49" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1717, + 1715, + 1716 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 47, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L47" + } + ] + }, + { + "id": 1719, + "name": "TaskCreateData", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1720, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1724, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L206" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 281, + "name": "ActorStandby" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.actorStandby" + } + }, + { + "id": 1722, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.description" + } + }, + { + "id": 1725, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 205, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L205" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.input" + } + }, + { + "id": 1721, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 197, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L197" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.name" + } + }, + { + "id": 1726, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 204, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L204" + } + ], + "type": { + "type": "reference", + "id": 1651, + "name": "TaskOptions" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.options" + } + }, + { + "id": 1723, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L198" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.title" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1720, + 1724, + 1722, + 1725, + 1721, + 1726, + 1723 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 55, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L55" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1655, + "name": "TaskUpdateData" + } + ] + }, + { + "id": 1656, + "name": "TaskLastRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1657, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L232" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "TIMING_OUT" + }, + { + "type": "literal", + "value": "TIMED_OUT" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1657 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 231, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L231" + } + ] + }, + { + "id": 1651, + "name": "TaskOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1652, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 214, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L214" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1654, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 216, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L216" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1653, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 215, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L215" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1652, + 1654, + 1653 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 213, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L213" + } + ] + }, + { + "id": 1649, + "name": "TaskStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1650, + "name": "totalRuns", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L210" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1650 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 209, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L209" + } + ] + }, + { + "id": 1839, + "name": "UsageCycle", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1841, + "name": "endAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 162, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L162" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1840, + "name": "startAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 161, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L161" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1841, + 1840 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 160, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L160" + } + ] + }, + { + "id": 1780, + "name": "User", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1791, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 99, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L99" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1790, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 98, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L98" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1793, + "name": "plan", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 101, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L101" + } + ], + "type": { + "type": "reference", + "id": 1801, + "name": "UserPlan" + } + }, + { + "id": 1782, + "name": "profile", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 89, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L89" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1783, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1784, + "name": "bio", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 90, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L90" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1787, + "name": "githubUsername", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 93, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L93" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1785, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 91, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L91" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1786, + "name": "pictureUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 92, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L92" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1789, + "name": "twitterUsername", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 95, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1788, + "name": "websiteUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 94, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L94" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1784, + 1787, + 1785, + 1786, + 1789, + 1788 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 89, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L89" + } + ] + } + } + }, + { + "id": 1792, + "name": "proxy", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 100, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L100" + } + ], + "type": { + "type": "reference", + "id": 1794, + "name": "UserProxy" + } + }, + { + "id": 1781, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 88, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L88" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1791, + 1790, + 1793, + 1782, + 1792, + 1781 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 86, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L86" + } + ] + }, + { + "id": 1801, + "name": "UserPlan", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1821, + "name": "availableAddOns", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L135" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "unknown" + } + } + }, + { + "id": 1818, + "name": "availableProxyGroups", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 132, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L132" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 1817, + "name": "dataRetentionDays", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 131, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L131" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1803, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 117, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L117" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1808, + "name": "enabledPlatformFeatures", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 122, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L122" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1822, + "name": "PlatformFeature" + } + } + }, + { + "id": 1802, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 116, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L116" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1804, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 118, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L118" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1815, + "name": "maxActorCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 129, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L129" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1810, + "name": "maxActorMemoryGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 124, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L124" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1816, + "name": "maxActorTaskCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 130, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L130" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1811, + "name": "maxMonthlyActorComputeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 125, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L125" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1814, + "name": "maxMonthlyExternalDataTransferGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 128, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L128" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1813, + "name": "maxMonthlyProxySerps", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 127, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L127" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1812, + "name": "maxMonthlyResidentialProxyGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 126, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L126" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1809, + "name": "maxMonthlyUsageUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 123, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L123" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1805, + "name": "monthlyBasePriceUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 119, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L119" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1806, + "name": "monthlyUsageCreditsUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 120, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L120" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1820, + "name": "supportLevel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 134, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L134" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1819, + "name": "teamAccountSeatCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 133, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L133" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1807, + "name": "usageDiscountPercent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 121, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L121" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1821, + 1818, + 1817, + 1803, + 1808, + 1802, + 1804, + 1815, + 1810, + 1816, + 1811, + 1814, + 1813, + 1812, + 1809, + 1805, + 1806, + 1820, + 1819, + 1807 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 115, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L115" + } + ] + }, + { + "id": 1794, + "name": "UserProxy", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1796, + "name": "groups", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 106, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L106" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1797, + "name": "ProxyGroup" + } + } + }, + { + "id": 1795, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 105, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L105" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1796, + 1795 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 104, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L104" + } + ] + }, + { + "id": 1928, + "name": "Webhook", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1935, + "name": "condition", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 88, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L88" + } + ], + "type": { + "type": "reference", + "id": 1952, + "name": "WebhookCondition" + } + }, + { + "id": 1931, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 84, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L84" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1945, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 98, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L98" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1937, + "name": "doNotRetry", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 90, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L90" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1934, + "name": "eventTypes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 87, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L87" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1951, + "name": "WebhookEventType" + } + } + }, + { + "id": 1944, + "name": "headersTemplate", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 97, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L97" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1929, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 82, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L82" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1936, + "name": "ignoreSslErrors", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 89, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L89" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1933, + "name": "isAdHoc", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 86, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L86" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1943, + "name": "isApifyIntegration", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 96, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L96" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1940, + "name": "lastDispatch", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 93, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L93" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1932, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 85, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L85" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1939, + "name": "payloadTemplate", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 92, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L92" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1938, + "name": "requestUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 91, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L91" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1942, + "name": "shouldInterpolateStrings", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 95, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1941, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 94, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L94" + } + ], + "type": { + "type": "reference", + "id": 1949, + "name": "WebhookStats" + } + }, + { + "id": 1930, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 83, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L83" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1935, + 1931, + 1945, + 1937, + 1934, + 1944, + 1929, + 1936, + 1933, + 1943, + 1940, + 1932, + 1939, + 1938, + 1942, + 1941, + 1930 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 81, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L81" + } + ] + }, + { + "id": 1953, + "name": "WebhookAnyRunOfActorCondition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1954, + "name": "actorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 131, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L131" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1954 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 130, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L130" + } + ] + }, + { + "id": 1955, + "name": "WebhookAnyRunOfActorTaskCondition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1956, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L135" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1956 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 134, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L134" + } + ] + }, + { + "id": 1957, + "name": "WebhookCertainRunCondition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1958, + "name": "actorRunId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 139, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L139" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1958 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 138, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L138" + } + ] + }, + { + "id": 2007, + "name": "WebhookCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2010, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2008, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2009, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2010, + 2008, + 2009 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 42, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_collection.ts#L42" + } + ] + }, + { + "id": 2057, + "name": "WebhookDispatch", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2064, + "name": "calls", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 31, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L31" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 2070, + "name": "WebhookDispatchCall" + } + } + }, + { + "id": 2061, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L28" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 2063, + "name": "eventType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L30" + } + ], + "type": { + "type": "reference", + "id": 1951, + "name": "WebhookEventType" + } + }, + { + "id": 2058, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 25, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L25" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2062, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 29, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L29" + } + ], + "type": { + "type": "reference", + "id": 2066, + "name": "WebhookDispatchStatus" + } + }, + { + "id": 2059, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2065, + "name": "webhook", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L32" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1928, + "name": "Webhook" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "isAdHoc" + }, + { + "type": "literal", + "value": "requestUrl" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + }, + { + "id": 2060, + "name": "webhookId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 27, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L27" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2064, + 2061, + 2063, + 2058, + 2062, + 2059, + 2065, + 2060 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 24, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L24" + } + ] + }, + { + "id": 2070, + "name": "WebhookDispatchCall", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2073, + "name": "errorMessage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L44" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 2072, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L43" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 2075, + "name": "responseBody", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L46" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 2074, + "name": "responseStatus", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L45" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } + }, + { + "id": 2071, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 42, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L42" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2073, + 2072, + 2075, + 2074, + 2071 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 41, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch.ts#L41" + } + ] + }, + { + "id": 2121, + "name": "WebhookDispatchCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2124, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch_collection.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2122, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch_collection.ts#L34" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2123, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 35, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch_collection.ts#L35" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2124, + 2122, + 2123 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 33, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook_dispatch_collection.ts#L33" + } + ] + }, + { + "id": 1946, + "name": "WebhookIdempotencyKey", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1947, + "name": "idempotencyKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 102, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L102" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1947 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 101, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L101" + } + ] + }, + { + "id": 1949, + "name": "WebhookStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1950, + "name": "totalDispatches", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 123, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L123" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1950 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 122, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L122" + } + ] + }, + { + "id": 445, + "name": "ActorCollectionListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 59, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor_collection.ts#L59" + } + ], + "type": { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 439, + "name": "ActorCollectionListItem" + } + ], + "name": "PaginatedList" + } + }, + { + "id": 280, + "name": "ActorUpdateOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 281, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/actor.ts#L281" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "isPublic" + }, + { + "type": "literal", + "value": "isDeprecated" + }, + { + "type": "literal", + "value": "seoTitle" + }, + { + "type": "literal", + "value": "seoDescription" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "restartOnError" + }, + { + "type": "literal", + "value": "versions" + }, + { + "type": "literal", + "value": "categories" + }, + { + "type": "literal", + "value": "defaultRunOptions" + }, + { + "type": "literal", + "value": "actorStandby" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + }, + { + "id": 1209, + "name": "AllowedHttpMethods", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 615, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L615" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "GET" + }, + { + "type": "literal", + "value": "HEAD" + }, + { + "type": "literal", + "value": "POST" + }, + { + "type": "literal", + "value": "PUT" + }, + { + "type": "literal", + "value": "DELETE" + }, + { + "type": "literal", + "value": "TRACE" + }, + { + "type": "literal", + "value": "OPTIONS" + }, + { + "type": "literal", + "value": "CONNECT" + }, + { + "type": "literal", + "value": "PATCH" + } + ] + } + }, + { + "id": 602, + "name": "BuildCollectionClientListItem", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 39, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L39" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 526, + "name": "Build" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "id" + }, + { + "type": "literal", + "value": "status" + }, + { + "type": "literal", + "value": "startedAt" + }, + { + "type": "literal", + "value": "finishedAt" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Required", + "qualifiedName": "Required", + "package": "typescript" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 526, + "name": "Build" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "meta" + }, + { + "type": "literal", + "value": "usageTotalUsd" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + ] + } + }, + { + "id": 603, + "name": "BuildCollectionClientListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 41, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/build_collection.ts#L41" + } + ], + "type": { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 602, + "name": "BuildCollectionClientListItem" + } + ], + "name": "PaginatedList" + } + }, + { + "id": 787, + "name": "DatasetCollectionClientListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 55, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/dataset_collection.ts#L55" + } + ], + "type": { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 671, + "name": "Dataset" + } + ], + "name": "PaginatedList" + } + }, + { + "id": 64, + "name": "Dictionary", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 249, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/utils.ts#L249" + } + ], + "typeParameters": [ + { + "id": 65, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "default": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "name": "PropertyKey", + "qualifiedName": "PropertyKey", + "package": "typescript" + }, + { + "type": "reference", + "id": 65, + "name": "T" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 957, + "name": "KeyValueStoreCollectionListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 55, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L55" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 858, + "name": "KeyValueStore" + }, + { + "type": "literal", + "value": "stats" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 958, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 959, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 55, + "character": 81, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L55" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 959 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 55, + "character": 79, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store_collection.ts#L55" + } + ] + } + } + ] + } + }, + { + "id": 1861, + "name": "LimitsUpdateOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 223, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/user.ts#L223" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1849, + "name": "Limits" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "maxMonthlyUsageUsd" + }, + { + "type": "literal", + "value": "dataRetentionDays" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + }, + { + "id": 1208, + "name": "RequestQueueClientGetRequestResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 613, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L613" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1166, + "name": "RequestQueueClientListItem" + }, + { + "type": "literal", + "value": "retryCount" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1207, + "name": "RequestQueueClientRequestToDelete", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 611, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L611" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1187, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1187, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "uniqueKey" + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ] + } + }, + { + "id": 1265, + "name": "RequestQueueCollectionListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L50" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 1114, + "name": "RequestQueue" + }, + { + "type": "reflection", + "declaration": { + "id": 1266, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1267, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 78, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1267 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 76, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L50" + } + ] + } + } + ] + } + ], + "name": "PaginatedList" + }, + { + "type": "reflection", + "declaration": { + "id": 1268, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1269, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 104, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1269 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 102, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue_collection.ts#L50" + } + ] + } + } + ] + } + }, + { + "id": 1210, + "name": "RequestQueueRequestsAsyncIterable", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 617, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/request_queue.ts#L617" + } + ], + "typeParameters": [ + { + "id": 1211, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1211, + "name": "T" + } + ], + "name": "AsyncIterable", + "qualifiedName": "AsyncIterable", + "package": "typescript" + } + }, + { + "id": 899, + "name": "ReturnTypeFromOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 273, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/key_value_store.ts#L273" + } + ], + "typeParameters": [ + { + "id": 900, + "name": "Options", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 891, + "name": "KeyValueClientGetRecordOptions" + } + } + ], + "type": { + "type": "conditional", + "checkType": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "stream" + }, + "objectType": { + "type": "reference", + "id": 900, + "name": "Options" + } + }, + "extendsType": { + "type": "literal", + "value": true + }, + "trueType": { + "type": "reference", + "name": "Readable", + "qualifiedName": "internal.Readable", + "package": "@types/node" + }, + "falseType": { + "type": "conditional", + "checkType": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "buffer" + }, + "objectType": { + "type": "reference", + "id": 900, + "name": "Options" + } + }, + "extendsType": { + "type": "literal", + "value": true + }, + "trueType": { + "type": "reference", + "name": "Buffer", + "qualifiedName": "global.Buffer", + "package": "@types/node" + }, + "falseType": { + "type": "reference", + "name": "JsonValue", + "qualifiedName": "JsonValue", + "package": "type-fest" + } + } + } + }, + { + "id": 1491, + "name": "ScheduleAction", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 115, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L115" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 1492, + "name": "ScheduleActionRunActor" + }, + { + "type": "reference", + "id": 1505, + "name": "ScheduleActionRunActorTask" + } + ] + } + }, + { + "id": 1485, + "name": "ScheduleCreateOrUpdateData", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 89, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L89" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1467, + "name": "Schedule" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "cronExpression" + }, + { + "type": "literal", + "value": "timezone" + }, + { + "type": "literal", + "value": "isEnabled" + }, + { + "type": "literal", + "value": "isExclusive" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "notifications" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1486, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1487, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 101, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L101" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1491, + "name": "ScheduleAction" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "DistributiveOptional" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1487 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 100, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/schedule.ts#L100" + } + ] + } + } + ] + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + }, + { + "id": 1718, + "name": "TaskList", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 53, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task_collection.ts#L53" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1635, + "name": "Task" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "options" + }, + { + "type": "literal", + "value": "input" + } + ] + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1658, + "name": "TaskStartOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 235, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L235" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 287, + "name": "ActorStartOptions" + }, + { + "type": "literal", + "value": "contentType" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1655, + "name": "TaskUpdateData", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 219, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/task.ts#L219" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1635, + "name": "Task" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "options" + }, + { + "type": "literal", + "value": "input" + }, + { + "type": "literal", + "value": "actorStandby" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + }, + "extendedBy": [ + { + "type": "reference", + "id": 1719, + "name": "TaskCreateData" + } + ] + }, + { + "id": 1952, + "name": "WebhookCondition", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 128, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L128" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 1953, + "name": "WebhookAnyRunOfActorCondition" + }, + { + "type": "reference", + "id": 1955, + "name": "WebhookAnyRunOfActorTaskCondition" + }, + { + "type": "reference", + "id": 1957, + "name": "WebhookCertainRunCondition" + } + ] + } + }, + { + "id": 1951, + "name": "WebhookEventType", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 126, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L126" + } + ], + "type": { + "type": "indexedAccess", + "indexType": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "query", + "queryType": { + "type": "reference", + "name": "WEBHOOK_EVENT_TYPES", + "qualifiedName": "WEBHOOK_EVENT_TYPES", + "package": "@apify/consts" + } + } + }, + "objectType": { + "type": "query", + "queryType": { + "type": "reference", + "name": "WEBHOOK_EVENT_TYPES", + "qualifiedName": "WEBHOOK_EVENT_TYPES", + "package": "@apify/consts" + } + } + } + }, + { + "id": 1948, + "name": "WebhookUpdateData", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 105, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/resource_clients/webhook.ts#L105" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1928, + "name": "Webhook" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "isAdHoc" + }, + { + "type": "literal", + "value": "eventTypes" + }, + { + "type": "literal", + "value": "condition" + }, + { + "type": "literal", + "value": "ignoreSslErrors" + }, + { + "type": "literal", + "value": "doNotRetry" + }, + { + "type": "literal", + "value": "requestUrl" + }, + { + "type": "literal", + "value": "payloadTemplate" + }, + { + "type": "literal", + "value": "shouldInterpolateStrings" + }, + { + "type": "literal", + "value": "isApifyIntegration" + }, + { + "type": "literal", + "value": "headersTemplate" + }, + { + "type": "literal", + "value": "description" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + }, + { + "type": "reference", + "id": 1946, + "name": "WebhookIdempotencyKey" + } + ] + } + } + ], + "groups": [ + { + "title": "Enumerations", + "children": [ + 705, + 1822, + 1488, + 2066 + ] + }, + { + "title": "Classes", + "children": [ + 156, + 386, + 1, + 66, + 462, + 553, + 604, + 731, + 35, + 788, + 901, + 960, + 1008, + 1212, + 1270, + 1362, + 1412, + 1510, + 2125, + 1564, + 1666, + 1727, + 1873, + 1959, + 2011, + 2076 + ] + }, + { + "title": "Interfaces", + "children": [ + 1842, + 233, + 379, + 295, + 446, + 439, + 434, + 267, + 271, + 384, + 317, + 303, + 354, + 374, + 358, + 341, + 281, + 287, + 258, + 2172, + 276, + 274, + 145, + 526, + 518, + 520, + 598, + 522, + 548, + 544, + 542, + 1862, + 671, + 713, + 693, + 690, + 785, + 780, + 685, + 891, + 878, + 881, + 875, + 888, + 858, + 955, + 950, + 894, + 869, + 1849, + 1830, + 1846, + 56, + 2170, + 1797, + 1114, + 1173, + 1200, + 1182, + 1204, + 1178, + 1157, + 1160, + 1139, + 1141, + 1166, + 1146, + 1153, + 1149, + 1175, + 1180, + 1187, + 1136, + 1260, + 1130, + 1111, + 1348, + 1407, + 1346, + 1350, + 1356, + 1353, + 1360, + 1467, + 1492, + 1505, + 1560, + 1498, + 1501, + 2183, + 1635, + 1659, + 1714, + 1719, + 1656, + 1651, + 1649, + 1839, + 1780, + 1801, + 1794, + 1928, + 1953, + 1955, + 1957, + 2007, + 2057, + 2070, + 2121, + 1946, + 1949 + ] + }, + { + "title": "Type Aliases", + "children": [ + 445, + 280, + 1209, + 602, + 603, + 787, + 64, + 957, + 1861, + 1208, + 1207, + 1265, + 1210, + 899, + 1491, + 1485, + 1718, + 1658, + 1655, + 1952, + 1951, + 1948 + ] + } + ], + "sources": [ + { + "fileName": "src/index.ts", + "line": 1, + "character": 0, + "url": "https://github.com/apify/apify-client-js/blob/4ca6c34/src/index.ts#L1" + } + ] +} diff --git a/website/versioned_docs/version-2.10/examples/index.md b/website/versioned_docs/version-2.10/examples/index.md new file mode 100644 index 00000000..d760445a --- /dev/null +++ b/website/versioned_docs/version-2.10/examples/index.md @@ -0,0 +1,148 @@ +--- +sidebar_label: Examples +title: 'Code examples' +--- + +## Passing an input to the Actor + +The fastest way to get results from an Actor is to pass input directly to the `call` function. +Input can be passed to `call` function and the reference of running Actor (or wait for finish) is available in `runData` variable. + +This example starts an Actor that scrapes 20 posts from the Instagram website based on the hashtag. + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const actorClient = client.actor('apify/instagram-hashtag-scraper'); + +const input = { hashtags: ['rainbow'], resultsLimit: 20 }; + +// Run the Actor and wait for it to finish up to 60 seconds. +// Input is not persisted for next runs. +const runData = await actorClient.call(input, { waitSecs: 60 }); + +console.log("Run data:"); +console.log(runData); +``` + +To run multiple inputs with the same Actor, most convenient way is to create multiple [tasks](https://docs.apify.com/platform/actors/running/tasks) with different inputs. Task input is persisted on Apify platform when task is created. + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const animalsHashtags = ['zebra', 'lion', 'hippo']; + +// Multiple input schemas for one Actor can be persisted in tasks. +// Tasks are saved in the Apify platform and can be run multiple times. +const socialsTasksPromises = animalsHashtags.map((hashtag) => client.tasks().create({ + actId: 'apify/instagram-hashtag-scraper', + name: `hashtags-${hashtag}`, + input: { hashtags: [hashtag], resultsLimit: 20 }, + options: { memoryMbytes: 1024 }, +})); + +// Create all tasks in parallel +const createdTasks = await Promise.all(socialsTasksPromises); + +console.log("Created tasks:"); +console.log(createdTasks); + +// Run all tasks in parallel +await Promise.all(createdTasks.map((task) => client.task(task.id).call())); +``` + +## Getting latest data from an Actor, joining datasets + +Actor data are stored to [datasets](https://docs.apify.com/platform/storage/dataset). Datasets can be retrieved from Actor runs. Dataset items can be listed with pagination. Also, datasets can be merged together to make analysis further on with single file as dataset can be exported to various data format (CSV, JSON, XSLX, XML). [Integrations](https://docs.apify.com/platform/integrations) can do the trick as well. + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const actorClient = client.actor('apify/instagram-hashtag-scraper'); + +const actorRuns = actorClient.runs(); + +// See pagination to understand how to get more datasets +const actorDatasets = await actorRuns.list({ limit: 20 }); + +console.log("Actor datasets:"); +console.log(actorDatasets); + +const mergingDataset = await client.datasets().getOrCreate('merge-dataset'); + +for (const datasetItem of actorDatasets.items) { + // Dataset items can be handled here. Dataset items can be paginated + const datasetItems = await client.dataset(datasetItem.defaultDatasetId).listItems({ limit: 1000 }); + + // Items can be pushed to single dataset + await client.dataset(mergingDataset.id).pushItems(datasetItems.items); + + // ... +} +``` + +## Handling webhooks + +[Webhooks](https://docs.apify.com/platform/integrations/webhooks) can be used to get notifications about Actor runs. +For example, a webhook can be triggered when an Actor run finishes successfully. +Webhook can receive dataset ID for further processing. + +Initialization of webhook: + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const webhooksClient = client.webhooks(); + +await webhooksClient.create({ + description: 'Instagram hashtag actor succeeded', + condition: { actorId: 'reGe1ST3OBgYZSsZJ' }, // Actor ID of apify/instagram-hashtag-scraper + // Request URL can be generated using https://webhook.site. Any REST server can be used + requestUrl: 'https://webhook.site/CUSTOM_WEBHOOK_ID', + eventTypes: ['ACTOR.RUN.SUCCEEDED'], +}); +``` + +Simple webhook listener can be built on [`express`](https://expressjs.com/) library, which can helps to create a REST server for handling webhooks: + +```javascript +import express from 'express'; +import bodyParser from 'body-parser'; +import { ApifyClient, DownloadItemsFormat } from 'apify-client'; + +// Initialize Apify client, express and define server port +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); +const app = express(); +const PORT = 3000; + +// Tell express to use body-parser's JSON parsing +app.use(bodyParser.json()); + +app.post('apify-webhook', async (req, res) => { + // Log the payload from the webhook + console.log(req.body); + + const runDataset = await client.dataset(req.body.resource.defaultDatasetId); + + // e.g. Save dataset locally as JSON + await runDataset.downloadItems(DownloadItemsFormat.JSON); + + // Respond to the webhook + res.send('Webhook received'); +}) + +// Start express on the defined port +app.listen(PORT, () => console.log(`🚀 Server running on port ${PORT}`)); +``` diff --git a/website/versioned_docs/version-2.10/index.md b/website/versioned_docs/version-2.10/index.md new file mode 100644 index 00000000..d3bedd04 --- /dev/null +++ b/website/versioned_docs/version-2.10/index.md @@ -0,0 +1,286 @@ +--- +sidebar_label: 'Getting started' +title: 'Getting started' +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +# Apify API client for JavaScript + +`apify-client` is the official library to access the [Apify REST API](https://docs.apify.com/api/v2) from your JavaScript/TypeScript applications. It runs both in Node.js and browser and provides useful features like automatic retries and convenience functions that improve the experience of using the Apify API. All requests and responses (including errors) are encoded in JSON format with UTF-8 encoding. + +## Pre-requisites + +`apify-client` requires Node.js version 16 or higher. Node.js is available for download on the [official website](https://nodejs.org/). Check for your current node version by running: + +```bash +node -v +``` + +## Installation + +You can install the client via [NPM](https://www.npmjs.com/) or use any other package manager of your choice. + + + + +```bash +npm i apify-client +``` + + + + +```bash +yarn add apify-client +``` + + + + +```bash +pnpm add apify-client +``` + + + + +```bash +bun add apify-client +``` + + + + +## Authentication and Initialization + +To use the client, you need an [API token](https://docs.apify.com/platform/integrations/api#api-token). You can find your token under [Integrations](https://console.apify.com/account/integrations) tab in Apify Console. Copy the token and initialize the client by providing the token (`MY-APIFY-TOKEN`) as a parameter to the `ApifyClient` constructor. + +```js +// import Apify client +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ + token: 'MY-APIFY-TOKEN', +}); +``` + +:::warning Secure access + +The API token is used to authorize your requests to the Apify API. You can be charged for the usage of the underlying services, so do not share your API token with untrusted parties or expose it on the client side of your applications + +::: + +## Quick start + +One of the most common use cases is starting [Actors](https://docs.apify.com/platform/actors) (serverless programs running in the [Apify cloud](https://docs.apify.com/platform)) and getting results from their [datasets](https://docs.apify.com/platform/storage/dataset) (storage) after they finish the job (usually scraping, automation processes or data processing). + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Starts an Actor and waits for it to finish +const { defaultDatasetId } = await client.actor('username/actor-name').call(); + +// Lists items from the Actor's dataset +const { items } = await client.dataset(defaultDatasetId).listItems(); +``` + +### Running Actors + +To start an Actor, you can use the [ActorClient](/reference/class/ActorClient) (`client.actor()`) and pass the Actor's ID (e.g. `john-doe/my-cool-actor`) to define which Actor you want to run. The Actor's ID is a combination of the username and the Actor owner’s username. You can run both your own Actors and [Actors from Apify Store](https://docs.apify.com/platform/actors/running/actors-in-store). + +#### Passing input to the Actor + +To define the Actor's input, you can pass an object to the [`call()`](/reference/class/ActorClient#call) method. The input object can be any JSON object that the Actor expects (respects the Actor's [input schema](https://docs.apify.com/platform/actors/development/actor-definition/input-schema)). The input object is used to pass configuration to the Actor, such as URLs to scrape, search terms, or any other data. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Runs an Actor with an input and waits for it to finish. +const { defaultDatasetId } = await client.actor('username/actor-name').call({ + some: 'input', +}); +``` + +### Getting results from the dataset + +To get the results from the dataset, you can use the [DatasetClient](/reference/class/DatasetClient) (`client.dataset()`) and [`listItems()`](/reference/class/DatasetClient#listItems) method. You need to pass the dataset ID to define which dataset you want to access. You can get the dataset ID from the Actor's run object (represented by `defaultDatasetId`). + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Lists items from the Actor's dataset. +const { items } = await client.dataset('dataset-id').listItems(); +``` + +:::note Dataset access + +Running an Actor might take time, depending on the Actor's complexity and the amount of data it processes. If you want only to get data and have an immediate response you should access the existing dataset of the finished [Actor run](https://docs.apify.com/platform/actors/running/runs-and-builds#runs). + +::: + +## Usage concepts + +The `ApifyClient` interface follows a generic pattern that applies to all of its components. By calling individual methods of `ApifyClient`, specific clients that target individual API resources are created. There are two types of those clients: + +- [`actorClient`](/reference/class/ActorClient): a client for the management of a single resource +- [`actorCollectionClient`](/reference/class/ActorCollectionClient): a client for the collection of resources + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Collection clients do not require a parameter. +const actorCollectionClient = client.actors(); +// Creates an actor with the name: my-actor. +const myActor = await actorCollectionClient.create({ name: 'my-actor-name' }); +// List all your used Actors (both own and from Apify Store) +const { items } = await actorCollectionClient.list(); +``` + +:::note Resource identification + +The resource ID can be either the `id` of the said resource, or a combination of your `username/resource-name`. + +::: + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Resource clients accept an ID of the resource. +const actorClient = client.actor('username/actor-name'); +// Fetches the john-doe/my-actor object from the API. +const myActor = await actorClient.get(); +// Starts the run of john-doe/my-actor and returns the Run object. +const myActorRun = await actorClient.start(); +``` + +### Nested clients + +Sometimes clients return other clients. That's to simplify working with nested collections, such as runs of a given Actor. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +const actorClient = client.actor('username/actor-name'); +const runsClient = actorClient.runs(); +// Lists the last 10 runs of your Actor. +const { items } = await runsClient.list({ + limit: 10, + desc: true +}); + +// Select the last run of your Actor that finished +// with a SUCCEEDED status. +const lastSucceededRunClient = actorClient.lastRun({ status: 'SUCCEEDED' }); +// Fetches items from the run's dataset. +const { items } = await lastSucceededRunClient.dataset() + .listItems(); +``` + +The quick access to `dataset` and other storage directly from the run client can be used with the [`lastRun()`](/reference/class/ActorClient#lastRun) method. + +## Features + +Based on the endpoint, the client automatically extracts the relevant data and returns it in the expected format. Date strings are automatically converted to `Date` objects. For exceptions, the client throws an [`ApifyApiError`](/reference/class/ApifyApiError), which wraps the plain JSON errors returned by API and enriches them with other contexts for easier debugging. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +try { + const { items } = await client.dataset("non-existing-dataset-id").listItems(); +} catch (error) { + // The error is an instance of ApifyApiError + const { message, type, statusCode, clientMethod, path } = error; + // Log error for easier debugging + console.log({ message, statusCode, clientMethod, type }); +} +``` + +### Retries with exponential backoff + +Network communication sometimes fails. That's a given. The client will automatically retry requests that failed due to a network error, an internal error of the Apify API (HTTP 500+), or a rate limit error (HTTP 429). By default, it will retry up to 8 times. The first retry will be attempted after ~500ms, the second after ~1000ms, and so on. You can configure those parameters using the `maxRetries` and `minDelayBetweenRetriesMillis` options of the `ApifyClient` constructor. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ + token: 'MY-APIFY-TOKEN', + maxRetries: 8, + minDelayBetweenRetriesMillis: 500, // 0.5s + timeoutSecs: 360 // 6 mins +}); +``` + +### Convenience functions and options + +Some actions can't be performed by the API itself, such as indefinite waiting for an Actor run to finish (because of network timeouts). The client provides convenient `call()` and `waitForFinish()` functions that do that. If the limit is reached, the returned promise is resolved to a run object that will have status `READY` or `RUNNING` and it will not contain the Actor run output. + +[Key-value store](https://docs.apify.com/platform/storage/key-value-store) records can be retrieved as objects, buffers, or streams via the respective options, dataset items can be fetched as individual objects or serialized data. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Starts an Actor and waits for it to finish. +const finishedActorRun = await client.actor('username/actor-name').call(); + +// Starts an Actor and waits maximum 60s for the finish +const { status } = await client.actor('username/actor-name').start({ + waitForFinish: 60, // 1 minute +}); +``` + +### Pagination + +Most methods named `list` or `listSomething` return a [`Promise`](/reference/interface/PaginatedList). There are some exceptions though, like `listKeys` or `listHead` which paginate differently. The results you're looking for are always stored under `items` and you can use the `limit` property to get only a subset of results. Other props are also available, depending on the method. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Resource clients accept an ID of the resource. +const datasetClient = client.dataset('dataset-id'); + +// Number of items per page +const limit = 1000; +// Initial offset +let offset = 0; +// Array to store all items +let allItems = []; + +while (true) { + const { items, total } = await datasetClient.listItems({ limit, offset }); + + console.log(`Fetched ${items.length} items`); + + // Merge new items with other already loaded items + allItems.push(...items); + + // If there are no more items to fetch, exit the loading + if (offset + limit >= total) { + break; + } + + offset += limit; +} + +console.log(`Overall fetched ${allItems.length} items`); +``` diff --git a/website/versioned_docs/version-2.11/.gitignore b/website/versioned_docs/version-2.11/.gitignore new file mode 100644 index 00000000..1a13c363 --- /dev/null +++ b/website/versioned_docs/version-2.11/.gitignore @@ -0,0 +1 @@ +changelog.md diff --git a/website/versioned_docs/version-2.11/api-packages.json b/website/versioned_docs/version-2.11/api-packages.json new file mode 100644 index 00000000..60181a5f --- /dev/null +++ b/website/versioned_docs/version-2.11/api-packages.json @@ -0,0 +1 @@ +[{"entryPoints":{"index":{"label":"Index","path":"src/index.ts"}},"packagePath":".","packageSlug":".","packageName":"apify-client","packageVersion":"2.11.2"}] diff --git a/website/versioned_docs/version-2.11/api-typedoc.json b/website/versioned_docs/version-2.11/api-typedoc.json new file mode 100644 index 00000000..2fc49cba --- /dev/null +++ b/website/versioned_docs/version-2.11/api-typedoc.json @@ -0,0 +1,38695 @@ +{ + "id": 0, + "name": "apify-client", + "kind": 1, + "kindString": "Project", + "flags": {}, + "originalName": "", + "children": [ + { + "id": 798, + "name": "DownloadItemsFormat", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 803, + "name": "CSV", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 212, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L212" + } + ], + "type": { + "type": "literal", + "value": "csv" + } + }, + { + "id": 802, + "name": "HTML", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 211, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L211" + } + ], + "type": { + "type": "literal", + "value": "html" + } + }, + { + "id": 799, + "name": "JSON", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 208, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L208" + } + ], + "type": { + "type": "literal", + "value": "json" + } + }, + { + "id": 800, + "name": "JSONL", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 209, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L209" + } + ], + "type": { + "type": "literal", + "value": "jsonl" + } + }, + { + "id": 805, + "name": "RSS", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 214, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L214" + } + ], + "type": { + "type": "literal", + "value": "rss" + } + }, + { + "id": 804, + "name": "XLSX", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 213, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L213" + } + ], + "type": { + "type": "literal", + "value": "xlsx" + } + }, + { + "id": 801, + "name": "XML", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L210" + } + ], + "type": { + "type": "literal", + "value": "xml" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 803, + 802, + 799, + 800, + 805, + 804, + 801 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 207, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L207" + } + ] + }, + { + "id": 1932, + "name": "PlatformFeature", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 1933, + "name": "Actors", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 139, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L139" + } + ], + "type": { + "type": "literal", + "value": "ACTORS" + } + }, + { + "id": 1938, + "name": "Proxy", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 144, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L144" + } + ], + "type": { + "type": "literal", + "value": "PROXY" + } + }, + { + "id": 1939, + "name": "ProxyExternalAccess", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 145, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L145" + } + ], + "type": { + "type": "literal", + "value": "PROXY_EXTERNAL_ACCESS" + } + }, + { + "id": 1935, + "name": "ProxySERPS", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 141, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L141" + } + ], + "type": { + "type": "literal", + "value": "PROXY_SERPS" + } + }, + { + "id": 1936, + "name": "Scheduler", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 142, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L142" + } + ], + "type": { + "type": "literal", + "value": "SCHEDULER" + } + }, + { + "id": 1934, + "name": "Storage", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 140, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L140" + } + ], + "type": { + "type": "literal", + "value": "STORAGE" + } + }, + { + "id": 1937, + "name": "Webhooks", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 143, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L143" + } + ], + "type": { + "type": "literal", + "value": "WEBHOOKS" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 1933, + 1938, + 1939, + 1935, + 1936, + 1934, + 1937 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 138, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L138" + } + ] + }, + { + "id": 1598, + "name": "ScheduleActions", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 1599, + "name": "RunActor", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 106, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L106" + } + ], + "type": { + "type": "literal", + "value": "RUN_ACTOR" + } + }, + { + "id": 1600, + "name": "RunActorTask", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 107, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L107" + } + ], + "type": { + "type": "literal", + "value": "RUN_ACTOR_TASK" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 1599, + 1600 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 105, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L105" + } + ] + }, + { + "id": 2176, + "name": "WebhookDispatchStatus", + "kind": 8, + "kindString": "Enumeration", + "flags": {}, + "children": [ + { + "id": 2177, + "name": "Active", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L36" + } + ], + "type": { + "type": "literal", + "value": "ACTIVE" + } + }, + { + "id": 2179, + "name": "Failed", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L38" + } + ], + "type": { + "type": "literal", + "value": "FAILED" + } + }, + { + "id": 2178, + "name": "Succeeded", + "kind": 16, + "kindString": "Enumeration Member", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 37, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L37" + } + ], + "type": { + "type": "literal", + "value": "SUCCEEDED" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 2177, + 2179, + 2178 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 35, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L35" + } + ] + }, + { + "id": 156, + "name": "ActorClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 216, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 213, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 217, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 211, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 218, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 214, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 212, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 215, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 175, + "name": "build", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 140, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L140" + } + ], + "signatures": [ + { + "id": 176, + "name": "build", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/build-collection/build-actor" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "parameters": [ + { + "id": 177, + "name": "versionNumber", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 178, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 381, + "name": "ActorBuildOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 593, + "name": "Build" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 182, + "name": "builds", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 180, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L180" + } + ], + "signatures": [ + { + "id": 183, + "name": "builds", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/build-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 644, + "name": "BuildCollectionClient" + } + } + ] + }, + { + "id": 171, + "name": "call", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 113, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L113" + } + ], + "signatures": [ + { + "id": 172, + "name": "call", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts an actor and waits for it to finish before returning the Run object.\nIt waits indefinitely, unless the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " option is provided.\nhttps://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor" + } + ] + }, + "parameters": [ + { + "id": 173, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 174, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 294, + "name": "ActorCallOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 165, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L52" + } + ], + "signatures": [ + { + "id": 166, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object/delete-actor" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 160, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L36" + } + ], + "signatures": [ + { + "id": 161, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object/get-actor" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 233, + "name": "Actor" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 179, + "name": "lastRun", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 164, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L164" + } + ], + "signatures": [ + { + "id": 180, + "name": "lastRun", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "parameters": [ + { + "id": 181, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 386, + "name": "ActorLastRunOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1372, + "name": "RunClient" + } + } + ] + }, + { + "id": 184, + "name": "runs", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 189, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L189" + } + ], + "signatures": [ + { + "id": 185, + "name": "runs", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/run-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1472, + "name": "RunCollectionClient" + } + } + ] + }, + { + "id": 167, + "name": "start", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 60, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L60" + } + ], + "signatures": [ + { + "id": 168, + "name": "start", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts an actor and immediately returns the Run object.\nhttps://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor" + } + ] + }, + "parameters": [ + { + "id": 169, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 170, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 286, + "name": "ActorStartOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 162, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 43, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L43" + } + ], + "signatures": [ + { + "id": 163, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object/update-actor" + } + ] + }, + "parameters": [ + { + "id": 164, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "isPublic" + }, + { + "type": "literal", + "value": "isDeprecated" + }, + { + "type": "literal", + "value": "seoTitle" + }, + { + "type": "literal", + "value": "seoDescription" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "restartOnError" + }, + { + "type": "literal", + "value": "versions" + }, + { + "type": "literal", + "value": "categories" + }, + { + "type": "literal", + "value": "defaultRunOptions" + }, + { + "type": "literal", + "value": "actorStandby" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 186, + "name": "version", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L198" + } + ], + "signatures": [ + { + "id": 187, + "name": "version", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/version-object" + } + ] + }, + "parameters": [ + { + "id": 188, + "name": "versionNumber", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "name": "ActorVersionClient" + } + } + ] + }, + { + "id": 189, + "name": "versions", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 209, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L209" + } + ], + "signatures": [ + { + "id": 190, + "name": "versions", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/version-collection" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "type": { + "type": "reference", + "name": "ActorVersionCollectionClient" + } + } + ] + }, + { + "id": 191, + "name": "webhooks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 217, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L217" + } + ], + "signatures": [ + { + "id": 192, + "name": "webhooks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/webhook-collection" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "type": { + "type": "reference", + "id": 2069, + "name": "WebhookCollectionClient" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 216, + 213, + 217, + 211, + 218, + 214, + 212, + 215 + ] + }, + { + "title": "Methods", + "children": [ + 175, + 182, + 171, + 165, + 160, + 179, + 184, + 167, + 162, + 186, + 189, + 191 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 22, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L22" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 451, + "name": "ActorCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 482, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 479, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 483, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 477, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 484, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 480, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 478, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 481, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 458, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 37, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L37" + } + ], + "signatures": [ + { + "id": 459, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-collection/create-actor" + } + ] + }, + "parameters": [ + { + "id": 460, + "name": "actor", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 511, + "name": "ActorCollectionCreateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 455, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 23, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L23" + } + ], + "signatures": [ + { + "id": 456, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-collection/get-list-of-actors" + } + ] + }, + "parameters": [ + { + "id": 457, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 499, + "name": "ActorCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "ActorCollectionListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 482, + 479, + 483, + 477, + 484, + 480, + 478, + 481 + ] + }, + { + "title": "Methods", + "children": [ + 458, + 455 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 9, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L9" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1, + "name": "ApifyApiError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An " + }, + { + "kind": "code", + "text": "`ApifyApiError`" + }, + { + "kind": "text", + "text": " is thrown for successful HTTP requests that reach the API,\nbut the API responds with an error response. Typically, those are rate limit\nerrors and internal errors, which are automatically retried, or validation\nerrors, which are thrown immediately, because a correction by the user is\nneeded." + } + ] + }, + "children": [ + { + "id": 20, + "name": "attempt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Number of the API call attempt." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 34, + "name": "cause", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es2022.error.d.ts", + "line": 24, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "unknown" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.cause" + } + }, + { + "id": 17, + "name": "clientMethod", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The invoked resource client and the method. Known issue: Sometimes it displays\nas " + }, + { + "kind": "code", + "text": "`unknown`" + }, + { + "kind": "text", + "text": " because it can't be parsed from a stack trace." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 31, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L31" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 24, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Additional data provided by the API about the error" + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 67, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L67" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 21, + "name": "httpMethod", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "HTTP method of the API call." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 51, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L51" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 32, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1055, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.message" + } + }, + { + "id": 16, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 25, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L25" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "overwrites": { + "type": "reference", + "name": "Error.name" + } + }, + { + "id": 23, + "name": "originalStack", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Original stack trace of the exception. It is replaced\nby a more informative stack with API call information." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 62, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L62" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 22, + "name": "path", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Full path of the API endpoint (URL excluding origin)." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 33, + "name": "stack", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1056, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stack" + } + }, + { + "id": 18, + "name": "statusCode", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "HTTP status code of the error." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 19, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of the error, as returned by the API." + } + ] + }, + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 41, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6, + "name": "prepareStackTrace", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 7, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 29 + } + ], + "signatures": [ + { + "id": 8, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional override for formatting stack traces" + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://v8.dev/docs/stack-trace-api#customizing-stack-traces" + } + ] + } + ] + }, + "parameters": [ + { + "id": 9, + "name": "err", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + }, + { + "id": 10, + "name": "stackTraces", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "CallSite", + "qualifiedName": "global.NodeJS.CallSite", + "package": "@types/node" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.prepareStackTrace" + } + }, + { + "id": 11, + "name": "stackTraceLimit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 100, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stackTraceLimit" + } + }, + { + "id": 2, + "name": "captureStackTrace", + "kind": 2048, + "kindString": "Method", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 91, + "character": 8 + } + ], + "signatures": [ + { + "id": 3, + "name": "captureStackTrace", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Create .stack property on a target object" + } + ] + }, + "parameters": [ + { + "id": 4, + "name": "targetObject", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 5, + "name": "constructorOpt", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "name": "Function", + "qualifiedName": "Function", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 20, + 34, + 17, + 24, + 21, + 32, + 16, + 23, + 22, + 33, + 18, + 19, + 6, + 11 + ] + }, + { + "title": "Methods", + "children": [ + 2 + ] + } + ], + "sources": [ + { + "fileName": "src/apify_api_error.ts", + "line": 24, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_api_error.ts#L24" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + ] + }, + { + "id": 66, + "name": "ApifyClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "ApifyClient is the official library to access [Apify API](https://docs.apify.com/api/v2) from your\nJavaScript applications. It runs both in Node.js and browser." + } + ] + }, + "children": [ + { + "id": 67, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L48" + } + ], + "signatures": [ + { + "id": 68, + "name": "new ApifyClient", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 69, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 145, + "name": "ApifyClientOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + } + } + ] + }, + { + "id": 70, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 74, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L46" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + } + }, + { + "id": 73, + "name": "logger", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L44" + } + ], + "type": { + "type": "reference", + "name": "Log", + "qualifiedName": "Log", + "package": "@apify/log" + } + }, + { + "id": 72, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 42, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L42" + } + ], + "type": { + "type": "reference", + "name": "Statistics" + } + }, + { + "id": 71, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 40, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L40" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 83, + "name": "actor", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 103, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L103" + } + ], + "signatures": [ + { + "id": 84, + "name": "actor", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-object" + } + ] + }, + "parameters": [ + { + "id": 85, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 156, + "name": "ActorClient" + } + } + ] + }, + { + "id": 81, + "name": "actors", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 96, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L96" + } + ], + "signatures": [ + { + "id": 82, + "name": "actors", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/actor-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 451, + "name": "ActorCollectionClient" + } + } + ] + }, + { + "id": 88, + "name": "build", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 122, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L122" + } + ], + "signatures": [ + { + "id": 89, + "name": "build", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-object" + } + ] + }, + "parameters": [ + { + "id": 90, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 527, + "name": "BuildClient" + } + } + ] + }, + { + "id": 86, + "name": "builds", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 115, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L115" + } + ], + "signatures": [ + { + "id": 87, + "name": "builds", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 644, + "name": "BuildCollectionClient" + } + } + ] + }, + { + "id": 93, + "name": "dataset", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 141, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L141" + } + ], + "signatures": [ + { + "id": 94, + "name": "dataset", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset" + } + ] + }, + "typeParameter": [ + { + "id": 95, + "name": "Data", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "default": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "parameters": [ + { + "id": 96, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 695, + "typeArguments": [ + { + "type": "reference", + "id": 95, + "name": "Data" + } + ], + "name": "DatasetClient" + } + } + ] + }, + { + "id": 91, + "name": "datasets", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 134, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L134" + } + ], + "signatures": [ + { + "id": 92, + "name": "datasets", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 831, + "name": "DatasetCollectionClient" + } + } + ] + }, + { + "id": 99, + "name": "keyValueStore", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 162, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L162" + } + ], + "signatures": [ + { + "id": 100, + "name": "keyValueStore", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object" + } + ] + }, + "parameters": [ + { + "id": 101, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 888, + "name": "KeyValueStoreClient" + } + } + ] + }, + { + "id": 97, + "name": "keyValueStores", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 155, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L155" + } + ], + "signatures": [ + { + "id": 98, + "name": "keyValueStores", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1001, + "name": "KeyValueStoreCollectionClient" + } + } + ] + }, + { + "id": 102, + "name": "log", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 174, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L174" + } + ], + "signatures": [ + { + "id": 103, + "name": "log", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/logs" + } + ] + }, + "parameters": [ + { + "id": 104, + "name": "buildOrRunId", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1060, + "name": "LogClient" + } + } + ] + }, + { + "id": 107, + "name": "requestQueue", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 193, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L193" + } + ], + "signatures": [ + { + "id": 108, + "name": "requestQueue", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue" + } + ] + }, + "parameters": [ + { + "id": 109, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 110, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1211, + "name": "RequestQueueUserOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1108, + "name": "RequestQueueClient" + } + } + ] + }, + { + "id": 105, + "name": "requestQueues", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 186, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L186" + } + ], + "signatures": [ + { + "id": 106, + "name": "requestQueues", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1314, + "name": "RequestQueueCollectionClient" + } + } + ] + }, + { + "id": 113, + "name": "run", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L220" + } + ], + "signatures": [ + { + "id": 114, + "name": "run", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages" + } + ] + }, + "parameters": [ + { + "id": 115, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1372, + "name": "RunClient" + } + } + ] + }, + { + "id": 111, + "name": "runs", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L210" + } + ], + "signatures": [ + { + "id": 112, + "name": "runs", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1472, + "name": "RunCollectionClient" + } + } + ] + }, + { + "id": 123, + "name": "schedule", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 258, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L258" + } + ], + "signatures": [ + { + "id": 124, + "name": "schedule", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object" + } + ] + }, + "parameters": [ + { + "id": 125, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1522, + "name": "ScheduleClient" + } + } + ] + }, + { + "id": 121, + "name": "schedules", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 251, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L251" + } + ], + "signatures": [ + { + "id": 122, + "name": "schedules", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedules-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1620, + "name": "ScheduleCollectionClient" + } + } + ] + }, + { + "id": 141, + "name": "setStatusMessage", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 324, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L324" + } + ], + "signatures": [ + { + "id": 142, + "name": "setStatusMessage", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 143, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 144, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "name": "SetStatusMessageOptions", + "qualifiedName": "SetStatusMessageOptions", + "package": "@crawlee/types" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 139, + "name": "store", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 320, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L320" + } + ], + "signatures": [ + { + "id": 140, + "name": "store", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/store" + } + ] + }, + "type": { + "type": "reference", + "id": 2235, + "name": "StoreCollectionClient" + } + } + ] + }, + { + "id": 118, + "name": "task", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L239" + } + ], + "signatures": [ + { + "id": 119, + "name": "task", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object" + } + ] + }, + "parameters": [ + { + "id": 120, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1674, + "name": "TaskClient" + } + } + ] + }, + { + "id": 116, + "name": "tasks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L232" + } + ], + "signatures": [ + { + "id": 117, + "name": "tasks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1776, + "name": "TaskCollectionClient" + } + } + ] + }, + { + "id": 126, + "name": "user", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 270, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L270" + } + ], + "signatures": [ + { + "id": 127, + "name": "user", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/users" + } + ] + }, + "parameters": [ + { + "id": 128, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "ME_USER_NAME_PLACEHOLDER" + } + ], + "type": { + "type": "reference", + "id": 1837, + "name": "UserClient" + } + } + ] + }, + { + "id": 131, + "name": "webhook", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 289, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L289" + } + ], + "signatures": [ + { + "id": 132, + "name": "webhook", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object" + } + ] + }, + "parameters": [ + { + "id": 133, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1983, + "name": "WebhookClient" + } + } + ] + }, + { + "id": 136, + "name": "webhookDispatch", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 308, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L308" + } + ], + "signatures": [ + { + "id": 137, + "name": "webhookDispatch", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches/webhook-dispatch-object" + } + ] + }, + "parameters": [ + { + "id": 138, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 2121, + "name": "WebhookDispatchClient" + } + } + ] + }, + { + "id": 134, + "name": "webhookDispatches", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 301, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L301" + } + ], + "signatures": [ + { + "id": 135, + "name": "webhookDispatches", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches" + } + ] + }, + "type": { + "type": "reference", + "id": 2186, + "name": "WebhookDispatchCollectionClient" + } + } + ] + }, + { + "id": 129, + "name": "webhooks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 282, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L282" + } + ], + "signatures": [ + { + "id": 130, + "name": "webhooks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 2069, + "name": "WebhookCollectionClient" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 67 + ] + }, + { + "title": "Properties", + "children": [ + 70, + 74, + 73, + 72, + 71 + ] + }, + { + "title": "Methods", + "children": [ + 83, + 81, + 88, + 86, + 93, + 91, + 99, + 97, + 102, + 107, + 105, + 113, + 111, + 123, + 121, + 141, + 139, + 118, + 116, + 126, + 131, + 136, + 134, + 129 + ] + } + ], + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 37, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L37" + } + ] + }, + { + "id": 527, + "name": "BuildClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 568, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 565, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 569, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 563, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 570, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 566, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 564, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 567, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 534, + "name": "abort", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 39, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L39" + } + ], + "signatures": [ + { + "id": 535, + "name": "abort", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/abort-build/abort-build" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 593, + "name": "Build" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 536, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L52" + } + ], + "signatures": [ + { + "id": 537, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/delete-build/delete-build" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 531, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 28, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L28" + } + ], + "signatures": [ + { + "id": 532, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-object/get-build" + } + ] + }, + "parameters": [ + { + "id": 533, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 585, + "name": "BuildClientGetOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 593, + "name": "Build" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 538, + "name": "getOpenApiDefinition", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 59, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L59" + } + ], + "signatures": [ + { + "id": 539, + "name": "getOpenApiDefinition", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/actor-build-openapi-specification-get" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 621, + "name": "OpenApiDefinition" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 543, + "name": "log", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 91, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L91" + } + ], + "signatures": [ + { + "id": 544, + "name": "log", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-builds/build-log" + } + ] + }, + "type": { + "type": "reference", + "id": 1060, + "name": "LogClient" + } + } + ] + }, + { + "id": 540, + "name": "waitForFinish", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 80, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L80" + } + ], + "signatures": [ + { + "id": 541, + "name": "waitForFinish", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a promise that resolves with the finished Build object when the provided actor build finishes\nor with the unfinished Build object when the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " timeout lapses. The promise is NOT rejected\nbased on run status. You can inspect the " + }, + { + "kind": "code", + "text": "`status`" + }, + { + "kind": "text", + "text": " property of the Build object to find out its status.\n\nThe difference between this function and the " + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter of the " + }, + { + "kind": "code", + "text": "`get`" + }, + { + "kind": "text", + "text": " method\nis the fact that this function can wait indefinitely. Its use is preferable to the\n" + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter alone, which it uses internally.\n\nThis is useful when you need to immediately start a run after a build finishes." + } + ] + }, + "parameters": [ + { + "id": 542, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 587, + "name": "BuildClientWaitForFinishOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 593, + "name": "Build" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 568, + 565, + 569, + 563, + 570, + 566, + 564, + 567 + ] + }, + { + "title": "Methods", + "children": [ + 534, + 536, + 531, + 538, + 543, + 540 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 14, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L14" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 644, + "name": "BuildCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 672, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 669, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 673, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 667, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 674, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 670, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 668, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 671, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 648, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 649, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/build-collection/get-list-of-builds" + } + ] + }, + "parameters": [ + { + "id": 650, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 689, + "name": "BuildCollectionClientListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 694, + "name": "BuildCollectionClientListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 672, + 669, + 673, + 667, + 674, + 670, + 668, + 671 + ] + }, + { + "title": "Methods", + "children": [ + 648 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 695, + "name": "DatasetClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 746, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 743, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 747, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 741, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 748, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 744, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 742, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 745, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 705, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 41, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L41" + } + ], + "signatures": [ + { + "id": 706, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset/delete-dataset" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 710, + "name": "downloadItems", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 77, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L77" + } + ], + "signatures": [ + { + "id": 711, + "name": "downloadItems", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Unlike " + }, + { + "kind": "code", + "text": "`listItems`" + }, + { + "kind": "text", + "text": " which returns a " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "PaginationList" + }, + { + "kind": "text", + "text": " with an array of individual\ndataset items, " + }, + { + "kind": "code", + "text": "`downloadItems`" + }, + { + "kind": "text", + "text": " returns the items serialized to the provided format.\nhttps://docs.apify.com/api/v2#/reference/datasets/item-collection/get-items" + } + ] + }, + "parameters": [ + { + "id": 712, + "name": "format", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 798, + "name": "DownloadItemsFormat" + } + }, + { + "id": 713, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 806, + "name": "DatasetClientDownloadItemsOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "name": "Buffer", + "qualifiedName": "global.Buffer", + "package": "@types/node" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 700, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 25, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L25" + } + ], + "signatures": [ + { + "id": 701, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset/get-dataset" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 764, + "name": "Dataset" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 717, + "name": "getStatistics", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 137, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L137" + } + ], + "signatures": [ + { + "id": 718, + "name": "getStatistics", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#tag/DatasetsStatistics/operation/dataset_statistics_get" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 824, + "name": "DatasetStatistics" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 707, + "name": "listItems", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 48, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L48" + } + ], + "signatures": [ + { + "id": 708, + "name": "listItems", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/item-collection/get-items" + } + ] + }, + "parameters": [ + { + "id": 709, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 786, + "name": "DatasetClientListItemOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "name": "Data" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 714, + "name": "pushItems", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 115, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L115" + } + ], + "signatures": [ + { + "id": 715, + "name": "pushItems", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/item-collection/put-items" + } + ] + }, + "parameters": [ + { + "id": 716, + "name": "items", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + { + "type": "reference", + "name": "Data" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "name": "Data" + } + } + ] + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 702, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 32, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L32" + } + ], + "signatures": [ + { + "id": 703, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset/update-dataset" + } + ] + }, + "parameters": [ + { + "id": 704, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 783, + "name": "DatasetClientUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 764, + "name": "Dataset" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 746, + 743, + 747, + 741, + 748, + 744, + 742, + 745 + ] + }, + { + "title": "Methods", + "children": [ + 705, + 710, + 700, + 717, + 707, + 714, + 702 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 9, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L9" + } + ], + "typeParameters": [ + { + "id": 763, + "name": "Data", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "default": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 831, + "name": "DatasetCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 863, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 860, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 864, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 858, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 865, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 861, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 859, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 862, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 838, + "name": "getOrCreate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L36" + } + ], + "signatures": [ + { + "id": 839, + "name": "getOrCreate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset-collection/create-dataset" + } + ] + }, + "parameters": [ + { + "id": 840, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 841, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 885, + "name": "DatasetCollectionClientGetOrCreateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 764, + "name": "Dataset" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 835, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 836, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/datasets/dataset-collection/get-list-of-datasets" + } + ] + }, + "parameters": [ + { + "id": 837, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 880, + "name": "DatasetCollectionClientListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 887, + "name": "DatasetCollectionClientListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 863, + 860, + 864, + 858, + 865, + 861, + 859, + 862 + ] + }, + { + "title": "Methods", + "children": [ + 838, + 835 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 35, + "name": "InvalidResponseBodyError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This error exists for the quite common situation, where only a partial JSON response is received and\nan attempt to parse the JSON throws an error. In most cases this can be resolved by retrying the\nrequest. We do that by identifying this error in HttpClient.\n\nThe properties mimic AxiosError for easier integration in HttpClient error handling." + } + ] + }, + "children": [ + { + "id": 46, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/interceptors.ts#L26" + } + ], + "signatures": [ + { + "id": 47, + "name": "new InvalidResponseBodyError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 48, + "name": "response", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "AxiosResponse", + "qualifiedName": "AxiosResponse", + "package": "axios" + } + }, + { + "id": 49, + "name": "cause", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "id": 35, + "name": "InvalidResponseBodyError" + }, + "overwrites": { + "type": "reference", + "name": "Error.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "name": "Error.constructor" + } + }, + { + "id": 52, + "name": "cause", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 24, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/interceptors.ts#L24" + } + ], + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + }, + "overwrites": { + "type": "reference", + "name": "Error.cause" + } + }, + { + "id": 50, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 20, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/interceptors.ts#L20" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1055, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.message" + } + }, + { + "id": 53, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1054, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.name" + } + }, + { + "id": 51, + "name": "response", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/interceptors.ts#L22" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "AxiosResponse", + "qualifiedName": "AxiosResponse", + "package": "axios" + } + }, + { + "id": 55, + "name": "stack", + "kind": 1024, + "kindString": "Property", + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "website/node_modules/typescript/lib/lib.es5.d.ts", + "line": 1056, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stack" + } + }, + { + "id": 40, + "name": "prepareStackTrace", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 41, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 98, + "character": 29 + } + ], + "signatures": [ + { + "id": 42, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional override for formatting stack traces" + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://v8.dev/docs/stack-trace-api#customizing-stack-traces" + } + ] + } + ] + }, + "parameters": [ + { + "id": 43, + "name": "err", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + }, + { + "id": 44, + "name": "stackTraces", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "CallSite", + "qualifiedName": "global.NodeJS.CallSite", + "package": "@types/node" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.prepareStackTrace" + } + }, + { + "id": 45, + "name": "stackTraceLimit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 100, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.stackTraceLimit" + } + }, + { + "id": 36, + "name": "captureStackTrace", + "kind": 2048, + "kindString": "Method", + "flags": { + "isStatic": true, + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/@types/node/globals.d.ts", + "line": 91, + "character": 8 + } + ], + "signatures": [ + { + "id": 37, + "name": "captureStackTrace", + "kind": 4096, + "kindString": "Call signature", + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Create .stack property on a target object" + } + ] + }, + "parameters": [ + { + "id": 38, + "name": "targetObject", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 39, + "name": "constructorOpt", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "name": "Function", + "qualifiedName": "Function", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + }, + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "inheritedFrom": { + "type": "reference", + "name": "Error.captureStackTrace" + } + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 46 + ] + }, + { + "title": "Properties", + "children": [ + 52, + 50, + 54, + 53, + 51, + 55, + 40, + 45 + ] + }, + { + "title": "Methods", + "children": [ + 36 + ] + } + ], + "sources": [ + { + "fileName": "src/interceptors.ts", + "line": 19, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/interceptors.ts#L19" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "Error", + "qualifiedName": "Error", + "package": "typescript" + } + ] + }, + { + "id": 888, + "name": "KeyValueStoreClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 941, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 938, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 942, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 936, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 943, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 939, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 937, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 940, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 897, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 51, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L51" + } + ], + "signatures": [ + { + "id": 898, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object/delete-store" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 915, + "name": "deleteRecord", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 206, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L206" + } + ], + "signatures": [ + { + "id": 916, + "name": "deleteRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/record/delete-record" + } + ] + }, + "parameters": [ + { + "id": 917, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 892, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L35" + } + ], + "signatures": [ + { + "id": 893, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object/get-store" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 958, + "name": "KeyValueStore" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 905, + "name": "getRecord", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 106, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L106" + }, + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 108, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L108" + }, + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 113, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L113" + } + ], + "signatures": [ + { + "id": 906, + "name": "getRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "You can use the " + }, + { + "kind": "code", + "text": "`buffer`" + }, + { + "kind": "text", + "text": " option to get the value in a Buffer (Node.js)\nor ArrayBuffer (browser) format. In Node.js (not in browser) you can also\nuse the " + }, + { + "kind": "code", + "text": "`stream`" + }, + { + "kind": "text", + "text": " option to get a Readable stream.\n\nWhen the record does not exist, the function resolves to " + }, + { + "kind": "code", + "text": "`undefined`" + }, + { + "kind": "text", + "text": ". It does\nNOT resolve to a " + }, + { + "kind": "code", + "text": "`KeyValueStore`" + }, + { + "kind": "text", + "text": " record with an " + }, + { + "kind": "code", + "text": "`undefined`" + }, + { + "kind": "text", + "text": " value.\nhttps://docs.apify.com/api/v2#/reference/key-value-stores/record/get-record" + } + ] + }, + "parameters": [ + { + "id": 907, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 994, + "typeArguments": [ + { + "type": "reference", + "name": "JsonValue", + "qualifiedName": "JsonValue", + "package": "type-fest" + } + ], + "name": "KeyValueStoreRecord" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + }, + { + "id": 908, + "name": "getRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "typeParameter": [ + { + "id": 909, + "name": "Options", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 991, + "name": "KeyValueClientGetRecordOptions" + }, + "default": { + "type": "reference", + "id": 991, + "name": "KeyValueClientGetRecordOptions" + } + } + ], + "parameters": [ + { + "id": 910, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 911, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 909, + "name": "Options" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 994, + "typeArguments": [ + { + "type": "reference", + "id": 999, + "typeArguments": [ + { + "type": "reference", + "id": 909, + "name": "Options" + } + ], + "name": "ReturnTypeFromOptions" + } + ], + "name": "KeyValueStoreRecord" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 899, + "name": "listKeys", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 58, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L58" + } + ], + "signatures": [ + { + "id": 900, + "name": "listKeys", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/key-collection/get-list-of-keys" + } + ] + }, + "parameters": [ + { + "id": 901, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 978, + "name": "KeyValueClientListKeysOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 981, + "name": "KeyValueClientListKeysResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 902, + "name": "recordExists", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 80, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L80" + } + ], + "signatures": [ + { + "id": 903, + "name": "recordExists", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tests whether a record with the given key exists in the key-value store without retrieving its value.\n\nhttps://docs.apify.com/api/v2#/reference/key-value-stores/record/get-record" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " if the record exists, " + }, + { + "kind": "code", + "text": "`false`" + }, + { + "kind": "text", + "text": " if it does not." + } + ] + } + ] + }, + "parameters": [ + { + "id": 904, + "name": "key", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The queried record key." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 912, + "name": "setRecord", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 164, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L164" + } + ], + "signatures": [ + { + "id": 913, + "name": "setRecord", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value in the record can be a stream object (detected by having the " + }, + { + "kind": "code", + "text": "`.pipe`" + }, + { + "kind": "text", + "text": "\nand " + }, + { + "kind": "code", + "text": "`.on`" + }, + { + "kind": "text", + "text": " methods). However, note that in that case following redirects or\nretrying the request if it fails (for example due to rate limiting) isn't\npossible. If you want to keep that behavior, you need to collect the whole\nstream contents into a Buffer and then send the full buffer. See [this\nStackOverflow answer](https://stackoverflow.com/a/14269536/7292139) for\nan example how to do that.\n\nhttps://docs.apify.com/api/v2#/reference/key-value-stores/record/put-record" + } + ] + }, + "parameters": [ + { + "id": 914, + "name": "record", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 994, + "typeArguments": [ + { + "type": "reference", + "name": "JsonValue", + "qualifiedName": "JsonValue", + "package": "type-fest" + } + ], + "name": "KeyValueStoreRecord" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 894, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 42, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L42" + } + ], + "signatures": [ + { + "id": 895, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-object/update-store" + } + ] + }, + "parameters": [ + { + "id": 896, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 975, + "name": "KeyValueClientUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 958, + "name": "KeyValueStore" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 941, + 938, + 942, + 936, + 943, + 939, + 937, + 940 + ] + }, + { + "title": "Methods", + "children": [ + 897, + 915, + 892, + 905, + 899, + 902, + 912, + 894 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 21, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L21" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1001, + "name": "KeyValueStoreCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1033, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1030, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1034, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1028, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1035, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1031, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1029, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1032, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1008, + "name": "getOrCreate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L36" + } + ], + "signatures": [ + { + "id": 1009, + "name": "getOrCreate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection/create-key-value-store" + } + ] + }, + "parameters": [ + { + "id": 1010, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1011, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 1055, + "name": "KeyValueStoreCollectionClientGetOrCreateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 958, + "name": "KeyValueStore" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1005, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 1006, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection/get-list-of-key-value-stores" + } + ] + }, + "parameters": [ + { + "id": 1007, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1050, + "name": "KeyValueStoreCollectionClientListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 1057, + "name": "KeyValueStoreCollectionListResult" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1033, + 1030, + 1034, + 1028, + 1035, + 1031, + 1029, + 1032 + ] + }, + { + "title": "Methods", + "children": [ + 1008, + 1005 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1060, + "name": "LogClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1091, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1088, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1092, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1086, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1093, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1089, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1087, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1090, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1064, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/log.ts", + "line": 26, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/log.ts#L26" + } + ], + "signatures": [ + { + "id": 1065, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/logs/log/get-log" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1066, + "name": "stream", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/log.ts", + "line": 47, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/log.ts#L47" + } + ], + "signatures": [ + { + "id": 1067, + "name": "stream", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the log in a Readable stream format. Only works in Node.js.\nhttps://docs.apify.com/api/v2#/reference/logs/log/get-log" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "name": "Readable", + "qualifiedName": "internal.Readable", + "package": "@types/node" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1091, + 1088, + 1092, + 1086, + 1093, + 1089, + 1087, + 1090 + ] + }, + { + "title": "Methods", + "children": [ + 1064, + 1066 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/log.ts", + "line": 12, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/log.ts#L12" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1108, + "name": "RequestQueueClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1194, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1191, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1195, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1189, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1196, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1192, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1190, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1193, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1128, + "name": "addRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 113, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L113" + } + ], + "signatures": [ + { + "id": 1129, + "name": "addRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-collection/add-request" + } + ] + }, + "parameters": [ + { + "id": 1130, + "name": "request", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1289, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1131, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1275, + "name": "RequestQueueClientAddRequestOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1302, + "name": "RequestQueueClientAddRequestResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1140, + "name": "batchAddRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 233, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L233" + } + ], + "signatures": [ + { + "id": 1141, + "name": "batchAddRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/batch-request-operations/add-requests" + } + ] + }, + "parameters": [ + { + "id": 1142, + "name": "requests", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1289, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + } + }, + { + "id": 1143, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1284, + "name": "RequestQueueClientBatchAddRequestWithRetriesOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1306, + "name": "RequestQueueClientBatchRequestsOperationResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1144, + "name": "batchDeleteRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 289, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L289" + } + ], + "signatures": [ + { + "id": 1145, + "name": "batchDeleteRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/batch-request-operations/delete-requests" + } + ] + }, + "parameters": [ + { + "id": 1146, + "name": "requests", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1309, + "name": "RequestQueueClientRequestToDelete" + } + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1306, + "name": "RequestQueueClientBatchRequestsOperationResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1120, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 62, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L62" + } + ], + "signatures": [ + { + "id": 1121, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue/delete-request-queue" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1154, + "name": "deleteRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 360, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L360" + } + ], + "signatures": [ + { + "id": 1155, + "name": "deleteRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1156, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1161, + "name": "deleteRequestLock", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 400, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L400" + } + ], + "signatures": [ + { + "id": 1162, + "name": "deleteRequestLock", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-lock/delete-request-lock" + } + ] + }, + "parameters": [ + { + "id": 1163, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1164, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1280, + "name": "RequestQueueClientDeleteRequestLockOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1115, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 46, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L46" + } + ], + "signatures": [ + { + "id": 1116, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue/get-request-queue" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1214, + "name": "RequestQueue" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1147, + "name": "getRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 313, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L313" + } + ], + "signatures": [ + { + "id": 1148, + "name": "getRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request/get-request" + } + ] + }, + "parameters": [ + { + "id": 1149, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1310, + "name": "RequestQueueClientGetRequestResult" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1125, + "name": "listAndLockHead", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 90, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L90" + } + ], + "signatures": [ + { + "id": 1126, + "name": "listAndLockHead", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-head-with-locks/get-head-and-lock" + } + ] + }, + "parameters": [ + { + "id": 1127, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1257, + "name": "RequestQueueClientListAndLockHeadOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1260, + "name": "RequestQueueClientListAndLockHeadResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1122, + "name": "listHead", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 69, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L69" + } + ], + "signatures": [ + { + "id": 1123, + "name": "listHead", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-head/get-head" + } + ] + }, + "parameters": [ + { + "id": 1124, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1239, + "name": "RequestQueueClientListHeadOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1241, + "name": "RequestQueueClientListHeadResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1165, + "name": "listRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 420, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L420" + } + ], + "signatures": [ + { + "id": 1166, + "name": "listRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-collection/list-requests" + } + ] + }, + "parameters": [ + { + "id": 1167, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1246, + "name": "RequestQueueClientListRequestsOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1253, + "name": "RequestQueueClientListRequestsResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1168, + "name": "paginateRequests", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 448, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L448" + } + ], + "signatures": [ + { + "id": 1169, + "name": "paginateRequests", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-collection/list-requests\n\nUsage:\nfor await (const { items } of client.paginateRequests({ limit: 10 })) {\n items.forEach((request) => console.log(request));\n}" + } + ] + }, + "parameters": [ + { + "id": 1170, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1249, + "name": "RequestQueueClientPaginateRequestsOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1312, + "typeArguments": [ + { + "type": "reference", + "id": 1253, + "name": "RequestQueueClientListRequestsResult" + } + ], + "name": "RequestQueueRequestsAsyncIterable" + } + } + ] + }, + { + "id": 1157, + "name": "prolongRequestLock", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 376, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L376" + } + ], + "signatures": [ + { + "id": 1158, + "name": "prolongRequestLock", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request-lock/prolong-request-lock" + } + ] + }, + "parameters": [ + { + "id": 1159, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1160, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1277, + "name": "RequestQueueClientProlongRequestLockOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1282, + "name": "RequestQueueClientProlongRequestLockResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1117, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 53, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L53" + } + ], + "signatures": [ + { + "id": 1118, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue/update-request-queue" + } + ] + }, + "parameters": [ + { + "id": 1119, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1236, + "name": "RequestQueueClientUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1214, + "name": "RequestQueue" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1150, + "name": "updateRequest", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 334, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L334" + } + ], + "signatures": [ + { + "id": 1151, + "name": "updateRequest", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/request/update-request" + } + ] + }, + "parameters": [ + { + "id": 1152, + "name": "request", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1289, + "name": "RequestQueueClientRequestSchema" + } + }, + { + "id": 1153, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1275, + "name": "RequestQueueClientAddRequestOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1302, + "name": "RequestQueueClientAddRequestResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1194, + 1191, + 1195, + 1189, + 1196, + 1192, + 1190, + 1193 + ] + }, + { + "title": "Methods", + "children": [ + 1128, + 1140, + 1144, + 1120, + 1154, + 1161, + 1115, + 1147, + 1125, + 1122, + 1165, + 1168, + 1157, + 1117, + 1150 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 25, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L25" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1314, + "name": "RequestQueueCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1345, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1342, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1346, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1340, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1347, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1343, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1341, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1344, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1321, + "name": "getOrCreate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 36, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L36" + } + ], + "signatures": [ + { + "id": 1322, + "name": "getOrCreate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-collection/create-request-queue" + } + ] + }, + "parameters": [ + { + "id": 1323, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1214, + "name": "RequestQueue" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1318, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 1319, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/request-queues/queue-collection/get-list-of-request-queues" + } + ] + }, + "parameters": [ + { + "id": 1320, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1362, + "name": "RequestQueueCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1367, + "name": "RequestQueueCollectionListResult" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1345, + 1342, + 1346, + 1340, + 1347, + 1343, + 1341, + 1344 + ] + }, + { + "title": "Methods", + "children": [ + 1321, + 1318 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1372, + "name": "RunClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1434, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1431, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1435, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1429, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1436, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1432, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1430, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1433, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1379, + "name": "abort", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 45, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L45" + } + ], + "signatures": [ + { + "id": 1380, + "name": "abort", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/abort-run/abort-run" + } + ] + }, + "parameters": [ + { + "id": 1381, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1453, + "name": "RunAbortOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1397, + "name": "charge", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 147, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L147" + } + ], + "signatures": [ + { + "id": 1398, + "name": "charge", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/charge-events-in-run" + } + ] + }, + "parameters": [ + { + "id": 1399, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1465, + "name": "RunChargeOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "never" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + ], + "name": "ApifyResponse" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1403, + "name": "dataset", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L200" + } + ], + "signatures": [ + { + "id": 1404, + "name": "dataset", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().dataset()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 695, + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + ], + "name": "DatasetClient" + } + } + ] + }, + { + "id": 1382, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 62, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L62" + } + ], + "signatures": [ + { + "id": 1383, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/delete-run/delete-run" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1376, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 34, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L34" + } + ], + "signatures": [ + { + "id": 1377, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object/get-run" + } + ] + }, + "parameters": [ + { + "id": 1378, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1451, + "name": "RunGetOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1405, + "name": "keyValueStore", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 212, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L212" + } + ], + "signatures": [ + { + "id": 1406, + "name": "keyValueStore", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().keyValueStore()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 888, + "name": "KeyValueStoreClient" + } + } + ] + }, + { + "id": 1409, + "name": "log", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 236, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L236" + } + ], + "signatures": [ + { + "id": 1410, + "name": "log", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().log()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 1060, + "name": "LogClient" + } + } + ] + }, + { + "id": 1384, + "name": "metamorph", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 69, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L69" + } + ], + "signatures": [ + { + "id": 1385, + "name": "metamorph", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/metamorph-run/metamorph-run" + } + ] + }, + "parameters": [ + { + "id": 1386, + "name": "targetActorId", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1387, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 1388, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1455, + "name": "RunMetamorphOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1389, + "name": "reboot", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 109, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L109" + } + ], + "signatures": [ + { + "id": 1390, + "name": "reboot", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/reboot-run/reboot-run" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1407, + "name": "requestQueue", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L224" + } + ], + "signatures": [ + { + "id": 1408, + "name": "requestQueue", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/run-object-and-its-storages\n\nThis also works through " + }, + { + "kind": "code", + "text": "`actorClient.lastRun().requestQueue()`" + }, + { + "kind": "text", + "text": ".\nhttps://docs.apify.com/api/v2#/reference/actors/last-run-object-and-its-storages" + } + ] + }, + "type": { + "type": "reference", + "id": 1108, + "name": "RequestQueueClient" + } + } + ] + }, + { + "id": 1394, + "name": "resurrect", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 128, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L128" + } + ], + "signatures": [ + { + "id": 1395, + "name": "resurrect", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-runs/resurrect-run/resurrect-run" + } + ] + }, + "parameters": [ + { + "id": 1396, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1461, + "name": "RunResurrectOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1391, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 119, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L119" + } + ], + "signatures": [ + { + "id": 1392, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1393, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1458, + "name": "RunUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1400, + "name": "waitForFinish", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 186, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L186" + } + ], + "signatures": [ + { + "id": 1401, + "name": "waitForFinish", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a promise that resolves with the finished Run object when the provided actor run finishes\nor with the unfinished Run object when the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " timeout lapses. The promise is NOT rejected\nbased on run status. You can inspect the " + }, + { + "kind": "code", + "text": "`status`" + }, + { + "kind": "text", + "text": " property of the Run object to find out its status.\n\nThe difference between this function and the " + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter of the " + }, + { + "kind": "code", + "text": "`get`" + }, + { + "kind": "text", + "text": " method\nis the fact that this function can wait indefinitely. Its use is preferable to the\n" + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " parameter alone, which it uses internally.\n\nThis is useful when you need to chain actor executions. Similar effect can be achieved\nby using webhooks, so be sure to review which technique fits your use-case better." + } + ] + }, + "parameters": [ + { + "id": 1402, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1470, + "name": "RunWaitForFinishOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1434, + 1431, + 1435, + 1429, + 1436, + 1432, + 1430, + 1433 + ] + }, + { + "title": "Methods", + "children": [ + 1379, + 1397, + 1403, + 1382, + 1376, + 1405, + 1409, + 1384, + 1389, + 1407, + 1394, + 1391, + 1400 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 20, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L20" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1472, + "name": "RunCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1500, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1497, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1501, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1495, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1502, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1498, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1496, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1499, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1476, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 23, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L23" + } + ], + "signatures": [ + { + "id": 1477, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actors/run-collection/get-list-of-runs" + } + ] + }, + "parameters": [ + { + "id": 1478, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1517, + "name": "RunCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 302, + "name": "ActorRunListItem" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1500, + 1497, + 1501, + 1495, + 1502, + 1498, + 1496, + 1499 + ] + }, + { + "title": "Methods", + "children": [ + 1476 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 9, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L9" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1522, + "name": "ScheduleClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1560, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1557, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1561, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1555, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1562, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1558, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1556, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1559, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1533, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 45, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L45" + } + ], + "signatures": [ + { + "id": 1534, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object/delete-schedule" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1526, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 30, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L30" + } + ], + "signatures": [ + { + "id": 1527, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object/get-schedule" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1577, + "name": "Schedule" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1535, + "name": "getLog", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L52" + } + ], + "signatures": [ + { + "id": 1536, + "name": "getLog", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-log/get-schedule-log" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1528, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 37, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L37" + } + ], + "signatures": [ + { + "id": 1529, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedule-object/update-schedule" + } + ] + }, + "parameters": [ + { + "id": 1530, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1577, + "name": "Schedule" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "cronExpression" + }, + { + "type": "literal", + "value": "timezone" + }, + { + "type": "literal", + "value": "isEnabled" + }, + { + "type": "literal", + "value": "isExclusive" + }, + { + "type": "literal", + "value": "notifications" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1531, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1532, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 101, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L101" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1601, + "name": "ScheduleAction" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "DistributiveOptional" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1532 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 100, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L100" + } + ] + } + } + ] + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1577, + "name": "Schedule" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1560, + 1557, + 1561, + 1555, + 1562, + 1558, + 1556, + 1559 + ] + }, + { + "title": "Methods", + "children": [ + 1533, + 1526, + 1535, + 1528 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 16, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L16" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1620, + "name": "ScheduleCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1653, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1650, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1654, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1648, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1655, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1651, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1649, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1652, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1627, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L35" + } + ], + "signatures": [ + { + "id": 1628, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedules-collection/create-schedule" + } + ] + }, + "parameters": [ + { + "id": 1629, + "name": "schedule", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1577, + "name": "Schedule" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "cronExpression" + }, + { + "type": "literal", + "value": "timezone" + }, + { + "type": "literal", + "value": "isEnabled" + }, + { + "type": "literal", + "value": "isExclusive" + }, + { + "type": "literal", + "value": "notifications" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1630, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1631, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 101, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L101" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1601, + "name": "ScheduleAction" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "DistributiveOptional" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1631 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 100, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L100" + } + ] + } + } + ] + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1577, + "name": "Schedule" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1624, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 1625, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/schedules/schedules-collection/get-list-of-schedules" + } + ] + }, + "parameters": [ + { + "id": 1626, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1670, + "name": "ScheduleCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 1577, + "name": "Schedule" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1653, + 1650, + 1654, + 1648, + 1655, + 1651, + 1649, + 1652 + ] + }, + { + "title": "Methods", + "children": [ + 1627, + 1624 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 2235, + "name": "StoreCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2263, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 2260, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 2264, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 2258, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 2265, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 2261, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 2259, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 2262, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 2239, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 2240, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/store/store-actors-collection/get-list-of-actors-in-store" + } + ] + }, + "parameters": [ + { + "id": 2241, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2293, + "name": "StoreCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 2282, + "name": "ActorStoreList" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2263, + 2260, + 2264, + 2258, + 2265, + 2261, + 2259, + 2262 + ] + }, + { + "title": "Methods", + "children": [ + 2239 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1674, + "name": "TaskClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1728, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1725, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1729, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1723, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1730, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1726, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1724, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1727, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1689, + "name": "call", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 105, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L105" + } + ], + "signatures": [ + { + "id": 1690, + "name": "call", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts a task and waits for it to finish before returning the Run object.\nIt waits indefinitely, unless the " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " option is provided.\nhttps://docs.apify.com/api/v2#/reference/actor-tasks/run-collection/run-task" + } + ] + }, + "parameters": [ + { + "id": 1691, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + }, + { + "id": 1692, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1769, + "name": "TaskCallOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1683, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 51, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L51" + } + ], + "signatures": [ + { + "id": 1684, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object/delete-task" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1678, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L35" + } + ], + "signatures": [ + { + "id": 1679, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object/get-task" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1745, + "name": "Task" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1693, + "name": "getInput", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 130, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L130" + } + ], + "signatures": [ + { + "id": 1694, + "name": "getInput", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-input-object/get-task-input" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1698, + "name": "lastRun", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 163, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L163" + } + ], + "signatures": [ + { + "id": 1699, + "name": "lastRun", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/last-run-object-and-its-storages" + } + ] + }, + "parameters": [ + { + "id": 1700, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1766, + "name": "TaskLastRunOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "id": 1372, + "name": "RunClient" + } + } + ] + }, + { + "id": 1701, + "name": "runs", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 179, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L179" + } + ], + "signatures": [ + { + "id": 1702, + "name": "runs", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/run-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 1472, + "name": "RunCollectionClient" + } + } + ] + }, + { + "id": 1685, + "name": "start", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 59, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L59" + } + ], + "signatures": [ + { + "id": 1686, + "name": "start", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Starts a task and immediately returns the Run object.\nhttps://docs.apify.com/api/v2#/reference/actor-tasks/run-collection/run-task" + } + ] + }, + "parameters": [ + { + "id": 1687, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + }, + { + "id": 1688, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1768, + "name": "TaskStartOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1680, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 42, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L42" + } + ], + "signatures": [ + { + "id": 1681, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-object/update-task" + } + ] + }, + "parameters": [ + { + "id": 1682, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1745, + "name": "Task" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "actorStandby" + }, + { + "type": "literal", + "value": "input" + }, + { + "type": "literal", + "value": "options" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1745, + "name": "Task" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1695, + "name": "updateInput", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 149, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L149" + } + ], + "signatures": [ + { + "id": 1696, + "name": "updateInput", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-input-object/update-task-input" + } + ] + }, + "parameters": [ + { + "id": 1697, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1703, + "name": "webhooks", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 188, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L188" + } + ], + "signatures": [ + { + "id": 1704, + "name": "webhooks", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/webhook-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 2069, + "name": "WebhookCollectionClient" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1728, + 1725, + 1729, + 1723, + 1730, + 1726, + 1724, + 1727 + ] + }, + { + "title": "Methods", + "children": [ + 1689, + 1683, + 1678, + 1693, + 1698, + 1701, + 1685, + 1680, + 1695, + 1703 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 21, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L21" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1776, + "name": "TaskCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1807, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 1804, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 1808, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 1802, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 1809, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 1805, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 1803, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 1806, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 1783, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 40, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L40" + } + ], + "signatures": [ + { + "id": 1784, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-collection/create-task" + } + ] + }, + "parameters": [ + { + "id": 1785, + "name": "task", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1829, + "name": "TaskCreateData" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1745, + "name": "Task" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1780, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 27, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L27" + } + ], + "signatures": [ + { + "id": 1781, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/actor-tasks/task-collection/get-list-of-tasks" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [] + } + ] + }, + "parameters": [ + { + "id": 1782, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 1824, + "name": "TaskCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 1828, + "name": "TaskList" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1807, + 1804, + 1808, + 1802, + 1809, + 1805, + 1803, + 1806 + ] + }, + { + "title": "Methods", + "children": [ + 1783, + 1780 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1837, + "name": "UserClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1873, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 1870, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 1874, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 1868, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 1875, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 1871, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 1869, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 1872, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1841, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 23, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L23" + } + ], + "signatures": [ + { + "id": 1842, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Depending on whether ApifyClient was created with a token,\nthe method will either return public or private user data.\nhttps://docs.apify.com/api/v2#/reference/users" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1890, + "name": "User" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1845, + "name": "limits", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 52, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L52" + } + ], + "signatures": [ + { + "id": 1846, + "name": "limits", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1952, + "name": "AccountAndUsageLimits" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1843, + "name": "monthlyUsage", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 30, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L30" + } + ], + "signatures": [ + { + "id": 1844, + "name": "monthlyUsage", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/users/monthly-usage" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 1940, + "name": "MonthlyUsage" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1847, + "name": "updateLimits", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 71, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L71" + } + ], + "signatures": [ + { + "id": 1848, + "name": "updateLimits", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits" + } + ] + }, + "parameters": [ + { + "id": 1849, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1971, + "name": "LimitsUpdateOptions" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1873, + 1870, + 1874, + 1868, + 1875, + 1871, + 1869, + 1872 + ] + }, + { + "title": "Methods", + "children": [ + 1841, + 1845, + 1843, + 1847 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 7, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L7" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 1983, + "name": "WebhookClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2021, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 2018, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 2022, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 2016, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 2023, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 2019, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 2017, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 2020, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 1992, + "name": "delete", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 47, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L47" + } + ], + "signatures": [ + { + "id": 1993, + "name": "delete", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object/delete-webhook" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1996, + "name": "dispatches", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 74, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L74" + } + ], + "signatures": [ + { + "id": 1997, + "name": "dispatches", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/dispatches-collection" + } + ] + }, + "type": { + "type": "reference", + "id": 2186, + "name": "WebhookDispatchCollectionClient" + } + } + ] + }, + { + "id": 1987, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 31, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L31" + } + ], + "signatures": [ + { + "id": 1988, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object/get-webhook" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 2038, + "name": "Webhook" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1994, + "name": "test", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 54, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L54" + } + ], + "signatures": [ + { + "id": 1995, + "name": "test", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-test/test-webhook" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 2167, + "name": "WebhookDispatch" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 1989, + "name": "update", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 38, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L38" + } + ], + "signatures": [ + { + "id": 1990, + "name": "update", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-object/update-webhook" + } + ] + }, + "parameters": [ + { + "id": 1991, + "name": "newFields", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2058, + "name": "WebhookUpdateData" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 2038, + "name": "Webhook" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2021, + 2018, + 2022, + 2016, + 2023, + 2019, + 2017, + 2020 + ] + }, + { + "title": "Methods", + "children": [ + 1992, + 1996, + 1987, + 1994, + 1989 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 17, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L17" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 2069, + "name": "WebhookCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2100, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 2097, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 2101, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 2095, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 2102, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 2098, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 2096, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 2099, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 2076, + "name": "create", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 35, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L35" + } + ], + "signatures": [ + { + "id": 2077, + "name": "create", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection/create-webhook" + } + ] + }, + "parameters": [ + { + "id": 2078, + "name": "webhook", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 2058, + "name": "WebhookUpdateData" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 2038, + "name": "Webhook" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 2073, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 2074, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection/get-list-of-webhooks" + } + ] + }, + "parameters": [ + { + "id": 2075, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2117, + "name": "WebhookCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 2038, + "name": "Webhook" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "payloadTemplate" + }, + { + "type": "literal", + "value": "headersTemplate" + } + ] + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2100, + 2097, + 2101, + 2095, + 2102, + 2098, + 2096, + 2099 + ] + }, + { + "title": "Methods", + "children": [ + 2076, + 2073 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 2121, + "name": "WebhookDispatchClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2150, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.apifyClient" + } + }, + { + "id": 2147, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.baseUrl" + } + }, + { + "id": 2151, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.httpClient" + } + }, + { + "id": 2145, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.id" + } + }, + { + "id": 2152, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.params" + } + }, + { + "id": 2148, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.resourcePath" + } + }, + { + "id": 2146, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.safeId" + } + }, + { + "id": 2149, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceClient.url" + } + }, + { + "id": 2125, + "name": "get", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 19, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L19" + } + ], + "signatures": [ + { + "id": 2126, + "name": "get", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches/webhook-dispatch-object/get-webhook-dispatch" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "id": 2167, + "name": "WebhookDispatch" + } + ] + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2150, + 2147, + 2151, + 2145, + 2152, + 2148, + 2146, + 2149 + ] + }, + { + "title": "Methods", + "children": [ + 2125 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 5, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L5" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceClient" + } + ] + }, + { + "id": 2186, + "name": "WebhookDispatchCollectionClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2214, + "name": "apifyClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L32" + } + ], + "type": { + "type": "reference", + "id": 66, + "name": "ApifyClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.apifyClient" + } + }, + { + "id": 2211, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.baseUrl" + } + }, + { + "id": 2215, + "name": "httpClient", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L34" + } + ], + "type": { + "type": "reference", + "name": "HttpClient" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.httpClient" + } + }, + { + "id": 2209, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 22, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L22" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.id" + } + }, + { + "id": 2216, + "name": "params", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L36" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.params" + } + }, + { + "id": 2212, + "name": "resourcePath", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L28" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.resourcePath" + } + }, + { + "id": 2210, + "name": "safeId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 24, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L24" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.safeId" + } + }, + { + "id": 2213, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/base/api_client.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/base/api_client.ts#L30" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "ResourceCollectionClient.url" + } + }, + { + "id": 2190, + "name": "list", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 22, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch_collection.ts#L22" + } + ], + "signatures": [ + { + "id": 2191, + "name": "list", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "https://docs.apify.com/api/v2#/reference/webhook-dispatches/webhook-dispatches-collection/get-list-of-webhook-dispatches" + } + ] + }, + "parameters": [ + { + "id": 2192, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 2231, + "name": "WebhookDispatchCollectionListOptions" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 2167, + "name": "WebhookDispatch" + } + ], + "name": "PaginatedList" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2214, + 2211, + 2215, + 2209, + 2216, + 2212, + 2210, + 2213 + ] + }, + { + "title": "Methods", + "children": [ + 2190 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 8, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch_collection.ts#L8" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "ResourceCollectionClient" + } + ] + }, + { + "id": 1952, + "name": "AccountAndUsageLimits", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1955, + "name": "current", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 201, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L201" + } + ], + "type": { + "type": "reference", + "id": 1972, + "name": "Current" + } + }, + { + "id": 1954, + "name": "limits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L200" + } + ], + "type": { + "type": "reference", + "id": 1959, + "name": "Limits" + } + }, + { + "id": 1953, + "name": "monthlyUsageCycle", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L199" + } + ], + "type": { + "type": "reference", + "id": 1956, + "name": "MonthlyUsageCycle" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1955, + 1954, + 1953 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 198, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L198" + } + ] + }, + { + "id": 233, + "name": "Actor", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 255, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 244, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L244" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 280, + "name": "ActorStandby" + }, + { + "type": "reflection", + "declaration": { + "id": 256, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 257, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 245, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L245" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 257 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 244, + "character": 34, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L244" + } + ] + } + } + ] + } + }, + { + "id": 254, + "name": "categories", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 243, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L243" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 242, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 231, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L231" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 246, + "name": "defaultRunOptions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 235, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L235" + } + ], + "type": { + "type": "reference", + "id": 267, + "name": "ActorDefaultRunOptions" + } + }, + { + "id": 249, + "name": "deploymentKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 238, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L238" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 238, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L227" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 247, + "name": "exampleRunInput", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 236, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L236" + } + ], + "type": { + "type": "reference", + "id": 271, + "name": "ActorExampleRunInput" + } + }, + { + "id": 234, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 223, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L223" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 241, + "name": "isAnonymouslyRunnable", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 248, + "name": "isDeprecated", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 237, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L237" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 240, + "name": "isPublic", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 229, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L229" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 243, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L232" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 236, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 225, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L225" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 239, + "name": "restartOnError", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 253, + "name": "seoDescription", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 242, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L242" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 252, + "name": "seoTitle", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 241, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L241" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 244, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 233, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L233" + } + ], + "type": { + "type": "reference", + "id": 258, + "name": "ActorStats" + } + }, + { + "id": 251, + "name": "taggedBuilds", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 240, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L240" + } + ], + "type": { + "type": "reference", + "id": 274, + "name": "ActorTaggedBuilds" + } + }, + { + "id": 250, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L239" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 235, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L224" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 237, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 245, + "name": "versions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L234" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "ActorVersion" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 255, + 254, + 242, + 246, + 249, + 238, + 247, + 234, + 241, + 248, + 240, + 243, + 236, + 239, + 253, + 252, + 244, + 251, + 250, + 235, + 237, + 245 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 222, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L222" + } + ] + }, + { + "id": 381, + "name": "ActorBuildOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 382, + "name": "betaPackages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 437, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L437" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 383, + "name": "tag", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 438, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L438" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 384, + "name": "useCache", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 439, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L439" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 385, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 440, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L440" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 382, + 383, + 384, + 385 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 436, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L436" + } + ] + }, + { + "id": 294, + "name": "ActorCallOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 296, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tag or number of the actor build to run (e.g. " + }, + { + "kind": "code", + "text": "`beta`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`1.2.345`" + }, + { + "kind": "text", + "text": ").\nIf not provided, the run uses build tag or number from the default actor run configuration (typically " + }, + { + "kind": "code", + "text": "`latest`" + }, + { + "kind": "text", + "text": ")." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 308, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L308" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.build" + } + }, + { + "id": 297, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Content type for the " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": ". If not specified,\n" + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " is expected to be an object that will be stringified to JSON and content type set to\n" + }, + { + "kind": "code", + "text": "`application/json; charset=utf-8`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`options.contentType`" + }, + { + "kind": "text", + "text": " is specified, then " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " must be a\n" + }, + { + "kind": "code", + "text": "`String`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`Buffer`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 316, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L316" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.contentType" + } + }, + { + "id": 301, + "name": "maxItems", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies maximum number of items that the actor run should return.\nThis is used by pay per result actors to limit the maximum number of results that will be charged to customer.\nValue can be accessed in actor run using " + }, + { + "kind": "code", + "text": "`ACTOR_MAX_PAID_DATASET_ITEMS`" + }, + { + "kind": "text", + "text": " environment variable." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 349, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L349" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.maxItems" + } + }, + { + "id": 298, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Memory in megabytes which will be allocated for the new actor run.\nIf not provided, the run uses memory of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 322, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L322" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.memory" + } + }, + { + "id": 299, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Timeout for the actor run in seconds. Zero value means there is no timeout.\nIf not provided, the run uses timeout of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 327, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L327" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.timeout" + } + }, + { + "id": 295, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 355, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L355" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 300, + "name": "webhooks", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies optional webhooks associated with the actor run, which can be used\nto receive a notification e.g. when the actor finished or failed, see\n[ad hook webhooks documentation](https://docs.apify.com/webhooks/ad-hoc-webhooks) for detailed description." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 342, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L342" + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "array", + "elementType": { + "type": "reference", + "id": 2058, + "name": "WebhookUpdateData" + } + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.webhooks" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 296, + 297, + 301, + 298, + 299, + 295, + 300 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 354, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L354" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 286, + "name": "ActorStartOptions" + }, + { + "type": "literal", + "value": "waitForFinish" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + ] + }, + { + "id": 433, + "name": "ActorChargeEvent", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 436, + "name": "eventDescription", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 500, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L500" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 434, + "name": "eventPriceUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 498, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L498" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 435, + "name": "eventTitle", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 499, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L499" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 436, + 434, + 435 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 497, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L497" + } + ] + }, + { + "id": 511, + "name": "ActorCollectionCreateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 524, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 74, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L74" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 280, + "name": "ActorStandby" + }, + { + "type": "reflection", + "declaration": { + "id": 525, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 526, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 75, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L75" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 526 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 74, + "character": 34, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L74" + } + ] + } + } + ] + } + }, + { + "id": 512, + "name": "categories", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 62, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L62" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 513, + "name": "defaultRunOptions", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 63, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L63" + } + ], + "type": { + "type": "reference", + "id": 267, + "name": "ActorDefaultRunOptions" + } + }, + { + "id": 514, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 64, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L64" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 515, + "name": "exampleRunInput", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 65, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L65" + } + ], + "type": { + "type": "reference", + "id": 271, + "name": "ActorExampleRunInput" + } + }, + { + "id": 516, + "name": "isDeprecated", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 66, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L66" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 517, + "name": "isPublic", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 67, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L67" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 518, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 68, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L68" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 519, + "name": "restartOnError", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 69, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L69" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 521, + "name": "seoDescription", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 71, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L71" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 520, + "name": "seoTitle", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 70, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L70" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 522, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 72, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L72" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 523, + "name": "versions", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 73, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L73" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "ActorVersion" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 524, + 512, + 513, + 514, + 515, + 516, + 517, + 518, + 519, + 521, + 520, + 522, + 523 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 61, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L61" + } + ] + }, + { + "id": 504, + "name": "ActorCollectionListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 506, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 53, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L53" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 505, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 52, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L52" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 507, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 54, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L54" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 508, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 55, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L55" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 509, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 506, + 505, + 507, + 508, + 509 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 51, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L51" + } + ] + }, + { + "id": 499, + "name": "ActorCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 503, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 501, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 500, + "name": "my", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 502, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 503, + 501, + 500, + 502 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 44, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L44" + } + ] + }, + { + "id": 267, + "name": "ActorDefaultRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 268, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 261, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L261" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 270, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 263, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L263" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 269, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 262, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L262" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 268, + 270, + 269 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 260, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L260" + } + ] + }, + { + "id": 388, + "name": "ActorDefinition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 389, + "name": "actorSpecification", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 448, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L448" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 392, + "name": "buildTag", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 451, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L451" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 398, + "name": "changelog", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 457, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L457" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 395, + "name": "dockerContextDir", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 454, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L454" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 394, + "name": "dockerfile", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 453, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L453" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 393, + "name": "environmentVariables", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 452, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L452" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 397, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 456, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L456" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "object" + } + ] + } + }, + { + "id": 403, + "name": "maxMemoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 462, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L462" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 402, + "name": "minMemoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 461, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L461" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 390, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 449, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L449" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 396, + "name": "readme", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 455, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L455" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 399, + "name": "storages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 458, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L458" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 400, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 401, + "name": "dataset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 459, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L459" + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 401 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 458, + "character": 15, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L458" + } + ] + } + } + }, + { + "id": 404, + "name": "usesStandbyMode", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 463, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L463" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 391, + "name": "version", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 450, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L450" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 389, + 392, + 398, + 395, + 394, + 393, + 397, + 403, + 402, + 390, + 396, + 399, + 404, + 391 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 447, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L447" + } + ] + }, + { + "id": 271, + "name": "ActorExampleRunInput", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 272, + "name": "body", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 267, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L267" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 273, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 268, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L268" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 272, + 273 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 266, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L266" + } + ] + }, + { + "id": 386, + "name": "ActorLastRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 387, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 444, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L444" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "TIMING_OUT" + }, + { + "type": "literal", + "value": "TIMED_OUT" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 387 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 443, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L443" + } + ] + }, + { + "id": 316, + "name": "ActorRun", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 330, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 360, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L360" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 304, + "name": "ActorRunListItem.actId" + } + }, + { + "id": 331, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 361, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L361" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 305, + "name": "ActorRunListItem.actorTaskId" + } + }, + { + "id": 336, + "name": "buildId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 366, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L366" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 310, + "name": "ActorRunListItem.buildId" + } + }, + { + "id": 337, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 367, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L367" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 311, + "name": "ActorRunListItem.buildNumber" + } + }, + { + "id": 328, + "name": "chargedEventCounts", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 386, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L386" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 322, + "name": "containerUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 380, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L380" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 339, + "name": "defaultDatasetId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 369, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L369" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 313, + "name": "ActorRunListItem.defaultDatasetId" + } + }, + { + "id": 338, + "name": "defaultKeyValueStoreId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 368, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L368" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 312, + "name": "ActorRunListItem.defaultKeyValueStoreId" + } + }, + { + "id": 340, + "name": "defaultRequestQueueId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 370, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L370" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 314, + "name": "ActorRunListItem.defaultRequestQueueId" + } + }, + { + "id": 321, + "name": "exitCode", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 379, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L379" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 333, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 363, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L363" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "id": 307, + "name": "ActorRunListItem.finishedAt" + } + }, + { + "id": 324, + "name": "gitBranchName", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 382, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L382" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 329, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 359, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L359" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 303, + "name": "ActorRunListItem.id" + } + }, + { + "id": 323, + "name": "isContainerServerReady", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 381, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L381" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 335, + "name": "meta", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 365, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L365" + } + ], + "type": { + "type": "reference", + "id": 355, + "name": "ActorRunMeta" + }, + "inheritedFrom": { + "type": "reference", + "id": 309, + "name": "ActorRunListItem.meta" + } + }, + { + "id": 320, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 378, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L378" + } + ], + "type": { + "type": "reference", + "id": 375, + "name": "ActorRunOptions" + } + }, + { + "id": 327, + "name": "pricingInfo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 385, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L385" + } + ], + "type": { + "type": "reference", + "id": 450, + "name": "ActorRunPricingInfo" + } + }, + { + "id": 332, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 362, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L362" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "id": 306, + "name": "ActorRunListItem.startedAt" + } + }, + { + "id": 319, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 377, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L377" + } + ], + "type": { + "type": "reference", + "id": 359, + "name": "ActorRunStats" + } + }, + { + "id": 334, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 364, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L364" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + }, + { + "type": "literal", + "value": "TIMING-OUT" + }, + { + "type": "literal", + "value": "TIMED-OUT" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 308, + "name": "ActorRunListItem.status" + } + }, + { + "id": 318, + "name": "statusMessage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 376, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L376" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 325, + "name": "usage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 383, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L383" + } + ], + "type": { + "type": "reference", + "id": 342, + "name": "ActorRunUsage" + } + }, + { + "id": 341, + "name": "usageTotalUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 371, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L371" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 315, + "name": "ActorRunListItem.usageTotalUsd" + } + }, + { + "id": 326, + "name": "usageUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 384, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L384" + } + ], + "type": { + "type": "reference", + "id": 342, + "name": "ActorRunUsage" + } + }, + { + "id": 317, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 375, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L375" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 330, + 331, + 336, + 337, + 328, + 322, + 339, + 338, + 340, + 321, + 333, + 324, + 329, + 323, + 335, + 320, + 327, + 332, + 319, + 334, + 318, + 325, + 341, + 326, + 317 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 374, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L374" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 302, + "name": "ActorRunListItem" + } + ] + }, + { + "id": 302, + "name": "ActorRunListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 304, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 360, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L360" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 305, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 361, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L361" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 310, + "name": "buildId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 366, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L366" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 311, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 367, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L367" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 313, + "name": "defaultDatasetId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 369, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L369" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 312, + "name": "defaultKeyValueStoreId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 368, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L368" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 314, + "name": "defaultRequestQueueId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 370, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L370" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 307, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 363, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L363" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 303, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 359, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L359" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 309, + "name": "meta", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 365, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L365" + } + ], + "type": { + "type": "reference", + "id": 355, + "name": "ActorRunMeta" + } + }, + { + "id": 306, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 362, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L362" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 308, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 364, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L364" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + }, + { + "type": "literal", + "value": "TIMING-OUT" + }, + { + "type": "literal", + "value": "TIMED-OUT" + } + ] + } + }, + { + "id": 315, + "name": "usageTotalUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 371, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L371" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 304, + 305, + 310, + 311, + 313, + 312, + 314, + 307, + 303, + 309, + 306, + 308, + 315 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 358, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L358" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 316, + "name": "ActorRun" + } + ] + }, + { + "id": 355, + "name": "ActorRunMeta", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 357, + "name": "clientIp", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 406, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L406" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 356, + "name": "origin", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 405, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L405" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 358, + "name": "userAgent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 407, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L407" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 357, + 356, + 358 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 404, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L404" + } + ] + }, + { + "id": 375, + "name": "ActorRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 376, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 429, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L429" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 379, + "name": "diskMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 432, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L432" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 380, + "name": "maxTotalChargeUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 433, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L433" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 378, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 431, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L431" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 377, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 430, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L430" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 376, + 379, + 380, + 378, + 377 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 428, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L428" + } + ] + }, + { + "id": 359, + "name": "ActorRunStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 374, + "name": "computeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 425, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L425" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 366, + "name": "cpuAvgUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 417, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L417" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 368, + "name": "cpuCurrentUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 419, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L419" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 367, + "name": "cpuMaxUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 418, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L418" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 371, + "name": "durationMillis", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 422, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L422" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 360, + "name": "inputBodyLen", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 411, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L411" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 363, + "name": "memAvgBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 414, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L414" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 365, + "name": "memCurrentBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 416, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L416" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 364, + "name": "memMaxBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 415, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L415" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 373, + "name": "metamorph", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 424, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L424" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 369, + "name": "netRxBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 420, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L420" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 370, + "name": "netTxBytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 421, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L421" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 361, + "name": "restartCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 412, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L412" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 362, + "name": "resurrectCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 413, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L413" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 372, + "name": "runTimeSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 423, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L423" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 374, + 366, + 368, + 367, + 371, + 360, + 363, + 365, + 364, + 373, + 369, + 370, + 361, + 362, + 372 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 410, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L410" + } + ] + }, + { + "id": 342, + "name": "ActorRunUsage", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 343, + "name": "ACTOR_COMPUTE_UNITS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 390, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L390" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 344, + "name": "DATASET_READS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 391, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L391" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 345, + "name": "DATASET_WRITES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 392, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L392" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 352, + "name": "DATA_TRANSFER_EXTERNAL_GBYTES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 399, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L399" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 351, + "name": "DATA_TRANSFER_INTERNAL_GBYTES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 398, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L398" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 348, + "name": "KEY_VALUE_STORE_LISTS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 395, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L395" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 346, + "name": "KEY_VALUE_STORE_READS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 393, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L393" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 347, + "name": "KEY_VALUE_STORE_WRITES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 394, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L394" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 353, + "name": "PROXY_RESIDENTIAL_TRANSFER_GBYTES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 400, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L400" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 354, + "name": "PROXY_SERPS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 401, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L401" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 349, + "name": "REQUEST_QUEUE_READS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 396, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L396" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 350, + "name": "REQUEST_QUEUE_WRITES", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 397, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L397" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 343, + 344, + 345, + 352, + 351, + 348, + 346, + 347, + 353, + 354, + 349, + 350 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 389, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L389" + } + ] + }, + { + "id": 280, + "name": "ActorStandby", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 284, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 299, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L299" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 281, + "name": "desiredRequestsPerActorRun", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 296, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L296" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 283, + "name": "idleTimeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 298, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L298" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 282, + "name": "maxRequestsPerActorRun", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 297, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L297" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 285, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 300, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L300" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 284, + 281, + 283, + 282, + 285 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 295, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L295" + } + ] + }, + { + "id": 286, + "name": "ActorStartOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 287, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tag or number of the actor build to run (e.g. " + }, + { + "kind": "code", + "text": "`beta`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`1.2.345`" + }, + { + "kind": "text", + "text": ").\nIf not provided, the run uses build tag or number from the default actor run configuration (typically " + }, + { + "kind": "code", + "text": "`latest`" + }, + { + "kind": "text", + "text": ")." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 308, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L308" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 288, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Content type for the " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": ". If not specified,\n" + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " is expected to be an object that will be stringified to JSON and content type set to\n" + }, + { + "kind": "code", + "text": "`application/json; charset=utf-8`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`options.contentType`" + }, + { + "kind": "text", + "text": " is specified, then " + }, + { + "kind": "code", + "text": "`input`" + }, + { + "kind": "text", + "text": " must be a\n" + }, + { + "kind": "code", + "text": "`String`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`Buffer`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 316, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L316" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 293, + "name": "maxItems", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies maximum number of items that the actor run should return.\nThis is used by pay per result actors to limit the maximum number of results that will be charged to customer.\nValue can be accessed in actor run using " + }, + { + "kind": "code", + "text": "`ACTOR_MAX_PAID_DATASET_ITEMS`" + }, + { + "kind": "text", + "text": " environment variable." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 349, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L349" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 289, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Memory in megabytes which will be allocated for the new actor run.\nIf not provided, the run uses memory of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 322, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L322" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 290, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Timeout for the actor run in seconds. Zero value means there is no timeout.\nIf not provided, the run uses timeout of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 327, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L327" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 291, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum time to wait for the actor run to finish, in seconds.\nIf the limit is reached, the returned promise is resolved to a run object that will have\nstatus " + }, + { + "kind": "code", + "text": "`READY`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`RUNNING`" + }, + { + "kind": "text", + "text": " and it will not contain the actor run output.\nIf " + }, + { + "kind": "code", + "text": "`waitForFinish`" + }, + { + "kind": "text", + "text": " is null or undefined, the function waits for the actor to finish (default behavior)." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 335, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L335" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 292, + "name": "webhooks", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies optional webhooks associated with the actor run, which can be used\nto receive a notification e.g. when the actor finished or failed, see\n[ad hook webhooks documentation](https://docs.apify.com/webhooks/ad-hoc-webhooks) for detailed description." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 342, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L342" + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "array", + "elementType": { + "type": "reference", + "id": 2058, + "name": "WebhookUpdateData" + } + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 287, + 288, + 293, + 289, + 290, + 291, + 292 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 303, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L303" + } + ] + }, + { + "id": 258, + "name": "ActorStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 266, + "name": "lastRunStartedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 257, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L257" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 259, + "name": "totalBuilds", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 250, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L250" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 265, + "name": "totalMetamorphs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 256, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L256" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 260, + "name": "totalRuns", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 251, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L251" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 261, + "name": "totalUsers", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 252, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L252" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 263, + "name": "totalUsers30Days", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 254, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L254" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 262, + "name": "totalUsers7Days", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 253, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L253" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 264, + "name": "totalUsers90Days", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 255, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L255" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 266, + 259, + 265, + 260, + 261, + 263, + 262, + 264 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 249, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L249" + } + ] + }, + { + "id": 2282, + "name": "ActorStoreList", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2289, + "name": "currentPricingInfo", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L48" + } + ], + "type": { + "type": "reference", + "id": 2280, + "name": "PricingInfo" + } + }, + { + "id": 2287, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2283, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 42, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L42" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2284, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2290, + "name": "pictureUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 49, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L49" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2288, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L47" + } + ], + "type": { + "type": "reference", + "id": 258, + "name": "ActorStats" + } + }, + { + "id": 2286, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2292, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 51, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L51" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2291, + "name": "userPictureUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 50, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2285, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2289, + 2287, + 2283, + 2284, + 2290, + 2288, + 2286, + 2292, + 2291, + 2285 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 41, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L41" + } + ] + }, + { + "id": 275, + "name": "ActorTaggedBuild", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 276, + "name": "buildId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 274, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L274" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 277, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 275, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L275" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 278, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 276, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L276" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 276, + 277, + 278 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 273, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L273" + } + ] + }, + { + "id": 145, + "name": "ApifyClientOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 146, + "name": "baseUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "https://api.apify.com" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 336, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L336" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 147, + "name": "maxRetries", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "8" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 338, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L338" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 148, + "name": "minDelayBetweenRetriesMillis", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "500" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 340, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L340" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 149, + "name": "requestInterceptors", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "[]" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 342, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L342" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 150, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "node_modules/axios/index.d.ts", + "line": 480, + "character": 21 + } + ], + "signatures": [ + { + "id": 151, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 152, + "name": "value", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "name": "ApifyRequestConfig" + } + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "name": "ApifyRequestConfig" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "name": "ApifyRequestConfig" + } + ], + "name": "Promise", + "qualifiedName": "Promise", + "package": "typescript" + } + ] + } + } + ] + } + } + ] + } + } + }, + { + "id": 153, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@default", + "content": [ + { + "kind": "text", + "text": "360" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 344, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L344" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 154, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 345, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L345" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 155, + "name": "userAgentSuffix", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 346, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L346" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 146, + 147, + 148, + 149, + 153, + 154, + 155 + ] + } + ], + "sources": [ + { + "fileName": "src/apify_client.ts", + "line": 334, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/apify_client.ts#L334" + } + ] + }, + { + "id": 593, + "name": "Build", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 595, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 119, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L119" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 609, + "name": "actorDefinition", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 139, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L139" + } + ], + "type": { + "type": "reference", + "id": 388, + "name": "ActorDefinition" + } + }, + { + "id": 605, + "name": "buildNumber", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L135" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 598, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 122, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L122" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 594, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 118, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L118" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 603, + "name": "inputSchema", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "This property is deprecated in favor of " + }, + { + "kind": "code", + "text": "`actorDefinition.input`" + }, + { + "kind": "text", + "text": "." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 130, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L130" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 600, + "name": "meta", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 124, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L124" + } + ], + "type": { + "type": "reference", + "id": 589, + "name": "BuildMeta" + } + }, + { + "id": 602, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 126, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L126" + } + ], + "type": { + "type": "reference", + "id": 616, + "name": "BuildOptions" + } + }, + { + "id": 604, + "name": "readme", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "This property is deprecated in favor of " + }, + { + "kind": "code", + "text": "`actorDefinition.readme`" + }, + { + "kind": "text", + "text": "." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 134, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L134" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 597, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 121, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L121" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 601, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 125, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L125" + } + ], + "type": { + "type": "reference", + "id": 612, + "name": "BuildStats" + } + }, + { + "id": 599, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 123, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L123" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "ABORTED" + }, + { + "type": "literal", + "value": "TIMED-OUT" + } + ] + } + }, + { + "id": 606, + "name": "usage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 136, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L136" + } + ], + "type": { + "type": "reference", + "id": 610, + "name": "BuildUsage" + } + }, + { + "id": 607, + "name": "usageTotalUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 137, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L137" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 608, + "name": "usageUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 138, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L138" + } + ], + "type": { + "type": "reference", + "id": 610, + "name": "BuildUsage" + } + }, + { + "id": 596, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 120, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L120" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 595, + 609, + 605, + 598, + 594, + 603, + 600, + 602, + 604, + 597, + 601, + 599, + 606, + 607, + 608, + 596 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 117, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L117" + } + ] + }, + { + "id": 585, + "name": "BuildClientGetOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 586, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 99, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L99" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 586 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 98, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L98" + } + ] + }, + { + "id": 587, + "name": "BuildClientWaitForFinishOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 588, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum time to wait for the build to finish, in seconds.\nIf the limit is reached, the returned promise is resolved to a build object that will have\nstatus " + }, + { + "kind": "code", + "text": "`READY`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`RUNNING`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " omitted, the function waits indefinitely." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 108, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L108" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 588 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 102, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L102" + } + ] + }, + { + "id": 689, + "name": "BuildCollectionClientListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 692, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 690, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L34" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 691, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 35, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L35" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 692, + 690, + 691 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 33, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L33" + } + ] + }, + { + "id": 589, + "name": "BuildMeta", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 591, + "name": "clientIp", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 113, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L113" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 590, + "name": "origin", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L112" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 592, + "name": "userAgent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 114, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L114" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 591, + 590, + 592 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 111, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L111" + } + ] + }, + { + "id": 616, + "name": "BuildOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 618, + "name": "betaPackages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 154, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L154" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 620, + "name": "diskMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 156, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L156" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 619, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 155, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L155" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 617, + "name": "useCache", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 153, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L153" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 618, + 620, + 619, + 617 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 152, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L152" + } + ] + }, + { + "id": 612, + "name": "BuildStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 615, + "name": "computeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 149, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L149" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 613, + "name": "durationMillis", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 147, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L147" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 614, + "name": "runTimeSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 148, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L148" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 615, + 613, + 614 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 146, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L146" + } + ] + }, + { + "id": 610, + "name": "BuildUsage", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 611, + "name": "ACTOR_COMPUTE_UNITS", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 143, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L143" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 611 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 142, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L142" + } + ] + }, + { + "id": 1972, + "name": "Current", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1981, + "name": "activeActorJobCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L234" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1979, + "name": "actorCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L232" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1978, + "name": "actorMemoryGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 231, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L231" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1980, + "name": "actorTaskCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 233, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L233" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1974, + "name": "monthlyActorComputeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L227" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1975, + "name": "monthlyExternalDataTransferGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1976, + "name": "monthlyProxySerps", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 229, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L229" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1977, + "name": "monthlyResidentialProxyGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1973, + "name": "monthlyUsageUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1982, + "name": "teamAccountSeatCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 235, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L235" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1981, + 1979, + 1978, + 1980, + 1974, + 1975, + 1976, + 1977, + 1973, + 1982 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 225, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L225" + } + ] + }, + { + "id": 764, + "name": "Dataset", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 771, + "name": "accessedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 172, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L172" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 774, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 175, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L175" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 775, + "name": "actRunId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 176, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 773, + "name": "cleanItemCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 174, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L174" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 769, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 170, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L170" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 777, + "name": "fields", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 178, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L178" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 765, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 166, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L166" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 772, + "name": "itemCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 173, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L173" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 770, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 171, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L171" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 766, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 167, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L167" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 776, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 177, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L177" + } + ], + "type": { + "type": "reference", + "id": 778, + "name": "DatasetStats" + } + }, + { + "id": 767, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 168, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L168" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 768, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 169, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L169" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 771, + 774, + 775, + 773, + 769, + 777, + 765, + 772, + 770, + 766, + 776, + 767, + 768 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 165, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L165" + } + ] + }, + { + "id": 806, + "name": "DatasetClientDownloadItemsOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 807, + "name": "attachment", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 225, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L225" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 808, + "name": "bom", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 813, + "name": "clean", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 194, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L194" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 787, + "name": "DatasetClientListItemOptions.clean" + } + }, + { + "id": 809, + "name": "delimiter", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L227" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 814, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 195, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L195" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 788, + "name": "DatasetClientListItemOptions.desc" + } + }, + { + "id": 816, + "name": "fields", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 197, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L197" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 790, + "name": "DatasetClientListItemOptions.fields" + } + }, + { + "id": 815, + "name": "flatten", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 196, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L196" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 789, + "name": "DatasetClientListItemOptions.flatten" + } + }, + { + "id": 818, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 792, + "name": "DatasetClientListItemOptions.limit" + } + }, + { + "id": 819, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L200" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 793, + "name": "DatasetClientListItemOptions.offset" + } + }, + { + "id": 817, + "name": "omit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L198" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 791, + "name": "DatasetClientListItemOptions.omit" + } + }, + { + "id": 820, + "name": "skipEmpty", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 201, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L201" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 794, + "name": "DatasetClientListItemOptions.skipEmpty" + } + }, + { + "id": 810, + "name": "skipHeaderRow", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 821, + "name": "skipHidden", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 202, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L202" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 795, + "name": "DatasetClientListItemOptions.skipHidden" + } + }, + { + "id": 822, + "name": "unwind", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 203, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L203" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 796, + "name": "DatasetClientListItemOptions.unwind" + } + }, + { + "id": 823, + "name": "view", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 204, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L204" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 797, + "name": "DatasetClientListItemOptions.view" + } + }, + { + "id": 811, + "name": "xmlRoot", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 229, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L229" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 812, + "name": "xmlRow", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 807, + 808, + 813, + 809, + 814, + 816, + 815, + 818, + 819, + 817, + 820, + 810, + 821, + 822, + 823, + 811, + 812 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 224, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L224" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 786, + "name": "DatasetClientListItemOptions" + } + ] + }, + { + "id": 786, + "name": "DatasetClientListItemOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 787, + "name": "clean", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 194, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L194" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 788, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 195, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L195" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 790, + "name": "fields", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 197, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L197" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 789, + "name": "flatten", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 196, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L196" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 792, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 793, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L200" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 791, + "name": "omit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L198" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 794, + "name": "skipEmpty", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 201, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L201" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 795, + "name": "skipHidden", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 202, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L202" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 796, + "name": "unwind", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 203, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L203" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + }, + { + "id": 797, + "name": "view", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 204, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L204" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 787, + 788, + 790, + 789, + 792, + 793, + 791, + 794, + 795, + 796, + 797 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 193, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L193" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 806, + "name": "DatasetClientDownloadItemsOptions" + } + ] + }, + { + "id": 783, + "name": "DatasetClientUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 784, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 189, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L189" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 785, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 190, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L190" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 784, + 785 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 188, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L188" + } + ] + }, + { + "id": 885, + "name": "DatasetCollectionClientGetOrCreateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 886, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 52, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L52" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 886 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 51, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L51" + } + ] + }, + { + "id": 880, + "name": "DatasetCollectionClientListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 884, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 882, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 883, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 881, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 884, + 882, + 883, + 881 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 44, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L44" + } + ] + }, + { + "id": 824, + "name": "DatasetStatistics", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 825, + "name": "fieldStatistics", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L234" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "id": 826, + "name": "FieldStatistics" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 825 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 233, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L233" + } + ] + }, + { + "id": 778, + "name": "DatasetStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 781, + "name": "deleteCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 184, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L184" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 779, + "name": "readCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 182, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L182" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 782, + "name": "storageBytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 185, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L185" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 780, + "name": "writeCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 183, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L183" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 781, + 779, + 782, + 780 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 181, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L181" + } + ] + }, + { + "id": 826, + "name": "FieldStatistics", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 830, + "name": "emptyCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 241, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L241" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 828, + "name": "max", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L239" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 827, + "name": "min", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 238, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L238" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 829, + "name": "nullCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 240, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L240" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 830, + 828, + 827, + 829 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/dataset.ts", + "line": 237, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset.ts#L237" + } + ] + }, + { + "id": 413, + "name": "FlatPricePerMonthActorPricingInfo", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 417, + "name": "apifyMarginPercentage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "In [0, 1], fraction of pricePerUnitUsd that goes to Apify" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 468, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L468" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.apifyMarginPercentage" + } + }, + { + "id": 418, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When this pricing info record has been created" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 470, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L470" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.createdAt" + } + }, + { + "id": 421, + "name": "notifiedAboutChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 474, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L474" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutChangeAt" + } + }, + { + "id": 420, + "name": "notifiedAboutFutureChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 473, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L473" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutFutureChangeAt" + } + }, + { + "id": 416, + "name": "pricePerUnitUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Monthly flat price in USD" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 487, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L487" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 414, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 483, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L483" + } + ], + "type": { + "type": "literal", + "value": "FLAT_PRICE_PER_MONTH" + } + }, + { + "id": 422, + "name": "reasonForChange", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 475, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L475" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.reasonForChange" + } + }, + { + "id": 419, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Since when is this pricing info record effective for a given Actor" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 472, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L472" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.startedAt" + } + }, + { + "id": 415, + "name": "trialMinutes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "For how long this Actor can be used for free in trial period" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 485, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L485" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 417, + 418, + 421, + 420, + 416, + 414, + 422, + 419, + 415 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 482, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L482" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "CommonActorPricingInfo" + } + ] + }, + { + "id": 405, + "name": "FreeActorPricingInfo", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 407, + "name": "apifyMarginPercentage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "In [0, 1], fraction of pricePerUnitUsd that goes to Apify" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 468, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L468" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.apifyMarginPercentage" + } + }, + { + "id": 408, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When this pricing info record has been created" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 470, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L470" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.createdAt" + } + }, + { + "id": 411, + "name": "notifiedAboutChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 474, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L474" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutChangeAt" + } + }, + { + "id": 410, + "name": "notifiedAboutFutureChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 473, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L473" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutFutureChangeAt" + } + }, + { + "id": 406, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 479, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L479" + } + ], + "type": { + "type": "literal", + "value": "FREE" + } + }, + { + "id": 412, + "name": "reasonForChange", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 475, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L475" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.reasonForChange" + } + }, + { + "id": 409, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Since when is this pricing info record effective for a given Actor" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 472, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L472" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.startedAt" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 407, + 408, + 411, + 410, + 406, + 412, + 409 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 478, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L478" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "CommonActorPricingInfo" + } + ] + }, + { + "id": 991, + "name": "KeyValueClientGetRecordOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 992, + "name": "buffer", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 263, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L263" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 993, + "name": "stream", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 264, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L264" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 992, + 993 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 262, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L262" + } + ] + }, + { + "id": 978, + "name": "KeyValueClientListKeysOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 980, + "name": "exclusiveStartKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 245, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L245" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 979, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 244, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L244" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 980, + 979 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 243, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L243" + } + ] + }, + { + "id": 981, + "name": "KeyValueClientListKeysResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 982, + "name": "count", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 249, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L249" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 984, + "name": "exclusiveStartKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 251, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L251" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 985, + "name": "isTruncated", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 252, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L252" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 987, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 254, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L254" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 988, + "name": "KeyValueListItem" + } + } + }, + { + "id": 983, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 250, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L250" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 986, + "name": "nextExclusiveStartKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 253, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L253" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 982, + 984, + 985, + 987, + 983, + 986 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 248, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L248" + } + ] + }, + { + "id": 975, + "name": "KeyValueClientUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 976, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 239, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L239" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 977, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 240, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L240" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 976, + 977 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 238, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L238" + } + ] + }, + { + "id": 988, + "name": "KeyValueListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 989, + "name": "key", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 258, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L258" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 990, + "name": "size", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 259, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L259" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 989, + 990 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 257, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L257" + } + ] + }, + { + "id": 958, + "name": "KeyValueStore", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 965, + "name": "accessedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L224" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 966, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 225, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L225" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 967, + "name": "actRunId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 963, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 222, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L222" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 959, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 218, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L218" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 964, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 223, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L223" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 960, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 219, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L219" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 968, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 227, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L227" + } + ], + "type": { + "type": "reference", + "id": 969, + "name": "KeyValueStoreStats" + } + }, + { + "id": 961, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L220" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 962, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 221, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L221" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 965, + 966, + 967, + 963, + 959, + 964, + 960, + 968, + 961, + 962 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 217, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L217" + } + ] + }, + { + "id": 1055, + "name": "KeyValueStoreCollectionClientGetOrCreateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1056, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 52, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L52" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1056 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 51, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L51" + } + ] + }, + { + "id": 1050, + "name": "KeyValueStoreCollectionClientListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1054, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1052, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1053, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1051, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1054, + 1052, + 1053, + 1051 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 44, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L44" + } + ] + }, + { + "id": 994, + "name": "KeyValueStoreRecord", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 997, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 270, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L270" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 995, + "name": "key", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 268, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L268" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 996, + "name": "value", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 269, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L269" + } + ], + "type": { + "type": "reference", + "id": 998, + "name": "T" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 997, + 995, + 996 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 267, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L267" + } + ], + "typeParameters": [ + { + "id": 998, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ] + }, + { + "id": 969, + "name": "KeyValueStoreStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 972, + "name": "deleteCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 233, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L233" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 973, + "name": "listCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L234" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 970, + "name": "readCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 231, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L231" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 974, + "name": "storageBytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 235, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L235" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 971, + "name": "writeCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L232" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 972, + 973, + 970, + 974, + 971 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 230, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L230" + } + ] + }, + { + "id": 1959, + "name": "Limits", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1970, + "name": "dataRetentionDays", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 220, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L220" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1966, + "name": "maxActorCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 216, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L216" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1965, + "name": "maxActorMemoryGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 215, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L215" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1967, + "name": "maxActorTaskCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 217, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L217" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1968, + "name": "maxConcurrentActorJobs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 218, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L218" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1961, + "name": "maxMonthlyActorComputeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 211, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L211" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1962, + "name": "maxMonthlyExternalDataTransferGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 212, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L212" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1963, + "name": "maxMonthlyProxySerps", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 213, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L213" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1964, + "name": "maxMonthlyResidentialProxyGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 214, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L214" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1960, + "name": "maxMonthlyUsageUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L210" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1969, + "name": "maxTeamAccountSeatCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 219, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L219" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1970, + 1966, + 1965, + 1967, + 1968, + 1961, + 1962, + 1963, + 1964, + 1960, + 1969 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 209, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L209" + } + ] + }, + { + "id": 1940, + "name": "MonthlyUsage", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1946, + "name": "dailyServiceUsages", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 155, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L155" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "DailyServiceUsage" + } + } + }, + { + "id": 1942, + "name": "monthlyServiceUsage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 154, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L154" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1943, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 154, + "character": 25, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L154" + } + ], + "indexSignature": { + "id": 1944, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 1945, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "name": "MonthlyServiceUsageData" + } + } + } + } + }, + { + "id": 1948, + "name": "totalUsageCreditsUsdAfterVolumeDiscount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 157, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L157" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1947, + "name": "totalUsageCreditsUsdBeforeVolumeDiscount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 156, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L156" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1941, + "name": "usageCycle", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 153, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L153" + } + ], + "type": { + "type": "reference", + "id": 1949, + "name": "UsageCycle" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1946, + 1942, + 1948, + 1947, + 1941 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 152, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L152" + } + ] + }, + { + "id": 1956, + "name": "MonthlyUsageCycle", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1958, + "name": "endAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L206" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1957, + "name": "startAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 205, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L205" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1958, + 1957 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 204, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L204" + } + ] + }, + { + "id": 621, + "name": "OpenApiDefinition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 638, + "name": "components", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 169, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L169" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 639, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 640, + "name": "schemas", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 170, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L170" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 641, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 170, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L170" + } + ], + "indexSignature": { + "id": 642, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 643, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + } + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 640 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 169, + "character": 16, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L169" + } + ] + } + } + }, + { + "id": 623, + "name": "info", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 161, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L161" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 624, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 626, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 163, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L163" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 625, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 162, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L162" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 627, + "name": "version", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 164, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L164" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 628, + "name": "x-build-id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 165, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L165" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 626, + 625, + 627, + 628 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 161, + "character": 10, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L161" + } + ] + } + } + }, + { + "id": 622, + "name": "openapi", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 160, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L160" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 632, + "name": "paths", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 168, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L168" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 633, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 168, + "character": 11, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L168" + } + ], + "indexSignature": { + "id": 634, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 635, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 636, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 637, + "name": "post", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 168, + "character": 30, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L168" + } + ], + "type": { + "type": "reference", + "name": "OpenApiOperation" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 637 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 168, + "character": 28, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L168" + } + ] + } + } + } + } + } + }, + { + "id": 629, + "name": "servers", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 167, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L167" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reflection", + "declaration": { + "id": 630, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 631, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 167, + "character": 15, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L167" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 631 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 167, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L167" + } + ] + } + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 638, + 623, + 622, + 632, + 629 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/build.ts", + "line": 159, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build.ts#L159" + } + ] + }, + { + "id": 56, + "name": "PaginatedList", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 58, + "name": "count", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Count of dataset entries returned in this set." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 226, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L226" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 61, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Should the results be in descending order." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L232" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 62, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dataset entries based on chosen format parameter." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 234, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L234" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 63, + "name": "Data" + } + } + }, + { + "id": 60, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum number of dataset entries requested." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 230, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L230" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 59, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Position of the first returned entry in the dataset." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 228, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L228" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 57, + "name": "total", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Total count of entries in the dataset." + } + ] + }, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 224, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L224" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 58, + 61, + 62, + 60, + 59, + 57 + ] + } + ], + "sources": [ + { + "fileName": "src/utils.ts", + "line": 222, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L222" + } + ], + "typeParameters": [ + { + "id": 63, + "name": "Data", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ] + }, + { + "id": 423, + "name": "PricePerDatasetItemActorPricingInfo", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 427, + "name": "apifyMarginPercentage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "In [0, 1], fraction of pricePerUnitUsd that goes to Apify" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 468, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L468" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.apifyMarginPercentage" + } + }, + { + "id": 428, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When this pricing info record has been created" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 470, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L470" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.createdAt" + } + }, + { + "id": 431, + "name": "notifiedAboutChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 474, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L474" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutChangeAt" + } + }, + { + "id": 430, + "name": "notifiedAboutFutureChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 473, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L473" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutFutureChangeAt" + } + }, + { + "id": 426, + "name": "pricePerUnitUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 494, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L494" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 424, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 491, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L491" + } + ], + "type": { + "type": "literal", + "value": "PRICE_PER_DATASET_ITEM" + } + }, + { + "id": 432, + "name": "reasonForChange", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 475, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L475" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.reasonForChange" + } + }, + { + "id": 429, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Since when is this pricing info record effective for a given Actor" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 472, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L472" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.startedAt" + } + }, + { + "id": 425, + "name": "unitName", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Name of the unit that is being charged" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 493, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L493" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 427, + 428, + 431, + 430, + 426, + 424, + 432, + 429, + 425 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 490, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L490" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "CommonActorPricingInfo" + } + ] + }, + { + "id": 438, + "name": "PricePerEventActorPricingInfo", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 444, + "name": "apifyMarginPercentage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "In [0, 1], fraction of pricePerUnitUsd that goes to Apify" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 468, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L468" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.apifyMarginPercentage" + } + }, + { + "id": 445, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When this pricing info record has been created" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 470, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L470" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.createdAt" + } + }, + { + "id": 443, + "name": "minimalMaxTotalChargeUsd", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 510, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L510" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 448, + "name": "notifiedAboutChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 474, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L474" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutChangeAt" + } + }, + { + "id": 447, + "name": "notifiedAboutFutureChangeAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 473, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L473" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.notifiedAboutFutureChangeAt" + } + }, + { + "id": 439, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 506, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L506" + } + ], + "type": { + "type": "literal", + "value": "PAY_PER_EVENT" + } + }, + { + "id": 440, + "name": "pricingPerEvent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 507, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L507" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 441, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 442, + "name": "actorChargeEvents", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 508, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L508" + } + ], + "type": { + "type": "reference", + "id": 437, + "name": "ActorChargeEvents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 442 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 507, + "character": 21, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L507" + } + ] + } + } + }, + { + "id": 449, + "name": "reasonForChange", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 475, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L475" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.reasonForChange" + } + }, + { + "id": 446, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Since when is this pricing info record effective for a given Actor" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 472, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L472" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "CommonActorPricingInfo.startedAt" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 444, + 445, + 443, + 448, + 447, + 439, + 440, + 449, + 446 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 505, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L505" + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "CommonActorPricingInfo" + } + ] + }, + { + "id": 2280, + "name": "PricingInfo", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2281, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2281 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 37, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L37" + } + ] + }, + { + "id": 1907, + "name": "ProxyGroup", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1910, + "name": "availableCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L112" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1909, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L111" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1908, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 110, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L110" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1910, + 1909, + 1908 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 109, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L109" + } + ] + }, + { + "id": 1214, + "name": "RequestQueue", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1221, + "name": "accessedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 478, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L478" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1226, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 483, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L483" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1227, + "name": "actRunId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 484, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L484" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1219, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 476, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L476" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1222, + "name": "expireAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 479, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L479" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1228, + "name": "hadMultipleClients", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 485, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L485" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1224, + "name": "handledRequestCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 481, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L481" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1215, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 472, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L472" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1220, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 477, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L477" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1216, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 473, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L473" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1225, + "name": "pendingRequestCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 482, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L482" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1229, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 486, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L486" + } + ], + "type": { + "type": "reference", + "id": 1230, + "name": "RequestQueueStats" + } + }, + { + "id": 1217, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 474, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L474" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1223, + "name": "totalRequestCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 480, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L480" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1218, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 475, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L475" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1221, + 1226, + 1227, + 1219, + 1222, + 1228, + 1224, + 1215, + 1220, + 1216, + 1225, + 1229, + 1217, + 1223, + 1218 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 471, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L471" + } + ] + }, + { + "id": 1275, + "name": "RequestQueueClientAddRequestOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1276, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 551, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L551" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1276 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 550, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L550" + } + ] + }, + { + "id": 1302, + "name": "RequestQueueClientAddRequestResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1303, + "name": "requestId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 590, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L590" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1305, + "name": "wasAlreadyHandled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 592, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L592" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1304, + "name": "wasAlreadyPresent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 591, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L591" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1303, + 1305, + 1304 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 589, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L589" + } + ] + }, + { + "id": 1284, + "name": "RequestQueueClientBatchAddRequestWithRetriesOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1285, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 568, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L568" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1287, + "name": "maxParallel", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 570, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L570" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1286, + "name": "maxUnprocessedRequestsRetries", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 569, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L569" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1288, + "name": "minDelayBetweenUnprocessedRequestsRetriesMillis", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 571, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L571" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1285, + 1287, + 1286, + 1288 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 567, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L567" + } + ] + }, + { + "id": 1306, + "name": "RequestQueueClientBatchRequestsOperationResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1307, + "name": "processedRequests", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 609, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L609" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "ProcessedRequest" + } + } + }, + { + "id": 1308, + "name": "unprocessedRequests", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 610, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L610" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "name": "UnprocessedRequest" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1307, + 1308 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 608, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L608" + } + ] + }, + { + "id": 1280, + "name": "RequestQueueClientDeleteRequestLockOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1281, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 560, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L560" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1281 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 559, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L559" + } + ] + }, + { + "id": 1257, + "name": "RequestQueueClientListAndLockHeadOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1259, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 532, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L532" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1258, + "name": "lockSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 531, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L531" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1259, + 1258 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 530, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L530" + } + ] + }, + { + "id": 1260, + "name": "RequestQueueClientListAndLockHeadResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1263, + "name": "clientKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 538, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L538" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1266, + "name": "hadMultipleClients", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 509, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L509" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "inheritedFrom": { + "type": "reference", + "id": 1244, + "name": "RequestQueueClientListHeadResult.hadMultipleClients" + } + }, + { + "id": 1267, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 510, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L510" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1268, + "name": "RequestQueueClientListItem" + } + }, + "inheritedFrom": { + "type": "reference", + "id": 1245, + "name": "RequestQueueClientListHeadResult.items" + } + }, + { + "id": 1264, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 507, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L507" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1242, + "name": "RequestQueueClientListHeadResult.limit" + } + }, + { + "id": 1261, + "name": "lockSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 536, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L536" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1262, + "name": "queueHasLockedRequests", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 537, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L537" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1265, + "name": "queueModifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 508, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L508" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "id": 1243, + "name": "RequestQueueClientListHeadResult.queueModifiedAt" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1263, + 1266, + 1267, + 1264, + 1261, + 1262, + 1265 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 535, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L535" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1241, + "name": "RequestQueueClientListHeadResult" + } + ] + }, + { + "id": 1239, + "name": "RequestQueueClientListHeadOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1240, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 503, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L503" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1240 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 502, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L502" + } + ] + }, + { + "id": 1241, + "name": "RequestQueueClientListHeadResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1244, + "name": "hadMultipleClients", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 509, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L509" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1245, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 510, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L510" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1268, + "name": "RequestQueueClientListItem" + } + } + }, + { + "id": 1242, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 507, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L507" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1243, + "name": "queueModifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 508, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L508" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1244, + 1245, + 1242, + 1243 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 506, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L506" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 1260, + "name": "RequestQueueClientListAndLockHeadResult" + } + ] + }, + { + "id": 1268, + "name": "RequestQueueClientListItem", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1269, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 542, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L542" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1274, + "name": "lockExpiresAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 547, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L547" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1273, + "name": "method", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 546, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L546" + } + ], + "type": { + "type": "reference", + "id": 1311, + "name": "AllowedHttpMethods" + } + }, + { + "id": 1270, + "name": "retryCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 543, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L543" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1271, + "name": "uniqueKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 544, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L544" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1272, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 545, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L545" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1269, + 1274, + 1273, + 1270, + 1271, + 1272 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 541, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L541" + } + ] + }, + { + "id": 1246, + "name": "RequestQueueClientListRequestsOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1248, + "name": "exclusiveStartId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 515, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L515" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1247, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 514, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L514" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1248, + 1247 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 513, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L513" + } + ] + }, + { + "id": 1253, + "name": "RequestQueueClientListRequestsResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1255, + "name": "exclusiveStartId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 526, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L526" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1256, + "name": "items", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 527, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L527" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1289, + "name": "RequestQueueClientRequestSchema" + } + } + }, + { + "id": 1254, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 525, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L525" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1255, + 1256, + 1254 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 524, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L524" + } + ] + }, + { + "id": 1249, + "name": "RequestQueueClientPaginateRequestsOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1252, + "name": "exclusiveStartId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 521, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L521" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1250, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 519, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L519" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1251, + "name": "maxPageLimit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 520, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L520" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1252, + 1250, + 1251 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 518, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L518" + } + ] + }, + { + "id": 1277, + "name": "RequestQueueClientProlongRequestLockOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1278, + "name": "forefront", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 555, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L555" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1279, + "name": "lockSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 556, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L556" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1278, + 1279 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 554, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L554" + } + ] + }, + { + "id": 1282, + "name": "RequestQueueClientProlongRequestLockResult", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1283, + "name": "lockExpiresAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 564, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L564" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1283 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 563, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L563" + } + ] + }, + { + "id": 1289, + "name": "RequestQueueClientRequestSchema", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1296, + "name": "errorMessages", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 581, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L581" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 1299, + "name": "handledAt", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 584, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L584" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1297, + "name": "headers", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 582, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L582" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 1290, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 575, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L575" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1301, + "name": "loadedUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 586, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L586" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1293, + "name": "method", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 578, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L578" + } + ], + "type": { + "type": "reference", + "id": 1311, + "name": "AllowedHttpMethods" + } + }, + { + "id": 1300, + "name": "noRetry", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 585, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L585" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1294, + "name": "payload", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 579, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L579" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1295, + "name": "retryCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 580, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L580" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1291, + "name": "uniqueKey", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 576, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L576" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1292, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 577, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L577" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1298, + "name": "userData", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 583, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L583" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1296, + 1299, + 1297, + 1290, + 1301, + 1293, + 1300, + 1294, + 1295, + 1291, + 1292, + 1298 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 574, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L574" + } + ] + }, + { + "id": 1236, + "name": "RequestQueueClientUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1237, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 498, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L498" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 1238, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 499, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L499" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1237, + 1238 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 497, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L497" + } + ] + }, + { + "id": 1362, + "name": "RequestQueueCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1366, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 47, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1364, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1365, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L46" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1363, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1366, + 1364, + 1365, + 1363 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 43, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L43" + } + ] + }, + { + "id": 1230, + "name": "RequestQueueStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1233, + "name": "deleteCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 492, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L492" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1234, + "name": "headItemReadCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 493, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L493" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1231, + "name": "readCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 490, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L490" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1235, + "name": "storageBytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 494, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L494" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1232, + "name": "writeCount", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 491, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L491" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1233, + 1234, + 1231, + 1235, + 1232 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 489, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L489" + } + ] + }, + { + "id": 1211, + "name": "RequestQueueUserOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1212, + "name": "clientKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 467, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L467" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1213, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 468, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L468" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1212, + 1213 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 466, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L466" + } + ] + }, + { + "id": 1453, + "name": "RunAbortOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1454, + "name": "gracefully", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 248, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L248" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1454 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 247, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L247" + } + ] + }, + { + "id": 1517, + "name": "RunCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1520, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 38, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1518, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1519, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 37, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L37" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1521, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 39, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L39" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "TIMING_OUT" + }, + { + "type": "literal", + "value": "TIMED_OUT" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1520, + 1518, + 1519, + 1521 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run_collection.ts", + "line": 35, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run_collection.ts#L35" + } + ] + }, + { + "id": 1451, + "name": "RunGetOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1452, + "name": "waitForFinish", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 244, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L244" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1452 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 243, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L243" + } + ] + }, + { + "id": 1455, + "name": "RunMetamorphOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1457, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 253, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L253" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1456, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 252, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L252" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1457, + 1456 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 251, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L251" + } + ] + }, + { + "id": 1461, + "name": "RunResurrectOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1462, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 261, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L261" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1463, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 262, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L262" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1464, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 263, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L263" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1462, + 1463, + 1464 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 260, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L260" + } + ] + }, + { + "id": 1458, + "name": "RunUpdateOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1460, + "name": "isStatusMessageTerminal", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 257, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L257" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1459, + "name": "statusMessage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 256, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L256" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1460, + 1459 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 255, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L255" + } + ] + }, + { + "id": 1470, + "name": "RunWaitForFinishOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1471, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Maximum time to wait for the run to finish, in seconds.\nIf the limit is reached, the returned promise is resolved to a run object that will have\nstatus " + }, + { + "kind": "code", + "text": "`READY`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`RUNNING`" + }, + { + "kind": "text", + "text": ". If " + }, + { + "kind": "code", + "text": "`waitSecs`" + }, + { + "kind": "text", + "text": " omitted, the function waits indefinitely." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 281, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L281" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1471 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 275, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L275" + } + ] + }, + { + "id": 1577, + "name": "Schedule", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1591, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 83, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L83" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1601, + "name": "ScheduleAction" + } + } + }, + { + "id": 1587, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 79, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L79" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1582, + "name": "cronExpression", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 74, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L74" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1586, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 78, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L78" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1578, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 70, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L70" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1584, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 76, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L76" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1585, + "name": "isExclusive", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 77, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L77" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1590, + "name": "lastRunAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 82, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L82" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1588, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 80, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L80" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1580, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 72, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L72" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1589, + "name": "nextRunAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 81, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L81" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1592, + "name": "notifications", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 84, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L84" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1593, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1594, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 85, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L85" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1594 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 84, + "character": 19, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L84" + } + ] + } + } + }, + { + "id": 1583, + "name": "timezone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 75, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L75" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "Africa/Abidjan" + }, + { + "type": "literal", + "value": "Africa/Accra" + }, + { + "type": "literal", + "value": "Africa/Addis_Ababa" + }, + { + "type": "literal", + "value": "Africa/Algiers" + }, + { + "type": "literal", + "value": "Africa/Asmara" + }, + { + "type": "literal", + "value": "Africa/Asmera" + }, + { + "type": "literal", + "value": "Africa/Bamako" + }, + { + "type": "literal", + "value": "Africa/Bangui" + }, + { + "type": "literal", + "value": "Africa/Banjul" + }, + { + "type": "literal", + "value": "Africa/Bissau" + }, + { + "type": "literal", + "value": "Africa/Blantyre" + }, + { + "type": "literal", + "value": "Africa/Brazzaville" + }, + { + "type": "literal", + "value": "Africa/Bujumbura" + }, + { + "type": "literal", + "value": "Africa/Cairo" + }, + { + "type": "literal", + "value": "Africa/Casablanca" + }, + { + "type": "literal", + "value": "Africa/Ceuta" + }, + { + "type": "literal", + "value": "Africa/Conakry" + }, + { + "type": "literal", + "value": "Africa/Dakar" + }, + { + "type": "literal", + "value": "Africa/Dar_es_Salaam" + }, + { + "type": "literal", + "value": "Africa/Djibouti" + }, + { + "type": "literal", + "value": "Africa/Douala" + }, + { + "type": "literal", + "value": "Africa/El_Aaiun" + }, + { + "type": "literal", + "value": "Africa/Freetown" + }, + { + "type": "literal", + "value": "Africa/Gaborone" + }, + { + "type": "literal", + "value": "Africa/Harare" + }, + { + "type": "literal", + "value": "Africa/Johannesburg" + }, + { + "type": "literal", + "value": "Africa/Juba" + }, + { + "type": "literal", + "value": "Africa/Kampala" + }, + { + "type": "literal", + "value": "Africa/Khartoum" + }, + { + "type": "literal", + "value": "Africa/Kigali" + }, + { + "type": "literal", + "value": "Africa/Kinshasa" + }, + { + "type": "literal", + "value": "Africa/Lagos" + }, + { + "type": "literal", + "value": "Africa/Libreville" + }, + { + "type": "literal", + "value": "Africa/Lome" + }, + { + "type": "literal", + "value": "Africa/Luanda" + }, + { + "type": "literal", + "value": "Africa/Lubumbashi" + }, + { + "type": "literal", + "value": "Africa/Lusaka" + }, + { + "type": "literal", + "value": "Africa/Malabo" + }, + { + "type": "literal", + "value": "Africa/Maputo" + }, + { + "type": "literal", + "value": "Africa/Maseru" + }, + { + "type": "literal", + "value": "Africa/Mbabane" + }, + { + "type": "literal", + "value": "Africa/Mogadishu" + }, + { + "type": "literal", + "value": "Africa/Monrovia" + }, + { + "type": "literal", + "value": "Africa/Nairobi" + }, + { + "type": "literal", + "value": "Africa/Ndjamena" + }, + { + "type": "literal", + "value": "Africa/Niamey" + }, + { + "type": "literal", + "value": "Africa/Nouakchott" + }, + { + "type": "literal", + "value": "Africa/Ouagadougou" + }, + { + "type": "literal", + "value": "Africa/Porto-Novo" + }, + { + "type": "literal", + "value": "Africa/Sao_Tome" + }, + { + "type": "literal", + "value": "Africa/Timbuktu" + }, + { + "type": "literal", + "value": "Africa/Tripoli" + }, + { + "type": "literal", + "value": "Africa/Tunis" + }, + { + "type": "literal", + "value": "Africa/Windhoek" + }, + { + "type": "literal", + "value": "America/Adak" + }, + { + "type": "literal", + "value": "America/Anchorage" + }, + { + "type": "literal", + "value": "America/Anguilla" + }, + { + "type": "literal", + "value": "America/Antigua" + }, + { + "type": "literal", + "value": "America/Araguaina" + }, + { + "type": "literal", + "value": "America/Argentina/Buenos_Aires" + }, + { + "type": "literal", + "value": "America/Argentina/Catamarca" + }, + { + "type": "literal", + "value": "America/Argentina/ComodRivadavia" + }, + { + "type": "literal", + "value": "America/Argentina/Cordoba" + }, + { + "type": "literal", + "value": "America/Argentina/Jujuy" + }, + { + "type": "literal", + "value": "America/Argentina/La_Rioja" + }, + { + "type": "literal", + "value": "America/Argentina/Mendoza" + }, + { + "type": "literal", + "value": "America/Argentina/Rio_Gallegos" + }, + { + "type": "literal", + "value": "America/Argentina/Salta" + }, + { + "type": "literal", + "value": "America/Argentina/San_Juan" + }, + { + "type": "literal", + "value": "America/Argentina/San_Luis" + }, + { + "type": "literal", + "value": "America/Argentina/Tucuman" + }, + { + "type": "literal", + "value": "America/Argentina/Ushuaia" + }, + { + "type": "literal", + "value": "America/Aruba" + }, + { + "type": "literal", + "value": "America/Asuncion" + }, + { + "type": "literal", + "value": "America/Atikokan" + }, + { + "type": "literal", + "value": "America/Atka" + }, + { + "type": "literal", + "value": "America/Bahia" + }, + { + "type": "literal", + "value": "America/Bahia_Banderas" + }, + { + "type": "literal", + "value": "America/Barbados" + }, + { + "type": "literal", + "value": "America/Belem" + }, + { + "type": "literal", + "value": "America/Belize" + }, + { + "type": "literal", + "value": "America/Blanc-Sablon" + }, + { + "type": "literal", + "value": "America/Boa_Vista" + }, + { + "type": "literal", + "value": "America/Bogota" + }, + { + "type": "literal", + "value": "America/Boise" + }, + { + "type": "literal", + "value": "America/Buenos_Aires" + }, + { + "type": "literal", + "value": "America/Cambridge_Bay" + }, + { + "type": "literal", + "value": "America/Campo_Grande" + }, + { + "type": "literal", + "value": "America/Cancun" + }, + { + "type": "literal", + "value": "America/Caracas" + }, + { + "type": "literal", + "value": "America/Catamarca" + }, + { + "type": "literal", + "value": "America/Cayenne" + }, + { + "type": "literal", + "value": "America/Cayman" + }, + { + "type": "literal", + "value": "America/Chicago" + }, + { + "type": "literal", + "value": "America/Chihuahua" + }, + { + "type": "literal", + "value": "America/Coral_Harbour" + }, + { + "type": "literal", + "value": "America/Cordoba" + }, + { + "type": "literal", + "value": "America/Costa_Rica" + }, + { + "type": "literal", + "value": "America/Creston" + }, + { + "type": "literal", + "value": "America/Cuiaba" + }, + { + "type": "literal", + "value": "America/Curacao" + }, + { + "type": "literal", + "value": "America/Danmarkshavn" + }, + { + "type": "literal", + "value": "America/Dawson" + }, + { + "type": "literal", + "value": "America/Dawson_Creek" + }, + { + "type": "literal", + "value": "America/Denver" + }, + { + "type": "literal", + "value": "America/Detroit" + }, + { + "type": "literal", + "value": "America/Dominica" + }, + { + "type": "literal", + "value": "America/Edmonton" + }, + { + "type": "literal", + "value": "America/Eirunepe" + }, + { + "type": "literal", + "value": "America/El_Salvador" + }, + { + "type": "literal", + "value": "America/Ensenada" + }, + { + "type": "literal", + "value": "America/Fort_Nelson" + }, + { + "type": "literal", + "value": "America/Fort_Wayne" + }, + { + "type": "literal", + "value": "America/Fortaleza" + }, + { + "type": "literal", + "value": "America/Glace_Bay" + }, + { + "type": "literal", + "value": "America/Godthab" + }, + { + "type": "literal", + "value": "America/Goose_Bay" + }, + { + "type": "literal", + "value": "America/Grand_Turk" + }, + { + "type": "literal", + "value": "America/Grenada" + }, + { + "type": "literal", + "value": "America/Guadeloupe" + }, + { + "type": "literal", + "value": "America/Guatemala" + }, + { + "type": "literal", + "value": "America/Guayaquil" + }, + { + "type": "literal", + "value": "America/Guyana" + }, + { + "type": "literal", + "value": "America/Halifax" + }, + { + "type": "literal", + "value": "America/Havana" + }, + { + "type": "literal", + "value": "America/Hermosillo" + }, + { + "type": "literal", + "value": "America/Indiana/Indianapolis" + }, + { + "type": "literal", + "value": "America/Indiana/Knox" + }, + { + "type": "literal", + "value": "America/Indiana/Marengo" + }, + { + "type": "literal", + "value": "America/Indiana/Petersburg" + }, + { + "type": "literal", + "value": "America/Indiana/Tell_City" + }, + { + "type": "literal", + "value": "America/Indiana/Vevay" + }, + { + "type": "literal", + "value": "America/Indiana/Vincennes" + }, + { + "type": "literal", + "value": "America/Indiana/Winamac" + }, + { + "type": "literal", + "value": "America/Indianapolis" + }, + { + "type": "literal", + "value": "America/Inuvik" + }, + { + "type": "literal", + "value": "America/Iqaluit" + }, + { + "type": "literal", + "value": "America/Jamaica" + }, + { + "type": "literal", + "value": "America/Jujuy" + }, + { + "type": "literal", + "value": "America/Juneau" + }, + { + "type": "literal", + "value": "America/Kentucky/Louisville" + }, + { + "type": "literal", + "value": "America/Kentucky/Monticello" + }, + { + "type": "literal", + "value": "America/Knox_IN" + }, + { + "type": "literal", + "value": "America/Kralendijk" + }, + { + "type": "literal", + "value": "America/La_Paz" + }, + { + "type": "literal", + "value": "America/Lima" + }, + { + "type": "literal", + "value": "America/Los_Angeles" + }, + { + "type": "literal", + "value": "America/Louisville" + }, + { + "type": "literal", + "value": "America/Lower_Princes" + }, + { + "type": "literal", + "value": "America/Maceio" + }, + { + "type": "literal", + "value": "America/Managua" + }, + { + "type": "literal", + "value": "America/Manaus" + }, + { + "type": "literal", + "value": "America/Marigot" + }, + { + "type": "literal", + "value": "America/Martinique" + }, + { + "type": "literal", + "value": "America/Matamoros" + }, + { + "type": "literal", + "value": "America/Mazatlan" + }, + { + "type": "literal", + "value": "America/Mendoza" + }, + { + "type": "literal", + "value": "America/Menominee" + }, + { + "type": "literal", + "value": "America/Merida" + }, + { + "type": "literal", + "value": "America/Metlakatla" + }, + { + "type": "literal", + "value": "America/Mexico_City" + }, + { + "type": "literal", + "value": "America/Miquelon" + }, + { + "type": "literal", + "value": "America/Moncton" + }, + { + "type": "literal", + "value": "America/Monterrey" + }, + { + "type": "literal", + "value": "America/Montevideo" + }, + { + "type": "literal", + "value": "America/Montreal" + }, + { + "type": "literal", + "value": "America/Montserrat" + }, + { + "type": "literal", + "value": "America/Nassau" + }, + { + "type": "literal", + "value": "America/New_York" + }, + { + "type": "literal", + "value": "America/Nipigon" + }, + { + "type": "literal", + "value": "America/Nome" + }, + { + "type": "literal", + "value": "America/Noronha" + }, + { + "type": "literal", + "value": "America/North_Dakota/Beulah" + }, + { + "type": "literal", + "value": "America/North_Dakota/Center" + }, + { + "type": "literal", + "value": "America/North_Dakota/New_Salem" + }, + { + "type": "literal", + "value": "America/Nuuk" + }, + { + "type": "literal", + "value": "America/Ojinaga" + }, + { + "type": "literal", + "value": "America/Panama" + }, + { + "type": "literal", + "value": "America/Pangnirtung" + }, + { + "type": "literal", + "value": "America/Paramaribo" + }, + { + "type": "literal", + "value": "America/Phoenix" + }, + { + "type": "literal", + "value": "America/Port-au-Prince" + }, + { + "type": "literal", + "value": "America/Port_of_Spain" + }, + { + "type": "literal", + "value": "America/Porto_Acre" + }, + { + "type": "literal", + "value": "America/Porto_Velho" + }, + { + "type": "literal", + "value": "America/Puerto_Rico" + }, + { + "type": "literal", + "value": "America/Punta_Arenas" + }, + { + "type": "literal", + "value": "America/Rainy_River" + }, + { + "type": "literal", + "value": "America/Rankin_Inlet" + }, + { + "type": "literal", + "value": "America/Recife" + }, + { + "type": "literal", + "value": "America/Regina" + }, + { + "type": "literal", + "value": "America/Resolute" + }, + { + "type": "literal", + "value": "America/Rio_Branco" + }, + { + "type": "literal", + "value": "America/Rosario" + }, + { + "type": "literal", + "value": "America/Santa_Isabel" + }, + { + "type": "literal", + "value": "America/Santarem" + }, + { + "type": "literal", + "value": "America/Santiago" + }, + { + "type": "literal", + "value": "America/Santo_Domingo" + }, + { + "type": "literal", + "value": "America/Sao_Paulo" + }, + { + "type": "literal", + "value": "America/Scoresbysund" + }, + { + "type": "literal", + "value": "America/Shiprock" + }, + { + "type": "literal", + "value": "America/Sitka" + }, + { + "type": "literal", + "value": "America/St_Barthelemy" + }, + { + "type": "literal", + "value": "America/St_Johns" + }, + { + "type": "literal", + "value": "America/St_Kitts" + }, + { + "type": "literal", + "value": "America/St_Lucia" + }, + { + "type": "literal", + "value": "America/St_Thomas" + }, + { + "type": "literal", + "value": "America/St_Vincent" + }, + { + "type": "literal", + "value": "America/Swift_Current" + }, + { + "type": "literal", + "value": "America/Tegucigalpa" + }, + { + "type": "literal", + "value": "America/Thule" + }, + { + "type": "literal", + "value": "America/Thunder_Bay" + }, + { + "type": "literal", + "value": "America/Tijuana" + }, + { + "type": "literal", + "value": "America/Toronto" + }, + { + "type": "literal", + "value": "America/Tortola" + }, + { + "type": "literal", + "value": "America/Vancouver" + }, + { + "type": "literal", + "value": "America/Virgin" + }, + { + "type": "literal", + "value": "America/Whitehorse" + }, + { + "type": "literal", + "value": "America/Winnipeg" + }, + { + "type": "literal", + "value": "America/Yakutat" + }, + { + "type": "literal", + "value": "America/Yellowknife" + }, + { + "type": "literal", + "value": "Antarctica/Casey" + }, + { + "type": "literal", + "value": "Antarctica/Davis" + }, + { + "type": "literal", + "value": "Antarctica/DumontDUrville" + }, + { + "type": "literal", + "value": "Antarctica/Macquarie" + }, + { + "type": "literal", + "value": "Antarctica/Mawson" + }, + { + "type": "literal", + "value": "Antarctica/McMurdo" + }, + { + "type": "literal", + "value": "Antarctica/Palmer" + }, + { + "type": "literal", + "value": "Antarctica/Rothera" + }, + { + "type": "literal", + "value": "Antarctica/South_Pole" + }, + { + "type": "literal", + "value": "Antarctica/Syowa" + }, + { + "type": "literal", + "value": "Antarctica/Troll" + }, + { + "type": "literal", + "value": "Antarctica/Vostok" + }, + { + "type": "literal", + "value": "Arctic/Longyearbyen" + }, + { + "type": "literal", + "value": "Asia/Aden" + }, + { + "type": "literal", + "value": "Asia/Almaty" + }, + { + "type": "literal", + "value": "Asia/Amman" + }, + { + "type": "literal", + "value": "Asia/Anadyr" + }, + { + "type": "literal", + "value": "Asia/Aqtau" + }, + { + "type": "literal", + "value": "Asia/Aqtobe" + }, + { + "type": "literal", + "value": "Asia/Ashgabat" + }, + { + "type": "literal", + "value": "Asia/Ashkhabad" + }, + { + "type": "literal", + "value": "Asia/Atyrau" + }, + { + "type": "literal", + "value": "Asia/Baghdad" + }, + { + "type": "literal", + "value": "Asia/Bahrain" + }, + { + "type": "literal", + "value": "Asia/Baku" + }, + { + "type": "literal", + "value": "Asia/Bangkok" + }, + { + "type": "literal", + "value": "Asia/Barnaul" + }, + { + "type": "literal", + "value": "Asia/Beirut" + }, + { + "type": "literal", + "value": "Asia/Bishkek" + }, + { + "type": "literal", + "value": "Asia/Brunei" + }, + { + "type": "literal", + "value": "Asia/Calcutta" + }, + { + "type": "literal", + "value": "Asia/Chita" + }, + { + "type": "literal", + "value": "Asia/Choibalsan" + }, + { + "type": "literal", + "value": "Asia/Chongqing" + }, + { + "type": "literal", + "value": "Asia/Chungking" + }, + { + "type": "literal", + "value": "Asia/Colombo" + }, + { + "type": "literal", + "value": "Asia/Dacca" + }, + { + "type": "literal", + "value": "Asia/Damascus" + }, + { + "type": "literal", + "value": "Asia/Dhaka" + }, + { + "type": "literal", + "value": "Asia/Dili" + }, + { + "type": "literal", + "value": "Asia/Dubai" + }, + { + "type": "literal", + "value": "Asia/Dushanbe" + }, + { + "type": "literal", + "value": "Asia/Famagusta" + }, + { + "type": "literal", + "value": "Asia/Gaza" + }, + { + "type": "literal", + "value": "Asia/Harbin" + }, + { + "type": "literal", + "value": "Asia/Hebron" + }, + { + "type": "literal", + "value": "Asia/Ho_Chi_Minh" + }, + { + "type": "literal", + "value": "Asia/Hong_Kong" + }, + { + "type": "literal", + "value": "Asia/Hovd" + }, + { + "type": "literal", + "value": "Asia/Irkutsk" + }, + { + "type": "literal", + "value": "Asia/Istanbul" + }, + { + "type": "literal", + "value": "Asia/Jakarta" + }, + { + "type": "literal", + "value": "Asia/Jayapura" + }, + { + "type": "literal", + "value": "Asia/Jerusalem" + }, + { + "type": "literal", + "value": "Asia/Kabul" + }, + { + "type": "literal", + "value": "Asia/Kamchatka" + }, + { + "type": "literal", + "value": "Asia/Karachi" + }, + { + "type": "literal", + "value": "Asia/Kashgar" + }, + { + "type": "literal", + "value": "Asia/Kathmandu" + }, + { + "type": "literal", + "value": "Asia/Katmandu" + }, + { + "type": "literal", + "value": "Asia/Khandyga" + }, + { + "type": "literal", + "value": "Asia/Kolkata" + }, + { + "type": "literal", + "value": "Asia/Krasnoyarsk" + }, + { + "type": "literal", + "value": "Asia/Kuala_Lumpur" + }, + { + "type": "literal", + "value": "Asia/Kuching" + }, + { + "type": "literal", + "value": "Asia/Kuwait" + }, + { + "type": "literal", + "value": "Asia/Macao" + }, + { + "type": "literal", + "value": "Asia/Macau" + }, + { + "type": "literal", + "value": "Asia/Magadan" + }, + { + "type": "literal", + "value": "Asia/Makassar" + }, + { + "type": "literal", + "value": "Asia/Manila" + }, + { + "type": "literal", + "value": "Asia/Muscat" + }, + { + "type": "literal", + "value": "Asia/Nicosia" + }, + { + "type": "literal", + "value": "Asia/Novokuznetsk" + }, + { + "type": "literal", + "value": "Asia/Novosibirsk" + }, + { + "type": "literal", + "value": "Asia/Omsk" + }, + { + "type": "literal", + "value": "Asia/Oral" + }, + { + "type": "literal", + "value": "Asia/Phnom_Penh" + }, + { + "type": "literal", + "value": "Asia/Pontianak" + }, + { + "type": "literal", + "value": "Asia/Pyongyang" + }, + { + "type": "literal", + "value": "Asia/Qatar" + }, + { + "type": "literal", + "value": "Asia/Qostanay" + }, + { + "type": "literal", + "value": "Asia/Qyzylorda" + }, + { + "type": "literal", + "value": "Asia/Rangoon" + }, + { + "type": "literal", + "value": "Asia/Riyadh" + }, + { + "type": "literal", + "value": "Asia/Saigon" + }, + { + "type": "literal", + "value": "Asia/Sakhalin" + }, + { + "type": "literal", + "value": "Asia/Samarkand" + }, + { + "type": "literal", + "value": "Asia/Seoul" + }, + { + "type": "literal", + "value": "Asia/Shanghai" + }, + { + "type": "literal", + "value": "Asia/Singapore" + }, + { + "type": "literal", + "value": "Asia/Srednekolymsk" + }, + { + "type": "literal", + "value": "Asia/Taipei" + }, + { + "type": "literal", + "value": "Asia/Tashkent" + }, + { + "type": "literal", + "value": "Asia/Tbilisi" + }, + { + "type": "literal", + "value": "Asia/Tehran" + }, + { + "type": "literal", + "value": "Asia/Tel_Aviv" + }, + { + "type": "literal", + "value": "Asia/Thimbu" + }, + { + "type": "literal", + "value": "Asia/Thimphu" + }, + { + "type": "literal", + "value": "Asia/Tokyo" + }, + { + "type": "literal", + "value": "Asia/Tomsk" + }, + { + "type": "literal", + "value": "Asia/Ujung_Pandang" + }, + { + "type": "literal", + "value": "Asia/Ulaanbaatar" + }, + { + "type": "literal", + "value": "Asia/Ulan_Bator" + }, + { + "type": "literal", + "value": "Asia/Urumqi" + }, + { + "type": "literal", + "value": "Asia/Ust-Nera" + }, + { + "type": "literal", + "value": "Asia/Vientiane" + }, + { + "type": "literal", + "value": "Asia/Vladivostok" + }, + { + "type": "literal", + "value": "Asia/Yakutsk" + }, + { + "type": "literal", + "value": "Asia/Yangon" + }, + { + "type": "literal", + "value": "Asia/Yekaterinburg" + }, + { + "type": "literal", + "value": "Asia/Yerevan" + }, + { + "type": "literal", + "value": "Atlantic/Azores" + }, + { + "type": "literal", + "value": "Atlantic/Bermuda" + }, + { + "type": "literal", + "value": "Atlantic/Canary" + }, + { + "type": "literal", + "value": "Atlantic/Cape_Verde" + }, + { + "type": "literal", + "value": "Atlantic/Faeroe" + }, + { + "type": "literal", + "value": "Atlantic/Faroe" + }, + { + "type": "literal", + "value": "Atlantic/Jan_Mayen" + }, + { + "type": "literal", + "value": "Atlantic/Madeira" + }, + { + "type": "literal", + "value": "Atlantic/Reykjavik" + }, + { + "type": "literal", + "value": "Atlantic/South_Georgia" + }, + { + "type": "literal", + "value": "Atlantic/St_Helena" + }, + { + "type": "literal", + "value": "Atlantic/Stanley" + }, + { + "type": "literal", + "value": "Australia/ACT" + }, + { + "type": "literal", + "value": "Australia/Adelaide" + }, + { + "type": "literal", + "value": "Australia/Brisbane" + }, + { + "type": "literal", + "value": "Australia/Broken_Hill" + }, + { + "type": "literal", + "value": "Australia/Canberra" + }, + { + "type": "literal", + "value": "Australia/Currie" + }, + { + "type": "literal", + "value": "Australia/Darwin" + }, + { + "type": "literal", + "value": "Australia/Eucla" + }, + { + "type": "literal", + "value": "Australia/Hobart" + }, + { + "type": "literal", + "value": "Australia/LHI" + }, + { + "type": "literal", + "value": "Australia/Lindeman" + }, + { + "type": "literal", + "value": "Australia/Lord_Howe" + }, + { + "type": "literal", + "value": "Australia/Melbourne" + }, + { + "type": "literal", + "value": "Australia/NSW" + }, + { + "type": "literal", + "value": "Australia/North" + }, + { + "type": "literal", + "value": "Australia/Perth" + }, + { + "type": "literal", + "value": "Australia/Queensland" + }, + { + "type": "literal", + "value": "Australia/South" + }, + { + "type": "literal", + "value": "Australia/Sydney" + }, + { + "type": "literal", + "value": "Australia/Tasmania" + }, + { + "type": "literal", + "value": "Australia/Victoria" + }, + { + "type": "literal", + "value": "Australia/West" + }, + { + "type": "literal", + "value": "Australia/Yancowinna" + }, + { + "type": "literal", + "value": "Brazil/Acre" + }, + { + "type": "literal", + "value": "Brazil/DeNoronha" + }, + { + "type": "literal", + "value": "Brazil/East" + }, + { + "type": "literal", + "value": "Brazil/West" + }, + { + "type": "literal", + "value": "CET" + }, + { + "type": "literal", + "value": "CST6CDT" + }, + { + "type": "literal", + "value": "Canada/Atlantic" + }, + { + "type": "literal", + "value": "Canada/Central" + }, + { + "type": "literal", + "value": "Canada/Eastern" + }, + { + "type": "literal", + "value": "Canada/Mountain" + }, + { + "type": "literal", + "value": "Canada/Newfoundland" + }, + { + "type": "literal", + "value": "Canada/Pacific" + }, + { + "type": "literal", + "value": "Canada/Saskatchewan" + }, + { + "type": "literal", + "value": "Canada/Yukon" + }, + { + "type": "literal", + "value": "Chile/Continental" + }, + { + "type": "literal", + "value": "Chile/EasterIsland" + }, + { + "type": "literal", + "value": "Cuba" + }, + { + "type": "literal", + "value": "EET" + }, + { + "type": "literal", + "value": "EST" + }, + { + "type": "literal", + "value": "EST5EDT" + }, + { + "type": "literal", + "value": "Egypt" + }, + { + "type": "literal", + "value": "Eire" + }, + { + "type": "literal", + "value": "Etc/GMT" + }, + { + "type": "literal", + "value": "Etc/GMT+0" + }, + { + "type": "literal", + "value": "Etc/GMT+1" + }, + { + "type": "literal", + "value": "Etc/GMT+10" + }, + { + "type": "literal", + "value": "Etc/GMT+11" + }, + { + "type": "literal", + "value": "Etc/GMT+12" + }, + { + "type": "literal", + "value": "Etc/GMT+2" + }, + { + "type": "literal", + "value": "Etc/GMT+3" + }, + { + "type": "literal", + "value": "Etc/GMT+4" + }, + { + "type": "literal", + "value": "Etc/GMT+5" + }, + { + "type": "literal", + "value": "Etc/GMT+6" + }, + { + "type": "literal", + "value": "Etc/GMT+7" + }, + { + "type": "literal", + "value": "Etc/GMT+8" + }, + { + "type": "literal", + "value": "Etc/GMT+9" + }, + { + "type": "literal", + "value": "Etc/GMT-0" + }, + { + "type": "literal", + "value": "Etc/GMT-1" + }, + { + "type": "literal", + "value": "Etc/GMT-10" + }, + { + "type": "literal", + "value": "Etc/GMT-11" + }, + { + "type": "literal", + "value": "Etc/GMT-12" + }, + { + "type": "literal", + "value": "Etc/GMT-13" + }, + { + "type": "literal", + "value": "Etc/GMT-14" + }, + { + "type": "literal", + "value": "Etc/GMT-2" + }, + { + "type": "literal", + "value": "Etc/GMT-3" + }, + { + "type": "literal", + "value": "Etc/GMT-4" + }, + { + "type": "literal", + "value": "Etc/GMT-5" + }, + { + "type": "literal", + "value": "Etc/GMT-6" + }, + { + "type": "literal", + "value": "Etc/GMT-7" + }, + { + "type": "literal", + "value": "Etc/GMT-8" + }, + { + "type": "literal", + "value": "Etc/GMT-9" + }, + { + "type": "literal", + "value": "Etc/GMT0" + }, + { + "type": "literal", + "value": "Etc/Greenwich" + }, + { + "type": "literal", + "value": "Etc/UCT" + }, + { + "type": "literal", + "value": "Etc/UTC" + }, + { + "type": "literal", + "value": "Etc/Universal" + }, + { + "type": "literal", + "value": "Etc/Zulu" + }, + { + "type": "literal", + "value": "Europe/Amsterdam" + }, + { + "type": "literal", + "value": "Europe/Andorra" + }, + { + "type": "literal", + "value": "Europe/Astrakhan" + }, + { + "type": "literal", + "value": "Europe/Athens" + }, + { + "type": "literal", + "value": "Europe/Belfast" + }, + { + "type": "literal", + "value": "Europe/Belgrade" + }, + { + "type": "literal", + "value": "Europe/Berlin" + }, + { + "type": "literal", + "value": "Europe/Bratislava" + }, + { + "type": "literal", + "value": "Europe/Brussels" + }, + { + "type": "literal", + "value": "Europe/Bucharest" + }, + { + "type": "literal", + "value": "Europe/Budapest" + }, + { + "type": "literal", + "value": "Europe/Busingen" + }, + { + "type": "literal", + "value": "Europe/Chisinau" + }, + { + "type": "literal", + "value": "Europe/Copenhagen" + }, + { + "type": "literal", + "value": "Europe/Dublin" + }, + { + "type": "literal", + "value": "Europe/Gibraltar" + }, + { + "type": "literal", + "value": "Europe/Guernsey" + }, + { + "type": "literal", + "value": "Europe/Helsinki" + }, + { + "type": "literal", + "value": "Europe/Isle_of_Man" + }, + { + "type": "literal", + "value": "Europe/Istanbul" + }, + { + "type": "literal", + "value": "Europe/Jersey" + }, + { + "type": "literal", + "value": "Europe/Kaliningrad" + }, + { + "type": "literal", + "value": "Europe/Kiev" + }, + { + "type": "literal", + "value": "Europe/Kirov" + }, + { + "type": "literal", + "value": "Europe/Lisbon" + }, + { + "type": "literal", + "value": "Europe/Ljubljana" + }, + { + "type": "literal", + "value": "Europe/London" + }, + { + "type": "literal", + "value": "Europe/Luxembourg" + }, + { + "type": "literal", + "value": "Europe/Madrid" + }, + { + "type": "literal", + "value": "Europe/Malta" + }, + { + "type": "literal", + "value": "Europe/Mariehamn" + }, + { + "type": "literal", + "value": "Europe/Minsk" + }, + { + "type": "literal", + "value": "Europe/Monaco" + }, + { + "type": "literal", + "value": "Europe/Moscow" + }, + { + "type": "literal", + "value": "Europe/Nicosia" + }, + { + "type": "literal", + "value": "Europe/Oslo" + }, + { + "type": "literal", + "value": "Europe/Paris" + }, + { + "type": "literal", + "value": "Europe/Podgorica" + }, + { + "type": "literal", + "value": "Europe/Prague" + }, + { + "type": "literal", + "value": "Europe/Riga" + }, + { + "type": "literal", + "value": "Europe/Rome" + }, + { + "type": "literal", + "value": "Europe/Samara" + }, + { + "type": "literal", + "value": "Europe/San_Marino" + }, + { + "type": "literal", + "value": "Europe/Sarajevo" + }, + { + "type": "literal", + "value": "Europe/Saratov" + }, + { + "type": "literal", + "value": "Europe/Simferopol" + }, + { + "type": "literal", + "value": "Europe/Skopje" + }, + { + "type": "literal", + "value": "Europe/Sofia" + }, + { + "type": "literal", + "value": "Europe/Stockholm" + }, + { + "type": "literal", + "value": "Europe/Tallinn" + }, + { + "type": "literal", + "value": "Europe/Tirane" + }, + { + "type": "literal", + "value": "Europe/Tiraspol" + }, + { + "type": "literal", + "value": "Europe/Ulyanovsk" + }, + { + "type": "literal", + "value": "Europe/Uzhgorod" + }, + { + "type": "literal", + "value": "Europe/Vaduz" + }, + { + "type": "literal", + "value": "Europe/Vatican" + }, + { + "type": "literal", + "value": "Europe/Vienna" + }, + { + "type": "literal", + "value": "Europe/Vilnius" + }, + { + "type": "literal", + "value": "Europe/Volgograd" + }, + { + "type": "literal", + "value": "Europe/Warsaw" + }, + { + "type": "literal", + "value": "Europe/Zagreb" + }, + { + "type": "literal", + "value": "Europe/Zaporozhye" + }, + { + "type": "literal", + "value": "Europe/Zurich" + }, + { + "type": "literal", + "value": "GB" + }, + { + "type": "literal", + "value": "GB-Eire" + }, + { + "type": "literal", + "value": "GMT" + }, + { + "type": "literal", + "value": "GMT+0" + }, + { + "type": "literal", + "value": "GMT-0" + }, + { + "type": "literal", + "value": "GMT0" + }, + { + "type": "literal", + "value": "Greenwich" + }, + { + "type": "literal", + "value": "HST" + }, + { + "type": "literal", + "value": "Hongkong" + }, + { + "type": "literal", + "value": "Iceland" + }, + { + "type": "literal", + "value": "Indian/Antananarivo" + }, + { + "type": "literal", + "value": "Indian/Chagos" + }, + { + "type": "literal", + "value": "Indian/Christmas" + }, + { + "type": "literal", + "value": "Indian/Cocos" + }, + { + "type": "literal", + "value": "Indian/Comoro" + }, + { + "type": "literal", + "value": "Indian/Kerguelen" + }, + { + "type": "literal", + "value": "Indian/Mahe" + }, + { + "type": "literal", + "value": "Indian/Maldives" + }, + { + "type": "literal", + "value": "Indian/Mauritius" + }, + { + "type": "literal", + "value": "Indian/Mayotte" + }, + { + "type": "literal", + "value": "Indian/Reunion" + }, + { + "type": "literal", + "value": "Iran" + }, + { + "type": "literal", + "value": "Israel" + }, + { + "type": "literal", + "value": "Jamaica" + }, + { + "type": "literal", + "value": "Japan" + }, + { + "type": "literal", + "value": "Kwajalein" + }, + { + "type": "literal", + "value": "Libya" + }, + { + "type": "literal", + "value": "MET" + }, + { + "type": "literal", + "value": "MST" + }, + { + "type": "literal", + "value": "MST7MDT" + }, + { + "type": "literal", + "value": "Mexico/BajaNorte" + }, + { + "type": "literal", + "value": "Mexico/BajaSur" + }, + { + "type": "literal", + "value": "Mexico/General" + }, + { + "type": "literal", + "value": "NZ" + }, + { + "type": "literal", + "value": "NZ-CHAT" + }, + { + "type": "literal", + "value": "Navajo" + }, + { + "type": "literal", + "value": "PRC" + }, + { + "type": "literal", + "value": "PST8PDT" + }, + { + "type": "literal", + "value": "Pacific/Apia" + }, + { + "type": "literal", + "value": "Pacific/Auckland" + }, + { + "type": "literal", + "value": "Pacific/Bougainville" + }, + { + "type": "literal", + "value": "Pacific/Chatham" + }, + { + "type": "literal", + "value": "Pacific/Chuuk" + }, + { + "type": "literal", + "value": "Pacific/Easter" + }, + { + "type": "literal", + "value": "Pacific/Efate" + }, + { + "type": "literal", + "value": "Pacific/Enderbury" + }, + { + "type": "literal", + "value": "Pacific/Fakaofo" + }, + { + "type": "literal", + "value": "Pacific/Fiji" + }, + { + "type": "literal", + "value": "Pacific/Funafuti" + }, + { + "type": "literal", + "value": "Pacific/Galapagos" + }, + { + "type": "literal", + "value": "Pacific/Gambier" + }, + { + "type": "literal", + "value": "Pacific/Guadalcanal" + }, + { + "type": "literal", + "value": "Pacific/Guam" + }, + { + "type": "literal", + "value": "Pacific/Honolulu" + }, + { + "type": "literal", + "value": "Pacific/Johnston" + }, + { + "type": "literal", + "value": "Pacific/Kiritimati" + }, + { + "type": "literal", + "value": "Pacific/Kosrae" + }, + { + "type": "literal", + "value": "Pacific/Kwajalein" + }, + { + "type": "literal", + "value": "Pacific/Majuro" + }, + { + "type": "literal", + "value": "Pacific/Marquesas" + }, + { + "type": "literal", + "value": "Pacific/Midway" + }, + { + "type": "literal", + "value": "Pacific/Nauru" + }, + { + "type": "literal", + "value": "Pacific/Niue" + }, + { + "type": "literal", + "value": "Pacific/Norfolk" + }, + { + "type": "literal", + "value": "Pacific/Noumea" + }, + { + "type": "literal", + "value": "Pacific/Pago_Pago" + }, + { + "type": "literal", + "value": "Pacific/Palau" + }, + { + "type": "literal", + "value": "Pacific/Pitcairn" + }, + { + "type": "literal", + "value": "Pacific/Pohnpei" + }, + { + "type": "literal", + "value": "Pacific/Ponape" + }, + { + "type": "literal", + "value": "Pacific/Port_Moresby" + }, + { + "type": "literal", + "value": "Pacific/Rarotonga" + }, + { + "type": "literal", + "value": "Pacific/Saipan" + }, + { + "type": "literal", + "value": "Pacific/Samoa" + }, + { + "type": "literal", + "value": "Pacific/Tahiti" + }, + { + "type": "literal", + "value": "Pacific/Tarawa" + }, + { + "type": "literal", + "value": "Pacific/Tongatapu" + }, + { + "type": "literal", + "value": "Pacific/Truk" + }, + { + "type": "literal", + "value": "Pacific/Wake" + }, + { + "type": "literal", + "value": "Pacific/Wallis" + }, + { + "type": "literal", + "value": "Pacific/Yap" + }, + { + "type": "literal", + "value": "Poland" + }, + { + "type": "literal", + "value": "Portugal" + }, + { + "type": "literal", + "value": "ROC" + }, + { + "type": "literal", + "value": "ROK" + }, + { + "type": "literal", + "value": "Singapore" + }, + { + "type": "literal", + "value": "Turkey" + }, + { + "type": "literal", + "value": "UCT" + }, + { + "type": "literal", + "value": "US/Alaska" + }, + { + "type": "literal", + "value": "US/Aleutian" + }, + { + "type": "literal", + "value": "US/Arizona" + }, + { + "type": "literal", + "value": "US/Central" + }, + { + "type": "literal", + "value": "US/East-Indiana" + }, + { + "type": "literal", + "value": "US/Eastern" + }, + { + "type": "literal", + "value": "US/Hawaii" + }, + { + "type": "literal", + "value": "US/Indiana-Starke" + }, + { + "type": "literal", + "value": "US/Michigan" + }, + { + "type": "literal", + "value": "US/Mountain" + }, + { + "type": "literal", + "value": "US/Pacific" + }, + { + "type": "literal", + "value": "US/Samoa" + }, + { + "type": "literal", + "value": "UTC" + }, + { + "type": "literal", + "value": "Universal" + }, + { + "type": "literal", + "value": "W-SU" + }, + { + "type": "literal", + "value": "WET" + }, + { + "type": "literal", + "value": "Zulu" + } + ] + } + }, + { + "id": 1581, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 73, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L73" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1579, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 71, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L71" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1591, + 1587, + 1582, + 1586, + 1578, + 1584, + 1585, + 1590, + 1588, + 1580, + 1589, + 1592, + 1583, + 1581, + 1579 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 69, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L69" + } + ] + }, + { + "id": 1602, + "name": "ScheduleActionRunActor", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1603, + "name": "actorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 118, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L118" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1606, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L111" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.id" + } + }, + { + "id": 1604, + "name": "runInput", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 119, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L119" + } + ], + "type": { + "type": "reference", + "id": 1608, + "name": "ScheduledActorRunInput" + } + }, + { + "id": 1605, + "name": "runOptions", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 120, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L120" + } + ], + "type": { + "type": "reference", + "id": 1611, + "name": "ScheduledActorRunOptions" + } + }, + { + "id": 1607, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L112" + } + ], + "type": { + "type": "reference", + "id": 1599, + "name": "RunActor" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.type" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1603, + 1606, + 1604, + 1605, + 1607 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 117, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L117" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1599, + "name": "ScheduleActions.RunActor" + } + ], + "name": "BaseScheduleAction" + } + ] + }, + { + "id": 1615, + "name": "ScheduleActionRunActorTask", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1616, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L135" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1618, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 111, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L111" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.id" + } + }, + { + "id": 1617, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 136, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L136" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1619, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 112, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L112" + } + ], + "type": { + "type": "reference", + "id": 1600, + "name": "RunActorTask" + }, + "inheritedFrom": { + "type": "reference", + "name": "BaseScheduleAction.type" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1616, + 1618, + 1617, + 1619 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 134, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L134" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1600, + "name": "ScheduleActions.RunActorTask" + } + ], + "name": "BaseScheduleAction" + } + ] + }, + { + "id": 1670, + "name": "ScheduleCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1673, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1671, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1672, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1673, + 1671, + 1672 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule_collection.ts", + "line": 42, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule_collection.ts#L42" + } + ] + }, + { + "id": 1608, + "name": "ScheduledActorRunInput", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1609, + "name": "body", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 124, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L124" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1610, + "name": "contentType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 125, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L125" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1609, + 1610 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 123, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L123" + } + ] + }, + { + "id": 1611, + "name": "ScheduledActorRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1612, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 129, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L129" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1614, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 131, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L131" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1613, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 130, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L130" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1612, + 1614, + 1613 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 128, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L128" + } + ] + }, + { + "id": 2293, + "name": "StoreCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2298, + "name": "category", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 59, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L59" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2294, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 55, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L55" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2295, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2300, + "name": "pricingModel", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 61, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L61" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2296, + "name": "search", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 57, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L57" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2297, + "name": "sortBy", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 58, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L58" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2299, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 60, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L60" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2298, + 2294, + 2295, + 2300, + 2296, + 2297, + 2299 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/store_collection.ts", + "line": 54, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/store_collection.ts#L54" + } + ] + }, + { + "id": 1745, + "name": "Task", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1748, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 196, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L196" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1758, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L206" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 280, + "name": "ActorStandby" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + }, + { + "id": 1753, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 201, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L201" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1751, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1746, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 194, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L194" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1757, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 205, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L205" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + } + }, + { + "id": 1754, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 202, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L202" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1749, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 197, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L197" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1756, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 204, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L204" + } + ], + "type": { + "type": "reference", + "id": 1761, + "name": "TaskOptions" + } + }, + { + "id": 1755, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 203, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L203" + } + ], + "type": { + "type": "reference", + "id": 1759, + "name": "TaskStats" + } + }, + { + "id": 1750, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L198" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1747, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 195, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L195" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1752, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 200, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L200" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1748, + 1758, + 1753, + 1751, + 1746, + 1757, + 1754, + 1749, + 1756, + 1755, + 1750, + 1747, + 1752 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 193, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L193" + } + ] + }, + { + "id": 1769, + "name": "TaskCallOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1771, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tag or number of the actor build to run (e.g. " + }, + { + "kind": "code", + "text": "`beta`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`1.2.345`" + }, + { + "kind": "text", + "text": ").\nIf not provided, the run uses build tag or number from the default actor run configuration (typically " + }, + { + "kind": "code", + "text": "`latest`" + }, + { + "kind": "text", + "text": ")." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 308, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L308" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.build" + } + }, + { + "id": 1775, + "name": "maxItems", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies maximum number of items that the actor run should return.\nThis is used by pay per result actors to limit the maximum number of results that will be charged to customer.\nValue can be accessed in actor run using " + }, + { + "kind": "code", + "text": "`ACTOR_MAX_PAID_DATASET_ITEMS`" + }, + { + "kind": "text", + "text": " environment variable." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 349, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L349" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.maxItems" + } + }, + { + "id": 1772, + "name": "memory", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Memory in megabytes which will be allocated for the new actor run.\nIf not provided, the run uses memory of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 322, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L322" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.memory" + } + }, + { + "id": 1773, + "name": "timeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Timeout for the actor run in seconds. Zero value means there is no timeout.\nIf not provided, the run uses timeout of the default actor run configuration." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 327, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L327" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.timeout" + } + }, + { + "id": 1770, + "name": "waitSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 238, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L238" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1774, + "name": "webhooks", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies optional webhooks associated with the actor run, which can be used\nto receive a notification e.g. when the actor finished or failed, see\n[ad hook webhooks documentation](https://docs.apify.com/webhooks/ad-hoc-webhooks) for detailed description." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 342, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L342" + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "array", + "elementType": { + "type": "reference", + "id": 2058, + "name": "WebhookUpdateData" + } + } + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.webhooks" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1771, + 1775, + 1772, + 1773, + 1770, + 1774 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 237, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L237" + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1768, + "name": "TaskStartOptions" + }, + { + "type": "literal", + "value": "waitForFinish" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + ] + }, + { + "id": 1824, + "name": "TaskCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1827, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 50, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1825, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 48, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L48" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1826, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 49, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L49" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1827, + 1825, + 1826 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 47, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L47" + } + ] + }, + { + "id": 1829, + "name": "TaskCreateData", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1830, + "name": "actId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 56, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L56" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1834, + "name": "actorStandby", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 206, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L206" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 280, + "name": "ActorStandby" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.actorStandby" + } + }, + { + "id": 1832, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 199, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.description" + } + }, + { + "id": 1835, + "name": "input", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 205, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L205" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 64, + "name": "Dictionary" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "id": 64, + "name": "Dictionary" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.input" + } + }, + { + "id": 1831, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 197, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L197" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.name" + } + }, + { + "id": 1836, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 204, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L204" + } + ], + "type": { + "type": "reference", + "id": 1761, + "name": "TaskOptions" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.options" + } + }, + { + "id": 1833, + "name": "title", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 198, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L198" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "TaskUpdateData.title" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1830, + 1834, + 1832, + 1835, + 1831, + 1836, + 1833 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 55, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L55" + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1765, + "name": "TaskUpdateData" + } + ] + }, + { + "id": 1766, + "name": "TaskLastRunOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1767, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 232, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L232" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "READY" + }, + { + "type": "literal", + "value": "RUNNING" + }, + { + "type": "literal", + "value": "SUCCEEDED" + }, + { + "type": "literal", + "value": "FAILED" + }, + { + "type": "literal", + "value": "TIMING_OUT" + }, + { + "type": "literal", + "value": "TIMED_OUT" + }, + { + "type": "literal", + "value": "ABORTING" + }, + { + "type": "literal", + "value": "ABORTED" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1767 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 231, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L231" + } + ] + }, + { + "id": 1761, + "name": "TaskOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1762, + "name": "build", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 214, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L214" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1764, + "name": "memoryMbytes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 216, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L216" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1763, + "name": "timeoutSecs", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 215, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L215" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1762, + 1764, + 1763 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 213, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L213" + } + ] + }, + { + "id": 1759, + "name": "TaskStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1760, + "name": "totalRuns", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 210, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L210" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1760 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 209, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L209" + } + ] + }, + { + "id": 1949, + "name": "UsageCycle", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1951, + "name": "endAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 162, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L162" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 1950, + "name": "startAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 161, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L161" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1951, + 1950 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 160, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L160" + } + ] + }, + { + "id": 1890, + "name": "User", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1901, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 99, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L99" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1900, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 98, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L98" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1903, + "name": "plan", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 101, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L101" + } + ], + "type": { + "type": "reference", + "id": 1911, + "name": "UserPlan" + } + }, + { + "id": 1892, + "name": "profile", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 89, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L89" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1893, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1894, + "name": "bio", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 90, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L90" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1897, + "name": "githubUsername", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 93, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L93" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1895, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 91, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L91" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1896, + "name": "pictureUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 92, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L92" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1899, + "name": "twitterUsername", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 95, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1898, + "name": "websiteUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 94, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L94" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1894, + 1897, + 1895, + 1896, + 1899, + 1898 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 89, + "character": 13, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L89" + } + ] + } + } + }, + { + "id": 1902, + "name": "proxy", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 100, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L100" + } + ], + "type": { + "type": "reference", + "id": 1904, + "name": "UserProxy" + } + }, + { + "id": 1891, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 88, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L88" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1901, + 1900, + 1903, + 1892, + 1902, + 1891 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 86, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L86" + } + ] + }, + { + "id": 1911, + "name": "UserPlan", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1931, + "name": "availableAddOns", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L135" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "unknown" + } + } + }, + { + "id": 1928, + "name": "availableProxyGroups", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 132, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L132" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 1927, + "name": "dataRetentionDays", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 131, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L131" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1913, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 117, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L117" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1918, + "name": "enabledPlatformFeatures", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 122, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L122" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1932, + "name": "PlatformFeature" + } + } + }, + { + "id": 1912, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 116, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L116" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1914, + "name": "isEnabled", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 118, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L118" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1925, + "name": "maxActorCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 129, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L129" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1920, + "name": "maxActorMemoryGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 124, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L124" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1926, + "name": "maxActorTaskCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 130, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L130" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1921, + "name": "maxMonthlyActorComputeUnits", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 125, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L125" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1924, + "name": "maxMonthlyExternalDataTransferGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 128, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L128" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1923, + "name": "maxMonthlyProxySerps", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 127, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L127" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1922, + "name": "maxMonthlyResidentialProxyGbytes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 126, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L126" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1919, + "name": "maxMonthlyUsageUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 123, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L123" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1915, + "name": "monthlyBasePriceUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 119, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L119" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1916, + "name": "monthlyUsageCreditsUsd", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 120, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L120" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1930, + "name": "supportLevel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 134, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L134" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1929, + "name": "teamAccountSeatCount", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 133, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L133" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1917, + "name": "usageDiscountPercent", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 121, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L121" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1931, + 1928, + 1927, + 1913, + 1918, + 1912, + 1914, + 1925, + 1920, + 1926, + 1921, + 1924, + 1923, + 1922, + 1919, + 1915, + 1916, + 1930, + 1929, + 1917 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 115, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L115" + } + ] + }, + { + "id": 1904, + "name": "UserProxy", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 1906, + "name": "groups", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 106, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L106" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 1907, + "name": "ProxyGroup" + } + } + }, + { + "id": 1905, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 105, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L105" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1906, + 1905 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 104, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L104" + } + ] + }, + { + "id": 2038, + "name": "Webhook", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2045, + "name": "condition", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 88, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L88" + } + ], + "type": { + "type": "reference", + "id": 2062, + "name": "WebhookCondition" + } + }, + { + "id": 2041, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 84, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L84" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 2055, + "name": "description", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 98, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L98" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2047, + "name": "doNotRetry", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 90, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L90" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2044, + "name": "eventTypes", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 87, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L87" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 2061, + "name": "WebhookEventType" + } + } + }, + { + "id": 2054, + "name": "headersTemplate", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 97, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L97" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2039, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 82, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L82" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2046, + "name": "ignoreSslErrors", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 89, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L89" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2043, + "name": "isAdHoc", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 86, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L86" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2053, + "name": "isApifyIntegration", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 96, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L96" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2050, + "name": "lastDispatch", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 93, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L93" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2042, + "name": "modifiedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 85, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L85" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 2049, + "name": "payloadTemplate", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 92, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L92" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2048, + "name": "requestUrl", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 91, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L91" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2052, + "name": "shouldInterpolateStrings", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 95, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2051, + "name": "stats", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 94, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L94" + } + ], + "type": { + "type": "reference", + "id": 2059, + "name": "WebhookStats" + } + }, + { + "id": 2040, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 83, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L83" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2045, + 2041, + 2055, + 2047, + 2044, + 2054, + 2039, + 2046, + 2043, + 2053, + 2050, + 2042, + 2049, + 2048, + 2052, + 2051, + 2040 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 81, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L81" + } + ] + }, + { + "id": 2063, + "name": "WebhookAnyRunOfActorCondition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2064, + "name": "actorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 131, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L131" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2064 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 130, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L130" + } + ] + }, + { + "id": 2065, + "name": "WebhookAnyRunOfActorTaskCondition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2066, + "name": "actorTaskId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 135, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L135" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2066 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 134, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L134" + } + ] + }, + { + "id": 2067, + "name": "WebhookCertainRunCondition", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2068, + "name": "actorRunId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 139, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L139" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2068 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 138, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L138" + } + ] + }, + { + "id": 2117, + "name": "WebhookCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2120, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2118, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2119, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L44" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2120, + 2118, + 2119 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_collection.ts", + "line": 42, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_collection.ts#L42" + } + ] + }, + { + "id": 2167, + "name": "WebhookDispatch", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2174, + "name": "calls", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 31, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L31" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 2180, + "name": "WebhookDispatchCall" + } + } + }, + { + "id": 2171, + "name": "createdAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 28, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L28" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 2173, + "name": "eventType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 30, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L30" + } + ], + "type": { + "type": "reference", + "id": 2061, + "name": "WebhookEventType" + } + }, + { + "id": 2168, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 25, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L25" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2172, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 29, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L29" + } + ], + "type": { + "type": "reference", + "id": 2176, + "name": "WebhookDispatchStatus" + } + }, + { + "id": 2169, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 26, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L26" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2175, + "name": "webhook", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 32, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L32" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 2038, + "name": "Webhook" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "isAdHoc" + }, + { + "type": "literal", + "value": "requestUrl" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + }, + { + "id": 2170, + "name": "webhookId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 27, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L27" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2174, + 2171, + 2173, + 2168, + 2172, + 2169, + 2175, + 2170 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 24, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L24" + } + ] + }, + { + "id": 2180, + "name": "WebhookDispatchCall", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2183, + "name": "errorMessage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 44, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L44" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 2182, + "name": "finishedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 43, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L43" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + }, + { + "id": 2185, + "name": "responseBody", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 46, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L46" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 2184, + "name": "responseStatus", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 45, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L45" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } + }, + { + "id": 2181, + "name": "startedAt", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 42, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L42" + } + ], + "type": { + "type": "reference", + "name": "Date", + "qualifiedName": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2183, + 2182, + 2185, + 2184, + 2181 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch.ts", + "line": 41, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch.ts#L41" + } + ] + }, + { + "id": 2231, + "name": "WebhookDispatchCollectionListOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2234, + "name": "desc", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 36, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch_collection.ts#L36" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 2232, + "name": "limit", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 34, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch_collection.ts#L34" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 2233, + "name": "offset", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 35, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch_collection.ts#L35" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2234, + 2232, + 2233 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook_dispatch_collection.ts", + "line": 33, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook_dispatch_collection.ts#L33" + } + ] + }, + { + "id": 2056, + "name": "WebhookIdempotencyKey", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2057, + "name": "idempotencyKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 102, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L102" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2057 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 101, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L101" + } + ] + }, + { + "id": 2059, + "name": "WebhookStats", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 2060, + "name": "totalDispatches", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 123, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L123" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2060 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 122, + "character": 17, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L122" + } + ] + }, + { + "id": 437, + "name": "ActorChargeEvents", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 503, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L503" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "id": 433, + "name": "ActorChargeEvent" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 510, + "name": "ActorCollectionListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor_collection.ts", + "line": 59, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor_collection.ts#L59" + } + ], + "type": { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 504, + "name": "ActorCollectionListItem" + } + ], + "name": "PaginatedList" + } + }, + { + "id": 450, + "name": "ActorRunPricingInfo", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 513, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L513" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 438, + "name": "PricePerEventActorPricingInfo" + }, + { + "type": "reference", + "id": 423, + "name": "PricePerDatasetItemActorPricingInfo" + }, + { + "type": "reference", + "id": 413, + "name": "FlatPricePerMonthActorPricingInfo" + }, + { + "type": "reference", + "id": 405, + "name": "FreeActorPricingInfo" + } + ] + } + }, + { + "id": 274, + "name": "ActorTaggedBuilds", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 271, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L271" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "id": 275, + "name": "ActorTaggedBuild" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 279, + "name": "ActorUpdateOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/actor.ts", + "line": 279, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/actor.ts#L279" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 233, + "name": "Actor" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "isPublic" + }, + { + "type": "literal", + "value": "isDeprecated" + }, + { + "type": "literal", + "value": "seoTitle" + }, + { + "type": "literal", + "value": "seoDescription" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "restartOnError" + }, + { + "type": "literal", + "value": "versions" + }, + { + "type": "literal", + "value": "categories" + }, + { + "type": "literal", + "value": "defaultRunOptions" + }, + { + "type": "literal", + "value": "actorStandby" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + }, + { + "id": 1311, + "name": "AllowedHttpMethods", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 617, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L617" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "GET" + }, + { + "type": "literal", + "value": "HEAD" + }, + { + "type": "literal", + "value": "POST" + }, + { + "type": "literal", + "value": "PUT" + }, + { + "type": "literal", + "value": "DELETE" + }, + { + "type": "literal", + "value": "TRACE" + }, + { + "type": "literal", + "value": "OPTIONS" + }, + { + "type": "literal", + "value": "CONNECT" + }, + { + "type": "literal", + "value": "PATCH" + } + ] + } + }, + { + "id": 693, + "name": "BuildCollectionClientListItem", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 39, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L39" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 593, + "name": "Build" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "id" + }, + { + "type": "literal", + "value": "status" + }, + { + "type": "literal", + "value": "startedAt" + }, + { + "type": "literal", + "value": "finishedAt" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Required", + "qualifiedName": "Required", + "package": "typescript" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 593, + "name": "Build" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "meta" + }, + { + "type": "literal", + "value": "usageTotalUsd" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + ] + } + }, + { + "id": 694, + "name": "BuildCollectionClientListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/build_collection.ts", + "line": 41, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/build_collection.ts#L41" + } + ], + "type": { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 693, + "name": "BuildCollectionClientListItem" + } + ], + "name": "PaginatedList" + } + }, + { + "id": 887, + "name": "DatasetCollectionClientListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/dataset_collection.ts", + "line": 55, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/dataset_collection.ts#L55" + } + ], + "type": { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "reference", + "id": 764, + "name": "Dataset" + } + ], + "name": "PaginatedList" + } + }, + { + "id": 64, + "name": "Dictionary", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/utils.ts", + "line": 249, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/utils.ts#L249" + } + ], + "typeParameters": [ + { + "id": 65, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "default": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "name": "PropertyKey", + "qualifiedName": "PropertyKey", + "package": "typescript" + }, + { + "type": "reference", + "id": 65, + "name": "T" + } + ], + "name": "Record", + "qualifiedName": "Record", + "package": "typescript" + } + }, + { + "id": 1057, + "name": "KeyValueStoreCollectionListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 55, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L55" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 958, + "name": "KeyValueStore" + }, + { + "type": "literal", + "value": "stats" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1058, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1059, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 55, + "character": 81, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L55" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1059 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/key_value_store_collection.ts", + "line": 55, + "character": 79, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store_collection.ts#L55" + } + ] + } + } + ] + } + }, + { + "id": 1971, + "name": "LimitsUpdateOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/user.ts", + "line": 223, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/user.ts#L223" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1959, + "name": "Limits" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "maxMonthlyUsageUsd" + }, + { + "type": "literal", + "value": "dataRetentionDays" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + }, + { + "id": 1310, + "name": "RequestQueueClientGetRequestResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 615, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L615" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1268, + "name": "RequestQueueClientListItem" + }, + { + "type": "literal", + "value": "retryCount" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1309, + "name": "RequestQueueClientRequestToDelete", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 613, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L613" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1289, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1289, + "name": "RequestQueueClientRequestSchema" + }, + { + "type": "literal", + "value": "uniqueKey" + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ] + } + }, + { + "id": 1367, + "name": "RequestQueueCollectionListResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L50" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 56, + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "id": 1214, + "name": "RequestQueue" + }, + { + "type": "reflection", + "declaration": { + "id": 1368, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1369, + "name": "username", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 78, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1369 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 76, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L50" + } + ] + } + } + ] + } + ], + "name": "PaginatedList" + }, + { + "type": "reflection", + "declaration": { + "id": 1370, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1371, + "name": "unnamed", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 104, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L50" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1371 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/request_queue_collection.ts", + "line": 50, + "character": 102, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue_collection.ts#L50" + } + ] + } + } + ] + } + }, + { + "id": 1312, + "name": "RequestQueueRequestsAsyncIterable", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/request_queue.ts", + "line": 619, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/request_queue.ts#L619" + } + ], + "typeParameters": [ + { + "id": 1313, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1313, + "name": "T" + } + ], + "name": "AsyncIterable", + "qualifiedName": "AsyncIterable", + "package": "typescript" + } + }, + { + "id": 999, + "name": "ReturnTypeFromOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/key_value_store.ts", + "line": 273, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/key_value_store.ts#L273" + } + ], + "typeParameters": [ + { + "id": 1000, + "name": "Options", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 991, + "name": "KeyValueClientGetRecordOptions" + } + } + ], + "type": { + "type": "conditional", + "checkType": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "stream" + }, + "objectType": { + "type": "reference", + "id": 1000, + "name": "Options" + } + }, + "extendsType": { + "type": "literal", + "value": true + }, + "trueType": { + "type": "reference", + "name": "Readable", + "qualifiedName": "internal.Readable", + "package": "@types/node" + }, + "falseType": { + "type": "conditional", + "checkType": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "buffer" + }, + "objectType": { + "type": "reference", + "id": 1000, + "name": "Options" + } + }, + "extendsType": { + "type": "literal", + "value": true + }, + "trueType": { + "type": "reference", + "name": "Buffer", + "qualifiedName": "global.Buffer", + "package": "@types/node" + }, + "falseType": { + "type": "reference", + "name": "JsonValue", + "qualifiedName": "JsonValue", + "package": "type-fest" + } + } + } + }, + { + "id": 1465, + "name": "RunChargeOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 266, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L266" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1466, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1468, + "name": "count", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defaults to 1" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 270, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L270" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1467, + "name": "eventName", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Name of the event to charge. Must be defined in the Actor's pricing info else the API will throw." + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 268, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L268" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1469, + "name": "idempotencyKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defaults to runId-eventName-timestamp" + } + ] + }, + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 272, + "character": 4, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L272" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1468, + 1467, + 1469 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/run.ts", + "line": 266, + "character": 31, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/run.ts#L266" + } + ] + } + } + }, + { + "id": 1601, + "name": "ScheduleAction", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 115, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L115" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 1602, + "name": "ScheduleActionRunActor" + }, + { + "type": "reference", + "id": 1615, + "name": "ScheduleActionRunActorTask" + } + ] + } + }, + { + "id": 1595, + "name": "ScheduleCreateOrUpdateData", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 89, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L89" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1577, + "name": "Schedule" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "cronExpression" + }, + { + "type": "literal", + "value": "timezone" + }, + { + "type": "literal", + "value": "isEnabled" + }, + { + "type": "literal", + "value": "isExclusive" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "notifications" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 1596, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1597, + "name": "actions", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 101, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L101" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1601, + "name": "ScheduleAction" + }, + { + "type": "literal", + "value": "id" + } + ], + "name": "DistributiveOptional" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1597 + ] + } + ], + "sources": [ + { + "fileName": "src/resource_clients/schedule.ts", + "line": 100, + "character": 8, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/schedule.ts#L100" + } + ] + } + } + ] + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + } + }, + { + "id": 1828, + "name": "TaskList", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task_collection.ts", + "line": 53, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task_collection.ts#L53" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1745, + "name": "Task" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "options" + }, + { + "type": "literal", + "value": "input" + } + ] + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1768, + "name": "TaskStartOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 235, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L235" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 286, + "name": "ActorStartOptions" + }, + { + "type": "literal", + "value": "contentType" + } + ], + "name": "Omit", + "qualifiedName": "Omit", + "package": "typescript" + } + }, + { + "id": 1765, + "name": "TaskUpdateData", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/task.ts", + "line": 219, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/task.ts#L219" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1745, + "name": "Task" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "name" + }, + { + "type": "literal", + "value": "title" + }, + { + "type": "literal", + "value": "description" + }, + { + "type": "literal", + "value": "options" + }, + { + "type": "literal", + "value": "input" + }, + { + "type": "literal", + "value": "actorStandby" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + }, + "extendedBy": [ + { + "type": "reference", + "id": 1829, + "name": "TaskCreateData" + } + ] + }, + { + "id": 2062, + "name": "WebhookCondition", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 128, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L128" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 2063, + "name": "WebhookAnyRunOfActorCondition" + }, + { + "type": "reference", + "id": 2065, + "name": "WebhookAnyRunOfActorTaskCondition" + }, + { + "type": "reference", + "id": 2067, + "name": "WebhookCertainRunCondition" + } + ] + } + }, + { + "id": 2061, + "name": "WebhookEventType", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 126, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L126" + } + ], + "type": { + "type": "indexedAccess", + "indexType": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "query", + "queryType": { + "type": "reference", + "name": "WEBHOOK_EVENT_TYPES", + "qualifiedName": "WEBHOOK_EVENT_TYPES", + "package": "@apify/consts" + } + } + }, + "objectType": { + "type": "query", + "queryType": { + "type": "reference", + "name": "WEBHOOK_EVENT_TYPES", + "qualifiedName": "WEBHOOK_EVENT_TYPES", + "package": "@apify/consts" + } + } + } + }, + { + "id": 2058, + "name": "WebhookUpdateData", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/resource_clients/webhook.ts", + "line": 105, + "character": 12, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/resource_clients/webhook.ts#L105" + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 2038, + "name": "Webhook" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "isAdHoc" + }, + { + "type": "literal", + "value": "eventTypes" + }, + { + "type": "literal", + "value": "condition" + }, + { + "type": "literal", + "value": "ignoreSslErrors" + }, + { + "type": "literal", + "value": "doNotRetry" + }, + { + "type": "literal", + "value": "requestUrl" + }, + { + "type": "literal", + "value": "payloadTemplate" + }, + { + "type": "literal", + "value": "shouldInterpolateStrings" + }, + { + "type": "literal", + "value": "isApifyIntegration" + }, + { + "type": "literal", + "value": "headersTemplate" + }, + { + "type": "literal", + "value": "description" + } + ] + } + ], + "name": "Pick", + "qualifiedName": "Pick", + "package": "typescript" + } + ], + "name": "Partial", + "qualifiedName": "Partial", + "package": "typescript" + }, + { + "type": "reference", + "id": 2056, + "name": "WebhookIdempotencyKey" + } + ] + } + } + ], + "groups": [ + { + "title": "Enumerations", + "children": [ + 798, + 1932, + 1598, + 2176 + ] + }, + { + "title": "Classes", + "children": [ + 156, + 451, + 1, + 66, + 527, + 644, + 695, + 831, + 35, + 888, + 1001, + 1060, + 1108, + 1314, + 1372, + 1472, + 1522, + 1620, + 2235, + 1674, + 1776, + 1837, + 1983, + 2069, + 2121, + 2186 + ] + }, + { + "title": "Interfaces", + "children": [ + 1952, + 233, + 381, + 294, + 433, + 511, + 504, + 499, + 267, + 388, + 271, + 386, + 316, + 302, + 355, + 375, + 359, + 342, + 280, + 286, + 258, + 2282, + 275, + 145, + 593, + 585, + 587, + 689, + 589, + 616, + 612, + 610, + 1972, + 764, + 806, + 786, + 783, + 885, + 880, + 824, + 778, + 826, + 413, + 405, + 991, + 978, + 981, + 975, + 988, + 958, + 1055, + 1050, + 994, + 969, + 1959, + 1940, + 1956, + 621, + 56, + 423, + 438, + 2280, + 1907, + 1214, + 1275, + 1302, + 1284, + 1306, + 1280, + 1257, + 1260, + 1239, + 1241, + 1268, + 1246, + 1253, + 1249, + 1277, + 1282, + 1289, + 1236, + 1362, + 1230, + 1211, + 1453, + 1517, + 1451, + 1455, + 1461, + 1458, + 1470, + 1577, + 1602, + 1615, + 1670, + 1608, + 1611, + 2293, + 1745, + 1769, + 1824, + 1829, + 1766, + 1761, + 1759, + 1949, + 1890, + 1911, + 1904, + 2038, + 2063, + 2065, + 2067, + 2117, + 2167, + 2180, + 2231, + 2056, + 2059 + ] + }, + { + "title": "Type Aliases", + "children": [ + 437, + 510, + 450, + 274, + 279, + 1311, + 693, + 694, + 887, + 64, + 1057, + 1971, + 1310, + 1309, + 1367, + 1312, + 999, + 1465, + 1601, + 1595, + 1828, + 1768, + 1765, + 2062, + 2061, + 2058 + ] + } + ], + "sources": [ + { + "fileName": "src/index.ts", + "line": 1, + "character": 0, + "url": "https://github.com/apify/apify-client-js/blob/43985d7/src/index.ts#L1" + } + ] +} diff --git a/website/versioned_docs/version-2.11/examples/index.md b/website/versioned_docs/version-2.11/examples/index.md new file mode 100644 index 00000000..d760445a --- /dev/null +++ b/website/versioned_docs/version-2.11/examples/index.md @@ -0,0 +1,148 @@ +--- +sidebar_label: Examples +title: 'Code examples' +--- + +## Passing an input to the Actor + +The fastest way to get results from an Actor is to pass input directly to the `call` function. +Input can be passed to `call` function and the reference of running Actor (or wait for finish) is available in `runData` variable. + +This example starts an Actor that scrapes 20 posts from the Instagram website based on the hashtag. + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const actorClient = client.actor('apify/instagram-hashtag-scraper'); + +const input = { hashtags: ['rainbow'], resultsLimit: 20 }; + +// Run the Actor and wait for it to finish up to 60 seconds. +// Input is not persisted for next runs. +const runData = await actorClient.call(input, { waitSecs: 60 }); + +console.log("Run data:"); +console.log(runData); +``` + +To run multiple inputs with the same Actor, most convenient way is to create multiple [tasks](https://docs.apify.com/platform/actors/running/tasks) with different inputs. Task input is persisted on Apify platform when task is created. + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const animalsHashtags = ['zebra', 'lion', 'hippo']; + +// Multiple input schemas for one Actor can be persisted in tasks. +// Tasks are saved in the Apify platform and can be run multiple times. +const socialsTasksPromises = animalsHashtags.map((hashtag) => client.tasks().create({ + actId: 'apify/instagram-hashtag-scraper', + name: `hashtags-${hashtag}`, + input: { hashtags: [hashtag], resultsLimit: 20 }, + options: { memoryMbytes: 1024 }, +})); + +// Create all tasks in parallel +const createdTasks = await Promise.all(socialsTasksPromises); + +console.log("Created tasks:"); +console.log(createdTasks); + +// Run all tasks in parallel +await Promise.all(createdTasks.map((task) => client.task(task.id).call())); +``` + +## Getting latest data from an Actor, joining datasets + +Actor data are stored to [datasets](https://docs.apify.com/platform/storage/dataset). Datasets can be retrieved from Actor runs. Dataset items can be listed with pagination. Also, datasets can be merged together to make analysis further on with single file as dataset can be exported to various data format (CSV, JSON, XSLX, XML). [Integrations](https://docs.apify.com/platform/integrations) can do the trick as well. + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const actorClient = client.actor('apify/instagram-hashtag-scraper'); + +const actorRuns = actorClient.runs(); + +// See pagination to understand how to get more datasets +const actorDatasets = await actorRuns.list({ limit: 20 }); + +console.log("Actor datasets:"); +console.log(actorDatasets); + +const mergingDataset = await client.datasets().getOrCreate('merge-dataset'); + +for (const datasetItem of actorDatasets.items) { + // Dataset items can be handled here. Dataset items can be paginated + const datasetItems = await client.dataset(datasetItem.defaultDatasetId).listItems({ limit: 1000 }); + + // Items can be pushed to single dataset + await client.dataset(mergingDataset.id).pushItems(datasetItems.items); + + // ... +} +``` + +## Handling webhooks + +[Webhooks](https://docs.apify.com/platform/integrations/webhooks) can be used to get notifications about Actor runs. +For example, a webhook can be triggered when an Actor run finishes successfully. +Webhook can receive dataset ID for further processing. + +Initialization of webhook: + +```javascript +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); + +const webhooksClient = client.webhooks(); + +await webhooksClient.create({ + description: 'Instagram hashtag actor succeeded', + condition: { actorId: 'reGe1ST3OBgYZSsZJ' }, // Actor ID of apify/instagram-hashtag-scraper + // Request URL can be generated using https://webhook.site. Any REST server can be used + requestUrl: 'https://webhook.site/CUSTOM_WEBHOOK_ID', + eventTypes: ['ACTOR.RUN.SUCCEEDED'], +}); +``` + +Simple webhook listener can be built on [`express`](https://expressjs.com/) library, which can helps to create a REST server for handling webhooks: + +```javascript +import express from 'express'; +import bodyParser from 'body-parser'; +import { ApifyClient, DownloadItemsFormat } from 'apify-client'; + +// Initialize Apify client, express and define server port +const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' }); +const app = express(); +const PORT = 3000; + +// Tell express to use body-parser's JSON parsing +app.use(bodyParser.json()); + +app.post('apify-webhook', async (req, res) => { + // Log the payload from the webhook + console.log(req.body); + + const runDataset = await client.dataset(req.body.resource.defaultDatasetId); + + // e.g. Save dataset locally as JSON + await runDataset.downloadItems(DownloadItemsFormat.JSON); + + // Respond to the webhook + res.send('Webhook received'); +}) + +// Start express on the defined port +app.listen(PORT, () => console.log(`🚀 Server running on port ${PORT}`)); +``` diff --git a/website/versioned_docs/version-2.11/index.md b/website/versioned_docs/version-2.11/index.md new file mode 100644 index 00000000..d3bedd04 --- /dev/null +++ b/website/versioned_docs/version-2.11/index.md @@ -0,0 +1,286 @@ +--- +sidebar_label: 'Getting started' +title: 'Getting started' +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +# Apify API client for JavaScript + +`apify-client` is the official library to access the [Apify REST API](https://docs.apify.com/api/v2) from your JavaScript/TypeScript applications. It runs both in Node.js and browser and provides useful features like automatic retries and convenience functions that improve the experience of using the Apify API. All requests and responses (including errors) are encoded in JSON format with UTF-8 encoding. + +## Pre-requisites + +`apify-client` requires Node.js version 16 or higher. Node.js is available for download on the [official website](https://nodejs.org/). Check for your current node version by running: + +```bash +node -v +``` + +## Installation + +You can install the client via [NPM](https://www.npmjs.com/) or use any other package manager of your choice. + + + + +```bash +npm i apify-client +``` + + + + +```bash +yarn add apify-client +``` + + + + +```bash +pnpm add apify-client +``` + + + + +```bash +bun add apify-client +``` + + + + +## Authentication and Initialization + +To use the client, you need an [API token](https://docs.apify.com/platform/integrations/api#api-token). You can find your token under [Integrations](https://console.apify.com/account/integrations) tab in Apify Console. Copy the token and initialize the client by providing the token (`MY-APIFY-TOKEN`) as a parameter to the `ApifyClient` constructor. + +```js +// import Apify client +import { ApifyClient } from 'apify-client'; + +// Client initialization with the API token +const client = new ApifyClient({ + token: 'MY-APIFY-TOKEN', +}); +``` + +:::warning Secure access + +The API token is used to authorize your requests to the Apify API. You can be charged for the usage of the underlying services, so do not share your API token with untrusted parties or expose it on the client side of your applications + +::: + +## Quick start + +One of the most common use cases is starting [Actors](https://docs.apify.com/platform/actors) (serverless programs running in the [Apify cloud](https://docs.apify.com/platform)) and getting results from their [datasets](https://docs.apify.com/platform/storage/dataset) (storage) after they finish the job (usually scraping, automation processes or data processing). + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Starts an Actor and waits for it to finish +const { defaultDatasetId } = await client.actor('username/actor-name').call(); + +// Lists items from the Actor's dataset +const { items } = await client.dataset(defaultDatasetId).listItems(); +``` + +### Running Actors + +To start an Actor, you can use the [ActorClient](/reference/class/ActorClient) (`client.actor()`) and pass the Actor's ID (e.g. `john-doe/my-cool-actor`) to define which Actor you want to run. The Actor's ID is a combination of the username and the Actor owner’s username. You can run both your own Actors and [Actors from Apify Store](https://docs.apify.com/platform/actors/running/actors-in-store). + +#### Passing input to the Actor + +To define the Actor's input, you can pass an object to the [`call()`](/reference/class/ActorClient#call) method. The input object can be any JSON object that the Actor expects (respects the Actor's [input schema](https://docs.apify.com/platform/actors/development/actor-definition/input-schema)). The input object is used to pass configuration to the Actor, such as URLs to scrape, search terms, or any other data. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Runs an Actor with an input and waits for it to finish. +const { defaultDatasetId } = await client.actor('username/actor-name').call({ + some: 'input', +}); +``` + +### Getting results from the dataset + +To get the results from the dataset, you can use the [DatasetClient](/reference/class/DatasetClient) (`client.dataset()`) and [`listItems()`](/reference/class/DatasetClient#listItems) method. You need to pass the dataset ID to define which dataset you want to access. You can get the dataset ID from the Actor's run object (represented by `defaultDatasetId`). + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Lists items from the Actor's dataset. +const { items } = await client.dataset('dataset-id').listItems(); +``` + +:::note Dataset access + +Running an Actor might take time, depending on the Actor's complexity and the amount of data it processes. If you want only to get data and have an immediate response you should access the existing dataset of the finished [Actor run](https://docs.apify.com/platform/actors/running/runs-and-builds#runs). + +::: + +## Usage concepts + +The `ApifyClient` interface follows a generic pattern that applies to all of its components. By calling individual methods of `ApifyClient`, specific clients that target individual API resources are created. There are two types of those clients: + +- [`actorClient`](/reference/class/ActorClient): a client for the management of a single resource +- [`actorCollectionClient`](/reference/class/ActorCollectionClient): a client for the collection of resources + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Collection clients do not require a parameter. +const actorCollectionClient = client.actors(); +// Creates an actor with the name: my-actor. +const myActor = await actorCollectionClient.create({ name: 'my-actor-name' }); +// List all your used Actors (both own and from Apify Store) +const { items } = await actorCollectionClient.list(); +``` + +:::note Resource identification + +The resource ID can be either the `id` of the said resource, or a combination of your `username/resource-name`. + +::: + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Resource clients accept an ID of the resource. +const actorClient = client.actor('username/actor-name'); +// Fetches the john-doe/my-actor object from the API. +const myActor = await actorClient.get(); +// Starts the run of john-doe/my-actor and returns the Run object. +const myActorRun = await actorClient.start(); +``` + +### Nested clients + +Sometimes clients return other clients. That's to simplify working with nested collections, such as runs of a given Actor. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +const actorClient = client.actor('username/actor-name'); +const runsClient = actorClient.runs(); +// Lists the last 10 runs of your Actor. +const { items } = await runsClient.list({ + limit: 10, + desc: true +}); + +// Select the last run of your Actor that finished +// with a SUCCEEDED status. +const lastSucceededRunClient = actorClient.lastRun({ status: 'SUCCEEDED' }); +// Fetches items from the run's dataset. +const { items } = await lastSucceededRunClient.dataset() + .listItems(); +``` + +The quick access to `dataset` and other storage directly from the run client can be used with the [`lastRun()`](/reference/class/ActorClient#lastRun) method. + +## Features + +Based on the endpoint, the client automatically extracts the relevant data and returns it in the expected format. Date strings are automatically converted to `Date` objects. For exceptions, the client throws an [`ApifyApiError`](/reference/class/ApifyApiError), which wraps the plain JSON errors returned by API and enriches them with other contexts for easier debugging. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +try { + const { items } = await client.dataset("non-existing-dataset-id").listItems(); +} catch (error) { + // The error is an instance of ApifyApiError + const { message, type, statusCode, clientMethod, path } = error; + // Log error for easier debugging + console.log({ message, statusCode, clientMethod, type }); +} +``` + +### Retries with exponential backoff + +Network communication sometimes fails. That's a given. The client will automatically retry requests that failed due to a network error, an internal error of the Apify API (HTTP 500+), or a rate limit error (HTTP 429). By default, it will retry up to 8 times. The first retry will be attempted after ~500ms, the second after ~1000ms, and so on. You can configure those parameters using the `maxRetries` and `minDelayBetweenRetriesMillis` options of the `ApifyClient` constructor. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ + token: 'MY-APIFY-TOKEN', + maxRetries: 8, + minDelayBetweenRetriesMillis: 500, // 0.5s + timeoutSecs: 360 // 6 mins +}); +``` + +### Convenience functions and options + +Some actions can't be performed by the API itself, such as indefinite waiting for an Actor run to finish (because of network timeouts). The client provides convenient `call()` and `waitForFinish()` functions that do that. If the limit is reached, the returned promise is resolved to a run object that will have status `READY` or `RUNNING` and it will not contain the Actor run output. + +[Key-value store](https://docs.apify.com/platform/storage/key-value-store) records can be retrieved as objects, buffers, or streams via the respective options, dataset items can be fetched as individual objects or serialized data. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Starts an Actor and waits for it to finish. +const finishedActorRun = await client.actor('username/actor-name').call(); + +// Starts an Actor and waits maximum 60s for the finish +const { status } = await client.actor('username/actor-name').start({ + waitForFinish: 60, // 1 minute +}); +``` + +### Pagination + +Most methods named `list` or `listSomething` return a [`Promise`](/reference/interface/PaginatedList). There are some exceptions though, like `listKeys` or `listHead` which paginate differently. The results you're looking for are always stored under `items` and you can use the `limit` property to get only a subset of results. Other props are also available, depending on the method. + +```js +import { ApifyClient } from 'apify-client'; + +const client = new ApifyClient({ token: 'MY-APIFY-TOKEN' }); + +// Resource clients accept an ID of the resource. +const datasetClient = client.dataset('dataset-id'); + +// Number of items per page +const limit = 1000; +// Initial offset +let offset = 0; +// Array to store all items +let allItems = []; + +while (true) { + const { items, total } = await datasetClient.listItems({ limit, offset }); + + console.log(`Fetched ${items.length} items`); + + // Merge new items with other already loaded items + allItems.push(...items); + + // If there are no more items to fetch, exit the loading + if (offset + limit >= total) { + break; + } + + offset += limit; +} + +console.log(`Overall fetched ${allItems.length} items`); +``` diff --git a/website/versioned_sidebars/version-2.10-sidebars.json b/website/versioned_sidebars/version-2.10-sidebars.json new file mode 100644 index 00000000..3be3df87 --- /dev/null +++ b/website/versioned_sidebars/version-2.10-sidebars.json @@ -0,0 +1,12 @@ +[ + [ + { + "type": "category", + "label": "API Client", + "items": [ + "index", + "examples/index" + ] + } + ] +] diff --git a/website/versioned_sidebars/version-2.11-sidebars.json b/website/versioned_sidebars/version-2.11-sidebars.json new file mode 100644 index 00000000..3be3df87 --- /dev/null +++ b/website/versioned_sidebars/version-2.11-sidebars.json @@ -0,0 +1,12 @@ +[ + [ + { + "type": "category", + "label": "API Client", + "items": [ + "index", + "examples/index" + ] + } + ] +] diff --git a/website/versions.json b/website/versions.json index 34064131..11a47c02 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,6 @@ [ + "2.11", + "2.10", "2.9", "2.8", "2.7",