@vm0/cli 9.89.0 → 9.90.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.
@@ -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.89.0",
50
+ release: "9.90.1",
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.89.0",
69
+ version: "9.90.1",
70
70
  command: process.argv.slice(2).join(" ")
71
71
  });
72
72
  Sentry.setContext("runtime", {
@@ -1303,6 +1303,10 @@ var networkLogEntrySchema = z8.object({
1303
1303
  firewall_rule_match: z8.string().optional(),
1304
1304
  firewall_params: z8.record(z8.string(), z8.string()).optional(),
1305
1305
  firewall_error: z8.string().optional(),
1306
+ token_resolved_secrets: z8.array(z8.string()).optional(),
1307
+ token_refreshed_connectors: z8.array(z8.string()).optional(),
1308
+ token_refreshed_secrets: z8.array(z8.string()).optional(),
1309
+ token_cache_hit: z8.boolean().optional(),
1306
1310
  error: z8.string().optional()
1307
1311
  });
1308
1312
  var networkLogsResponseSchema = z8.object({
@@ -1973,6 +1977,10 @@ var networkLogSchema = z10.object({
1973
1977
  firewall_rule_match: z10.string().optional(),
1974
1978
  firewall_params: z10.record(z10.string(), z10.string()).optional(),
1975
1979
  firewall_error: z10.string().optional(),
1980
+ token_resolved_secrets: z10.array(z10.string()).optional(),
1981
+ token_refreshed_connectors: z10.array(z10.string()).optional(),
1982
+ token_refreshed_secrets: z10.array(z10.string()).optional(),
1983
+ token_cache_hit: z10.boolean().optional(),
1976
1984
  error: z10.string().optional()
1977
1985
  });
1978
1986
  var webhookTelemetryContract = c6.router({
@@ -2571,7 +2579,7 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
2571
2579
  "anthropic-api-key": mpFirewall(
2572
2580
  "anthropic-api-key",
2573
2581
  { name: "x-api-key" },
2574
- "sk-ant-api03-vm0placeholder0000000000000000000000000000000000000000000000000000000000000000000000000000000AA"
2582
+ "sk-ant-api03-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCofAA"
2575
2583
  ),
2576
2584
  // Placeholder: sk-ant-oat01-{93 word/hyphen chars}AA (108 chars total)
2577
2585
  // Source: same structure as API key; prefix from claude setup-token output
@@ -2580,7 +2588,7 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
2580
2588
  "claude-code-oauth-token": mpFirewall(
2581
2589
  "claude-code-oauth-token",
2582
2590
  { name: "Authorization", valuePrefix: "Bearer" },
2583
- "sk-ant-oat01-vm0placeholder0000000000000000000000000000000000000000000000000000000000000000000000000000000AA"
2591
+ "sk-ant-oat01-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCofAA"
2584
2592
  ),
2585
2593
  // Placeholder: sk-or-v1-{64 hex chars} (73 chars total)
2586
2594
  // Source: real key observed in GitHub issue
@@ -2589,14 +2597,14 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
2589
2597
  "openrouter-api-key": mpFirewall(
2590
2598
  "openrouter-api-key",
2591
2599
  { name: "Authorization", valuePrefix: "Bearer" },
2592
- "sk-or-v1-vm0placeholder00000000000000000000000000000000000000000000000000"
2600
+ "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"
2593
2601
  ),
2594
2602
  // Placeholder: sk-{32 chars} (35 chars total)
2595
2603
  // Source: no authoritative format documentation found; using generic sk- prefix
2596
2604
  "moonshot-api-key": mpFirewall(
2597
2605
  "moonshot-api-key",
2598
2606
  { name: "Authorization", valuePrefix: "Bearer" },
2599
- "sk-vm0placeholder000000000000000000"
2607
+ "sk-CoffeeSafeLocalCoffeeSafeLocalCo"
2600
2608
  ),
2601
2609
  // Placeholder: eyJ... (JWT-style, variable length)
2602
2610
  // Source: no authoritative format documentation found; MiniMax docs do not disclose key format
@@ -2604,7 +2612,7 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
2604
2612
  "minimax-api-key": mpFirewall(
2605
2613
  "minimax-api-key",
2606
2614
  { name: "Authorization", valuePrefix: "Bearer" },
2607
- "eyvm0placeholder000000000000000000000000000000000000"
2615
+ "eyCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffe"
2608
2616
  ),
2609
2617
  // Placeholder: sk-{32 hex chars} (35 chars total)
2610
2618
  // Source: Semgrep regex \bsk-[a-f0-9]{32}\b
@@ -2612,21 +2620,21 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
2612
2620
  "deepseek-api-key": mpFirewall(
2613
2621
  "deepseek-api-key",
2614
2622
  { name: "Authorization", valuePrefix: "Bearer" },
2615
- "sk-vm0placeholder000000000000000000"
2623
+ "sk-c0ffee5afe10ca1c0ffee5afe10ca1c0"
2616
2624
  ),
2617
2625
  // Placeholder: sk-{32 chars} (35 chars total)
2618
2626
  // Source: no authoritative format documentation found; using generic sk- prefix
2619
2627
  "zai-api-key": mpFirewall(
2620
2628
  "zai-api-key",
2621
2629
  { name: "Authorization", valuePrefix: "Bearer" },
2622
- "sk-vm0placeholder000000000000000000"
2630
+ "sk-CoffeeSafeLocalCoffeeSafeLocalCo"
2623
2631
  ),
2624
2632
  // Placeholder: sk-{32 chars} (35 chars total)
2625
2633
  // Source: no authoritative format documentation found; Vercel gateway proxies upstream providers
2626
2634
  "vercel-ai-gateway": mpFirewall(
2627
2635
  "vercel-ai-gateway",
2628
2636
  { name: "Authorization", valuePrefix: "Bearer" },
2629
- "sk-vm0placeholder000000000000000000"
2637
+ "sk-CoffeeSafeLocalCoffeeSafeLocalCo"
2630
2638
  )
2631
2639
  };
2632
2640
  var modelProviderTypeSchema = z16.enum([
@@ -2936,36 +2944,6 @@ var sessionsByIdContract = c11.router({
2936
2944
  summary: "Get session by ID"
2937
2945
  }
2938
2946
  });
2939
- var sessionMessagesContract = c11.router({
2940
- /**
2941
- * POST /api/agent/sessions/:id/messages
2942
- * Append chat messages to a session
2943
- */
2944
- append: {
2945
- method: "POST",
2946
- path: "/api/agent/sessions/:id/messages",
2947
- headers: authHeadersSchema,
2948
- pathParams: z18.object({
2949
- id: z18.string().min(1, "Session ID is required")
2950
- }),
2951
- body: z18.object({
2952
- messages: z18.array(
2953
- z18.object({
2954
- role: z18.enum(["user", "assistant"]),
2955
- content: z18.string(),
2956
- runId: z18.string().optional()
2957
- })
2958
- )
2959
- }),
2960
- responses: {
2961
- 200: z18.object({ success: z18.literal(true) }),
2962
- 401: apiErrorSchema,
2963
- 403: apiErrorSchema,
2964
- 404: apiErrorSchema
2965
- },
2966
- summary: "Append chat messages to a session"
2967
- }
2968
- });
2969
2947
  var checkpointsByIdContract = c11.router({
2970
2948
  /**
2971
2949
  * GET /api/agent/checkpoints/:id
@@ -3229,10 +3207,7 @@ var CONNECTOR_TYPES_DEF = {
3229
3207
  oauth: {
3230
3208
  authorizationUrl: "https://app.ahrefs.com/api/auth",
3231
3209
  tokenUrl: "https://app.ahrefs.com/api/token",
3232
- scopes: ["api"],
3233
- environmentMapping: {
3234
- AHREFS_TOKEN: "$secrets.AHREFS_ACCESS_TOKEN"
3235
- }
3210
+ scopes: ["api"]
3236
3211
  }
3237
3212
  },
3238
3213
  agentmail: {
@@ -3290,10 +3265,7 @@ var CONNECTOR_TYPES_DEF = {
3290
3265
  "schema.bases:read",
3291
3266
  "schema.bases:write",
3292
3267
  "user.email:read"
3293
- ],
3294
- environmentMapping: {
3295
- AIRTABLE_TOKEN: "$secrets.AIRTABLE_ACCESS_TOKEN"
3296
- }
3268
+ ]
3297
3269
  }
3298
3270
  },
3299
3271
  github: {
@@ -3319,11 +3291,7 @@ var CONNECTOR_TYPES_DEF = {
3319
3291
  oauth: {
3320
3292
  authorizationUrl: "https://github.com/login/oauth/authorize",
3321
3293
  tokenUrl: "https://github.com/login/oauth/access_token",
3322
- scopes: ["repo", "project"],
3323
- environmentMapping: {
3324
- GH_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN",
3325
- GITHUB_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN"
3326
- }
3294
+ scopes: ["repo", "project"]
3327
3295
  }
3328
3296
  },
3329
3297
  notion: {
@@ -3352,10 +3320,7 @@ var CONNECTOR_TYPES_DEF = {
3352
3320
  oauth: {
3353
3321
  authorizationUrl: "https://api.notion.com/v1/oauth/authorize",
3354
3322
  tokenUrl: "https://api.notion.com/v1/oauth/token",
3355
- scopes: [],
3356
- environmentMapping: {
3357
- NOTION_TOKEN: "$secrets.NOTION_ACCESS_TOKEN"
3358
- }
3323
+ scopes: []
3359
3324
  }
3360
3325
  },
3361
3326
  gmail: {
@@ -3384,10 +3349,7 @@ var CONNECTOR_TYPES_DEF = {
3384
3349
  oauth: {
3385
3350
  authorizationUrl: "https://accounts.google.com/o/oauth2/v2/auth",
3386
3351
  tokenUrl: "https://oauth2.googleapis.com/token",
3387
- scopes: ["https://www.googleapis.com/auth/gmail.modify"],
3388
- environmentMapping: {
3389
- GMAIL_TOKEN: "$secrets.GMAIL_ACCESS_TOKEN"
3390
- }
3352
+ scopes: ["https://www.googleapis.com/auth/gmail.modify"]
3391
3353
  }
3392
3354
  },
3393
3355
  "google-sheets": {
@@ -3419,10 +3381,7 @@ var CONNECTOR_TYPES_DEF = {
3419
3381
  scopes: [
3420
3382
  "https://www.googleapis.com/auth/spreadsheets",
3421
3383
  "https://www.googleapis.com/auth/userinfo.email"
3422
- ],
3423
- environmentMapping: {
3424
- GOOGLE_SHEETS_TOKEN: "$secrets.GOOGLE_SHEETS_ACCESS_TOKEN"
3425
- }
3384
+ ]
3426
3385
  }
3427
3386
  },
3428
3387
  "google-docs": {
@@ -3454,10 +3413,7 @@ var CONNECTOR_TYPES_DEF = {
3454
3413
  scopes: [
3455
3414
  "https://www.googleapis.com/auth/documents",
3456
3415
  "https://www.googleapis.com/auth/userinfo.email"
3457
- ],
3458
- environmentMapping: {
3459
- GOOGLE_DOCS_TOKEN: "$secrets.GOOGLE_DOCS_ACCESS_TOKEN"
3460
- }
3416
+ ]
3461
3417
  }
3462
3418
  },
3463
3419
  "google-drive": {
@@ -3489,10 +3445,7 @@ var CONNECTOR_TYPES_DEF = {
3489
3445
  scopes: [
3490
3446
  "https://www.googleapis.com/auth/drive",
3491
3447
  "https://www.googleapis.com/auth/userinfo.email"
3492
- ],
3493
- environmentMapping: {
3494
- GOOGLE_DRIVE_TOKEN: "$secrets.GOOGLE_DRIVE_ACCESS_TOKEN"
3495
- }
3448
+ ]
3496
3449
  }
3497
3450
  },
3498
3451
  "google-calendar": {
@@ -3524,10 +3477,7 @@ var CONNECTOR_TYPES_DEF = {
3524
3477
  scopes: [
3525
3478
  "https://www.googleapis.com/auth/calendar",
3526
3479
  "https://www.googleapis.com/auth/userinfo.email"
3527
- ],
3528
- environmentMapping: {
3529
- GOOGLE_CALENDAR_TOKEN: "$secrets.GOOGLE_CALENDAR_ACCESS_TOKEN"
3530
- }
3480
+ ]
3531
3481
  }
3532
3482
  },
3533
3483
  close: {
@@ -3557,10 +3507,7 @@ var CONNECTOR_TYPES_DEF = {
3557
3507
  oauth: {
3558
3508
  authorizationUrl: "https://app.close.com/oauth2/authorize/",
3559
3509
  tokenUrl: "https://api.close.com/oauth2/token/",
3560
- scopes: ["all.full_access", "offline_access"],
3561
- environmentMapping: {
3562
- CLOSE_TOKEN: "$secrets.CLOSE_ACCESS_TOKEN"
3563
- }
3510
+ scopes: ["all.full_access", "offline_access"]
3564
3511
  }
3565
3512
  },
3566
3513
  "hugging-face": {
@@ -3663,10 +3610,7 @@ var CONNECTOR_TYPES_DEF = {
3663
3610
  "crm.lists.read",
3664
3611
  "crm.schemas.contacts.read",
3665
3612
  "settings.users.read"
3666
- ],
3667
- environmentMapping: {
3668
- HUBSPOT_TOKEN: "$secrets.HUBSPOT_ACCESS_TOKEN"
3669
- }
3613
+ ]
3670
3614
  }
3671
3615
  },
3672
3616
  computer: {
@@ -3697,11 +3641,7 @@ var CONNECTOR_TYPES_DEF = {
3697
3641
  }
3698
3642
  }
3699
3643
  },
3700
- defaultAuthMethod: "api",
3701
- bridgeMapping: {
3702
- COMPUTER_CONNECTOR_BRIDGE_TOKEN: "$secrets.COMPUTER_CONNECTOR_BRIDGE_TOKEN",
3703
- COMPUTER_CONNECTOR_DOMAIN: "$secrets.COMPUTER_CONNECTOR_DOMAIN"
3704
- }
3644
+ defaultAuthMethod: "api"
3705
3645
  },
3706
3646
  slack: {
3707
3647
  label: "Slack",
@@ -3766,10 +3706,7 @@ var CONNECTOR_TYPES_DEF = {
3766
3706
  "team:read",
3767
3707
  // Custom emoji (low priority)
3768
3708
  "emoji:read"
3769
- ],
3770
- environmentMapping: {
3771
- SLACK_TOKEN: "$secrets.SLACK_ACCESS_TOKEN"
3772
- }
3709
+ ]
3773
3710
  }
3774
3711
  },
3775
3712
  docusign: {
@@ -3799,10 +3736,7 @@ var CONNECTOR_TYPES_DEF = {
3799
3736
  oauth: {
3800
3737
  authorizationUrl: "https://account.docusign.com/oauth/auth",
3801
3738
  tokenUrl: "https://account.docusign.com/oauth/token",
3802
- scopes: ["signature", "extended", "openid"],
3803
- environmentMapping: {
3804
- DOCUSIGN_TOKEN: "$secrets.DOCUSIGN_ACCESS_TOKEN"
3805
- }
3739
+ scopes: ["signature", "extended", "openid"]
3806
3740
  }
3807
3741
  },
3808
3742
  dropbox: {
@@ -3846,10 +3780,7 @@ var CONNECTOR_TYPES_DEF = {
3846
3780
  "account_info.read",
3847
3781
  "files.metadata.read",
3848
3782
  "files.content.read"
3849
- ],
3850
- environmentMapping: {
3851
- DROPBOX_TOKEN: "$secrets.DROPBOX_ACCESS_TOKEN"
3852
- }
3783
+ ]
3853
3784
  }
3854
3785
  },
3855
3786
  linear: {
@@ -3884,10 +3815,7 @@ var CONNECTOR_TYPES_DEF = {
3884
3815
  "issues:create",
3885
3816
  "comments:create",
3886
3817
  "timeSchedule:write"
3887
- ],
3888
- environmentMapping: {
3889
- LINEAR_TOKEN: "$secrets.LINEAR_ACCESS_TOKEN"
3890
- }
3818
+ ]
3891
3819
  }
3892
3820
  },
3893
3821
  intercom: {
@@ -4161,10 +4089,7 @@ var CONNECTOR_TYPES_DEF = {
4161
4089
  "time-off:write",
4162
4090
  "invoice-adjustments:read",
4163
4091
  "invoice-adjustments:write"
4164
- ],
4165
- environmentMapping: {
4166
- DEEL_TOKEN: "$secrets.DEEL_ACCESS_TOKEN"
4167
- }
4092
+ ]
4168
4093
  }
4169
4094
  },
4170
4095
  deepseek: {
@@ -4370,10 +4295,7 @@ var CONNECTOR_TYPES_DEF = {
4370
4295
  "file_comments:write",
4371
4296
  "library_assets:read",
4372
4297
  "library_content:read"
4373
- ],
4374
- environmentMapping: {
4375
- FIGMA_TOKEN: "$secrets.FIGMA_ACCESS_TOKEN"
4376
- }
4298
+ ]
4377
4299
  }
4378
4300
  },
4379
4301
  mercury: {
@@ -4414,10 +4336,7 @@ var CONNECTOR_TYPES_DEF = {
4414
4336
  oauth: {
4415
4337
  authorizationUrl: "https://oauth2.mercury.com/oauth2/auth",
4416
4338
  tokenUrl: "https://oauth2.mercury.com/oauth2/token",
4417
- scopes: ["offline_access"],
4418
- environmentMapping: {
4419
- MERCURY_TOKEN: "$secrets.MERCURY_ACCESS_TOKEN"
4420
- }
4339
+ scopes: ["offline_access"]
4421
4340
  }
4422
4341
  },
4423
4342
  minimax: {
@@ -4535,10 +4454,7 @@ var CONNECTOR_TYPES_DEF = {
4535
4454
  oauth: {
4536
4455
  authorizationUrl: "https://www.reddit.com/api/v1/authorize",
4537
4456
  tokenUrl: "https://www.reddit.com/api/v1/access_token",
4538
- scopes: ["identity", "read"],
4539
- environmentMapping: {
4540
- REDDIT_TOKEN: "$secrets.REDDIT_ACCESS_TOKEN"
4541
- }
4457
+ scopes: ["identity", "read"]
4542
4458
  }
4543
4459
  },
4544
4460
  strava: {
@@ -4572,10 +4488,7 @@ var CONNECTOR_TYPES_DEF = {
4572
4488
  "profile:read_all",
4573
4489
  "activity:read_all",
4574
4490
  "activity:write"
4575
- ],
4576
- environmentMapping: {
4577
- STRAVA_TOKEN: "$secrets.STRAVA_ACCESS_TOKEN"
4578
- }
4491
+ ]
4579
4492
  }
4580
4493
  },
4581
4494
  x: {
@@ -4650,10 +4563,7 @@ var CONNECTOR_TYPES_DEF = {
4650
4563
  // Send and manage Direct Messages for you.
4651
4564
  "media.write"
4652
4565
  // Upload media.
4653
- ],
4654
- environmentMapping: {
4655
- X_TOKEN: "$secrets.X_ACCESS_TOKEN"
4656
- }
4566
+ ]
4657
4567
  }
4658
4568
  },
4659
4569
  neon: {
@@ -4700,10 +4610,7 @@ var CONNECTOR_TYPES_DEF = {
4700
4610
  "urn:neoncloud:projects:create",
4701
4611
  "urn:neoncloud:projects:update",
4702
4612
  "urn:neoncloud:projects:delete"
4703
- ],
4704
- environmentMapping: {
4705
- NEON_TOKEN: "$secrets.NEON_ACCESS_TOKEN"
4706
- }
4613
+ ]
4707
4614
  }
4708
4615
  },
4709
4616
  gamma: {
@@ -4754,10 +4661,7 @@ var CONNECTOR_TYPES_DEF = {
4754
4661
  oauth: {
4755
4662
  authorizationUrl: "https://connect.garmin.com/oauth2Confirm",
4756
4663
  tokenUrl: "https://diauth.garmin.com/di-oauth2-service/oauth/token",
4757
- scopes: [],
4758
- environmentMapping: {
4759
- GARMIN_CONNECT_TOKEN: "$secrets.GARMIN_CONNECT_ACCESS_TOKEN"
4760
- }
4664
+ scopes: []
4761
4665
  }
4762
4666
  },
4763
4667
  vercel: {
@@ -4781,10 +4685,7 @@ var CONNECTOR_TYPES_DEF = {
4781
4685
  defaultAuthMethod: "oauth",
4782
4686
  oauth: {
4783
4687
  tokenUrl: "https://api.vercel.com/v2/oauth/access_token",
4784
- scopes: [],
4785
- environmentMapping: {
4786
- VERCEL_TOKEN: "$secrets.VERCEL_ACCESS_TOKEN"
4787
- }
4688
+ scopes: []
4788
4689
  }
4789
4690
  },
4790
4691
  sentry: {
@@ -4820,10 +4721,7 @@ var CONNECTOR_TYPES_DEF = {
4820
4721
  "member:read",
4821
4722
  "event:read",
4822
4723
  "event:write"
4823
- ],
4824
- environmentMapping: {
4825
- SENTRY_TOKEN: "$secrets.SENTRY_ACCESS_TOKEN"
4826
- }
4724
+ ]
4827
4725
  }
4828
4726
  },
4829
4727
  posthog: {
@@ -4888,10 +4786,7 @@ var CONNECTOR_TYPES_DEF = {
4888
4786
  "survey:read",
4889
4787
  "survey:write",
4890
4788
  "error_tracking:read"
4891
- ],
4892
- environmentMapping: {
4893
- POSTHOG_TOKEN: "$secrets.POSTHOG_ACCESS_TOKEN"
4894
- }
4789
+ ]
4895
4790
  }
4896
4791
  },
4897
4792
  productlane: {
@@ -4916,6 +4811,9 @@ var CONNECTOR_TYPES_DEF = {
4916
4811
  },
4917
4812
  "intervals-icu": {
4918
4813
  label: "Intervals.icu",
4814
+ environmentMapping: {
4815
+ INTERVALS_ICU_TOKEN: "$secrets.INTERVALS_ICU_ACCESS_TOKEN"
4816
+ },
4919
4817
  helpText: "Connect your Intervals.icu account to access training, activity, wellness, and calendar data",
4920
4818
  authMethods: {
4921
4819
  oauth: {
@@ -4933,10 +4831,7 @@ var CONNECTOR_TYPES_DEF = {
4933
4831
  oauth: {
4934
4832
  authorizationUrl: "https://intervals.icu/oauth/authorize",
4935
4833
  tokenUrl: "https://intervals.icu/api/oauth/token",
4936
- scopes: ["ACTIVITY", "WELLNESS", "CALENDAR", "SETTINGS", "LIBRARY"],
4937
- environmentMapping: {
4938
- INTERVALS_ICU_TOKEN: "$secrets.INTERVALS_ICU_ACCESS_TOKEN"
4939
- }
4834
+ scopes: ["ACTIVITY", "WELLNESS", "CALENDAR", "SETTINGS", "LIBRARY"]
4940
4835
  }
4941
4836
  },
4942
4837
  monday: {
@@ -4980,10 +4875,7 @@ var CONNECTOR_TYPES_DEF = {
4980
4875
  "assets:read",
4981
4876
  "tags:read",
4982
4877
  "teams:read"
4983
- ],
4984
- environmentMapping: {
4985
- MONDAY_TOKEN: "$secrets.MONDAY_ACCESS_TOKEN"
4986
- }
4878
+ ]
4987
4879
  }
4988
4880
  },
4989
4881
  calendly: {
@@ -5047,10 +4939,7 @@ var CONNECTOR_TYPES_DEF = {
5047
4939
  "folder:read",
5048
4940
  "folder:write",
5049
4941
  "profile:read"
5050
- ],
5051
- environmentMapping: {
5052
- CANVA_TOKEN: "$secrets.CANVA_ACCESS_TOKEN"
5053
- }
4942
+ ]
5054
4943
  }
5055
4944
  },
5056
4945
  "cal-com": {
@@ -5123,10 +5012,7 @@ var CONNECTOR_TYPES_DEF = {
5123
5012
  "files",
5124
5013
  "assets",
5125
5014
  "projects"
5126
- ],
5127
- environmentMapping: {
5128
- XERO_TOKEN: "$secrets.XERO_ACCESS_TOKEN"
5129
- }
5015
+ ]
5130
5016
  }
5131
5017
  },
5132
5018
  supabase: {
@@ -5179,10 +5065,7 @@ var CONNECTOR_TYPES_DEF = {
5179
5065
  "analytics:read",
5180
5066
  "environment:read",
5181
5067
  "domains:read"
5182
- ],
5183
- environmentMapping: {
5184
- SUPABASE_TOKEN: "$secrets.SUPABASE_ACCESS_TOKEN"
5185
- }
5068
+ ]
5186
5069
  }
5187
5070
  },
5188
5071
  todoist: {
@@ -5207,10 +5090,7 @@ var CONNECTOR_TYPES_DEF = {
5207
5090
  oauth: {
5208
5091
  authorizationUrl: "https://todoist.com/oauth/authorize",
5209
5092
  tokenUrl: "https://todoist.com/oauth/access_token",
5210
- scopes: ["data:read_write", "data:delete", "project:delete"],
5211
- environmentMapping: {
5212
- TODOIST_TOKEN: "$secrets.TODOIST_ACCESS_TOKEN"
5213
- }
5093
+ scopes: ["data:read_write", "data:delete", "project:delete"]
5214
5094
  }
5215
5095
  },
5216
5096
  webflow: {
@@ -5262,10 +5142,7 @@ var CONNECTOR_TYPES_DEF = {
5262
5142
  "workspace:read",
5263
5143
  "custom_code:read",
5264
5144
  "custom_code:write"
5265
- ],
5266
- environmentMapping: {
5267
- WEBFLOW_TOKEN: "$secrets.WEBFLOW_ACCESS_TOKEN"
5268
- }
5145
+ ]
5269
5146
  }
5270
5147
  },
5271
5148
  wrike: {
@@ -5314,10 +5191,7 @@ var CONNECTOR_TYPES_DEF = {
5314
5191
  oauth: {
5315
5192
  authorizationUrl: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
5316
5193
  tokenUrl: "https://login.microsoftonline.com/common/oauth2/v2.0/token",
5317
- scopes: ["Mail.ReadWrite", "Mail.Send", "User.Read", "offline_access"],
5318
- environmentMapping: {
5319
- OUTLOOK_MAIL_TOKEN: "$secrets.OUTLOOK_MAIL_ACCESS_TOKEN"
5320
- }
5194
+ scopes: ["Mail.ReadWrite", "Mail.Send", "User.Read", "offline_access"]
5321
5195
  }
5322
5196
  },
5323
5197
  "outlook-calendar": {
@@ -5347,10 +5221,7 @@ var CONNECTOR_TYPES_DEF = {
5347
5221
  oauth: {
5348
5222
  authorizationUrl: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
5349
5223
  tokenUrl: "https://login.microsoftonline.com/common/oauth2/v2.0/token",
5350
- scopes: ["Calendars.ReadWrite", "User.Read", "offline_access"],
5351
- environmentMapping: {
5352
- OUTLOOK_CALENDAR_TOKEN: "$secrets.OUTLOOK_CALENDAR_ACCESS_TOKEN"
5353
- }
5224
+ scopes: ["Calendars.ReadWrite", "User.Read", "offline_access"]
5354
5225
  }
5355
5226
  },
5356
5227
  asana: {
@@ -5379,10 +5250,7 @@ var CONNECTOR_TYPES_DEF = {
5379
5250
  oauth: {
5380
5251
  authorizationUrl: "https://app.asana.com/-/oauth_authorize",
5381
5252
  tokenUrl: "https://app.asana.com/-/oauth_token",
5382
- scopes: [],
5383
- environmentMapping: {
5384
- ASANA_TOKEN: "$secrets.ASANA_ACCESS_TOKEN"
5385
- }
5253
+ scopes: []
5386
5254
  }
5387
5255
  },
5388
5256
  atlassian: {
@@ -5445,10 +5313,7 @@ var CONNECTOR_TYPES_DEF = {
5445
5313
  oauth: {
5446
5314
  authorizationUrl: "https://www.facebook.com/v22.0/dialog/oauth",
5447
5315
  tokenUrl: "https://graph.facebook.com/v22.0/oauth/access_token",
5448
- scopes: ["ads_management", "ads_read", "business_management"],
5449
- environmentMapping: {
5450
- META_ADS_TOKEN: "$secrets.META_ADS_ACCESS_TOKEN"
5451
- }
5316
+ scopes: ["ads_management", "ads_read", "business_management"]
5452
5317
  }
5453
5318
  },
5454
5319
  stripe: {
@@ -5478,10 +5343,7 @@ var CONNECTOR_TYPES_DEF = {
5478
5343
  oauth: {
5479
5344
  authorizationUrl: "https://connect.stripe.com/oauth/authorize",
5480
5345
  tokenUrl: "https://connect.stripe.com/oauth/token",
5481
- scopes: ["read_write"],
5482
- environmentMapping: {
5483
- STRIPE_TOKEN: "$secrets.STRIPE_ACCESS_TOKEN"
5484
- }
5346
+ scopes: ["read_write"]
5485
5347
  }
5486
5348
  },
5487
5349
  openai: {
@@ -5568,12 +5430,21 @@ var CONNECTOR_TYPES_DEF = {
5568
5430
  mailchimp: {
5569
5431
  label: "Mailchimp",
5570
5432
  environmentMapping: {
5571
- MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_ACCESS_TOKEN",
5572
- MAILCHIMP_DC: "$vars.MAILCHIMP_DC"
5433
+ MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_ACCESS_TOKEN"
5573
5434
  },
5574
5435
  featureFlag: "mailchimpConnector" /* MailchimpConnector */,
5575
5436
  helpText: "Connect your Mailchimp account to manage audiences, campaigns, templates, and automations",
5576
5437
  authMethods: {
5438
+ oauth: {
5439
+ label: "OAuth (Recommended)",
5440
+ helpText: "Sign in with Mailchimp to grant access.",
5441
+ secrets: {
5442
+ MAILCHIMP_ACCESS_TOKEN: {
5443
+ label: "Access Token",
5444
+ required: true
5445
+ }
5446
+ }
5447
+ },
5577
5448
  "api-token": {
5578
5449
  label: "API Key",
5579
5450
  secrets: {
@@ -5581,26 +5452,15 @@ var CONNECTOR_TYPES_DEF = {
5581
5452
  label: "API Key",
5582
5453
  required: true,
5583
5454
  placeholder: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-us00"
5584
- },
5585
- MAILCHIMP_DC: {
5586
- label: "Server Prefix",
5587
- required: true,
5588
- type: "variable",
5589
- placeholder: "us21",
5590
- helpText: "The datacenter prefix from your API key (e.g., 'us21' from xxxxx-us21)"
5591
5455
  }
5592
5456
  }
5593
5457
  }
5594
5458
  },
5595
- defaultAuthMethod: "api-token",
5459
+ defaultAuthMethod: "oauth",
5596
5460
  oauth: {
5597
5461
  authorizationUrl: "https://login.mailchimp.com/oauth2/authorize",
5598
5462
  tokenUrl: "https://login.mailchimp.com/oauth2/token",
5599
- scopes: [],
5600
- environmentMapping: {
5601
- MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_ACCESS_TOKEN",
5602
- MAILCHIMP_DC: "$vars.MAILCHIMP_DC"
5603
- }
5463
+ scopes: []
5604
5464
  }
5605
5465
  },
5606
5466
  chatwoot: {
@@ -6587,6 +6447,9 @@ var CONNECTOR_TYPES_DEF = {
6587
6447
  },
6588
6448
  spotify: {
6589
6449
  label: "Spotify",
6450
+ environmentMapping: {
6451
+ SPOTIFY_TOKEN: "$secrets.SPOTIFY_ACCESS_TOKEN"
6452
+ },
6590
6453
  featureFlag: "spotifyConnector" /* SpotifyConnector */,
6591
6454
  helpText: "Connect your Spotify account to manage playlists, control playback, and access music data",
6592
6455
  authMethods: {
@@ -6629,10 +6492,7 @@ var CONNECTOR_TYPES_DEF = {
6629
6492
  "user-library-read",
6630
6493
  "user-read-email",
6631
6494
  "user-read-private"
6632
- ],
6633
- environmentMapping: {
6634
- SPOTIFY_TOKEN: "$secrets.SPOTIFY_ACCESS_TOKEN"
6635
- }
6495
+ ]
6636
6496
  }
6637
6497
  },
6638
6498
  "slack-webhook": {
@@ -6728,8 +6588,7 @@ var connectorTypeSchema = z21.enum(
6728
6588
  Object.keys(CONNECTOR_TYPES_DEF)
6729
6589
  );
6730
6590
  function getConnectorEnvironmentMapping(type) {
6731
- const config = CONNECTOR_TYPES[type];
6732
- return config.environmentMapping ?? config.oauth?.environmentMapping ?? config.bridgeMapping ?? {};
6591
+ return CONNECTOR_TYPES[type].environmentMapping;
6733
6592
  }
6734
6593
  function getConnectorDerivedNames(secretName) {
6735
6594
  const allTypes = Object.keys(CONNECTOR_TYPES);
@@ -6854,7 +6713,7 @@ var slackFirewall = {
6854
6713
  name: "slack",
6855
6714
  description: "Slack API",
6856
6715
  placeholders: {
6857
- SLACK_TOKEN: "xoxb-000000000000-0000000000000-Vm0PlaceHolder0000000000"
6716
+ SLACK_TOKEN: "xoxb-100100100100-1001001001001-CoffeeSafeLocalCoffeeSaf"
6858
6717
  },
6859
6718
  apis: [
6860
6719
  {
@@ -7672,7 +7531,7 @@ var agentmailFirewall = {
7672
7531
  name: "agentmail",
7673
7532
  description: "AgentMail API",
7674
7533
  placeholders: {
7675
- AGENTMAIL_TOKEN: "am_00000000000000000000000000000000"
7534
+ AGENTMAIL_TOKEN: "am_c0ffee5afe10ca1c0ffee5afe10ca1c0"
7676
7535
  },
7677
7536
  apis: [
7678
7537
  {
@@ -7692,7 +7551,7 @@ var ahrefsFirewall = {
7692
7551
  name: "ahrefs",
7693
7552
  description: "Ahrefs API",
7694
7553
  placeholders: {
7695
- AHREFS_TOKEN: "Vm0PlaceHolder0000000000000000000000000000"
7554
+ AHREFS_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe00"
7696
7555
  },
7697
7556
  apis: [
7698
7557
  {
@@ -7712,7 +7571,7 @@ var airtableFirewall = {
7712
7571
  name: "airtable",
7713
7572
  description: "Airtable API",
7714
7573
  placeholders: {
7715
- AIRTABLE_TOKEN: "patVm0PlaceHolder.0000000000000000000000000000000000000000000000000000000000000000"
7574
+ AIRTABLE_TOKEN: "patCoffeeSafeL0.c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ff"
7716
7575
  },
7717
7576
  apis: [
7718
7577
  {
@@ -7732,7 +7591,7 @@ var apifyFirewall = {
7732
7591
  name: "apify",
7733
7592
  description: "Apify API",
7734
7593
  placeholders: {
7735
- APIFY_TOKEN: "apify_api_Vm0PlaceHolder0000000000000000000000a"
7594
+ APIFY_TOKEN: "apify_api_CoffeeSafeLocalCoffeeSafeLocalCoffee0"
7736
7595
  },
7737
7596
  apis: [
7738
7597
  {
@@ -7752,7 +7611,7 @@ var asanaFirewall = {
7752
7611
  name: "asana",
7753
7612
  description: "Asana API",
7754
7613
  placeholders: {
7755
- ASANA_TOKEN: "Vm0PlaceHolder0000000000000000000000000000"
7614
+ ASANA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe00"
7756
7615
  },
7757
7616
  apis: [
7758
7617
  {
@@ -7772,7 +7631,7 @@ var atlassianFirewall = {
7772
7631
  name: "atlassian",
7773
7632
  description: "Atlassian (Jira + Confluence) API",
7774
7633
  placeholders: {
7775
- ATLASSIAN_TOKEN: "ATATT3xVm0PlaceHolder000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
7634
+ ATLASSIAN_TOKEN: "ATATT3xCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal00Cof"
7776
7635
  },
7777
7636
  apis: [
7778
7637
  {
@@ -8696,7 +8555,7 @@ var axiomFirewall = {
8696
8555
  name: "axiom",
8697
8556
  description: "Axiom API",
8698
8557
  placeholders: {
8699
- AXIOM_TOKEN: "xaat-00000000-0000-0000-0000-000000000000"
8558
+ AXIOM_TOKEN: "xaat-c0ffee5a-fe10-ca1c-0ffe-e5afe10ca1c0"
8700
8559
  },
8701
8560
  apis: [
8702
8561
  {
@@ -8716,7 +8575,7 @@ var braveSearchFirewall = {
8716
8575
  name: "brave-search",
8717
8576
  description: "Brave Search API",
8718
8577
  placeholders: {
8719
- BRAVE_API_KEY: "BSAVm0PlaceHolder0000000000000"
8578
+ BRAVE_API_KEY: "BSACoffeeSafeLocalCoffeeSafe000"
8720
8579
  },
8721
8580
  apis: [
8722
8581
  {
@@ -8736,7 +8595,7 @@ var brevoFirewall = {
8736
8595
  name: "brevo",
8737
8596
  description: "Brevo API",
8738
8597
  placeholders: {
8739
- BREVO_TOKEN: "xkeysib-Vm0PlaceHolder0000000000000000000000000000000000000000000000a"
8598
+ BREVO_TOKEN: "xkeysib-c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1a"
8740
8599
  },
8741
8600
  apis: [
8742
8601
  {
@@ -8756,7 +8615,7 @@ var brightDataFirewall = {
8756
8615
  name: "bright-data",
8757
8616
  description: "Bright Data API",
8758
8617
  placeholders: {
8759
- BRIGHTDATA_TOKEN: "b5648e10vm0placeholder0000000000000000000000000000000000000000abcd"
8618
+ BRIGHTDATA_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ff"
8760
8619
  },
8761
8620
  apis: [
8762
8621
  {
@@ -8776,7 +8635,7 @@ var browserbaseFirewall = {
8776
8635
  name: "browserbase",
8777
8636
  description: "Browserbase API",
8778
8637
  placeholders: {
8779
- BROWSERBASE_TOKEN: "bb_vm0placeholder_000000000000000000000000000000a"
8638
+ BROWSERBASE_TOKEN: "bb_CoffeeSafeLocal_CoffeeSafeLocalCoffeeSafeLocal"
8780
8639
  },
8781
8640
  apis: [
8782
8641
  {
@@ -8796,7 +8655,7 @@ var browserlessFirewall = {
8796
8655
  name: "browserless",
8797
8656
  description: "Browserless API",
8798
8657
  placeholders: {
8799
- BROWSERLESS_TOKEN: "094632bb-vm00-0000-0000-vm0placeholder"
8658
+ BROWSERLESS_TOKEN: "c0ffee5a-fe10-ca1c-0ffe-e5afe10ca1c0"
8800
8659
  },
8801
8660
  apis: [
8802
8661
  {
@@ -8834,7 +8693,7 @@ var calComFirewall = {
8834
8693
  name: "cal-com",
8835
8694
  description: "Cal.com API",
8836
8695
  placeholders: {
8837
- CALCOM_TOKEN: "cal_live_vm0placeholder000000000000000000000a"
8696
+ CALCOM_TOKEN: "cal_live_CoffeeSafeLocalCoffeeSafeLocalCof00a"
8838
8697
  },
8839
8698
  apis: [
8840
8699
  {
@@ -8854,7 +8713,7 @@ var calendlyFirewall = {
8854
8713
  name: "calendly",
8855
8714
  description: "Calendly API",
8856
8715
  placeholders: {
8857
- CALENDLY_TOKEN: "Vm0PlaceHolder0000000000000000000000000000"
8716
+ CALENDLY_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe00"
8858
8717
  },
8859
8718
  apis: [
8860
8719
  {
@@ -8874,7 +8733,7 @@ var canvaFirewall = {
8874
8733
  name: "canva",
8875
8734
  description: "Canva Connect API",
8876
8735
  placeholders: {
8877
- CANVA_TOKEN: "vm0placeholderCanvaToken00000000000000000000000000000a"
8736
+ CANVA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa0"
8878
8737
  },
8879
8738
  apis: [
8880
8739
  {
@@ -8894,7 +8753,7 @@ var chatwootFirewall = {
8894
8753
  name: "chatwoot",
8895
8754
  description: "Chatwoot API",
8896
8755
  placeholders: {
8897
- CHATWOOT_TOKEN: "Vm0PlaceHolder0000000000"
8756
+ CHATWOOT_TOKEN: "CoffeeSafeLocalCoffeeSaf"
8898
8757
  },
8899
8758
  apis: [
8900
8759
  {
@@ -8914,7 +8773,7 @@ var clickupFirewall = {
8914
8773
  name: "clickup",
8915
8774
  description: "ClickUp API",
8916
8775
  placeholders: {
8917
- CLICKUP_TOKEN: "pk_0000000_VM0PLACEHOLDER0000000000000000000A"
8776
+ CLICKUP_TOKEN: "pk_1001001_COFFEESAFELOCALCOFFEESAFELOCALCOFF"
8918
8777
  },
8919
8778
  apis: [
8920
8779
  {
@@ -8934,7 +8793,7 @@ var closeFirewall = {
8934
8793
  name: "close",
8935
8794
  description: "Close CRM API",
8936
8795
  placeholders: {
8937
- CLOSE_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000a"
8796
+ CLOSE_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
8938
8797
  },
8939
8798
  apis: [
8940
8799
  {
@@ -8954,7 +8813,7 @@ var cloudflareFirewall = {
8954
8813
  name: "cloudflare",
8955
8814
  description: "Cloudflare API",
8956
8815
  placeholders: {
8957
- CLOUDFLARE_TOKEN: "Vm0PlaceHolder000000000000000000000000aB"
8816
+ CLOUDFLARE_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
8958
8817
  },
8959
8818
  apis: [
8960
8819
  {
@@ -8974,8 +8833,8 @@ var cronlyticFirewall = {
8974
8833
  name: "cronlytic",
8975
8834
  description: "Cronlytic API",
8976
8835
  placeholders: {
8977
- CRONLYTIC_API_KEY: "vm0placeholderCronlyticApiKey000000000000000000000000a",
8978
- CRONLYTIC_USER_ID: "vm0placeholderCronlyticUserId000000000000000000000000a"
8836
+ CRONLYTIC_API_KEY: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe",
8837
+ CRONLYTIC_USER_ID: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf0"
8979
8838
  },
8980
8839
  apis: [
8981
8840
  {
@@ -8996,7 +8855,7 @@ var customerIoFirewall = {
8996
8855
  name: "customer-io",
8997
8856
  description: "Customer.io API",
8998
8857
  placeholders: {
8999
- CUSTOMERIO_APP_TOKEN: "vm0placeholder00000000000000000000000000000000000000000000000000a"
8858
+ CUSTOMERIO_APP_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeL"
9000
8859
  },
9001
8860
  apis: [
9002
8861
  {
@@ -9016,7 +8875,7 @@ var deepseekFirewall = {
9016
8875
  name: "deepseek",
9017
8876
  description: "DeepSeek API",
9018
8877
  placeholders: {
9019
- DEEPSEEK_TOKEN: "sk-vm0placeholder000000000000000000"
8878
+ DEEPSEEK_TOKEN: "sk-c0ffee5afe10ca1c0ffee5afe10ca1c0"
9020
8879
  },
9021
8880
  apis: [
9022
8881
  {
@@ -9036,7 +8895,7 @@ var deelFirewall = {
9036
8895
  name: "deel",
9037
8896
  description: "Deel API",
9038
8897
  placeholders: {
9039
- DEEL_TOKEN: "vm0placeholderDeelToken000000000000000000000000000000a"
8898
+ DEEL_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
9040
8899
  },
9041
8900
  apis: [
9042
8901
  {
@@ -9056,7 +8915,7 @@ var devtoFirewall = {
9056
8915
  name: "devto",
9057
8916
  description: "DEV.to API",
9058
8917
  placeholders: {
9059
- DEVTO_TOKEN: "Vm0PlaceHolder0000000000"
8918
+ DEVTO_TOKEN: "CoffeeSafeLocalCoffeeSaf"
9060
8919
  },
9061
8920
  apis: [
9062
8921
  {
@@ -9076,7 +8935,7 @@ var difyFirewall = {
9076
8935
  name: "dify",
9077
8936
  description: "Dify API",
9078
8937
  placeholders: {
9079
- DIFY_TOKEN: "app-Vm0PlaceHolder000000000"
8938
+ DIFY_TOKEN: "app-CoffeeSafeLocalCoffeeSa"
9080
8939
  },
9081
8940
  apis: [
9082
8941
  {
@@ -9096,7 +8955,7 @@ var discordFirewall = {
9096
8955
  name: "discord",
9097
8956
  description: "Discord API",
9098
8957
  placeholders: {
9099
- DISCORD_BOT_TOKEN: "Vm0PlaceHolder0000000000.000000.Vm0PlaceHolder0000000000000"
8958
+ DISCORD_BOT_TOKEN: "CoffeeSafeLocalCoffeeSaf.Coffee.CoffeeSafeLocalCoffeeSafeLo"
9100
8959
  },
9101
8960
  apis: [
9102
8961
  {
@@ -9116,7 +8975,7 @@ var docusignFirewall = {
9116
8975
  name: "docusign",
9117
8976
  description: "DocuSign eSignature REST API",
9118
8977
  placeholders: {
9119
- DOCUSIGN_TOKEN: "eyJ0eXAiOiJNVCIsImFsZyI6IlJTMjU2In0.Vm0PlaceHolder000000000000000000.signature"
8978
+ DOCUSIGN_TOKEN: "eyJ0eXAiOiJNVCIsImFsZyI6IlJTMjU2In0.CoffeeSafeLocalCoffeeSafeLocal.CoffeeSaf"
9120
8979
  },
9121
8980
  apis: [
9122
8981
  {
@@ -9199,7 +9058,7 @@ var dropboxFirewall = {
9199
9058
  name: "dropbox",
9200
9059
  description: "Dropbox API",
9201
9060
  placeholders: {
9202
- DROPBOX_TOKEN: "sl.Vm0PlaceHolder000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a"
9061
+ DROPBOX_TOKEN: "sl.CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
9203
9062
  },
9204
9063
  apis: [
9205
9064
  {
@@ -9237,7 +9096,7 @@ var elevenlabsFirewall = {
9237
9096
  name: "elevenlabs",
9238
9097
  description: "ElevenLabs API",
9239
9098
  placeholders: {
9240
- ELEVENLABS_TOKEN: "vm0p1aceh01der000000000000000000"
9099
+ ELEVENLABS_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0"
9241
9100
  },
9242
9101
  apis: [
9243
9102
  {
@@ -9257,7 +9116,7 @@ var exploriumFirewall = {
9257
9116
  name: "explorium",
9258
9117
  description: "Explorium API",
9259
9118
  placeholders: {
9260
- EXPLORIUM_TOKEN: "vm0placeholderExploriumToken0000000000000000000000000a"
9119
+ EXPLORIUM_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
9261
9120
  },
9262
9121
  apis: [
9263
9122
  {
@@ -9277,7 +9136,7 @@ var falFirewall = {
9277
9136
  name: "fal",
9278
9137
  description: "fal.ai API",
9279
9138
  placeholders: {
9280
- FAL_TOKEN: "Vm0PlaceHolder00:sk_live_Vm0PlaceHolder00000000000000"
9139
+ FAL_TOKEN: "CoffeeSafeLocalC:sk_live_CoffeeSafeLocalCoffeeSafeLo"
9281
9140
  },
9282
9141
  apis: [
9283
9142
  {
@@ -9315,7 +9174,7 @@ var figmaFirewall = {
9315
9174
  name: "figma",
9316
9175
  description: "Figma API",
9317
9176
  placeholders: {
9318
- FIGMA_TOKEN: "figd_Vm0PlaceHolder00000000000000000000000000"
9177
+ FIGMA_TOKEN: "figd_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
9319
9178
  },
9320
9179
  apis: [
9321
9180
  {
@@ -9376,7 +9235,7 @@ var figmaFirewall = {
9376
9235
  {
9377
9236
  name: "file_metadata:read",
9378
9237
  description: "Read metadata of files.",
9379
- rules: ["GET /v1/files/{file_key}/meta"]
9238
+ rules: ["GET /v1/files/{file_key}/meta", "GET /v1/oembed"]
9380
9239
  },
9381
9240
  {
9382
9241
  name: "file_variables:read",
@@ -9506,7 +9365,7 @@ var firecrawlFirewall = {
9506
9365
  name: "firecrawl",
9507
9366
  description: "Firecrawl API",
9508
9367
  placeholders: {
9509
- FIRECRAWL_TOKEN: "fc-vm0p1aceh01der000000000000000000"
9368
+ FIRECRAWL_TOKEN: "fc-c0ffee5afe10ca1c0ffee5afe10ca1c0"
9510
9369
  },
9511
9370
  apis: [
9512
9371
  {
@@ -9526,7 +9385,7 @@ var firefliesFirewall = {
9526
9385
  name: "fireflies",
9527
9386
  description: "Fireflies.ai API",
9528
9387
  placeholders: {
9529
- FIREFLIES_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000a"
9388
+ FIREFLIES_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
9530
9389
  },
9531
9390
  apis: [
9532
9391
  {
@@ -9546,7 +9405,7 @@ var gammaFirewall = {
9546
9405
  name: "gamma",
9547
9406
  description: "Gamma API",
9548
9407
  placeholders: {
9549
- GAMMA_TOKEN: "sk-gamma-Vm0PlaceHolder000000000000a"
9408
+ GAMMA_TOKEN: "sk-gamma-CoffeeSafeLocalCoffeeSafeLo"
9550
9409
  },
9551
9410
  apis: [
9552
9411
  {
@@ -9566,7 +9425,7 @@ var garminConnectFirewall = {
9566
9425
  name: "garmin-connect",
9567
9426
  description: "Garmin Connect API",
9568
9427
  placeholders: {
9569
- GARMIN_CONNECT_TOKEN: "vm0placeholderGarminConnectToken000000000000000000000a"
9428
+ GARMIN_CONNECT_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
9570
9429
  },
9571
9430
  apis: [
9572
9431
  {
@@ -9586,8 +9445,8 @@ var githubFirewall = {
9586
9445
  name: "github",
9587
9446
  description: "GitHub API",
9588
9447
  placeholders: {
9589
- GITHUB_TOKEN: "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",
9590
- GH_TOKEN: "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"
9448
+ GITHUB_TOKEN: "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",
9449
+ GH_TOKEN: "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"
9591
9450
  },
9592
9451
  apis: [
9593
9452
  {
@@ -9598,6 +9457,16 @@ var githubFirewall = {
9598
9457
  }
9599
9458
  },
9600
9459
  permissions: [
9460
+ {
9461
+ name: "enterprise_copilot_metrics:read",
9462
+ description: "Enterprise Copilot metrics",
9463
+ rules: [
9464
+ "GET /enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day",
9465
+ "GET /enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest",
9466
+ "GET /enterprises/{enterprise}/copilot/metrics/reports/users-1-day",
9467
+ "GET /enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest"
9468
+ ]
9469
+ },
9601
9470
  {
9602
9471
  name: "enterprise_teams:read",
9603
9472
  description: "Enterprise teams",
@@ -10006,6 +9875,16 @@ var githubFirewall = {
10006
9875
  "DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id}"
10007
9876
  ]
10008
9877
  },
9878
+ {
9879
+ name: "organization_copilot_metrics:read",
9880
+ description: "Organization Copilot metrics",
9881
+ rules: [
9882
+ "GET /orgs/{org}/copilot/metrics/reports/organization-1-day",
9883
+ "GET /orgs/{org}/copilot/metrics/reports/organization-28-day/latest",
9884
+ "GET /orgs/{org}/copilot/metrics/reports/users-1-day",
9885
+ "GET /orgs/{org}/copilot/metrics/reports/users-28-day/latest"
9886
+ ]
9887
+ },
10009
9888
  {
10010
9889
  name: "organization_codespaces_secrets:read",
10011
9890
  description: "Organization codespaces secrets",
@@ -11310,7 +11189,7 @@ var gitlabFirewall = {
11310
11189
  name: "gitlab",
11311
11190
  description: "GitLab API",
11312
11191
  placeholders: {
11313
- GITLAB_TOKEN: "glpat-Vm0PlaceHolder000000"
11192
+ GITLAB_TOKEN: "glpat-CoffeeSafeLocalCoffe"
11314
11193
  },
11315
11194
  apis: [
11316
11195
  {
@@ -11330,7 +11209,7 @@ var gmailFirewall = {
11330
11209
  name: "gmail",
11331
11210
  description: "Gmail API",
11332
11211
  placeholders: {
11333
- GMAIL_TOKEN: "ya29.A0Vm0PlaceHolder-Vm0_PlaceHolder00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
11212
+ GMAIL_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
11334
11213
  },
11335
11214
  apis: [
11336
11215
  {
@@ -11805,7 +11684,7 @@ var googleCalendarFirewall = {
11805
11684
  name: "google-calendar",
11806
11685
  description: "Google Calendar API",
11807
11686
  placeholders: {
11808
- GOOGLE_CALENDAR_TOKEN: "ya29.A0Vm0PlaceHolder-Vm0_PlaceHolder00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
11687
+ GOOGLE_CALENDAR_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
11809
11688
  },
11810
11689
  apis: [
11811
11690
  {
@@ -12084,7 +11963,7 @@ var googleDocsFirewall = {
12084
11963
  name: "google-docs",
12085
11964
  description: "Google Docs API",
12086
11965
  placeholders: {
12087
- GOOGLE_DOCS_TOKEN: "ya29.A0Vm0PlaceHolder-Vm0_PlaceHolder00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
11966
+ GOOGLE_DOCS_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
12088
11967
  },
12089
11968
  apis: [
12090
11969
  {
@@ -12142,7 +12021,7 @@ var googleDriveFirewall = {
12142
12021
  name: "google-drive",
12143
12022
  description: "Google Drive API",
12144
12023
  placeholders: {
12145
- GOOGLE_DRIVE_TOKEN: "ya29.A0Vm0PlaceHolder-Vm0_PlaceHolder00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
12024
+ GOOGLE_DRIVE_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
12146
12025
  },
12147
12026
  apis: [
12148
12027
  {
@@ -12869,7 +12748,7 @@ var googleSheetsFirewall = {
12869
12748
  name: "google-sheets",
12870
12749
  description: "Google Sheets API",
12871
12750
  placeholders: {
12872
- GOOGLE_SHEETS_TOKEN: "ya29.A0Vm0PlaceHolder-Vm0_PlaceHolder00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
12751
+ GOOGLE_SHEETS_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
12873
12752
  },
12874
12753
  apis: [
12875
12754
  {
@@ -12977,7 +12856,7 @@ var granolaFirewall = {
12977
12856
  name: "granola",
12978
12857
  description: "Granola API",
12979
12858
  placeholders: {
12980
- GRANOLA_TOKEN: "vm0placeholderGranolaToken0000000000000000000000000000a"
12859
+ GRANOLA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeL"
12981
12860
  },
12982
12861
  apis: [
12983
12862
  {
@@ -12997,7 +12876,7 @@ var heygenFirewall = {
12997
12876
  name: "heygen",
12998
12877
  description: "HeyGen API",
12999
12878
  placeholders: {
13000
- HEYGEN_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000a"
12879
+ HEYGEN_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
13001
12880
  },
13002
12881
  apis: [
13003
12882
  {
@@ -13017,7 +12896,7 @@ var hubspotFirewall = {
13017
12896
  name: "hubspot",
13018
12897
  description: "HubSpot API",
13019
12898
  placeholders: {
13020
- HUBSPOT_TOKEN: "Vm0PlaceHolder00000000000000000a"
12899
+ HUBSPOT_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCo"
13021
12900
  },
13022
12901
  apis: [
13023
12902
  {
@@ -13037,7 +12916,7 @@ var huggingFaceFirewall = {
13037
12916
  name: "hugging-face",
13038
12917
  description: "Hugging Face API",
13039
12918
  placeholders: {
13040
- HUGGING_FACE_TOKEN: "hf_Vm0PlaceHolder0000000000000000000a"
12919
+ HUGGING_FACE_TOKEN: "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"
13041
12920
  },
13042
12921
  apis: [
13043
12922
  {
@@ -13075,7 +12954,7 @@ var humeFirewall = {
13075
12954
  name: "hume",
13076
12955
  description: "Hume AI API",
13077
12956
  placeholders: {
13078
- HUME_TOKEN: "vm0placeholder00000000000000000000000000000000000000000000000000a"
12957
+ HUME_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeL"
13079
12958
  },
13080
12959
  apis: [
13081
12960
  {
@@ -13095,7 +12974,7 @@ var imgurFirewall = {
13095
12974
  name: "imgur",
13096
12975
  description: "Imgur API",
13097
12976
  placeholders: {
13098
- IMGUR_CLIENT_ID: "vm0placeholder0"
12977
+ IMGUR_CLIENT_ID: "CoffeeSafeLocal"
13099
12978
  },
13100
12979
  apis: [
13101
12980
  {
@@ -13115,7 +12994,7 @@ var instagramFirewall = {
13115
12994
  name: "instagram",
13116
12995
  description: "Instagram Graph API",
13117
12996
  placeholders: {
13118
- INSTAGRAM_TOKEN: "vm0placeholderInstagramAccessToken00000000000000000000a"
12997
+ INSTAGRAM_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeL"
13119
12998
  },
13120
12999
  apis: [
13121
13000
  {
@@ -13144,7 +13023,7 @@ var instantlyFirewall = {
13144
13023
  name: "instantly",
13145
13024
  description: "Instantly API",
13146
13025
  placeholders: {
13147
- INSTANTLY_API_KEY: "vm0placeholderInstantlyApiKey000000000000000000000000a"
13026
+ INSTANTLY_API_KEY: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
13148
13027
  },
13149
13028
  apis: [
13150
13029
  {
@@ -13164,7 +13043,7 @@ var intercomFirewall = {
13164
13043
  name: "intercom",
13165
13044
  description: "Intercom API",
13166
13045
  placeholders: {
13167
- INTERCOM_TOKEN: "dG9rOiVm0PlaceHolder000000000000000000000000000000000000000000000000a"
13046
+ INTERCOM_TOKEN: "dG9rOiCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCof"
13168
13047
  },
13169
13048
  apis: [
13170
13049
  {
@@ -13184,7 +13063,7 @@ var intervalsIcuFirewall = {
13184
13063
  name: "intervals-icu",
13185
13064
  description: "Intervals.icu Training API",
13186
13065
  placeholders: {
13187
- INTERVALS_ICU_TOKEN: "vm0placeholderIntervalsIcuToken0000000000000000000000a"
13066
+ INTERVALS_ICU_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
13188
13067
  },
13189
13068
  apis: [
13190
13069
  {
@@ -13204,7 +13083,7 @@ var jotformFirewall = {
13204
13083
  name: "jotform",
13205
13084
  description: "Jotform API",
13206
13085
  placeholders: {
13207
- JOTFORM_TOKEN: "vm0placeholder00000000000000000000000000000000000000000000000000a"
13086
+ JOTFORM_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffe"
13208
13087
  },
13209
13088
  apis: [
13210
13089
  {
@@ -13242,7 +13121,7 @@ var kommoFirewall = {
13242
13121
  name: "kommo",
13243
13122
  description: "Kommo CRM API",
13244
13123
  placeholders: {
13245
- KOMMO_API_KEY: "kmApiKey_Vm0PlaceHolder0000000000000000000000"
13124
+ KOMMO_API_KEY: "kmApiKey_CoffeeSafeLocalCoffeeSafeLocalCoffee"
13246
13125
  },
13247
13126
  apis: [
13248
13127
  {
@@ -13262,7 +13141,7 @@ var larkFirewall = {
13262
13141
  name: "lark",
13263
13142
  description: "Lark Open Platform API",
13264
13143
  placeholders: {
13265
- LARK_TOKEN: "vm0placeholderLarkToken000000000000000000000000000000a"
13144
+ LARK_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
13266
13145
  },
13267
13146
  apis: [
13268
13147
  {
@@ -13291,7 +13170,7 @@ var lineFirewall = {
13291
13170
  name: "line",
13292
13171
  description: "LINE Messaging API",
13293
13172
  placeholders: {
13294
- LINE_TOKEN: "vm0placeholderLineToken000000000000000000000000000000a"
13173
+ LINE_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
13295
13174
  },
13296
13175
  apis: [
13297
13176
  {
@@ -13311,7 +13190,7 @@ var linearFirewall = {
13311
13190
  name: "linear",
13312
13191
  description: "Linear API",
13313
13192
  placeholders: {
13314
- LINEAR_TOKEN: "lin_api_Vm0PlaceHolder00000000000000000000000000"
13193
+ LINEAR_TOKEN: "lin_api_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
13315
13194
  },
13316
13195
  apis: [
13317
13196
  {
@@ -13331,7 +13210,7 @@ var loopsFirewall = {
13331
13210
  name: "loops",
13332
13211
  description: "Loops API",
13333
13212
  placeholders: {
13334
- LOOPS_TOKEN: "d2d561f5ff80136f69b4b5a31b9fb3c9"
13213
+ LOOPS_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0"
13335
13214
  },
13336
13215
  apis: [
13337
13216
  {
@@ -13351,11 +13230,11 @@ var mailchimpFirewall = {
13351
13230
  name: "mailchimp",
13352
13231
  description: "Mailchimp Marketing API",
13353
13232
  placeholders: {
13354
- MAILCHIMP_TOKEN: "ae54fcc23ade65fa404a65e78c56f898-us6"
13233
+ MAILCHIMP_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0-us6"
13355
13234
  },
13356
13235
  apis: [
13357
13236
  {
13358
- base: "https://${{ vars.MAILCHIMP_DC }}.api.mailchimp.com",
13237
+ base: "https://{dc}.api.mailchimp.com",
13359
13238
  auth: {
13360
13239
  headers: {
13361
13240
  Authorization: "Bearer ${{ secrets.MAILCHIMP_TOKEN }}"
@@ -13371,7 +13250,7 @@ var makeFirewall = {
13371
13250
  name: "make",
13372
13251
  description: "Make (formerly Integromat) Automation API",
13373
13252
  placeholders: {
13374
- MAKE_TOKEN: "mkTkn-Vm0PlaceHolder-0000-0000-000000000000"
13253
+ MAKE_TOKEN: "mkTkn-CoffeeSafeLoca-lCof-feeS-afeLocalCoff"
13375
13254
  },
13376
13255
  apis: [
13377
13256
  {
@@ -13436,7 +13315,7 @@ var mailsacFirewall = {
13436
13315
  name: "mailsac",
13437
13316
  description: "Mailsac Email API",
13438
13317
  placeholders: {
13439
- MAILSAC_TOKEN: "vm0placeholderMailsacToken0000000000000000000000000000a"
13318
+ MAILSAC_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
13440
13319
  },
13441
13320
  apis: [
13442
13321
  {
@@ -13456,7 +13335,7 @@ var mercuryFirewall = {
13456
13335
  name: "mercury",
13457
13336
  description: "Mercury API",
13458
13337
  placeholders: {
13459
- MERCURY_TOKEN: "vm0placeholderMercuryToken0000000000000000000000000000a"
13338
+ MERCURY_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
13460
13339
  },
13461
13340
  apis: [
13462
13341
  {
@@ -13476,7 +13355,7 @@ var metabaseFirewall = {
13476
13355
  name: "metabase",
13477
13356
  description: "Metabase API",
13478
13357
  placeholders: {
13479
- METABASE_TOKEN: "mb_Vm0PlaceHolder00000000000000000000000000000"
13358
+ METABASE_TOKEN: "mb_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLoca"
13480
13359
  },
13481
13360
  apis: [
13482
13361
  {
@@ -13496,7 +13375,7 @@ var metaAdsFirewall = {
13496
13375
  name: "meta-ads",
13497
13376
  description: "Meta Ads (Facebook Graph) API",
13498
13377
  placeholders: {
13499
- META_ADS_TOKEN: "vm0placeholderMetaAdsToken0000000000000000000000000000a"
13378
+ META_ADS_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
13500
13379
  },
13501
13380
  apis: [
13502
13381
  {
@@ -13516,7 +13395,7 @@ var minimaxFirewall = {
13516
13395
  name: "minimax",
13517
13396
  description: "MiniMax API",
13518
13397
  placeholders: {
13519
- MINIMAX_TOKEN: "eyJhbGciOiJSUzI1NiJ9.vm0placeholder000000000000000000000000000000a"
13398
+ MINIMAX_TOKEN: "eyJhbGciOiJSUzI1NiJ9.CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal"
13520
13399
  },
13521
13400
  apis: [
13522
13401
  {
@@ -13536,7 +13415,7 @@ var mondayFirewall = {
13536
13415
  name: "monday",
13537
13416
  description: "Monday.com API",
13538
13417
  placeholders: {
13539
- MONDAY_TOKEN: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IlZtMFBsYWNlSG9sZGVyIiwiaWF0IjoxNTE2MjM5MDIyfQ.Vm0PlaceHolder00000000000000000000000000000a"
13418
+ MONDAY_TOKEN: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkNvZmZlZVNhZmVMb2NhbCIsImlhdCI6MTUxNjIzOTAyMn0.CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLoc"
13540
13419
  },
13541
13420
  apis: [
13542
13421
  {
@@ -13556,7 +13435,7 @@ var neonFirewall = {
13556
13435
  name: "neon",
13557
13436
  description: "Neon API",
13558
13437
  placeholders: {
13559
- NEON_TOKEN: "Vm0PlaceHolder00000000000000000a"
13438
+ NEON_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCo"
13560
13439
  },
13561
13440
  apis: [
13562
13441
  {
@@ -13576,7 +13455,7 @@ var notionFirewall = {
13576
13455
  name: "notion",
13577
13456
  description: "Notion API",
13578
13457
  placeholders: {
13579
- NOTION_TOKEN: "ntn_00000000000Vm0PlaceHolder000000000000000000Aaa"
13458
+ NOTION_TOKEN: "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"
13580
13459
  },
13581
13460
  apis: [
13582
13461
  {
@@ -13669,7 +13548,7 @@ var openaiFirewall = {
13669
13548
  name: "openai",
13670
13549
  description: "OpenAI API",
13671
13550
  placeholders: {
13672
- OPENAI_TOKEN: "sk-proj-Vm0PlaceHolder000000000000000000000000000000000000000000000000000000000000T3BlbkFJVm0PlaceHolder000000000000000000000000000000000000000000000000000000000000"
13551
+ OPENAI_TOKEN: "sk-proj-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocaT3BlbkFJCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLoca"
13673
13552
  },
13674
13553
  apis: [
13675
13554
  {
@@ -13689,7 +13568,7 @@ var outlookCalendarFirewall = {
13689
13568
  name: "outlook-calendar",
13690
13569
  description: "Microsoft Graph API (Outlook Calendar)",
13691
13570
  placeholders: {
13692
- OUTLOOK_CALENDAR_TOKEN: "vm0placeholderOutlookCalendarToken00000000000000000000a"
13571
+ OUTLOOK_CALENDAR_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
13693
13572
  },
13694
13573
  apis: [
13695
13574
  {
@@ -13709,7 +13588,7 @@ var outlookMailFirewall = {
13709
13588
  name: "outlook-mail",
13710
13589
  description: "Microsoft Graph API (Outlook Mail)",
13711
13590
  placeholders: {
13712
- OUTLOOK_MAIL_TOKEN: "vm0placeholderOutlookMailToken0000000000000000000000a"
13591
+ OUTLOOK_MAIL_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
13713
13592
  },
13714
13593
  apis: [
13715
13594
  {
@@ -13729,7 +13608,7 @@ var pdf4meFirewall = {
13729
13608
  name: "pdf4me",
13730
13609
  description: "PDF4me Document API",
13731
13610
  placeholders: {
13732
- PDF4ME_TOKEN: "vm0placeholderPdf4meToken000000000000000000000000000a"
13611
+ PDF4ME_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
13733
13612
  },
13734
13613
  apis: [
13735
13614
  {
@@ -13749,7 +13628,7 @@ var pdfcoFirewall = {
13749
13628
  name: "pdfco",
13750
13629
  description: "PDF.co API",
13751
13630
  placeholders: {
13752
- PDFCO_TOKEN: "vm0placeholderPdfcoToken0000000000000000000000000000a"
13631
+ PDFCO_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
13753
13632
  },
13754
13633
  apis: [
13755
13634
  {
@@ -13769,7 +13648,7 @@ var pdforgeFirewall = {
13769
13648
  name: "pdforge",
13770
13649
  description: "PDForge PDF Generation API",
13771
13650
  placeholders: {
13772
- PDFORGE_API_KEY: "vm0placeholderPdforgeApiKey00000000000000000000000000a"
13651
+ PDFORGE_API_KEY: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
13773
13652
  },
13774
13653
  apis: [
13775
13654
  {
@@ -13789,7 +13668,7 @@ var perplexityFirewall = {
13789
13668
  name: "perplexity",
13790
13669
  description: "Perplexity API",
13791
13670
  placeholders: {
13792
- PERPLEXITY_TOKEN: "pplx-Vm0PlaceHolder0000000000000000000000000000000000"
13671
+ PERPLEXITY_TOKEN: "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"
13793
13672
  },
13794
13673
  apis: [
13795
13674
  {
@@ -13809,7 +13688,7 @@ var plausibleFirewall = {
13809
13688
  name: "plausible",
13810
13689
  description: "Plausible Analytics API",
13811
13690
  placeholders: {
13812
- PLAUSIBLE_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000a"
13691
+ PLAUSIBLE_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
13813
13692
  },
13814
13693
  apis: [
13815
13694
  {
@@ -13829,7 +13708,7 @@ var podchaserFirewall = {
13829
13708
  name: "podchaser",
13830
13709
  description: "Podchaser Podcast API",
13831
13710
  placeholders: {
13832
- PODCHASER_TOKEN: "vm0placeholderPodchaserToken00000000000000000000000000a"
13711
+ PODCHASER_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
13833
13712
  },
13834
13713
  apis: [
13835
13714
  {
@@ -13849,7 +13728,7 @@ var posthogFirewall = {
13849
13728
  name: "posthog",
13850
13729
  description: "PostHog API",
13851
13730
  placeholders: {
13852
- POSTHOG_TOKEN: "phx_Vm0PlaceHolder00000000000000000000000000000000a"
13731
+ POSTHOG_TOKEN: "phx_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCo"
13853
13732
  },
13854
13733
  apis: [
13855
13734
  {
@@ -13878,7 +13757,7 @@ var productlaneFirewall = {
13878
13757
  name: "productlane",
13879
13758
  description: "Productlane API",
13880
13759
  placeholders: {
13881
- PRODUCTLANE_TOKEN: "vm0placeholderProductlaneToken0000000000000000000000a"
13760
+ PRODUCTLANE_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
13882
13761
  },
13883
13762
  apis: [
13884
13763
  {
@@ -13898,7 +13777,7 @@ var prismaPostgresFirewall = {
13898
13777
  name: "prisma-postgres",
13899
13778
  description: "Prisma Postgres Management API",
13900
13779
  placeholders: {
13901
- PRISMA_POSTGRES_TOKEN: "vm0placeholderPrismaPostgresToken0000000000000000000a"
13780
+ PRISMA_POSTGRES_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
13902
13781
  },
13903
13782
  apis: [
13904
13783
  {
@@ -13918,7 +13797,7 @@ var pushinatorFirewall = {
13918
13797
  name: "pushinator",
13919
13798
  description: "Pushinator API",
13920
13799
  placeholders: {
13921
- PUSHINATOR_TOKEN: "vm0placeholderPushinatorToken000000000000000000000000a"
13800
+ PUSHINATOR_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
13922
13801
  },
13923
13802
  apis: [
13924
13803
  {
@@ -13938,7 +13817,7 @@ var qdrantFirewall = {
13938
13817
  name: "qdrant",
13939
13818
  description: "Qdrant Vector Database API",
13940
13819
  placeholders: {
13941
- QDRANT_TOKEN: "Vm0PlaceHolder0000000000000000000000000000"
13820
+ QDRANT_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLo"
13942
13821
  },
13943
13822
  apis: [
13944
13823
  {
@@ -13958,7 +13837,7 @@ var qiitaFirewall = {
13958
13837
  name: "qiita",
13959
13838
  description: "Qiita API",
13960
13839
  placeholders: {
13961
- QIITA_TOKEN: "vm0placeholderQiitaToken0000000000000000000000000000a"
13840
+ QIITA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
13962
13841
  },
13963
13842
  apis: [
13964
13843
  {
@@ -13978,7 +13857,7 @@ var redditFirewall = {
13978
13857
  name: "reddit",
13979
13858
  description: "Reddit API",
13980
13859
  placeholders: {
13981
- REDDIT_TOKEN: "vm0placeholder00000000000000000000000000000000000000000000000000a"
13860
+ REDDIT_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffe"
13982
13861
  },
13983
13862
  apis: [
13984
13863
  {
@@ -13998,7 +13877,7 @@ var reporteiFirewall = {
13998
13877
  name: "reportei",
13999
13878
  description: "Reportei API",
14000
13879
  placeholders: {
14001
- REPORTEI_TOKEN: "vm0placeholderReporteiToken00000000000000000000000000a"
13880
+ REPORTEI_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
14002
13881
  },
14003
13882
  apis: [
14004
13883
  {
@@ -14018,7 +13897,7 @@ var resendFirewall = {
14018
13897
  name: "resend",
14019
13898
  description: "Resend API",
14020
13899
  placeholders: {
14021
- RESEND_TOKEN: "re_Vm0PlaceHolder000000000000000000"
13900
+ RESEND_TOKEN: "re_CoffeeSafeLocalCoffeeSafeLocalCof"
14022
13901
  },
14023
13902
  apis: [
14024
13903
  {
@@ -14038,7 +13917,7 @@ var revenuecatFirewall = {
14038
13917
  name: "revenuecat",
14039
13918
  description: "RevenueCat API",
14040
13919
  placeholders: {
14041
- REVENUECAT_TOKEN: "vm0placeholderRevenuecatToken000000000000000000000000a"
13920
+ REVENUECAT_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
14042
13921
  },
14043
13922
  apis: [
14044
13923
  {
@@ -14058,7 +13937,7 @@ var runwayFirewall = {
14058
13937
  name: "runway",
14059
13938
  description: "Runway API",
14060
13939
  placeholders: {
14061
- RUNWAY_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000a"
13940
+ RUNWAY_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
14062
13941
  },
14063
13942
  apis: [
14064
13943
  {
@@ -14078,7 +13957,7 @@ var salesforceFirewall = {
14078
13957
  name: "salesforce",
14079
13958
  description: "Salesforce REST API",
14080
13959
  placeholders: {
14081
- SALESFORCE_TOKEN: "00D0x000000Vm0P!AQEAQFVm0PlaceHolder0000000000000000000000000000000000000000000000000000000000000000000"
13960
+ SALESFORCE_TOKEN: "00D0c0ffee5afe1!AQEAQFCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffee"
14082
13961
  },
14083
13962
  apis: [
14084
13963
  {
@@ -14098,7 +13977,7 @@ var scrapeninjaFirewall = {
14098
13977
  name: "scrapeninja",
14099
13978
  description: "ScrapeNinja Web Scraping API",
14100
13979
  placeholders: {
14101
- SCRAPENINJA_TOKEN: "vm0placeholderScrapeninjaToken0000000000000000000000a"
13980
+ SCRAPENINJA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
14102
13981
  },
14103
13982
  apis: [
14104
13983
  {
@@ -14118,7 +13997,7 @@ var sentryFirewall = {
14118
13997
  name: "sentry",
14119
13998
  description: "Sentry API",
14120
13999
  placeholders: {
14121
- SENTRY_TOKEN: "Vm0PlaceHolder00000000000000000a"
14000
+ SENTRY_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCo"
14122
14001
  },
14123
14002
  apis: [
14124
14003
  {
@@ -14597,6 +14476,9 @@ var sentryFirewall = {
14597
14476
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
14598
14477
  "PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
14599
14478
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/",
14479
+ "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
14480
+ "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
14481
+ "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/{job_id}/",
14600
14482
  "DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/",
14601
14483
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/",
14602
14484
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/",
@@ -14734,6 +14616,9 @@ var sentryFirewall = {
14734
14616
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
14735
14617
  "PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
14736
14618
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/",
14619
+ "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
14620
+ "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
14621
+ "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/{job_id}/",
14737
14622
  "DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/",
14738
14623
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/",
14739
14624
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/",
@@ -14810,7 +14695,7 @@ var serpapiFirewall = {
14810
14695
  name: "serpapi",
14811
14696
  description: "SerpApi",
14812
14697
  placeholders: {
14813
- SERPAPI_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000000a"
14698
+ SERPAPI_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCof"
14814
14699
  },
14815
14700
  apis: [
14816
14701
  {
@@ -14830,7 +14715,7 @@ var shortioFirewall = {
14830
14715
  name: "shortio",
14831
14716
  description: "Short.io API",
14832
14717
  placeholders: {
14833
- SHORTIO_TOKEN: "Vm0PlaceHolder00000000000000000000000000000000a"
14718
+ SHORTIO_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
14834
14719
  },
14835
14720
  apis: [
14836
14721
  {
@@ -14850,7 +14735,7 @@ var similarwebFirewall = {
14850
14735
  name: "similarweb",
14851
14736
  description: "SimilarWeb API",
14852
14737
  placeholders: {
14853
- SIMILARWEB_TOKEN: "vm0placeholderSimilarwebToken00000000000000000000000a"
14738
+ SIMILARWEB_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
14854
14739
  },
14855
14740
  apis: [
14856
14741
  {
@@ -14870,7 +14755,7 @@ var spotifyFirewall = {
14870
14755
  name: "spotify",
14871
14756
  description: "Spotify Web API",
14872
14757
  placeholders: {
14873
- SPOTIFY_TOKEN: "vm0placeholderSpotifyToken000000000000000000000000000000a"
14758
+ SPOTIFY_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLo"
14874
14759
  },
14875
14760
  apis: [
14876
14761
  {
@@ -14890,7 +14775,7 @@ var stravaFirewall = {
14890
14775
  name: "strava",
14891
14776
  description: "Strava API",
14892
14777
  placeholders: {
14893
- STRAVA_TOKEN: "vm0placeholder00000000000000000000000000000000000000000000000000a"
14778
+ STRAVA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffe"
14894
14779
  },
14895
14780
  apis: [
14896
14781
  {
@@ -14910,7 +14795,7 @@ var stripeFirewall = {
14910
14795
  name: "stripe",
14911
14796
  description: "Stripe API",
14912
14797
  placeholders: {
14913
- STRIPE_TOKEN: "sk_live_Vm0PlaceHolder00000000000000000000"
14798
+ STRIPE_TOKEN: "sk_live_CoffeeSafeLocalCoffeeSafeLocalCoff"
14914
14799
  },
14915
14800
  apis: [
14916
14801
  {
@@ -14930,7 +14815,7 @@ var supabaseFirewall = {
14930
14815
  name: "supabase",
14931
14816
  description: "Supabase Management API",
14932
14817
  placeholders: {
14933
- SUPABASE_TOKEN: "sbp_oauth_0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b"
14818
+ SUPABASE_TOKEN: "sbp_oauth_c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe"
14934
14819
  },
14935
14820
  apis: [
14936
14821
  {
@@ -14950,7 +14835,7 @@ var supadataFirewall = {
14950
14835
  name: "supadata",
14951
14836
  description: "Supadata API",
14952
14837
  placeholders: {
14953
- SUPADATA_TOKEN: "vm0placeholderSupadataToken00000000000000000000000000a"
14838
+ SUPADATA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
14954
14839
  },
14955
14840
  apis: [
14956
14841
  {
@@ -14970,7 +14855,7 @@ var tavilyFirewall = {
14970
14855
  name: "tavily",
14971
14856
  description: "Tavily API",
14972
14857
  placeholders: {
14973
- TAVILY_TOKEN: "tvly-Vm0PlaceHolder0000000000000000000"
14858
+ TAVILY_TOKEN: "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"
14974
14859
  },
14975
14860
  apis: [
14976
14861
  {
@@ -14990,7 +14875,7 @@ var tldvFirewall = {
14990
14875
  name: "tldv",
14991
14876
  description: "tl;dv API",
14992
14877
  placeholders: {
14993
- TLDV_TOKEN: "vm0placeholderTldvToken000000000000000000000000000000a"
14878
+ TLDV_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
14994
14879
  },
14995
14880
  apis: [
14996
14881
  {
@@ -15010,7 +14895,7 @@ var todoistFirewall = {
15010
14895
  name: "todoist",
15011
14896
  description: "Todoist API",
15012
14897
  placeholders: {
15013
- TODOIST_TOKEN: "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
14898
+ TODOIST_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5af"
15014
14899
  },
15015
14900
  apis: [
15016
14901
  {
@@ -15030,7 +14915,7 @@ var twentyFirewall = {
15030
14915
  name: "twenty",
15031
14916
  description: "Twenty CRM API",
15032
14917
  placeholders: {
15033
- TWENTY_TOKEN: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJWbTBQbGFjZUhvbGRlcjAwMDAwMDAwMDAwMDAwMDAwMCIsInR5cGUiOiJBUElfS0VZIiwid29ya3NwYWNlSWQiOiJWbTBQbGFjZUhvbGRlcjAwIn0.Vm0PlaceHolder0000000000000000000000000000000"
14918
+ TWENTY_TOKEN: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJDb2ZmZWVTYWZlTG9jYWxDb2ZmZWVTYWZlTG9jYWxDbyIsInR5cGUiOiJBUElfS0VZIiwid29ya3NwYWNlSWQiOiJDb2ZmZWVTYWZlTG9jYWxDb2YifQ.CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLo"
15034
14919
  },
15035
14920
  apis: [
15036
14921
  {
@@ -15050,7 +14935,7 @@ var v0Firewall = {
15050
14935
  name: "v0",
15051
14936
  description: "v0 API",
15052
14937
  placeholders: {
15053
- V0_TOKEN: "vm0placeholderV0Token00000000000000000000000000000000a"
14938
+ V0_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
15054
14939
  },
15055
14940
  apis: [
15056
14941
  {
@@ -15070,7 +14955,7 @@ var vercelFirewall = {
15070
14955
  name: "vercel",
15071
14956
  description: "Vercel API",
15072
14957
  placeholders: {
15073
- VERCEL_TOKEN: "vcp_Vm0PlaceHolder000000000000000000000000000000000000000000"
14958
+ VERCEL_TOKEN: "vcp_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeL"
15074
14959
  },
15075
14960
  apis: [
15076
14961
  {
@@ -15118,6 +15003,16 @@ var vercelFirewall = {
15118
15003
  "POST /v2/deployments/{id}/aliases"
15119
15004
  ]
15120
15005
  },
15006
+ {
15007
+ name: "api-observability:read",
15008
+ rules: ["GET /v1/observability/manage/configuration/projects"]
15009
+ },
15010
+ {
15011
+ name: "api-observability:write",
15012
+ rules: [
15013
+ "PUT /v1/observability/manage/configuration/projects/{projectIdOrName}"
15014
+ ]
15015
+ },
15121
15016
  {
15122
15017
  name: "artifacts:read",
15123
15018
  rules: [
@@ -15136,7 +15031,7 @@ var vercelFirewall = {
15136
15031
  },
15137
15032
  {
15138
15033
  name: "authentication:read",
15139
- rules: ["GET /v5/user/tokens", "GET /v5/user/tokens/{tokenId}"]
15034
+ rules: ["GET /v5/user/tokens/{tokenId}", "GET /v6/user/tokens"]
15140
15035
  },
15141
15036
  {
15142
15037
  name: "authentication:write",
@@ -15557,6 +15452,38 @@ var vercelFirewall = {
15557
15452
  "DELETE /v1/projects/{idOrName}/rolling-release/config"
15558
15453
  ]
15559
15454
  },
15455
+ {
15456
+ name: "sandboxes-v2-beta:read",
15457
+ rules: [
15458
+ "GET /v2/sandboxes",
15459
+ "GET /v2/sandboxes/sessions",
15460
+ "GET /v2/sandboxes/sessions/{sessionId}",
15461
+ "GET /v2/sandboxes/sessions/{sessionId}/cmd",
15462
+ "GET /v2/sandboxes/sessions/{sessionId}/cmd/{cmdId}",
15463
+ "GET /v2/sandboxes/sessions/{sessionId}/cmd/{cmdId}/logs",
15464
+ "GET /v2/sandboxes/snapshots",
15465
+ "GET /v2/sandboxes/snapshots/{snapshotId}",
15466
+ "GET /v2/sandboxes/{name}"
15467
+ ]
15468
+ },
15469
+ {
15470
+ name: "sandboxes-v2-beta:write",
15471
+ rules: [
15472
+ "POST /v2/sandboxes",
15473
+ "POST /v2/sandboxes/sessions/{sessionId}/cmd",
15474
+ "POST /v2/sandboxes/sessions/{sessionId}/cmd/{cmdId}/kill",
15475
+ "POST /v2/sandboxes/sessions/{sessionId}/extend-timeout",
15476
+ "POST /v2/sandboxes/sessions/{sessionId}/fs/mkdir",
15477
+ "POST /v2/sandboxes/sessions/{sessionId}/fs/read",
15478
+ "POST /v2/sandboxes/sessions/{sessionId}/fs/write",
15479
+ "POST /v2/sandboxes/sessions/{sessionId}/network-policy",
15480
+ "POST /v2/sandboxes/sessions/{sessionId}/snapshot",
15481
+ "POST /v2/sandboxes/sessions/{sessionId}/stop",
15482
+ "DELETE /v2/sandboxes/snapshots/{snapshotId}",
15483
+ "PATCH /v2/sandboxes/{name}",
15484
+ "DELETE /v2/sandboxes/{name}"
15485
+ ]
15486
+ },
15560
15487
  {
15561
15488
  name: "sandboxes:read",
15562
15489
  rules: [
@@ -15657,7 +15584,7 @@ var webflowFirewall = {
15657
15584
  name: "webflow",
15658
15585
  description: "Webflow API",
15659
15586
  placeholders: {
15660
- WEBFLOW_TOKEN: "vm0placeholder00000000000000000000000000000000000000000000000000a"
15587
+ WEBFLOW_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffe"
15661
15588
  },
15662
15589
  apis: [
15663
15590
  {
@@ -15677,7 +15604,7 @@ var wixFirewall = {
15677
15604
  name: "wix",
15678
15605
  description: "Wix REST API",
15679
15606
  placeholders: {
15680
- WIX_TOKEN: "vm0placeholderWixToken0000000000000000000000000000000a"
15607
+ WIX_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
15681
15608
  },
15682
15609
  apis: [
15683
15610
  {
@@ -15697,7 +15624,7 @@ var wrikeFirewall = {
15697
15624
  name: "wrike",
15698
15625
  description: "Wrike Project Management API",
15699
15626
  placeholders: {
15700
- WRIKE_TOKEN: "wrkTkn_Vm0PlaceHolder000000000000000000000000000000"
15627
+ WRIKE_TOKEN: "wrkTkn_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLoca"
15701
15628
  },
15702
15629
  apis: [
15703
15630
  {
@@ -15735,7 +15662,7 @@ var xFirewall = {
15735
15662
  name: "x",
15736
15663
  description: "X (Twitter) API",
15737
15664
  placeholders: {
15738
- X_TOKEN: "AAAAAAAAAAAAAAAAAAAAAAVm0PlaceHolder0000000000000000000000000000000000000000000000000000000000000000000000"
15665
+ X_TOKEN: "AAAAAAAAAAAAAAAAAAAAAACoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffe"
15739
15666
  },
15740
15667
  apis: [
15741
15668
  {
@@ -15828,6 +15755,7 @@ var xFirewall = {
15828
15755
  "POST /2/activity/subscriptions",
15829
15756
  "GET /2/chat/conversations",
15830
15757
  "GET /2/chat/conversations/{id}",
15758
+ "GET /2/dm_conversations/media/{dm_id}/{media_id}/{resource_id}",
15831
15759
  "GET /2/dm_conversations/with/{participant_id}/dm_events",
15832
15760
  "GET /2/dm_conversations/{id}/dm_events",
15833
15761
  "GET /2/dm_events",
@@ -16192,7 +16120,7 @@ var xeroFirewall = {
16192
16120
  name: "xero",
16193
16121
  description: "Xero API",
16194
16122
  placeholders: {
16195
- XERO_TOKEN: "vm0placeholderXeroToken000000000000000000000000000000a"
16123
+ XERO_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
16196
16124
  },
16197
16125
  apis: [
16198
16126
  {
@@ -16212,7 +16140,7 @@ var youtubeFirewall = {
16212
16140
  name: "youtube",
16213
16141
  description: "YouTube Data API",
16214
16142
  placeholders: {
16215
- YOUTUBE_TOKEN: "AIzaSyBVm0PlaceHolder000000000000000000"
16143
+ YOUTUBE_TOKEN: "AIzaSyBCoffeeSafeLocalCoffeeSafeLocalCo"
16216
16144
  },
16217
16145
  apis: [
16218
16146
  {
@@ -16232,7 +16160,7 @@ var zapierFirewall = {
16232
16160
  name: "zapier",
16233
16161
  description: "Zapier NLA API",
16234
16162
  placeholders: {
16235
- ZAPIER_TOKEN: "Vm0PlaceHolder0000000000000000000000000000"
16163
+ ZAPIER_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLo"
16236
16164
  },
16237
16165
  apis: [
16238
16166
  {
@@ -16252,7 +16180,7 @@ var zapsignFirewall = {
16252
16180
  name: "zapsign",
16253
16181
  description: "ZapSign API",
16254
16182
  placeholders: {
16255
- ZAPSIGN_TOKEN: "00000000-0000-0000-0000-00000000"
16183
+ ZAPSIGN_TOKEN: "c0ffee5a-fe10-ca1c-0ffe-e5afe10c"
16256
16184
  },
16257
16185
  apis: [
16258
16186
  {
@@ -16272,7 +16200,7 @@ var zendeskFirewall = {
16272
16200
  name: "zendesk",
16273
16201
  description: "Zendesk Support API",
16274
16202
  placeholders: {
16275
- ZENDESK_API_TOKEN: "zkTkn_Vm0PlaceHolder000000000000000000000000"
16203
+ ZENDESK_API_TOKEN: "zkTkn_CoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
16276
16204
  },
16277
16205
  apis: [
16278
16206
  {
@@ -16292,7 +16220,7 @@ var zeptomailFirewall = {
16292
16220
  name: "zeptomail",
16293
16221
  description: "ZeptoMail API",
16294
16222
  placeholders: {
16295
- ZEPTOMAIL_TOKEN: "vm0placeholder00000000000000000a"
16223
+ ZEPTOMAIL_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCo"
16296
16224
  },
16297
16225
  apis: [
16298
16226
  {
@@ -16460,10 +16388,70 @@ var EXPANDED_CONNECTOR_FIREWALLS = Object.fromEntries(
16460
16388
  expandPlaceholders(firewall, type)
16461
16389
  ])
16462
16390
  );
16391
+ function isFirewallConnectorType(type) {
16392
+ return type in CONNECTOR_FIREWALLS;
16393
+ }
16394
+ function getConnectorFirewall(type) {
16395
+ return EXPANDED_CONNECTOR_FIREWALLS[type];
16396
+ }
16463
16397
 
16464
16398
  // ../../packages/core/src/firewall-loader.ts
16465
16399
  var MAX_RESPONSE_SIZE = 128 * 1024;
16466
16400
 
16401
+ // ../../packages/core/src/contracts/firewall-rule-matcher.ts
16402
+ var PARAM_SEG = /^\{([^}]+)\}$/;
16403
+ function matchFirewallPath(path, pattern) {
16404
+ const pathSegs = path.split("/").filter(Boolean);
16405
+ const patternSegs = pattern.split("/").filter(Boolean);
16406
+ const params = {};
16407
+ let pi = 0;
16408
+ for (const seg of patternSegs) {
16409
+ const m = PARAM_SEG.exec(seg);
16410
+ if (m) {
16411
+ const name = m[1];
16412
+ if (name.endsWith("+")) {
16413
+ if (pi >= pathSegs.length) return null;
16414
+ params[name.slice(0, -1)] = pathSegs.slice(pi).join("/");
16415
+ return params;
16416
+ }
16417
+ if (name.endsWith("*")) {
16418
+ params[name.slice(0, -1)] = pathSegs.slice(pi).join("/");
16419
+ return params;
16420
+ }
16421
+ if (pi >= pathSegs.length) return null;
16422
+ params[name] = pathSegs[pi];
16423
+ pi++;
16424
+ } else {
16425
+ if (pi >= pathSegs.length || pathSegs[pi] !== seg) return null;
16426
+ pi++;
16427
+ }
16428
+ }
16429
+ if (pi !== pathSegs.length) return null;
16430
+ return params;
16431
+ }
16432
+ function findMatchingPermissions(method, path, config) {
16433
+ const upperMethod = method.toUpperCase();
16434
+ const matched = /* @__PURE__ */ new Set();
16435
+ for (const api of config.apis) {
16436
+ if (!api.permissions) continue;
16437
+ for (const perm of api.permissions) {
16438
+ if (matched.has(perm.name)) continue;
16439
+ for (const rule of perm.rules) {
16440
+ const spaceIdx = rule.indexOf(" ");
16441
+ if (spaceIdx === -1) continue;
16442
+ const ruleMethod = rule.slice(0, spaceIdx).toUpperCase();
16443
+ const rulePath = rule.slice(spaceIdx + 1);
16444
+ if (ruleMethod !== "ANY" && ruleMethod !== upperMethod) continue;
16445
+ if (matchFirewallPath(path, rulePath) !== null) {
16446
+ matched.add(perm.name);
16447
+ break;
16448
+ }
16449
+ }
16450
+ }
16451
+ }
16452
+ return [...matched];
16453
+ }
16454
+
16467
16455
  // ../../packages/core/src/contracts/zero-user-preferences.ts
16468
16456
  import { z as z22 } from "zod";
16469
16457
  var c14 = initContract();
@@ -19676,11 +19664,49 @@ async function updateZeroAgentInstructions(id, content) {
19676
19664
  handleError(result, `Failed to update instructions for zero agent "${id}"`);
19677
19665
  }
19678
19666
 
19679
- // src/lib/api/domains/integrations-slack.ts
19667
+ // src/lib/api/domains/zero-agent-skills.ts
19680
19668
  import { initClient as initClient16 } from "@ts-rest/core";
19669
+ async function listAgentSkills(agentId) {
19670
+ const config = await getClientConfig();
19671
+ const client = initClient16(zeroAgentSkillsCollectionContract, config);
19672
+ const result = await client.list({ params: { id: agentId } });
19673
+ if (result.status === 200) return result.body;
19674
+ handleError(result, `Failed to list skills for agent "${agentId}"`);
19675
+ }
19676
+ async function createAgentSkill(agentId, body) {
19677
+ const config = await getClientConfig();
19678
+ const client = initClient16(zeroAgentSkillsCollectionContract, config);
19679
+ const result = await client.create({ params: { id: agentId }, body });
19680
+ if (result.status === 201) return result.body;
19681
+ handleError(result, `Failed to create skill "${body.name}"`);
19682
+ }
19683
+ async function getAgentSkill(agentId, name) {
19684
+ const config = await getClientConfig();
19685
+ const client = initClient16(zeroAgentSkillsDetailContract, config);
19686
+ const result = await client.get({ params: { id: agentId, name } });
19687
+ if (result.status === 200) return result.body;
19688
+ handleError(result, `Skill "${name}" not found`);
19689
+ }
19690
+ async function updateAgentSkill(agentId, name, body) {
19691
+ const config = await getClientConfig();
19692
+ const client = initClient16(zeroAgentSkillsDetailContract, config);
19693
+ const result = await client.update({ params: { id: agentId, name }, body });
19694
+ if (result.status === 200) return result.body;
19695
+ handleError(result, `Failed to update skill "${name}"`);
19696
+ }
19697
+ async function deleteAgentSkill(agentId, name) {
19698
+ const config = await getClientConfig();
19699
+ const client = initClient16(zeroAgentSkillsDetailContract, config);
19700
+ const result = await client.delete({ params: { id: agentId, name } });
19701
+ if (result.status === 204) return;
19702
+ handleError(result, `Skill "${name}" not found`);
19703
+ }
19704
+
19705
+ // src/lib/api/domains/integrations-slack.ts
19706
+ import { initClient as initClient17 } from "@ts-rest/core";
19681
19707
  async function sendSlackMessage(body) {
19682
19708
  const config = await getClientConfig();
19683
- const client = initClient16(integrationsSlackMessageContract, config);
19709
+ const client = initClient17(integrationsSlackMessageContract, config);
19684
19710
  const result = await client.sendMessage({ body, headers: {} });
19685
19711
  if (result.status === 200) {
19686
19712
  return result.body;
@@ -19689,10 +19715,10 @@ async function sendSlackMessage(body) {
19689
19715
  }
19690
19716
 
19691
19717
  // src/lib/api/domains/zero-schedules.ts
19692
- import { initClient as initClient17 } from "@ts-rest/core";
19718
+ import { initClient as initClient18 } from "@ts-rest/core";
19693
19719
  async function deployZeroSchedule(body) {
19694
19720
  const config = await getClientConfig();
19695
- const client = initClient17(zeroSchedulesMainContract, config);
19721
+ const client = initClient18(zeroSchedulesMainContract, config);
19696
19722
  const result = await client.deploy({ body });
19697
19723
  if (result.status === 200 || result.status === 201) {
19698
19724
  return result.body;
@@ -19701,7 +19727,7 @@ async function deployZeroSchedule(body) {
19701
19727
  }
19702
19728
  async function listZeroSchedules() {
19703
19729
  const config = await getClientConfig();
19704
- const client = initClient17(zeroSchedulesMainContract, config);
19730
+ const client = initClient18(zeroSchedulesMainContract, config);
19705
19731
  const result = await client.list({ headers: {} });
19706
19732
  if (result.status === 200) {
19707
19733
  return result.body;
@@ -19710,7 +19736,7 @@ async function listZeroSchedules() {
19710
19736
  }
19711
19737
  async function deleteZeroSchedule(params) {
19712
19738
  const config = await getClientConfig();
19713
- const client = initClient17(zeroSchedulesByNameContract, config);
19739
+ const client = initClient18(zeroSchedulesByNameContract, config);
19714
19740
  const result = await client.delete({
19715
19741
  params: { name: params.name },
19716
19742
  query: { agentId: params.agentId }
@@ -19722,7 +19748,7 @@ async function deleteZeroSchedule(params) {
19722
19748
  }
19723
19749
  async function enableZeroSchedule(params) {
19724
19750
  const config = await getClientConfig();
19725
- const client = initClient17(zeroSchedulesEnableContract, config);
19751
+ const client = initClient18(zeroSchedulesEnableContract, config);
19726
19752
  const result = await client.enable({
19727
19753
  params: { name: params.name },
19728
19754
  body: { agentId: params.agentId }
@@ -19734,7 +19760,7 @@ async function enableZeroSchedule(params) {
19734
19760
  }
19735
19761
  async function disableZeroSchedule(params) {
19736
19762
  const config = await getClientConfig();
19737
- const client = initClient17(zeroSchedulesEnableContract, config);
19763
+ const client = initClient18(zeroSchedulesEnableContract, config);
19738
19764
  const result = await client.disable({
19739
19765
  params: { name: params.name },
19740
19766
  body: { agentId: params.agentId }
@@ -19774,24 +19800,24 @@ async function resolveZeroScheduleByAgent(agentIdentifier, scheduleName) {
19774
19800
  }
19775
19801
 
19776
19802
  // src/lib/api/domains/zero-runs.ts
19777
- import { initClient as initClient18 } from "@ts-rest/core";
19803
+ import { initClient as initClient19 } from "@ts-rest/core";
19778
19804
  async function createZeroRun(body) {
19779
19805
  const config = await getClientConfig();
19780
- const client = initClient18(zeroRunsMainContract, config);
19806
+ const client = initClient19(zeroRunsMainContract, config);
19781
19807
  const result = await client.create({ body });
19782
19808
  if (result.status === 201) return result.body;
19783
19809
  handleError(result, "Failed to create zero run");
19784
19810
  }
19785
19811
  async function getZeroRun(id) {
19786
19812
  const config = await getClientConfig();
19787
- const client = initClient18(zeroRunsByIdContract, config);
19813
+ const client = initClient19(zeroRunsByIdContract, config);
19788
19814
  const result = await client.getById({ params: { id } });
19789
19815
  if (result.status === 200) return result.body;
19790
19816
  handleError(result, `Failed to get zero run "${id}"`);
19791
19817
  }
19792
19818
  async function getZeroRunAgentEvents(id, options) {
19793
19819
  const config = await getClientConfig();
19794
- const client = initClient18(zeroRunAgentEventsContract, config);
19820
+ const client = initClient19(zeroRunAgentEventsContract, config);
19795
19821
  const result = await client.getAgentEvents({
19796
19822
  params: { id },
19797
19823
  query: {
@@ -19805,17 +19831,17 @@ async function getZeroRunAgentEvents(id, options) {
19805
19831
  }
19806
19832
 
19807
19833
  // src/lib/api/domains/zero-ask-user.ts
19808
- import { initClient as initClient19 } from "@ts-rest/core";
19834
+ import { initClient as initClient20 } from "@ts-rest/core";
19809
19835
  async function postAskUserQuestion(body) {
19810
19836
  const config = await getClientConfig();
19811
- const client = initClient19(zeroAskUserQuestionContract, config);
19837
+ const client = initClient20(zeroAskUserQuestionContract, config);
19812
19838
  const result = await client.postQuestion({ body, headers: {} });
19813
19839
  if (result.status === 200) return result.body;
19814
19840
  handleError(result, "Failed to post question");
19815
19841
  }
19816
19842
  async function getAskUserAnswer(pendingId) {
19817
19843
  const config = await getClientConfig();
19818
- const client = initClient19(zeroAskUserAnswerContract, config);
19844
+ const client = initClient20(zeroAskUserAnswerContract, config);
19819
19845
  const result = await client.getAnswer({
19820
19846
  query: { pendingId },
19821
19847
  headers: {}
@@ -20706,6 +20732,9 @@ export {
20706
20732
  parseGitHubTreeUrl,
20707
20733
  parseGitHubUrl,
20708
20734
  resolveSkillRef,
20735
+ isFirewallConnectorType,
20736
+ getConnectorFirewall,
20737
+ findMatchingPermissions,
20709
20738
  getInstructionsStorageName,
20710
20739
  getSkillStorageName,
20711
20740
  getInstructionsFilename,
@@ -20767,6 +20796,11 @@ export {
20767
20796
  getZeroAgentUserConnectors,
20768
20797
  setZeroAgentUserConnectors,
20769
20798
  updateZeroAgentInstructions,
20799
+ listAgentSkills,
20800
+ createAgentSkill,
20801
+ getAgentSkill,
20802
+ updateAgentSkill,
20803
+ deleteAgentSkill,
20770
20804
  listZeroConnectors,
20771
20805
  getZeroConnector,
20772
20806
  deleteZeroConnector,
@@ -20811,4 +20845,4 @@ export {
20811
20845
  pollEvents,
20812
20846
  showNextSteps
20813
20847
  };
20814
- //# sourceMappingURL=chunk-AM6X5N5J.js.map
20848
+ //# sourceMappingURL=chunk-RJS4OQ2I.js.map