@bubblelab/bubble-core 0.1.30 → 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 +48 -48
- package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
- package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
- package/dist/bubbles/service-bubble/github.d.ts +98 -98
- package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
- 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 +1 -1
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.d.ts +497 -497
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +40 -2
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +69 -68
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +1 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- 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 +60 -60
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles.json +10 -6
- package/package.json +2 -2
|
@@ -116,8 +116,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
116
116
|
conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
117
117
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
summary: string;
|
|
120
119
|
operation: "create_event";
|
|
120
|
+
summary: string;
|
|
121
121
|
start: {
|
|
122
122
|
date?: string | undefined;
|
|
123
123
|
timeZone?: string | undefined;
|
|
@@ -140,8 +140,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
140
140
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
141
141
|
}[] | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
summary: string;
|
|
144
143
|
operation: "create_event";
|
|
144
|
+
summary: string;
|
|
145
145
|
start: {
|
|
146
146
|
date?: string | undefined;
|
|
147
147
|
timeZone?: string | undefined;
|
|
@@ -218,8 +218,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
218
218
|
calendar_id: string;
|
|
219
219
|
event_id: string;
|
|
220
220
|
description?: string | undefined;
|
|
221
|
-
summary?: string | undefined;
|
|
222
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
222
|
+
summary?: string | undefined;
|
|
223
223
|
start?: {
|
|
224
224
|
date?: string | undefined;
|
|
225
225
|
timeZone?: string | undefined;
|
|
@@ -241,8 +241,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
241
241
|
operation: "update_event";
|
|
242
242
|
event_id: string;
|
|
243
243
|
description?: string | undefined;
|
|
244
|
-
summary?: string | undefined;
|
|
245
244
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
|
+
summary?: string | undefined;
|
|
246
246
|
start?: {
|
|
247
247
|
date?: string | undefined;
|
|
248
248
|
timeZone?: string | undefined;
|
|
@@ -391,11 +391,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
391
391
|
email: z.ZodOptional<z.ZodString>;
|
|
392
392
|
displayName: z.ZodOptional<z.ZodString>;
|
|
393
393
|
}, "strip", z.ZodTypeAny, {
|
|
394
|
-
displayName?: string | undefined;
|
|
395
394
|
email?: string | undefined;
|
|
396
|
-
}, {
|
|
397
395
|
displayName?: string | undefined;
|
|
396
|
+
}, {
|
|
398
397
|
email?: string | undefined;
|
|
398
|
+
displayName?: string | undefined;
|
|
399
399
|
}>>;
|
|
400
400
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
401
401
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -474,11 +474,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
474
474
|
email: z.ZodOptional<z.ZodString>;
|
|
475
475
|
displayName: z.ZodOptional<z.ZodString>;
|
|
476
476
|
}, "strip", z.ZodTypeAny, {
|
|
477
|
-
displayName?: string | undefined;
|
|
478
477
|
email?: string | undefined;
|
|
479
|
-
}, {
|
|
480
478
|
displayName?: string | undefined;
|
|
479
|
+
}, {
|
|
481
480
|
email?: string | undefined;
|
|
481
|
+
displayName?: string | undefined;
|
|
482
482
|
}>>;
|
|
483
483
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
484
484
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -557,11 +557,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
557
557
|
email: z.ZodOptional<z.ZodString>;
|
|
558
558
|
displayName: z.ZodOptional<z.ZodString>;
|
|
559
559
|
}, "strip", z.ZodTypeAny, {
|
|
560
|
-
displayName?: string | undefined;
|
|
561
560
|
email?: string | undefined;
|
|
562
|
-
}, {
|
|
563
561
|
displayName?: string | undefined;
|
|
562
|
+
}, {
|
|
564
563
|
email?: string | undefined;
|
|
564
|
+
displayName?: string | undefined;
|
|
565
565
|
}>>;
|
|
566
566
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
567
567
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -648,11 +648,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
648
648
|
email: z.ZodOptional<z.ZodString>;
|
|
649
649
|
displayName: z.ZodOptional<z.ZodString>;
|
|
650
650
|
}, "strip", z.ZodTypeAny, {
|
|
651
|
-
displayName?: string | undefined;
|
|
652
651
|
email?: string | undefined;
|
|
653
|
-
}, {
|
|
654
652
|
displayName?: string | undefined;
|
|
653
|
+
}, {
|
|
655
654
|
email?: string | undefined;
|
|
655
|
+
displayName?: string | undefined;
|
|
656
656
|
}>>;
|
|
657
657
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
658
658
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -737,11 +737,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
737
737
|
email: z.ZodOptional<z.ZodString>;
|
|
738
738
|
displayName: z.ZodOptional<z.ZodString>;
|
|
739
739
|
}, "strip", z.ZodTypeAny, {
|
|
740
|
-
displayName?: string | undefined;
|
|
741
740
|
email?: string | undefined;
|
|
742
|
-
}, {
|
|
743
741
|
displayName?: string | undefined;
|
|
742
|
+
}, {
|
|
744
743
|
email?: string | undefined;
|
|
744
|
+
displayName?: string | undefined;
|
|
745
745
|
}>>;
|
|
746
746
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
747
747
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -824,11 +824,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
824
824
|
email: z.ZodOptional<z.ZodString>;
|
|
825
825
|
displayName: z.ZodOptional<z.ZodString>;
|
|
826
826
|
}, "strip", z.ZodTypeAny, {
|
|
827
|
-
displayName?: string | undefined;
|
|
828
827
|
email?: string | undefined;
|
|
829
|
-
}, {
|
|
830
828
|
displayName?: string | undefined;
|
|
829
|
+
}, {
|
|
831
830
|
email?: string | undefined;
|
|
831
|
+
displayName?: string | undefined;
|
|
832
832
|
}>>;
|
|
833
833
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
834
834
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -907,11 +907,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
907
907
|
email: z.ZodOptional<z.ZodString>;
|
|
908
908
|
displayName: z.ZodOptional<z.ZodString>;
|
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
|
910
|
-
displayName?: string | undefined;
|
|
911
910
|
email?: string | undefined;
|
|
912
|
-
}, {
|
|
913
911
|
displayName?: string | undefined;
|
|
912
|
+
}, {
|
|
914
913
|
email?: string | undefined;
|
|
914
|
+
displayName?: string | undefined;
|
|
915
915
|
}>>;
|
|
916
916
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
917
917
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -990,11 +990,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
990
990
|
email: z.ZodOptional<z.ZodString>;
|
|
991
991
|
displayName: z.ZodOptional<z.ZodString>;
|
|
992
992
|
}, "strip", z.ZodTypeAny, {
|
|
993
|
-
displayName?: string | undefined;
|
|
994
993
|
email?: string | undefined;
|
|
995
|
-
}, {
|
|
996
994
|
displayName?: string | undefined;
|
|
995
|
+
}, {
|
|
997
996
|
email?: string | undefined;
|
|
997
|
+
displayName?: string | undefined;
|
|
998
998
|
}>>;
|
|
999
999
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1000
1000
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1079,11 +1079,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1079
1079
|
email: z.ZodOptional<z.ZodString>;
|
|
1080
1080
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1081
1081
|
}, "strip", z.ZodTypeAny, {
|
|
1082
|
-
displayName?: string | undefined;
|
|
1083
1082
|
email?: string | undefined;
|
|
1084
|
-
}, {
|
|
1085
1083
|
displayName?: string | undefined;
|
|
1084
|
+
}, {
|
|
1086
1085
|
email?: string | undefined;
|
|
1086
|
+
displayName?: string | undefined;
|
|
1087
1087
|
}>>;
|
|
1088
1088
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1089
1089
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1167,11 +1167,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1167
1167
|
email: z.ZodOptional<z.ZodString>;
|
|
1168
1168
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1169
1169
|
}, "strip", z.ZodTypeAny, {
|
|
1170
|
-
displayName?: string | undefined;
|
|
1171
1170
|
email?: string | undefined;
|
|
1172
|
-
}, {
|
|
1173
1171
|
displayName?: string | undefined;
|
|
1172
|
+
}, {
|
|
1174
1173
|
email?: string | undefined;
|
|
1174
|
+
displayName?: string | undefined;
|
|
1175
1175
|
}>>;
|
|
1176
1176
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1177
1177
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1254,11 +1254,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1254
1254
|
email: z.ZodOptional<z.ZodString>;
|
|
1255
1255
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
|
-
displayName?: string | undefined;
|
|
1258
1257
|
email?: string | undefined;
|
|
1259
|
-
}, {
|
|
1260
1258
|
displayName?: string | undefined;
|
|
1259
|
+
}, {
|
|
1261
1260
|
email?: string | undefined;
|
|
1261
|
+
displayName?: string | undefined;
|
|
1262
1262
|
}>>;
|
|
1263
1263
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1264
1264
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1337,11 +1337,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1337
1337
|
email: z.ZodOptional<z.ZodString>;
|
|
1338
1338
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1339
1339
|
}, "strip", z.ZodTypeAny, {
|
|
1340
|
-
displayName?: string | undefined;
|
|
1341
1340
|
email?: string | undefined;
|
|
1342
|
-
}, {
|
|
1343
1341
|
displayName?: string | undefined;
|
|
1342
|
+
}, {
|
|
1344
1343
|
email?: string | undefined;
|
|
1344
|
+
displayName?: string | undefined;
|
|
1345
1345
|
}>>;
|
|
1346
1346
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1347
1347
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1420,11 +1420,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1420
1420
|
email: z.ZodOptional<z.ZodString>;
|
|
1421
1421
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1422
1422
|
}, "strip", z.ZodTypeAny, {
|
|
1423
|
-
displayName?: string | undefined;
|
|
1424
1423
|
email?: string | undefined;
|
|
1425
|
-
}, {
|
|
1426
1424
|
displayName?: string | undefined;
|
|
1425
|
+
}, {
|
|
1427
1426
|
email?: string | undefined;
|
|
1427
|
+
displayName?: string | undefined;
|
|
1428
1428
|
}>>;
|
|
1429
1429
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1430
1430
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1509,11 +1509,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1509
1509
|
email: z.ZodOptional<z.ZodString>;
|
|
1510
1510
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1511
1511
|
}, "strip", z.ZodTypeAny, {
|
|
1512
|
-
displayName?: string | undefined;
|
|
1513
1512
|
email?: string | undefined;
|
|
1514
|
-
}, {
|
|
1515
1513
|
displayName?: string | undefined;
|
|
1514
|
+
}, {
|
|
1516
1515
|
email?: string | undefined;
|
|
1516
|
+
displayName?: string | undefined;
|
|
1517
1517
|
}>>;
|
|
1518
1518
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1519
1519
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1597,11 +1597,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1597
1597
|
email: z.ZodOptional<z.ZodString>;
|
|
1598
1598
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1599
1599
|
}, "strip", z.ZodTypeAny, {
|
|
1600
|
-
displayName?: string | undefined;
|
|
1601
1600
|
email?: string | undefined;
|
|
1602
|
-
}, {
|
|
1603
1601
|
displayName?: string | undefined;
|
|
1602
|
+
}, {
|
|
1604
1603
|
email?: string | undefined;
|
|
1604
|
+
displayName?: string | undefined;
|
|
1605
1605
|
}>>;
|
|
1606
1606
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1607
1607
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1684,11 +1684,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1684
1684
|
email: z.ZodOptional<z.ZodString>;
|
|
1685
1685
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1686
1686
|
}, "strip", z.ZodTypeAny, {
|
|
1687
|
-
displayName?: string | undefined;
|
|
1688
1687
|
email?: string | undefined;
|
|
1689
|
-
}, {
|
|
1690
1688
|
displayName?: string | undefined;
|
|
1689
|
+
}, {
|
|
1691
1690
|
email?: string | undefined;
|
|
1691
|
+
displayName?: string | undefined;
|
|
1692
1692
|
}>>;
|
|
1693
1693
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1694
1694
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1767,11 +1767,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1767
1767
|
email: z.ZodOptional<z.ZodString>;
|
|
1768
1768
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1769
1769
|
}, "strip", z.ZodTypeAny, {
|
|
1770
|
-
displayName?: string | undefined;
|
|
1771
1770
|
email?: string | undefined;
|
|
1772
|
-
}, {
|
|
1773
1771
|
displayName?: string | undefined;
|
|
1772
|
+
}, {
|
|
1774
1773
|
email?: string | undefined;
|
|
1774
|
+
displayName?: string | undefined;
|
|
1775
1775
|
}>>;
|
|
1776
1776
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1777
1777
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1850,11 +1850,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1850
1850
|
email: z.ZodOptional<z.ZodString>;
|
|
1851
1851
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1852
1852
|
}, "strip", z.ZodTypeAny, {
|
|
1853
|
-
displayName?: string | undefined;
|
|
1854
1853
|
email?: string | undefined;
|
|
1855
|
-
}, {
|
|
1856
1854
|
displayName?: string | undefined;
|
|
1855
|
+
}, {
|
|
1857
1856
|
email?: string | undefined;
|
|
1857
|
+
displayName?: string | undefined;
|
|
1858
1858
|
}>>;
|
|
1859
1859
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1860
1860
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -1939,11 +1939,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1939
1939
|
email: z.ZodOptional<z.ZodString>;
|
|
1940
1940
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1941
1941
|
}, "strip", z.ZodTypeAny, {
|
|
1942
|
-
displayName?: string | undefined;
|
|
1943
1942
|
email?: string | undefined;
|
|
1944
|
-
}, {
|
|
1945
1943
|
displayName?: string | undefined;
|
|
1944
|
+
}, {
|
|
1946
1945
|
email?: string | undefined;
|
|
1946
|
+
displayName?: string | undefined;
|
|
1947
1947
|
}>>;
|
|
1948
1948
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
1949
1949
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2027,11 +2027,11 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
2027
2027
|
email: z.ZodOptional<z.ZodString>;
|
|
2028
2028
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2029
2029
|
}, "strip", z.ZodTypeAny, {
|
|
2030
|
-
displayName?: string | undefined;
|
|
2031
2030
|
email?: string | undefined;
|
|
2032
|
-
}, {
|
|
2033
2031
|
displayName?: string | undefined;
|
|
2032
|
+
}, {
|
|
2034
2033
|
email?: string | undefined;
|
|
2034
|
+
displayName?: string | undefined;
|
|
2035
2035
|
}>>;
|
|
2036
2036
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2037
2037
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2199,8 +2199,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2199
2199
|
conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2200
2200
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2201
2201
|
}, "strip", z.ZodTypeAny, {
|
|
2202
|
-
summary: string;
|
|
2203
2202
|
operation: "create_event";
|
|
2203
|
+
summary: string;
|
|
2204
2204
|
start: {
|
|
2205
2205
|
date?: string | undefined;
|
|
2206
2206
|
timeZone?: string | undefined;
|
|
@@ -2223,8 +2223,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2223
2223
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2224
2224
|
}[] | undefined;
|
|
2225
2225
|
}, {
|
|
2226
|
-
summary: string;
|
|
2227
2226
|
operation: "create_event";
|
|
2227
|
+
summary: string;
|
|
2228
2228
|
start: {
|
|
2229
2229
|
date?: string | undefined;
|
|
2230
2230
|
timeZone?: string | undefined;
|
|
@@ -2301,8 +2301,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2301
2301
|
calendar_id: string;
|
|
2302
2302
|
event_id: string;
|
|
2303
2303
|
description?: string | undefined;
|
|
2304
|
-
summary?: string | undefined;
|
|
2305
2304
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2305
|
+
summary?: string | undefined;
|
|
2306
2306
|
start?: {
|
|
2307
2307
|
date?: string | undefined;
|
|
2308
2308
|
timeZone?: string | undefined;
|
|
@@ -2324,8 +2324,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2324
2324
|
operation: "update_event";
|
|
2325
2325
|
event_id: string;
|
|
2326
2326
|
description?: string | undefined;
|
|
2327
|
-
summary?: string | undefined;
|
|
2328
2327
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2328
|
+
summary?: string | undefined;
|
|
2329
2329
|
start?: {
|
|
2330
2330
|
date?: string | undefined;
|
|
2331
2331
|
timeZone?: string | undefined;
|
|
@@ -2474,11 +2474,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2474
2474
|
email: z.ZodOptional<z.ZodString>;
|
|
2475
2475
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2476
2476
|
}, "strip", z.ZodTypeAny, {
|
|
2477
|
-
displayName?: string | undefined;
|
|
2478
2477
|
email?: string | undefined;
|
|
2479
|
-
}, {
|
|
2480
2478
|
displayName?: string | undefined;
|
|
2479
|
+
}, {
|
|
2481
2480
|
email?: string | undefined;
|
|
2481
|
+
displayName?: string | undefined;
|
|
2482
2482
|
}>>;
|
|
2483
2483
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2484
2484
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2557,11 +2557,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2557
2557
|
email: z.ZodOptional<z.ZodString>;
|
|
2558
2558
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2559
2559
|
}, "strip", z.ZodTypeAny, {
|
|
2560
|
-
displayName?: string | undefined;
|
|
2561
2560
|
email?: string | undefined;
|
|
2562
|
-
}, {
|
|
2563
2561
|
displayName?: string | undefined;
|
|
2562
|
+
}, {
|
|
2564
2563
|
email?: string | undefined;
|
|
2564
|
+
displayName?: string | undefined;
|
|
2565
2565
|
}>>;
|
|
2566
2566
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2567
2567
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2640,11 +2640,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2640
2640
|
email: z.ZodOptional<z.ZodString>;
|
|
2641
2641
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2642
2642
|
}, "strip", z.ZodTypeAny, {
|
|
2643
|
-
displayName?: string | undefined;
|
|
2644
2643
|
email?: string | undefined;
|
|
2645
|
-
}, {
|
|
2646
2644
|
displayName?: string | undefined;
|
|
2645
|
+
}, {
|
|
2647
2646
|
email?: string | undefined;
|
|
2647
|
+
displayName?: string | undefined;
|
|
2648
2648
|
}>>;
|
|
2649
2649
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2650
2650
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2731,11 +2731,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2731
2731
|
email: z.ZodOptional<z.ZodString>;
|
|
2732
2732
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2733
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2734
|
-
displayName?: string | undefined;
|
|
2735
2734
|
email?: string | undefined;
|
|
2736
|
-
}, {
|
|
2737
2735
|
displayName?: string | undefined;
|
|
2736
|
+
}, {
|
|
2738
2737
|
email?: string | undefined;
|
|
2738
|
+
displayName?: string | undefined;
|
|
2739
2739
|
}>>;
|
|
2740
2740
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2741
2741
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2820,11 +2820,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2820
2820
|
email: z.ZodOptional<z.ZodString>;
|
|
2821
2821
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2822
2822
|
}, "strip", z.ZodTypeAny, {
|
|
2823
|
-
displayName?: string | undefined;
|
|
2824
2823
|
email?: string | undefined;
|
|
2825
|
-
}, {
|
|
2826
2824
|
displayName?: string | undefined;
|
|
2825
|
+
}, {
|
|
2827
2826
|
email?: string | undefined;
|
|
2827
|
+
displayName?: string | undefined;
|
|
2828
2828
|
}>>;
|
|
2829
2829
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2830
2830
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2907,11 +2907,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2907
2907
|
email: z.ZodOptional<z.ZodString>;
|
|
2908
2908
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2909
2909
|
}, "strip", z.ZodTypeAny, {
|
|
2910
|
-
displayName?: string | undefined;
|
|
2911
2910
|
email?: string | undefined;
|
|
2912
|
-
}, {
|
|
2913
2911
|
displayName?: string | undefined;
|
|
2912
|
+
}, {
|
|
2914
2913
|
email?: string | undefined;
|
|
2914
|
+
displayName?: string | undefined;
|
|
2915
2915
|
}>>;
|
|
2916
2916
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
2917
2917
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -2990,11 +2990,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2990
2990
|
email: z.ZodOptional<z.ZodString>;
|
|
2991
2991
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2992
2992
|
}, "strip", z.ZodTypeAny, {
|
|
2993
|
-
displayName?: string | undefined;
|
|
2994
2993
|
email?: string | undefined;
|
|
2995
|
-
}, {
|
|
2996
2994
|
displayName?: string | undefined;
|
|
2995
|
+
}, {
|
|
2997
2996
|
email?: string | undefined;
|
|
2997
|
+
displayName?: string | undefined;
|
|
2998
2998
|
}>>;
|
|
2999
2999
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3000
3000
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3073,11 +3073,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3073
3073
|
email: z.ZodOptional<z.ZodString>;
|
|
3074
3074
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3075
3075
|
}, "strip", z.ZodTypeAny, {
|
|
3076
|
-
displayName?: string | undefined;
|
|
3077
3076
|
email?: string | undefined;
|
|
3078
|
-
}, {
|
|
3079
3077
|
displayName?: string | undefined;
|
|
3078
|
+
}, {
|
|
3080
3079
|
email?: string | undefined;
|
|
3080
|
+
displayName?: string | undefined;
|
|
3081
3081
|
}>>;
|
|
3082
3082
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3083
3083
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3162,11 +3162,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3162
3162
|
email: z.ZodOptional<z.ZodString>;
|
|
3163
3163
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3164
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3165
|
-
displayName?: string | undefined;
|
|
3166
3165
|
email?: string | undefined;
|
|
3167
|
-
}, {
|
|
3168
3166
|
displayName?: string | undefined;
|
|
3167
|
+
}, {
|
|
3169
3168
|
email?: string | undefined;
|
|
3169
|
+
displayName?: string | undefined;
|
|
3170
3170
|
}>>;
|
|
3171
3171
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3172
3172
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3250,11 +3250,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3250
3250
|
email: z.ZodOptional<z.ZodString>;
|
|
3251
3251
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3252
3252
|
}, "strip", z.ZodTypeAny, {
|
|
3253
|
-
displayName?: string | undefined;
|
|
3254
3253
|
email?: string | undefined;
|
|
3255
|
-
}, {
|
|
3256
3254
|
displayName?: string | undefined;
|
|
3255
|
+
}, {
|
|
3257
3256
|
email?: string | undefined;
|
|
3257
|
+
displayName?: string | undefined;
|
|
3258
3258
|
}>>;
|
|
3259
3259
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3260
3260
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3337,11 +3337,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3337
3337
|
email: z.ZodOptional<z.ZodString>;
|
|
3338
3338
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3339
3339
|
}, "strip", z.ZodTypeAny, {
|
|
3340
|
-
displayName?: string | undefined;
|
|
3341
3340
|
email?: string | undefined;
|
|
3342
|
-
}, {
|
|
3343
3341
|
displayName?: string | undefined;
|
|
3342
|
+
}, {
|
|
3344
3343
|
email?: string | undefined;
|
|
3344
|
+
displayName?: string | undefined;
|
|
3345
3345
|
}>>;
|
|
3346
3346
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3347
3347
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3420,11 +3420,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3420
3420
|
email: z.ZodOptional<z.ZodString>;
|
|
3421
3421
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3422
3422
|
}, "strip", z.ZodTypeAny, {
|
|
3423
|
-
displayName?: string | undefined;
|
|
3424
3423
|
email?: string | undefined;
|
|
3425
|
-
}, {
|
|
3426
3424
|
displayName?: string | undefined;
|
|
3425
|
+
}, {
|
|
3427
3426
|
email?: string | undefined;
|
|
3427
|
+
displayName?: string | undefined;
|
|
3428
3428
|
}>>;
|
|
3429
3429
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3430
3430
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3503,11 +3503,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3503
3503
|
email: z.ZodOptional<z.ZodString>;
|
|
3504
3504
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3505
3505
|
}, "strip", z.ZodTypeAny, {
|
|
3506
|
-
displayName?: string | undefined;
|
|
3507
3506
|
email?: string | undefined;
|
|
3508
|
-
}, {
|
|
3509
3507
|
displayName?: string | undefined;
|
|
3508
|
+
}, {
|
|
3510
3509
|
email?: string | undefined;
|
|
3510
|
+
displayName?: string | undefined;
|
|
3511
3511
|
}>>;
|
|
3512
3512
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3513
3513
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3592,11 +3592,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3592
3592
|
email: z.ZodOptional<z.ZodString>;
|
|
3593
3593
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3594
3594
|
}, "strip", z.ZodTypeAny, {
|
|
3595
|
-
displayName?: string | undefined;
|
|
3596
3595
|
email?: string | undefined;
|
|
3597
|
-
}, {
|
|
3598
3596
|
displayName?: string | undefined;
|
|
3597
|
+
}, {
|
|
3599
3598
|
email?: string | undefined;
|
|
3599
|
+
displayName?: string | undefined;
|
|
3600
3600
|
}>>;
|
|
3601
3601
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3602
3602
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3680,11 +3680,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3680
3680
|
email: z.ZodOptional<z.ZodString>;
|
|
3681
3681
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3682
3682
|
}, "strip", z.ZodTypeAny, {
|
|
3683
|
-
displayName?: string | undefined;
|
|
3684
3683
|
email?: string | undefined;
|
|
3685
|
-
}, {
|
|
3686
3684
|
displayName?: string | undefined;
|
|
3685
|
+
}, {
|
|
3687
3686
|
email?: string | undefined;
|
|
3687
|
+
displayName?: string | undefined;
|
|
3688
3688
|
}>>;
|
|
3689
3689
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3690
3690
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3767,11 +3767,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3767
3767
|
email: z.ZodOptional<z.ZodString>;
|
|
3768
3768
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3769
3769
|
}, "strip", z.ZodTypeAny, {
|
|
3770
|
-
displayName?: string | undefined;
|
|
3771
3770
|
email?: string | undefined;
|
|
3772
|
-
}, {
|
|
3773
3771
|
displayName?: string | undefined;
|
|
3772
|
+
}, {
|
|
3774
3773
|
email?: string | undefined;
|
|
3774
|
+
displayName?: string | undefined;
|
|
3775
3775
|
}>>;
|
|
3776
3776
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3777
3777
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3850,11 +3850,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3850
3850
|
email: z.ZodOptional<z.ZodString>;
|
|
3851
3851
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3852
3852
|
}, "strip", z.ZodTypeAny, {
|
|
3853
|
-
displayName?: string | undefined;
|
|
3854
3853
|
email?: string | undefined;
|
|
3855
|
-
}, {
|
|
3856
3854
|
displayName?: string | undefined;
|
|
3855
|
+
}, {
|
|
3857
3856
|
email?: string | undefined;
|
|
3857
|
+
displayName?: string | undefined;
|
|
3858
3858
|
}>>;
|
|
3859
3859
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3860
3860
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -3933,11 +3933,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3933
3933
|
email: z.ZodOptional<z.ZodString>;
|
|
3934
3934
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3935
3935
|
}, "strip", z.ZodTypeAny, {
|
|
3936
|
-
displayName?: string | undefined;
|
|
3937
3936
|
email?: string | undefined;
|
|
3938
|
-
}, {
|
|
3939
3937
|
displayName?: string | undefined;
|
|
3938
|
+
}, {
|
|
3940
3939
|
email?: string | undefined;
|
|
3940
|
+
displayName?: string | undefined;
|
|
3941
3941
|
}>>;
|
|
3942
3942
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
3943
3943
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -4022,11 +4022,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
4022
4022
|
email: z.ZodOptional<z.ZodString>;
|
|
4023
4023
|
displayName: z.ZodOptional<z.ZodString>;
|
|
4024
4024
|
}, "strip", z.ZodTypeAny, {
|
|
4025
|
-
displayName?: string | undefined;
|
|
4026
4025
|
email?: string | undefined;
|
|
4027
|
-
}, {
|
|
4028
4026
|
displayName?: string | undefined;
|
|
4027
|
+
}, {
|
|
4029
4028
|
email?: string | undefined;
|
|
4029
|
+
displayName?: string | undefined;
|
|
4030
4030
|
}>>;
|
|
4031
4031
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
4032
4032
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
@@ -4110,11 +4110,11 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
4110
4110
|
email: z.ZodOptional<z.ZodString>;
|
|
4111
4111
|
displayName: z.ZodOptional<z.ZodString>;
|
|
4112
4112
|
}, "strip", z.ZodTypeAny, {
|
|
4113
|
-
displayName?: string | undefined;
|
|
4114
4113
|
email?: string | undefined;
|
|
4115
|
-
}, {
|
|
4116
4114
|
displayName?: string | undefined;
|
|
4115
|
+
}, {
|
|
4117
4116
|
email?: string | undefined;
|
|
4117
|
+
displayName?: string | undefined;
|
|
4118
4118
|
}>>;
|
|
4119
4119
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
4120
4120
|
conferenceData: z.ZodOptional<z.ZodAny>;
|