@vm0/cli 9.79.2 → 9.79.3
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-RXI3UIUZ.js → chunk-MKJBEFRH.js} +471 -5
- package/chunk-MKJBEFRH.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +2 -2
- package/chunk-RXI3UIUZ.js.map +0 -1
|
@@ -47,7 +47,7 @@ if (DSN) {
|
|
|
47
47
|
Sentry.init({
|
|
48
48
|
dsn: DSN,
|
|
49
49
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
50
|
-
release: "9.79.
|
|
50
|
+
release: "9.79.3",
|
|
51
51
|
sendDefaultPii: false,
|
|
52
52
|
tracesSampleRate: 0,
|
|
53
53
|
shutdownTimeout: 500,
|
|
@@ -66,7 +66,7 @@ if (DSN) {
|
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
Sentry.setContext("cli", {
|
|
69
|
-
version: "9.79.
|
|
69
|
+
version: "9.79.3",
|
|
70
70
|
command: process.argv.slice(2).join(" ")
|
|
71
71
|
});
|
|
72
72
|
Sentry.setContext("runtime", {
|
|
@@ -6539,6 +6539,58 @@ var axiomFirewall = {
|
|
|
6539
6539
|
]
|
|
6540
6540
|
};
|
|
6541
6541
|
|
|
6542
|
+
// ../../packages/core/src/firewalls/brave-search.generated.ts
|
|
6543
|
+
var braveSearchFirewall = {
|
|
6544
|
+
name: "brave-search",
|
|
6545
|
+
description: "Brave Search API",
|
|
6546
|
+
placeholders: {
|
|
6547
|
+
BRAVE_API_KEY: "BSAIVm0PlaceHolder00000000"
|
|
6548
|
+
},
|
|
6549
|
+
apis: [
|
|
6550
|
+
{
|
|
6551
|
+
base: "https://api.search.brave.com",
|
|
6552
|
+
auth: {
|
|
6553
|
+
headers: {
|
|
6554
|
+
"X-Subscription-Token": "${{ secrets.BRAVE_API_KEY }}"
|
|
6555
|
+
}
|
|
6556
|
+
},
|
|
6557
|
+
permissions: [
|
|
6558
|
+
{
|
|
6559
|
+
name: "unrestricted",
|
|
6560
|
+
description: "Allow all endpoints",
|
|
6561
|
+
rules: ["ANY /{path*}"]
|
|
6562
|
+
}
|
|
6563
|
+
]
|
|
6564
|
+
}
|
|
6565
|
+
]
|
|
6566
|
+
};
|
|
6567
|
+
|
|
6568
|
+
// ../../packages/core/src/firewalls/clickup.generated.ts
|
|
6569
|
+
var clickupFirewall = {
|
|
6570
|
+
name: "clickup",
|
|
6571
|
+
description: "ClickUp API",
|
|
6572
|
+
placeholders: {
|
|
6573
|
+
CLICKUP_TOKEN: "pk_0000000_VM0PLACEHOLDER0000000000000000000A"
|
|
6574
|
+
},
|
|
6575
|
+
apis: [
|
|
6576
|
+
{
|
|
6577
|
+
base: "https://api.clickup.com/api/v2",
|
|
6578
|
+
auth: {
|
|
6579
|
+
headers: {
|
|
6580
|
+
Authorization: "${{ secrets.CLICKUP_TOKEN }}"
|
|
6581
|
+
}
|
|
6582
|
+
},
|
|
6583
|
+
permissions: [
|
|
6584
|
+
{
|
|
6585
|
+
name: "unrestricted",
|
|
6586
|
+
description: "Allow all endpoints",
|
|
6587
|
+
rules: ["ANY /{path*}"]
|
|
6588
|
+
}
|
|
6589
|
+
]
|
|
6590
|
+
}
|
|
6591
|
+
]
|
|
6592
|
+
};
|
|
6593
|
+
|
|
6542
6594
|
// ../../packages/core/src/firewalls/cloudflare.generated.ts
|
|
6543
6595
|
var cloudflareFirewall = {
|
|
6544
6596
|
name: "cloudflare",
|
|
@@ -6939,6 +6991,32 @@ var elevenlabsFirewall = {
|
|
|
6939
6991
|
]
|
|
6940
6992
|
};
|
|
6941
6993
|
|
|
6994
|
+
// ../../packages/core/src/firewalls/fal.generated.ts
|
|
6995
|
+
var falFirewall = {
|
|
6996
|
+
name: "fal",
|
|
6997
|
+
description: "fal.ai API",
|
|
6998
|
+
placeholders: {
|
|
6999
|
+
FAL_TOKEN: "Vm0PlaceHolder00:sk_live_Vm0PlaceHolder00000000000000"
|
|
7000
|
+
},
|
|
7001
|
+
apis: [
|
|
7002
|
+
{
|
|
7003
|
+
base: "https://api.fal.ai",
|
|
7004
|
+
auth: {
|
|
7005
|
+
headers: {
|
|
7006
|
+
Authorization: "Key ${{ secrets.FAL_TOKEN }}"
|
|
7007
|
+
}
|
|
7008
|
+
},
|
|
7009
|
+
permissions: [
|
|
7010
|
+
{
|
|
7011
|
+
name: "unrestricted",
|
|
7012
|
+
description: "Allow all endpoints",
|
|
7013
|
+
rules: ["ANY /{path*}"]
|
|
7014
|
+
}
|
|
7015
|
+
]
|
|
7016
|
+
}
|
|
7017
|
+
]
|
|
7018
|
+
};
|
|
7019
|
+
|
|
6942
7020
|
// ../../packages/core/src/firewalls/figma.generated.ts
|
|
6943
7021
|
var figmaFirewall = {
|
|
6944
7022
|
name: "figma",
|
|
@@ -9263,6 +9341,150 @@ var gmailFirewall = {
|
|
|
9263
9341
|
]
|
|
9264
9342
|
}
|
|
9265
9343
|
]
|
|
9344
|
+
},
|
|
9345
|
+
{
|
|
9346
|
+
base: "https://gmail.googleapis.com/upload/gmail",
|
|
9347
|
+
auth: {
|
|
9348
|
+
headers: {
|
|
9349
|
+
Authorization: "Bearer ${{ secrets.GMAIL_TOKEN }}"
|
|
9350
|
+
}
|
|
9351
|
+
},
|
|
9352
|
+
permissions: [
|
|
9353
|
+
{
|
|
9354
|
+
name: "unrestricted",
|
|
9355
|
+
description: "Allow all endpoints",
|
|
9356
|
+
rules: ["ANY /{path*}"]
|
|
9357
|
+
},
|
|
9358
|
+
{
|
|
9359
|
+
name: "gmail",
|
|
9360
|
+
description: "Read, compose, send, and permanently delete all your email from Gmail",
|
|
9361
|
+
rules: [
|
|
9362
|
+
"POST /v1/users/{userId}/drafts",
|
|
9363
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9364
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9365
|
+
"POST /v1/users/{userId}/messages",
|
|
9366
|
+
"POST /v1/users/{userId}/messages/import",
|
|
9367
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9368
|
+
]
|
|
9369
|
+
},
|
|
9370
|
+
{
|
|
9371
|
+
name: "gmail.addons.current.action.compose",
|
|
9372
|
+
description: "Manage drafts and send emails when you interact with the add-on",
|
|
9373
|
+
rules: [
|
|
9374
|
+
"POST /v1/users/{userId}/drafts",
|
|
9375
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9376
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9377
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9378
|
+
]
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
name: "gmail.compose",
|
|
9382
|
+
description: "Manage drafts and send emails",
|
|
9383
|
+
rules: [
|
|
9384
|
+
"POST /v1/users/{userId}/drafts",
|
|
9385
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9386
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9387
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9388
|
+
]
|
|
9389
|
+
},
|
|
9390
|
+
{
|
|
9391
|
+
name: "gmail.insert",
|
|
9392
|
+
description: "Add emails into your Gmail mailbox",
|
|
9393
|
+
rules: [
|
|
9394
|
+
"POST /v1/users/{userId}/messages",
|
|
9395
|
+
"POST /v1/users/{userId}/messages/import"
|
|
9396
|
+
]
|
|
9397
|
+
},
|
|
9398
|
+
{
|
|
9399
|
+
name: "gmail.modify",
|
|
9400
|
+
description: "Read, compose, and send emails from your Gmail account",
|
|
9401
|
+
rules: [
|
|
9402
|
+
"POST /v1/users/{userId}/drafts",
|
|
9403
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9404
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9405
|
+
"POST /v1/users/{userId}/messages",
|
|
9406
|
+
"POST /v1/users/{userId}/messages/import",
|
|
9407
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9408
|
+
]
|
|
9409
|
+
},
|
|
9410
|
+
{
|
|
9411
|
+
name: "gmail.send",
|
|
9412
|
+
description: "Send email on your behalf",
|
|
9413
|
+
rules: ["POST /v1/users/{userId}/messages/send"]
|
|
9414
|
+
}
|
|
9415
|
+
]
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
base: "https://gmail.googleapis.com/resumable/upload/gmail",
|
|
9419
|
+
auth: {
|
|
9420
|
+
headers: {
|
|
9421
|
+
Authorization: "Bearer ${{ secrets.GMAIL_TOKEN }}"
|
|
9422
|
+
}
|
|
9423
|
+
},
|
|
9424
|
+
permissions: [
|
|
9425
|
+
{
|
|
9426
|
+
name: "unrestricted",
|
|
9427
|
+
description: "Allow all endpoints",
|
|
9428
|
+
rules: ["ANY /{path*}"]
|
|
9429
|
+
},
|
|
9430
|
+
{
|
|
9431
|
+
name: "gmail",
|
|
9432
|
+
description: "Read, compose, send, and permanently delete all your email from Gmail",
|
|
9433
|
+
rules: [
|
|
9434
|
+
"POST /v1/users/{userId}/drafts",
|
|
9435
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9436
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9437
|
+
"POST /v1/users/{userId}/messages",
|
|
9438
|
+
"POST /v1/users/{userId}/messages/import",
|
|
9439
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9440
|
+
]
|
|
9441
|
+
},
|
|
9442
|
+
{
|
|
9443
|
+
name: "gmail.addons.current.action.compose",
|
|
9444
|
+
description: "Manage drafts and send emails when you interact with the add-on",
|
|
9445
|
+
rules: [
|
|
9446
|
+
"POST /v1/users/{userId}/drafts",
|
|
9447
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9448
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9449
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9450
|
+
]
|
|
9451
|
+
},
|
|
9452
|
+
{
|
|
9453
|
+
name: "gmail.compose",
|
|
9454
|
+
description: "Manage drafts and send emails",
|
|
9455
|
+
rules: [
|
|
9456
|
+
"POST /v1/users/{userId}/drafts",
|
|
9457
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9458
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9459
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9460
|
+
]
|
|
9461
|
+
},
|
|
9462
|
+
{
|
|
9463
|
+
name: "gmail.insert",
|
|
9464
|
+
description: "Add emails into your Gmail mailbox",
|
|
9465
|
+
rules: [
|
|
9466
|
+
"POST /v1/users/{userId}/messages",
|
|
9467
|
+
"POST /v1/users/{userId}/messages/import"
|
|
9468
|
+
]
|
|
9469
|
+
},
|
|
9470
|
+
{
|
|
9471
|
+
name: "gmail.modify",
|
|
9472
|
+
description: "Read, compose, and send emails from your Gmail account",
|
|
9473
|
+
rules: [
|
|
9474
|
+
"POST /v1/users/{userId}/drafts",
|
|
9475
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
9476
|
+
"PUT /v1/users/{userId}/drafts/{id}",
|
|
9477
|
+
"POST /v1/users/{userId}/messages",
|
|
9478
|
+
"POST /v1/users/{userId}/messages/import",
|
|
9479
|
+
"POST /v1/users/{userId}/messages/send"
|
|
9480
|
+
]
|
|
9481
|
+
},
|
|
9482
|
+
{
|
|
9483
|
+
name: "gmail.send",
|
|
9484
|
+
description: "Send email on your behalf",
|
|
9485
|
+
rules: ["POST /v1/users/{userId}/messages/send"]
|
|
9486
|
+
}
|
|
9487
|
+
]
|
|
9266
9488
|
}
|
|
9267
9489
|
]
|
|
9268
9490
|
};
|
|
@@ -10232,6 +10454,126 @@ var googleDriveFirewall = {
|
|
|
10232
10454
|
]
|
|
10233
10455
|
}
|
|
10234
10456
|
]
|
|
10457
|
+
},
|
|
10458
|
+
{
|
|
10459
|
+
base: "https://www.googleapis.com/upload/drive",
|
|
10460
|
+
auth: {
|
|
10461
|
+
headers: {
|
|
10462
|
+
Authorization: "Bearer ${{ secrets.GOOGLE_DRIVE_TOKEN }}"
|
|
10463
|
+
}
|
|
10464
|
+
},
|
|
10465
|
+
permissions: [
|
|
10466
|
+
{
|
|
10467
|
+
name: "unrestricted",
|
|
10468
|
+
description: "Allow all endpoints",
|
|
10469
|
+
rules: ["ANY /{path*}"]
|
|
10470
|
+
},
|
|
10471
|
+
{
|
|
10472
|
+
name: "drive",
|
|
10473
|
+
description: "See, edit, create, and delete all of your Google Drive files",
|
|
10474
|
+
rules: [
|
|
10475
|
+
"POST /v2/files",
|
|
10476
|
+
"PUT /v2/files/{fileId}",
|
|
10477
|
+
"POST /v3/files",
|
|
10478
|
+
"PATCH /v3/files/{fileId}"
|
|
10479
|
+
]
|
|
10480
|
+
},
|
|
10481
|
+
{
|
|
10482
|
+
name: "drive.appdata",
|
|
10483
|
+
description: "See, create, and delete its own configuration data in your Google Drive",
|
|
10484
|
+
rules: [
|
|
10485
|
+
"POST /v2/files",
|
|
10486
|
+
"PUT /v2/files/{fileId}",
|
|
10487
|
+
"POST /v3/files",
|
|
10488
|
+
"PATCH /v3/files/{fileId}"
|
|
10489
|
+
]
|
|
10490
|
+
},
|
|
10491
|
+
{
|
|
10492
|
+
name: "drive.apps.readonly",
|
|
10493
|
+
description: "View your Google Drive apps",
|
|
10494
|
+
rules: ["POST /v2/files", "PUT /v2/files/{fileId}"]
|
|
10495
|
+
},
|
|
10496
|
+
{
|
|
10497
|
+
name: "drive.file",
|
|
10498
|
+
description: "See, edit, create, and delete only the specific Google Drive files you use with this app",
|
|
10499
|
+
rules: [
|
|
10500
|
+
"POST /v2/files",
|
|
10501
|
+
"PUT /v2/files/{fileId}",
|
|
10502
|
+
"POST /v3/files",
|
|
10503
|
+
"PATCH /v3/files/{fileId}"
|
|
10504
|
+
]
|
|
10505
|
+
},
|
|
10506
|
+
{
|
|
10507
|
+
name: "drive.metadata",
|
|
10508
|
+
description: "View and manage metadata of files in your Google Drive",
|
|
10509
|
+
rules: ["PUT /v2/files/{fileId}", "PATCH /v3/files/{fileId}"]
|
|
10510
|
+
},
|
|
10511
|
+
{
|
|
10512
|
+
name: "drive.scripts",
|
|
10513
|
+
description: "Modify your Google Apps Script scripts' behavior",
|
|
10514
|
+
rules: ["PUT /v2/files/{fileId}", "PATCH /v3/files/{fileId}"]
|
|
10515
|
+
}
|
|
10516
|
+
]
|
|
10517
|
+
},
|
|
10518
|
+
{
|
|
10519
|
+
base: "https://www.googleapis.com/resumable/upload/drive",
|
|
10520
|
+
auth: {
|
|
10521
|
+
headers: {
|
|
10522
|
+
Authorization: "Bearer ${{ secrets.GOOGLE_DRIVE_TOKEN }}"
|
|
10523
|
+
}
|
|
10524
|
+
},
|
|
10525
|
+
permissions: [
|
|
10526
|
+
{
|
|
10527
|
+
name: "unrestricted",
|
|
10528
|
+
description: "Allow all endpoints",
|
|
10529
|
+
rules: ["ANY /{path*}"]
|
|
10530
|
+
},
|
|
10531
|
+
{
|
|
10532
|
+
name: "drive",
|
|
10533
|
+
description: "See, edit, create, and delete all of your Google Drive files",
|
|
10534
|
+
rules: [
|
|
10535
|
+
"POST /v2/files",
|
|
10536
|
+
"PUT /v2/files/{fileId}",
|
|
10537
|
+
"POST /v3/files",
|
|
10538
|
+
"PATCH /v3/files/{fileId}"
|
|
10539
|
+
]
|
|
10540
|
+
},
|
|
10541
|
+
{
|
|
10542
|
+
name: "drive.appdata",
|
|
10543
|
+
description: "See, create, and delete its own configuration data in your Google Drive",
|
|
10544
|
+
rules: [
|
|
10545
|
+
"POST /v2/files",
|
|
10546
|
+
"PUT /v2/files/{fileId}",
|
|
10547
|
+
"POST /v3/files",
|
|
10548
|
+
"PATCH /v3/files/{fileId}"
|
|
10549
|
+
]
|
|
10550
|
+
},
|
|
10551
|
+
{
|
|
10552
|
+
name: "drive.apps.readonly",
|
|
10553
|
+
description: "View your Google Drive apps",
|
|
10554
|
+
rules: ["POST /v2/files", "PUT /v2/files/{fileId}"]
|
|
10555
|
+
},
|
|
10556
|
+
{
|
|
10557
|
+
name: "drive.file",
|
|
10558
|
+
description: "See, edit, create, and delete only the specific Google Drive files you use with this app",
|
|
10559
|
+
rules: [
|
|
10560
|
+
"POST /v2/files",
|
|
10561
|
+
"PUT /v2/files/{fileId}",
|
|
10562
|
+
"POST /v3/files",
|
|
10563
|
+
"PATCH /v3/files/{fileId}"
|
|
10564
|
+
]
|
|
10565
|
+
},
|
|
10566
|
+
{
|
|
10567
|
+
name: "drive.metadata",
|
|
10568
|
+
description: "View and manage metadata of files in your Google Drive",
|
|
10569
|
+
rules: ["PUT /v2/files/{fileId}", "PATCH /v3/files/{fileId}"]
|
|
10570
|
+
},
|
|
10571
|
+
{
|
|
10572
|
+
name: "drive.scripts",
|
|
10573
|
+
description: "Modify your Google Apps Script scripts' behavior",
|
|
10574
|
+
rules: ["PUT /v2/files/{fileId}", "PATCH /v3/files/{fileId}"]
|
|
10575
|
+
}
|
|
10576
|
+
]
|
|
10235
10577
|
}
|
|
10236
10578
|
]
|
|
10237
10579
|
};
|
|
@@ -11086,6 +11428,32 @@ var mondayFirewall = {
|
|
|
11086
11428
|
]
|
|
11087
11429
|
};
|
|
11088
11430
|
|
|
11431
|
+
// ../../packages/core/src/firewalls/neon.generated.ts
|
|
11432
|
+
var neonFirewall = {
|
|
11433
|
+
name: "neon",
|
|
11434
|
+
description: "Neon API",
|
|
11435
|
+
placeholders: {
|
|
11436
|
+
NEON_ACCESS_TOKEN: "Vm0PlaceHolder00000000000000000a"
|
|
11437
|
+
},
|
|
11438
|
+
apis: [
|
|
11439
|
+
{
|
|
11440
|
+
base: "https://console.neon.tech/api/v2",
|
|
11441
|
+
auth: {
|
|
11442
|
+
headers: {
|
|
11443
|
+
Authorization: "Bearer ${{ secrets.NEON_ACCESS_TOKEN }}"
|
|
11444
|
+
}
|
|
11445
|
+
},
|
|
11446
|
+
permissions: [
|
|
11447
|
+
{
|
|
11448
|
+
name: "unrestricted",
|
|
11449
|
+
description: "Allow all endpoints",
|
|
11450
|
+
rules: ["ANY /{path*}"]
|
|
11451
|
+
}
|
|
11452
|
+
]
|
|
11453
|
+
}
|
|
11454
|
+
]
|
|
11455
|
+
};
|
|
11456
|
+
|
|
11089
11457
|
// ../../packages/core/src/firewalls/notion.generated.ts
|
|
11090
11458
|
var notionFirewall = {
|
|
11091
11459
|
name: "notion",
|
|
@@ -11205,6 +11573,32 @@ var openaiFirewall = {
|
|
|
11205
11573
|
]
|
|
11206
11574
|
};
|
|
11207
11575
|
|
|
11576
|
+
// ../../packages/core/src/firewalls/perplexity.generated.ts
|
|
11577
|
+
var perplexityFirewall = {
|
|
11578
|
+
name: "perplexity",
|
|
11579
|
+
description: "Perplexity API",
|
|
11580
|
+
placeholders: {
|
|
11581
|
+
PERPLEXITY_TOKEN: "pplx-Vm0PlaceHolder0000000000000000000000000000000000"
|
|
11582
|
+
},
|
|
11583
|
+
apis: [
|
|
11584
|
+
{
|
|
11585
|
+
base: "https://api.perplexity.ai",
|
|
11586
|
+
auth: {
|
|
11587
|
+
headers: {
|
|
11588
|
+
Authorization: "Bearer ${{ secrets.PERPLEXITY_TOKEN }}"
|
|
11589
|
+
}
|
|
11590
|
+
},
|
|
11591
|
+
permissions: [
|
|
11592
|
+
{
|
|
11593
|
+
name: "unrestricted",
|
|
11594
|
+
description: "Allow all endpoints",
|
|
11595
|
+
rules: ["ANY /{path*}"]
|
|
11596
|
+
}
|
|
11597
|
+
]
|
|
11598
|
+
}
|
|
11599
|
+
]
|
|
11600
|
+
};
|
|
11601
|
+
|
|
11208
11602
|
// ../../packages/core/src/firewalls/posthog.generated.ts
|
|
11209
11603
|
var posthogFirewall = {
|
|
11210
11604
|
name: "posthog",
|
|
@@ -11298,6 +11692,32 @@ var sentryFirewall = {
|
|
|
11298
11692
|
]
|
|
11299
11693
|
};
|
|
11300
11694
|
|
|
11695
|
+
// ../../packages/core/src/firewalls/serpapi.generated.ts
|
|
11696
|
+
var serpapiFirewall = {
|
|
11697
|
+
name: "serpapi",
|
|
11698
|
+
description: "SerpApi",
|
|
11699
|
+
placeholders: {
|
|
11700
|
+
SERPAPI_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000000a"
|
|
11701
|
+
},
|
|
11702
|
+
apis: [
|
|
11703
|
+
{
|
|
11704
|
+
base: "https://serpapi.com",
|
|
11705
|
+
auth: {
|
|
11706
|
+
headers: {
|
|
11707
|
+
Authorization: "Bearer ${{ secrets.SERPAPI_TOKEN }}"
|
|
11708
|
+
}
|
|
11709
|
+
},
|
|
11710
|
+
permissions: [
|
|
11711
|
+
{
|
|
11712
|
+
name: "unrestricted",
|
|
11713
|
+
description: "Allow all endpoints",
|
|
11714
|
+
rules: ["ANY /{path*}"]
|
|
11715
|
+
}
|
|
11716
|
+
]
|
|
11717
|
+
}
|
|
11718
|
+
]
|
|
11719
|
+
};
|
|
11720
|
+
|
|
11301
11721
|
// ../../packages/core/src/firewalls/slack.generated.ts
|
|
11302
11722
|
var slackFirewall = {
|
|
11303
11723
|
name: "slack",
|
|
@@ -12178,6 +12598,32 @@ var supabaseFirewall = {
|
|
|
12178
12598
|
]
|
|
12179
12599
|
};
|
|
12180
12600
|
|
|
12601
|
+
// ../../packages/core/src/firewalls/tavily.generated.ts
|
|
12602
|
+
var tavilyFirewall = {
|
|
12603
|
+
name: "tavily",
|
|
12604
|
+
description: "Tavily API",
|
|
12605
|
+
placeholders: {
|
|
12606
|
+
TAVILY_TOKEN: "tvly-Vm0PlaceHolder0000000000000000000"
|
|
12607
|
+
},
|
|
12608
|
+
apis: [
|
|
12609
|
+
{
|
|
12610
|
+
base: "https://api.tavily.com",
|
|
12611
|
+
auth: {
|
|
12612
|
+
headers: {
|
|
12613
|
+
Authorization: "Bearer ${{ secrets.TAVILY_TOKEN }}"
|
|
12614
|
+
}
|
|
12615
|
+
},
|
|
12616
|
+
permissions: [
|
|
12617
|
+
{
|
|
12618
|
+
name: "unrestricted",
|
|
12619
|
+
description: "Allow all endpoints",
|
|
12620
|
+
rules: ["ANY /{path*}"]
|
|
12621
|
+
}
|
|
12622
|
+
]
|
|
12623
|
+
}
|
|
12624
|
+
]
|
|
12625
|
+
};
|
|
12626
|
+
|
|
12181
12627
|
// ../../packages/core/src/firewalls/todoist.generated.ts
|
|
12182
12628
|
var todoistFirewall = {
|
|
12183
12629
|
name: "todoist",
|
|
@@ -12933,11 +13379,14 @@ var builtinFirewalls = {
|
|
|
12933
13379
|
airtable: airtableFirewall,
|
|
12934
13380
|
asana: asanaFirewall,
|
|
12935
13381
|
axiom: axiomFirewall,
|
|
13382
|
+
"brave-search": braveSearchFirewall,
|
|
13383
|
+
clickup: clickupFirewall,
|
|
12936
13384
|
cloudflare: cloudflareFirewall,
|
|
12937
13385
|
confluence: confluenceFirewall,
|
|
12938
13386
|
deepseek: deepseekFirewall,
|
|
12939
13387
|
discord: discordFirewall,
|
|
12940
13388
|
elevenlabs: elevenlabsFirewall,
|
|
13389
|
+
fal: falFirewall,
|
|
12941
13390
|
figma: figmaFirewall,
|
|
12942
13391
|
firecrawl: firecrawlFirewall,
|
|
12943
13392
|
github: githubFirewall,
|
|
@@ -12951,14 +13400,18 @@ var builtinFirewalls = {
|
|
|
12951
13400
|
jira: jiraFirewall,
|
|
12952
13401
|
linear: linearFirewall,
|
|
12953
13402
|
monday: mondayFirewall,
|
|
13403
|
+
neon: neonFirewall,
|
|
12954
13404
|
notion: notionFirewall,
|
|
12955
13405
|
openai: openaiFirewall,
|
|
13406
|
+
perplexity: perplexityFirewall,
|
|
12956
13407
|
posthog: posthogFirewall,
|
|
12957
13408
|
resend: resendFirewall,
|
|
12958
13409
|
sentry: sentryFirewall,
|
|
13410
|
+
serpapi: serpapiFirewall,
|
|
12959
13411
|
slack: slackFirewall,
|
|
12960
13412
|
stripe: stripeFirewall,
|
|
12961
13413
|
supabase: supabaseFirewall,
|
|
13414
|
+
tavily: tavilyFirewall,
|
|
12962
13415
|
todoist: todoistFirewall,
|
|
12963
13416
|
vercel: vercelFirewall,
|
|
12964
13417
|
x: xFirewall,
|
|
@@ -13856,7 +14309,10 @@ var zeroRunRequestSchema = unifiedRunRequestSchema.omit({
|
|
|
13856
14309
|
disallowedTools: true,
|
|
13857
14310
|
volumeVersions: true,
|
|
13858
14311
|
vars: true,
|
|
13859
|
-
secrets: true
|
|
14312
|
+
secrets: true,
|
|
14313
|
+
agentComposeId: true
|
|
14314
|
+
}).extend({
|
|
14315
|
+
agentId: z30.string().optional()
|
|
13860
14316
|
});
|
|
13861
14317
|
var c23 = initContract();
|
|
13862
14318
|
var zeroRunsMainContract = c23.router({
|
|
@@ -14288,6 +14744,16 @@ var zeroVariablesByNameContract = c26.router({
|
|
|
14288
14744
|
// ../../packages/core/src/contracts/zero-sessions.ts
|
|
14289
14745
|
import { z as z34 } from "zod";
|
|
14290
14746
|
var c27 = initContract();
|
|
14747
|
+
var zeroSessionResponseSchema = z34.object({
|
|
14748
|
+
id: z34.string(),
|
|
14749
|
+
agentId: z34.string(),
|
|
14750
|
+
conversationId: z34.string().nullable(),
|
|
14751
|
+
artifactName: z34.string().nullable(),
|
|
14752
|
+
secretNames: z34.array(z34.string()).nullable(),
|
|
14753
|
+
chatMessages: z34.array(storedChatMessageSchema).optional(),
|
|
14754
|
+
createdAt: z34.string(),
|
|
14755
|
+
updatedAt: z34.string()
|
|
14756
|
+
});
|
|
14291
14757
|
var zeroSessionsByIdContract = c27.router({
|
|
14292
14758
|
getById: {
|
|
14293
14759
|
method: "GET",
|
|
@@ -14297,7 +14763,7 @@ var zeroSessionsByIdContract = c27.router({
|
|
|
14297
14763
|
id: z34.string().min(1, "Session ID is required")
|
|
14298
14764
|
}),
|
|
14299
14765
|
responses: {
|
|
14300
|
-
200:
|
|
14766
|
+
200: zeroSessionResponseSchema,
|
|
14301
14767
|
401: apiErrorSchema,
|
|
14302
14768
|
403: apiErrorSchema,
|
|
14303
14769
|
404: apiErrorSchema
|
|
@@ -18521,4 +18987,4 @@ export {
|
|
|
18521
18987
|
zeroSecretCommand,
|
|
18522
18988
|
zeroVariableCommand
|
|
18523
18989
|
};
|
|
18524
|
-
//# sourceMappingURL=chunk-
|
|
18990
|
+
//# sourceMappingURL=chunk-MKJBEFRH.js.map
|