@bubblelab/bubble-core 0.1.70 → 0.1.71

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 (41) hide show
  1. package/dist/bubble-bundle.d.ts +71 -71
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +80 -80
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
  15. package/dist/bubbles/service-bubble/github.d.ts +36 -36
  16. package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  19. package/dist/bubbles/service-bubble/google-drive.js +20 -7
  20. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +216 -216
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
  29. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  30. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  31. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +234 -234
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  38. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
  39. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  40. package/dist/bubbles.json +3 -3
  41. package/package.json +2 -2
@@ -202,8 +202,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
202
202
  error: string;
203
203
  ok: boolean;
204
204
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
205
- created_at?: string | undefined;
206
205
  session_id?: string | undefined;
206
+ created_at?: string | undefined;
207
207
  vnc_url?: string | undefined;
208
208
  agent_name?: string | undefined;
209
209
  }, {
@@ -212,8 +212,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
212
212
  error: string;
213
213
  ok: boolean;
214
214
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
215
- created_at?: string | undefined;
216
215
  session_id?: string | undefined;
216
+ created_at?: string | undefined;
217
217
  vnc_url?: string | undefined;
218
218
  agent_name?: string | undefined;
219
219
  }>, z.ZodObject<{
@@ -227,14 +227,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
227
227
  created_at: z.ZodString;
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
230
- created_at: string;
231
230
  session_id: string;
231
+ created_at: string;
232
232
  agent_name: string;
233
233
  vnc_url?: string | undefined;
234
234
  }, {
235
235
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
236
- created_at: string;
237
236
  session_id: string;
237
+ created_at: string;
238
238
  agent_name: string;
239
239
  vnc_url?: string | undefined;
240
240
  }>, "many">>;
@@ -247,8 +247,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
247
247
  ok: boolean;
248
248
  sessions?: {
249
249
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
250
- created_at: string;
251
250
  session_id: string;
251
+ created_at: string;
252
252
  agent_name: string;
253
253
  vnc_url?: string | undefined;
254
254
  }[] | undefined;
@@ -259,8 +259,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
259
259
  ok: boolean;
260
260
  sessions?: {
261
261
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
262
- created_at: string;
263
262
  session_id: string;
263
+ created_at: string;
264
264
  agent_name: string;
265
265
  vnc_url?: string | undefined;
266
266
  }[] | undefined;
@@ -275,14 +275,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
275
275
  created_at: z.ZodString;
276
276
  }, "strip", z.ZodTypeAny, {
277
277
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
278
- created_at: string;
279
278
  session_id: string;
279
+ created_at: string;
280
280
  agent_name: string;
281
281
  vnc_url?: string | undefined;
282
282
  }, {
283
283
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
284
- created_at: string;
285
284
  session_id: string;
285
+ created_at: string;
286
286
  agent_name: string;
287
287
  vnc_url?: string | undefined;
288
288
  }>>;
@@ -295,8 +295,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
295
295
  ok: boolean;
296
296
  session?: {
297
297
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
298
- created_at: string;
299
298
  session_id: string;
299
+ created_at: string;
300
300
  agent_name: string;
301
301
  vnc_url?: string | undefined;
302
302
  } | undefined;
@@ -307,8 +307,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
307
307
  ok: boolean;
308
308
  session?: {
309
309
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
310
- created_at: string;
311
310
  session_id: string;
311
+ created_at: string;
312
312
  agent_name: string;
313
313
  vnc_url?: string | undefined;
314
314
  } | undefined;
@@ -755,8 +755,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
755
755
  error: string;
756
756
  ok: boolean;
757
757
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
758
- created_at?: string | undefined;
759
758
  session_id?: string | undefined;
759
+ created_at?: string | undefined;
760
760
  vnc_url?: string | undefined;
761
761
  agent_name?: string | undefined;
762
762
  }, {
@@ -765,8 +765,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
765
765
  error: string;
766
766
  ok: boolean;
767
767
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
768
- created_at?: string | undefined;
769
768
  session_id?: string | undefined;
769
+ created_at?: string | undefined;
770
770
  vnc_url?: string | undefined;
771
771
  agent_name?: string | undefined;
772
772
  }>, z.ZodObject<{
@@ -780,14 +780,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
780
780
  created_at: z.ZodString;
781
781
  }, "strip", z.ZodTypeAny, {
782
782
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
783
- created_at: string;
784
783
  session_id: string;
784
+ created_at: string;
785
785
  agent_name: string;
786
786
  vnc_url?: string | undefined;
787
787
  }, {
788
788
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
789
- created_at: string;
790
789
  session_id: string;
790
+ created_at: string;
791
791
  agent_name: string;
792
792
  vnc_url?: string | undefined;
793
793
  }>, "many">>;
@@ -800,8 +800,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
800
800
  ok: boolean;
801
801
  sessions?: {
802
802
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
803
- created_at: string;
804
803
  session_id: string;
804
+ created_at: string;
805
805
  agent_name: string;
806
806
  vnc_url?: string | undefined;
807
807
  }[] | undefined;
@@ -812,8 +812,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
812
812
  ok: boolean;
813
813
  sessions?: {
814
814
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
815
- created_at: string;
816
815
  session_id: string;
816
+ created_at: string;
817
817
  agent_name: string;
818
818
  vnc_url?: string | undefined;
819
819
  }[] | undefined;
@@ -828,14 +828,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
828
828
  created_at: z.ZodString;
829
829
  }, "strip", z.ZodTypeAny, {
830
830
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
831
- created_at: string;
832
831
  session_id: string;
832
+ created_at: string;
833
833
  agent_name: string;
834
834
  vnc_url?: string | undefined;
835
835
  }, {
836
836
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
837
- created_at: string;
838
837
  session_id: string;
838
+ created_at: string;
839
839
  agent_name: string;
840
840
  vnc_url?: string | undefined;
841
841
  }>>;
@@ -848,8 +848,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
848
848
  ok: boolean;
849
849
  session?: {
850
850
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
851
- created_at: string;
852
851
  session_id: string;
852
+ created_at: string;
853
853
  agent_name: string;
854
854
  vnc_url?: string | undefined;
855
855
  } | undefined;
@@ -860,8 +860,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
860
860
  ok: boolean;
861
861
  session?: {
862
862
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
863
- created_at: string;
864
863
  session_id: string;
864
+ created_at: string;
865
865
  agent_name: string;
866
866
  vnc_url?: string | undefined;
867
867
  } | undefined;
@@ -191,6 +191,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
191
191
  maxRetries?: number | undefined;
192
192
  } | undefined;
193
193
  };
194
+ streaming: boolean;
195
+ tools: {
196
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
197
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
198
+ config?: Record<string, unknown> | undefined;
199
+ }[];
194
200
  images: ({
195
201
  type: "base64";
196
202
  mimeType: string;
@@ -202,13 +208,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
202
208
  description?: string | undefined;
203
209
  })[];
204
210
  systemPrompt: string;
205
- tools: {
206
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
207
- credentials?: Partial<Record<CredentialType, string>> | undefined;
208
- config?: Record<string, unknown> | undefined;
209
- }[];
210
211
  maxIterations: number;
211
- streaming: boolean;
212
212
  name?: string | undefined;
213
213
  credentials?: Partial<Record<CredentialType, string>> | undefined;
214
214
  conversationHistory?: {
@@ -244,6 +244,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
244
244
  maxRetries?: number | undefined;
245
245
  } | undefined;
246
246
  } | undefined;
247
+ streaming?: boolean | undefined;
248
+ tools?: {
249
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
250
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
251
+ config?: Record<string, unknown> | undefined;
252
+ }[] | undefined;
247
253
  images?: ({
248
254
  data: string;
249
255
  type?: "base64" | undefined;
@@ -261,11 +267,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
261
267
  name?: string | undefined;
262
268
  }[] | undefined;
263
269
  systemPrompt?: string | undefined;
264
- tools?: {
265
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
266
- credentials?: Partial<Record<CredentialType, string>> | undefined;
267
- config?: Record<string, unknown> | undefined;
268
- }[] | undefined;
269
270
  customTools?: {
270
271
  description: string;
271
272
  name: string;
@@ -273,7 +274,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
273
274
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
274
275
  }[] | undefined;
275
276
  maxIterations?: number | undefined;
276
- streaming?: boolean | undefined;
277
277
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
278
278
  }>;
279
279
  declare const AIAgentResultSchema: z.ZodObject<{
@@ -496,6 +496,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
496
496
  maxRetries?: number | undefined;
497
497
  } | undefined;
498
498
  };
499
+ streaming: boolean;
500
+ tools: {
501
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
502
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
503
+ config?: Record<string, unknown> | undefined;
504
+ }[];
499
505
  images: ({
500
506
  type: "base64";
501
507
  mimeType: string;
@@ -507,13 +513,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
507
513
  description?: string | undefined;
508
514
  })[];
509
515
  systemPrompt: string;
510
- tools: {
511
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
512
- credentials?: Partial<Record<CredentialType, string>> | undefined;
513
- config?: Record<string, unknown> | undefined;
514
- }[];
515
516
  maxIterations: number;
516
- streaming: boolean;
517
517
  name?: string | undefined;
518
518
  credentials?: Partial<Record<CredentialType, string>> | undefined;
519
519
  conversationHistory?: {
@@ -549,6 +549,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
549
549
  maxRetries?: number | undefined;
550
550
  } | undefined;
551
551
  } | undefined;
552
+ streaming?: boolean | undefined;
553
+ tools?: {
554
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
555
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
556
+ config?: Record<string, unknown> | undefined;
557
+ }[] | undefined;
552
558
  images?: ({
553
559
  data: string;
554
560
  type?: "base64" | undefined;
@@ -566,11 +572,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
566
572
  name?: string | undefined;
567
573
  }[] | undefined;
568
574
  systemPrompt?: string | undefined;
569
- tools?: {
570
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
571
- credentials?: Partial<Record<CredentialType, string>> | undefined;
572
- config?: Record<string, unknown> | undefined;
573
- }[] | undefined;
574
575
  customTools?: {
575
576
  description: string;
576
577
  name: string;
@@ -578,7 +579,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
578
579
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
579
580
  }[] | undefined;
580
581
  maxIterations?: number | undefined;
581
- streaming?: boolean | undefined;
582
582
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
583
583
  }>;
584
584
  static readonly resultSchema: z.ZodObject<{
@@ -197,12 +197,12 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
197
197
  description: z.ZodOptional<z.ZodString>;
198
198
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
199
199
  }, "strip", z.ZodTypeAny, {
200
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
200
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
201
201
  name: string;
202
202
  options?: Record<string, unknown> | undefined;
203
203
  description?: string | undefined;
204
204
  }, {
205
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
205
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
206
206
  name: string;
207
207
  options?: Record<string, unknown> | undefined;
208
208
  description?: string | undefined;
@@ -212,7 +212,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
212
212
  operation: "create_table";
213
213
  name: string;
214
214
  fields: {
215
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
215
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
216
216
  name: string;
217
217
  options?: Record<string, unknown> | undefined;
218
218
  description?: string | undefined;
@@ -224,7 +224,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
224
224
  operation: "create_table";
225
225
  name: string;
226
226
  fields: {
227
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
227
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
228
228
  name: string;
229
229
  options?: Record<string, unknown> | undefined;
230
230
  description?: string | undefined;
@@ -264,7 +264,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
264
264
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
265
265
  }, "strip", z.ZodTypeAny, {
266
266
  operation: "create_field";
267
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
267
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
268
268
  name: string;
269
269
  baseId: string;
270
270
  tableIdOrName: string;
@@ -273,7 +273,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
273
273
  credentials?: Partial<Record<CredentialType, string>> | undefined;
274
274
  }, {
275
275
  operation: "create_field";
276
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
276
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
277
277
  name: string;
278
278
  baseId: string;
279
279
  tableIdOrName: string;
@@ -667,11 +667,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
667
667
  name: z.ZodString;
668
668
  type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
670
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
671
671
  name: string;
672
672
  id: string;
673
673
  }, {
674
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
674
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
675
675
  name: string;
676
676
  id: string;
677
677
  }>, "many">;
@@ -679,7 +679,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
679
679
  name: string;
680
680
  id: string;
681
681
  fields: {
682
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
682
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
683
683
  name: string;
684
684
  id: string;
685
685
  }[];
@@ -689,7 +689,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
689
689
  name: string;
690
690
  id: string;
691
691
  fields: {
692
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
692
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
693
693
  name: string;
694
694
  id: string;
695
695
  }[];
@@ -707,7 +707,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
707
707
  name: string;
708
708
  id: string;
709
709
  fields: {
710
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
710
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
711
711
  name: string;
712
712
  id: string;
713
713
  }[];
@@ -723,7 +723,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
723
723
  name: string;
724
724
  id: string;
725
725
  fields: {
726
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
726
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
727
727
  name: string;
728
728
  id: string;
729
729
  }[];
@@ -1064,12 +1064,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1064
1064
  description: z.ZodOptional<z.ZodString>;
1065
1065
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1066
1066
  }, "strip", z.ZodTypeAny, {
1067
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1067
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1068
1068
  name: string;
1069
1069
  options?: Record<string, unknown> | undefined;
1070
1070
  description?: string | undefined;
1071
1071
  }, {
1072
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1072
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1073
1073
  name: string;
1074
1074
  options?: Record<string, unknown> | undefined;
1075
1075
  description?: string | undefined;
@@ -1079,7 +1079,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1079
1079
  operation: "create_table";
1080
1080
  name: string;
1081
1081
  fields: {
1082
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1082
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1083
1083
  name: string;
1084
1084
  options?: Record<string, unknown> | undefined;
1085
1085
  description?: string | undefined;
@@ -1091,7 +1091,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1091
1091
  operation: "create_table";
1092
1092
  name: string;
1093
1093
  fields: {
1094
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1094
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1095
1095
  name: string;
1096
1096
  options?: Record<string, unknown> | undefined;
1097
1097
  description?: string | undefined;
@@ -1131,7 +1131,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1131
1131
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1132
1132
  }, "strip", z.ZodTypeAny, {
1133
1133
  operation: "create_field";
1134
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1134
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1135
1135
  name: string;
1136
1136
  baseId: string;
1137
1137
  tableIdOrName: string;
@@ -1140,7 +1140,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1140
1140
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1141
1141
  }, {
1142
1142
  operation: "create_field";
1143
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1143
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1144
1144
  name: string;
1145
1145
  baseId: string;
1146
1146
  tableIdOrName: string;
@@ -1534,11 +1534,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1534
1534
  name: z.ZodString;
1535
1535
  type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
1536
1536
  }, "strip", z.ZodTypeAny, {
1537
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1537
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1538
1538
  name: string;
1539
1539
  id: string;
1540
1540
  }, {
1541
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1541
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1542
1542
  name: string;
1543
1543
  id: string;
1544
1544
  }>, "many">;
@@ -1546,7 +1546,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1546
1546
  name: string;
1547
1547
  id: string;
1548
1548
  fields: {
1549
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1549
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1550
1550
  name: string;
1551
1551
  id: string;
1552
1552
  }[];
@@ -1556,7 +1556,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1556
1556
  name: string;
1557
1557
  id: string;
1558
1558
  fields: {
1559
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1559
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1560
1560
  name: string;
1561
1561
  id: string;
1562
1562
  }[];
@@ -1574,7 +1574,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1574
1574
  name: string;
1575
1575
  id: string;
1576
1576
  fields: {
1577
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1577
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1578
1578
  name: string;
1579
1579
  id: string;
1580
1580
  }[];
@@ -1590,7 +1590,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1590
1590
  name: string;
1591
1591
  id: string;
1592
1592
  fields: {
1593
- type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1593
+ type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "button" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1594
1594
  name: string;
1595
1595
  id: string;
1596
1596
  }[];