@bubblelab/bubble-core 0.1.53 → 0.1.55
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.
- package/dist/bubble-bundle.d.ts +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
- package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
- package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
- package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +248 -248
- package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +44 -44
- package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
- package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -42,9 +42,9 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
42
42
|
}, {
|
|
43
43
|
operation: "list_events";
|
|
44
44
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
45
|
+
q?: string | undefined;
|
|
45
46
|
max_results?: number | undefined;
|
|
46
47
|
order_by?: "updated" | "startTime" | undefined;
|
|
47
|
-
q?: string | undefined;
|
|
48
48
|
page_token?: string | undefined;
|
|
49
49
|
calendar_id?: string | undefined;
|
|
50
50
|
time_min?: string | undefined;
|
|
@@ -117,6 +117,7 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
117
117
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
119
|
operation: "create_event";
|
|
120
|
+
calendar_id: string;
|
|
120
121
|
summary: string;
|
|
121
122
|
start: {
|
|
122
123
|
date?: string | undefined;
|
|
@@ -128,7 +129,6 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
128
129
|
timeZone?: string | undefined;
|
|
129
130
|
dateTime?: string | undefined;
|
|
130
131
|
};
|
|
131
|
-
calendar_id: string;
|
|
132
132
|
conference: boolean;
|
|
133
133
|
description?: string | undefined;
|
|
134
134
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -155,13 +155,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
155
155
|
description?: string | undefined;
|
|
156
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
157
|
location?: string | undefined;
|
|
158
|
+
calendar_id?: string | undefined;
|
|
158
159
|
attendees?: {
|
|
159
160
|
email: string;
|
|
160
161
|
optional?: boolean | undefined;
|
|
161
162
|
displayName?: string | undefined;
|
|
162
163
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
163
164
|
}[] | undefined;
|
|
164
|
-
calendar_id?: string | undefined;
|
|
165
165
|
conference?: boolean | undefined;
|
|
166
166
|
}>, z.ZodObject<{
|
|
167
167
|
operation: z.ZodLiteral<"update_event">;
|
|
@@ -219,13 +219,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
219
219
|
event_id: string;
|
|
220
220
|
description?: string | undefined;
|
|
221
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
222
|
+
location?: string | undefined;
|
|
222
223
|
summary?: string | undefined;
|
|
223
224
|
start?: {
|
|
224
225
|
date?: string | undefined;
|
|
225
226
|
timeZone?: string | undefined;
|
|
226
227
|
dateTime?: string | undefined;
|
|
227
228
|
} | undefined;
|
|
228
|
-
location?: string | undefined;
|
|
229
229
|
end?: {
|
|
230
230
|
date?: string | undefined;
|
|
231
231
|
timeZone?: string | undefined;
|
|
@@ -242,13 +242,14 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
242
242
|
event_id: string;
|
|
243
243
|
description?: string | undefined;
|
|
244
244
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
|
+
location?: string | undefined;
|
|
246
|
+
calendar_id?: string | undefined;
|
|
245
247
|
summary?: string | undefined;
|
|
246
248
|
start?: {
|
|
247
249
|
date?: string | undefined;
|
|
248
250
|
timeZone?: string | undefined;
|
|
249
251
|
dateTime?: string | undefined;
|
|
250
252
|
} | undefined;
|
|
251
|
-
location?: string | undefined;
|
|
252
253
|
end?: {
|
|
253
254
|
date?: string | undefined;
|
|
254
255
|
timeZone?: string | undefined;
|
|
@@ -260,7 +261,6 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
260
261
|
displayName?: string | undefined;
|
|
261
262
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
262
263
|
}[] | undefined;
|
|
263
|
-
calendar_id?: string | undefined;
|
|
264
264
|
}>, z.ZodObject<{
|
|
265
265
|
operation: z.ZodLiteral<"delete_event">;
|
|
266
266
|
calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -308,9 +308,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
308
308
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
309
309
|
error: z.ZodString;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
-
operation: "list_calendars";
|
|
312
|
-
success: boolean;
|
|
313
311
|
error: string;
|
|
312
|
+
success: boolean;
|
|
313
|
+
operation: "list_calendars";
|
|
314
314
|
next_page_token?: string | undefined;
|
|
315
315
|
calendars?: z.objectOutputType<{
|
|
316
316
|
id: z.ZodString;
|
|
@@ -321,9 +321,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
321
321
|
accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
|
|
322
322
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
323
323
|
}, {
|
|
324
|
-
operation: "list_calendars";
|
|
325
|
-
success: boolean;
|
|
326
324
|
error: string;
|
|
325
|
+
success: boolean;
|
|
326
|
+
operation: "list_calendars";
|
|
327
327
|
next_page_token?: string | undefined;
|
|
328
328
|
calendars?: z.objectInputType<{
|
|
329
329
|
id: z.ZodString;
|
|
@@ -589,9 +589,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
589
589
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
590
590
|
error: z.ZodString;
|
|
591
591
|
}, "strip", z.ZodTypeAny, {
|
|
592
|
-
operation: "list_events";
|
|
593
|
-
success: boolean;
|
|
594
592
|
error: string;
|
|
593
|
+
success: boolean;
|
|
594
|
+
operation: "list_events";
|
|
595
595
|
next_page_token?: string | undefined;
|
|
596
596
|
events?: z.objectOutputType<{
|
|
597
597
|
id: z.ZodString;
|
|
@@ -678,9 +678,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
678
678
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
679
679
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
680
680
|
}, {
|
|
681
|
-
operation: "list_events";
|
|
682
|
-
success: boolean;
|
|
683
681
|
error: string;
|
|
682
|
+
success: boolean;
|
|
683
|
+
operation: "list_events";
|
|
684
684
|
next_page_token?: string | undefined;
|
|
685
685
|
events?: z.objectInputType<{
|
|
686
686
|
id: z.ZodString;
|
|
@@ -1021,9 +1021,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1021
1021
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1022
1022
|
error: z.ZodString;
|
|
1023
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1024
|
-
operation: "get_event";
|
|
1025
|
-
success: boolean;
|
|
1026
1024
|
error: string;
|
|
1025
|
+
success: boolean;
|
|
1026
|
+
operation: "get_event";
|
|
1027
1027
|
event?: z.objectOutputType<{
|
|
1028
1028
|
id: z.ZodString;
|
|
1029
1029
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -1109,9 +1109,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1109
1109
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1110
1110
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1111
1111
|
}, {
|
|
1112
|
-
operation: "get_event";
|
|
1113
|
-
success: boolean;
|
|
1114
1112
|
error: string;
|
|
1113
|
+
success: boolean;
|
|
1114
|
+
operation: "get_event";
|
|
1115
1115
|
event?: z.objectInputType<{
|
|
1116
1116
|
id: z.ZodString;
|
|
1117
1117
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -1451,9 +1451,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1451
1451
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1452
1452
|
error: z.ZodString;
|
|
1453
1453
|
}, "strip", z.ZodTypeAny, {
|
|
1454
|
-
operation: "create_event";
|
|
1455
|
-
success: boolean;
|
|
1456
1454
|
error: string;
|
|
1455
|
+
success: boolean;
|
|
1456
|
+
operation: "create_event";
|
|
1457
1457
|
event?: z.objectOutputType<{
|
|
1458
1458
|
id: z.ZodString;
|
|
1459
1459
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -1539,9 +1539,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1539
1539
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1540
1540
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1541
1541
|
}, {
|
|
1542
|
-
operation: "create_event";
|
|
1543
|
-
success: boolean;
|
|
1544
1542
|
error: string;
|
|
1543
|
+
success: boolean;
|
|
1544
|
+
operation: "create_event";
|
|
1545
1545
|
event?: z.objectInputType<{
|
|
1546
1546
|
id: z.ZodString;
|
|
1547
1547
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -1881,9 +1881,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1881
1881
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1882
1882
|
error: z.ZodString;
|
|
1883
1883
|
}, "strip", z.ZodTypeAny, {
|
|
1884
|
-
operation: "update_event";
|
|
1885
|
-
success: boolean;
|
|
1886
1884
|
error: string;
|
|
1885
|
+
success: boolean;
|
|
1886
|
+
operation: "update_event";
|
|
1887
1887
|
event?: z.objectOutputType<{
|
|
1888
1888
|
id: z.ZodString;
|
|
1889
1889
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -1969,9 +1969,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1969
1969
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1970
1970
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1971
1971
|
}, {
|
|
1972
|
-
operation: "update_event";
|
|
1973
|
-
success: boolean;
|
|
1974
1972
|
error: string;
|
|
1973
|
+
success: boolean;
|
|
1974
|
+
operation: "update_event";
|
|
1975
1975
|
event?: z.objectInputType<{
|
|
1976
1976
|
id: z.ZodString;
|
|
1977
1977
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -2062,14 +2062,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
2062
2062
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
2063
2063
|
error: z.ZodString;
|
|
2064
2064
|
}, "strip", z.ZodTypeAny, {
|
|
2065
|
-
operation: "delete_event";
|
|
2066
|
-
success: boolean;
|
|
2067
2065
|
error: string;
|
|
2066
|
+
success: boolean;
|
|
2067
|
+
operation: "delete_event";
|
|
2068
2068
|
deleted?: boolean | undefined;
|
|
2069
2069
|
}, {
|
|
2070
|
-
operation: "delete_event";
|
|
2071
|
-
success: boolean;
|
|
2072
2070
|
error: string;
|
|
2071
|
+
success: boolean;
|
|
2072
|
+
operation: "delete_event";
|
|
2073
2073
|
deleted?: boolean | undefined;
|
|
2074
2074
|
}>]>;
|
|
2075
2075
|
type GoogleCalendarResult = z.output<typeof GoogleCalendarResultSchema>;
|
|
@@ -2125,9 +2125,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2125
2125
|
}, {
|
|
2126
2126
|
operation: "list_events";
|
|
2127
2127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2128
|
+
q?: string | undefined;
|
|
2128
2129
|
max_results?: number | undefined;
|
|
2129
2130
|
order_by?: "updated" | "startTime" | undefined;
|
|
2130
|
-
q?: string | undefined;
|
|
2131
2131
|
page_token?: string | undefined;
|
|
2132
2132
|
calendar_id?: string | undefined;
|
|
2133
2133
|
time_min?: string | undefined;
|
|
@@ -2200,6 +2200,7 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2200
2200
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2201
2201
|
}, "strip", z.ZodTypeAny, {
|
|
2202
2202
|
operation: "create_event";
|
|
2203
|
+
calendar_id: string;
|
|
2203
2204
|
summary: string;
|
|
2204
2205
|
start: {
|
|
2205
2206
|
date?: string | undefined;
|
|
@@ -2211,7 +2212,6 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2211
2212
|
timeZone?: string | undefined;
|
|
2212
2213
|
dateTime?: string | undefined;
|
|
2213
2214
|
};
|
|
2214
|
-
calendar_id: string;
|
|
2215
2215
|
conference: boolean;
|
|
2216
2216
|
description?: string | undefined;
|
|
2217
2217
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -2238,13 +2238,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2238
2238
|
description?: string | undefined;
|
|
2239
2239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2240
2240
|
location?: string | undefined;
|
|
2241
|
+
calendar_id?: string | undefined;
|
|
2241
2242
|
attendees?: {
|
|
2242
2243
|
email: string;
|
|
2243
2244
|
optional?: boolean | undefined;
|
|
2244
2245
|
displayName?: string | undefined;
|
|
2245
2246
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2246
2247
|
}[] | undefined;
|
|
2247
|
-
calendar_id?: string | undefined;
|
|
2248
2248
|
conference?: boolean | undefined;
|
|
2249
2249
|
}>, z.ZodObject<{
|
|
2250
2250
|
operation: z.ZodLiteral<"update_event">;
|
|
@@ -2302,13 +2302,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2302
2302
|
event_id: string;
|
|
2303
2303
|
description?: string | undefined;
|
|
2304
2304
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2305
|
+
location?: string | undefined;
|
|
2305
2306
|
summary?: string | undefined;
|
|
2306
2307
|
start?: {
|
|
2307
2308
|
date?: string | undefined;
|
|
2308
2309
|
timeZone?: string | undefined;
|
|
2309
2310
|
dateTime?: string | undefined;
|
|
2310
2311
|
} | undefined;
|
|
2311
|
-
location?: string | undefined;
|
|
2312
2312
|
end?: {
|
|
2313
2313
|
date?: string | undefined;
|
|
2314
2314
|
timeZone?: string | undefined;
|
|
@@ -2325,13 +2325,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2325
2325
|
event_id: string;
|
|
2326
2326
|
description?: string | undefined;
|
|
2327
2327
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2328
|
+
location?: string | undefined;
|
|
2329
|
+
calendar_id?: string | undefined;
|
|
2328
2330
|
summary?: string | undefined;
|
|
2329
2331
|
start?: {
|
|
2330
2332
|
date?: string | undefined;
|
|
2331
2333
|
timeZone?: string | undefined;
|
|
2332
2334
|
dateTime?: string | undefined;
|
|
2333
2335
|
} | undefined;
|
|
2334
|
-
location?: string | undefined;
|
|
2335
2336
|
end?: {
|
|
2336
2337
|
date?: string | undefined;
|
|
2337
2338
|
timeZone?: string | undefined;
|
|
@@ -2343,7 +2344,6 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2343
2344
|
displayName?: string | undefined;
|
|
2344
2345
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2345
2346
|
}[] | undefined;
|
|
2346
|
-
calendar_id?: string | undefined;
|
|
2347
2347
|
}>, z.ZodObject<{
|
|
2348
2348
|
operation: z.ZodLiteral<"delete_event">;
|
|
2349
2349
|
calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -2391,9 +2391,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2391
2391
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
2392
2392
|
error: z.ZodString;
|
|
2393
2393
|
}, "strip", z.ZodTypeAny, {
|
|
2394
|
-
operation: "list_calendars";
|
|
2395
|
-
success: boolean;
|
|
2396
2394
|
error: string;
|
|
2395
|
+
success: boolean;
|
|
2396
|
+
operation: "list_calendars";
|
|
2397
2397
|
next_page_token?: string | undefined;
|
|
2398
2398
|
calendars?: z.objectOutputType<{
|
|
2399
2399
|
id: z.ZodString;
|
|
@@ -2404,9 +2404,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2404
2404
|
accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
|
|
2405
2405
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2406
2406
|
}, {
|
|
2407
|
-
operation: "list_calendars";
|
|
2408
|
-
success: boolean;
|
|
2409
2407
|
error: string;
|
|
2408
|
+
success: boolean;
|
|
2409
|
+
operation: "list_calendars";
|
|
2410
2410
|
next_page_token?: string | undefined;
|
|
2411
2411
|
calendars?: z.objectInputType<{
|
|
2412
2412
|
id: z.ZodString;
|
|
@@ -2672,9 +2672,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2672
2672
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
2673
2673
|
error: z.ZodString;
|
|
2674
2674
|
}, "strip", z.ZodTypeAny, {
|
|
2675
|
-
operation: "list_events";
|
|
2676
|
-
success: boolean;
|
|
2677
2675
|
error: string;
|
|
2676
|
+
success: boolean;
|
|
2677
|
+
operation: "list_events";
|
|
2678
2678
|
next_page_token?: string | undefined;
|
|
2679
2679
|
events?: z.objectOutputType<{
|
|
2680
2680
|
id: z.ZodString;
|
|
@@ -2761,9 +2761,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2761
2761
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2762
2762
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2763
2763
|
}, {
|
|
2764
|
-
operation: "list_events";
|
|
2765
|
-
success: boolean;
|
|
2766
2764
|
error: string;
|
|
2765
|
+
success: boolean;
|
|
2766
|
+
operation: "list_events";
|
|
2767
2767
|
next_page_token?: string | undefined;
|
|
2768
2768
|
events?: z.objectInputType<{
|
|
2769
2769
|
id: z.ZodString;
|
|
@@ -3104,9 +3104,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3104
3104
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3105
3105
|
error: z.ZodString;
|
|
3106
3106
|
}, "strip", z.ZodTypeAny, {
|
|
3107
|
-
operation: "get_event";
|
|
3108
|
-
success: boolean;
|
|
3109
3107
|
error: string;
|
|
3108
|
+
success: boolean;
|
|
3109
|
+
operation: "get_event";
|
|
3110
3110
|
event?: z.objectOutputType<{
|
|
3111
3111
|
id: z.ZodString;
|
|
3112
3112
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -3192,9 +3192,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3192
3192
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3193
3193
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3194
3194
|
}, {
|
|
3195
|
-
operation: "get_event";
|
|
3196
|
-
success: boolean;
|
|
3197
3195
|
error: string;
|
|
3196
|
+
success: boolean;
|
|
3197
|
+
operation: "get_event";
|
|
3198
3198
|
event?: z.objectInputType<{
|
|
3199
3199
|
id: z.ZodString;
|
|
3200
3200
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -3534,9 +3534,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3534
3534
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3535
3535
|
error: z.ZodString;
|
|
3536
3536
|
}, "strip", z.ZodTypeAny, {
|
|
3537
|
-
operation: "create_event";
|
|
3538
|
-
success: boolean;
|
|
3539
3537
|
error: string;
|
|
3538
|
+
success: boolean;
|
|
3539
|
+
operation: "create_event";
|
|
3540
3540
|
event?: z.objectOutputType<{
|
|
3541
3541
|
id: z.ZodString;
|
|
3542
3542
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -3622,9 +3622,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3622
3622
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3623
3623
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3624
3624
|
}, {
|
|
3625
|
-
operation: "create_event";
|
|
3626
|
-
success: boolean;
|
|
3627
3625
|
error: string;
|
|
3626
|
+
success: boolean;
|
|
3627
|
+
operation: "create_event";
|
|
3628
3628
|
event?: z.objectInputType<{
|
|
3629
3629
|
id: z.ZodString;
|
|
3630
3630
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -3964,9 +3964,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3964
3964
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3965
3965
|
error: z.ZodString;
|
|
3966
3966
|
}, "strip", z.ZodTypeAny, {
|
|
3967
|
-
operation: "update_event";
|
|
3968
|
-
success: boolean;
|
|
3969
3967
|
error: string;
|
|
3968
|
+
success: boolean;
|
|
3969
|
+
operation: "update_event";
|
|
3970
3970
|
event?: z.objectOutputType<{
|
|
3971
3971
|
id: z.ZodString;
|
|
3972
3972
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -4052,9 +4052,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
4052
4052
|
driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4053
4053
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4054
4054
|
}, {
|
|
4055
|
-
operation: "update_event";
|
|
4056
|
-
success: boolean;
|
|
4057
4055
|
error: string;
|
|
4056
|
+
success: boolean;
|
|
4057
|
+
operation: "update_event";
|
|
4058
4058
|
event?: z.objectInputType<{
|
|
4059
4059
|
id: z.ZodString;
|
|
4060
4060
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -4145,14 +4145,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
4145
4145
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
4146
4146
|
error: z.ZodString;
|
|
4147
4147
|
}, "strip", z.ZodTypeAny, {
|
|
4148
|
-
operation: "delete_event";
|
|
4149
|
-
success: boolean;
|
|
4150
4148
|
error: string;
|
|
4149
|
+
success: boolean;
|
|
4150
|
+
operation: "delete_event";
|
|
4151
4151
|
deleted?: boolean | undefined;
|
|
4152
4152
|
}, {
|
|
4153
|
-
operation: "delete_event";
|
|
4154
|
-
success: boolean;
|
|
4155
4153
|
error: string;
|
|
4154
|
+
success: boolean;
|
|
4155
|
+
operation: "delete_event";
|
|
4156
4156
|
deleted?: boolean | undefined;
|
|
4157
4157
|
}>]>;
|
|
4158
4158
|
static readonly shortDescription = "Google Calendar integration for managing events";
|