@bubblelab/bubble-core 0.1.110 → 0.1.113

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 (85) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -84
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +130 -14
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/google-drive.js +4 -2
  32. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  33. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  34. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  36. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  37. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  38. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  39. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  40. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  41. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  42. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  43. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  44. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  45. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  46. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  57. package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
  58. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  59. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  60. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  61. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
  64. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
  65. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  66. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  67. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  68. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  70. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  75. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  76. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  77. package/dist/bubbles.json +8 -2
  78. package/dist/capabilities/define-capability.d.ts +11 -3
  79. package/dist/capabilities/define-capability.d.ts.map +1 -1
  80. package/dist/capabilities/define-capability.js +8 -0
  81. package/dist/capabilities/define-capability.js.map +1 -1
  82. package/dist/capabilities/index.d.ts +1 -1
  83. package/dist/capabilities/index.d.ts.map +1 -1
  84. package/dist/capabilities/index.js.map +1 -1
  85. package/package.json +2 -2
@@ -87,9 +87,9 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
87
87
  records: z.ZodArray<z.ZodObject<{
88
88
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
90
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
91
91
  }, {
92
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
92
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
93
93
  }>, "many">;
94
94
  typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
95
95
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -98,7 +98,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
98
98
  baseId: string;
99
99
  tableIdOrName: string;
100
100
  records: {
101
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
101
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
102
102
  }[];
103
103
  typecast: boolean;
104
104
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -107,7 +107,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
107
107
  baseId: string;
108
108
  tableIdOrName: string;
109
109
  records: {
110
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
110
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
111
111
  }[];
112
112
  credentials?: Partial<Record<CredentialType, string>> | undefined;
113
113
  typecast?: boolean | undefined;
@@ -120,10 +120,10 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
120
120
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
121
121
  }, "strip", z.ZodTypeAny, {
122
122
  id: string;
123
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
123
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
124
124
  }, {
125
125
  id: string;
126
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
126
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
127
127
  }>, "many">;
128
128
  typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
129
129
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -133,7 +133,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
133
133
  tableIdOrName: string;
134
134
  records: {
135
135
  id: string;
136
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
136
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
137
137
  }[];
138
138
  typecast: boolean;
139
139
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -143,7 +143,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
143
143
  tableIdOrName: string;
144
144
  records: {
145
145
  id: string;
146
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
146
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
147
147
  }[];
148
148
  credentials?: Partial<Record<CredentialType, string>> | undefined;
149
149
  typecast?: boolean | undefined;
@@ -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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
201
201
  name: string;
202
202
  options?: Record<string, unknown> | undefined;
203
203
  description?: string | undefined;
204
204
  }, {
205
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
206
206
  name: string;
207
207
  options?: Record<string, unknown> | undefined;
208
208
  description?: string | undefined;
@@ -211,7 +211,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
211
211
  }, "strip", z.ZodTypeAny, {
212
212
  name: string;
213
213
  fields: {
214
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
214
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
215
  name: string;
216
216
  options?: Record<string, unknown> | undefined;
217
217
  description?: string | undefined;
@@ -223,7 +223,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
223
223
  }, {
224
224
  name: string;
225
225
  fields: {
226
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
226
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
227
  name: string;
228
228
  options?: Record<string, unknown> | undefined;
229
229
  description?: string | undefined;
@@ -263,7 +263,7 @@ 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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
266
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
267
  name: string;
268
268
  operation: "create_field";
269
269
  baseId: string;
@@ -272,7 +272,7 @@ 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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
275
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
276
  name: string;
277
277
  operation: "create_field";
278
278
  baseId: string;
@@ -314,11 +314,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
314
314
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
315
315
  }, "strip", z.ZodTypeAny, {
316
316
  id: string;
317
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
317
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
318
318
  createdTime: string;
319
319
  }, {
320
320
  id: string;
321
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
321
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
322
322
  createdTime: string;
323
323
  }>, "many">>;
324
324
  offset: z.ZodOptional<z.ZodString>;
@@ -332,7 +332,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
332
332
  offset?: string | undefined;
333
333
  records?: {
334
334
  id: string;
335
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
335
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
336
336
  createdTime: string;
337
337
  }[] | undefined;
338
338
  }, {
@@ -343,7 +343,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
343
343
  offset?: string | undefined;
344
344
  records?: {
345
345
  id: string;
346
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
346
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
347
347
  createdTime: string;
348
348
  }[] | undefined;
349
349
  }>, z.ZodObject<{
@@ -355,11 +355,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
355
355
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
356
356
  }, "strip", z.ZodTypeAny, {
357
357
  id: string;
358
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
358
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
359
359
  createdTime: string;
360
360
  }, {
361
361
  id: string;
362
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
362
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
363
363
  createdTime: string;
364
364
  }>>;
365
365
  error: z.ZodDefault<z.ZodString>;
@@ -371,7 +371,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
371
371
  ok: boolean;
372
372
  record?: {
373
373
  id: string;
374
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
374
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
375
375
  createdTime: string;
376
376
  } | undefined;
377
377
  }, {
@@ -381,7 +381,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
381
381
  error?: string | undefined;
382
382
  record?: {
383
383
  id: string;
384
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
384
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
385
385
  createdTime: string;
386
386
  } | undefined;
387
387
  }>, z.ZodObject<{
@@ -393,11 +393,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
393
393
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
394
394
  }, "strip", z.ZodTypeAny, {
395
395
  id: string;
396
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
396
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
397
397
  createdTime: string;
398
398
  }, {
399
399
  id: string;
400
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
400
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
401
401
  createdTime: string;
402
402
  }>, "many">>;
403
403
  error: z.ZodDefault<z.ZodString>;
@@ -409,7 +409,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
409
409
  ok: boolean;
410
410
  records?: {
411
411
  id: string;
412
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
412
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
413
413
  createdTime: string;
414
414
  }[] | undefined;
415
415
  }, {
@@ -419,7 +419,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
419
419
  error?: string | undefined;
420
420
  records?: {
421
421
  id: string;
422
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
422
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
423
423
  createdTime: string;
424
424
  }[] | undefined;
425
425
  }>, z.ZodObject<{
@@ -431,11 +431,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
431
431
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
432
432
  }, "strip", z.ZodTypeAny, {
433
433
  id: string;
434
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
434
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
435
435
  createdTime: string;
436
436
  }, {
437
437
  id: string;
438
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
438
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
439
439
  createdTime: string;
440
440
  }>, "many">>;
441
441
  error: z.ZodDefault<z.ZodString>;
@@ -447,7 +447,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
447
447
  ok: boolean;
448
448
  records?: {
449
449
  id: string;
450
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
450
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
451
451
  createdTime: string;
452
452
  }[] | undefined;
453
453
  }, {
@@ -457,7 +457,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
457
457
  error?: string | undefined;
458
458
  records?: {
459
459
  id: string;
460
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
460
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
461
461
  createdTime: string;
462
462
  }[] | undefined;
463
463
  }>, z.ZodObject<{
@@ -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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
671
671
  name: string;
672
672
  id: string;
673
673
  }, {
674
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
711
711
  name: string;
712
712
  id: string;
713
713
  }[];
@@ -718,18 +718,18 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
718
718
  success: boolean;
719
719
  operation: "create_table";
720
720
  ok: boolean;
721
+ error?: string | undefined;
721
722
  table?: {
722
723
  name: string;
723
724
  id: string;
724
725
  fields: {
725
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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
727
  name: string;
727
728
  id: string;
728
729
  }[];
729
730
  primaryFieldId: string;
730
731
  description?: string | undefined;
731
732
  } | undefined;
732
- error?: string | undefined;
733
733
  }>, z.ZodObject<{
734
734
  operation: z.ZodLiteral<"update_table">;
735
735
  ok: z.ZodBoolean;
@@ -762,12 +762,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
762
762
  success: boolean;
763
763
  operation: "update_table";
764
764
  ok: boolean;
765
+ error?: string | undefined;
765
766
  table?: {
766
767
  name: string;
767
768
  id: string;
768
769
  description?: string | undefined;
769
770
  } | undefined;
770
- error?: string | undefined;
771
771
  }>, z.ZodObject<{
772
772
  operation: z.ZodLiteral<"create_field">;
773
773
  ok: z.ZodBoolean;
@@ -954,9 +954,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
954
954
  records: z.ZodArray<z.ZodObject<{
955
955
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
956
956
  }, "strip", z.ZodTypeAny, {
957
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
957
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
958
958
  }, {
959
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
959
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
960
960
  }>, "many">;
961
961
  typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
962
962
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -965,7 +965,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
965
965
  baseId: string;
966
966
  tableIdOrName: string;
967
967
  records: {
968
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
968
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
969
969
  }[];
970
970
  typecast: boolean;
971
971
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -974,7 +974,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
974
974
  baseId: string;
975
975
  tableIdOrName: string;
976
976
  records: {
977
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
977
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
978
978
  }[];
979
979
  credentials?: Partial<Record<CredentialType, string>> | undefined;
980
980
  typecast?: boolean | undefined;
@@ -987,10 +987,10 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
987
987
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
988
988
  }, "strip", z.ZodTypeAny, {
989
989
  id: string;
990
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
990
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
991
991
  }, {
992
992
  id: string;
993
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
993
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
994
994
  }>, "many">;
995
995
  typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
996
996
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
@@ -1000,7 +1000,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1000
1000
  tableIdOrName: string;
1001
1001
  records: {
1002
1002
  id: string;
1003
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1003
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1004
1004
  }[];
1005
1005
  typecast: boolean;
1006
1006
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1010,7 +1010,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1010
1010
  tableIdOrName: string;
1011
1011
  records: {
1012
1012
  id: string;
1013
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1013
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1014
1014
  }[];
1015
1015
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1016
1016
  typecast?: boolean | undefined;
@@ -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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
1068
1068
  name: string;
1069
1069
  options?: Record<string, unknown> | undefined;
1070
1070
  description?: string | undefined;
1071
1071
  }, {
1072
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
1073
1073
  name: string;
1074
1074
  options?: Record<string, unknown> | undefined;
1075
1075
  description?: string | undefined;
@@ -1078,7 +1078,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1078
1078
  }, "strip", z.ZodTypeAny, {
1079
1079
  name: string;
1080
1080
  fields: {
1081
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
1081
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
1082
  name: string;
1083
1083
  options?: Record<string, unknown> | undefined;
1084
1084
  description?: string | undefined;
@@ -1090,7 +1090,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1090
1090
  }, {
1091
1091
  name: string;
1092
1092
  fields: {
1093
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
1093
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
1094
  name: string;
1095
1095
  options?: Record<string, unknown> | undefined;
1096
1096
  description?: string | undefined;
@@ -1130,7 +1130,7 @@ 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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
1133
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
1134
  name: string;
1135
1135
  operation: "create_field";
1136
1136
  baseId: string;
@@ -1139,7 +1139,7 @@ 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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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";
1142
+ type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "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
1143
  name: string;
1144
1144
  operation: "create_field";
1145
1145
  baseId: string;
@@ -1181,11 +1181,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1181
1181
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
1182
1182
  }, "strip", z.ZodTypeAny, {
1183
1183
  id: string;
1184
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1184
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1185
1185
  createdTime: string;
1186
1186
  }, {
1187
1187
  id: string;
1188
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1188
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1189
1189
  createdTime: string;
1190
1190
  }>, "many">>;
1191
1191
  offset: z.ZodOptional<z.ZodString>;
@@ -1199,7 +1199,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1199
1199
  offset?: string | undefined;
1200
1200
  records?: {
1201
1201
  id: string;
1202
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1202
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1203
1203
  createdTime: string;
1204
1204
  }[] | undefined;
1205
1205
  }, {
@@ -1210,7 +1210,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1210
1210
  offset?: string | undefined;
1211
1211
  records?: {
1212
1212
  id: string;
1213
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1213
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1214
1214
  createdTime: string;
1215
1215
  }[] | undefined;
1216
1216
  }>, z.ZodObject<{
@@ -1222,11 +1222,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1222
1222
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
1223
1223
  }, "strip", z.ZodTypeAny, {
1224
1224
  id: string;
1225
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1225
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1226
1226
  createdTime: string;
1227
1227
  }, {
1228
1228
  id: string;
1229
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1229
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1230
1230
  createdTime: string;
1231
1231
  }>>;
1232
1232
  error: z.ZodDefault<z.ZodString>;
@@ -1238,7 +1238,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1238
1238
  ok: boolean;
1239
1239
  record?: {
1240
1240
  id: string;
1241
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1241
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1242
1242
  createdTime: string;
1243
1243
  } | undefined;
1244
1244
  }, {
@@ -1248,7 +1248,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1248
1248
  error?: string | undefined;
1249
1249
  record?: {
1250
1250
  id: string;
1251
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1251
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1252
1252
  createdTime: string;
1253
1253
  } | undefined;
1254
1254
  }>, z.ZodObject<{
@@ -1260,11 +1260,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1260
1260
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
1261
1261
  }, "strip", z.ZodTypeAny, {
1262
1262
  id: string;
1263
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1263
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1264
1264
  createdTime: string;
1265
1265
  }, {
1266
1266
  id: string;
1267
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1267
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1268
1268
  createdTime: string;
1269
1269
  }>, "many">>;
1270
1270
  error: z.ZodDefault<z.ZodString>;
@@ -1276,7 +1276,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1276
1276
  ok: boolean;
1277
1277
  records?: {
1278
1278
  id: string;
1279
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1279
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1280
1280
  createdTime: string;
1281
1281
  }[] | undefined;
1282
1282
  }, {
@@ -1286,7 +1286,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1286
1286
  error?: string | undefined;
1287
1287
  records?: {
1288
1288
  id: string;
1289
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1289
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1290
1290
  createdTime: string;
1291
1291
  }[] | undefined;
1292
1292
  }>, z.ZodObject<{
@@ -1298,11 +1298,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1298
1298
  fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
1299
1299
  }, "strip", z.ZodTypeAny, {
1300
1300
  id: string;
1301
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1301
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1302
1302
  createdTime: string;
1303
1303
  }, {
1304
1304
  id: string;
1305
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1305
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1306
1306
  createdTime: string;
1307
1307
  }>, "many">>;
1308
1308
  error: z.ZodDefault<z.ZodString>;
@@ -1314,7 +1314,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1314
1314
  ok: boolean;
1315
1315
  records?: {
1316
1316
  id: string;
1317
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1317
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1318
1318
  createdTime: string;
1319
1319
  }[] | undefined;
1320
1320
  }, {
@@ -1324,7 +1324,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1324
1324
  error?: string | undefined;
1325
1325
  records?: {
1326
1326
  id: string;
1327
- fields: Record<string, string | number | boolean | Record<string, unknown> | unknown[] | null>;
1327
+ fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1328
1328
  createdTime: string;
1329
1329
  }[] | undefined;
1330
1330
  }>, z.ZodObject<{
@@ -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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
1538
1538
  name: string;
1539
1539
  id: string;
1540
1540
  }, {
1541
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
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" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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";
1578
1578
  name: string;
1579
1579
  id: string;
1580
1580
  }[];
@@ -1585,18 +1585,18 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1585
1585
  success: boolean;
1586
1586
  operation: "create_table";
1587
1587
  ok: boolean;
1588
+ error?: string | undefined;
1588
1589
  table?: {
1589
1590
  name: string;
1590
1591
  id: string;
1591
1592
  fields: {
1592
- type: "number" | "duration" | "date" | "email" | "url" | "count" | "createdTime" | "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" | "url" | "email" | "duration" | "count" | "createdTime" | "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
1594
  name: string;
1594
1595
  id: string;
1595
1596
  }[];
1596
1597
  primaryFieldId: string;
1597
1598
  description?: string | undefined;
1598
1599
  } | undefined;
1599
- error?: string | undefined;
1600
1600
  }>, z.ZodObject<{
1601
1601
  operation: z.ZodLiteral<"update_table">;
1602
1602
  ok: z.ZodBoolean;
@@ -1629,12 +1629,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1629
1629
  success: boolean;
1630
1630
  operation: "update_table";
1631
1631
  ok: boolean;
1632
+ error?: string | undefined;
1632
1633
  table?: {
1633
1634
  name: string;
1634
1635
  id: string;
1635
1636
  description?: string | undefined;
1636
1637
  } | undefined;
1637
- error?: string | undefined;
1638
1638
  }>, z.ZodObject<{
1639
1639
  operation: z.ZodLiteral<"create_field">;
1640
1640
  ok: z.ZodBoolean;