@bubblelab/bubble-core 0.1.6 → 0.1.9
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 +628 -299
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +13 -9
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +129 -111
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +273 -95
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +805 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js +131 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +485 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js +176 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +302 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js +138 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +642 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js +123 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +370 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +14 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1770 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +38 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts +143 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js +276 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.js +3 -0
- package/dist/bubbles/service-bubble/apify/index.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts +7 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.js +6 -0
- package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
- package/dist/bubbles/service-bubble/apify.d.ts +136 -0
- package/dist/bubbles/service-bubble/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify.js +282 -0
- package/dist/bubbles/service-bubble/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +376 -376
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-sheets.d.ts +64 -64
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +17 -17
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +16 -5
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +470 -470
- package/dist/bubbles/service-bubble/storage.d.ts +32 -32
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +18 -5
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +85 -39
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +435 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js +474 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +2136 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js +608 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.js +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/web-search-tool.js +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +5 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +106 -106
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +1 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -2
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +474 -0
- package/dist/index.d.ts +12 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +11 -0
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +69 -22
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +18 -11
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/types/ai-models.d.ts +1 -1
- package/dist/types/ai-models.d.ts.map +1 -1
- package/dist/types/ai-models.js +4 -0
- package/dist/types/ai-models.js.map +1 -1
- package/dist/types/api-scraper.schema.d.ts +453 -0
- package/dist/types/api-scraper.schema.d.ts.map +1 -0
- package/dist/types/api-scraper.schema.js +160 -0
- package/dist/types/api-scraper.schema.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +2 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +5 -0
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +18 -3
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -3
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +4 -4
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +6 -7
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +9 -1
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +17 -0
- package/dist/utils/agent-formatter.d.ts.map +1 -0
- package/dist/utils/agent-formatter.js +139 -0
- package/dist/utils/agent-formatter.js.map +1 -0
- package/dist/utils/json-parsing.d.ts +1 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +205 -32
- package/dist/utils/json-parsing.js.map +1 -1
- package/package.json +4 -3
|
@@ -308,8 +308,8 @@ 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
|
-
success: boolean;
|
|
312
311
|
error: string;
|
|
312
|
+
success: boolean;
|
|
313
313
|
operation: "list_calendars";
|
|
314
314
|
next_page_token?: string | undefined;
|
|
315
315
|
calendars?: z.objectOutputType<{
|
|
@@ -321,8 +321,8 @@ 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
|
-
success: boolean;
|
|
325
324
|
error: string;
|
|
325
|
+
success: boolean;
|
|
326
326
|
operation: "list_calendars";
|
|
327
327
|
next_page_token?: string | undefined;
|
|
328
328
|
calendars?: z.objectInputType<{
|
|
@@ -529,8 +529,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
529
529
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
530
530
|
error: z.ZodString;
|
|
531
531
|
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
success: boolean;
|
|
533
532
|
error: string;
|
|
533
|
+
success: boolean;
|
|
534
534
|
operation: "list_events";
|
|
535
535
|
next_page_token?: string | undefined;
|
|
536
536
|
events?: z.objectOutputType<{
|
|
@@ -598,8 +598,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
598
598
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
599
599
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
600
600
|
}, {
|
|
601
|
-
success: boolean;
|
|
602
601
|
error: string;
|
|
602
|
+
success: boolean;
|
|
603
603
|
operation: "list_events";
|
|
604
604
|
next_page_token?: string | undefined;
|
|
605
605
|
events?: z.objectInputType<{
|
|
@@ -861,8 +861,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
861
861
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
862
862
|
error: z.ZodString;
|
|
863
863
|
}, "strip", z.ZodTypeAny, {
|
|
864
|
-
success: boolean;
|
|
865
864
|
error: string;
|
|
865
|
+
success: boolean;
|
|
866
866
|
operation: "get_event";
|
|
867
867
|
event?: z.objectOutputType<{
|
|
868
868
|
id: z.ZodString;
|
|
@@ -929,8 +929,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
929
929
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
930
930
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
931
931
|
}, {
|
|
932
|
-
success: boolean;
|
|
933
932
|
error: string;
|
|
933
|
+
success: boolean;
|
|
934
934
|
operation: "get_event";
|
|
935
935
|
event?: z.objectInputType<{
|
|
936
936
|
id: z.ZodString;
|
|
@@ -1191,8 +1191,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1191
1191
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1192
1192
|
error: z.ZodString;
|
|
1193
1193
|
}, "strip", z.ZodTypeAny, {
|
|
1194
|
-
success: boolean;
|
|
1195
1194
|
error: string;
|
|
1195
|
+
success: boolean;
|
|
1196
1196
|
operation: "create_event";
|
|
1197
1197
|
event?: z.objectOutputType<{
|
|
1198
1198
|
id: z.ZodString;
|
|
@@ -1259,8 +1259,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1259
1259
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
1260
1260
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1261
1261
|
}, {
|
|
1262
|
-
success: boolean;
|
|
1263
1262
|
error: string;
|
|
1263
|
+
success: boolean;
|
|
1264
1264
|
operation: "create_event";
|
|
1265
1265
|
event?: z.objectInputType<{
|
|
1266
1266
|
id: z.ZodString;
|
|
@@ -1521,8 +1521,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1521
1521
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1522
1522
|
error: z.ZodString;
|
|
1523
1523
|
}, "strip", z.ZodTypeAny, {
|
|
1524
|
-
success: boolean;
|
|
1525
1524
|
error: string;
|
|
1525
|
+
success: boolean;
|
|
1526
1526
|
operation: "update_event";
|
|
1527
1527
|
event?: z.objectOutputType<{
|
|
1528
1528
|
id: z.ZodString;
|
|
@@ -1589,8 +1589,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1589
1589
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
1590
1590
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1591
1591
|
}, {
|
|
1592
|
-
success: boolean;
|
|
1593
1592
|
error: string;
|
|
1593
|
+
success: boolean;
|
|
1594
1594
|
operation: "update_event";
|
|
1595
1595
|
event?: z.objectInputType<{
|
|
1596
1596
|
id: z.ZodString;
|
|
@@ -1662,13 +1662,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1662
1662
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
1663
1663
|
error: z.ZodString;
|
|
1664
1664
|
}, "strip", z.ZodTypeAny, {
|
|
1665
|
-
success: boolean;
|
|
1666
1665
|
error: string;
|
|
1666
|
+
success: boolean;
|
|
1667
1667
|
operation: "delete_event";
|
|
1668
1668
|
deleted?: boolean | undefined;
|
|
1669
1669
|
}, {
|
|
1670
|
-
success: boolean;
|
|
1671
1670
|
error: string;
|
|
1671
|
+
success: boolean;
|
|
1672
1672
|
operation: "delete_event";
|
|
1673
1673
|
deleted?: boolean | undefined;
|
|
1674
1674
|
}>]>;
|
|
@@ -1991,8 +1991,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1991
1991
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
1992
1992
|
error: z.ZodString;
|
|
1993
1993
|
}, "strip", z.ZodTypeAny, {
|
|
1994
|
-
success: boolean;
|
|
1995
1994
|
error: string;
|
|
1995
|
+
success: boolean;
|
|
1996
1996
|
operation: "list_calendars";
|
|
1997
1997
|
next_page_token?: string | undefined;
|
|
1998
1998
|
calendars?: z.objectOutputType<{
|
|
@@ -2004,8 +2004,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2004
2004
|
accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
|
|
2005
2005
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2006
2006
|
}, {
|
|
2007
|
-
success: boolean;
|
|
2008
2007
|
error: string;
|
|
2008
|
+
success: boolean;
|
|
2009
2009
|
operation: "list_calendars";
|
|
2010
2010
|
next_page_token?: string | undefined;
|
|
2011
2011
|
calendars?: z.objectInputType<{
|
|
@@ -2212,8 +2212,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2212
2212
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
2213
2213
|
error: z.ZodString;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
|
-
success: boolean;
|
|
2216
2215
|
error: string;
|
|
2216
|
+
success: boolean;
|
|
2217
2217
|
operation: "list_events";
|
|
2218
2218
|
next_page_token?: string | undefined;
|
|
2219
2219
|
events?: z.objectOutputType<{
|
|
@@ -2281,8 +2281,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2281
2281
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
2282
2282
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2283
2283
|
}, {
|
|
2284
|
-
success: boolean;
|
|
2285
2284
|
error: string;
|
|
2285
|
+
success: boolean;
|
|
2286
2286
|
operation: "list_events";
|
|
2287
2287
|
next_page_token?: string | undefined;
|
|
2288
2288
|
events?: z.objectInputType<{
|
|
@@ -2544,8 +2544,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2544
2544
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2545
2545
|
error: z.ZodString;
|
|
2546
2546
|
}, "strip", z.ZodTypeAny, {
|
|
2547
|
-
success: boolean;
|
|
2548
2547
|
error: string;
|
|
2548
|
+
success: boolean;
|
|
2549
2549
|
operation: "get_event";
|
|
2550
2550
|
event?: z.objectOutputType<{
|
|
2551
2551
|
id: z.ZodString;
|
|
@@ -2612,8 +2612,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2612
2612
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
2613
2613
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2614
2614
|
}, {
|
|
2615
|
-
success: boolean;
|
|
2616
2615
|
error: string;
|
|
2616
|
+
success: boolean;
|
|
2617
2617
|
operation: "get_event";
|
|
2618
2618
|
event?: z.objectInputType<{
|
|
2619
2619
|
id: z.ZodString;
|
|
@@ -2874,8 +2874,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2874
2874
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2875
2875
|
error: z.ZodString;
|
|
2876
2876
|
}, "strip", z.ZodTypeAny, {
|
|
2877
|
-
success: boolean;
|
|
2878
2877
|
error: string;
|
|
2878
|
+
success: boolean;
|
|
2879
2879
|
operation: "create_event";
|
|
2880
2880
|
event?: z.objectOutputType<{
|
|
2881
2881
|
id: z.ZodString;
|
|
@@ -2942,8 +2942,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2942
2942
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
2943
2943
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2944
2944
|
}, {
|
|
2945
|
-
success: boolean;
|
|
2946
2945
|
error: string;
|
|
2946
|
+
success: boolean;
|
|
2947
2947
|
operation: "create_event";
|
|
2948
2948
|
event?: z.objectInputType<{
|
|
2949
2949
|
id: z.ZodString;
|
|
@@ -3204,8 +3204,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3204
3204
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3205
3205
|
error: z.ZodString;
|
|
3206
3206
|
}, "strip", z.ZodTypeAny, {
|
|
3207
|
-
success: boolean;
|
|
3208
3207
|
error: string;
|
|
3208
|
+
success: boolean;
|
|
3209
3209
|
operation: "update_event";
|
|
3210
3210
|
event?: z.objectOutputType<{
|
|
3211
3211
|
id: z.ZodString;
|
|
@@ -3272,8 +3272,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3272
3272
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
3273
3273
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3274
3274
|
}, {
|
|
3275
|
-
success: boolean;
|
|
3276
3275
|
error: string;
|
|
3276
|
+
success: boolean;
|
|
3277
3277
|
operation: "update_event";
|
|
3278
3278
|
event?: z.objectInputType<{
|
|
3279
3279
|
id: z.ZodString;
|
|
@@ -3345,13 +3345,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3345
3345
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
3346
3346
|
error: z.ZodString;
|
|
3347
3347
|
}, "strip", z.ZodTypeAny, {
|
|
3348
|
-
success: boolean;
|
|
3349
3348
|
error: string;
|
|
3349
|
+
success: boolean;
|
|
3350
3350
|
operation: "delete_event";
|
|
3351
3351
|
deleted?: boolean | undefined;
|
|
3352
3352
|
}, {
|
|
3353
|
-
success: boolean;
|
|
3354
3353
|
error: string;
|
|
3354
|
+
success: boolean;
|
|
3355
3355
|
operation: "delete_event";
|
|
3356
3356
|
deleted?: boolean | undefined;
|
|
3357
3357
|
}>]>;
|