@codeam/shared 2.61.67 → 2.61.68
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -380,7 +380,7 @@ type DerivedCredentialSource = 'github';
|
|
|
380
380
|
/** Grouping used by category-driven surfaces (Start-from-Work-Item picker,
|
|
381
381
|
* catalog sections). A future tracker integration joins those features with
|
|
382
382
|
* ZERO feature code — they resolve sources from the registry by category. */
|
|
383
|
-
type IntegrationCategory = 'version_control' | 'tracker' | 'design' | 'comms' | 'docs' | 'observability' | '
|
|
383
|
+
type IntegrationCategory = 'version_control' | 'tracker' | 'design' | 'comms' | 'docs' | 'observability' | 'infrastructure' | 'automation' | 'analytics' | 'api_tools' | 'database';
|
|
384
384
|
/**
|
|
385
385
|
* One user-entered field for an `api_key` integration (no browser OAuth — the
|
|
386
386
|
* user pastes credentials directly, e.g. a PAT + an org URL). The mobile form
|
package/dist/index.d.ts
CHANGED
|
@@ -380,7 +380,7 @@ type DerivedCredentialSource = 'github';
|
|
|
380
380
|
/** Grouping used by category-driven surfaces (Start-from-Work-Item picker,
|
|
381
381
|
* catalog sections). A future tracker integration joins those features with
|
|
382
382
|
* ZERO feature code — they resolve sources from the registry by category. */
|
|
383
|
-
type IntegrationCategory = 'version_control' | 'tracker' | 'design' | 'comms' | 'docs' | 'observability' | '
|
|
383
|
+
type IntegrationCategory = 'version_control' | 'tracker' | 'design' | 'comms' | 'docs' | 'observability' | 'infrastructure' | 'automation' | 'analytics' | 'api_tools' | 'database';
|
|
384
384
|
/**
|
|
385
385
|
* One user-entered field for an `api_key` integration (no browser OAuth — the
|
|
386
386
|
* user pastes credentials directly, e.g. a PAT + an org URL). The mobile form
|
package/dist/index.js
CHANGED
|
@@ -1244,7 +1244,7 @@ var INTEGRATION_REGISTRY = {
|
|
|
1244
1244
|
id: "vercel",
|
|
1245
1245
|
name: "Vercel",
|
|
1246
1246
|
icon: "vercel",
|
|
1247
|
-
category: "
|
|
1247
|
+
category: "infrastructure",
|
|
1248
1248
|
// DARK — OAuth (PKCE public client). The user authorizes our registered
|
|
1249
1249
|
// Vercel OAuth app; the access token calls Vercel's OFFICIAL hosted remote
|
|
1250
1250
|
// MCP (mcp.vercel.com, Streamable HTTP) as a Bearer header — the SAME shim
|
|
@@ -1537,7 +1537,7 @@ var INTEGRATION_REGISTRY = {
|
|
|
1537
1537
|
id: "cloudflare",
|
|
1538
1538
|
name: "Cloudflare",
|
|
1539
1539
|
icon: "cloudflare",
|
|
1540
|
-
category: "
|
|
1540
|
+
category: "infrastructure",
|
|
1541
1541
|
// LIVE — Cloudflare self-managed OAuth (dash.cloudflare.com OAuth server,
|
|
1542
1542
|
// the same one Wrangler uses). Confidential (Client Secret POST). The agent
|
|
1543
1543
|
// inspects/deploys Workers, Pages, DNS, KV, R2 + reads analytics/logs on the
|