@bubblelab/bubble-core 0.1.209 → 0.1.210
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 +55 -55
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +53 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +176 -176
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +98 -98
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- 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 +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -92,8 +92,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
92
92
|
person_id?: string | undefined;
|
|
93
93
|
after?: string | undefined;
|
|
94
94
|
before?: string | undefined;
|
|
95
|
-
distinct_id?: string | undefined;
|
|
96
95
|
host?: string | undefined;
|
|
96
|
+
distinct_id?: string | undefined;
|
|
97
97
|
}>, import("zod").ZodObject<{
|
|
98
98
|
operation: import("zod").ZodLiteral<"query">;
|
|
99
99
|
project_id: import("zod").ZodString;
|
|
@@ -134,8 +134,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
134
134
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
135
135
|
search?: string | undefined;
|
|
136
136
|
limit?: number | undefined;
|
|
137
|
-
distinct_id?: string | undefined;
|
|
138
137
|
host?: string | undefined;
|
|
138
|
+
distinct_id?: string | undefined;
|
|
139
139
|
}>, import("zod").ZodObject<{
|
|
140
140
|
operation: import("zod").ZodLiteral<"get_insight">;
|
|
141
141
|
project_id: import("zod").ZodString;
|
|
@@ -162,6 +162,7 @@ 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;
|
|
165
166
|
packageCode?: string | undefined;
|
|
166
167
|
serverSecret?: string | undefined;
|
|
167
168
|
recipients?: {
|
|
@@ -169,7 +170,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
169
170
|
recipientId: string;
|
|
170
171
|
}[] | undefined;
|
|
171
172
|
life?: number | undefined;
|
|
172
|
-
secureLink?: string | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
packageId: string;
|
|
175
175
|
files?: {
|
|
@@ -178,6 +178,7 @@ 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;
|
|
181
182
|
packageCode?: string | undefined;
|
|
182
183
|
serverSecret?: string | undefined;
|
|
183
184
|
recipients?: {
|
|
@@ -185,7 +186,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
185
186
|
recipientId: string;
|
|
186
187
|
}[] | undefined;
|
|
187
188
|
life?: number | undefined;
|
|
188
|
-
secureLink?: string | undefined;
|
|
189
189
|
}>>;
|
|
190
190
|
error: import("zod").ZodString;
|
|
191
191
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -200,6 +200,7 @@ 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;
|
|
203
204
|
packageCode?: string | undefined;
|
|
204
205
|
serverSecret?: string | undefined;
|
|
205
206
|
recipients?: {
|
|
@@ -207,7 +208,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
207
208
|
recipientId: string;
|
|
208
209
|
}[] | undefined;
|
|
209
210
|
life?: number | undefined;
|
|
210
|
-
secureLink?: string | undefined;
|
|
211
211
|
} | undefined;
|
|
212
212
|
}, {
|
|
213
213
|
error: string;
|
|
@@ -221,6 +221,7 @@ 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;
|
|
224
225
|
packageCode?: string | undefined;
|
|
225
226
|
serverSecret?: string | undefined;
|
|
226
227
|
recipients?: {
|
|
@@ -228,7 +229,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
228
229
|
recipientId: string;
|
|
229
230
|
}[] | undefined;
|
|
230
231
|
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";
|