mcp-scraper 0.66.6 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +1122 -625
- package/dist/bin/api-server.js +3 -3
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +2 -2
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.cjs +147 -17
- package/dist/bin/mcp-stdio-server.js +6 -6
- package/dist/bin/paa-harvest.cjs +20 -1
- package/dist/bin/paa-harvest.js +3 -3
- package/dist/{chunk-3EYALCYK.js → chunk-2L4C4DAZ.js} +1 -1
- package/dist/{chunk-CETDPNMZ.js → chunk-2LXTOAKS.js} +1 -1
- package/dist/{chunk-K7Y27ND3.js → chunk-62LEXS5O.js} +2 -2
- package/dist/{chunk-55B3T5L2.js → chunk-65FTMB7G.js} +92 -1
- package/dist/{chunk-3TKKJQB4.js → chunk-ES25GP6C.js} +1 -1
- package/dist/{chunk-NLEAYKOC.js → chunk-GT63KEUB.js} +1 -1
- package/dist/{chunk-KPE52NPT.js → chunk-IHDTONZV.js} +1 -1
- package/dist/{chunk-KXRWY7DZ.js → chunk-LCGTNWOT.js} +1 -1
- package/dist/{chunk-DBWWIK7O.js → chunk-LN6N3YLK.js} +1 -1
- package/dist/{chunk-ABYBPODM.js → chunk-UL4ZKAWZ.js} +1 -1
- package/dist/{chunk-VMWVEKZT.js → chunk-XOOKZYZG.js} +71 -18
- package/dist/{chunk-PMCT2YQM.js → chunk-Y46YNQMM.js} +1 -1
- package/dist/{db-4RVZ3NYZ.js → db-ZGZAKYBW.js} +1 -1
- package/dist/{extract-bundle-EA5URLXN.js → extract-bundle-QQIYJSBW.js} +3 -3
- package/dist/index.cjs +20 -1
- package/dist/index.js +3 -3
- package/dist/{lead-list-enrichment-repository-IBXNWM6H.js → lead-list-enrichment-repository-CXLVIV3R.js} +2 -2
- package/dist/{location-data-repository-WHHQUCUI.js → location-data-repository-G72M7DTN.js} +2 -2
- package/dist/{server-5WPS3LZD.js → server-MFVYRB6I.js} +818 -471
- package/dist/{site-extract-repository-NTM4MDQN.js → site-extract-repository-7EP6UX6I.js} +2 -2
- package/dist/{worker-UTBUWEXQ.js → worker-JGWV2LID.js} +5 -5
- package/package.json +1 -1
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
} from "./chunk-PGJQDMC2.js";
|
|
9
9
|
import {
|
|
10
10
|
sanitizeOutboundDiagnostics
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2L4C4DAZ.js";
|
|
12
12
|
import {
|
|
13
13
|
browserServiceProfileName,
|
|
14
14
|
browserServiceProfileSaveChanges,
|
|
15
15
|
recordVendorUsage,
|
|
16
16
|
vendorCostUsd
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-ES25GP6C.js";
|
|
18
18
|
import {
|
|
19
19
|
buildSerpEmailQuery,
|
|
20
20
|
classifyEmailScope,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
} from "./chunk-VXLU74YZ.js";
|
|
26
26
|
import {
|
|
27
27
|
PACKAGE_VERSION
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-GT63KEUB.js";
|
|
29
29
|
import {
|
|
30
30
|
createPrivateArtifact,
|
|
31
31
|
privateArtifactOwnerId,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
normalizePublicErrorCode,
|
|
46
46
|
publicErrorMessage,
|
|
47
47
|
sanitizeVendorName
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-65FTMB7G.js";
|
|
49
49
|
|
|
50
50
|
// src/harvest-timeout.ts
|
|
51
51
|
var SCRAPE_FUNCTION_MAX_MS = 8e5;
|
|
@@ -388,11 +388,21 @@ seam is noted so you can chain them.
|
|
|
388
388
|
- Plan a new or edited entity -> **commons_prepare_entity**. This is the Commons equivalent of
|
|
389
389
|
prepare-memory-write: it returns the live entity profile contract, duplicate candidates, tag reuse/review/create
|
|
390
390
|
guidance, recommended sections, optional sections, and heading guidance before any write occurs.
|
|
391
|
-
-
|
|
392
|
-
|
|
393
|
-
|
|
391
|
+
- Host a featured image -> **commons_host_image**. The normal write sequence is **commons_prepare_entity ->
|
|
392
|
+
compose the payload -> commons_host_image -> commons_validate_entity -> commons_submit_entity**. Put the
|
|
393
|
+
permanent returned URL in featuredImage.url. Use imageBase64 for pasted or AI-generated bytes, artifactId for an
|
|
394
|
+
owner-scoped MCP Scraper image artifact, or sourceUrl for either a public HTTPS image or a webpage containing one.
|
|
395
|
+
Webpage discovery tries Open Graph, Twitter, JSON-LD, then meaningful content images. Never pass a caller-local
|
|
396
|
+
path, opaque chat attachment reference, or private/authenticated URL.
|
|
397
|
+
- Validate a composed entity without writing -> **commons_validate_entity**. Use it after image hosting and before
|
|
398
|
+
submit. Validation does not fetch or store image bytes; an external/unregistered featured image is reported in
|
|
399
|
+
imageDiagnostics as not publishable until commons_host_image returns its permanent Commons URL. Validation also
|
|
400
|
+
catches missing source/body evidence, duplicate candidates, and unsupported placeholder sections.
|
|
394
401
|
- Create or edit a public wiki entity -> **commons_submit_entity**. This is a governed proposal write,
|
|
395
|
-
not direct rendered HTML editing.
|
|
402
|
+
not direct rendered HTML editing. Submit retains defensive auto-hosting for a stable direct public HTTPS image,
|
|
403
|
+
but image ingress failure returns an actionable tool error: host different bytes or a different stable source,
|
|
404
|
+
replace featuredImage.url, validate again, and retry the same intended write with the same idempotency key.
|
|
405
|
+
Pick the closest entity type
|
|
396
406
|
first: SoftwareApplication, Organization, Person, Event, Place, Taxon, ScienceConcept, MathConcept, TechArticle,
|
|
397
407
|
Trail, or PublicArticle.
|
|
398
408
|
Creating a new entity costs 10 Credits; editing an existing entity costs 2 Credits. Preparation, validation,
|
|
@@ -7496,7 +7506,7 @@ var CommonsGetEntityLinksetInputSchema = {
|
|
|
7496
7506
|
idOrSlug: z6.string().trim().min(1).max(180).describe("Transparent Commons TPW-Q entity id or /wiki/ slug whose governed RFC 9264 linkset should be read.")
|
|
7497
7507
|
};
|
|
7498
7508
|
var CommonsFeaturedImageInputSchema = z6.object({
|
|
7499
|
-
url: z6.string().url().describe("
|
|
7509
|
+
url: z6.string().url().describe("For a publish-ready entity, use the permanent URL returned by commons_host_image. Validation reports any unregistered external URL as not ready. Do not use a chat attachment reference, caller-local path, private URL, or HTML page URL here; pass the original image or webpage source to commons_host_image first."),
|
|
7500
7510
|
alt: z6.string().trim().max(500).optional(),
|
|
7501
7511
|
caption: z6.string().trim().max(1e3).optional(),
|
|
7502
7512
|
sourceUrl: z6.string().url().optional(),
|
|
@@ -7588,14 +7598,14 @@ var CommonsPrepareEntityInputSchema = {
|
|
|
7588
7598
|
maxCandidates: z6.number().int().min(1).max(20).default(8).describe("Maximum duplicate candidates to return.")
|
|
7589
7599
|
};
|
|
7590
7600
|
var CommonsSubmitEntityInputSchema = {
|
|
7591
|
-
idempotencyKey: z6.string().trim().min(8).max(200).describe("Required unique opaque ID for this intended Commons write. Reuse
|
|
7601
|
+
idempotencyKey: z6.string().trim().min(8).max(200).describe("Required unique opaque ID for this intended Commons write. Reuse it when retrying the same intended write after a timeout or after correcting a pre-persistence image-ingress failure; use a new value for each intentional create or edit."),
|
|
7592
7602
|
title: z6.string().trim().min(3).max(180).describe("Public page title. This is also used for duplicate slug/entity checks when slug is omitted."),
|
|
7593
7603
|
description: z6.string().trim().min(8).max(600).describe("Short article summary and schema.org description."),
|
|
7594
7604
|
slug: z6.string().trim().max(180).optional().describe("Optional URL slug. Omit to derive one from title."),
|
|
7595
7605
|
entityId: z6.string().trim().max(80).optional().describe("Existing Transparent Public Wiki entity id when proposing an edit. New entities normally omit this and receive a TPW-Q id."),
|
|
7596
7606
|
entityType: z6.string().trim().max(120).default("PublicArticle").describe("Backend Wikidata-style type. Prefer precise entity classes such as SoftwareApplication, Organization, Person, Event, Place, Taxon, ScienceConcept, MathConcept, TechArticle, or PublicArticle; the public article structure should match the selected type."),
|
|
7597
7607
|
disambiguationName: z6.string().trim().max(240).optional().describe("Clarifying name used when the concept could be confused with another entity."),
|
|
7598
|
-
featuredImage: CommonsFeaturedImageInputSchema.optional().describe("Required for auto-published public entities. The image is also added to the media manifest if absent."),
|
|
7608
|
+
featuredImage: CommonsFeaturedImageInputSchema.optional().describe("Required for auto-published public entities. First call commons_host_image with attachment bytes, an image artifact, a direct image URL, or a webpage URL, then place its returned permanent URL here. Validation does not fetch external images and reports unregistered URLs as not publishable. Submit retains a compatibility fallback for public URLs. The image is also added to the media manifest if absent."),
|
|
7599
7609
|
source: CommonsSourceInputSchema.optional().describe("Source provenance. Store original URL, source byline, and origin canonical here; canonical does not replace rights review."),
|
|
7600
7610
|
tags: z6.array(z6.string().trim().min(1).max(80)).max(24).optional().describe("Standardized topic tags. Use existing/searchable concepts when possible."),
|
|
7601
7611
|
keywords: z6.array(z6.string().trim().min(1).max(120)).max(50).optional().describe("SEO and retrieval keywords."),
|
|
@@ -7657,12 +7667,31 @@ var CommonsGetEntityLedgerInputSchema = {
|
|
|
7657
7667
|
idOrSlug: z6.string().trim().min(1).max(180).describe("Published entity id or /wiki/ slug whose contribution ledger should be read.")
|
|
7658
7668
|
};
|
|
7659
7669
|
var CommonsHostImageInputSchema = {
|
|
7660
|
-
sourceUrl: z6.string().url().optional().describe("Public
|
|
7661
|
-
imageBase64: z6.string().min(16).optional().describe("Base64 image bytes for an image
|
|
7670
|
+
sourceUrl: z6.string().url().optional().describe("Public HTTPS direct image URL or webpage URL. A direct image is hosted as-is; an HTML page is inspected for Open Graph, Twitter, JSON-LD, and meaningful content images, then the first usable candidate is hosted. Temporary signed URLs are consumed immediately and query credentials are not retained as provenance."),
|
|
7671
|
+
imageBase64: z6.string().min(16).optional().describe("Base64 image bytes for an image already available to the caller, including a pasted attachment or AI-generated image. Use sourceType to preserve whether it was uploaded or generated. Keep the complete serialized request within the client transport limit."),
|
|
7672
|
+
artifactId: z6.string().trim().min(1).max(500).optional().describe("Owner-scoped image artifact returned by an MCP Scraper media or screenshot workflow. The server reauthorizes ownership and reads the bytes directly; do not construct an artifact ID."),
|
|
7673
|
+
sourceType: z6.enum(["uploaded", "ai_generated"]).optional().describe("Provenance for imageBase64 or artifactId. Use ai_generated only when an image model created the supplied bytes; otherwise use uploaded or omit it."),
|
|
7662
7674
|
alt: z6.string().trim().max(500).optional().describe("Alt text describing the image for readers who cannot see it."),
|
|
7663
7675
|
license: z6.string().trim().max(240).optional().describe("License or usage terms of the original image, preserved with the hosted copy."),
|
|
7664
7676
|
attribution: z6.string().trim().max(500).optional().describe("Credit line for the original photographer, publication, or archive.")
|
|
7665
7677
|
};
|
|
7678
|
+
var CommonsHostImageOutputSchema = {
|
|
7679
|
+
ok: z6.boolean(),
|
|
7680
|
+
data: z6.object({
|
|
7681
|
+
id: z6.string().describe("Stable Commons image ID."),
|
|
7682
|
+
url: z6.string().url().describe("Permanent Commons URL to use as featuredImage.url."),
|
|
7683
|
+
contentType: z6.enum(["image/jpeg", "image/png", "image/gif", "image/webp"]),
|
|
7684
|
+
bytes: z6.number().int().positive(),
|
|
7685
|
+
digest: z6.string(),
|
|
7686
|
+
sourceUrl: z6.string().url().nullable().describe("Sanitized direct asset URL that supplied the hosted bytes, when applicable."),
|
|
7687
|
+
sourcePageUrl: z6.string().url().nullable().describe("Sanitized webpage URL from which the image was discovered, when applicable."),
|
|
7688
|
+
sourceKind: z6.enum(["uploaded", "ai_generated", "artifact", "direct_url", "webpage", "registered"]),
|
|
7689
|
+
selectionSource: z6.enum(["provided_bytes", "artifact", "direct_url", "og:image", "twitter:image", "json-ld", "content-image", "registered"]),
|
|
7690
|
+
reused: z6.boolean().describe("True when identical image bytes were already stored.")
|
|
7691
|
+
}).optional(),
|
|
7692
|
+
error: z6.string().optional(),
|
|
7693
|
+
message: z6.string().optional()
|
|
7694
|
+
};
|
|
7666
7695
|
var CommonsGetProposalInputSchema = {
|
|
7667
7696
|
proposalId: z6.string().trim().min(1).max(120).describe("Proposal id returned by commons_submit_entity, in the form commons-proposal-<uuid>.")
|
|
7668
7697
|
};
|
|
@@ -7690,6 +7719,30 @@ var CommonsGenericOutputSchema = {
|
|
|
7690
7719
|
error: z6.string().optional(),
|
|
7691
7720
|
message: z6.string().optional()
|
|
7692
7721
|
};
|
|
7722
|
+
var CommonsFeaturedImageDiagnosticsOutputSchema = z6.object({
|
|
7723
|
+
state: z6.enum(["missing", "external_unhosted", "commons_hosted"]).describe("Storage-readiness state for the candidate featured image."),
|
|
7724
|
+
url: z6.string().url().nullable().describe("Normalized candidate featured-image URL, or null when none was supplied."),
|
|
7725
|
+
commonsImageId: z6.string().nullable().describe("Registered Commons image ID when metadata proves the image is hosted, otherwise null."),
|
|
7726
|
+
readyForPublish: z6.boolean().describe("Whether Commons storage metadata proves this featured image is ready to publish."),
|
|
7727
|
+
submitWillAttemptAutoHost: z6.boolean().describe("Whether submit will use its compatibility fallback to try hosting this external image."),
|
|
7728
|
+
requiredAction: z6.string().nullable().describe("Action the caller must take before submit, or null when the image is ready.")
|
|
7729
|
+
}).describe("Featured-image storage readiness determined without fetching or storing external bytes.");
|
|
7730
|
+
var CommonsValidateEntityOutputSchema = {
|
|
7731
|
+
ok: z6.boolean(),
|
|
7732
|
+
data: z6.object({
|
|
7733
|
+
ok: z6.literal(true),
|
|
7734
|
+
valid: z6.boolean(),
|
|
7735
|
+
publishable: z6.boolean(),
|
|
7736
|
+
autoPublishEligible: z6.boolean(),
|
|
7737
|
+
errors: z6.array(z6.string()),
|
|
7738
|
+
warnings: z6.array(z6.string()),
|
|
7739
|
+
imageDiagnostics: z6.object({
|
|
7740
|
+
featuredImage: CommonsFeaturedImageDiagnosticsOutputSchema
|
|
7741
|
+
}).describe("Read-only image readiness and recovery guidance for this payload.")
|
|
7742
|
+
}).passthrough().optional(),
|
|
7743
|
+
error: z6.string().optional(),
|
|
7744
|
+
message: z6.string().optional()
|
|
7745
|
+
};
|
|
7693
7746
|
var DirectoryWorkflowStatusInputSchema = {
|
|
7694
7747
|
jobId: z6.string().trim().min(1).describe("The jobId returned by directory_workflow. Poll until status is complete, partial, empty, or failed.")
|
|
7695
7748
|
};
|
|
@@ -11527,9 +11580,9 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
|
|
|
11527
11580
|
}, async (input) => executor.commonsPrepareEntity(input));
|
|
11528
11581
|
server.registerTool("commons_validate_entity", {
|
|
11529
11582
|
title: "Transparent Commons Validate Entity",
|
|
11530
|
-
description: "
|
|
11583
|
+
description: "Read-only validation for a proposed Transparent Commons entity payload. Call it after commons_prepare_entity, composing the page, and commons_host_image. It does not fetch or store image bytes: an external or otherwise unregistered featured image remains not publishable until commons_host_image returns the permanent Commons URL. Inspect imageDiagnostics for readiness and the required action before commons_submit_entity. Also checks source/body evidence, existing-entity conflict state, heading profile alignment, and unsupported placeholder sections.",
|
|
11531
11584
|
inputSchema: CommonsValidateEntityInputSchema,
|
|
11532
|
-
outputSchema: recordOutputSchema("commons_validate_entity",
|
|
11585
|
+
outputSchema: recordOutputSchema("commons_validate_entity", CommonsValidateEntityOutputSchema),
|
|
11533
11586
|
annotations: {
|
|
11534
11587
|
title: "Transparent Commons Validate Entity",
|
|
11535
11588
|
readOnlyHint: true,
|
|
@@ -11540,7 +11593,7 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
|
|
|
11540
11593
|
}, async (input) => executor.commonsValidateEntity(input));
|
|
11541
11594
|
server.registerTool("commons_submit_entity", {
|
|
11542
11595
|
title: "Transparent Commons Governed Entity Write",
|
|
11543
|
-
description: "
|
|
11596
|
+
description: "Charged governed write that creates or proposes an edit to a Transparent Commons public wiki entity. A new entity costs 10 Credits; an edit costs 2 Credits. Preparation, image hosting, and validation are free, and idempotent retries are not charged twice. Normal workflow is commons_prepare_entity, compose the page, commons_host_image, commons_validate_entity, then submit with the returned permanent featuredImage.url. Submit retains a compatibility fallback that auto-hosts a stable direct public HTTPS image URL; if image ingress fails, it returns an actionable image tool error so you can host different bytes or a different stable source, replace the URL, validate again, and retry the same intended write with the same idempotencyKey. This never edits rendered HTML directly. Transparent Commons is an open wiki: any account may edit any entity, and every applied edit is recorded on the public contribution ledger. Publishing requires a ready featured image and body/source evidence. Pass baseRevision when editing so the ledger can show whether the edit was written on top of a newer revision. Requires idempotencyKey.",
|
|
11544
11597
|
inputSchema: CommonsSubmitEntityInputSchema,
|
|
11545
11598
|
outputSchema: recordOutputSchema("commons_submit_entity", CommonsGenericOutputSchema),
|
|
11546
11599
|
annotations: {
|
|
@@ -11566,9 +11619,9 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
|
|
|
11566
11619
|
}, async (input) => executor.commonsGetEntityLedger(input));
|
|
11567
11620
|
server.registerTool("commons_host_image", {
|
|
11568
11621
|
title: "Host a Transparent Commons Image",
|
|
11569
|
-
description: "
|
|
11622
|
+
description: "Turn one supplied image source into a permanent Transparent Commons image before validation and submission. Provide exactly one of imageBase64 for a pasted or AI-generated image, artifactId for an owner-scoped MCP Scraper image artifact, or sourceUrl for either a direct public HTTPS image or a webpage containing the desired image. Webpages are inspected in deterministic order for Open Graph, Twitter, JSON-LD, and meaningful content images; unusable candidates fall through to the next candidate. Returns the permanent URL for featuredImage.url plus source and selection provenance. JPEG, PNG, GIF, and WebP are accepted up to 10 MB; SVG is rejected. Identical bytes are stored once. Never pass a caller-local path or private/authenticated URL.",
|
|
11570
11623
|
inputSchema: CommonsHostImageInputSchema,
|
|
11571
|
-
outputSchema: recordOutputSchema("commons_host_image",
|
|
11624
|
+
outputSchema: recordOutputSchema("commons_host_image", CommonsHostImageOutputSchema),
|
|
11572
11625
|
annotations: {
|
|
11573
11626
|
title: "Host a Transparent Commons Image",
|
|
11574
11627
|
readOnlyHint: false,
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
downloadAsset,
|
|
5
5
|
embedCommonsTexts,
|
|
6
6
|
publicizeExtractionFailure
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LN6N3YLK.js";
|
|
8
8
|
import "./chunk-OZJMVCDK.js";
|
|
9
9
|
import {
|
|
10
10
|
computeIssues,
|
|
@@ -18,12 +18,12 @@ import {
|
|
|
18
18
|
createSiteExtractContentReader,
|
|
19
19
|
createSiteExtractImageArtifact,
|
|
20
20
|
extractJobLimitInfo
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-LCGTNWOT.js";
|
|
22
22
|
import "./chunk-DNM65UCK.js";
|
|
23
23
|
import "./chunk-AYJHI2FK.js";
|
|
24
24
|
import {
|
|
25
25
|
getDb
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-65FTMB7G.js";
|
|
27
27
|
|
|
28
28
|
// src/api/extract-bundle.ts
|
|
29
29
|
import { createWriteStream, mkdirSync, readFileSync, readdirSync, rmSync, statSync, writeFileSync } from "fs";
|
package/dist/index.cjs
CHANGED
|
@@ -310,7 +310,26 @@ var PUBLIC_ERROR_CODES = [
|
|
|
310
310
|
"site_export_not_found",
|
|
311
311
|
"site_export_format_unavailable",
|
|
312
312
|
"site_export_read_failed",
|
|
313
|
-
"site_export_image_not_found"
|
|
313
|
+
"site_export_image_not_found",
|
|
314
|
+
"image_url_invalid",
|
|
315
|
+
"image_url_not_https",
|
|
316
|
+
"image_host_unresolvable",
|
|
317
|
+
"image_host_blocked",
|
|
318
|
+
"image_redirect_invalid",
|
|
319
|
+
"image_source_unavailable",
|
|
320
|
+
"image_too_large",
|
|
321
|
+
"image_redirect_limit",
|
|
322
|
+
"image_base64_invalid",
|
|
323
|
+
"image_source_missing",
|
|
324
|
+
"image_source_ambiguous",
|
|
325
|
+
"image_source_type_invalid",
|
|
326
|
+
"image_artifact_not_found",
|
|
327
|
+
"image_page_too_large",
|
|
328
|
+
"page_image_not_found",
|
|
329
|
+
"page_image_candidates_unusable",
|
|
330
|
+
"image_format_unsupported",
|
|
331
|
+
"image_storage_unconfigured",
|
|
332
|
+
"featured_image_unhostable"
|
|
314
333
|
];
|
|
315
334
|
var PUBLIC_ERROR_TYPES = [
|
|
316
335
|
"request_aborted",
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
harvest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-62LEXS5O.js";
|
|
4
4
|
import {
|
|
5
5
|
recordVendorUsage
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ES25GP6C.js";
|
|
7
7
|
import "./chunk-77LQV73B.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-65FTMB7G.js";
|
|
9
9
|
|
|
10
10
|
// src/video/VideoGenerator.ts
|
|
11
11
|
import { execSync as execSync2 } from "child_process";
|
|
@@ -30,8 +30,8 @@ import {
|
|
|
30
30
|
saveLeadListEnrichmentRowResult,
|
|
31
31
|
setInitializingLeadListEnrichmentConcurrencyLock,
|
|
32
32
|
stableCanonicalJson
|
|
33
|
-
} from "./chunk-
|
|
34
|
-
import "./chunk-
|
|
33
|
+
} from "./chunk-UL4ZKAWZ.js";
|
|
34
|
+
import "./chunk-65FTMB7G.js";
|
|
35
35
|
export {
|
|
36
36
|
LEAD_LIST_MAX_DISPATCH_ATTEMPTS,
|
|
37
37
|
LEAD_LIST_RUNNING_STALE_MINUTES,
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
parseHostedCensusPlacesCsv,
|
|
14
14
|
parseHostedZipGroupsCsv,
|
|
15
15
|
queryHostedLocationMarkets
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-Y46YNQMM.js";
|
|
17
17
|
import "./chunk-RJ7JVYKU.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-65FTMB7G.js";
|
|
19
19
|
export {
|
|
20
20
|
HOSTED_CENSUS_DATASET_PREFIX,
|
|
21
21
|
HOSTED_ZIP_DATASET_KIND,
|