@codeam/shared 2.61.58 → 2.61.60
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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -560,7 +560,7 @@ interface IntegrationBranding {
|
|
|
560
560
|
logoSvg: string;
|
|
561
561
|
}
|
|
562
562
|
declare const INTEGRATION_BRANDING: Record<string, IntegrationBranding>;
|
|
563
|
-
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "
|
|
563
|
+
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "figma", "supabase", "asana", "postman", "n8n", "stripe", "mixpanel", "pendo", "pagerduty", "amplitude"];
|
|
564
564
|
declare function getIntegrationBranding(id: string): IntegrationBranding | null;
|
|
565
565
|
|
|
566
566
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -560,7 +560,7 @@ interface IntegrationBranding {
|
|
|
560
560
|
logoSvg: string;
|
|
561
561
|
}
|
|
562
562
|
declare const INTEGRATION_BRANDING: Record<string, IntegrationBranding>;
|
|
563
|
-
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "
|
|
563
|
+
declare const UPCOMING_INTEGRATION_IDS: readonly ["gmail", "figma", "supabase", "asana", "postman", "n8n", "stripe", "mixpanel", "pendo", "pagerduty", "amplitude"];
|
|
564
564
|
declare function getIntegrationBranding(id: string): IntegrationBranding | null;
|
|
565
565
|
|
|
566
566
|
/**
|
package/dist/index.js
CHANGED
|
@@ -1275,7 +1275,7 @@ var INTEGRATION_REGISTRY = {
|
|
|
1275
1275
|
// has NO refresh token, and its OAuth has NO granular scopes (the app gets
|
|
1276
1276
|
// the workspaces the user authorizes). enabled:false until the OAuth app is
|
|
1277
1277
|
// registered (client_id/secret) + secrets land + Step-8 live-verify.
|
|
1278
|
-
enabled:
|
|
1278
|
+
enabled: true,
|
|
1279
1279
|
auth: {
|
|
1280
1280
|
kind: "oauth_redirect",
|
|
1281
1281
|
scopes: []
|
|
@@ -1585,7 +1585,6 @@ var INTEGRATION_BRANDING = {
|
|
|
1585
1585
|
};
|
|
1586
1586
|
var UPCOMING_INTEGRATION_IDS = [
|
|
1587
1587
|
"gmail",
|
|
1588
|
-
"clickup",
|
|
1589
1588
|
"figma",
|
|
1590
1589
|
"supabase",
|
|
1591
1590
|
"asana",
|