@bubblelab/bubble-core 0.1.238 → 0.1.239
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 +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +162 -162
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +7 -7
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- 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 +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +140 -140
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +34 -34
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +316 -316
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- 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<{
|
|
@@ -276,9 +276,9 @@ 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;
|
|
281
280
|
id: string;
|
|
281
|
+
mimeType: string;
|
|
282
282
|
size?: string | undefined;
|
|
283
283
|
createdTime?: string | undefined;
|
|
284
284
|
modifiedTime?: string | undefined;
|
|
@@ -291,9 +291,9 @@ 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;
|
|
296
295
|
id: string;
|
|
296
|
+
mimeType: string;
|
|
297
297
|
size?: string | undefined;
|
|
298
298
|
createdTime?: string | undefined;
|
|
299
299
|
modifiedTime?: string | undefined;
|
|
@@ -312,9 +312,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
312
312
|
success: boolean;
|
|
313
313
|
operation: "upload_file";
|
|
314
314
|
file?: {
|
|
315
|
-
mimeType: string;
|
|
316
315
|
name: string;
|
|
317
316
|
id: string;
|
|
317
|
+
mimeType: string;
|
|
318
318
|
size?: string | undefined;
|
|
319
319
|
createdTime?: string | undefined;
|
|
320
320
|
modifiedTime?: string | undefined;
|
|
@@ -332,9 +332,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
332
332
|
success: boolean;
|
|
333
333
|
operation: "upload_file";
|
|
334
334
|
file?: {
|
|
335
|
-
mimeType: string;
|
|
336
335
|
name: string;
|
|
337
336
|
id: string;
|
|
337
|
+
mimeType: string;
|
|
338
338
|
size?: string | undefined;
|
|
339
339
|
createdTime?: string | undefined;
|
|
340
340
|
modifiedTime?: string | undefined;
|
|
@@ -358,15 +358,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
358
358
|
error: string;
|
|
359
359
|
success: boolean;
|
|
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
365
|
error: string;
|
|
366
366
|
success: boolean;
|
|
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,9 +393,9 @@ 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;
|
|
398
397
|
id: string;
|
|
398
|
+
mimeType: string;
|
|
399
399
|
size?: string | undefined;
|
|
400
400
|
createdTime?: string | undefined;
|
|
401
401
|
modifiedTime?: string | undefined;
|
|
@@ -408,9 +408,9 @@ 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;
|
|
413
412
|
id: string;
|
|
413
|
+
mimeType: string;
|
|
414
414
|
size?: string | undefined;
|
|
415
415
|
createdTime?: string | undefined;
|
|
416
416
|
modifiedTime?: string | undefined;
|
|
@@ -431,9 +431,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
431
431
|
success: boolean;
|
|
432
432
|
operation: "list_files";
|
|
433
433
|
files?: {
|
|
434
|
-
mimeType: string;
|
|
435
434
|
name: string;
|
|
436
435
|
id: string;
|
|
436
|
+
mimeType: string;
|
|
437
437
|
size?: string | undefined;
|
|
438
438
|
createdTime?: string | undefined;
|
|
439
439
|
modifiedTime?: string | undefined;
|
|
@@ -453,9 +453,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
453
453
|
success: boolean;
|
|
454
454
|
operation: "list_files";
|
|
455
455
|
files?: {
|
|
456
|
-
mimeType: string;
|
|
457
456
|
name: string;
|
|
458
457
|
id: string;
|
|
458
|
+
mimeType: string;
|
|
459
459
|
size?: string | undefined;
|
|
460
460
|
createdTime?: string | undefined;
|
|
461
461
|
modifiedTime?: string | undefined;
|
|
@@ -550,9 +550,9 @@ 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;
|
|
555
554
|
id: string;
|
|
555
|
+
mimeType: string;
|
|
556
556
|
size?: string | undefined;
|
|
557
557
|
createdTime?: string | undefined;
|
|
558
558
|
modifiedTime?: string | undefined;
|
|
@@ -565,9 +565,9 @@ 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;
|
|
570
569
|
id: string;
|
|
570
|
+
mimeType: string;
|
|
571
571
|
size?: string | undefined;
|
|
572
572
|
createdTime?: string | undefined;
|
|
573
573
|
modifiedTime?: string | undefined;
|
|
@@ -605,9 +605,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
605
605
|
success: boolean;
|
|
606
606
|
operation: "get_file_info";
|
|
607
607
|
file?: {
|
|
608
|
-
mimeType: string;
|
|
609
608
|
name: string;
|
|
610
609
|
id: string;
|
|
610
|
+
mimeType: string;
|
|
611
611
|
size?: string | undefined;
|
|
612
612
|
createdTime?: string | undefined;
|
|
613
613
|
modifiedTime?: string | undefined;
|
|
@@ -632,9 +632,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
632
632
|
success: boolean;
|
|
633
633
|
operation: "get_file_info";
|
|
634
634
|
file?: {
|
|
635
|
-
mimeType: string;
|
|
636
635
|
name: string;
|
|
637
636
|
id: string;
|
|
637
|
+
mimeType: string;
|
|
638
638
|
size?: string | undefined;
|
|
639
639
|
createdTime?: string | undefined;
|
|
640
640
|
modifiedTime?: string | undefined;
|
|
@@ -697,9 +697,9 @@ 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;
|
|
702
701
|
id: string;
|
|
702
|
+
mimeType: string;
|
|
703
703
|
size?: string | undefined;
|
|
704
704
|
createdTime?: string | undefined;
|
|
705
705
|
modifiedTime?: string | undefined;
|
|
@@ -712,9 +712,9 @@ 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;
|
|
717
716
|
id: string;
|
|
717
|
+
mimeType: string;
|
|
718
718
|
size?: string | undefined;
|
|
719
719
|
createdTime?: string | undefined;
|
|
720
720
|
modifiedTime?: string | undefined;
|
|
@@ -733,9 +733,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
733
733
|
success: boolean;
|
|
734
734
|
operation: "move_file";
|
|
735
735
|
file?: {
|
|
736
|
-
mimeType: string;
|
|
737
736
|
name: string;
|
|
738
737
|
id: string;
|
|
738
|
+
mimeType: string;
|
|
739
739
|
size?: string | undefined;
|
|
740
740
|
createdTime?: string | undefined;
|
|
741
741
|
modifiedTime?: string | undefined;
|
|
@@ -753,9 +753,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
753
753
|
success: boolean;
|
|
754
754
|
operation: "move_file";
|
|
755
755
|
file?: {
|
|
756
|
-
mimeType: string;
|
|
757
756
|
name: string;
|
|
758
757
|
id: string;
|
|
758
|
+
mimeType: string;
|
|
759
759
|
size?: string | undefined;
|
|
760
760
|
createdTime?: string | undefined;
|
|
761
761
|
modifiedTime?: 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<{
|
|
@@ -1193,9 +1193,9 @@ 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;
|
|
1198
1197
|
id: string;
|
|
1198
|
+
mimeType: string;
|
|
1199
1199
|
size?: string | undefined;
|
|
1200
1200
|
createdTime?: string | undefined;
|
|
1201
1201
|
modifiedTime?: string | undefined;
|
|
@@ -1208,9 +1208,9 @@ 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;
|
|
1213
1212
|
id: string;
|
|
1213
|
+
mimeType: string;
|
|
1214
1214
|
size?: string | undefined;
|
|
1215
1215
|
createdTime?: string | undefined;
|
|
1216
1216
|
modifiedTime?: string | undefined;
|
|
@@ -1229,9 +1229,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1229
1229
|
success: boolean;
|
|
1230
1230
|
operation: "upload_file";
|
|
1231
1231
|
file?: {
|
|
1232
|
-
mimeType: string;
|
|
1233
1232
|
name: string;
|
|
1234
1233
|
id: string;
|
|
1234
|
+
mimeType: string;
|
|
1235
1235
|
size?: string | undefined;
|
|
1236
1236
|
createdTime?: string | undefined;
|
|
1237
1237
|
modifiedTime?: string | undefined;
|
|
@@ -1249,9 +1249,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1249
1249
|
success: boolean;
|
|
1250
1250
|
operation: "upload_file";
|
|
1251
1251
|
file?: {
|
|
1252
|
-
mimeType: string;
|
|
1253
1252
|
name: string;
|
|
1254
1253
|
id: string;
|
|
1254
|
+
mimeType: string;
|
|
1255
1255
|
size?: string | undefined;
|
|
1256
1256
|
createdTime?: string | undefined;
|
|
1257
1257
|
modifiedTime?: string | undefined;
|
|
@@ -1275,15 +1275,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1275
1275
|
error: string;
|
|
1276
1276
|
success: boolean;
|
|
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
1282
|
error: string;
|
|
1283
1283
|
success: boolean;
|
|
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,9 +1310,9 @@ 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;
|
|
1315
1314
|
id: string;
|
|
1315
|
+
mimeType: string;
|
|
1316
1316
|
size?: string | undefined;
|
|
1317
1317
|
createdTime?: string | undefined;
|
|
1318
1318
|
modifiedTime?: string | undefined;
|
|
@@ -1325,9 +1325,9 @@ 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;
|
|
1330
1329
|
id: string;
|
|
1330
|
+
mimeType: string;
|
|
1331
1331
|
size?: string | undefined;
|
|
1332
1332
|
createdTime?: string | undefined;
|
|
1333
1333
|
modifiedTime?: string | undefined;
|
|
@@ -1348,9 +1348,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1348
1348
|
success: boolean;
|
|
1349
1349
|
operation: "list_files";
|
|
1350
1350
|
files?: {
|
|
1351
|
-
mimeType: string;
|
|
1352
1351
|
name: string;
|
|
1353
1352
|
id: string;
|
|
1353
|
+
mimeType: string;
|
|
1354
1354
|
size?: string | undefined;
|
|
1355
1355
|
createdTime?: string | undefined;
|
|
1356
1356
|
modifiedTime?: string | undefined;
|
|
@@ -1370,9 +1370,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1370
1370
|
success: boolean;
|
|
1371
1371
|
operation: "list_files";
|
|
1372
1372
|
files?: {
|
|
1373
|
-
mimeType: string;
|
|
1374
1373
|
name: string;
|
|
1375
1374
|
id: string;
|
|
1375
|
+
mimeType: string;
|
|
1376
1376
|
size?: string | undefined;
|
|
1377
1377
|
createdTime?: string | undefined;
|
|
1378
1378
|
modifiedTime?: string | undefined;
|
|
@@ -1467,9 +1467,9 @@ 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;
|
|
1472
1471
|
id: string;
|
|
1472
|
+
mimeType: string;
|
|
1473
1473
|
size?: string | undefined;
|
|
1474
1474
|
createdTime?: string | undefined;
|
|
1475
1475
|
modifiedTime?: string | undefined;
|
|
@@ -1482,9 +1482,9 @@ 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;
|
|
1487
1486
|
id: string;
|
|
1487
|
+
mimeType: string;
|
|
1488
1488
|
size?: string | undefined;
|
|
1489
1489
|
createdTime?: string | undefined;
|
|
1490
1490
|
modifiedTime?: string | undefined;
|
|
@@ -1522,9 +1522,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1522
1522
|
success: boolean;
|
|
1523
1523
|
operation: "get_file_info";
|
|
1524
1524
|
file?: {
|
|
1525
|
-
mimeType: string;
|
|
1526
1525
|
name: string;
|
|
1527
1526
|
id: string;
|
|
1527
|
+
mimeType: string;
|
|
1528
1528
|
size?: string | undefined;
|
|
1529
1529
|
createdTime?: string | undefined;
|
|
1530
1530
|
modifiedTime?: string | undefined;
|
|
@@ -1549,9 +1549,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1549
1549
|
success: boolean;
|
|
1550
1550
|
operation: "get_file_info";
|
|
1551
1551
|
file?: {
|
|
1552
|
-
mimeType: string;
|
|
1553
1552
|
name: string;
|
|
1554
1553
|
id: string;
|
|
1554
|
+
mimeType: string;
|
|
1555
1555
|
size?: string | undefined;
|
|
1556
1556
|
createdTime?: string | undefined;
|
|
1557
1557
|
modifiedTime?: string | undefined;
|
|
@@ -1614,9 +1614,9 @@ 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;
|
|
1619
1618
|
id: string;
|
|
1619
|
+
mimeType: string;
|
|
1620
1620
|
size?: string | undefined;
|
|
1621
1621
|
createdTime?: string | undefined;
|
|
1622
1622
|
modifiedTime?: string | undefined;
|
|
@@ -1629,9 +1629,9 @@ 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;
|
|
1634
1633
|
id: string;
|
|
1634
|
+
mimeType: string;
|
|
1635
1635
|
size?: string | undefined;
|
|
1636
1636
|
createdTime?: string | undefined;
|
|
1637
1637
|
modifiedTime?: string | undefined;
|
|
@@ -1650,9 +1650,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1650
1650
|
success: boolean;
|
|
1651
1651
|
operation: "move_file";
|
|
1652
1652
|
file?: {
|
|
1653
|
-
mimeType: string;
|
|
1654
1653
|
name: string;
|
|
1655
1654
|
id: string;
|
|
1655
|
+
mimeType: string;
|
|
1656
1656
|
size?: string | undefined;
|
|
1657
1657
|
createdTime?: string | undefined;
|
|
1658
1658
|
modifiedTime?: string | undefined;
|
|
@@ -1670,9 +1670,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1670
1670
|
success: boolean;
|
|
1671
1671
|
operation: "move_file";
|
|
1672
1672
|
file?: {
|
|
1673
|
-
mimeType: string;
|
|
1674
1673
|
name: string;
|
|
1675
1674
|
id: string;
|
|
1675
|
+
mimeType: string;
|
|
1676
1676
|
size?: string | undefined;
|
|
1677
1677
|
createdTime?: string | undefined;
|
|
1678
1678
|
modifiedTime?: string | undefined;
|
|
@@ -14,11 +14,11 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
14
14
|
responseType: z.ZodDefault<z.ZodEnum<["auto", "text", "binary"]>>;
|
|
15
15
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
url: string;
|
|
18
17
|
timeout: number;
|
|
18
|
+
url: string;
|
|
19
19
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
20
20
|
followRedirects: boolean;
|
|
21
|
-
authType: "
|
|
21
|
+
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
22
22
|
responseType: "binary" | "auto" | "text";
|
|
23
23
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
24
|
headers?: Record<string, string> | undefined;
|
|
@@ -32,7 +32,7 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
32
32
|
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
33
33
|
body?: string | Record<string, unknown> | undefined;
|
|
34
34
|
followRedirects?: boolean | undefined;
|
|
35
|
-
authType?: "
|
|
35
|
+
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
36
36
|
authHeader?: string | undefined;
|
|
37
37
|
responseType?: "binary" | "auto" | "text" | undefined;
|
|
38
38
|
}>;
|
|
@@ -52,9 +52,9 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
52
52
|
size: z.ZodNumber;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
54
|
status: number;
|
|
55
|
-
isBase64: boolean;
|
|
56
55
|
error: string;
|
|
57
56
|
success: boolean;
|
|
57
|
+
isBase64: boolean;
|
|
58
58
|
headers: Record<string, string>;
|
|
59
59
|
size: number;
|
|
60
60
|
body: string;
|
|
@@ -64,9 +64,9 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
64
64
|
json?: unknown;
|
|
65
65
|
}, {
|
|
66
66
|
status: number;
|
|
67
|
-
isBase64: boolean;
|
|
68
67
|
error: string;
|
|
69
68
|
success: boolean;
|
|
69
|
+
isBase64: boolean;
|
|
70
70
|
headers: Record<string, string>;
|
|
71
71
|
size: number;
|
|
72
72
|
body: string;
|
|
@@ -93,11 +93,11 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
93
93
|
responseType: z.ZodDefault<z.ZodEnum<["auto", "text", "binary"]>>;
|
|
94
94
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
|
-
url: string;
|
|
97
96
|
timeout: number;
|
|
97
|
+
url: string;
|
|
98
98
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
99
99
|
followRedirects: boolean;
|
|
100
|
-
authType: "
|
|
100
|
+
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
101
101
|
responseType: "binary" | "auto" | "text";
|
|
102
102
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
103
103
|
headers?: Record<string, string> | undefined;
|
|
@@ -111,7 +111,7 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
111
111
|
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
112
112
|
body?: string | Record<string, unknown> | undefined;
|
|
113
113
|
followRedirects?: boolean | undefined;
|
|
114
|
-
authType?: "
|
|
114
|
+
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
115
115
|
authHeader?: string | undefined;
|
|
116
116
|
responseType?: "binary" | "auto" | "text" | undefined;
|
|
117
117
|
}>;
|
|
@@ -129,9 +129,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
129
129
|
size: z.ZodNumber;
|
|
130
130
|
}, "strip", z.ZodTypeAny, {
|
|
131
131
|
status: number;
|
|
132
|
-
isBase64: boolean;
|
|
133
132
|
error: string;
|
|
134
133
|
success: boolean;
|
|
134
|
+
isBase64: boolean;
|
|
135
135
|
headers: Record<string, string>;
|
|
136
136
|
size: number;
|
|
137
137
|
body: string;
|
|
@@ -141,9 +141,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
141
141
|
json?: unknown;
|
|
142
142
|
}, {
|
|
143
143
|
status: number;
|
|
144
|
-
isBase64: boolean;
|
|
145
144
|
error: string;
|
|
146
145
|
success: boolean;
|
|
146
|
+
isBase64: boolean;
|
|
147
147
|
headers: Record<string, string>;
|
|
148
148
|
size: number;
|
|
149
149
|
body: string;
|
|
@@ -294,7 +294,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
294
294
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
295
295
|
fieldType: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber";
|
|
296
296
|
groupName: string;
|
|
297
|
-
description?: string | undefined;
|
|
298
297
|
options?: {
|
|
299
298
|
value: string;
|
|
300
299
|
label: string;
|
|
@@ -302,6 +301,7 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
302
301
|
displayOrder?: number | undefined;
|
|
303
302
|
hidden?: boolean | undefined;
|
|
304
303
|
}[] | undefined;
|
|
304
|
+
description?: string | undefined;
|
|
305
305
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
306
306
|
hasUniqueValue?: boolean | undefined;
|
|
307
307
|
calculationFormula?: string | undefined;
|
|
@@ -313,7 +313,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
313
313
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
314
314
|
fieldType: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber";
|
|
315
315
|
groupName: string;
|
|
316
|
-
description?: string | undefined;
|
|
317
316
|
options?: {
|
|
318
317
|
value: string;
|
|
319
318
|
label: string;
|
|
@@ -321,6 +320,7 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
321
320
|
displayOrder?: number | undefined;
|
|
322
321
|
hidden?: boolean | undefined;
|
|
323
322
|
}[] | undefined;
|
|
323
|
+
description?: string | undefined;
|
|
324
324
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
325
325
|
hasUniqueValue?: boolean | undefined;
|
|
326
326
|
calculationFormula?: string | undefined;
|
|
@@ -357,8 +357,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
357
357
|
operation: "update_property";
|
|
358
358
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
359
359
|
property_name: string;
|
|
360
|
-
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
361
|
-
description?: string | undefined;
|
|
362
360
|
options?: {
|
|
363
361
|
value: string;
|
|
364
362
|
label: string;
|
|
@@ -366,6 +364,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
366
364
|
displayOrder?: number | undefined;
|
|
367
365
|
hidden?: boolean | undefined;
|
|
368
366
|
}[] | undefined;
|
|
367
|
+
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
368
|
+
description?: string | undefined;
|
|
369
369
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
370
370
|
label?: string | undefined;
|
|
371
371
|
fieldType?: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber" | undefined;
|
|
@@ -374,8 +374,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
374
374
|
operation: "update_property";
|
|
375
375
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
376
376
|
property_name: string;
|
|
377
|
-
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
378
|
-
description?: string | undefined;
|
|
379
377
|
options?: {
|
|
380
378
|
value: string;
|
|
381
379
|
label: string;
|
|
@@ -383,6 +381,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
383
381
|
displayOrder?: number | undefined;
|
|
384
382
|
hidden?: boolean | undefined;
|
|
385
383
|
}[] | undefined;
|
|
384
|
+
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
385
|
+
description?: string | undefined;
|
|
386
386
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
387
387
|
label?: string | undefined;
|
|
388
388
|
fieldType?: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber" | undefined;
|
|
@@ -516,13 +516,13 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
|
|
|
516
516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
517
517
|
operation: "list_owners";
|
|
518
518
|
limit: number;
|
|
519
|
-
email?: string | undefined;
|
|
520
519
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
520
|
+
email?: string | undefined;
|
|
521
521
|
after?: string | undefined;
|
|
522
522
|
}, {
|
|
523
523
|
operation: "list_owners";
|
|
524
|
-
email?: string | undefined;
|
|
525
524
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
525
|
+
email?: string | undefined;
|
|
526
526
|
limit?: number | undefined;
|
|
527
527
|
after?: string | undefined;
|
|
528
528
|
}>, import("zod").ZodObject<{
|
|
@@ -278,7 +278,6 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
278
278
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
279
279
|
fieldType: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber";
|
|
280
280
|
groupName: string;
|
|
281
|
-
description?: string | undefined;
|
|
282
281
|
options?: {
|
|
283
282
|
value: string;
|
|
284
283
|
label: string;
|
|
@@ -286,6 +285,7 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
286
285
|
displayOrder?: number | undefined;
|
|
287
286
|
hidden?: boolean | undefined;
|
|
288
287
|
}[] | undefined;
|
|
288
|
+
description?: string | undefined;
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
290
|
hasUniqueValue?: boolean | undefined;
|
|
291
291
|
calculationFormula?: string | undefined;
|
|
@@ -297,7 +297,6 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
297
297
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
298
298
|
fieldType: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber";
|
|
299
299
|
groupName: string;
|
|
300
|
-
description?: string | undefined;
|
|
301
300
|
options?: {
|
|
302
301
|
value: string;
|
|
303
302
|
label: string;
|
|
@@ -305,6 +304,7 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
305
304
|
displayOrder?: number | undefined;
|
|
306
305
|
hidden?: boolean | undefined;
|
|
307
306
|
}[] | undefined;
|
|
307
|
+
description?: string | undefined;
|
|
308
308
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
309
309
|
hasUniqueValue?: boolean | undefined;
|
|
310
310
|
calculationFormula?: string | undefined;
|
|
@@ -341,8 +341,6 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
341
341
|
operation: "update_property";
|
|
342
342
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
343
343
|
property_name: string;
|
|
344
|
-
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
345
|
-
description?: string | undefined;
|
|
346
344
|
options?: {
|
|
347
345
|
value: string;
|
|
348
346
|
label: string;
|
|
@@ -350,6 +348,8 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
350
348
|
displayOrder?: number | undefined;
|
|
351
349
|
hidden?: boolean | undefined;
|
|
352
350
|
}[] | undefined;
|
|
351
|
+
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
352
|
+
description?: string | undefined;
|
|
353
353
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
354
354
|
label?: string | undefined;
|
|
355
355
|
fieldType?: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber" | undefined;
|
|
@@ -358,8 +358,6 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
358
358
|
operation: "update_property";
|
|
359
359
|
object_type: "deals" | "contacts" | "companies" | "tickets";
|
|
360
360
|
property_name: string;
|
|
361
|
-
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
362
|
-
description?: string | undefined;
|
|
363
361
|
options?: {
|
|
364
362
|
value: string;
|
|
365
363
|
label: string;
|
|
@@ -367,6 +365,8 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
367
365
|
displayOrder?: number | undefined;
|
|
368
366
|
hidden?: boolean | undefined;
|
|
369
367
|
}[] | undefined;
|
|
368
|
+
type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
|
|
369
|
+
description?: string | undefined;
|
|
370
370
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
371
371
|
label?: string | undefined;
|
|
372
372
|
fieldType?: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber" | undefined;
|
|
@@ -500,13 +500,13 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
500
500
|
}, "strip", z.ZodTypeAny, {
|
|
501
501
|
operation: "list_owners";
|
|
502
502
|
limit: number;
|
|
503
|
-
email?: string | undefined;
|
|
504
503
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
504
|
+
email?: string | undefined;
|
|
505
505
|
after?: string | undefined;
|
|
506
506
|
}, {
|
|
507
507
|
operation: "list_owners";
|
|
508
|
-
email?: string | undefined;
|
|
509
508
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
509
|
+
email?: string | undefined;
|
|
510
510
|
limit?: number | undefined;
|
|
511
511
|
after?: string | undefined;
|
|
512
512
|
}>, z.ZodObject<{
|