@vm0/cli 9.121.3 → 9.121.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -73649,7 +73649,7 @@ if (DSN) {
|
|
|
73649
73649
|
init2({
|
|
73650
73650
|
dsn: DSN,
|
|
73651
73651
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73652
|
-
release: "9.121.
|
|
73652
|
+
release: "9.121.4",
|
|
73653
73653
|
sendDefaultPii: false,
|
|
73654
73654
|
tracesSampleRate: 0,
|
|
73655
73655
|
shutdownTimeout: 500,
|
|
@@ -73668,7 +73668,7 @@ if (DSN) {
|
|
|
73668
73668
|
}
|
|
73669
73669
|
});
|
|
73670
73670
|
setContext("cli", {
|
|
73671
|
-
version: "9.121.
|
|
73671
|
+
version: "9.121.4",
|
|
73672
73672
|
command: process.argv.slice(2).join(" ")
|
|
73673
73673
|
});
|
|
73674
73674
|
setContext("runtime", {
|
|
@@ -94249,6 +94249,48 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
94249
94249
|
},
|
|
94250
94250
|
defaultAuthMethod: "api-token"
|
|
94251
94251
|
},
|
|
94252
|
+
db9: {
|
|
94253
|
+
label: "db9",
|
|
94254
|
+
environmentMapping: {
|
|
94255
|
+
DB9_API_KEY: "$secrets.DB9_API_KEY"
|
|
94256
|
+
},
|
|
94257
|
+
helpText: "Connect your db9 account to manage serverless Postgres databases with pgvector, FTS, and embeddings",
|
|
94258
|
+
authMethods: {
|
|
94259
|
+
"api-token": {
|
|
94260
|
+
label: "API Key",
|
|
94261
|
+
helpText: "1. Log in to [db9](https://db9.ai)\n2. Go to **Settings > API Keys**\n3. Create a new API key\n4. Copy the 128-character hex token",
|
|
94262
|
+
secrets: {
|
|
94263
|
+
DB9_API_KEY: {
|
|
94264
|
+
label: "API Key",
|
|
94265
|
+
required: true,
|
|
94266
|
+
placeholder: "128-char hex token"
|
|
94267
|
+
}
|
|
94268
|
+
}
|
|
94269
|
+
}
|
|
94270
|
+
},
|
|
94271
|
+
defaultAuthMethod: "api-token"
|
|
94272
|
+
},
|
|
94273
|
+
drive9: {
|
|
94274
|
+
label: "drive9",
|
|
94275
|
+
environmentMapping: {
|
|
94276
|
+
DRIVE9_TOKEN: "$secrets.DRIVE9_TOKEN"
|
|
94277
|
+
},
|
|
94278
|
+
helpText: "Connect your drive9 account for agent-friendly file storage with unified path-based operations",
|
|
94279
|
+
authMethods: {
|
|
94280
|
+
"api-token": {
|
|
94281
|
+
label: "API Key",
|
|
94282
|
+
helpText: "1. Log in to [drive9](https://drive9.ai)\n2. Go to **Settings > API Keys**\n3. Create a new API key\n4. Copy the key (format: `drive9_sk_...`)",
|
|
94283
|
+
secrets: {
|
|
94284
|
+
DRIVE9_TOKEN: {
|
|
94285
|
+
label: "API Key",
|
|
94286
|
+
required: true,
|
|
94287
|
+
placeholder: "drive9_sk_..."
|
|
94288
|
+
}
|
|
94289
|
+
}
|
|
94290
|
+
}
|
|
94291
|
+
},
|
|
94292
|
+
defaultAuthMethod: "api-token"
|
|
94293
|
+
},
|
|
94252
94294
|
msg9: {
|
|
94253
94295
|
label: "msg9",
|
|
94254
94296
|
environmentMapping: {
|
|
@@ -96401,6 +96443,48 @@ var docusignFirewall = {
|
|
|
96401
96443
|
]
|
|
96402
96444
|
};
|
|
96403
96445
|
|
|
96446
|
+
// ../../packages/core/src/firewalls/db9.generated.ts
|
|
96447
|
+
init_esm_shims();
|
|
96448
|
+
var db9Firewall = {
|
|
96449
|
+
name: "db9",
|
|
96450
|
+
description: "db9 API",
|
|
96451
|
+
placeholders: {
|
|
96452
|
+
DB9_API_KEY: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5a"
|
|
96453
|
+
},
|
|
96454
|
+
apis: [
|
|
96455
|
+
{
|
|
96456
|
+
base: "https://api.db9.ai",
|
|
96457
|
+
auth: {
|
|
96458
|
+
headers: {
|
|
96459
|
+
Authorization: "Bearer ${{ secrets.DB9_API_KEY }}"
|
|
96460
|
+
}
|
|
96461
|
+
},
|
|
96462
|
+
permissions: []
|
|
96463
|
+
}
|
|
96464
|
+
]
|
|
96465
|
+
};
|
|
96466
|
+
|
|
96467
|
+
// ../../packages/core/src/firewalls/drive9.generated.ts
|
|
96468
|
+
init_esm_shims();
|
|
96469
|
+
var drive9Firewall = {
|
|
96470
|
+
name: "drive9",
|
|
96471
|
+
description: "drive9 API",
|
|
96472
|
+
placeholders: {
|
|
96473
|
+
DRIVE9_TOKEN: "drive9_sk_CoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
|
|
96474
|
+
},
|
|
96475
|
+
apis: [
|
|
96476
|
+
{
|
|
96477
|
+
base: "https://api.drive9.ai",
|
|
96478
|
+
auth: {
|
|
96479
|
+
headers: {
|
|
96480
|
+
Authorization: "Bearer ${{ secrets.DRIVE9_TOKEN }}"
|
|
96481
|
+
}
|
|
96482
|
+
},
|
|
96483
|
+
permissions: []
|
|
96484
|
+
}
|
|
96485
|
+
]
|
|
96486
|
+
};
|
|
96487
|
+
|
|
96404
96488
|
// ../../packages/core/src/firewalls/dropbox.generated.ts
|
|
96405
96489
|
init_esm_shims();
|
|
96406
96490
|
var dropboxFirewall = {
|
|
@@ -102866,6 +102950,8 @@ var CONNECTOR_FIREWALLS = {
|
|
|
102866
102950
|
discord: discordFirewall,
|
|
102867
102951
|
"discord-webhook": discordWebhookFirewall,
|
|
102868
102952
|
docusign: docusignFirewall,
|
|
102953
|
+
db9: db9Firewall,
|
|
102954
|
+
drive9: drive9Firewall,
|
|
102869
102955
|
dropbox: dropboxFirewall,
|
|
102870
102956
|
elevenlabs: elevenlabsFirewall,
|
|
102871
102957
|
explorium: exploriumFirewall,
|
|
@@ -116042,4 +116128,4 @@ undici/lib/web/fetch/body.js:
|
|
|
116042
116128
|
undici/lib/web/websocket/frame.js:
|
|
116043
116129
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
116044
116130
|
*/
|
|
116045
|
-
//# sourceMappingURL=chunk-
|
|
116131
|
+
//# sourceMappingURL=chunk-GPSANZ2L.js.map
|