@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- 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 +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -36,10 +36,10 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
36
36
|
direction: "asc" | "desc";
|
|
37
37
|
field: string;
|
|
38
38
|
}[] | undefined;
|
|
39
|
-
timeZone?: string | undefined;
|
|
40
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
41
|
-
fields?: string[] | undefined;
|
|
42
39
|
offset?: string | undefined;
|
|
40
|
+
fields?: string[] | undefined;
|
|
41
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
42
|
+
timeZone?: string | undefined;
|
|
43
43
|
filterByFormula?: string | undefined;
|
|
44
44
|
maxRecords?: number | undefined;
|
|
45
45
|
view?: string | undefined;
|
|
@@ -52,11 +52,11 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
52
52
|
field: string;
|
|
53
53
|
direction?: "asc" | "desc" | undefined;
|
|
54
54
|
}[] | undefined;
|
|
55
|
-
timeZone?: string | undefined;
|
|
56
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
|
-
fields?: string[] | undefined;
|
|
58
55
|
offset?: string | undefined;
|
|
56
|
+
fields?: string[] | undefined;
|
|
57
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
59
58
|
pageSize?: number | undefined;
|
|
59
|
+
timeZone?: string | undefined;
|
|
60
60
|
filterByFormula?: string | undefined;
|
|
61
61
|
maxRecords?: number | undefined;
|
|
62
62
|
view?: string | 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;
|
|
@@ -209,7 +209,6 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
209
209
|
}>, "many">;
|
|
210
210
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
|
-
name: string;
|
|
213
212
|
operation: "create_table";
|
|
214
213
|
fields: {
|
|
215
214
|
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";
|
|
@@ -217,11 +216,11 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
217
216
|
options?: Record<string, unknown> | undefined;
|
|
218
217
|
description?: string | undefined;
|
|
219
218
|
}[];
|
|
219
|
+
name: string;
|
|
220
220
|
baseId: string;
|
|
221
221
|
description?: string | undefined;
|
|
222
222
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
223
223
|
}, {
|
|
224
|
-
name: string;
|
|
225
224
|
operation: "create_table";
|
|
226
225
|
fields: {
|
|
227
226
|
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";
|
|
@@ -229,6 +228,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
229
228
|
options?: Record<string, unknown> | undefined;
|
|
230
229
|
description?: string | undefined;
|
|
231
230
|
}[];
|
|
231
|
+
name: string;
|
|
232
232
|
baseId: string;
|
|
233
233
|
description?: string | undefined;
|
|
234
234
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -263,18 +263,18 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
263
263
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
264
264
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
+
operation: "create_field";
|
|
266
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";
|
|
267
268
|
name: string;
|
|
268
|
-
operation: "create_field";
|
|
269
269
|
baseId: string;
|
|
270
270
|
tableIdOrName: string;
|
|
271
271
|
options?: Record<string, unknown> | undefined;
|
|
272
272
|
description?: string | undefined;
|
|
273
273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
274
274
|
}, {
|
|
275
|
+
operation: "create_field";
|
|
275
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";
|
|
276
277
|
name: string;
|
|
277
|
-
operation: "create_field";
|
|
278
278
|
baseId: string;
|
|
279
279
|
tableIdOrName: string;
|
|
280
280
|
options?: Record<string, unknown> | undefined;
|
|
@@ -313,12 +313,12 @@ 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
|
-
id: string;
|
|
317
316
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
317
|
+
id: string;
|
|
318
318
|
createdTime: string;
|
|
319
319
|
}, {
|
|
320
|
-
id: string;
|
|
321
320
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
321
|
+
id: string;
|
|
322
322
|
createdTime: string;
|
|
323
323
|
}>, "many">>;
|
|
324
324
|
offset: z.ZodOptional<z.ZodString>;
|
|
@@ -331,19 +331,19 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
331
331
|
ok: boolean;
|
|
332
332
|
offset?: string | undefined;
|
|
333
333
|
records?: {
|
|
334
|
-
id: string;
|
|
335
334
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
335
|
+
id: string;
|
|
336
336
|
createdTime: string;
|
|
337
337
|
}[] | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
operation: "list_records";
|
|
340
340
|
success: boolean;
|
|
341
341
|
ok: boolean;
|
|
342
|
-
error?: string | undefined;
|
|
343
342
|
offset?: string | undefined;
|
|
343
|
+
error?: string | undefined;
|
|
344
344
|
records?: {
|
|
345
|
-
id: string;
|
|
346
345
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
346
|
+
id: string;
|
|
347
347
|
createdTime: string;
|
|
348
348
|
}[] | undefined;
|
|
349
349
|
}>, z.ZodObject<{
|
|
@@ -354,12 +354,12 @@ 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
|
-
id: string;
|
|
358
357
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
358
|
+
id: string;
|
|
359
359
|
createdTime: string;
|
|
360
360
|
}, {
|
|
361
|
-
id: string;
|
|
362
361
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
362
|
+
id: string;
|
|
363
363
|
createdTime: string;
|
|
364
364
|
}>>;
|
|
365
365
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -370,8 +370,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
370
370
|
error: string;
|
|
371
371
|
ok: boolean;
|
|
372
372
|
record?: {
|
|
373
|
-
id: string;
|
|
374
373
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
374
|
+
id: string;
|
|
375
375
|
createdTime: string;
|
|
376
376
|
} | undefined;
|
|
377
377
|
}, {
|
|
@@ -380,8 +380,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
380
380
|
ok: boolean;
|
|
381
381
|
error?: string | undefined;
|
|
382
382
|
record?: {
|
|
383
|
-
id: string;
|
|
384
383
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
384
|
+
id: string;
|
|
385
385
|
createdTime: string;
|
|
386
386
|
} | undefined;
|
|
387
387
|
}>, z.ZodObject<{
|
|
@@ -392,12 +392,12 @@ 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
|
-
id: string;
|
|
396
395
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
396
|
+
id: string;
|
|
397
397
|
createdTime: string;
|
|
398
398
|
}, {
|
|
399
|
-
id: string;
|
|
400
399
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
400
|
+
id: string;
|
|
401
401
|
createdTime: string;
|
|
402
402
|
}>, "many">>;
|
|
403
403
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -408,8 +408,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
408
408
|
error: string;
|
|
409
409
|
ok: boolean;
|
|
410
410
|
records?: {
|
|
411
|
-
id: string;
|
|
412
411
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
412
|
+
id: string;
|
|
413
413
|
createdTime: string;
|
|
414
414
|
}[] | undefined;
|
|
415
415
|
}, {
|
|
@@ -418,8 +418,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
418
418
|
ok: boolean;
|
|
419
419
|
error?: string | undefined;
|
|
420
420
|
records?: {
|
|
421
|
-
id: string;
|
|
422
421
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
422
|
+
id: string;
|
|
423
423
|
createdTime: string;
|
|
424
424
|
}[] | undefined;
|
|
425
425
|
}>, z.ZodObject<{
|
|
@@ -430,12 +430,12 @@ 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
|
-
id: string;
|
|
434
433
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
434
|
+
id: string;
|
|
435
435
|
createdTime: string;
|
|
436
436
|
}, {
|
|
437
|
-
id: string;
|
|
438
437
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
438
|
+
id: string;
|
|
439
439
|
createdTime: string;
|
|
440
440
|
}>, "many">>;
|
|
441
441
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -446,8 +446,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
446
446
|
error: string;
|
|
447
447
|
ok: boolean;
|
|
448
448
|
records?: {
|
|
449
|
-
id: string;
|
|
450
449
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
450
|
+
id: string;
|
|
451
451
|
createdTime: string;
|
|
452
452
|
}[] | undefined;
|
|
453
453
|
}, {
|
|
@@ -456,8 +456,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
456
456
|
ok: boolean;
|
|
457
457
|
error?: string | undefined;
|
|
458
458
|
records?: {
|
|
459
|
-
id: string;
|
|
460
459
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
460
|
+
id: string;
|
|
461
461
|
createdTime: string;
|
|
462
462
|
}[] | undefined;
|
|
463
463
|
}>, z.ZodObject<{
|
|
@@ -572,8 +572,6 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
572
572
|
id: string;
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
|
-
name: string;
|
|
576
|
-
id: string;
|
|
577
575
|
fields: {
|
|
578
576
|
type: string;
|
|
579
577
|
name: string;
|
|
@@ -581,6 +579,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
581
579
|
options?: Record<string, unknown> | undefined;
|
|
582
580
|
description?: string | undefined;
|
|
583
581
|
}[];
|
|
582
|
+
name: string;
|
|
583
|
+
id: string;
|
|
584
584
|
primaryFieldId: string;
|
|
585
585
|
description?: string | undefined;
|
|
586
586
|
views?: {
|
|
@@ -589,8 +589,6 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
589
589
|
id: string;
|
|
590
590
|
}[] | undefined;
|
|
591
591
|
}, {
|
|
592
|
-
name: string;
|
|
593
|
-
id: string;
|
|
594
592
|
fields: {
|
|
595
593
|
type: string;
|
|
596
594
|
name: string;
|
|
@@ -598,6 +596,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
598
596
|
options?: Record<string, unknown> | undefined;
|
|
599
597
|
description?: string | undefined;
|
|
600
598
|
}[];
|
|
599
|
+
name: string;
|
|
600
|
+
id: string;
|
|
601
601
|
primaryFieldId: string;
|
|
602
602
|
description?: string | undefined;
|
|
603
603
|
views?: {
|
|
@@ -614,8 +614,6 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
614
614
|
error: string;
|
|
615
615
|
ok: boolean;
|
|
616
616
|
tables?: {
|
|
617
|
-
name: string;
|
|
618
|
-
id: string;
|
|
619
617
|
fields: {
|
|
620
618
|
type: string;
|
|
621
619
|
name: string;
|
|
@@ -623,6 +621,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
623
621
|
options?: Record<string, unknown> | undefined;
|
|
624
622
|
description?: string | undefined;
|
|
625
623
|
}[];
|
|
624
|
+
name: string;
|
|
625
|
+
id: string;
|
|
626
626
|
primaryFieldId: string;
|
|
627
627
|
description?: string | undefined;
|
|
628
628
|
views?: {
|
|
@@ -637,8 +637,6 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
637
637
|
ok: boolean;
|
|
638
638
|
error?: string | undefined;
|
|
639
639
|
tables?: {
|
|
640
|
-
name: string;
|
|
641
|
-
id: string;
|
|
642
640
|
fields: {
|
|
643
641
|
type: string;
|
|
644
642
|
name: string;
|
|
@@ -646,6 +644,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
646
644
|
options?: Record<string, unknown> | undefined;
|
|
647
645
|
description?: string | undefined;
|
|
648
646
|
}[];
|
|
647
|
+
name: string;
|
|
648
|
+
id: string;
|
|
649
649
|
primaryFieldId: string;
|
|
650
650
|
description?: string | undefined;
|
|
651
651
|
views?: {
|
|
@@ -676,23 +676,23 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
676
676
|
id: string;
|
|
677
677
|
}>, "many">;
|
|
678
678
|
}, "strip", z.ZodTypeAny, {
|
|
679
|
-
name: string;
|
|
680
|
-
id: string;
|
|
681
679
|
fields: {
|
|
682
680
|
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
681
|
name: string;
|
|
684
682
|
id: string;
|
|
685
683
|
}[];
|
|
684
|
+
name: string;
|
|
685
|
+
id: string;
|
|
686
686
|
primaryFieldId: string;
|
|
687
687
|
description?: string | undefined;
|
|
688
688
|
}, {
|
|
689
|
-
name: string;
|
|
690
|
-
id: string;
|
|
691
689
|
fields: {
|
|
692
690
|
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
691
|
name: string;
|
|
694
692
|
id: string;
|
|
695
693
|
}[];
|
|
694
|
+
name: string;
|
|
695
|
+
id: string;
|
|
696
696
|
primaryFieldId: string;
|
|
697
697
|
description?: string | undefined;
|
|
698
698
|
}>>;
|
|
@@ -704,13 +704,13 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
704
704
|
error: string;
|
|
705
705
|
ok: boolean;
|
|
706
706
|
table?: {
|
|
707
|
-
name: string;
|
|
708
|
-
id: string;
|
|
709
707
|
fields: {
|
|
710
708
|
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
709
|
name: string;
|
|
712
710
|
id: string;
|
|
713
711
|
}[];
|
|
712
|
+
name: string;
|
|
713
|
+
id: string;
|
|
714
714
|
primaryFieldId: string;
|
|
715
715
|
description?: string | undefined;
|
|
716
716
|
} | undefined;
|
|
@@ -720,13 +720,13 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
720
720
|
ok: boolean;
|
|
721
721
|
error?: string | undefined;
|
|
722
722
|
table?: {
|
|
723
|
-
name: string;
|
|
724
|
-
id: string;
|
|
725
723
|
fields: {
|
|
726
724
|
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
725
|
name: string;
|
|
728
726
|
id: string;
|
|
729
727
|
}[];
|
|
728
|
+
name: string;
|
|
729
|
+
id: string;
|
|
730
730
|
primaryFieldId: string;
|
|
731
731
|
description?: string | undefined;
|
|
732
732
|
} | undefined;
|
|
@@ -903,10 +903,10 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
903
903
|
direction: "asc" | "desc";
|
|
904
904
|
field: string;
|
|
905
905
|
}[] | undefined;
|
|
906
|
-
timeZone?: string | undefined;
|
|
907
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
908
|
-
fields?: string[] | undefined;
|
|
909
906
|
offset?: string | undefined;
|
|
907
|
+
fields?: string[] | undefined;
|
|
908
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
909
|
+
timeZone?: string | undefined;
|
|
910
910
|
filterByFormula?: string | undefined;
|
|
911
911
|
maxRecords?: number | undefined;
|
|
912
912
|
view?: string | undefined;
|
|
@@ -919,11 +919,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
919
919
|
field: string;
|
|
920
920
|
direction?: "asc" | "desc" | undefined;
|
|
921
921
|
}[] | undefined;
|
|
922
|
-
timeZone?: string | undefined;
|
|
923
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
924
|
-
fields?: string[] | undefined;
|
|
925
922
|
offset?: string | undefined;
|
|
923
|
+
fields?: string[] | undefined;
|
|
924
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
926
925
|
pageSize?: number | undefined;
|
|
926
|
+
timeZone?: string | undefined;
|
|
927
927
|
filterByFormula?: string | undefined;
|
|
928
928
|
maxRecords?: number | undefined;
|
|
929
929
|
view?: string | 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;
|
|
@@ -1076,7 +1076,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1076
1076
|
}>, "many">;
|
|
1077
1077
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
|
-
name: string;
|
|
1080
1079
|
operation: "create_table";
|
|
1081
1080
|
fields: {
|
|
1082
1081
|
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";
|
|
@@ -1084,11 +1083,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1084
1083
|
options?: Record<string, unknown> | undefined;
|
|
1085
1084
|
description?: string | undefined;
|
|
1086
1085
|
}[];
|
|
1086
|
+
name: string;
|
|
1087
1087
|
baseId: string;
|
|
1088
1088
|
description?: string | undefined;
|
|
1089
1089
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1090
1090
|
}, {
|
|
1091
|
-
name: string;
|
|
1092
1091
|
operation: "create_table";
|
|
1093
1092
|
fields: {
|
|
1094
1093
|
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";
|
|
@@ -1096,6 +1095,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1096
1095
|
options?: Record<string, unknown> | undefined;
|
|
1097
1096
|
description?: string | undefined;
|
|
1098
1097
|
}[];
|
|
1098
|
+
name: string;
|
|
1099
1099
|
baseId: string;
|
|
1100
1100
|
description?: string | undefined;
|
|
1101
1101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1130,18 +1130,18 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1130
1130
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1131
1131
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1132
1132
|
}, "strip", z.ZodTypeAny, {
|
|
1133
|
+
operation: "create_field";
|
|
1133
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";
|
|
1134
1135
|
name: string;
|
|
1135
|
-
operation: "create_field";
|
|
1136
1136
|
baseId: string;
|
|
1137
1137
|
tableIdOrName: string;
|
|
1138
1138
|
options?: Record<string, unknown> | undefined;
|
|
1139
1139
|
description?: string | undefined;
|
|
1140
1140
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1141
1141
|
}, {
|
|
1142
|
+
operation: "create_field";
|
|
1142
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";
|
|
1143
1144
|
name: string;
|
|
1144
|
-
operation: "create_field";
|
|
1145
1145
|
baseId: string;
|
|
1146
1146
|
tableIdOrName: string;
|
|
1147
1147
|
options?: Record<string, unknown> | undefined;
|
|
@@ -1180,12 +1180,12 @@ 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
|
-
id: string;
|
|
1184
1183
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1184
|
+
id: string;
|
|
1185
1185
|
createdTime: string;
|
|
1186
1186
|
}, {
|
|
1187
|
-
id: string;
|
|
1188
1187
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1188
|
+
id: string;
|
|
1189
1189
|
createdTime: string;
|
|
1190
1190
|
}>, "many">>;
|
|
1191
1191
|
offset: z.ZodOptional<z.ZodString>;
|
|
@@ -1198,19 +1198,19 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1198
1198
|
ok: boolean;
|
|
1199
1199
|
offset?: string | undefined;
|
|
1200
1200
|
records?: {
|
|
1201
|
-
id: string;
|
|
1202
1201
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1202
|
+
id: string;
|
|
1203
1203
|
createdTime: string;
|
|
1204
1204
|
}[] | undefined;
|
|
1205
1205
|
}, {
|
|
1206
1206
|
operation: "list_records";
|
|
1207
1207
|
success: boolean;
|
|
1208
1208
|
ok: boolean;
|
|
1209
|
-
error?: string | undefined;
|
|
1210
1209
|
offset?: string | undefined;
|
|
1210
|
+
error?: string | undefined;
|
|
1211
1211
|
records?: {
|
|
1212
|
-
id: string;
|
|
1213
1212
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1213
|
+
id: string;
|
|
1214
1214
|
createdTime: string;
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}>, z.ZodObject<{
|
|
@@ -1221,12 +1221,12 @@ 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
|
-
id: string;
|
|
1225
1224
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1225
|
+
id: string;
|
|
1226
1226
|
createdTime: string;
|
|
1227
1227
|
}, {
|
|
1228
|
-
id: string;
|
|
1229
1228
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1229
|
+
id: string;
|
|
1230
1230
|
createdTime: string;
|
|
1231
1231
|
}>>;
|
|
1232
1232
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1237,8 +1237,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1237
1237
|
error: string;
|
|
1238
1238
|
ok: boolean;
|
|
1239
1239
|
record?: {
|
|
1240
|
-
id: string;
|
|
1241
1240
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1241
|
+
id: string;
|
|
1242
1242
|
createdTime: string;
|
|
1243
1243
|
} | undefined;
|
|
1244
1244
|
}, {
|
|
@@ -1247,8 +1247,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1247
1247
|
ok: boolean;
|
|
1248
1248
|
error?: string | undefined;
|
|
1249
1249
|
record?: {
|
|
1250
|
-
id: string;
|
|
1251
1250
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1251
|
+
id: string;
|
|
1252
1252
|
createdTime: string;
|
|
1253
1253
|
} | undefined;
|
|
1254
1254
|
}>, z.ZodObject<{
|
|
@@ -1259,12 +1259,12 @@ 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
|
-
id: string;
|
|
1263
1262
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1263
|
+
id: string;
|
|
1264
1264
|
createdTime: string;
|
|
1265
1265
|
}, {
|
|
1266
|
-
id: string;
|
|
1267
1266
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1267
|
+
id: string;
|
|
1268
1268
|
createdTime: string;
|
|
1269
1269
|
}>, "many">>;
|
|
1270
1270
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1275,8 +1275,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1275
1275
|
error: string;
|
|
1276
1276
|
ok: boolean;
|
|
1277
1277
|
records?: {
|
|
1278
|
-
id: string;
|
|
1279
1278
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1279
|
+
id: string;
|
|
1280
1280
|
createdTime: string;
|
|
1281
1281
|
}[] | undefined;
|
|
1282
1282
|
}, {
|
|
@@ -1285,8 +1285,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1285
1285
|
ok: boolean;
|
|
1286
1286
|
error?: string | undefined;
|
|
1287
1287
|
records?: {
|
|
1288
|
-
id: string;
|
|
1289
1288
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1289
|
+
id: string;
|
|
1290
1290
|
createdTime: string;
|
|
1291
1291
|
}[] | undefined;
|
|
1292
1292
|
}>, z.ZodObject<{
|
|
@@ -1297,12 +1297,12 @@ 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
|
-
id: string;
|
|
1301
1300
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1301
|
+
id: string;
|
|
1302
1302
|
createdTime: string;
|
|
1303
1303
|
}, {
|
|
1304
|
-
id: string;
|
|
1305
1304
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1305
|
+
id: string;
|
|
1306
1306
|
createdTime: string;
|
|
1307
1307
|
}>, "many">>;
|
|
1308
1308
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1313,8 +1313,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1313
1313
|
error: string;
|
|
1314
1314
|
ok: boolean;
|
|
1315
1315
|
records?: {
|
|
1316
|
-
id: string;
|
|
1317
1316
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1317
|
+
id: string;
|
|
1318
1318
|
createdTime: string;
|
|
1319
1319
|
}[] | undefined;
|
|
1320
1320
|
}, {
|
|
@@ -1323,8 +1323,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1323
1323
|
ok: boolean;
|
|
1324
1324
|
error?: string | undefined;
|
|
1325
1325
|
records?: {
|
|
1326
|
-
id: string;
|
|
1327
1326
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
1327
|
+
id: string;
|
|
1328
1328
|
createdTime: string;
|
|
1329
1329
|
}[] | undefined;
|
|
1330
1330
|
}>, z.ZodObject<{
|
|
@@ -1439,8 +1439,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1439
1439
|
id: string;
|
|
1440
1440
|
}>, "many">>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
name: string;
|
|
1443
|
-
id: string;
|
|
1444
1442
|
fields: {
|
|
1445
1443
|
type: string;
|
|
1446
1444
|
name: string;
|
|
@@ -1448,6 +1446,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1448
1446
|
options?: Record<string, unknown> | undefined;
|
|
1449
1447
|
description?: string | undefined;
|
|
1450
1448
|
}[];
|
|
1449
|
+
name: string;
|
|
1450
|
+
id: string;
|
|
1451
1451
|
primaryFieldId: string;
|
|
1452
1452
|
description?: string | undefined;
|
|
1453
1453
|
views?: {
|
|
@@ -1456,8 +1456,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1456
1456
|
id: string;
|
|
1457
1457
|
}[] | undefined;
|
|
1458
1458
|
}, {
|
|
1459
|
-
name: string;
|
|
1460
|
-
id: string;
|
|
1461
1459
|
fields: {
|
|
1462
1460
|
type: string;
|
|
1463
1461
|
name: string;
|
|
@@ -1465,6 +1463,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1465
1463
|
options?: Record<string, unknown> | undefined;
|
|
1466
1464
|
description?: string | undefined;
|
|
1467
1465
|
}[];
|
|
1466
|
+
name: string;
|
|
1467
|
+
id: string;
|
|
1468
1468
|
primaryFieldId: string;
|
|
1469
1469
|
description?: string | undefined;
|
|
1470
1470
|
views?: {
|
|
@@ -1481,8 +1481,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1481
1481
|
error: string;
|
|
1482
1482
|
ok: boolean;
|
|
1483
1483
|
tables?: {
|
|
1484
|
-
name: string;
|
|
1485
|
-
id: string;
|
|
1486
1484
|
fields: {
|
|
1487
1485
|
type: string;
|
|
1488
1486
|
name: string;
|
|
@@ -1490,6 +1488,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1490
1488
|
options?: Record<string, unknown> | undefined;
|
|
1491
1489
|
description?: string | undefined;
|
|
1492
1490
|
}[];
|
|
1491
|
+
name: string;
|
|
1492
|
+
id: string;
|
|
1493
1493
|
primaryFieldId: string;
|
|
1494
1494
|
description?: string | undefined;
|
|
1495
1495
|
views?: {
|
|
@@ -1504,8 +1504,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1504
1504
|
ok: boolean;
|
|
1505
1505
|
error?: string | undefined;
|
|
1506
1506
|
tables?: {
|
|
1507
|
-
name: string;
|
|
1508
|
-
id: string;
|
|
1509
1507
|
fields: {
|
|
1510
1508
|
type: string;
|
|
1511
1509
|
name: string;
|
|
@@ -1513,6 +1511,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1513
1511
|
options?: Record<string, unknown> | undefined;
|
|
1514
1512
|
description?: string | undefined;
|
|
1515
1513
|
}[];
|
|
1514
|
+
name: string;
|
|
1515
|
+
id: string;
|
|
1516
1516
|
primaryFieldId: string;
|
|
1517
1517
|
description?: string | undefined;
|
|
1518
1518
|
views?: {
|
|
@@ -1543,23 +1543,23 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1543
1543
|
id: string;
|
|
1544
1544
|
}>, "many">;
|
|
1545
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1546
|
-
name: string;
|
|
1547
|
-
id: string;
|
|
1548
1546
|
fields: {
|
|
1549
1547
|
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
1548
|
name: string;
|
|
1551
1549
|
id: string;
|
|
1552
1550
|
}[];
|
|
1551
|
+
name: string;
|
|
1552
|
+
id: string;
|
|
1553
1553
|
primaryFieldId: string;
|
|
1554
1554
|
description?: string | undefined;
|
|
1555
1555
|
}, {
|
|
1556
|
-
name: string;
|
|
1557
|
-
id: string;
|
|
1558
1556
|
fields: {
|
|
1559
1557
|
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
1558
|
name: string;
|
|
1561
1559
|
id: string;
|
|
1562
1560
|
}[];
|
|
1561
|
+
name: string;
|
|
1562
|
+
id: string;
|
|
1563
1563
|
primaryFieldId: string;
|
|
1564
1564
|
description?: string | undefined;
|
|
1565
1565
|
}>>;
|
|
@@ -1571,13 +1571,13 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1571
1571
|
error: string;
|
|
1572
1572
|
ok: boolean;
|
|
1573
1573
|
table?: {
|
|
1574
|
-
name: string;
|
|
1575
|
-
id: string;
|
|
1576
1574
|
fields: {
|
|
1577
1575
|
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
1576
|
name: string;
|
|
1579
1577
|
id: string;
|
|
1580
1578
|
}[];
|
|
1579
|
+
name: string;
|
|
1580
|
+
id: string;
|
|
1581
1581
|
primaryFieldId: string;
|
|
1582
1582
|
description?: string | undefined;
|
|
1583
1583
|
} | undefined;
|
|
@@ -1587,13 +1587,13 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1587
1587
|
ok: boolean;
|
|
1588
1588
|
error?: string | undefined;
|
|
1589
1589
|
table?: {
|
|
1590
|
-
name: string;
|
|
1591
|
-
id: string;
|
|
1592
1590
|
fields: {
|
|
1593
1591
|
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
1592
|
name: string;
|
|
1595
1593
|
id: string;
|
|
1596
1594
|
}[];
|
|
1595
|
+
name: string;
|
|
1596
|
+
id: string;
|
|
1597
1597
|
primaryFieldId: string;
|
|
1598
1598
|
description?: string | undefined;
|
|
1599
1599
|
} | undefined;
|