apify 3.1.1-beta.8 → 3.1.1

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.
Files changed (40) hide show
  1. package/{dist/actor.d.ts → actor.d.ts} +10 -0
  2. package/actor.d.ts.map +1 -0
  3. package/{dist/actor.js → actor.js} +51 -0
  4. package/actor.js.map +1 -0
  5. package/{dist/configuration.d.ts → configuration.d.ts} +0 -0
  6. package/{dist/configuration.d.ts.map → configuration.d.ts.map} +0 -0
  7. package/{dist/configuration.js → configuration.js} +0 -0
  8. package/{dist/configuration.js.map → configuration.js.map} +0 -0
  9. package/{dist/index.d.ts → index.d.ts} +0 -0
  10. package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
  11. package/{dist/index.js → index.js} +0 -0
  12. package/{dist/index.js.map → index.js.map} +0 -0
  13. package/{dist/index.mjs → index.mjs} +0 -0
  14. package/{dist/key_value_store.d.ts → key_value_store.d.ts} +0 -0
  15. package/{dist/key_value_store.d.ts.map → key_value_store.d.ts.map} +0 -0
  16. package/{dist/key_value_store.js → key_value_store.js} +0 -0
  17. package/{dist/key_value_store.js.map → key_value_store.js.map} +0 -0
  18. package/package.json +12 -12
  19. package/{dist/platform_event_manager.d.ts → platform_event_manager.d.ts} +0 -0
  20. package/{dist/platform_event_manager.d.ts.map → platform_event_manager.d.ts.map} +0 -0
  21. package/{dist/platform_event_manager.js → platform_event_manager.js} +0 -0
  22. package/{dist/platform_event_manager.js.map → platform_event_manager.js.map} +0 -0
  23. package/{dist/proxy_configuration.d.ts → proxy_configuration.d.ts} +0 -0
  24. package/{dist/proxy_configuration.d.ts.map → proxy_configuration.d.ts.map} +0 -0
  25. package/{dist/proxy_configuration.js → proxy_configuration.js} +0 -0
  26. package/{dist/proxy_configuration.js.map → proxy_configuration.js.map} +0 -0
  27. package/tsconfig.build.tsbuildinfo +1 -0
  28. package/{dist/utils.d.ts → utils.d.ts} +0 -0
  29. package/utils.d.ts.map +1 -0
  30. package/{dist/utils.js → utils.js} +7 -4
  31. package/utils.js.map +1 -0
  32. package/.turbo/turbo-build.log +0 -20
  33. package/.turbo/turbo-copy.log +0 -4
  34. package/dist/LICENSE.md +0 -201
  35. package/dist/README.md +0 -98
  36. package/dist/actor.d.ts.map +0 -1
  37. package/dist/actor.js.map +0 -1
  38. package/dist/package.json +0 -71
  39. package/dist/utils.d.ts.map +0 -1
  40. package/dist/utils.js.map +0 -1
@@ -31,6 +31,15 @@ export declare class Actor<Data extends Dictionary = Dictionary> {
31
31
  * @internal
32
32
  */
33
33
  readonly eventManager: EventManager;
34
+ /**
35
+ * Whether the actor instance was initialized. This is set by calling {@apilink Actor.init}.
36
+ */
37
+ initialized: boolean;
38
+ /**
39
+ * Set if the actor called a method that requires the instance to be initialized, but did not do so.
40
+ * A call to `init` after this warning is emitted is considered an invalid state and will throw an error.
41
+ */
42
+ private warnedAboutMissingInitCall;
34
43
  constructor(options?: ConfigurationOptions);
35
44
  /**
36
45
  * Runs the main user function that performs the job of the actor
@@ -924,6 +933,7 @@ export declare class Actor<Data extends Dictionary = Dictionary> {
924
933
  /** @internal */
925
934
  static getDefaultInstance(): Actor;
926
935
  private _openStorage;
936
+ private _ensureActorInit;
927
937
  }
928
938
  export interface InitOptions {
929
939
  storage?: StorageClient;
package/actor.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actor.d.ts","sourceRoot":"","sources":["../src/actor.ts"],"names":[],"mappings":"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"}
@@ -53,6 +53,25 @@ class Actor {
53
53
  writable: true,
54
54
  value: void 0
55
55
  });
56
+ /**
57
+ * Whether the actor instance was initialized. This is set by calling {@apilink Actor.init}.
58
+ */
59
+ Object.defineProperty(this, "initialized", {
60
+ enumerable: true,
61
+ configurable: true,
62
+ writable: true,
63
+ value: false
64
+ });
65
+ /**
66
+ * Set if the actor called a method that requires the instance to be initialized, but did not do so.
67
+ * A call to `init` after this warning is emitted is considered an invalid state and will throw an error.
68
+ */
69
+ Object.defineProperty(this, "warnedAboutMissingInitCall", {
70
+ enumerable: true,
71
+ configurable: true,
72
+ writable: true,
73
+ value: false
74
+ });
56
75
  // use default configuration object if nothing overridden (it fallbacks to env vars)
57
76
  this.config = Object.keys(options).length === 0 ? configuration_1.Configuration.getGlobalConfig() : new configuration_1.Configuration(options);
58
77
  this.apifyClient = this.newClient();
@@ -145,6 +164,17 @@ class Actor {
145
164
  * @ignore
146
165
  */
147
166
  async init(options = {}) {
167
+ if (this.initialized) {
168
+ return;
169
+ }
170
+ // If the warning about forgotten init call was emitted, we will not continue the init procedure.
171
+ if (this.warnedAboutMissingInitCall) {
172
+ throw new Error([
173
+ 'Actor.init() was called after a method that would access a storage client was used.',
174
+ 'This in an invalid state. Please make sure to call Actor.init() before such methods are called.',
175
+ ].join('\n'));
176
+ }
177
+ this.initialized = true;
148
178
  (0, utils_2.logSystemInfo)();
149
179
  (0, utils_2.printOutdatedSdkWarning)();
150
180
  // reset global config instance to respect APIFY_ prefixed env vars
@@ -458,6 +488,7 @@ class Actor {
458
488
  * @ignore
459
489
  */
460
490
  async pushData(item) {
491
+ this._ensureActorInit('pushData');
461
492
  const dataset = await this.openDataset();
462
493
  return dataset.pushData(item);
463
494
  }
@@ -481,6 +512,7 @@ class Actor {
481
512
  (0, ow_1.default)(options, ow_1.default.object.exactShape({
482
513
  forceCloud: ow_1.default.optional.boolean,
483
514
  }));
515
+ this._ensureActorInit('openDataset');
484
516
  return this._openStorage(core_1.Dataset, datasetIdOrName, options);
485
517
  }
486
518
  /**
@@ -512,6 +544,7 @@ class Actor {
512
544
  * @ignore
513
545
  */
514
546
  async getValue(key) {
547
+ this._ensureActorInit('getValue');
515
548
  const store = await this.openKeyValueStore();
516
549
  return store.getValue(key);
517
550
  }
@@ -547,6 +580,7 @@ class Actor {
547
580
  * @ignore
548
581
  */
549
582
  async setValue(key, value, options = {}) {
583
+ this._ensureActorInit('setValue');
550
584
  const store = await this.openKeyValueStore();
551
585
  return store.setValue(key, value, options);
552
586
  }
@@ -580,6 +614,7 @@ class Actor {
580
614
  * @ignore
581
615
  */
582
616
  async getInput() {
617
+ this._ensureActorInit('getInput');
583
618
  const inputSecretsPrivateKeyFile = this.config.get('inputSecretsPrivateKeyFile');
584
619
  const inputSecretsPrivateKeyPassphrase = this.config.get('inputSecretsPrivateKeyPassphrase');
585
620
  const input = await this.getValue(this.config.get('inputKey'));
@@ -612,6 +647,7 @@ class Actor {
612
647
  (0, ow_1.default)(options, ow_1.default.object.exactShape({
613
648
  forceCloud: ow_1.default.optional.boolean,
614
649
  }));
650
+ this._ensureActorInit('openKeyValueStore');
615
651
  return this._openStorage(key_value_store_1.KeyValueStore, storeIdOrName, options);
616
652
  }
617
653
  /**
@@ -636,6 +672,7 @@ class Actor {
636
672
  (0, ow_1.default)(options, ow_1.default.object.exactShape({
637
673
  forceCloud: ow_1.default.optional.boolean,
638
674
  }));
675
+ this._ensureActorInit('openRequestQueue');
639
676
  return this._openStorage(core_1.RequestQueue, queueIdOrName, options);
640
677
  }
641
678
  /**
@@ -1242,6 +1279,20 @@ class Actor {
1242
1279
  const client = options.forceCloud ? this.apifyClient : undefined;
1243
1280
  return core_1.StorageManager.openStorage(storageClass, id, client, this.config);
1244
1281
  }
1282
+ _ensureActorInit(methodCalled) {
1283
+ // If we already warned the user once, don't do it again to prevent spam
1284
+ if (this.warnedAboutMissingInitCall) {
1285
+ return;
1286
+ }
1287
+ if (this.initialized) {
1288
+ return;
1289
+ }
1290
+ this.warnedAboutMissingInitCall = true;
1291
+ log_1.default.warning([
1292
+ `Actor.${methodCalled}() was called but the actor instance was not initialized.`,
1293
+ 'Did you forget to call Actor.init()?',
1294
+ ].join('\n'));
1295
+ }
1245
1296
  }
1246
1297
  exports.Actor = Actor;
1247
1298
  /**
package/actor.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actor.js","sourceRoot":"","sources":["../src/actor.ts"],"names":[],"mappings":"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"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.1.1-beta.8+fb10bb60c",
3
+ "version": "3.1.1",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
7
7
  },
8
- "main": "./dist/index.js",
9
- "module": "./dist/index.mjs",
10
- "types": "./dist/index.d.ts",
8
+ "main": "./index.js",
9
+ "module": "./index.mjs",
10
+ "types": "./index.d.ts",
11
11
  "exports": {
12
12
  ".": {
13
- "import": "./dist/index.mjs",
14
- "require": "./dist/index.js",
15
- "types": "./dist/index.d.ts"
13
+ "import": "./index.mjs",
14
+ "require": "./index.js",
15
+ "types": "./index.d.ts"
16
16
  },
17
17
  "./package.json": "./package.json"
18
18
  },
@@ -46,7 +46,7 @@
46
46
  "scripts": {
47
47
  "build": "npm run clean && npm run compile && npm run copy && npm run fixApifyExport",
48
48
  "clean": "rimraf ./dist",
49
- "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs",
49
+ "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./index.js ./index.mjs",
50
50
  "copy": "ts-node -T ../../scripts/copy.ts --readme=local",
51
51
  "fixApifyExport": "ts-node -T ../../scripts/temp_fix_apify_exports.ts"
52
52
  },
@@ -59,13 +59,13 @@
59
59
  "@apify/log": "^2.1.4",
60
60
  "@apify/timeout": "^0.3.0",
61
61
  "@apify/utilities": "^2.2.2",
62
- "@crawlee/core": "^3.1.0",
63
- "@crawlee/types": "^3.1.0",
64
- "@crawlee/utils": "^3.1.0",
62
+ "@crawlee/core": "^3.1.1",
63
+ "@crawlee/types": "^3.1.1",
64
+ "@crawlee/utils": "^3.1.1",
65
65
  "apify-client": "^2.6.0",
66
66
  "ow": "^0.28.1",
67
67
  "semver": "^7.3.7",
68
68
  "ws": "^7.5.9"
69
69
  },
70
- "gitHead": "fb10bb60c12c0af97e41ae88adcf0b2000286235"
70
+ "gitHead": "1e4ffd57c52500c70ccefd95da477d461cdc764d"
71
71
  }
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/ow/dist/predicates/base-predicate.d.ts","../../../node_modules/ow/dist/predicates/predicate.d.ts","../../../node_modules/@types/node/ts4.8/assert.d.ts","../../../node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../node_modules/@types/node/ts4.8/globals.d.ts","../../../node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../node_modules/@types/node/ts4.8/buffer.d.ts","../../../node_modules/@types/node/ts4.8/child_process.d.ts","../../../node_modules/@types/node/ts4.8/cluster.d.ts","../../../node_modules/@types/node/ts4.8/console.d.ts","../../../node_modules/@types/node/ts4.8/constants.d.ts","../../../node_modules/@types/node/ts4.8/crypto.d.ts","../../../node_modules/@types/node/ts4.8/dgram.d.ts","../../../node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../node_modules/@types/node/ts4.8/dns.d.ts","../../../node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../node_modules/@types/node/ts4.8/domain.d.ts","../../../node_modules/@types/node/ts4.8/dom-events.d.ts","../../../node_modules/@types/node/ts4.8/events.d.ts","../../../node_modules/@types/node/ts4.8/fs.d.ts","../../../node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../node_modules/@types/node/ts4.8/http.d.ts","../../../node_modules/@types/node/ts4.8/http2.d.ts","../../../node_modules/@types/node/ts4.8/https.d.ts","../../../node_modules/@types/node/ts4.8/inspector.d.ts","../../../node_modules/@types/node/ts4.8/module.d.ts","../../../node_modules/@types/node/ts4.8/net.d.ts","../../../node_modules/@types/node/ts4.8/os.d.ts","../../../node_modules/@types/node/ts4.8/path.d.ts","../../../node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../node_modules/@types/node/ts4.8/process.d.ts","../../../node_modules/@types/node/ts4.8/punycode.d.ts","../../../node_modules/@types/node/ts4.8/querystring.d.ts","../../../node_modules/@types/node/ts4.8/readline.d.ts","../../../node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../node_modules/@types/node/ts4.8/repl.d.ts","../../../node_modules/@types/node/ts4.8/stream.d.ts","../../../node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../node_modules/@types/node/ts4.8/stream/web.d.ts","../../../node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../node_modules/@types/node/ts4.8/test.d.ts","../../../node_modules/@types/node/ts4.8/timers.d.ts","../../../node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../node_modules/@types/node/ts4.8/tls.d.ts","../../../node_modules/@types/node/ts4.8/trace_events.d.ts","../../../node_modules/@types/node/ts4.8/tty.d.ts","../../../node_modules/@types/node/ts4.8/url.d.ts","../../../node_modules/@types/node/ts4.8/util.d.ts","../../../node_modules/@types/node/ts4.8/v8.d.ts","../../../node_modules/@types/node/ts4.8/vm.d.ts","../../../node_modules/@types/node/ts4.8/wasi.d.ts","../../../node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../node_modules/@types/node/ts4.8/zlib.d.ts","../../../node_modules/@types/node/ts4.8/globals.global.d.ts","../../../node_modules/@types/node/ts4.8/index.d.ts","../../../node_modules/ow/dist/typed-array.d.ts","../../../node_modules/ow/dist/predicates/string.d.ts","../../../node_modules/ow/dist/predicates/number.d.ts","../../../node_modules/ow/dist/predicates/bigint.d.ts","../../../node_modules/ow/dist/predicates/boolean.d.ts","../../../node_modules/ow/dist/predicates/array.d.ts","../../../node_modules/ow/dist/utils/match-shape.d.ts","../../../node_modules/ow/dist/predicates/object.d.ts","../../../node_modules/ow/dist/predicates/date.d.ts","../../../node_modules/ow/dist/predicates/error.d.ts","../../../node_modules/ow/dist/predicates/map.d.ts","../../../node_modules/ow/dist/predicates/weak-map.d.ts","../../../node_modules/ow/dist/predicates/set.d.ts","../../../node_modules/ow/dist/predicates/weak-set.d.ts","../../../node_modules/ow/dist/predicates/typed-array.d.ts","../../../node_modules/ow/dist/predicates/array-buffer.d.ts","../../../node_modules/ow/dist/predicates/data-view.d.ts","../../../node_modules/ow/dist/predicates/any.d.ts","../../../node_modules/ow/dist/predicates.d.ts","../../../node_modules/ow/dist/modifiers.d.ts","../../../node_modules/ow/dist/argument-error.d.ts","../../../node_modules/ow/dist/index.d.ts","../../../node_modules/@apify/input_secrets/input_secrets.d.ts","../../../node_modules/@apify/input_secrets/index.d.ts","../../../node_modules/@apify/consts/consts.d.ts","../../../node_modules/@apify/consts/regexs.d.ts","../../../node_modules/@apify/consts/index.d.ts","../../../node_modules/@apify/timeout/index.d.ts","../../../node_modules/@apify/log/log_consts.d.ts","../../../node_modules/@apify/log/logger_text.d.ts","../../../node_modules/@apify/log/logger.d.ts","../../../node_modules/@apify/log/log.d.ts","../../../node_modules/@apify/log/log_helpers.d.ts","../../../node_modules/@apify/log/logger_json.d.ts","../../../node_modules/@apify/log/index.d.ts","../../../node_modules/apify-client/node_modules/axios/index.d.ts","../../../node_modules/agentkeepalive/index.d.ts","../../../node_modules/apify-client/dist/interceptors.d.ts","../../../node_modules/apify-client/dist/statistics.d.ts","../../../node_modules/apify-client/dist/http_client.d.ts","../../../node_modules/apify-client/node_modules/@apify/consts/consts.d.ts","../../../node_modules/apify-client/node_modules/@apify/consts/regexs.d.ts","../../../node_modules/apify-client/node_modules/@apify/consts/index.d.ts","../../../node_modules/apify-client/dist/base/api_client.d.ts","../../../node_modules/apify-client/dist/base/resource_client.d.ts","../../../node_modules/apify-client/dist/resource_clients/actor_env_var.d.ts","../../../node_modules/apify-client/dist/base/resource_collection_client.d.ts","../../../node_modules/type-fest/source/primitive.d.ts","../../../node_modules/type-fest/source/typed-array.d.ts","../../../node_modules/type-fest/source/basic.d.ts","../../../node_modules/type-fest/source/observable-like.d.ts","../../../node_modules/type-fest/source/empty-object.d.ts","../../../node_modules/type-fest/source/internal.d.ts","../../../node_modules/type-fest/source/except.d.ts","../../../node_modules/type-fest/source/simplify.d.ts","../../../node_modules/type-fest/source/writable.d.ts","../../../node_modules/type-fest/source/omit-index-signature.d.ts","../../../node_modules/type-fest/source/pick-index-signature.d.ts","../../../node_modules/type-fest/source/enforce-optional.d.ts","../../../node_modules/type-fest/source/merge.d.ts","../../../node_modules/type-fest/source/conditional-simplify.d.ts","../../../node_modules/type-fest/source/merge-deep.d.ts","../../../node_modules/type-fest/source/merge-exclusive.d.ts","../../../node_modules/type-fest/source/require-at-least-one.d.ts","../../../node_modules/type-fest/source/require-exactly-one.d.ts","../../../node_modules/type-fest/source/require-all-or-none.d.ts","../../../node_modules/type-fest/source/partial-deep.d.ts","../../../node_modules/type-fest/source/partial-on-undefined-deep.d.ts","../../../node_modules/type-fest/source/readonly-deep.d.ts","../../../node_modules/type-fest/source/literal-union.d.ts","../../../node_modules/type-fest/source/promisable.d.ts","../../../node_modules/type-fest/source/opaque.d.ts","../../../node_modules/type-fest/source/invariant-of.d.ts","../../../node_modules/type-fest/source/set-optional.d.ts","../../../node_modules/type-fest/source/set-required.d.ts","../../../node_modules/type-fest/source/set-non-nullable.d.ts","../../../node_modules/type-fest/source/value-of.d.ts","../../../node_modules/type-fest/source/async-return-type.d.ts","../../../node_modules/type-fest/source/conditional-keys.d.ts","../../../node_modules/type-fest/source/conditional-except.d.ts","../../../node_modules/type-fest/source/conditional-pick.d.ts","../../../node_modules/type-fest/source/conditional-pick-deep.d.ts","../../../node_modules/type-fest/source/union-to-intersection.d.ts","../../../node_modules/type-fest/source/stringified.d.ts","../../../node_modules/type-fest/source/fixed-length-array.d.ts","../../../node_modules/type-fest/source/multidimensional-array.d.ts","../../../node_modules/type-fest/source/multidimensional-readonly-array.d.ts","../../../node_modules/type-fest/source/iterable-element.d.ts","../../../node_modules/type-fest/source/entry.d.ts","../../../node_modules/type-fest/source/entries.d.ts","../../../node_modules/type-fest/source/set-return-type.d.ts","../../../node_modules/type-fest/source/asyncify.d.ts","../../../node_modules/type-fest/source/numeric.d.ts","../../../node_modules/type-fest/source/jsonify.d.ts","../../../node_modules/type-fest/source/jsonifiable.d.ts","../../../node_modules/type-fest/source/schema.d.ts","../../../node_modules/type-fest/source/literal-to-primitive.d.ts","../../../node_modules/type-fest/source/string-key-of.d.ts","../../../node_modules/type-fest/source/exact.d.ts","../../../node_modules/type-fest/source/readonly-tuple.d.ts","../../../node_modules/type-fest/source/optional-keys-of.d.ts","../../../node_modules/type-fest/source/has-optional-keys.d.ts","../../../node_modules/type-fest/source/required-keys-of.d.ts","../../../node_modules/type-fest/source/has-required-keys.d.ts","../../../node_modules/type-fest/source/spread.d.ts","../../../node_modules/type-fest/source/tuple-to-union.d.ts","../../../node_modules/type-fest/source/split-words.d.ts","../../../node_modules/type-fest/source/camel-case.d.ts","../../../node_modules/type-fest/source/camel-cased-properties.d.ts","../../../node_modules/type-fest/source/camel-cased-properties-deep.d.ts","../../../node_modules/type-fest/source/delimiter-case.d.ts","../../../node_modules/type-fest/source/kebab-case.d.ts","../../../node_modules/type-fest/source/delimiter-cased-properties.d.ts","../../../node_modules/type-fest/source/kebab-cased-properties.d.ts","../../../node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts","../../../node_modules/type-fest/source/kebab-cased-properties-deep.d.ts","../../../node_modules/type-fest/source/pascal-case.d.ts","../../../node_modules/type-fest/source/pascal-cased-properties.d.ts","../../../node_modules/type-fest/source/pascal-cased-properties-deep.d.ts","../../../node_modules/type-fest/source/snake-case.d.ts","../../../node_modules/type-fest/source/snake-cased-properties.d.ts","../../../node_modules/type-fest/source/snake-cased-properties-deep.d.ts","../../../node_modules/type-fest/source/includes.d.ts","../../../node_modules/type-fest/source/screaming-snake-case.d.ts","../../../node_modules/type-fest/source/join.d.ts","../../../node_modules/type-fest/source/split.d.ts","../../../node_modules/type-fest/source/trim.d.ts","../../../node_modules/type-fest/source/replace.d.ts","../../../node_modules/type-fest/source/get.d.ts","../../../node_modules/type-fest/source/last-array-element.d.ts","../../../node_modules/type-fest/source/package-json.d.ts","../../../node_modules/type-fest/source/tsconfig-json.d.ts","../../../node_modules/type-fest/index.d.ts","../../../node_modules/apify-client/dist/apify_api_error.d.ts","../../../node_modules/apify-client/dist/resource_clients/webhook_dispatch.d.ts","../../../node_modules/apify-client/dist/resource_clients/webhook_dispatch_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/webhook.d.ts","../../../node_modules/apify-client/dist/resource_clients/request_queue.d.ts","../../../node_modules/apify-client/dist/utils.d.ts","../../../node_modules/apify-client/dist/resource_clients/actor_env_var_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/actor_version.d.ts","../../../node_modules/apify-client/dist/resource_clients/actor_version_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/build.d.ts","../../../node_modules/apify-client/dist/resource_clients/build_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/dataset.d.ts","../../../node_modules/apify-client/dist/resource_clients/key_value_store.d.ts","../../../node_modules/apify-client/dist/resource_clients/log.d.ts","../../../node_modules/apify-client/dist/resource_clients/run.d.ts","../../../node_modules/apify-client/dist/resource_clients/run_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/webhook_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/actor.d.ts","../../../node_modules/apify-client/dist/resource_clients/actor_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/dataset_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/key_value_store_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/request_queue_collection.d.ts","../../../node_modules/apify-client/dist/timezones.d.ts","../../../node_modules/apify-client/dist/resource_clients/schedule.d.ts","../../../node_modules/apify-client/dist/resource_clients/schedule_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/task.d.ts","../../../node_modules/apify-client/dist/resource_clients/task_collection.d.ts","../../../node_modules/apify-client/dist/resource_clients/user.d.ts","../../../node_modules/apify-client/dist/apify_client.d.ts","../../../node_modules/apify-client/dist/index.d.ts","../../../node_modules/@crawlee/core/errors.d.ts","../../../node_modules/@crawlee/types/utility-types.d.ts","../../../node_modules/@crawlee/types/storages.d.ts","../../../node_modules/@crawlee/types/browser.d.ts","../../../node_modules/@crawlee/types/index.d.ts","../../../node_modules/@crawlee/memory-storage/consts.d.ts","../../../node_modules/@crawlee/memory-storage/resource-clients/common/base-client.d.ts","../../../node_modules/@crawlee/memory-storage/resource-clients/dataset.d.ts","../../../node_modules/@crawlee/memory-storage/resource-clients/key-value-store.d.ts","../../../node_modules/@crawlee/memory-storage/resource-clients/request-queue.d.ts","../../../node_modules/@crawlee/memory-storage/memory-storage.d.ts","../../../node_modules/@crawlee/memory-storage/index.d.ts","../../../node_modules/@apify/utilities/utilities.d.ts","../../../node_modules/@apify/utilities/utilities.client.d.ts","../../../node_modules/@apify/utilities/exponential_backoff.d.ts","../../../node_modules/@apify/utilities/health_checker.d.ts","../../../node_modules/@apify/utilities/parse_jsonl_stream.d.ts","../../../node_modules/@apify/utilities/streams_utilities.d.ts","../../../node_modules/@apify/utilities/webhook_payload_template.d.ts","../../../node_modules/@apify/utilities/crypto.d.ts","../../../node_modules/@apify/utilities/index.d.ts","../../../node_modules/@vladfrangu/async_event_emitter/dist/index.d.ts","../../../node_modules/@crawlee/core/events/event_manager.d.ts","../../../node_modules/@crawlee/core/events/local_event_manager.d.ts","../../../node_modules/@crawlee/core/events/index.d.ts","../../../node_modules/@crawlee/core/configuration.d.ts","../../../node_modules/@crawlee/core/autoscaling/system_status.d.ts","../../../node_modules/@crawlee/core/autoscaling/snapshotter.d.ts","../../../node_modules/@crawlee/core/autoscaling/autoscaled_pool.d.ts","../../../node_modules/@crawlee/core/autoscaling/index.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/cacheable-lookup/index.d.ts","../../../node_modules/quick-lru/index.d.ts","../../../node_modules/http2-wrapper/index.d.ts","../../../node_modules/form-data-encoder/@type/filelike.d.ts","../../../node_modules/form-data-encoder/@type/formdatalike.d.ts","../../../node_modules/form-data-encoder/@type/formdataencoder.d.ts","../../../node_modules/form-data-encoder/@type/util/isfilelike.d.ts","../../../node_modules/form-data-encoder/@type/util/isformdata.d.ts","../../../node_modules/form-data-encoder/@type/index.d.ts","../../../node_modules/@types/responselike/index.d.ts","../../../node_modules/@szmarczak/http-timer/dist/source/index.d.ts","../../../node_modules/p-cancelable/index.d.ts","../../../node_modules/got-cjs/dist/source/core/timed-out.d.ts","../../../node_modules/got-cjs/dist/source/core/index.d.ts","../../../node_modules/got-cjs/dist/source/core/response.d.ts","../../../node_modules/got-cjs/dist/source/core/errors.d.ts","../../../node_modules/got-cjs/dist/source/as-promise/types.d.ts","../../../node_modules/got-cjs/dist/source/core/options.d.ts","../../../node_modules/got-cjs/dist/source/core/calculate-retry-delay.d.ts","../../../node_modules/got-cjs/dist/source/types.d.ts","../../../node_modules/got-cjs/dist/source/create.d.ts","../../../node_modules/got-cjs/dist/source/core/parse-link-header.d.ts","../../../node_modules/got-cjs/dist/source/index.d.ts","../../../node_modules/got-scraping/dist/context.d.ts","../../../node_modules/got-scraping/dist/index.d.ts","../../../node_modules/@crawlee/core/typedefs.d.ts","../../../node_modules/@crawlee/core/request.d.ts","../../../node_modules/@crawlee/core/enqueue_links/shared.d.ts","../../../node_modules/@apify/datastructures/linked_list.d.ts","../../../node_modules/@apify/datastructures/list_dictionary.d.ts","../../../node_modules/@apify/datastructures/lru_cache.d.ts","../../../node_modules/@apify/datastructures/index.d.ts","../../../node_modules/@crawlee/core/storages/storage_manager.d.ts","../../../node_modules/@crawlee/core/storages/request_queue.d.ts","../../../node_modules/@crawlee/core/enqueue_links/enqueue_links.d.ts","../../../node_modules/@crawlee/core/log.d.ts","../../../node_modules/@crawlee/core/proxy_configuration.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@crawlee/core/storages/key_value_store.d.ts","../../../node_modules/@crawlee/core/session_pool/session_pool.d.ts","../../../node_modules/@crawlee/core/session_pool/session.d.ts","../../../node_modules/@crawlee/core/crawlers/crawler_commons.d.ts","../../../node_modules/@crawlee/core/crawlers/crawler_extension.d.ts","../../../node_modules/@crawlee/core/crawlers/crawler_utils.d.ts","../../../node_modules/domelementtype/lib/index.d.ts","../../../node_modules/domhandler/lib/node.d.ts","../../../node_modules/domhandler/lib/index.d.ts","../../../node_modules/htmlparser2/lib/tokenizer.d.ts","../../../node_modules/htmlparser2/lib/parser.d.ts","../../../node_modules/dom-serializer/lib/index.d.ts","../../../node_modules/domutils/lib/stringify.d.ts","../../../node_modules/domutils/lib/traversal.d.ts","../../../node_modules/domutils/lib/manipulation.d.ts","../../../node_modules/domutils/lib/querying.d.ts","../../../node_modules/domutils/lib/legacy.d.ts","../../../node_modules/domutils/lib/helpers.d.ts","../../../node_modules/domutils/lib/feeds.d.ts","../../../node_modules/domutils/lib/index.d.ts","../../../node_modules/htmlparser2/lib/index.d.ts","../../../node_modules/css-what/lib/es/types.d.ts","../../../node_modules/css-what/lib/es/parse.d.ts","../../../node_modules/css-what/lib/es/stringify.d.ts","../../../node_modules/css-what/lib/es/index.d.ts","../../../node_modules/css-select/lib/types.d.ts","../../../node_modules/css-select/lib/pseudo-selectors/filters.d.ts","../../../node_modules/css-select/lib/pseudo-selectors/pseudos.d.ts","../../../node_modules/css-select/lib/pseudo-selectors/aliases.d.ts","../../../node_modules/css-select/lib/pseudo-selectors/index.d.ts","../../../node_modules/css-select/lib/index.d.ts","../../../node_modules/cheerio-select/lib/index.d.ts","../../../node_modules/cheerio/lib/options.d.ts","../../../node_modules/cheerio/lib/types.d.ts","../../../node_modules/cheerio/lib/api/attributes.d.ts","../../../node_modules/cheerio/lib/api/traversing.d.ts","../../../node_modules/cheerio/lib/api/manipulation.d.ts","../../../node_modules/cheerio/lib/api/css.d.ts","../../../node_modules/cheerio/lib/api/forms.d.ts","../../../node_modules/cheerio/lib/cheerio.d.ts","../../../node_modules/cheerio/lib/static.d.ts","../../../node_modules/cheerio/lib/load.d.ts","../../../node_modules/cheerio/lib/index.d.ts","../../../node_modules/@crawlee/utils/internals/cheerio.d.ts","../../../node_modules/@crawlee/utils/internals/chunk.d.ts","../../../node_modules/@crawlee/utils/internals/extract-urls.d.ts","../../../node_modules/@crawlee/utils/internals/general.d.ts","../../../node_modules/@crawlee/utils/internals/memory-info.d.ts","../../../node_modules/@crawlee/utils/internals/debug.d.ts","../../../node_modules/@crawlee/utils/internals/social.d.ts","../../../node_modules/@crawlee/utils/internals/typedefs.d.ts","../../../node_modules/@crawlee/utils/internals/error_tracker.d.ts","../../../node_modules/@crawlee/utils/internals/open_graph_parser.d.ts","../../../node_modules/@crawlee/utils/index.d.ts","../../../node_modules/@crawlee/core/crawlers/statistics.d.ts","../../../node_modules/@crawlee/core/crawlers/index.d.ts","../../../node_modules/@crawlee/core/enqueue_links/index.d.ts","../../../node_modules/@crawlee/core/except.d.ts","../../../node_modules/@crawlee/core/router.d.ts","../../../node_modules/@crawlee/core/serialization.d.ts","../../../node_modules/@crawlee/core/session_pool/errors.d.ts","../../../node_modules/@crawlee/core/session_pool/events.d.ts","../../../node_modules/@crawlee/core/session_pool/index.d.ts","../../../node_modules/@crawlee/core/storages/dataset.d.ts","../../../node_modules/@crawlee/core/storages/request_list.d.ts","../../../node_modules/@crawlee/core/storages/utils.d.ts","../../../node_modules/@crawlee/core/storages/index.d.ts","../../../node_modules/@crawlee/core/validators.d.ts","../../../node_modules/@crawlee/core/cookie_utils.d.ts","../../../node_modules/@apify/pseudo_url/pseudo_url.d.ts","../../../node_modules/@apify/pseudo_url/index.d.ts","../../../node_modules/@crawlee/core/index.d.ts","../../../node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/@types/semver/functions/major.d.ts","../../../node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/@types/semver/classes/range.d.ts","../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/@types/semver/index.d.ts","../src/utils.ts","../../../node_modules/@types/ws/index.d.ts","../src/configuration.ts","../src/platform_event_manager.ts","../src/proxy_configuration.ts","../src/key_value_store.ts","../src/actor.ts","../src/index.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/content-type/index.d.ts","../../../node_modules/@types/fs-extra/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/glob/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/parse5/dist/common/html.d.ts","../../../node_modules/parse5/dist/common/token.d.ts","../../../node_modules/parse5/dist/common/error-codes.d.ts","../../../node_modules/parse5/dist/tokenizer/preprocessor.d.ts","../../../node_modules/parse5/dist/tokenizer/index.d.ts","../../../node_modules/parse5/dist/tree-adapters/interface.d.ts","../../../node_modules/parse5/dist/parser/open-element-stack.d.ts","../../../node_modules/parse5/dist/parser/formatting-element-list.d.ts","../../../node_modules/parse5/dist/parser/index.d.ts","../../../node_modules/parse5/dist/tree-adapters/default.d.ts","../../../node_modules/parse5/dist/serializer/index.d.ts","../../../node_modules/parse5/dist/common/foreign-content.d.ts","../../../node_modules/parse5/dist/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/json5/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/rimraf/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts","../../../node_modules/@types/yauzl/index.d.ts"],"fileInfos":[{"version":"f20c05dbfe50a208301d2a1da37b9931bce0466eb5a1f4fe240971b4ecc82b67","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"9b087de7268e4efc5f215347a62656663933d63c0b1d7b624913240367b999ea","affectsGlobalScope":true},{"version":"3260e3386d9535b804205bdddb5618a9a27735bd22927f48ad54363abcd23d45","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"55f400eec64d17e888e278f4def2f254b41b89515d3b88ad75d5e05f019daddd","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"775d9c9fd150d5de79e0450f35bc8b8f94ae64e3eb5da12725ff2a649dccc777","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"14a84fbe4ec531dcbaf5d2594fd95df107258e60ae6c6a076404f13c3f66f28e","7664bc39c9085e161f5f6f8f647ceffe26418a98a3f2a4c381fdc755be4b9e64","2cfbeb3885b75d97160fee31a23f4e5d1508cb2af1ce34ad98741b38a4b253b9","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"02873d070f9cb79f50833fbf4a9a27ac578a2edf8ddb8421eba1b37faba83bfb","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"c0db280fa6b09d7b8d6720a19a47f485956a41ee0e6914f1b704033eb69c6058","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d4ac44f01d42f541631c5fc88d0ed8efac29a3a3ad9a745d9fd58f8b61ed132e","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","3163f47436da41706c6e2b3c1511f3b7cce9f9f3905b2f3e01246c48b4ba7d14","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7","b2dfd89e02ac598aae6dec025ed75316412de59423e7a2345b951d33d72f4581","acf43834501c92da619d35679372c53d08a135fce5de10cc04e2f54c07134ae1","bc8f5e3c72bcb2e68e2feb272c8312b81fd0ba7417e2993eb569aa9aba05661d","ef275855066eb67627a2e8e388226fd510824d27d2a8f5555251fe096a9def3e","3b8ab6d861339b4c45682219429441534c00abd7f23fc0714e9326213669d35a","74ff64ddbb6c72565b2ffc98652f78c3895cc40c8264ed0881ec1221e759de18","83cf78cb96cbe2cf84d7acbb777345919e79d1357bf051bd5c1da1e7d85b755a","40c1a3ed908790d2d173914c88721ea4182cac8a6b1e5e13ef268a82404828c4","8b27c6ae71f8849874f800e49d14a98c92bb0ae54e0a79d6ae617063ba2a6e5c","ce6fbdceac62521a6f474355eb2a0b85446f7dd7437ce59eed9ac9ced059d4a0","466e0434af11422a1621060ca2745a4b94067076065b6e0c0aeb874c6eaa9a63","2b1177d4681eade2485edf0433bcd0037fbd2a7e6851c9fa7d3285056d30193e","323c2d2acc276d554fff791a55433159d117aa9662ac861090a2426fa1d01ab2","ecb626a33e299fc633fdab872d726f7de7abe01e7dade946a7d0b2572854aa0a","a5f9d6671ab55c6acf3117c592a5d84b46254d3f15cc66de0a308b2633b0cf75","9de2b351d62216e6b894c2e8ccb9b1a44ba320afca185d071ae1e63e608b8d8d","6a1a11860069ab718960e14c936567b39e4c66d8e650e94ba4d8da60415f0a33","84f576c5d9942a70efa2b4d14c8a805134f0bb3364535964b6d9eddf94219408","63d143c76b01b5bf6f591dba553cd0840b1d528200c89d5c4acc6e9fb237eeb5","cf49d08267c66f93e5e86e2e0137f85220e525f57fa93da5b3510dae11e6ba6d","0f988bd62f9188817239c3f2793995f642aa24f6e676296777e817fae7e8a5e3","6e2ea43283fbf89bc6c98a3171a817f3163b9fb77ef16411c7f44b72e25e3bfe","59e749e7378cf44350d681f8475a26659fea2dd4761ece78fbbba26781809b41","31b8fc397433c933ebca5a54bca8833a47e9f0d11ea6aa484a464634893b83d6","6b7164466b2ca981861d6d807c537301f24fbed6c21962d5646bb6a633dcd391","06917ea4c4dcd4ac7451c43d566ec21a53fa38627074d2e0c4604cb0730974c7","ef16fe5d2deb0b1e4bb085247ffb36ce59aac2535b8e2797c5d11536bc06bfdb","f57307346ffc565731e1b893de5953e4065629b8258ee11457a0aeafe4f43fba","fd1684fbaae982598ed8e4fd0fe8b0361b435fd4716adb27f3e4e996579e995a","47911db0e858b929eda7ffedad7b28c26920725116d5dd278caef5a13008c448","e1de720b0fc1abf2446060388f379ab57b2c9f2ea8520e420ea1ecadb5591355","11fb3a1b23cb8feb85d8ef751ce868dd43714a7c7e900d50874493b6be21e732","d136ab4a4a0a46b5382cf3eab7b808226f23df9275d586c855fcb1df65420755","2f66bae49036bc3349b817774c19c1392c7d2442ad612d4eb88441d2531afbab","55621c3e40dbd6637e7a551d2175424949d4245209339e076501ee355d521f0e","3154a026075044aa102298fe9e6a7a14aaa26a06270680c7478a1765af8ffb09","beeab4c2f74baaf28f4f401cb9230148e287edfb130ffe7b23dca99e3306ee1b","88708c6f3d673a252dafded319c70f93789d9166220f6e53ed6ab1449d81436c","03c2f8a572194fed12dd4fc74a5c8534f45471709033c0bf38cf7e874759a241","ae72890d6bdccb314c5e326919dbe87e02000a9c3075841a3d3582a3a18c04d5","71d73aa6facc450b0a4f3880b795d8afa52fae0ff178aaadcf17bf0430a4c5dd","06917ea4c4dcd4ac7451c43d566ec21a53fa38627074d2e0c4604cb0730974c7","ef16fe5d2deb0b1e4bb085247ffb36ce59aac2535b8e2797c5d11536bc06bfdb","40ccfb68f71ebcd05e9b71192402bad9f6cf3da86cb523803c875c130680b138","9a5d70e0bdffab53a6d45cafc7ffadae8953ce16d7d84d2860d5a1695d1147d9","4c0bc236f29b644d617137a7c54712f89147fdf6dc8b58290e8e24d08f8c4cb5","bfecd6de325dc88c508f6f2a5b23239a8815e7c5034403970479911b8fccac27","cd51ceafea7762ad639afb3ca5b68e1e4ffeaacaa402d7ef2cae17016e29e098","1b8357b3fef5be61b5de6d6a4805a534d68fe3e040c11f1944e27d4aec85936a","f1f0ab91eacf5fe45d4b9c0fc67b7510f490bd292505bc4baeba3bb43d17ec68",{"version":"4f24c2781b21b6cd65eede543669327d68a8cf0c6d9cf106a1146b164a7c8ef9","affectsGlobalScope":true},"86b484bcf6344a27a9ee19dd5cef1a5afbbd96aeb07708cc6d8b43d7dfa8466c","4682ec8242739d94a02b2073dffe885f326920d2a72bc04120eb3047de20269e","326da4aebf555d54b995854ff8f3432f63ba067be354fa16c6e1f50daa0667de","cb26f195564ee703a68161f88e57e33e6e76e630b999e582d0a4328435d7f84e","d274da8ba27079a593a7de4fbe82f3aab664724bf4f1b080e977f6e745e690e1","4502caaa3fff6c9766bfc145b1b586ef26d53e5f104271db046122b8eef57fd1","382f061a24f63ef8bfb1f7a748e1a2568ea62fb91ed1328901a6cf5ad129d61c","952c4a8d2338e19ef26c1c0758815b1de6c082a485f88368f5bece1e555f39d4","ce01848c6682d9e7653bfa653b28ca9294beeabb85cf99bcc6168f10c6e3f436","ef4c9ef3ec432ccbf6508f8aa12fbb8b7f4d535c8b484258a3888476de2c6c36","dee75c873b20a13839a8ce9ea9d32696682c6db4b1e9f4fb6bc431ed31b0fb8a","f981ffdbd651f67db134479a5352dac96648ca195f981284e79dc0a1dbc53fd5","865f3db83300a1303349cc49ed80943775a858e0596e7e5a052cc65ac03b10bb","a1c85a61ff2b66291676ab84ae03c1b1ff7139ffde1942173f6aee8dc4ee357b","a24c4fe21d5b13a9ecbbb39b5e22f5d4c6fe5feebb074865ba2de273381a73ae","48a9a38d31f33ba5a969cc7028907691e01c26d5341c558b051d27ef302602e9","2169cdcb2e85ec18274590018fc1a12b8fe02708813692d9a1531695c17d3198","9392e1e62ee32e9b9334fa9bf93c27be2d7227ded895a984532cb155dc776f95","da2aa652d2bf03cc042e2ff31e4194f4f18f042b8344dcb2568f761daaf7869f","03ed68319c97cd4ce8f1c4ded110d9b40b8a283c3242b9fe934ccfa834e45572","de2b56099545de410af72a7e430ead88894e43e4f959de29663d4d0ba464944d","eec9e706eef30b4f1c6ff674738d3fca572829b7fa1715f37742863dabb3d2f2","b0cefbc19466a38f5883079f0845babcb856637f7d4f3f594b746d39b74390f7","1e86d750ab0d4fbde7213aa28174f8838e38fe755bc75d8ab05795c58164082c","2581e202c26cdcb937bce677f26e5c150c6e63c73f3745fa050a026835e6efc3","18b86125c67d99150f54225df07349ddd07acde086b55f3eeac1c34c81e424d8","1e2c2a147cc887a3903d243aecb9be8d00f8701dd44a9668cc6f74a3559c8c1d","4d397c276bd0d41f8a5a0d67a674d5cf3f79b79b0f4df13a0fbefdf0e88f0519","aa79b64f5b3690c66892f292e63dfe3e84eb678a886df86521f67c109d57a0c5","a692e092c3b9860c9554698d84baf308ba51fc8f32ddd6646e01a287810b16c6","bfe7df6fcf991120bbaceee4349879cb61cc1818ca7861fbeb325d9fbc72010d","0b9bcc98884f81d8adda2c5d2ebb0361c7a53af6713e72138c4457e6016ff708","1848ebe5252ccb5ca1ca4ff52114516bdbbc7512589d6d0839beeea768bfb400","31073e7d0e51f33b1456ff2ab7f06546c95e24e11c29d5b39a634bc51f86d914","fcc438e50c00c9e865d9c1777627d3fdc1e13a4078c996fb4b04e67e462648c8","d0f07efa072420758194c452edb3f04f8eabc01cd4b3884a23e7274d4e2a7b69","a90339d50728b60f761127fe75192e632aa07055712a377acd8d20bb5d61e80c","37569cc8f21262ca62ec9d3aa8eb5740f96e1f325fad3d6aa00a19403bd27b96","fa18c6fe108031717db1ada404c14dc75b8b38c54daa3bb3af4c4999861ca653","60f476f1c4de44a08d6a566c6f1e1b7de6cbe53d9153c9cc2284ca0022e21fba","9e4891d8c1d8de97893a062b68c543b3a77cfab40e1a4cf70db0be3c79a03b32","4f0781ec008bb24dc1923285d25d648ea48fb5a3c36d0786e2ee82eb00eff426","3ad7b83221318c07f538daade674d2c560f36e5cc84eb6aa327399d47ecb3d5e","cd8aa48c26b3de057cfd76706c0cff88ace0f23f548b8dee974088497780e5ae","abf140fdc3db44c2cac9415426544d8c2a89e73f13f7838376b2b6d36d74a582","e79e530a8216ee171b4aca8fc7b99bd37f5e84555cba57dc3de4cd57580ff21a","f351eaa598ba2046e3078e5480a7533be7051e4db9212bb40f4eeb84279aa24d","21fa5e89751e3004538ade8a86e892fdf107f183aa8ae07b205d10bd80d33156","4ce53edb8fb1d2f8b2f6814084b773cdf5846f49bf5a426fbe4029327bda95bf","1edc9192dfc277c60b92525cdfa1980e1bfd161ae77286c96777d10db36be73c","0a0bf0cb43af5e0ac1703b48325ebc18ad86f6bf796bdbe96a429c0e95ca4486","75a7db3b7ddf0ca49651629bb665e0294fda8d19ba04fddc8a14d32bb35eb248","eb31477c87de3309cbe4e9984fa74a052f31581edb89103f8590f01874b4e271","587ce54f0e8ad1eea0c9174d6f274fb859648cebb2b8535c7adb3975aee74c21","1502a23e43fd7e9976a83195dc4eaf54acaff044687e0988a3bd4f19fc26b02b","dfdd3da3c5aab7f4ef3078d833bd3cef0ae65f7e358a008476e59aef6cc1d708","329ba46b4412a5e240cd8276e0b9e4c7d7676df651d790413e3541f1007704c6","7b7f39411329342a28ea19a4ca3aa4c7f7d888c9f01a411b05e4126280026ea6","7f89aebd8a6aa9ff7dfc72d12352478f1db227e2d79d5b5f9d8a59cf1b5c6b48","7d936e6db7d5d73c02471a8e872739f1ddbacf213c159e97d1d94cca315ea3f2","a86492d82baf906c071536e8de073e601eaa5deed138c2d9c42d471d72395d7e","789110b95e963c99ace4e9ad8b60901201ddc4cab59f32bde5458c1359a4d887","92eb8a98444729aa61be5e6e489602363d763da27d1bcfdf89356c1d360484da","074343ca788a38f572d8bdb0985956c0ad1a4d8ca8b6ef8c1a19a0e11cf09db0","d729b8b400507b9b51ff40d11e012379dbf0acd6e2f66bf596a3bc59444d9bf1","fc3ee92b81a6188a545cba5c15dc7c5d38ee0aaca3d8adc29af419d9bdb1fdb9","7d05ac926705ce932b6e41e5e273333b380d08b6a036ad0c8b01139586b34548","0bc13111c65ef1373c84c86c039416127579469828f0e01e03ffe00fb8fd6785","c00b402135ef36fb09d59519e34d03445fd6541c09e68b189abb64151f211b12","e08e58ac493a27b29ceee80da90bb31ec64341b520907d480df6244cdbec01f8","c0fe2b1135ca803efa203408c953e1e12645b8065e1a4c1336ad8bb11ea1101b","f3dedc92d06e0fdc43e76c2e1acca21759dd63d2572c9ec78a5188249965d944","25b1108faedaf2043a97a76218240b1b537459bbca5ae9e2207c236c40dcfdef","c0722c1915db9c489ddbece99e3cac757b961e945974c60574ca38c488f88c49","5a4d0b09de173c391d5d50064fc20166becc194248b1ce738e8a56af5196d28c","7ad042f7d744ccfbcf6398216203c7712f01359d6fd4348c8bd8df8164e98096","0e0b8353d6d7f7cc3344adbabf3866e64f2f2813b23477254ba51f69e8fdf0eb","008ed9b6d1fdb68f9d98e6fd238d99be77e738892c3a1c6cf8b7616de4f8b114","08f95bee0619072d2c49854434af3e53d94e7e762fc082b49cea59e77db06905","5b5d16c5838f462cadefa8378e3ab4bbf0fe6b179b4930268db9871d270ceae5","f734063a854b2402e89de037fd7289e31685248c0d8ca0f80ff4fe657364dd61","9c6028359282f2e26108501a4a03736d309c7c43acae2ad1c41c13e845744ff3","a6b650e801dc38ad3f53d1f01788ed78acca37ee61e5180de460555e2581d8b0","a0864188f0242b4b2f1bab753f4125353a1ea14a692e776d042e0474dbc82c7a","59c38b39c0e4c917e67174fc68ebe97f5f4b3506fc47ba52bf7f1fcfa00275ce","27f404bfefb1b0cf95edc74b9c6e823aff952b4718f4e3e638175ad0cb5b07c1","c03550d658fc14876953275efc7901a5e21947ec98ad81389f44783d7aadd07f",{"version":"30c10c3bb11a6ca6460baee01a35627336c82e1b5bfc41f98854e4efe2dd1adb","affectsGlobalScope":true},"b36f2f65473ddf23c5d4d2d6aa2e60b47266f646ce7d8941f3107663306eac20","866b2a2420673089a588cddd8ff25680cc6ee4cdf38ad456b56667a8a59365f1","3554d2b81e2831e4d4a21e4daf3d1a9e17a899ddc2ce2de8c804a9d6ffc50e22","114171160246198b59a52960a79ddd35a0fc1c6d48dd7a87ed068792b6d19a81","c0abaeb07db24c96100fc3e673dacc7b394cc299124f1c2a608aca3b964c4b04","768530233703e989df82cb06b0ba376f53480a0debfd7b74a125f9416b797fe3","1b0c5fb38e193bdf86108b6b514db2e29b58015fb125e9c11841562e09862849","30c06b51f2650432fc38e6f1dff6288b0221d1aba7b90869a42be18bc4a61d00","039a168dac57ebf7c73294d84c27bbf6d20bce40bf93692385e7b34ae11e9bae","547ac3304be0b375668a0b4964ddc0651d7d8242188e475b4975fd0c9c9cef1c","41ea0afefe65b2f382171b3780042b9035856fd9e2e988482d8c49dbf8e510ea","e80ad93a16bcadd50a4d7b775d9180d7d9c84f20366c7797c1516b55472f323f","f715fc07773e13d28b966a267638f1721569bbf15cbedbe7a029b759ec64b94b","9aa29ac75a973ed5c86fd84447e9d12750146e09b4580a90fd380b614c55be4c","b087e78cd5719320b57b0a458f67bed3d2c342832dc89d26e5e3e6bc05c9d62a","74ee9e6b0579d8418576177f40d6620969a87e9162ef573abf8921653ec0ec86","c71c5f5a4ffe263239299349b6c24f991f1308270e1b875735c994e90f92e008","586c0749fd2a5e0442e3e68ea2fcaa739877c89c6632ef3a3763534286ebece4","bde5166a2599ad14810fb66a7c6518e241d985d803ed246216e1035eca15bec4","8606cc44a3d374c88cf4b00dd1509cca5bf5407230cfa669c48f0703f91b6100","f2a393c4281553e5fd6255f6ec2009b6617817ebf90f52106c037ccda4668bd7","a05137c91dce9fa1066a17971fca0a96381ce9ad516347b25c0e52ed6a6e8baa","c8975a7317ab88b8c06db7ab2cabce4eaee652f84f8ee730d3c4c8e113a29f68","82f16986a9a45696394ffc9bcb286bca2a4667b800cdbd830381f09fa274196a","b8a358315bff6425e84326df09f27e33ddf97ec38a3c645d1351dcb40ec64c25","d325c8c6f2b9d249d25b186887b35211a55b8c1ce80abf4bbf619722551dd4d1","8a41961f6a27d529f2131b9e5f164e6f8d649ca272a98346fec12c02a137e36b","8947c46e41275694147feb157e1821767dc35b3f9678b8409c0305d463679223","582b37a7222700b41d638a5ce7774506c2fc599a3f1d18a290ad6ac8eaf89948","47309c216a4bf21ea9aa5e7dd787e86137a7f12330a94ec4cf3acdcccfa6f362","ddc25d7f89e43578b65175033ecc55dc40e4d82f6753df61a87c663d2fe90951","05475b8a89abf4eee9f18b3c374caf06eeb612bef0eae898c0a7979cf028ce26","0290c26619a4563620c9893fa790f851f1a3daa2861b15b91b986bf9384bec78","3b4b11df65dd5804652efdc27f7ad7ffc4128db460769c5980631fda86d99d98","4dd7ab44d8215bc58033175ddd26d4621d5d309624ba27259738e615a3e07926","a2801717c77e365c4b3ae2f781ff1e374f369cdc6d183112ee6ed2712b169647","ce01644a50e65a693cef8deddd1ecf555318b1078a0a0bdecaf687feaf83428e","f1ab8e51c11382897aa9e86e2efb9db59b66aa9b9ec9eb934e90114058946bef","5dca7200f0c08dd96a9ddf4fa13ca345329336bce9d5ddc7c7b57acf210d8d4e","e630a4c91b3f27f04cdd95732507ab964e67beb74863f097dc1d1d5ca1e65009","a4189d089bc86a9395004dda76c56fe4242fffc80790ebd11014bd5905cd8de5","5dda4b4433b8a72f7ccc2602ef3650bf4846dbf1b2e1a06e8e8f608530e098e5","e8cadc49988afc1c16420bae038082900b62cc52d8fd9a83858570bbd30a7ebf","05e71801b3470de76bd826de9ec095e7ba7447a6133f10633d3bad24c866e725","e2660eb11cb9154e3a0d84b9de9d52e70b88249f43e971ecb6f7cd73267a48f2","42594ba13596a9b329da0c342adc4d50662cd5fd994e0f23084e602c00c77c08","a4aad2d6794514701fe18849023f7bd5941e43b45c216bd37d5924fa7b9ed75f","b82d72a131d2c471b8c65897b26572354e76a97aca33e49423eb4df0b1921e0c","b0d2c6ffa60fc104f2f564ab39c0e694d42972604b59c07f7690e827ab59ce8f","1e902c32593b1cd4d060f82d8fc3c2c76e00ac1b51567eef7128e571b22db259","a21a3c55781eeaf3f35d69c8e277f1572c39774a90763363b23751a0bef4784b","88060bd35c8221b0ad2d110098a32bba9365ed9a10a56a64bc4258f8df447cc1","545f797edd38b6dccb25cf396dc0a78f3346786183b40fabb47adb426683c66f","c0c41295bd3eb30c865d174e4043a6fcb0930df598b77b0e707aa878a0437948","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","4b8db4ddeab4e3d3bcdbc033f82db9c610d79d9dac4822a166b48b8115a56b86","a3c2abd98c3eb44a14869dabd47493c9a6ab2cbdbcbced5aa76003d0c98fe0ed","b0f2ff06100ac2f28b4bd6c1b0078a8e6dec8a8a4b9c73c2807c4a47d14b94bb","562a552ceb20ea7828b794ccfddf424bbc4db5188dff3d7ff5df6630a703b700","060a9f8b98d038efca8117f62722171de590ee2cb1dadc4fb60d15118605c77a","e2b2e0906bf1fa37c83db804800c6f0895462c6396846a0f6e22ff45114af368","3aa75b55e4c325f1c82552a522372d17bae338ee438d554a9b678cfc45db7d70","aa5f768014245308669abd5a374a1c102bea55891b5b12d3763100a5524a47e9","248cb243de7064b15bfb7bc7738e6523020b7b7a10451e34d7b9f12d28670630","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","7ab735672492614a1af2098219bd191642e2bbd126e0631e13ed15e947238a51","6bc64e37d72e60ec298911f260518ad11a875b236c237a4b4319a2c8f76a6467","fa08239ca1ff70c97771bfa5d67ee5b558f5922f21caaed019358cdc64b6921d","233f9520bc8945f69f096f61eeeb7b6c7f7f33030cad4359d222e944e3744586","65e5646d4bad5712d51be96fd7ab0144c47b8fcf9e61c193fb37e9fd0dd2dfa0","69add888dec8bcd000dc817abf7ae54d7d14aafd8ada11cd56e7dd657cee77b4","b84340a4cd62fefb610070d9fdb71cd24a25b2fcbfc6c83e618b6357d2a6c564","a209235ef0c739ed8adc3940aed54bffee233f9e68bc57b14fa7113524c1315b","7b0d2052963a883a9efaf4b4346cf01128a5e830b3e3e115805da97add8de2cc","4b553dae83283d99f583afbe0a2e51f8819479f11b1c50d24a3a2b01a0e1f191","c93424262e6e8274db30fcc998af77a95dea685a5a754d3a725e33bbc6913ac9","dc84604f43e4305be0acb23cff60f89e94156bb277b6fb8db97c99db01730906","f88fb23d72ea1139f3322f887d4978b698cc63f1e1aaf6b0804ece0331f40281","ba6dd2bf4081a86e6b87ff3d1d919e5c7eb7e7118bd3e3eca1ec8aae6b6e0aa4","760108e75501a2f7147c5fc2c4133f0f312a15beb56c01d750c72f487406284d","4fcbc7400c6bbcfe2e27d26a431940ad2dd8d51df520335f0e1e8d5ef84352c0","4fcbb043f5dec64c2764dec9513c4b7ebd271b9362349bb53a9d9c8c03df7411","16e3c0d23eee9357df079c129b9dc2733e03cca44a8ab2531cad31de1a354c4c","f49c4e7e6d44a00456267d202a4c921785986515d7ee076f42060671d6b9232f","43b22aaf558adfc266cb18add494fa44f2b75887f14c665d40cd8a53687ec46b","25ab6ae44073b79d2896a7aab9fca5b0fdbc5382b8da7b350fcf756dc95427b3","d23f98731c1b30a8bed8a0beadee34e62d6cfdc6106d65b9aac152ba71dfdb19","7804f74c681b9d4426fc9eaf5a3a56b1e6d617dbb5252e0b8717e9277254eda1","7977a1d35601d7d1b945961538ae4a3bbe02b8039afc487182ec3ddb8fa225e2","3890f93390bdd7b4e782bfcd8ae139fa40453250ba1175426af38f4cbb8c05af","49b7bffb56059af3042c030b07e4c4af58009bddab5c29c169942b62af1317c6","0dfae268c655f921227ff1e19e35cd4851e870e8d0c1177481a9cc0c058ee424","cc256fd958b33576ed32c7338c64adb0d08fc0c2c6525010202fab83f32745da","2ea7c44e445787b2fc3c2ac5d729204bb1b3c5700240e6916866fe96d1b97661","5993f3e0664e44cbd57ecf6b0c86d277f846b0ceccb8c1b391456b4e7f68fa29","62ff789913f51d9a64c8ffdfaa221b5f1e99017005663b563e881a7a9e531b0b","3060ab4d9d00e60bd26fc49b86a93e1318a3b12faa031bbb926bd895bd0c61c4","aab13e9f8b4e8578c2f38ec2d9929ce97f994f26611113fb801007e9bb4b176f","d0d23c19d3339afa0a87f3e6cd5208e0c5fd8b4090aef9d922daf5bdd7ea1e54","cbe4c1c3102db917851a77fe8fce9f00365da63876e4f0822f4bb4bd954f5ef8","622fa89fbaee1b771e58517dbbb3ed8bf60aa4bd501a81b129032c981e825df4","261bd352b27231e30932efafb4e163919c64aad439b7bd19c819c1b2b033885f","a9f87332c75ff064d1113454a108c237cc9f2c792c8175a1ca432cd81fcc6e2b","718d28fcca7d8ddc64e145604d4143be1a6db4119ca77a28a024b9ff3ea870c9","1c12378cf61ec63760cf5dacea71d7f3372ffce3be36fa06f40b2cd6ce580b76","fbe44cec048e770362d696c0252436d44927f34856059c2a19d3eabd06dedf76","b916f34ac54ab22cf0c35dd8a84e8565d761a24a78c3b9354ae6a874b744bea8","8f9ba9714aa6a26b99a82eccb8d974bf76f0c817495638d51f156bd7fc44cfad","fe48da68f11a270b9eea6c95ae2caeac3ed81ad9313f1194f644807776be4f8d","2b000697ad40ed0ef8a381618e04488f178c3b31193abd229f6cd97e02d6b18a","77a709aa22cba808ed8a941ba233bd69af9df1a612d40943250522fe242d8f95","b3d4a078c771c953be1d6d515c1c5737815dd6b63c48483ca2d3170e51201821","50cf61a7d6c89a070a90bd8a86c19157a7e66ba44362c1b00264e3644498bd87","896590a9635b75ad5d34ed728dcf5ac70289b06e3f193683dbc2554ad3cfcf22","6aa06d658c0520bd80e10910e90938464d599b458b3100b904b9371a36672aea","63959ac370486f4540356911537fe6f1f00752b39e808c68c79bd4941f5ebfdd","65898b7aa4d4d0c1b6a86a00127c64d5098207af330bd94d6c6d1772f1dac99e","4b9310761d049db02c1c21994ed2114ac71b28df52224518cf7b9241c8e042fb","3f0f50fe50424eaeb68ff303dda45f0725a267b542070163f1aed99d757779cd","602be747befe4390633c8d470bdad9f464ad0c41f8dedd1a1e528dc2922a593d","757066997ceb2aecb6fb0310759698023e754deeaea4d116c999472bf818c791","10af4b2f1d59591aa93d57c6152326850a8c28f126fffedd726432b152740609","4cf25ed0d118d7e4624825af780e9f69c688040c764b0c426af36ab44c2f92b4","bf75ca5b3ce462ab57a892613154b1e41fbf0add55bea4de14c398071494446e","f05e8fe6cc0dd666353105e181af55d910219765287fd1217d2232aa9f17c5d2","f704f00d5cf1056c4aab14efd50a26fb33cdf52c775c67c82759a588f3e7ff57","2447f4390bcee60c41b754b28e711ca13e8bd28b5bb32b1bfb0ad1ce3b32df88","ae2ac975eda75f6b0a2103f8b84b25fea22d6603fcc052ca51305c2cc7839a3a","f7863b0f771d00b4bd63ae91bc49266b58760170111fff924bf5aaa407051185","158c1df81da4ba785bb31c6512b1c013361a5654366a20557b30ba3f54053931","870654f1e76948231de54e5ec9e0c1f9b9385392454d2e614f6873010036f7dc","183c8bb9f0f399fe2383135c7c02e8447486200e5b7a6bac297fa920e0a8f01f","836a9758bd685bab5a312dfe65368e430a99ed9f26c6943617cd869fee83c22b","5b86de8dd75c48064cac9aa37641c7fef5eedcb63541c8ec8e798898a116d103","9bacb937a771858755bbdd192db5e5f6dc666829d2626e11676e4c0d8bf33a61","de76fe40240a2965fcb79a04c9e72a78cc6688633af79422e74f837f3f40de2c","75c2f6b91105572d60bd91ab64b77991d8d7851083bfebfc590f1ceae8c21521","0277aa6407d53dcbe946ae987d295990d078eebb1456c6f96b613dd8335ca30e","79a00468d979a67e852571ff140684216ef158cefc442381c59b15a0d5582574","b2d2447cab436200bef31c8671cd7a4d958d48963bda1906f6793878f66d56d2","8c9c5880cd79b8de591b9267b99dae6eabf20a3e9d21ccdfac7b69beb88f7e32","b6bec7f94ddc361b2321fbab49300d70ca3eca492ba967f26d70d853f034e36f","9f62524bec5bb1ecbef640061e34661191dee07511d9903c4726763648f29965","3cd0d363bee9fa144e77bfb7fab726e3e673b9c694a3247116c71e7c4d66db0f","7d64f3b3493de94bcd2fc42c7ef64c419598dafb7f17a64b9184eafdc90fdb01","d9b8ef05f45378f6e8e26d9958b78ad3af924e41e146b78190cc58d8b4e527e1","0405dbdd8cc95d6caaca19b7d6c1a344c208b47e5e6991dfff634994cd13b727","e79924a137d88870bb4b20f7905213010c00a1d97aef94e43469465802003557","8a61ac020c61b52c1e89414bbb34ed007f15aa2de0640916a019b69b0f4c94fe","c1cf0db6855ab290e530d419610eb20f170f87d37f8f379c7876090cd3063dab","7d96eb599dc9150e2110fb346468ab67c3f72122631ff80d0009584ddc47cdbc","205c279de0c0fec61fed92228e969344df01bd339bc3e5e755e0450c08dc6e4a","03e14ee6b79b54f21c50c61153316d89688af853148af7ad626a551c39c67169","3914d041f1c1ebe78f9c662e14cccf60f0f6b49f9f6145b1b9e8124f1bdf5c31","48cbad4df6ba7302e90639f1c4a0e74f074b806abd83140bc56518a1e9c0f5d4","e4e38cb37a55190b9e211804d7f884231038d5c631573e95f09f7f2862588257","2ee08a8efd13442394c91faa37fdb8dbbb840eafff2c54cf2270f7881de6620f","5e34424c01af7e7ccc32595e29acb49b384a75c770ce41f6d74e78537b8e77dc","8d92b9f1845062575ca0815c008e0447dd4f73923de3c94713336dbbac8d4fc9","65213c2cea6c5708af83329debeca5e5769ca413abec0d0035e58c6c1ec113a6","c7f493602c1371c890c7a79030783c55f0c35166afe28d034e8e054ac46fc58e","9752471892cd94c3b5d93df7fd3d2a2830a22e825d96cd26bf4e571be423d672","52a64da608cb31307a7b36673c5c9b3f0e2f5b02107f297d8a1e8c884aaa79c7","7c37715be470add2375e42a7fbef24de1eb00ee948dd944e6ac5b918c412bfa5","286d2300a8eac0a61b5866e74b70197d490b153b0145a3657a7174bfe85d98a9","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d",{"version":"f195ebc003eecb4e29b6dbf2d16d73bbb4e4565648756cc4ea588de0b7aee271","signature":"6818c89bd3f91d7cc9b26c01ee843eaac8bbba437099bec2568ae9212417eca2"},"b4358a89fcd9c579f84a6c68e2ce44ca91b07e4db3f8f403c2b7a72c1a1e04b6",{"version":"46e33fc3a8fa39a877405d0de0ffdfeb32dec7b9e082893212036fd96d65227c","signature":"468f41a01f1affe89706aeb6887b356cfb34e0a51393211f8b4256a60476f35f"},{"version":"74c5d7d24a2cb76d7e993f182e88ddf8fb2d9427dee29a6327d2f3d686fc9c12","signature":"9bf207adfdf1b51ac2ea0807415e4e3393ef36283c138eab3f8c3018723739dc"},{"version":"6a2f51786edbbbb46b06c24a55d2686b94262f09538be12b89f73ea14b22d2ec","signature":"5e5c4fce410478ce289634b7458be7ad1034b19d84c2515c72538b4312930b66"},{"version":"81712669fdfa1a25b84359df80b2aaac100c3b0b1dc3761851d283171c2c2a8f","signature":"4e0f4f28501f60fc947c9940b18d8c799a650c89c442f06ca86ce382ff7b2cf3"},{"version":"f89a94a355a7da0f5cb917f82a66984df2df759d231b0166f31f4bfd6e6487c8","signature":"454b94a83557ac76e5e9916c360c5162b7ed37be4ed9e763f4a263e5d5e22f33"},{"version":"aa7c855b13a6cdb0af827fffda1b940ebc804bb70bc1c63a222a540e7ec7a0e7","signature":"fe4a6a5c9355523e810e925655d5657e9498f81bc542e1435d350a0d629beae5"},"b2f7fe7faccd7324583435ad92f8cb26a4ccc85de336839cf78afd6006f1d4bc","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","7463cb4f8b66b66d5468fc84f5446f48b8402cdeec6bfce1f0b2ab383992d3b5","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","dae3d1adc67ac3dbd1cd471889301339ec439837b5df565982345be20c8fca9a","331dd4fb49f27df3e88bcd1361a063de1e9bcc7d463d6dc386b0c0d690c1a66f","f9748c9f1a914930d23a90ca4d1c34ce06c417e9bd36da5d1270485a8b8ff72a","ed19da84b7dbf00952ad0b98ce5c194f1903bcf7c94d8103e8e0d63b271543ae","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","a55ca8b5f8c6a8535bb26fac1e10132a5338234ca3d5b9ed739fbc8ef41c8075","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","a7321c0e96eecb19dcbf178493836474cef21ee3f9345384ce9d74e4be31228d","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","427ce5854885cfc34387e09de05c1d5c1acf94c2143e1693f1d9ff54880573e7","bed2c4f96fab3348be4a34d88dcb12578c1b2475b07c6acd369e99e227718d81","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","9ac9b7b349a96ff204f4172183cca1672cc402e1ee7277bfcdec96c000b7d818","ac127e4c6f2b5220b293cc9d2e64ba49781225b792a51cda50f3db8eafba550c",{"version":"f5e277afc658b3fefe1e9d06f3018416ea92f3e094bc21d38517f7f36627a5e4","affectsGlobalScope":true},"ba600bf38b5c1a5dffa1b99dd7a783549082bbba3b4fe9497eaaf5e4c1764b20","172dddc700c620827370b416d4aafbd7a4abd6f929cb50d6448cf6e3baeca38c","8cfa7e547e353e06dc3b486a400f95eef3a4aa9ded83ae38f325c0ce02e6d708","95c1cf650d16b197525b5bfdf8dd7abba0a49d99ddb12a4ba66466a8a6903e49","1fe0aabe758d56ad72495d6e6c7b6ae75619faaeaaf03f0ddf1948eea4cfac84","bbc57966c8c48ee78fd58aadb893784025be056ae538ae22d1e83c502a987e68","5e5d6f6697e378b0660b567866bf67d099d0ea754f8810c0dabe737805f5cf03","016821973966c7663ee27e1d1c75fa51d5e4f942506c44e083feda52c82e0848","af8339d509c40da075088e544c28ed37b519876e5c4d36a48644ebfb3c6ae6c8","657d689b204952d36655db5c6ba626414ff5e97fcc278f41edf872a6d3cc9e92","c26af7eaedb4f710984634e419ab15e54e5bb99a0b3cae71188c2fff572276de","38b58ef018d0aeee42ef74c42978bb5805503233fdeeb82cd2aed2199fb0d013","7426c455724cc1e1e7e6de540803db0a5858563e442b0640819dd316e4bc913c","fd0589ca571ad090b531d8c095e26caa53d4825c64d3ff2b2b1ab95d72294175",{"version":"669843ecafb89ae1e944df06360e8966219e4c1c34c0d28aa2503272cdd444a7","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","93c4fc5b5237c09bc9ed65cb8f0dc1d89034406ab40500b89701341994897142","f4cf5f0ad1cfb0ceebbe4fbe8aaf0aa728e899c99cc36ec6c0c4b8f6e8a84c83","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","28288f5e5f8b7b895ed2abe6359c1da3e0d14a64b5aef985071285671f347c01","65dfa4bc49ccd1355789abb6ae215b302a5b050fdee9651124fe7e826f33113c"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":true,"declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"importsNotUsedAsValues":0,"module":1,"newLine":1,"noEmitHelpers":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":false,"skipLibCheck":true,"sourceMap":true,"strict":true,"target":7,"useDefineForClassFields":true},"fileIdsList":[[105],[105,137,138],[105,335,336,337],[105,335],[105,336],[105,135],[68,105,112],[105,141,142,143,144,145,146],[105,141,143],[105,141],[75,105,112,141,142],[105,141,142,143],[105,414],[62,105,112],[105,147],[105,288,289,290,291,292,293,294,295],[93,105,112],[105,289],[105,465],[105,147,301,302,303],[105,302,303,304],[105,147,280,296,298,301,302],[105,301,303],[62,105,112,147,280,287,300],[78,105,112,280,344],[105,280,331,333,341,342,343,347],[105,144],[105,347],[105,348,349,350,399],[105,301,345,398],[105,245,280,334,340],[105,334,341],[105,333,341],[105,147,296,297,301],[105,298,299],[105,298],[105,276,280,300,301,305,333,342,343,400,401,403,404,407,411,412,413,415],[68,105,112,280,332],[105,280,332,333,348,402],[105,346,347,405,406],[78,105,112,147,280,344,346],[75,105,112,147,298,301,345,347],[105,144,280,301,332,339],[105,339,340,345,408,409,410],[105,112,280,301,332,339],[105,112,301,333,343],[105,144,280,301,333,338,339],[105,280,301,332],[105,280,301],[105,280],[105,286],[105,280,283,284,285],[105,281],[105,112,280,282,287],[105,280,282,287],[105,277],[105,277,278,279],[105,112,277],[105,280,388,389,390,391,392,393,394,395,396,397],[105,387],[78,105,112,280],[105,112],[105,280,387],[105,481],[78,105,112,319],[105,465,466,467,468,469],[105,465,467],[76,105,112],[75,76,105,112,473],[105,476],[105,477],[105,483,486],[75,105,107,112,344,500,502],[105,501],[59,105],[62,105],[63,68,96,105],[64,75,76,83,93,104,105],[64,65,75,83,105],[66,105],[67,68,76,84,105],[68,93,101,105],[69,71,75,83,105],[70,105],[71,72,105],[75,105],[73,75,105],[75,76,77,93,104,105],[75,76,77,90,93,96,105],[105,109],[78,83,93,104,105,319],[75,76,78,79,83,93,101,104,105],[78,80,93,101,104,105],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111],[75,81,105],[82,104,105],[71,75,83,93,105],[84,105],[85,105],[62,86,105],[87,103,105,109],[88,105],[89,105],[75,90,91,105],[90,92,105,107],[63,75,93,94,95,96,105],[63,93,95,105],[93,94,105],[96,105],[97,105],[75,99,100,105],[99,100,105],[68,83,93,101,105],[102,105],[83,103,105],[63,78,89,104,105],[68,105],[93,105,106],[105,107],[105,108],[63,68,75,77,86,93,104,105,107,109],[93,105,110],[78,93,105,112,319],[76,105,112,474],[105,417,456],[105,417,441,456],[105,456],[105,417],[105,417,442,456],[105,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455],[105,442,456],[75,78,80,93,101,104,105,110,112,319],[105,511],[75,93,105,112],[78,80,105,319],[105,148],[105,147,150,151,152,247,248,249,250,255,257,258,259,260,262,263,264,265,266,267,269,270,271,272,273],[105,152,274],[105,155,156],[105,156],[105,147,148,149,150,151],[105,247,248,249,250,251,255,256,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274],[105,148,152],[105,155,156,157,249,253,254,255,256,260,261,262],[105,156,159,251,253,263],[105,156,157,253],[105,156,159,251,253],[105,156,157,158,252],[105,155,156,157],[105,156,159,251,255],[105,112,156,157,251],[105,156,159,251,257],[105,112,156,157,245],[105,156,159,251,258],[105,156,157],[105,156,159,250,251],[105,156,157,250,257,258,259,263],[105,155,156,159,251,263],[105,156,157,268],[105,156,159,251,269],[105,155,156,157,251,260,261,262,263],[105,156,159,251,271],[105,155,156,157,247,248],[105,156,159,249,251],[105,156,157,249],[105,156,159,247,251],[105,112,245,246,249,250],[105,153,154],[71,78,105,319],[105,353,375],[105,353,384],[105,353,378,384],[105,112,353,377,378,379,380,381,382,383],[105,112,353,377,378,384,385,386],[105,112,353,377,378,384,385],[105,112,353,365,376],[105,353,377,378,387],[105,369,370,374],[105,370],[105,369,370,371,372,373],[105,369,370],[105,369],[105,366,367,368],[105,366],[105,353],[105,352],[105,351],[105,353,357,358,359,360,361,362,363],[105,351,353],[105,353,356],[105,479,485],[105,310,311],[105,310],[105,310,311,312,313,314],[105,311],[63,105,112,318,320,321,322],[105,324],[105,112,317,319,320,321,324],[78,83,93,104,105,112,317,319,321,322,324],[63,78,80,83,93,101,104,105,112,307,309,315,316,317,319,321,322,323],[63,104,105,112,317,320,322,324],[78,105,319],[105,326],[105,319,320,321,322,323,324,325,326,327,328],[63,104,105,112,320,321,323,324],[105,329],[105,329,330],[105,351,353,354,355,364],[105,354],[75,78,79,80,101,104,105,308,319],[105,483],[105,480,484],[57,58,105,131,132,133],[105,131,134],[57,58,105,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130],[57,58,105,134],[58,105],[57,58,105],[105,134],[57,58,105,119],[57,105,134],[58,105,113],[105,489],[105,488,489],[105,488],[105,488,489,490,492,493,496,497,498,499],[105,489,493],[105,488,489,490,492,493,494,495],[105,488,493],[105,493,497],[105,489,490,491],[105,490],[105,488,489,493],[105,482],[105,160,161,162,163,164,166,167,168,169,170,172,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244],[105,203],[105,219],[105,220],[105,166,191],[105,165,173,184,192],[105,191],[105,165],[105,223],[105,167],[105,201],[105,165,210,238],[105,213],[105,215],[105,160],[105,184],[105,162],[105,161,162,164,172,205],[105,227],[105,225],[105,165,169,170,171,172,173],[105,169,170,171],[105,162,182],[105,165,172],[105,229],[105,166],[105,223,232,235],[105,166,167],[105,166,167,215],[56,68,105,134,136,139,140,147,275,280,398,416,457,459,460,461,462],[56,105,139,416],[56,105,275,416,459,460,461,462,463],[56,105,416],[56,105,139,296,416,458,459],[56,105,134,139,331,416,459,463],[56,84,105,139,147,456],[275,280,416,459,461,462],[416],[275,416,459,460,461,462,463],[416,459]],"referencedMap":[[137,1],[139,2],[138,1],[338,3],[335,1],[336,4],[337,5],[136,6],[135,7],[147,8],[144,9],[141,1],[145,10],[143,11],[146,12],[142,9],[415,13],[414,1],[140,14],[295,7],[290,15],[291,1],[296,16],[292,17],[293,17],[289,1],[288,15],[294,18],[467,19],[465,1],[304,20],[305,21],[303,22],[302,23],[301,24],[413,25],[348,26],[349,27],[350,28],[400,29],[399,30],[341,31],[401,32],[334,33],[276,1],[298,34],[300,35],[299,36],[402,1],[416,37],[342,15],[343,15],[333,38],[403,39],[404,17],[405,1],[406,1],[407,40],[347,41],[346,42],[408,43],[411,44],[345,45],[409,46],[340,47],[339,48],[410,49],[332,1],[412,50],[281,1],[287,51],[286,52],[282,53],[283,54],[284,54],[285,55],[279,56],[280,57],[278,58],[277,1],[398,59],[388,60],[389,1],[393,61],[396,1],[390,62],[391,1],[392,1],[397,63],[394,1],[395,1],[479,1],[482,64],[481,1],[317,65],[470,66],[466,19],[468,67],[469,19],[471,1],[472,68],[474,69],[475,68],[476,1],[477,70],[478,71],[487,72],[501,73],[502,74],[503,1],[504,1],[473,1],[505,1],[59,75],[60,75],[62,76],[63,77],[64,78],[65,79],[66,80],[67,81],[68,82],[69,83],[70,84],[71,85],[72,85],[74,86],[73,87],[75,86],[76,88],[77,89],[61,90],[111,1],[78,91],[79,92],[80,93],[112,94],[81,95],[82,96],[83,97],[84,98],[85,99],[86,100],[87,101],[88,102],[89,103],[90,104],[91,104],[92,105],[93,106],[95,107],[94,108],[96,109],[97,110],[98,1],[99,111],[100,112],[101,113],[102,114],[103,115],[104,116],[105,117],[106,118],[107,119],[108,120],[109,121],[110,122],[506,1],[507,1],[508,1],[316,123],[509,124],[441,125],[442,126],[417,127],[420,127],[439,125],[440,125],[430,125],[429,128],[427,125],[422,125],[435,125],[433,125],[437,125],[421,125],[434,125],[438,125],[423,125],[424,125],[436,125],[418,125],[425,125],[426,125],[428,125],[432,125],[443,129],[431,125],[419,125],[456,130],[455,1],[450,129],[452,131],[451,129],[444,129],[445,129],[447,129],[449,129],[453,131],[454,131],[446,131],[448,131],[510,1],[344,1],[458,132],[511,1],[512,133],[513,134],[297,62],[149,135],[246,136],[274,137],[156,138],[157,139],[159,140],[152,141],[275,142],[150,143],[263,144],[264,145],[158,146],[252,147],[253,148],[254,147],[255,149],[256,150],[257,151],[265,152],[258,153],[266,154],[259,155],[250,155],[267,156],[260,157],[261,158],[269,159],[270,160],[271,161],[272,162],[273,155],[249,163],[262,164],[247,165],[248,166],[151,1],[268,1],[251,167],[153,1],[155,168],[154,1],[148,1],[306,1],[307,169],[480,1],[376,170],[379,171],[382,171],[383,171],[381,172],[380,172],[384,173],[387,174],[386,175],[377,176],[385,177],[378,171],[375,178],[373,1],[371,179],[374,180],[372,181],[370,182],[369,183],[367,184],[368,184],[366,1],[356,185],[351,1],[353,186],[352,187],[363,185],[362,185],[364,188],[361,189],[359,185],[360,185],[357,190],[358,185],[486,191],[310,1],[312,192],[311,193],[315,194],[313,193],[314,195],[323,196],[325,197],[322,198],[320,199],[324,200],[328,1],[321,201],[319,202],[327,203],[329,204],[326,205],[330,206],[331,207],[365,208],[355,209],[354,1],[309,210],[484,211],[485,212],[133,1],[134,213],[132,214],[131,215],[130,216],[128,217],[118,218],[57,219],[116,217],[117,217],[129,217],[121,217],[122,217],[123,217],[115,217],[120,220],[58,221],[125,217],[114,217],[127,222],[124,217],[126,217],[113,1],[119,219],[318,1],[490,223],[499,224],[488,1],[489,225],[500,226],[495,227],[496,228],[494,229],[498,230],[492,231],[491,232],[497,233],[493,224],[483,234],[308,1],[56,1],[245,235],[190,1],[204,236],[162,1],[220,237],[222,238],[221,238],[192,239],[191,1],[194,240],[193,241],[173,1],[223,242],[227,243],[225,243],[164,1],[171,244],[202,245],[201,1],[211,242],[166,242],[197,1],[241,246],[214,247],[216,248],[235,242],[165,249],[185,250],[200,1],[237,1],[207,251],[206,252],[224,243],[228,253],[226,254],[242,1],[209,1],[182,249],[174,255],[175,1],[172,256],[198,242],[199,242],[205,1],[163,1],[169,1],[184,1],[213,1],[243,257],[179,242],[180,258],[229,238],[231,259],[230,259],[170,1],[160,1],[183,1],[181,242],[212,1],[240,1],[178,1],[176,260],[177,1],[215,1],[208,1],[236,261],[188,262],[186,262],[187,262],[203,1],[167,1],[232,243],[234,253],[233,254],[219,242],[238,1],[217,263],[210,1],[196,1],[239,1],[244,1],[218,1],[161,1],[195,1],[189,1],[168,262],[11,1],[12,1],[14,1],[13,1],[2,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[3,1],[4,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[34,1],[35,1],[36,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[8,1],[48,1],[45,1],[46,1],[47,1],[49,1],[9,1],[50,1],[51,1],[52,1],[53,1],[54,1],[1,1],[10,1],[55,1],[463,264],[459,265],[464,266],[462,267],[460,268],[461,269],[457,270]],"exportedModulesMap":[[137,1],[139,2],[138,1],[338,3],[335,1],[336,4],[337,5],[136,6],[135,7],[147,8],[144,9],[141,1],[145,10],[143,11],[146,12],[142,9],[415,13],[414,1],[140,14],[295,7],[290,15],[291,1],[296,16],[292,17],[293,17],[289,1],[288,15],[294,18],[467,19],[465,1],[304,20],[305,21],[303,22],[302,23],[301,24],[413,25],[348,26],[349,27],[350,28],[400,29],[399,30],[341,31],[401,32],[334,33],[276,1],[298,34],[300,35],[299,36],[402,1],[416,37],[342,15],[343,15],[333,38],[403,39],[404,17],[405,1],[406,1],[407,40],[347,41],[346,42],[408,43],[411,44],[345,45],[409,46],[340,47],[339,48],[410,49],[332,1],[412,50],[281,1],[287,51],[286,52],[282,53],[283,54],[284,54],[285,55],[279,56],[280,57],[278,58],[277,1],[398,59],[388,60],[389,1],[393,61],[396,1],[390,62],[391,1],[392,1],[397,63],[394,1],[395,1],[479,1],[482,64],[481,1],[317,65],[470,66],[466,19],[468,67],[469,19],[471,1],[472,68],[474,69],[475,68],[476,1],[477,70],[478,71],[487,72],[501,73],[502,74],[503,1],[504,1],[473,1],[505,1],[59,75],[60,75],[62,76],[63,77],[64,78],[65,79],[66,80],[67,81],[68,82],[69,83],[70,84],[71,85],[72,85],[74,86],[73,87],[75,86],[76,88],[77,89],[61,90],[111,1],[78,91],[79,92],[80,93],[112,94],[81,95],[82,96],[83,97],[84,98],[85,99],[86,100],[87,101],[88,102],[89,103],[90,104],[91,104],[92,105],[93,106],[95,107],[94,108],[96,109],[97,110],[98,1],[99,111],[100,112],[101,113],[102,114],[103,115],[104,116],[105,117],[106,118],[107,119],[108,120],[109,121],[110,122],[506,1],[507,1],[508,1],[316,123],[509,124],[441,125],[442,126],[417,127],[420,127],[439,125],[440,125],[430,125],[429,128],[427,125],[422,125],[435,125],[433,125],[437,125],[421,125],[434,125],[438,125],[423,125],[424,125],[436,125],[418,125],[425,125],[426,125],[428,125],[432,125],[443,129],[431,125],[419,125],[456,130],[455,1],[450,129],[452,131],[451,129],[444,129],[445,129],[447,129],[449,129],[453,131],[454,131],[446,131],[448,131],[510,1],[344,1],[458,132],[511,1],[512,133],[513,134],[297,62],[149,135],[246,136],[274,137],[156,138],[157,139],[159,140],[152,141],[275,142],[150,143],[263,144],[264,145],[158,146],[252,147],[253,148],[254,147],[255,149],[256,150],[257,151],[265,152],[258,153],[266,154],[259,155],[250,155],[267,156],[260,157],[261,158],[269,159],[270,160],[271,161],[272,162],[273,155],[249,163],[262,164],[247,165],[248,166],[151,1],[268,1],[251,167],[153,1],[155,168],[154,1],[148,1],[306,1],[307,169],[480,1],[376,170],[379,171],[382,171],[383,171],[381,172],[380,172],[384,173],[387,174],[386,175],[377,176],[385,177],[378,171],[375,178],[373,1],[371,179],[374,180],[372,181],[370,182],[369,183],[367,184],[368,184],[366,1],[356,185],[351,1],[353,186],[352,187],[363,185],[362,185],[364,188],[361,189],[359,185],[360,185],[357,190],[358,185],[486,191],[310,1],[312,192],[311,193],[315,194],[313,193],[314,195],[323,196],[325,197],[322,198],[320,199],[324,200],[328,1],[321,201],[319,202],[327,203],[329,204],[326,205],[330,206],[331,207],[365,208],[355,209],[354,1],[309,210],[484,211],[485,212],[133,1],[134,213],[132,214],[131,215],[130,216],[128,217],[118,218],[57,219],[116,217],[117,217],[129,217],[121,217],[122,217],[123,217],[115,217],[120,220],[58,221],[125,217],[114,217],[127,222],[124,217],[126,217],[113,1],[119,219],[318,1],[490,223],[499,224],[488,1],[489,225],[500,226],[495,227],[496,228],[494,229],[498,230],[492,231],[491,232],[497,233],[493,224],[483,234],[308,1],[56,1],[245,235],[190,1],[204,236],[162,1],[220,237],[222,238],[221,238],[192,239],[191,1],[194,240],[193,241],[173,1],[223,242],[227,243],[225,243],[164,1],[171,244],[202,245],[201,1],[211,242],[166,242],[197,1],[241,246],[214,247],[216,248],[235,242],[165,249],[185,250],[200,1],[237,1],[207,251],[206,252],[224,243],[228,253],[226,254],[242,1],[209,1],[182,249],[174,255],[175,1],[172,256],[198,242],[199,242],[205,1],[163,1],[169,1],[184,1],[213,1],[243,257],[179,242],[180,258],[229,238],[231,259],[230,259],[170,1],[160,1],[183,1],[181,242],[212,1],[240,1],[178,1],[176,260],[177,1],[215,1],[208,1],[236,261],[188,262],[186,262],[187,262],[203,1],[167,1],[232,243],[234,253],[233,254],[219,242],[238,1],[217,263],[210,1],[196,1],[239,1],[244,1],[218,1],[161,1],[195,1],[189,1],[168,262],[11,1],[12,1],[14,1],[13,1],[2,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[3,1],[4,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[34,1],[35,1],[36,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[8,1],[48,1],[45,1],[46,1],[47,1],[49,1],[9,1],[50,1],[51,1],[52,1],[53,1],[54,1],[1,1],[10,1],[55,1],[463,271],[459,272],[464,273],[462,272],[460,274],[461,274]],"semanticDiagnosticsPerFile":[137,139,138,338,335,336,337,136,135,147,144,141,145,143,146,142,415,414,140,295,290,291,296,292,293,289,288,294,467,465,304,305,303,302,301,413,348,349,350,400,399,341,401,334,276,298,300,299,402,416,342,343,333,403,404,405,406,407,347,346,408,411,345,409,340,339,410,332,412,281,287,286,282,283,284,285,279,280,278,277,398,388,389,393,396,390,391,392,397,394,395,479,482,481,317,470,466,468,469,471,472,474,475,476,477,478,487,501,502,503,504,473,505,59,60,62,63,64,65,66,67,68,69,70,71,72,74,73,75,76,77,61,111,78,79,80,112,81,82,83,84,85,86,87,88,89,90,91,92,93,95,94,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,506,507,508,316,509,441,442,417,420,439,440,430,429,427,422,435,433,437,421,434,438,423,424,436,418,425,426,428,432,443,431,419,456,455,450,452,451,444,445,447,449,453,454,446,448,510,344,458,511,512,513,297,149,246,274,156,157,159,152,275,150,263,264,158,252,253,254,255,256,257,265,258,266,259,250,267,260,261,269,270,271,272,273,249,262,247,248,151,268,251,153,155,154,148,306,307,480,376,379,382,383,381,380,384,387,386,377,385,378,375,373,371,374,372,370,369,367,368,366,356,351,353,352,363,362,364,361,359,360,357,358,486,310,312,311,315,313,314,323,325,322,320,324,328,321,319,327,329,326,330,331,365,355,354,309,484,485,133,134,132,131,130,128,118,57,116,117,129,121,122,123,115,120,58,125,114,127,124,126,113,119,318,490,499,488,489,500,495,496,494,498,492,491,497,493,483,308,56,245,190,204,162,220,222,221,192,191,194,193,173,223,227,225,164,171,202,201,211,166,197,241,214,216,235,165,185,200,237,207,206,224,228,226,242,209,182,174,175,172,198,199,205,163,169,184,213,243,179,180,229,231,230,170,160,183,181,212,240,178,176,177,215,208,236,188,186,187,203,167,232,234,233,219,238,217,210,196,239,244,218,161,195,189,168,11,12,14,13,2,15,16,17,18,19,20,21,22,3,4,26,23,24,25,27,28,29,5,30,31,32,33,6,34,35,36,37,7,38,43,44,39,40,41,42,8,48,45,46,47,49,9,50,51,52,53,54,1,10,55,463,459,464,462,460,461,457]},"version":"4.8.4"}
File without changes
package/utils.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,wBAAgB,aAAa,SAQ5B;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,SAOtC"}
@@ -9,15 +9,18 @@ const semver_1 = tslib_1.__importDefault(require("semver"));
9
9
  // @ts-expect-error if we enable resolveJsonModule, we end up with `src` folder in `dist`
10
10
  const package_json_1 = require("apify-client/package.json");
11
11
  // @ts-expect-error if we enable resolveJsonModule, we end up with `src` folder in `dist`
12
- const package_json_2 = require("./package.json");
12
+ const package_json_2 = require("@crawlee/core/package.json");
13
+ // @ts-expect-error if we enable resolveJsonModule, we end up with `src` folder in `dist`
14
+ const package_json_3 = require("./package.json");
13
15
  /**
14
16
  * Logs info about system, node version and apify package version.
15
17
  * @internal
16
18
  */
17
19
  function logSystemInfo() {
18
20
  log_1.default.info('System info', {
19
- apifyVersion: package_json_2.version,
21
+ apifyVersion: package_json_3.version,
20
22
  apifyClientVersion: package_json_1.version,
23
+ crawleeVersion: package_json_2.version,
21
24
  osType: (0, node_os_1.type)(),
22
25
  nodeVersion: process.version,
23
26
  });
@@ -31,9 +34,9 @@ function printOutdatedSdkWarning() {
31
34
  if (process.env[consts_1.ENV_VARS.DISABLE_OUTDATED_WARNING])
32
35
  return;
33
36
  const latestApifyVersion = process.env[consts_1.ENV_VARS.SDK_LATEST_VERSION];
34
- if (!latestApifyVersion || !semver_1.default.lt(package_json_2.version, latestApifyVersion))
37
+ if (!latestApifyVersion || !semver_1.default.lt(package_json_3.version, latestApifyVersion))
35
38
  return;
36
- log_1.default.warning(`You are using an outdated version (${package_json_2.version}) of Apify SDK. We recommend you to update to the latest version (${latestApifyVersion}).
39
+ log_1.default.warning(`You are using an outdated version (${package_json_3.version}) of Apify SDK. We recommend you to update to the latest version (${latestApifyVersion}).
37
40
  Read more about Apify SDK versioning at: https://help.apify.com/en/articles/3184510-updates-and-versioning-of-apify-sdk`);
38
41
  }
39
42
  exports.printOutdatedSdkWarning = printOutdatedSdkWarning;
package/utils.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":";;;;AAAA,6DAA6B;AAC7B,0CAAyC;AACzC,qCAA+B;AAC/B,4DAA4B;AAE5B,yFAAyF;AACzF,4DAA0E;AAC1E,yFAAyF;AACzF,6DAAuE;AACvE,yFAAyF;AACzF,kDAA0D;AAE1D;;;GAGG;AACH,SAAgB,aAAa;IACzB,aAAG,CAAC,IAAI,CAAC,aAAa,EAAE;QACpB,YAAY,EAAZ,sBAAY;QACZ,kBAAkB,EAAlB,sBAAkB;QAClB,cAAc,EAAd,sBAAc;QACd,MAAM,EAAE,IAAA,cAAI,GAAE;QACd,WAAW,EAAE,OAAO,CAAC,OAAO;KAC/B,CAAC,CAAC;AACP,CAAC;AARD,sCAQC;AAED;;;GAGG;AACH,SAAgB,uBAAuB;IACnC,IAAI,OAAO,CAAC,GAAG,CAAC,iBAAQ,CAAC,wBAAwB,CAAC;QAAE,OAAO;IAC3D,MAAM,kBAAkB,GAAG,OAAO,CAAC,GAAG,CAAC,iBAAQ,CAAC,kBAAkB,CAAC,CAAC;IACpE,IAAI,CAAC,kBAAkB,IAAI,CAAC,gBAAM,CAAC,EAAE,CAAC,sBAAY,EAAE,kBAAkB,CAAC;QAAE,OAAO;IAEhF,aAAG,CAAC,OAAO,CAAC,sCAAsC,sBAAY,qEAAqE,kBAAkB;iIACxB,CAAC,CAAC;AACnI,CAAC;AAPD,0DAOC"}
@@ -1,20 +0,0 @@
1
-
2
- > apify@3.1.0 build
3
- > npm run clean && npm run compile && npm run copy && npm run fixApifyExport
4
-
5
-
6
- > apify@3.1.0 clean
7
- > rimraf ./dist
8
-
9
-
10
- > apify@3.1.0 compile
11
- > tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs
12
-
13
-
14
- > apify@3.1.0 copy
15
- > ts-node -T ../../scripts/copy.ts --readme=local
16
-
17
-
18
- > apify@3.1.0 fixApifyExport
19
- > ts-node -T ../../scripts/temp_fix_apify_exports.ts
20
-
@@ -1,4 +0,0 @@
1
-
2
- > apify@3.1.1-beta.8+fb10bb60c copy
3
- > ts-node -T ../../scripts/copy.ts --readme=local
4
-
package/dist/LICENSE.md DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "{}"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright 2018 Apify Technologies s.r.o.
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
package/dist/README.md DELETED
@@ -1,98 +0,0 @@
1
- # Apify SDK
2
-
3
- [![npm version](https://badge.fury.io/js/apify.svg)](https://www.npmjs.com/package/apify)
4
- [![Downloads](https://img.shields.io/npm/dm/apify.svg)](https://www.npmjs.com/package/apify)
5
- [![Chat on discord](https://img.shields.io/discord/801163717915574323?label=discord)](https://discord.gg/jyEM2PRvMU)
6
- [![Build Status](https://github.com/apify/apify-sdk-js/actions/workflows/test-and-release.yml/badge.svg?branch=master)](https://github.com/apify/apify-sdk-js/actions/workflows/test-and-release.yml)
7
-
8
- Apify SDK provides the tools required to run your own Apify actors. The crawlers and scraping related tools, previously included in Apify SDK (v2), have been split into a brand-new module - [`crawlee`](https://npmjs.org/crawlee), while keeping the Apify specific parts in this module.
9
-
10
- > Would you like to work with us on Crawlee, Apify SDK or similar projects? We are hiring [Node.js engineers](https://apify.com/jobs#senior-node.js-engineer).
11
-
12
- ## Upgrading from v2
13
-
14
- A lot of things have changed since version 2 of the Apify SDK, including the split of the crawlers to the new [`crawlee`](https://npmjs.org/crawlee) module. We've written a guide to help you easily migrate from v2 to v3. Visit the [Upgrading Guide](https://sdk.apify.com/docs/upgrading/upgrading-to-v3) to find out what changes you need to make (especially the section related to this very [Apify SDK](https://sdk.apify.com/docs/upgrading/upgrading-to-v3#apify-sdk)), and, if you encounter any issues, join our [Discord server](https://discord.gg/jyEM2PRvMU) for help!
15
-
16
- ## Quick Start
17
-
18
- This short tutorial will set you up to start using Apify SDK in a minute or two.
19
- If you want to learn more, proceed to the [Apify Platform](https://sdk.apify.com/docs/guides/apify-platform)
20
- guide that will take you step by step through running your actor on Apify's platform.
21
-
22
- Apify SDK requires [Node.js](https://nodejs.org/en/) 16 or later. Add Apify SDK to any Node.js project by running:
23
-
24
- ```bash
25
- npm install apify crawlee playwright
26
- ```
27
-
28
- > For this example, we'll also install the [`crawlee`](https://npmjs.org/crawlee) module, as it now provides the crawlers that were previously exported by Apify SDK. If you don't plan to use crawlers in your actors, then you don't need to install it. Keep in mind that neither `playwright` nor `puppeteer` are bundled with `crawlee` in order to reduce install size and allow greater flexibility. That's why we manually install it with NPM. You can choose one, both, or neither.
29
-
30
- There are two ways to initialize your actor: by using the `Actor.main()` function you're probably used to, or by calling `Actor.init()` and `Actor.exit()` manually. We prefer explicitly calling `init` and `exit`.
31
-
32
- ### Using `Actor.init()` and `Actor.exit()`
33
-
34
- ```typescript
35
- import { Actor } from 'apify';
36
- import { PlaywrightCrawler } from 'crawlee';
37
-
38
- await Actor.init()
39
-
40
- const crawler = new PlaywrightCrawler({
41
- async requestHandler({ request, page, enqueueLinks }) {
42
- // Extract HTML title of the page.
43
- const title = await page.title();
44
- console.log(`Title of ${request.url}: ${title}`);
45
-
46
- // Add URLs that point to the same hostname.
47
- await enqueueLinks();
48
- },
49
- });
50
-
51
- await crawler.run(['https://crawlee.dev/']);
52
-
53
- await Actor.exit();
54
- ```
55
-
56
- ### Using `Actor.main()`
57
-
58
- ```typescript
59
- import { Actor } from 'apify';
60
- import { PlaywrightCrawler } from 'crawlee';
61
-
62
- await Actor.main(async () => {
63
- const crawler = new PlaywrightCrawler({
64
- async requestHandler({ request, page, enqueueLinks }) {
65
- // Extract HTML title of the page.
66
- const title = await page.title();
67
- console.log(`Title of ${request.url}: ${title}`);
68
-
69
- // Add URLs that point to the same hostname.
70
- await enqueueLinks();
71
- },
72
- });
73
-
74
- await crawler.run(['https://crawlee.dev/']);
75
- });
76
- ```
77
-
78
- ## Support
79
-
80
- If you find any bug or issue with the Apify SDK, please [submit an issue on GitHub](https://github.com/apify/apify-sdk-js/issues).
81
- For questions, you can ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/apify) or contact support@apify.com
82
-
83
- ## Contributing
84
-
85
- Your code contributions are welcome, and you'll be praised to eternity!
86
- If you have any ideas for improvements, either submit an issue or create a pull request.
87
- For contribution guidelines and the code of conduct,
88
- see [CONTRIBUTING.md](https://github.com/apify/apify-sdk-js/blob/master/CONTRIBUTING.md).
89
-
90
- ## License
91
-
92
- This project is licensed under the Apache License 2.0 -
93
- see the [LICENSE.md](https://github.com/apify/apify-sdk-js/blob/master/LICENSE.md) file for details.
94
-
95
- ## Acknowledgments
96
-
97
- Many thanks to [Chema Balsas](https://www.npmjs.com/~jbalsas) for giving up the `apify` package name
98
- on NPM and renaming his project to [jsdocify](https://www.npmjs.com/package/jsdocify).
@@ -1 +0,0 @@
1
- {"version":3,"file":"actor.d.ts","sourceRoot":"","sources":["../src/actor.ts"],"names":[],"mappings":"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"}
package/dist/actor.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"actor.js","sourceRoot":"","sources":["../src/actor.ts"],"names":[],"mappings":";;;;AAAA,oDAAoB;AACpB,6CAA+C;AAC/C,wDAA2D;AAC3D,0CAA2D;AAC3D,4CAAqD;AACrD,6DAA6B;AAS7B,+CAGsB;AAStB,wCAOuB;AAEvB,0CAA6D;AAC7D,mCAAiE;AACjE,qEAAgE;AAEhE,+DAA2D;AAC3D,uDAAkD;AAClD,mDAAgD;AAEhD;;;;GAIG;AACH,MAAa,KAAK;IAsBd,YAAY,UAAgC,EAAE;QAlB9C;;;WAGG;QACH;;;;;WAA+B;QAE/B;;;WAGG;QACH;;;;;WAAkC;QAElC;;;WAGG;QACH;;;;;WAAoC;QAGhC,oFAAoF;QACpF,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,6BAAa,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC,IAAI,6BAAa,CAAC,OAAO,CAAC,CAAC;QAC/G,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;QACpC,IAAI,CAAC,YAAY,GAAG,IAAI,6CAAoB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgEG;IACH,IAAI,CAAI,QAAkB,EAAE,OAAqB;QAC7C,IAAI,CAAC,QAAQ,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;YAC7C,MAAM,IAAI,KAAK,CAAC,6DAA6D,QAAQ,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,QAAQ,KAAK,CAAC,CAAC;SACnI;QAED,OAAO,CAAC,KAAK,IAAI,EAAE;YACf,MAAM,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACzB,IAAI,GAAM,CAAC;YAEX,IAAI;gBACA,GAAG,GAAG,MAAM,QAAQ,EAAO,CAAC;gBAC5B,MAAM,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;aAC5B;YAAC,OAAO,GAAQ,EAAE;gBACf,aAAG,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;gBAChC,MAAM,IAAI,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,kBAAU,CAAC,yBAAyB,EAAE,CAAC,CAAC;aACvE;YAED,OAAO,GAAI,CAAC;QAChB,CAAC,CAAC,EAAE,CAAC;IACT,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,IAAI,CAAC,UAAuB,EAAE;QAChC,IAAA,qBAAa,GAAE,CAAC;QAChB,IAAA,+BAAuB,GAAE,CAAC;QAE1B,mEAAmE;QACnE,oBAAiB,CAAC,YAAY,GAAG,6BAAa,CAAC,eAAe,EAAE,CAAC;QAEjE,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE;YACjB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;YAC3C,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC,CAAC,oDAAoD;YACpG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC/C,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAClD;aAAM,IAAI,OAAO,CAAC,OAAO,EAAE;YACxB,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SACjD;QAED,yCAAyC;QACzC,MAAM,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,IAAI,EAAE,CAAC;QAE3C,MAAM,IAAA,2BAAoB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACxC,6BAAa,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACjD,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,IAAI,CAAC,gBAAuC,EAAE,UAAuB,EAAE;QACzE,OAAO,GAAG,OAAO,gBAAgB,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,gBAAgB,EAAE,GAAG,OAAO,EAAE,CAAC;QACvI,OAAO,CAAC,IAAI,KAAZ,OAAO,CAAC,IAAI,GAAK,IAAI,EAAC;QACtB,OAAO,CAAC,QAAQ,KAAhB,OAAO,CAAC,QAAQ,GAAK,kBAAU,CAAC,OAAO,EAAC;QACxC,OAAO,CAAC,WAAW,KAAnB,OAAO,CAAC,WAAW,GAAK,EAAE,EAAC;QAE3B,iEAAiE;QACjE,MAAM,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,KAAK,EAAE,CAAC;QAE5C,sBAAsB;QACtB,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,IAAI,8BAAiB,OAAO,CAAC,CAAC;QAE5D,+CAA+C;QAC/C,aAAG,CAAC,KAAK,CAAC,qEAAqE,OAAO,CAAC,WAAW,mBAAmB,CAAC,CAAC;QACvH,MAAM,IAAA,6BAAmB,EACrB,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,6BAA6B,EAAE,EACnE,OAAO,CAAC,WAAW,GAAG,IAAI,EAC1B,+EAA+E,OAAO,CAAC,WAAW,UAAU,CAC/G,CAAC;QAEF,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC;QAE9C,IAAI,MAAM,CAAC,QAAQ,EAAE;YACjB,IAAI,QAAQ,GAAG,KAAK,CAAC;YACrB,UAAU,CAAC,GAAG,EAAE;gBACZ,IAAI,CAAC,QAAQ,EAAE;oBACX,aAAG,CAAC,IAAI,CAAC,4DAA4D,CAAC,CAAC;iBAC1E;YACL,CAAC,EAAE,IAAI,CAAC,CAAC;YACT,MAAM,MAAM,CAAC,QAAQ,EAAE,CAAC;YACxB,QAAQ,GAAG,IAAI,CAAC;SACnB;QAED,IAAI,OAAO,CAAC,QAAQ,GAAG,CAAC,EAAE;YACtB,OAAO,CAAC,aAAa,KAArB,OAAO,CAAC,aAAa,GAAK,2CAA2C,OAAO,CAAC,QAAQ,GAAG,EAAC;YACzF,aAAG,CAAC,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;SACpC;aAAM;YACH,OAAO,CAAC,aAAa,KAArB,OAAO,CAAC,aAAa,GAAK,0CAA0C,OAAO,CAAC,QAAQ,GAAG,EAAC;YACxF,aAAG,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;SACnC;QAED,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE;YACf,OAAO;SACV;QAED,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACnC,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,IAAI,CAAC,gBAAuC,EAAE,UAAuB,EAAE;QACzE,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,EAAE,CAAC,KAAoB,EAAE,QAAiC;QACtD,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IACtD,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,KAAoB,EAAE,QAAkC;QACxD,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,GAAG,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IACvD,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,KAAK,CAAC,IAAI,CAAC,OAAe,EAAE,KAAe,EAAE,UAAuB,EAAE;QAClE,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,OAAO,CAAC;QACnC,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QAEpE,OAAO,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IACnD,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,KAAK,CAAC,KAAK,CAAC,OAAe,EAAE,KAAe,EAAE,UAAuB,EAAE;QACnE,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,OAAO,CAAC;QACnC,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QAEpE,OAAO,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IACpD,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,KAAK,CAAC,KAAa,EAAE,UAAwB,EAAE;QACjD,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,GAAG,IAAI,EAAE,GAAG,OAAO,CAAC;QAClD,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QAEpE,IAAI,aAAa,EAAE;YACf,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;SAC9C;QAED,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,KAAK,CAAC,QAAQ,CAAC,MAAc,EAAE,KAAkB,EAAE,UAA2B,EAAE;QAC5E,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,OAAO,CAAC;QACnC,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QAEpE,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,KAAK,CAAC,SAAS,CAAC,aAAqB,EAAE,KAAe,EAAE,UAA4B,EAAE;QAClF,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE;YAClB,aAAG,CAAC,OAAO,CAAC,yEAAyE,CAAC,CAAC;YACvF,OAAO;SACV;QAED,MAAM,EACF,sBAAsB,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,2BAA2B,CAAC,EACrE,GAAG,aAAa,EACnB,GAAG,OAAO,CAAC;QACZ,MAAM,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAE,CAAC;QAC7C,MAAM,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,aAAa,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC;QAEjF,8CAA8C;QAC9C,MAAM,IAAA,aAAK,EAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM;QACR,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE;YAClB,aAAG,CAAC,OAAO,CAAC,sEAAsE,CAAC,CAAC;YACpF,OAAO;SACV;QAED,kFAAkF;QAClF,MAAM,OAAO,CAAC,GAAG,CAAC;YACd,wFAAwF;YACxF,GAAG,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,SAAS,8CAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;YACnF,sCAAsC;YACtC,GAAG,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,SAAS,uCAAqB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;SAClF,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAE,CAAC;QAC5C,MAAM,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAClC,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,UAAU,CAAC,OAAuB;QACpC,IAAA,YAAE,EAAC,OAAO,EAAE,YAAE,CAAC,MAAM,CAAC,UAAU,CAAC;YAC7B,UAAU,EAAE,YAAE,CAAC,KAAK,CAAC,MAAM,CAAmB,YAAE,CAAC,MAAM,CAAC;YACxD,UAAU,EAAE,YAAE,CAAC,MAAM;YACrB,eAAe,EAAE,YAAE,CAAC,QAAQ,CAAC,MAAM;YACnC,cAAc,EAAE,YAAE,CAAC,QAAQ,CAAC,MAAM;SACrC,CAAC,CAAC,CAAC;QAEJ,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,eAAe,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC;QAE5E,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE;YAClB,aAAG,CAAC,OAAO,CAAC,2GAA2G,CAAC,CAAC;YACzH,OAAO,SAAS,CAAC;SACpB;QAED,MAAM,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAE,CAAC;QAC7C,IAAI,CAAC,KAAK,EAAE;YACR,MAAM,IAAI,KAAK,CAAC,wBAAwB,iBAAQ,CAAC,YAAY,cAAc,CAAC,CAAC;SAChF;QAED,OAAO,IAAI,CAAC,WAAW,CAAC,QAAQ,EAAE,CAAC,MAAM,CAAC;YACtC,OAAO,EAAE,IAAI;YACb,UAAU;YACV,SAAS,EAAE;gBACP,UAAU,EAAE,KAAK;aACpB;YACD,UAAU;YACV,eAAe;YACf,cAAc;SACjB,CAAC,CAAC;IACP,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,gBAAgB,CAAC,aAAqB;QACxC,IAAA,YAAE,EAAC,aAAa,EAAE,YAAE,CAAC,MAAM,CAAC,CAAC;QAE7B,MAAM,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAE,CAAC;QAC7C,IAAI,CAAC,KAAK,EAAE;YACR,MAAM,IAAI,KAAK,CAAC,wBAAwB,iBAAQ,CAAC,YAAY,cAAc,CAAC,CAAC;SAChF;QAED,OAAO,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC,CAAC;IACjE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,KAAK,CAAC,QAAQ,CAAC,IAAmB;QAC9B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC;QACzC,OAAO,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,WAAW,CACb,eAA+B,EAC/B,UAA8B,EAAE;QAEhC,IAAA,YAAE,EAAC,eAAe,EAAE,YAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACxC,IAAA,YAAE,EAAC,OAAO,EAAE,YAAE,CAAC,MAAM,CAAC,UAAU,CAAC;YAC7B,UAAU,EAAE,YAAE,CAAC,QAAQ,CAAC,OAAO;SAClC,CAAC,CAAC,CAAC;QAEJ,OAAO,IAAI,CAAC,YAAY,CAAgB,cAAO,EAAE,eAAe,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,KAAK,CAAC,QAAQ,CAAc,GAAW;QACnC,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAC7C,OAAO,KAAK,CAAC,QAAQ,CAAI,GAAG,CAAC,CAAC;IAClC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACH,KAAK,CAAC,QAAQ,CAAI,GAAW,EAAE,KAAe,EAAE,UAAyB,EAAE;QACvE,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAC7C,OAAO,KAAK,CAAC,QAAQ,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,KAAK,CAAC,QAAQ;QACV,MAAM,0BAA0B,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;QACjF,MAAM,gCAAgC,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,kCAAkC,CAAC,CAAC;QAC7F,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAI,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC;QAClE,IAAI,YAAE,CAAC,OAAO,CAAC,KAAK,EAAE,YAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,0BAA0B,IAAI,gCAAgC,EAAE;YACzG,MAAM,UAAU,GAAG,IAAA,8BAAgB,EAAC;gBAChC,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,0BAA0B,EAAE,QAAQ,CAAC;gBACtD,UAAU,EAAE,gCAAgC;aAC/C,CAAC,CAAC;YACH,OAAO,IAAA,mCAAmB,EAAI,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC,CAAC;SACxD;QACD,OAAO,KAAK,CAAC;IACjB,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,iBAAiB,CAAC,aAA6B,EAAE,UAA8B,EAAE;QACnF,IAAA,YAAE,EAAC,aAAa,EAAE,YAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACtC,IAAA,YAAE,EAAC,OAAO,EAAE,YAAE,CAAC,MAAM,CAAC,UAAU,CAAC;YAC7B,UAAU,EAAE,YAAE,CAAC,QAAQ,CAAC,OAAO;SAClC,CAAC,CAAC,CAAC;QAEJ,OAAO,IAAI,CAAC,YAAY,CAAC,+BAAa,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK,CAAC,gBAAgB,CAAC,aAA6B,EAAE,UAA8B,EAAE;QAClF,IAAA,YAAE,EAAC,aAAa,EAAE,YAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACtC,IAAA,YAAE,EAAC,OAAO,EAAE,YAAE,CAAC,MAAM,CAAC,UAAU,CAAC;YAC7B,UAAU,EAAE,YAAE,CAAC,QAAQ,CAAC,OAAO;SAClC,CAAC,CAAC,CAAC;QAEJ,OAAO,IAAI,CAAC,YAAY,CAAC,mBAAY,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,KAAK,CAAC,wBAAwB,CAC1B,4BAAqF,EAAE;QAEvF,oFAAoF;QACpF,yEAAyE;QACzE,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,EAAE,GAAG,yBAAyB,CAAC;QAChE,MAAM,iBAAiB,GAAG,aAAa,KAAK,KAAK,CAAC;QAClD,MAAM,oBAAoB,GAAG,CAAC,yBAAyB,CAAC,SAAS,CAAC;QAElE,IAAI,iBAAiB,IAAI,oBAAoB,EAAE;YAC3C,OAAO,SAAS,CAAC;SACpB;QAED,MAAM,kBAAkB,GAAG,IAAI,wCAAkB,CAAC,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QACxE,MAAM,kBAAkB,CAAC,UAAU,EAAE,CAAC;QAEtC,OAAO,kBAAkB,CAAC;IAC9B,CAAC;IAED;;;;;;;OAOG;IACH,MAAM;QACF,kGAAkG;QAClG,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,IAAI,EAAE,CAAC;QAC9B,MAAM,OAAO,GAAG,EAAc,CAAC;QAE/B,KAAK,MAAM,CAAC,SAAS,EAAE,QAAQ,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,iBAAQ,CAAC,EAAE;YAC1D,MAAM,aAAa,GAAG,IAAA,4BAAoB,EAAC,SAAS,CAAmB,CAAC;YACxE,IAAI,KAAK,GAAuC,GAAG,CAAC,QAAQ,CAAC,CAAC;YAE9D,4BAA4B;YAC5B,IAAI,KAAK,IAAI,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;gBACnC,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;gBAC/B,KAAK,GAAG,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;aACjD;iBAAM,IAAK,yBAAsC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;gBACnE,KAAK,GAAG,QAAQ,CAAC,KAAM,EAAE,EAAE,CAAC,CAAC;aAChC;YAED,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,aAAa,EAAE,KAAK,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;SAC5E;QAED,OAAO,OAAO,CAAC;IACnB,CAAC;IAED;;;;;;;OAOG;IACH,SAAS,CAAC,UAA8B,EAAE;QACtC,MAAM,EAAE,UAAU,EAAE,GAAG,oBAAoB,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,sBAAsB,CAAe,CAAC;QACtG,OAAO,IAAI,0BAAW,CAAC;YACnB,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC;YACtC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC;YAC/B,GAAG,oBAAoB;YACvB,GAAG,OAAO,EAAE,8CAA8C;SAC7D,CAAC,CAAC;IACP,CAAC;IAED;;;OAGG;IACH,QAAQ;QACJ,OAAO,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAQ,CAAC,UAAU,CAAC,CAAC;IAC9C,CAAC;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,QAAQ,CACV,IAAa,EACb,eAAe,EAAW,EAC1B,OAAyB;QAEzB,MAAM,OAAO,GAAG,MAAM,+BAAa,CAAC,IAAI,CAAC,OAAO,EAAE,iBAAiB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,IAAI,6BAAa,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC;QACrI,OAAO,OAAO,CAAC,iBAAiB,CAAQ,IAAI,IAAI,oBAAoB,EAAE,YAAY,CAAC,CAAC;IACxF,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ,CACjB,IAAa,EACb,eAAe,EAAW,EAC1B,OAAyB;QAEzB,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,CAAQ,IAAI,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+DG;IACH,MAAM,CAAC,IAAI,CAAI,QAAqB,EAAE,OAAqB;QACvD,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,IAAI,CAAI,QAAQ,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,UAAuB,EAAE;QACvC,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACpD,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAuC,EAAE,UAAuB,EAAE;QAChF,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAuC,EAAE,UAAuB,EAAE;QAChF,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,EAAE,CAAC,KAAoB,EAAE,QAAiC;QAC7D,KAAK,CAAC,kBAAkB,EAAE,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IACnD,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,KAAoB,EAAE,QAAkC;QAC/D,KAAK,CAAC,kBAAkB,EAAE,CAAC,GAAG,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IACpD,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,OAAe,EAAE,KAAe,EAAE,UAAuB,EAAE;QACzE,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,MAAc,EAAE,KAAkB,EAAE,UAA2B,EAAE;QACnF,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,OAAe,EAAE,KAAkB,EAAE,UAAuB,EAAE;QAC7E,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAa,EAAE,UAAwB,EAAE;QACxD,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,aAAqB,EAAE,KAAe,EAAE,UAA4B,EAAE;QACzF,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,SAAS,CAAC,aAAa,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,KAAK,CAAC,MAAM;QACf,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,MAAM,EAAE,CAAC;IAC/C,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,OAAuB;QAC3C,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,KAAK,CAAC,gBAAgB,CAAC,aAAqB;QAC/C,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAuC,IAAmB;QAC3E,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,KAAK,CAAC,WAAW,CACpB,eAA+B,EAAE,UAA8B,EAAE;QAEjE,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,WAAW,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAc,GAAW;QAC1C,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;IACpD,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAI,GAAW,EAAE,KAAe,EAAE,UAAyB,EAAE;QAC9E,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ;QACjB,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,EAAE,CAAC;IACjD,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,KAAK,CAAC,iBAAiB,CAAC,aAA6B,EAAE,UAA8B,EAAE;QAC1F,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,iBAAiB,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,KAAK,CAAC,gBAAgB,CAAC,aAA6B,EAAE,UAA8B,EAAE;QACzF,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,gBAAgB,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,MAAM,CAAC,KAAK,CAAC,wBAAwB,CACjC,4BAAqF,EAAE;QAEvF,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,wBAAwB,CAAC,yBAAyB,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,MAAM;QACT,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,MAAM,EAAE,CAAC;IAC/C,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,SAAS,CAAC,UAA8B,EAAE;QAC7C,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IACzD,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,QAAQ;QACX,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,QAAQ,EAAE,CAAC;IACjD,CAAC;IAED,+CAA+C;IAC/C,MAAM,KAAK,WAAW;QAClB,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,WAAW,CAAC;IAClD,CAAC;IAED,iDAAiD;IACjD,MAAM,KAAK,MAAM;QACb,OAAO,KAAK,CAAC,kBAAkB,EAAE,CAAC,MAAM,CAAC;IAC7C,CAAC;IAED,gBAAgB;IAChB,MAAM,CAAC,kBAAkB;QACrB,IAAI,CAAC,SAAS,KAAd,IAAI,CAAC,SAAS,GAAK,IAAI,KAAK,EAAE,EAAC;QAC/B,OAAO,IAAI,CAAC,SAAS,CAAC;IAC1B,CAAC;IAEO,YAAY,CAAqB,YAA4B,EAAE,EAAW,EAAE,UAA8B,EAAE;QAChH,MAAM,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;QACjE,OAAO,qBAAc,CAAC,WAAW,CAAI,YAAY,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IAChF,CAAC;CACJ;AAhzCD,sBAgzCC;AA0KD;;;;;GAKG;AACU,QAAA,UAAU,GAAG;IACtB,OAAO,EAAE,CAAC;IACV,yBAAyB,EAAE,EAAE;IAC7B,aAAa,EAAE,EAAE;CACpB,CAAC"}
package/dist/package.json DELETED
@@ -1,71 +0,0 @@
1
- {
2
- "name": "apify",
3
- "version": "3.1.1-beta.8+fb10bb60c",
4
- "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
- "engines": {
6
- "node": ">=16.0.0"
7
- },
8
- "main": "./index.js",
9
- "module": "./index.mjs",
10
- "types": "./index.d.ts",
11
- "exports": {
12
- ".": {
13
- "import": "./index.mjs",
14
- "require": "./index.js",
15
- "types": "./index.d.ts"
16
- },
17
- "./package.json": "./package.json"
18
- },
19
- "keywords": [
20
- "apify",
21
- "headless",
22
- "chrome",
23
- "puppeteer",
24
- "crawler",
25
- "scraper"
26
- ],
27
- "author": {
28
- "name": "Apify",
29
- "email": "support@apify.com",
30
- "url": "https://apify.com"
31
- },
32
- "contributors": [
33
- "Jan Curn <jan@apify.com>",
34
- "Marek Trunkat <marek@apify.com>",
35
- "Ondra Urban <ondra@apify.com>"
36
- ],
37
- "license": "Apache-2.0",
38
- "repository": {
39
- "type": "git",
40
- "url": "git+https://github.com/apify/apify-sdk-js"
41
- },
42
- "bugs": {
43
- "url": "https://github.com/apify/apify-sdk-js/issues"
44
- },
45
- "homepage": "https://sdk.apify.com",
46
- "scripts": {
47
- "build": "npm run clean && npm run compile && npm run copy && npm run fixApifyExport",
48
- "clean": "rimraf ./dist",
49
- "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./index.js ./index.mjs",
50
- "copy": "ts-node -T ../../scripts/copy.ts --readme=local",
51
- "fixApifyExport": "ts-node -T ../../scripts/temp_fix_apify_exports.ts"
52
- },
53
- "publishConfig": {
54
- "access": "public"
55
- },
56
- "dependencies": {
57
- "@apify/consts": "^2.4.1",
58
- "@apify/input_secrets": "^1.1.0",
59
- "@apify/log": "^2.1.4",
60
- "@apify/timeout": "^0.3.0",
61
- "@apify/utilities": "^2.2.2",
62
- "@crawlee/core": "^3.1.0",
63
- "@crawlee/types": "^3.1.0",
64
- "@crawlee/utils": "^3.1.0",
65
- "apify-client": "^2.6.0",
66
- "ow": "^0.28.1",
67
- "semver": "^7.3.7",
68
- "ws": "^7.5.9"
69
- },
70
- "gitHead": "fb10bb60c12c0af97e41ae88adcf0b2000286235"
71
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAUA;;;GAGG;AACH,wBAAgB,aAAa,SAO5B;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,SAOtC"}
package/dist/utils.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":";;;;AAAA,6DAA6B;AAC7B,0CAAyC;AACzC,qCAA+B;AAC/B,4DAA4B;AAE5B,yFAAyF;AACzF,4DAA0E;AAC1E,yFAAyF;AACzF,kDAA0D;AAE1D;;;GAGG;AACH,SAAgB,aAAa;IACzB,aAAG,CAAC,IAAI,CAAC,aAAa,EAAE;QACpB,YAAY,EAAZ,sBAAY;QACZ,kBAAkB,EAAlB,sBAAkB;QAClB,MAAM,EAAE,IAAA,cAAI,GAAE;QACd,WAAW,EAAE,OAAO,CAAC,OAAO;KAC/B,CAAC,CAAC;AACP,CAAC;AAPD,sCAOC;AAED;;;GAGG;AACH,SAAgB,uBAAuB;IACnC,IAAI,OAAO,CAAC,GAAG,CAAC,iBAAQ,CAAC,wBAAwB,CAAC;QAAE,OAAO;IAC3D,MAAM,kBAAkB,GAAG,OAAO,CAAC,GAAG,CAAC,iBAAQ,CAAC,kBAAkB,CAAC,CAAC;IACpE,IAAI,CAAC,kBAAkB,IAAI,CAAC,gBAAM,CAAC,EAAE,CAAC,sBAAY,EAAE,kBAAkB,CAAC;QAAE,OAAO;IAEhF,aAAG,CAAC,OAAO,CAAC,sCAAsC,sBAAY,qEAAqE,kBAAkB;iIACxB,CAAC,CAAC;AACnI,CAAC;AAPD,0DAOC"}