@codeam/shared 2.61.52 → 2.61.55
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -556,7 +556,7 @@ interface IntegrationBranding {
|
|
|
556
556
|
logoSvg: string;
|
|
557
557
|
}
|
|
558
558
|
declare const INTEGRATION_BRANDING: Record<string, IntegrationBranding>;
|
|
559
|
-
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "clickup", "figma", "trello", "
|
|
559
|
+
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "clickup", "figma", "trello", "supabase", "asana", "postman", "n8n", "stripe", "mixpanel", "pendo", "pagerduty", "amplitude"];
|
|
560
560
|
declare function getIntegrationBranding(id: string): IntegrationBranding | null;
|
|
561
561
|
|
|
562
562
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -556,7 +556,7 @@ interface IntegrationBranding {
|
|
|
556
556
|
logoSvg: string;
|
|
557
557
|
}
|
|
558
558
|
declare const INTEGRATION_BRANDING: Record<string, IntegrationBranding>;
|
|
559
|
-
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "clickup", "figma", "trello", "
|
|
559
|
+
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "clickup", "figma", "trello", "supabase", "asana", "postman", "n8n", "stripe", "mixpanel", "pendo", "pagerduty", "amplitude"];
|
|
560
560
|
declare function getIntegrationBranding(id: string): IntegrationBranding | null;
|
|
561
561
|
|
|
562
562
|
/**
|
package/dist/index.js
CHANGED
|
@@ -1203,8 +1203,9 @@ var INTEGRATION_REGISTRY = {
|
|
|
1203
1203
|
// vercel.com/.well-known/oauth-authorization-server): authorize
|
|
1204
1204
|
// https://vercel.com/oauth/authorize, token
|
|
1205
1205
|
// https://vercel.com/api/login/oauth/token, PKCE S256, token-endpoint auth
|
|
1206
|
-
// 'none' (public).
|
|
1207
|
-
|
|
1206
|
+
// 'none' (public). LIVE — the headless Bearer against mcp.vercel.com was
|
|
1207
|
+
// verified (2026-07-27).
|
|
1208
|
+
enabled: true,
|
|
1208
1209
|
auth: {
|
|
1209
1210
|
kind: "oauth_redirect",
|
|
1210
1211
|
scopes: ["openid", "offline_access"]
|
|
@@ -1512,7 +1513,6 @@ var UPCOMING_INTEGRATION_IDS = [
|
|
|
1512
1513
|
"clickup",
|
|
1513
1514
|
"figma",
|
|
1514
1515
|
"trello",
|
|
1515
|
-
"vercel",
|
|
1516
1516
|
"supabase",
|
|
1517
1517
|
"asana",
|
|
1518
1518
|
"postman",
|