@bubblelab/bubble-core 0.1.17 → 0.1.19

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 (115) hide show
  1. package/dist/bubble-bundle.d.ts +84 -79
  2. package/dist/bubble-factory.js +1 -1
  3. package/dist/bubble-factory.js.map +1 -1
  4. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
  13. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  14. package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
  15. package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
  17. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  24. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  25. package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
  26. package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/slack/index.js +6 -0
  28. package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
  29. package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
  32. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
  33. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
  34. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
  36. package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
  37. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
  38. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/slack/slack.utils.js +410 -0
  40. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
  41. package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
  42. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
  43. package/dist/bubbles/service-bubble/slack.js +2 -1829
  44. package/dist/bubbles/service-bubble/slack.js.map +1 -1
  45. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
  48. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  49. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  55. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  59. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  62. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  69. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  70. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  71. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
  73. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
  81. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
  82. package/dist/bubbles.json +2 -2
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +1 -1
  86. package/dist/index.js.map +1 -1
  87. package/package.json +2 -2
  88. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
  89. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
  90. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
  91. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
  92. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
  93. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
  94. package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
  95. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
  96. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
  97. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
  98. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
  99. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
  100. package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
  101. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
  102. package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
  103. package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
  104. package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
  105. package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
  106. package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
  107. package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
  108. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
  109. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
  110. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
  111. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
  112. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
  113. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
  114. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
  115. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
@@ -104,13 +104,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
104
104
  displayName: z.ZodOptional<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  email: string;
107
- displayName?: string | undefined;
108
107
  optional?: boolean | undefined;
108
+ displayName?: string | undefined;
109
109
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
110
110
  }, {
111
111
  email: string;
112
- displayName?: string | undefined;
113
112
  optional?: boolean | undefined;
113
+ displayName?: string | undefined;
114
114
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
115
115
  }>, "many">>;
116
116
  conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -135,8 +135,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
135
135
  location?: string | undefined;
136
136
  attendees?: {
137
137
  email: string;
138
- displayName?: string | undefined;
139
138
  optional?: boolean | undefined;
139
+ displayName?: string | undefined;
140
140
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
141
141
  }[] | undefined;
142
142
  }, {
@@ -157,8 +157,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
157
157
  location?: string | undefined;
158
158
  attendees?: {
159
159
  email: string;
160
- displayName?: string | undefined;
161
160
  optional?: boolean | undefined;
161
+ displayName?: string | 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
- displayName?: string | undefined;
207
206
  optional?: boolean | undefined;
207
+ displayName?: string | undefined;
208
208
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
209
209
  }, {
210
210
  email: string;
211
- displayName?: string | undefined;
212
211
  optional?: boolean | undefined;
212
+ displayName?: string | 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
- displayName?: string | undefined;
237
236
  optional?: boolean | undefined;
237
+ displayName?: string | 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
- displayName?: string | undefined;
260
259
  optional?: boolean | undefined;
260
+ displayName?: string | undefined;
261
261
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
262
262
  }[] | undefined;
263
263
  calendar_id?: string | undefined;
@@ -309,8 +309,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
309
309
  error: z.ZodString;
310
310
  }, "strip", z.ZodTypeAny, {
311
311
  operation: "list_calendars";
312
- success: boolean;
313
312
  error: string;
313
+ success: boolean;
314
314
  next_page_token?: string | undefined;
315
315
  calendars?: z.objectOutputType<{
316
316
  id: z.ZodString;
@@ -322,8 +322,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
322
322
  }, z.ZodTypeAny, "passthrough">[] | undefined;
323
323
  }, {
324
324
  operation: "list_calendars";
325
- success: boolean;
326
325
  error: string;
326
+ success: boolean;
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
- displayName?: string | undefined;
382
381
  optional?: boolean | undefined;
382
+ displayName?: string | undefined;
383
383
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
384
384
  }, {
385
385
  email: string;
386
- displayName?: string | undefined;
387
386
  optional?: boolean | undefined;
387
+ displayName?: string | 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
- displayName?: string | undefined;
445
444
  optional?: boolean | undefined;
445
+ displayName?: string | undefined;
446
446
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
447
447
  }, {
448
448
  email: string;
449
- displayName?: string | undefined;
450
449
  optional?: boolean | undefined;
450
+ displayName?: string | 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
- displayName?: string | undefined;
508
507
  optional?: boolean | undefined;
508
+ displayName?: string | undefined;
509
509
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
510
510
  }, {
511
511
  email: string;
512
- displayName?: string | undefined;
513
512
  optional?: boolean | undefined;
513
+ displayName?: string | undefined;
514
514
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
515
515
  }>, "many">>;
516
516
  organizer: z.ZodOptional<z.ZodObject<{
@@ -530,8 +530,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
530
530
  error: z.ZodString;
531
531
  }, "strip", z.ZodTypeAny, {
532
532
  operation: "list_events";
533
- success: boolean;
534
533
  error: string;
534
+ success: boolean;
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
- displayName?: string | undefined;
579
578
  optional?: boolean | undefined;
579
+ displayName?: string | undefined;
580
580
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
581
581
  }, {
582
582
  email: string;
583
- displayName?: string | undefined;
584
583
  optional?: boolean | undefined;
584
+ displayName?: string | undefined;
585
585
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
586
586
  }>, "many">>;
587
587
  organizer: z.ZodOptional<z.ZodObject<{
@@ -599,8 +599,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
599
599
  }, z.ZodTypeAny, "passthrough">[] | undefined;
600
600
  }, {
601
601
  operation: "list_events";
602
- success: boolean;
603
602
  error: string;
603
+ success: boolean;
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
- displayName?: string | undefined;
648
647
  optional?: boolean | undefined;
648
+ displayName?: string | undefined;
649
649
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
650
650
  }, {
651
651
  email: string;
652
- displayName?: string | undefined;
653
652
  optional?: boolean | undefined;
653
+ displayName?: string | 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
- displayName?: string | undefined;
715
714
  optional?: boolean | undefined;
715
+ displayName?: string | undefined;
716
716
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
717
717
  }, {
718
718
  email: string;
719
- displayName?: string | undefined;
720
719
  optional?: boolean | undefined;
720
+ displayName?: string | 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
- displayName?: string | undefined;
778
777
  optional?: boolean | undefined;
778
+ displayName?: string | undefined;
779
779
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
780
780
  }, {
781
781
  email: string;
782
- displayName?: string | undefined;
783
782
  optional?: boolean | undefined;
783
+ displayName?: string | 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
- displayName?: string | undefined;
841
840
  optional?: boolean | undefined;
841
+ displayName?: string | undefined;
842
842
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
843
843
  }, {
844
844
  email: string;
845
- displayName?: string | undefined;
846
845
  optional?: boolean | undefined;
846
+ displayName?: string | undefined;
847
847
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
848
848
  }>, "many">>;
849
849
  organizer: z.ZodOptional<z.ZodObject<{
@@ -862,8 +862,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
862
862
  error: z.ZodString;
863
863
  }, "strip", z.ZodTypeAny, {
864
864
  operation: "get_event";
865
- success: boolean;
866
865
  error: string;
866
+ success: boolean;
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
- displayName?: string | undefined;
910
909
  optional?: boolean | undefined;
910
+ displayName?: string | undefined;
911
911
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
912
912
  }, {
913
913
  email: string;
914
- displayName?: string | undefined;
915
914
  optional?: boolean | undefined;
915
+ displayName?: string | undefined;
916
916
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
917
917
  }>, "many">>;
918
918
  organizer: z.ZodOptional<z.ZodObject<{
@@ -930,8 +930,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
930
930
  }, z.ZodTypeAny, "passthrough"> | undefined;
931
931
  }, {
932
932
  operation: "get_event";
933
- success: boolean;
934
933
  error: string;
934
+ success: boolean;
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
- displayName?: string | undefined;
978
977
  optional?: boolean | undefined;
978
+ displayName?: string | undefined;
979
979
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
980
980
  }, {
981
981
  email: string;
982
- displayName?: string | undefined;
983
982
  optional?: boolean | undefined;
983
+ displayName?: string | 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
- displayName?: string | undefined;
1045
1044
  optional?: boolean | undefined;
1045
+ displayName?: string | undefined;
1046
1046
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1047
1047
  }, {
1048
1048
  email: string;
1049
- displayName?: string | undefined;
1050
1049
  optional?: boolean | undefined;
1050
+ displayName?: string | 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
- displayName?: string | undefined;
1108
1107
  optional?: boolean | undefined;
1108
+ displayName?: string | undefined;
1109
1109
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1110
1110
  }, {
1111
1111
  email: string;
1112
- displayName?: string | undefined;
1113
1112
  optional?: boolean | undefined;
1113
+ displayName?: string | 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
- displayName?: string | undefined;
1171
1170
  optional?: boolean | undefined;
1171
+ displayName?: string | undefined;
1172
1172
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1173
1173
  }, {
1174
1174
  email: string;
1175
- displayName?: string | undefined;
1176
1175
  optional?: boolean | undefined;
1176
+ displayName?: string | undefined;
1177
1177
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1178
1178
  }>, "many">>;
1179
1179
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1192,8 +1192,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1192
1192
  error: z.ZodString;
1193
1193
  }, "strip", z.ZodTypeAny, {
1194
1194
  operation: "create_event";
1195
- success: boolean;
1196
1195
  error: string;
1196
+ success: boolean;
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
- displayName?: string | undefined;
1240
1239
  optional?: boolean | undefined;
1240
+ displayName?: string | undefined;
1241
1241
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1242
1242
  }, {
1243
1243
  email: string;
1244
- displayName?: string | undefined;
1245
1244
  optional?: boolean | undefined;
1245
+ displayName?: string | undefined;
1246
1246
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1247
1247
  }>, "many">>;
1248
1248
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1260,8 +1260,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1260
1260
  }, z.ZodTypeAny, "passthrough"> | undefined;
1261
1261
  }, {
1262
1262
  operation: "create_event";
1263
- success: boolean;
1264
1263
  error: string;
1264
+ success: boolean;
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
- displayName?: string | undefined;
1308
1307
  optional?: boolean | undefined;
1308
+ displayName?: string | undefined;
1309
1309
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1310
1310
  }, {
1311
1311
  email: string;
1312
- displayName?: string | undefined;
1313
1312
  optional?: boolean | undefined;
1313
+ displayName?: string | 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
- displayName?: string | undefined;
1375
1374
  optional?: boolean | undefined;
1375
+ displayName?: string | undefined;
1376
1376
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1377
1377
  }, {
1378
1378
  email: string;
1379
- displayName?: string | undefined;
1380
1379
  optional?: boolean | undefined;
1380
+ displayName?: string | 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
- displayName?: string | undefined;
1438
1437
  optional?: boolean | undefined;
1438
+ displayName?: string | undefined;
1439
1439
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1440
1440
  }, {
1441
1441
  email: string;
1442
- displayName?: string | undefined;
1443
1442
  optional?: boolean | undefined;
1443
+ displayName?: string | 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
- displayName?: string | undefined;
1501
1500
  optional?: boolean | undefined;
1501
+ displayName?: string | undefined;
1502
1502
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1503
1503
  }, {
1504
1504
  email: string;
1505
- displayName?: string | undefined;
1506
1505
  optional?: boolean | undefined;
1506
+ displayName?: string | undefined;
1507
1507
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1508
1508
  }>, "many">>;
1509
1509
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1522,8 +1522,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1522
1522
  error: z.ZodString;
1523
1523
  }, "strip", z.ZodTypeAny, {
1524
1524
  operation: "update_event";
1525
- success: boolean;
1526
1525
  error: string;
1526
+ success: boolean;
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
- displayName?: string | undefined;
1570
1569
  optional?: boolean | undefined;
1570
+ displayName?: string | undefined;
1571
1571
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1572
1572
  }, {
1573
1573
  email: string;
1574
- displayName?: string | undefined;
1575
1574
  optional?: boolean | undefined;
1575
+ displayName?: string | undefined;
1576
1576
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1577
1577
  }>, "many">>;
1578
1578
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1590,8 +1590,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1590
1590
  }, z.ZodTypeAny, "passthrough"> | undefined;
1591
1591
  }, {
1592
1592
  operation: "update_event";
1593
- success: boolean;
1594
1593
  error: string;
1594
+ success: boolean;
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
- displayName?: string | undefined;
1638
1637
  optional?: boolean | undefined;
1638
+ displayName?: string | undefined;
1639
1639
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1640
1640
  }, {
1641
1641
  email: string;
1642
- displayName?: string | undefined;
1643
1642
  optional?: boolean | undefined;
1643
+ displayName?: string | undefined;
1644
1644
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1645
1645
  }>, "many">>;
1646
1646
  organizer: z.ZodOptional<z.ZodObject<{
@@ -1663,13 +1663,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1663
1663
  error: z.ZodString;
1664
1664
  }, "strip", z.ZodTypeAny, {
1665
1665
  operation: "delete_event";
1666
- success: boolean;
1667
1666
  error: string;
1667
+ success: boolean;
1668
1668
  deleted?: boolean | undefined;
1669
1669
  }, {
1670
1670
  operation: "delete_event";
1671
- success: boolean;
1672
1671
  error: string;
1672
+ success: boolean;
1673
1673
  deleted?: boolean | undefined;
1674
1674
  }>]>;
1675
1675
  type GoogleCalendarResult = z.output<typeof GoogleCalendarResultSchema>;
@@ -1787,13 +1787,13 @@ 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
- displayName?: string | undefined;
1791
1790
  optional?: boolean | undefined;
1791
+ displayName?: string | undefined;
1792
1792
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1793
1793
  }, {
1794
1794
  email: string;
1795
- displayName?: string | undefined;
1796
1795
  optional?: boolean | undefined;
1796
+ displayName?: string | undefined;
1797
1797
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1798
1798
  }>, "many">>;
1799
1799
  conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -1818,8 +1818,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1818
1818
  location?: string | undefined;
1819
1819
  attendees?: {
1820
1820
  email: string;
1821
- displayName?: string | undefined;
1822
1821
  optional?: boolean | undefined;
1822
+ displayName?: string | undefined;
1823
1823
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1824
1824
  }[] | undefined;
1825
1825
  }, {
@@ -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
- displayName?: string | undefined;
1844
1843
  optional?: boolean | undefined;
1844
+ displayName?: string | 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
- displayName?: string | undefined;
1890
1889
  optional?: boolean | undefined;
1890
+ displayName?: string | undefined;
1891
1891
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1892
1892
  }, {
1893
1893
  email: string;
1894
- displayName?: string | undefined;
1895
1894
  optional?: boolean | undefined;
1895
+ displayName?: string | 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
- displayName?: string | undefined;
1920
1919
  optional?: boolean | undefined;
1920
+ displayName?: string | 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
- displayName?: string | undefined;
1943
1942
  optional?: boolean | undefined;
1943
+ displayName?: string | undefined;
1944
1944
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1945
1945
  }[] | undefined;
1946
1946
  calendar_id?: string | undefined;
@@ -1992,8 +1992,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
1992
1992
  error: z.ZodString;
1993
1993
  }, "strip", z.ZodTypeAny, {
1994
1994
  operation: "list_calendars";
1995
- success: boolean;
1996
1995
  error: string;
1996
+ success: boolean;
1997
1997
  next_page_token?: string | undefined;
1998
1998
  calendars?: z.objectOutputType<{
1999
1999
  id: z.ZodString;
@@ -2005,8 +2005,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2005
2005
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2006
2006
  }, {
2007
2007
  operation: "list_calendars";
2008
- success: boolean;
2009
2008
  error: string;
2009
+ success: boolean;
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
- displayName?: string | undefined;
2065
2064
  optional?: boolean | undefined;
2065
+ displayName?: string | undefined;
2066
2066
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2067
2067
  }, {
2068
2068
  email: string;
2069
- displayName?: string | undefined;
2070
2069
  optional?: boolean | undefined;
2070
+ displayName?: string | 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
- displayName?: string | undefined;
2128
2127
  optional?: boolean | undefined;
2128
+ displayName?: string | undefined;
2129
2129
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2130
2130
  }, {
2131
2131
  email: string;
2132
- displayName?: string | undefined;
2133
2132
  optional?: boolean | undefined;
2133
+ displayName?: string | 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
- displayName?: string | undefined;
2191
2190
  optional?: boolean | undefined;
2191
+ displayName?: string | undefined;
2192
2192
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2193
2193
  }, {
2194
2194
  email: string;
2195
- displayName?: string | undefined;
2196
2195
  optional?: boolean | undefined;
2196
+ displayName?: string | undefined;
2197
2197
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2198
2198
  }>, "many">>;
2199
2199
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2213,8 +2213,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2213
2213
  error: z.ZodString;
2214
2214
  }, "strip", z.ZodTypeAny, {
2215
2215
  operation: "list_events";
2216
- success: boolean;
2217
2216
  error: string;
2217
+ success: boolean;
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
- displayName?: string | undefined;
2262
2261
  optional?: boolean | undefined;
2262
+ displayName?: string | undefined;
2263
2263
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2264
2264
  }, {
2265
2265
  email: string;
2266
- displayName?: string | undefined;
2267
2266
  optional?: boolean | undefined;
2267
+ displayName?: string | undefined;
2268
2268
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2269
2269
  }>, "many">>;
2270
2270
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2282,8 +2282,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2282
2282
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2283
2283
  }, {
2284
2284
  operation: "list_events";
2285
- success: boolean;
2286
2285
  error: string;
2286
+ success: boolean;
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
- displayName?: string | undefined;
2331
2330
  optional?: boolean | undefined;
2331
+ displayName?: string | undefined;
2332
2332
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2333
2333
  }, {
2334
2334
  email: string;
2335
- displayName?: string | undefined;
2336
2335
  optional?: boolean | undefined;
2336
+ displayName?: string | 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
- displayName?: string | undefined;
2398
2397
  optional?: boolean | undefined;
2398
+ displayName?: string | undefined;
2399
2399
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2400
2400
  }, {
2401
2401
  email: string;
2402
- displayName?: string | undefined;
2403
2402
  optional?: boolean | undefined;
2403
+ displayName?: string | 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
- displayName?: string | undefined;
2461
2460
  optional?: boolean | undefined;
2461
+ displayName?: string | undefined;
2462
2462
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2463
2463
  }, {
2464
2464
  email: string;
2465
- displayName?: string | undefined;
2466
2465
  optional?: boolean | undefined;
2466
+ displayName?: string | 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
- displayName?: string | undefined;
2524
2523
  optional?: boolean | undefined;
2524
+ displayName?: string | undefined;
2525
2525
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2526
2526
  }, {
2527
2527
  email: string;
2528
- displayName?: string | undefined;
2529
2528
  optional?: boolean | undefined;
2529
+ displayName?: string | undefined;
2530
2530
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2531
2531
  }>, "many">>;
2532
2532
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2545,8 +2545,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2545
2545
  error: z.ZodString;
2546
2546
  }, "strip", z.ZodTypeAny, {
2547
2547
  operation: "get_event";
2548
- success: boolean;
2549
2548
  error: string;
2549
+ success: boolean;
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
- displayName?: string | undefined;
2593
2592
  optional?: boolean | undefined;
2593
+ displayName?: string | undefined;
2594
2594
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2595
2595
  }, {
2596
2596
  email: string;
2597
- displayName?: string | undefined;
2598
2597
  optional?: boolean | undefined;
2598
+ displayName?: string | undefined;
2599
2599
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2600
2600
  }>, "many">>;
2601
2601
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2613,8 +2613,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2613
2613
  }, z.ZodTypeAny, "passthrough"> | undefined;
2614
2614
  }, {
2615
2615
  operation: "get_event";
2616
- success: boolean;
2617
2616
  error: string;
2617
+ success: boolean;
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
- displayName?: string | undefined;
2661
2660
  optional?: boolean | undefined;
2661
+ displayName?: string | undefined;
2662
2662
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2663
2663
  }, {
2664
2664
  email: string;
2665
- displayName?: string | undefined;
2666
2665
  optional?: boolean | undefined;
2666
+ displayName?: string | 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
- displayName?: string | undefined;
2728
2727
  optional?: boolean | undefined;
2728
+ displayName?: string | undefined;
2729
2729
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2730
2730
  }, {
2731
2731
  email: string;
2732
- displayName?: string | undefined;
2733
2732
  optional?: boolean | undefined;
2733
+ displayName?: string | 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
- displayName?: string | undefined;
2791
2790
  optional?: boolean | undefined;
2791
+ displayName?: string | undefined;
2792
2792
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2793
2793
  }, {
2794
2794
  email: string;
2795
- displayName?: string | undefined;
2796
2795
  optional?: boolean | undefined;
2796
+ displayName?: string | 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
- displayName?: string | undefined;
2854
2853
  optional?: boolean | undefined;
2854
+ displayName?: string | undefined;
2855
2855
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2856
2856
  }, {
2857
2857
  email: string;
2858
- displayName?: string | undefined;
2859
2858
  optional?: boolean | undefined;
2859
+ displayName?: string | undefined;
2860
2860
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2861
2861
  }>, "many">>;
2862
2862
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2875,8 +2875,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2875
2875
  error: z.ZodString;
2876
2876
  }, "strip", z.ZodTypeAny, {
2877
2877
  operation: "create_event";
2878
- success: boolean;
2879
2878
  error: string;
2879
+ success: boolean;
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
- displayName?: string | undefined;
2923
2922
  optional?: boolean | undefined;
2923
+ displayName?: string | undefined;
2924
2924
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2925
2925
  }, {
2926
2926
  email: string;
2927
- displayName?: string | undefined;
2928
2927
  optional?: boolean | undefined;
2928
+ displayName?: string | undefined;
2929
2929
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2930
2930
  }>, "many">>;
2931
2931
  organizer: z.ZodOptional<z.ZodObject<{
@@ -2943,8 +2943,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2943
2943
  }, z.ZodTypeAny, "passthrough"> | undefined;
2944
2944
  }, {
2945
2945
  operation: "create_event";
2946
- success: boolean;
2947
2946
  error: string;
2947
+ success: boolean;
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
- displayName?: string | undefined;
2991
2990
  optional?: boolean | undefined;
2991
+ displayName?: string | undefined;
2992
2992
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2993
2993
  }, {
2994
2994
  email: string;
2995
- displayName?: string | undefined;
2996
2995
  optional?: boolean | undefined;
2996
+ displayName?: string | 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
- displayName?: string | undefined;
3058
3057
  optional?: boolean | undefined;
3058
+ displayName?: string | undefined;
3059
3059
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3060
3060
  }, {
3061
3061
  email: string;
3062
- displayName?: string | undefined;
3063
3062
  optional?: boolean | undefined;
3063
+ displayName?: string | 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
- displayName?: string | undefined;
3121
3120
  optional?: boolean | undefined;
3121
+ displayName?: string | undefined;
3122
3122
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3123
3123
  }, {
3124
3124
  email: string;
3125
- displayName?: string | undefined;
3126
3125
  optional?: boolean | undefined;
3126
+ displayName?: string | 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
- displayName?: string | undefined;
3184
3183
  optional?: boolean | undefined;
3184
+ displayName?: string | undefined;
3185
3185
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3186
3186
  }, {
3187
3187
  email: string;
3188
- displayName?: string | undefined;
3189
3188
  optional?: boolean | undefined;
3189
+ displayName?: string | undefined;
3190
3190
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3191
3191
  }>, "many">>;
3192
3192
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3205,8 +3205,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3205
3205
  error: z.ZodString;
3206
3206
  }, "strip", z.ZodTypeAny, {
3207
3207
  operation: "update_event";
3208
- success: boolean;
3209
3208
  error: string;
3209
+ success: boolean;
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
- displayName?: string | undefined;
3253
3252
  optional?: boolean | undefined;
3253
+ displayName?: string | undefined;
3254
3254
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3255
3255
  }, {
3256
3256
  email: string;
3257
- displayName?: string | undefined;
3258
3257
  optional?: boolean | undefined;
3258
+ displayName?: string | undefined;
3259
3259
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3260
3260
  }>, "many">>;
3261
3261
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3273,8 +3273,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3273
3273
  }, z.ZodTypeAny, "passthrough"> | undefined;
3274
3274
  }, {
3275
3275
  operation: "update_event";
3276
- success: boolean;
3277
3276
  error: string;
3277
+ success: boolean;
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
- displayName?: string | undefined;
3321
3320
  optional?: boolean | undefined;
3321
+ displayName?: string | undefined;
3322
3322
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3323
3323
  }, {
3324
3324
  email: string;
3325
- displayName?: string | undefined;
3326
3325
  optional?: boolean | undefined;
3326
+ displayName?: string | undefined;
3327
3327
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3328
3328
  }>, "many">>;
3329
3329
  organizer: z.ZodOptional<z.ZodObject<{
@@ -3346,13 +3346,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3346
3346
  error: z.ZodString;
3347
3347
  }, "strip", z.ZodTypeAny, {
3348
3348
  operation: "delete_event";
3349
- success: boolean;
3350
3349
  error: string;
3350
+ success: boolean;
3351
3351
  deleted?: boolean | undefined;
3352
3352
  }, {
3353
3353
  operation: "delete_event";
3354
- success: boolean;
3355
3354
  error: string;
3355
+ success: boolean;
3356
3356
  deleted?: boolean | undefined;
3357
3357
  }>]>;
3358
3358
  static readonly shortDescription = "Google Calendar integration for managing events";