@bubblelab/bubble-core 0.1.193 → 0.1.194

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 (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -116,19 +116,19 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
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
- summary: string;
120
119
  start: {
121
120
  date?: string | undefined;
122
121
  timeZone?: string | undefined;
123
122
  dateTime?: string | undefined;
124
123
  };
125
- operation: "create_event";
126
- calendar_id: string;
127
124
  end: {
128
125
  date?: string | undefined;
129
126
  timeZone?: string | undefined;
130
127
  dateTime?: string | undefined;
131
128
  };
129
+ summary: string;
130
+ operation: "create_event";
131
+ calendar_id: string;
132
132
  conference: boolean;
133
133
  description?: string | undefined;
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -140,28 +140,28 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
140
140
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
141
141
  }[] | undefined;
142
142
  }, {
143
- summary: string;
144
143
  start: {
145
144
  date?: string | undefined;
146
145
  timeZone?: string | undefined;
147
146
  dateTime?: string | undefined;
148
147
  };
149
- operation: "create_event";
150
148
  end: {
151
149
  date?: string | undefined;
152
150
  timeZone?: string | undefined;
153
151
  dateTime?: string | undefined;
154
152
  };
153
+ summary: string;
154
+ operation: "create_event";
155
155
  description?: string | undefined;
156
156
  credentials?: Partial<Record<CredentialType, string>> | undefined;
157
157
  location?: string | undefined;
158
- calendar_id?: string | undefined;
159
158
  attendees?: {
160
159
  email: string;
161
160
  optional?: boolean | undefined;
162
161
  displayName?: string | undefined;
163
162
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
164
163
  }[] | undefined;
164
+ calendar_id?: string | undefined;
165
165
  conference?: boolean | undefined;
166
166
  }>, z.ZodObject<{
167
167
  operation: z.ZodLiteral<"update_event">;
@@ -219,18 +219,18 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
219
219
  event_id: string;
220
220
  description?: string | undefined;
221
221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
222
- summary?: string | undefined;
223
222
  start?: {
224
223
  date?: string | undefined;
225
224
  timeZone?: string | undefined;
226
225
  dateTime?: string | undefined;
227
226
  } | undefined;
228
- location?: string | undefined;
229
227
  end?: {
230
228
  date?: string | undefined;
231
229
  timeZone?: string | undefined;
232
230
  dateTime?: string | undefined;
233
231
  } | undefined;
232
+ summary?: string | undefined;
233
+ location?: string | undefined;
234
234
  attendees?: {
235
235
  email: string;
236
236
  optional?: boolean | undefined;
@@ -242,25 +242,25 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
242
242
  event_id: string;
243
243
  description?: string | undefined;
244
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
245
- summary?: string | undefined;
246
245
  start?: {
247
246
  date?: string | undefined;
248
247
  timeZone?: string | undefined;
249
248
  dateTime?: string | undefined;
250
249
  } | undefined;
251
- location?: string | undefined;
252
- calendar_id?: string | undefined;
253
250
  end?: {
254
251
  date?: string | undefined;
255
252
  timeZone?: string | undefined;
256
253
  dateTime?: string | undefined;
257
254
  } | undefined;
255
+ summary?: string | undefined;
256
+ location?: string | undefined;
258
257
  attendees?: {
259
258
  email: string;
260
259
  optional?: boolean | undefined;
261
260
  displayName?: string | undefined;
262
261
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
263
262
  }[] | undefined;
263
+ calendar_id?: string | undefined;
264
264
  }>, z.ZodObject<{
265
265
  operation: z.ZodLiteral<"delete_event">;
266
266
  calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -308,8 +308,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
308
308
  next_page_token: z.ZodOptional<z.ZodString>;
309
309
  error: z.ZodString;
310
310
  }, "strip", z.ZodTypeAny, {
311
- error: string;
312
311
  success: boolean;
312
+ error: string;
313
313
  operation: "list_calendars";
314
314
  next_page_token?: string | undefined;
315
315
  calendars?: z.objectOutputType<{
@@ -321,8 +321,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
321
321
  accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
322
322
  }, z.ZodTypeAny, "passthrough">[] | undefined;
323
323
  }, {
324
- error: string;
325
324
  success: boolean;
325
+ error: string;
326
326
  operation: "list_calendars";
327
327
  next_page_token?: string | undefined;
328
328
  calendars?: z.objectInputType<{
@@ -589,10 +589,9 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
589
589
  next_page_token: z.ZodOptional<z.ZodString>;
590
590
  error: z.ZodString;
591
591
  }, "strip", z.ZodTypeAny, {
592
- error: string;
593
592
  success: boolean;
593
+ error: string;
594
594
  operation: "list_events";
595
- next_page_token?: string | undefined;
596
595
  events?: z.objectOutputType<{
597
596
  id: z.ZodString;
598
597
  status: z.ZodOptional<z.ZodString>;
@@ -677,11 +676,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
677
676
  }>, "many">>;
678
677
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
679
678
  }, z.ZodTypeAny, "passthrough">[] | undefined;
679
+ next_page_token?: string | undefined;
680
680
  }, {
681
- error: string;
682
681
  success: boolean;
682
+ error: string;
683
683
  operation: "list_events";
684
- next_page_token?: string | undefined;
685
684
  events?: z.objectInputType<{
686
685
  id: z.ZodString;
687
686
  status: z.ZodOptional<z.ZodString>;
@@ -766,6 +765,7 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
766
765
  }>, "many">>;
767
766
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
768
767
  }, z.ZodTypeAny, "passthrough">[] | undefined;
768
+ next_page_token?: string | undefined;
769
769
  }>, z.ZodObject<{
770
770
  operation: z.ZodLiteral<"get_event">;
771
771
  success: z.ZodBoolean;
@@ -1021,8 +1021,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1021
1021
  }, z.ZodTypeAny, "passthrough">>>;
1022
1022
  error: z.ZodString;
1023
1023
  }, "strip", z.ZodTypeAny, {
1024
- error: string;
1025
1024
  success: boolean;
1025
+ error: string;
1026
1026
  operation: "get_event";
1027
1027
  event?: z.objectOutputType<{
1028
1028
  id: z.ZodString;
@@ -1109,8 +1109,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1109
1109
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1110
1110
  }, z.ZodTypeAny, "passthrough"> | undefined;
1111
1111
  }, {
1112
- error: string;
1113
1112
  success: boolean;
1113
+ error: string;
1114
1114
  operation: "get_event";
1115
1115
  event?: z.objectInputType<{
1116
1116
  id: z.ZodString;
@@ -1451,8 +1451,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1451
1451
  }, z.ZodTypeAny, "passthrough">>>;
1452
1452
  error: z.ZodString;
1453
1453
  }, "strip", z.ZodTypeAny, {
1454
- error: string;
1455
1454
  success: boolean;
1455
+ error: string;
1456
1456
  operation: "create_event";
1457
1457
  event?: z.objectOutputType<{
1458
1458
  id: z.ZodString;
@@ -1539,8 +1539,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1539
1539
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1540
1540
  }, z.ZodTypeAny, "passthrough"> | undefined;
1541
1541
  }, {
1542
- error: string;
1543
1542
  success: boolean;
1543
+ error: string;
1544
1544
  operation: "create_event";
1545
1545
  event?: z.objectInputType<{
1546
1546
  id: z.ZodString;
@@ -1881,8 +1881,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1881
1881
  }, z.ZodTypeAny, "passthrough">>>;
1882
1882
  error: z.ZodString;
1883
1883
  }, "strip", z.ZodTypeAny, {
1884
- error: string;
1885
1884
  success: boolean;
1885
+ error: string;
1886
1886
  operation: "update_event";
1887
1887
  event?: z.objectOutputType<{
1888
1888
  id: z.ZodString;
@@ -1969,8 +1969,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
1969
1969
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1970
1970
  }, z.ZodTypeAny, "passthrough"> | undefined;
1971
1971
  }, {
1972
- error: string;
1973
1972
  success: boolean;
1973
+ error: string;
1974
1974
  operation: "update_event";
1975
1975
  event?: z.objectInputType<{
1976
1976
  id: z.ZodString;
@@ -2062,13 +2062,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
2062
2062
  deleted: z.ZodOptional<z.ZodBoolean>;
2063
2063
  error: z.ZodString;
2064
2064
  }, "strip", z.ZodTypeAny, {
2065
- error: string;
2066
2065
  success: boolean;
2066
+ error: string;
2067
2067
  operation: "delete_event";
2068
2068
  deleted?: boolean | undefined;
2069
2069
  }, {
2070
- error: string;
2071
2070
  success: boolean;
2071
+ error: string;
2072
2072
  operation: "delete_event";
2073
2073
  deleted?: boolean | undefined;
2074
2074
  }>]>;
@@ -2199,19 +2199,19 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
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
- summary: string;
2203
2202
  start: {
2204
2203
  date?: string | undefined;
2205
2204
  timeZone?: string | undefined;
2206
2205
  dateTime?: string | undefined;
2207
2206
  };
2208
- operation: "create_event";
2209
- calendar_id: string;
2210
2207
  end: {
2211
2208
  date?: string | undefined;
2212
2209
  timeZone?: string | undefined;
2213
2210
  dateTime?: string | undefined;
2214
2211
  };
2212
+ summary: string;
2213
+ operation: "create_event";
2214
+ calendar_id: string;
2215
2215
  conference: boolean;
2216
2216
  description?: string | undefined;
2217
2217
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2223,28 +2223,28 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2223
2223
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2224
2224
  }[] | undefined;
2225
2225
  }, {
2226
- summary: string;
2227
2226
  start: {
2228
2227
  date?: string | undefined;
2229
2228
  timeZone?: string | undefined;
2230
2229
  dateTime?: string | undefined;
2231
2230
  };
2232
- operation: "create_event";
2233
2231
  end: {
2234
2232
  date?: string | undefined;
2235
2233
  timeZone?: string | undefined;
2236
2234
  dateTime?: string | undefined;
2237
2235
  };
2236
+ summary: string;
2237
+ operation: "create_event";
2238
2238
  description?: string | undefined;
2239
2239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2240
2240
  location?: string | undefined;
2241
- calendar_id?: string | undefined;
2242
2241
  attendees?: {
2243
2242
  email: string;
2244
2243
  optional?: boolean | undefined;
2245
2244
  displayName?: string | undefined;
2246
2245
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2247
2246
  }[] | undefined;
2247
+ calendar_id?: string | undefined;
2248
2248
  conference?: boolean | undefined;
2249
2249
  }>, z.ZodObject<{
2250
2250
  operation: z.ZodLiteral<"update_event">;
@@ -2302,18 +2302,18 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2302
2302
  event_id: string;
2303
2303
  description?: string | undefined;
2304
2304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2305
- summary?: string | undefined;
2306
2305
  start?: {
2307
2306
  date?: string | undefined;
2308
2307
  timeZone?: string | undefined;
2309
2308
  dateTime?: string | undefined;
2310
2309
  } | undefined;
2311
- location?: string | undefined;
2312
2310
  end?: {
2313
2311
  date?: string | undefined;
2314
2312
  timeZone?: string | undefined;
2315
2313
  dateTime?: string | undefined;
2316
2314
  } | undefined;
2315
+ summary?: string | undefined;
2316
+ location?: string | undefined;
2317
2317
  attendees?: {
2318
2318
  email: string;
2319
2319
  optional?: boolean | undefined;
@@ -2325,25 +2325,25 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2325
2325
  event_id: string;
2326
2326
  description?: string | undefined;
2327
2327
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2328
- summary?: string | undefined;
2329
2328
  start?: {
2330
2329
  date?: string | undefined;
2331
2330
  timeZone?: string | undefined;
2332
2331
  dateTime?: string | undefined;
2333
2332
  } | undefined;
2334
- location?: string | undefined;
2335
- calendar_id?: string | undefined;
2336
2333
  end?: {
2337
2334
  date?: string | undefined;
2338
2335
  timeZone?: string | undefined;
2339
2336
  dateTime?: string | undefined;
2340
2337
  } | undefined;
2338
+ summary?: string | undefined;
2339
+ location?: string | undefined;
2341
2340
  attendees?: {
2342
2341
  email: string;
2343
2342
  optional?: boolean | undefined;
2344
2343
  displayName?: string | undefined;
2345
2344
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2346
2345
  }[] | undefined;
2346
+ calendar_id?: string | undefined;
2347
2347
  }>, z.ZodObject<{
2348
2348
  operation: z.ZodLiteral<"delete_event">;
2349
2349
  calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -2391,8 +2391,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2391
2391
  next_page_token: z.ZodOptional<z.ZodString>;
2392
2392
  error: z.ZodString;
2393
2393
  }, "strip", z.ZodTypeAny, {
2394
- error: string;
2395
2394
  success: boolean;
2395
+ error: string;
2396
2396
  operation: "list_calendars";
2397
2397
  next_page_token?: string | undefined;
2398
2398
  calendars?: z.objectOutputType<{
@@ -2404,8 +2404,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2404
2404
  accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
2405
2405
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2406
2406
  }, {
2407
- error: string;
2408
2407
  success: boolean;
2408
+ error: string;
2409
2409
  operation: "list_calendars";
2410
2410
  next_page_token?: string | undefined;
2411
2411
  calendars?: z.objectInputType<{
@@ -2672,10 +2672,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2672
2672
  next_page_token: z.ZodOptional<z.ZodString>;
2673
2673
  error: z.ZodString;
2674
2674
  }, "strip", z.ZodTypeAny, {
2675
- error: string;
2676
2675
  success: boolean;
2676
+ error: string;
2677
2677
  operation: "list_events";
2678
- next_page_token?: string | undefined;
2679
2678
  events?: z.objectOutputType<{
2680
2679
  id: z.ZodString;
2681
2680
  status: z.ZodOptional<z.ZodString>;
@@ -2760,11 +2759,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2760
2759
  }>, "many">>;
2761
2760
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2762
2761
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2762
+ next_page_token?: string | undefined;
2763
2763
  }, {
2764
- error: string;
2765
2764
  success: boolean;
2765
+ error: string;
2766
2766
  operation: "list_events";
2767
- next_page_token?: string | undefined;
2768
2767
  events?: z.objectInputType<{
2769
2768
  id: z.ZodString;
2770
2769
  status: z.ZodOptional<z.ZodString>;
@@ -2849,6 +2848,7 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2849
2848
  }>, "many">>;
2850
2849
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2851
2850
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2851
+ next_page_token?: string | undefined;
2852
2852
  }>, z.ZodObject<{
2853
2853
  operation: z.ZodLiteral<"get_event">;
2854
2854
  success: z.ZodBoolean;
@@ -3104,8 +3104,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3104
3104
  }, z.ZodTypeAny, "passthrough">>>;
3105
3105
  error: z.ZodString;
3106
3106
  }, "strip", z.ZodTypeAny, {
3107
- error: string;
3108
3107
  success: boolean;
3108
+ error: string;
3109
3109
  operation: "get_event";
3110
3110
  event?: z.objectOutputType<{
3111
3111
  id: z.ZodString;
@@ -3192,8 +3192,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3192
3192
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3193
3193
  }, z.ZodTypeAny, "passthrough"> | undefined;
3194
3194
  }, {
3195
- error: string;
3196
3195
  success: boolean;
3196
+ error: string;
3197
3197
  operation: "get_event";
3198
3198
  event?: z.objectInputType<{
3199
3199
  id: z.ZodString;
@@ -3534,8 +3534,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3534
3534
  }, z.ZodTypeAny, "passthrough">>>;
3535
3535
  error: z.ZodString;
3536
3536
  }, "strip", z.ZodTypeAny, {
3537
- error: string;
3538
3537
  success: boolean;
3538
+ error: string;
3539
3539
  operation: "create_event";
3540
3540
  event?: z.objectOutputType<{
3541
3541
  id: z.ZodString;
@@ -3622,8 +3622,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3622
3622
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3623
3623
  }, z.ZodTypeAny, "passthrough"> | undefined;
3624
3624
  }, {
3625
- error: string;
3626
3625
  success: boolean;
3626
+ error: string;
3627
3627
  operation: "create_event";
3628
3628
  event?: z.objectInputType<{
3629
3629
  id: z.ZodString;
@@ -3964,8 +3964,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
3964
3964
  }, z.ZodTypeAny, "passthrough">>>;
3965
3965
  error: z.ZodString;
3966
3966
  }, "strip", z.ZodTypeAny, {
3967
- error: string;
3968
3967
  success: boolean;
3968
+ error: string;
3969
3969
  operation: "update_event";
3970
3970
  event?: z.objectOutputType<{
3971
3971
  id: z.ZodString;
@@ -4052,8 +4052,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
4052
4052
  driveAttachmentFileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4053
4053
  }, z.ZodTypeAny, "passthrough"> | undefined;
4054
4054
  }, {
4055
- error: string;
4056
4055
  success: boolean;
4056
+ error: string;
4057
4057
  operation: "update_event";
4058
4058
  event?: z.objectInputType<{
4059
4059
  id: z.ZodString;
@@ -4145,13 +4145,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
4145
4145
  deleted: z.ZodOptional<z.ZodBoolean>;
4146
4146
  error: z.ZodString;
4147
4147
  }, "strip", z.ZodTypeAny, {
4148
- error: string;
4149
4148
  success: boolean;
4149
+ error: string;
4150
4150
  operation: "delete_event";
4151
4151
  deleted?: boolean | undefined;
4152
4152
  }, {
4153
- error: string;
4154
4153
  success: boolean;
4154
+ error: string;
4155
4155
  operation: "delete_event";
4156
4156
  deleted?: boolean | undefined;
4157
4157
  }>]>;