@bubblelab/bubble-core 0.1.174 → 0.1.175

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 (124) hide show
  1. package/dist/bubble-bundle.d.ts +235 -157
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +8 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  6. package/dist/bubbles/service-bubble/airtable.d.ts +108 -108
  7. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
  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 +8 -8
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +28 -28
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/attio/attio.d.ts +563 -0
  22. package/dist/bubbles/service-bubble/attio/attio.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/attio/attio.js +484 -0
  24. package/dist/bubbles/service-bubble/attio/attio.js.map +1 -0
  25. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +527 -0
  26. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/attio/attio.schema.js +386 -0
  28. package/dist/bubbles/service-bubble/attio/attio.schema.js.map +1 -0
  29. package/dist/bubbles/service-bubble/attio/attio.utils.d.ts +1 -0
  30. package/dist/bubbles/service-bubble/attio/attio.utils.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/attio/attio.utils.js +4 -0
  32. package/dist/bubbles/service-bubble/attio/attio.utils.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/index.d.ts +3 -0
  34. package/dist/bubbles/service-bubble/attio/index.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/attio/index.js +3 -0
  36. package/dist/bubbles/service-bubble/attio/index.js.map +1 -0
  37. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  38. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
  39. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  40. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
  42. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  43. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  44. package/dist/bubbles/service-bubble/firecrawl.d.ts +982 -982
  45. package/dist/bubbles/service-bubble/followupboss.d.ts +192 -192
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  47. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  48. package/dist/bubbles/service-bubble/github.d.ts +174 -174
  49. package/dist/bubbles/service-bubble/gmail.d.ts +533 -533
  50. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  51. package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  53. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
  54. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  56. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +388 -0
  57. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/hubspot/hubspot.js +241 -0
  59. package/dist/bubbles/service-bubble/hubspot/hubspot.js.map +1 -0
  60. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +345 -0
  61. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts.map +1 -0
  62. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.js +180 -0
  63. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.js.map +1 -0
  64. package/dist/bubbles/service-bubble/hubspot/index.d.ts +3 -0
  65. package/dist/bubbles/service-bubble/hubspot/index.d.ts.map +1 -0
  66. package/dist/bubbles/service-bubble/hubspot/index.js +3 -0
  67. package/dist/bubbles/service-bubble/hubspot/index.js.map +1 -0
  68. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  69. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  70. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
  71. package/dist/bubbles/service-bubble/linear/linear.d.ts +39 -39
  72. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
  73. package/dist/bubbles/service-bubble/notion/notion.d.ts +1577 -1577
  74. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  75. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  76. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +23 -23
  77. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  78. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  79. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +8 -8
  80. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
  81. package/dist/bubbles/service-bubble/slack/slack.d.ts +412 -412
  82. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  83. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +126 -126
  84. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
  85. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  87. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
  88. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  97. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  98. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  99. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
  100. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  101. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  102. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +190 -190
  103. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +48 -48
  104. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  105. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +2 -2
  106. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  107. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  108. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  109. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  110. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +10 -10
  111. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  112. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  113. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  114. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
  115. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  116. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  117. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  118. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  119. package/dist/bubbles.json +1598 -2
  120. package/dist/index.d.ts +4 -0
  121. package/dist/index.d.ts.map +1 -1
  122. package/dist/index.js +2 -0
  123. package/dist/index.js.map +1 -1
  124. package/package.json +2 -2
@@ -36,10 +36,10 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
36
36
  direction: "asc" | "desc";
37
37
  field: string;
38
38
  }[] | undefined;
39
+ offset?: string | undefined;
39
40
  credentials?: Partial<Record<CredentialType, string>> | undefined;
40
- fields?: string[] | undefined;
41
41
  timeZone?: string | undefined;
42
- offset?: string | undefined;
42
+ fields?: string[] | undefined;
43
43
  filterByFormula?: string | undefined;
44
44
  maxRecords?: number | undefined;
45
45
  view?: string | undefined;
@@ -52,10 +52,10 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
52
52
  field: string;
53
53
  direction?: "asc" | "desc" | undefined;
54
54
  }[] | undefined;
55
+ offset?: string | undefined;
55
56
  credentials?: Partial<Record<CredentialType, string>> | undefined;
56
- fields?: string[] | undefined;
57
57
  timeZone?: string | undefined;
58
- offset?: string | undefined;
58
+ fields?: string[] | undefined;
59
59
  pageSize?: number | undefined;
60
60
  filterByFormula?: string | undefined;
61
61
  maxRecords?: number | undefined;
@@ -95,20 +95,20 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
95
95
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
96
96
  }, "strip", z.ZodTypeAny, {
97
97
  operation: "create_records";
98
- baseId: string;
99
- tableIdOrName: string;
100
98
  records: {
101
99
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
102
100
  }[];
101
+ baseId: string;
102
+ tableIdOrName: string;
103
103
  typecast: boolean;
104
104
  credentials?: Partial<Record<CredentialType, string>> | undefined;
105
105
  }, {
106
106
  operation: "create_records";
107
- baseId: string;
108
- tableIdOrName: string;
109
107
  records: {
110
108
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
111
109
  }[];
110
+ baseId: string;
111
+ tableIdOrName: string;
112
112
  credentials?: Partial<Record<CredentialType, string>> | undefined;
113
113
  typecast?: boolean | undefined;
114
114
  }>, z.ZodObject<{
@@ -129,22 +129,22 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
129
129
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
130
130
  }, "strip", z.ZodTypeAny, {
131
131
  operation: "update_records";
132
- baseId: string;
133
- tableIdOrName: string;
134
132
  records: {
135
133
  id: string;
136
134
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
137
135
  }[];
136
+ baseId: string;
137
+ tableIdOrName: string;
138
138
  typecast: boolean;
139
139
  credentials?: Partial<Record<CredentialType, string>> | undefined;
140
140
  }, {
141
141
  operation: "update_records";
142
- baseId: string;
143
- tableIdOrName: string;
144
142
  records: {
145
143
  id: string;
146
144
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
147
145
  }[];
146
+ baseId: string;
147
+ tableIdOrName: string;
148
148
  credentials?: Partial<Record<CredentialType, string>> | undefined;
149
149
  typecast?: boolean | undefined;
150
150
  }>, z.ZodObject<{
@@ -197,38 +197,38 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
197
197
  description: z.ZodOptional<z.ZodString>;
198
198
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
199
199
  }, "strip", z.ZodTypeAny, {
200
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
200
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
205
+ type: "number" | "date" | "email" | "url" | "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;
209
209
  }>, "many">;
210
210
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
211
211
  }, "strip", z.ZodTypeAny, {
212
+ operation: "create_table";
212
213
  name: string;
213
214
  fields: {
214
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
215
+ type: "number" | "date" | "email" | "url" | "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
216
  name: string;
216
217
  options?: Record<string, unknown> | undefined;
217
218
  description?: string | undefined;
218
219
  }[];
219
- operation: "create_table";
220
220
  baseId: string;
221
221
  description?: string | undefined;
222
222
  credentials?: Partial<Record<CredentialType, string>> | undefined;
223
223
  }, {
224
+ operation: "create_table";
224
225
  name: string;
225
226
  fields: {
226
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
227
+ type: "number" | "date" | "email" | "url" | "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
228
  name: string;
228
229
  options?: Record<string, unknown> | undefined;
229
230
  description?: string | undefined;
230
231
  }[];
231
- operation: "create_table";
232
232
  baseId: string;
233
233
  description?: string | undefined;
234
234
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -263,18 +263,18 @@ 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" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
267
- name: string;
268
266
  operation: "create_field";
267
+ type: "number" | "date" | "email" | "url" | "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";
268
+ name: string;
269
269
  baseId: string;
270
270
  tableIdOrName: string;
271
271
  options?: Record<string, unknown> | undefined;
272
272
  description?: string | undefined;
273
273
  credentials?: Partial<Record<CredentialType, string>> | undefined;
274
274
  }, {
275
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
276
- name: string;
277
275
  operation: "create_field";
276
+ type: "number" | "date" | "email" | "url" | "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";
277
+ name: string;
278
278
  baseId: string;
279
279
  tableIdOrName: string;
280
280
  options?: Record<string, unknown> | undefined;
@@ -325,9 +325,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
325
325
  error: z.ZodDefault<z.ZodString>;
326
326
  success: z.ZodBoolean;
327
327
  }, "strip", z.ZodTypeAny, {
328
+ operation: "list_records";
328
329
  success: boolean;
329
330
  error: string;
330
- operation: "list_records";
331
331
  ok: boolean;
332
332
  offset?: string | undefined;
333
333
  records?: {
@@ -336,16 +336,16 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
336
336
  createdTime: string;
337
337
  }[] | undefined;
338
338
  }, {
339
- success: boolean;
340
339
  operation: "list_records";
340
+ success: boolean;
341
341
  ok: boolean;
342
- error?: string | undefined;
343
342
  offset?: string | undefined;
344
343
  records?: {
345
344
  id: string;
346
345
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
347
346
  createdTime: string;
348
347
  }[] | undefined;
348
+ error?: string | undefined;
349
349
  }>, z.ZodObject<{
350
350
  operation: z.ZodLiteral<"get_record">;
351
351
  ok: z.ZodBoolean;
@@ -365,9 +365,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
365
365
  error: z.ZodDefault<z.ZodString>;
366
366
  success: z.ZodBoolean;
367
367
  }, "strip", z.ZodTypeAny, {
368
+ operation: "get_record";
368
369
  success: boolean;
369
370
  error: string;
370
- operation: "get_record";
371
371
  ok: boolean;
372
372
  record?: {
373
373
  id: string;
@@ -375,8 +375,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
375
375
  createdTime: string;
376
376
  } | undefined;
377
377
  }, {
378
- success: boolean;
379
378
  operation: "get_record";
379
+ success: boolean;
380
380
  ok: boolean;
381
381
  error?: string | undefined;
382
382
  record?: {
@@ -403,9 +403,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
403
403
  error: z.ZodDefault<z.ZodString>;
404
404
  success: z.ZodBoolean;
405
405
  }, "strip", z.ZodTypeAny, {
406
+ operation: "create_records";
406
407
  success: boolean;
407
408
  error: string;
408
- operation: "create_records";
409
409
  ok: boolean;
410
410
  records?: {
411
411
  id: string;
@@ -413,15 +413,15 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
413
413
  createdTime: string;
414
414
  }[] | undefined;
415
415
  }, {
416
- success: boolean;
417
416
  operation: "create_records";
417
+ success: boolean;
418
418
  ok: boolean;
419
- error?: string | undefined;
420
419
  records?: {
421
420
  id: string;
422
421
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
423
422
  createdTime: string;
424
423
  }[] | undefined;
424
+ error?: string | undefined;
425
425
  }>, z.ZodObject<{
426
426
  operation: z.ZodLiteral<"update_records">;
427
427
  ok: z.ZodBoolean;
@@ -441,9 +441,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
441
441
  error: z.ZodDefault<z.ZodString>;
442
442
  success: z.ZodBoolean;
443
443
  }, "strip", z.ZodTypeAny, {
444
+ operation: "update_records";
444
445
  success: boolean;
445
446
  error: string;
446
- operation: "update_records";
447
447
  ok: boolean;
448
448
  records?: {
449
449
  id: string;
@@ -451,15 +451,15 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
451
451
  createdTime: string;
452
452
  }[] | undefined;
453
453
  }, {
454
- success: boolean;
455
454
  operation: "update_records";
455
+ success: boolean;
456
456
  ok: boolean;
457
- error?: string | undefined;
458
457
  records?: {
459
458
  id: string;
460
459
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
461
460
  createdTime: string;
462
461
  }[] | undefined;
462
+ error?: string | undefined;
463
463
  }>, z.ZodObject<{
464
464
  operation: z.ZodLiteral<"delete_records">;
465
465
  ok: z.ZodBoolean;
@@ -476,23 +476,23 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
476
476
  error: z.ZodDefault<z.ZodString>;
477
477
  success: z.ZodBoolean;
478
478
  }, "strip", z.ZodTypeAny, {
479
+ operation: "delete_records";
479
480
  success: boolean;
480
481
  error: string;
481
- operation: "delete_records";
482
482
  ok: boolean;
483
483
  records?: {
484
484
  id: string;
485
485
  deleted: boolean;
486
486
  }[] | undefined;
487
487
  }, {
488
- success: boolean;
489
488
  operation: "delete_records";
489
+ success: boolean;
490
490
  ok: boolean;
491
- error?: string | undefined;
492
491
  records?: {
493
492
  id: string;
494
493
  deleted: boolean;
495
494
  }[] | undefined;
495
+ error?: string | undefined;
496
496
  }>, z.ZodObject<{
497
497
  operation: z.ZodLiteral<"list_bases">;
498
498
  ok: z.ZodBoolean;
@@ -512,9 +512,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
512
512
  error: z.ZodDefault<z.ZodString>;
513
513
  success: z.ZodBoolean;
514
514
  }, "strip", z.ZodTypeAny, {
515
+ operation: "list_bases";
515
516
  success: boolean;
516
517
  error: string;
517
- operation: "list_bases";
518
518
  ok: boolean;
519
519
  bases?: {
520
520
  name: string;
@@ -522,8 +522,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
522
522
  permissionLevel: string;
523
523
  }[] | undefined;
524
524
  }, {
525
- success: boolean;
526
525
  operation: "list_bases";
526
+ success: boolean;
527
527
  ok: boolean;
528
528
  error?: string | undefined;
529
529
  bases?: {
@@ -609,9 +609,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
609
609
  error: z.ZodDefault<z.ZodString>;
610
610
  success: z.ZodBoolean;
611
611
  }, "strip", z.ZodTypeAny, {
612
+ operation: "get_base_schema";
612
613
  success: boolean;
613
614
  error: string;
614
- operation: "get_base_schema";
615
615
  ok: boolean;
616
616
  tables?: {
617
617
  name: string;
@@ -632,8 +632,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
632
632
  }[] | undefined;
633
633
  }[] | undefined;
634
634
  }, {
635
- success: boolean;
636
635
  operation: "get_base_schema";
636
+ success: boolean;
637
637
  ok: boolean;
638
638
  error?: string | undefined;
639
639
  tables?: {
@@ -667,11 +667,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
667
667
  name: z.ZodString;
668
668
  type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
670
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
674
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
682
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
692
+ type: "number" | "date" | "email" | "url" | "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
  }[];
@@ -699,15 +699,15 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
699
699
  error: z.ZodDefault<z.ZodString>;
700
700
  success: z.ZodBoolean;
701
701
  }, "strip", z.ZodTypeAny, {
702
+ operation: "create_table";
702
703
  success: boolean;
703
704
  error: string;
704
- operation: "create_table";
705
705
  ok: boolean;
706
706
  table?: {
707
707
  name: string;
708
708
  id: string;
709
709
  fields: {
710
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
710
+ type: "number" | "date" | "email" | "url" | "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
  }[];
@@ -715,15 +715,15 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
715
715
  description?: string | undefined;
716
716
  } | undefined;
717
717
  }, {
718
- success: boolean;
719
718
  operation: "create_table";
719
+ success: boolean;
720
720
  ok: boolean;
721
721
  error?: string | undefined;
722
722
  table?: {
723
723
  name: string;
724
724
  id: string;
725
725
  fields: {
726
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
726
+ type: "number" | "date" | "email" | "url" | "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";
727
727
  name: string;
728
728
  id: string;
729
729
  }[];
@@ -749,9 +749,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
749
749
  error: z.ZodDefault<z.ZodString>;
750
750
  success: z.ZodBoolean;
751
751
  }, "strip", z.ZodTypeAny, {
752
+ operation: "update_table";
752
753
  success: boolean;
753
754
  error: string;
754
- operation: "update_table";
755
755
  ok: boolean;
756
756
  table?: {
757
757
  name: string;
@@ -759,8 +759,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
759
759
  description?: string | undefined;
760
760
  } | undefined;
761
761
  }, {
762
- success: boolean;
763
762
  operation: "update_table";
763
+ success: boolean;
764
764
  ok: boolean;
765
765
  error?: string | undefined;
766
766
  table?: {
@@ -790,9 +790,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
790
790
  error: z.ZodDefault<z.ZodString>;
791
791
  success: z.ZodBoolean;
792
792
  }, "strip", z.ZodTypeAny, {
793
+ operation: "create_field";
793
794
  success: boolean;
794
795
  error: string;
795
- operation: "create_field";
796
796
  ok: boolean;
797
797
  field?: {
798
798
  type: string;
@@ -801,8 +801,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
801
801
  description?: string | undefined;
802
802
  } | undefined;
803
803
  }, {
804
- success: boolean;
805
804
  operation: "create_field";
805
+ success: boolean;
806
806
  ok: boolean;
807
807
  error?: string | undefined;
808
808
  field?: {
@@ -833,9 +833,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
833
833
  error: z.ZodDefault<z.ZodString>;
834
834
  success: z.ZodBoolean;
835
835
  }, "strip", z.ZodTypeAny, {
836
+ operation: "update_field";
836
837
  success: boolean;
837
838
  error: string;
838
- operation: "update_field";
839
839
  ok: boolean;
840
840
  field?: {
841
841
  type: string;
@@ -844,8 +844,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
844
844
  description?: string | undefined;
845
845
  } | undefined;
846
846
  }, {
847
- success: boolean;
848
847
  operation: "update_field";
848
+ success: boolean;
849
849
  ok: boolean;
850
850
  error?: string | undefined;
851
851
  field?: {
@@ -903,10 +903,10 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
903
903
  direction: "asc" | "desc";
904
904
  field: string;
905
905
  }[] | undefined;
906
+ offset?: string | undefined;
906
907
  credentials?: Partial<Record<CredentialType, string>> | undefined;
907
- fields?: string[] | undefined;
908
908
  timeZone?: string | undefined;
909
- offset?: string | undefined;
909
+ fields?: string[] | undefined;
910
910
  filterByFormula?: string | undefined;
911
911
  maxRecords?: number | undefined;
912
912
  view?: string | undefined;
@@ -919,10 +919,10 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
919
919
  field: string;
920
920
  direction?: "asc" | "desc" | undefined;
921
921
  }[] | undefined;
922
+ offset?: string | undefined;
922
923
  credentials?: Partial<Record<CredentialType, string>> | undefined;
923
- fields?: string[] | undefined;
924
924
  timeZone?: string | undefined;
925
- offset?: string | undefined;
925
+ fields?: string[] | undefined;
926
926
  pageSize?: number | undefined;
927
927
  filterByFormula?: string | undefined;
928
928
  maxRecords?: number | undefined;
@@ -962,20 +962,20 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
962
962
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
963
963
  }, "strip", z.ZodTypeAny, {
964
964
  operation: "create_records";
965
- baseId: string;
966
- tableIdOrName: string;
967
965
  records: {
968
966
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
969
967
  }[];
968
+ baseId: string;
969
+ tableIdOrName: string;
970
970
  typecast: boolean;
971
971
  credentials?: Partial<Record<CredentialType, string>> | undefined;
972
972
  }, {
973
973
  operation: "create_records";
974
- baseId: string;
975
- tableIdOrName: string;
976
974
  records: {
977
975
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
978
976
  }[];
977
+ baseId: string;
978
+ tableIdOrName: string;
979
979
  credentials?: Partial<Record<CredentialType, string>> | undefined;
980
980
  typecast?: boolean | undefined;
981
981
  }>, z.ZodObject<{
@@ -996,22 +996,22 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
996
996
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
997
997
  }, "strip", z.ZodTypeAny, {
998
998
  operation: "update_records";
999
- baseId: string;
1000
- tableIdOrName: string;
1001
999
  records: {
1002
1000
  id: string;
1003
1001
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1004
1002
  }[];
1003
+ baseId: string;
1004
+ tableIdOrName: string;
1005
1005
  typecast: boolean;
1006
1006
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1007
1007
  }, {
1008
1008
  operation: "update_records";
1009
- baseId: string;
1010
- tableIdOrName: string;
1011
1009
  records: {
1012
1010
  id: string;
1013
1011
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1014
1012
  }[];
1013
+ baseId: string;
1014
+ tableIdOrName: string;
1015
1015
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1016
1016
  typecast?: boolean | undefined;
1017
1017
  }>, z.ZodObject<{
@@ -1064,38 +1064,38 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1064
1064
  description: z.ZodOptional<z.ZodString>;
1065
1065
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1066
1066
  }, "strip", z.ZodTypeAny, {
1067
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1067
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1072
+ type: "number" | "date" | "email" | "url" | "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;
1076
1076
  }>, "many">;
1077
1077
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1078
1078
  }, "strip", z.ZodTypeAny, {
1079
+ operation: "create_table";
1079
1080
  name: string;
1080
1081
  fields: {
1081
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1082
+ type: "number" | "date" | "email" | "url" | "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
1083
  name: string;
1083
1084
  options?: Record<string, unknown> | undefined;
1084
1085
  description?: string | undefined;
1085
1086
  }[];
1086
- operation: "create_table";
1087
1087
  baseId: string;
1088
1088
  description?: string | undefined;
1089
1089
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1090
1090
  }, {
1091
+ operation: "create_table";
1091
1092
  name: string;
1092
1093
  fields: {
1093
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1094
+ type: "number" | "date" | "email" | "url" | "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
1095
  name: string;
1095
1096
  options?: Record<string, unknown> | undefined;
1096
1097
  description?: string | undefined;
1097
1098
  }[];
1098
- operation: "create_table";
1099
1099
  baseId: string;
1100
1100
  description?: string | undefined;
1101
1101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1130,18 +1130,18 @@ 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" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1134
- name: string;
1135
1133
  operation: "create_field";
1134
+ type: "number" | "date" | "email" | "url" | "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";
1135
+ name: string;
1136
1136
  baseId: string;
1137
1137
  tableIdOrName: string;
1138
1138
  options?: Record<string, unknown> | undefined;
1139
1139
  description?: string | undefined;
1140
1140
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1141
1141
  }, {
1142
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1143
- name: string;
1144
1142
  operation: "create_field";
1143
+ type: "number" | "date" | "email" | "url" | "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";
1144
+ name: string;
1145
1145
  baseId: string;
1146
1146
  tableIdOrName: string;
1147
1147
  options?: Record<string, unknown> | undefined;
@@ -1192,9 +1192,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1192
1192
  error: z.ZodDefault<z.ZodString>;
1193
1193
  success: z.ZodBoolean;
1194
1194
  }, "strip", z.ZodTypeAny, {
1195
+ operation: "list_records";
1195
1196
  success: boolean;
1196
1197
  error: string;
1197
- operation: "list_records";
1198
1198
  ok: boolean;
1199
1199
  offset?: string | undefined;
1200
1200
  records?: {
@@ -1203,16 +1203,16 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1203
1203
  createdTime: string;
1204
1204
  }[] | undefined;
1205
1205
  }, {
1206
- success: boolean;
1207
1206
  operation: "list_records";
1207
+ success: boolean;
1208
1208
  ok: boolean;
1209
- error?: string | undefined;
1210
1209
  offset?: string | undefined;
1211
1210
  records?: {
1212
1211
  id: string;
1213
1212
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1214
1213
  createdTime: string;
1215
1214
  }[] | undefined;
1215
+ error?: string | undefined;
1216
1216
  }>, z.ZodObject<{
1217
1217
  operation: z.ZodLiteral<"get_record">;
1218
1218
  ok: z.ZodBoolean;
@@ -1232,9 +1232,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1232
1232
  error: z.ZodDefault<z.ZodString>;
1233
1233
  success: z.ZodBoolean;
1234
1234
  }, "strip", z.ZodTypeAny, {
1235
+ operation: "get_record";
1235
1236
  success: boolean;
1236
1237
  error: string;
1237
- operation: "get_record";
1238
1238
  ok: boolean;
1239
1239
  record?: {
1240
1240
  id: string;
@@ -1242,8 +1242,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1242
1242
  createdTime: string;
1243
1243
  } | undefined;
1244
1244
  }, {
1245
- success: boolean;
1246
1245
  operation: "get_record";
1246
+ success: boolean;
1247
1247
  ok: boolean;
1248
1248
  error?: string | undefined;
1249
1249
  record?: {
@@ -1270,9 +1270,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1270
1270
  error: z.ZodDefault<z.ZodString>;
1271
1271
  success: z.ZodBoolean;
1272
1272
  }, "strip", z.ZodTypeAny, {
1273
+ operation: "create_records";
1273
1274
  success: boolean;
1274
1275
  error: string;
1275
- operation: "create_records";
1276
1276
  ok: boolean;
1277
1277
  records?: {
1278
1278
  id: string;
@@ -1280,15 +1280,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1280
1280
  createdTime: string;
1281
1281
  }[] | undefined;
1282
1282
  }, {
1283
- success: boolean;
1284
1283
  operation: "create_records";
1284
+ success: boolean;
1285
1285
  ok: boolean;
1286
- error?: string | undefined;
1287
1286
  records?: {
1288
1287
  id: string;
1289
1288
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1290
1289
  createdTime: string;
1291
1290
  }[] | undefined;
1291
+ error?: string | undefined;
1292
1292
  }>, z.ZodObject<{
1293
1293
  operation: z.ZodLiteral<"update_records">;
1294
1294
  ok: z.ZodBoolean;
@@ -1308,9 +1308,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1308
1308
  error: z.ZodDefault<z.ZodString>;
1309
1309
  success: z.ZodBoolean;
1310
1310
  }, "strip", z.ZodTypeAny, {
1311
+ operation: "update_records";
1311
1312
  success: boolean;
1312
1313
  error: string;
1313
- operation: "update_records";
1314
1314
  ok: boolean;
1315
1315
  records?: {
1316
1316
  id: string;
@@ -1318,15 +1318,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1318
1318
  createdTime: string;
1319
1319
  }[] | undefined;
1320
1320
  }, {
1321
- success: boolean;
1322
1321
  operation: "update_records";
1322
+ success: boolean;
1323
1323
  ok: boolean;
1324
- error?: string | undefined;
1325
1324
  records?: {
1326
1325
  id: string;
1327
1326
  fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
1328
1327
  createdTime: string;
1329
1328
  }[] | undefined;
1329
+ error?: string | undefined;
1330
1330
  }>, z.ZodObject<{
1331
1331
  operation: z.ZodLiteral<"delete_records">;
1332
1332
  ok: z.ZodBoolean;
@@ -1343,23 +1343,23 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1343
1343
  error: z.ZodDefault<z.ZodString>;
1344
1344
  success: z.ZodBoolean;
1345
1345
  }, "strip", z.ZodTypeAny, {
1346
+ operation: "delete_records";
1346
1347
  success: boolean;
1347
1348
  error: string;
1348
- operation: "delete_records";
1349
1349
  ok: boolean;
1350
1350
  records?: {
1351
1351
  id: string;
1352
1352
  deleted: boolean;
1353
1353
  }[] | undefined;
1354
1354
  }, {
1355
- success: boolean;
1356
1355
  operation: "delete_records";
1356
+ success: boolean;
1357
1357
  ok: boolean;
1358
- error?: string | undefined;
1359
1358
  records?: {
1360
1359
  id: string;
1361
1360
  deleted: boolean;
1362
1361
  }[] | undefined;
1362
+ error?: string | undefined;
1363
1363
  }>, z.ZodObject<{
1364
1364
  operation: z.ZodLiteral<"list_bases">;
1365
1365
  ok: z.ZodBoolean;
@@ -1379,9 +1379,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1379
1379
  error: z.ZodDefault<z.ZodString>;
1380
1380
  success: z.ZodBoolean;
1381
1381
  }, "strip", z.ZodTypeAny, {
1382
+ operation: "list_bases";
1382
1383
  success: boolean;
1383
1384
  error: string;
1384
- operation: "list_bases";
1385
1385
  ok: boolean;
1386
1386
  bases?: {
1387
1387
  name: string;
@@ -1389,8 +1389,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1389
1389
  permissionLevel: string;
1390
1390
  }[] | undefined;
1391
1391
  }, {
1392
- success: boolean;
1393
1392
  operation: "list_bases";
1393
+ success: boolean;
1394
1394
  ok: boolean;
1395
1395
  error?: string | undefined;
1396
1396
  bases?: {
@@ -1476,9 +1476,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1476
1476
  error: z.ZodDefault<z.ZodString>;
1477
1477
  success: z.ZodBoolean;
1478
1478
  }, "strip", z.ZodTypeAny, {
1479
+ operation: "get_base_schema";
1479
1480
  success: boolean;
1480
1481
  error: string;
1481
- operation: "get_base_schema";
1482
1482
  ok: boolean;
1483
1483
  tables?: {
1484
1484
  name: string;
@@ -1499,8 +1499,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1499
1499
  }[] | undefined;
1500
1500
  }[] | undefined;
1501
1501
  }, {
1502
- success: boolean;
1503
1502
  operation: "get_base_schema";
1503
+ success: boolean;
1504
1504
  ok: boolean;
1505
1505
  error?: string | undefined;
1506
1506
  tables?: {
@@ -1534,11 +1534,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1534
1534
  name: z.ZodString;
1535
1535
  type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
1536
1536
  }, "strip", z.ZodTypeAny, {
1537
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1537
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1541
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1549
+ type: "number" | "date" | "email" | "url" | "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" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1559
+ type: "number" | "date" | "email" | "url" | "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
  }[];
@@ -1566,15 +1566,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1566
1566
  error: z.ZodDefault<z.ZodString>;
1567
1567
  success: z.ZodBoolean;
1568
1568
  }, "strip", z.ZodTypeAny, {
1569
+ operation: "create_table";
1569
1570
  success: boolean;
1570
1571
  error: string;
1571
- operation: "create_table";
1572
1572
  ok: boolean;
1573
1573
  table?: {
1574
1574
  name: string;
1575
1575
  id: string;
1576
1576
  fields: {
1577
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1577
+ type: "number" | "date" | "email" | "url" | "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
  }[];
@@ -1582,15 +1582,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1582
1582
  description?: string | undefined;
1583
1583
  } | undefined;
1584
1584
  }, {
1585
- success: boolean;
1586
1585
  operation: "create_table";
1586
+ success: boolean;
1587
1587
  ok: boolean;
1588
1588
  error?: string | undefined;
1589
1589
  table?: {
1590
1590
  name: string;
1591
1591
  id: string;
1592
1592
  fields: {
1593
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "currency" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1593
+ type: "number" | "date" | "email" | "url" | "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";
1594
1594
  name: string;
1595
1595
  id: string;
1596
1596
  }[];
@@ -1616,9 +1616,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1616
1616
  error: z.ZodDefault<z.ZodString>;
1617
1617
  success: z.ZodBoolean;
1618
1618
  }, "strip", z.ZodTypeAny, {
1619
+ operation: "update_table";
1619
1620
  success: boolean;
1620
1621
  error: string;
1621
- operation: "update_table";
1622
1622
  ok: boolean;
1623
1623
  table?: {
1624
1624
  name: string;
@@ -1626,8 +1626,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1626
1626
  description?: string | undefined;
1627
1627
  } | undefined;
1628
1628
  }, {
1629
- success: boolean;
1630
1629
  operation: "update_table";
1630
+ success: boolean;
1631
1631
  ok: boolean;
1632
1632
  error?: string | undefined;
1633
1633
  table?: {
@@ -1657,9 +1657,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1657
1657
  error: z.ZodDefault<z.ZodString>;
1658
1658
  success: z.ZodBoolean;
1659
1659
  }, "strip", z.ZodTypeAny, {
1660
+ operation: "create_field";
1660
1661
  success: boolean;
1661
1662
  error: string;
1662
- operation: "create_field";
1663
1663
  ok: boolean;
1664
1664
  field?: {
1665
1665
  type: string;
@@ -1668,8 +1668,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1668
1668
  description?: string | undefined;
1669
1669
  } | undefined;
1670
1670
  }, {
1671
- success: boolean;
1672
1671
  operation: "create_field";
1672
+ success: boolean;
1673
1673
  ok: boolean;
1674
1674
  error?: string | undefined;
1675
1675
  field?: {
@@ -1700,9 +1700,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1700
1700
  error: z.ZodDefault<z.ZodString>;
1701
1701
  success: z.ZodBoolean;
1702
1702
  }, "strip", z.ZodTypeAny, {
1703
+ operation: "update_field";
1703
1704
  success: boolean;
1704
1705
  error: string;
1705
- operation: "update_field";
1706
1706
  ok: boolean;
1707
1707
  field?: {
1708
1708
  type: string;
@@ -1711,8 +1711,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1711
1711
  description?: string | undefined;
1712
1712
  } | undefined;
1713
1713
  }, {
1714
- success: boolean;
1715
1714
  operation: "update_field";
1715
+ success: boolean;
1716
1716
  ok: boolean;
1717
1717
  error?: string | undefined;
1718
1718
  field?: {