@bubblelab/bubble-core 0.1.28 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -11,17 +11,17 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
11
11
|
convert_to_google_docs: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
operation: "upload_file";
|
|
14
15
|
name: string;
|
|
15
16
|
content: string;
|
|
16
|
-
operation: "upload_file";
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
19
|
mimeType?: string | undefined;
|
|
20
20
|
parent_folder_id?: string | undefined;
|
|
21
21
|
}, {
|
|
22
|
+
operation: "upload_file";
|
|
22
23
|
name: string;
|
|
23
24
|
content: string;
|
|
24
|
-
operation: "upload_file";
|
|
25
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
26
|
mimeType?: string | undefined;
|
|
27
27
|
parent_folder_id?: string | undefined;
|
|
@@ -71,13 +71,13 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
71
71
|
parent_folder_id: z.ZodOptional<z.ZodString>;
|
|
72
72
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
name: string;
|
|
75
74
|
operation: "create_folder";
|
|
75
|
+
name: string;
|
|
76
76
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
77
77
|
parent_folder_id?: string | undefined;
|
|
78
78
|
}, {
|
|
79
|
-
name: string;
|
|
80
79
|
operation: "create_folder";
|
|
80
|
+
name: string;
|
|
81
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
82
|
parent_folder_id?: string | undefined;
|
|
83
83
|
}>, z.ZodObject<{
|
|
@@ -119,8 +119,8 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
119
119
|
send_notification: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
120
120
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
type: "user" | "group" | "domain" | "anyone";
|
|
123
122
|
operation: "share_file";
|
|
123
|
+
type: "user" | "group" | "domain" | "anyone";
|
|
124
124
|
file_id: string;
|
|
125
125
|
role: "writer" | "reader" | "commenter" | "owner";
|
|
126
126
|
send_notification: boolean;
|
|
@@ -171,14 +171,14 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
171
171
|
mode: z.ZodDefault<z.ZodOptional<z.ZodEnum<["replace", "append"]>>>;
|
|
172
172
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
content: string;
|
|
175
174
|
operation: "update_doc";
|
|
175
|
+
content: string;
|
|
176
176
|
mode: "replace" | "append";
|
|
177
177
|
document_id: string;
|
|
178
178
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
179
179
|
}, {
|
|
180
|
-
content: string;
|
|
181
180
|
operation: "update_doc";
|
|
181
|
+
content: string;
|
|
182
182
|
document_id: string;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
184
|
mode?: "replace" | "append" | undefined;
|
|
@@ -209,8 +209,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
209
209
|
}>, "many">>;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
name: string;
|
|
212
|
-
mimeType: string;
|
|
213
212
|
id: string;
|
|
213
|
+
mimeType: string;
|
|
214
214
|
size?: string | undefined;
|
|
215
215
|
createdTime?: string | undefined;
|
|
216
216
|
modifiedTime?: string | undefined;
|
|
@@ -224,8 +224,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
224
224
|
}[] | undefined;
|
|
225
225
|
}, {
|
|
226
226
|
name: string;
|
|
227
|
-
mimeType: string;
|
|
228
227
|
id: string;
|
|
228
|
+
mimeType: string;
|
|
229
229
|
size?: string | undefined;
|
|
230
230
|
createdTime?: string | undefined;
|
|
231
231
|
modifiedTime?: string | undefined;
|
|
@@ -245,8 +245,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
245
245
|
error: string;
|
|
246
246
|
file?: {
|
|
247
247
|
name: string;
|
|
248
|
-
mimeType: string;
|
|
249
248
|
id: string;
|
|
249
|
+
mimeType: string;
|
|
250
250
|
size?: string | undefined;
|
|
251
251
|
createdTime?: string | undefined;
|
|
252
252
|
modifiedTime?: string | undefined;
|
|
@@ -265,8 +265,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
265
265
|
error: string;
|
|
266
266
|
file?: {
|
|
267
267
|
name: string;
|
|
268
|
-
mimeType: string;
|
|
269
268
|
id: string;
|
|
269
|
+
mimeType: string;
|
|
270
270
|
size?: string | undefined;
|
|
271
271
|
createdTime?: string | undefined;
|
|
272
272
|
modifiedTime?: string | undefined;
|
|
@@ -326,8 +326,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
326
326
|
}>, "many">>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
328
|
name: string;
|
|
329
|
-
mimeType: string;
|
|
330
329
|
id: string;
|
|
330
|
+
mimeType: string;
|
|
331
331
|
size?: string | undefined;
|
|
332
332
|
createdTime?: string | undefined;
|
|
333
333
|
modifiedTime?: string | undefined;
|
|
@@ -341,8 +341,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
341
341
|
}[] | undefined;
|
|
342
342
|
}, {
|
|
343
343
|
name: string;
|
|
344
|
-
mimeType: string;
|
|
345
344
|
id: string;
|
|
345
|
+
mimeType: string;
|
|
346
346
|
size?: string | undefined;
|
|
347
347
|
createdTime?: string | undefined;
|
|
348
348
|
modifiedTime?: string | undefined;
|
|
@@ -364,8 +364,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
364
364
|
error: string;
|
|
365
365
|
files?: {
|
|
366
366
|
name: string;
|
|
367
|
-
mimeType: string;
|
|
368
367
|
id: string;
|
|
368
|
+
mimeType: string;
|
|
369
369
|
size?: string | undefined;
|
|
370
370
|
createdTime?: string | undefined;
|
|
371
371
|
modifiedTime?: string | undefined;
|
|
@@ -386,8 +386,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
386
386
|
error: string;
|
|
387
387
|
files?: {
|
|
388
388
|
name: string;
|
|
389
|
-
mimeType: string;
|
|
390
389
|
id: string;
|
|
390
|
+
mimeType: string;
|
|
391
391
|
size?: string | undefined;
|
|
392
392
|
createdTime?: string | undefined;
|
|
393
393
|
modifiedTime?: string | undefined;
|
|
@@ -483,8 +483,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
483
483
|
}>, "many">>;
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
485
|
name: string;
|
|
486
|
-
mimeType: string;
|
|
487
486
|
id: string;
|
|
487
|
+
mimeType: string;
|
|
488
488
|
size?: string | undefined;
|
|
489
489
|
createdTime?: string | undefined;
|
|
490
490
|
modifiedTime?: string | undefined;
|
|
@@ -498,8 +498,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
498
498
|
}[] | undefined;
|
|
499
499
|
}, {
|
|
500
500
|
name: string;
|
|
501
|
-
mimeType: string;
|
|
502
501
|
id: string;
|
|
502
|
+
mimeType: string;
|
|
503
503
|
size?: string | undefined;
|
|
504
504
|
createdTime?: string | undefined;
|
|
505
505
|
modifiedTime?: string | undefined;
|
|
@@ -538,8 +538,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
538
538
|
error: string;
|
|
539
539
|
file?: {
|
|
540
540
|
name: string;
|
|
541
|
-
mimeType: string;
|
|
542
541
|
id: string;
|
|
542
|
+
mimeType: string;
|
|
543
543
|
size?: string | undefined;
|
|
544
544
|
createdTime?: string | undefined;
|
|
545
545
|
modifiedTime?: string | undefined;
|
|
@@ -565,8 +565,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
565
565
|
error: string;
|
|
566
566
|
file?: {
|
|
567
567
|
name: string;
|
|
568
|
-
mimeType: string;
|
|
569
568
|
id: string;
|
|
569
|
+
mimeType: string;
|
|
570
570
|
size?: string | undefined;
|
|
571
571
|
createdTime?: string | undefined;
|
|
572
572
|
modifiedTime?: string | undefined;
|
|
@@ -630,8 +630,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
}, "strip", z.ZodTypeAny, {
|
|
632
632
|
name: string;
|
|
633
|
-
mimeType: string;
|
|
634
633
|
id: string;
|
|
634
|
+
mimeType: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
637
637
|
modifiedTime?: string | undefined;
|
|
@@ -645,8 +645,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
}, {
|
|
647
647
|
name: string;
|
|
648
|
-
mimeType: string;
|
|
649
648
|
id: string;
|
|
649
|
+
mimeType: string;
|
|
650
650
|
size?: string | undefined;
|
|
651
651
|
createdTime?: string | undefined;
|
|
652
652
|
modifiedTime?: string | undefined;
|
|
@@ -666,8 +666,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
666
666
|
error: string;
|
|
667
667
|
file?: {
|
|
668
668
|
name: string;
|
|
669
|
-
mimeType: string;
|
|
670
669
|
id: string;
|
|
670
|
+
mimeType: string;
|
|
671
671
|
size?: string | undefined;
|
|
672
672
|
createdTime?: string | undefined;
|
|
673
673
|
modifiedTime?: string | undefined;
|
|
@@ -686,8 +686,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
686
686
|
error: string;
|
|
687
687
|
file?: {
|
|
688
688
|
name: string;
|
|
689
|
-
mimeType: string;
|
|
690
689
|
id: string;
|
|
690
|
+
mimeType: string;
|
|
691
691
|
size?: string | undefined;
|
|
692
692
|
createdTime?: string | undefined;
|
|
693
693
|
modifiedTime?: string | undefined;
|
|
@@ -799,17 +799,17 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
799
799
|
convert_to_google_docs: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
800
800
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
801
801
|
}, "strip", z.ZodTypeAny, {
|
|
802
|
+
operation: "upload_file";
|
|
802
803
|
name: string;
|
|
803
804
|
content: string;
|
|
804
|
-
operation: "upload_file";
|
|
805
805
|
convert_to_google_docs: boolean;
|
|
806
806
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
807
807
|
mimeType?: string | undefined;
|
|
808
808
|
parent_folder_id?: string | undefined;
|
|
809
809
|
}, {
|
|
810
|
+
operation: "upload_file";
|
|
810
811
|
name: string;
|
|
811
812
|
content: string;
|
|
812
|
-
operation: "upload_file";
|
|
813
813
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
814
814
|
mimeType?: string | undefined;
|
|
815
815
|
parent_folder_id?: string | undefined;
|
|
@@ -859,13 +859,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
859
859
|
parent_folder_id: z.ZodOptional<z.ZodString>;
|
|
860
860
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
|
-
name: string;
|
|
863
862
|
operation: "create_folder";
|
|
863
|
+
name: string;
|
|
864
864
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
865
865
|
parent_folder_id?: string | undefined;
|
|
866
866
|
}, {
|
|
867
|
-
name: string;
|
|
868
867
|
operation: "create_folder";
|
|
868
|
+
name: string;
|
|
869
869
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
870
870
|
parent_folder_id?: string | undefined;
|
|
871
871
|
}>, z.ZodObject<{
|
|
@@ -907,8 +907,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
907
907
|
send_notification: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
908
908
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
|
910
|
-
type: "user" | "group" | "domain" | "anyone";
|
|
911
910
|
operation: "share_file";
|
|
911
|
+
type: "user" | "group" | "domain" | "anyone";
|
|
912
912
|
file_id: string;
|
|
913
913
|
role: "writer" | "reader" | "commenter" | "owner";
|
|
914
914
|
send_notification: boolean;
|
|
@@ -959,14 +959,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
959
959
|
mode: z.ZodDefault<z.ZodOptional<z.ZodEnum<["replace", "append"]>>>;
|
|
960
960
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
961
961
|
}, "strip", z.ZodTypeAny, {
|
|
962
|
-
content: string;
|
|
963
962
|
operation: "update_doc";
|
|
963
|
+
content: string;
|
|
964
964
|
mode: "replace" | "append";
|
|
965
965
|
document_id: string;
|
|
966
966
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
967
967
|
}, {
|
|
968
|
-
content: string;
|
|
969
968
|
operation: "update_doc";
|
|
969
|
+
content: string;
|
|
970
970
|
document_id: string;
|
|
971
971
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
972
972
|
mode?: "replace" | "append" | undefined;
|
|
@@ -997,8 +997,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
997
997
|
}>, "many">>;
|
|
998
998
|
}, "strip", z.ZodTypeAny, {
|
|
999
999
|
name: string;
|
|
1000
|
-
mimeType: string;
|
|
1001
1000
|
id: string;
|
|
1001
|
+
mimeType: string;
|
|
1002
1002
|
size?: string | undefined;
|
|
1003
1003
|
createdTime?: string | undefined;
|
|
1004
1004
|
modifiedTime?: string | undefined;
|
|
@@ -1012,8 +1012,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1012
1012
|
}[] | undefined;
|
|
1013
1013
|
}, {
|
|
1014
1014
|
name: string;
|
|
1015
|
-
mimeType: string;
|
|
1016
1015
|
id: string;
|
|
1016
|
+
mimeType: string;
|
|
1017
1017
|
size?: string | undefined;
|
|
1018
1018
|
createdTime?: string | undefined;
|
|
1019
1019
|
modifiedTime?: string | undefined;
|
|
@@ -1033,8 +1033,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1033
1033
|
error: string;
|
|
1034
1034
|
file?: {
|
|
1035
1035
|
name: string;
|
|
1036
|
-
mimeType: string;
|
|
1037
1036
|
id: string;
|
|
1037
|
+
mimeType: string;
|
|
1038
1038
|
size?: string | undefined;
|
|
1039
1039
|
createdTime?: string | undefined;
|
|
1040
1040
|
modifiedTime?: string | undefined;
|
|
@@ -1053,8 +1053,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1053
1053
|
error: string;
|
|
1054
1054
|
file?: {
|
|
1055
1055
|
name: string;
|
|
1056
|
-
mimeType: string;
|
|
1057
1056
|
id: string;
|
|
1057
|
+
mimeType: string;
|
|
1058
1058
|
size?: string | undefined;
|
|
1059
1059
|
createdTime?: string | undefined;
|
|
1060
1060
|
modifiedTime?: string | undefined;
|
|
@@ -1114,8 +1114,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1114
1114
|
}>, "many">>;
|
|
1115
1115
|
}, "strip", z.ZodTypeAny, {
|
|
1116
1116
|
name: string;
|
|
1117
|
-
mimeType: string;
|
|
1118
1117
|
id: string;
|
|
1118
|
+
mimeType: string;
|
|
1119
1119
|
size?: string | undefined;
|
|
1120
1120
|
createdTime?: string | undefined;
|
|
1121
1121
|
modifiedTime?: string | undefined;
|
|
@@ -1129,8 +1129,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1129
1129
|
}[] | undefined;
|
|
1130
1130
|
}, {
|
|
1131
1131
|
name: string;
|
|
1132
|
-
mimeType: string;
|
|
1133
1132
|
id: string;
|
|
1133
|
+
mimeType: string;
|
|
1134
1134
|
size?: string | undefined;
|
|
1135
1135
|
createdTime?: string | undefined;
|
|
1136
1136
|
modifiedTime?: string | undefined;
|
|
@@ -1152,8 +1152,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1152
1152
|
error: string;
|
|
1153
1153
|
files?: {
|
|
1154
1154
|
name: string;
|
|
1155
|
-
mimeType: string;
|
|
1156
1155
|
id: string;
|
|
1156
|
+
mimeType: string;
|
|
1157
1157
|
size?: string | undefined;
|
|
1158
1158
|
createdTime?: string | undefined;
|
|
1159
1159
|
modifiedTime?: string | undefined;
|
|
@@ -1174,8 +1174,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1174
1174
|
error: string;
|
|
1175
1175
|
files?: {
|
|
1176
1176
|
name: string;
|
|
1177
|
-
mimeType: string;
|
|
1178
1177
|
id: string;
|
|
1178
|
+
mimeType: string;
|
|
1179
1179
|
size?: string | undefined;
|
|
1180
1180
|
createdTime?: string | undefined;
|
|
1181
1181
|
modifiedTime?: string | undefined;
|
|
@@ -1271,8 +1271,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1271
1271
|
}>, "many">>;
|
|
1272
1272
|
}, "strip", z.ZodTypeAny, {
|
|
1273
1273
|
name: string;
|
|
1274
|
-
mimeType: string;
|
|
1275
1274
|
id: string;
|
|
1275
|
+
mimeType: string;
|
|
1276
1276
|
size?: string | undefined;
|
|
1277
1277
|
createdTime?: string | undefined;
|
|
1278
1278
|
modifiedTime?: string | undefined;
|
|
@@ -1286,8 +1286,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1286
1286
|
}[] | undefined;
|
|
1287
1287
|
}, {
|
|
1288
1288
|
name: string;
|
|
1289
|
-
mimeType: string;
|
|
1290
1289
|
id: string;
|
|
1290
|
+
mimeType: string;
|
|
1291
1291
|
size?: string | undefined;
|
|
1292
1292
|
createdTime?: string | undefined;
|
|
1293
1293
|
modifiedTime?: string | undefined;
|
|
@@ -1326,8 +1326,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1326
1326
|
error: string;
|
|
1327
1327
|
file?: {
|
|
1328
1328
|
name: string;
|
|
1329
|
-
mimeType: string;
|
|
1330
1329
|
id: string;
|
|
1330
|
+
mimeType: string;
|
|
1331
1331
|
size?: string | undefined;
|
|
1332
1332
|
createdTime?: string | undefined;
|
|
1333
1333
|
modifiedTime?: string | undefined;
|
|
@@ -1353,8 +1353,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1353
1353
|
error: string;
|
|
1354
1354
|
file?: {
|
|
1355
1355
|
name: string;
|
|
1356
|
-
mimeType: string;
|
|
1357
1356
|
id: string;
|
|
1357
|
+
mimeType: string;
|
|
1358
1358
|
size?: string | undefined;
|
|
1359
1359
|
createdTime?: string | undefined;
|
|
1360
1360
|
modifiedTime?: string | undefined;
|
|
@@ -1418,8 +1418,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1418
1418
|
}>, "many">>;
|
|
1419
1419
|
}, "strip", z.ZodTypeAny, {
|
|
1420
1420
|
name: string;
|
|
1421
|
-
mimeType: string;
|
|
1422
1421
|
id: string;
|
|
1422
|
+
mimeType: string;
|
|
1423
1423
|
size?: string | undefined;
|
|
1424
1424
|
createdTime?: string | undefined;
|
|
1425
1425
|
modifiedTime?: string | undefined;
|
|
@@ -1433,8 +1433,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1433
1433
|
}[] | undefined;
|
|
1434
1434
|
}, {
|
|
1435
1435
|
name: string;
|
|
1436
|
-
mimeType: string;
|
|
1437
1436
|
id: string;
|
|
1437
|
+
mimeType: string;
|
|
1438
1438
|
size?: string | undefined;
|
|
1439
1439
|
createdTime?: string | undefined;
|
|
1440
1440
|
modifiedTime?: string | undefined;
|
|
@@ -1454,8 +1454,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1454
1454
|
error: string;
|
|
1455
1455
|
file?: {
|
|
1456
1456
|
name: string;
|
|
1457
|
-
mimeType: string;
|
|
1458
1457
|
id: string;
|
|
1458
|
+
mimeType: string;
|
|
1459
1459
|
size?: string | undefined;
|
|
1460
1460
|
createdTime?: string | undefined;
|
|
1461
1461
|
modifiedTime?: string | undefined;
|
|
@@ -1474,8 +1474,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1474
1474
|
error: string;
|
|
1475
1475
|
file?: {
|
|
1476
1476
|
name: string;
|
|
1477
|
-
mimeType: string;
|
|
1478
1477
|
id: string;
|
|
1478
|
+
mimeType: string;
|
|
1479
1479
|
size?: string | undefined;
|
|
1480
1480
|
createdTime?: string | undefined;
|
|
1481
1481
|
modifiedTime?: string | undefined;
|