@beepsdev/sdk
Advanced tools
+5
-5
@@ -47,5 +47,5 @@ type Result<T> = { | ||
| type BeepsAgentRuleConfig = { | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode"; | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude"; | ||
| integrationId?: string; | ||
| integrationProvider?: "devin" | "cursor" | "zup" | "aws_devops" | "rhythm" | "slack" | "discord"; | ||
| integrationProvider?: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude" | "rhythm" | "slack" | "discord"; | ||
| endpoint?: string; | ||
@@ -76,3 +76,3 @@ config?: Record<string, unknown>; | ||
| type BeepsIntegrationConfig = { | ||
| provider: "devin" | "rhythm" | "slack" | "discord"; | ||
| provider: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude" | "rhythm" | "slack" | "discord"; | ||
| name: string; | ||
@@ -178,3 +178,3 @@ apiKeyEnv: string; | ||
| type AgentConfig = { | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode"; | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude"; | ||
| integrationId?: string; | ||
@@ -474,3 +474,3 @@ endpoint?: string; | ||
| }; | ||
| type IntegrationProvider = "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "slack" | "discord"; | ||
| type IntegrationProvider = "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude" | "slack" | "discord"; | ||
| type CreateIntegrationInput = { | ||
@@ -477,0 +477,0 @@ name: string; |
+5
-5
@@ -47,5 +47,5 @@ type Result<T> = { | ||
| type BeepsAgentRuleConfig = { | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode"; | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude"; | ||
| integrationId?: string; | ||
| integrationProvider?: "devin" | "cursor" | "zup" | "aws_devops" | "rhythm" | "slack" | "discord"; | ||
| integrationProvider?: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude" | "rhythm" | "slack" | "discord"; | ||
| endpoint?: string; | ||
@@ -76,3 +76,3 @@ config?: Record<string, unknown>; | ||
| type BeepsIntegrationConfig = { | ||
| provider: "devin" | "rhythm" | "slack" | "discord"; | ||
| provider: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude" | "rhythm" | "slack" | "discord"; | ||
| name: string; | ||
@@ -178,3 +178,3 @@ apiKeyEnv: string; | ||
| type AgentConfig = { | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode"; | ||
| agentType: "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude"; | ||
| integrationId?: string; | ||
@@ -474,3 +474,3 @@ endpoint?: string; | ||
| }; | ||
| type IntegrationProvider = "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "slack" | "discord"; | ||
| type IntegrationProvider = "devin" | "cursor" | "zup" | "aws_devops" | "opencode" | "codex" | "claude" | "slack" | "discord"; | ||
| type CreateIntegrationInput = { | ||
@@ -477,0 +477,0 @@ name: string; |
+1
-1
| { | ||
| "name": "@beepsdev/sdk", | ||
| "version": "0.0.13", | ||
| "version": "0.0.14", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "private": false, |
221010
0.15%