Commit 33dfb4b
committed
feat(automation): widen public API to full CRUD across flows, triggers, keywords, ai-agents, reflinks, ai-triggers
Finishes the data-access chain (action -> service -> repository -> DB)
for flows, sequences, broadcasts, saved-replies, reflinks, bot-fields,
and greenfield ai-triggers, then widens the `automation` token scope
from read-only to full CRUD so MCP/agent clients can build, publish,
and inspect automations end to end.1 parent ff30a75 commit 33dfb4b
65 files changed
Lines changed: 4292 additions & 1135 deletions
File tree
- apps/builder
- __tests__
- __snapshots__
- src
- features
- ai-agents/api
- ai-triggers
- actions
- api
- queries
- schema
- automated-response/api
- bot-fields/actions
- broadcasts/actions
- flows
- actions
- api
- queries
- reflinks
- actions
- api
- queries
- saved-replies/actions
- sequences/actions
- triggers/api
- routers
- docs/developer
- packages
- business
- __tests__
- src
- ai-trigger
- bot-field
- broadcast
- flow-version
- flow
- reflink
- saved-reply
- sequence
- database
- __tests__
- src/repositories
- ai-trigger
- reflink
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 165 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
5 | 20 | | |
6 | 21 | | |
7 | 22 | | |
8 | 23 | | |
9 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
10 | 60 | | |
11 | 61 | | |
12 | 62 | | |
| |||
357 | 407 | | |
358 | 408 | | |
359 | 409 | | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
360 | 435 | | |
361 | 436 | | |
362 | 437 | | |
363 | 438 | | |
364 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
365 | 460 | | |
366 | 461 | | |
367 | 462 | | |
| |||
402 | 497 | | |
403 | 498 | | |
404 | 499 | | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
405 | 515 | | |
406 | 516 | | |
407 | 517 | | |
408 | 518 | | |
409 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
410 | 540 | | |
411 | 541 | | |
412 | 542 | | |
413 | 543 | | |
414 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
415 | 555 | | |
416 | 556 | | |
417 | 557 | | |
| |||
457 | 597 | | |
458 | 598 | | |
459 | 599 | | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
460 | 615 | | |
461 | 616 | | |
462 | 617 | | |
463 | 618 | | |
464 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
465 | 630 | | |
466 | 631 | | |
467 | 632 | | |
| |||
0 commit comments