@bubblelab/bubble-core 0.1.100 → 0.1.102

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 +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +118 -118
  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 +26 -26
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +836 -836
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +176 -176
  18. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
  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 +8 -8
  24. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +66 -66
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2089 -2089
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
  30. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +440 -440
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +193 -123
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +210 -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 +35 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  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 +20 -20
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
  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 +4 -4
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  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 +326 -326
  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 +122 -122
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  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 +150 -150
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +54 -54
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +96 -96
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  79. package/dist/bubbles.json +109 -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
- credentials?: Partial<Record<CredentialType, string>> | undefined;
50
49
  email?: string | undefined;
50
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
51
51
  metadata?: Record<string, string> | undefined;
52
52
  }, {
53
53
  name: string;
54
54
  operation: "create_customer";
55
- credentials?: Partial<Record<CredentialType, string>> | undefined;
56
55
  email?: string | undefined;
56
+ credentials?: Partial<Record<CredentialType, 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
65
  operation: "list_customers";
65
66
  limit: number;
66
- credentials?: Partial<Record<CredentialType, string>> | undefined;
67
67
  email?: string | undefined;
68
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
69
+ cursor?: string | undefined;
68
70
  }, {
69
71
  operation: "list_customers";
70
- credentials?: Partial<Record<CredentialType, string>> | undefined;
71
72
  email?: string | undefined;
73
+ credentials?: Partial<Record<CredentialType, 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;
@@ -152,14 +167,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
152
167
  operation: "list_prices";
153
168
  limit: number;
154
169
  credentials?: Partial<Record<CredentialType, string>> | undefined;
155
- active?: boolean | undefined;
156
170
  product?: string | undefined;
171
+ active?: boolean | undefined;
157
172
  }, {
158
173
  operation: "list_prices";
159
174
  credentials?: Partial<Record<CredentialType, string>> | undefined;
160
175
  limit?: number | undefined;
161
- active?: boolean | undefined;
162
176
  product?: string | undefined;
177
+ active?: boolean | undefined;
163
178
  }>, import("zod").ZodObject<{
164
179
  operation: import("zod").ZodLiteral<"create_payment_link">;
165
180
  price: import("zod").ZodString;
@@ -192,8 +207,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
192
207
  description: import("zod").ZodOptional<import("zod").ZodString>;
193
208
  quantity: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
194
209
  }, "strip", import("zod").ZodTypeAny, {
195
- unit_amount: number;
196
210
  quantity: number;
211
+ unit_amount: number;
197
212
  description?: string | undefined;
198
213
  }, {
199
214
  unit_amount: number;
@@ -208,8 +223,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
208
223
  auto_advance: boolean;
209
224
  collection_method: "charge_automatically" | "send_invoice";
210
225
  items?: {
211
- unit_amount: number;
212
226
  quantity: number;
227
+ unit_amount: number;
213
228
  description?: string | undefined;
214
229
  }[] | undefined;
215
230
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -286,9 +301,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
286
301
  }, "strip", import("zod").ZodTypeAny, {
287
302
  operation: "create_invoice_item";
288
303
  currency: string;
304
+ quantity: number;
289
305
  unit_amount: number;
290
306
  customer: string;
291
- quantity: number;
292
307
  description?: string | undefined;
293
308
  credentials?: Partial<Record<CredentialType, string>> | undefined;
294
309
  metadata?: Record<string, string> | undefined;
@@ -301,8 +316,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
301
316
  credentials?: Partial<Record<CredentialType, string>> | undefined;
302
317
  metadata?: Record<string, string> | undefined;
303
318
  currency?: string | undefined;
304
- invoice?: string | undefined;
305
319
  quantity?: number | undefined;
320
+ invoice?: string | undefined;
306
321
  }>, import("zod").ZodObject<{
307
322
  operation: import("zod").ZodLiteral<"send_invoice">;
308
323
  invoice_id: import("zod").ZodString;
@@ -348,12 +363,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
348
363
  }, "strip", import("zod").ZodTypeAny, {
349
364
  operation: "list_subscriptions";
350
365
  limit: number;
351
- status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
366
+ status?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid" | undefined;
352
367
  credentials?: Partial<Record<CredentialType, string>> | undefined;
353
368
  customer?: string | undefined;
354
369
  }, {
355
370
  operation: "list_subscriptions";
356
- status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
371
+ status?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid" | undefined;
357
372
  credentials?: Partial<Record<CredentialType, string>> | undefined;
358
373
  limit?: number | undefined;
359
374
  customer?: string | undefined;
@@ -364,8 +379,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
364
379
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
365
380
  }, "strip", import("zod").ZodTypeAny, {
366
381
  operation: "cancel_subscription";
367
- cancel_at_period_end: boolean;
368
382
  subscription_id: string;
383
+ cancel_at_period_end: boolean;
369
384
  credentials?: Partial<Record<CredentialType, string>> | undefined;
370
385
  }, {
371
386
  operation: "cancel_subscription";
@@ -436,8 +451,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
436
451
  }>>;
437
452
  error: import("zod").ZodString;
438
453
  }, "strip", import("zod").ZodTypeAny, {
439
- error: string;
440
454
  success: boolean;
455
+ error: string;
441
456
  operation: "create_customer";
442
457
  customer?: {
443
458
  id: string;
@@ -447,8 +462,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
447
462
  metadata?: Record<string, string> | undefined;
448
463
  } | undefined;
449
464
  }, {
450
- error: string;
451
465
  success: boolean;
466
+ error: string;
452
467
  operation: "create_customer";
453
468
  customer?: {
454
469
  id: string;
@@ -479,11 +494,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
479
494
  email?: string | null | undefined;
480
495
  metadata?: Record<string, string> | undefined;
481
496
  }>, "many">>;
497
+ has_more: import("zod").ZodOptional<import("zod").ZodBoolean>;
498
+ next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
482
499
  error: import("zod").ZodString;
483
500
  }, "strip", import("zod").ZodTypeAny, {
484
- error: string;
485
501
  success: boolean;
502
+ error: string;
486
503
  operation: "list_customers";
504
+ next_cursor?: string | null | undefined;
505
+ has_more?: boolean | undefined;
487
506
  customers?: {
488
507
  id: string;
489
508
  created: number;
@@ -492,9 +511,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
492
511
  metadata?: Record<string, string> | undefined;
493
512
  }[] | undefined;
494
513
  }, {
495
- error: string;
496
514
  success: boolean;
515
+ error: string;
497
516
  operation: "list_customers";
517
+ next_cursor?: string | null | undefined;
518
+ has_more?: boolean | undefined;
498
519
  customers?: {
499
520
  id: string;
500
521
  created: number;
@@ -502,6 +523,54 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
502
523
  email?: string | null | undefined;
503
524
  metadata?: Record<string, string> | undefined;
504
525
  }[] | undefined;
526
+ }>, import("zod").ZodObject<{
527
+ operation: import("zod").ZodLiteral<"retrieve_customer">;
528
+ success: import("zod").ZodBoolean;
529
+ customer: import("zod").ZodOptional<import("zod").ZodObject<{
530
+ id: import("zod").ZodString;
531
+ name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
532
+ email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
533
+ created: import("zod").ZodNumber;
534
+ metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
535
+ }, "strip", import("zod").ZodTypeAny, {
536
+ id: string;
537
+ created: number;
538
+ name?: string | null | undefined;
539
+ email?: string | null | undefined;
540
+ metadata?: Record<string, string> | undefined;
541
+ }, {
542
+ id: string;
543
+ created: number;
544
+ name?: string | null | undefined;
545
+ email?: string | null | undefined;
546
+ metadata?: Record<string, string> | undefined;
547
+ }>>;
548
+ deleted: import("zod").ZodOptional<import("zod").ZodBoolean>;
549
+ error: import("zod").ZodString;
550
+ }, "strip", import("zod").ZodTypeAny, {
551
+ success: boolean;
552
+ error: string;
553
+ operation: "retrieve_customer";
554
+ deleted?: boolean | undefined;
555
+ customer?: {
556
+ id: string;
557
+ created: number;
558
+ name?: string | null | undefined;
559
+ email?: string | null | undefined;
560
+ metadata?: Record<string, string> | undefined;
561
+ } | undefined;
562
+ }, {
563
+ success: boolean;
564
+ error: string;
565
+ operation: "retrieve_customer";
566
+ deleted?: boolean | undefined;
567
+ customer?: {
568
+ id: string;
569
+ created: number;
570
+ name?: string | null | undefined;
571
+ email?: string | null | undefined;
572
+ metadata?: Record<string, string> | undefined;
573
+ } | undefined;
505
574
  }>, import("zod").ZodObject<{
506
575
  operation: import("zod").ZodLiteral<"create_product">;
507
576
  success: import("zod").ZodBoolean;
@@ -529,8 +598,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
529
598
  }>>;
530
599
  error: import("zod").ZodString;
531
600
  }, "strip", import("zod").ZodTypeAny, {
532
- error: string;
533
601
  success: boolean;
602
+ error: string;
534
603
  operation: "create_product";
535
604
  product?: {
536
605
  name: string;
@@ -541,8 +610,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
541
610
  metadata?: Record<string, string> | undefined;
542
611
  } | undefined;
543
612
  }, {
544
- error: string;
545
613
  success: boolean;
614
+ error: string;
546
615
  operation: "create_product";
547
616
  product?: {
548
617
  name: string;
@@ -579,8 +648,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
579
648
  }>, "many">>;
580
649
  error: import("zod").ZodString;
581
650
  }, "strip", import("zod").ZodTypeAny, {
582
- error: string;
583
651
  success: boolean;
652
+ error: string;
584
653
  operation: "list_products";
585
654
  products?: {
586
655
  name: string;
@@ -591,8 +660,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
591
660
  metadata?: Record<string, string> | undefined;
592
661
  }[] | undefined;
593
662
  }, {
594
- error: string;
595
663
  success: boolean;
664
+ error: string;
596
665
  operation: "list_products";
597
666
  products?: {
598
667
  name: string;
@@ -615,50 +684,50 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
615
684
  created: import("zod").ZodNumber;
616
685
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
617
686
  }, "strip", import("zod").ZodTypeAny, {
618
- type: "one_time" | "recurring";
687
+ type: "recurring" | "one_time";
619
688
  id: string;
620
689
  created: number;
621
690
  currency: string;
622
- active: boolean;
623
691
  product: string;
692
+ active: boolean;
624
693
  unit_amount: number | null;
625
694
  metadata?: Record<string, string> | undefined;
626
695
  }, {
627
- type: "one_time" | "recurring";
696
+ type: "recurring" | "one_time";
628
697
  id: string;
629
698
  created: number;
630
699
  currency: string;
631
- active: boolean;
632
700
  product: string;
701
+ active: boolean;
633
702
  unit_amount: number | null;
634
703
  metadata?: Record<string, string> | undefined;
635
704
  }>>;
636
705
  error: import("zod").ZodString;
637
706
  }, "strip", import("zod").ZodTypeAny, {
638
- error: string;
639
707
  success: boolean;
708
+ error: string;
640
709
  operation: "create_price";
641
710
  price?: {
642
- type: "one_time" | "recurring";
711
+ type: "recurring" | "one_time";
643
712
  id: string;
644
713
  created: number;
645
714
  currency: string;
646
- active: boolean;
647
715
  product: string;
716
+ active: boolean;
648
717
  unit_amount: number | null;
649
718
  metadata?: Record<string, string> | undefined;
650
719
  } | undefined;
651
720
  }, {
652
- error: string;
653
721
  success: boolean;
722
+ error: string;
654
723
  operation: "create_price";
655
724
  price?: {
656
- type: "one_time" | "recurring";
725
+ type: "recurring" | "one_time";
657
726
  id: string;
658
727
  created: number;
659
728
  currency: string;
660
- active: boolean;
661
729
  product: string;
730
+ active: boolean;
662
731
  unit_amount: number | null;
663
732
  metadata?: Record<string, string> | undefined;
664
733
  } | undefined;
@@ -675,50 +744,50 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
675
744
  created: import("zod").ZodNumber;
676
745
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
677
746
  }, "strip", import("zod").ZodTypeAny, {
678
- type: "one_time" | "recurring";
747
+ type: "recurring" | "one_time";
679
748
  id: string;
680
749
  created: number;
681
750
  currency: string;
682
- active: boolean;
683
751
  product: string;
752
+ active: boolean;
684
753
  unit_amount: number | null;
685
754
  metadata?: Record<string, string> | undefined;
686
755
  }, {
687
- type: "one_time" | "recurring";
756
+ type: "recurring" | "one_time";
688
757
  id: string;
689
758
  created: number;
690
759
  currency: string;
691
- active: boolean;
692
760
  product: string;
761
+ active: boolean;
693
762
  unit_amount: number | null;
694
763
  metadata?: Record<string, string> | undefined;
695
764
  }>, "many">>;
696
765
  error: import("zod").ZodString;
697
766
  }, "strip", import("zod").ZodTypeAny, {
698
- error: string;
699
767
  success: boolean;
768
+ error: string;
700
769
  operation: "list_prices";
701
770
  prices?: {
702
- type: "one_time" | "recurring";
771
+ type: "recurring" | "one_time";
703
772
  id: string;
704
773
  created: number;
705
774
  currency: string;
706
- active: boolean;
707
775
  product: string;
776
+ active: boolean;
708
777
  unit_amount: number | null;
709
778
  metadata?: Record<string, string> | undefined;
710
779
  }[] | undefined;
711
780
  }, {
712
- error: string;
713
781
  success: boolean;
782
+ error: string;
714
783
  operation: "list_prices";
715
784
  prices?: {
716
- type: "one_time" | "recurring";
785
+ type: "recurring" | "one_time";
717
786
  id: string;
718
787
  created: number;
719
788
  currency: string;
720
- active: boolean;
721
789
  product: string;
790
+ active: boolean;
722
791
  unit_amount: number | null;
723
792
  metadata?: Record<string, string> | undefined;
724
793
  }[] | undefined;
@@ -735,37 +804,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
735
804
  url: string;
736
805
  id: string;
737
806
  active: boolean;
738
- metadata?: Record<string, string> | undefined;
739
807
  created?: number | undefined;
808
+ metadata?: Record<string, string> | undefined;
740
809
  }, {
741
810
  url: string;
742
811
  id: string;
743
812
  active: boolean;
744
- metadata?: Record<string, string> | undefined;
745
813
  created?: number | undefined;
814
+ metadata?: Record<string, string> | undefined;
746
815
  }>>;
747
816
  error: import("zod").ZodString;
748
817
  }, "strip", import("zod").ZodTypeAny, {
749
- error: string;
750
818
  success: boolean;
819
+ error: string;
751
820
  operation: "create_payment_link";
752
821
  payment_link?: {
753
822
  url: string;
754
823
  id: string;
755
824
  active: boolean;
756
- metadata?: Record<string, string> | undefined;
757
825
  created?: number | undefined;
826
+ metadata?: Record<string, string> | undefined;
758
827
  } | undefined;
759
828
  }, {
760
- error: string;
761
829
  success: boolean;
830
+ error: string;
762
831
  operation: "create_payment_link";
763
832
  payment_link?: {
764
833
  url: string;
765
834
  id: string;
766
835
  active: boolean;
767
- metadata?: Record<string, string> | undefined;
768
836
  created?: number | undefined;
837
+ metadata?: Record<string, string> | undefined;
769
838
  } | undefined;
770
839
  }>, import("zod").ZodObject<{
771
840
  operation: import("zod").ZodLiteral<"create_invoice">;
@@ -787,8 +856,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
787
856
  total: number;
788
857
  currency: string;
789
858
  customer: string | null;
790
- metadata?: Record<string, string> | undefined;
791
859
  created?: number | undefined;
860
+ metadata?: Record<string, string> | undefined;
792
861
  due_date?: string | null | undefined;
793
862
  hosted_invoice_url?: string | null | undefined;
794
863
  invoice_pdf?: string | null | undefined;
@@ -798,16 +867,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
798
867
  total: number;
799
868
  currency: string;
800
869
  customer: string | null;
801
- metadata?: Record<string, string> | undefined;
802
870
  created?: number | undefined;
871
+ metadata?: Record<string, string> | undefined;
803
872
  due_date?: string | null | undefined;
804
873
  hosted_invoice_url?: string | null | undefined;
805
874
  invoice_pdf?: string | null | undefined;
806
875
  }>>;
807
876
  error: import("zod").ZodString;
808
877
  }, "strip", import("zod").ZodTypeAny, {
809
- error: string;
810
878
  success: boolean;
879
+ error: string;
811
880
  operation: "create_invoice";
812
881
  invoice?: {
813
882
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -815,15 +884,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
815
884
  total: number;
816
885
  currency: string;
817
886
  customer: string | null;
818
- metadata?: Record<string, string> | undefined;
819
887
  created?: number | undefined;
888
+ metadata?: Record<string, string> | undefined;
820
889
  due_date?: string | null | undefined;
821
890
  hosted_invoice_url?: string | null | undefined;
822
891
  invoice_pdf?: string | null | undefined;
823
892
  } | undefined;
824
893
  }, {
825
- error: string;
826
894
  success: boolean;
895
+ error: string;
827
896
  operation: "create_invoice";
828
897
  invoice?: {
829
898
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -831,8 +900,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
831
900
  total: number;
832
901
  currency: string;
833
902
  customer: string | null;
834
- metadata?: Record<string, string> | undefined;
835
903
  created?: number | undefined;
904
+ metadata?: Record<string, string> | undefined;
836
905
  due_date?: string | null | undefined;
837
906
  hosted_invoice_url?: string | null | undefined;
838
907
  invoice_pdf?: string | null | undefined;
@@ -857,8 +926,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
857
926
  total: number;
858
927
  currency: string;
859
928
  customer: string | null;
860
- metadata?: Record<string, string> | undefined;
861
929
  created?: number | undefined;
930
+ metadata?: Record<string, string> | undefined;
862
931
  due_date?: string | null | undefined;
863
932
  hosted_invoice_url?: string | null | undefined;
864
933
  invoice_pdf?: string | null | undefined;
@@ -868,16 +937,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
868
937
  total: number;
869
938
  currency: string;
870
939
  customer: string | null;
871
- metadata?: Record<string, string> | undefined;
872
940
  created?: number | undefined;
941
+ metadata?: Record<string, string> | undefined;
873
942
  due_date?: string | null | undefined;
874
943
  hosted_invoice_url?: string | null | undefined;
875
944
  invoice_pdf?: string | null | undefined;
876
945
  }>, "many">>;
877
946
  error: import("zod").ZodString;
878
947
  }, "strip", import("zod").ZodTypeAny, {
879
- error: string;
880
948
  success: boolean;
949
+ error: string;
881
950
  operation: "list_invoices";
882
951
  invoices?: {
883
952
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -885,15 +954,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
885
954
  total: number;
886
955
  currency: string;
887
956
  customer: string | null;
888
- metadata?: Record<string, string> | undefined;
889
957
  created?: number | undefined;
958
+ metadata?: Record<string, string> | undefined;
890
959
  due_date?: string | null | undefined;
891
960
  hosted_invoice_url?: string | null | undefined;
892
961
  invoice_pdf?: string | null | undefined;
893
962
  }[] | undefined;
894
963
  }, {
895
- error: string;
896
964
  success: boolean;
965
+ error: string;
897
966
  operation: "list_invoices";
898
967
  invoices?: {
899
968
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -901,8 +970,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
901
970
  total: number;
902
971
  currency: string;
903
972
  customer: string | null;
904
- metadata?: Record<string, string> | undefined;
905
973
  created?: number | undefined;
974
+ metadata?: Record<string, string> | undefined;
906
975
  due_date?: string | null | undefined;
907
976
  hosted_invoice_url?: string | null | undefined;
908
977
  invoice_pdf?: string | null | undefined;
@@ -927,8 +996,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
927
996
  total: number;
928
997
  currency: string;
929
998
  customer: string | null;
930
- metadata?: Record<string, string> | undefined;
931
999
  created?: number | undefined;
1000
+ metadata?: Record<string, string> | undefined;
932
1001
  due_date?: string | null | undefined;
933
1002
  hosted_invoice_url?: string | null | undefined;
934
1003
  invoice_pdf?: string | null | undefined;
@@ -938,16 +1007,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
938
1007
  total: number;
939
1008
  currency: string;
940
1009
  customer: string | null;
941
- metadata?: Record<string, string> | undefined;
942
1010
  created?: number | undefined;
1011
+ metadata?: Record<string, string> | undefined;
943
1012
  due_date?: string | null | undefined;
944
1013
  hosted_invoice_url?: string | null | undefined;
945
1014
  invoice_pdf?: string | null | undefined;
946
1015
  }>>;
947
1016
  error: import("zod").ZodString;
948
1017
  }, "strip", import("zod").ZodTypeAny, {
949
- error: string;
950
1018
  success: boolean;
1019
+ error: string;
951
1020
  operation: "retrieve_invoice";
952
1021
  invoice?: {
953
1022
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -955,15 +1024,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
955
1024
  total: number;
956
1025
  currency: string;
957
1026
  customer: string | null;
958
- metadata?: Record<string, string> | undefined;
959
1027
  created?: number | undefined;
1028
+ metadata?: Record<string, string> | undefined;
960
1029
  due_date?: string | null | undefined;
961
1030
  hosted_invoice_url?: string | null | undefined;
962
1031
  invoice_pdf?: string | null | undefined;
963
1032
  } | undefined;
964
1033
  }, {
965
- error: string;
966
1034
  success: boolean;
1035
+ error: string;
967
1036
  operation: "retrieve_invoice";
968
1037
  invoice?: {
969
1038
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -971,8 +1040,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
971
1040
  total: number;
972
1041
  currency: string;
973
1042
  customer: string | null;
974
- metadata?: Record<string, string> | undefined;
975
1043
  created?: number | undefined;
1044
+ metadata?: Record<string, string> | undefined;
976
1045
  due_date?: string | null | undefined;
977
1046
  hosted_invoice_url?: string | null | undefined;
978
1047
  invoice_pdf?: string | null | undefined;
@@ -997,8 +1066,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
997
1066
  total: number;
998
1067
  currency: string;
999
1068
  customer: string | null;
1000
- metadata?: Record<string, string> | undefined;
1001
1069
  created?: number | undefined;
1070
+ metadata?: Record<string, string> | undefined;
1002
1071
  due_date?: string | null | undefined;
1003
1072
  hosted_invoice_url?: string | null | undefined;
1004
1073
  invoice_pdf?: string | null | undefined;
@@ -1008,16 +1077,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1008
1077
  total: number;
1009
1078
  currency: string;
1010
1079
  customer: string | null;
1011
- metadata?: Record<string, string> | undefined;
1012
1080
  created?: number | undefined;
1081
+ metadata?: Record<string, string> | undefined;
1013
1082
  due_date?: string | null | undefined;
1014
1083
  hosted_invoice_url?: string | null | undefined;
1015
1084
  invoice_pdf?: string | null | undefined;
1016
1085
  }>>;
1017
1086
  error: import("zod").ZodString;
1018
1087
  }, "strip", import("zod").ZodTypeAny, {
1019
- error: string;
1020
1088
  success: boolean;
1089
+ error: string;
1021
1090
  operation: "finalize_invoice";
1022
1091
  invoice?: {
1023
1092
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1025,15 +1094,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1025
1094
  total: number;
1026
1095
  currency: string;
1027
1096
  customer: string | null;
1028
- metadata?: Record<string, string> | undefined;
1029
1097
  created?: number | undefined;
1098
+ metadata?: Record<string, string> | undefined;
1030
1099
  due_date?: string | null | undefined;
1031
1100
  hosted_invoice_url?: string | null | undefined;
1032
1101
  invoice_pdf?: string | null | undefined;
1033
1102
  } | undefined;
1034
1103
  }, {
1035
- error: string;
1036
1104
  success: boolean;
1105
+ error: string;
1037
1106
  operation: "finalize_invoice";
1038
1107
  invoice?: {
1039
1108
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1041,8 +1110,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1041
1110
  total: number;
1042
1111
  currency: string;
1043
1112
  customer: string | null;
1044
- metadata?: Record<string, string> | undefined;
1045
1113
  created?: number | undefined;
1114
+ metadata?: Record<string, string> | undefined;
1046
1115
  due_date?: string | null | undefined;
1047
1116
  hosted_invoice_url?: string | null | undefined;
1048
1117
  invoice_pdf?: string | null | undefined;
@@ -1069,9 +1138,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1069
1138
  description?: string | null | undefined;
1070
1139
  date?: number | undefined;
1071
1140
  metadata?: Record<string, string> | undefined;
1141
+ quantity?: number | undefined;
1072
1142
  unit_amount?: number | null | undefined;
1073
1143
  invoice?: string | null | undefined;
1074
- quantity?: number | undefined;
1075
1144
  }, {
1076
1145
  id: string;
1077
1146
  currency: string;
@@ -1080,14 +1149,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1080
1149
  description?: string | null | undefined;
1081
1150
  date?: number | undefined;
1082
1151
  metadata?: Record<string, string> | undefined;
1152
+ quantity?: number | undefined;
1083
1153
  unit_amount?: number | null | undefined;
1084
1154
  invoice?: string | null | undefined;
1085
- quantity?: number | undefined;
1086
1155
  }>>;
1087
1156
  error: import("zod").ZodString;
1088
1157
  }, "strip", import("zod").ZodTypeAny, {
1089
- error: string;
1090
1158
  success: boolean;
1159
+ error: string;
1091
1160
  operation: "create_invoice_item";
1092
1161
  invoice_item?: {
1093
1162
  id: string;
@@ -1097,13 +1166,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1097
1166
  description?: string | null | undefined;
1098
1167
  date?: number | undefined;
1099
1168
  metadata?: Record<string, string> | undefined;
1169
+ quantity?: number | undefined;
1100
1170
  unit_amount?: number | null | undefined;
1101
1171
  invoice?: string | null | undefined;
1102
- quantity?: number | undefined;
1103
1172
  } | undefined;
1104
1173
  }, {
1105
- error: string;
1106
1174
  success: boolean;
1175
+ error: string;
1107
1176
  operation: "create_invoice_item";
1108
1177
  invoice_item?: {
1109
1178
  id: string;
@@ -1113,9 +1182,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1113
1182
  description?: string | null | undefined;
1114
1183
  date?: number | undefined;
1115
1184
  metadata?: Record<string, string> | undefined;
1185
+ quantity?: number | undefined;
1116
1186
  unit_amount?: number | null | undefined;
1117
1187
  invoice?: string | null | undefined;
1118
- quantity?: number | undefined;
1119
1188
  } | undefined;
1120
1189
  }>, import("zod").ZodObject<{
1121
1190
  operation: import("zod").ZodLiteral<"send_invoice">;
@@ -1137,8 +1206,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1137
1206
  total: number;
1138
1207
  currency: string;
1139
1208
  customer: string | null;
1140
- metadata?: Record<string, string> | undefined;
1141
1209
  created?: number | undefined;
1210
+ metadata?: Record<string, string> | undefined;
1142
1211
  due_date?: string | null | undefined;
1143
1212
  hosted_invoice_url?: string | null | undefined;
1144
1213
  invoice_pdf?: string | null | undefined;
@@ -1148,16 +1217,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1148
1217
  total: number;
1149
1218
  currency: string;
1150
1219
  customer: string | null;
1151
- metadata?: Record<string, string> | undefined;
1152
1220
  created?: number | undefined;
1221
+ metadata?: Record<string, string> | undefined;
1153
1222
  due_date?: string | null | undefined;
1154
1223
  hosted_invoice_url?: string | null | undefined;
1155
1224
  invoice_pdf?: string | null | undefined;
1156
1225
  }>>;
1157
1226
  error: import("zod").ZodString;
1158
1227
  }, "strip", import("zod").ZodTypeAny, {
1159
- error: string;
1160
1228
  success: boolean;
1229
+ error: string;
1161
1230
  operation: "send_invoice";
1162
1231
  invoice?: {
1163
1232
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1165,15 +1234,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1165
1234
  total: number;
1166
1235
  currency: string;
1167
1236
  customer: string | null;
1168
- metadata?: Record<string, string> | undefined;
1169
1237
  created?: number | undefined;
1238
+ metadata?: Record<string, string> | undefined;
1170
1239
  due_date?: string | null | undefined;
1171
1240
  hosted_invoice_url?: string | null | undefined;
1172
1241
  invoice_pdf?: string | null | undefined;
1173
1242
  } | undefined;
1174
1243
  }, {
1175
- error: string;
1176
1244
  success: boolean;
1245
+ error: string;
1177
1246
  operation: "send_invoice";
1178
1247
  invoice?: {
1179
1248
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
@@ -1181,8 +1250,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1181
1250
  total: number;
1182
1251
  currency: string;
1183
1252
  customer: string | null;
1184
- metadata?: Record<string, string> | undefined;
1185
1253
  created?: number | undefined;
1254
+ metadata?: Record<string, string> | undefined;
1186
1255
  due_date?: string | null | undefined;
1187
1256
  hosted_invoice_url?: string | null | undefined;
1188
1257
  invoice_pdf?: string | null | undefined;
@@ -1212,49 +1281,49 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1212
1281
  amount: number;
1213
1282
  }>, "many">;
1214
1283
  }, "strip", import("zod").ZodTypeAny, {
1215
- pending: {
1284
+ available: {
1216
1285
  currency: string;
1217
1286
  amount: number;
1218
1287
  }[];
1219
- available: {
1288
+ pending: {
1220
1289
  currency: string;
1221
1290
  amount: number;
1222
1291
  }[];
1223
1292
  }, {
1224
- pending: {
1293
+ available: {
1225
1294
  currency: string;
1226
1295
  amount: number;
1227
1296
  }[];
1228
- available: {
1297
+ pending: {
1229
1298
  currency: string;
1230
1299
  amount: number;
1231
1300
  }[];
1232
1301
  }>>;
1233
1302
  error: import("zod").ZodString;
1234
1303
  }, "strip", import("zod").ZodTypeAny, {
1235
- error: string;
1236
1304
  success: boolean;
1305
+ error: string;
1237
1306
  operation: "get_balance";
1238
1307
  balance?: {
1239
- pending: {
1308
+ available: {
1240
1309
  currency: string;
1241
1310
  amount: number;
1242
1311
  }[];
1243
- available: {
1312
+ pending: {
1244
1313
  currency: string;
1245
1314
  amount: number;
1246
1315
  }[];
1247
1316
  } | undefined;
1248
1317
  }, {
1249
- error: string;
1250
1318
  success: boolean;
1319
+ error: string;
1251
1320
  operation: "get_balance";
1252
1321
  balance?: {
1253
- pending: {
1322
+ available: {
1254
1323
  currency: string;
1255
1324
  amount: number;
1256
1325
  }[];
1257
- available: {
1326
+ pending: {
1258
1327
  currency: string;
1259
1328
  amount: number;
1260
1329
  }[];
@@ -1271,7 +1340,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1271
1340
  created: import("zod").ZodNumber;
1272
1341
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1273
1342
  }, "strip", import("zod").ZodTypeAny, {
1274
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1343
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1275
1344
  id: string;
1276
1345
  created: number;
1277
1346
  currency: string;
@@ -1279,7 +1348,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1279
1348
  metadata?: Record<string, string> | undefined;
1280
1349
  customer?: string | null | undefined;
1281
1350
  }, {
1282
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1351
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1283
1352
  id: string;
1284
1353
  created: number;
1285
1354
  currency: string;
@@ -1289,11 +1358,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1289
1358
  }>, "many">>;
1290
1359
  error: import("zod").ZodString;
1291
1360
  }, "strip", import("zod").ZodTypeAny, {
1292
- error: string;
1293
1361
  success: boolean;
1362
+ error: string;
1294
1363
  operation: "list_payment_intents";
1295
1364
  payment_intents?: {
1296
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1365
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1297
1366
  id: string;
1298
1367
  created: number;
1299
1368
  currency: string;
@@ -1302,11 +1371,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1302
1371
  customer?: string | null | undefined;
1303
1372
  }[] | undefined;
1304
1373
  }, {
1305
- error: string;
1306
1374
  success: boolean;
1375
+ error: string;
1307
1376
  operation: "list_payment_intents";
1308
1377
  payment_intents?: {
1309
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1378
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1310
1379
  id: string;
1311
1380
  created: number;
1312
1381
  currency: string;
@@ -1327,7 +1396,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1327
1396
  created: import("zod").ZodNumber;
1328
1397
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1329
1398
  }, "strip", import("zod").ZodTypeAny, {
1330
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1399
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1331
1400
  id: string;
1332
1401
  created: number;
1333
1402
  customer: string;
@@ -1336,7 +1405,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1336
1405
  current_period_start?: number | undefined;
1337
1406
  current_period_end?: number | undefined;
1338
1407
  }, {
1339
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1408
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1340
1409
  id: string;
1341
1410
  created: number;
1342
1411
  customer: string;
@@ -1347,11 +1416,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1347
1416
  }>, "many">>;
1348
1417
  error: import("zod").ZodString;
1349
1418
  }, "strip", import("zod").ZodTypeAny, {
1350
- error: string;
1351
1419
  success: boolean;
1420
+ error: string;
1352
1421
  operation: "list_subscriptions";
1353
1422
  subscriptions?: {
1354
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1423
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1355
1424
  id: string;
1356
1425
  created: number;
1357
1426
  customer: string;
@@ -1361,11 +1430,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1361
1430
  current_period_end?: number | undefined;
1362
1431
  }[] | undefined;
1363
1432
  }, {
1364
- error: string;
1365
1433
  success: boolean;
1434
+ error: string;
1366
1435
  operation: "list_subscriptions";
1367
1436
  subscriptions?: {
1368
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1437
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1369
1438
  id: string;
1370
1439
  created: number;
1371
1440
  customer: string;
@@ -1387,7 +1456,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1387
1456
  created: import("zod").ZodNumber;
1388
1457
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1389
1458
  }, "strip", import("zod").ZodTypeAny, {
1390
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1459
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1391
1460
  id: string;
1392
1461
  created: number;
1393
1462
  customer: string;
@@ -1396,7 +1465,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1396
1465
  current_period_start?: number | undefined;
1397
1466
  current_period_end?: number | undefined;
1398
1467
  }, {
1399
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1468
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1400
1469
  id: string;
1401
1470
  created: number;
1402
1471
  customer: string;
@@ -1407,11 +1476,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1407
1476
  }>>;
1408
1477
  error: import("zod").ZodString;
1409
1478
  }, "strip", import("zod").ZodTypeAny, {
1410
- error: string;
1411
1479
  success: boolean;
1480
+ error: string;
1412
1481
  operation: "cancel_subscription";
1413
1482
  subscription?: {
1414
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1483
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1415
1484
  id: string;
1416
1485
  created: number;
1417
1486
  customer: string;
@@ -1421,11 +1490,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1421
1490
  current_period_end?: number | undefined;
1422
1491
  } | undefined;
1423
1492
  }, {
1424
- error: string;
1425
1493
  success: boolean;
1494
+ error: string;
1426
1495
  operation: "cancel_subscription";
1427
1496
  subscription?: {
1428
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1497
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1429
1498
  id: string;
1430
1499
  created: number;
1431
1500
  customer: string;
@@ -1447,37 +1516,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1447
1516
  url: string;
1448
1517
  id: string;
1449
1518
  active: boolean;
1450
- metadata?: Record<string, string> | undefined;
1451
1519
  created?: number | undefined;
1520
+ metadata?: Record<string, string> | undefined;
1452
1521
  }, {
1453
1522
  url: string;
1454
1523
  id: string;
1455
1524
  active: boolean;
1456
- metadata?: Record<string, string> | undefined;
1457
1525
  created?: number | undefined;
1526
+ metadata?: Record<string, string> | undefined;
1458
1527
  }>, "many">>;
1459
1528
  error: import("zod").ZodString;
1460
1529
  }, "strip", import("zod").ZodTypeAny, {
1461
- error: string;
1462
1530
  success: boolean;
1531
+ error: string;
1463
1532
  operation: "list_payment_links";
1464
1533
  payment_links?: {
1465
1534
  url: string;
1466
1535
  id: string;
1467
1536
  active: boolean;
1468
- metadata?: Record<string, string> | undefined;
1469
1537
  created?: number | undefined;
1538
+ metadata?: Record<string, string> | undefined;
1470
1539
  }[] | undefined;
1471
1540
  }, {
1472
- error: string;
1473
1541
  success: boolean;
1542
+ error: string;
1474
1543
  operation: "list_payment_links";
1475
1544
  payment_links?: {
1476
1545
  url: string;
1477
1546
  id: string;
1478
1547
  active: boolean;
1479
- metadata?: Record<string, string> | undefined;
1480
1548
  created?: number | undefined;
1549
+ metadata?: Record<string, string> | undefined;
1481
1550
  }[] | undefined;
1482
1551
  }>, import("zod").ZodObject<{
1483
1552
  operation: import("zod").ZodLiteral<"create_subscription">;
@@ -1492,7 +1561,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1492
1561
  created: import("zod").ZodNumber;
1493
1562
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1494
1563
  }, "strip", import("zod").ZodTypeAny, {
1495
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1564
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1496
1565
  id: string;
1497
1566
  created: number;
1498
1567
  customer: string;
@@ -1501,7 +1570,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1501
1570
  current_period_start?: number | undefined;
1502
1571
  current_period_end?: number | undefined;
1503
1572
  }, {
1504
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1573
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1505
1574
  id: string;
1506
1575
  created: number;
1507
1576
  customer: string;
@@ -1512,11 +1581,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1512
1581
  }>>;
1513
1582
  error: import("zod").ZodString;
1514
1583
  }, "strip", import("zod").ZodTypeAny, {
1515
- error: string;
1516
1584
  success: boolean;
1585
+ error: string;
1517
1586
  operation: "create_subscription";
1518
1587
  subscription?: {
1519
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1588
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1520
1589
  id: string;
1521
1590
  created: number;
1522
1591
  customer: string;
@@ -1526,11 +1595,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1526
1595
  current_period_end?: number | undefined;
1527
1596
  } | undefined;
1528
1597
  }, {
1529
- error: string;
1530
1598
  success: boolean;
1599
+ error: string;
1531
1600
  operation: "create_subscription";
1532
1601
  subscription?: {
1533
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1602
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1534
1603
  id: string;
1535
1604
  created: number;
1536
1605
  customer: string;
@@ -1552,6 +1621,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1552
1621
  }>>;
1553
1622
  private createCustomer;
1554
1623
  private listCustomers;
1624
+ private retrieveCustomer;
1555
1625
  private createProduct;
1556
1626
  private listProducts;
1557
1627
  private createPrice;