@bubblelab/bubble-core 0.1.65 → 0.1.66
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 +76 -76
- package/dist/bubbles/service-bubble/ai-agent.d.ts +113 -104
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +129 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +95 -74
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +96 -0
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +108 -102
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +10 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +272 -272
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +40 -40
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +68 -68
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +32 -32
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +50 -21
- package/package.json +2 -2
|
@@ -406,14 +406,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
406
406
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
407
407
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
408
408
|
}, "strip", z.ZodTypeAny, {
|
|
409
|
-
title?: string | undefined;
|
|
410
409
|
mimeType?: string | undefined;
|
|
410
|
+
title?: string | undefined;
|
|
411
411
|
fileUrl?: string | undefined;
|
|
412
412
|
fileId?: string | undefined;
|
|
413
413
|
iconLink?: string | undefined;
|
|
414
414
|
}, {
|
|
415
|
-
title?: string | undefined;
|
|
416
415
|
mimeType?: string | undefined;
|
|
416
|
+
title?: string | undefined;
|
|
417
417
|
fileUrl?: string | undefined;
|
|
418
418
|
fileId?: string | undefined;
|
|
419
419
|
iconLink?: string | undefined;
|
|
@@ -489,14 +489,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
489
489
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
490
490
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
491
491
|
}, "strip", z.ZodTypeAny, {
|
|
492
|
-
title?: string | undefined;
|
|
493
492
|
mimeType?: string | undefined;
|
|
493
|
+
title?: string | undefined;
|
|
494
494
|
fileUrl?: string | undefined;
|
|
495
495
|
fileId?: string | undefined;
|
|
496
496
|
iconLink?: string | undefined;
|
|
497
497
|
}, {
|
|
498
|
-
title?: string | undefined;
|
|
499
498
|
mimeType?: string | undefined;
|
|
499
|
+
title?: string | undefined;
|
|
500
500
|
fileUrl?: string | undefined;
|
|
501
501
|
fileId?: string | undefined;
|
|
502
502
|
iconLink?: string | undefined;
|
|
@@ -572,14 +572,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
572
572
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
573
573
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
|
-
title?: string | undefined;
|
|
576
575
|
mimeType?: string | undefined;
|
|
576
|
+
title?: string | undefined;
|
|
577
577
|
fileUrl?: string | undefined;
|
|
578
578
|
fileId?: string | undefined;
|
|
579
579
|
iconLink?: string | undefined;
|
|
580
580
|
}, {
|
|
581
|
-
title?: string | undefined;
|
|
582
581
|
mimeType?: string | undefined;
|
|
582
|
+
title?: string | undefined;
|
|
583
583
|
fileUrl?: string | undefined;
|
|
584
584
|
fileId?: string | undefined;
|
|
585
585
|
iconLink?: string | undefined;
|
|
@@ -663,14 +663,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
663
663
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
664
664
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
665
665
|
}, "strip", z.ZodTypeAny, {
|
|
666
|
-
title?: string | undefined;
|
|
667
666
|
mimeType?: string | undefined;
|
|
667
|
+
title?: string | undefined;
|
|
668
668
|
fileUrl?: string | undefined;
|
|
669
669
|
fileId?: string | undefined;
|
|
670
670
|
iconLink?: string | undefined;
|
|
671
671
|
}, {
|
|
672
|
-
title?: string | undefined;
|
|
673
672
|
mimeType?: string | undefined;
|
|
673
|
+
title?: string | undefined;
|
|
674
674
|
fileUrl?: string | undefined;
|
|
675
675
|
fileId?: string | undefined;
|
|
676
676
|
iconLink?: string | undefined;
|
|
@@ -752,14 +752,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
752
752
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
753
753
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
754
754
|
}, "strip", z.ZodTypeAny, {
|
|
755
|
-
title?: string | undefined;
|
|
756
755
|
mimeType?: string | undefined;
|
|
756
|
+
title?: string | undefined;
|
|
757
757
|
fileUrl?: string | undefined;
|
|
758
758
|
fileId?: string | undefined;
|
|
759
759
|
iconLink?: string | undefined;
|
|
760
760
|
}, {
|
|
761
|
-
title?: string | undefined;
|
|
762
761
|
mimeType?: string | undefined;
|
|
762
|
+
title?: string | undefined;
|
|
763
763
|
fileUrl?: string | undefined;
|
|
764
764
|
fileId?: string | undefined;
|
|
765
765
|
iconLink?: string | undefined;
|
|
@@ -839,14 +839,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
839
839
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
840
840
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
841
841
|
}, "strip", z.ZodTypeAny, {
|
|
842
|
-
title?: string | undefined;
|
|
843
842
|
mimeType?: string | undefined;
|
|
843
|
+
title?: string | undefined;
|
|
844
844
|
fileUrl?: string | undefined;
|
|
845
845
|
fileId?: string | undefined;
|
|
846
846
|
iconLink?: string | undefined;
|
|
847
847
|
}, {
|
|
848
|
-
title?: string | undefined;
|
|
849
848
|
mimeType?: string | undefined;
|
|
849
|
+
title?: string | undefined;
|
|
850
850
|
fileUrl?: string | undefined;
|
|
851
851
|
fileId?: string | undefined;
|
|
852
852
|
iconLink?: string | undefined;
|
|
@@ -922,14 +922,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
922
922
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
923
923
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
|
-
title?: string | undefined;
|
|
926
925
|
mimeType?: string | undefined;
|
|
926
|
+
title?: string | undefined;
|
|
927
927
|
fileUrl?: string | undefined;
|
|
928
928
|
fileId?: string | undefined;
|
|
929
929
|
iconLink?: string | undefined;
|
|
930
930
|
}, {
|
|
931
|
-
title?: string | undefined;
|
|
932
931
|
mimeType?: string | undefined;
|
|
932
|
+
title?: string | undefined;
|
|
933
933
|
fileUrl?: string | undefined;
|
|
934
934
|
fileId?: string | undefined;
|
|
935
935
|
iconLink?: string | undefined;
|
|
@@ -1005,14 +1005,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1005
1005
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1006
1006
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1008
|
-
title?: string | undefined;
|
|
1009
1008
|
mimeType?: string | undefined;
|
|
1009
|
+
title?: string | undefined;
|
|
1010
1010
|
fileUrl?: string | undefined;
|
|
1011
1011
|
fileId?: string | undefined;
|
|
1012
1012
|
iconLink?: string | undefined;
|
|
1013
1013
|
}, {
|
|
1014
|
-
title?: string | undefined;
|
|
1015
1014
|
mimeType?: string | undefined;
|
|
1015
|
+
title?: string | undefined;
|
|
1016
1016
|
fileUrl?: string | undefined;
|
|
1017
1017
|
fileId?: string | undefined;
|
|
1018
1018
|
iconLink?: string | undefined;
|
|
@@ -1094,14 +1094,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1094
1094
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1095
1095
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1096
1096
|
}, "strip", z.ZodTypeAny, {
|
|
1097
|
-
title?: string | undefined;
|
|
1098
1097
|
mimeType?: string | undefined;
|
|
1098
|
+
title?: string | undefined;
|
|
1099
1099
|
fileUrl?: string | undefined;
|
|
1100
1100
|
fileId?: string | undefined;
|
|
1101
1101
|
iconLink?: string | undefined;
|
|
1102
1102
|
}, {
|
|
1103
|
-
title?: string | undefined;
|
|
1104
1103
|
mimeType?: string | undefined;
|
|
1104
|
+
title?: string | undefined;
|
|
1105
1105
|
fileUrl?: string | undefined;
|
|
1106
1106
|
fileId?: string | undefined;
|
|
1107
1107
|
iconLink?: string | undefined;
|
|
@@ -1182,14 +1182,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1182
1182
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1183
1183
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
|
-
title?: string | undefined;
|
|
1186
1185
|
mimeType?: string | undefined;
|
|
1186
|
+
title?: string | undefined;
|
|
1187
1187
|
fileUrl?: string | undefined;
|
|
1188
1188
|
fileId?: string | undefined;
|
|
1189
1189
|
iconLink?: string | undefined;
|
|
1190
1190
|
}, {
|
|
1191
|
-
title?: string | undefined;
|
|
1192
1191
|
mimeType?: string | undefined;
|
|
1192
|
+
title?: string | undefined;
|
|
1193
1193
|
fileUrl?: string | undefined;
|
|
1194
1194
|
fileId?: string | undefined;
|
|
1195
1195
|
iconLink?: string | undefined;
|
|
@@ -1269,14 +1269,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1269
1269
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1270
1270
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
1272
|
-
title?: string | undefined;
|
|
1273
1272
|
mimeType?: string | undefined;
|
|
1273
|
+
title?: string | undefined;
|
|
1274
1274
|
fileUrl?: string | undefined;
|
|
1275
1275
|
fileId?: string | undefined;
|
|
1276
1276
|
iconLink?: string | undefined;
|
|
1277
1277
|
}, {
|
|
1278
|
-
title?: string | undefined;
|
|
1279
1278
|
mimeType?: string | undefined;
|
|
1279
|
+
title?: string | undefined;
|
|
1280
1280
|
fileUrl?: string | undefined;
|
|
1281
1281
|
fileId?: string | undefined;
|
|
1282
1282
|
iconLink?: string | undefined;
|
|
@@ -1352,14 +1352,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1352
1352
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1353
1353
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1354
1354
|
}, "strip", z.ZodTypeAny, {
|
|
1355
|
-
title?: string | undefined;
|
|
1356
1355
|
mimeType?: string | undefined;
|
|
1356
|
+
title?: string | undefined;
|
|
1357
1357
|
fileUrl?: string | undefined;
|
|
1358
1358
|
fileId?: string | undefined;
|
|
1359
1359
|
iconLink?: string | undefined;
|
|
1360
1360
|
}, {
|
|
1361
|
-
title?: string | undefined;
|
|
1362
1361
|
mimeType?: string | undefined;
|
|
1362
|
+
title?: string | undefined;
|
|
1363
1363
|
fileUrl?: string | undefined;
|
|
1364
1364
|
fileId?: string | undefined;
|
|
1365
1365
|
iconLink?: string | undefined;
|
|
@@ -1435,14 +1435,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1435
1435
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1436
1436
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1437
1437
|
}, "strip", z.ZodTypeAny, {
|
|
1438
|
-
title?: string | undefined;
|
|
1439
1438
|
mimeType?: string | undefined;
|
|
1439
|
+
title?: string | undefined;
|
|
1440
1440
|
fileUrl?: string | undefined;
|
|
1441
1441
|
fileId?: string | undefined;
|
|
1442
1442
|
iconLink?: string | undefined;
|
|
1443
1443
|
}, {
|
|
1444
|
-
title?: string | undefined;
|
|
1445
1444
|
mimeType?: string | undefined;
|
|
1445
|
+
title?: string | undefined;
|
|
1446
1446
|
fileUrl?: string | undefined;
|
|
1447
1447
|
fileId?: string | undefined;
|
|
1448
1448
|
iconLink?: string | undefined;
|
|
@@ -1524,14 +1524,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1524
1524
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1525
1525
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1526
1526
|
}, "strip", z.ZodTypeAny, {
|
|
1527
|
-
title?: string | undefined;
|
|
1528
1527
|
mimeType?: string | undefined;
|
|
1528
|
+
title?: string | undefined;
|
|
1529
1529
|
fileUrl?: string | undefined;
|
|
1530
1530
|
fileId?: string | undefined;
|
|
1531
1531
|
iconLink?: string | undefined;
|
|
1532
1532
|
}, {
|
|
1533
|
-
title?: string | undefined;
|
|
1534
1533
|
mimeType?: string | undefined;
|
|
1534
|
+
title?: string | undefined;
|
|
1535
1535
|
fileUrl?: string | undefined;
|
|
1536
1536
|
fileId?: string | undefined;
|
|
1537
1537
|
iconLink?: string | undefined;
|
|
@@ -1612,14 +1612,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1612
1612
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1613
1613
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1614
1614
|
}, "strip", z.ZodTypeAny, {
|
|
1615
|
-
title?: string | undefined;
|
|
1616
1615
|
mimeType?: string | undefined;
|
|
1616
|
+
title?: string | undefined;
|
|
1617
1617
|
fileUrl?: string | undefined;
|
|
1618
1618
|
fileId?: string | undefined;
|
|
1619
1619
|
iconLink?: string | undefined;
|
|
1620
1620
|
}, {
|
|
1621
|
-
title?: string | undefined;
|
|
1622
1621
|
mimeType?: string | undefined;
|
|
1622
|
+
title?: string | undefined;
|
|
1623
1623
|
fileUrl?: string | undefined;
|
|
1624
1624
|
fileId?: string | undefined;
|
|
1625
1625
|
iconLink?: string | undefined;
|
|
@@ -1699,14 +1699,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1699
1699
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1700
1700
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1701
1701
|
}, "strip", z.ZodTypeAny, {
|
|
1702
|
-
title?: string | undefined;
|
|
1703
1702
|
mimeType?: string | undefined;
|
|
1703
|
+
title?: string | undefined;
|
|
1704
1704
|
fileUrl?: string | undefined;
|
|
1705
1705
|
fileId?: string | undefined;
|
|
1706
1706
|
iconLink?: string | undefined;
|
|
1707
1707
|
}, {
|
|
1708
|
-
title?: string | undefined;
|
|
1709
1708
|
mimeType?: string | undefined;
|
|
1709
|
+
title?: string | undefined;
|
|
1710
1710
|
fileUrl?: string | undefined;
|
|
1711
1711
|
fileId?: string | undefined;
|
|
1712
1712
|
iconLink?: string | undefined;
|
|
@@ -1782,14 +1782,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1782
1782
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1783
1783
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1784
1784
|
}, "strip", z.ZodTypeAny, {
|
|
1785
|
-
title?: string | undefined;
|
|
1786
1785
|
mimeType?: string | undefined;
|
|
1786
|
+
title?: string | undefined;
|
|
1787
1787
|
fileUrl?: string | undefined;
|
|
1788
1788
|
fileId?: string | undefined;
|
|
1789
1789
|
iconLink?: string | undefined;
|
|
1790
1790
|
}, {
|
|
1791
|
-
title?: string | undefined;
|
|
1792
1791
|
mimeType?: string | undefined;
|
|
1792
|
+
title?: string | undefined;
|
|
1793
1793
|
fileUrl?: string | undefined;
|
|
1794
1794
|
fileId?: string | undefined;
|
|
1795
1795
|
iconLink?: string | undefined;
|
|
@@ -1865,14 +1865,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1865
1865
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1866
1866
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1867
1867
|
}, "strip", z.ZodTypeAny, {
|
|
1868
|
-
title?: string | undefined;
|
|
1869
1868
|
mimeType?: string | undefined;
|
|
1869
|
+
title?: string | undefined;
|
|
1870
1870
|
fileUrl?: string | undefined;
|
|
1871
1871
|
fileId?: string | undefined;
|
|
1872
1872
|
iconLink?: string | undefined;
|
|
1873
1873
|
}, {
|
|
1874
|
-
title?: string | undefined;
|
|
1875
1874
|
mimeType?: string | undefined;
|
|
1875
|
+
title?: string | undefined;
|
|
1876
1876
|
fileUrl?: string | undefined;
|
|
1877
1877
|
fileId?: string | undefined;
|
|
1878
1878
|
iconLink?: string | undefined;
|
|
@@ -1954,14 +1954,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1954
1954
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1955
1955
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
1956
1956
|
}, "strip", z.ZodTypeAny, {
|
|
1957
|
-
title?: string | undefined;
|
|
1958
1957
|
mimeType?: string | undefined;
|
|
1958
|
+
title?: string | undefined;
|
|
1959
1959
|
fileUrl?: string | undefined;
|
|
1960
1960
|
fileId?: string | undefined;
|
|
1961
1961
|
iconLink?: string | undefined;
|
|
1962
1962
|
}, {
|
|
1963
|
-
title?: string | undefined;
|
|
1964
1963
|
mimeType?: string | undefined;
|
|
1964
|
+
title?: string | undefined;
|
|
1965
1965
|
fileUrl?: string | undefined;
|
|
1966
1966
|
fileId?: string | undefined;
|
|
1967
1967
|
iconLink?: string | undefined;
|
|
@@ -2042,14 +2042,14 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
2042
2042
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2043
2043
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2044
2044
|
}, "strip", z.ZodTypeAny, {
|
|
2045
|
-
title?: string | undefined;
|
|
2046
2045
|
mimeType?: string | undefined;
|
|
2046
|
+
title?: string | undefined;
|
|
2047
2047
|
fileUrl?: string | undefined;
|
|
2048
2048
|
fileId?: string | undefined;
|
|
2049
2049
|
iconLink?: string | undefined;
|
|
2050
2050
|
}, {
|
|
2051
|
-
title?: string | undefined;
|
|
2052
2051
|
mimeType?: string | undefined;
|
|
2052
|
+
title?: string | undefined;
|
|
2053
2053
|
fileUrl?: string | undefined;
|
|
2054
2054
|
fileId?: string | undefined;
|
|
2055
2055
|
iconLink?: string | undefined;
|
|
@@ -2489,14 +2489,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2489
2489
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2490
2490
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2491
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2492
|
-
title?: string | undefined;
|
|
2493
2492
|
mimeType?: string | undefined;
|
|
2493
|
+
title?: string | undefined;
|
|
2494
2494
|
fileUrl?: string | undefined;
|
|
2495
2495
|
fileId?: string | undefined;
|
|
2496
2496
|
iconLink?: string | undefined;
|
|
2497
2497
|
}, {
|
|
2498
|
-
title?: string | undefined;
|
|
2499
2498
|
mimeType?: string | undefined;
|
|
2499
|
+
title?: string | undefined;
|
|
2500
2500
|
fileUrl?: string | undefined;
|
|
2501
2501
|
fileId?: string | undefined;
|
|
2502
2502
|
iconLink?: string | undefined;
|
|
@@ -2572,14 +2572,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2572
2572
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2573
2573
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2574
2574
|
}, "strip", z.ZodTypeAny, {
|
|
2575
|
-
title?: string | undefined;
|
|
2576
2575
|
mimeType?: string | undefined;
|
|
2576
|
+
title?: string | undefined;
|
|
2577
2577
|
fileUrl?: string | undefined;
|
|
2578
2578
|
fileId?: string | undefined;
|
|
2579
2579
|
iconLink?: string | undefined;
|
|
2580
2580
|
}, {
|
|
2581
|
-
title?: string | undefined;
|
|
2582
2581
|
mimeType?: string | undefined;
|
|
2582
|
+
title?: string | undefined;
|
|
2583
2583
|
fileUrl?: string | undefined;
|
|
2584
2584
|
fileId?: string | undefined;
|
|
2585
2585
|
iconLink?: string | undefined;
|
|
@@ -2655,14 +2655,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2655
2655
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2656
2656
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2657
2657
|
}, "strip", z.ZodTypeAny, {
|
|
2658
|
-
title?: string | undefined;
|
|
2659
2658
|
mimeType?: string | undefined;
|
|
2659
|
+
title?: string | undefined;
|
|
2660
2660
|
fileUrl?: string | undefined;
|
|
2661
2661
|
fileId?: string | undefined;
|
|
2662
2662
|
iconLink?: string | undefined;
|
|
2663
2663
|
}, {
|
|
2664
|
-
title?: string | undefined;
|
|
2665
2664
|
mimeType?: string | undefined;
|
|
2665
|
+
title?: string | undefined;
|
|
2666
2666
|
fileUrl?: string | undefined;
|
|
2667
2667
|
fileId?: string | undefined;
|
|
2668
2668
|
iconLink?: string | undefined;
|
|
@@ -2746,14 +2746,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2746
2746
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2747
2747
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2748
2748
|
}, "strip", z.ZodTypeAny, {
|
|
2749
|
-
title?: string | undefined;
|
|
2750
2749
|
mimeType?: string | undefined;
|
|
2750
|
+
title?: string | undefined;
|
|
2751
2751
|
fileUrl?: string | undefined;
|
|
2752
2752
|
fileId?: string | undefined;
|
|
2753
2753
|
iconLink?: string | undefined;
|
|
2754
2754
|
}, {
|
|
2755
|
-
title?: string | undefined;
|
|
2756
2755
|
mimeType?: string | undefined;
|
|
2756
|
+
title?: string | undefined;
|
|
2757
2757
|
fileUrl?: string | undefined;
|
|
2758
2758
|
fileId?: string | undefined;
|
|
2759
2759
|
iconLink?: string | undefined;
|
|
@@ -2835,14 +2835,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2835
2835
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2836
2836
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2837
2837
|
}, "strip", z.ZodTypeAny, {
|
|
2838
|
-
title?: string | undefined;
|
|
2839
2838
|
mimeType?: string | undefined;
|
|
2839
|
+
title?: string | undefined;
|
|
2840
2840
|
fileUrl?: string | undefined;
|
|
2841
2841
|
fileId?: string | undefined;
|
|
2842
2842
|
iconLink?: string | undefined;
|
|
2843
2843
|
}, {
|
|
2844
|
-
title?: string | undefined;
|
|
2845
2844
|
mimeType?: string | undefined;
|
|
2845
|
+
title?: string | undefined;
|
|
2846
2846
|
fileUrl?: string | undefined;
|
|
2847
2847
|
fileId?: string | undefined;
|
|
2848
2848
|
iconLink?: string | undefined;
|
|
@@ -2922,14 +2922,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2922
2922
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
2923
2923
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
2924
2924
|
}, "strip", z.ZodTypeAny, {
|
|
2925
|
-
title?: string | undefined;
|
|
2926
2925
|
mimeType?: string | undefined;
|
|
2926
|
+
title?: string | undefined;
|
|
2927
2927
|
fileUrl?: string | undefined;
|
|
2928
2928
|
fileId?: string | undefined;
|
|
2929
2929
|
iconLink?: string | undefined;
|
|
2930
2930
|
}, {
|
|
2931
|
-
title?: string | undefined;
|
|
2932
2931
|
mimeType?: string | undefined;
|
|
2932
|
+
title?: string | undefined;
|
|
2933
2933
|
fileUrl?: string | undefined;
|
|
2934
2934
|
fileId?: string | undefined;
|
|
2935
2935
|
iconLink?: string | undefined;
|
|
@@ -3005,14 +3005,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3005
3005
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3006
3006
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3007
3007
|
}, "strip", z.ZodTypeAny, {
|
|
3008
|
-
title?: string | undefined;
|
|
3009
3008
|
mimeType?: string | undefined;
|
|
3009
|
+
title?: string | undefined;
|
|
3010
3010
|
fileUrl?: string | undefined;
|
|
3011
3011
|
fileId?: string | undefined;
|
|
3012
3012
|
iconLink?: string | undefined;
|
|
3013
3013
|
}, {
|
|
3014
|
-
title?: string | undefined;
|
|
3015
3014
|
mimeType?: string | undefined;
|
|
3015
|
+
title?: string | undefined;
|
|
3016
3016
|
fileUrl?: string | undefined;
|
|
3017
3017
|
fileId?: string | undefined;
|
|
3018
3018
|
iconLink?: string | undefined;
|
|
@@ -3088,14 +3088,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3088
3088
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3089
3089
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3090
3090
|
}, "strip", z.ZodTypeAny, {
|
|
3091
|
-
title?: string | undefined;
|
|
3092
3091
|
mimeType?: string | undefined;
|
|
3092
|
+
title?: string | undefined;
|
|
3093
3093
|
fileUrl?: string | undefined;
|
|
3094
3094
|
fileId?: string | undefined;
|
|
3095
3095
|
iconLink?: string | undefined;
|
|
3096
3096
|
}, {
|
|
3097
|
-
title?: string | undefined;
|
|
3098
3097
|
mimeType?: string | undefined;
|
|
3098
|
+
title?: string | undefined;
|
|
3099
3099
|
fileUrl?: string | undefined;
|
|
3100
3100
|
fileId?: string | undefined;
|
|
3101
3101
|
iconLink?: string | undefined;
|
|
@@ -3177,14 +3177,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3177
3177
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3178
3178
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3179
3179
|
}, "strip", z.ZodTypeAny, {
|
|
3180
|
-
title?: string | undefined;
|
|
3181
3180
|
mimeType?: string | undefined;
|
|
3181
|
+
title?: string | undefined;
|
|
3182
3182
|
fileUrl?: string | undefined;
|
|
3183
3183
|
fileId?: string | undefined;
|
|
3184
3184
|
iconLink?: string | undefined;
|
|
3185
3185
|
}, {
|
|
3186
|
-
title?: string | undefined;
|
|
3187
3186
|
mimeType?: string | undefined;
|
|
3187
|
+
title?: string | undefined;
|
|
3188
3188
|
fileUrl?: string | undefined;
|
|
3189
3189
|
fileId?: string | undefined;
|
|
3190
3190
|
iconLink?: string | undefined;
|
|
@@ -3265,14 +3265,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3265
3265
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3266
3266
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3267
3267
|
}, "strip", z.ZodTypeAny, {
|
|
3268
|
-
title?: string | undefined;
|
|
3269
3268
|
mimeType?: string | undefined;
|
|
3269
|
+
title?: string | undefined;
|
|
3270
3270
|
fileUrl?: string | undefined;
|
|
3271
3271
|
fileId?: string | undefined;
|
|
3272
3272
|
iconLink?: string | undefined;
|
|
3273
3273
|
}, {
|
|
3274
|
-
title?: string | undefined;
|
|
3275
3274
|
mimeType?: string | undefined;
|
|
3275
|
+
title?: string | undefined;
|
|
3276
3276
|
fileUrl?: string | undefined;
|
|
3277
3277
|
fileId?: string | undefined;
|
|
3278
3278
|
iconLink?: string | undefined;
|
|
@@ -3352,14 +3352,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3352
3352
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3353
3353
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3354
3354
|
}, "strip", z.ZodTypeAny, {
|
|
3355
|
-
title?: string | undefined;
|
|
3356
3355
|
mimeType?: string | undefined;
|
|
3356
|
+
title?: string | undefined;
|
|
3357
3357
|
fileUrl?: string | undefined;
|
|
3358
3358
|
fileId?: string | undefined;
|
|
3359
3359
|
iconLink?: string | undefined;
|
|
3360
3360
|
}, {
|
|
3361
|
-
title?: string | undefined;
|
|
3362
3361
|
mimeType?: string | undefined;
|
|
3362
|
+
title?: string | undefined;
|
|
3363
3363
|
fileUrl?: string | undefined;
|
|
3364
3364
|
fileId?: string | undefined;
|
|
3365
3365
|
iconLink?: string | undefined;
|
|
@@ -3435,14 +3435,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3435
3435
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3436
3436
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3437
3437
|
}, "strip", z.ZodTypeAny, {
|
|
3438
|
-
title?: string | undefined;
|
|
3439
3438
|
mimeType?: string | undefined;
|
|
3439
|
+
title?: string | undefined;
|
|
3440
3440
|
fileUrl?: string | undefined;
|
|
3441
3441
|
fileId?: string | undefined;
|
|
3442
3442
|
iconLink?: string | undefined;
|
|
3443
3443
|
}, {
|
|
3444
|
-
title?: string | undefined;
|
|
3445
3444
|
mimeType?: string | undefined;
|
|
3445
|
+
title?: string | undefined;
|
|
3446
3446
|
fileUrl?: string | undefined;
|
|
3447
3447
|
fileId?: string | undefined;
|
|
3448
3448
|
iconLink?: string | undefined;
|
|
@@ -3518,14 +3518,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3518
3518
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3519
3519
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3520
3520
|
}, "strip", z.ZodTypeAny, {
|
|
3521
|
-
title?: string | undefined;
|
|
3522
3521
|
mimeType?: string | undefined;
|
|
3522
|
+
title?: string | undefined;
|
|
3523
3523
|
fileUrl?: string | undefined;
|
|
3524
3524
|
fileId?: string | undefined;
|
|
3525
3525
|
iconLink?: string | undefined;
|
|
3526
3526
|
}, {
|
|
3527
|
-
title?: string | undefined;
|
|
3528
3527
|
mimeType?: string | undefined;
|
|
3528
|
+
title?: string | undefined;
|
|
3529
3529
|
fileUrl?: string | undefined;
|
|
3530
3530
|
fileId?: string | undefined;
|
|
3531
3531
|
iconLink?: string | undefined;
|
|
@@ -3607,14 +3607,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3607
3607
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3608
3608
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3609
3609
|
}, "strip", z.ZodTypeAny, {
|
|
3610
|
-
title?: string | undefined;
|
|
3611
3610
|
mimeType?: string | undefined;
|
|
3611
|
+
title?: string | undefined;
|
|
3612
3612
|
fileUrl?: string | undefined;
|
|
3613
3613
|
fileId?: string | undefined;
|
|
3614
3614
|
iconLink?: string | undefined;
|
|
3615
3615
|
}, {
|
|
3616
|
-
title?: string | undefined;
|
|
3617
3616
|
mimeType?: string | undefined;
|
|
3617
|
+
title?: string | undefined;
|
|
3618
3618
|
fileUrl?: string | undefined;
|
|
3619
3619
|
fileId?: string | undefined;
|
|
3620
3620
|
iconLink?: string | undefined;
|
|
@@ -3695,14 +3695,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3695
3695
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3696
3696
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3697
3697
|
}, "strip", z.ZodTypeAny, {
|
|
3698
|
-
title?: string | undefined;
|
|
3699
3698
|
mimeType?: string | undefined;
|
|
3699
|
+
title?: string | undefined;
|
|
3700
3700
|
fileUrl?: string | undefined;
|
|
3701
3701
|
fileId?: string | undefined;
|
|
3702
3702
|
iconLink?: string | undefined;
|
|
3703
3703
|
}, {
|
|
3704
|
-
title?: string | undefined;
|
|
3705
3704
|
mimeType?: string | undefined;
|
|
3705
|
+
title?: string | undefined;
|
|
3706
3706
|
fileUrl?: string | undefined;
|
|
3707
3707
|
fileId?: string | undefined;
|
|
3708
3708
|
iconLink?: string | undefined;
|
|
@@ -3782,14 +3782,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3782
3782
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3783
3783
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3784
3784
|
}, "strip", z.ZodTypeAny, {
|
|
3785
|
-
title?: string | undefined;
|
|
3786
3785
|
mimeType?: string | undefined;
|
|
3786
|
+
title?: string | undefined;
|
|
3787
3787
|
fileUrl?: string | undefined;
|
|
3788
3788
|
fileId?: string | undefined;
|
|
3789
3789
|
iconLink?: string | undefined;
|
|
3790
3790
|
}, {
|
|
3791
|
-
title?: string | undefined;
|
|
3792
3791
|
mimeType?: string | undefined;
|
|
3792
|
+
title?: string | undefined;
|
|
3793
3793
|
fileUrl?: string | undefined;
|
|
3794
3794
|
fileId?: string | undefined;
|
|
3795
3795
|
iconLink?: string | undefined;
|
|
@@ -3865,14 +3865,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3865
3865
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3866
3866
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3867
3867
|
}, "strip", z.ZodTypeAny, {
|
|
3868
|
-
title?: string | undefined;
|
|
3869
3868
|
mimeType?: string | undefined;
|
|
3869
|
+
title?: string | undefined;
|
|
3870
3870
|
fileUrl?: string | undefined;
|
|
3871
3871
|
fileId?: string | undefined;
|
|
3872
3872
|
iconLink?: string | undefined;
|
|
3873
3873
|
}, {
|
|
3874
|
-
title?: string | undefined;
|
|
3875
3874
|
mimeType?: string | undefined;
|
|
3875
|
+
title?: string | undefined;
|
|
3876
3876
|
fileUrl?: string | undefined;
|
|
3877
3877
|
fileId?: string | undefined;
|
|
3878
3878
|
iconLink?: string | undefined;
|
|
@@ -3948,14 +3948,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3948
3948
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
3949
3949
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
3950
3950
|
}, "strip", z.ZodTypeAny, {
|
|
3951
|
-
title?: string | undefined;
|
|
3952
3951
|
mimeType?: string | undefined;
|
|
3952
|
+
title?: string | undefined;
|
|
3953
3953
|
fileUrl?: string | undefined;
|
|
3954
3954
|
fileId?: string | undefined;
|
|
3955
3955
|
iconLink?: string | undefined;
|
|
3956
3956
|
}, {
|
|
3957
|
-
title?: string | undefined;
|
|
3958
3957
|
mimeType?: string | undefined;
|
|
3958
|
+
title?: string | undefined;
|
|
3959
3959
|
fileUrl?: string | undefined;
|
|
3960
3960
|
fileId?: string | undefined;
|
|
3961
3961
|
iconLink?: string | undefined;
|
|
@@ -4037,14 +4037,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
4037
4037
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
4038
4038
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
4039
4039
|
}, "strip", z.ZodTypeAny, {
|
|
4040
|
-
title?: string | undefined;
|
|
4041
4040
|
mimeType?: string | undefined;
|
|
4041
|
+
title?: string | undefined;
|
|
4042
4042
|
fileUrl?: string | undefined;
|
|
4043
4043
|
fileId?: string | undefined;
|
|
4044
4044
|
iconLink?: string | undefined;
|
|
4045
4045
|
}, {
|
|
4046
|
-
title?: string | undefined;
|
|
4047
4046
|
mimeType?: string | undefined;
|
|
4047
|
+
title?: string | undefined;
|
|
4048
4048
|
fileUrl?: string | undefined;
|
|
4049
4049
|
fileId?: string | undefined;
|
|
4050
4050
|
iconLink?: string | undefined;
|
|
@@ -4125,14 +4125,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
4125
4125
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
4126
4126
|
iconLink: z.ZodOptional<z.ZodString>;
|
|
4127
4127
|
}, "strip", z.ZodTypeAny, {
|
|
4128
|
-
title?: string | undefined;
|
|
4129
4128
|
mimeType?: string | undefined;
|
|
4129
|
+
title?: string | undefined;
|
|
4130
4130
|
fileUrl?: string | undefined;
|
|
4131
4131
|
fileId?: string | undefined;
|
|
4132
4132
|
iconLink?: string | undefined;
|
|
4133
4133
|
}, {
|
|
4134
|
-
title?: string | undefined;
|
|
4135
4134
|
mimeType?: string | undefined;
|
|
4135
|
+
title?: string | undefined;
|
|
4136
4136
|
fileUrl?: string | undefined;
|
|
4137
4137
|
fileId?: string | undefined;
|
|
4138
4138
|
iconLink?: string | undefined;
|