@bubblelab/bubble-core 0.1.27 → 0.1.30
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 +160 -91
- 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 +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- 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 +12 -12
- 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 +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- 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 +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- 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 +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -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 +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- 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 +20 -20
- 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 +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- 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 +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -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
39
|
fields?: string[] | undefined;
|
|
42
40
|
offset?: 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
55
|
fields?: string[] | undefined;
|
|
58
56
|
offset?: 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;
|
|
@@ -210,25 +210,25 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
210
210
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
name: string;
|
|
213
|
-
operation: "create_table";
|
|
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";
|
|
216
215
|
name: string;
|
|
217
216
|
options?: Record<string, unknown> | undefined;
|
|
218
217
|
description?: string | undefined;
|
|
219
218
|
}[];
|
|
219
|
+
operation: "create_table";
|
|
220
220
|
baseId: string;
|
|
221
221
|
description?: string | undefined;
|
|
222
222
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
223
223
|
}, {
|
|
224
224
|
name: string;
|
|
225
|
-
operation: "create_table";
|
|
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";
|
|
228
227
|
name: string;
|
|
229
228
|
options?: Record<string, unknown> | undefined;
|
|
230
229
|
description?: string | undefined;
|
|
231
230
|
}[];
|
|
231
|
+
operation: "create_table";
|
|
232
232
|
baseId: string;
|
|
233
233
|
description?: string | undefined;
|
|
234
234
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -339,8 +339,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
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
345
|
id: string;
|
|
346
346
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
@@ -501,12 +501,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
501
501
|
name: z.ZodString;
|
|
502
502
|
permissionLevel: z.ZodString;
|
|
503
503
|
}, "strip", z.ZodTypeAny, {
|
|
504
|
-
name: string;
|
|
505
504
|
id: string;
|
|
505
|
+
name: string;
|
|
506
506
|
permissionLevel: string;
|
|
507
507
|
}, {
|
|
508
|
-
name: string;
|
|
509
508
|
id: string;
|
|
509
|
+
name: string;
|
|
510
510
|
permissionLevel: string;
|
|
511
511
|
}>, "many">>;
|
|
512
512
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -517,8 +517,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
517
517
|
error: string;
|
|
518
518
|
ok: boolean;
|
|
519
519
|
bases?: {
|
|
520
|
-
name: string;
|
|
521
520
|
id: string;
|
|
521
|
+
name: string;
|
|
522
522
|
permissionLevel: string;
|
|
523
523
|
}[] | undefined;
|
|
524
524
|
}, {
|
|
@@ -527,8 +527,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
527
527
|
ok: boolean;
|
|
528
528
|
error?: string | undefined;
|
|
529
529
|
bases?: {
|
|
530
|
-
name: string;
|
|
531
530
|
id: string;
|
|
531
|
+
name: string;
|
|
532
532
|
permissionLevel: string;
|
|
533
533
|
}[] | undefined;
|
|
534
534
|
}>, z.ZodObject<{
|
|
@@ -547,14 +547,14 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
547
547
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
549
|
type: string;
|
|
550
|
-
name: string;
|
|
551
550
|
id: string;
|
|
551
|
+
name: string;
|
|
552
552
|
options?: Record<string, unknown> | undefined;
|
|
553
553
|
description?: string | undefined;
|
|
554
554
|
}, {
|
|
555
555
|
type: string;
|
|
556
|
-
name: string;
|
|
557
556
|
id: string;
|
|
557
|
+
name: string;
|
|
558
558
|
options?: Record<string, unknown> | undefined;
|
|
559
559
|
description?: string | undefined;
|
|
560
560
|
}>, "many">;
|
|
@@ -564,20 +564,20 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
564
564
|
type: z.ZodString;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
566
|
type: string;
|
|
567
|
-
name: string;
|
|
568
567
|
id: string;
|
|
568
|
+
name: string;
|
|
569
569
|
}, {
|
|
570
570
|
type: string;
|
|
571
|
-
name: string;
|
|
572
571
|
id: string;
|
|
572
|
+
name: string;
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
|
-
name: string;
|
|
576
575
|
id: string;
|
|
576
|
+
name: string;
|
|
577
577
|
fields: {
|
|
578
578
|
type: string;
|
|
579
|
-
name: string;
|
|
580
579
|
id: string;
|
|
580
|
+
name: string;
|
|
581
581
|
options?: Record<string, unknown> | undefined;
|
|
582
582
|
description?: string | undefined;
|
|
583
583
|
}[];
|
|
@@ -585,16 +585,16 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
585
585
|
description?: string | undefined;
|
|
586
586
|
views?: {
|
|
587
587
|
type: string;
|
|
588
|
-
name: string;
|
|
589
588
|
id: string;
|
|
589
|
+
name: string;
|
|
590
590
|
}[] | undefined;
|
|
591
591
|
}, {
|
|
592
|
-
name: string;
|
|
593
592
|
id: string;
|
|
593
|
+
name: string;
|
|
594
594
|
fields: {
|
|
595
595
|
type: string;
|
|
596
|
-
name: string;
|
|
597
596
|
id: string;
|
|
597
|
+
name: string;
|
|
598
598
|
options?: Record<string, unknown> | undefined;
|
|
599
599
|
description?: string | undefined;
|
|
600
600
|
}[];
|
|
@@ -602,8 +602,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
602
602
|
description?: string | undefined;
|
|
603
603
|
views?: {
|
|
604
604
|
type: string;
|
|
605
|
-
name: string;
|
|
606
605
|
id: string;
|
|
606
|
+
name: string;
|
|
607
607
|
}[] | undefined;
|
|
608
608
|
}>, "many">>;
|
|
609
609
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -614,12 +614,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
614
614
|
error: string;
|
|
615
615
|
ok: boolean;
|
|
616
616
|
tables?: {
|
|
617
|
-
name: string;
|
|
618
617
|
id: string;
|
|
618
|
+
name: string;
|
|
619
619
|
fields: {
|
|
620
620
|
type: string;
|
|
621
|
-
name: string;
|
|
622
621
|
id: string;
|
|
622
|
+
name: string;
|
|
623
623
|
options?: Record<string, unknown> | undefined;
|
|
624
624
|
description?: string | undefined;
|
|
625
625
|
}[];
|
|
@@ -627,8 +627,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
627
627
|
description?: string | undefined;
|
|
628
628
|
views?: {
|
|
629
629
|
type: string;
|
|
630
|
-
name: string;
|
|
631
630
|
id: string;
|
|
631
|
+
name: string;
|
|
632
632
|
}[] | undefined;
|
|
633
633
|
}[] | undefined;
|
|
634
634
|
}, {
|
|
@@ -637,12 +637,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
637
637
|
ok: boolean;
|
|
638
638
|
error?: string | undefined;
|
|
639
639
|
tables?: {
|
|
640
|
-
name: string;
|
|
641
640
|
id: string;
|
|
641
|
+
name: string;
|
|
642
642
|
fields: {
|
|
643
643
|
type: string;
|
|
644
|
-
name: string;
|
|
645
644
|
id: string;
|
|
645
|
+
name: string;
|
|
646
646
|
options?: Record<string, unknown> | undefined;
|
|
647
647
|
description?: string | undefined;
|
|
648
648
|
}[];
|
|
@@ -650,8 +650,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
650
650
|
description?: string | undefined;
|
|
651
651
|
views?: {
|
|
652
652
|
type: string;
|
|
653
|
-
name: string;
|
|
654
653
|
id: string;
|
|
654
|
+
name: string;
|
|
655
655
|
}[] | undefined;
|
|
656
656
|
}[] | undefined;
|
|
657
657
|
}>, z.ZodObject<{
|
|
@@ -668,30 +668,30 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
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
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
|
-
name: string;
|
|
672
671
|
id: string;
|
|
672
|
+
name: string;
|
|
673
673
|
}, {
|
|
674
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
|
-
name: string;
|
|
676
675
|
id: string;
|
|
676
|
+
name: string;
|
|
677
677
|
}>, "many">;
|
|
678
678
|
}, "strip", z.ZodTypeAny, {
|
|
679
|
-
name: string;
|
|
680
679
|
id: string;
|
|
680
|
+
name: string;
|
|
681
681
|
fields: {
|
|
682
682
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
683
|
-
name: string;
|
|
684
683
|
id: string;
|
|
684
|
+
name: string;
|
|
685
685
|
}[];
|
|
686
686
|
primaryFieldId: string;
|
|
687
687
|
description?: string | undefined;
|
|
688
688
|
}, {
|
|
689
|
-
name: string;
|
|
690
689
|
id: string;
|
|
690
|
+
name: string;
|
|
691
691
|
fields: {
|
|
692
692
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
693
|
-
name: string;
|
|
694
693
|
id: string;
|
|
694
|
+
name: string;
|
|
695
695
|
}[];
|
|
696
696
|
primaryFieldId: string;
|
|
697
697
|
description?: string | undefined;
|
|
@@ -704,12 +704,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
704
704
|
error: string;
|
|
705
705
|
ok: boolean;
|
|
706
706
|
table?: {
|
|
707
|
-
name: string;
|
|
708
707
|
id: string;
|
|
708
|
+
name: string;
|
|
709
709
|
fields: {
|
|
710
710
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
711
|
-
name: string;
|
|
712
711
|
id: string;
|
|
712
|
+
name: string;
|
|
713
713
|
}[];
|
|
714
714
|
primaryFieldId: string;
|
|
715
715
|
description?: string | undefined;
|
|
@@ -720,12 +720,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
720
720
|
ok: boolean;
|
|
721
721
|
error?: string | undefined;
|
|
722
722
|
table?: {
|
|
723
|
-
name: string;
|
|
724
723
|
id: string;
|
|
724
|
+
name: string;
|
|
725
725
|
fields: {
|
|
726
726
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
727
|
-
name: string;
|
|
728
727
|
id: string;
|
|
728
|
+
name: string;
|
|
729
729
|
}[];
|
|
730
730
|
primaryFieldId: string;
|
|
731
731
|
description?: string | undefined;
|
|
@@ -738,12 +738,12 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
738
738
|
name: z.ZodString;
|
|
739
739
|
description: z.ZodOptional<z.ZodString>;
|
|
740
740
|
}, "strip", z.ZodTypeAny, {
|
|
741
|
-
name: string;
|
|
742
741
|
id: string;
|
|
742
|
+
name: string;
|
|
743
743
|
description?: string | undefined;
|
|
744
744
|
}, {
|
|
745
|
-
name: string;
|
|
746
745
|
id: string;
|
|
746
|
+
name: string;
|
|
747
747
|
description?: string | undefined;
|
|
748
748
|
}>>;
|
|
749
749
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -754,8 +754,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
754
754
|
error: string;
|
|
755
755
|
ok: boolean;
|
|
756
756
|
table?: {
|
|
757
|
-
name: string;
|
|
758
757
|
id: string;
|
|
758
|
+
name: string;
|
|
759
759
|
description?: string | undefined;
|
|
760
760
|
} | undefined;
|
|
761
761
|
}, {
|
|
@@ -764,8 +764,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
764
764
|
ok: boolean;
|
|
765
765
|
error?: string | undefined;
|
|
766
766
|
table?: {
|
|
767
|
-
name: string;
|
|
768
767
|
id: string;
|
|
768
|
+
name: string;
|
|
769
769
|
description?: string | undefined;
|
|
770
770
|
} | undefined;
|
|
771
771
|
}>, z.ZodObject<{
|
|
@@ -778,13 +778,13 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
778
778
|
description: z.ZodOptional<z.ZodString>;
|
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
|
780
780
|
type: string;
|
|
781
|
-
name: string;
|
|
782
781
|
id: string;
|
|
782
|
+
name: string;
|
|
783
783
|
description?: string | undefined;
|
|
784
784
|
}, {
|
|
785
785
|
type: string;
|
|
786
|
-
name: string;
|
|
787
786
|
id: string;
|
|
787
|
+
name: string;
|
|
788
788
|
description?: string | undefined;
|
|
789
789
|
}>>;
|
|
790
790
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -796,8 +796,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
796
796
|
ok: boolean;
|
|
797
797
|
field?: {
|
|
798
798
|
type: string;
|
|
799
|
-
name: string;
|
|
800
799
|
id: string;
|
|
800
|
+
name: string;
|
|
801
801
|
description?: string | undefined;
|
|
802
802
|
} | undefined;
|
|
803
803
|
}, {
|
|
@@ -807,8 +807,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
807
807
|
error?: string | undefined;
|
|
808
808
|
field?: {
|
|
809
809
|
type: string;
|
|
810
|
-
name: string;
|
|
811
810
|
id: string;
|
|
811
|
+
name: string;
|
|
812
812
|
description?: string | undefined;
|
|
813
813
|
} | undefined;
|
|
814
814
|
}>, z.ZodObject<{
|
|
@@ -821,13 +821,13 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
821
821
|
description: z.ZodOptional<z.ZodString>;
|
|
822
822
|
}, "strip", z.ZodTypeAny, {
|
|
823
823
|
type: string;
|
|
824
|
-
name: string;
|
|
825
824
|
id: string;
|
|
825
|
+
name: string;
|
|
826
826
|
description?: string | undefined;
|
|
827
827
|
}, {
|
|
828
828
|
type: string;
|
|
829
|
-
name: string;
|
|
830
829
|
id: string;
|
|
830
|
+
name: string;
|
|
831
831
|
description?: string | undefined;
|
|
832
832
|
}>>;
|
|
833
833
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -839,8 +839,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
839
839
|
ok: boolean;
|
|
840
840
|
field?: {
|
|
841
841
|
type: string;
|
|
842
|
-
name: string;
|
|
843
842
|
id: string;
|
|
843
|
+
name: string;
|
|
844
844
|
description?: string | undefined;
|
|
845
845
|
} | undefined;
|
|
846
846
|
}, {
|
|
@@ -850,8 +850,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
850
850
|
error?: string | undefined;
|
|
851
851
|
field?: {
|
|
852
852
|
type: string;
|
|
853
|
-
name: string;
|
|
854
853
|
id: string;
|
|
854
|
+
name: string;
|
|
855
855
|
description?: string | undefined;
|
|
856
856
|
} | undefined;
|
|
857
857
|
}>]>;
|
|
@@ -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
906
|
fields?: string[] | undefined;
|
|
909
907
|
offset?: 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
922
|
fields?: string[] | undefined;
|
|
925
923
|
offset?: 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;
|
|
@@ -1077,25 +1077,25 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1077
1077
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
1079
|
name: string;
|
|
1080
|
-
operation: "create_table";
|
|
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";
|
|
1083
1082
|
name: string;
|
|
1084
1083
|
options?: Record<string, unknown> | undefined;
|
|
1085
1084
|
description?: string | undefined;
|
|
1086
1085
|
}[];
|
|
1086
|
+
operation: "create_table";
|
|
1087
1087
|
baseId: string;
|
|
1088
1088
|
description?: string | undefined;
|
|
1089
1089
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1090
1090
|
}, {
|
|
1091
1091
|
name: string;
|
|
1092
|
-
operation: "create_table";
|
|
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";
|
|
1095
1094
|
name: string;
|
|
1096
1095
|
options?: Record<string, unknown> | undefined;
|
|
1097
1096
|
description?: string | undefined;
|
|
1098
1097
|
}[];
|
|
1098
|
+
operation: "create_table";
|
|
1099
1099
|
baseId: string;
|
|
1100
1100
|
description?: string | undefined;
|
|
1101
1101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1206,8 +1206,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
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
1212
|
id: string;
|
|
1213
1213
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
@@ -1368,12 +1368,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1368
1368
|
name: z.ZodString;
|
|
1369
1369
|
permissionLevel: z.ZodString;
|
|
1370
1370
|
}, "strip", z.ZodTypeAny, {
|
|
1371
|
-
name: string;
|
|
1372
1371
|
id: string;
|
|
1372
|
+
name: string;
|
|
1373
1373
|
permissionLevel: string;
|
|
1374
1374
|
}, {
|
|
1375
|
-
name: string;
|
|
1376
1375
|
id: string;
|
|
1376
|
+
name: string;
|
|
1377
1377
|
permissionLevel: string;
|
|
1378
1378
|
}>, "many">>;
|
|
1379
1379
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1384,8 +1384,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1384
1384
|
error: string;
|
|
1385
1385
|
ok: boolean;
|
|
1386
1386
|
bases?: {
|
|
1387
|
-
name: string;
|
|
1388
1387
|
id: string;
|
|
1388
|
+
name: string;
|
|
1389
1389
|
permissionLevel: string;
|
|
1390
1390
|
}[] | undefined;
|
|
1391
1391
|
}, {
|
|
@@ -1394,8 +1394,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1394
1394
|
ok: boolean;
|
|
1395
1395
|
error?: string | undefined;
|
|
1396
1396
|
bases?: {
|
|
1397
|
-
name: string;
|
|
1398
1397
|
id: string;
|
|
1398
|
+
name: string;
|
|
1399
1399
|
permissionLevel: string;
|
|
1400
1400
|
}[] | undefined;
|
|
1401
1401
|
}>, z.ZodObject<{
|
|
@@ -1414,14 +1414,14 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1414
1414
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1415
1415
|
}, "strip", z.ZodTypeAny, {
|
|
1416
1416
|
type: string;
|
|
1417
|
-
name: string;
|
|
1418
1417
|
id: string;
|
|
1418
|
+
name: string;
|
|
1419
1419
|
options?: Record<string, unknown> | undefined;
|
|
1420
1420
|
description?: string | undefined;
|
|
1421
1421
|
}, {
|
|
1422
1422
|
type: string;
|
|
1423
|
-
name: string;
|
|
1424
1423
|
id: string;
|
|
1424
|
+
name: string;
|
|
1425
1425
|
options?: Record<string, unknown> | undefined;
|
|
1426
1426
|
description?: string | undefined;
|
|
1427
1427
|
}>, "many">;
|
|
@@ -1431,20 +1431,20 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1431
1431
|
type: z.ZodString;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
1433
|
type: string;
|
|
1434
|
-
name: string;
|
|
1435
1434
|
id: string;
|
|
1435
|
+
name: string;
|
|
1436
1436
|
}, {
|
|
1437
1437
|
type: string;
|
|
1438
|
-
name: string;
|
|
1439
1438
|
id: string;
|
|
1439
|
+
name: string;
|
|
1440
1440
|
}>, "many">>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
name: string;
|
|
1443
1442
|
id: string;
|
|
1443
|
+
name: string;
|
|
1444
1444
|
fields: {
|
|
1445
1445
|
type: string;
|
|
1446
|
-
name: string;
|
|
1447
1446
|
id: string;
|
|
1447
|
+
name: string;
|
|
1448
1448
|
options?: Record<string, unknown> | undefined;
|
|
1449
1449
|
description?: string | undefined;
|
|
1450
1450
|
}[];
|
|
@@ -1452,16 +1452,16 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1452
1452
|
description?: string | undefined;
|
|
1453
1453
|
views?: {
|
|
1454
1454
|
type: string;
|
|
1455
|
-
name: string;
|
|
1456
1455
|
id: string;
|
|
1456
|
+
name: string;
|
|
1457
1457
|
}[] | undefined;
|
|
1458
1458
|
}, {
|
|
1459
|
-
name: string;
|
|
1460
1459
|
id: string;
|
|
1460
|
+
name: string;
|
|
1461
1461
|
fields: {
|
|
1462
1462
|
type: string;
|
|
1463
|
-
name: string;
|
|
1464
1463
|
id: string;
|
|
1464
|
+
name: string;
|
|
1465
1465
|
options?: Record<string, unknown> | undefined;
|
|
1466
1466
|
description?: string | undefined;
|
|
1467
1467
|
}[];
|
|
@@ -1469,8 +1469,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1469
1469
|
description?: string | undefined;
|
|
1470
1470
|
views?: {
|
|
1471
1471
|
type: string;
|
|
1472
|
-
name: string;
|
|
1473
1472
|
id: string;
|
|
1473
|
+
name: string;
|
|
1474
1474
|
}[] | undefined;
|
|
1475
1475
|
}>, "many">>;
|
|
1476
1476
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1481,12 +1481,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1481
1481
|
error: string;
|
|
1482
1482
|
ok: boolean;
|
|
1483
1483
|
tables?: {
|
|
1484
|
-
name: string;
|
|
1485
1484
|
id: string;
|
|
1485
|
+
name: string;
|
|
1486
1486
|
fields: {
|
|
1487
1487
|
type: string;
|
|
1488
|
-
name: string;
|
|
1489
1488
|
id: string;
|
|
1489
|
+
name: string;
|
|
1490
1490
|
options?: Record<string, unknown> | undefined;
|
|
1491
1491
|
description?: string | undefined;
|
|
1492
1492
|
}[];
|
|
@@ -1494,8 +1494,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1494
1494
|
description?: string | undefined;
|
|
1495
1495
|
views?: {
|
|
1496
1496
|
type: string;
|
|
1497
|
-
name: string;
|
|
1498
1497
|
id: string;
|
|
1498
|
+
name: string;
|
|
1499
1499
|
}[] | undefined;
|
|
1500
1500
|
}[] | undefined;
|
|
1501
1501
|
}, {
|
|
@@ -1504,12 +1504,12 @@ 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
1507
|
id: string;
|
|
1508
|
+
name: string;
|
|
1509
1509
|
fields: {
|
|
1510
1510
|
type: string;
|
|
1511
|
-
name: string;
|
|
1512
1511
|
id: string;
|
|
1512
|
+
name: string;
|
|
1513
1513
|
options?: Record<string, unknown> | undefined;
|
|
1514
1514
|
description?: string | undefined;
|
|
1515
1515
|
}[];
|
|
@@ -1517,8 +1517,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1517
1517
|
description?: string | undefined;
|
|
1518
1518
|
views?: {
|
|
1519
1519
|
type: string;
|
|
1520
|
-
name: string;
|
|
1521
1520
|
id: string;
|
|
1521
|
+
name: string;
|
|
1522
1522
|
}[] | undefined;
|
|
1523
1523
|
}[] | undefined;
|
|
1524
1524
|
}>, z.ZodObject<{
|
|
@@ -1535,30 +1535,30 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
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
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
|
-
name: string;
|
|
1539
1538
|
id: string;
|
|
1539
|
+
name: string;
|
|
1540
1540
|
}, {
|
|
1541
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
|
-
name: string;
|
|
1543
1542
|
id: string;
|
|
1543
|
+
name: string;
|
|
1544
1544
|
}>, "many">;
|
|
1545
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1546
|
-
name: string;
|
|
1547
1546
|
id: string;
|
|
1547
|
+
name: string;
|
|
1548
1548
|
fields: {
|
|
1549
1549
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1550
|
-
name: string;
|
|
1551
1550
|
id: string;
|
|
1551
|
+
name: string;
|
|
1552
1552
|
}[];
|
|
1553
1553
|
primaryFieldId: string;
|
|
1554
1554
|
description?: string | undefined;
|
|
1555
1555
|
}, {
|
|
1556
|
-
name: string;
|
|
1557
1556
|
id: string;
|
|
1557
|
+
name: string;
|
|
1558
1558
|
fields: {
|
|
1559
1559
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1560
|
-
name: string;
|
|
1561
1560
|
id: string;
|
|
1561
|
+
name: string;
|
|
1562
1562
|
}[];
|
|
1563
1563
|
primaryFieldId: string;
|
|
1564
1564
|
description?: string | undefined;
|
|
@@ -1571,12 +1571,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1571
1571
|
error: string;
|
|
1572
1572
|
ok: boolean;
|
|
1573
1573
|
table?: {
|
|
1574
|
-
name: string;
|
|
1575
1574
|
id: string;
|
|
1575
|
+
name: string;
|
|
1576
1576
|
fields: {
|
|
1577
1577
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1578
|
-
name: string;
|
|
1579
1578
|
id: string;
|
|
1579
|
+
name: string;
|
|
1580
1580
|
}[];
|
|
1581
1581
|
primaryFieldId: string;
|
|
1582
1582
|
description?: string | undefined;
|
|
@@ -1587,12 +1587,12 @@ 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
1590
|
id: string;
|
|
1591
|
+
name: string;
|
|
1592
1592
|
fields: {
|
|
1593
1593
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1594
|
-
name: string;
|
|
1595
1594
|
id: string;
|
|
1595
|
+
name: string;
|
|
1596
1596
|
}[];
|
|
1597
1597
|
primaryFieldId: string;
|
|
1598
1598
|
description?: string | undefined;
|
|
@@ -1605,12 +1605,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1605
1605
|
name: z.ZodString;
|
|
1606
1606
|
description: z.ZodOptional<z.ZodString>;
|
|
1607
1607
|
}, "strip", z.ZodTypeAny, {
|
|
1608
|
-
name: string;
|
|
1609
1608
|
id: string;
|
|
1609
|
+
name: string;
|
|
1610
1610
|
description?: string | undefined;
|
|
1611
1611
|
}, {
|
|
1612
|
-
name: string;
|
|
1613
1612
|
id: string;
|
|
1613
|
+
name: string;
|
|
1614
1614
|
description?: string | undefined;
|
|
1615
1615
|
}>>;
|
|
1616
1616
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1621,8 +1621,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1621
1621
|
error: string;
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
table?: {
|
|
1624
|
-
name: string;
|
|
1625
1624
|
id: string;
|
|
1625
|
+
name: string;
|
|
1626
1626
|
description?: string | undefined;
|
|
1627
1627
|
} | undefined;
|
|
1628
1628
|
}, {
|
|
@@ -1631,8 +1631,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1631
1631
|
ok: boolean;
|
|
1632
1632
|
error?: string | undefined;
|
|
1633
1633
|
table?: {
|
|
1634
|
-
name: string;
|
|
1635
1634
|
id: string;
|
|
1635
|
+
name: string;
|
|
1636
1636
|
description?: string | undefined;
|
|
1637
1637
|
} | undefined;
|
|
1638
1638
|
}>, z.ZodObject<{
|
|
@@ -1645,13 +1645,13 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1645
1645
|
description: z.ZodOptional<z.ZodString>;
|
|
1646
1646
|
}, "strip", z.ZodTypeAny, {
|
|
1647
1647
|
type: string;
|
|
1648
|
-
name: string;
|
|
1649
1648
|
id: string;
|
|
1649
|
+
name: string;
|
|
1650
1650
|
description?: string | undefined;
|
|
1651
1651
|
}, {
|
|
1652
1652
|
type: string;
|
|
1653
|
-
name: string;
|
|
1654
1653
|
id: string;
|
|
1654
|
+
name: string;
|
|
1655
1655
|
description?: string | undefined;
|
|
1656
1656
|
}>>;
|
|
1657
1657
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1663,8 +1663,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1663
1663
|
ok: boolean;
|
|
1664
1664
|
field?: {
|
|
1665
1665
|
type: string;
|
|
1666
|
-
name: string;
|
|
1667
1666
|
id: string;
|
|
1667
|
+
name: string;
|
|
1668
1668
|
description?: string | undefined;
|
|
1669
1669
|
} | undefined;
|
|
1670
1670
|
}, {
|
|
@@ -1674,8 +1674,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1674
1674
|
error?: string | undefined;
|
|
1675
1675
|
field?: {
|
|
1676
1676
|
type: string;
|
|
1677
|
-
name: string;
|
|
1678
1677
|
id: string;
|
|
1678
|
+
name: string;
|
|
1679
1679
|
description?: string | undefined;
|
|
1680
1680
|
} | undefined;
|
|
1681
1681
|
}>, z.ZodObject<{
|
|
@@ -1688,13 +1688,13 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1688
1688
|
description: z.ZodOptional<z.ZodString>;
|
|
1689
1689
|
}, "strip", z.ZodTypeAny, {
|
|
1690
1690
|
type: string;
|
|
1691
|
-
name: string;
|
|
1692
1691
|
id: string;
|
|
1692
|
+
name: string;
|
|
1693
1693
|
description?: string | undefined;
|
|
1694
1694
|
}, {
|
|
1695
1695
|
type: string;
|
|
1696
|
-
name: string;
|
|
1697
1696
|
id: string;
|
|
1697
|
+
name: string;
|
|
1698
1698
|
description?: string | undefined;
|
|
1699
1699
|
}>>;
|
|
1700
1700
|
error: z.ZodDefault<z.ZodString>;
|
|
@@ -1706,8 +1706,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1706
1706
|
ok: boolean;
|
|
1707
1707
|
field?: {
|
|
1708
1708
|
type: string;
|
|
1709
|
-
name: string;
|
|
1710
1709
|
id: string;
|
|
1710
|
+
name: string;
|
|
1711
1711
|
description?: string | undefined;
|
|
1712
1712
|
} | undefined;
|
|
1713
1713
|
}, {
|
|
@@ -1717,8 +1717,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1717
1717
|
error?: string | undefined;
|
|
1718
1718
|
field?: {
|
|
1719
1719
|
type: string;
|
|
1720
|
-
name: string;
|
|
1721
1720
|
id: string;
|
|
1721
|
+
name: string;
|
|
1722
1722
|
description?: string | undefined;
|
|
1723
1723
|
} | undefined;
|
|
1724
1724
|
}>]>;
|