Skip to content

Commit c6d13b6

Browse files
committed
Update workflows, notifications, and agent configurations
1 parent e7ebec5 commit c6d13b6

36 files changed

Lines changed: 135 additions & 4 deletions

File tree

.github/workflows/deploy-voice-agent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ jobs:
5656
5757
5858
59+

database/supabase/migrations/010_workflows.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,4 @@ CREATE POLICY "System can insert workflow executions"
122122

123123

124124

125+

database/supabase/migrations/011_notifications.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ $$ LANGUAGE plpgsql SECURITY DEFINER;
7474

7575

7676

77+

database/supabase/migrations/012_add_agent_avatar_url.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ COMMENT ON COLUMN public.agent_configs.avatar_url IS 'URL to the agent profile p
1414

1515

1616

17+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a simple small text szer

frontend/app/api/notifications/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ export async function POST(request: NextRequest) {
111111

112112

113113

114+

frontend/app/api/workflows/[id]/disable/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6464

6565

6666

67+

frontend/app/api/workflows/[id]/enable/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6464

6565

6666

67+

frontend/app/api/workflows/[id]/executions/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ async function getAuthToken(supabase: any): Promise<string> {
7171

7272

7373

74+

frontend/app/api/workflows/[id]/test/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6767

6868

6969

70+

0 commit comments

Comments
 (0)