@bubblelab/bubble-core 0.1.74 → 0.1.75

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 (57) hide show
  1. package/dist/bubble-bundle.d.ts +109 -109
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +210 -210
  5. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.js +3 -1
  7. package/dist/bubbles/service-bubble/airtable.js.map +1 -1
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +16 -16
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +53 -53
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +30 -30
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +30 -30
  20. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  21. package/dist/bubbles/service-bubble/gmail.d.ts +176 -176
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +38 -38
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +512 -512
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +535 -535
  34. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  35. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +80 -80
  36. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +71 -71
  37. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  41. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  44. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +302 -302
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  47. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
  48. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  51. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  53. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  54. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
  55. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
  56. package/dist/bubbles.json +3 -2
  57. package/package.json +2 -2
@@ -1221,11 +1221,11 @@ export declare const GeoDistanceValueSchema: z.ZodObject<{
1221
1221
  }, "strip", z.ZodTypeAny, {
1222
1222
  location: string;
1223
1223
  distance: number;
1224
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1224
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1225
1225
  }, {
1226
1226
  location: string;
1227
1227
  distance: number;
1228
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1228
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1229
1229
  }>;
1230
1230
  export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1231
1231
  column: z.ZodString;
@@ -1237,17 +1237,17 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1237
1237
  }, "strip", z.ZodTypeAny, {
1238
1238
  location: string;
1239
1239
  distance: number;
1240
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1240
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1241
1241
  }, {
1242
1242
  location: string;
1243
1243
  distance: number;
1244
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1244
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1245
1245
  }>]>;
1246
1246
  }, "strip", z.ZodTypeAny, {
1247
1247
  value: string | number | boolean | string[] | number[] | {
1248
1248
  location: string;
1249
1249
  distance: number;
1250
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1250
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1251
1251
  };
1252
1252
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
@@ -1255,7 +1255,7 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1255
1255
  value: string | number | boolean | string[] | number[] | {
1256
1256
  location: string;
1257
1257
  distance: number;
1258
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1258
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1259
1259
  };
1260
1260
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1261
1261
  column: string;
@@ -1271,17 +1271,17 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
1271
1271
  }, "strip", z.ZodTypeAny, {
1272
1272
  location: string;
1273
1273
  distance: number;
1274
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1274
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1275
1275
  }, {
1276
1276
  location: string;
1277
1277
  distance: number;
1278
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1278
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1279
1279
  }>]>;
1280
1280
  }, "strip", z.ZodTypeAny, {
1281
1281
  value: string | number | boolean | string[] | number[] | {
1282
1282
  location: string;
1283
1283
  distance: number;
1284
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1284
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1285
1285
  };
1286
1286
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
@@ -1289,7 +1289,7 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
1289
1289
  value: string | number | boolean | string[] | number[] | {
1290
1290
  location: string;
1291
1291
  distance: number;
1292
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1292
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1293
1293
  };
1294
1294
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1295
1295
  column: string;
@@ -2275,16 +2275,16 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2275
2275
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2276
2276
  }, "strip", z.ZodTypeAny, {
2277
2277
  operation: "enrich";
2278
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2279
2278
  fields?: string | undefined;
2279
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2280
2280
  company_linkedin_url?: string | undefined;
2281
2281
  company_domain?: string | undefined;
2282
2282
  company_id?: number | undefined;
2283
2283
  enrich_realtime?: boolean | undefined;
2284
2284
  }, {
2285
2285
  operation: "enrich";
2286
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2287
2286
  fields?: string | undefined;
2287
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2288
2288
  company_linkedin_url?: string | undefined;
2289
2289
  company_domain?: string | undefined;
2290
2290
  company_id?: number | undefined;
@@ -2301,17 +2301,17 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2301
2301
  }, "strip", z.ZodTypeAny, {
2302
2302
  location: string;
2303
2303
  distance: number;
2304
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2304
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2305
2305
  }, {
2306
2306
  location: string;
2307
2307
  distance: number;
2308
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2308
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2309
2309
  }>]>;
2310
2310
  }, "strip", z.ZodTypeAny, {
2311
2311
  value: string | number | boolean | string[] | number[] | {
2312
2312
  location: string;
2313
2313
  distance: number;
2314
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2314
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2315
2315
  };
2316
2316
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
@@ -2319,7 +2319,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2319
2319
  value: string | number | boolean | string[] | number[] | {
2320
2320
  location: string;
2321
2321
  distance: number;
2322
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2322
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2323
2323
  };
2324
2324
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2325
2325
  column: string;
@@ -2354,7 +2354,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2354
2354
  value: string | number | boolean | string[] | number[] | {
2355
2355
  location: string;
2356
2356
  distance: number;
2357
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2357
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2358
2358
  };
2359
2359
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2360
2360
  column: string;
@@ -2377,7 +2377,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2377
2377
  value: string | number | boolean | string[] | number[] | {
2378
2378
  location: string;
2379
2379
  distance: number;
2380
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2380
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2381
2381
  };
2382
2382
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
@@ -2404,16 +2404,16 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2404
2404
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2405
2405
  }, "strip", z.ZodTypeAny, {
2406
2406
  operation: "person_enrich";
2407
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2408
2407
  fields?: string | undefined;
2408
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2409
2409
  linkedin_profile_url?: string | undefined;
2410
2410
  business_email?: string | undefined;
2411
2411
  enrich_realtime?: boolean | undefined;
2412
2412
  preview?: boolean | undefined;
2413
2413
  }, {
2414
2414
  operation: "person_enrich";
2415
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2416
2415
  fields?: string | undefined;
2416
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2417
2417
  linkedin_profile_url?: string | undefined;
2418
2418
  business_email?: string | undefined;
2419
2419
  enrich_realtime?: boolean | undefined;
@@ -2469,8 +2469,8 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2469
2469
  error: z.ZodString;
2470
2470
  }, "strip", z.ZodTypeAny, {
2471
2471
  operation: "identify";
2472
- success: boolean;
2473
2472
  error: string;
2473
+ success: boolean;
2474
2474
  results?: z.objectOutputType<{
2475
2475
  company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2476
2476
  company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2481,8 +2481,8 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2481
2481
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2482
2482
  }, {
2483
2483
  operation: "identify";
2484
- success: boolean;
2485
2484
  error: string;
2485
+ success: boolean;
2486
2486
  results?: z.objectInputType<{
2487
2487
  company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2488
2488
  company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3271,8 +3271,8 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3271
3271
  error: z.ZodString;
3272
3272
  }, "strip", z.ZodTypeAny, {
3273
3273
  operation: "enrich";
3274
- success: boolean;
3275
3274
  error: string;
3275
+ success: boolean;
3276
3276
  company?: z.objectOutputType<{
3277
3277
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3278
3278
  linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3493,8 +3493,8 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3493
3493
  } | null | undefined;
3494
3494
  }, {
3495
3495
  operation: "enrich";
3496
- success: boolean;
3497
3496
  error: string;
3497
+ success: boolean;
3498
3498
  company?: z.objectInputType<{
3499
3499
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3500
3500
  linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4493,10 +4493,10 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
4493
4493
  error: z.ZodString;
4494
4494
  }, "strip", z.ZodTypeAny, {
4495
4495
  operation: "person_search_db";
4496
- success: boolean;
4497
4496
  error: string;
4498
- total_count?: number | undefined;
4497
+ success: boolean;
4499
4498
  next_cursor?: string | undefined;
4499
+ total_count?: number | undefined;
4500
4500
  profiles?: z.objectOutputType<{
4501
4501
  person_id: z.ZodOptional<z.ZodNumber>;
4502
4502
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4757,10 +4757,10 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
4757
4757
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4758
4758
  }, {
4759
4759
  operation: "person_search_db";
4760
- success: boolean;
4761
4760
  error: string;
4762
- total_count?: number | undefined;
4761
+ success: boolean;
4763
4762
  next_cursor?: string | undefined;
4763
+ total_count?: number | undefined;
4764
4764
  profiles?: z.objectInputType<{
4765
4765
  person_id: z.ZodOptional<z.ZodNumber>;
4766
4766
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -5828,8 +5828,8 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
5828
5828
  error: z.ZodString;
5829
5829
  }, "strip", z.ZodTypeAny, {
5830
5830
  operation: "person_enrich";
5831
- success: boolean;
5832
5831
  error: string;
5832
+ success: boolean;
5833
5833
  profiles?: z.objectOutputType<{
5834
5834
  linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5835
5835
  linkedin_flagship_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6101,8 +6101,8 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
6101
6101
  }, z.ZodTypeAny, "passthrough">[] | undefined;
6102
6102
  }, {
6103
6103
  operation: "person_enrich";
6104
- success: boolean;
6105
6104
  error: string;
6105
+ success: boolean;
6106
6106
  profiles?: z.objectInputType<{
6107
6107
  linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6108
6108
  linkedin_flagship_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -88,15 +88,15 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
88
88
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
89
89
  }, "strip", z.ZodTypeAny, {
90
90
  operation: "get_conversations";
91
+ pageSize?: number | undefined;
91
92
  credentials?: Partial<Record<CredentialType, string>> | undefined;
92
93
  cursor?: string | undefined;
93
- pageSize?: number | undefined;
94
94
  agentId?: string | undefined;
95
95
  }, {
96
96
  operation: "get_conversations";
97
+ pageSize?: number | undefined;
97
98
  credentials?: Partial<Record<CredentialType, string>> | undefined;
98
99
  cursor?: string | undefined;
99
- pageSize?: number | undefined;
100
100
  agentId?: string | undefined;
101
101
  }>]>;
102
102
  export type ElevenLabsParamsInput = z.input<typeof ElevenLabsParamsSchema>;
@@ -107,14 +107,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
107
107
  success: z.ZodBoolean;
108
108
  error: z.ZodString;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ operation: "get_signed_url";
110
111
  error: string;
111
112
  success: boolean;
112
- operation: "get_signed_url";
113
113
  signedUrl?: string | undefined;
114
114
  }, {
115
+ operation: "get_signed_url";
115
116
  error: string;
116
117
  success: boolean;
117
- operation: "get_signed_url";
118
118
  signedUrl?: string | undefined;
119
119
  }>, z.ZodObject<{
120
120
  operation: z.ZodLiteral<"trigger_outbound_call">;
@@ -123,15 +123,15 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
123
123
  success: z.ZodBoolean;
124
124
  error: z.ZodString;
125
125
  }, "strip", z.ZodTypeAny, {
126
+ operation: "trigger_outbound_call";
126
127
  error: string;
127
128
  success: boolean;
128
- operation: "trigger_outbound_call";
129
129
  conversationId?: string | undefined;
130
130
  callSid?: string | undefined;
131
131
  }, {
132
+ operation: "trigger_outbound_call";
132
133
  error: string;
133
134
  success: boolean;
134
- operation: "trigger_outbound_call";
135
135
  conversationId?: string | undefined;
136
136
  callSid?: string | undefined;
137
137
  }>, z.ZodObject<{
@@ -140,14 +140,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
140
140
  success: z.ZodBoolean;
141
141
  error: z.ZodString;
142
142
  }, "strip", z.ZodTypeAny, {
143
+ operation: "get_agent";
143
144
  error: string;
144
145
  success: boolean;
145
- operation: "get_agent";
146
146
  agent?: Record<string, unknown> | undefined;
147
147
  }, {
148
+ operation: "get_agent";
148
149
  error: string;
149
150
  success: boolean;
150
- operation: "get_agent";
151
151
  agent?: Record<string, unknown> | undefined;
152
152
  }>, z.ZodObject<{
153
153
  operation: z.ZodLiteral<"validate_webhook_signature">;
@@ -155,14 +155,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
155
155
  success: z.ZodBoolean;
156
156
  error: z.ZodString;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ operation: "validate_webhook_signature";
158
159
  error: string;
159
160
  success: boolean;
160
- operation: "validate_webhook_signature";
161
161
  isValid: boolean;
162
162
  }, {
163
+ operation: "validate_webhook_signature";
163
164
  error: string;
164
165
  success: boolean;
165
- operation: "validate_webhook_signature";
166
166
  isValid: boolean;
167
167
  }>, z.ZodObject<{
168
168
  operation: z.ZodLiteral<"get_conversation">;
@@ -170,14 +170,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
170
170
  success: z.ZodBoolean;
171
171
  error: z.ZodString;
172
172
  }, "strip", z.ZodTypeAny, {
173
+ operation: "get_conversation";
173
174
  error: string;
174
175
  success: boolean;
175
- operation: "get_conversation";
176
176
  conversation?: Record<string, unknown> | undefined;
177
177
  }, {
178
+ operation: "get_conversation";
178
179
  error: string;
179
180
  success: boolean;
180
- operation: "get_conversation";
181
181
  conversation?: Record<string, unknown> | undefined;
182
182
  }>, z.ZodObject<{
183
183
  operation: z.ZodLiteral<"get_conversations">;
@@ -187,16 +187,16 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
187
187
  success: z.ZodBoolean;
188
188
  error: z.ZodString;
189
189
  }, "strip", z.ZodTypeAny, {
190
+ operation: "get_conversations";
190
191
  error: string;
191
192
  success: boolean;
192
- operation: "get_conversations";
193
193
  conversations?: Record<string, unknown>[] | undefined;
194
194
  hasMore?: boolean | undefined;
195
195
  nextCursor?: string | undefined;
196
196
  }, {
197
+ operation: "get_conversations";
197
198
  error: string;
198
199
  success: boolean;
199
- operation: "get_conversations";
200
200
  conversations?: Record<string, unknown>[] | undefined;
201
201
  hasMore?: boolean | undefined;
202
202
  nextCursor?: string | undefined;
@@ -293,15 +293,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
293
293
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
294
294
  }, "strip", z.ZodTypeAny, {
295
295
  operation: "get_conversations";
296
+ pageSize?: number | undefined;
296
297
  credentials?: Partial<Record<CredentialType, string>> | undefined;
297
298
  cursor?: string | undefined;
298
- pageSize?: number | undefined;
299
299
  agentId?: string | undefined;
300
300
  }, {
301
301
  operation: "get_conversations";
302
+ pageSize?: number | undefined;
302
303
  credentials?: Partial<Record<CredentialType, string>> | undefined;
303
304
  cursor?: string | undefined;
304
- pageSize?: number | undefined;
305
305
  agentId?: string | undefined;
306
306
  }>]>;
307
307
  static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
@@ -310,14 +310,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
310
310
  success: z.ZodBoolean;
311
311
  error: z.ZodString;
312
312
  }, "strip", z.ZodTypeAny, {
313
+ operation: "get_signed_url";
313
314
  error: string;
314
315
  success: boolean;
315
- operation: "get_signed_url";
316
316
  signedUrl?: string | undefined;
317
317
  }, {
318
+ operation: "get_signed_url";
318
319
  error: string;
319
320
  success: boolean;
320
- operation: "get_signed_url";
321
321
  signedUrl?: string | undefined;
322
322
  }>, z.ZodObject<{
323
323
  operation: z.ZodLiteral<"trigger_outbound_call">;
@@ -326,15 +326,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
326
326
  success: z.ZodBoolean;
327
327
  error: z.ZodString;
328
328
  }, "strip", z.ZodTypeAny, {
329
+ operation: "trigger_outbound_call";
329
330
  error: string;
330
331
  success: boolean;
331
- operation: "trigger_outbound_call";
332
332
  conversationId?: string | undefined;
333
333
  callSid?: string | undefined;
334
334
  }, {
335
+ operation: "trigger_outbound_call";
335
336
  error: string;
336
337
  success: boolean;
337
- operation: "trigger_outbound_call";
338
338
  conversationId?: string | undefined;
339
339
  callSid?: string | undefined;
340
340
  }>, z.ZodObject<{
@@ -343,14 +343,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
343
343
  success: z.ZodBoolean;
344
344
  error: z.ZodString;
345
345
  }, "strip", z.ZodTypeAny, {
346
+ operation: "get_agent";
346
347
  error: string;
347
348
  success: boolean;
348
- operation: "get_agent";
349
349
  agent?: Record<string, unknown> | undefined;
350
350
  }, {
351
+ operation: "get_agent";
351
352
  error: string;
352
353
  success: boolean;
353
- operation: "get_agent";
354
354
  agent?: Record<string, unknown> | undefined;
355
355
  }>, z.ZodObject<{
356
356
  operation: z.ZodLiteral<"validate_webhook_signature">;
@@ -358,14 +358,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
358
358
  success: z.ZodBoolean;
359
359
  error: z.ZodString;
360
360
  }, "strip", z.ZodTypeAny, {
361
+ operation: "validate_webhook_signature";
361
362
  error: string;
362
363
  success: boolean;
363
- operation: "validate_webhook_signature";
364
364
  isValid: boolean;
365
365
  }, {
366
+ operation: "validate_webhook_signature";
366
367
  error: string;
367
368
  success: boolean;
368
- operation: "validate_webhook_signature";
369
369
  isValid: boolean;
370
370
  }>, z.ZodObject<{
371
371
  operation: z.ZodLiteral<"get_conversation">;
@@ -373,14 +373,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
373
373
  success: z.ZodBoolean;
374
374
  error: z.ZodString;
375
375
  }, "strip", z.ZodTypeAny, {
376
+ operation: "get_conversation";
376
377
  error: string;
377
378
  success: boolean;
378
- operation: "get_conversation";
379
379
  conversation?: Record<string, unknown> | undefined;
380
380
  }, {
381
+ operation: "get_conversation";
381
382
  error: string;
382
383
  success: boolean;
383
- operation: "get_conversation";
384
384
  conversation?: Record<string, unknown> | undefined;
385
385
  }>, z.ZodObject<{
386
386
  operation: z.ZodLiteral<"get_conversations">;
@@ -390,16 +390,16 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
390
390
  success: z.ZodBoolean;
391
391
  error: z.ZodString;
392
392
  }, "strip", z.ZodTypeAny, {
393
+ operation: "get_conversations";
393
394
  error: string;
394
395
  success: boolean;
395
- operation: "get_conversations";
396
396
  conversations?: Record<string, unknown>[] | undefined;
397
397
  hasMore?: boolean | undefined;
398
398
  nextCursor?: string | undefined;
399
399
  }, {
400
+ operation: "get_conversations";
400
401
  error: string;
401
402
  success: boolean;
402
- operation: "get_conversations";
403
403
  conversations?: Record<string, unknown>[] | undefined;
404
404
  hasMore?: boolean | undefined;
405
405
  nextCursor?: string | undefined;