@vm0/cli 9.117.0 → 9.117.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.
- package/{chunk-HVVPJHCH.js → chunk-BMBAB5QA.js} +17 -188
- package/{chunk-HVVPJHCH.js.map → chunk-BMBAB5QA.js.map} +1 -1
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +2 -2
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.117.
|
|
34655
|
+
release: "9.117.1",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.117.
|
|
34674
|
+
version: "9.117.1",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -55193,23 +55193,17 @@ var infisicalFirewall = {
|
|
|
55193
55193
|
apis: [
|
|
55194
55194
|
{
|
|
55195
55195
|
base: "https://us.infisical.com",
|
|
55196
|
-
auth: {
|
|
55197
|
-
headers: {}
|
|
55198
|
-
},
|
|
55196
|
+
auth: {},
|
|
55199
55197
|
permissions: []
|
|
55200
55198
|
},
|
|
55201
55199
|
{
|
|
55202
55200
|
base: "https://eu.infisical.com",
|
|
55203
|
-
auth: {
|
|
55204
|
-
headers: {}
|
|
55205
|
-
},
|
|
55201
|
+
auth: {},
|
|
55206
55202
|
permissions: []
|
|
55207
55203
|
},
|
|
55208
55204
|
{
|
|
55209
55205
|
base: "https://app.infisical.com",
|
|
55210
|
-
auth: {
|
|
55211
|
-
headers: {}
|
|
55212
|
-
},
|
|
55206
|
+
auth: {},
|
|
55213
55207
|
permissions: []
|
|
55214
55208
|
}
|
|
55215
55209
|
]
|
|
@@ -55632,7 +55626,6 @@ var bitrixFirewall = {
|
|
|
55632
55626
|
{
|
|
55633
55627
|
base: "https://firewall-placeholder.vm3.ai/bitrix/hook",
|
|
55634
55628
|
auth: {
|
|
55635
|
-
headers: {},
|
|
55636
55629
|
base: "${{ secrets.BITRIX_WEBHOOK_URL }}"
|
|
55637
55630
|
},
|
|
55638
55631
|
permissions: []
|
|
@@ -55736,8 +55729,8 @@ var browserlessFirewall = {
|
|
|
55736
55729
|
{
|
|
55737
55730
|
base: "https://production-sfo.browserless.io",
|
|
55738
55731
|
auth: {
|
|
55739
|
-
|
|
55740
|
-
|
|
55732
|
+
query: {
|
|
55733
|
+
token: "${{ secrets.BROWSERLESS_TOKEN }}"
|
|
55741
55734
|
}
|
|
55742
55735
|
},
|
|
55743
55736
|
permissions: []
|
|
@@ -55745,8 +55738,8 @@ var browserlessFirewall = {
|
|
|
55745
55738
|
{
|
|
55746
55739
|
base: "https://production-lon.browserless.io",
|
|
55747
55740
|
auth: {
|
|
55748
|
-
|
|
55749
|
-
|
|
55741
|
+
query: {
|
|
55742
|
+
token: "${{ secrets.BROWSERLESS_TOKEN }}"
|
|
55750
55743
|
}
|
|
55751
55744
|
},
|
|
55752
55745
|
permissions: []
|
|
@@ -55754,8 +55747,8 @@ var browserlessFirewall = {
|
|
|
55754
55747
|
{
|
|
55755
55748
|
base: "https://production-ams.browserless.io",
|
|
55756
55749
|
auth: {
|
|
55757
|
-
|
|
55758
|
-
|
|
55750
|
+
query: {
|
|
55751
|
+
token: "${{ secrets.BROWSERLESS_TOKEN }}"
|
|
55759
55752
|
}
|
|
55760
55753
|
},
|
|
55761
55754
|
permissions: []
|
|
@@ -56754,7 +56747,6 @@ var discordWebhookFirewall = {
|
|
|
56754
56747
|
{
|
|
56755
56748
|
base: "https://firewall-placeholder.vm3.ai/discord-webhook/hook",
|
|
56756
56749
|
auth: {
|
|
56757
|
-
headers: {},
|
|
56758
56750
|
base: "${{ secrets.DISCORD_WEBHOOK_URL }}"
|
|
56759
56751
|
},
|
|
56760
56752
|
permissions: []
|
|
@@ -59442,7 +59434,7 @@ var linearFirewall = {
|
|
|
59442
59434
|
name: "linear",
|
|
59443
59435
|
description: "Linear API",
|
|
59444
59436
|
placeholders: {
|
|
59445
|
-
LINEAR_TOKEN: "
|
|
59437
|
+
LINEAR_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ff"
|
|
59446
59438
|
},
|
|
59447
59439
|
apis: [
|
|
59448
59440
|
{
|
|
@@ -61022,7 +61014,6 @@ var serpapiFirewall = {
|
|
|
61022
61014
|
{
|
|
61023
61015
|
base: "https://serpapi.com",
|
|
61024
61016
|
auth: {
|
|
61025
|
-
headers: {},
|
|
61026
61017
|
query: {
|
|
61027
61018
|
api_key: "${{ secrets.SERPAPI_TOKEN }}"
|
|
61028
61019
|
}
|
|
@@ -61086,7 +61077,6 @@ var slackWebhookFirewall = {
|
|
|
61086
61077
|
{
|
|
61087
61078
|
base: "https://firewall-placeholder.vm3.ai/slack-webhook/hook",
|
|
61088
61079
|
auth: {
|
|
61089
|
-
headers: {},
|
|
61090
61080
|
base: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
|
61091
61081
|
},
|
|
61092
61082
|
permissions: []
|
|
@@ -62298,8 +62288,6 @@ var xFirewall = {
|
|
|
62298
62288
|
name: "dm.read",
|
|
62299
62289
|
description: "Read all your Direct Messages.",
|
|
62300
62290
|
rules: [
|
|
62301
|
-
"GET /2/account_activity/webhooks/{webhook_id}/subscriptions/all",
|
|
62302
|
-
"POST /2/account_activity/webhooks/{webhook_id}/subscriptions/all",
|
|
62303
62291
|
"POST /2/activity/subscriptions",
|
|
62304
62292
|
"GET /2/chat/conversations",
|
|
62305
62293
|
"GET /2/chat/conversations/{id}",
|
|
@@ -62308,7 +62296,6 @@ var xFirewall = {
|
|
|
62308
62296
|
"GET /2/dm_conversations/{id}/dm_events",
|
|
62309
62297
|
"GET /2/dm_events",
|
|
62310
62298
|
"GET /2/dm_events/{event_id}",
|
|
62311
|
-
"DELETE /2/dm_events/{event_id}",
|
|
62312
62299
|
"GET /2/users/public_keys",
|
|
62313
62300
|
"GET /2/users/{id}/public_keys"
|
|
62314
62301
|
]
|
|
@@ -62372,7 +62359,6 @@ var xFirewall = {
|
|
|
62372
62359
|
description: "View Lists, members, and followers of Lists you created or are a member of, including private Lists.",
|
|
62373
62360
|
rules: [
|
|
62374
62361
|
"GET /2/communities/{id}",
|
|
62375
|
-
"POST /2/lists",
|
|
62376
62362
|
"GET /2/lists/{id}",
|
|
62377
62363
|
"GET /2/lists/{id}/followers",
|
|
62378
62364
|
"GET /2/lists/{id}/members",
|
|
@@ -62461,102 +62447,20 @@ var xFirewall = {
|
|
|
62461
62447
|
name: "tweet.read",
|
|
62462
62448
|
description: "View all Posts you can see, including those from protected accounts.",
|
|
62463
62449
|
rules: [
|
|
62464
|
-
"GET /2/account_activity/webhooks/{webhook_id}/subscriptions/all",
|
|
62465
|
-
"POST /2/account_activity/webhooks/{webhook_id}/subscriptions/all",
|
|
62466
|
-
"POST /2/activity/subscriptions",
|
|
62467
|
-
"POST /2/chat/conversations/group",
|
|
62468
|
-
"GET /2/chat/conversations/{id}",
|
|
62469
|
-
"POST /2/chat/conversations/{id}/keys",
|
|
62470
|
-
"POST /2/chat/conversations/{id}/members",
|
|
62471
|
-
"POST /2/chat/conversations/{id}/messages",
|
|
62472
|
-
"POST /2/chat/conversations/{id}/read",
|
|
62473
|
-
"POST /2/chat/conversations/{id}/typing",
|
|
62474
|
-
"GET /2/communities/search",
|
|
62475
|
-
"GET /2/communities/{id}",
|
|
62476
|
-
"POST /2/dm_conversations",
|
|
62477
|
-
"GET /2/dm_conversations/with/{participant_id}/dm_events",
|
|
62478
|
-
"POST /2/dm_conversations/with/{participant_id}/messages",
|
|
62479
|
-
"POST /2/dm_conversations/{dm_conversation_id}/messages",
|
|
62480
|
-
"GET /2/dm_conversations/{id}/dm_events",
|
|
62481
|
-
"GET /2/dm_events",
|
|
62482
|
-
"GET /2/dm_events/{event_id}",
|
|
62483
62450
|
"GET /2/insights/28hr",
|
|
62484
62451
|
"GET /2/insights/historical",
|
|
62485
|
-
"POST /2/lists",
|
|
62486
|
-
"GET /2/lists/{id}",
|
|
62487
|
-
"PUT /2/lists/{id}",
|
|
62488
|
-
"DELETE /2/lists/{id}",
|
|
62489
|
-
"GET /2/lists/{id}/followers",
|
|
62490
|
-
"GET /2/lists/{id}/members",
|
|
62491
|
-
"POST /2/lists/{id}/members",
|
|
62492
|
-
"DELETE /2/lists/{id}/members/{user_id}",
|
|
62493
|
-
"GET /2/lists/{id}/tweets",
|
|
62494
62452
|
"GET /2/media",
|
|
62495
62453
|
"GET /2/media/analytics",
|
|
62496
62454
|
"GET /2/media/{media_key}",
|
|
62497
|
-
"GET /2/news/search",
|
|
62498
|
-
"GET /2/news/{id}",
|
|
62499
62455
|
"GET /2/notes/search/notes_written",
|
|
62500
62456
|
"GET /2/notes/search/posts_eligible_for_notes",
|
|
62501
|
-
"GET /2/spaces",
|
|
62502
|
-
"GET /2/spaces/by/creator_ids",
|
|
62503
|
-
"GET /2/spaces/search",
|
|
62504
|
-
"GET /2/spaces/{id}",
|
|
62505
|
-
"GET /2/spaces/{id}/buyers",
|
|
62506
|
-
"GET /2/spaces/{id}/tweets",
|
|
62507
62457
|
"GET /2/tweets",
|
|
62508
|
-
"POST /2/tweets",
|
|
62509
62458
|
"GET /2/tweets/analytics",
|
|
62510
62459
|
"GET /2/tweets/search/recent",
|
|
62511
62460
|
"GET /2/tweets/{id}",
|
|
62512
|
-
"DELETE /2/tweets/{id}",
|
|
62513
|
-
"GET /2/tweets/{id}/liking_users",
|
|
62514
62461
|
"GET /2/tweets/{id}/quote_tweets",
|
|
62515
62462
|
"GET /2/tweets/{id}/retweeted_by",
|
|
62516
|
-
"GET /2/tweets/{id}/retweets"
|
|
62517
|
-
"PUT /2/tweets/{tweet_id}/hidden",
|
|
62518
|
-
"GET /2/users",
|
|
62519
|
-
"GET /2/users/by",
|
|
62520
|
-
"GET /2/users/by/username/{username}",
|
|
62521
|
-
"GET /2/users/me",
|
|
62522
|
-
"GET /2/users/personalized_trends",
|
|
62523
|
-
"GET /2/users/public_keys",
|
|
62524
|
-
"GET /2/users/reposts_of_me",
|
|
62525
|
-
"GET /2/users/search",
|
|
62526
|
-
"GET /2/users/{id}",
|
|
62527
|
-
"GET /2/users/{id}/affiliates",
|
|
62528
|
-
"GET /2/users/{id}/blocking",
|
|
62529
|
-
"GET /2/users/{id}/bookmarks",
|
|
62530
|
-
"POST /2/users/{id}/bookmarks",
|
|
62531
|
-
"GET /2/users/{id}/bookmarks/folders/{folder_id}",
|
|
62532
|
-
"DELETE /2/users/{id}/bookmarks/{tweet_id}",
|
|
62533
|
-
"POST /2/users/{id}/dm/block",
|
|
62534
|
-
"POST /2/users/{id}/dm/unblock",
|
|
62535
|
-
"GET /2/users/{id}/followed_lists",
|
|
62536
|
-
"POST /2/users/{id}/followed_lists",
|
|
62537
|
-
"DELETE /2/users/{id}/followed_lists/{list_id}",
|
|
62538
|
-
"GET /2/users/{id}/followers",
|
|
62539
|
-
"GET /2/users/{id}/following",
|
|
62540
|
-
"POST /2/users/{id}/following",
|
|
62541
|
-
"GET /2/users/{id}/liked_tweets",
|
|
62542
|
-
"POST /2/users/{id}/likes",
|
|
62543
|
-
"DELETE /2/users/{id}/likes/{tweet_id}",
|
|
62544
|
-
"GET /2/users/{id}/list_memberships",
|
|
62545
|
-
"GET /2/users/{id}/mentions",
|
|
62546
|
-
"GET /2/users/{id}/muting",
|
|
62547
|
-
"POST /2/users/{id}/muting",
|
|
62548
|
-
"GET /2/users/{id}/owned_lists",
|
|
62549
|
-
"GET /2/users/{id}/pinned_lists",
|
|
62550
|
-
"POST /2/users/{id}/pinned_lists",
|
|
62551
|
-
"DELETE /2/users/{id}/pinned_lists/{list_id}",
|
|
62552
|
-
"GET /2/users/{id}/public_keys",
|
|
62553
|
-
"POST /2/users/{id}/public_keys",
|
|
62554
|
-
"POST /2/users/{id}/retweets",
|
|
62555
|
-
"DELETE /2/users/{id}/retweets/{source_tweet_id}",
|
|
62556
|
-
"GET /2/users/{id}/timelines/reverse_chronological",
|
|
62557
|
-
"GET /2/users/{id}/tweets",
|
|
62558
|
-
"DELETE /2/users/{source_user_id}/following/{target_user_id}",
|
|
62559
|
-
"DELETE /2/users/{source_user_id}/muting/{target_user_id}"
|
|
62463
|
+
"GET /2/tweets/{id}/retweets"
|
|
62560
62464
|
]
|
|
62561
62465
|
},
|
|
62562
62466
|
{
|
|
@@ -62576,95 +62480,20 @@ var xFirewall = {
|
|
|
62576
62480
|
name: "users.read",
|
|
62577
62481
|
description: "View any account you can see, including protected accounts.",
|
|
62578
62482
|
rules: [
|
|
62579
|
-
"GET /2/account_activity/webhooks/{webhook_id}/subscriptions/all",
|
|
62580
|
-
"POST /2/account_activity/webhooks/{webhook_id}/subscriptions/all",
|
|
62581
|
-
"GET /2/chat/conversations",
|
|
62582
|
-
"POST /2/chat/conversations/group",
|
|
62583
|
-
"GET /2/chat/conversations/{id}",
|
|
62584
|
-
"POST /2/chat/conversations/{id}/keys",
|
|
62585
|
-
"POST /2/chat/conversations/{id}/members",
|
|
62586
|
-
"POST /2/chat/conversations/{id}/messages",
|
|
62587
|
-
"POST /2/chat/conversations/{id}/read",
|
|
62588
|
-
"POST /2/chat/conversations/{id}/typing",
|
|
62589
62483
|
"GET /2/communities/search",
|
|
62590
|
-
"GET /2/communities/{id}",
|
|
62591
|
-
"POST /2/dm_conversations",
|
|
62592
|
-
"GET /2/dm_conversations/with/{participant_id}/dm_events",
|
|
62593
|
-
"POST /2/dm_conversations/with/{participant_id}/messages",
|
|
62594
|
-
"POST /2/dm_conversations/{dm_conversation_id}/messages",
|
|
62595
|
-
"GET /2/dm_conversations/{id}/dm_events",
|
|
62596
|
-
"GET /2/dm_events",
|
|
62597
|
-
"GET /2/dm_events/{event_id}",
|
|
62598
|
-
"POST /2/lists",
|
|
62599
|
-
"GET /2/lists/{id}",
|
|
62600
|
-
"PUT /2/lists/{id}",
|
|
62601
|
-
"DELETE /2/lists/{id}",
|
|
62602
|
-
"GET /2/lists/{id}/followers",
|
|
62603
|
-
"GET /2/lists/{id}/members",
|
|
62604
|
-
"POST /2/lists/{id}/members",
|
|
62605
|
-
"DELETE /2/lists/{id}/members/{user_id}",
|
|
62606
|
-
"GET /2/lists/{id}/tweets",
|
|
62607
62484
|
"GET /2/news/search",
|
|
62608
62485
|
"GET /2/news/{id}",
|
|
62609
|
-
"GET /2/spaces",
|
|
62610
|
-
"GET /2/spaces/by/creator_ids",
|
|
62611
|
-
"GET /2/spaces/search",
|
|
62612
|
-
"GET /2/spaces/{id}",
|
|
62613
|
-
"GET /2/spaces/{id}/buyers",
|
|
62614
|
-
"GET /2/spaces/{id}/tweets",
|
|
62615
|
-
"GET /2/tweets",
|
|
62616
|
-
"POST /2/tweets",
|
|
62617
|
-
"GET /2/tweets/analytics",
|
|
62618
|
-
"GET /2/tweets/search/recent",
|
|
62619
|
-
"GET /2/tweets/{id}",
|
|
62620
|
-
"DELETE /2/tweets/{id}",
|
|
62621
|
-
"GET /2/tweets/{id}/liking_users",
|
|
62622
|
-
"GET /2/tweets/{id}/quote_tweets",
|
|
62623
|
-
"GET /2/tweets/{id}/retweeted_by",
|
|
62624
|
-
"GET /2/tweets/{id}/retweets",
|
|
62625
|
-
"PUT /2/tweets/{tweet_id}/hidden",
|
|
62626
62486
|
"GET /2/users",
|
|
62627
62487
|
"GET /2/users/by",
|
|
62628
62488
|
"GET /2/users/by/username/{username}",
|
|
62629
62489
|
"GET /2/users/me",
|
|
62630
62490
|
"GET /2/users/personalized_trends",
|
|
62631
|
-
"GET /2/users/public_keys",
|
|
62632
62491
|
"GET /2/users/search",
|
|
62633
62492
|
"GET /2/users/{id}",
|
|
62634
62493
|
"GET /2/users/{id}/affiliates",
|
|
62635
|
-
"GET /2/users/{id}/blocking",
|
|
62636
|
-
"GET /2/users/{id}/bookmarks",
|
|
62637
|
-
"POST /2/users/{id}/bookmarks",
|
|
62638
|
-
"GET /2/users/{id}/bookmarks/folders",
|
|
62639
|
-
"GET /2/users/{id}/bookmarks/folders/{folder_id}",
|
|
62640
|
-
"DELETE /2/users/{id}/bookmarks/{tweet_id}",
|
|
62641
|
-
"POST /2/users/{id}/dm/block",
|
|
62642
|
-
"POST /2/users/{id}/dm/unblock",
|
|
62643
|
-
"GET /2/users/{id}/followed_lists",
|
|
62644
|
-
"POST /2/users/{id}/followed_lists",
|
|
62645
|
-
"DELETE /2/users/{id}/followed_lists/{list_id}",
|
|
62646
|
-
"GET /2/users/{id}/followers",
|
|
62647
|
-
"GET /2/users/{id}/following",
|
|
62648
|
-
"POST /2/users/{id}/following",
|
|
62649
|
-
"GET /2/users/{id}/liked_tweets",
|
|
62650
|
-
"POST /2/users/{id}/likes",
|
|
62651
|
-
"DELETE /2/users/{id}/likes/{tweet_id}",
|
|
62652
|
-
"GET /2/users/{id}/list_memberships",
|
|
62653
62494
|
"GET /2/users/{id}/mentions",
|
|
62654
|
-
"GET /2/users/{id}/muting",
|
|
62655
|
-
"POST /2/users/{id}/muting",
|
|
62656
|
-
"GET /2/users/{id}/owned_lists",
|
|
62657
|
-
"GET /2/users/{id}/pinned_lists",
|
|
62658
|
-
"POST /2/users/{id}/pinned_lists",
|
|
62659
|
-
"DELETE /2/users/{id}/pinned_lists/{list_id}",
|
|
62660
|
-
"GET /2/users/{id}/public_keys",
|
|
62661
|
-
"POST /2/users/{id}/public_keys",
|
|
62662
|
-
"POST /2/users/{id}/retweets",
|
|
62663
|
-
"DELETE /2/users/{id}/retweets/{source_tweet_id}",
|
|
62664
62495
|
"GET /2/users/{id}/timelines/reverse_chronological",
|
|
62665
|
-
"GET /2/users/{id}/tweets"
|
|
62666
|
-
"DELETE /2/users/{source_user_id}/following/{target_user_id}",
|
|
62667
|
-
"DELETE /2/users/{source_user_id}/muting/{target_user_id}"
|
|
62496
|
+
"GET /2/users/{id}/tweets"
|
|
62668
62497
|
]
|
|
62669
62498
|
}
|
|
62670
62499
|
]
|
|
@@ -68842,7 +68671,7 @@ var firewallPermissionSchema = external_exports.object({
|
|
|
68842
68671
|
var firewallApiSchema = external_exports.object({
|
|
68843
68672
|
base: external_exports.string(),
|
|
68844
68673
|
auth: external_exports.object({
|
|
68845
|
-
headers: external_exports.record(external_exports.string(), external_exports.string()),
|
|
68674
|
+
headers: external_exports.record(external_exports.string(), external_exports.string()).optional(),
|
|
68846
68675
|
base: external_exports.string().optional(),
|
|
68847
68676
|
query: external_exports.record(external_exports.string(), external_exports.string()).optional()
|
|
68848
68677
|
}),
|
|
@@ -68883,7 +68712,7 @@ function basicAuthTemplateRe() {
|
|
|
68883
68712
|
function extractSecretNamesFromApis(apis) {
|
|
68884
68713
|
const names = /* @__PURE__ */ new Set();
|
|
68885
68714
|
for (const entry of apis) {
|
|
68886
|
-
for (const value of Object.values(entry.auth.headers)) {
|
|
68715
|
+
for (const value of Object.values(entry.auth.headers ?? {})) {
|
|
68887
68716
|
for (const match of value.matchAll(AUTH_SECRET_PATTERN)) {
|
|
68888
68717
|
names.add(match[1]);
|
|
68889
68718
|
}
|
|
@@ -77198,4 +77027,4 @@ undici/lib/web/fetch/body.js:
|
|
|
77198
77027
|
undici/lib/web/websocket/frame.js:
|
|
77199
77028
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
77200
77029
|
*/
|
|
77201
|
-
//# sourceMappingURL=chunk-
|
|
77030
|
+
//# sourceMappingURL=chunk-BMBAB5QA.js.map
|