@bubblelab/bubble-core 0.1.178 → 0.1.179
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 +88 -89
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +2 -12
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -90
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -70
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- 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 +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +90 -90
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +70 -70
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +37 -37
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +243 -243
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- 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/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +14 -1
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- 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 +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- 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/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +296 -296
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +0 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- 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 +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- 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 +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +0 -2
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +0 -1
- package/dist/capabilities/define-capability.js.map +1 -1
- package/package.json +2 -2
|
@@ -85,14 +85,14 @@ declare const EmailPropertySchema: z.ZodObject<{
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
type: "email";
|
|
87
87
|
name: string;
|
|
88
|
-
email: {};
|
|
89
88
|
id: string;
|
|
89
|
+
email: {};
|
|
90
90
|
description?: string | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
type: "email";
|
|
93
93
|
name: string;
|
|
94
|
-
email: {};
|
|
95
94
|
id: string;
|
|
95
|
+
email: {};
|
|
96
96
|
description?: string | undefined;
|
|
97
97
|
}>;
|
|
98
98
|
declare const FilesPropertySchema: z.ZodObject<{
|
|
@@ -260,13 +260,13 @@ declare const NumberPropertySchema: z.ZodObject<{
|
|
|
260
260
|
number: z.ZodObject<{
|
|
261
261
|
format: z.ZodEnum<["number", "number_with_commas", "percent", "dollar", "canadian_dollar", "singapore_dollar", "euro", "pound", "yen", "ruble", "rupee", "won", "yuan", "real", "lira", "rupiah", "franc", "hong_kong_dollar", "new_zealand_dollar", "krona", "norwegian_krone", "mexican_peso", "rand", "new_taiwan_dollar", "danish_krone", "zloty", "baht", "forint", "koruna", "shekel", "chilean_peso", "philippine_peso", "dirham", "colombian_peso", "riyal", "ringgit", "leu", "argentine_peso", "uruguayan_peso", "peruvian_sol"]>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
263
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
263
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
264
264
|
}, {
|
|
265
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
265
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
266
266
|
}>;
|
|
267
267
|
}, "strip", z.ZodTypeAny, {
|
|
268
268
|
number: {
|
|
269
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
269
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
270
270
|
};
|
|
271
271
|
type: "number";
|
|
272
272
|
name: string;
|
|
@@ -274,7 +274,7 @@ declare const NumberPropertySchema: z.ZodObject<{
|
|
|
274
274
|
description?: string | undefined;
|
|
275
275
|
}, {
|
|
276
276
|
number: {
|
|
277
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
277
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
278
278
|
};
|
|
279
279
|
type: "number";
|
|
280
280
|
name: string;
|
|
@@ -557,14 +557,14 @@ declare const URLPropertySchema: z.ZodObject<{
|
|
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
|
558
558
|
type: "url";
|
|
559
559
|
name: string;
|
|
560
|
-
url: {};
|
|
561
560
|
id: string;
|
|
561
|
+
url: {};
|
|
562
562
|
description?: string | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
type: "url";
|
|
565
565
|
name: string;
|
|
566
|
-
url: {};
|
|
567
566
|
id: string;
|
|
567
|
+
url: {};
|
|
568
568
|
description?: string | undefined;
|
|
569
569
|
}>;
|
|
570
570
|
declare const UniqueIDPropertySchema: z.ZodObject<{
|
|
@@ -677,14 +677,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
678
|
type: "email";
|
|
679
679
|
name: string;
|
|
680
|
-
email: {};
|
|
681
680
|
id: string;
|
|
681
|
+
email: {};
|
|
682
682
|
description?: string | undefined;
|
|
683
683
|
}, {
|
|
684
684
|
type: "email";
|
|
685
685
|
name: string;
|
|
686
|
-
email: {};
|
|
687
686
|
id: string;
|
|
687
|
+
email: {};
|
|
688
688
|
description?: string | undefined;
|
|
689
689
|
}>, z.ZodObject<{
|
|
690
690
|
id: z.ZodString;
|
|
@@ -832,13 +832,13 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
832
832
|
number: z.ZodObject<{
|
|
833
833
|
format: z.ZodEnum<["number", "number_with_commas", "percent", "dollar", "canadian_dollar", "singapore_dollar", "euro", "pound", "yen", "ruble", "rupee", "won", "yuan", "real", "lira", "rupiah", "franc", "hong_kong_dollar", "new_zealand_dollar", "krona", "norwegian_krone", "mexican_peso", "rand", "new_taiwan_dollar", "danish_krone", "zloty", "baht", "forint", "koruna", "shekel", "chilean_peso", "philippine_peso", "dirham", "colombian_peso", "riyal", "ringgit", "leu", "argentine_peso", "uruguayan_peso", "peruvian_sol"]>;
|
|
834
834
|
}, "strip", z.ZodTypeAny, {
|
|
835
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
835
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
836
836
|
}, {
|
|
837
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
837
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
838
838
|
}>;
|
|
839
839
|
}, "strip", z.ZodTypeAny, {
|
|
840
840
|
number: {
|
|
841
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
841
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
842
842
|
};
|
|
843
843
|
type: "number";
|
|
844
844
|
name: string;
|
|
@@ -846,7 +846,7 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
846
846
|
description?: string | undefined;
|
|
847
847
|
}, {
|
|
848
848
|
number: {
|
|
849
|
-
format: "number" | "percent" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "
|
|
849
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
850
850
|
};
|
|
851
851
|
type: "number";
|
|
852
852
|
name: string;
|
|
@@ -1106,14 +1106,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1106
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1107
1107
|
type: "url";
|
|
1108
1108
|
name: string;
|
|
1109
|
-
url: {};
|
|
1110
1109
|
id: string;
|
|
1110
|
+
url: {};
|
|
1111
1111
|
description?: string | undefined;
|
|
1112
1112
|
}, {
|
|
1113
1113
|
type: "url";
|
|
1114
1114
|
name: string;
|
|
1115
|
-
url: {};
|
|
1116
1115
|
id: string;
|
|
1116
|
+
url: {};
|
|
1117
1117
|
description?: string | undefined;
|
|
1118
1118
|
}>, z.ZodObject<{
|
|
1119
1119
|
id: z.ZodString;
|
|
@@ -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
|
+
parameters: unknown[];
|
|
15
16
|
timeout: number;
|
|
16
17
|
ignoreSSL: boolean;
|
|
17
18
|
query: string;
|
|
18
19
|
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
|
+
parameters?: unknown[] | undefined;
|
|
24
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
26
|
timeout?: number | undefined;
|
|
26
27
|
ignoreSSL?: boolean | undefined;
|
|
27
28
|
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
|
+
executionTime: number;
|
|
52
53
|
error: string;
|
|
53
54
|
success: boolean;
|
|
54
55
|
rows: Record<string, unknown>[];
|
|
55
56
|
rowCount: number | null;
|
|
56
57
|
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
|
+
executionTime: number;
|
|
64
65
|
error: string;
|
|
65
66
|
success: boolean;
|
|
66
67
|
rows: Record<string, unknown>[];
|
|
67
68
|
rowCount: number | null;
|
|
68
69
|
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
|
+
parameters: unknown[];
|
|
92
93
|
timeout: number;
|
|
93
94
|
ignoreSSL: boolean;
|
|
94
95
|
query: string;
|
|
95
96
|
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
|
+
parameters?: unknown[] | undefined;
|
|
101
102
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
103
|
timeout?: number | undefined;
|
|
103
104
|
ignoreSSL?: boolean | undefined;
|
|
104
105
|
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
|
+
executionTime: number;
|
|
127
128
|
error: string;
|
|
128
129
|
success: boolean;
|
|
129
130
|
rows: Record<string, unknown>[];
|
|
130
131
|
rowCount: number | null;
|
|
131
132
|
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
|
+
executionTime: number;
|
|
139
140
|
error: string;
|
|
140
141
|
success: boolean;
|
|
141
142
|
rows: Record<string, unknown>[];
|
|
142
143
|
rowCount: number | null;
|
|
143
144
|
command: string;
|
|
144
|
-
executionTime: number;
|
|
145
145
|
cleanedJSONString: string;
|
|
146
146
|
fields?: {
|
|
147
147
|
name: string;
|
|
@@ -91,8 +91,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
91
91
|
event?: string | undefined;
|
|
92
92
|
person_id?: string | undefined;
|
|
93
93
|
after?: string | undefined;
|
|
94
|
-
before?: string | undefined;
|
|
95
94
|
host?: string | undefined;
|
|
95
|
+
before?: string | undefined;
|
|
96
96
|
distinct_id?: string | undefined;
|
|
97
97
|
}>, import("zod").ZodObject<{
|
|
98
98
|
operation: import("zod").ZodLiteral<"query">;
|
|
@@ -230,8 +230,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
230
230
|
event: string;
|
|
231
231
|
distinct_id: string;
|
|
232
232
|
properties?: Record<string, unknown> | undefined;
|
|
233
|
-
uuid?: string | undefined;
|
|
234
233
|
id?: string | undefined;
|
|
234
|
+
uuid?: string | undefined;
|
|
235
235
|
elements?: unknown[] | undefined;
|
|
236
236
|
timestamp?: string | undefined;
|
|
237
237
|
created_at?: string | undefined;
|
|
@@ -240,8 +240,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
240
240
|
event: string;
|
|
241
241
|
distinct_id: string;
|
|
242
242
|
properties?: Record<string, unknown> | undefined;
|
|
243
|
-
uuid?: string | undefined;
|
|
244
243
|
id?: string | undefined;
|
|
244
|
+
uuid?: string | undefined;
|
|
245
245
|
elements?: unknown[] | undefined;
|
|
246
246
|
timestamp?: string | undefined;
|
|
247
247
|
created_at?: string | undefined;
|
|
@@ -257,8 +257,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
257
257
|
event: string;
|
|
258
258
|
distinct_id: string;
|
|
259
259
|
properties?: Record<string, unknown> | undefined;
|
|
260
|
-
uuid?: string | undefined;
|
|
261
260
|
id?: string | undefined;
|
|
261
|
+
uuid?: string | undefined;
|
|
262
262
|
elements?: unknown[] | undefined;
|
|
263
263
|
timestamp?: string | undefined;
|
|
264
264
|
created_at?: string | undefined;
|
|
@@ -273,8 +273,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
273
273
|
event: string;
|
|
274
274
|
distinct_id: string;
|
|
275
275
|
properties?: Record<string, unknown> | undefined;
|
|
276
|
-
uuid?: string | undefined;
|
|
277
276
|
id?: string | undefined;
|
|
277
|
+
uuid?: string | undefined;
|
|
278
278
|
elements?: unknown[] | undefined;
|
|
279
279
|
timestamp?: string | undefined;
|
|
280
280
|
created_at?: string | undefined;
|
|
@@ -368,9 +368,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
368
368
|
last_modified_at: import("zod").ZodOptional<import("zod").ZodString>;
|
|
369
369
|
}, "strip", import("zod").ZodTypeAny, {
|
|
370
370
|
id: number;
|
|
371
|
+
result?: unknown;
|
|
371
372
|
description?: string | null | undefined;
|
|
372
373
|
name?: string | null | undefined;
|
|
373
|
-
result?: unknown;
|
|
374
374
|
created_at?: string | undefined;
|
|
375
375
|
filters?: Record<string, unknown> | undefined;
|
|
376
376
|
short_id?: string | undefined;
|
|
@@ -378,9 +378,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
378
378
|
last_modified_at?: string | undefined;
|
|
379
379
|
}, {
|
|
380
380
|
id: number;
|
|
381
|
+
result?: unknown;
|
|
381
382
|
description?: string | null | undefined;
|
|
382
383
|
name?: string | null | undefined;
|
|
383
|
-
result?: unknown;
|
|
384
384
|
created_at?: string | undefined;
|
|
385
385
|
filters?: Record<string, unknown> | undefined;
|
|
386
386
|
short_id?: string | undefined;
|
|
@@ -394,9 +394,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
394
394
|
operation: "get_insight";
|
|
395
395
|
insight?: {
|
|
396
396
|
id: number;
|
|
397
|
+
result?: unknown;
|
|
397
398
|
description?: string | null | undefined;
|
|
398
399
|
name?: string | null | undefined;
|
|
399
|
-
result?: unknown;
|
|
400
400
|
created_at?: string | undefined;
|
|
401
401
|
filters?: Record<string, unknown> | undefined;
|
|
402
402
|
short_id?: string | undefined;
|
|
@@ -409,9 +409,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
409
409
|
operation: "get_insight";
|
|
410
410
|
insight?: {
|
|
411
411
|
id: number;
|
|
412
|
+
result?: unknown;
|
|
412
413
|
description?: string | null | undefined;
|
|
413
414
|
name?: string | null | undefined;
|
|
414
|
-
result?: unknown;
|
|
415
415
|
created_at?: string | undefined;
|
|
416
416
|
filters?: Record<string, unknown> | undefined;
|
|
417
417
|
short_id?: string | undefined;
|
|
@@ -47,12 +47,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
47
47
|
to: string | string[];
|
|
48
48
|
subject: string;
|
|
49
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
+
text?: string | undefined;
|
|
50
51
|
tags?: {
|
|
51
52
|
value: string;
|
|
52
53
|
name: string;
|
|
53
54
|
}[] | undefined;
|
|
54
55
|
headers?: Record<string, string> | undefined;
|
|
55
|
-
text?: string | undefined;
|
|
56
56
|
attachments?: {
|
|
57
57
|
filename: string;
|
|
58
58
|
path?: string | undefined;
|
|
@@ -69,12 +69,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
69
69
|
to: string | string[];
|
|
70
70
|
subject: string;
|
|
71
71
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
+
text?: string | undefined;
|
|
72
73
|
tags?: {
|
|
73
74
|
value: string;
|
|
74
75
|
name: string;
|
|
75
76
|
}[] | undefined;
|
|
76
77
|
headers?: Record<string, string> | undefined;
|
|
77
|
-
text?: string | undefined;
|
|
78
78
|
attachments?: {
|
|
79
79
|
filename: string;
|
|
80
80
|
path?: string | undefined;
|
|
@@ -194,12 +194,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
194
194
|
to: string | string[];
|
|
195
195
|
subject: string;
|
|
196
196
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
|
+
text?: string | undefined;
|
|
197
198
|
tags?: {
|
|
198
199
|
value: string;
|
|
199
200
|
name: string;
|
|
200
201
|
}[] | undefined;
|
|
201
202
|
headers?: Record<string, string> | undefined;
|
|
202
|
-
text?: string | undefined;
|
|
203
203
|
attachments?: {
|
|
204
204
|
filename: string;
|
|
205
205
|
path?: string | undefined;
|
|
@@ -216,12 +216,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
216
216
|
to: string | string[];
|
|
217
217
|
subject: string;
|
|
218
218
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
+
text?: string | undefined;
|
|
219
220
|
tags?: {
|
|
220
221
|
value: string;
|
|
221
222
|
name: string;
|
|
222
223
|
}[] | undefined;
|
|
223
224
|
headers?: Record<string, string> | undefined;
|
|
224
|
-
text?: string | undefined;
|
|
225
225
|
attachments?: {
|
|
226
226
|
filename: string;
|
|
227
227
|
path?: string | undefined;
|
|
@@ -162,7 +162,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
162
162
|
fileSize?: number | undefined;
|
|
163
163
|
}[] | undefined;
|
|
164
164
|
state?: string | undefined;
|
|
165
|
-
secureLink?: string | undefined;
|
|
166
165
|
packageCode?: string | undefined;
|
|
167
166
|
serverSecret?: string | undefined;
|
|
168
167
|
recipients?: {
|
|
@@ -170,6 +169,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
170
169
|
recipientId: string;
|
|
171
170
|
}[] | undefined;
|
|
172
171
|
life?: number | undefined;
|
|
172
|
+
secureLink?: string | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
packageId: string;
|
|
175
175
|
files?: {
|
|
@@ -178,7 +178,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
178
178
|
fileSize?: number | undefined;
|
|
179
179
|
}[] | undefined;
|
|
180
180
|
state?: string | undefined;
|
|
181
|
-
secureLink?: string | undefined;
|
|
182
181
|
packageCode?: string | undefined;
|
|
183
182
|
serverSecret?: string | undefined;
|
|
184
183
|
recipients?: {
|
|
@@ -186,6 +185,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
186
185
|
recipientId: string;
|
|
187
186
|
}[] | undefined;
|
|
188
187
|
life?: number | undefined;
|
|
188
|
+
secureLink?: string | undefined;
|
|
189
189
|
}>>;
|
|
190
190
|
error: import("zod").ZodString;
|
|
191
191
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -200,7 +200,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
200
200
|
fileSize?: number | undefined;
|
|
201
201
|
}[] | undefined;
|
|
202
202
|
state?: string | undefined;
|
|
203
|
-
secureLink?: string | undefined;
|
|
204
203
|
packageCode?: string | undefined;
|
|
205
204
|
serverSecret?: string | undefined;
|
|
206
205
|
recipients?: {
|
|
@@ -208,6 +207,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
208
207
|
recipientId: string;
|
|
209
208
|
}[] | undefined;
|
|
210
209
|
life?: number | undefined;
|
|
210
|
+
secureLink?: string | undefined;
|
|
211
211
|
} | undefined;
|
|
212
212
|
}, {
|
|
213
213
|
error: string;
|
|
@@ -221,7 +221,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
221
221
|
fileSize?: number | undefined;
|
|
222
222
|
}[] | undefined;
|
|
223
223
|
state?: string | undefined;
|
|
224
|
-
secureLink?: string | undefined;
|
|
225
224
|
packageCode?: string | undefined;
|
|
226
225
|
serverSecret?: string | undefined;
|
|
227
226
|
recipients?: {
|
|
@@ -229,6 +228,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
229
228
|
recipientId: string;
|
|
230
229
|
}[] | undefined;
|
|
231
230
|
life?: number | undefined;
|
|
231
|
+
secureLink?: string | undefined;
|
|
232
232
|
} | undefined;
|
|
233
233
|
}>]>;
|
|
234
234
|
static readonly shortDescription = "Encrypted file transfer and secure messaging via SendSafely";
|