Commit 457a9c5
authored
feat(integration): add more public APIs for integration scope (#1099)
* refactor(worker): move integration, chat and ai-agent handler data access into business
* feat(integration): add more public APIs for integration scope1 parent b6ed384 commit 457a9c5
176 files changed
Lines changed: 6688 additions & 4201 deletions
File tree
- apps
- builder
- __tests__
- __snapshots__
- src/features
- integration-ai/lib
- integration-api/actions
- integration-claude
- actions
- queries
- integration-deepseek
- actions
- queries
- integration-gemini
- actions
- lib
- queries
- integration-google-sheets/actions
- integration-instagram
- actions
- queries
- integration-messenger
- actions
- __tests__
- message-templates
- actions
- queries
- queries
- integration-openai
- actions
- lib
- queries
- integration-smtp
- queries
- services
- integration-telegram
- actions
- queries
- integration-tiktok
- actions
- queries
- integration-webchat
- actions
- queries
- integration-whatsapp
- actions
- automation/queries
- flows
- actions
- api
- queries
- message-templates
- actions
- queries
- queries
- integration-zalo
- actions
- __tests__
- queries
- integrations
- api
- public
- queries
- schema
- worker
- __tests__
- src
- ai-agent/handlers
- chat/handlers
- integration
- handlers
- coexist
- contact
- generate-text-agent
- inbox_labels
- channels
- utils
- lib
- services
- packages
- business
- __tests__
- src
- coexist-import
- coexist
- contact-sequence
- contact
- conversation
- __tests__
- enterprise/inbox-team
- flow-version
- flow
- inbox
- integration-ai-provider
- integration-claude
- integration-deepseek
- integration-gemini
- integration-google-sheet
- integration-instagram
- integration-messenger
- integration-openai
- integration-smtp
- integration-telegram
- integration-tiktok
- integration-webchat
- integration-whatsapp
- integration-zalo
- integration
- messenger-message-template
- tag
- whatsapp-flow
- whatsapp-message-template
- workspace-member
- database
- __tests__
- src
- repositories
- coexist-sync-run
- contact-inbox
- contact
- import
- integration-lookup
- integration-messenger
- integration-whatsapp
- whatsapp-coexist-staging
- sequence-scheduler/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
455 | 475 | | |
456 | 476 | | |
457 | 477 | | |
458 | 478 | | |
459 | 479 | | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
460 | 485 | | |
461 | 486 | | |
462 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
95 | 114 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
32 | 44 | | |
33 | 45 | | |
34 | 46 | | |
| |||
47 | 59 | | |
48 | 60 | | |
49 | 61 | | |
50 | | - | |
51 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
52 | 72 | | |
53 | 73 | | |
54 | 74 | | |
| |||
Lines changed: 51 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 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 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
33 | 81 | | |
34 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
35 | 85 | | |
36 | 86 | | |
37 | 87 | | |
38 | 88 | | |
39 | | - | |
40 | 89 | | |
41 | | - | |
42 | 90 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 91 | | |
52 | 92 | | |
53 | 93 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 94 | | |
60 | | - | |
61 | 95 | | |
62 | 96 | | |
63 | 97 | | |
| |||
Lines changed: 10 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
20 | | - | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| |||
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 38 | | |
52 | 39 | | |
53 | 40 | | |
| |||
74 | 61 | | |
75 | 62 | | |
76 | 63 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 64 | + | |
80 | 65 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 66 | | |
88 | 67 | | |
89 | 68 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
96 | 73 | | |
97 | 74 | | |
98 | 75 | | |
| |||
102 | 79 | | |
103 | 80 | | |
104 | 81 | | |
105 | | - | |
| 82 | + | |
106 | 83 | | |
107 | | - | |
108 | | - | |
109 | 84 | | |
110 | 85 | | |
| 86 | + | |
| 87 | + | |
111 | 88 | | |
112 | 89 | | |
113 | | - | |
114 | 90 | | |
115 | 91 | | |
116 | 92 | | |
| |||
0 commit comments