@bubblelab/bubble-core 0.1.210 → 0.1.212

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 (130) hide show
  1. package/dist/bubble-bundle.d.ts +189 -168
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  8. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ai-agent.js +2 -1
  12. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  13. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
  20. package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
  21. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
  24. package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
  26. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
  28. package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
  29. package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
  30. package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/assembled/index.js +4 -0
  32. package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.d.ts +64 -64
  34. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +58 -58
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +14 -14
  36. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  37. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  38. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  39. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +20 -20
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +150 -150
  42. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  43. package/dist/bubbles/service-bubble/firecrawl.d.ts +204 -204
  44. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  45. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +124 -124
  47. package/dist/bubbles/service-bubble/github.d.ts +114 -114
  48. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +150 -150
  51. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +26 -26
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +20 -20
  56. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  58. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +77 -77
  59. package/dist/bubbles/service-bubble/linear/linear.d.ts +44 -44
  60. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +15 -15
  61. package/dist/bubbles/service-bubble/notion/notion.d.ts +164 -164
  62. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
  64. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  65. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  66. package/dist/bubbles/service-bubble/s3/s3.d.ts +44 -44
  67. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +14 -14
  68. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +14 -14
  69. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  70. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  72. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  73. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  74. package/dist/bubbles/service-bubble/slack/slack.d.ts +276 -276
  75. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  76. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  77. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  78. package/dist/bubbles/service-bubble/storage.d.ts +88 -88
  79. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  80. package/dist/bubbles/service-bubble/storage.js +5 -3
  81. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  82. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +84 -84
  83. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +59 -59
  84. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  85. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +3 -3
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  92. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  97. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +32 -32
  100. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  103. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  104. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  105. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
  106. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  107. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  108. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  109. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  110. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +8 -8
  111. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  112. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  113. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  117. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  118. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  120. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  121. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  122. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  123. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
  124. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  125. package/dist/bubbles.json +927 -2
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +1 -0
  129. package/dist/index.js.map +1 -1
  130. package/package.json +2 -2
@@ -44,14 +44,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
44
44
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
45
45
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
46
46
  }, "strip", import("zod").ZodTypeAny, {
47
- name: string;
48
47
  operation: "create_customer";
48
+ name: string;
49
49
  email?: string | undefined;
50
50
  credentials?: Partial<Record<CredentialType, string>> | undefined;
51
51
  metadata?: Record<string, string> | undefined;
52
52
  }, {
53
- name: string;
54
53
  operation: "create_customer";
54
+ name: string;
55
55
  email?: string | undefined;
56
56
  credentials?: Partial<Record<CredentialType, string>> | undefined;
57
57
  metadata?: Record<string, string> | undefined;
@@ -92,14 +92,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
92
92
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
93
93
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
94
94
  }, "strip", import("zod").ZodTypeAny, {
95
- name: string;
96
95
  operation: "create_product";
96
+ name: string;
97
97
  description?: string | undefined;
98
98
  credentials?: Partial<Record<CredentialType, string>> | undefined;
99
99
  metadata?: Record<string, string> | undefined;
100
100
  }, {
101
- name: string;
102
101
  operation: "create_product";
102
+ name: string;
103
103
  description?: string | undefined;
104
104
  credentials?: Partial<Record<CredentialType, string>> | undefined;
105
105
  metadata?: Record<string, string> | undefined;
@@ -454,9 +454,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
454
454
  }>>;
455
455
  error: import("zod").ZodString;
456
456
  }, "strip", import("zod").ZodTypeAny, {
457
- error: string;
458
- success: boolean;
459
457
  operation: "create_customer";
458
+ success: boolean;
459
+ error: string;
460
460
  customer?: {
461
461
  id: string;
462
462
  created: number;
@@ -465,9 +465,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
465
465
  metadata?: Record<string, string> | undefined;
466
466
  } | undefined;
467
467
  }, {
468
- error: string;
469
- success: boolean;
470
468
  operation: "create_customer";
469
+ success: boolean;
470
+ error: string;
471
471
  customer?: {
472
472
  id: string;
473
473
  created: number;
@@ -501,9 +501,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
501
501
  next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
502
502
  error: import("zod").ZodString;
503
503
  }, "strip", import("zod").ZodTypeAny, {
504
- error: string;
505
- success: boolean;
506
504
  operation: "list_customers";
505
+ success: boolean;
506
+ error: string;
507
507
  next_cursor?: string | null | undefined;
508
508
  has_more?: boolean | undefined;
509
509
  customers?: {
@@ -514,9 +514,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
514
514
  metadata?: Record<string, string> | undefined;
515
515
  }[] | undefined;
516
516
  }, {
517
- error: string;
518
- success: boolean;
519
517
  operation: "list_customers";
518
+ success: boolean;
519
+ error: string;
520
520
  next_cursor?: string | null | undefined;
521
521
  has_more?: boolean | undefined;
522
522
  customers?: {
@@ -551,9 +551,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
551
551
  deleted: import("zod").ZodOptional<import("zod").ZodBoolean>;
552
552
  error: import("zod").ZodString;
553
553
  }, "strip", import("zod").ZodTypeAny, {
554
- error: string;
555
- success: boolean;
556
554
  operation: "retrieve_customer";
555
+ success: boolean;
556
+ error: string;
557
557
  deleted?: boolean | undefined;
558
558
  customer?: {
559
559
  id: string;
@@ -563,9 +563,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
563
563
  metadata?: Record<string, string> | undefined;
564
564
  } | undefined;
565
565
  }, {
566
- error: string;
567
- success: boolean;
568
566
  operation: "retrieve_customer";
567
+ success: boolean;
568
+ error: string;
569
569
  deleted?: boolean | undefined;
570
570
  customer?: {
571
571
  id: string;
@@ -601,9 +601,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
601
601
  }>>;
602
602
  error: import("zod").ZodString;
603
603
  }, "strip", import("zod").ZodTypeAny, {
604
- error: string;
605
- success: boolean;
606
604
  operation: "create_product";
605
+ success: boolean;
606
+ error: string;
607
607
  product?: {
608
608
  name: string;
609
609
  id: string;
@@ -613,9 +613,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
613
613
  metadata?: Record<string, string> | undefined;
614
614
  } | undefined;
615
615
  }, {
616
- error: string;
617
- success: boolean;
618
616
  operation: "create_product";
617
+ success: boolean;
618
+ error: string;
619
619
  product?: {
620
620
  name: string;
621
621
  id: string;
@@ -651,9 +651,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
651
651
  }>, "many">>;
652
652
  error: import("zod").ZodString;
653
653
  }, "strip", import("zod").ZodTypeAny, {
654
- error: string;
655
- success: boolean;
656
654
  operation: "list_products";
655
+ success: boolean;
656
+ error: string;
657
657
  products?: {
658
658
  name: string;
659
659
  id: string;
@@ -663,9 +663,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
663
663
  metadata?: Record<string, string> | undefined;
664
664
  }[] | undefined;
665
665
  }, {
666
- error: string;
667
- success: boolean;
668
666
  operation: "list_products";
667
+ success: boolean;
668
+ error: string;
669
669
  products?: {
670
670
  name: string;
671
671
  id: string;
@@ -707,9 +707,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
707
707
  }>>;
708
708
  error: import("zod").ZodString;
709
709
  }, "strip", import("zod").ZodTypeAny, {
710
- error: string;
711
- success: boolean;
712
710
  operation: "create_price";
711
+ success: boolean;
712
+ error: string;
713
713
  price?: {
714
714
  type: "recurring" | "one_time";
715
715
  id: string;
@@ -721,9 +721,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
721
721
  metadata?: Record<string, string> | undefined;
722
722
  } | undefined;
723
723
  }, {
724
- error: string;
725
- success: boolean;
726
724
  operation: "create_price";
725
+ success: boolean;
726
+ error: string;
727
727
  price?: {
728
728
  type: "recurring" | "one_time";
729
729
  id: string;
@@ -767,9 +767,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
767
767
  }>, "many">>;
768
768
  error: import("zod").ZodString;
769
769
  }, "strip", import("zod").ZodTypeAny, {
770
- error: string;
771
- success: boolean;
772
770
  operation: "list_prices";
771
+ success: boolean;
772
+ error: string;
773
773
  prices?: {
774
774
  type: "recurring" | "one_time";
775
775
  id: string;
@@ -781,9 +781,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
781
781
  metadata?: Record<string, string> | undefined;
782
782
  }[] | undefined;
783
783
  }, {
784
- error: string;
785
- success: boolean;
786
784
  operation: "list_prices";
785
+ success: boolean;
786
+ error: string;
787
787
  prices?: {
788
788
  type: "recurring" | "one_time";
789
789
  id: string;
@@ -818,9 +818,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
818
818
  }>>;
819
819
  error: import("zod").ZodString;
820
820
  }, "strip", import("zod").ZodTypeAny, {
821
- error: string;
822
- success: boolean;
823
821
  operation: "create_payment_link";
822
+ success: boolean;
823
+ error: string;
824
824
  payment_link?: {
825
825
  url: string;
826
826
  id: string;
@@ -829,9 +829,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
829
829
  created?: number | undefined;
830
830
  } | undefined;
831
831
  }, {
832
- error: string;
833
- success: boolean;
834
832
  operation: "create_payment_link";
833
+ success: boolean;
834
+ error: string;
835
835
  payment_link?: {
836
836
  url: string;
837
837
  id: string;
@@ -878,9 +878,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
878
878
  }>>;
879
879
  error: import("zod").ZodString;
880
880
  }, "strip", import("zod").ZodTypeAny, {
881
- error: string;
882
- success: boolean;
883
881
  operation: "create_invoice";
882
+ success: boolean;
883
+ error: string;
884
884
  invoice?: {
885
885
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
886
886
  id: string;
@@ -894,9 +894,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
894
894
  invoice_pdf?: string | null | undefined;
895
895
  } | undefined;
896
896
  }, {
897
- error: string;
898
- success: boolean;
899
897
  operation: "create_invoice";
898
+ success: boolean;
899
+ error: string;
900
900
  invoice?: {
901
901
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
902
902
  id: string;
@@ -950,9 +950,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
950
950
  next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
951
951
  error: import("zod").ZodString;
952
952
  }, "strip", import("zod").ZodTypeAny, {
953
- error: string;
954
- success: boolean;
955
953
  operation: "list_invoices";
954
+ success: boolean;
955
+ error: string;
956
956
  next_cursor?: string | null | undefined;
957
957
  has_more?: boolean | undefined;
958
958
  invoices?: {
@@ -968,9 +968,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
968
968
  invoice_pdf?: string | null | undefined;
969
969
  }[] | undefined;
970
970
  }, {
971
- error: string;
972
- success: boolean;
973
971
  operation: "list_invoices";
972
+ success: boolean;
973
+ error: string;
974
974
  next_cursor?: string | null | undefined;
975
975
  has_more?: boolean | undefined;
976
976
  invoices?: {
@@ -1024,9 +1024,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1024
1024
  }>>;
1025
1025
  error: import("zod").ZodString;
1026
1026
  }, "strip", import("zod").ZodTypeAny, {
1027
- error: string;
1028
- success: boolean;
1029
1027
  operation: "retrieve_invoice";
1028
+ success: boolean;
1029
+ error: string;
1030
1030
  invoice?: {
1031
1031
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1032
1032
  id: string;
@@ -1040,9 +1040,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1040
1040
  invoice_pdf?: string | null | undefined;
1041
1041
  } | undefined;
1042
1042
  }, {
1043
- error: string;
1044
- success: boolean;
1045
1043
  operation: "retrieve_invoice";
1044
+ success: boolean;
1045
+ error: string;
1046
1046
  invoice?: {
1047
1047
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1048
1048
  id: string;
@@ -1094,9 +1094,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1094
1094
  }>>;
1095
1095
  error: import("zod").ZodString;
1096
1096
  }, "strip", import("zod").ZodTypeAny, {
1097
- error: string;
1098
- success: boolean;
1099
1097
  operation: "finalize_invoice";
1098
+ success: boolean;
1099
+ error: string;
1100
1100
  invoice?: {
1101
1101
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1102
1102
  id: string;
@@ -1110,9 +1110,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1110
1110
  invoice_pdf?: string | null | undefined;
1111
1111
  } | undefined;
1112
1112
  }, {
1113
- error: string;
1114
- success: boolean;
1115
1113
  operation: "finalize_invoice";
1114
+ success: boolean;
1115
+ error: string;
1116
1116
  invoice?: {
1117
1117
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1118
1118
  id: string;
@@ -1164,9 +1164,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1164
1164
  }>>;
1165
1165
  error: import("zod").ZodString;
1166
1166
  }, "strip", import("zod").ZodTypeAny, {
1167
- error: string;
1168
- success: boolean;
1169
1167
  operation: "create_invoice_item";
1168
+ success: boolean;
1169
+ error: string;
1170
1170
  invoice_item?: {
1171
1171
  id: string;
1172
1172
  currency: string;
@@ -1180,9 +1180,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1180
1180
  invoice?: string | null | undefined;
1181
1181
  } | undefined;
1182
1182
  }, {
1183
- error: string;
1184
- success: boolean;
1185
1183
  operation: "create_invoice_item";
1184
+ success: boolean;
1185
+ error: string;
1186
1186
  invoice_item?: {
1187
1187
  id: string;
1188
1188
  currency: string;
@@ -1234,9 +1234,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1234
1234
  }>>;
1235
1235
  error: import("zod").ZodString;
1236
1236
  }, "strip", import("zod").ZodTypeAny, {
1237
- error: string;
1238
- success: boolean;
1239
1237
  operation: "send_invoice";
1238
+ success: boolean;
1239
+ error: string;
1240
1240
  invoice?: {
1241
1241
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1242
1242
  id: string;
@@ -1250,9 +1250,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1250
1250
  invoice_pdf?: string | null | undefined;
1251
1251
  } | undefined;
1252
1252
  }, {
1253
- error: string;
1254
- success: boolean;
1255
1253
  operation: "send_invoice";
1254
+ success: boolean;
1255
+ error: string;
1256
1256
  invoice?: {
1257
1257
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1258
1258
  id: string;
@@ -1310,9 +1310,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1310
1310
  }>>;
1311
1311
  error: import("zod").ZodString;
1312
1312
  }, "strip", import("zod").ZodTypeAny, {
1313
- error: string;
1314
- success: boolean;
1315
1313
  operation: "get_balance";
1314
+ success: boolean;
1315
+ error: string;
1316
1316
  balance?: {
1317
1317
  pending: {
1318
1318
  currency: string;
@@ -1324,9 +1324,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1324
1324
  }[];
1325
1325
  } | undefined;
1326
1326
  }, {
1327
- error: string;
1328
- success: boolean;
1329
1327
  operation: "get_balance";
1328
+ success: boolean;
1329
+ error: string;
1330
1330
  balance?: {
1331
1331
  pending: {
1332
1332
  currency: string;
@@ -1367,9 +1367,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1367
1367
  }>, "many">>;
1368
1368
  error: import("zod").ZodString;
1369
1369
  }, "strip", import("zod").ZodTypeAny, {
1370
- error: string;
1371
- success: boolean;
1372
1370
  operation: "list_payment_intents";
1371
+ success: boolean;
1372
+ error: string;
1373
1373
  payment_intents?: {
1374
1374
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1375
1375
  id: string;
@@ -1380,9 +1380,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1380
1380
  customer?: string | null | undefined;
1381
1381
  }[] | undefined;
1382
1382
  }, {
1383
- error: string;
1384
- success: boolean;
1385
1383
  operation: "list_payment_intents";
1384
+ success: boolean;
1385
+ error: string;
1386
1386
  payment_intents?: {
1387
1387
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1388
1388
  id: string;
@@ -1425,9 +1425,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1425
1425
  }>, "many">>;
1426
1426
  error: import("zod").ZodString;
1427
1427
  }, "strip", import("zod").ZodTypeAny, {
1428
- error: string;
1429
- success: boolean;
1430
1428
  operation: "list_subscriptions";
1429
+ success: boolean;
1430
+ error: string;
1431
1431
  subscriptions?: {
1432
1432
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1433
1433
  id: string;
@@ -1439,9 +1439,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1439
1439
  current_period_end?: number | undefined;
1440
1440
  }[] | undefined;
1441
1441
  }, {
1442
- error: string;
1443
- success: boolean;
1444
1442
  operation: "list_subscriptions";
1443
+ success: boolean;
1444
+ error: string;
1445
1445
  subscriptions?: {
1446
1446
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1447
1447
  id: string;
@@ -1485,9 +1485,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1485
1485
  }>>;
1486
1486
  error: import("zod").ZodString;
1487
1487
  }, "strip", import("zod").ZodTypeAny, {
1488
- error: string;
1489
- success: boolean;
1490
1488
  operation: "cancel_subscription";
1489
+ success: boolean;
1490
+ error: string;
1491
1491
  subscription?: {
1492
1492
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1493
1493
  id: string;
@@ -1499,9 +1499,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1499
1499
  current_period_end?: number | undefined;
1500
1500
  } | undefined;
1501
1501
  }, {
1502
- error: string;
1503
- success: boolean;
1504
1502
  operation: "cancel_subscription";
1503
+ success: boolean;
1504
+ error: string;
1505
1505
  subscription?: {
1506
1506
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1507
1507
  id: string;
@@ -1536,9 +1536,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1536
1536
  }>, "many">>;
1537
1537
  error: import("zod").ZodString;
1538
1538
  }, "strip", import("zod").ZodTypeAny, {
1539
- error: string;
1540
- success: boolean;
1541
1539
  operation: "list_payment_links";
1540
+ success: boolean;
1541
+ error: string;
1542
1542
  payment_links?: {
1543
1543
  url: string;
1544
1544
  id: string;
@@ -1547,9 +1547,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1547
1547
  created?: number | undefined;
1548
1548
  }[] | undefined;
1549
1549
  }, {
1550
- error: string;
1551
- success: boolean;
1552
1550
  operation: "list_payment_links";
1551
+ success: boolean;
1552
+ error: string;
1553
1553
  payment_links?: {
1554
1554
  url: string;
1555
1555
  id: string;
@@ -1590,9 +1590,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1590
1590
  }>>;
1591
1591
  error: import("zod").ZodString;
1592
1592
  }, "strip", import("zod").ZodTypeAny, {
1593
- error: string;
1594
- success: boolean;
1595
1593
  operation: "create_subscription";
1594
+ success: boolean;
1595
+ error: string;
1596
1596
  subscription?: {
1597
1597
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1598
1598
  id: string;
@@ -1604,9 +1604,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1604
1604
  current_period_end?: number | undefined;
1605
1605
  } | undefined;
1606
1606
  }, {
1607
- error: string;
1608
- success: boolean;
1609
1607
  operation: "create_subscription";
1608
+ success: boolean;
1609
+ error: string;
1610
1610
  subscription?: {
1611
1611
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1612
1612
  id: string;