@bubblelab/bubble-core 0.1.27 → 0.1.30

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 (88) hide show
  1. package/dist/bubble-bundle.d.ts +160 -91
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  7. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
  21. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  22. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  23. package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
  24. package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
  25. package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
  26. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
  27. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
  28. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
  29. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
  30. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
  32. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  33. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  34. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  35. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  36. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
  39. package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/jira/index.js +5 -0
  41. package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
  44. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
  45. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
  46. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
  47. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
  48. package/dist/bubbles/service-bubble/jira/jira.js +535 -0
  49. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
  50. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
  51. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
  53. package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
  54. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
  55. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
  56. package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
  57. package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
  58. package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
  59. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
  60. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  61. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  62. package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
  63. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  64. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/slack.js +1536 -0
  66. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  67. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  68. package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
  69. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
  78. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
  79. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  81. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
  82. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
  83. package/dist/bubbles.json +1791 -2
  84. package/dist/index.d.ts +2 -0
  85. package/dist/index.d.ts.map +1 -1
  86. package/dist/index.js +1 -0
  87. package/dist/index.js.map +1 -1
  88. package/package.json +2 -2
@@ -104,20 +104,20 @@ 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";
120
119
  summary: string;
120
+ operation: "create_event";
121
121
  start: {
122
122
  date?: string | undefined;
123
123
  timeZone?: string | undefined;
@@ -135,13 +135,13 @@ 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";
144
143
  summary: string;
144
+ operation: "create_event";
145
145
  start: {
146
146
  date?: string | undefined;
147
147
  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>>;
@@ -218,8 +218,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
218
218
  calendar_id: string;
219
219
  event_id: string;
220
220
  description?: string | undefined;
221
- credentials?: Partial<Record<CredentialType, string>> | undefined;
222
221
  summary?: string | undefined;
222
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
223
223
  start?: {
224
224
  date?: string | undefined;
225
225
  timeZone?: string | undefined;
@@ -233,16 +233,16 @@ 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
  }, {
241
241
  operation: "update_event";
242
242
  event_id: string;
243
243
  description?: string | undefined;
244
- credentials?: Partial<Record<CredentialType, string>> | undefined;
245
244
  summary?: string | undefined;
245
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
246
246
  start?: {
247
247
  date?: string | undefined;
248
248
  timeZone?: string | undefined;
@@ -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;
@@ -378,24 +378,24 @@ 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<{
391
391
  email: z.ZodOptional<z.ZodString>;
392
392
  displayName: z.ZodOptional<z.ZodString>;
393
393
  }, "strip", z.ZodTypeAny, {
394
- email?: string | undefined;
395
394
  displayName?: string | undefined;
396
- }, {
397
395
  email?: string | undefined;
396
+ }, {
398
397
  displayName?: string | undefined;
398
+ email?: string | undefined;
399
399
  }>>;
400
400
  hangoutLink: z.ZodOptional<z.ZodString>;
401
401
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -461,24 +461,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
461
461
  displayName: z.ZodOptional<z.ZodString>;
462
462
  }, "strip", z.ZodTypeAny, {
463
463
  email: string;
464
- optional?: boolean | undefined;
465
464
  displayName?: string | undefined;
465
+ optional?: boolean | undefined;
466
466
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
467
467
  }, {
468
468
  email: string;
469
- optional?: boolean | undefined;
470
469
  displayName?: string | undefined;
470
+ optional?: boolean | undefined;
471
471
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
472
472
  }>, "many">>;
473
473
  organizer: z.ZodOptional<z.ZodObject<{
474
474
  email: z.ZodOptional<z.ZodString>;
475
475
  displayName: z.ZodOptional<z.ZodString>;
476
476
  }, "strip", z.ZodTypeAny, {
477
- email?: string | undefined;
478
477
  displayName?: string | undefined;
479
- }, {
480
478
  email?: string | undefined;
479
+ }, {
481
480
  displayName?: string | undefined;
481
+ email?: string | undefined;
482
482
  }>>;
483
483
  hangoutLink: z.ZodOptional<z.ZodString>;
484
484
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -544,24 +544,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
544
544
  displayName: z.ZodOptional<z.ZodString>;
545
545
  }, "strip", z.ZodTypeAny, {
546
546
  email: string;
547
- optional?: boolean | undefined;
548
547
  displayName?: string | undefined;
548
+ optional?: boolean | undefined;
549
549
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
550
550
  }, {
551
551
  email: string;
552
- optional?: boolean | undefined;
553
552
  displayName?: string | undefined;
553
+ optional?: boolean | undefined;
554
554
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
555
555
  }>, "many">>;
556
556
  organizer: z.ZodOptional<z.ZodObject<{
557
557
  email: z.ZodOptional<z.ZodString>;
558
558
  displayName: z.ZodOptional<z.ZodString>;
559
559
  }, "strip", z.ZodTypeAny, {
560
- email?: string | undefined;
561
560
  displayName?: string | undefined;
562
- }, {
563
561
  email?: string | undefined;
562
+ }, {
564
563
  displayName?: string | undefined;
564
+ email?: string | undefined;
565
565
  }>>;
566
566
  hangoutLink: z.ZodOptional<z.ZodString>;
567
567
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -635,24 +635,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
635
635
  displayName: z.ZodOptional<z.ZodString>;
636
636
  }, "strip", z.ZodTypeAny, {
637
637
  email: string;
638
- optional?: boolean | undefined;
639
638
  displayName?: string | undefined;
639
+ optional?: boolean | undefined;
640
640
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
641
641
  }, {
642
642
  email: string;
643
- optional?: boolean | undefined;
644
643
  displayName?: string | undefined;
644
+ optional?: boolean | undefined;
645
645
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
646
646
  }>, "many">>;
647
647
  organizer: z.ZodOptional<z.ZodObject<{
648
648
  email: z.ZodOptional<z.ZodString>;
649
649
  displayName: z.ZodOptional<z.ZodString>;
650
650
  }, "strip", z.ZodTypeAny, {
651
- email?: string | undefined;
652
651
  displayName?: string | undefined;
653
- }, {
654
652
  email?: string | undefined;
653
+ }, {
655
654
  displayName?: string | undefined;
655
+ email?: string | undefined;
656
656
  }>>;
657
657
  hangoutLink: z.ZodOptional<z.ZodString>;
658
658
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -724,24 +724,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
724
724
  displayName: z.ZodOptional<z.ZodString>;
725
725
  }, "strip", z.ZodTypeAny, {
726
726
  email: string;
727
- optional?: boolean | undefined;
728
727
  displayName?: string | undefined;
728
+ optional?: boolean | undefined;
729
729
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
730
730
  }, {
731
731
  email: string;
732
- optional?: boolean | undefined;
733
732
  displayName?: string | undefined;
733
+ optional?: boolean | undefined;
734
734
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
735
735
  }>, "many">>;
736
736
  organizer: z.ZodOptional<z.ZodObject<{
737
737
  email: z.ZodOptional<z.ZodString>;
738
738
  displayName: z.ZodOptional<z.ZodString>;
739
739
  }, "strip", z.ZodTypeAny, {
740
- email?: string | undefined;
741
740
  displayName?: string | undefined;
742
- }, {
743
741
  email?: string | undefined;
742
+ }, {
744
743
  displayName?: string | undefined;
744
+ email?: string | undefined;
745
745
  }>>;
746
746
  hangoutLink: z.ZodOptional<z.ZodString>;
747
747
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -811,24 +811,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
811
811
  displayName: z.ZodOptional<z.ZodString>;
812
812
  }, "strip", z.ZodTypeAny, {
813
813
  email: string;
814
- optional?: boolean | undefined;
815
814
  displayName?: string | undefined;
815
+ optional?: boolean | undefined;
816
816
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
817
817
  }, {
818
818
  email: string;
819
- optional?: boolean | undefined;
820
819
  displayName?: string | undefined;
820
+ optional?: boolean | undefined;
821
821
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
822
822
  }>, "many">>;
823
823
  organizer: z.ZodOptional<z.ZodObject<{
824
824
  email: z.ZodOptional<z.ZodString>;
825
825
  displayName: z.ZodOptional<z.ZodString>;
826
826
  }, "strip", z.ZodTypeAny, {
827
- email?: string | undefined;
828
827
  displayName?: string | undefined;
829
- }, {
830
828
  email?: string | undefined;
829
+ }, {
831
830
  displayName?: string | undefined;
831
+ email?: string | undefined;
832
832
  }>>;
833
833
  hangoutLink: z.ZodOptional<z.ZodString>;
834
834
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -894,24 +894,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
894
894
  displayName: z.ZodOptional<z.ZodString>;
895
895
  }, "strip", z.ZodTypeAny, {
896
896
  email: string;
897
- optional?: boolean | undefined;
898
897
  displayName?: string | undefined;
898
+ optional?: boolean | undefined;
899
899
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
900
900
  }, {
901
901
  email: string;
902
- optional?: boolean | undefined;
903
902
  displayName?: string | undefined;
903
+ optional?: boolean | undefined;
904
904
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
905
905
  }>, "many">>;
906
906
  organizer: z.ZodOptional<z.ZodObject<{
907
907
  email: z.ZodOptional<z.ZodString>;
908
908
  displayName: z.ZodOptional<z.ZodString>;
909
909
  }, "strip", z.ZodTypeAny, {
910
- email?: string | undefined;
911
910
  displayName?: string | undefined;
912
- }, {
913
911
  email?: string | undefined;
912
+ }, {
914
913
  displayName?: string | undefined;
914
+ email?: string | undefined;
915
915
  }>>;
916
916
  hangoutLink: z.ZodOptional<z.ZodString>;
917
917
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -977,24 +977,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
977
977
  displayName: z.ZodOptional<z.ZodString>;
978
978
  }, "strip", z.ZodTypeAny, {
979
979
  email: string;
980
- optional?: boolean | undefined;
981
980
  displayName?: string | undefined;
981
+ optional?: boolean | undefined;
982
982
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
983
983
  }, {
984
984
  email: string;
985
- optional?: boolean | undefined;
986
985
  displayName?: string | undefined;
986
+ optional?: boolean | undefined;
987
987
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
988
988
  }>, "many">>;
989
989
  organizer: z.ZodOptional<z.ZodObject<{
990
990
  email: z.ZodOptional<z.ZodString>;
991
991
  displayName: z.ZodOptional<z.ZodString>;
992
992
  }, "strip", z.ZodTypeAny, {
993
- email?: string | undefined;
994
993
  displayName?: string | undefined;
995
- }, {
996
994
  email?: string | undefined;
995
+ }, {
997
996
  displayName?: string | undefined;
997
+ email?: string | undefined;
998
998
  }>>;
999
999
  hangoutLink: z.ZodOptional<z.ZodString>;
1000
1000
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1066,24 +1066,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1066
1066
  displayName: z.ZodOptional<z.ZodString>;
1067
1067
  }, "strip", z.ZodTypeAny, {
1068
1068
  email: string;
1069
- optional?: boolean | undefined;
1070
1069
  displayName?: string | undefined;
1070
+ optional?: boolean | undefined;
1071
1071
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1072
1072
  }, {
1073
1073
  email: string;
1074
- optional?: boolean | undefined;
1075
1074
  displayName?: string | undefined;
1075
+ optional?: boolean | undefined;
1076
1076
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1077
1077
  }>, "many">>;
1078
1078
  organizer: z.ZodOptional<z.ZodObject<{
1079
1079
  email: z.ZodOptional<z.ZodString>;
1080
1080
  displayName: z.ZodOptional<z.ZodString>;
1081
1081
  }, "strip", z.ZodTypeAny, {
1082
- email?: string | undefined;
1083
1082
  displayName?: string | undefined;
1084
- }, {
1085
1083
  email?: string | undefined;
1084
+ }, {
1086
1085
  displayName?: string | undefined;
1086
+ email?: string | undefined;
1087
1087
  }>>;
1088
1088
  hangoutLink: z.ZodOptional<z.ZodString>;
1089
1089
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1154,24 +1154,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1154
1154
  displayName: z.ZodOptional<z.ZodString>;
1155
1155
  }, "strip", z.ZodTypeAny, {
1156
1156
  email: string;
1157
- optional?: boolean | undefined;
1158
1157
  displayName?: string | undefined;
1158
+ optional?: boolean | undefined;
1159
1159
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1160
1160
  }, {
1161
1161
  email: string;
1162
- optional?: boolean | undefined;
1163
1162
  displayName?: string | undefined;
1163
+ optional?: boolean | undefined;
1164
1164
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1165
1165
  }>, "many">>;
1166
1166
  organizer: z.ZodOptional<z.ZodObject<{
1167
1167
  email: z.ZodOptional<z.ZodString>;
1168
1168
  displayName: z.ZodOptional<z.ZodString>;
1169
1169
  }, "strip", z.ZodTypeAny, {
1170
- email?: string | undefined;
1171
1170
  displayName?: string | undefined;
1172
- }, {
1173
1171
  email?: string | undefined;
1172
+ }, {
1174
1173
  displayName?: string | undefined;
1174
+ email?: string | undefined;
1175
1175
  }>>;
1176
1176
  hangoutLink: z.ZodOptional<z.ZodString>;
1177
1177
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1241,24 +1241,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1241
1241
  displayName: z.ZodOptional<z.ZodString>;
1242
1242
  }, "strip", z.ZodTypeAny, {
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
  }, {
1248
1248
  email: string;
1249
- optional?: boolean | undefined;
1250
1249
  displayName?: string | undefined;
1250
+ optional?: boolean | undefined;
1251
1251
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1252
1252
  }>, "many">>;
1253
1253
  organizer: z.ZodOptional<z.ZodObject<{
1254
1254
  email: z.ZodOptional<z.ZodString>;
1255
1255
  displayName: z.ZodOptional<z.ZodString>;
1256
1256
  }, "strip", z.ZodTypeAny, {
1257
- email?: string | undefined;
1258
1257
  displayName?: string | undefined;
1259
- }, {
1260
1258
  email?: string | undefined;
1259
+ }, {
1261
1260
  displayName?: string | undefined;
1261
+ email?: string | undefined;
1262
1262
  }>>;
1263
1263
  hangoutLink: z.ZodOptional<z.ZodString>;
1264
1264
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1324,24 +1324,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1324
1324
  displayName: z.ZodOptional<z.ZodString>;
1325
1325
  }, "strip", z.ZodTypeAny, {
1326
1326
  email: string;
1327
- optional?: boolean | undefined;
1328
1327
  displayName?: string | undefined;
1328
+ optional?: boolean | undefined;
1329
1329
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1330
1330
  }, {
1331
1331
  email: string;
1332
- optional?: boolean | undefined;
1333
1332
  displayName?: string | undefined;
1333
+ optional?: boolean | undefined;
1334
1334
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1335
1335
  }>, "many">>;
1336
1336
  organizer: z.ZodOptional<z.ZodObject<{
1337
1337
  email: z.ZodOptional<z.ZodString>;
1338
1338
  displayName: z.ZodOptional<z.ZodString>;
1339
1339
  }, "strip", z.ZodTypeAny, {
1340
- email?: string | undefined;
1341
1340
  displayName?: string | undefined;
1342
- }, {
1343
1341
  email?: string | undefined;
1342
+ }, {
1344
1343
  displayName?: string | undefined;
1344
+ email?: string | undefined;
1345
1345
  }>>;
1346
1346
  hangoutLink: z.ZodOptional<z.ZodString>;
1347
1347
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1407,24 +1407,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1407
1407
  displayName: z.ZodOptional<z.ZodString>;
1408
1408
  }, "strip", z.ZodTypeAny, {
1409
1409
  email: string;
1410
- optional?: boolean | undefined;
1411
1410
  displayName?: string | undefined;
1411
+ optional?: boolean | undefined;
1412
1412
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1413
1413
  }, {
1414
1414
  email: string;
1415
- optional?: boolean | undefined;
1416
1415
  displayName?: string | undefined;
1416
+ optional?: boolean | undefined;
1417
1417
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1418
1418
  }>, "many">>;
1419
1419
  organizer: z.ZodOptional<z.ZodObject<{
1420
1420
  email: z.ZodOptional<z.ZodString>;
1421
1421
  displayName: z.ZodOptional<z.ZodString>;
1422
1422
  }, "strip", z.ZodTypeAny, {
1423
- email?: string | undefined;
1424
1423
  displayName?: string | undefined;
1425
- }, {
1426
1424
  email?: string | undefined;
1425
+ }, {
1427
1426
  displayName?: string | undefined;
1427
+ email?: string | undefined;
1428
1428
  }>>;
1429
1429
  hangoutLink: z.ZodOptional<z.ZodString>;
1430
1430
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1496,24 +1496,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1496
1496
  displayName: z.ZodOptional<z.ZodString>;
1497
1497
  }, "strip", z.ZodTypeAny, {
1498
1498
  email: string;
1499
- optional?: boolean | undefined;
1500
1499
  displayName?: string | undefined;
1500
+ optional?: boolean | undefined;
1501
1501
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1502
1502
  }, {
1503
1503
  email: string;
1504
- optional?: boolean | undefined;
1505
1504
  displayName?: string | undefined;
1505
+ optional?: boolean | undefined;
1506
1506
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1507
1507
  }>, "many">>;
1508
1508
  organizer: z.ZodOptional<z.ZodObject<{
1509
1509
  email: z.ZodOptional<z.ZodString>;
1510
1510
  displayName: z.ZodOptional<z.ZodString>;
1511
1511
  }, "strip", z.ZodTypeAny, {
1512
- email?: string | undefined;
1513
1512
  displayName?: string | undefined;
1514
- }, {
1515
1513
  email?: string | undefined;
1514
+ }, {
1516
1515
  displayName?: string | undefined;
1516
+ email?: string | undefined;
1517
1517
  }>>;
1518
1518
  hangoutLink: z.ZodOptional<z.ZodString>;
1519
1519
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1584,24 +1584,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1584
1584
  displayName: z.ZodOptional<z.ZodString>;
1585
1585
  }, "strip", z.ZodTypeAny, {
1586
1586
  email: string;
1587
- optional?: boolean | undefined;
1588
1587
  displayName?: string | undefined;
1588
+ optional?: boolean | undefined;
1589
1589
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1590
1590
  }, {
1591
1591
  email: string;
1592
- optional?: boolean | undefined;
1593
1592
  displayName?: string | undefined;
1593
+ optional?: boolean | undefined;
1594
1594
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1595
1595
  }>, "many">>;
1596
1596
  organizer: z.ZodOptional<z.ZodObject<{
1597
1597
  email: z.ZodOptional<z.ZodString>;
1598
1598
  displayName: z.ZodOptional<z.ZodString>;
1599
1599
  }, "strip", z.ZodTypeAny, {
1600
- email?: string | undefined;
1601
1600
  displayName?: string | undefined;
1602
- }, {
1603
1601
  email?: string | undefined;
1602
+ }, {
1604
1603
  displayName?: string | undefined;
1604
+ email?: string | undefined;
1605
1605
  }>>;
1606
1606
  hangoutLink: z.ZodOptional<z.ZodString>;
1607
1607
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1671,24 +1671,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1671
1671
  displayName: z.ZodOptional<z.ZodString>;
1672
1672
  }, "strip", z.ZodTypeAny, {
1673
1673
  email: string;
1674
- optional?: boolean | undefined;
1675
1674
  displayName?: string | undefined;
1675
+ optional?: boolean | undefined;
1676
1676
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1677
1677
  }, {
1678
1678
  email: string;
1679
- optional?: boolean | undefined;
1680
1679
  displayName?: string | undefined;
1680
+ optional?: boolean | undefined;
1681
1681
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1682
1682
  }>, "many">>;
1683
1683
  organizer: z.ZodOptional<z.ZodObject<{
1684
1684
  email: z.ZodOptional<z.ZodString>;
1685
1685
  displayName: z.ZodOptional<z.ZodString>;
1686
1686
  }, "strip", z.ZodTypeAny, {
1687
- email?: string | undefined;
1688
1687
  displayName?: string | undefined;
1689
- }, {
1690
1688
  email?: string | undefined;
1689
+ }, {
1691
1690
  displayName?: string | undefined;
1691
+ email?: string | undefined;
1692
1692
  }>>;
1693
1693
  hangoutLink: z.ZodOptional<z.ZodString>;
1694
1694
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1754,24 +1754,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1754
1754
  displayName: z.ZodOptional<z.ZodString>;
1755
1755
  }, "strip", z.ZodTypeAny, {
1756
1756
  email: string;
1757
- optional?: boolean | undefined;
1758
1757
  displayName?: string | undefined;
1758
+ optional?: boolean | undefined;
1759
1759
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1760
1760
  }, {
1761
1761
  email: string;
1762
- optional?: boolean | undefined;
1763
1762
  displayName?: string | undefined;
1763
+ optional?: boolean | undefined;
1764
1764
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1765
1765
  }>, "many">>;
1766
1766
  organizer: z.ZodOptional<z.ZodObject<{
1767
1767
  email: z.ZodOptional<z.ZodString>;
1768
1768
  displayName: z.ZodOptional<z.ZodString>;
1769
1769
  }, "strip", z.ZodTypeAny, {
1770
- email?: string | undefined;
1771
1770
  displayName?: string | undefined;
1772
- }, {
1773
1771
  email?: string | undefined;
1772
+ }, {
1774
1773
  displayName?: string | undefined;
1774
+ email?: string | undefined;
1775
1775
  }>>;
1776
1776
  hangoutLink: z.ZodOptional<z.ZodString>;
1777
1777
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1837,24 +1837,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1837
1837
  displayName: z.ZodOptional<z.ZodString>;
1838
1838
  }, "strip", z.ZodTypeAny, {
1839
1839
  email: string;
1840
- optional?: boolean | undefined;
1841
1840
  displayName?: string | undefined;
1841
+ optional?: boolean | undefined;
1842
1842
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1843
1843
  }, {
1844
1844
  email: string;
1845
- optional?: boolean | undefined;
1846
1845
  displayName?: string | undefined;
1846
+ optional?: boolean | undefined;
1847
1847
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1848
1848
  }>, "many">>;
1849
1849
  organizer: z.ZodOptional<z.ZodObject<{
1850
1850
  email: z.ZodOptional<z.ZodString>;
1851
1851
  displayName: z.ZodOptional<z.ZodString>;
1852
1852
  }, "strip", z.ZodTypeAny, {
1853
- email?: string | undefined;
1854
1853
  displayName?: string | undefined;
1855
- }, {
1856
1854
  email?: string | undefined;
1855
+ }, {
1857
1856
  displayName?: string | undefined;
1857
+ email?: string | undefined;
1858
1858
  }>>;
1859
1859
  hangoutLink: z.ZodOptional<z.ZodString>;
1860
1860
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -1926,24 +1926,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1926
1926
  displayName: z.ZodOptional<z.ZodString>;
1927
1927
  }, "strip", z.ZodTypeAny, {
1928
1928
  email: string;
1929
- optional?: boolean | undefined;
1930
1929
  displayName?: string | undefined;
1930
+ optional?: boolean | undefined;
1931
1931
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1932
1932
  }, {
1933
1933
  email: string;
1934
- optional?: boolean | undefined;
1935
1934
  displayName?: string | undefined;
1935
+ optional?: boolean | undefined;
1936
1936
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
1937
1937
  }>, "many">>;
1938
1938
  organizer: z.ZodOptional<z.ZodObject<{
1939
1939
  email: z.ZodOptional<z.ZodString>;
1940
1940
  displayName: z.ZodOptional<z.ZodString>;
1941
1941
  }, "strip", z.ZodTypeAny, {
1942
- email?: string | undefined;
1943
1942
  displayName?: string | undefined;
1944
- }, {
1945
1943
  email?: string | undefined;
1944
+ }, {
1946
1945
  displayName?: string | undefined;
1946
+ email?: string | undefined;
1947
1947
  }>>;
1948
1948
  hangoutLink: z.ZodOptional<z.ZodString>;
1949
1949
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2014,24 +2014,24 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
2014
2014
  displayName: z.ZodOptional<z.ZodString>;
2015
2015
  }, "strip", z.ZodTypeAny, {
2016
2016
  email: string;
2017
- optional?: boolean | undefined;
2018
2017
  displayName?: string | undefined;
2018
+ optional?: boolean | undefined;
2019
2019
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2020
2020
  }, {
2021
2021
  email: string;
2022
- optional?: boolean | undefined;
2023
2022
  displayName?: string | undefined;
2023
+ optional?: boolean | undefined;
2024
2024
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2025
2025
  }>, "many">>;
2026
2026
  organizer: z.ZodOptional<z.ZodObject<{
2027
2027
  email: z.ZodOptional<z.ZodString>;
2028
2028
  displayName: z.ZodOptional<z.ZodString>;
2029
2029
  }, "strip", z.ZodTypeAny, {
2030
- email?: string | undefined;
2031
2030
  displayName?: string | undefined;
2032
- }, {
2033
2031
  email?: string | undefined;
2032
+ }, {
2034
2033
  displayName?: string | undefined;
2034
+ email?: string | undefined;
2035
2035
  }>>;
2036
2036
  hangoutLink: z.ZodOptional<z.ZodString>;
2037
2037
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2187,20 +2187,20 @@ 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
  conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2200
2200
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2201
2201
  }, "strip", z.ZodTypeAny, {
2202
- operation: "create_event";
2203
2202
  summary: string;
2203
+ operation: "create_event";
2204
2204
  start: {
2205
2205
  date?: string | undefined;
2206
2206
  timeZone?: string | undefined;
@@ -2218,13 +2218,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2218
2218
  location?: string | undefined;
2219
2219
  attendees?: {
2220
2220
  email: string;
2221
- optional?: boolean | undefined;
2222
2221
  displayName?: string | undefined;
2222
+ optional?: boolean | undefined;
2223
2223
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2224
2224
  }[] | undefined;
2225
2225
  }, {
2226
- operation: "create_event";
2227
2226
  summary: string;
2227
+ operation: "create_event";
2228
2228
  start: {
2229
2229
  date?: string | undefined;
2230
2230
  timeZone?: string | undefined;
@@ -2240,8 +2240,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2240
2240
  location?: string | undefined;
2241
2241
  attendees?: {
2242
2242
  email: string;
2243
- optional?: boolean | undefined;
2244
2243
  displayName?: string | undefined;
2244
+ optional?: boolean | undefined;
2245
2245
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2246
2246
  }[] | undefined;
2247
2247
  calendar_id?: string | undefined;
@@ -2286,13 +2286,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2286
2286
  displayName: z.ZodOptional<z.ZodString>;
2287
2287
  }, "strip", z.ZodTypeAny, {
2288
2288
  email: string;
2289
- optional?: boolean | undefined;
2290
2289
  displayName?: string | undefined;
2290
+ optional?: boolean | undefined;
2291
2291
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2292
2292
  }, {
2293
2293
  email: string;
2294
- optional?: boolean | undefined;
2295
2294
  displayName?: string | undefined;
2295
+ optional?: boolean | undefined;
2296
2296
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2297
2297
  }>, "many">>;
2298
2298
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -2301,8 +2301,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2301
2301
  calendar_id: string;
2302
2302
  event_id: string;
2303
2303
  description?: string | undefined;
2304
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2305
2304
  summary?: string | undefined;
2305
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2306
2306
  start?: {
2307
2307
  date?: string | undefined;
2308
2308
  timeZone?: string | undefined;
@@ -2316,16 +2316,16 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2316
2316
  } | undefined;
2317
2317
  attendees?: {
2318
2318
  email: string;
2319
- optional?: boolean | undefined;
2320
2319
  displayName?: string | undefined;
2320
+ optional?: boolean | undefined;
2321
2321
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2322
2322
  }[] | undefined;
2323
2323
  }, {
2324
2324
  operation: "update_event";
2325
2325
  event_id: string;
2326
2326
  description?: string | undefined;
2327
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2328
2327
  summary?: string | undefined;
2328
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2329
2329
  start?: {
2330
2330
  date?: string | undefined;
2331
2331
  timeZone?: string | undefined;
@@ -2339,8 +2339,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2339
2339
  } | undefined;
2340
2340
  attendees?: {
2341
2341
  email: string;
2342
- optional?: boolean | undefined;
2343
2342
  displayName?: string | undefined;
2343
+ optional?: boolean | undefined;
2344
2344
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2345
2345
  }[] | undefined;
2346
2346
  calendar_id?: string | undefined;
@@ -2461,24 +2461,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2461
2461
  displayName: z.ZodOptional<z.ZodString>;
2462
2462
  }, "strip", z.ZodTypeAny, {
2463
2463
  email: string;
2464
- optional?: boolean | undefined;
2465
2464
  displayName?: string | undefined;
2465
+ optional?: boolean | undefined;
2466
2466
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2467
2467
  }, {
2468
2468
  email: string;
2469
- optional?: boolean | undefined;
2470
2469
  displayName?: string | undefined;
2470
+ optional?: boolean | undefined;
2471
2471
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2472
2472
  }>, "many">>;
2473
2473
  organizer: z.ZodOptional<z.ZodObject<{
2474
2474
  email: z.ZodOptional<z.ZodString>;
2475
2475
  displayName: z.ZodOptional<z.ZodString>;
2476
2476
  }, "strip", z.ZodTypeAny, {
2477
- email?: string | undefined;
2478
2477
  displayName?: string | undefined;
2479
- }, {
2480
2478
  email?: string | undefined;
2479
+ }, {
2481
2480
  displayName?: string | undefined;
2481
+ email?: string | undefined;
2482
2482
  }>>;
2483
2483
  hangoutLink: z.ZodOptional<z.ZodString>;
2484
2484
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2544,24 +2544,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2544
2544
  displayName: z.ZodOptional<z.ZodString>;
2545
2545
  }, "strip", z.ZodTypeAny, {
2546
2546
  email: string;
2547
- optional?: boolean | undefined;
2548
2547
  displayName?: string | undefined;
2548
+ optional?: boolean | undefined;
2549
2549
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2550
2550
  }, {
2551
2551
  email: string;
2552
- optional?: boolean | undefined;
2553
2552
  displayName?: string | undefined;
2553
+ optional?: boolean | undefined;
2554
2554
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2555
2555
  }>, "many">>;
2556
2556
  organizer: z.ZodOptional<z.ZodObject<{
2557
2557
  email: z.ZodOptional<z.ZodString>;
2558
2558
  displayName: z.ZodOptional<z.ZodString>;
2559
2559
  }, "strip", z.ZodTypeAny, {
2560
- email?: string | undefined;
2561
2560
  displayName?: string | undefined;
2562
- }, {
2563
2561
  email?: string | undefined;
2562
+ }, {
2564
2563
  displayName?: string | undefined;
2564
+ email?: string | undefined;
2565
2565
  }>>;
2566
2566
  hangoutLink: z.ZodOptional<z.ZodString>;
2567
2567
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2627,24 +2627,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2627
2627
  displayName: z.ZodOptional<z.ZodString>;
2628
2628
  }, "strip", z.ZodTypeAny, {
2629
2629
  email: string;
2630
- optional?: boolean | undefined;
2631
2630
  displayName?: string | undefined;
2631
+ optional?: boolean | undefined;
2632
2632
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2633
2633
  }, {
2634
2634
  email: string;
2635
- optional?: boolean | undefined;
2636
2635
  displayName?: string | undefined;
2636
+ optional?: boolean | undefined;
2637
2637
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2638
2638
  }>, "many">>;
2639
2639
  organizer: z.ZodOptional<z.ZodObject<{
2640
2640
  email: z.ZodOptional<z.ZodString>;
2641
2641
  displayName: z.ZodOptional<z.ZodString>;
2642
2642
  }, "strip", z.ZodTypeAny, {
2643
- email?: string | undefined;
2644
2643
  displayName?: string | undefined;
2645
- }, {
2646
2644
  email?: string | undefined;
2645
+ }, {
2647
2646
  displayName?: string | undefined;
2647
+ email?: string | undefined;
2648
2648
  }>>;
2649
2649
  hangoutLink: z.ZodOptional<z.ZodString>;
2650
2650
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2718,24 +2718,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2718
2718
  displayName: z.ZodOptional<z.ZodString>;
2719
2719
  }, "strip", z.ZodTypeAny, {
2720
2720
  email: string;
2721
- optional?: boolean | undefined;
2722
2721
  displayName?: string | undefined;
2722
+ optional?: boolean | undefined;
2723
2723
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2724
2724
  }, {
2725
2725
  email: string;
2726
- optional?: boolean | undefined;
2727
2726
  displayName?: string | undefined;
2727
+ optional?: boolean | undefined;
2728
2728
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2729
2729
  }>, "many">>;
2730
2730
  organizer: z.ZodOptional<z.ZodObject<{
2731
2731
  email: z.ZodOptional<z.ZodString>;
2732
2732
  displayName: z.ZodOptional<z.ZodString>;
2733
2733
  }, "strip", z.ZodTypeAny, {
2734
- email?: string | undefined;
2735
2734
  displayName?: string | undefined;
2736
- }, {
2737
2735
  email?: string | undefined;
2736
+ }, {
2738
2737
  displayName?: string | undefined;
2738
+ email?: string | undefined;
2739
2739
  }>>;
2740
2740
  hangoutLink: z.ZodOptional<z.ZodString>;
2741
2741
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2807,24 +2807,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2807
2807
  displayName: z.ZodOptional<z.ZodString>;
2808
2808
  }, "strip", z.ZodTypeAny, {
2809
2809
  email: string;
2810
- optional?: boolean | undefined;
2811
2810
  displayName?: string | undefined;
2811
+ optional?: boolean | undefined;
2812
2812
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2813
2813
  }, {
2814
2814
  email: string;
2815
- optional?: boolean | undefined;
2816
2815
  displayName?: string | undefined;
2816
+ optional?: boolean | undefined;
2817
2817
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2818
2818
  }>, "many">>;
2819
2819
  organizer: z.ZodOptional<z.ZodObject<{
2820
2820
  email: z.ZodOptional<z.ZodString>;
2821
2821
  displayName: z.ZodOptional<z.ZodString>;
2822
2822
  }, "strip", z.ZodTypeAny, {
2823
- email?: string | undefined;
2824
2823
  displayName?: string | undefined;
2825
- }, {
2826
2824
  email?: string | undefined;
2825
+ }, {
2827
2826
  displayName?: string | undefined;
2827
+ email?: string | undefined;
2828
2828
  }>>;
2829
2829
  hangoutLink: z.ZodOptional<z.ZodString>;
2830
2830
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2894,24 +2894,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2894
2894
  displayName: z.ZodOptional<z.ZodString>;
2895
2895
  }, "strip", z.ZodTypeAny, {
2896
2896
  email: string;
2897
- optional?: boolean | undefined;
2898
2897
  displayName?: string | undefined;
2898
+ optional?: boolean | undefined;
2899
2899
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2900
2900
  }, {
2901
2901
  email: string;
2902
- optional?: boolean | undefined;
2903
2902
  displayName?: string | undefined;
2903
+ optional?: boolean | undefined;
2904
2904
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2905
2905
  }>, "many">>;
2906
2906
  organizer: z.ZodOptional<z.ZodObject<{
2907
2907
  email: z.ZodOptional<z.ZodString>;
2908
2908
  displayName: z.ZodOptional<z.ZodString>;
2909
2909
  }, "strip", z.ZodTypeAny, {
2910
- email?: string | undefined;
2911
2910
  displayName?: string | undefined;
2912
- }, {
2913
2911
  email?: string | undefined;
2912
+ }, {
2914
2913
  displayName?: string | undefined;
2914
+ email?: string | undefined;
2915
2915
  }>>;
2916
2916
  hangoutLink: z.ZodOptional<z.ZodString>;
2917
2917
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -2977,24 +2977,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2977
2977
  displayName: z.ZodOptional<z.ZodString>;
2978
2978
  }, "strip", z.ZodTypeAny, {
2979
2979
  email: string;
2980
- optional?: boolean | undefined;
2981
2980
  displayName?: string | undefined;
2981
+ optional?: boolean | undefined;
2982
2982
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2983
2983
  }, {
2984
2984
  email: string;
2985
- optional?: boolean | undefined;
2986
2985
  displayName?: string | undefined;
2986
+ optional?: boolean | undefined;
2987
2987
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2988
2988
  }>, "many">>;
2989
2989
  organizer: z.ZodOptional<z.ZodObject<{
2990
2990
  email: z.ZodOptional<z.ZodString>;
2991
2991
  displayName: z.ZodOptional<z.ZodString>;
2992
2992
  }, "strip", z.ZodTypeAny, {
2993
- email?: string | undefined;
2994
2993
  displayName?: string | undefined;
2995
- }, {
2996
2994
  email?: string | undefined;
2995
+ }, {
2997
2996
  displayName?: string | undefined;
2997
+ email?: string | undefined;
2998
2998
  }>>;
2999
2999
  hangoutLink: z.ZodOptional<z.ZodString>;
3000
3000
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3060,24 +3060,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3060
3060
  displayName: z.ZodOptional<z.ZodString>;
3061
3061
  }, "strip", z.ZodTypeAny, {
3062
3062
  email: string;
3063
- optional?: boolean | undefined;
3064
3063
  displayName?: string | undefined;
3064
+ optional?: boolean | undefined;
3065
3065
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3066
3066
  }, {
3067
3067
  email: string;
3068
- optional?: boolean | undefined;
3069
3068
  displayName?: string | undefined;
3069
+ optional?: boolean | undefined;
3070
3070
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3071
3071
  }>, "many">>;
3072
3072
  organizer: z.ZodOptional<z.ZodObject<{
3073
3073
  email: z.ZodOptional<z.ZodString>;
3074
3074
  displayName: z.ZodOptional<z.ZodString>;
3075
3075
  }, "strip", z.ZodTypeAny, {
3076
- email?: string | undefined;
3077
3076
  displayName?: string | undefined;
3078
- }, {
3079
3077
  email?: string | undefined;
3078
+ }, {
3080
3079
  displayName?: string | undefined;
3080
+ email?: string | undefined;
3081
3081
  }>>;
3082
3082
  hangoutLink: z.ZodOptional<z.ZodString>;
3083
3083
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3149,24 +3149,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3149
3149
  displayName: z.ZodOptional<z.ZodString>;
3150
3150
  }, "strip", z.ZodTypeAny, {
3151
3151
  email: string;
3152
- optional?: boolean | undefined;
3153
3152
  displayName?: string | undefined;
3153
+ optional?: boolean | undefined;
3154
3154
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3155
3155
  }, {
3156
3156
  email: string;
3157
- optional?: boolean | undefined;
3158
3157
  displayName?: string | undefined;
3158
+ optional?: boolean | undefined;
3159
3159
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3160
3160
  }>, "many">>;
3161
3161
  organizer: z.ZodOptional<z.ZodObject<{
3162
3162
  email: z.ZodOptional<z.ZodString>;
3163
3163
  displayName: z.ZodOptional<z.ZodString>;
3164
3164
  }, "strip", z.ZodTypeAny, {
3165
- email?: string | undefined;
3166
3165
  displayName?: string | undefined;
3167
- }, {
3168
3166
  email?: string | undefined;
3167
+ }, {
3169
3168
  displayName?: string | undefined;
3169
+ email?: string | undefined;
3170
3170
  }>>;
3171
3171
  hangoutLink: z.ZodOptional<z.ZodString>;
3172
3172
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3237,24 +3237,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3237
3237
  displayName: z.ZodOptional<z.ZodString>;
3238
3238
  }, "strip", z.ZodTypeAny, {
3239
3239
  email: string;
3240
- optional?: boolean | undefined;
3241
3240
  displayName?: string | undefined;
3241
+ optional?: boolean | undefined;
3242
3242
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3243
3243
  }, {
3244
3244
  email: string;
3245
- optional?: boolean | undefined;
3246
3245
  displayName?: string | undefined;
3246
+ optional?: boolean | undefined;
3247
3247
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3248
3248
  }>, "many">>;
3249
3249
  organizer: z.ZodOptional<z.ZodObject<{
3250
3250
  email: z.ZodOptional<z.ZodString>;
3251
3251
  displayName: z.ZodOptional<z.ZodString>;
3252
3252
  }, "strip", z.ZodTypeAny, {
3253
- email?: string | undefined;
3254
3253
  displayName?: string | undefined;
3255
- }, {
3256
3254
  email?: string | undefined;
3255
+ }, {
3257
3256
  displayName?: string | undefined;
3257
+ email?: string | undefined;
3258
3258
  }>>;
3259
3259
  hangoutLink: z.ZodOptional<z.ZodString>;
3260
3260
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3324,24 +3324,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3324
3324
  displayName: z.ZodOptional<z.ZodString>;
3325
3325
  }, "strip", z.ZodTypeAny, {
3326
3326
  email: string;
3327
- optional?: boolean | undefined;
3328
3327
  displayName?: string | undefined;
3328
+ optional?: boolean | undefined;
3329
3329
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3330
3330
  }, {
3331
3331
  email: string;
3332
- optional?: boolean | undefined;
3333
3332
  displayName?: string | undefined;
3333
+ optional?: boolean | undefined;
3334
3334
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3335
3335
  }>, "many">>;
3336
3336
  organizer: z.ZodOptional<z.ZodObject<{
3337
3337
  email: z.ZodOptional<z.ZodString>;
3338
3338
  displayName: z.ZodOptional<z.ZodString>;
3339
3339
  }, "strip", z.ZodTypeAny, {
3340
- email?: string | undefined;
3341
3340
  displayName?: string | undefined;
3342
- }, {
3343
3341
  email?: string | undefined;
3342
+ }, {
3344
3343
  displayName?: string | undefined;
3344
+ email?: string | undefined;
3345
3345
  }>>;
3346
3346
  hangoutLink: z.ZodOptional<z.ZodString>;
3347
3347
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3407,24 +3407,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3407
3407
  displayName: z.ZodOptional<z.ZodString>;
3408
3408
  }, "strip", z.ZodTypeAny, {
3409
3409
  email: string;
3410
- optional?: boolean | undefined;
3411
3410
  displayName?: string | undefined;
3411
+ optional?: boolean | undefined;
3412
3412
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3413
3413
  }, {
3414
3414
  email: string;
3415
- optional?: boolean | undefined;
3416
3415
  displayName?: string | undefined;
3416
+ optional?: boolean | undefined;
3417
3417
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3418
3418
  }>, "many">>;
3419
3419
  organizer: z.ZodOptional<z.ZodObject<{
3420
3420
  email: z.ZodOptional<z.ZodString>;
3421
3421
  displayName: z.ZodOptional<z.ZodString>;
3422
3422
  }, "strip", z.ZodTypeAny, {
3423
- email?: string | undefined;
3424
3423
  displayName?: string | undefined;
3425
- }, {
3426
3424
  email?: string | undefined;
3425
+ }, {
3427
3426
  displayName?: string | undefined;
3427
+ email?: string | undefined;
3428
3428
  }>>;
3429
3429
  hangoutLink: z.ZodOptional<z.ZodString>;
3430
3430
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3490,24 +3490,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3490
3490
  displayName: z.ZodOptional<z.ZodString>;
3491
3491
  }, "strip", z.ZodTypeAny, {
3492
3492
  email: string;
3493
- optional?: boolean | undefined;
3494
3493
  displayName?: string | undefined;
3494
+ optional?: boolean | undefined;
3495
3495
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3496
3496
  }, {
3497
3497
  email: string;
3498
- optional?: boolean | undefined;
3499
3498
  displayName?: string | undefined;
3499
+ optional?: boolean | undefined;
3500
3500
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3501
3501
  }>, "many">>;
3502
3502
  organizer: z.ZodOptional<z.ZodObject<{
3503
3503
  email: z.ZodOptional<z.ZodString>;
3504
3504
  displayName: z.ZodOptional<z.ZodString>;
3505
3505
  }, "strip", z.ZodTypeAny, {
3506
- email?: string | undefined;
3507
3506
  displayName?: string | undefined;
3508
- }, {
3509
3507
  email?: string | undefined;
3508
+ }, {
3510
3509
  displayName?: string | undefined;
3510
+ email?: string | undefined;
3511
3511
  }>>;
3512
3512
  hangoutLink: z.ZodOptional<z.ZodString>;
3513
3513
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3579,24 +3579,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3579
3579
  displayName: z.ZodOptional<z.ZodString>;
3580
3580
  }, "strip", z.ZodTypeAny, {
3581
3581
  email: string;
3582
- optional?: boolean | undefined;
3583
3582
  displayName?: string | undefined;
3583
+ optional?: boolean | undefined;
3584
3584
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3585
3585
  }, {
3586
3586
  email: string;
3587
- optional?: boolean | undefined;
3588
3587
  displayName?: string | undefined;
3588
+ optional?: boolean | undefined;
3589
3589
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3590
3590
  }>, "many">>;
3591
3591
  organizer: z.ZodOptional<z.ZodObject<{
3592
3592
  email: z.ZodOptional<z.ZodString>;
3593
3593
  displayName: z.ZodOptional<z.ZodString>;
3594
3594
  }, "strip", z.ZodTypeAny, {
3595
- email?: string | undefined;
3596
3595
  displayName?: string | undefined;
3597
- }, {
3598
3596
  email?: string | undefined;
3597
+ }, {
3599
3598
  displayName?: string | undefined;
3599
+ email?: string | undefined;
3600
3600
  }>>;
3601
3601
  hangoutLink: z.ZodOptional<z.ZodString>;
3602
3602
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3667,24 +3667,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3667
3667
  displayName: z.ZodOptional<z.ZodString>;
3668
3668
  }, "strip", z.ZodTypeAny, {
3669
3669
  email: string;
3670
- optional?: boolean | undefined;
3671
3670
  displayName?: string | undefined;
3671
+ optional?: boolean | undefined;
3672
3672
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3673
3673
  }, {
3674
3674
  email: string;
3675
- optional?: boolean | undefined;
3676
3675
  displayName?: string | undefined;
3676
+ optional?: boolean | undefined;
3677
3677
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3678
3678
  }>, "many">>;
3679
3679
  organizer: z.ZodOptional<z.ZodObject<{
3680
3680
  email: z.ZodOptional<z.ZodString>;
3681
3681
  displayName: z.ZodOptional<z.ZodString>;
3682
3682
  }, "strip", z.ZodTypeAny, {
3683
- email?: string | undefined;
3684
3683
  displayName?: string | undefined;
3685
- }, {
3686
3684
  email?: string | undefined;
3685
+ }, {
3687
3686
  displayName?: string | undefined;
3687
+ email?: string | undefined;
3688
3688
  }>>;
3689
3689
  hangoutLink: z.ZodOptional<z.ZodString>;
3690
3690
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3754,24 +3754,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3754
3754
  displayName: z.ZodOptional<z.ZodString>;
3755
3755
  }, "strip", z.ZodTypeAny, {
3756
3756
  email: string;
3757
- optional?: boolean | undefined;
3758
3757
  displayName?: string | undefined;
3758
+ optional?: boolean | undefined;
3759
3759
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3760
3760
  }, {
3761
3761
  email: string;
3762
- optional?: boolean | undefined;
3763
3762
  displayName?: string | undefined;
3763
+ optional?: boolean | undefined;
3764
3764
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3765
3765
  }>, "many">>;
3766
3766
  organizer: z.ZodOptional<z.ZodObject<{
3767
3767
  email: z.ZodOptional<z.ZodString>;
3768
3768
  displayName: z.ZodOptional<z.ZodString>;
3769
3769
  }, "strip", z.ZodTypeAny, {
3770
- email?: string | undefined;
3771
3770
  displayName?: string | undefined;
3772
- }, {
3773
3771
  email?: string | undefined;
3772
+ }, {
3774
3773
  displayName?: string | undefined;
3774
+ email?: string | undefined;
3775
3775
  }>>;
3776
3776
  hangoutLink: z.ZodOptional<z.ZodString>;
3777
3777
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3837,24 +3837,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3837
3837
  displayName: z.ZodOptional<z.ZodString>;
3838
3838
  }, "strip", z.ZodTypeAny, {
3839
3839
  email: string;
3840
- optional?: boolean | undefined;
3841
3840
  displayName?: string | undefined;
3841
+ optional?: boolean | undefined;
3842
3842
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3843
3843
  }, {
3844
3844
  email: string;
3845
- optional?: boolean | undefined;
3846
3845
  displayName?: string | undefined;
3846
+ optional?: boolean | undefined;
3847
3847
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3848
3848
  }>, "many">>;
3849
3849
  organizer: z.ZodOptional<z.ZodObject<{
3850
3850
  email: z.ZodOptional<z.ZodString>;
3851
3851
  displayName: z.ZodOptional<z.ZodString>;
3852
3852
  }, "strip", z.ZodTypeAny, {
3853
- email?: string | undefined;
3854
3853
  displayName?: string | undefined;
3855
- }, {
3856
3854
  email?: string | undefined;
3855
+ }, {
3857
3856
  displayName?: string | undefined;
3857
+ email?: string | undefined;
3858
3858
  }>>;
3859
3859
  hangoutLink: z.ZodOptional<z.ZodString>;
3860
3860
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -3920,24 +3920,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3920
3920
  displayName: z.ZodOptional<z.ZodString>;
3921
3921
  }, "strip", z.ZodTypeAny, {
3922
3922
  email: string;
3923
- optional?: boolean | undefined;
3924
3923
  displayName?: string | undefined;
3924
+ optional?: boolean | undefined;
3925
3925
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3926
3926
  }, {
3927
3927
  email: string;
3928
- optional?: boolean | undefined;
3929
3928
  displayName?: string | undefined;
3929
+ optional?: boolean | undefined;
3930
3930
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
3931
3931
  }>, "many">>;
3932
3932
  organizer: z.ZodOptional<z.ZodObject<{
3933
3933
  email: z.ZodOptional<z.ZodString>;
3934
3934
  displayName: z.ZodOptional<z.ZodString>;
3935
3935
  }, "strip", z.ZodTypeAny, {
3936
- email?: string | undefined;
3937
3936
  displayName?: string | undefined;
3938
- }, {
3939
3937
  email?: string | undefined;
3938
+ }, {
3940
3939
  displayName?: string | undefined;
3940
+ email?: string | undefined;
3941
3941
  }>>;
3942
3942
  hangoutLink: z.ZodOptional<z.ZodString>;
3943
3943
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -4009,24 +4009,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
4009
4009
  displayName: z.ZodOptional<z.ZodString>;
4010
4010
  }, "strip", z.ZodTypeAny, {
4011
4011
  email: string;
4012
- optional?: boolean | undefined;
4013
4012
  displayName?: string | undefined;
4013
+ optional?: boolean | undefined;
4014
4014
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
4015
4015
  }, {
4016
4016
  email: string;
4017
- optional?: boolean | undefined;
4018
4017
  displayName?: string | undefined;
4018
+ optional?: boolean | undefined;
4019
4019
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
4020
4020
  }>, "many">>;
4021
4021
  organizer: z.ZodOptional<z.ZodObject<{
4022
4022
  email: z.ZodOptional<z.ZodString>;
4023
4023
  displayName: z.ZodOptional<z.ZodString>;
4024
4024
  }, "strip", z.ZodTypeAny, {
4025
- email?: string | undefined;
4026
4025
  displayName?: string | undefined;
4027
- }, {
4028
4026
  email?: string | undefined;
4027
+ }, {
4029
4028
  displayName?: string | undefined;
4029
+ email?: string | undefined;
4030
4030
  }>>;
4031
4031
  hangoutLink: z.ZodOptional<z.ZodString>;
4032
4032
  conferenceData: z.ZodOptional<z.ZodAny>;
@@ -4097,24 +4097,24 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
4097
4097
  displayName: z.ZodOptional<z.ZodString>;
4098
4098
  }, "strip", z.ZodTypeAny, {
4099
4099
  email: string;
4100
- optional?: boolean | undefined;
4101
4100
  displayName?: string | undefined;
4101
+ optional?: boolean | undefined;
4102
4102
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
4103
4103
  }, {
4104
4104
  email: string;
4105
- optional?: boolean | undefined;
4106
4105
  displayName?: string | undefined;
4106
+ optional?: boolean | undefined;
4107
4107
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
4108
4108
  }>, "many">>;
4109
4109
  organizer: z.ZodOptional<z.ZodObject<{
4110
4110
  email: z.ZodOptional<z.ZodString>;
4111
4111
  displayName: z.ZodOptional<z.ZodString>;
4112
4112
  }, "strip", z.ZodTypeAny, {
4113
- email?: string | undefined;
4114
4113
  displayName?: string | undefined;
4115
- }, {
4116
4114
  email?: string | undefined;
4115
+ }, {
4117
4116
  displayName?: string | undefined;
4117
+ email?: string | undefined;
4118
4118
  }>>;
4119
4119
  hangoutLink: z.ZodOptional<z.ZodString>;
4120
4120
  conferenceData: z.ZodOptional<z.ZodAny>;