@vm0/cli 9.161.7 → 9.161.8
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/{chunk-P3SAJ3Q2.js → chunk-BWCVGYRL.js} +180 -41
- package/{chunk-P3SAJ3Q2.js.map → chunk-BWCVGYRL.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +328 -12
- package/zero.js.map +1 -1
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.161.
|
|
74086
|
+
release: "9.161.8",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.161.
|
|
74105
|
+
version: "9.161.8",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74341,11 +74341,6 @@ var FEATURE_SWITCHES = {
|
|
|
74341
74341
|
enabled: false,
|
|
74342
74342
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74343
74343
|
},
|
|
74344
|
-
["codexDeviceAuth" /* CodexDeviceAuth */]: {
|
|
74345
|
-
maintainer: "liangyou@vm0.ai",
|
|
74346
|
-
description: "Gate Codex device-auth UI and API surfaces.",
|
|
74347
|
-
enabled: true
|
|
74348
|
-
},
|
|
74349
74344
|
["posthogConnector" /* PosthogConnector */]: {
|
|
74350
74345
|
maintainer: "ethan@vm0.ai",
|
|
74351
74346
|
description: "Enable the PostHog analytics connector",
|
|
@@ -74393,6 +74388,11 @@ var FEATURE_SWITCHES = {
|
|
|
74393
74388
|
description: "Enable remote desktop host registration",
|
|
74394
74389
|
enabled: false
|
|
74395
74390
|
},
|
|
74391
|
+
["larkConnector" /* LarkConnector */]: {
|
|
74392
|
+
maintainer: "liangyou@vm0.ai",
|
|
74393
|
+
description: "Enable the Lark connector while tenant access-token exchange is being repaired.",
|
|
74394
|
+
enabled: false
|
|
74395
|
+
},
|
|
74396
74396
|
["localBrowserUse" /* LocalBrowserUse */]: {
|
|
74397
74397
|
maintainer: "ethan@vm0.ai",
|
|
74398
74398
|
description: "Enable the Local Browser connector and user-authorized browser host lifecycle",
|
|
@@ -74405,12 +74405,6 @@ var FEATURE_SWITCHES = {
|
|
|
74405
74405
|
enabled: false,
|
|
74406
74406
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74407
74407
|
},
|
|
74408
|
-
["desktopLocalAgent" /* DesktopLocalAgent */]: {
|
|
74409
|
-
maintainer: "lancy@vm0.ai",
|
|
74410
|
-
description: "Enable the Desktop-owned Local Agent page, folder selection, and native host lifecycle",
|
|
74411
|
-
enabled: false,
|
|
74412
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74413
|
-
},
|
|
74414
74408
|
["lab" /* Lab */]: {
|
|
74415
74409
|
maintainer: "ethan@vm0.ai",
|
|
74416
74410
|
description: "Show the Lab page for toggling experimental features",
|
|
@@ -74447,6 +74441,11 @@ var FEATURE_SWITCHES = {
|
|
|
74447
74441
|
description: "Show an icon button in assistant message group actions that scrolls back to the start of that message group.",
|
|
74448
74442
|
enabled: false
|
|
74449
74443
|
},
|
|
74444
|
+
["chatMarkdownMath" /* ChatMarkdownMath */]: {
|
|
74445
|
+
maintainer: "ethan@vm0.ai",
|
|
74446
|
+
description: "Enable synchronous math rendering for inline and block formulas in chat Markdown.",
|
|
74447
|
+
enabled: false
|
|
74448
|
+
},
|
|
74450
74449
|
["chatThreadRename" /* ChatThreadRename */]: {
|
|
74451
74450
|
maintainer: "ethan@vm0.ai",
|
|
74452
74451
|
description: "Adds a Rename chat item to the sidebar thread kebab menu. When the user renames a thread, automated title generation is suppressed for that thread.",
|
|
@@ -74490,26 +74489,6 @@ var FEATURE_SWITCHES = {
|
|
|
74490
74489
|
enabled: false,
|
|
74491
74490
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74492
74491
|
},
|
|
74493
|
-
["storedSecretKmsRead" /* StoredSecretKmsRead */]: {
|
|
74494
|
-
maintainer: "ethan@vm0.ai",
|
|
74495
|
-
description: "Prefer AWS KMS material when reading stored-secret envelopes. Legacy AES remains as a fallback for old or explicitly legacy-only rows.",
|
|
74496
|
-
enabled: true
|
|
74497
|
-
},
|
|
74498
|
-
["storedSecretKmsWrite" /* StoredSecretKmsWrite */]: {
|
|
74499
|
-
maintainer: "ethan@vm0.ai",
|
|
74500
|
-
description: "Dual-write stored-secret values to AWS KMS in addition to the legacy AES branch. When OFF, writes stay legacy-only even if SECRETS_KMS_KEY_ID is configured. This gates the KMS GenerateDataKey call so a missing IAM grant does not 500 every secret save.",
|
|
74501
|
-
enabled: true
|
|
74502
|
-
},
|
|
74503
|
-
["persistentSecretKmsRead" /* PersistentSecretKmsRead */]: {
|
|
74504
|
-
maintainer: "ethan@vm0.ai",
|
|
74505
|
-
description: "Prefer AWS KMS material when reading persistent secret envelopes such as bot tokens, callback secrets, OAuth tokens, and queued execution secrets. Legacy AES remains as a fallback while backfills complete.",
|
|
74506
|
-
enabled: true
|
|
74507
|
-
},
|
|
74508
|
-
["persistentSecretKmsWrite" /* PersistentSecretKmsWrite */]: {
|
|
74509
|
-
maintainer: "ethan@vm0.ai",
|
|
74510
|
-
description: "Dual-write persistent secret values to AWS KMS in addition to the legacy AES branch. When OFF, writes stay legacy-only even if SECRETS_KMS_KEY_ID is configured.",
|
|
74511
|
-
enabled: true
|
|
74512
|
-
},
|
|
74513
74492
|
["trinity" /* Trinity */]: {
|
|
74514
74493
|
maintainer: "ethan@vm0.ai",
|
|
74515
74494
|
description: "Embed the voice-chat mic toggle + voice-mode layout into the agent chat page. Gates the mic launcher, composer swap, and status/subtitle/task-card UI.",
|
|
@@ -74532,6 +74511,12 @@ var FEATURE_SWITCHES = {
|
|
|
74532
74511
|
enabled: false,
|
|
74533
74512
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74534
74513
|
},
|
|
74514
|
+
["openDesignGenerate" /* OpenDesignGenerate */]: {
|
|
74515
|
+
maintainer: "ethan@vm0.ai",
|
|
74516
|
+
description: "Use agent-authored OpenDesign-style HTML packets for website and presentation built-in generation. Staff-only during rollout.",
|
|
74517
|
+
enabled: false,
|
|
74518
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74519
|
+
},
|
|
74535
74520
|
["sandboxIoLimiters" /* SandboxIoLimiters */]: {
|
|
74536
74521
|
maintainer: "liangyou@vm0.ai",
|
|
74537
74522
|
description: "Enable runner-provided disk and network device rate limiters for sandbox VMs.",
|
|
@@ -74546,9 +74531,8 @@ var FEATURE_SWITCHES = {
|
|
|
74546
74531
|
},
|
|
74547
74532
|
["agentsPageSplitSections" /* AgentsPageSplitSections */]: {
|
|
74548
74533
|
maintainer: "ethan@vm0.ai",
|
|
74549
|
-
description: "Split the Agents page into separate Public and Private sections, each with its own heading and Create
|
|
74550
|
-
enabled:
|
|
74551
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74534
|
+
description: "Split the Agents page into separate Public and Private sections, each with its own heading and Create button. The Public section also shows a remaining-slot counter with a workspace cap tooltip and disables creation once the cap is reached.",
|
|
74535
|
+
enabled: true
|
|
74552
74536
|
}
|
|
74553
74537
|
};
|
|
74554
74538
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -100032,6 +100016,33 @@ var clerk = {
|
|
|
100032
100016
|
}
|
|
100033
100017
|
};
|
|
100034
100018
|
|
|
100019
|
+
// ../../packages/connectors/src/connectors/clearbit.ts
|
|
100020
|
+
init_esm_shims();
|
|
100021
|
+
var clearbit = {
|
|
100022
|
+
clearbit: {
|
|
100023
|
+
label: "Clearbit",
|
|
100024
|
+
category: "sales-crm-business-operations",
|
|
100025
|
+
environmentMapping: {
|
|
100026
|
+
CLEARBIT_TOKEN: "$secrets.CLEARBIT_TOKEN"
|
|
100027
|
+
},
|
|
100028
|
+
helpText: "Connect Clearbit to enrich people and companies using an existing Clearbit API key",
|
|
100029
|
+
authMethods: {
|
|
100030
|
+
"api-token": {
|
|
100031
|
+
label: "API Key",
|
|
100032
|
+
helpText: "1. Log in to [Clearbit](https://dashboard.clearbit.com)\n2. Go to **Settings > Keys & Settings**\n3. Reveal and copy your **Secret API Key**\n\nClearbit API keys are available only for accounts created in 2023 or earlier; new 2024+ accounts may require HubSpot/Breeze Intelligence access instead.",
|
|
100033
|
+
secrets: {
|
|
100034
|
+
CLEARBIT_TOKEN: {
|
|
100035
|
+
label: "Secret API Key",
|
|
100036
|
+
required: true,
|
|
100037
|
+
placeholder: "sk_your_secret_api_key"
|
|
100038
|
+
}
|
|
100039
|
+
}
|
|
100040
|
+
}
|
|
100041
|
+
},
|
|
100042
|
+
defaultAuthMethod: "api-token"
|
|
100043
|
+
}
|
|
100044
|
+
};
|
|
100045
|
+
|
|
100035
100046
|
// ../../packages/connectors/src/connectors/clickup.ts
|
|
100036
100047
|
init_esm_shims();
|
|
100037
100048
|
var clickup = {
|
|
@@ -100229,6 +100240,33 @@ var computer = {
|
|
|
100229
100240
|
}
|
|
100230
100241
|
};
|
|
100231
100242
|
|
|
100243
|
+
// ../../packages/connectors/src/connectors/coresignal.ts
|
|
100244
|
+
init_esm_shims();
|
|
100245
|
+
var coresignal = {
|
|
100246
|
+
coresignal: {
|
|
100247
|
+
label: "Coresignal",
|
|
100248
|
+
category: "sales-crm-business-operations",
|
|
100249
|
+
environmentMapping: {
|
|
100250
|
+
CORESIGNAL_TOKEN: "$secrets.CORESIGNAL_TOKEN"
|
|
100251
|
+
},
|
|
100252
|
+
helpText: "Connect Coresignal to search, enrich, and collect company, employee, and jobs data through Coresignal APIs",
|
|
100253
|
+
authMethods: {
|
|
100254
|
+
"api-token": {
|
|
100255
|
+
label: "API Key",
|
|
100256
|
+
helpText: "1. Log in to the [Coresignal self-service dashboard](https://dashboard.coresignal.com)\n2. Open **API Keys** from your account settings or homepage\n3. Copy an API key\n4. Use it in requests with the `apikey` header",
|
|
100257
|
+
secrets: {
|
|
100258
|
+
CORESIGNAL_TOKEN: {
|
|
100259
|
+
label: "API Key",
|
|
100260
|
+
required: true,
|
|
100261
|
+
placeholder: "your-coresignal-api-key"
|
|
100262
|
+
}
|
|
100263
|
+
}
|
|
100264
|
+
}
|
|
100265
|
+
},
|
|
100266
|
+
defaultAuthMethod: "api-token"
|
|
100267
|
+
}
|
|
100268
|
+
};
|
|
100269
|
+
|
|
100232
100270
|
// ../../packages/connectors/src/connectors/cronlytic.ts
|
|
100233
100271
|
init_esm_shims();
|
|
100234
100272
|
var cronlytic = {
|
|
@@ -101911,6 +101949,7 @@ var lark = {
|
|
|
101911
101949
|
helpText: "Connect your Lark app to manage messages, documents, calendars, and workflows",
|
|
101912
101950
|
authMethods: {
|
|
101913
101951
|
"api-token": {
|
|
101952
|
+
featureFlag: "larkConnector" /* LarkConnector */,
|
|
101914
101953
|
label: "App Credentials",
|
|
101915
101954
|
helpText: "1. Log in to the [Lark Developer Console](https://open.larksuite.com/app/)\n2. Select your app from the list (or create a new one)\n3. Go to the **Credentials & Basic Info** page\n4. Copy your **App ID** and **App Secret**\n5. Use these credentials to call the tenant_access_token API to obtain an access token",
|
|
101916
101955
|
secrets: {
|
|
@@ -103141,6 +103180,33 @@ var pdforge = {
|
|
|
103141
103180
|
}
|
|
103142
103181
|
};
|
|
103143
103182
|
|
|
103183
|
+
// ../../packages/connectors/src/connectors/people-data-labs.ts
|
|
103184
|
+
init_esm_shims();
|
|
103185
|
+
var peopleDataLabs = {
|
|
103186
|
+
"people-data-labs": {
|
|
103187
|
+
label: "People Data Labs",
|
|
103188
|
+
category: "sales-crm-business-operations",
|
|
103189
|
+
environmentMapping: {
|
|
103190
|
+
PEOPLE_DATA_LABS_API_KEY: "$secrets.PEOPLE_DATA_LABS_API_KEY"
|
|
103191
|
+
},
|
|
103192
|
+
helpText: "Connect People Data Labs to enrich, search, identify, and clean person and company data",
|
|
103193
|
+
authMethods: {
|
|
103194
|
+
"api-token": {
|
|
103195
|
+
label: "API Key",
|
|
103196
|
+
helpText: "1. Log in to your [People Data Labs dashboard](https://dashboard.peopledatalabs.com)\n2. Open your API dashboard\n3. Copy your API key\n4. People Data Labs accepts it in the `X-Api-Key` header",
|
|
103197
|
+
secrets: {
|
|
103198
|
+
PEOPLE_DATA_LABS_API_KEY: {
|
|
103199
|
+
label: "API Key",
|
|
103200
|
+
required: true,
|
|
103201
|
+
placeholder: "your-people-data-labs-api-key"
|
|
103202
|
+
}
|
|
103203
|
+
}
|
|
103204
|
+
}
|
|
103205
|
+
},
|
|
103206
|
+
defaultAuthMethod: "api-token"
|
|
103207
|
+
}
|
|
103208
|
+
};
|
|
103209
|
+
|
|
103144
103210
|
// ../../packages/connectors/src/connectors/perplexity.ts
|
|
103145
103211
|
init_esm_shims();
|
|
103146
103212
|
var perplexity = {
|
|
@@ -105394,12 +105460,14 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
105394
105460
|
...checkr,
|
|
105395
105461
|
...clado,
|
|
105396
105462
|
...clerk,
|
|
105463
|
+
...clearbit,
|
|
105397
105464
|
...clickup,
|
|
105398
105465
|
...close2,
|
|
105399
105466
|
...cloudflare,
|
|
105400
105467
|
...cloudinary,
|
|
105401
105468
|
...coda,
|
|
105402
105469
|
...computer,
|
|
105470
|
+
...coresignal,
|
|
105403
105471
|
...cronlytic,
|
|
105404
105472
|
...customerIo,
|
|
105405
105473
|
...db9,
|
|
@@ -105492,6 +105560,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
105492
105560
|
...pdf4me,
|
|
105493
105561
|
...pdfco,
|
|
105494
105562
|
...pdforge,
|
|
105563
|
+
...peopleDataLabs,
|
|
105495
105564
|
...perplexity,
|
|
105496
105565
|
...pika,
|
|
105497
105566
|
...pinecone,
|
|
@@ -108256,9 +108325,9 @@ var chatThreadsContract = c24.router({
|
|
|
108256
108325
|
responses: {
|
|
108257
108326
|
200: external_exports.object({
|
|
108258
108327
|
/**
|
|
108259
|
-
* All pinned threads, ordered by last activity desc.
|
|
108260
|
-
* in full on the first page (no `cursor`) and empty on
|
|
108261
|
-
* pages — pagination only applies to the non-pinned segment.
|
|
108328
|
+
* All pinned threads in the caller's org, ordered by last activity desc.
|
|
108329
|
+
* Always returned in full on the first page (no `cursor`) and empty on
|
|
108330
|
+
* subsequent pages — pagination only applies to the non-pinned segment.
|
|
108262
108331
|
*/
|
|
108263
108332
|
pinned: external_exports.array(chatThreadListItemSchema),
|
|
108264
108333
|
/**
|
|
@@ -108283,7 +108352,7 @@ var chatThreadsContract = c24.router({
|
|
|
108283
108352
|
401: apiErrorSchema,
|
|
108284
108353
|
404: apiErrorSchema
|
|
108285
108354
|
},
|
|
108286
|
-
summary: "List chat threads. When agentId is omitted, returns every thread the caller owns scoped by orgId. Pinned threads are returned in full on the first page; non-pinned threads are cursor-paginated."
|
|
108355
|
+
summary: "List chat threads. When agentId is omitted, returns every thread the caller owns scoped by orgId. Pinned threads are returned in full for the caller's org on the first page; non-pinned threads are cursor-paginated."
|
|
108287
108356
|
}
|
|
108288
108357
|
});
|
|
108289
108358
|
var chatThreadByIdContract = c24.router({
|
|
@@ -117095,6 +117164,31 @@ var cladoFirewall = {
|
|
|
117095
117164
|
]
|
|
117096
117165
|
};
|
|
117097
117166
|
|
|
117167
|
+
// ../../packages/connectors/src/firewalls/clearbit.generated.ts
|
|
117168
|
+
init_esm_shims();
|
|
117169
|
+
var clearbitFirewall = {
|
|
117170
|
+
name: "clearbit",
|
|
117171
|
+
description: "Clearbit API",
|
|
117172
|
+
placeholders: {
|
|
117173
|
+
CLEARBIT_TOKEN: "sk_c0ffee5afe10ca1c0ffee5afe10ca1c0"
|
|
117174
|
+
},
|
|
117175
|
+
apis: [
|
|
117176
|
+
"https://person.clearbit.com",
|
|
117177
|
+
"https://person-stream.clearbit.com",
|
|
117178
|
+
"https://company.clearbit.com",
|
|
117179
|
+
"https://reveal.clearbit.com",
|
|
117180
|
+
"https://risk.clearbit.com"
|
|
117181
|
+
].map((base) => ({
|
|
117182
|
+
base,
|
|
117183
|
+
auth: {
|
|
117184
|
+
headers: {
|
|
117185
|
+
Authorization: "Bearer ${{ secrets.CLEARBIT_TOKEN }}"
|
|
117186
|
+
}
|
|
117187
|
+
},
|
|
117188
|
+
permissions: []
|
|
117189
|
+
}))
|
|
117190
|
+
};
|
|
117191
|
+
|
|
117098
117192
|
// ../../packages/connectors/src/firewalls/clickup.generated.ts
|
|
117099
117193
|
init_esm_shims();
|
|
117100
117194
|
var clickupFirewall = {
|
|
@@ -117179,6 +117273,27 @@ var codaFirewall = {
|
|
|
117179
117273
|
]
|
|
117180
117274
|
};
|
|
117181
117275
|
|
|
117276
|
+
// ../../packages/connectors/src/firewalls/coresignal.generated.ts
|
|
117277
|
+
init_esm_shims();
|
|
117278
|
+
var coresignalFirewall = {
|
|
117279
|
+
name: "coresignal",
|
|
117280
|
+
description: "Coresignal API",
|
|
117281
|
+
placeholders: {
|
|
117282
|
+
CORESIGNAL_TOKEN: "Coffee5afe10ca1Coffee5afe10ca1Co"
|
|
117283
|
+
},
|
|
117284
|
+
apis: [
|
|
117285
|
+
{
|
|
117286
|
+
base: "https://api.coresignal.com",
|
|
117287
|
+
auth: {
|
|
117288
|
+
headers: {
|
|
117289
|
+
apikey: "${{ secrets.CORESIGNAL_TOKEN }}"
|
|
117290
|
+
}
|
|
117291
|
+
},
|
|
117292
|
+
permissions: []
|
|
117293
|
+
}
|
|
117294
|
+
]
|
|
117295
|
+
};
|
|
117296
|
+
|
|
117182
117297
|
// ../../packages/connectors/src/firewalls/cronlytic.generated.ts
|
|
117183
117298
|
init_esm_shims();
|
|
117184
117299
|
var cronlyticFirewall = {
|
|
@@ -122192,6 +122307,27 @@ var pdforgeFirewall = {
|
|
|
122192
122307
|
]
|
|
122193
122308
|
};
|
|
122194
122309
|
|
|
122310
|
+
// ../../packages/connectors/src/firewalls/people-data-labs.generated.ts
|
|
122311
|
+
init_esm_shims();
|
|
122312
|
+
var peopleDataLabsFirewall = {
|
|
122313
|
+
name: "people-data-labs",
|
|
122314
|
+
description: "People Data Labs API",
|
|
122315
|
+
placeholders: {
|
|
122316
|
+
PEOPLE_DATA_LABS_API_KEY: "CoffeeSafeLocalCoffeeSafeLocalCoffee00"
|
|
122317
|
+
},
|
|
122318
|
+
apis: [
|
|
122319
|
+
{
|
|
122320
|
+
base: "https://api.peopledatalabs.com",
|
|
122321
|
+
auth: {
|
|
122322
|
+
headers: {
|
|
122323
|
+
"X-Api-Key": "${{ secrets.PEOPLE_DATA_LABS_API_KEY }}"
|
|
122324
|
+
}
|
|
122325
|
+
},
|
|
122326
|
+
permissions: []
|
|
122327
|
+
}
|
|
122328
|
+
]
|
|
122329
|
+
};
|
|
122330
|
+
|
|
122195
122331
|
// ../../packages/connectors/src/firewalls/perplexity.generated.ts
|
|
122196
122332
|
init_esm_shims();
|
|
122197
122333
|
var perplexityFirewall = {
|
|
@@ -126348,11 +126484,13 @@ var CONNECTOR_FIREWALLS = {
|
|
|
126348
126484
|
canva: canvaFirewall,
|
|
126349
126485
|
chatwoot: chatwootFirewall,
|
|
126350
126486
|
checkr: checkrFirewall,
|
|
126487
|
+
clearbit: clearbitFirewall,
|
|
126351
126488
|
clerk: clerkFirewall,
|
|
126352
126489
|
clickup: clickupFirewall,
|
|
126353
126490
|
close: closeFirewall,
|
|
126354
126491
|
cloudflare: cloudflareFirewall,
|
|
126355
126492
|
coda: codaFirewall,
|
|
126493
|
+
coresignal: coresignalFirewall,
|
|
126356
126494
|
cronlytic: cronlyticFirewall,
|
|
126357
126495
|
"customer-io": customerIoFirewall,
|
|
126358
126496
|
deel: deelFirewall,
|
|
@@ -126449,6 +126587,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
126449
126587
|
pdfco: pdfcoFirewall,
|
|
126450
126588
|
pinecone: pineconeFirewall,
|
|
126451
126589
|
pdforge: pdforgeFirewall,
|
|
126590
|
+
"people-data-labs": peopleDataLabsFirewall,
|
|
126452
126591
|
perplexity: perplexityFirewall,
|
|
126453
126592
|
pipedrive: pipedriveFirewall,
|
|
126454
126593
|
plain: plainFirewall,
|
|
@@ -133143,4 +133282,4 @@ undici/lib/web/fetch/body.js:
|
|
|
133143
133282
|
undici/lib/web/websocket/frame.js:
|
|
133144
133283
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
133145
133284
|
*/
|
|
133146
|
-
//# sourceMappingURL=chunk-
|
|
133285
|
+
//# sourceMappingURL=chunk-BWCVGYRL.js.map
|