@bubblelab/bubble-core 0.1.8 → 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 +625 -296
- 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 +135 -117
- 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 +52 -52
- 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 +4 -4
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +13 -13
- 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 +462 -462
- package/dist/bubbles/service-bubble/storage.d.ts +32 -32
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +14 -1
- 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/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- 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 +16 -16
- 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.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 +78 -78
- 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 +50 -50
- 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 +42 -42
- 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 +36 -36
- 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 +40 -40
- 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 +34 -34
- 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 +10 -10
- 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
|
@@ -84,14 +84,14 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
84
84
|
include_spam_trash: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
85
85
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
-
query: string;
|
|
88
87
|
operation: "search_emails";
|
|
88
|
+
query: string;
|
|
89
89
|
max_results: number;
|
|
90
90
|
include_spam_trash: boolean;
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
92
|
}, {
|
|
93
|
-
query: string;
|
|
94
93
|
operation: "search_emails";
|
|
94
|
+
query: string;
|
|
95
95
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
96
96
|
max_results?: number | undefined;
|
|
97
97
|
include_spam_trash?: boolean | undefined;
|
|
@@ -241,14 +241,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
241
241
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
242
242
|
error: z.ZodString;
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
success: boolean;
|
|
245
244
|
error: string;
|
|
245
|
+
success: boolean;
|
|
246
246
|
operation: "send_email";
|
|
247
247
|
thread_id?: string | undefined;
|
|
248
248
|
message_id?: string | undefined;
|
|
249
249
|
}, {
|
|
250
|
-
success: boolean;
|
|
251
250
|
error: string;
|
|
251
|
+
success: boolean;
|
|
252
252
|
operation: "send_email";
|
|
253
253
|
thread_id?: string | undefined;
|
|
254
254
|
message_id?: string | undefined;
|
|
@@ -364,8 +364,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
364
364
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
365
365
|
error: z.ZodString;
|
|
366
366
|
}, "strip", z.ZodTypeAny, {
|
|
367
|
-
success: boolean;
|
|
368
367
|
error: string;
|
|
368
|
+
success: boolean;
|
|
369
369
|
operation: "list_emails";
|
|
370
370
|
messages?: {
|
|
371
371
|
id: string;
|
|
@@ -393,8 +393,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
393
393
|
next_page_token?: string | undefined;
|
|
394
394
|
result_size_estimate?: number | undefined;
|
|
395
395
|
}, {
|
|
396
|
-
success: boolean;
|
|
397
396
|
error: string;
|
|
397
|
+
success: boolean;
|
|
398
398
|
operation: "list_emails";
|
|
399
399
|
messages?: {
|
|
400
400
|
id: string;
|
|
@@ -531,8 +531,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
531
531
|
}>>;
|
|
532
532
|
error: z.ZodString;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
success: boolean;
|
|
535
534
|
error: string;
|
|
535
|
+
success: boolean;
|
|
536
536
|
operation: "get_email";
|
|
537
537
|
message?: {
|
|
538
538
|
id: string;
|
|
@@ -558,8 +558,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
558
558
|
} | undefined;
|
|
559
559
|
} | undefined;
|
|
560
560
|
}, {
|
|
561
|
-
success: boolean;
|
|
562
561
|
error: string;
|
|
562
|
+
success: boolean;
|
|
563
563
|
operation: "get_email";
|
|
564
564
|
message?: {
|
|
565
565
|
id: string;
|
|
@@ -695,8 +695,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
695
695
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
696
696
|
error: z.ZodString;
|
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
|
698
|
-
success: boolean;
|
|
699
698
|
error: string;
|
|
699
|
+
success: boolean;
|
|
700
700
|
operation: "search_emails";
|
|
701
701
|
messages?: {
|
|
702
702
|
id: string;
|
|
@@ -723,8 +723,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
723
723
|
}[] | undefined;
|
|
724
724
|
result_size_estimate?: number | undefined;
|
|
725
725
|
}, {
|
|
726
|
-
success: boolean;
|
|
727
726
|
error: string;
|
|
727
|
+
success: boolean;
|
|
728
728
|
operation: "search_emails";
|
|
729
729
|
messages?: {
|
|
730
730
|
id: string;
|
|
@@ -756,13 +756,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
756
756
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
757
757
|
error: z.ZodString;
|
|
758
758
|
}, "strip", z.ZodTypeAny, {
|
|
759
|
-
success: boolean;
|
|
760
759
|
error: string;
|
|
760
|
+
success: boolean;
|
|
761
761
|
operation: "mark_as_read";
|
|
762
762
|
modified_messages?: string[] | undefined;
|
|
763
763
|
}, {
|
|
764
|
-
success: boolean;
|
|
765
764
|
error: string;
|
|
765
|
+
success: boolean;
|
|
766
766
|
operation: "mark_as_read";
|
|
767
767
|
modified_messages?: string[] | undefined;
|
|
768
768
|
}>, z.ZodObject<{
|
|
@@ -771,13 +771,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
771
771
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
772
772
|
error: z.ZodString;
|
|
773
773
|
}, "strip", z.ZodTypeAny, {
|
|
774
|
-
success: boolean;
|
|
775
774
|
error: string;
|
|
775
|
+
success: boolean;
|
|
776
776
|
operation: "mark_as_unread";
|
|
777
777
|
modified_messages?: string[] | undefined;
|
|
778
778
|
}, {
|
|
779
|
-
success: boolean;
|
|
780
779
|
error: string;
|
|
780
|
+
success: boolean;
|
|
781
781
|
operation: "mark_as_unread";
|
|
782
782
|
modified_messages?: string[] | undefined;
|
|
783
783
|
}>, z.ZodObject<{
|
|
@@ -943,8 +943,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
943
943
|
}>>;
|
|
944
944
|
error: z.ZodString;
|
|
945
945
|
}, "strip", z.ZodTypeAny, {
|
|
946
|
-
success: boolean;
|
|
947
946
|
error: string;
|
|
947
|
+
success: boolean;
|
|
948
948
|
operation: "create_draft";
|
|
949
949
|
draft?: {
|
|
950
950
|
message: {
|
|
@@ -973,8 +973,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
973
973
|
id: string;
|
|
974
974
|
} | undefined;
|
|
975
975
|
}, {
|
|
976
|
-
success: boolean;
|
|
977
976
|
error: string;
|
|
977
|
+
success: boolean;
|
|
978
978
|
operation: "create_draft";
|
|
979
979
|
draft?: {
|
|
980
980
|
message: {
|
|
@@ -1009,14 +1009,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1009
1009
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
1010
1010
|
error: z.ZodString;
|
|
1011
1011
|
}, "strip", z.ZodTypeAny, {
|
|
1012
|
-
success: boolean;
|
|
1013
1012
|
error: string;
|
|
1013
|
+
success: boolean;
|
|
1014
1014
|
operation: "send_draft";
|
|
1015
1015
|
thread_id?: string | undefined;
|
|
1016
1016
|
message_id?: string | undefined;
|
|
1017
1017
|
}, {
|
|
1018
|
-
success: boolean;
|
|
1019
1018
|
error: string;
|
|
1019
|
+
success: boolean;
|
|
1020
1020
|
operation: "send_draft";
|
|
1021
1021
|
thread_id?: string | undefined;
|
|
1022
1022
|
message_id?: string | undefined;
|
|
@@ -1185,8 +1185,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1185
1185
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
1186
1186
|
error: z.ZodString;
|
|
1187
1187
|
}, "strip", z.ZodTypeAny, {
|
|
1188
|
-
success: boolean;
|
|
1189
1188
|
error: string;
|
|
1189
|
+
success: boolean;
|
|
1190
1190
|
operation: "list_drafts";
|
|
1191
1191
|
next_page_token?: string | undefined;
|
|
1192
1192
|
result_size_estimate?: number | undefined;
|
|
@@ -1217,8 +1217,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1217
1217
|
id: string;
|
|
1218
1218
|
}[] | undefined;
|
|
1219
1219
|
}, {
|
|
1220
|
-
success: boolean;
|
|
1221
1220
|
error: string;
|
|
1221
|
+
success: boolean;
|
|
1222
1222
|
operation: "list_drafts";
|
|
1223
1223
|
next_page_token?: string | undefined;
|
|
1224
1224
|
result_size_estimate?: number | undefined;
|
|
@@ -1254,13 +1254,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1254
1254
|
deleted_message_id: z.ZodOptional<z.ZodString>;
|
|
1255
1255
|
error: z.ZodString;
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
|
-
success: boolean;
|
|
1258
1257
|
error: string;
|
|
1258
|
+
success: boolean;
|
|
1259
1259
|
operation: "delete_email";
|
|
1260
1260
|
deleted_message_id?: string | undefined;
|
|
1261
1261
|
}, {
|
|
1262
|
-
success: boolean;
|
|
1263
1262
|
error: string;
|
|
1263
|
+
success: boolean;
|
|
1264
1264
|
operation: "delete_email";
|
|
1265
1265
|
deleted_message_id?: string | undefined;
|
|
1266
1266
|
}>, z.ZodObject<{
|
|
@@ -1269,13 +1269,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1269
1269
|
trashed_message_id: z.ZodOptional<z.ZodString>;
|
|
1270
1270
|
error: z.ZodString;
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
1272
|
-
success: boolean;
|
|
1273
1272
|
error: string;
|
|
1273
|
+
success: boolean;
|
|
1274
1274
|
operation: "trash_email";
|
|
1275
1275
|
trashed_message_id?: string | undefined;
|
|
1276
1276
|
}, {
|
|
1277
|
-
success: boolean;
|
|
1278
1277
|
error: string;
|
|
1278
|
+
success: boolean;
|
|
1279
1279
|
operation: "trash_email";
|
|
1280
1280
|
trashed_message_id?: string | undefined;
|
|
1281
1281
|
}>, z.ZodObject<{
|
|
@@ -1449,8 +1449,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1449
1449
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
1450
1450
|
error: z.ZodString;
|
|
1451
1451
|
}, "strip", z.ZodTypeAny, {
|
|
1452
|
-
success: boolean;
|
|
1453
1452
|
error: string;
|
|
1453
|
+
success: boolean;
|
|
1454
1454
|
operation: "list_threads";
|
|
1455
1455
|
next_page_token?: string | undefined;
|
|
1456
1456
|
result_size_estimate?: number | undefined;
|
|
@@ -1483,8 +1483,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1483
1483
|
historyId?: string | undefined;
|
|
1484
1484
|
}[] | undefined;
|
|
1485
1485
|
}, {
|
|
1486
|
-
success: boolean;
|
|
1487
1486
|
error: string;
|
|
1487
|
+
success: boolean;
|
|
1488
1488
|
operation: "list_threads";
|
|
1489
1489
|
next_page_token?: string | undefined;
|
|
1490
1490
|
result_size_estimate?: number | undefined;
|
|
@@ -1612,14 +1612,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1612
1612
|
include_spam_trash: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1613
1613
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1614
1614
|
}, "strip", z.ZodTypeAny, {
|
|
1615
|
-
query: string;
|
|
1616
1615
|
operation: "search_emails";
|
|
1616
|
+
query: string;
|
|
1617
1617
|
max_results: number;
|
|
1618
1618
|
include_spam_trash: boolean;
|
|
1619
1619
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1620
1620
|
}, {
|
|
1621
|
-
query: string;
|
|
1622
1621
|
operation: "search_emails";
|
|
1622
|
+
query: string;
|
|
1623
1623
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1624
1624
|
max_results?: number | undefined;
|
|
1625
1625
|
include_spam_trash?: boolean | undefined;
|
|
@@ -1769,14 +1769,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1769
1769
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
1770
1770
|
error: z.ZodString;
|
|
1771
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1772
|
-
success: boolean;
|
|
1773
1772
|
error: string;
|
|
1773
|
+
success: boolean;
|
|
1774
1774
|
operation: "send_email";
|
|
1775
1775
|
thread_id?: string | undefined;
|
|
1776
1776
|
message_id?: string | undefined;
|
|
1777
1777
|
}, {
|
|
1778
|
-
success: boolean;
|
|
1779
1778
|
error: string;
|
|
1779
|
+
success: boolean;
|
|
1780
1780
|
operation: "send_email";
|
|
1781
1781
|
thread_id?: string | undefined;
|
|
1782
1782
|
message_id?: string | undefined;
|
|
@@ -1892,8 +1892,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1892
1892
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
1893
1893
|
error: z.ZodString;
|
|
1894
1894
|
}, "strip", z.ZodTypeAny, {
|
|
1895
|
-
success: boolean;
|
|
1896
1895
|
error: string;
|
|
1896
|
+
success: boolean;
|
|
1897
1897
|
operation: "list_emails";
|
|
1898
1898
|
messages?: {
|
|
1899
1899
|
id: string;
|
|
@@ -1921,8 +1921,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1921
1921
|
next_page_token?: string | undefined;
|
|
1922
1922
|
result_size_estimate?: number | undefined;
|
|
1923
1923
|
}, {
|
|
1924
|
-
success: boolean;
|
|
1925
1924
|
error: string;
|
|
1925
|
+
success: boolean;
|
|
1926
1926
|
operation: "list_emails";
|
|
1927
1927
|
messages?: {
|
|
1928
1928
|
id: string;
|
|
@@ -2059,8 +2059,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2059
2059
|
}>>;
|
|
2060
2060
|
error: z.ZodString;
|
|
2061
2061
|
}, "strip", z.ZodTypeAny, {
|
|
2062
|
-
success: boolean;
|
|
2063
2062
|
error: string;
|
|
2063
|
+
success: boolean;
|
|
2064
2064
|
operation: "get_email";
|
|
2065
2065
|
message?: {
|
|
2066
2066
|
id: string;
|
|
@@ -2086,8 +2086,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2086
2086
|
} | undefined;
|
|
2087
2087
|
} | undefined;
|
|
2088
2088
|
}, {
|
|
2089
|
-
success: boolean;
|
|
2090
2089
|
error: string;
|
|
2090
|
+
success: boolean;
|
|
2091
2091
|
operation: "get_email";
|
|
2092
2092
|
message?: {
|
|
2093
2093
|
id: string;
|
|
@@ -2223,8 +2223,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2223
2223
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2224
2224
|
error: z.ZodString;
|
|
2225
2225
|
}, "strip", z.ZodTypeAny, {
|
|
2226
|
-
success: boolean;
|
|
2227
2226
|
error: string;
|
|
2227
|
+
success: boolean;
|
|
2228
2228
|
operation: "search_emails";
|
|
2229
2229
|
messages?: {
|
|
2230
2230
|
id: string;
|
|
@@ -2251,8 +2251,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2251
2251
|
}[] | undefined;
|
|
2252
2252
|
result_size_estimate?: number | undefined;
|
|
2253
2253
|
}, {
|
|
2254
|
-
success: boolean;
|
|
2255
2254
|
error: string;
|
|
2255
|
+
success: boolean;
|
|
2256
2256
|
operation: "search_emails";
|
|
2257
2257
|
messages?: {
|
|
2258
2258
|
id: string;
|
|
@@ -2284,13 +2284,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2284
2284
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2285
2285
|
error: z.ZodString;
|
|
2286
2286
|
}, "strip", z.ZodTypeAny, {
|
|
2287
|
-
success: boolean;
|
|
2288
2287
|
error: string;
|
|
2288
|
+
success: boolean;
|
|
2289
2289
|
operation: "mark_as_read";
|
|
2290
2290
|
modified_messages?: string[] | undefined;
|
|
2291
2291
|
}, {
|
|
2292
|
-
success: boolean;
|
|
2293
2292
|
error: string;
|
|
2293
|
+
success: boolean;
|
|
2294
2294
|
operation: "mark_as_read";
|
|
2295
2295
|
modified_messages?: string[] | undefined;
|
|
2296
2296
|
}>, z.ZodObject<{
|
|
@@ -2299,13 +2299,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2299
2299
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2300
2300
|
error: z.ZodString;
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
|
-
success: boolean;
|
|
2303
2302
|
error: string;
|
|
2303
|
+
success: boolean;
|
|
2304
2304
|
operation: "mark_as_unread";
|
|
2305
2305
|
modified_messages?: string[] | undefined;
|
|
2306
2306
|
}, {
|
|
2307
|
-
success: boolean;
|
|
2308
2307
|
error: string;
|
|
2308
|
+
success: boolean;
|
|
2309
2309
|
operation: "mark_as_unread";
|
|
2310
2310
|
modified_messages?: string[] | undefined;
|
|
2311
2311
|
}>, z.ZodObject<{
|
|
@@ -2471,8 +2471,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2471
2471
|
}>>;
|
|
2472
2472
|
error: z.ZodString;
|
|
2473
2473
|
}, "strip", z.ZodTypeAny, {
|
|
2474
|
-
success: boolean;
|
|
2475
2474
|
error: string;
|
|
2475
|
+
success: boolean;
|
|
2476
2476
|
operation: "create_draft";
|
|
2477
2477
|
draft?: {
|
|
2478
2478
|
message: {
|
|
@@ -2501,8 +2501,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2501
2501
|
id: string;
|
|
2502
2502
|
} | undefined;
|
|
2503
2503
|
}, {
|
|
2504
|
-
success: boolean;
|
|
2505
2504
|
error: string;
|
|
2505
|
+
success: boolean;
|
|
2506
2506
|
operation: "create_draft";
|
|
2507
2507
|
draft?: {
|
|
2508
2508
|
message: {
|
|
@@ -2537,14 +2537,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2537
2537
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
2538
2538
|
error: z.ZodString;
|
|
2539
2539
|
}, "strip", z.ZodTypeAny, {
|
|
2540
|
-
success: boolean;
|
|
2541
2540
|
error: string;
|
|
2541
|
+
success: boolean;
|
|
2542
2542
|
operation: "send_draft";
|
|
2543
2543
|
thread_id?: string | undefined;
|
|
2544
2544
|
message_id?: string | undefined;
|
|
2545
2545
|
}, {
|
|
2546
|
-
success: boolean;
|
|
2547
2546
|
error: string;
|
|
2547
|
+
success: boolean;
|
|
2548
2548
|
operation: "send_draft";
|
|
2549
2549
|
thread_id?: string | undefined;
|
|
2550
2550
|
message_id?: string | undefined;
|
|
@@ -2713,8 +2713,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2713
2713
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2714
2714
|
error: z.ZodString;
|
|
2715
2715
|
}, "strip", z.ZodTypeAny, {
|
|
2716
|
-
success: boolean;
|
|
2717
2716
|
error: string;
|
|
2717
|
+
success: boolean;
|
|
2718
2718
|
operation: "list_drafts";
|
|
2719
2719
|
next_page_token?: string | undefined;
|
|
2720
2720
|
result_size_estimate?: number | undefined;
|
|
@@ -2745,8 +2745,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2745
2745
|
id: string;
|
|
2746
2746
|
}[] | undefined;
|
|
2747
2747
|
}, {
|
|
2748
|
-
success: boolean;
|
|
2749
2748
|
error: string;
|
|
2749
|
+
success: boolean;
|
|
2750
2750
|
operation: "list_drafts";
|
|
2751
2751
|
next_page_token?: string | undefined;
|
|
2752
2752
|
result_size_estimate?: number | undefined;
|
|
@@ -2782,13 +2782,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2782
2782
|
deleted_message_id: z.ZodOptional<z.ZodString>;
|
|
2783
2783
|
error: z.ZodString;
|
|
2784
2784
|
}, "strip", z.ZodTypeAny, {
|
|
2785
|
-
success: boolean;
|
|
2786
2785
|
error: string;
|
|
2786
|
+
success: boolean;
|
|
2787
2787
|
operation: "delete_email";
|
|
2788
2788
|
deleted_message_id?: string | undefined;
|
|
2789
2789
|
}, {
|
|
2790
|
-
success: boolean;
|
|
2791
2790
|
error: string;
|
|
2791
|
+
success: boolean;
|
|
2792
2792
|
operation: "delete_email";
|
|
2793
2793
|
deleted_message_id?: string | undefined;
|
|
2794
2794
|
}>, z.ZodObject<{
|
|
@@ -2797,13 +2797,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2797
2797
|
trashed_message_id: z.ZodOptional<z.ZodString>;
|
|
2798
2798
|
error: z.ZodString;
|
|
2799
2799
|
}, "strip", z.ZodTypeAny, {
|
|
2800
|
-
success: boolean;
|
|
2801
2800
|
error: string;
|
|
2801
|
+
success: boolean;
|
|
2802
2802
|
operation: "trash_email";
|
|
2803
2803
|
trashed_message_id?: string | undefined;
|
|
2804
2804
|
}, {
|
|
2805
|
-
success: boolean;
|
|
2806
2805
|
error: string;
|
|
2806
|
+
success: boolean;
|
|
2807
2807
|
operation: "trash_email";
|
|
2808
2808
|
trashed_message_id?: string | undefined;
|
|
2809
2809
|
}>, z.ZodObject<{
|
|
@@ -2977,8 +2977,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2977
2977
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2978
2978
|
error: z.ZodString;
|
|
2979
2979
|
}, "strip", z.ZodTypeAny, {
|
|
2980
|
-
success: boolean;
|
|
2981
2980
|
error: string;
|
|
2981
|
+
success: boolean;
|
|
2982
2982
|
operation: "list_threads";
|
|
2983
2983
|
next_page_token?: string | undefined;
|
|
2984
2984
|
result_size_estimate?: number | undefined;
|
|
@@ -3011,8 +3011,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3011
3011
|
historyId?: string | undefined;
|
|
3012
3012
|
}[] | undefined;
|
|
3013
3013
|
}, {
|
|
3014
|
-
success: boolean;
|
|
3015
3014
|
error: string;
|
|
3015
|
+
success: boolean;
|
|
3016
3016
|
operation: "list_threads";
|
|
3017
3017
|
next_page_token?: string | undefined;
|
|
3018
3018
|
result_size_estimate?: number | undefined;
|
|
@@ -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
|
}>]>;
|