@base44-preview/sdk 0.8.26-pr.162.4daaf84 → 0.8.26-pr.164.f8d1b0e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,7 +43,7 @@ export interface AgentMessageToolCall {
|
|
|
43
43
|
/** Arguments passed to the tool as JSON string. */
|
|
44
44
|
arguments_string: string;
|
|
45
45
|
/** Status of the tool call. */
|
|
46
|
-
status: "running" | "success" | "error" | "stopped"
|
|
46
|
+
status: "running" | "success" | "error" | "stopped";
|
|
47
47
|
/** Results from the tool call. */
|
|
48
48
|
results?: string;
|
|
49
49
|
}
|
|
@@ -58,11 +58,15 @@ export interface AppUserConnectorConnectionResponse {
|
|
|
58
58
|
* | Service | Type identifier |
|
|
59
59
|
* |---|---|
|
|
60
60
|
* | Airtable | `airtable` |
|
|
61
|
+
* | BambooHR | `bamboohr` |
|
|
61
62
|
* | Box | `box` |
|
|
63
|
+
* | Calendly | `calendly` |
|
|
62
64
|
* | ClickUp | `clickup` |
|
|
65
|
+
* | Contentful | `contentful` |
|
|
63
66
|
* | Discord | `discord` |
|
|
64
67
|
* | Dropbox | `dropbox` |
|
|
65
68
|
* | GitHub | `github` |
|
|
69
|
+
* | GitLab | `gitlab` |
|
|
66
70
|
* | Gmail | `gmail` |
|
|
67
71
|
* | Google Analytics | `google_analytics` |
|
|
68
72
|
* | Google BigQuery | `googlebigquery` |
|
|
@@ -70,10 +74,14 @@ export interface AppUserConnectorConnectionResponse {
|
|
|
70
74
|
* | Google Classroom | `google_classroom` |
|
|
71
75
|
* | Google Docs | `googledocs` |
|
|
72
76
|
* | Google Drive | `googledrive` |
|
|
77
|
+
* | Google Meet | `googlemeet` |
|
|
73
78
|
* | Google Search Console | `google_search_console` |
|
|
74
79
|
* | Google Sheets | `googlesheets` |
|
|
75
80
|
* | Google Slides | `googleslides` |
|
|
81
|
+
* | Google Tasks | `googletasks` |
|
|
76
82
|
* | HubSpot | `hubspot` |
|
|
83
|
+
* | Hugging Face | `hugging_face` |
|
|
84
|
+
* | Instagram | `instagram` |
|
|
77
85
|
* | Linear | `linear` |
|
|
78
86
|
* | LinkedIn | `linkedin` |
|
|
79
87
|
* | Microsoft Teams | `microsoft_teams` |
|
|
@@ -85,6 +93,7 @@ export interface AppUserConnectorConnectionResponse {
|
|
|
85
93
|
* | Slack User | `slack` |
|
|
86
94
|
* | Slack Bot | `slackbot` |
|
|
87
95
|
* | Splitwise | `splitwise` |
|
|
96
|
+
* | Supabase | `supabase` |
|
|
88
97
|
* | TikTok | `tiktok` |
|
|
89
98
|
* | Typeform | `typeform` |
|
|
90
99
|
* | Wix | `wix` |
|