@bubblelab/bubble-core 0.1.193 → 0.1.194

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.
Files changed (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -49,9 +49,9 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
49
49
  error: z.ZodString;
50
50
  cleanedJSONString: z.ZodString;
51
51
  }, "strip", z.ZodTypeAny, {
52
- error: string;
53
- success: boolean;
54
52
  rows: Record<string, unknown>[];
53
+ success: boolean;
54
+ error: string;
55
55
  rowCount: number | null;
56
56
  command: string;
57
57
  executionTime: number;
@@ -61,9 +61,9 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
61
61
  dataTypeID: number;
62
62
  }[] | undefined;
63
63
  }, {
64
- error: string;
65
- success: boolean;
66
64
  rows: Record<string, unknown>[];
65
+ success: boolean;
66
+ error: string;
67
67
  rowCount: number | null;
68
68
  command: string;
69
69
  executionTime: number;
@@ -124,9 +124,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
124
124
  error: z.ZodString;
125
125
  cleanedJSONString: z.ZodString;
126
126
  }, "strip", z.ZodTypeAny, {
127
- error: string;
128
- success: boolean;
129
127
  rows: Record<string, unknown>[];
128
+ success: boolean;
129
+ error: string;
130
130
  rowCount: number | null;
131
131
  command: string;
132
132
  executionTime: number;
@@ -136,9 +136,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
136
136
  dataTypeID: number;
137
137
  }[] | undefined;
138
138
  }, {
139
- error: string;
140
- success: boolean;
141
139
  rows: Record<string, unknown>[];
140
+ success: boolean;
141
+ error: string;
142
142
  rowCount: number | null;
143
143
  command: string;
144
144
  executionTime: number;
@@ -77,23 +77,23 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
77
77
  project_id: string;
78
78
  properties?: string | undefined;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
+ before?: string | undefined;
81
+ after?: string | undefined;
80
82
  event?: string | undefined;
81
83
  person_id?: string | undefined;
82
- after?: string | undefined;
83
- before?: string | undefined;
84
84
  distinct_id?: string | undefined;
85
85
  }, {
86
86
  operation: "list_events";
87
87
  project_id: string;
88
88
  properties?: string | undefined;
89
89
  credentials?: Partial<Record<CredentialType, string>> | undefined;
90
+ before?: string | undefined;
91
+ after?: string | undefined;
90
92
  limit?: number | undefined;
91
93
  event?: string | undefined;
92
94
  person_id?: string | undefined;
93
- after?: string | undefined;
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;
@@ -186,8 +186,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
186
186
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
187
187
  error: import("zod").ZodString;
188
188
  }, "strip", import("zod").ZodTypeAny, {
189
- error: string;
190
189
  success: boolean;
190
+ error: string;
191
191
  operation: "list_projects";
192
192
  projects?: {
193
193
  name: string;
@@ -200,8 +200,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
200
200
  }[] | undefined;
201
201
  next?: string | null | undefined;
202
202
  }, {
203
- error: string;
204
203
  success: boolean;
204
+ error: string;
205
205
  operation: "list_projects";
206
206
  projects?: {
207
207
  name: string;
@@ -231,8 +231,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
231
231
  distinct_id: string;
232
232
  properties?: Record<string, unknown> | undefined;
233
233
  uuid?: string | undefined;
234
- id?: string | undefined;
235
234
  elements?: unknown[] | undefined;
235
+ id?: string | undefined;
236
236
  timestamp?: string | undefined;
237
237
  created_at?: string | undefined;
238
238
  elements_chain?: string | undefined;
@@ -241,8 +241,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
241
241
  distinct_id: string;
242
242
  properties?: Record<string, unknown> | undefined;
243
243
  uuid?: string | undefined;
244
- id?: string | undefined;
245
244
  elements?: unknown[] | undefined;
245
+ id?: string | undefined;
246
246
  timestamp?: string | undefined;
247
247
  created_at?: string | undefined;
248
248
  elements_chain?: string | undefined;
@@ -250,32 +250,32 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
250
250
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
251
251
  error: import("zod").ZodString;
252
252
  }, "strip", import("zod").ZodTypeAny, {
253
- error: string;
254
253
  success: boolean;
254
+ error: string;
255
255
  operation: "list_events";
256
256
  events?: {
257
257
  event: string;
258
258
  distinct_id: string;
259
259
  properties?: Record<string, unknown> | undefined;
260
260
  uuid?: string | undefined;
261
- id?: string | undefined;
262
261
  elements?: unknown[] | undefined;
262
+ id?: string | undefined;
263
263
  timestamp?: string | undefined;
264
264
  created_at?: string | undefined;
265
265
  elements_chain?: string | undefined;
266
266
  }[] | undefined;
267
267
  next?: string | null | undefined;
268
268
  }, {
269
- error: string;
270
269
  success: boolean;
270
+ error: string;
271
271
  operation: "list_events";
272
272
  events?: {
273
273
  event: string;
274
274
  distinct_id: string;
275
275
  properties?: Record<string, unknown> | undefined;
276
276
  uuid?: string | undefined;
277
- id?: string | undefined;
278
277
  elements?: unknown[] | undefined;
278
+ id?: string | undefined;
279
279
  timestamp?: string | undefined;
280
280
  created_at?: string | undefined;
281
281
  elements_chain?: string | undefined;
@@ -290,16 +290,16 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
290
290
  hasMore: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
291
291
  error: import("zod").ZodString;
292
292
  }, "strip", import("zod").ZodTypeAny, {
293
- error: string;
294
293
  success: boolean;
294
+ error: string;
295
295
  operation: "query";
296
296
  types?: (string | string[])[] | undefined;
297
297
  hasMore?: boolean | null | undefined;
298
298
  results?: unknown[][] | undefined;
299
299
  columns?: string[] | undefined;
300
300
  }, {
301
- error: string;
302
301
  success: boolean;
302
+ error: string;
303
303
  operation: "query";
304
304
  types?: (string | string[])[] | undefined;
305
305
  hasMore?: boolean | null | undefined;
@@ -330,8 +330,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
330
330
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
331
331
  error: import("zod").ZodString;
332
332
  }, "strip", import("zod").ZodTypeAny, {
333
- error: string;
334
333
  success: boolean;
334
+ error: string;
335
335
  operation: "get_person";
336
336
  next?: string | null | undefined;
337
337
  persons?: {
@@ -342,8 +342,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
342
342
  created_at?: string | undefined;
343
343
  }[] | undefined;
344
344
  }, {
345
- error: string;
346
345
  success: boolean;
346
+ error: string;
347
347
  operation: "get_person";
348
348
  next?: string | null | undefined;
349
349
  persons?: {
@@ -389,8 +389,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
389
389
  }>>;
390
390
  error: import("zod").ZodString;
391
391
  }, "strip", import("zod").ZodTypeAny, {
392
- error: string;
393
392
  success: boolean;
393
+ error: string;
394
394
  operation: "get_insight";
395
395
  insight?: {
396
396
  id: number;
@@ -404,8 +404,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
404
404
  last_modified_at?: string | undefined;
405
405
  } | undefined;
406
406
  }, {
407
- error: string;
408
407
  success: boolean;
408
+ error: string;
409
409
  operation: "get_insight";
410
410
  insight?: {
411
411
  id: number;
@@ -42,17 +42,17 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
42
42
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
43
43
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- operation: "send_email";
46
45
  from: string;
47
46
  to: string | string[];
47
+ operation: "send_email";
48
48
  subject: string;
49
49
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
+ headers?: Record<string, string> | undefined;
51
+ text?: string | undefined;
50
52
  tags?: {
51
53
  value: string;
52
54
  name: string;
53
55
  }[] | undefined;
54
- headers?: Record<string, string> | undefined;
55
- text?: string | undefined;
56
56
  attachments?: {
57
57
  filename: string;
58
58
  path?: string | undefined;
@@ -65,23 +65,23 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
65
65
  reply_to?: string | string[] | undefined;
66
66
  scheduled_at?: string | undefined;
67
67
  }, {
68
- operation: "send_email";
69
68
  to: string | string[];
69
+ operation: "send_email";
70
70
  subject: string;
71
71
  credentials?: Partial<Record<CredentialType, string>> | undefined;
72
+ headers?: Record<string, string> | undefined;
73
+ text?: string | undefined;
74
+ from?: string | undefined;
72
75
  tags?: {
73
76
  value: string;
74
77
  name: string;
75
78
  }[] | undefined;
76
- headers?: Record<string, string> | undefined;
77
- text?: string | undefined;
78
79
  attachments?: {
79
80
  filename: string;
80
81
  path?: string | undefined;
81
82
  content?: string | undefined;
82
83
  contentType?: string | undefined;
83
84
  }[] | undefined;
84
- from?: string | undefined;
85
85
  cc?: string | string[] | undefined;
86
86
  bcc?: string | string[] | undefined;
87
87
  html?: 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
- error: string;
110
109
  success: boolean;
110
+ error: string;
111
111
  operation: "send_email";
112
112
  email_id?: string | undefined;
113
113
  }, {
114
- error: string;
115
114
  success: boolean;
115
+ error: string;
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
- error: string;
127
126
  success: boolean;
127
+ error: string;
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
- error: string;
134
133
  success: boolean;
134
+ error: string;
135
135
  operation: "get_email_status";
136
136
  status?: string | undefined;
137
137
  created_at?: string | undefined;
@@ -189,17 +189,17 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
189
189
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
190
190
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
191
191
  }, "strip", z.ZodTypeAny, {
192
- operation: "send_email";
193
192
  from: string;
194
193
  to: string | string[];
194
+ operation: "send_email";
195
195
  subject: string;
196
196
  credentials?: Partial<Record<CredentialType, string>> | undefined;
197
+ headers?: Record<string, string> | undefined;
198
+ text?: string | undefined;
197
199
  tags?: {
198
200
  value: string;
199
201
  name: string;
200
202
  }[] | undefined;
201
- headers?: Record<string, string> | undefined;
202
- text?: string | undefined;
203
203
  attachments?: {
204
204
  filename: string;
205
205
  path?: string | undefined;
@@ -212,23 +212,23 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
212
212
  reply_to?: string | string[] | undefined;
213
213
  scheduled_at?: string | undefined;
214
214
  }, {
215
- operation: "send_email";
216
215
  to: string | string[];
216
+ operation: "send_email";
217
217
  subject: string;
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
+ headers?: Record<string, string> | undefined;
220
+ text?: string | undefined;
221
+ from?: string | undefined;
219
222
  tags?: {
220
223
  value: string;
221
224
  name: string;
222
225
  }[] | undefined;
223
- headers?: Record<string, string> | undefined;
224
- text?: string | undefined;
225
226
  attachments?: {
226
227
  filename: string;
227
228
  path?: string | undefined;
228
229
  content?: string | undefined;
229
230
  contentType?: string | undefined;
230
231
  }[] | undefined;
231
- from?: string | undefined;
232
232
  cc?: string | string[] | undefined;
233
233
  bcc?: string | string[] | undefined;
234
234
  html?: 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
- error: string;
257
256
  success: boolean;
257
+ error: string;
258
258
  operation: "send_email";
259
259
  email_id?: string | undefined;
260
260
  }, {
261
- error: string;
262
261
  success: boolean;
262
+ error: string;
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
- error: string;
274
273
  success: boolean;
274
+ error: string;
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
- error: string;
281
280
  success: boolean;
281
+ error: string;
282
282
  operation: "get_email_status";
283
283
  status?: string | undefined;
284
284
  created_at?: string | undefined;
@@ -39,16 +39,16 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
39
39
  lifeDays: import("zod").ZodOptional<import("zod").ZodNumber>;
40
40
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
41
41
  }, "strip", import("zod").ZodTypeAny, {
42
- operation: "send_file";
43
42
  fileName: string;
43
+ operation: "send_file";
44
44
  recipientEmail: string | string[];
45
45
  fileData: string;
46
46
  message?: string | undefined;
47
47
  credentials?: Partial<Record<CredentialType, string>> | undefined;
48
48
  lifeDays?: number | undefined;
49
49
  }, {
50
- operation: "send_file";
51
50
  fileName: string;
51
+ operation: "send_file";
52
52
  recipientEmail: string | string[];
53
53
  fileData: string;
54
54
  message?: string | undefined;
@@ -92,14 +92,14 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
92
92
  secureLink: import("zod").ZodOptional<import("zod").ZodString>;
93
93
  error: import("zod").ZodString;
94
94
  }, "strip", import("zod").ZodTypeAny, {
95
- error: string;
96
95
  success: boolean;
96
+ error: string;
97
97
  operation: "send_file";
98
98
  packageId?: string | undefined;
99
99
  secureLink?: string | undefined;
100
100
  }, {
101
- error: string;
102
101
  success: boolean;
102
+ error: string;
103
103
  operation: "send_file";
104
104
  packageId?: string | undefined;
105
105
  secureLink?: string | undefined;
@@ -110,14 +110,14 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
110
110
  secureLink: import("zod").ZodOptional<import("zod").ZodString>;
111
111
  error: import("zod").ZodString;
112
112
  }, "strip", import("zod").ZodTypeAny, {
113
- error: string;
114
113
  success: boolean;
114
+ error: string;
115
115
  operation: "send_message";
116
116
  packageId?: string | undefined;
117
117
  secureLink?: string | undefined;
118
118
  }, {
119
- error: string;
120
119
  success: boolean;
120
+ error: string;
121
121
  operation: "send_message";
122
122
  packageId?: string | undefined;
123
123
  secureLink?: string | undefined;
@@ -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,12 +186,11 @@ 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, {
192
- error: string;
193
192
  success: boolean;
193
+ error: string;
194
194
  operation: "get_package";
195
195
  package?: {
196
196
  packageId: string;
@@ -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,11 +208,10 @@ 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
- error: string;
214
213
  success: boolean;
214
+ error: string;
215
215
  operation: "get_package";
216
216
  package?: {
217
217
  packageId: 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";