@bubblelab/bubble-core 0.1.205 → 0.1.207
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 +159 -159
- package/dist/bubbles/service-bubble/agi-inc.d.ts +80 -80
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts +8 -1
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +13 -10
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -8
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +74 -74
- 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 +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +184 -184
- package/dist/bubbles/service-bubble/attio/attio.d.ts +28 -28
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +1015 -1015
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +156 -156
- package/dist/bubbles/service-bubble/gmail.d.ts +224 -224
- package/dist/bubbles/service-bubble/google-calendar.d.ts +218 -218
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +56 -56
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +58 -58
- package/dist/bubbles/service-bubble/linear/linear.d.ts +32 -32
- package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1627 -1627
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/s3/s3.d.ts +10 -10
- package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +456 -456
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +4 -3
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +125 -125
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
- package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-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 +14 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +446 -446
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +48 -48
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +84 -84
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +104 -104
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +94 -94
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -15,15 +15,15 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
15
15
|
content: string;
|
|
16
16
|
operation: "upload_file";
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
|
-
mimeType?: string | undefined;
|
|
19
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
|
+
mimeType?: string | undefined;
|
|
20
20
|
parent_folder_id?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
name: string;
|
|
23
23
|
content: string;
|
|
24
24
|
operation: "upload_file";
|
|
25
|
-
mimeType?: string | undefined;
|
|
26
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
|
+
mimeType?: string | undefined;
|
|
27
27
|
parent_folder_id?: string | undefined;
|
|
28
28
|
convert_to_google_docs?: boolean | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
@@ -125,7 +125,7 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
125
125
|
type: "user" | "group" | "domain" | "anyone";
|
|
126
126
|
operation: "share_file";
|
|
127
127
|
file_id: string;
|
|
128
|
-
role: "
|
|
128
|
+
role: "reader" | "writer" | "commenter" | "owner";
|
|
129
129
|
send_notification: boolean;
|
|
130
130
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
131
131
|
email_address?: string | undefined;
|
|
@@ -135,7 +135,7 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
135
135
|
type?: "user" | "group" | "domain" | "anyone" | undefined;
|
|
136
136
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
137
137
|
email_address?: string | undefined;
|
|
138
|
-
role?: "
|
|
138
|
+
role?: "reader" | "writer" | "commenter" | "owner" | undefined;
|
|
139
139
|
send_notification?: boolean | undefined;
|
|
140
140
|
}>, z.ZodObject<{
|
|
141
141
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -276,8 +276,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
276
276
|
emailAddress?: string | undefined;
|
|
277
277
|
}>, "many">>;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
279
|
-
mimeType: string;
|
|
280
279
|
name: string;
|
|
280
|
+
mimeType: string;
|
|
281
281
|
id: string;
|
|
282
282
|
size?: string | undefined;
|
|
283
283
|
createdTime?: string | undefined;
|
|
@@ -291,8 +291,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
291
291
|
emailAddress?: string | undefined;
|
|
292
292
|
}[] | undefined;
|
|
293
293
|
}, {
|
|
294
|
-
mimeType: string;
|
|
295
294
|
name: string;
|
|
295
|
+
mimeType: string;
|
|
296
296
|
id: string;
|
|
297
297
|
size?: string | undefined;
|
|
298
298
|
createdTime?: string | undefined;
|
|
@@ -308,12 +308,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
308
308
|
}>>;
|
|
309
309
|
error: z.ZodString;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
-
error: string;
|
|
312
311
|
success: boolean;
|
|
312
|
+
error: string;
|
|
313
313
|
operation: "upload_file";
|
|
314
314
|
file?: {
|
|
315
|
-
mimeType: string;
|
|
316
315
|
name: string;
|
|
316
|
+
mimeType: string;
|
|
317
317
|
id: string;
|
|
318
318
|
size?: string | undefined;
|
|
319
319
|
createdTime?: string | undefined;
|
|
@@ -328,12 +328,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
328
328
|
}[] | undefined;
|
|
329
329
|
} | undefined;
|
|
330
330
|
}, {
|
|
331
|
-
error: string;
|
|
332
331
|
success: boolean;
|
|
332
|
+
error: string;
|
|
333
333
|
operation: "upload_file";
|
|
334
334
|
file?: {
|
|
335
|
-
mimeType: string;
|
|
336
335
|
name: string;
|
|
336
|
+
mimeType: string;
|
|
337
337
|
id: string;
|
|
338
338
|
size?: string | undefined;
|
|
339
339
|
createdTime?: string | undefined;
|
|
@@ -355,18 +355,18 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
355
355
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
356
356
|
error: z.ZodString;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
|
-
error: string;
|
|
359
358
|
success: boolean;
|
|
359
|
+
error: string;
|
|
360
360
|
operation: "download_file";
|
|
361
|
-
mimeType?: string | undefined;
|
|
362
361
|
content?: string | undefined;
|
|
362
|
+
mimeType?: string | undefined;
|
|
363
363
|
filename?: string | undefined;
|
|
364
364
|
}, {
|
|
365
|
-
error: string;
|
|
366
365
|
success: boolean;
|
|
366
|
+
error: string;
|
|
367
367
|
operation: "download_file";
|
|
368
|
-
mimeType?: string | undefined;
|
|
369
368
|
content?: string | undefined;
|
|
369
|
+
mimeType?: string | undefined;
|
|
370
370
|
filename?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -393,8 +393,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
393
393
|
emailAddress?: string | undefined;
|
|
394
394
|
}>, "many">>;
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
396
|
-
mimeType: string;
|
|
397
396
|
name: string;
|
|
397
|
+
mimeType: string;
|
|
398
398
|
id: string;
|
|
399
399
|
size?: string | undefined;
|
|
400
400
|
createdTime?: string | undefined;
|
|
@@ -408,8 +408,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
408
408
|
emailAddress?: string | undefined;
|
|
409
409
|
}[] | undefined;
|
|
410
410
|
}, {
|
|
411
|
-
mimeType: string;
|
|
412
411
|
name: string;
|
|
412
|
+
mimeType: string;
|
|
413
413
|
id: string;
|
|
414
414
|
size?: string | undefined;
|
|
415
415
|
createdTime?: string | undefined;
|
|
@@ -427,12 +427,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
427
427
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
428
428
|
error: z.ZodString;
|
|
429
429
|
}, "strip", z.ZodTypeAny, {
|
|
430
|
-
error: string;
|
|
431
430
|
success: boolean;
|
|
431
|
+
error: string;
|
|
432
432
|
operation: "list_files";
|
|
433
433
|
files?: {
|
|
434
|
-
mimeType: string;
|
|
435
434
|
name: string;
|
|
435
|
+
mimeType: string;
|
|
436
436
|
id: string;
|
|
437
437
|
size?: string | undefined;
|
|
438
438
|
createdTime?: string | undefined;
|
|
@@ -449,12 +449,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
449
449
|
total_count?: number | undefined;
|
|
450
450
|
next_page_token?: string | undefined;
|
|
451
451
|
}, {
|
|
452
|
-
error: string;
|
|
453
452
|
success: boolean;
|
|
453
|
+
error: string;
|
|
454
454
|
operation: "list_files";
|
|
455
455
|
files?: {
|
|
456
|
-
mimeType: string;
|
|
457
456
|
name: string;
|
|
457
|
+
mimeType: string;
|
|
458
458
|
id: string;
|
|
459
459
|
size?: string | undefined;
|
|
460
460
|
createdTime?: string | undefined;
|
|
@@ -491,8 +491,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
491
491
|
}>>;
|
|
492
492
|
error: z.ZodString;
|
|
493
493
|
}, "strip", z.ZodTypeAny, {
|
|
494
|
-
error: string;
|
|
495
494
|
success: boolean;
|
|
495
|
+
error: string;
|
|
496
496
|
operation: "create_folder";
|
|
497
497
|
folder?: {
|
|
498
498
|
name: string;
|
|
@@ -501,8 +501,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
501
501
|
parents?: string[] | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
}, {
|
|
504
|
-
error: string;
|
|
505
504
|
success: boolean;
|
|
505
|
+
error: string;
|
|
506
506
|
operation: "create_folder";
|
|
507
507
|
folder?: {
|
|
508
508
|
name: string;
|
|
@@ -516,13 +516,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
516
516
|
deleted_file_id: z.ZodOptional<z.ZodString>;
|
|
517
517
|
error: z.ZodString;
|
|
518
518
|
}, "strip", z.ZodTypeAny, {
|
|
519
|
-
error: string;
|
|
520
519
|
success: boolean;
|
|
520
|
+
error: string;
|
|
521
521
|
operation: "delete_file";
|
|
522
522
|
deleted_file_id?: string | undefined;
|
|
523
523
|
}, {
|
|
524
|
-
error: string;
|
|
525
524
|
success: boolean;
|
|
525
|
+
error: string;
|
|
526
526
|
operation: "delete_file";
|
|
527
527
|
deleted_file_id?: string | undefined;
|
|
528
528
|
}>, z.ZodObject<{
|
|
@@ -550,8 +550,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
550
550
|
emailAddress?: string | undefined;
|
|
551
551
|
}>, "many">>;
|
|
552
552
|
}, "strip", z.ZodTypeAny, {
|
|
553
|
-
mimeType: string;
|
|
554
553
|
name: string;
|
|
554
|
+
mimeType: string;
|
|
555
555
|
id: string;
|
|
556
556
|
size?: string | undefined;
|
|
557
557
|
createdTime?: string | undefined;
|
|
@@ -565,8 +565,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
565
565
|
emailAddress?: string | undefined;
|
|
566
566
|
}[] | undefined;
|
|
567
567
|
}, {
|
|
568
|
-
mimeType: string;
|
|
569
568
|
name: string;
|
|
569
|
+
mimeType: string;
|
|
570
570
|
id: string;
|
|
571
571
|
size?: string | undefined;
|
|
572
572
|
createdTime?: string | undefined;
|
|
@@ -601,12 +601,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
601
601
|
}>, "many">>;
|
|
602
602
|
error: z.ZodString;
|
|
603
603
|
}, "strip", z.ZodTypeAny, {
|
|
604
|
-
error: string;
|
|
605
604
|
success: boolean;
|
|
605
|
+
error: string;
|
|
606
606
|
operation: "get_file_info";
|
|
607
607
|
file?: {
|
|
608
|
-
mimeType: string;
|
|
609
608
|
name: string;
|
|
609
|
+
mimeType: string;
|
|
610
610
|
id: string;
|
|
611
611
|
size?: string | undefined;
|
|
612
612
|
createdTime?: string | undefined;
|
|
@@ -628,12 +628,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
628
628
|
emailAddress?: string | undefined;
|
|
629
629
|
}[] | undefined;
|
|
630
630
|
}, {
|
|
631
|
-
error: string;
|
|
632
631
|
success: boolean;
|
|
632
|
+
error: string;
|
|
633
633
|
operation: "get_file_info";
|
|
634
634
|
file?: {
|
|
635
|
-
mimeType: string;
|
|
636
635
|
name: string;
|
|
636
|
+
mimeType: string;
|
|
637
637
|
id: string;
|
|
638
638
|
size?: string | undefined;
|
|
639
639
|
createdTime?: string | undefined;
|
|
@@ -661,14 +661,14 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
661
661
|
share_link: z.ZodOptional<z.ZodString>;
|
|
662
662
|
error: z.ZodString;
|
|
663
663
|
}, "strip", z.ZodTypeAny, {
|
|
664
|
-
error: string;
|
|
665
664
|
success: boolean;
|
|
665
|
+
error: string;
|
|
666
666
|
operation: "share_file";
|
|
667
667
|
permission_id?: string | undefined;
|
|
668
668
|
share_link?: string | undefined;
|
|
669
669
|
}, {
|
|
670
|
-
error: string;
|
|
671
670
|
success: boolean;
|
|
671
|
+
error: string;
|
|
672
672
|
operation: "share_file";
|
|
673
673
|
permission_id?: string | undefined;
|
|
674
674
|
share_link?: string | undefined;
|
|
@@ -697,8 +697,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
697
697
|
emailAddress?: string | undefined;
|
|
698
698
|
}>, "many">>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
|
-
mimeType: string;
|
|
701
700
|
name: string;
|
|
701
|
+
mimeType: string;
|
|
702
702
|
id: string;
|
|
703
703
|
size?: string | undefined;
|
|
704
704
|
createdTime?: string | undefined;
|
|
@@ -712,8 +712,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
712
712
|
emailAddress?: string | undefined;
|
|
713
713
|
}[] | undefined;
|
|
714
714
|
}, {
|
|
715
|
-
mimeType: string;
|
|
716
715
|
name: string;
|
|
716
|
+
mimeType: string;
|
|
717
717
|
id: string;
|
|
718
718
|
size?: string | undefined;
|
|
719
719
|
createdTime?: string | undefined;
|
|
@@ -729,12 +729,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
729
729
|
}>>;
|
|
730
730
|
error: z.ZodString;
|
|
731
731
|
}, "strip", z.ZodTypeAny, {
|
|
732
|
-
error: string;
|
|
733
732
|
success: boolean;
|
|
733
|
+
error: string;
|
|
734
734
|
operation: "move_file";
|
|
735
735
|
file?: {
|
|
736
|
-
mimeType: string;
|
|
737
736
|
name: string;
|
|
737
|
+
mimeType: string;
|
|
738
738
|
id: string;
|
|
739
739
|
size?: string | undefined;
|
|
740
740
|
createdTime?: string | undefined;
|
|
@@ -749,12 +749,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
749
749
|
}[] | undefined;
|
|
750
750
|
} | undefined;
|
|
751
751
|
}, {
|
|
752
|
-
error: string;
|
|
753
752
|
success: boolean;
|
|
753
|
+
error: string;
|
|
754
754
|
operation: "move_file";
|
|
755
755
|
file?: {
|
|
756
|
-
mimeType: string;
|
|
757
756
|
name: string;
|
|
757
|
+
mimeType: string;
|
|
758
758
|
id: string;
|
|
759
759
|
size?: string | undefined;
|
|
760
760
|
createdTime?: string | undefined;
|
|
@@ -815,8 +815,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
815
815
|
}>, "many">>;
|
|
816
816
|
error: z.ZodString;
|
|
817
817
|
}, "strip", z.ZodTypeAny, {
|
|
818
|
-
error: string;
|
|
819
818
|
success: boolean;
|
|
819
|
+
error: string;
|
|
820
820
|
operation: "get_doc";
|
|
821
821
|
document?: z.objectOutputType<{
|
|
822
822
|
documentId: z.ZodString;
|
|
@@ -835,8 +835,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
835
835
|
plainText?: string | undefined;
|
|
836
836
|
}[] | undefined;
|
|
837
837
|
}, {
|
|
838
|
-
error: string;
|
|
839
838
|
success: boolean;
|
|
839
|
+
error: string;
|
|
840
840
|
operation: "get_doc";
|
|
841
841
|
document?: z.objectInputType<{
|
|
842
842
|
documentId: z.ZodString;
|
|
@@ -861,14 +861,14 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
861
861
|
revisionId: z.ZodOptional<z.ZodString>;
|
|
862
862
|
error: z.ZodString;
|
|
863
863
|
}, "strip", z.ZodTypeAny, {
|
|
864
|
-
error: string;
|
|
865
864
|
success: boolean;
|
|
865
|
+
error: string;
|
|
866
866
|
operation: "update_doc";
|
|
867
867
|
documentId?: string | undefined;
|
|
868
868
|
revisionId?: string | undefined;
|
|
869
869
|
}, {
|
|
870
|
-
error: string;
|
|
871
870
|
success: boolean;
|
|
871
|
+
error: string;
|
|
872
872
|
operation: "update_doc";
|
|
873
873
|
documentId?: string | undefined;
|
|
874
874
|
revisionId?: string | undefined;
|
|
@@ -878,13 +878,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
878
878
|
replacements_made: z.ZodOptional<z.ZodNumber>;
|
|
879
879
|
error: z.ZodString;
|
|
880
880
|
}, "strip", z.ZodTypeAny, {
|
|
881
|
-
error: string;
|
|
882
881
|
success: boolean;
|
|
882
|
+
error: string;
|
|
883
883
|
operation: "replace_text";
|
|
884
884
|
replacements_made?: number | undefined;
|
|
885
885
|
}, {
|
|
886
|
-
error: string;
|
|
887
886
|
success: boolean;
|
|
887
|
+
error: string;
|
|
888
888
|
operation: "replace_text";
|
|
889
889
|
replacements_made?: number | undefined;
|
|
890
890
|
}>, z.ZodObject<{
|
|
@@ -894,14 +894,14 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
894
894
|
new_document_url: z.ZodOptional<z.ZodString>;
|
|
895
895
|
error: z.ZodString;
|
|
896
896
|
}, "strip", z.ZodTypeAny, {
|
|
897
|
-
error: string;
|
|
898
897
|
success: boolean;
|
|
898
|
+
error: string;
|
|
899
899
|
operation: "copy_doc";
|
|
900
900
|
new_document_id?: string | undefined;
|
|
901
901
|
new_document_url?: string | undefined;
|
|
902
902
|
}, {
|
|
903
|
-
error: string;
|
|
904
903
|
success: boolean;
|
|
904
|
+
error: string;
|
|
905
905
|
operation: "copy_doc";
|
|
906
906
|
new_document_id?: string | undefined;
|
|
907
907
|
new_document_url?: string | undefined;
|
|
@@ -932,15 +932,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
932
932
|
content: string;
|
|
933
933
|
operation: "upload_file";
|
|
934
934
|
convert_to_google_docs: boolean;
|
|
935
|
-
mimeType?: string | undefined;
|
|
936
935
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
936
|
+
mimeType?: string | undefined;
|
|
937
937
|
parent_folder_id?: string | undefined;
|
|
938
938
|
}, {
|
|
939
939
|
name: string;
|
|
940
940
|
content: string;
|
|
941
941
|
operation: "upload_file";
|
|
942
|
-
mimeType?: string | undefined;
|
|
943
942
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
943
|
+
mimeType?: string | undefined;
|
|
944
944
|
parent_folder_id?: string | undefined;
|
|
945
945
|
convert_to_google_docs?: boolean | undefined;
|
|
946
946
|
}>, z.ZodObject<{
|
|
@@ -1042,7 +1042,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1042
1042
|
type: "user" | "group" | "domain" | "anyone";
|
|
1043
1043
|
operation: "share_file";
|
|
1044
1044
|
file_id: string;
|
|
1045
|
-
role: "
|
|
1045
|
+
role: "reader" | "writer" | "commenter" | "owner";
|
|
1046
1046
|
send_notification: boolean;
|
|
1047
1047
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1048
1048
|
email_address?: string | undefined;
|
|
@@ -1052,7 +1052,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1052
1052
|
type?: "user" | "group" | "domain" | "anyone" | undefined;
|
|
1053
1053
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1054
1054
|
email_address?: string | undefined;
|
|
1055
|
-
role?: "
|
|
1055
|
+
role?: "reader" | "writer" | "commenter" | "owner" | undefined;
|
|
1056
1056
|
send_notification?: boolean | undefined;
|
|
1057
1057
|
}>, z.ZodObject<{
|
|
1058
1058
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -1193,8 +1193,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1193
1193
|
emailAddress?: string | undefined;
|
|
1194
1194
|
}>, "many">>;
|
|
1195
1195
|
}, "strip", z.ZodTypeAny, {
|
|
1196
|
-
mimeType: string;
|
|
1197
1196
|
name: string;
|
|
1197
|
+
mimeType: string;
|
|
1198
1198
|
id: string;
|
|
1199
1199
|
size?: string | undefined;
|
|
1200
1200
|
createdTime?: string | undefined;
|
|
@@ -1208,8 +1208,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1208
1208
|
emailAddress?: string | undefined;
|
|
1209
1209
|
}[] | undefined;
|
|
1210
1210
|
}, {
|
|
1211
|
-
mimeType: string;
|
|
1212
1211
|
name: string;
|
|
1212
|
+
mimeType: string;
|
|
1213
1213
|
id: string;
|
|
1214
1214
|
size?: string | undefined;
|
|
1215
1215
|
createdTime?: string | undefined;
|
|
@@ -1225,12 +1225,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1225
1225
|
}>>;
|
|
1226
1226
|
error: z.ZodString;
|
|
1227
1227
|
}, "strip", z.ZodTypeAny, {
|
|
1228
|
-
error: string;
|
|
1229
1228
|
success: boolean;
|
|
1229
|
+
error: string;
|
|
1230
1230
|
operation: "upload_file";
|
|
1231
1231
|
file?: {
|
|
1232
|
-
mimeType: string;
|
|
1233
1232
|
name: string;
|
|
1233
|
+
mimeType: string;
|
|
1234
1234
|
id: string;
|
|
1235
1235
|
size?: string | undefined;
|
|
1236
1236
|
createdTime?: string | undefined;
|
|
@@ -1245,12 +1245,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1245
1245
|
}[] | undefined;
|
|
1246
1246
|
} | undefined;
|
|
1247
1247
|
}, {
|
|
1248
|
-
error: string;
|
|
1249
1248
|
success: boolean;
|
|
1249
|
+
error: string;
|
|
1250
1250
|
operation: "upload_file";
|
|
1251
1251
|
file?: {
|
|
1252
|
-
mimeType: string;
|
|
1253
1252
|
name: string;
|
|
1253
|
+
mimeType: string;
|
|
1254
1254
|
id: string;
|
|
1255
1255
|
size?: string | undefined;
|
|
1256
1256
|
createdTime?: string | undefined;
|
|
@@ -1272,18 +1272,18 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1272
1272
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1273
1273
|
error: z.ZodString;
|
|
1274
1274
|
}, "strip", z.ZodTypeAny, {
|
|
1275
|
-
error: string;
|
|
1276
1275
|
success: boolean;
|
|
1276
|
+
error: string;
|
|
1277
1277
|
operation: "download_file";
|
|
1278
|
-
mimeType?: string | undefined;
|
|
1279
1278
|
content?: string | undefined;
|
|
1279
|
+
mimeType?: string | undefined;
|
|
1280
1280
|
filename?: string | undefined;
|
|
1281
1281
|
}, {
|
|
1282
|
-
error: string;
|
|
1283
1282
|
success: boolean;
|
|
1283
|
+
error: string;
|
|
1284
1284
|
operation: "download_file";
|
|
1285
|
-
mimeType?: string | undefined;
|
|
1286
1285
|
content?: string | undefined;
|
|
1286
|
+
mimeType?: string | undefined;
|
|
1287
1287
|
filename?: string | undefined;
|
|
1288
1288
|
}>, z.ZodObject<{
|
|
1289
1289
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -1310,8 +1310,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1310
1310
|
emailAddress?: string | undefined;
|
|
1311
1311
|
}>, "many">>;
|
|
1312
1312
|
}, "strip", z.ZodTypeAny, {
|
|
1313
|
-
mimeType: string;
|
|
1314
1313
|
name: string;
|
|
1314
|
+
mimeType: string;
|
|
1315
1315
|
id: string;
|
|
1316
1316
|
size?: string | undefined;
|
|
1317
1317
|
createdTime?: string | undefined;
|
|
@@ -1325,8 +1325,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1325
1325
|
emailAddress?: string | undefined;
|
|
1326
1326
|
}[] | undefined;
|
|
1327
1327
|
}, {
|
|
1328
|
-
mimeType: string;
|
|
1329
1328
|
name: string;
|
|
1329
|
+
mimeType: string;
|
|
1330
1330
|
id: string;
|
|
1331
1331
|
size?: string | undefined;
|
|
1332
1332
|
createdTime?: string | undefined;
|
|
@@ -1344,12 +1344,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1344
1344
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
1345
1345
|
error: z.ZodString;
|
|
1346
1346
|
}, "strip", z.ZodTypeAny, {
|
|
1347
|
-
error: string;
|
|
1348
1347
|
success: boolean;
|
|
1348
|
+
error: string;
|
|
1349
1349
|
operation: "list_files";
|
|
1350
1350
|
files?: {
|
|
1351
|
-
mimeType: string;
|
|
1352
1351
|
name: string;
|
|
1352
|
+
mimeType: string;
|
|
1353
1353
|
id: string;
|
|
1354
1354
|
size?: string | undefined;
|
|
1355
1355
|
createdTime?: string | undefined;
|
|
@@ -1366,12 +1366,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1366
1366
|
total_count?: number | undefined;
|
|
1367
1367
|
next_page_token?: string | undefined;
|
|
1368
1368
|
}, {
|
|
1369
|
-
error: string;
|
|
1370
1369
|
success: boolean;
|
|
1370
|
+
error: string;
|
|
1371
1371
|
operation: "list_files";
|
|
1372
1372
|
files?: {
|
|
1373
|
-
mimeType: string;
|
|
1374
1373
|
name: string;
|
|
1374
|
+
mimeType: string;
|
|
1375
1375
|
id: string;
|
|
1376
1376
|
size?: string | undefined;
|
|
1377
1377
|
createdTime?: string | undefined;
|
|
@@ -1408,8 +1408,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1408
1408
|
}>>;
|
|
1409
1409
|
error: z.ZodString;
|
|
1410
1410
|
}, "strip", z.ZodTypeAny, {
|
|
1411
|
-
error: string;
|
|
1412
1411
|
success: boolean;
|
|
1412
|
+
error: string;
|
|
1413
1413
|
operation: "create_folder";
|
|
1414
1414
|
folder?: {
|
|
1415
1415
|
name: string;
|
|
@@ -1418,8 +1418,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1418
1418
|
parents?: string[] | undefined;
|
|
1419
1419
|
} | undefined;
|
|
1420
1420
|
}, {
|
|
1421
|
-
error: string;
|
|
1422
1421
|
success: boolean;
|
|
1422
|
+
error: string;
|
|
1423
1423
|
operation: "create_folder";
|
|
1424
1424
|
folder?: {
|
|
1425
1425
|
name: string;
|
|
@@ -1433,13 +1433,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1433
1433
|
deleted_file_id: z.ZodOptional<z.ZodString>;
|
|
1434
1434
|
error: z.ZodString;
|
|
1435
1435
|
}, "strip", z.ZodTypeAny, {
|
|
1436
|
-
error: string;
|
|
1437
1436
|
success: boolean;
|
|
1437
|
+
error: string;
|
|
1438
1438
|
operation: "delete_file";
|
|
1439
1439
|
deleted_file_id?: string | undefined;
|
|
1440
1440
|
}, {
|
|
1441
|
-
error: string;
|
|
1442
1441
|
success: boolean;
|
|
1442
|
+
error: string;
|
|
1443
1443
|
operation: "delete_file";
|
|
1444
1444
|
deleted_file_id?: string | undefined;
|
|
1445
1445
|
}>, z.ZodObject<{
|
|
@@ -1467,8 +1467,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1467
1467
|
emailAddress?: string | undefined;
|
|
1468
1468
|
}>, "many">>;
|
|
1469
1469
|
}, "strip", z.ZodTypeAny, {
|
|
1470
|
-
mimeType: string;
|
|
1471
1470
|
name: string;
|
|
1471
|
+
mimeType: string;
|
|
1472
1472
|
id: string;
|
|
1473
1473
|
size?: string | undefined;
|
|
1474
1474
|
createdTime?: string | undefined;
|
|
@@ -1482,8 +1482,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1482
1482
|
emailAddress?: string | undefined;
|
|
1483
1483
|
}[] | undefined;
|
|
1484
1484
|
}, {
|
|
1485
|
-
mimeType: string;
|
|
1486
1485
|
name: string;
|
|
1486
|
+
mimeType: string;
|
|
1487
1487
|
id: string;
|
|
1488
1488
|
size?: string | undefined;
|
|
1489
1489
|
createdTime?: string | undefined;
|
|
@@ -1518,12 +1518,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1518
1518
|
}>, "many">>;
|
|
1519
1519
|
error: z.ZodString;
|
|
1520
1520
|
}, "strip", z.ZodTypeAny, {
|
|
1521
|
-
error: string;
|
|
1522
1521
|
success: boolean;
|
|
1522
|
+
error: string;
|
|
1523
1523
|
operation: "get_file_info";
|
|
1524
1524
|
file?: {
|
|
1525
|
-
mimeType: string;
|
|
1526
1525
|
name: string;
|
|
1526
|
+
mimeType: string;
|
|
1527
1527
|
id: string;
|
|
1528
1528
|
size?: string | undefined;
|
|
1529
1529
|
createdTime?: string | undefined;
|
|
@@ -1545,12 +1545,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1545
1545
|
emailAddress?: string | undefined;
|
|
1546
1546
|
}[] | undefined;
|
|
1547
1547
|
}, {
|
|
1548
|
-
error: string;
|
|
1549
1548
|
success: boolean;
|
|
1549
|
+
error: string;
|
|
1550
1550
|
operation: "get_file_info";
|
|
1551
1551
|
file?: {
|
|
1552
|
-
mimeType: string;
|
|
1553
1552
|
name: string;
|
|
1553
|
+
mimeType: string;
|
|
1554
1554
|
id: string;
|
|
1555
1555
|
size?: string | undefined;
|
|
1556
1556
|
createdTime?: string | undefined;
|
|
@@ -1578,14 +1578,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1578
1578
|
share_link: z.ZodOptional<z.ZodString>;
|
|
1579
1579
|
error: z.ZodString;
|
|
1580
1580
|
}, "strip", z.ZodTypeAny, {
|
|
1581
|
-
error: string;
|
|
1582
1581
|
success: boolean;
|
|
1582
|
+
error: string;
|
|
1583
1583
|
operation: "share_file";
|
|
1584
1584
|
permission_id?: string | undefined;
|
|
1585
1585
|
share_link?: string | undefined;
|
|
1586
1586
|
}, {
|
|
1587
|
-
error: string;
|
|
1588
1587
|
success: boolean;
|
|
1588
|
+
error: string;
|
|
1589
1589
|
operation: "share_file";
|
|
1590
1590
|
permission_id?: string | undefined;
|
|
1591
1591
|
share_link?: string | undefined;
|
|
@@ -1614,8 +1614,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1614
1614
|
emailAddress?: string | undefined;
|
|
1615
1615
|
}>, "many">>;
|
|
1616
1616
|
}, "strip", z.ZodTypeAny, {
|
|
1617
|
-
mimeType: string;
|
|
1618
1617
|
name: string;
|
|
1618
|
+
mimeType: string;
|
|
1619
1619
|
id: string;
|
|
1620
1620
|
size?: string | undefined;
|
|
1621
1621
|
createdTime?: string | undefined;
|
|
@@ -1629,8 +1629,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1629
1629
|
emailAddress?: string | undefined;
|
|
1630
1630
|
}[] | undefined;
|
|
1631
1631
|
}, {
|
|
1632
|
-
mimeType: string;
|
|
1633
1632
|
name: string;
|
|
1633
|
+
mimeType: string;
|
|
1634
1634
|
id: string;
|
|
1635
1635
|
size?: string | undefined;
|
|
1636
1636
|
createdTime?: string | undefined;
|
|
@@ -1646,12 +1646,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1646
1646
|
}>>;
|
|
1647
1647
|
error: z.ZodString;
|
|
1648
1648
|
}, "strip", z.ZodTypeAny, {
|
|
1649
|
-
error: string;
|
|
1650
1649
|
success: boolean;
|
|
1650
|
+
error: string;
|
|
1651
1651
|
operation: "move_file";
|
|
1652
1652
|
file?: {
|
|
1653
|
-
mimeType: string;
|
|
1654
1653
|
name: string;
|
|
1654
|
+
mimeType: string;
|
|
1655
1655
|
id: string;
|
|
1656
1656
|
size?: string | undefined;
|
|
1657
1657
|
createdTime?: string | undefined;
|
|
@@ -1666,12 +1666,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1666
1666
|
}[] | undefined;
|
|
1667
1667
|
} | undefined;
|
|
1668
1668
|
}, {
|
|
1669
|
-
error: string;
|
|
1670
1669
|
success: boolean;
|
|
1670
|
+
error: string;
|
|
1671
1671
|
operation: "move_file";
|
|
1672
1672
|
file?: {
|
|
1673
|
-
mimeType: string;
|
|
1674
1673
|
name: string;
|
|
1674
|
+
mimeType: string;
|
|
1675
1675
|
id: string;
|
|
1676
1676
|
size?: string | undefined;
|
|
1677
1677
|
createdTime?: string | undefined;
|
|
@@ -1732,8 +1732,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1732
1732
|
}>, "many">>;
|
|
1733
1733
|
error: z.ZodString;
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
|
-
error: string;
|
|
1736
1735
|
success: boolean;
|
|
1736
|
+
error: string;
|
|
1737
1737
|
operation: "get_doc";
|
|
1738
1738
|
document?: z.objectOutputType<{
|
|
1739
1739
|
documentId: z.ZodString;
|
|
@@ -1752,8 +1752,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1752
1752
|
plainText?: string | undefined;
|
|
1753
1753
|
}[] | undefined;
|
|
1754
1754
|
}, {
|
|
1755
|
-
error: string;
|
|
1756
1755
|
success: boolean;
|
|
1756
|
+
error: string;
|
|
1757
1757
|
operation: "get_doc";
|
|
1758
1758
|
document?: z.objectInputType<{
|
|
1759
1759
|
documentId: z.ZodString;
|
|
@@ -1778,14 +1778,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1778
1778
|
revisionId: z.ZodOptional<z.ZodString>;
|
|
1779
1779
|
error: z.ZodString;
|
|
1780
1780
|
}, "strip", z.ZodTypeAny, {
|
|
1781
|
-
error: string;
|
|
1782
1781
|
success: boolean;
|
|
1782
|
+
error: string;
|
|
1783
1783
|
operation: "update_doc";
|
|
1784
1784
|
documentId?: string | undefined;
|
|
1785
1785
|
revisionId?: string | undefined;
|
|
1786
1786
|
}, {
|
|
1787
|
-
error: string;
|
|
1788
1787
|
success: boolean;
|
|
1788
|
+
error: string;
|
|
1789
1789
|
operation: "update_doc";
|
|
1790
1790
|
documentId?: string | undefined;
|
|
1791
1791
|
revisionId?: string | undefined;
|
|
@@ -1795,13 +1795,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1795
1795
|
replacements_made: z.ZodOptional<z.ZodNumber>;
|
|
1796
1796
|
error: z.ZodString;
|
|
1797
1797
|
}, "strip", z.ZodTypeAny, {
|
|
1798
|
-
error: string;
|
|
1799
1798
|
success: boolean;
|
|
1799
|
+
error: string;
|
|
1800
1800
|
operation: "replace_text";
|
|
1801
1801
|
replacements_made?: number | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
-
error: string;
|
|
1804
1803
|
success: boolean;
|
|
1804
|
+
error: string;
|
|
1805
1805
|
operation: "replace_text";
|
|
1806
1806
|
replacements_made?: number | undefined;
|
|
1807
1807
|
}>, z.ZodObject<{
|
|
@@ -1811,14 +1811,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1811
1811
|
new_document_url: z.ZodOptional<z.ZodString>;
|
|
1812
1812
|
error: z.ZodString;
|
|
1813
1813
|
}, "strip", z.ZodTypeAny, {
|
|
1814
|
-
error: string;
|
|
1815
1814
|
success: boolean;
|
|
1815
|
+
error: string;
|
|
1816
1816
|
operation: "copy_doc";
|
|
1817
1817
|
new_document_id?: string | undefined;
|
|
1818
1818
|
new_document_url?: string | undefined;
|
|
1819
1819
|
}, {
|
|
1820
|
-
error: string;
|
|
1821
1820
|
success: boolean;
|
|
1821
|
+
error: string;
|
|
1822
1822
|
operation: "copy_doc";
|
|
1823
1823
|
new_document_id?: string | undefined;
|
|
1824
1824
|
new_document_url?: string | undefined;
|