@bubblelab/bubble-core 0.1.113 → 0.1.114
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.
- package/dist/bubble-bundle.d.ts +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -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" | "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
200
|
name: string;
|
|
202
|
-
|
|
201
|
+
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";
|
|
203
202
|
description?: string | undefined;
|
|
203
|
+
options?: Record<string, unknown> | undefined;
|
|
204
204
|
}, {
|
|
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
205
|
name: string;
|
|
207
|
-
|
|
206
|
+
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";
|
|
208
207
|
description?: string | undefined;
|
|
208
|
+
options?: Record<string, unknown> | undefined;
|
|
209
209
|
}>, "many">;
|
|
210
210
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
name: string;
|
|
213
|
+
operation: "create_table";
|
|
213
214
|
fields: {
|
|
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
|
+
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";
|
|
217
217
|
description?: string | undefined;
|
|
218
|
+
options?: Record<string, unknown> | 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
224
|
name: string;
|
|
225
|
+
operation: "create_table";
|
|
225
226
|
fields: {
|
|
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
|
+
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";
|
|
229
229
|
description?: string | undefined;
|
|
230
|
+
options?: Record<string, unknown> | undefined;
|
|
230
231
|
}[];
|
|
231
|
-
operation: "create_table";
|
|
232
232
|
baseId: string;
|
|
233
233
|
description?: string | undefined;
|
|
234
234
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -243,15 +243,15 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
243
243
|
operation: "update_table";
|
|
244
244
|
baseId: string;
|
|
245
245
|
tableIdOrName: string;
|
|
246
|
-
description?: string | undefined;
|
|
247
246
|
name?: string | undefined;
|
|
247
|
+
description?: string | undefined;
|
|
248
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
249
|
}, {
|
|
250
250
|
operation: "update_table";
|
|
251
251
|
baseId: string;
|
|
252
252
|
tableIdOrName: string;
|
|
253
|
-
description?: string | undefined;
|
|
254
253
|
name?: string | undefined;
|
|
254
|
+
description?: string | undefined;
|
|
255
255
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
256
256
|
}>, z.ZodObject<{
|
|
257
257
|
operation: z.ZodLiteral<"create_field">;
|
|
@@ -263,22 +263,22 @@ 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" | "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
266
|
name: string;
|
|
267
|
+
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";
|
|
268
268
|
operation: "create_field";
|
|
269
269
|
baseId: string;
|
|
270
270
|
tableIdOrName: string;
|
|
271
|
-
options?: Record<string, unknown> | undefined;
|
|
272
271
|
description?: string | undefined;
|
|
272
|
+
options?: Record<string, unknown> | undefined;
|
|
273
273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
274
274
|
}, {
|
|
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
275
|
name: string;
|
|
276
|
+
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";
|
|
277
277
|
operation: "create_field";
|
|
278
278
|
baseId: string;
|
|
279
279
|
tableIdOrName: string;
|
|
280
|
-
options?: Record<string, unknown> | undefined;
|
|
281
280
|
description?: string | undefined;
|
|
281
|
+
options?: Record<string, unknown> | undefined;
|
|
282
282
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
283
283
|
}>, z.ZodObject<{
|
|
284
284
|
operation: z.ZodLiteral<"update_field">;
|
|
@@ -293,16 +293,16 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
293
293
|
baseId: string;
|
|
294
294
|
tableIdOrName: string;
|
|
295
295
|
fieldIdOrName: string;
|
|
296
|
-
description?: string | undefined;
|
|
297
296
|
name?: string | undefined;
|
|
297
|
+
description?: string | undefined;
|
|
298
298
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
299
299
|
}, {
|
|
300
300
|
operation: "update_field";
|
|
301
301
|
baseId: string;
|
|
302
302
|
tableIdOrName: string;
|
|
303
303
|
fieldIdOrName: string;
|
|
304
|
-
description?: string | undefined;
|
|
305
304
|
name?: string | undefined;
|
|
305
|
+
description?: string | undefined;
|
|
306
306
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
307
307
|
}>]>;
|
|
308
308
|
declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -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
|
-
error: string;
|
|
329
|
-
success: boolean;
|
|
330
328
|
operation: "list_records";
|
|
329
|
+
success: boolean;
|
|
330
|
+
error: string;
|
|
331
331
|
ok: boolean;
|
|
332
332
|
offset?: string | undefined;
|
|
333
333
|
records?: {
|
|
@@ -336,8 +336,8 @@ 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
342
|
error?: string | undefined;
|
|
343
343
|
offset?: string | undefined;
|
|
@@ -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
|
-
error: string;
|
|
369
|
-
success: boolean;
|
|
370
368
|
operation: "get_record";
|
|
369
|
+
success: boolean;
|
|
370
|
+
error: string;
|
|
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
|
-
error: string;
|
|
407
|
-
success: boolean;
|
|
408
406
|
operation: "create_records";
|
|
407
|
+
success: boolean;
|
|
408
|
+
error: string;
|
|
409
409
|
ok: boolean;
|
|
410
410
|
records?: {
|
|
411
411
|
id: string;
|
|
@@ -413,8 +413,8 @@ 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
419
|
error?: string | undefined;
|
|
420
420
|
records?: {
|
|
@@ -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
|
-
error: string;
|
|
445
|
-
success: boolean;
|
|
446
444
|
operation: "update_records";
|
|
445
|
+
success: boolean;
|
|
446
|
+
error: string;
|
|
447
447
|
ok: boolean;
|
|
448
448
|
records?: {
|
|
449
449
|
id: string;
|
|
@@ -451,8 +451,8 @@ 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
457
|
error?: string | undefined;
|
|
458
458
|
records?: {
|
|
@@ -476,17 +476,17 @@ 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
|
-
error: string;
|
|
480
|
-
success: boolean;
|
|
481
479
|
operation: "delete_records";
|
|
480
|
+
success: boolean;
|
|
481
|
+
error: string;
|
|
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
491
|
error?: string | undefined;
|
|
492
492
|
records?: {
|
|
@@ -501,34 +501,34 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
501
501
|
name: z.ZodString;
|
|
502
502
|
permissionLevel: z.ZodString;
|
|
503
503
|
}, "strip", z.ZodTypeAny, {
|
|
504
|
-
name: string;
|
|
505
504
|
id: string;
|
|
505
|
+
name: string;
|
|
506
506
|
permissionLevel: string;
|
|
507
507
|
}, {
|
|
508
|
-
name: string;
|
|
509
508
|
id: string;
|
|
509
|
+
name: string;
|
|
510
510
|
permissionLevel: string;
|
|
511
511
|
}>, "many">>;
|
|
512
512
|
error: z.ZodDefault<z.ZodString>;
|
|
513
513
|
success: z.ZodBoolean;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
error: string;
|
|
516
|
-
success: boolean;
|
|
517
515
|
operation: "list_bases";
|
|
516
|
+
success: boolean;
|
|
517
|
+
error: string;
|
|
518
518
|
ok: boolean;
|
|
519
519
|
bases?: {
|
|
520
|
-
name: string;
|
|
521
520
|
id: string;
|
|
521
|
+
name: string;
|
|
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?: {
|
|
530
|
-
name: string;
|
|
531
530
|
id: string;
|
|
531
|
+
name: string;
|
|
532
532
|
permissionLevel: string;
|
|
533
533
|
}[] | undefined;
|
|
534
534
|
}>, z.ZodObject<{
|
|
@@ -546,112 +546,112 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
546
546
|
description: z.ZodOptional<z.ZodString>;
|
|
547
547
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
type: string;
|
|
550
|
-
name: string;
|
|
551
549
|
id: string;
|
|
552
|
-
|
|
550
|
+
name: string;
|
|
551
|
+
type: string;
|
|
553
552
|
description?: string | undefined;
|
|
553
|
+
options?: Record<string, unknown> | undefined;
|
|
554
554
|
}, {
|
|
555
|
-
type: string;
|
|
556
|
-
name: string;
|
|
557
555
|
id: string;
|
|
558
|
-
|
|
556
|
+
name: string;
|
|
557
|
+
type: string;
|
|
559
558
|
description?: string | undefined;
|
|
559
|
+
options?: Record<string, unknown> | undefined;
|
|
560
560
|
}>, "many">;
|
|
561
561
|
views: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
562
562
|
id: z.ZodString;
|
|
563
563
|
name: z.ZodString;
|
|
564
564
|
type: z.ZodString;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
type: string;
|
|
567
|
-
name: string;
|
|
568
566
|
id: string;
|
|
569
|
-
}, {
|
|
570
|
-
type: string;
|
|
571
567
|
name: string;
|
|
568
|
+
type: string;
|
|
569
|
+
}, {
|
|
572
570
|
id: string;
|
|
571
|
+
name: string;
|
|
572
|
+
type: string;
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
|
-
name: string;
|
|
576
575
|
id: string;
|
|
576
|
+
name: string;
|
|
577
577
|
fields: {
|
|
578
|
-
type: string;
|
|
579
|
-
name: string;
|
|
580
578
|
id: string;
|
|
581
|
-
|
|
579
|
+
name: string;
|
|
580
|
+
type: string;
|
|
582
581
|
description?: string | undefined;
|
|
582
|
+
options?: Record<string, unknown> | undefined;
|
|
583
583
|
}[];
|
|
584
584
|
primaryFieldId: string;
|
|
585
585
|
description?: string | undefined;
|
|
586
586
|
views?: {
|
|
587
|
-
type: string;
|
|
588
|
-
name: string;
|
|
589
587
|
id: string;
|
|
588
|
+
name: string;
|
|
589
|
+
type: string;
|
|
590
590
|
}[] | undefined;
|
|
591
591
|
}, {
|
|
592
|
-
name: string;
|
|
593
592
|
id: string;
|
|
593
|
+
name: string;
|
|
594
594
|
fields: {
|
|
595
|
-
type: string;
|
|
596
|
-
name: string;
|
|
597
595
|
id: string;
|
|
598
|
-
|
|
596
|
+
name: string;
|
|
597
|
+
type: string;
|
|
599
598
|
description?: string | undefined;
|
|
599
|
+
options?: Record<string, unknown> | undefined;
|
|
600
600
|
}[];
|
|
601
601
|
primaryFieldId: string;
|
|
602
602
|
description?: string | undefined;
|
|
603
603
|
views?: {
|
|
604
|
-
type: string;
|
|
605
|
-
name: string;
|
|
606
604
|
id: string;
|
|
605
|
+
name: string;
|
|
606
|
+
type: string;
|
|
607
607
|
}[] | undefined;
|
|
608
608
|
}>, "many">>;
|
|
609
609
|
error: z.ZodDefault<z.ZodString>;
|
|
610
610
|
success: z.ZodBoolean;
|
|
611
611
|
}, "strip", z.ZodTypeAny, {
|
|
612
|
-
error: string;
|
|
613
|
-
success: boolean;
|
|
614
612
|
operation: "get_base_schema";
|
|
613
|
+
success: boolean;
|
|
614
|
+
error: string;
|
|
615
615
|
ok: boolean;
|
|
616
616
|
tables?: {
|
|
617
|
-
name: string;
|
|
618
617
|
id: string;
|
|
618
|
+
name: string;
|
|
619
619
|
fields: {
|
|
620
|
-
type: string;
|
|
621
|
-
name: string;
|
|
622
620
|
id: string;
|
|
623
|
-
|
|
621
|
+
name: string;
|
|
622
|
+
type: string;
|
|
624
623
|
description?: string | undefined;
|
|
624
|
+
options?: Record<string, unknown> | undefined;
|
|
625
625
|
}[];
|
|
626
626
|
primaryFieldId: string;
|
|
627
627
|
description?: string | undefined;
|
|
628
628
|
views?: {
|
|
629
|
-
type: string;
|
|
630
|
-
name: string;
|
|
631
629
|
id: string;
|
|
630
|
+
name: string;
|
|
631
|
+
type: string;
|
|
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?: {
|
|
640
|
-
name: string;
|
|
641
640
|
id: string;
|
|
641
|
+
name: string;
|
|
642
642
|
fields: {
|
|
643
|
-
type: string;
|
|
644
|
-
name: string;
|
|
645
643
|
id: string;
|
|
646
|
-
|
|
644
|
+
name: string;
|
|
645
|
+
type: string;
|
|
647
646
|
description?: string | undefined;
|
|
647
|
+
options?: Record<string, unknown> | undefined;
|
|
648
648
|
}[];
|
|
649
649
|
primaryFieldId: string;
|
|
650
650
|
description?: string | undefined;
|
|
651
651
|
views?: {
|
|
652
|
-
type: string;
|
|
653
|
-
name: string;
|
|
654
652
|
id: string;
|
|
653
|
+
name: string;
|
|
654
|
+
type: string;
|
|
655
655
|
}[] | undefined;
|
|
656
656
|
}[] | undefined;
|
|
657
657
|
}>, z.ZodObject<{
|
|
@@ -667,31 +667,31 @@ 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" | "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
|
-
name: string;
|
|
672
670
|
id: string;
|
|
673
|
-
}, {
|
|
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
671
|
name: string;
|
|
672
|
+
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";
|
|
673
|
+
}, {
|
|
676
674
|
id: string;
|
|
675
|
+
name: string;
|
|
676
|
+
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";
|
|
677
677
|
}>, "many">;
|
|
678
678
|
}, "strip", z.ZodTypeAny, {
|
|
679
|
-
name: string;
|
|
680
679
|
id: string;
|
|
680
|
+
name: string;
|
|
681
681
|
fields: {
|
|
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
|
-
name: string;
|
|
684
682
|
id: string;
|
|
683
|
+
name: string;
|
|
684
|
+
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";
|
|
685
685
|
}[];
|
|
686
686
|
primaryFieldId: string;
|
|
687
687
|
description?: string | undefined;
|
|
688
688
|
}, {
|
|
689
|
-
name: string;
|
|
690
689
|
id: string;
|
|
690
|
+
name: string;
|
|
691
691
|
fields: {
|
|
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
|
-
name: string;
|
|
694
692
|
id: string;
|
|
693
|
+
name: string;
|
|
694
|
+
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";
|
|
695
695
|
}[];
|
|
696
696
|
primaryFieldId: string;
|
|
697
697
|
description?: string | undefined;
|
|
@@ -699,33 +699,33 @@ 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
|
-
error: string;
|
|
703
|
-
success: boolean;
|
|
704
702
|
operation: "create_table";
|
|
703
|
+
success: boolean;
|
|
704
|
+
error: string;
|
|
705
705
|
ok: boolean;
|
|
706
706
|
table?: {
|
|
707
|
-
name: string;
|
|
708
707
|
id: string;
|
|
708
|
+
name: string;
|
|
709
709
|
fields: {
|
|
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
|
-
name: string;
|
|
712
710
|
id: string;
|
|
711
|
+
name: string;
|
|
712
|
+
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";
|
|
713
713
|
}[];
|
|
714
714
|
primaryFieldId: string;
|
|
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
|
-
name: string;
|
|
724
723
|
id: string;
|
|
724
|
+
name: string;
|
|
725
725
|
fields: {
|
|
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";
|
|
727
|
-
name: string;
|
|
728
726
|
id: string;
|
|
727
|
+
name: string;
|
|
728
|
+
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";
|
|
729
729
|
}[];
|
|
730
730
|
primaryFieldId: string;
|
|
731
731
|
description?: string | undefined;
|
|
@@ -738,34 +738,34 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
738
738
|
name: z.ZodString;
|
|
739
739
|
description: z.ZodOptional<z.ZodString>;
|
|
740
740
|
}, "strip", z.ZodTypeAny, {
|
|
741
|
-
name: string;
|
|
742
741
|
id: string;
|
|
742
|
+
name: string;
|
|
743
743
|
description?: string | undefined;
|
|
744
744
|
}, {
|
|
745
|
-
name: string;
|
|
746
745
|
id: string;
|
|
746
|
+
name: string;
|
|
747
747
|
description?: string | undefined;
|
|
748
748
|
}>>;
|
|
749
749
|
error: z.ZodDefault<z.ZodString>;
|
|
750
750
|
success: z.ZodBoolean;
|
|
751
751
|
}, "strip", z.ZodTypeAny, {
|
|
752
|
-
error: string;
|
|
753
|
-
success: boolean;
|
|
754
752
|
operation: "update_table";
|
|
753
|
+
success: boolean;
|
|
754
|
+
error: string;
|
|
755
755
|
ok: boolean;
|
|
756
756
|
table?: {
|
|
757
|
-
name: string;
|
|
758
757
|
id: string;
|
|
758
|
+
name: string;
|
|
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?: {
|
|
767
|
-
name: string;
|
|
768
767
|
id: string;
|
|
768
|
+
name: string;
|
|
769
769
|
description?: string | undefined;
|
|
770
770
|
} | undefined;
|
|
771
771
|
}>, z.ZodObject<{
|
|
@@ -777,38 +777,38 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
777
777
|
type: z.ZodString;
|
|
778
778
|
description: z.ZodOptional<z.ZodString>;
|
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
|
780
|
-
type: string;
|
|
781
|
-
name: string;
|
|
782
780
|
id: string;
|
|
781
|
+
name: string;
|
|
782
|
+
type: string;
|
|
783
783
|
description?: string | undefined;
|
|
784
784
|
}, {
|
|
785
|
-
type: string;
|
|
786
|
-
name: string;
|
|
787
785
|
id: string;
|
|
786
|
+
name: string;
|
|
787
|
+
type: string;
|
|
788
788
|
description?: string | undefined;
|
|
789
789
|
}>>;
|
|
790
790
|
error: z.ZodDefault<z.ZodString>;
|
|
791
791
|
success: z.ZodBoolean;
|
|
792
792
|
}, "strip", z.ZodTypeAny, {
|
|
793
|
-
error: string;
|
|
794
|
-
success: boolean;
|
|
795
793
|
operation: "create_field";
|
|
794
|
+
success: boolean;
|
|
795
|
+
error: string;
|
|
796
796
|
ok: boolean;
|
|
797
797
|
field?: {
|
|
798
|
-
type: string;
|
|
799
|
-
name: string;
|
|
800
798
|
id: string;
|
|
799
|
+
name: string;
|
|
800
|
+
type: string;
|
|
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?: {
|
|
809
|
-
type: string;
|
|
810
|
-
name: string;
|
|
811
809
|
id: string;
|
|
810
|
+
name: string;
|
|
811
|
+
type: string;
|
|
812
812
|
description?: string | undefined;
|
|
813
813
|
} | undefined;
|
|
814
814
|
}>, z.ZodObject<{
|
|
@@ -820,38 +820,38 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
820
820
|
type: z.ZodString;
|
|
821
821
|
description: z.ZodOptional<z.ZodString>;
|
|
822
822
|
}, "strip", z.ZodTypeAny, {
|
|
823
|
-
type: string;
|
|
824
|
-
name: string;
|
|
825
823
|
id: string;
|
|
824
|
+
name: string;
|
|
825
|
+
type: string;
|
|
826
826
|
description?: string | undefined;
|
|
827
827
|
}, {
|
|
828
|
-
type: string;
|
|
829
|
-
name: string;
|
|
830
828
|
id: string;
|
|
829
|
+
name: string;
|
|
830
|
+
type: string;
|
|
831
831
|
description?: string | undefined;
|
|
832
832
|
}>>;
|
|
833
833
|
error: z.ZodDefault<z.ZodString>;
|
|
834
834
|
success: z.ZodBoolean;
|
|
835
835
|
}, "strip", z.ZodTypeAny, {
|
|
836
|
-
error: string;
|
|
837
|
-
success: boolean;
|
|
838
836
|
operation: "update_field";
|
|
837
|
+
success: boolean;
|
|
838
|
+
error: string;
|
|
839
839
|
ok: boolean;
|
|
840
840
|
field?: {
|
|
841
|
-
type: string;
|
|
842
|
-
name: string;
|
|
843
841
|
id: string;
|
|
842
|
+
name: string;
|
|
843
|
+
type: string;
|
|
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?: {
|
|
852
|
-
type: string;
|
|
853
|
-
name: string;
|
|
854
852
|
id: string;
|
|
853
|
+
name: string;
|
|
854
|
+
type: string;
|
|
855
855
|
description?: string | undefined;
|
|
856
856
|
} | undefined;
|
|
857
857
|
}>]>;
|
|
@@ -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" | "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
1067
|
name: string;
|
|
1069
|
-
|
|
1068
|
+
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";
|
|
1070
1069
|
description?: string | undefined;
|
|
1070
|
+
options?: Record<string, unknown> | undefined;
|
|
1071
1071
|
}, {
|
|
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
1072
|
name: string;
|
|
1074
|
-
|
|
1073
|
+
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";
|
|
1075
1074
|
description?: string | undefined;
|
|
1075
|
+
options?: Record<string, unknown> | undefined;
|
|
1076
1076
|
}>, "many">;
|
|
1077
1077
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
1079
|
name: string;
|
|
1080
|
+
operation: "create_table";
|
|
1080
1081
|
fields: {
|
|
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
|
+
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";
|
|
1084
1084
|
description?: string | undefined;
|
|
1085
|
+
options?: Record<string, unknown> | 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
1091
|
name: string;
|
|
1092
|
+
operation: "create_table";
|
|
1092
1093
|
fields: {
|
|
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
|
+
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";
|
|
1096
1096
|
description?: string | undefined;
|
|
1097
|
+
options?: Record<string, unknown> | undefined;
|
|
1097
1098
|
}[];
|
|
1098
|
-
operation: "create_table";
|
|
1099
1099
|
baseId: string;
|
|
1100
1100
|
description?: string | undefined;
|
|
1101
1101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1110,15 +1110,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1110
1110
|
operation: "update_table";
|
|
1111
1111
|
baseId: string;
|
|
1112
1112
|
tableIdOrName: string;
|
|
1113
|
-
description?: string | undefined;
|
|
1114
1113
|
name?: string | undefined;
|
|
1114
|
+
description?: string | undefined;
|
|
1115
1115
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1116
1116
|
}, {
|
|
1117
1117
|
operation: "update_table";
|
|
1118
1118
|
baseId: string;
|
|
1119
1119
|
tableIdOrName: string;
|
|
1120
|
-
description?: string | undefined;
|
|
1121
1120
|
name?: string | undefined;
|
|
1121
|
+
description?: string | undefined;
|
|
1122
1122
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1123
1123
|
}>, z.ZodObject<{
|
|
1124
1124
|
operation: z.ZodLiteral<"create_field">;
|
|
@@ -1130,22 +1130,22 @@ 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" | "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
1133
|
name: string;
|
|
1134
|
+
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";
|
|
1135
1135
|
operation: "create_field";
|
|
1136
1136
|
baseId: string;
|
|
1137
1137
|
tableIdOrName: string;
|
|
1138
|
-
options?: Record<string, unknown> | undefined;
|
|
1139
1138
|
description?: string | undefined;
|
|
1139
|
+
options?: Record<string, unknown> | undefined;
|
|
1140
1140
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1141
1141
|
}, {
|
|
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
1142
|
name: string;
|
|
1143
|
+
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";
|
|
1144
1144
|
operation: "create_field";
|
|
1145
1145
|
baseId: string;
|
|
1146
1146
|
tableIdOrName: string;
|
|
1147
|
-
options?: Record<string, unknown> | undefined;
|
|
1148
1147
|
description?: string | undefined;
|
|
1148
|
+
options?: Record<string, unknown> | undefined;
|
|
1149
1149
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1150
1150
|
}>, z.ZodObject<{
|
|
1151
1151
|
operation: z.ZodLiteral<"update_field">;
|
|
@@ -1160,16 +1160,16 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1160
1160
|
baseId: string;
|
|
1161
1161
|
tableIdOrName: string;
|
|
1162
1162
|
fieldIdOrName: string;
|
|
1163
|
-
description?: string | undefined;
|
|
1164
1163
|
name?: string | undefined;
|
|
1164
|
+
description?: string | undefined;
|
|
1165
1165
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1166
1166
|
}, {
|
|
1167
1167
|
operation: "update_field";
|
|
1168
1168
|
baseId: string;
|
|
1169
1169
|
tableIdOrName: string;
|
|
1170
1170
|
fieldIdOrName: string;
|
|
1171
|
-
description?: string | undefined;
|
|
1172
1171
|
name?: string | undefined;
|
|
1172
|
+
description?: string | undefined;
|
|
1173
1173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1174
1174
|
}>]>;
|
|
1175
1175
|
static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -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
|
-
error: string;
|
|
1196
|
-
success: boolean;
|
|
1197
1195
|
operation: "list_records";
|
|
1196
|
+
success: boolean;
|
|
1197
|
+
error: string;
|
|
1198
1198
|
ok: boolean;
|
|
1199
1199
|
offset?: string | undefined;
|
|
1200
1200
|
records?: {
|
|
@@ -1203,8 +1203,8 @@ 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
1209
|
error?: string | undefined;
|
|
1210
1210
|
offset?: string | undefined;
|
|
@@ -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
|
-
error: string;
|
|
1236
|
-
success: boolean;
|
|
1237
1235
|
operation: "get_record";
|
|
1236
|
+
success: boolean;
|
|
1237
|
+
error: string;
|
|
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
|
-
error: string;
|
|
1274
|
-
success: boolean;
|
|
1275
1273
|
operation: "create_records";
|
|
1274
|
+
success: boolean;
|
|
1275
|
+
error: string;
|
|
1276
1276
|
ok: boolean;
|
|
1277
1277
|
records?: {
|
|
1278
1278
|
id: string;
|
|
@@ -1280,8 +1280,8 @@ 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
1286
|
error?: string | undefined;
|
|
1287
1287
|
records?: {
|
|
@@ -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
|
-
error: string;
|
|
1312
|
-
success: boolean;
|
|
1313
1311
|
operation: "update_records";
|
|
1312
|
+
success: boolean;
|
|
1313
|
+
error: string;
|
|
1314
1314
|
ok: boolean;
|
|
1315
1315
|
records?: {
|
|
1316
1316
|
id: string;
|
|
@@ -1318,8 +1318,8 @@ 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
1324
|
error?: string | undefined;
|
|
1325
1325
|
records?: {
|
|
@@ -1343,17 +1343,17 @@ 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
|
-
error: string;
|
|
1347
|
-
success: boolean;
|
|
1348
1346
|
operation: "delete_records";
|
|
1347
|
+
success: boolean;
|
|
1348
|
+
error: string;
|
|
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
1358
|
error?: string | undefined;
|
|
1359
1359
|
records?: {
|
|
@@ -1368,34 +1368,34 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1368
1368
|
name: z.ZodString;
|
|
1369
1369
|
permissionLevel: z.ZodString;
|
|
1370
1370
|
}, "strip", z.ZodTypeAny, {
|
|
1371
|
-
name: string;
|
|
1372
1371
|
id: string;
|
|
1372
|
+
name: string;
|
|
1373
1373
|
permissionLevel: string;
|
|
1374
1374
|
}, {
|
|
1375
|
-
name: string;
|
|
1376
1375
|
id: string;
|
|
1376
|
+
name: string;
|
|
1377
1377
|
permissionLevel: string;
|
|
1378
1378
|
}>, "many">>;
|
|
1379
1379
|
error: z.ZodDefault<z.ZodString>;
|
|
1380
1380
|
success: z.ZodBoolean;
|
|
1381
1381
|
}, "strip", z.ZodTypeAny, {
|
|
1382
|
-
error: string;
|
|
1383
|
-
success: boolean;
|
|
1384
1382
|
operation: "list_bases";
|
|
1383
|
+
success: boolean;
|
|
1384
|
+
error: string;
|
|
1385
1385
|
ok: boolean;
|
|
1386
1386
|
bases?: {
|
|
1387
|
-
name: string;
|
|
1388
1387
|
id: string;
|
|
1388
|
+
name: string;
|
|
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?: {
|
|
1397
|
-
name: string;
|
|
1398
1397
|
id: string;
|
|
1398
|
+
name: string;
|
|
1399
1399
|
permissionLevel: string;
|
|
1400
1400
|
}[] | undefined;
|
|
1401
1401
|
}>, z.ZodObject<{
|
|
@@ -1413,112 +1413,112 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1413
1413
|
description: z.ZodOptional<z.ZodString>;
|
|
1414
1414
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1415
1415
|
}, "strip", z.ZodTypeAny, {
|
|
1416
|
-
type: string;
|
|
1417
|
-
name: string;
|
|
1418
1416
|
id: string;
|
|
1419
|
-
|
|
1417
|
+
name: string;
|
|
1418
|
+
type: string;
|
|
1420
1419
|
description?: string | undefined;
|
|
1420
|
+
options?: Record<string, unknown> | undefined;
|
|
1421
1421
|
}, {
|
|
1422
|
-
type: string;
|
|
1423
|
-
name: string;
|
|
1424
1422
|
id: string;
|
|
1425
|
-
|
|
1423
|
+
name: string;
|
|
1424
|
+
type: string;
|
|
1426
1425
|
description?: string | undefined;
|
|
1426
|
+
options?: Record<string, unknown> | undefined;
|
|
1427
1427
|
}>, "many">;
|
|
1428
1428
|
views: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1429
1429
|
id: z.ZodString;
|
|
1430
1430
|
name: z.ZodString;
|
|
1431
1431
|
type: z.ZodString;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
|
-
type: string;
|
|
1434
|
-
name: string;
|
|
1435
1433
|
id: string;
|
|
1436
|
-
}, {
|
|
1437
|
-
type: string;
|
|
1438
1434
|
name: string;
|
|
1435
|
+
type: string;
|
|
1436
|
+
}, {
|
|
1439
1437
|
id: string;
|
|
1438
|
+
name: string;
|
|
1439
|
+
type: string;
|
|
1440
1440
|
}>, "many">>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
name: string;
|
|
1443
1442
|
id: string;
|
|
1443
|
+
name: string;
|
|
1444
1444
|
fields: {
|
|
1445
|
-
type: string;
|
|
1446
|
-
name: string;
|
|
1447
1445
|
id: string;
|
|
1448
|
-
|
|
1446
|
+
name: string;
|
|
1447
|
+
type: string;
|
|
1449
1448
|
description?: string | undefined;
|
|
1449
|
+
options?: Record<string, unknown> | undefined;
|
|
1450
1450
|
}[];
|
|
1451
1451
|
primaryFieldId: string;
|
|
1452
1452
|
description?: string | undefined;
|
|
1453
1453
|
views?: {
|
|
1454
|
-
type: string;
|
|
1455
|
-
name: string;
|
|
1456
1454
|
id: string;
|
|
1455
|
+
name: string;
|
|
1456
|
+
type: string;
|
|
1457
1457
|
}[] | undefined;
|
|
1458
1458
|
}, {
|
|
1459
|
-
name: string;
|
|
1460
1459
|
id: string;
|
|
1460
|
+
name: string;
|
|
1461
1461
|
fields: {
|
|
1462
|
-
type: string;
|
|
1463
|
-
name: string;
|
|
1464
1462
|
id: string;
|
|
1465
|
-
|
|
1463
|
+
name: string;
|
|
1464
|
+
type: string;
|
|
1466
1465
|
description?: string | undefined;
|
|
1466
|
+
options?: Record<string, unknown> | undefined;
|
|
1467
1467
|
}[];
|
|
1468
1468
|
primaryFieldId: string;
|
|
1469
1469
|
description?: string | undefined;
|
|
1470
1470
|
views?: {
|
|
1471
|
-
type: string;
|
|
1472
|
-
name: string;
|
|
1473
1471
|
id: string;
|
|
1472
|
+
name: string;
|
|
1473
|
+
type: string;
|
|
1474
1474
|
}[] | undefined;
|
|
1475
1475
|
}>, "many">>;
|
|
1476
1476
|
error: z.ZodDefault<z.ZodString>;
|
|
1477
1477
|
success: z.ZodBoolean;
|
|
1478
1478
|
}, "strip", z.ZodTypeAny, {
|
|
1479
|
-
error: string;
|
|
1480
|
-
success: boolean;
|
|
1481
1479
|
operation: "get_base_schema";
|
|
1480
|
+
success: boolean;
|
|
1481
|
+
error: string;
|
|
1482
1482
|
ok: boolean;
|
|
1483
1483
|
tables?: {
|
|
1484
|
-
name: string;
|
|
1485
1484
|
id: string;
|
|
1485
|
+
name: string;
|
|
1486
1486
|
fields: {
|
|
1487
|
-
type: string;
|
|
1488
|
-
name: string;
|
|
1489
1487
|
id: string;
|
|
1490
|
-
|
|
1488
|
+
name: string;
|
|
1489
|
+
type: string;
|
|
1491
1490
|
description?: string | undefined;
|
|
1491
|
+
options?: Record<string, unknown> | undefined;
|
|
1492
1492
|
}[];
|
|
1493
1493
|
primaryFieldId: string;
|
|
1494
1494
|
description?: string | undefined;
|
|
1495
1495
|
views?: {
|
|
1496
|
-
type: string;
|
|
1497
|
-
name: string;
|
|
1498
1496
|
id: string;
|
|
1497
|
+
name: string;
|
|
1498
|
+
type: string;
|
|
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?: {
|
|
1507
|
-
name: string;
|
|
1508
1507
|
id: string;
|
|
1508
|
+
name: string;
|
|
1509
1509
|
fields: {
|
|
1510
|
-
type: string;
|
|
1511
|
-
name: string;
|
|
1512
1510
|
id: string;
|
|
1513
|
-
|
|
1511
|
+
name: string;
|
|
1512
|
+
type: string;
|
|
1514
1513
|
description?: string | undefined;
|
|
1514
|
+
options?: Record<string, unknown> | undefined;
|
|
1515
1515
|
}[];
|
|
1516
1516
|
primaryFieldId: string;
|
|
1517
1517
|
description?: string | undefined;
|
|
1518
1518
|
views?: {
|
|
1519
|
-
type: string;
|
|
1520
|
-
name: string;
|
|
1521
1519
|
id: string;
|
|
1520
|
+
name: string;
|
|
1521
|
+
type: string;
|
|
1522
1522
|
}[] | undefined;
|
|
1523
1523
|
}[] | undefined;
|
|
1524
1524
|
}>, z.ZodObject<{
|
|
@@ -1534,31 +1534,31 @@ 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" | "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
|
-
name: string;
|
|
1539
1537
|
id: string;
|
|
1540
|
-
}, {
|
|
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
1538
|
name: string;
|
|
1539
|
+
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";
|
|
1540
|
+
}, {
|
|
1543
1541
|
id: string;
|
|
1542
|
+
name: string;
|
|
1543
|
+
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";
|
|
1544
1544
|
}>, "many">;
|
|
1545
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1546
|
-
name: string;
|
|
1547
1546
|
id: string;
|
|
1547
|
+
name: string;
|
|
1548
1548
|
fields: {
|
|
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
|
-
name: string;
|
|
1551
1549
|
id: string;
|
|
1550
|
+
name: string;
|
|
1551
|
+
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";
|
|
1552
1552
|
}[];
|
|
1553
1553
|
primaryFieldId: string;
|
|
1554
1554
|
description?: string | undefined;
|
|
1555
1555
|
}, {
|
|
1556
|
-
name: string;
|
|
1557
1556
|
id: string;
|
|
1557
|
+
name: string;
|
|
1558
1558
|
fields: {
|
|
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
|
-
name: string;
|
|
1561
1559
|
id: string;
|
|
1560
|
+
name: string;
|
|
1561
|
+
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";
|
|
1562
1562
|
}[];
|
|
1563
1563
|
primaryFieldId: string;
|
|
1564
1564
|
description?: string | undefined;
|
|
@@ -1566,33 +1566,33 @@ 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
|
-
error: string;
|
|
1570
|
-
success: boolean;
|
|
1571
1569
|
operation: "create_table";
|
|
1570
|
+
success: boolean;
|
|
1571
|
+
error: string;
|
|
1572
1572
|
ok: boolean;
|
|
1573
1573
|
table?: {
|
|
1574
|
-
name: string;
|
|
1575
1574
|
id: string;
|
|
1575
|
+
name: string;
|
|
1576
1576
|
fields: {
|
|
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
|
-
name: string;
|
|
1579
1577
|
id: string;
|
|
1578
|
+
name: string;
|
|
1579
|
+
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";
|
|
1580
1580
|
}[];
|
|
1581
1581
|
primaryFieldId: string;
|
|
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
|
-
name: string;
|
|
1591
1590
|
id: string;
|
|
1591
|
+
name: string;
|
|
1592
1592
|
fields: {
|
|
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";
|
|
1594
|
-
name: string;
|
|
1595
1593
|
id: string;
|
|
1594
|
+
name: string;
|
|
1595
|
+
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";
|
|
1596
1596
|
}[];
|
|
1597
1597
|
primaryFieldId: string;
|
|
1598
1598
|
description?: string | undefined;
|
|
@@ -1605,34 +1605,34 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1605
1605
|
name: z.ZodString;
|
|
1606
1606
|
description: z.ZodOptional<z.ZodString>;
|
|
1607
1607
|
}, "strip", z.ZodTypeAny, {
|
|
1608
|
-
name: string;
|
|
1609
1608
|
id: string;
|
|
1609
|
+
name: string;
|
|
1610
1610
|
description?: string | undefined;
|
|
1611
1611
|
}, {
|
|
1612
|
-
name: string;
|
|
1613
1612
|
id: string;
|
|
1613
|
+
name: string;
|
|
1614
1614
|
description?: string | undefined;
|
|
1615
1615
|
}>>;
|
|
1616
1616
|
error: z.ZodDefault<z.ZodString>;
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
-
error: string;
|
|
1620
|
-
success: boolean;
|
|
1621
1619
|
operation: "update_table";
|
|
1620
|
+
success: boolean;
|
|
1621
|
+
error: string;
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
table?: {
|
|
1624
|
-
name: string;
|
|
1625
1624
|
id: string;
|
|
1625
|
+
name: string;
|
|
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?: {
|
|
1634
|
-
name: string;
|
|
1635
1634
|
id: string;
|
|
1635
|
+
name: string;
|
|
1636
1636
|
description?: string | undefined;
|
|
1637
1637
|
} | undefined;
|
|
1638
1638
|
}>, z.ZodObject<{
|
|
@@ -1644,38 +1644,38 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1644
1644
|
type: z.ZodString;
|
|
1645
1645
|
description: z.ZodOptional<z.ZodString>;
|
|
1646
1646
|
}, "strip", z.ZodTypeAny, {
|
|
1647
|
-
type: string;
|
|
1648
|
-
name: string;
|
|
1649
1647
|
id: string;
|
|
1648
|
+
name: string;
|
|
1649
|
+
type: string;
|
|
1650
1650
|
description?: string | undefined;
|
|
1651
1651
|
}, {
|
|
1652
|
-
type: string;
|
|
1653
|
-
name: string;
|
|
1654
1652
|
id: string;
|
|
1653
|
+
name: string;
|
|
1654
|
+
type: string;
|
|
1655
1655
|
description?: string | undefined;
|
|
1656
1656
|
}>>;
|
|
1657
1657
|
error: z.ZodDefault<z.ZodString>;
|
|
1658
1658
|
success: z.ZodBoolean;
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
|
-
error: string;
|
|
1661
|
-
success: boolean;
|
|
1662
1660
|
operation: "create_field";
|
|
1661
|
+
success: boolean;
|
|
1662
|
+
error: string;
|
|
1663
1663
|
ok: boolean;
|
|
1664
1664
|
field?: {
|
|
1665
|
-
type: string;
|
|
1666
|
-
name: string;
|
|
1667
1665
|
id: string;
|
|
1666
|
+
name: string;
|
|
1667
|
+
type: string;
|
|
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?: {
|
|
1676
|
-
type: string;
|
|
1677
|
-
name: string;
|
|
1678
1676
|
id: string;
|
|
1677
|
+
name: string;
|
|
1678
|
+
type: string;
|
|
1679
1679
|
description?: string | undefined;
|
|
1680
1680
|
} | undefined;
|
|
1681
1681
|
}>, z.ZodObject<{
|
|
@@ -1687,38 +1687,38 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1687
1687
|
type: z.ZodString;
|
|
1688
1688
|
description: z.ZodOptional<z.ZodString>;
|
|
1689
1689
|
}, "strip", z.ZodTypeAny, {
|
|
1690
|
-
type: string;
|
|
1691
|
-
name: string;
|
|
1692
1690
|
id: string;
|
|
1691
|
+
name: string;
|
|
1692
|
+
type: string;
|
|
1693
1693
|
description?: string | undefined;
|
|
1694
1694
|
}, {
|
|
1695
|
-
type: string;
|
|
1696
|
-
name: string;
|
|
1697
1695
|
id: string;
|
|
1696
|
+
name: string;
|
|
1697
|
+
type: string;
|
|
1698
1698
|
description?: string | undefined;
|
|
1699
1699
|
}>>;
|
|
1700
1700
|
error: z.ZodDefault<z.ZodString>;
|
|
1701
1701
|
success: z.ZodBoolean;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
|
-
error: string;
|
|
1704
|
-
success: boolean;
|
|
1705
1703
|
operation: "update_field";
|
|
1704
|
+
success: boolean;
|
|
1705
|
+
error: string;
|
|
1706
1706
|
ok: boolean;
|
|
1707
1707
|
field?: {
|
|
1708
|
-
type: string;
|
|
1709
|
-
name: string;
|
|
1710
1708
|
id: string;
|
|
1709
|
+
name: string;
|
|
1710
|
+
type: string;
|
|
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?: {
|
|
1719
|
-
type: string;
|
|
1720
|
-
name: string;
|
|
1721
1719
|
id: string;
|
|
1720
|
+
name: string;
|
|
1721
|
+
type: string;
|
|
1722
1722
|
description?: string | undefined;
|
|
1723
1723
|
} | undefined;
|
|
1724
1724
|
}>]>;
|