Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@beepsdev/sdk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beepsdev/sdk - npm Package Compare versions

Comparing version
0.0.13
to
0.0.14
+5
-5
dist/index.d.cts

@@ -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;

@@ -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;

{
"name": "@beepsdev/sdk",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",

@@ -5,0 +5,0 @@ "private": false,