@codeam/shared 2.61.28 → 2.61.29
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 +20 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -670,6 +670,18 @@ var INTEGRATION_REGISTRY = {
|
|
|
670
670
|
auth: { kind: "oauth_redirect" },
|
|
671
671
|
delivery: {}
|
|
672
672
|
},
|
|
673
|
+
discord: {
|
|
674
|
+
id: "discord",
|
|
675
|
+
name: "Discord",
|
|
676
|
+
icon: "discord",
|
|
677
|
+
category: "comms",
|
|
678
|
+
// COMING SOON — placeholder catalog entry (no OAuth provider / MCP yet). The
|
|
679
|
+
// agent will post review pings + read channels over the Discord API once the
|
|
680
|
+
// provider lands. `enabled:false` → dimmed "coming soon" tile.
|
|
681
|
+
enabled: false,
|
|
682
|
+
auth: { kind: "oauth_redirect" },
|
|
683
|
+
delivery: {}
|
|
684
|
+
},
|
|
673
685
|
notion: {
|
|
674
686
|
id: "notion",
|
|
675
687
|
name: "Notion",
|
|
@@ -871,6 +883,14 @@ var INTEGRATION_BRANDING = {
|
|
|
871
883
|
brandColor: "#00AC47",
|
|
872
884
|
logoSvg: '<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46 6H8a3.5 3.5 0 0 0-3.5 3.5v26A3.5 3.5 0 0 0 8 39h4.5v8.2a1.3 1.3 0 0 0 2.15 1L26 39h20a3.5 3.5 0 0 0 3.5-3.5v-26A3.5 3.5 0 0 0 46 6z" fill="#00AC47"/><circle cx="19.5" cy="22.5" r="3.1" fill="#fff"/><circle cx="34.5" cy="22.5" r="3.1" fill="#fff"/></svg>'
|
|
873
885
|
},
|
|
886
|
+
discord: {
|
|
887
|
+
id: "discord",
|
|
888
|
+
name: "Discord",
|
|
889
|
+
vendor: "Discord",
|
|
890
|
+
tagline: "Voice, video & text chat",
|
|
891
|
+
brandColor: "#5865F2",
|
|
892
|
+
logoSvg: '<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M43.6 12.2A38 38 0 0 0 34.1 9.3a26 26 0 0 0-1.2 2.5 35.3 35.3 0 0 0-10.6 0 26 26 0 0 0-1.2-2.5 38 38 0 0 0-9.5 2.9C4.6 21.2 3 30 3.8 38.6a38.4 38.4 0 0 0 11.6 5.9 28 28 0 0 0 2.5-4 24.8 24.8 0 0 1-3.9-1.9c.33-.24.65-.5.95-.75a27.5 27.5 0 0 0 23.5 0c.3.27.62.52.95.75a24.8 24.8 0 0 1-3.9 1.9 28 28 0 0 0 2.5 4 38.3 38.3 0 0 0 11.6-5.9c.94-9.9-1.6-18.6-6.6-26.4zM19.4 33.3c-2.3 0-4.2-2.1-4.2-4.7s1.85-4.7 4.2-4.7 4.24 2.13 4.2 4.7c0 2.6-1.87 4.7-4.2 4.7zm15.3 0c-2.3 0-4.2-2.1-4.2-4.7s1.85-4.7 4.2-4.7 4.24 2.13 4.2 4.7c0 2.6-1.85 4.7-4.2 4.7z" fill="#5865F2"/></svg>'
|
|
893
|
+
},
|
|
874
894
|
linear: {
|
|
875
895
|
id: "linear",
|
|
876
896
|
name: "Linear",
|