@bubblelab/bubble-core 0.1.55 → 0.1.56

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 (62) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
  4. package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  39. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  45. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
  46. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
  47. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +1 -1
  62. package/package.json +2 -2
@@ -42,9 +42,9 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
42
42
  }, {
43
43
  operation: "list_events";
44
44
  credentials?: Partial<Record<CredentialType, string>> | undefined;
45
- q?: string | undefined;
46
45
  max_results?: number | undefined;
47
46
  order_by?: "updated" | "startTime" | undefined;
47
+ q?: string | undefined;
48
48
  page_token?: string | undefined;
49
49
  calendar_id?: string | undefined;
50
50
  time_min?: string | undefined;
@@ -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
- operation: "create_event";
120
- calendar_id: string;
121
119
  summary: string;
122
120
  start: {
123
121
  date?: string | undefined;
124
122
  timeZone?: string | undefined;
125
123
  dateTime?: string | undefined;
126
124
  };
125
+ operation: "create_event";
127
126
  end: {
128
127
  date?: string | undefined;
129
128
  timeZone?: string | undefined;
130
129
  dateTime?: string | undefined;
131
130
  };
131
+ calendar_id: string;
132
132
  conference: boolean;
133
133
  description?: string | undefined;
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -140,13 +140,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
140
140
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
141
141
  }[] | undefined;
142
142
  }, {
143
- operation: "create_event";
144
143
  summary: string;
145
144
  start: {
146
145
  date?: string | undefined;
147
146
  timeZone?: string | undefined;
148
147
  dateTime?: string | undefined;
149
148
  };
149
+ operation: "create_event";
150
150
  end: {
151
151
  date?: string | undefined;
152
152
  timeZone?: string | undefined;
@@ -155,13 +155,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
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,13 +219,13 @@ 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
- location?: string | undefined;
223
222
  summary?: string | undefined;
224
223
  start?: {
225
224
  date?: string | undefined;
226
225
  timeZone?: string | undefined;
227
226
  dateTime?: string | undefined;
228
227
  } | undefined;
228
+ location?: string | undefined;
229
229
  end?: {
230
230
  date?: string | undefined;
231
231
  timeZone?: string | undefined;
@@ -242,14 +242,13 @@ 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
- location?: string | undefined;
246
- calendar_id?: string | undefined;
247
245
  summary?: string | undefined;
248
246
  start?: {
249
247
  date?: string | undefined;
250
248
  timeZone?: string | undefined;
251
249
  dateTime?: string | undefined;
252
250
  } | undefined;
251
+ location?: string | undefined;
253
252
  end?: {
254
253
  date?: string | undefined;
255
254
  timeZone?: string | undefined;
@@ -261,6 +260,7 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
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>>;
@@ -271,14 +271,14 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
271
271
  operation: "delete_event";
272
272
  calendar_id: string;
273
273
  event_id: string;
274
- send_updates: "all" | "none" | "externalOnly";
274
+ send_updates: "none" | "all" | "externalOnly";
275
275
  credentials?: Partial<Record<CredentialType, string>> | undefined;
276
276
  }, {
277
277
  operation: "delete_event";
278
278
  event_id: string;
279
279
  credentials?: Partial<Record<CredentialType, string>> | undefined;
280
280
  calendar_id?: string | undefined;
281
- send_updates?: "all" | "none" | "externalOnly" | undefined;
281
+ send_updates?: "none" | "all" | "externalOnly" | undefined;
282
282
  }>]>;
283
283
  declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
284
284
  operation: z.ZodLiteral<"list_calendars">;
@@ -2125,9 +2125,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2125
2125
  }, {
2126
2126
  operation: "list_events";
2127
2127
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2128
- q?: string | undefined;
2129
2128
  max_results?: number | undefined;
2130
2129
  order_by?: "updated" | "startTime" | undefined;
2130
+ q?: string | undefined;
2131
2131
  page_token?: string | undefined;
2132
2132
  calendar_id?: string | undefined;
2133
2133
  time_min?: string | undefined;
@@ -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
- operation: "create_event";
2203
- calendar_id: string;
2204
2202
  summary: string;
2205
2203
  start: {
2206
2204
  date?: string | undefined;
2207
2205
  timeZone?: string | undefined;
2208
2206
  dateTime?: string | undefined;
2209
2207
  };
2208
+ operation: "create_event";
2210
2209
  end: {
2211
2210
  date?: string | undefined;
2212
2211
  timeZone?: string | undefined;
2213
2212
  dateTime?: string | undefined;
2214
2213
  };
2214
+ calendar_id: string;
2215
2215
  conference: boolean;
2216
2216
  description?: string | undefined;
2217
2217
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2223,13 +2223,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2223
2223
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2224
2224
  }[] | undefined;
2225
2225
  }, {
2226
- operation: "create_event";
2227
2226
  summary: string;
2228
2227
  start: {
2229
2228
  date?: string | undefined;
2230
2229
  timeZone?: string | undefined;
2231
2230
  dateTime?: string | undefined;
2232
2231
  };
2232
+ operation: "create_event";
2233
2233
  end: {
2234
2234
  date?: string | undefined;
2235
2235
  timeZone?: string | undefined;
@@ -2238,13 +2238,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
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,13 +2302,13 @@ 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
- location?: string | undefined;
2306
2305
  summary?: string | undefined;
2307
2306
  start?: {
2308
2307
  date?: string | undefined;
2309
2308
  timeZone?: string | undefined;
2310
2309
  dateTime?: string | undefined;
2311
2310
  } | undefined;
2311
+ location?: string | undefined;
2312
2312
  end?: {
2313
2313
  date?: string | undefined;
2314
2314
  timeZone?: string | undefined;
@@ -2325,14 +2325,13 @@ 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
- location?: string | undefined;
2329
- calendar_id?: string | undefined;
2330
2328
  summary?: string | undefined;
2331
2329
  start?: {
2332
2330
  date?: string | undefined;
2333
2331
  timeZone?: string | undefined;
2334
2332
  dateTime?: string | undefined;
2335
2333
  } | undefined;
2334
+ location?: string | undefined;
2336
2335
  end?: {
2337
2336
  date?: string | undefined;
2338
2337
  timeZone?: string | undefined;
@@ -2344,6 +2343,7 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
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>>;
@@ -2354,14 +2354,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2354
2354
  operation: "delete_event";
2355
2355
  calendar_id: string;
2356
2356
  event_id: string;
2357
- send_updates: "all" | "none" | "externalOnly";
2357
+ send_updates: "none" | "all" | "externalOnly";
2358
2358
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2359
2359
  }, {
2360
2360
  operation: "delete_event";
2361
2361
  event_id: string;
2362
2362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2363
2363
  calendar_id?: string | undefined;
2364
- send_updates?: "all" | "none" | "externalOnly" | undefined;
2364
+ send_updates?: "none" | "all" | "externalOnly" | undefined;
2365
2365
  }>]>;
2366
2366
  static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
2367
2367
  operation: z.ZodLiteral<"list_calendars">;
@@ -12,16 +12,16 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
12
12
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  name: string;
15
- operation: "upload_file";
16
15
  content: string;
16
+ operation: "upload_file";
17
17
  convert_to_google_docs: boolean;
18
18
  credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  mimeType?: string | undefined;
20
20
  parent_folder_id?: string | undefined;
21
21
  }, {
22
22
  name: string;
23
- operation: "upload_file";
24
23
  content: string;
24
+ operation: "upload_file";
25
25
  credentials?: Partial<Record<CredentialType, string>> | undefined;
26
26
  mimeType?: string | undefined;
27
27
  parent_folder_id?: string | undefined;
@@ -119,20 +119,20 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
119
119
  send_notification: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
120
120
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
121
121
  }, "strip", z.ZodTypeAny, {
122
- type: "domain" | "user" | "group" | "anyone";
122
+ type: "user" | "group" | "domain" | "anyone";
123
123
  operation: "share_file";
124
124
  file_id: string;
125
- role: "reader" | "writer" | "commenter" | "owner";
125
+ role: "writer" | "reader" | "commenter" | "owner";
126
126
  send_notification: boolean;
127
127
  credentials?: Partial<Record<CredentialType, string>> | undefined;
128
128
  email_address?: string | undefined;
129
129
  }, {
130
130
  operation: "share_file";
131
131
  file_id: string;
132
- type?: "domain" | "user" | "group" | "anyone" | undefined;
132
+ type?: "user" | "group" | "domain" | "anyone" | undefined;
133
133
  credentials?: Partial<Record<CredentialType, string>> | undefined;
134
134
  email_address?: string | undefined;
135
- role?: "reader" | "writer" | "commenter" | "owner" | undefined;
135
+ role?: "writer" | "reader" | "commenter" | "owner" | undefined;
136
136
  send_notification?: boolean | undefined;
137
137
  }>, z.ZodObject<{
138
138
  operation: z.ZodLiteral<"move_file">;
@@ -171,14 +171,14 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
171
171
  mode: z.ZodDefault<z.ZodOptional<z.ZodEnum<["replace", "append"]>>>;
172
172
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
173
173
  }, "strip", z.ZodTypeAny, {
174
- operation: "update_doc";
175
174
  content: string;
175
+ operation: "update_doc";
176
176
  mode: "replace" | "append";
177
177
  document_id: string;
178
178
  credentials?: Partial<Record<CredentialType, string>> | undefined;
179
179
  }, {
180
- operation: "update_doc";
181
180
  content: string;
181
+ operation: "update_doc";
182
182
  document_id: string;
183
183
  credentials?: Partial<Record<CredentialType, string>> | undefined;
184
184
  mode?: "replace" | "append" | undefined;
@@ -800,16 +800,16 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
800
800
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
801
801
  }, "strip", z.ZodTypeAny, {
802
802
  name: string;
803
- operation: "upload_file";
804
803
  content: string;
804
+ operation: "upload_file";
805
805
  convert_to_google_docs: boolean;
806
806
  credentials?: Partial<Record<CredentialType, string>> | undefined;
807
807
  mimeType?: string | undefined;
808
808
  parent_folder_id?: string | undefined;
809
809
  }, {
810
810
  name: string;
811
- operation: "upload_file";
812
811
  content: string;
812
+ operation: "upload_file";
813
813
  credentials?: Partial<Record<CredentialType, string>> | undefined;
814
814
  mimeType?: string | undefined;
815
815
  parent_folder_id?: string | undefined;
@@ -907,20 +907,20 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
907
907
  send_notification: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
908
908
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
909
909
  }, "strip", z.ZodTypeAny, {
910
- type: "domain" | "user" | "group" | "anyone";
910
+ type: "user" | "group" | "domain" | "anyone";
911
911
  operation: "share_file";
912
912
  file_id: string;
913
- role: "reader" | "writer" | "commenter" | "owner";
913
+ role: "writer" | "reader" | "commenter" | "owner";
914
914
  send_notification: boolean;
915
915
  credentials?: Partial<Record<CredentialType, string>> | undefined;
916
916
  email_address?: string | undefined;
917
917
  }, {
918
918
  operation: "share_file";
919
919
  file_id: string;
920
- type?: "domain" | "user" | "group" | "anyone" | undefined;
920
+ type?: "user" | "group" | "domain" | "anyone" | undefined;
921
921
  credentials?: Partial<Record<CredentialType, string>> | undefined;
922
922
  email_address?: string | undefined;
923
- role?: "reader" | "writer" | "commenter" | "owner" | undefined;
923
+ role?: "writer" | "reader" | "commenter" | "owner" | undefined;
924
924
  send_notification?: boolean | undefined;
925
925
  }>, z.ZodObject<{
926
926
  operation: z.ZodLiteral<"move_file">;
@@ -959,14 +959,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
959
959
  mode: z.ZodDefault<z.ZodOptional<z.ZodEnum<["replace", "append"]>>>;
960
960
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
961
961
  }, "strip", z.ZodTypeAny, {
962
- operation: "update_doc";
963
962
  content: string;
963
+ operation: "update_doc";
964
964
  mode: "replace" | "append";
965
965
  document_id: string;
966
966
  credentials?: Partial<Record<CredentialType, string>> | undefined;
967
967
  }, {
968
- operation: "update_doc";
969
968
  content: string;
969
+ operation: "update_doc";
970
970
  document_id: string;
971
971
  credentials?: Partial<Record<CredentialType, string>> | undefined;
972
972
  mode?: "replace" | "append" | undefined;
@@ -43,16 +43,16 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
43
43
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
44
44
  }, "strip", import("zod").ZodTypeAny, {
45
45
  operation: "read_values";
46
- spreadsheet_id: string;
47
46
  range: string;
47
+ spreadsheet_id: string;
48
48
  major_dimension: "ROWS" | "COLUMNS";
49
49
  value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
50
50
  date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
51
51
  credentials?: Partial<Record<CredentialType, string>> | undefined;
52
52
  }, {
53
53
  operation: "read_values";
54
- spreadsheet_id: string;
55
54
  range: string;
55
+ spreadsheet_id: string;
56
56
  credentials?: Partial<Record<CredentialType, string>> | undefined;
57
57
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
58
58
  value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
@@ -69,8 +69,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
69
69
  }, "strip", import("zod").ZodTypeAny, {
70
70
  values: (string | number | boolean)[][];
71
71
  operation: "write_values";
72
- spreadsheet_id: string;
73
72
  range: string;
73
+ spreadsheet_id: string;
74
74
  major_dimension: "ROWS" | "COLUMNS";
75
75
  value_input_option: "RAW" | "USER_ENTERED";
76
76
  include_values_in_response: boolean;
@@ -78,8 +78,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
78
78
  }, {
79
79
  values: unknown[][];
80
80
  operation: "write_values";
81
- spreadsheet_id: string;
82
81
  range: string;
82
+ spreadsheet_id: string;
83
83
  credentials?: Partial<Record<CredentialType, string>> | undefined;
84
84
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
85
85
  value_input_option?: "RAW" | "USER_ENTERED" | undefined;
@@ -96,8 +96,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
96
96
  }, "strip", import("zod").ZodTypeAny, {
97
97
  values: (string | number | boolean)[][];
98
98
  operation: "update_values";
99
- spreadsheet_id: string;
100
99
  range: string;
100
+ spreadsheet_id: string;
101
101
  major_dimension: "ROWS" | "COLUMNS";
102
102
  value_input_option: "RAW" | "USER_ENTERED";
103
103
  include_values_in_response: boolean;
@@ -105,8 +105,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
105
105
  }, {
106
106
  values: unknown[][];
107
107
  operation: "update_values";
108
- spreadsheet_id: string;
109
108
  range: string;
109
+ spreadsheet_id: string;
110
110
  credentials?: Partial<Record<CredentialType, string>> | undefined;
111
111
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
112
112
  value_input_option?: "RAW" | "USER_ENTERED" | undefined;
@@ -124,8 +124,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
124
124
  }, "strip", import("zod").ZodTypeAny, {
125
125
  values: (string | number | boolean)[][];
126
126
  operation: "append_values";
127
- spreadsheet_id: string;
128
127
  range: string;
128
+ spreadsheet_id: string;
129
129
  major_dimension: "ROWS" | "COLUMNS";
130
130
  value_input_option: "RAW" | "USER_ENTERED";
131
131
  include_values_in_response: boolean;
@@ -134,8 +134,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
134
134
  }, {
135
135
  values: unknown[][];
136
136
  operation: "append_values";
137
- spreadsheet_id: string;
138
137
  range: string;
138
+ spreadsheet_id: string;
139
139
  credentials?: Partial<Record<CredentialType, string>> | undefined;
140
140
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
141
141
  value_input_option?: "RAW" | "USER_ENTERED" | undefined;
@@ -148,13 +148,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
148
148
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
149
149
  }, "strip", import("zod").ZodTypeAny, {
150
150
  operation: "clear_values";
151
- spreadsheet_id: string;
152
151
  range: string;
152
+ spreadsheet_id: string;
153
153
  credentials?: Partial<Record<CredentialType, string>> | undefined;
154
154
  }, {
155
155
  operation: "clear_values";
156
- spreadsheet_id: string;
157
156
  range: string;
157
+ spreadsheet_id: string;
158
158
  credentials?: Partial<Record<CredentialType, string>> | undefined;
159
159
  }>, import("zod").ZodObject<{
160
160
  operation: import("zod").ZodLiteral<"batch_read_values">;
@@ -143,16 +143,16 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
143
143
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
144
144
  }, "strip", z.ZodTypeAny, {
145
145
  operation: "read_values";
146
- spreadsheet_id: string;
147
146
  range: string;
147
+ spreadsheet_id: string;
148
148
  major_dimension: "ROWS" | "COLUMNS";
149
149
  value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
150
150
  date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
151
151
  credentials?: Partial<Record<CredentialType, string>> | undefined;
152
152
  }, {
153
153
  operation: "read_values";
154
- spreadsheet_id: string;
155
154
  range: string;
155
+ spreadsheet_id: string;
156
156
  credentials?: Partial<Record<CredentialType, string>> | undefined;
157
157
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
158
158
  value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
@@ -169,8 +169,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
169
169
  }, "strip", z.ZodTypeAny, {
170
170
  values: (string | number | boolean)[][];
171
171
  operation: "write_values";
172
- spreadsheet_id: string;
173
172
  range: string;
173
+ spreadsheet_id: string;
174
174
  major_dimension: "ROWS" | "COLUMNS";
175
175
  value_input_option: "RAW" | "USER_ENTERED";
176
176
  include_values_in_response: boolean;
@@ -178,8 +178,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
178
178
  }, {
179
179
  values: unknown[][];
180
180
  operation: "write_values";
181
- spreadsheet_id: string;
182
181
  range: string;
182
+ spreadsheet_id: string;
183
183
  credentials?: Partial<Record<CredentialType, string>> | undefined;
184
184
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
185
185
  value_input_option?: "RAW" | "USER_ENTERED" | undefined;
@@ -196,8 +196,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
196
196
  }, "strip", z.ZodTypeAny, {
197
197
  values: (string | number | boolean)[][];
198
198
  operation: "update_values";
199
- spreadsheet_id: string;
200
199
  range: string;
200
+ spreadsheet_id: string;
201
201
  major_dimension: "ROWS" | "COLUMNS";
202
202
  value_input_option: "RAW" | "USER_ENTERED";
203
203
  include_values_in_response: boolean;
@@ -205,8 +205,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
205
205
  }, {
206
206
  values: unknown[][];
207
207
  operation: "update_values";
208
- spreadsheet_id: string;
209
208
  range: string;
209
+ spreadsheet_id: string;
210
210
  credentials?: Partial<Record<CredentialType, string>> | undefined;
211
211
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
212
212
  value_input_option?: "RAW" | "USER_ENTERED" | undefined;
@@ -224,8 +224,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  values: (string | number | boolean)[][];
226
226
  operation: "append_values";
227
- spreadsheet_id: string;
228
227
  range: string;
228
+ spreadsheet_id: string;
229
229
  major_dimension: "ROWS" | "COLUMNS";
230
230
  value_input_option: "RAW" | "USER_ENTERED";
231
231
  include_values_in_response: boolean;
@@ -234,8 +234,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
234
234
  }, {
235
235
  values: unknown[][];
236
236
  operation: "append_values";
237
- spreadsheet_id: string;
238
237
  range: string;
238
+ spreadsheet_id: string;
239
239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
240
240
  major_dimension?: "ROWS" | "COLUMNS" | undefined;
241
241
  value_input_option?: "RAW" | "USER_ENTERED" | undefined;
@@ -248,13 +248,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
248
248
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
249
249
  }, "strip", z.ZodTypeAny, {
250
250
  operation: "clear_values";
251
- spreadsheet_id: string;
252
251
  range: string;
252
+ spreadsheet_id: string;
253
253
  credentials?: Partial<Record<CredentialType, string>> | undefined;
254
254
  }, {
255
255
  operation: "clear_values";
256
- spreadsheet_id: string;
257
256
  range: string;
257
+ spreadsheet_id: string;
258
258
  credentials?: Partial<Record<CredentialType, string>> | undefined;
259
259
  }>, z.ZodObject<{
260
260
  operation: z.ZodLiteral<"batch_read_values">;
@@ -14,23 +14,23 @@ declare const HttpParamsSchema: z.ZodObject<{
14
14
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  url: string;
17
- method: "GET" | "POST" | "DELETE" | "PATCH" | "PUT" | "HEAD" | "OPTIONS";
18
17
  timeout: number;
18
+ method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
19
19
  followRedirects: boolean;
20
- authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
20
+ authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
21
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22
- body?: string | Record<string, unknown> | undefined;
23
22
  headers?: Record<string, string> | undefined;
23
+ body?: string | Record<string, unknown> | undefined;
24
24
  authHeader?: string | undefined;
25
25
  }, {
26
26
  url: string;
27
27
  credentials?: Partial<Record<CredentialType, string>> | undefined;
28
- method?: "GET" | "POST" | "DELETE" | "PATCH" | "PUT" | "HEAD" | "OPTIONS" | undefined;
29
28
  timeout?: number | undefined;
30
- body?: string | Record<string, unknown> | undefined;
31
29
  headers?: Record<string, string> | undefined;
30
+ method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
31
+ body?: string | Record<string, unknown> | undefined;
32
32
  followRedirects?: boolean | undefined;
33
- authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
33
+ authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
34
34
  authHeader?: string | undefined;
35
35
  }>;
36
36
  type HttpParamsInput = z.input<typeof HttpParamsSchema>;
@@ -49,9 +49,9 @@ declare const HttpResultSchema: z.ZodObject<{
49
49
  status: number;
50
50
  error: string;
51
51
  success: boolean;
52
- body: string;
53
- size: number;
54
52
  headers: Record<string, string>;
53
+ size: number;
54
+ body: string;
55
55
  statusText: string;
56
56
  responseTime: number;
57
57
  json?: unknown;
@@ -59,9 +59,9 @@ declare const HttpResultSchema: z.ZodObject<{
59
59
  status: number;
60
60
  error: string;
61
61
  success: boolean;
62
- body: string;
63
- size: number;
64
62
  headers: Record<string, string>;
63
+ size: number;
64
+ body: string;
65
65
  statusText: string;
66
66
  responseTime: number;
67
67
  json?: unknown;
@@ -84,23 +84,23 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
84
84
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  url: string;
87
- method: "GET" | "POST" | "DELETE" | "PATCH" | "PUT" | "HEAD" | "OPTIONS";
88
87
  timeout: number;
88
+ method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
89
89
  followRedirects: boolean;
90
- authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
90
+ authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
91
91
  credentials?: Partial<Record<CredentialType, string>> | undefined;
92
- body?: string | Record<string, unknown> | undefined;
93
92
  headers?: Record<string, string> | undefined;
93
+ body?: string | Record<string, unknown> | undefined;
94
94
  authHeader?: string | undefined;
95
95
  }, {
96
96
  url: string;
97
97
  credentials?: Partial<Record<CredentialType, string>> | undefined;
98
- method?: "GET" | "POST" | "DELETE" | "PATCH" | "PUT" | "HEAD" | "OPTIONS" | undefined;
99
98
  timeout?: number | undefined;
100
- body?: string | Record<string, unknown> | undefined;
101
99
  headers?: Record<string, string> | undefined;
100
+ method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
101
+ body?: string | Record<string, unknown> | undefined;
102
102
  followRedirects?: boolean | undefined;
103
- authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
103
+ authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
104
104
  authHeader?: string | undefined;
105
105
  }>;
106
106
  static readonly resultSchema: z.ZodObject<{
@@ -117,9 +117,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
117
117
  status: number;
118
118
  error: string;
119
119
  success: boolean;
120
- body: string;
121
- size: number;
122
120
  headers: Record<string, string>;
121
+ size: number;
122
+ body: string;
123
123
  statusText: string;
124
124
  responseTime: number;
125
125
  json?: unknown;
@@ -127,9 +127,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
127
127
  status: number;
128
128
  error: string;
129
129
  success: boolean;
130
- body: string;
131
- size: number;
132
130
  headers: Record<string, string>;
131
+ size: number;
132
+ body: string;
133
133
  statusText: string;
134
134
  responseTime: number;
135
135
  json?: unknown;