@bubblelab/bubble-core 0.1.51 → 0.1.53

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 (40) hide show
  1. package/dist/bubble-bundle.d.ts +50 -50
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +72 -72
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +124 -124
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +48 -48
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +36 -36
  11. package/dist/bubbles/service-bubble/github.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
  13. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/jira/jira.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/notion/notion.d.ts +392 -392
  17. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/slack/slack.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +221 -32
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/stripe/stripe.js +61 -0
  22. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  23. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +233 -40
  24. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +50 -0
  26. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  27. package/dist/bubbles/service-bubble/telegram.d.ts +140 -140
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  30. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +10 -10
  31. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  34. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  35. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  36. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  37. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  38. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  39. package/dist/bubbles.json +272 -2
  40. package/package.json +2 -2
@@ -197,13 +197,13 @@ 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" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
201
200
  name: string;
201
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
202
202
  options?: Record<string, unknown> | undefined;
203
203
  description?: string | undefined;
204
204
  }, {
205
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
206
205
  name: string;
206
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
207
207
  options?: Record<string, unknown> | undefined;
208
208
  description?: string | undefined;
209
209
  }>, "many">;
@@ -212,8 +212,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
212
212
  name: string;
213
213
  operation: "create_table";
214
214
  fields: {
215
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
216
215
  name: string;
216
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
217
217
  options?: Record<string, unknown> | undefined;
218
218
  description?: string | undefined;
219
219
  }[];
@@ -224,8 +224,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
224
224
  name: string;
225
225
  operation: "create_table";
226
226
  fields: {
227
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
228
227
  name: string;
228
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
229
229
  options?: Record<string, unknown> | undefined;
230
230
  description?: string | undefined;
231
231
  }[];
@@ -243,15 +243,15 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
243
243
  operation: "update_table";
244
244
  baseId: string;
245
245
  tableIdOrName: string;
246
- description?: string | undefined;
247
246
  name?: string | undefined;
247
+ description?: string | undefined;
248
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
249
  }, {
250
250
  operation: "update_table";
251
251
  baseId: string;
252
252
  tableIdOrName: string;
253
- description?: string | undefined;
254
253
  name?: string | undefined;
254
+ description?: string | undefined;
255
255
  credentials?: Partial<Record<CredentialType, string>> | undefined;
256
256
  }>, z.ZodObject<{
257
257
  operation: z.ZodLiteral<"create_field">;
@@ -263,8 +263,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
263
263
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
264
264
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
265
265
  }, "strip", z.ZodTypeAny, {
266
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
267
266
  name: string;
267
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
268
268
  operation: "create_field";
269
269
  baseId: string;
270
270
  tableIdOrName: string;
@@ -272,8 +272,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
272
272
  description?: string | undefined;
273
273
  credentials?: Partial<Record<CredentialType, string>> | undefined;
274
274
  }, {
275
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
276
275
  name: string;
276
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
277
277
  operation: "create_field";
278
278
  baseId: string;
279
279
  tableIdOrName: string;
@@ -293,16 +293,16 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
293
293
  baseId: string;
294
294
  tableIdOrName: string;
295
295
  fieldIdOrName: string;
296
- description?: string | undefined;
297
296
  name?: string | undefined;
297
+ description?: string | undefined;
298
298
  credentials?: Partial<Record<CredentialType, string>> | undefined;
299
299
  }, {
300
300
  operation: "update_field";
301
301
  baseId: string;
302
302
  tableIdOrName: string;
303
303
  fieldIdOrName: string;
304
- description?: string | undefined;
305
304
  name?: string | undefined;
305
+ description?: string | undefined;
306
306
  credentials?: Partial<Record<CredentialType, string>> | undefined;
307
307
  }>]>;
308
308
  declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
@@ -546,15 +546,15 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
546
546
  description: z.ZodOptional<z.ZodString>;
547
547
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
548
548
  }, "strip", z.ZodTypeAny, {
549
- type: string;
550
549
  id: string;
551
550
  name: string;
551
+ type: string;
552
552
  options?: Record<string, unknown> | undefined;
553
553
  description?: string | undefined;
554
554
  }, {
555
- type: string;
556
555
  id: string;
557
556
  name: string;
557
+ type: string;
558
558
  options?: Record<string, unknown> | undefined;
559
559
  description?: string | undefined;
560
560
  }>, "many">;
@@ -563,47 +563,47 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
563
563
  name: z.ZodString;
564
564
  type: z.ZodString;
565
565
  }, "strip", z.ZodTypeAny, {
566
- type: string;
567
566
  id: string;
568
567
  name: string;
569
- }, {
570
568
  type: string;
569
+ }, {
571
570
  id: string;
572
571
  name: string;
572
+ type: string;
573
573
  }>, "many">>;
574
574
  }, "strip", z.ZodTypeAny, {
575
575
  id: string;
576
576
  name: string;
577
577
  fields: {
578
- type: string;
579
578
  id: string;
580
579
  name: string;
580
+ type: string;
581
581
  options?: Record<string, unknown> | undefined;
582
582
  description?: string | undefined;
583
583
  }[];
584
584
  primaryFieldId: string;
585
585
  description?: string | undefined;
586
586
  views?: {
587
- type: string;
588
587
  id: string;
589
588
  name: string;
589
+ type: string;
590
590
  }[] | undefined;
591
591
  }, {
592
592
  id: string;
593
593
  name: string;
594
594
  fields: {
595
- type: string;
596
595
  id: string;
597
596
  name: string;
597
+ type: string;
598
598
  options?: Record<string, unknown> | undefined;
599
599
  description?: string | undefined;
600
600
  }[];
601
601
  primaryFieldId: string;
602
602
  description?: string | undefined;
603
603
  views?: {
604
- type: string;
605
604
  id: string;
606
605
  name: string;
606
+ type: string;
607
607
  }[] | undefined;
608
608
  }>, "many">>;
609
609
  error: z.ZodDefault<z.ZodString>;
@@ -617,18 +617,18 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
617
617
  id: string;
618
618
  name: string;
619
619
  fields: {
620
- type: string;
621
620
  id: string;
622
621
  name: string;
622
+ type: string;
623
623
  options?: Record<string, unknown> | undefined;
624
624
  description?: string | undefined;
625
625
  }[];
626
626
  primaryFieldId: string;
627
627
  description?: string | undefined;
628
628
  views?: {
629
- type: string;
630
629
  id: string;
631
630
  name: string;
631
+ type: string;
632
632
  }[] | undefined;
633
633
  }[] | undefined;
634
634
  }, {
@@ -640,18 +640,18 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
640
640
  id: string;
641
641
  name: string;
642
642
  fields: {
643
- type: string;
644
643
  id: string;
645
644
  name: string;
645
+ type: string;
646
646
  options?: Record<string, unknown> | undefined;
647
647
  description?: string | undefined;
648
648
  }[];
649
649
  primaryFieldId: string;
650
650
  description?: string | undefined;
651
651
  views?: {
652
- type: string;
653
652
  id: string;
654
653
  name: string;
654
+ type: string;
655
655
  }[] | undefined;
656
656
  }[] | undefined;
657
657
  }>, z.ZodObject<{
@@ -667,21 +667,21 @@ 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" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
671
670
  id: string;
672
671
  name: string;
672
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
673
673
  }, {
674
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
675
674
  id: string;
676
675
  name: string;
676
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
677
677
  }>, "many">;
678
678
  }, "strip", z.ZodTypeAny, {
679
679
  id: string;
680
680
  name: string;
681
681
  fields: {
682
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
683
682
  id: string;
684
683
  name: string;
684
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
685
685
  }[];
686
686
  primaryFieldId: string;
687
687
  description?: string | undefined;
@@ -689,9 +689,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
689
689
  id: string;
690
690
  name: string;
691
691
  fields: {
692
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
693
692
  id: string;
694
693
  name: string;
694
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
695
695
  }[];
696
696
  primaryFieldId: string;
697
697
  description?: string | undefined;
@@ -707,9 +707,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
707
707
  id: string;
708
708
  name: string;
709
709
  fields: {
710
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
711
710
  id: string;
712
711
  name: string;
712
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
713
713
  }[];
714
714
  primaryFieldId: string;
715
715
  description?: string | undefined;
@@ -723,9 +723,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
723
723
  id: string;
724
724
  name: string;
725
725
  fields: {
726
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
727
726
  id: string;
728
727
  name: string;
728
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
729
729
  }[];
730
730
  primaryFieldId: string;
731
731
  description?: string | undefined;
@@ -777,14 +777,14 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
777
777
  type: z.ZodString;
778
778
  description: z.ZodOptional<z.ZodString>;
779
779
  }, "strip", z.ZodTypeAny, {
780
- type: string;
781
780
  id: string;
782
781
  name: string;
782
+ type: string;
783
783
  description?: string | undefined;
784
784
  }, {
785
- type: string;
786
785
  id: string;
787
786
  name: string;
787
+ type: string;
788
788
  description?: string | undefined;
789
789
  }>>;
790
790
  error: z.ZodDefault<z.ZodString>;
@@ -795,9 +795,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
795
795
  error: string;
796
796
  ok: boolean;
797
797
  field?: {
798
- type: string;
799
798
  id: string;
800
799
  name: string;
800
+ type: string;
801
801
  description?: string | undefined;
802
802
  } | undefined;
803
803
  }, {
@@ -806,9 +806,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
806
806
  ok: boolean;
807
807
  error?: string | undefined;
808
808
  field?: {
809
- type: string;
810
809
  id: string;
811
810
  name: string;
811
+ type: string;
812
812
  description?: string | undefined;
813
813
  } | undefined;
814
814
  }>, z.ZodObject<{
@@ -820,14 +820,14 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
820
820
  type: z.ZodString;
821
821
  description: z.ZodOptional<z.ZodString>;
822
822
  }, "strip", z.ZodTypeAny, {
823
- type: string;
824
823
  id: string;
825
824
  name: string;
825
+ type: string;
826
826
  description?: string | undefined;
827
827
  }, {
828
- type: string;
829
828
  id: string;
830
829
  name: string;
830
+ type: string;
831
831
  description?: string | undefined;
832
832
  }>>;
833
833
  error: z.ZodDefault<z.ZodString>;
@@ -838,9 +838,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
838
838
  error: string;
839
839
  ok: boolean;
840
840
  field?: {
841
- type: string;
842
841
  id: string;
843
842
  name: string;
843
+ type: string;
844
844
  description?: string | undefined;
845
845
  } | undefined;
846
846
  }, {
@@ -849,9 +849,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
849
849
  ok: boolean;
850
850
  error?: string | undefined;
851
851
  field?: {
852
- type: string;
853
852
  id: string;
854
853
  name: string;
854
+ type: string;
855
855
  description?: string | undefined;
856
856
  } | undefined;
857
857
  }>]>;
@@ -1064,13 +1064,13 @@ 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" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1068
1067
  name: string;
1068
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1069
1069
  options?: Record<string, unknown> | undefined;
1070
1070
  description?: string | undefined;
1071
1071
  }, {
1072
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1073
1072
  name: string;
1073
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1074
1074
  options?: Record<string, unknown> | undefined;
1075
1075
  description?: string | undefined;
1076
1076
  }>, "many">;
@@ -1079,8 +1079,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1079
1079
  name: string;
1080
1080
  operation: "create_table";
1081
1081
  fields: {
1082
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1083
1082
  name: string;
1083
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1084
1084
  options?: Record<string, unknown> | undefined;
1085
1085
  description?: string | undefined;
1086
1086
  }[];
@@ -1091,8 +1091,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1091
1091
  name: string;
1092
1092
  operation: "create_table";
1093
1093
  fields: {
1094
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1095
1094
  name: string;
1095
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1096
1096
  options?: Record<string, unknown> | undefined;
1097
1097
  description?: string | undefined;
1098
1098
  }[];
@@ -1110,15 +1110,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1110
1110
  operation: "update_table";
1111
1111
  baseId: string;
1112
1112
  tableIdOrName: string;
1113
- description?: string | undefined;
1114
1113
  name?: string | undefined;
1114
+ description?: string | undefined;
1115
1115
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1116
1116
  }, {
1117
1117
  operation: "update_table";
1118
1118
  baseId: string;
1119
1119
  tableIdOrName: string;
1120
- description?: string | undefined;
1121
1120
  name?: string | undefined;
1121
+ description?: string | undefined;
1122
1122
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1123
1123
  }>, z.ZodObject<{
1124
1124
  operation: z.ZodLiteral<"create_field">;
@@ -1130,8 +1130,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1130
1130
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1131
1131
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1132
1132
  }, "strip", z.ZodTypeAny, {
1133
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1134
1133
  name: string;
1134
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1135
1135
  operation: "create_field";
1136
1136
  baseId: string;
1137
1137
  tableIdOrName: string;
@@ -1139,8 +1139,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1139
1139
  description?: string | undefined;
1140
1140
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1141
1141
  }, {
1142
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1143
1142
  name: string;
1143
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1144
1144
  operation: "create_field";
1145
1145
  baseId: string;
1146
1146
  tableIdOrName: string;
@@ -1160,16 +1160,16 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1160
1160
  baseId: string;
1161
1161
  tableIdOrName: string;
1162
1162
  fieldIdOrName: string;
1163
- description?: string | undefined;
1164
1163
  name?: string | undefined;
1164
+ description?: string | undefined;
1165
1165
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1166
1166
  }, {
1167
1167
  operation: "update_field";
1168
1168
  baseId: string;
1169
1169
  tableIdOrName: string;
1170
1170
  fieldIdOrName: string;
1171
- description?: string | undefined;
1172
1171
  name?: string | undefined;
1172
+ description?: string | undefined;
1173
1173
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1174
1174
  }>]>;
1175
1175
  static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
@@ -1413,15 +1413,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1413
1413
  description: z.ZodOptional<z.ZodString>;
1414
1414
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1415
1415
  }, "strip", z.ZodTypeAny, {
1416
- type: string;
1417
1416
  id: string;
1418
1417
  name: string;
1418
+ type: string;
1419
1419
  options?: Record<string, unknown> | undefined;
1420
1420
  description?: string | undefined;
1421
1421
  }, {
1422
- type: string;
1423
1422
  id: string;
1424
1423
  name: string;
1424
+ type: string;
1425
1425
  options?: Record<string, unknown> | undefined;
1426
1426
  description?: string | undefined;
1427
1427
  }>, "many">;
@@ -1430,47 +1430,47 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1430
1430
  name: z.ZodString;
1431
1431
  type: z.ZodString;
1432
1432
  }, "strip", z.ZodTypeAny, {
1433
- type: string;
1434
1433
  id: string;
1435
1434
  name: string;
1436
- }, {
1437
1435
  type: string;
1436
+ }, {
1438
1437
  id: string;
1439
1438
  name: string;
1439
+ type: string;
1440
1440
  }>, "many">>;
1441
1441
  }, "strip", z.ZodTypeAny, {
1442
1442
  id: string;
1443
1443
  name: string;
1444
1444
  fields: {
1445
- type: string;
1446
1445
  id: string;
1447
1446
  name: string;
1447
+ type: string;
1448
1448
  options?: Record<string, unknown> | undefined;
1449
1449
  description?: string | undefined;
1450
1450
  }[];
1451
1451
  primaryFieldId: string;
1452
1452
  description?: string | undefined;
1453
1453
  views?: {
1454
- type: string;
1455
1454
  id: string;
1456
1455
  name: string;
1456
+ type: string;
1457
1457
  }[] | undefined;
1458
1458
  }, {
1459
1459
  id: string;
1460
1460
  name: string;
1461
1461
  fields: {
1462
- type: string;
1463
1462
  id: string;
1464
1463
  name: string;
1464
+ type: string;
1465
1465
  options?: Record<string, unknown> | undefined;
1466
1466
  description?: string | undefined;
1467
1467
  }[];
1468
1468
  primaryFieldId: string;
1469
1469
  description?: string | undefined;
1470
1470
  views?: {
1471
- type: string;
1472
1471
  id: string;
1473
1472
  name: string;
1473
+ type: string;
1474
1474
  }[] | undefined;
1475
1475
  }>, "many">>;
1476
1476
  error: z.ZodDefault<z.ZodString>;
@@ -1484,18 +1484,18 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1484
1484
  id: string;
1485
1485
  name: string;
1486
1486
  fields: {
1487
- type: string;
1488
1487
  id: string;
1489
1488
  name: string;
1489
+ type: string;
1490
1490
  options?: Record<string, unknown> | undefined;
1491
1491
  description?: string | undefined;
1492
1492
  }[];
1493
1493
  primaryFieldId: string;
1494
1494
  description?: string | undefined;
1495
1495
  views?: {
1496
- type: string;
1497
1496
  id: string;
1498
1497
  name: string;
1498
+ type: string;
1499
1499
  }[] | undefined;
1500
1500
  }[] | undefined;
1501
1501
  }, {
@@ -1507,18 +1507,18 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1507
1507
  id: string;
1508
1508
  name: string;
1509
1509
  fields: {
1510
- type: string;
1511
1510
  id: string;
1512
1511
  name: string;
1512
+ type: string;
1513
1513
  options?: Record<string, unknown> | undefined;
1514
1514
  description?: string | undefined;
1515
1515
  }[];
1516
1516
  primaryFieldId: string;
1517
1517
  description?: string | undefined;
1518
1518
  views?: {
1519
- type: string;
1520
1519
  id: string;
1521
1520
  name: string;
1521
+ type: string;
1522
1522
  }[] | undefined;
1523
1523
  }[] | undefined;
1524
1524
  }>, z.ZodObject<{
@@ -1534,21 +1534,21 @@ 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" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1538
1537
  id: string;
1539
1538
  name: string;
1539
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1540
1540
  }, {
1541
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1542
1541
  id: string;
1543
1542
  name: string;
1543
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1544
1544
  }>, "many">;
1545
1545
  }, "strip", z.ZodTypeAny, {
1546
1546
  id: string;
1547
1547
  name: string;
1548
1548
  fields: {
1549
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1550
1549
  id: string;
1551
1550
  name: string;
1551
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1552
1552
  }[];
1553
1553
  primaryFieldId: string;
1554
1554
  description?: string | undefined;
@@ -1556,9 +1556,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1556
1556
  id: string;
1557
1557
  name: string;
1558
1558
  fields: {
1559
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1560
1559
  id: string;
1561
1560
  name: string;
1561
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1562
1562
  }[];
1563
1563
  primaryFieldId: string;
1564
1564
  description?: string | undefined;
@@ -1574,9 +1574,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1574
1574
  id: string;
1575
1575
  name: string;
1576
1576
  fields: {
1577
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1578
1577
  id: string;
1579
1578
  name: string;
1579
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1580
1580
  }[];
1581
1581
  primaryFieldId: string;
1582
1582
  description?: string | undefined;
@@ -1590,9 +1590,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1590
1590
  id: string;
1591
1591
  name: string;
1592
1592
  fields: {
1593
- type: "number" | "date" | "email" | "currency" | "url" | "duration" | "percent" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1594
1593
  id: string;
1595
1594
  name: string;
1595
+ type: "number" | "email" | "date" | "currency" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1596
1596
  }[];
1597
1597
  primaryFieldId: string;
1598
1598
  description?: string | undefined;
@@ -1644,14 +1644,14 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1644
1644
  type: z.ZodString;
1645
1645
  description: z.ZodOptional<z.ZodString>;
1646
1646
  }, "strip", z.ZodTypeAny, {
1647
- type: string;
1648
1647
  id: string;
1649
1648
  name: string;
1649
+ type: string;
1650
1650
  description?: string | undefined;
1651
1651
  }, {
1652
- type: string;
1653
1652
  id: string;
1654
1653
  name: string;
1654
+ type: string;
1655
1655
  description?: string | undefined;
1656
1656
  }>>;
1657
1657
  error: z.ZodDefault<z.ZodString>;
@@ -1662,9 +1662,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1662
1662
  error: string;
1663
1663
  ok: boolean;
1664
1664
  field?: {
1665
- type: string;
1666
1665
  id: string;
1667
1666
  name: string;
1667
+ type: string;
1668
1668
  description?: string | undefined;
1669
1669
  } | undefined;
1670
1670
  }, {
@@ -1673,9 +1673,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1673
1673
  ok: boolean;
1674
1674
  error?: string | undefined;
1675
1675
  field?: {
1676
- type: string;
1677
1676
  id: string;
1678
1677
  name: string;
1678
+ type: string;
1679
1679
  description?: string | undefined;
1680
1680
  } | undefined;
1681
1681
  }>, z.ZodObject<{
@@ -1687,14 +1687,14 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1687
1687
  type: z.ZodString;
1688
1688
  description: z.ZodOptional<z.ZodString>;
1689
1689
  }, "strip", z.ZodTypeAny, {
1690
- type: string;
1691
1690
  id: string;
1692
1691
  name: string;
1692
+ type: string;
1693
1693
  description?: string | undefined;
1694
1694
  }, {
1695
- type: string;
1696
1695
  id: string;
1697
1696
  name: string;
1697
+ type: string;
1698
1698
  description?: string | undefined;
1699
1699
  }>>;
1700
1700
  error: z.ZodDefault<z.ZodString>;
@@ -1705,9 +1705,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1705
1705
  error: string;
1706
1706
  ok: boolean;
1707
1707
  field?: {
1708
- type: string;
1709
1708
  id: string;
1710
1709
  name: string;
1710
+ type: string;
1711
1711
  description?: string | undefined;
1712
1712
  } | undefined;
1713
1713
  }, {
@@ -1716,9 +1716,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1716
1716
  ok: boolean;
1717
1717
  error?: string | undefined;
1718
1718
  field?: {
1719
- type: string;
1720
1719
  id: string;
1721
1720
  name: string;
1721
+ type: string;
1722
1722
  description?: string | undefined;
1723
1723
  } | undefined;
1724
1724
  }>]>;