@bubblelab/bubble-core 0.1.162 → 0.1.165

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 (95) hide show
  1. package/dist/bubble-bundle.d.ts +103 -103
  2. package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
  3. package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
  4. package/dist/bubbles/service-bubble/agent-memory.js +626 -0
  5. package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +129 -5
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +22 -22
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  22. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
  24. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +41 -41
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +240 -240
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +244 -244
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  32. package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +104 -104
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +96 -96
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +1257 -1257
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +26 -26
  43. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  44. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +49 -49
  45. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +66 -66
  46. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.d.ts.map +1 -1
  47. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.js.map +1 -1
  48. package/dist/bubbles/service-bubble/slack/slack.d.ts +640 -640
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  50. package/dist/bubbles/service-bubble/slack/slack.js +5 -3
  51. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  52. package/dist/bubbles/service-bubble/storage.d.ts +76 -76
  53. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +95 -95
  54. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  55. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +58 -58
  69. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  80. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  81. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  83. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  86. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  87. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  88. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  89. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  90. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  91. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  92. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +22 -22
  93. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  94. package/dist/bubbles.json +10 -5
  95. package/package.json +2 -2
@@ -12,9 +12,9 @@ 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;
15
16
  timeout: number;
16
17
  ignoreSSL: boolean;
17
- query: string;
18
18
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
19
19
  parameters: unknown[];
20
20
  maxRows: number;
@@ -49,8 +49,8 @@ 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;
53
+ success: boolean;
54
54
  rows: Record<string, unknown>[];
55
55
  rowCount: number | null;
56
56
  command: string;
@@ -61,8 +61,8 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
61
61
  dataTypeID: number;
62
62
  }[] | undefined;
63
63
  }, {
64
- success: boolean;
65
64
  error: string;
65
+ success: boolean;
66
66
  rows: Record<string, unknown>[];
67
67
  rowCount: number | null;
68
68
  command: string;
@@ -89,9 +89,9 @@ 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;
92
93
  timeout: number;
93
94
  ignoreSSL: boolean;
94
- query: string;
95
95
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
96
96
  parameters: unknown[];
97
97
  maxRows: number;
@@ -124,8 +124,8 @@ 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;
128
+ success: boolean;
129
129
  rows: Record<string, unknown>[];
130
130
  rowCount: number | null;
131
131
  command: string;
@@ -136,8 +136,8 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
136
136
  dataTypeID: number;
137
137
  }[] | undefined;
138
138
  }, {
139
- success: boolean;
140
139
  error: string;
140
+ success: boolean;
141
141
  rows: Record<string, unknown>[];
142
142
  rowCount: number | null;
143
143
  command: string;
@@ -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
- host?: string | undefined;
96
95
  distinct_id?: string | undefined;
96
+ host?: string | undefined;
97
97
  }>, import("zod").ZodObject<{
98
98
  operation: import("zod").ZodLiteral<"query">;
99
99
  project_id: import("zod").ZodString;
@@ -101,14 +101,14 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
101
101
  query: import("zod").ZodString;
102
102
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
103
103
  }, "strip", import("zod").ZodTypeAny, {
104
- operation: "query";
105
104
  query: string;
105
+ operation: "query";
106
106
  host: string;
107
107
  project_id: string;
108
108
  credentials?: Partial<Record<CredentialType, string>> | undefined;
109
109
  }, {
110
- operation: "query";
111
110
  query: string;
111
+ operation: "query";
112
112
  project_id: string;
113
113
  credentials?: Partial<Record<CredentialType, string>> | undefined;
114
114
  host?: string | undefined;
@@ -125,17 +125,17 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
125
125
  limit: number;
126
126
  host: string;
127
127
  project_id: string;
128
- search?: string | undefined;
129
128
  credentials?: Partial<Record<CredentialType, string>> | undefined;
129
+ search?: string | undefined;
130
130
  distinct_id?: string | undefined;
131
131
  }, {
132
132
  operation: "get_person";
133
133
  project_id: string;
134
- search?: string | undefined;
135
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
135
+ search?: string | undefined;
136
136
  limit?: number | undefined;
137
- host?: string | undefined;
138
137
  distinct_id?: string | undefined;
138
+ host?: string | undefined;
139
139
  }>, import("zod").ZodObject<{
140
140
  operation: import("zod").ZodLiteral<"get_insight">;
141
141
  project_id: import("zod").ZodString;
@@ -186,9 +186,9 @@ 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
- operation: "list_projects";
190
- success: boolean;
191
189
  error: string;
190
+ success: boolean;
191
+ operation: "list_projects";
192
192
  projects?: {
193
193
  name: string;
194
194
  id: number;
@@ -200,9 +200,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
200
200
  }[] | undefined;
201
201
  next?: string | null | undefined;
202
202
  }, {
203
- operation: "list_projects";
204
- success: boolean;
205
203
  error: string;
204
+ success: boolean;
205
+ operation: "list_projects";
206
206
  projects?: {
207
207
  name: string;
208
208
  id: number;
@@ -250,9 +250,9 @@ 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
- operation: "list_events";
254
- success: boolean;
255
253
  error: string;
254
+ success: boolean;
255
+ operation: "list_events";
256
256
  events?: {
257
257
  event: string;
258
258
  distinct_id: string;
@@ -266,9 +266,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
266
266
  }[] | undefined;
267
267
  next?: string | null | undefined;
268
268
  }, {
269
- operation: "list_events";
270
- success: boolean;
271
269
  error: string;
270
+ success: boolean;
271
+ operation: "list_events";
272
272
  events?: {
273
273
  event: string;
274
274
  distinct_id: string;
@@ -290,17 +290,17 @@ 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
- operation: "query";
294
- success: boolean;
295
293
  error: string;
294
+ success: boolean;
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
- operation: "query";
302
- success: boolean;
303
301
  error: string;
302
+ success: boolean;
303
+ operation: "query";
304
304
  types?: (string | string[])[] | undefined;
305
305
  hasMore?: boolean | null | undefined;
306
306
  results?: unknown[][] | undefined;
@@ -330,9 +330,9 @@ 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
- operation: "get_person";
334
- success: boolean;
335
333
  error: string;
334
+ success: boolean;
335
+ operation: "get_person";
336
336
  next?: string | null | undefined;
337
337
  persons?: {
338
338
  id: string;
@@ -342,9 +342,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
342
342
  created_at?: string | undefined;
343
343
  }[] | undefined;
344
344
  }, {
345
- operation: "get_person";
346
- success: boolean;
347
345
  error: string;
346
+ success: boolean;
347
+ operation: "get_person";
348
348
  next?: string | null | undefined;
349
349
  persons?: {
350
350
  id: string;
@@ -389,9 +389,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
389
389
  }>>;
390
390
  error: import("zod").ZodString;
391
391
  }, "strip", import("zod").ZodTypeAny, {
392
- operation: "get_insight";
393
- success: boolean;
394
392
  error: string;
393
+ success: boolean;
394
+ operation: "get_insight";
395
395
  insight?: {
396
396
  id: number;
397
397
  description?: string | null | undefined;
@@ -404,9 +404,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
404
404
  last_modified_at?: string | undefined;
405
405
  } | undefined;
406
406
  }, {
407
- operation: "get_insight";
408
- success: boolean;
409
407
  error: string;
408
+ success: boolean;
409
+ operation: "get_insight";
410
410
  insight?: {
411
411
  id: number;
412
412
  description?: string | null | undefined;
@@ -46,13 +46,13 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
46
46
  from: string;
47
47
  to: string | string[];
48
48
  subject: string;
49
+ text?: string | undefined;
49
50
  credentials?: Partial<Record<CredentialType, 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;
@@ -68,13 +68,13 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
68
68
  operation: "send_email";
69
69
  to: string | string[];
70
70
  subject: string;
71
+ text?: string | undefined;
71
72
  credentials?: Partial<Record<CredentialType, 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;
@@ -106,14 +106,14 @@ 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
- operation: "send_email";
110
- success: boolean;
111
109
  error: string;
110
+ success: boolean;
111
+ operation: "send_email";
112
112
  email_id?: string | undefined;
113
113
  }, {
114
- operation: "send_email";
115
- success: boolean;
116
114
  error: string;
115
+ success: boolean;
116
+ operation: "send_email";
117
117
  email_id?: string | undefined;
118
118
  }>, z.ZodObject<{
119
119
  operation: z.ZodLiteral<"get_email_status">;
@@ -123,16 +123,16 @@ 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
- operation: "get_email_status";
127
- success: boolean;
128
126
  error: string;
127
+ success: boolean;
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
- operation: "get_email_status";
134
- success: boolean;
135
133
  error: string;
134
+ success: boolean;
135
+ operation: "get_email_status";
136
136
  status?: string | undefined;
137
137
  created_at?: string | undefined;
138
138
  last_event?: string | undefined;
@@ -193,13 +193,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
193
193
  from: string;
194
194
  to: string | string[];
195
195
  subject: string;
196
+ text?: string | undefined;
196
197
  credentials?: Partial<Record<CredentialType, 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;
@@ -215,13 +215,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
215
215
  operation: "send_email";
216
216
  to: string | string[];
217
217
  subject: string;
218
+ text?: string | undefined;
218
219
  credentials?: Partial<Record<CredentialType, 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;
@@ -253,14 +253,14 @@ 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
- operation: "send_email";
257
- success: boolean;
258
256
  error: string;
257
+ success: boolean;
258
+ operation: "send_email";
259
259
  email_id?: string | undefined;
260
260
  }, {
261
- operation: "send_email";
262
- success: boolean;
263
261
  error: string;
262
+ success: boolean;
263
+ operation: "send_email";
264
264
  email_id?: string | undefined;
265
265
  }>, z.ZodObject<{
266
266
  operation: z.ZodLiteral<"get_email_status">;
@@ -270,16 +270,16 @@ 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
- operation: "get_email_status";
274
- success: boolean;
275
273
  error: string;
274
+ success: boolean;
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
- operation: "get_email_status";
281
- success: boolean;
282
280
  error: string;
281
+ success: boolean;
282
+ operation: "get_email_status";
283
283
  status?: string | undefined;
284
284
  created_at?: string | undefined;
285
285
  last_event?: string | undefined;
@@ -39,21 +39,21 @@ 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
- fileName: string;
43
42
  operation: "send_file";
43
+ fileName: string;
44
44
  recipientEmail: string | string[];
45
45
  fileData: string;
46
46
  message?: string | undefined;
47
- lifeDays?: number | undefined;
48
47
  credentials?: Partial<Record<CredentialType, string>> | undefined;
48
+ lifeDays?: number | undefined;
49
49
  }, {
50
- fileName: string;
51
50
  operation: "send_file";
51
+ fileName: string;
52
52
  recipientEmail: string | string[];
53
53
  fileData: string;
54
54
  message?: string | undefined;
55
- lifeDays?: number | undefined;
56
55
  credentials?: Partial<Record<CredentialType, string>> | undefined;
56
+ lifeDays?: number | undefined;
57
57
  }>, import("zod").ZodObject<{
58
58
  operation: import("zod").ZodLiteral<"send_message">;
59
59
  recipientEmail: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
@@ -64,14 +64,14 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
64
64
  message: string;
65
65
  operation: "send_message";
66
66
  recipientEmail: string | string[];
67
- lifeDays?: number | undefined;
68
67
  credentials?: Partial<Record<CredentialType, string>> | undefined;
68
+ lifeDays?: number | undefined;
69
69
  }, {
70
70
  message: string;
71
71
  operation: "send_message";
72
72
  recipientEmail: string | string[];
73
- lifeDays?: number | undefined;
74
73
  credentials?: Partial<Record<CredentialType, string>> | undefined;
74
+ lifeDays?: number | undefined;
75
75
  }>, import("zod").ZodObject<{
76
76
  operation: import("zod").ZodLiteral<"get_package">;
77
77
  package_id: import("zod").ZodString;
@@ -92,15 +92,15 @@ 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
- operation: "send_file";
96
- success: boolean;
97
95
  error: string;
96
+ success: boolean;
97
+ operation: "send_file";
98
98
  packageId?: string | undefined;
99
99
  secureLink?: string | undefined;
100
100
  }, {
101
- operation: "send_file";
102
- success: boolean;
103
101
  error: string;
102
+ success: boolean;
103
+ operation: "send_file";
104
104
  packageId?: string | undefined;
105
105
  secureLink?: string | undefined;
106
106
  }>, import("zod").ZodObject<{
@@ -110,15 +110,15 @@ 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
- operation: "send_message";
114
- success: boolean;
115
113
  error: string;
114
+ success: boolean;
115
+ operation: "send_message";
116
116
  packageId?: string | undefined;
117
117
  secureLink?: string | undefined;
118
118
  }, {
119
- operation: "send_message";
120
- success: boolean;
121
119
  error: string;
120
+ success: boolean;
121
+ operation: "send_message";
122
122
  packageId?: string | undefined;
123
123
  secureLink?: string | undefined;
124
124
  }>, import("zod").ZodObject<{
@@ -132,23 +132,23 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
132
132
  recipientId: import("zod").ZodString;
133
133
  email: import("zod").ZodString;
134
134
  }, "strip", import("zod").ZodTypeAny, {
135
- recipientId: string;
136
135
  email: string;
137
- }, {
138
136
  recipientId: string;
137
+ }, {
139
138
  email: string;
139
+ recipientId: string;
140
140
  }>, "many">>;
141
141
  files: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
142
142
  fileId: import("zod").ZodString;
143
143
  fileName: import("zod").ZodString;
144
144
  fileSize: import("zod").ZodOptional<import("zod").ZodNumber>;
145
145
  }, "strip", import("zod").ZodTypeAny, {
146
- fileId: string;
147
146
  fileName: string;
147
+ fileId: string;
148
148
  fileSize?: number | undefined;
149
149
  }, {
150
- fileId: string;
151
150
  fileName: string;
151
+ fileId: string;
152
152
  fileSize?: number | undefined;
153
153
  }>, "many">>;
154
154
  state: import("zod").ZodOptional<import("zod").ZodString>;
@@ -156,77 +156,77 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
156
156
  secureLink: import("zod").ZodOptional<import("zod").ZodString>;
157
157
  }, "strip", import("zod").ZodTypeAny, {
158
158
  packageId: string;
159
- packageCode?: string | undefined;
160
- serverSecret?: string | undefined;
161
- recipients?: {
162
- recipientId: string;
163
- email: string;
164
- }[] | undefined;
165
159
  files?: {
166
- fileId: string;
167
160
  fileName: string;
161
+ fileId: string;
168
162
  fileSize?: number | undefined;
169
163
  }[] | undefined;
170
164
  state?: string | undefined;
171
- life?: number | undefined;
172
- secureLink?: string | undefined;
173
- }, {
174
- packageId: string;
175
165
  packageCode?: string | undefined;
176
166
  serverSecret?: string | undefined;
177
167
  recipients?: {
178
- recipientId: string;
179
168
  email: string;
169
+ recipientId: string;
180
170
  }[] | undefined;
171
+ life?: number | undefined;
172
+ secureLink?: string | undefined;
173
+ }, {
174
+ packageId: string;
181
175
  files?: {
182
- fileId: string;
183
176
  fileName: string;
177
+ fileId: string;
184
178
  fileSize?: number | undefined;
185
179
  }[] | undefined;
186
180
  state?: string | undefined;
181
+ packageCode?: string | undefined;
182
+ serverSecret?: string | undefined;
183
+ recipients?: {
184
+ email: string;
185
+ recipientId: string;
186
+ }[] | undefined;
187
187
  life?: number | undefined;
188
188
  secureLink?: string | undefined;
189
189
  }>>;
190
190
  error: import("zod").ZodString;
191
191
  }, "strip", import("zod").ZodTypeAny, {
192
- operation: "get_package";
193
- success: boolean;
194
192
  error: string;
193
+ success: boolean;
194
+ operation: "get_package";
195
195
  package?: {
196
196
  packageId: string;
197
- packageCode?: string | undefined;
198
- serverSecret?: string | undefined;
199
- recipients?: {
200
- recipientId: string;
201
- email: string;
202
- }[] | undefined;
203
197
  files?: {
204
- fileId: string;
205
198
  fileName: string;
199
+ fileId: string;
206
200
  fileSize?: number | undefined;
207
201
  }[] | undefined;
208
202
  state?: string | undefined;
203
+ packageCode?: string | undefined;
204
+ serverSecret?: string | undefined;
205
+ recipients?: {
206
+ email: string;
207
+ recipientId: string;
208
+ }[] | undefined;
209
209
  life?: number | undefined;
210
210
  secureLink?: string | undefined;
211
211
  } | undefined;
212
212
  }, {
213
- operation: "get_package";
214
- success: boolean;
215
213
  error: string;
214
+ success: boolean;
215
+ operation: "get_package";
216
216
  package?: {
217
217
  packageId: string;
218
- packageCode?: string | undefined;
219
- serverSecret?: string | undefined;
220
- recipients?: {
221
- recipientId: string;
222
- email: string;
223
- }[] | undefined;
224
218
  files?: {
225
- fileId: string;
226
219
  fileName: string;
220
+ fileId: string;
227
221
  fileSize?: number | undefined;
228
222
  }[] | undefined;
229
223
  state?: string | undefined;
224
+ packageCode?: string | undefined;
225
+ serverSecret?: string | undefined;
226
+ recipients?: {
227
+ email: string;
228
+ recipientId: string;
229
+ }[] | undefined;
230
230
  life?: number | undefined;
231
231
  secureLink?: string | undefined;
232
232
  } | undefined;