@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  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/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -46,30 +46,45 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
46
46
  }, "strip", import("zod").ZodTypeAny, {
47
47
  name: string;
48
48
  operation: "create_customer";
49
- email?: string | undefined;
50
49
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
+ email?: string | undefined;
51
51
  metadata?: Record<string, string> | undefined;
52
52
  }, {
53
53
  name: string;
54
54
  operation: "create_customer";
55
- email?: string | undefined;
56
55
  credentials?: Partial<Record<CredentialType, string>> | undefined;
56
+ email?: string | undefined;
57
57
  metadata?: Record<string, string> | undefined;
58
58
  }>, import("zod").ZodObject<{
59
59
  operation: import("zod").ZodLiteral<"list_customers">;
60
60
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
61
61
  email: import("zod").ZodOptional<import("zod").ZodString>;
62
+ cursor: import("zod").ZodOptional<import("zod").ZodString>;
62
63
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
63
64
  }, "strip", import("zod").ZodTypeAny, {
64
- limit: number;
65
65
  operation: "list_customers";
66
- email?: string | undefined;
66
+ limit: number;
67
67
  credentials?: Partial<Record<CredentialType, string>> | undefined;
68
+ email?: string | undefined;
69
+ cursor?: string | undefined;
68
70
  }, {
69
71
  operation: "list_customers";
70
- email?: string | undefined;
71
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
+ email?: string | undefined;
72
74
  limit?: number | undefined;
75
+ cursor?: string | undefined;
76
+ }>, import("zod").ZodObject<{
77
+ operation: import("zod").ZodLiteral<"retrieve_customer">;
78
+ customer_id: import("zod").ZodString;
79
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
80
+ }, "strip", import("zod").ZodTypeAny, {
81
+ operation: "retrieve_customer";
82
+ customer_id: string;
83
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
84
+ }, {
85
+ operation: "retrieve_customer";
86
+ customer_id: string;
87
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
73
88
  }>, import("zod").ZodObject<{
74
89
  operation: import("zod").ZodLiteral<"create_product">;
75
90
  name: import("zod").ZodString;
@@ -94,8 +109,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
94
109
  active: import("zod").ZodOptional<import("zod").ZodBoolean>;
95
110
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
96
111
  }, "strip", import("zod").ZodTypeAny, {
97
- limit: number;
98
112
  operation: "list_products";
113
+ limit: number;
99
114
  credentials?: Partial<Record<CredentialType, string>> | undefined;
100
115
  active?: boolean | undefined;
101
116
  }, {
@@ -149,8 +164,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
149
164
  active: import("zod").ZodOptional<import("zod").ZodBoolean>;
150
165
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
151
166
  }, "strip", import("zod").ZodTypeAny, {
152
- limit: number;
153
167
  operation: "list_prices";
168
+ limit: number;
154
169
  credentials?: Partial<Record<CredentialType, string>> | undefined;
155
170
  active?: boolean | undefined;
156
171
  product?: string | undefined;
@@ -168,15 +183,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
168
183
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
169
184
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
170
185
  }, "strip", import("zod").ZodTypeAny, {
171
- price: string;
172
186
  operation: "create_payment_link";
187
+ price: string;
173
188
  quantity: number;
174
189
  credentials?: Partial<Record<CredentialType, string>> | undefined;
175
190
  metadata?: Record<string, string> | undefined;
176
191
  redirect_url?: string | undefined;
177
192
  }, {
178
- price: string;
179
193
  operation: "create_payment_link";
194
+ price: string;
180
195
  credentials?: Partial<Record<CredentialType, string>> | undefined;
181
196
  metadata?: Record<string, string> | undefined;
182
197
  quantity?: number | undefined;
@@ -233,18 +248,21 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
233
248
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
234
249
  customer: import("zod").ZodOptional<import("zod").ZodString>;
235
250
  status: import("zod").ZodOptional<import("zod").ZodEnum<["draft", "open", "paid", "uncollectible", "void"]>>;
251
+ cursor: import("zod").ZodOptional<import("zod").ZodString>;
236
252
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
237
253
  }, "strip", import("zod").ZodTypeAny, {
238
- limit: number;
239
254
  operation: "list_invoices";
255
+ limit: number;
240
256
  status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
241
257
  credentials?: Partial<Record<CredentialType, string>> | undefined;
258
+ cursor?: string | undefined;
242
259
  customer?: string | undefined;
243
260
  }, {
244
261
  operation: "list_invoices";
245
262
  status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
246
263
  credentials?: Partial<Record<CredentialType, string>> | undefined;
247
264
  limit?: number | undefined;
265
+ cursor?: string | undefined;
248
266
  customer?: string | undefined;
249
267
  }>, import("zod").ZodObject<{
250
268
  operation: import("zod").ZodLiteral<"retrieve_invoice">;
@@ -287,8 +305,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
287
305
  operation: "create_invoice_item";
288
306
  currency: string;
289
307
  unit_amount: number;
290
- quantity: number;
291
308
  customer: string;
309
+ quantity: number;
292
310
  description?: string | undefined;
293
311
  credentials?: Partial<Record<CredentialType, string>> | undefined;
294
312
  metadata?: Record<string, string> | undefined;
@@ -301,8 +319,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
301
319
  credentials?: Partial<Record<CredentialType, string>> | undefined;
302
320
  metadata?: Record<string, string> | undefined;
303
321
  currency?: string | undefined;
304
- quantity?: number | undefined;
305
322
  invoice?: string | undefined;
323
+ quantity?: number | undefined;
306
324
  }>, import("zod").ZodObject<{
307
325
  operation: import("zod").ZodLiteral<"send_invoice">;
308
326
  invoice_id: import("zod").ZodString;
@@ -330,8 +348,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
330
348
  customer: import("zod").ZodOptional<import("zod").ZodString>;
331
349
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
332
350
  }, "strip", import("zod").ZodTypeAny, {
333
- limit: number;
334
351
  operation: "list_payment_intents";
352
+ limit: number;
335
353
  credentials?: Partial<Record<CredentialType, string>> | undefined;
336
354
  customer?: string | undefined;
337
355
  }, {
@@ -346,8 +364,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
346
364
  status: import("zod").ZodOptional<import("zod").ZodEnum<["incomplete", "incomplete_expired", "trialing", "active", "past_due", "canceled", "unpaid", "paused", "all"]>>;
347
365
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
348
366
  }, "strip", import("zod").ZodTypeAny, {
349
- limit: number;
350
367
  operation: "list_subscriptions";
368
+ limit: number;
351
369
  status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
352
370
  credentials?: Partial<Record<CredentialType, string>> | undefined;
353
371
  customer?: string | undefined;
@@ -364,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
364
382
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
365
383
  }, "strip", import("zod").ZodTypeAny, {
366
384
  operation: "cancel_subscription";
367
- subscription_id: string;
368
385
  cancel_at_period_end: boolean;
386
+ subscription_id: string;
369
387
  credentials?: Partial<Record<CredentialType, string>> | undefined;
370
388
  }, {
371
389
  operation: "cancel_subscription";
@@ -378,8 +396,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
378
396
  active: import("zod").ZodOptional<import("zod").ZodBoolean>;
379
397
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
380
398
  }, "strip", import("zod").ZodTypeAny, {
381
- limit: number;
382
399
  operation: "list_payment_links";
400
+ limit: number;
383
401
  credentials?: Partial<Record<CredentialType, string>> | undefined;
384
402
  active?: boolean | undefined;
385
403
  }, {
@@ -396,16 +414,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
396
414
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
397
415
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
398
416
  }, "strip", import("zod").ZodTypeAny, {
399
- price: string;
400
417
  operation: "create_subscription";
418
+ price: string;
401
419
  customer: string;
402
420
  payment_behavior: "default_incomplete" | "error_if_incomplete" | "allow_incomplete";
403
421
  credentials?: Partial<Record<CredentialType, string>> | undefined;
404
422
  metadata?: Record<string, string> | undefined;
405
423
  trial_period_days?: number | undefined;
406
424
  }, {
407
- price: string;
408
425
  operation: "create_subscription";
426
+ price: string;
409
427
  customer: string;
410
428
  credentials?: Partial<Record<CredentialType, string>> | undefined;
411
429
  metadata?: Record<string, string> | undefined;
@@ -436,8 +454,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
436
454
  }>>;
437
455
  error: import("zod").ZodString;
438
456
  }, "strip", import("zod").ZodTypeAny, {
439
- success: boolean;
440
457
  error: string;
458
+ success: boolean;
441
459
  operation: "create_customer";
442
460
  customer?: {
443
461
  id: string;
@@ -447,8 +465,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
447
465
  metadata?: Record<string, string> | undefined;
448
466
  } | undefined;
449
467
  }, {
450
- success: boolean;
451
468
  error: string;
469
+ success: boolean;
452
470
  operation: "create_customer";
453
471
  customer?: {
454
472
  id: string;
@@ -479,11 +497,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
479
497
  email?: string | null | undefined;
480
498
  metadata?: Record<string, string> | undefined;
481
499
  }>, "many">>;
500
+ has_more: import("zod").ZodOptional<import("zod").ZodBoolean>;
501
+ next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
482
502
  error: import("zod").ZodString;
483
503
  }, "strip", import("zod").ZodTypeAny, {
484
- success: boolean;
485
504
  error: string;
505
+ success: boolean;
486
506
  operation: "list_customers";
507
+ next_cursor?: string | null | undefined;
508
+ has_more?: boolean | undefined;
487
509
  customers?: {
488
510
  id: string;
489
511
  created: number;
@@ -492,9 +514,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
492
514
  metadata?: Record<string, string> | undefined;
493
515
  }[] | undefined;
494
516
  }, {
495
- success: boolean;
496
517
  error: string;
518
+ success: boolean;
497
519
  operation: "list_customers";
520
+ next_cursor?: string | null | undefined;
521
+ has_more?: boolean | undefined;
498
522
  customers?: {
499
523
  id: string;
500
524
  created: number;
@@ -502,6 +526,54 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
502
526
  email?: string | null | undefined;
503
527
  metadata?: Record<string, string> | undefined;
504
528
  }[] | undefined;
529
+ }>, import("zod").ZodObject<{
530
+ operation: import("zod").ZodLiteral<"retrieve_customer">;
531
+ success: import("zod").ZodBoolean;
532
+ customer: import("zod").ZodOptional<import("zod").ZodObject<{
533
+ id: import("zod").ZodString;
534
+ name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
535
+ email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
536
+ created: import("zod").ZodNumber;
537
+ metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
538
+ }, "strip", import("zod").ZodTypeAny, {
539
+ id: string;
540
+ created: number;
541
+ name?: string | null | undefined;
542
+ email?: string | null | undefined;
543
+ metadata?: Record<string, string> | undefined;
544
+ }, {
545
+ id: string;
546
+ created: number;
547
+ name?: string | null | undefined;
548
+ email?: string | null | undefined;
549
+ metadata?: Record<string, string> | undefined;
550
+ }>>;
551
+ deleted: import("zod").ZodOptional<import("zod").ZodBoolean>;
552
+ error: import("zod").ZodString;
553
+ }, "strip", import("zod").ZodTypeAny, {
554
+ error: string;
555
+ success: boolean;
556
+ operation: "retrieve_customer";
557
+ deleted?: boolean | undefined;
558
+ customer?: {
559
+ id: string;
560
+ created: number;
561
+ name?: string | null | undefined;
562
+ email?: string | null | undefined;
563
+ metadata?: Record<string, string> | undefined;
564
+ } | undefined;
565
+ }, {
566
+ error: string;
567
+ success: boolean;
568
+ operation: "retrieve_customer";
569
+ deleted?: boolean | undefined;
570
+ customer?: {
571
+ id: string;
572
+ created: number;
573
+ name?: string | null | undefined;
574
+ email?: string | null | undefined;
575
+ metadata?: Record<string, string> | undefined;
576
+ } | undefined;
505
577
  }>, import("zod").ZodObject<{
506
578
  operation: import("zod").ZodLiteral<"create_product">;
507
579
  success: import("zod").ZodBoolean;
@@ -529,8 +601,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
529
601
  }>>;
530
602
  error: import("zod").ZodString;
531
603
  }, "strip", import("zod").ZodTypeAny, {
532
- success: boolean;
533
604
  error: string;
605
+ success: boolean;
534
606
  operation: "create_product";
535
607
  product?: {
536
608
  name: string;
@@ -541,8 +613,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
541
613
  metadata?: Record<string, string> | undefined;
542
614
  } | undefined;
543
615
  }, {
544
- success: boolean;
545
616
  error: string;
617
+ success: boolean;
546
618
  operation: "create_product";
547
619
  product?: {
548
620
  name: string;
@@ -579,8 +651,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
579
651
  }>, "many">>;
580
652
  error: import("zod").ZodString;
581
653
  }, "strip", import("zod").ZodTypeAny, {
582
- success: boolean;
583
654
  error: string;
655
+ success: boolean;
584
656
  operation: "list_products";
585
657
  products?: {
586
658
  name: string;
@@ -591,8 +663,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
591
663
  metadata?: Record<string, string> | undefined;
592
664
  }[] | undefined;
593
665
  }, {
594
- success: boolean;
595
666
  error: string;
667
+ success: boolean;
596
668
  operation: "list_products";
597
669
  products?: {
598
670
  name: string;
@@ -615,7 +687,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
615
687
  created: import("zod").ZodNumber;
616
688
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
617
689
  }, "strip", import("zod").ZodTypeAny, {
618
- type: "recurring" | "one_time";
690
+ type: "one_time" | "recurring";
619
691
  id: string;
620
692
  created: number;
621
693
  currency: string;
@@ -624,7 +696,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
624
696
  unit_amount: number | null;
625
697
  metadata?: Record<string, string> | undefined;
626
698
  }, {
627
- type: "recurring" | "one_time";
699
+ type: "one_time" | "recurring";
628
700
  id: string;
629
701
  created: number;
630
702
  currency: string;
@@ -635,11 +707,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
635
707
  }>>;
636
708
  error: import("zod").ZodString;
637
709
  }, "strip", import("zod").ZodTypeAny, {
638
- success: boolean;
639
710
  error: string;
711
+ success: boolean;
640
712
  operation: "create_price";
641
713
  price?: {
642
- type: "recurring" | "one_time";
714
+ type: "one_time" | "recurring";
643
715
  id: string;
644
716
  created: number;
645
717
  currency: string;
@@ -649,11 +721,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
649
721
  metadata?: Record<string, string> | undefined;
650
722
  } | undefined;
651
723
  }, {
652
- success: boolean;
653
724
  error: string;
725
+ success: boolean;
654
726
  operation: "create_price";
655
727
  price?: {
656
- type: "recurring" | "one_time";
728
+ type: "one_time" | "recurring";
657
729
  id: string;
658
730
  created: number;
659
731
  currency: string;
@@ -675,7 +747,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
675
747
  created: import("zod").ZodNumber;
676
748
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
677
749
  }, "strip", import("zod").ZodTypeAny, {
678
- type: "recurring" | "one_time";
750
+ type: "one_time" | "recurring";
679
751
  id: string;
680
752
  created: number;
681
753
  currency: string;
@@ -684,7 +756,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
684
756
  unit_amount: number | null;
685
757
  metadata?: Record<string, string> | undefined;
686
758
  }, {
687
- type: "recurring" | "one_time";
759
+ type: "one_time" | "recurring";
688
760
  id: string;
689
761
  created: number;
690
762
  currency: string;
@@ -695,11 +767,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
695
767
  }>, "many">>;
696
768
  error: import("zod").ZodString;
697
769
  }, "strip", import("zod").ZodTypeAny, {
698
- success: boolean;
699
770
  error: string;
771
+ success: boolean;
700
772
  operation: "list_prices";
701
773
  prices?: {
702
- type: "recurring" | "one_time";
774
+ type: "one_time" | "recurring";
703
775
  id: string;
704
776
  created: number;
705
777
  currency: string;
@@ -709,11 +781,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
709
781
  metadata?: Record<string, string> | undefined;
710
782
  }[] | undefined;
711
783
  }, {
712
- success: boolean;
713
784
  error: string;
785
+ success: boolean;
714
786
  operation: "list_prices";
715
787
  prices?: {
716
- type: "recurring" | "one_time";
788
+ type: "one_time" | "recurring";
717
789
  id: string;
718
790
  created: number;
719
791
  currency: string;
@@ -746,8 +818,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
746
818
  }>>;
747
819
  error: import("zod").ZodString;
748
820
  }, "strip", import("zod").ZodTypeAny, {
749
- success: boolean;
750
821
  error: string;
822
+ success: boolean;
751
823
  operation: "create_payment_link";
752
824
  payment_link?: {
753
825
  url: string;
@@ -757,8 +829,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
757
829
  created?: number | undefined;
758
830
  } | undefined;
759
831
  }, {
760
- success: boolean;
761
832
  error: string;
833
+ success: boolean;
762
834
  operation: "create_payment_link";
763
835
  payment_link?: {
764
836
  url: string;
@@ -806,8 +878,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
806
878
  }>>;
807
879
  error: import("zod").ZodString;
808
880
  }, "strip", import("zod").ZodTypeAny, {
809
- success: boolean;
810
881
  error: string;
882
+ success: boolean;
811
883
  operation: "create_invoice";
812
884
  invoice?: {
813
885
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -822,8 +894,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
822
894
  invoice_pdf?: string | null | undefined;
823
895
  } | undefined;
824
896
  }, {
825
- success: boolean;
826
897
  error: string;
898
+ success: boolean;
827
899
  operation: "create_invoice";
828
900
  invoice?: {
829
901
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -874,11 +946,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
874
946
  hosted_invoice_url?: string | null | undefined;
875
947
  invoice_pdf?: string | null | undefined;
876
948
  }>, "many">>;
949
+ has_more: import("zod").ZodOptional<import("zod").ZodBoolean>;
950
+ next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
877
951
  error: import("zod").ZodString;
878
952
  }, "strip", import("zod").ZodTypeAny, {
879
- success: boolean;
880
953
  error: string;
954
+ success: boolean;
881
955
  operation: "list_invoices";
956
+ next_cursor?: string | null | undefined;
957
+ has_more?: boolean | undefined;
882
958
  invoices?: {
883
959
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
884
960
  id: string;
@@ -892,9 +968,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
892
968
  invoice_pdf?: string | null | undefined;
893
969
  }[] | undefined;
894
970
  }, {
895
- success: boolean;
896
971
  error: string;
972
+ success: boolean;
897
973
  operation: "list_invoices";
974
+ next_cursor?: string | null | undefined;
975
+ has_more?: boolean | undefined;
898
976
  invoices?: {
899
977
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
900
978
  id: string;
@@ -946,8 +1024,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
946
1024
  }>>;
947
1025
  error: import("zod").ZodString;
948
1026
  }, "strip", import("zod").ZodTypeAny, {
949
- success: boolean;
950
1027
  error: string;
1028
+ success: boolean;
951
1029
  operation: "retrieve_invoice";
952
1030
  invoice?: {
953
1031
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -962,8 +1040,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
962
1040
  invoice_pdf?: string | null | undefined;
963
1041
  } | undefined;
964
1042
  }, {
965
- success: boolean;
966
1043
  error: string;
1044
+ success: boolean;
967
1045
  operation: "retrieve_invoice";
968
1046
  invoice?: {
969
1047
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1016,8 +1094,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1016
1094
  }>>;
1017
1095
  error: import("zod").ZodString;
1018
1096
  }, "strip", import("zod").ZodTypeAny, {
1019
- success: boolean;
1020
1097
  error: string;
1098
+ success: boolean;
1021
1099
  operation: "finalize_invoice";
1022
1100
  invoice?: {
1023
1101
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1032,8 +1110,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1032
1110
  invoice_pdf?: string | null | undefined;
1033
1111
  } | undefined;
1034
1112
  }, {
1035
- success: boolean;
1036
1113
  error: string;
1114
+ success: boolean;
1037
1115
  operation: "finalize_invoice";
1038
1116
  invoice?: {
1039
1117
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1070,8 +1148,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1070
1148
  date?: number | undefined;
1071
1149
  metadata?: Record<string, string> | undefined;
1072
1150
  unit_amount?: number | null | undefined;
1073
- quantity?: number | undefined;
1074
1151
  invoice?: string | null | undefined;
1152
+ quantity?: number | undefined;
1075
1153
  }, {
1076
1154
  id: string;
1077
1155
  currency: string;
@@ -1081,13 +1159,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1081
1159
  date?: number | undefined;
1082
1160
  metadata?: Record<string, string> | undefined;
1083
1161
  unit_amount?: number | null | undefined;
1084
- quantity?: number | undefined;
1085
1162
  invoice?: string | null | undefined;
1163
+ quantity?: number | undefined;
1086
1164
  }>>;
1087
1165
  error: import("zod").ZodString;
1088
1166
  }, "strip", import("zod").ZodTypeAny, {
1089
- success: boolean;
1090
1167
  error: string;
1168
+ success: boolean;
1091
1169
  operation: "create_invoice_item";
1092
1170
  invoice_item?: {
1093
1171
  id: string;
@@ -1098,12 +1176,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1098
1176
  date?: number | undefined;
1099
1177
  metadata?: Record<string, string> | undefined;
1100
1178
  unit_amount?: number | null | undefined;
1101
- quantity?: number | undefined;
1102
1179
  invoice?: string | null | undefined;
1180
+ quantity?: number | undefined;
1103
1181
  } | undefined;
1104
1182
  }, {
1105
- success: boolean;
1106
1183
  error: string;
1184
+ success: boolean;
1107
1185
  operation: "create_invoice_item";
1108
1186
  invoice_item?: {
1109
1187
  id: string;
@@ -1114,8 +1192,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1114
1192
  date?: number | undefined;
1115
1193
  metadata?: Record<string, string> | undefined;
1116
1194
  unit_amount?: number | null | undefined;
1117
- quantity?: number | undefined;
1118
1195
  invoice?: string | null | undefined;
1196
+ quantity?: number | undefined;
1119
1197
  } | undefined;
1120
1198
  }>, import("zod").ZodObject<{
1121
1199
  operation: import("zod").ZodLiteral<"send_invoice">;
@@ -1156,8 +1234,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1156
1234
  }>>;
1157
1235
  error: import("zod").ZodString;
1158
1236
  }, "strip", import("zod").ZodTypeAny, {
1159
- success: boolean;
1160
1237
  error: string;
1238
+ success: boolean;
1161
1239
  operation: "send_invoice";
1162
1240
  invoice?: {
1163
1241
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1172,8 +1250,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1172
1250
  invoice_pdf?: string | null | undefined;
1173
1251
  } | undefined;
1174
1252
  }, {
1175
- success: boolean;
1176
1253
  error: string;
1254
+ success: boolean;
1177
1255
  operation: "send_invoice";
1178
1256
  invoice?: {
1179
1257
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1232,8 +1310,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1232
1310
  }>>;
1233
1311
  error: import("zod").ZodString;
1234
1312
  }, "strip", import("zod").ZodTypeAny, {
1235
- success: boolean;
1236
1313
  error: string;
1314
+ success: boolean;
1237
1315
  operation: "get_balance";
1238
1316
  balance?: {
1239
1317
  pending: {
@@ -1246,8 +1324,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1246
1324
  }[];
1247
1325
  } | undefined;
1248
1326
  }, {
1249
- success: boolean;
1250
1327
  error: string;
1328
+ success: boolean;
1251
1329
  operation: "get_balance";
1252
1330
  balance?: {
1253
1331
  pending: {
@@ -1289,8 +1367,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1289
1367
  }>, "many">>;
1290
1368
  error: import("zod").ZodString;
1291
1369
  }, "strip", import("zod").ZodTypeAny, {
1292
- success: boolean;
1293
1370
  error: string;
1371
+ success: boolean;
1294
1372
  operation: "list_payment_intents";
1295
1373
  payment_intents?: {
1296
1374
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
@@ -1302,8 +1380,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1302
1380
  customer?: string | null | undefined;
1303
1381
  }[] | undefined;
1304
1382
  }, {
1305
- success: boolean;
1306
1383
  error: string;
1384
+ success: boolean;
1307
1385
  operation: "list_payment_intents";
1308
1386
  payment_intents?: {
1309
1387
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
@@ -1347,8 +1425,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1347
1425
  }>, "many">>;
1348
1426
  error: import("zod").ZodString;
1349
1427
  }, "strip", import("zod").ZodTypeAny, {
1350
- success: boolean;
1351
1428
  error: string;
1429
+ success: boolean;
1352
1430
  operation: "list_subscriptions";
1353
1431
  subscriptions?: {
1354
1432
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
@@ -1361,8 +1439,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1361
1439
  current_period_end?: number | undefined;
1362
1440
  }[] | undefined;
1363
1441
  }, {
1364
- success: boolean;
1365
1442
  error: string;
1443
+ success: boolean;
1366
1444
  operation: "list_subscriptions";
1367
1445
  subscriptions?: {
1368
1446
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
@@ -1407,8 +1485,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1407
1485
  }>>;
1408
1486
  error: import("zod").ZodString;
1409
1487
  }, "strip", import("zod").ZodTypeAny, {
1410
- success: boolean;
1411
1488
  error: string;
1489
+ success: boolean;
1412
1490
  operation: "cancel_subscription";
1413
1491
  subscription?: {
1414
1492
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
@@ -1421,8 +1499,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1421
1499
  current_period_end?: number | undefined;
1422
1500
  } | undefined;
1423
1501
  }, {
1424
- success: boolean;
1425
1502
  error: string;
1503
+ success: boolean;
1426
1504
  operation: "cancel_subscription";
1427
1505
  subscription?: {
1428
1506
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
@@ -1458,8 +1536,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1458
1536
  }>, "many">>;
1459
1537
  error: import("zod").ZodString;
1460
1538
  }, "strip", import("zod").ZodTypeAny, {
1461
- success: boolean;
1462
1539
  error: string;
1540
+ success: boolean;
1463
1541
  operation: "list_payment_links";
1464
1542
  payment_links?: {
1465
1543
  url: string;
@@ -1469,8 +1547,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1469
1547
  created?: number | undefined;
1470
1548
  }[] | undefined;
1471
1549
  }, {
1472
- success: boolean;
1473
1550
  error: string;
1551
+ success: boolean;
1474
1552
  operation: "list_payment_links";
1475
1553
  payment_links?: {
1476
1554
  url: string;
@@ -1512,8 +1590,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1512
1590
  }>>;
1513
1591
  error: import("zod").ZodString;
1514
1592
  }, "strip", import("zod").ZodTypeAny, {
1515
- success: boolean;
1516
1593
  error: string;
1594
+ success: boolean;
1517
1595
  operation: "create_subscription";
1518
1596
  subscription?: {
1519
1597
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
@@ -1526,8 +1604,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1526
1604
  current_period_end?: number | undefined;
1527
1605
  } | undefined;
1528
1606
  }, {
1529
- success: boolean;
1530
1607
  error: string;
1608
+ success: boolean;
1531
1609
  operation: "create_subscription";
1532
1610
  subscription?: {
1533
1611
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
@@ -1552,6 +1630,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1552
1630
  }>>;
1553
1631
  private createCustomer;
1554
1632
  private listCustomers;
1633
+ private retrieveCustomer;
1555
1634
  private createProduct;
1556
1635
  private listProducts;
1557
1636
  private createPrice;