@bubblelab/bubble-core 0.1.17 → 0.1.18
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 +84 -79
- package/dist/bubble-factory.js +1 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
- package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
- package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/index.js +6 -0
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js +408 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -1829
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- 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/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 +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- 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 +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
|
@@ -36,8 +36,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
36
36
|
direction: "asc" | "desc";
|
|
37
37
|
field: string;
|
|
38
38
|
}[] | undefined;
|
|
39
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
40
39
|
fields?: string[] | undefined;
|
|
40
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
41
41
|
offset?: string | undefined;
|
|
42
42
|
timeZone?: string | undefined;
|
|
43
43
|
filterByFormula?: 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
56
55
|
fields?: string[] | undefined;
|
|
57
|
-
|
|
56
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
58
57
|
offset?: string | undefined;
|
|
58
|
+
pageSize?: number | undefined;
|
|
59
59
|
timeZone?: string | undefined;
|
|
60
60
|
filterByFormula?: string | undefined;
|
|
61
61
|
maxRecords?: number | undefined;
|
|
@@ -119,11 +119,11 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
119
119
|
id: z.ZodString;
|
|
120
120
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
id: string;
|
|
123
122
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
124
|
-
}, {
|
|
125
123
|
id: string;
|
|
124
|
+
}, {
|
|
126
125
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
126
|
+
id: string;
|
|
127
127
|
}>, "many">;
|
|
128
128
|
typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
129
129
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
@@ -132,8 +132,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
132
132
|
baseId: string;
|
|
133
133
|
tableIdOrName: string;
|
|
134
134
|
records: {
|
|
135
|
-
id: string;
|
|
136
135
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
136
|
+
id: string;
|
|
137
137
|
}[];
|
|
138
138
|
typecast: boolean;
|
|
139
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -142,8 +142,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
142
142
|
baseId: string;
|
|
143
143
|
tableIdOrName: string;
|
|
144
144
|
records: {
|
|
145
|
-
id: string;
|
|
146
145
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
146
|
+
id: string;
|
|
147
147
|
}[];
|
|
148
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
149
149
|
typecast?: boolean | undefined;
|
|
@@ -197,12 +197,12 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
197
197
|
description: z.ZodOptional<z.ZodString>;
|
|
198
198
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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" | "
|
|
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;
|
|
@@ -212,7 +212,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
212
212
|
operation: "create_table";
|
|
213
213
|
name: string;
|
|
214
214
|
fields: {
|
|
215
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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";
|
|
216
216
|
name: string;
|
|
217
217
|
options?: Record<string, unknown> | undefined;
|
|
218
218
|
description?: string | undefined;
|
|
@@ -224,7 +224,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
224
224
|
operation: "create_table";
|
|
225
225
|
name: string;
|
|
226
226
|
fields: {
|
|
227
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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";
|
|
228
228
|
name: string;
|
|
229
229
|
options?: Record<string, unknown> | undefined;
|
|
230
230
|
description?: string | undefined;
|
|
@@ -264,7 +264,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
264
264
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
operation: "create_field";
|
|
267
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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
268
|
name: string;
|
|
269
269
|
baseId: string;
|
|
270
270
|
tableIdOrName: string;
|
|
@@ -273,7 +273,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
273
273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
274
274
|
}, {
|
|
275
275
|
operation: "create_field";
|
|
276
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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
277
|
name: string;
|
|
278
278
|
baseId: string;
|
|
279
279
|
tableIdOrName: string;
|
|
@@ -313,38 +313,38 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
313
313
|
createdTime: z.ZodString;
|
|
314
314
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
315
315
|
}, "strip", z.ZodTypeAny, {
|
|
316
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
316
317
|
id: string;
|
|
317
318
|
createdTime: string;
|
|
318
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
319
319
|
}, {
|
|
320
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
320
321
|
id: string;
|
|
321
322
|
createdTime: string;
|
|
322
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
323
323
|
}>, "many">>;
|
|
324
324
|
offset: z.ZodOptional<z.ZodString>;
|
|
325
325
|
error: z.ZodDefault<z.ZodString>;
|
|
326
326
|
success: z.ZodBoolean;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
328
|
operation: "list_records";
|
|
329
|
-
success: boolean;
|
|
330
|
-
error: string;
|
|
331
329
|
ok: boolean;
|
|
330
|
+
error: string;
|
|
331
|
+
success: boolean;
|
|
332
332
|
offset?: string | undefined;
|
|
333
333
|
records?: {
|
|
334
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
334
335
|
id: string;
|
|
335
336
|
createdTime: string;
|
|
336
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
337
337
|
}[] | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
operation: "list_records";
|
|
340
|
-
success: boolean;
|
|
341
340
|
ok: boolean;
|
|
341
|
+
success: boolean;
|
|
342
342
|
error?: string | undefined;
|
|
343
343
|
offset?: string | undefined;
|
|
344
344
|
records?: {
|
|
345
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
345
346
|
id: string;
|
|
346
347
|
createdTime: string;
|
|
347
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
348
348
|
}[] | undefined;
|
|
349
349
|
}>, z.ZodObject<{
|
|
350
350
|
operation: z.ZodLiteral<"get_record">;
|
|
@@ -354,35 +354,35 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
354
354
|
createdTime: z.ZodString;
|
|
355
355
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
|
357
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
357
358
|
id: string;
|
|
358
359
|
createdTime: string;
|
|
359
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
360
360
|
}, {
|
|
361
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
361
362
|
id: string;
|
|
362
363
|
createdTime: string;
|
|
363
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
364
364
|
}>>;
|
|
365
365
|
error: z.ZodDefault<z.ZodString>;
|
|
366
366
|
success: z.ZodBoolean;
|
|
367
367
|
}, "strip", z.ZodTypeAny, {
|
|
368
368
|
operation: "get_record";
|
|
369
|
-
success: boolean;
|
|
370
|
-
error: string;
|
|
371
369
|
ok: boolean;
|
|
370
|
+
error: string;
|
|
371
|
+
success: boolean;
|
|
372
372
|
record?: {
|
|
373
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
373
374
|
id: string;
|
|
374
375
|
createdTime: string;
|
|
375
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
376
376
|
} | undefined;
|
|
377
377
|
}, {
|
|
378
378
|
operation: "get_record";
|
|
379
|
-
success: boolean;
|
|
380
379
|
ok: boolean;
|
|
380
|
+
success: boolean;
|
|
381
381
|
error?: string | undefined;
|
|
382
382
|
record?: {
|
|
383
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
383
384
|
id: string;
|
|
384
385
|
createdTime: string;
|
|
385
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
386
386
|
} | undefined;
|
|
387
387
|
}>, z.ZodObject<{
|
|
388
388
|
operation: z.ZodLiteral<"create_records">;
|
|
@@ -392,35 +392,35 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
392
392
|
createdTime: z.ZodString;
|
|
393
393
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
394
394
|
}, "strip", z.ZodTypeAny, {
|
|
395
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
395
396
|
id: string;
|
|
396
397
|
createdTime: string;
|
|
397
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
398
398
|
}, {
|
|
399
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
399
400
|
id: string;
|
|
400
401
|
createdTime: string;
|
|
401
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
402
402
|
}>, "many">>;
|
|
403
403
|
error: z.ZodDefault<z.ZodString>;
|
|
404
404
|
success: z.ZodBoolean;
|
|
405
405
|
}, "strip", z.ZodTypeAny, {
|
|
406
406
|
operation: "create_records";
|
|
407
|
-
success: boolean;
|
|
408
|
-
error: string;
|
|
409
407
|
ok: boolean;
|
|
408
|
+
error: string;
|
|
409
|
+
success: boolean;
|
|
410
410
|
records?: {
|
|
411
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
411
412
|
id: string;
|
|
412
413
|
createdTime: string;
|
|
413
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
414
414
|
}[] | undefined;
|
|
415
415
|
}, {
|
|
416
416
|
operation: "create_records";
|
|
417
|
-
success: boolean;
|
|
418
417
|
ok: boolean;
|
|
418
|
+
success: boolean;
|
|
419
419
|
error?: string | undefined;
|
|
420
420
|
records?: {
|
|
421
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
421
422
|
id: string;
|
|
422
423
|
createdTime: string;
|
|
423
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
424
424
|
}[] | undefined;
|
|
425
425
|
}>, z.ZodObject<{
|
|
426
426
|
operation: z.ZodLiteral<"update_records">;
|
|
@@ -430,35 +430,35 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
430
430
|
createdTime: z.ZodString;
|
|
431
431
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
432
432
|
}, "strip", z.ZodTypeAny, {
|
|
433
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
433
434
|
id: string;
|
|
434
435
|
createdTime: string;
|
|
435
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
436
436
|
}, {
|
|
437
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
437
438
|
id: string;
|
|
438
439
|
createdTime: string;
|
|
439
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
440
440
|
}>, "many">>;
|
|
441
441
|
error: z.ZodDefault<z.ZodString>;
|
|
442
442
|
success: z.ZodBoolean;
|
|
443
443
|
}, "strip", z.ZodTypeAny, {
|
|
444
444
|
operation: "update_records";
|
|
445
|
-
success: boolean;
|
|
446
|
-
error: string;
|
|
447
445
|
ok: boolean;
|
|
446
|
+
error: string;
|
|
447
|
+
success: boolean;
|
|
448
448
|
records?: {
|
|
449
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
449
450
|
id: string;
|
|
450
451
|
createdTime: string;
|
|
451
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
452
452
|
}[] | undefined;
|
|
453
453
|
}, {
|
|
454
454
|
operation: "update_records";
|
|
455
|
-
success: boolean;
|
|
456
455
|
ok: boolean;
|
|
456
|
+
success: boolean;
|
|
457
457
|
error?: string | undefined;
|
|
458
458
|
records?: {
|
|
459
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
459
460
|
id: string;
|
|
460
461
|
createdTime: string;
|
|
461
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
462
462
|
}[] | undefined;
|
|
463
463
|
}>, z.ZodObject<{
|
|
464
464
|
operation: z.ZodLiteral<"delete_records">;
|
|
@@ -477,17 +477,17 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
477
477
|
success: z.ZodBoolean;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
479
|
operation: "delete_records";
|
|
480
|
-
success: boolean;
|
|
481
|
-
error: string;
|
|
482
480
|
ok: boolean;
|
|
481
|
+
error: string;
|
|
482
|
+
success: boolean;
|
|
483
483
|
records?: {
|
|
484
484
|
id: string;
|
|
485
485
|
deleted: boolean;
|
|
486
486
|
}[] | undefined;
|
|
487
487
|
}, {
|
|
488
488
|
operation: "delete_records";
|
|
489
|
-
success: boolean;
|
|
490
489
|
ok: boolean;
|
|
490
|
+
success: boolean;
|
|
491
491
|
error?: string | undefined;
|
|
492
492
|
records?: {
|
|
493
493
|
id: string;
|
|
@@ -513,9 +513,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
513
513
|
success: z.ZodBoolean;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
515
|
operation: "list_bases";
|
|
516
|
-
success: boolean;
|
|
517
|
-
error: string;
|
|
518
516
|
ok: boolean;
|
|
517
|
+
error: string;
|
|
518
|
+
success: boolean;
|
|
519
519
|
bases?: {
|
|
520
520
|
name: string;
|
|
521
521
|
id: string;
|
|
@@ -523,8 +523,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
523
523
|
}[] | undefined;
|
|
524
524
|
}, {
|
|
525
525
|
operation: "list_bases";
|
|
526
|
-
success: boolean;
|
|
527
526
|
ok: boolean;
|
|
527
|
+
success: boolean;
|
|
528
528
|
error?: string | undefined;
|
|
529
529
|
bases?: {
|
|
530
530
|
name: string;
|
|
@@ -573,7 +573,6 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
575
|
name: string;
|
|
576
|
-
id: string;
|
|
577
576
|
fields: {
|
|
578
577
|
type: string;
|
|
579
578
|
name: string;
|
|
@@ -581,6 +580,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
581
580
|
options?: Record<string, unknown> | undefined;
|
|
582
581
|
description?: string | undefined;
|
|
583
582
|
}[];
|
|
583
|
+
id: string;
|
|
584
584
|
primaryFieldId: string;
|
|
585
585
|
description?: string | undefined;
|
|
586
586
|
views?: {
|
|
@@ -590,7 +590,6 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
590
590
|
}[] | undefined;
|
|
591
591
|
}, {
|
|
592
592
|
name: string;
|
|
593
|
-
id: string;
|
|
594
593
|
fields: {
|
|
595
594
|
type: string;
|
|
596
595
|
name: string;
|
|
@@ -598,6 +597,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
598
597
|
options?: Record<string, unknown> | undefined;
|
|
599
598
|
description?: string | undefined;
|
|
600
599
|
}[];
|
|
600
|
+
id: string;
|
|
601
601
|
primaryFieldId: string;
|
|
602
602
|
description?: string | undefined;
|
|
603
603
|
views?: {
|
|
@@ -610,12 +610,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
610
610
|
success: z.ZodBoolean;
|
|
611
611
|
}, "strip", z.ZodTypeAny, {
|
|
612
612
|
operation: "get_base_schema";
|
|
613
|
-
success: boolean;
|
|
614
|
-
error: string;
|
|
615
613
|
ok: boolean;
|
|
614
|
+
error: string;
|
|
615
|
+
success: boolean;
|
|
616
616
|
tables?: {
|
|
617
617
|
name: string;
|
|
618
|
-
id: string;
|
|
619
618
|
fields: {
|
|
620
619
|
type: string;
|
|
621
620
|
name: string;
|
|
@@ -623,6 +622,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
623
622
|
options?: Record<string, unknown> | undefined;
|
|
624
623
|
description?: string | undefined;
|
|
625
624
|
}[];
|
|
625
|
+
id: string;
|
|
626
626
|
primaryFieldId: string;
|
|
627
627
|
description?: string | undefined;
|
|
628
628
|
views?: {
|
|
@@ -633,12 +633,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
633
633
|
}[] | undefined;
|
|
634
634
|
}, {
|
|
635
635
|
operation: "get_base_schema";
|
|
636
|
-
success: boolean;
|
|
637
636
|
ok: boolean;
|
|
637
|
+
success: boolean;
|
|
638
638
|
error?: string | undefined;
|
|
639
639
|
tables?: {
|
|
640
640
|
name: string;
|
|
641
|
-
id: string;
|
|
642
641
|
fields: {
|
|
643
642
|
type: string;
|
|
644
643
|
name: string;
|
|
@@ -646,6 +645,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
646
645
|
options?: Record<string, unknown> | undefined;
|
|
647
646
|
description?: string | undefined;
|
|
648
647
|
}[];
|
|
648
|
+
id: string;
|
|
649
649
|
primaryFieldId: string;
|
|
650
650
|
description?: string | undefined;
|
|
651
651
|
views?: {
|
|
@@ -667,32 +667,32 @@ 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" | "
|
|
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" | "
|
|
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">;
|
|
678
678
|
}, "strip", z.ZodTypeAny, {
|
|
679
679
|
name: string;
|
|
680
|
-
id: string;
|
|
681
680
|
fields: {
|
|
682
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
681
|
+
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
682
|
name: string;
|
|
684
683
|
id: string;
|
|
685
684
|
}[];
|
|
685
|
+
id: string;
|
|
686
686
|
primaryFieldId: string;
|
|
687
687
|
description?: string | undefined;
|
|
688
688
|
}, {
|
|
689
689
|
name: string;
|
|
690
|
-
id: string;
|
|
691
690
|
fields: {
|
|
692
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
691
|
+
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
692
|
name: string;
|
|
694
693
|
id: string;
|
|
695
694
|
}[];
|
|
695
|
+
id: string;
|
|
696
696
|
primaryFieldId: string;
|
|
697
697
|
description?: string | undefined;
|
|
698
698
|
}>>;
|
|
@@ -700,33 +700,33 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
700
700
|
success: z.ZodBoolean;
|
|
701
701
|
}, "strip", z.ZodTypeAny, {
|
|
702
702
|
operation: "create_table";
|
|
703
|
-
success: boolean;
|
|
704
|
-
error: string;
|
|
705
703
|
ok: boolean;
|
|
704
|
+
error: string;
|
|
705
|
+
success: boolean;
|
|
706
706
|
table?: {
|
|
707
707
|
name: string;
|
|
708
|
-
id: string;
|
|
709
708
|
fields: {
|
|
710
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
709
|
+
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
710
|
name: string;
|
|
712
711
|
id: string;
|
|
713
712
|
}[];
|
|
713
|
+
id: string;
|
|
714
714
|
primaryFieldId: string;
|
|
715
715
|
description?: string | undefined;
|
|
716
716
|
} | undefined;
|
|
717
717
|
}, {
|
|
718
718
|
operation: "create_table";
|
|
719
|
-
success: boolean;
|
|
720
719
|
ok: boolean;
|
|
720
|
+
success: boolean;
|
|
721
721
|
error?: string | undefined;
|
|
722
722
|
table?: {
|
|
723
723
|
name: string;
|
|
724
|
-
id: string;
|
|
725
724
|
fields: {
|
|
726
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
725
|
+
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
726
|
name: string;
|
|
728
727
|
id: string;
|
|
729
728
|
}[];
|
|
729
|
+
id: string;
|
|
730
730
|
primaryFieldId: string;
|
|
731
731
|
description?: string | undefined;
|
|
732
732
|
} | undefined;
|
|
@@ -750,9 +750,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
750
750
|
success: z.ZodBoolean;
|
|
751
751
|
}, "strip", z.ZodTypeAny, {
|
|
752
752
|
operation: "update_table";
|
|
753
|
-
success: boolean;
|
|
754
|
-
error: string;
|
|
755
753
|
ok: boolean;
|
|
754
|
+
error: string;
|
|
755
|
+
success: boolean;
|
|
756
756
|
table?: {
|
|
757
757
|
name: string;
|
|
758
758
|
id: string;
|
|
@@ -760,8 +760,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
760
760
|
} | undefined;
|
|
761
761
|
}, {
|
|
762
762
|
operation: "update_table";
|
|
763
|
-
success: boolean;
|
|
764
763
|
ok: boolean;
|
|
764
|
+
success: boolean;
|
|
765
765
|
error?: string | undefined;
|
|
766
766
|
table?: {
|
|
767
767
|
name: string;
|
|
@@ -791,9 +791,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
791
791
|
success: z.ZodBoolean;
|
|
792
792
|
}, "strip", z.ZodTypeAny, {
|
|
793
793
|
operation: "create_field";
|
|
794
|
-
success: boolean;
|
|
795
|
-
error: string;
|
|
796
794
|
ok: boolean;
|
|
795
|
+
error: string;
|
|
796
|
+
success: boolean;
|
|
797
797
|
field?: {
|
|
798
798
|
type: string;
|
|
799
799
|
name: string;
|
|
@@ -802,8 +802,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
802
802
|
} | undefined;
|
|
803
803
|
}, {
|
|
804
804
|
operation: "create_field";
|
|
805
|
-
success: boolean;
|
|
806
805
|
ok: boolean;
|
|
806
|
+
success: boolean;
|
|
807
807
|
error?: string | undefined;
|
|
808
808
|
field?: {
|
|
809
809
|
type: string;
|
|
@@ -834,9 +834,9 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
834
834
|
success: z.ZodBoolean;
|
|
835
835
|
}, "strip", z.ZodTypeAny, {
|
|
836
836
|
operation: "update_field";
|
|
837
|
-
success: boolean;
|
|
838
|
-
error: string;
|
|
839
837
|
ok: boolean;
|
|
838
|
+
error: string;
|
|
839
|
+
success: boolean;
|
|
840
840
|
field?: {
|
|
841
841
|
type: string;
|
|
842
842
|
name: string;
|
|
@@ -845,8 +845,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
845
845
|
} | undefined;
|
|
846
846
|
}, {
|
|
847
847
|
operation: "update_field";
|
|
848
|
-
success: boolean;
|
|
849
848
|
ok: boolean;
|
|
849
|
+
success: boolean;
|
|
850
850
|
error?: string | undefined;
|
|
851
851
|
field?: {
|
|
852
852
|
type: string;
|
|
@@ -903,8 +903,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
903
903
|
direction: "asc" | "desc";
|
|
904
904
|
field: string;
|
|
905
905
|
}[] | undefined;
|
|
906
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
907
906
|
fields?: string[] | undefined;
|
|
907
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
908
908
|
offset?: string | undefined;
|
|
909
909
|
timeZone?: string | undefined;
|
|
910
910
|
filterByFormula?: 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
923
922
|
fields?: string[] | undefined;
|
|
924
|
-
|
|
923
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
925
924
|
offset?: string | undefined;
|
|
925
|
+
pageSize?: number | undefined;
|
|
926
926
|
timeZone?: string | undefined;
|
|
927
927
|
filterByFormula?: string | undefined;
|
|
928
928
|
maxRecords?: number | undefined;
|
|
@@ -986,11 +986,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
986
986
|
id: z.ZodString;
|
|
987
987
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
988
988
|
}, "strip", z.ZodTypeAny, {
|
|
989
|
-
id: string;
|
|
990
989
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
991
|
-
}, {
|
|
992
990
|
id: string;
|
|
991
|
+
}, {
|
|
993
992
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
993
|
+
id: string;
|
|
994
994
|
}>, "many">;
|
|
995
995
|
typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
996
996
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
@@ -999,8 +999,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
999
999
|
baseId: string;
|
|
1000
1000
|
tableIdOrName: string;
|
|
1001
1001
|
records: {
|
|
1002
|
-
id: string;
|
|
1003
1002
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1003
|
+
id: string;
|
|
1004
1004
|
}[];
|
|
1005
1005
|
typecast: boolean;
|
|
1006
1006
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1009,8 +1009,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1009
1009
|
baseId: string;
|
|
1010
1010
|
tableIdOrName: string;
|
|
1011
1011
|
records: {
|
|
1012
|
-
id: string;
|
|
1013
1012
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1013
|
+
id: string;
|
|
1014
1014
|
}[];
|
|
1015
1015
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1016
1016
|
typecast?: boolean | undefined;
|
|
@@ -1064,12 +1064,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1064
1064
|
description: z.ZodOptional<z.ZodString>;
|
|
1065
1065
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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" | "
|
|
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;
|
|
@@ -1079,7 +1079,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1079
1079
|
operation: "create_table";
|
|
1080
1080
|
name: string;
|
|
1081
1081
|
fields: {
|
|
1082
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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";
|
|
1083
1083
|
name: string;
|
|
1084
1084
|
options?: Record<string, unknown> | undefined;
|
|
1085
1085
|
description?: string | undefined;
|
|
@@ -1091,7 +1091,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1091
1091
|
operation: "create_table";
|
|
1092
1092
|
name: string;
|
|
1093
1093
|
fields: {
|
|
1094
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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";
|
|
1095
1095
|
name: string;
|
|
1096
1096
|
options?: Record<string, unknown> | undefined;
|
|
1097
1097
|
description?: string | undefined;
|
|
@@ -1131,7 +1131,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1131
1131
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1132
1132
|
}, "strip", z.ZodTypeAny, {
|
|
1133
1133
|
operation: "create_field";
|
|
1134
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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
1135
|
name: string;
|
|
1136
1136
|
baseId: string;
|
|
1137
1137
|
tableIdOrName: string;
|
|
@@ -1140,7 +1140,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1140
1140
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1141
1141
|
}, {
|
|
1142
1142
|
operation: "create_field";
|
|
1143
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
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
1144
|
name: string;
|
|
1145
1145
|
baseId: string;
|
|
1146
1146
|
tableIdOrName: string;
|
|
@@ -1180,38 +1180,38 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1180
1180
|
createdTime: z.ZodString;
|
|
1181
1181
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1182
1182
|
}, "strip", z.ZodTypeAny, {
|
|
1183
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1183
1184
|
id: string;
|
|
1184
1185
|
createdTime: string;
|
|
1185
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1186
1186
|
}, {
|
|
1187
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1187
1188
|
id: string;
|
|
1188
1189
|
createdTime: string;
|
|
1189
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1190
1190
|
}>, "many">>;
|
|
1191
1191
|
offset: z.ZodOptional<z.ZodString>;
|
|
1192
1192
|
error: z.ZodDefault<z.ZodString>;
|
|
1193
1193
|
success: z.ZodBoolean;
|
|
1194
1194
|
}, "strip", z.ZodTypeAny, {
|
|
1195
1195
|
operation: "list_records";
|
|
1196
|
-
success: boolean;
|
|
1197
|
-
error: string;
|
|
1198
1196
|
ok: boolean;
|
|
1197
|
+
error: string;
|
|
1198
|
+
success: boolean;
|
|
1199
1199
|
offset?: string | undefined;
|
|
1200
1200
|
records?: {
|
|
1201
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1201
1202
|
id: string;
|
|
1202
1203
|
createdTime: string;
|
|
1203
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1204
1204
|
}[] | undefined;
|
|
1205
1205
|
}, {
|
|
1206
1206
|
operation: "list_records";
|
|
1207
|
-
success: boolean;
|
|
1208
1207
|
ok: boolean;
|
|
1208
|
+
success: boolean;
|
|
1209
1209
|
error?: string | undefined;
|
|
1210
1210
|
offset?: string | undefined;
|
|
1211
1211
|
records?: {
|
|
1212
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1212
1213
|
id: string;
|
|
1213
1214
|
createdTime: string;
|
|
1214
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}>, z.ZodObject<{
|
|
1217
1217
|
operation: z.ZodLiteral<"get_record">;
|
|
@@ -1221,35 +1221,35 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1221
1221
|
createdTime: z.ZodString;
|
|
1222
1222
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1223
1223
|
}, "strip", z.ZodTypeAny, {
|
|
1224
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1224
1225
|
id: string;
|
|
1225
1226
|
createdTime: string;
|
|
1226
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1227
1227
|
}, {
|
|
1228
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1228
1229
|
id: string;
|
|
1229
1230
|
createdTime: string;
|
|
1230
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1231
1231
|
}>>;
|
|
1232
1232
|
error: z.ZodDefault<z.ZodString>;
|
|
1233
1233
|
success: z.ZodBoolean;
|
|
1234
1234
|
}, "strip", z.ZodTypeAny, {
|
|
1235
1235
|
operation: "get_record";
|
|
1236
|
-
success: boolean;
|
|
1237
|
-
error: string;
|
|
1238
1236
|
ok: boolean;
|
|
1237
|
+
error: string;
|
|
1238
|
+
success: boolean;
|
|
1239
1239
|
record?: {
|
|
1240
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1240
1241
|
id: string;
|
|
1241
1242
|
createdTime: string;
|
|
1242
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1243
1243
|
} | undefined;
|
|
1244
1244
|
}, {
|
|
1245
1245
|
operation: "get_record";
|
|
1246
|
-
success: boolean;
|
|
1247
1246
|
ok: boolean;
|
|
1247
|
+
success: boolean;
|
|
1248
1248
|
error?: string | undefined;
|
|
1249
1249
|
record?: {
|
|
1250
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1250
1251
|
id: string;
|
|
1251
1252
|
createdTime: string;
|
|
1252
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1253
1253
|
} | undefined;
|
|
1254
1254
|
}>, z.ZodObject<{
|
|
1255
1255
|
operation: z.ZodLiteral<"create_records">;
|
|
@@ -1259,35 +1259,35 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1259
1259
|
createdTime: z.ZodString;
|
|
1260
1260
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1261
1261
|
}, "strip", z.ZodTypeAny, {
|
|
1262
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1262
1263
|
id: string;
|
|
1263
1264
|
createdTime: string;
|
|
1264
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1265
1265
|
}, {
|
|
1266
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1266
1267
|
id: string;
|
|
1267
1268
|
createdTime: string;
|
|
1268
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1269
1269
|
}>, "many">>;
|
|
1270
1270
|
error: z.ZodDefault<z.ZodString>;
|
|
1271
1271
|
success: z.ZodBoolean;
|
|
1272
1272
|
}, "strip", z.ZodTypeAny, {
|
|
1273
1273
|
operation: "create_records";
|
|
1274
|
-
success: boolean;
|
|
1275
|
-
error: string;
|
|
1276
1274
|
ok: boolean;
|
|
1275
|
+
error: string;
|
|
1276
|
+
success: boolean;
|
|
1277
1277
|
records?: {
|
|
1278
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1278
1279
|
id: string;
|
|
1279
1280
|
createdTime: string;
|
|
1280
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1281
1281
|
}[] | undefined;
|
|
1282
1282
|
}, {
|
|
1283
1283
|
operation: "create_records";
|
|
1284
|
-
success: boolean;
|
|
1285
1284
|
ok: boolean;
|
|
1285
|
+
success: boolean;
|
|
1286
1286
|
error?: string | undefined;
|
|
1287
1287
|
records?: {
|
|
1288
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1288
1289
|
id: string;
|
|
1289
1290
|
createdTime: string;
|
|
1290
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1291
1291
|
}[] | undefined;
|
|
1292
1292
|
}>, z.ZodObject<{
|
|
1293
1293
|
operation: z.ZodLiteral<"update_records">;
|
|
@@ -1297,35 +1297,35 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1297
1297
|
createdTime: z.ZodString;
|
|
1298
1298
|
fields: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1299
1299
|
}, "strip", z.ZodTypeAny, {
|
|
1300
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1300
1301
|
id: string;
|
|
1301
1302
|
createdTime: string;
|
|
1302
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1303
1303
|
}, {
|
|
1304
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1304
1305
|
id: string;
|
|
1305
1306
|
createdTime: string;
|
|
1306
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1307
1307
|
}>, "many">>;
|
|
1308
1308
|
error: z.ZodDefault<z.ZodString>;
|
|
1309
1309
|
success: z.ZodBoolean;
|
|
1310
1310
|
}, "strip", z.ZodTypeAny, {
|
|
1311
1311
|
operation: "update_records";
|
|
1312
|
-
success: boolean;
|
|
1313
|
-
error: string;
|
|
1314
1312
|
ok: boolean;
|
|
1313
|
+
error: string;
|
|
1314
|
+
success: boolean;
|
|
1315
1315
|
records?: {
|
|
1316
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1316
1317
|
id: string;
|
|
1317
1318
|
createdTime: string;
|
|
1318
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1319
1319
|
}[] | undefined;
|
|
1320
1320
|
}, {
|
|
1321
1321
|
operation: "update_records";
|
|
1322
|
-
success: boolean;
|
|
1323
1322
|
ok: boolean;
|
|
1323
|
+
success: boolean;
|
|
1324
1324
|
error?: string | undefined;
|
|
1325
1325
|
records?: {
|
|
1326
|
+
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1326
1327
|
id: string;
|
|
1327
1328
|
createdTime: string;
|
|
1328
|
-
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1329
1329
|
}[] | undefined;
|
|
1330
1330
|
}>, z.ZodObject<{
|
|
1331
1331
|
operation: z.ZodLiteral<"delete_records">;
|
|
@@ -1344,17 +1344,17 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1344
1344
|
success: z.ZodBoolean;
|
|
1345
1345
|
}, "strip", z.ZodTypeAny, {
|
|
1346
1346
|
operation: "delete_records";
|
|
1347
|
-
success: boolean;
|
|
1348
|
-
error: string;
|
|
1349
1347
|
ok: boolean;
|
|
1348
|
+
error: string;
|
|
1349
|
+
success: boolean;
|
|
1350
1350
|
records?: {
|
|
1351
1351
|
id: string;
|
|
1352
1352
|
deleted: boolean;
|
|
1353
1353
|
}[] | undefined;
|
|
1354
1354
|
}, {
|
|
1355
1355
|
operation: "delete_records";
|
|
1356
|
-
success: boolean;
|
|
1357
1356
|
ok: boolean;
|
|
1357
|
+
success: boolean;
|
|
1358
1358
|
error?: string | undefined;
|
|
1359
1359
|
records?: {
|
|
1360
1360
|
id: string;
|
|
@@ -1380,9 +1380,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1380
1380
|
success: z.ZodBoolean;
|
|
1381
1381
|
}, "strip", z.ZodTypeAny, {
|
|
1382
1382
|
operation: "list_bases";
|
|
1383
|
-
success: boolean;
|
|
1384
|
-
error: string;
|
|
1385
1383
|
ok: boolean;
|
|
1384
|
+
error: string;
|
|
1385
|
+
success: boolean;
|
|
1386
1386
|
bases?: {
|
|
1387
1387
|
name: string;
|
|
1388
1388
|
id: string;
|
|
@@ -1390,8 +1390,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1390
1390
|
}[] | undefined;
|
|
1391
1391
|
}, {
|
|
1392
1392
|
operation: "list_bases";
|
|
1393
|
-
success: boolean;
|
|
1394
1393
|
ok: boolean;
|
|
1394
|
+
success: boolean;
|
|
1395
1395
|
error?: string | undefined;
|
|
1396
1396
|
bases?: {
|
|
1397
1397
|
name: string;
|
|
@@ -1440,7 +1440,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1440
1440
|
}>, "many">>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
1442
|
name: string;
|
|
1443
|
-
id: string;
|
|
1444
1443
|
fields: {
|
|
1445
1444
|
type: string;
|
|
1446
1445
|
name: string;
|
|
@@ -1448,6 +1447,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1448
1447
|
options?: Record<string, unknown> | undefined;
|
|
1449
1448
|
description?: string | undefined;
|
|
1450
1449
|
}[];
|
|
1450
|
+
id: string;
|
|
1451
1451
|
primaryFieldId: string;
|
|
1452
1452
|
description?: string | undefined;
|
|
1453
1453
|
views?: {
|
|
@@ -1457,7 +1457,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1457
1457
|
}[] | undefined;
|
|
1458
1458
|
}, {
|
|
1459
1459
|
name: string;
|
|
1460
|
-
id: string;
|
|
1461
1460
|
fields: {
|
|
1462
1461
|
type: string;
|
|
1463
1462
|
name: string;
|
|
@@ -1465,6 +1464,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1465
1464
|
options?: Record<string, unknown> | undefined;
|
|
1466
1465
|
description?: string | undefined;
|
|
1467
1466
|
}[];
|
|
1467
|
+
id: string;
|
|
1468
1468
|
primaryFieldId: string;
|
|
1469
1469
|
description?: string | undefined;
|
|
1470
1470
|
views?: {
|
|
@@ -1477,12 +1477,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1477
1477
|
success: z.ZodBoolean;
|
|
1478
1478
|
}, "strip", z.ZodTypeAny, {
|
|
1479
1479
|
operation: "get_base_schema";
|
|
1480
|
-
success: boolean;
|
|
1481
|
-
error: string;
|
|
1482
1480
|
ok: boolean;
|
|
1481
|
+
error: string;
|
|
1482
|
+
success: boolean;
|
|
1483
1483
|
tables?: {
|
|
1484
1484
|
name: string;
|
|
1485
|
-
id: string;
|
|
1486
1485
|
fields: {
|
|
1487
1486
|
type: string;
|
|
1488
1487
|
name: string;
|
|
@@ -1490,6 +1489,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1490
1489
|
options?: Record<string, unknown> | undefined;
|
|
1491
1490
|
description?: string | undefined;
|
|
1492
1491
|
}[];
|
|
1492
|
+
id: string;
|
|
1493
1493
|
primaryFieldId: string;
|
|
1494
1494
|
description?: string | undefined;
|
|
1495
1495
|
views?: {
|
|
@@ -1500,12 +1500,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1500
1500
|
}[] | undefined;
|
|
1501
1501
|
}, {
|
|
1502
1502
|
operation: "get_base_schema";
|
|
1503
|
-
success: boolean;
|
|
1504
1503
|
ok: boolean;
|
|
1504
|
+
success: boolean;
|
|
1505
1505
|
error?: string | undefined;
|
|
1506
1506
|
tables?: {
|
|
1507
1507
|
name: string;
|
|
1508
|
-
id: string;
|
|
1509
1508
|
fields: {
|
|
1510
1509
|
type: string;
|
|
1511
1510
|
name: string;
|
|
@@ -1513,6 +1512,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1513
1512
|
options?: Record<string, unknown> | undefined;
|
|
1514
1513
|
description?: string | undefined;
|
|
1515
1514
|
}[];
|
|
1515
|
+
id: string;
|
|
1516
1516
|
primaryFieldId: string;
|
|
1517
1517
|
description?: string | undefined;
|
|
1518
1518
|
views?: {
|
|
@@ -1534,32 +1534,32 @@ 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" | "
|
|
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" | "
|
|
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">;
|
|
1545
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1546
1546
|
name: string;
|
|
1547
|
-
id: string;
|
|
1548
1547
|
fields: {
|
|
1549
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
1548
|
+
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
1549
|
name: string;
|
|
1551
1550
|
id: string;
|
|
1552
1551
|
}[];
|
|
1552
|
+
id: string;
|
|
1553
1553
|
primaryFieldId: string;
|
|
1554
1554
|
description?: string | undefined;
|
|
1555
1555
|
}, {
|
|
1556
1556
|
name: string;
|
|
1557
|
-
id: string;
|
|
1558
1557
|
fields: {
|
|
1559
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
1558
|
+
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
1559
|
name: string;
|
|
1561
1560
|
id: string;
|
|
1562
1561
|
}[];
|
|
1562
|
+
id: string;
|
|
1563
1563
|
primaryFieldId: string;
|
|
1564
1564
|
description?: string | undefined;
|
|
1565
1565
|
}>>;
|
|
@@ -1567,33 +1567,33 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1567
1567
|
success: z.ZodBoolean;
|
|
1568
1568
|
}, "strip", z.ZodTypeAny, {
|
|
1569
1569
|
operation: "create_table";
|
|
1570
|
-
success: boolean;
|
|
1571
|
-
error: string;
|
|
1572
1570
|
ok: boolean;
|
|
1571
|
+
error: string;
|
|
1572
|
+
success: boolean;
|
|
1573
1573
|
table?: {
|
|
1574
1574
|
name: string;
|
|
1575
|
-
id: string;
|
|
1576
1575
|
fields: {
|
|
1577
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
1576
|
+
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
1577
|
name: string;
|
|
1579
1578
|
id: string;
|
|
1580
1579
|
}[];
|
|
1580
|
+
id: string;
|
|
1581
1581
|
primaryFieldId: string;
|
|
1582
1582
|
description?: string | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
}, {
|
|
1585
1585
|
operation: "create_table";
|
|
1586
|
-
success: boolean;
|
|
1587
1586
|
ok: boolean;
|
|
1587
|
+
success: boolean;
|
|
1588
1588
|
error?: string | undefined;
|
|
1589
1589
|
table?: {
|
|
1590
1590
|
name: string;
|
|
1591
|
-
id: string;
|
|
1592
1591
|
fields: {
|
|
1593
|
-
type: "number" | "date" | "email" | "url" | "duration" | "
|
|
1592
|
+
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
1593
|
name: string;
|
|
1595
1594
|
id: string;
|
|
1596
1595
|
}[];
|
|
1596
|
+
id: string;
|
|
1597
1597
|
primaryFieldId: string;
|
|
1598
1598
|
description?: string | undefined;
|
|
1599
1599
|
} | undefined;
|
|
@@ -1617,9 +1617,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
1619
|
operation: "update_table";
|
|
1620
|
-
success: boolean;
|
|
1621
|
-
error: string;
|
|
1622
1620
|
ok: boolean;
|
|
1621
|
+
error: string;
|
|
1622
|
+
success: boolean;
|
|
1623
1623
|
table?: {
|
|
1624
1624
|
name: string;
|
|
1625
1625
|
id: string;
|
|
@@ -1627,8 +1627,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1627
1627
|
} | undefined;
|
|
1628
1628
|
}, {
|
|
1629
1629
|
operation: "update_table";
|
|
1630
|
-
success: boolean;
|
|
1631
1630
|
ok: boolean;
|
|
1631
|
+
success: boolean;
|
|
1632
1632
|
error?: string | undefined;
|
|
1633
1633
|
table?: {
|
|
1634
1634
|
name: string;
|
|
@@ -1658,9 +1658,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1658
1658
|
success: z.ZodBoolean;
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
1660
|
operation: "create_field";
|
|
1661
|
-
success: boolean;
|
|
1662
|
-
error: string;
|
|
1663
1661
|
ok: boolean;
|
|
1662
|
+
error: string;
|
|
1663
|
+
success: boolean;
|
|
1664
1664
|
field?: {
|
|
1665
1665
|
type: string;
|
|
1666
1666
|
name: string;
|
|
@@ -1669,8 +1669,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1669
1669
|
} | undefined;
|
|
1670
1670
|
}, {
|
|
1671
1671
|
operation: "create_field";
|
|
1672
|
-
success: boolean;
|
|
1673
1672
|
ok: boolean;
|
|
1673
|
+
success: boolean;
|
|
1674
1674
|
error?: string | undefined;
|
|
1675
1675
|
field?: {
|
|
1676
1676
|
type: string;
|
|
@@ -1701,9 +1701,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1701
1701
|
success: z.ZodBoolean;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
1703
|
operation: "update_field";
|
|
1704
|
-
success: boolean;
|
|
1705
|
-
error: string;
|
|
1706
1704
|
ok: boolean;
|
|
1705
|
+
error: string;
|
|
1706
|
+
success: boolean;
|
|
1707
1707
|
field?: {
|
|
1708
1708
|
type: string;
|
|
1709
1709
|
name: string;
|
|
@@ -1712,8 +1712,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1712
1712
|
} | undefined;
|
|
1713
1713
|
}, {
|
|
1714
1714
|
operation: "update_field";
|
|
1715
|
-
success: boolean;
|
|
1716
1715
|
ok: boolean;
|
|
1716
|
+
success: boolean;
|
|
1717
1717
|
error?: string | undefined;
|
|
1718
1718
|
field?: {
|
|
1719
1719
|
type: string;
|