@bubblelab/bubble-core 0.1.13 → 0.1.15

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.
Files changed (57) hide show
  1. package/dist/bubble-bundle.d.ts +70 -70
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +40 -40
  4. package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
  7. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +202 -202
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
  10. package/dist/bubbles/service-bubble/github.d.ts +168 -168
  11. package/dist/bubbles/service-bubble/gmail.d.ts +352 -352
  12. package/dist/bubbles/service-bubble/google-calendar.d.ts +148 -148
  13. package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/google-drive.js +55 -17
  16. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  17. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  18. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +152 -152
  22. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  23. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/slack.d.ts +318 -318
  25. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  26. package/dist/bubbles/service-bubble/telegram.d.ts +256 -256
  27. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  29. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  30. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  31. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  32. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  34. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  35. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +294 -294
  36. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  38. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  40. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  41. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  43. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  45. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  48. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  49. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  50. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  52. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  53. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  54. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  55. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  56. package/dist/bubbles.json +1 -1
  57. package/package.json +2 -2
@@ -104,25 +104,25 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
104
104
  displayName: z.ZodOptional<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  email: string;
107
- optional?: boolean | undefined;
108
107
  displayName?: string | undefined;
108
+ optional?: boolean | undefined;
109
109
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
110
110
  }, {
111
111
  email: string;
112
- optional?: boolean | undefined;
113
112
  displayName?: string | undefined;
113
+ optional?: boolean | undefined;
114
114
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
115
115
  }>, "many">>;
116
116
  conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
117
117
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
118
118
  }, "strip", z.ZodTypeAny, {
119
+ operation: "create_event";
119
120
  summary: string;
120
121
  start: {
121
122
  date?: string | undefined;
122
123
  timeZone?: string | undefined;
123
124
  dateTime?: string | undefined;
124
125
  };
125
- operation: "create_event";
126
126
  end: {
127
127
  date?: string | undefined;
128
128
  timeZone?: string | undefined;
@@ -135,18 +135,18 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
135
135
  location?: string | undefined;
136
136
  attendees?: {
137
137
  email: string;
138
- optional?: boolean | undefined;
139
138
  displayName?: string | undefined;
139
+ optional?: boolean | undefined;
140
140
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
141
141
  }[] | undefined;
142
142
  }, {
143
+ operation: "create_event";
143
144
  summary: string;
144
145
  start: {
145
146
  date?: string | undefined;
146
147
  timeZone?: string | undefined;
147
148
  dateTime?: string | undefined;
148
149
  };
149
- operation: "create_event";
150
150
  end: {
151
151
  date?: string | undefined;
152
152
  timeZone?: string | undefined;
@@ -157,8 +157,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
157
157
  location?: string | undefined;
158
158
  attendees?: {
159
159
  email: string;
160
- optional?: boolean | undefined;
161
160
  displayName?: string | undefined;
161
+ optional?: boolean | undefined;
162
162
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
163
163
  }[] | undefined;
164
164
  calendar_id?: string | undefined;
@@ -203,13 +203,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
203
203
  displayName: z.ZodOptional<z.ZodString>;
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  email: string;
206
- optional?: boolean | undefined;
207
206
  displayName?: string | undefined;
207
+ optional?: boolean | undefined;
208
208
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
209
209
  }, {
210
210
  email: string;
211
- optional?: boolean | undefined;
212
211
  displayName?: string | undefined;
212
+ optional?: boolean | undefined;
213
213
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
214
214
  }>, "many">>;
215
215
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -233,8 +233,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
233
233
  } | undefined;
234
234
  attendees?: {
235
235
  email: string;
236
- optional?: boolean | undefined;
237
236
  displayName?: string | undefined;
237
+ optional?: boolean | undefined;
238
238
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
239
239
  }[] | undefined;
240
240
  }, {
@@ -256,8 +256,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
256
256
  } | undefined;
257
257
  attendees?: {
258
258
  email: string;
259
- optional?: boolean | undefined;
260
259
  displayName?: string | undefined;
260
+ optional?: boolean | undefined;
261
261
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
262
262
  }[] | undefined;
263
263
  calendar_id?: string | undefined;
@@ -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
- error: string;
312
- success: boolean;
313
311
  operation: "list_calendars";
312
+ success: boolean;
313
+ error: string;
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
- error: string;
325
- success: boolean;
326
324
  operation: "list_calendars";
325
+ success: boolean;
326
+ error: string;
327
327
  next_page_token?: string | undefined;
328
328
  calendars?: z.objectInputType<{
329
329
  id: z.ZodString;
@@ -378,13 +378,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
378
378
  displayName: z.ZodOptional<z.ZodString>;
379
379
  }, "strip", z.ZodTypeAny, {
380
380
  email: string;
381
- optional?: boolean | undefined;
382
381
  displayName?: string | undefined;
382
+ optional?: boolean | undefined;
383
383
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
384
384
  }, {
385
385
  email: string;
386
- optional?: boolean | undefined;
387
386
  displayName?: string | undefined;
387
+ optional?: boolean | undefined;
388
388
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
389
389
  }>, "many">>;
390
390
  organizer: z.ZodOptional<z.ZodObject<{
@@ -441,13 +441,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
441
441
  displayName: z.ZodOptional<z.ZodString>;
442
442
  }, "strip", z.ZodTypeAny, {
443
443
  email: string;
444
- optional?: boolean | undefined;
445
444
  displayName?: string | undefined;
445
+ optional?: boolean | undefined;
446
446
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
447
447
  }, {
448
448
  email: string;
449
- optional?: boolean | undefined;
450
449
  displayName?: string | undefined;
450
+ optional?: boolean | undefined;
451
451
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
452
452
  }>, "many">>;
453
453
  organizer: z.ZodOptional<z.ZodObject<{
@@ -504,13 +504,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
504
504
  displayName: z.ZodOptional<z.ZodString>;
505
505
  }, "strip", z.ZodTypeAny, {
506
506
  email: string;
507
- optional?: boolean | undefined;
508
507
  displayName?: string | undefined;
508
+ optional?: boolean | undefined;
509
509
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
510
510
  }, {
511
511
  email: string;
512
- optional?: boolean | undefined;
513
512
  displayName?: string | undefined;
513
+ optional?: boolean | undefined;
514
514
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
515
515
  }>, "many">>;
516
516
  organizer: z.ZodOptional<z.ZodObject<{
@@ -529,9 +529,9 @@ 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
- error: string;
533
- success: boolean;
534
532
  operation: "list_events";
533
+ success: boolean;
534
+ error: string;
535
535
  next_page_token?: string | undefined;
536
536
  events?: z.objectOutputType<{
537
537
  id: z.ZodString;
@@ -575,13 +575,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
575
575
  displayName: z.ZodOptional<z.ZodString>;
576
576
  }, "strip", z.ZodTypeAny, {
577
577
  email: string;
578
- optional?: boolean | undefined;
579
578
  displayName?: string | undefined;
579
+ optional?: boolean | undefined;
580
580
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
581
581
  }, {
582
582
  email: string;
583
- optional?: boolean | undefined;
584
583
  displayName?: string | undefined;
584
+ optional?: boolean | undefined;
585
585
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
586
586
  }>, "many">>;
587
587
  organizer: z.ZodOptional<z.ZodObject<{
@@ -598,9 +598,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
598
598
  conferenceData: z.ZodOptional<z.ZodAny>;
599
599
  }, z.ZodTypeAny, "passthrough">[] | undefined;
600
600
  }, {
601
- error: string;
602
- success: boolean;
603
601
  operation: "list_events";
602
+ success: boolean;
603
+ error: string;
604
604
  next_page_token?: string | undefined;
605
605
  events?: z.objectInputType<{
606
606
  id: z.ZodString;
@@ -644,13 +644,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
644
644
  displayName: z.ZodOptional<z.ZodString>;
645
645
  }, "strip", z.ZodTypeAny, {
646
646
  email: string;
647
- optional?: boolean | undefined;
648
647
  displayName?: string | undefined;
648
+ optional?: boolean | undefined;
649
649
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
650
650
  }, {
651
651
  email: string;
652
- optional?: boolean | undefined;
653
652
  displayName?: string | undefined;
653
+ optional?: boolean | undefined;
654
654
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
655
655
  }>, "many">>;
656
656
  organizer: z.ZodOptional<z.ZodObject<{
@@ -711,13 +711,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
711
711
  displayName: z.ZodOptional<z.ZodString>;
712
712
  }, "strip", z.ZodTypeAny, {
713
713
  email: string;
714
- optional?: boolean | undefined;
715
714
  displayName?: string | undefined;
715
+ optional?: boolean | undefined;
716
716
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
717
717
  }, {
718
718
  email: string;
719
- optional?: boolean | undefined;
720
719
  displayName?: string | undefined;
720
+ optional?: boolean | undefined;
721
721
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
722
722
  }>, "many">>;
723
723
  organizer: z.ZodOptional<z.ZodObject<{
@@ -774,13 +774,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
774
774
  displayName: z.ZodOptional<z.ZodString>;
775
775
  }, "strip", z.ZodTypeAny, {
776
776
  email: string;
777
- optional?: boolean | undefined;
778
777
  displayName?: string | undefined;
778
+ optional?: boolean | undefined;
779
779
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
780
780
  }, {
781
781
  email: string;
782
- optional?: boolean | undefined;
783
782
  displayName?: string | undefined;
783
+ optional?: boolean | undefined;
784
784
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
785
785
  }>, "many">>;
786
786
  organizer: z.ZodOptional<z.ZodObject<{
@@ -837,13 +837,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
837
837
  displayName: z.ZodOptional<z.ZodString>;
838
838
  }, "strip", z.ZodTypeAny, {
839
839
  email: string;
840
- optional?: boolean | undefined;
841
840
  displayName?: string | undefined;
841
+ optional?: boolean | undefined;
842
842
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
843
843
  }, {
844
844
  email: string;
845
- optional?: boolean | undefined;
846
845
  displayName?: string | undefined;
846
+ optional?: boolean | undefined;
847
847
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
848
848
  }>, "many">>;
849
849
  organizer: z.ZodOptional<z.ZodObject<{
@@ -861,9 +861,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
861
861
  }, z.ZodTypeAny, "passthrough">>>;
862
862
  error: z.ZodString;
863
863
  }, "strip", z.ZodTypeAny, {
864
- error: string;
865
- success: boolean;
866
864
  operation: "get_event";
865
+ success: boolean;
866
+ error: string;
867
867
  event?: z.objectOutputType<{
868
868
  id: z.ZodString;
869
869
  status: z.ZodOptional<z.ZodString>;
@@ -906,13 +906,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
906
906
  displayName: z.ZodOptional<z.ZodString>;
907
907
  }, "strip", z.ZodTypeAny, {
908
908
  email: string;
909
- optional?: boolean | undefined;
910
909
  displayName?: string | undefined;
910
+ optional?: boolean | undefined;
911
911
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
912
912
  }, {
913
913
  email: string;
914
- optional?: boolean | undefined;
915
914
  displayName?: string | undefined;
915
+ optional?: boolean | undefined;
916
916
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
917
917
  }>, "many">>;
918
918
  organizer: z.ZodOptional<z.ZodObject<{
@@ -929,9 +929,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
929
929
  conferenceData: z.ZodOptional<z.ZodAny>;
930
930
  }, z.ZodTypeAny, "passthrough"> | undefined;
931
931
  }, {
932
- error: string;
933
- success: boolean;
934
932
  operation: "get_event";
933
+ success: boolean;
934
+ error: string;
935
935
  event?: z.objectInputType<{
936
936
  id: z.ZodString;
937
937
  status: z.ZodOptional<z.ZodString>;
@@ -974,13 +974,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
974
974
  displayName: z.ZodOptional<z.ZodString>;
975
975
  }, "strip", z.ZodTypeAny, {
976
976
  email: string;
977
- optional?: boolean | undefined;
978
977
  displayName?: string | undefined;
978
+ optional?: boolean | undefined;
979
979
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
980
980
  }, {
981
981
  email: string;
982
- optional?: boolean | undefined;
983
982
  displayName?: string | undefined;
983
+ optional?: boolean | undefined;
984
984
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
985
985
  }>, "many">>;
986
986
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1041,13 +1041,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1041
1041
  displayName: z.ZodOptional<z.ZodString>;
1042
1042
  }, "strip", z.ZodTypeAny, {
1043
1043
  email: string;
1044
- optional?: boolean | undefined;
1045
1044
  displayName?: string | undefined;
1045
+ optional?: boolean | undefined;
1046
1046
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1047
1047
  }, {
1048
1048
  email: string;
1049
- optional?: boolean | undefined;
1050
1049
  displayName?: string | undefined;
1050
+ optional?: boolean | undefined;
1051
1051
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1052
1052
  }>, "many">>;
1053
1053
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1104,13 +1104,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1104
1104
  displayName: z.ZodOptional<z.ZodString>;
1105
1105
  }, "strip", z.ZodTypeAny, {
1106
1106
  email: string;
1107
- optional?: boolean | undefined;
1108
1107
  displayName?: string | undefined;
1108
+ optional?: boolean | undefined;
1109
1109
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1110
1110
  }, {
1111
1111
  email: string;
1112
- optional?: boolean | undefined;
1113
1112
  displayName?: string | undefined;
1113
+ optional?: boolean | undefined;
1114
1114
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1115
1115
  }>, "many">>;
1116
1116
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1167,13 +1167,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1167
1167
  displayName: z.ZodOptional<z.ZodString>;
1168
1168
  }, "strip", z.ZodTypeAny, {
1169
1169
  email: string;
1170
- optional?: boolean | undefined;
1171
1170
  displayName?: string | undefined;
1171
+ optional?: boolean | undefined;
1172
1172
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1173
1173
  }, {
1174
1174
  email: string;
1175
- optional?: boolean | undefined;
1176
1175
  displayName?: string | undefined;
1176
+ optional?: boolean | undefined;
1177
1177
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1178
1178
  }>, "many">>;
1179
1179
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1191,9 +1191,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1191
1191
  }, z.ZodTypeAny, "passthrough">>>;
1192
1192
  error: z.ZodString;
1193
1193
  }, "strip", z.ZodTypeAny, {
1194
- error: string;
1195
- success: boolean;
1196
1194
  operation: "create_event";
1195
+ success: boolean;
1196
+ error: string;
1197
1197
  event?: z.objectOutputType<{
1198
1198
  id: z.ZodString;
1199
1199
  status: z.ZodOptional<z.ZodString>;
@@ -1236,13 +1236,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1236
1236
  displayName: z.ZodOptional<z.ZodString>;
1237
1237
  }, "strip", z.ZodTypeAny, {
1238
1238
  email: string;
1239
- optional?: boolean | undefined;
1240
1239
  displayName?: string | undefined;
1240
+ optional?: boolean | undefined;
1241
1241
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1242
1242
  }, {
1243
1243
  email: string;
1244
- optional?: boolean | undefined;
1245
1244
  displayName?: string | undefined;
1245
+ optional?: boolean | undefined;
1246
1246
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1247
1247
  }>, "many">>;
1248
1248
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1259,9 +1259,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1259
1259
  conferenceData: z.ZodOptional<z.ZodAny>;
1260
1260
  }, z.ZodTypeAny, "passthrough"> | undefined;
1261
1261
  }, {
1262
- error: string;
1263
- success: boolean;
1264
1262
  operation: "create_event";
1263
+ success: boolean;
1264
+ error: string;
1265
1265
  event?: z.objectInputType<{
1266
1266
  id: z.ZodString;
1267
1267
  status: z.ZodOptional<z.ZodString>;
@@ -1304,13 +1304,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1304
1304
  displayName: z.ZodOptional<z.ZodString>;
1305
1305
  }, "strip", z.ZodTypeAny, {
1306
1306
  email: string;
1307
- optional?: boolean | undefined;
1308
1307
  displayName?: string | undefined;
1308
+ optional?: boolean | undefined;
1309
1309
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1310
1310
  }, {
1311
1311
  email: string;
1312
- optional?: boolean | undefined;
1313
1312
  displayName?: string | undefined;
1313
+ optional?: boolean | undefined;
1314
1314
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1315
1315
  }>, "many">>;
1316
1316
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1371,13 +1371,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1371
1371
  displayName: z.ZodOptional<z.ZodString>;
1372
1372
  }, "strip", z.ZodTypeAny, {
1373
1373
  email: string;
1374
- optional?: boolean | undefined;
1375
1374
  displayName?: string | undefined;
1375
+ optional?: boolean | undefined;
1376
1376
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1377
1377
  }, {
1378
1378
  email: string;
1379
- optional?: boolean | undefined;
1380
1379
  displayName?: string | undefined;
1380
+ optional?: boolean | undefined;
1381
1381
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1382
1382
  }>, "many">>;
1383
1383
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1434,13 +1434,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1434
1434
  displayName: z.ZodOptional<z.ZodString>;
1435
1435
  }, "strip", z.ZodTypeAny, {
1436
1436
  email: string;
1437
- optional?: boolean | undefined;
1438
1437
  displayName?: string | undefined;
1438
+ optional?: boolean | undefined;
1439
1439
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1440
1440
  }, {
1441
1441
  email: string;
1442
- optional?: boolean | undefined;
1443
1442
  displayName?: string | undefined;
1443
+ optional?: boolean | undefined;
1444
1444
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1445
1445
  }>, "many">>;
1446
1446
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1497,13 +1497,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1497
1497
  displayName: z.ZodOptional<z.ZodString>;
1498
1498
  }, "strip", z.ZodTypeAny, {
1499
1499
  email: string;
1500
- optional?: boolean | undefined;
1501
1500
  displayName?: string | undefined;
1501
+ optional?: boolean | undefined;
1502
1502
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1503
1503
  }, {
1504
1504
  email: string;
1505
- optional?: boolean | undefined;
1506
1505
  displayName?: string | undefined;
1506
+ optional?: boolean | undefined;
1507
1507
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1508
1508
  }>, "many">>;
1509
1509
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1521,9 +1521,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1521
1521
  }, z.ZodTypeAny, "passthrough">>>;
1522
1522
  error: z.ZodString;
1523
1523
  }, "strip", z.ZodTypeAny, {
1524
- error: string;
1525
- success: boolean;
1526
1524
  operation: "update_event";
1525
+ success: boolean;
1526
+ error: string;
1527
1527
  event?: z.objectOutputType<{
1528
1528
  id: z.ZodString;
1529
1529
  status: z.ZodOptional<z.ZodString>;
@@ -1566,13 +1566,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1566
1566
  displayName: z.ZodOptional<z.ZodString>;
1567
1567
  }, "strip", z.ZodTypeAny, {
1568
1568
  email: string;
1569
- optional?: boolean | undefined;
1570
1569
  displayName?: string | undefined;
1570
+ optional?: boolean | undefined;
1571
1571
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1572
1572
  }, {
1573
1573
  email: string;
1574
- optional?: boolean | undefined;
1575
1574
  displayName?: string | undefined;
1575
+ optional?: boolean | undefined;
1576
1576
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1577
1577
  }>, "many">>;
1578
1578
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1589,9 +1589,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1589
1589
  conferenceData: z.ZodOptional<z.ZodAny>;
1590
1590
  }, z.ZodTypeAny, "passthrough"> | undefined;
1591
1591
  }, {
1592
- error: string;
1593
- success: boolean;
1594
1592
  operation: "update_event";
1593
+ success: boolean;
1594
+ error: string;
1595
1595
  event?: z.objectInputType<{
1596
1596
  id: z.ZodString;
1597
1597
  status: z.ZodOptional<z.ZodString>;
@@ -1634,13 +1634,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1634
1634
  displayName: z.ZodOptional<z.ZodString>;
1635
1635
  }, "strip", z.ZodTypeAny, {
1636
1636
  email: string;
1637
- optional?: boolean | undefined;
1638
1637
  displayName?: string | undefined;
1638
+ optional?: boolean | undefined;
1639
1639
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1640
1640
  }, {
1641
1641
  email: string;
1642
- optional?: boolean | undefined;
1643
1642
  displayName?: string | undefined;
1643
+ optional?: boolean | undefined;
1644
1644
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1645
1645
  }>, "many">>;
1646
1646
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1662,14 +1662,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1662
1662
  deleted: z.ZodOptional<z.ZodBoolean>;
1663
1663
  error: z.ZodString;
1664
1664
  }, "strip", z.ZodTypeAny, {
1665
- error: string;
1666
- success: boolean;
1667
1665
  operation: "delete_event";
1666
+ success: boolean;
1667
+ error: string;
1668
1668
  deleted?: boolean | undefined;
1669
1669
  }, {
1670
- error: string;
1671
- success: boolean;
1672
1670
  operation: "delete_event";
1671
+ success: boolean;
1672
+ error: string;
1673
1673
  deleted?: boolean | undefined;
1674
1674
  }>]>;
1675
1675
  type GoogleCalendarResult = z.output<typeof GoogleCalendarResultSchema>;
@@ -1787,25 +1787,25 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1787
1787
  displayName: z.ZodOptional<z.ZodString>;
1788
1788
  }, "strip", z.ZodTypeAny, {
1789
1789
  email: string;
1790
- optional?: boolean | undefined;
1791
1790
  displayName?: string | undefined;
1791
+ optional?: boolean | undefined;
1792
1792
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1793
1793
  }, {
1794
1794
  email: string;
1795
- optional?: boolean | undefined;
1796
1795
  displayName?: string | undefined;
1796
+ optional?: boolean | undefined;
1797
1797
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1798
1798
  }>, "many">>;
1799
1799
  conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1800
1800
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1801
1801
  }, "strip", z.ZodTypeAny, {
1802
+ operation: "create_event";
1802
1803
  summary: string;
1803
1804
  start: {
1804
1805
  date?: string | undefined;
1805
1806
  timeZone?: string | undefined;
1806
1807
  dateTime?: string | undefined;
1807
1808
  };
1808
- operation: "create_event";
1809
1809
  end: {
1810
1810
  date?: string | undefined;
1811
1811
  timeZone?: string | undefined;
@@ -1818,18 +1818,18 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1818
1818
  location?: string | undefined;
1819
1819
  attendees?: {
1820
1820
  email: string;
1821
- optional?: boolean | undefined;
1822
1821
  displayName?: string | undefined;
1822
+ optional?: boolean | undefined;
1823
1823
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1824
1824
  }[] | undefined;
1825
1825
  }, {
1826
+ operation: "create_event";
1826
1827
  summary: string;
1827
1828
  start: {
1828
1829
  date?: string | undefined;
1829
1830
  timeZone?: string | undefined;
1830
1831
  dateTime?: string | undefined;
1831
1832
  };
1832
- operation: "create_event";
1833
1833
  end: {
1834
1834
  date?: string | undefined;
1835
1835
  timeZone?: string | undefined;
@@ -1840,8 +1840,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1840
1840
  location?: string | undefined;
1841
1841
  attendees?: {
1842
1842
  email: string;
1843
- optional?: boolean | undefined;
1844
1843
  displayName?: string | undefined;
1844
+ optional?: boolean | undefined;
1845
1845
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1846
1846
  }[] | undefined;
1847
1847
  calendar_id?: string | undefined;
@@ -1886,13 +1886,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1886
1886
  displayName: z.ZodOptional<z.ZodString>;
1887
1887
  }, "strip", z.ZodTypeAny, {
1888
1888
  email: string;
1889
- optional?: boolean | undefined;
1890
1889
  displayName?: string | undefined;
1890
+ optional?: boolean | undefined;
1891
1891
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1892
1892
  }, {
1893
1893
  email: string;
1894
- optional?: boolean | undefined;
1895
1894
  displayName?: string | undefined;
1895
+ optional?: boolean | undefined;
1896
1896
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1897
1897
  }>, "many">>;
1898
1898
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -1916,8 +1916,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1916
1916
  } | undefined;
1917
1917
  attendees?: {
1918
1918
  email: string;
1919
- optional?: boolean | undefined;
1920
1919
  displayName?: string | undefined;
1920
+ optional?: boolean | undefined;
1921
1921
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1922
1922
  }[] | undefined;
1923
1923
  }, {
@@ -1939,8 +1939,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1939
1939
  } | undefined;
1940
1940
  attendees?: {
1941
1941
  email: string;
1942
- optional?: boolean | undefined;
1943
1942
  displayName?: string | undefined;
1943
+ optional?: boolean | undefined;
1944
1944
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1945
1945
  }[] | undefined;
1946
1946
  calendar_id?: string | undefined;
@@ -1991,9 +1991,9 @@ 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
- error: string;
1995
- success: boolean;
1996
1994
  operation: "list_calendars";
1995
+ success: boolean;
1996
+ error: string;
1997
1997
  next_page_token?: string | undefined;
1998
1998
  calendars?: z.objectOutputType<{
1999
1999
  id: z.ZodString;
@@ -2004,9 +2004,9 @@ 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
- error: string;
2008
- success: boolean;
2009
2007
  operation: "list_calendars";
2008
+ success: boolean;
2009
+ error: string;
2010
2010
  next_page_token?: string | undefined;
2011
2011
  calendars?: z.objectInputType<{
2012
2012
  id: z.ZodString;
@@ -2061,13 +2061,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2061
2061
  displayName: z.ZodOptional<z.ZodString>;
2062
2062
  }, "strip", z.ZodTypeAny, {
2063
2063
  email: string;
2064
- optional?: boolean | undefined;
2065
2064
  displayName?: string | undefined;
2065
+ optional?: boolean | undefined;
2066
2066
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2067
2067
  }, {
2068
2068
  email: string;
2069
- optional?: boolean | undefined;
2070
2069
  displayName?: string | undefined;
2070
+ optional?: boolean | undefined;
2071
2071
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2072
2072
  }>, "many">>;
2073
2073
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2124,13 +2124,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2124
2124
  displayName: z.ZodOptional<z.ZodString>;
2125
2125
  }, "strip", z.ZodTypeAny, {
2126
2126
  email: string;
2127
- optional?: boolean | undefined;
2128
2127
  displayName?: string | undefined;
2128
+ optional?: boolean | undefined;
2129
2129
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2130
2130
  }, {
2131
2131
  email: string;
2132
- optional?: boolean | undefined;
2133
2132
  displayName?: string | undefined;
2133
+ optional?: boolean | undefined;
2134
2134
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2135
2135
  }>, "many">>;
2136
2136
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2187,13 +2187,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2187
2187
  displayName: z.ZodOptional<z.ZodString>;
2188
2188
  }, "strip", z.ZodTypeAny, {
2189
2189
  email: string;
2190
- optional?: boolean | undefined;
2191
2190
  displayName?: string | undefined;
2191
+ optional?: boolean | undefined;
2192
2192
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2193
2193
  }, {
2194
2194
  email: string;
2195
- optional?: boolean | undefined;
2196
2195
  displayName?: string | undefined;
2196
+ optional?: boolean | undefined;
2197
2197
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2198
2198
  }>, "many">>;
2199
2199
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2212,9 +2212,9 @@ 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
- error: string;
2216
- success: boolean;
2217
2215
  operation: "list_events";
2216
+ success: boolean;
2217
+ error: string;
2218
2218
  next_page_token?: string | undefined;
2219
2219
  events?: z.objectOutputType<{
2220
2220
  id: z.ZodString;
@@ -2258,13 +2258,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2258
2258
  displayName: z.ZodOptional<z.ZodString>;
2259
2259
  }, "strip", z.ZodTypeAny, {
2260
2260
  email: string;
2261
- optional?: boolean | undefined;
2262
2261
  displayName?: string | undefined;
2262
+ optional?: boolean | undefined;
2263
2263
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2264
2264
  }, {
2265
2265
  email: string;
2266
- optional?: boolean | undefined;
2267
2266
  displayName?: string | undefined;
2267
+ optional?: boolean | undefined;
2268
2268
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2269
2269
  }>, "many">>;
2270
2270
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2281,9 +2281,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2281
2281
  conferenceData: z.ZodOptional<z.ZodAny>;
2282
2282
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2283
2283
  }, {
2284
- error: string;
2285
- success: boolean;
2286
2284
  operation: "list_events";
2285
+ success: boolean;
2286
+ error: string;
2287
2287
  next_page_token?: string | undefined;
2288
2288
  events?: z.objectInputType<{
2289
2289
  id: z.ZodString;
@@ -2327,13 +2327,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2327
2327
  displayName: z.ZodOptional<z.ZodString>;
2328
2328
  }, "strip", z.ZodTypeAny, {
2329
2329
  email: string;
2330
- optional?: boolean | undefined;
2331
2330
  displayName?: string | undefined;
2331
+ optional?: boolean | undefined;
2332
2332
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2333
2333
  }, {
2334
2334
  email: string;
2335
- optional?: boolean | undefined;
2336
2335
  displayName?: string | undefined;
2336
+ optional?: boolean | undefined;
2337
2337
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2338
2338
  }>, "many">>;
2339
2339
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2394,13 +2394,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2394
2394
  displayName: z.ZodOptional<z.ZodString>;
2395
2395
  }, "strip", z.ZodTypeAny, {
2396
2396
  email: string;
2397
- optional?: boolean | undefined;
2398
2397
  displayName?: string | undefined;
2398
+ optional?: boolean | undefined;
2399
2399
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2400
2400
  }, {
2401
2401
  email: string;
2402
- optional?: boolean | undefined;
2403
2402
  displayName?: string | undefined;
2403
+ optional?: boolean | undefined;
2404
2404
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2405
2405
  }>, "many">>;
2406
2406
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2457,13 +2457,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2457
2457
  displayName: z.ZodOptional<z.ZodString>;
2458
2458
  }, "strip", z.ZodTypeAny, {
2459
2459
  email: string;
2460
- optional?: boolean | undefined;
2461
2460
  displayName?: string | undefined;
2461
+ optional?: boolean | undefined;
2462
2462
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2463
2463
  }, {
2464
2464
  email: string;
2465
- optional?: boolean | undefined;
2466
2465
  displayName?: string | undefined;
2466
+ optional?: boolean | undefined;
2467
2467
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2468
2468
  }>, "many">>;
2469
2469
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2520,13 +2520,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2520
2520
  displayName: z.ZodOptional<z.ZodString>;
2521
2521
  }, "strip", z.ZodTypeAny, {
2522
2522
  email: string;
2523
- optional?: boolean | undefined;
2524
2523
  displayName?: string | undefined;
2524
+ optional?: boolean | undefined;
2525
2525
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2526
2526
  }, {
2527
2527
  email: string;
2528
- optional?: boolean | undefined;
2529
2528
  displayName?: string | undefined;
2529
+ optional?: boolean | undefined;
2530
2530
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2531
2531
  }>, "many">>;
2532
2532
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2544,9 +2544,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2544
2544
  }, z.ZodTypeAny, "passthrough">>>;
2545
2545
  error: z.ZodString;
2546
2546
  }, "strip", z.ZodTypeAny, {
2547
- error: string;
2548
- success: boolean;
2549
2547
  operation: "get_event";
2548
+ success: boolean;
2549
+ error: string;
2550
2550
  event?: z.objectOutputType<{
2551
2551
  id: z.ZodString;
2552
2552
  status: z.ZodOptional<z.ZodString>;
@@ -2589,13 +2589,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2589
2589
  displayName: z.ZodOptional<z.ZodString>;
2590
2590
  }, "strip", z.ZodTypeAny, {
2591
2591
  email: string;
2592
- optional?: boolean | undefined;
2593
2592
  displayName?: string | undefined;
2593
+ optional?: boolean | undefined;
2594
2594
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2595
2595
  }, {
2596
2596
  email: string;
2597
- optional?: boolean | undefined;
2598
2597
  displayName?: string | undefined;
2598
+ optional?: boolean | undefined;
2599
2599
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2600
2600
  }>, "many">>;
2601
2601
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2612,9 +2612,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2612
2612
  conferenceData: z.ZodOptional<z.ZodAny>;
2613
2613
  }, z.ZodTypeAny, "passthrough"> | undefined;
2614
2614
  }, {
2615
- error: string;
2616
- success: boolean;
2617
2615
  operation: "get_event";
2616
+ success: boolean;
2617
+ error: string;
2618
2618
  event?: z.objectInputType<{
2619
2619
  id: z.ZodString;
2620
2620
  status: z.ZodOptional<z.ZodString>;
@@ -2657,13 +2657,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2657
2657
  displayName: z.ZodOptional<z.ZodString>;
2658
2658
  }, "strip", z.ZodTypeAny, {
2659
2659
  email: string;
2660
- optional?: boolean | undefined;
2661
2660
  displayName?: string | undefined;
2661
+ optional?: boolean | undefined;
2662
2662
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2663
2663
  }, {
2664
2664
  email: string;
2665
- optional?: boolean | undefined;
2666
2665
  displayName?: string | undefined;
2666
+ optional?: boolean | undefined;
2667
2667
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2668
2668
  }>, "many">>;
2669
2669
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2724,13 +2724,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2724
2724
  displayName: z.ZodOptional<z.ZodString>;
2725
2725
  }, "strip", z.ZodTypeAny, {
2726
2726
  email: string;
2727
- optional?: boolean | undefined;
2728
2727
  displayName?: string | undefined;
2728
+ optional?: boolean | undefined;
2729
2729
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2730
2730
  }, {
2731
2731
  email: string;
2732
- optional?: boolean | undefined;
2733
2732
  displayName?: string | undefined;
2733
+ optional?: boolean | undefined;
2734
2734
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2735
2735
  }>, "many">>;
2736
2736
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2787,13 +2787,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2787
2787
  displayName: z.ZodOptional<z.ZodString>;
2788
2788
  }, "strip", z.ZodTypeAny, {
2789
2789
  email: string;
2790
- optional?: boolean | undefined;
2791
2790
  displayName?: string | undefined;
2791
+ optional?: boolean | undefined;
2792
2792
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2793
2793
  }, {
2794
2794
  email: string;
2795
- optional?: boolean | undefined;
2796
2795
  displayName?: string | undefined;
2796
+ optional?: boolean | undefined;
2797
2797
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2798
2798
  }>, "many">>;
2799
2799
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2850,13 +2850,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2850
2850
  displayName: z.ZodOptional<z.ZodString>;
2851
2851
  }, "strip", z.ZodTypeAny, {
2852
2852
  email: string;
2853
- optional?: boolean | undefined;
2854
2853
  displayName?: string | undefined;
2854
+ optional?: boolean | undefined;
2855
2855
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2856
2856
  }, {
2857
2857
  email: string;
2858
- optional?: boolean | undefined;
2859
2858
  displayName?: string | undefined;
2859
+ optional?: boolean | undefined;
2860
2860
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2861
2861
  }>, "many">>;
2862
2862
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2874,9 +2874,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2874
2874
  }, z.ZodTypeAny, "passthrough">>>;
2875
2875
  error: z.ZodString;
2876
2876
  }, "strip", z.ZodTypeAny, {
2877
- error: string;
2878
- success: boolean;
2879
2877
  operation: "create_event";
2878
+ success: boolean;
2879
+ error: string;
2880
2880
  event?: z.objectOutputType<{
2881
2881
  id: z.ZodString;
2882
2882
  status: z.ZodOptional<z.ZodString>;
@@ -2919,13 +2919,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2919
2919
  displayName: z.ZodOptional<z.ZodString>;
2920
2920
  }, "strip", z.ZodTypeAny, {
2921
2921
  email: string;
2922
- optional?: boolean | undefined;
2923
2922
  displayName?: string | undefined;
2923
+ optional?: boolean | undefined;
2924
2924
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2925
2925
  }, {
2926
2926
  email: string;
2927
- optional?: boolean | undefined;
2928
2927
  displayName?: string | undefined;
2928
+ optional?: boolean | undefined;
2929
2929
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2930
2930
  }>, "many">>;
2931
2931
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2942,9 +2942,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2942
2942
  conferenceData: z.ZodOptional<z.ZodAny>;
2943
2943
  }, z.ZodTypeAny, "passthrough"> | undefined;
2944
2944
  }, {
2945
- error: string;
2946
- success: boolean;
2947
2945
  operation: "create_event";
2946
+ success: boolean;
2947
+ error: string;
2948
2948
  event?: z.objectInputType<{
2949
2949
  id: z.ZodString;
2950
2950
  status: z.ZodOptional<z.ZodString>;
@@ -2987,13 +2987,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2987
2987
  displayName: z.ZodOptional<z.ZodString>;
2988
2988
  }, "strip", z.ZodTypeAny, {
2989
2989
  email: string;
2990
- optional?: boolean | undefined;
2991
2990
  displayName?: string | undefined;
2991
+ optional?: boolean | undefined;
2992
2992
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2993
2993
  }, {
2994
2994
  email: string;
2995
- optional?: boolean | undefined;
2996
2995
  displayName?: string | undefined;
2996
+ optional?: boolean | undefined;
2997
2997
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2998
2998
  }>, "many">>;
2999
2999
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3054,13 +3054,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3054
3054
  displayName: z.ZodOptional<z.ZodString>;
3055
3055
  }, "strip", z.ZodTypeAny, {
3056
3056
  email: string;
3057
- optional?: boolean | undefined;
3058
3057
  displayName?: string | undefined;
3058
+ optional?: boolean | undefined;
3059
3059
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3060
3060
  }, {
3061
3061
  email: string;
3062
- optional?: boolean | undefined;
3063
3062
  displayName?: string | undefined;
3063
+ optional?: boolean | undefined;
3064
3064
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3065
3065
  }>, "many">>;
3066
3066
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3117,13 +3117,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3117
3117
  displayName: z.ZodOptional<z.ZodString>;
3118
3118
  }, "strip", z.ZodTypeAny, {
3119
3119
  email: string;
3120
- optional?: boolean | undefined;
3121
3120
  displayName?: string | undefined;
3121
+ optional?: boolean | undefined;
3122
3122
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3123
3123
  }, {
3124
3124
  email: string;
3125
- optional?: boolean | undefined;
3126
3125
  displayName?: string | undefined;
3126
+ optional?: boolean | undefined;
3127
3127
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3128
3128
  }>, "many">>;
3129
3129
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3180,13 +3180,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3180
3180
  displayName: z.ZodOptional<z.ZodString>;
3181
3181
  }, "strip", z.ZodTypeAny, {
3182
3182
  email: string;
3183
- optional?: boolean | undefined;
3184
3183
  displayName?: string | undefined;
3184
+ optional?: boolean | undefined;
3185
3185
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3186
3186
  }, {
3187
3187
  email: string;
3188
- optional?: boolean | undefined;
3189
3188
  displayName?: string | undefined;
3189
+ optional?: boolean | undefined;
3190
3190
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3191
3191
  }>, "many">>;
3192
3192
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3204,9 +3204,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3204
3204
  }, z.ZodTypeAny, "passthrough">>>;
3205
3205
  error: z.ZodString;
3206
3206
  }, "strip", z.ZodTypeAny, {
3207
- error: string;
3208
- success: boolean;
3209
3207
  operation: "update_event";
3208
+ success: boolean;
3209
+ error: string;
3210
3210
  event?: z.objectOutputType<{
3211
3211
  id: z.ZodString;
3212
3212
  status: z.ZodOptional<z.ZodString>;
@@ -3249,13 +3249,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3249
3249
  displayName: z.ZodOptional<z.ZodString>;
3250
3250
  }, "strip", z.ZodTypeAny, {
3251
3251
  email: string;
3252
- optional?: boolean | undefined;
3253
3252
  displayName?: string | undefined;
3253
+ optional?: boolean | undefined;
3254
3254
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3255
3255
  }, {
3256
3256
  email: string;
3257
- optional?: boolean | undefined;
3258
3257
  displayName?: string | undefined;
3258
+ optional?: boolean | undefined;
3259
3259
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3260
3260
  }>, "many">>;
3261
3261
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3272,9 +3272,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3272
3272
  conferenceData: z.ZodOptional<z.ZodAny>;
3273
3273
  }, z.ZodTypeAny, "passthrough"> | undefined;
3274
3274
  }, {
3275
- error: string;
3276
- success: boolean;
3277
3275
  operation: "update_event";
3276
+ success: boolean;
3277
+ error: string;
3278
3278
  event?: z.objectInputType<{
3279
3279
  id: z.ZodString;
3280
3280
  status: z.ZodOptional<z.ZodString>;
@@ -3317,13 +3317,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3317
3317
  displayName: z.ZodOptional<z.ZodString>;
3318
3318
  }, "strip", z.ZodTypeAny, {
3319
3319
  email: string;
3320
- optional?: boolean | undefined;
3321
3320
  displayName?: string | undefined;
3321
+ optional?: boolean | undefined;
3322
3322
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3323
3323
  }, {
3324
3324
  email: string;
3325
- optional?: boolean | undefined;
3326
3325
  displayName?: string | undefined;
3326
+ optional?: boolean | undefined;
3327
3327
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3328
3328
  }>, "many">>;
3329
3329
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3345,14 +3345,14 @@ 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
- error: string;
3349
- success: boolean;
3350
3348
  operation: "delete_event";
3349
+ success: boolean;
3350
+ error: string;
3351
3351
  deleted?: boolean | undefined;
3352
3352
  }, {
3353
- error: string;
3354
- success: boolean;
3355
3353
  operation: "delete_event";
3354
+ success: boolean;
3355
+ error: string;
3356
3356
  deleted?: boolean | undefined;
3357
3357
  }>]>;
3358
3358
  static readonly shortDescription = "Google Calendar integration for managing events";