apify-client 2.22.3-beta.2 → 2.22.3-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apify_client.d.ts +1 -1
- package/dist/apify_client.js +1 -1
- package/dist/bundle.js +12 -12
- package/dist/bundle.js.map +1 -1
- package/dist/resource_clients/actor_env_var.d.ts +1 -1
- package/dist/resource_clients/actor_env_var.js +1 -1
- package/dist/resource_clients/actor_env_var_collection.d.ts +1 -1
- package/dist/resource_clients/actor_env_var_collection.js +1 -1
- package/dist/resource_clients/actor_version.d.ts +1 -1
- package/dist/resource_clients/actor_version.js +1 -1
- package/dist/resource_clients/actor_version_collection.d.ts +1 -1
- package/dist/resource_clients/actor_version_collection.js +1 -1
- package/dist/resource_clients/store_collection.d.ts +1 -1
- package/dist/resource_clients/store_collection.js +1 -1
- package/dist/resource_clients/user.d.ts +3 -3
- package/dist/resource_clients/user.js +3 -3
- package/package.json +2 -2
package/dist/apify_client.d.ts
CHANGED
|
@@ -328,7 +328,7 @@ export declare class ApifyClient {
|
|
|
328
328
|
* Use this to search and retrieve information about public Actors.
|
|
329
329
|
*
|
|
330
330
|
* @returns A client for the Apify Store
|
|
331
|
-
* @see https://docs.apify.com/api/v2/store-
|
|
331
|
+
* @see https://docs.apify.com/api/v2/store-get
|
|
332
332
|
*/
|
|
333
333
|
store(): StoreCollectionClient;
|
|
334
334
|
/**
|
package/dist/apify_client.js
CHANGED
|
@@ -500,7 +500,7 @@ class ApifyClient {
|
|
|
500
500
|
* Use this to search and retrieve information about public Actors.
|
|
501
501
|
*
|
|
502
502
|
* @returns A client for the Apify Store
|
|
503
|
-
* @see https://docs.apify.com/api/v2/store-
|
|
503
|
+
* @see https://docs.apify.com/api/v2/store-get
|
|
504
504
|
*/
|
|
505
505
|
store() {
|
|
506
506
|
return new store_collection_1.StoreCollectionClient(this._options());
|
package/dist/bundle.js
CHANGED
|
@@ -12480,7 +12480,7 @@ const DEFAULT_TIMEOUT_SECS = 360;
|
|
|
12480
12480
|
* Use this to search and retrieve information about public Actors.
|
|
12481
12481
|
*
|
|
12482
12482
|
* @returns A client for the Apify Store
|
|
12483
|
-
* @see https://docs.apify.com/api/v2/store-
|
|
12483
|
+
* @see https://docs.apify.com/api/v2/store-get
|
|
12484
12484
|
*/ store() {
|
|
12485
12485
|
return new _resource_clients_store_collection__rspack_import_18.StoreCollectionClient(this._options());
|
|
12486
12486
|
}
|
|
@@ -13974,7 +13974,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
13974
13974
|
* await envVarClient.update({ value: 'new-value' });
|
|
13975
13975
|
* ```
|
|
13976
13976
|
*
|
|
13977
|
-
* @see https://docs.apify.com/platform/actors/development/
|
|
13977
|
+
* @see https://docs.apify.com/platform/actors/development/programming-interface/environment-variables
|
|
13978
13978
|
*/ class ActorEnvVarClient extends _base_resource_client__rspack_import_0.ResourceClient {
|
|
13979
13979
|
/**
|
|
13980
13980
|
* Retrieves the environment variable.
|
|
@@ -14048,7 +14048,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14048
14048
|
* });
|
|
14049
14049
|
* ```
|
|
14050
14050
|
*
|
|
14051
|
-
* @see https://docs.apify.com/platform/actors/development/
|
|
14051
|
+
* @see https://docs.apify.com/platform/actors/development/programming-interface/environment-variables
|
|
14052
14052
|
*/ class ActorEnvVarCollectionClient extends _base_resource_collection_client__rspack_import_0.ResourceCollectionClient {
|
|
14053
14053
|
/**
|
|
14054
14054
|
* Lists all environment variables of this Actor version.
|
|
@@ -14129,7 +14129,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14129
14129
|
* await versionClient.update({ buildTag: 'latest' });
|
|
14130
14130
|
* ```
|
|
14131
14131
|
*
|
|
14132
|
-
* @see https://docs.apify.com/
|
|
14132
|
+
* @see https://docs.apify.com/api/v2/act-versions-get
|
|
14133
14133
|
*/ class ActorVersionClient extends _base_resource_client__rspack_import_0.ResourceClient {
|
|
14134
14134
|
/**
|
|
14135
14135
|
* Retrieves the Actor version.
|
|
@@ -14228,7 +14228,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14228
14228
|
* });
|
|
14229
14229
|
* ```
|
|
14230
14230
|
*
|
|
14231
|
-
* @see https://docs.apify.com/
|
|
14231
|
+
* @see https://docs.apify.com/api/v2/act-versions-get
|
|
14232
14232
|
*/ class ActorVersionCollectionClient extends _base_resource_collection_client__rspack_import_0.ResourceCollectionClient {
|
|
14233
14233
|
/**
|
|
14234
14234
|
* Lists all Actor versions.
|
|
@@ -17194,7 +17194,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
17194
17194
|
*
|
|
17195
17195
|
* @param options - Search and pagination options.
|
|
17196
17196
|
* @returns A paginated iterator of store Actors.
|
|
17197
|
-
* @see https://docs.apify.com/api/v2/store-
|
|
17197
|
+
* @see https://docs.apify.com/api/v2/store-get
|
|
17198
17198
|
*/ list() {
|
|
17199
17199
|
let options = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
17200
17200
|
ow__rspack_import_1_default()(options, ow__rspack_import_1_default().object.exactShape({
|
|
@@ -17597,7 +17597,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
17597
17597
|
* Retrieves the user's monthly usage data.
|
|
17598
17598
|
*
|
|
17599
17599
|
* @returns The monthly usage object, or `undefined` if it does not exist.
|
|
17600
|
-
* @see https://docs.apify.com/api/v2/
|
|
17600
|
+
* @see https://docs.apify.com/api/v2/users-me-usage-monthly-get
|
|
17601
17601
|
*/ async monthlyUsage() {
|
|
17602
17602
|
const requestOpts = {
|
|
17603
17603
|
url: this._url('usage/monthly'),
|
|
@@ -17617,7 +17617,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
17617
17617
|
* Retrieves the user's account and usage limits.
|
|
17618
17618
|
*
|
|
17619
17619
|
* @returns The account and usage limits object, or `undefined` if it does not exist.
|
|
17620
|
-
* @see https://docs.apify.com/api/v2/
|
|
17620
|
+
* @see https://docs.apify.com/api/v2/users-me-limits-get
|
|
17621
17621
|
*/ async limits() {
|
|
17622
17622
|
const requestOpts = {
|
|
17623
17623
|
url: this._url('limits'),
|
|
@@ -17636,7 +17636,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
17636
17636
|
* Updates the user's account and usage limits.
|
|
17637
17637
|
*
|
|
17638
17638
|
* @param options - The new limits to set.
|
|
17639
|
-
* @see https://docs.apify.com/api/v2/
|
|
17639
|
+
* @see https://docs.apify.com/api/v2/users-me-limits-put
|
|
17640
17640
|
*/ async updateLimits(options) {
|
|
17641
17641
|
const requestOpts = {
|
|
17642
17642
|
url: this._url('limits'),
|
|
@@ -18192,7 +18192,7 @@ function isStream(value) {
|
|
|
18192
18192
|
function getVersionData() {
|
|
18193
18193
|
if (true) {
|
|
18194
18194
|
return {
|
|
18195
|
-
version: "2.22.3-beta.
|
|
18195
|
+
version: "2.22.3-beta.4"
|
|
18196
18196
|
};
|
|
18197
18197
|
}
|
|
18198
18198
|
// eslint-disable-next-line
|
|
@@ -26632,7 +26632,7 @@ const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
|
|
|
26632
26632
|
},
|
|
26633
26633
|
"./package.json"(module) {
|
|
26634
26634
|
"use strict";
|
|
26635
|
-
module.exports = JSON.parse('{"name":"apify-client","version":"2.22.3-beta.
|
|
26635
|
+
module.exports = JSON.parse('{"name":"apify-client","version":"2.22.3-beta.4","description":"Apify API client for JavaScript","main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","browser":"dist/bundle.js","unpkg":"dist/bundle.js","exports":{"./package.json":"./package.json","./browser":"./dist/bundle.js",".":{"import":"./dist/index.mjs","require":"./dist/index.js","types":"./dist/index.d.ts","browser":"./dist/bundle.js"}},"keywords":["apify","api","apifier","crawler","scraper"],"author":{"name":"Apify","email":"support@apify.com","url":"https://apify.com"},"contributors":["Jan Curn <jan@apify.com>","Marek Trunkát <marek@apify.com>","Ondra Urban <ondra@apify.com>","Jakub Drobník <jakub.drobnik@apify.com>"],"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/apify/apify-client-js"},"bugs":{"url":"https://github.com/apify/apify-client-js/issues"},"homepage":"https://docs.apify.com/api/client/js/","files":["dist","!dist/*.tsbuildinfo"],"scripts":{"build":"npm run clean && npm run build:node && npm run build:browser","postbuild":"gen-esm-wrapper dist/index.js dist/index.mjs","prepublishOnly":"(test $CI || (echo \\"Publishing is reserved to CI!\\"; exit 1))","clean":"rimraf dist","test":"npm run build && vitest run","test:bundling":"npm run build && npm --prefix=./test/bundling run bundle:all","lint":"eslint","lint:fix":"eslint --fix","tsc-check-tests":"tsc --noEmit --project test/tsconfig.json","format":"prettier --write .","format:check":"prettier --check .","build:node":"tsc","build:browser":"rsbuild build"},"dependencies":{"@apify/consts":"^2.50.0","@apify/log":"^2.2.6","@apify/utilities":"^2.23.2","@crawlee/types":"^3.3.0","ansi-colors":"^4.1.1","async-retry":"^1.3.3","axios":"^1.6.7","content-type":"^1.0.5","ow":"^0.28.2","proxy-agent":"^6.5.0","tslib":"^2.5.0","type-fest":"^4.0.0"},"devDependencies":{"@apify/eslint-config":"^1.0.0","@apify/tsconfig":"^0.1.1","@crawlee/puppeteer":"^3.2.2","@rsbuild/core":"^1.3.6","@rsbuild/plugin-node-polyfill":"^1.3.0","@rspack/cli":"^1.7.6","@rspack/core":"^1.7.6","@stylistic/eslint-plugin-ts":"^4.2.0","@types/async-retry":"^1.4.5","@types/compression":"^1.8.1","@types/content-type":"^1.1.5","@types/express":"^5.0.0","@types/node":"^24.0.0","ajv":"^8.17.1","body-parser":"^2.0.0","compression":"^1.7.4","esbuild":"0.27.4","eslint":"^9.24.0","eslint-config-prettier":"^10.1.2","express":"^5.0.0","gen-esm-wrapper":"^1.1.2","globals":"^17.0.0","prettier":"^3.5.3","puppeteer":"^24.0.0","rimraf":"^6.0.0","rolldown":"^1.0.0-rc.4","typescript":"^5.8.3","typescript-eslint":"^8.29.1","vitest":"^4.0.16","webpack":"^5.105.2","webpack-cli":"^6.0.1"},"packageManager":"npm@10.9.2"}')
|
|
26636
26636
|
|
|
26637
26637
|
},
|
|
26638
26638
|
|
|
@@ -26755,7 +26755,7 @@ __webpack_require__.hu = (chunkId) => ('' + chunkId + '.' + __webpack_require__.
|
|
|
26755
26755
|
})();
|
|
26756
26756
|
// webpack/runtime/get_full_hash
|
|
26757
26757
|
(() => {
|
|
26758
|
-
__webpack_require__.h = () => ("
|
|
26758
|
+
__webpack_require__.h = () => ("68db1b6f5386a774")
|
|
26759
26759
|
})();
|
|
26760
26760
|
// webpack/runtime/get_main_filename/update manifest
|
|
26761
26761
|
(() => {
|