@bubblelab/bubble-core 0.1.154 → 0.1.156
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 +139 -138
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
- 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 +28 -28
- 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 +24 -24
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
- package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
- 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 +12 -12
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
- 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 +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
- 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/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -186,13 +186,13 @@ declare const MultiSelectOptionSchema: z.ZodObject<{
|
|
|
186
186
|
name: z.ZodString;
|
|
187
187
|
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
188
188
|
}, "strip", z.ZodTypeAny, {
|
|
189
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
190
189
|
name: string;
|
|
191
190
|
id: string;
|
|
192
|
-
}, {
|
|
193
191
|
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
192
|
+
}, {
|
|
194
193
|
name: string;
|
|
195
194
|
id: string;
|
|
195
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
196
196
|
}>;
|
|
197
197
|
declare const MultiSelectPropertySchema: z.ZodObject<{
|
|
198
198
|
id: z.ZodString;
|
|
@@ -205,25 +205,25 @@ declare const MultiSelectPropertySchema: z.ZodObject<{
|
|
|
205
205
|
name: z.ZodString;
|
|
206
206
|
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
209
208
|
name: string;
|
|
210
209
|
id: string;
|
|
211
|
-
}, {
|
|
212
210
|
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
211
|
+
}, {
|
|
213
212
|
name: string;
|
|
214
213
|
id: string;
|
|
214
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
215
215
|
}>, "many">;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
217
|
options: {
|
|
218
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
219
218
|
name: string;
|
|
220
219
|
id: string;
|
|
220
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
221
221
|
}[];
|
|
222
222
|
}, {
|
|
223
223
|
options: {
|
|
224
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
225
224
|
name: string;
|
|
226
225
|
id: string;
|
|
226
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
227
227
|
}[];
|
|
228
228
|
}>;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -232,9 +232,9 @@ declare const MultiSelectPropertySchema: z.ZodObject<{
|
|
|
232
232
|
id: string;
|
|
233
233
|
multi_select: {
|
|
234
234
|
options: {
|
|
235
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
236
235
|
name: string;
|
|
237
236
|
id: string;
|
|
237
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
238
238
|
}[];
|
|
239
239
|
};
|
|
240
240
|
description?: string | undefined;
|
|
@@ -244,9 +244,9 @@ declare const MultiSelectPropertySchema: z.ZodObject<{
|
|
|
244
244
|
id: string;
|
|
245
245
|
multi_select: {
|
|
246
246
|
options: {
|
|
247
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
248
247
|
name: string;
|
|
249
248
|
id: string;
|
|
249
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
250
250
|
}[];
|
|
251
251
|
};
|
|
252
252
|
description?: string | undefined;
|
|
@@ -464,13 +464,13 @@ declare const SelectOptionSchema: z.ZodObject<{
|
|
|
464
464
|
name: z.ZodString;
|
|
465
465
|
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
|
467
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
468
467
|
name: string;
|
|
469
468
|
id: string;
|
|
470
|
-
}, {
|
|
471
469
|
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
470
|
+
}, {
|
|
472
471
|
name: string;
|
|
473
472
|
id: string;
|
|
473
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
474
474
|
}>;
|
|
475
475
|
declare const SelectPropertySchema: z.ZodObject<{
|
|
476
476
|
id: z.ZodString;
|
|
@@ -483,25 +483,25 @@ declare const SelectPropertySchema: z.ZodObject<{
|
|
|
483
483
|
name: z.ZodString;
|
|
484
484
|
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
485
485
|
}, "strip", z.ZodTypeAny, {
|
|
486
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
487
486
|
name: string;
|
|
488
487
|
id: string;
|
|
489
|
-
}, {
|
|
490
488
|
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
489
|
+
}, {
|
|
491
490
|
name: string;
|
|
492
491
|
id: string;
|
|
492
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
493
493
|
}>, "many">;
|
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
|
495
495
|
options: {
|
|
496
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
497
496
|
name: string;
|
|
498
497
|
id: string;
|
|
498
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
499
499
|
}[];
|
|
500
500
|
}, {
|
|
501
501
|
options: {
|
|
502
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
503
502
|
name: string;
|
|
504
503
|
id: string;
|
|
504
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
505
505
|
}[];
|
|
506
506
|
}>;
|
|
507
507
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -510,9 +510,9 @@ declare const SelectPropertySchema: z.ZodObject<{
|
|
|
510
510
|
id: string;
|
|
511
511
|
select: {
|
|
512
512
|
options: {
|
|
513
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
514
513
|
name: string;
|
|
515
514
|
id: string;
|
|
515
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
516
516
|
}[];
|
|
517
517
|
};
|
|
518
518
|
description?: string | undefined;
|
|
@@ -522,9 +522,9 @@ declare const SelectPropertySchema: z.ZodObject<{
|
|
|
522
522
|
id: string;
|
|
523
523
|
select: {
|
|
524
524
|
options: {
|
|
525
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
526
525
|
name: string;
|
|
527
526
|
id: string;
|
|
527
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
528
528
|
}[];
|
|
529
529
|
};
|
|
530
530
|
description?: string | undefined;
|
|
@@ -779,25 +779,25 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
779
779
|
name: z.ZodString;
|
|
780
780
|
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
781
781
|
}, "strip", z.ZodTypeAny, {
|
|
782
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
783
782
|
name: string;
|
|
784
783
|
id: string;
|
|
785
|
-
}, {
|
|
786
784
|
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
785
|
+
}, {
|
|
787
786
|
name: string;
|
|
788
787
|
id: string;
|
|
788
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
789
789
|
}>, "many">;
|
|
790
790
|
}, "strip", z.ZodTypeAny, {
|
|
791
791
|
options: {
|
|
792
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
793
792
|
name: string;
|
|
794
793
|
id: string;
|
|
794
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
795
795
|
}[];
|
|
796
796
|
}, {
|
|
797
797
|
options: {
|
|
798
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
799
798
|
name: string;
|
|
800
799
|
id: string;
|
|
800
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
801
801
|
}[];
|
|
802
802
|
}>;
|
|
803
803
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -806,9 +806,9 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
806
806
|
id: string;
|
|
807
807
|
multi_select: {
|
|
808
808
|
options: {
|
|
809
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
810
809
|
name: string;
|
|
811
810
|
id: string;
|
|
811
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
812
812
|
}[];
|
|
813
813
|
};
|
|
814
814
|
description?: string | undefined;
|
|
@@ -818,9 +818,9 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
818
818
|
id: string;
|
|
819
819
|
multi_select: {
|
|
820
820
|
options: {
|
|
821
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
822
821
|
name: string;
|
|
823
822
|
id: string;
|
|
823
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
824
824
|
}[];
|
|
825
825
|
};
|
|
826
826
|
description?: string | undefined;
|
|
@@ -1034,25 +1034,25 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1034
1034
|
name: z.ZodString;
|
|
1035
1035
|
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
1036
1036
|
}, "strip", z.ZodTypeAny, {
|
|
1037
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1038
1037
|
name: string;
|
|
1039
1038
|
id: string;
|
|
1040
|
-
}, {
|
|
1041
1039
|
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1040
|
+
}, {
|
|
1042
1041
|
name: string;
|
|
1043
1042
|
id: string;
|
|
1043
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1044
1044
|
}>, "many">;
|
|
1045
1045
|
}, "strip", z.ZodTypeAny, {
|
|
1046
1046
|
options: {
|
|
1047
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1048
1047
|
name: string;
|
|
1049
1048
|
id: string;
|
|
1049
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1050
1050
|
}[];
|
|
1051
1051
|
}, {
|
|
1052
1052
|
options: {
|
|
1053
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1054
1053
|
name: string;
|
|
1055
1054
|
id: string;
|
|
1055
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1056
1056
|
}[];
|
|
1057
1057
|
}>;
|
|
1058
1058
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1061,9 +1061,9 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1061
1061
|
id: string;
|
|
1062
1062
|
select: {
|
|
1063
1063
|
options: {
|
|
1064
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1065
1064
|
name: string;
|
|
1066
1065
|
id: string;
|
|
1066
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1067
1067
|
}[];
|
|
1068
1068
|
};
|
|
1069
1069
|
description?: string | undefined;
|
|
@@ -1073,9 +1073,9 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1073
1073
|
id: string;
|
|
1074
1074
|
select: {
|
|
1075
1075
|
options: {
|
|
1076
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1077
1076
|
name: string;
|
|
1078
1077
|
id: string;
|
|
1078
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1079
1079
|
}[];
|
|
1080
1080
|
};
|
|
1081
1081
|
description?: string | undefined;
|
|
@@ -12,20 +12,20 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
12
12
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
13
13
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
query: string;
|
|
16
|
-
parameters: unknown[];
|
|
17
15
|
timeout: number;
|
|
18
16
|
ignoreSSL: boolean;
|
|
17
|
+
query: string;
|
|
19
18
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
19
|
+
parameters: unknown[];
|
|
20
20
|
maxRows: number;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
query: string;
|
|
24
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
|
-
parameters?: unknown[] | undefined;
|
|
26
25
|
timeout?: number | undefined;
|
|
27
26
|
ignoreSSL?: boolean | undefined;
|
|
28
27
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
28
|
+
parameters?: unknown[] | undefined;
|
|
29
29
|
maxRows?: number | undefined;
|
|
30
30
|
}>;
|
|
31
31
|
type PostgreSQLParamsInput = z.input<typeof PostgreSQLParamsSchema>;
|
|
@@ -49,24 +49,24 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
|
|
|
49
49
|
error: z.ZodString;
|
|
50
50
|
cleanedJSONString: z.ZodString;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
-
success: boolean;
|
|
53
52
|
error: string;
|
|
54
|
-
|
|
55
|
-
rowCount: number | null;
|
|
53
|
+
success: boolean;
|
|
56
54
|
rows: Record<string, unknown>[];
|
|
55
|
+
rowCount: number | null;
|
|
57
56
|
command: string;
|
|
57
|
+
executionTime: number;
|
|
58
58
|
cleanedJSONString: string;
|
|
59
59
|
fields?: {
|
|
60
60
|
name: string;
|
|
61
61
|
dataTypeID: number;
|
|
62
62
|
}[] | undefined;
|
|
63
63
|
}, {
|
|
64
|
-
success: boolean;
|
|
65
64
|
error: string;
|
|
66
|
-
|
|
67
|
-
rowCount: number | null;
|
|
65
|
+
success: boolean;
|
|
68
66
|
rows: Record<string, unknown>[];
|
|
67
|
+
rowCount: number | null;
|
|
69
68
|
command: string;
|
|
69
|
+
executionTime: number;
|
|
70
70
|
cleanedJSONString: string;
|
|
71
71
|
fields?: {
|
|
72
72
|
name: string;
|
|
@@ -89,20 +89,20 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
89
89
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
90
90
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
query: string;
|
|
93
|
-
parameters: unknown[];
|
|
94
92
|
timeout: number;
|
|
95
93
|
ignoreSSL: boolean;
|
|
94
|
+
query: string;
|
|
96
95
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
96
|
+
parameters: unknown[];
|
|
97
97
|
maxRows: number;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
query: string;
|
|
101
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
|
-
parameters?: unknown[] | undefined;
|
|
103
102
|
timeout?: number | undefined;
|
|
104
103
|
ignoreSSL?: boolean | undefined;
|
|
105
104
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
105
|
+
parameters?: unknown[] | undefined;
|
|
106
106
|
maxRows?: number | undefined;
|
|
107
107
|
}>;
|
|
108
108
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -124,24 +124,24 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
cleanedJSONString: z.ZodString;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
success: boolean;
|
|
128
127
|
error: string;
|
|
129
|
-
|
|
130
|
-
rowCount: number | null;
|
|
128
|
+
success: boolean;
|
|
131
129
|
rows: Record<string, unknown>[];
|
|
130
|
+
rowCount: number | null;
|
|
132
131
|
command: string;
|
|
132
|
+
executionTime: number;
|
|
133
133
|
cleanedJSONString: string;
|
|
134
134
|
fields?: {
|
|
135
135
|
name: string;
|
|
136
136
|
dataTypeID: number;
|
|
137
137
|
}[] | undefined;
|
|
138
138
|
}, {
|
|
139
|
-
success: boolean;
|
|
140
139
|
error: string;
|
|
141
|
-
|
|
142
|
-
rowCount: number | null;
|
|
140
|
+
success: boolean;
|
|
143
141
|
rows: Record<string, unknown>[];
|
|
142
|
+
rowCount: number | null;
|
|
144
143
|
command: string;
|
|
144
|
+
executionTime: number;
|
|
145
145
|
cleanedJSONString: string;
|
|
146
146
|
fields?: {
|
|
147
147
|
name: string;
|
|
@@ -46,6 +46,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
46
46
|
from: string;
|
|
47
47
|
to: string | string[];
|
|
48
48
|
subject: string;
|
|
49
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
+
tags?: {
|
|
51
|
+
value: string;
|
|
52
|
+
name: string;
|
|
53
|
+
}[] | undefined;
|
|
54
|
+
headers?: Record<string, string> | undefined;
|
|
49
55
|
text?: string | undefined;
|
|
50
56
|
attachments?: {
|
|
51
57
|
filename: string;
|
|
@@ -53,12 +59,6 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
53
59
|
content?: string | undefined;
|
|
54
60
|
contentType?: string | undefined;
|
|
55
61
|
}[] | undefined;
|
|
56
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
|
-
tags?: {
|
|
58
|
-
value: string;
|
|
59
|
-
name: string;
|
|
60
|
-
}[] | undefined;
|
|
61
|
-
headers?: Record<string, string> | undefined;
|
|
62
62
|
cc?: string | string[] | undefined;
|
|
63
63
|
bcc?: string | string[] | undefined;
|
|
64
64
|
html?: string | undefined;
|
|
@@ -68,6 +68,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
68
68
|
operation: "send_email";
|
|
69
69
|
to: string | string[];
|
|
70
70
|
subject: string;
|
|
71
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
+
tags?: {
|
|
73
|
+
value: string;
|
|
74
|
+
name: string;
|
|
75
|
+
}[] | undefined;
|
|
76
|
+
headers?: Record<string, string> | undefined;
|
|
71
77
|
text?: string | undefined;
|
|
72
78
|
attachments?: {
|
|
73
79
|
filename: string;
|
|
@@ -75,12 +81,6 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
75
81
|
content?: string | undefined;
|
|
76
82
|
contentType?: string | undefined;
|
|
77
83
|
}[] | undefined;
|
|
78
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
|
-
tags?: {
|
|
80
|
-
value: string;
|
|
81
|
-
name: string;
|
|
82
|
-
}[] | undefined;
|
|
83
|
-
headers?: Record<string, string> | undefined;
|
|
84
84
|
from?: string | undefined;
|
|
85
85
|
cc?: string | string[] | undefined;
|
|
86
86
|
bcc?: string | string[] | undefined;
|
|
@@ -106,13 +106,13 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
106
106
|
email_id: z.ZodOptional<z.ZodString>;
|
|
107
107
|
error: z.ZodString;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
success: boolean;
|
|
110
109
|
error: string;
|
|
110
|
+
success: boolean;
|
|
111
111
|
operation: "send_email";
|
|
112
112
|
email_id?: string | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
116
116
|
operation: "send_email";
|
|
117
117
|
email_id?: string | undefined;
|
|
118
118
|
}>, z.ZodObject<{
|
|
@@ -123,15 +123,15 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
123
123
|
last_event: z.ZodOptional<z.ZodString>;
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
success: boolean;
|
|
127
126
|
error: string;
|
|
127
|
+
success: boolean;
|
|
128
128
|
operation: "get_email_status";
|
|
129
129
|
status?: string | undefined;
|
|
130
130
|
created_at?: string | undefined;
|
|
131
131
|
last_event?: string | undefined;
|
|
132
132
|
}, {
|
|
133
|
-
success: boolean;
|
|
134
133
|
error: string;
|
|
134
|
+
success: boolean;
|
|
135
135
|
operation: "get_email_status";
|
|
136
136
|
status?: string | undefined;
|
|
137
137
|
created_at?: string | undefined;
|
|
@@ -193,6 +193,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
193
193
|
from: string;
|
|
194
194
|
to: string | string[];
|
|
195
195
|
subject: string;
|
|
196
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
|
+
tags?: {
|
|
198
|
+
value: string;
|
|
199
|
+
name: string;
|
|
200
|
+
}[] | undefined;
|
|
201
|
+
headers?: Record<string, string> | undefined;
|
|
196
202
|
text?: string | undefined;
|
|
197
203
|
attachments?: {
|
|
198
204
|
filename: string;
|
|
@@ -200,12 +206,6 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
200
206
|
content?: string | undefined;
|
|
201
207
|
contentType?: string | undefined;
|
|
202
208
|
}[] | undefined;
|
|
203
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
204
|
-
tags?: {
|
|
205
|
-
value: string;
|
|
206
|
-
name: string;
|
|
207
|
-
}[] | undefined;
|
|
208
|
-
headers?: Record<string, string> | undefined;
|
|
209
209
|
cc?: string | string[] | undefined;
|
|
210
210
|
bcc?: string | string[] | undefined;
|
|
211
211
|
html?: string | undefined;
|
|
@@ -215,6 +215,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
215
215
|
operation: "send_email";
|
|
216
216
|
to: string | string[];
|
|
217
217
|
subject: string;
|
|
218
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
+
tags?: {
|
|
220
|
+
value: string;
|
|
221
|
+
name: string;
|
|
222
|
+
}[] | undefined;
|
|
223
|
+
headers?: Record<string, string> | undefined;
|
|
218
224
|
text?: string | undefined;
|
|
219
225
|
attachments?: {
|
|
220
226
|
filename: string;
|
|
@@ -222,12 +228,6 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
222
228
|
content?: string | undefined;
|
|
223
229
|
contentType?: string | undefined;
|
|
224
230
|
}[] | undefined;
|
|
225
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
226
|
-
tags?: {
|
|
227
|
-
value: string;
|
|
228
|
-
name: string;
|
|
229
|
-
}[] | undefined;
|
|
230
|
-
headers?: Record<string, string> | undefined;
|
|
231
231
|
from?: string | undefined;
|
|
232
232
|
cc?: string | string[] | undefined;
|
|
233
233
|
bcc?: string | string[] | undefined;
|
|
@@ -253,13 +253,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
253
253
|
email_id: z.ZodOptional<z.ZodString>;
|
|
254
254
|
error: z.ZodString;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
success: boolean;
|
|
257
256
|
error: string;
|
|
257
|
+
success: boolean;
|
|
258
258
|
operation: "send_email";
|
|
259
259
|
email_id?: string | undefined;
|
|
260
260
|
}, {
|
|
261
|
-
success: boolean;
|
|
262
261
|
error: string;
|
|
262
|
+
success: boolean;
|
|
263
263
|
operation: "send_email";
|
|
264
264
|
email_id?: string | undefined;
|
|
265
265
|
}>, z.ZodObject<{
|
|
@@ -270,15 +270,15 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
270
270
|
last_event: z.ZodOptional<z.ZodString>;
|
|
271
271
|
error: z.ZodString;
|
|
272
272
|
}, "strip", z.ZodTypeAny, {
|
|
273
|
-
success: boolean;
|
|
274
273
|
error: string;
|
|
274
|
+
success: boolean;
|
|
275
275
|
operation: "get_email_status";
|
|
276
276
|
status?: string | undefined;
|
|
277
277
|
created_at?: string | undefined;
|
|
278
278
|
last_event?: string | undefined;
|
|
279
279
|
}, {
|
|
280
|
-
success: boolean;
|
|
281
280
|
error: string;
|
|
281
|
+
success: boolean;
|
|
282
282
|
operation: "get_email_status";
|
|
283
283
|
status?: string | undefined;
|
|
284
284
|
created_at?: string | undefined;
|