@bubblelab/bubble-core 0.1.75 → 0.1.76

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 (52) hide show
  1. package/dist/bubble-bundle.d.ts +92 -92
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +222 -222
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +22 -22
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +232 -232
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  17. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  18. package/dist/bubbles/service-bubble/gmail.d.ts +74 -74
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +94 -94
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
  23. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +208 -208
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  29. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +278 -278
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
  34. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  38. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +40 -40
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  49. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  50. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  51. package/dist/bubbles.json +1 -1
  52. package/package.json +2 -2
@@ -53,8 +53,8 @@ export declare const StripePriceSchema: z.ZodObject<{
53
53
  }, "strip", z.ZodTypeAny, {
54
54
  type: "one_time" | "recurring";
55
55
  id: string;
56
- currency: string;
57
56
  created: number;
57
+ currency: string;
58
58
  active: boolean;
59
59
  product: string;
60
60
  unit_amount: number | null;
@@ -62,8 +62,8 @@ export declare const StripePriceSchema: z.ZodObject<{
62
62
  }, {
63
63
  type: "one_time" | "recurring";
64
64
  id: string;
65
- currency: string;
66
65
  created: number;
66
+ currency: string;
67
67
  active: boolean;
68
68
  product: string;
69
69
  unit_amount: number | null;
@@ -102,8 +102,8 @@ export declare const StripeInvoiceSchema: z.ZodObject<{
102
102
  }, "strip", z.ZodTypeAny, {
103
103
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
104
104
  id: string;
105
- currency: string;
106
105
  total: number;
106
+ currency: string;
107
107
  customer: string | null;
108
108
  metadata?: Record<string, string> | undefined;
109
109
  created?: number | undefined;
@@ -113,8 +113,8 @@ export declare const StripeInvoiceSchema: z.ZodObject<{
113
113
  }, {
114
114
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
115
115
  id: string;
116
- currency: string;
117
116
  total: number;
117
+ currency: string;
118
118
  customer: string | null;
119
119
  metadata?: Record<string, string> | undefined;
120
120
  created?: number | undefined;
@@ -173,16 +173,16 @@ export declare const StripePaymentIntentSchema: z.ZodObject<{
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
175
175
  id: string;
176
- currency: string;
177
176
  created: number;
177
+ currency: string;
178
178
  amount: number;
179
179
  metadata?: Record<string, string> | undefined;
180
180
  customer?: string | null | undefined;
181
181
  }, {
182
182
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
183
183
  id: string;
184
- currency: string;
185
184
  created: number;
185
+ currency: string;
186
186
  amount: number;
187
187
  metadata?: Record<string, string> | undefined;
188
188
  customer?: string | null | undefined;
@@ -222,16 +222,16 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
222
222
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
223
223
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
224
224
  }, "strip", z.ZodTypeAny, {
225
- operation: "create_customer";
226
225
  name: string;
227
- email?: string | undefined;
226
+ operation: "create_customer";
228
227
  credentials?: Partial<Record<CredentialType, string>> | undefined;
228
+ email?: string | undefined;
229
229
  metadata?: Record<string, string> | undefined;
230
230
  }, {
231
- operation: "create_customer";
232
231
  name: string;
233
- email?: string | undefined;
232
+ operation: "create_customer";
234
233
  credentials?: Partial<Record<CredentialType, string>> | undefined;
234
+ email?: string | undefined;
235
235
  metadata?: Record<string, string> | undefined;
236
236
  }>, z.ZodObject<{
237
237
  operation: z.ZodLiteral<"list_customers">;
@@ -241,12 +241,12 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
241
241
  }, "strip", z.ZodTypeAny, {
242
242
  operation: "list_customers";
243
243
  limit: number;
244
- email?: string | undefined;
245
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
245
+ email?: string | undefined;
246
246
  }, {
247
247
  operation: "list_customers";
248
- email?: string | undefined;
249
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
+ email?: string | undefined;
250
250
  limit?: number | undefined;
251
251
  }>, z.ZodObject<{
252
252
  operation: z.ZodLiteral<"create_product">;
@@ -255,14 +255,14 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
255
255
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
256
256
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
257
257
  }, "strip", z.ZodTypeAny, {
258
- operation: "create_product";
259
258
  name: string;
259
+ operation: "create_product";
260
260
  description?: string | undefined;
261
261
  credentials?: Partial<Record<CredentialType, string>> | undefined;
262
262
  metadata?: Record<string, string> | undefined;
263
263
  }, {
264
- operation: "create_product";
265
264
  name: string;
265
+ operation: "create_product";
266
266
  description?: string | undefined;
267
267
  credentials?: Partial<Record<CredentialType, string>> | undefined;
268
268
  metadata?: Record<string, string> | undefined;
@@ -314,8 +314,8 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
314
314
  product: string;
315
315
  unit_amount: number;
316
316
  credentials?: Partial<Record<CredentialType, string>> | undefined;
317
- currency?: string | undefined;
318
317
  metadata?: Record<string, string> | undefined;
318
+ currency?: string | undefined;
319
319
  recurring?: {
320
320
  interval: "week" | "month" | "year" | "day";
321
321
  interval_count?: number | undefined;
@@ -549,9 +549,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
549
549
  }>>;
550
550
  error: z.ZodString;
551
551
  }, "strip", z.ZodTypeAny, {
552
- operation: "create_customer";
553
552
  error: string;
554
553
  success: boolean;
554
+ operation: "create_customer";
555
555
  customer?: {
556
556
  id: string;
557
557
  created: number;
@@ -560,9 +560,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
560
560
  metadata?: Record<string, string> | undefined;
561
561
  } | undefined;
562
562
  }, {
563
- operation: "create_customer";
564
563
  error: string;
565
564
  success: boolean;
565
+ operation: "create_customer";
566
566
  customer?: {
567
567
  id: string;
568
568
  created: number;
@@ -594,9 +594,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
594
594
  }>, "many">>;
595
595
  error: z.ZodString;
596
596
  }, "strip", z.ZodTypeAny, {
597
- operation: "list_customers";
598
597
  error: string;
599
598
  success: boolean;
599
+ operation: "list_customers";
600
600
  customers?: {
601
601
  id: string;
602
602
  created: number;
@@ -605,9 +605,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
605
605
  metadata?: Record<string, string> | undefined;
606
606
  }[] | undefined;
607
607
  }, {
608
- operation: "list_customers";
609
608
  error: string;
610
609
  success: boolean;
610
+ operation: "list_customers";
611
611
  customers?: {
612
612
  id: string;
613
613
  created: number;
@@ -642,9 +642,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
642
642
  }>>;
643
643
  error: z.ZodString;
644
644
  }, "strip", z.ZodTypeAny, {
645
- operation: "create_product";
646
645
  error: string;
647
646
  success: boolean;
647
+ operation: "create_product";
648
648
  product?: {
649
649
  name: string;
650
650
  id: string;
@@ -654,9 +654,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
654
654
  metadata?: Record<string, string> | undefined;
655
655
  } | undefined;
656
656
  }, {
657
- operation: "create_product";
658
657
  error: string;
659
658
  success: boolean;
659
+ operation: "create_product";
660
660
  product?: {
661
661
  name: string;
662
662
  id: string;
@@ -692,9 +692,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
692
692
  }>, "many">>;
693
693
  error: z.ZodString;
694
694
  }, "strip", z.ZodTypeAny, {
695
- operation: "list_products";
696
695
  error: string;
697
696
  success: boolean;
697
+ operation: "list_products";
698
698
  products?: {
699
699
  name: string;
700
700
  id: string;
@@ -704,9 +704,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
704
704
  metadata?: Record<string, string> | undefined;
705
705
  }[] | undefined;
706
706
  }, {
707
- operation: "list_products";
708
707
  error: string;
709
708
  success: boolean;
709
+ operation: "list_products";
710
710
  products?: {
711
711
  name: string;
712
712
  id: string;
@@ -730,8 +730,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
730
730
  }, "strip", z.ZodTypeAny, {
731
731
  type: "one_time" | "recurring";
732
732
  id: string;
733
- currency: string;
734
733
  created: number;
734
+ currency: string;
735
735
  active: boolean;
736
736
  product: string;
737
737
  unit_amount: number | null;
@@ -739,8 +739,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
739
739
  }, {
740
740
  type: "one_time" | "recurring";
741
741
  id: string;
742
- currency: string;
743
742
  created: number;
743
+ currency: string;
744
744
  active: boolean;
745
745
  product: string;
746
746
  unit_amount: number | null;
@@ -748,28 +748,28 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
748
748
  }>>;
749
749
  error: z.ZodString;
750
750
  }, "strip", z.ZodTypeAny, {
751
- operation: "create_price";
752
751
  error: string;
753
752
  success: boolean;
753
+ operation: "create_price";
754
754
  price?: {
755
755
  type: "one_time" | "recurring";
756
756
  id: string;
757
- currency: string;
758
757
  created: number;
758
+ currency: string;
759
759
  active: boolean;
760
760
  product: string;
761
761
  unit_amount: number | null;
762
762
  metadata?: Record<string, string> | undefined;
763
763
  } | undefined;
764
764
  }, {
765
- operation: "create_price";
766
765
  error: string;
767
766
  success: boolean;
767
+ operation: "create_price";
768
768
  price?: {
769
769
  type: "one_time" | "recurring";
770
770
  id: string;
771
- currency: string;
772
771
  created: number;
772
+ currency: string;
773
773
  active: boolean;
774
774
  product: string;
775
775
  unit_amount: number | null;
@@ -790,8 +790,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
790
790
  }, "strip", z.ZodTypeAny, {
791
791
  type: "one_time" | "recurring";
792
792
  id: string;
793
- currency: string;
794
793
  created: number;
794
+ currency: string;
795
795
  active: boolean;
796
796
  product: string;
797
797
  unit_amount: number | null;
@@ -799,8 +799,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
799
799
  }, {
800
800
  type: "one_time" | "recurring";
801
801
  id: string;
802
- currency: string;
803
802
  created: number;
803
+ currency: string;
804
804
  active: boolean;
805
805
  product: string;
806
806
  unit_amount: number | null;
@@ -808,28 +808,28 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
808
808
  }>, "many">>;
809
809
  error: z.ZodString;
810
810
  }, "strip", z.ZodTypeAny, {
811
- operation: "list_prices";
812
811
  error: string;
813
812
  success: boolean;
813
+ operation: "list_prices";
814
814
  prices?: {
815
815
  type: "one_time" | "recurring";
816
816
  id: string;
817
- currency: string;
818
817
  created: number;
818
+ currency: string;
819
819
  active: boolean;
820
820
  product: string;
821
821
  unit_amount: number | null;
822
822
  metadata?: Record<string, string> | undefined;
823
823
  }[] | undefined;
824
824
  }, {
825
- operation: "list_prices";
826
825
  error: string;
827
826
  success: boolean;
827
+ operation: "list_prices";
828
828
  prices?: {
829
829
  type: "one_time" | "recurring";
830
830
  id: string;
831
- currency: string;
832
831
  created: number;
832
+ currency: string;
833
833
  active: boolean;
834
834
  product: string;
835
835
  unit_amount: number | null;
@@ -859,9 +859,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
859
859
  }>>;
860
860
  error: z.ZodString;
861
861
  }, "strip", z.ZodTypeAny, {
862
- operation: "create_payment_link";
863
862
  error: string;
864
863
  success: boolean;
864
+ operation: "create_payment_link";
865
865
  payment_link?: {
866
866
  url: string;
867
867
  id: string;
@@ -870,9 +870,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
870
870
  created?: number | undefined;
871
871
  } | undefined;
872
872
  }, {
873
- operation: "create_payment_link";
874
873
  error: string;
875
874
  success: boolean;
875
+ operation: "create_payment_link";
876
876
  payment_link?: {
877
877
  url: string;
878
878
  id: string;
@@ -897,8 +897,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
897
897
  }, "strip", z.ZodTypeAny, {
898
898
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
899
899
  id: string;
900
- currency: string;
901
900
  total: number;
901
+ currency: string;
902
902
  customer: string | null;
903
903
  metadata?: Record<string, string> | undefined;
904
904
  created?: number | undefined;
@@ -908,8 +908,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
908
908
  }, {
909
909
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
910
910
  id: string;
911
- currency: string;
912
911
  total: number;
912
+ currency: string;
913
913
  customer: string | null;
914
914
  metadata?: Record<string, string> | undefined;
915
915
  created?: number | undefined;
@@ -919,14 +919,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
919
919
  }>>;
920
920
  error: z.ZodString;
921
921
  }, "strip", z.ZodTypeAny, {
922
- operation: "create_invoice";
923
922
  error: string;
924
923
  success: boolean;
924
+ operation: "create_invoice";
925
925
  invoice?: {
926
926
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
927
927
  id: string;
928
- currency: string;
929
928
  total: number;
929
+ currency: string;
930
930
  customer: string | null;
931
931
  metadata?: Record<string, string> | undefined;
932
932
  created?: number | undefined;
@@ -935,14 +935,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
935
935
  invoice_pdf?: string | null | undefined;
936
936
  } | undefined;
937
937
  }, {
938
- operation: "create_invoice";
939
938
  error: string;
940
939
  success: boolean;
940
+ operation: "create_invoice";
941
941
  invoice?: {
942
942
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
943
943
  id: string;
944
- currency: string;
945
944
  total: number;
945
+ currency: string;
946
946
  customer: string | null;
947
947
  metadata?: Record<string, string> | undefined;
948
948
  created?: number | undefined;
@@ -967,8 +967,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
967
967
  }, "strip", z.ZodTypeAny, {
968
968
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
969
969
  id: string;
970
- currency: string;
971
970
  total: number;
971
+ currency: string;
972
972
  customer: string | null;
973
973
  metadata?: Record<string, string> | undefined;
974
974
  created?: number | undefined;
@@ -978,8 +978,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
978
978
  }, {
979
979
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
980
980
  id: string;
981
- currency: string;
982
981
  total: number;
982
+ currency: string;
983
983
  customer: string | null;
984
984
  metadata?: Record<string, string> | undefined;
985
985
  created?: number | undefined;
@@ -989,14 +989,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
989
989
  }>, "many">>;
990
990
  error: z.ZodString;
991
991
  }, "strip", z.ZodTypeAny, {
992
- operation: "list_invoices";
993
992
  error: string;
994
993
  success: boolean;
994
+ operation: "list_invoices";
995
995
  invoices?: {
996
996
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
997
997
  id: string;
998
- currency: string;
999
998
  total: number;
999
+ currency: string;
1000
1000
  customer: string | null;
1001
1001
  metadata?: Record<string, string> | undefined;
1002
1002
  created?: number | undefined;
@@ -1005,14 +1005,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1005
1005
  invoice_pdf?: string | null | undefined;
1006
1006
  }[] | undefined;
1007
1007
  }, {
1008
- operation: "list_invoices";
1009
1008
  error: string;
1010
1009
  success: boolean;
1010
+ operation: "list_invoices";
1011
1011
  invoices?: {
1012
1012
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1013
1013
  id: string;
1014
- currency: string;
1015
1014
  total: number;
1015
+ currency: string;
1016
1016
  customer: string | null;
1017
1017
  metadata?: Record<string, string> | undefined;
1018
1018
  created?: number | undefined;
@@ -1037,8 +1037,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1037
1037
  }, "strip", z.ZodTypeAny, {
1038
1038
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1039
1039
  id: string;
1040
- currency: string;
1041
1040
  total: number;
1041
+ currency: string;
1042
1042
  customer: string | null;
1043
1043
  metadata?: Record<string, string> | undefined;
1044
1044
  created?: number | undefined;
@@ -1048,8 +1048,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1048
1048
  }, {
1049
1049
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1050
1050
  id: string;
1051
- currency: string;
1052
1051
  total: number;
1052
+ currency: string;
1053
1053
  customer: string | null;
1054
1054
  metadata?: Record<string, string> | undefined;
1055
1055
  created?: number | undefined;
@@ -1059,14 +1059,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1059
1059
  }>>;
1060
1060
  error: z.ZodString;
1061
1061
  }, "strip", z.ZodTypeAny, {
1062
- operation: "retrieve_invoice";
1063
1062
  error: string;
1064
1063
  success: boolean;
1064
+ operation: "retrieve_invoice";
1065
1065
  invoice?: {
1066
1066
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1067
1067
  id: string;
1068
- currency: string;
1069
1068
  total: number;
1069
+ currency: string;
1070
1070
  customer: string | null;
1071
1071
  metadata?: Record<string, string> | undefined;
1072
1072
  created?: number | undefined;
@@ -1075,14 +1075,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1075
1075
  invoice_pdf?: string | null | undefined;
1076
1076
  } | undefined;
1077
1077
  }, {
1078
- operation: "retrieve_invoice";
1079
1078
  error: string;
1080
1079
  success: boolean;
1080
+ operation: "retrieve_invoice";
1081
1081
  invoice?: {
1082
1082
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1083
1083
  id: string;
1084
- currency: string;
1085
1084
  total: number;
1085
+ currency: string;
1086
1086
  customer: string | null;
1087
1087
  metadata?: Record<string, string> | undefined;
1088
1088
  created?: number | undefined;
@@ -1107,8 +1107,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1109
1109
  id: string;
1110
- currency: string;
1111
1110
  total: number;
1111
+ currency: string;
1112
1112
  customer: string | null;
1113
1113
  metadata?: Record<string, string> | undefined;
1114
1114
  created?: number | undefined;
@@ -1118,8 +1118,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1118
1118
  }, {
1119
1119
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1120
1120
  id: string;
1121
- currency: string;
1122
1121
  total: number;
1122
+ currency: string;
1123
1123
  customer: string | null;
1124
1124
  metadata?: Record<string, string> | undefined;
1125
1125
  created?: number | undefined;
@@ -1129,14 +1129,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1129
1129
  }>>;
1130
1130
  error: z.ZodString;
1131
1131
  }, "strip", z.ZodTypeAny, {
1132
- operation: "finalize_invoice";
1133
1132
  error: string;
1134
1133
  success: boolean;
1134
+ operation: "finalize_invoice";
1135
1135
  invoice?: {
1136
1136
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1137
1137
  id: string;
1138
- currency: string;
1139
1138
  total: number;
1139
+ currency: string;
1140
1140
  customer: string | null;
1141
1141
  metadata?: Record<string, string> | undefined;
1142
1142
  created?: number | undefined;
@@ -1145,14 +1145,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1145
1145
  invoice_pdf?: string | null | undefined;
1146
1146
  } | undefined;
1147
1147
  }, {
1148
- operation: "finalize_invoice";
1149
1148
  error: string;
1150
1149
  success: boolean;
1150
+ operation: "finalize_invoice";
1151
1151
  invoice?: {
1152
1152
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1153
1153
  id: string;
1154
- currency: string;
1155
1154
  total: number;
1155
+ currency: string;
1156
1156
  customer: string | null;
1157
1157
  metadata?: Record<string, string> | undefined;
1158
1158
  created?: number | undefined;
@@ -1205,9 +1205,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1205
1205
  }>>;
1206
1206
  error: z.ZodString;
1207
1207
  }, "strip", z.ZodTypeAny, {
1208
- operation: "get_balance";
1209
1208
  error: string;
1210
1209
  success: boolean;
1210
+ operation: "get_balance";
1211
1211
  balance?: {
1212
1212
  pending: {
1213
1213
  currency: string;
@@ -1219,9 +1219,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1219
1219
  }[];
1220
1220
  } | undefined;
1221
1221
  }, {
1222
- operation: "get_balance";
1223
1222
  error: string;
1224
1223
  success: boolean;
1224
+ operation: "get_balance";
1225
1225
  balance?: {
1226
1226
  pending: {
1227
1227
  currency: string;
@@ -1246,43 +1246,43 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1246
1246
  }, "strip", z.ZodTypeAny, {
1247
1247
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1248
1248
  id: string;
1249
- currency: string;
1250
1249
  created: number;
1250
+ currency: string;
1251
1251
  amount: number;
1252
1252
  metadata?: Record<string, string> | undefined;
1253
1253
  customer?: string | null | undefined;
1254
1254
  }, {
1255
1255
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1256
1256
  id: string;
1257
- currency: string;
1258
1257
  created: number;
1258
+ currency: string;
1259
1259
  amount: number;
1260
1260
  metadata?: Record<string, string> | undefined;
1261
1261
  customer?: string | null | undefined;
1262
1262
  }>, "many">>;
1263
1263
  error: z.ZodString;
1264
1264
  }, "strip", z.ZodTypeAny, {
1265
- operation: "list_payment_intents";
1266
1265
  error: string;
1267
1266
  success: boolean;
1267
+ operation: "list_payment_intents";
1268
1268
  payment_intents?: {
1269
1269
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1270
1270
  id: string;
1271
- currency: string;
1272
1271
  created: number;
1272
+ currency: string;
1273
1273
  amount: number;
1274
1274
  metadata?: Record<string, string> | undefined;
1275
1275
  customer?: string | null | undefined;
1276
1276
  }[] | undefined;
1277
1277
  }, {
1278
- operation: "list_payment_intents";
1279
1278
  error: string;
1280
1279
  success: boolean;
1280
+ operation: "list_payment_intents";
1281
1281
  payment_intents?: {
1282
1282
  status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1283
1283
  id: string;
1284
- currency: string;
1285
1284
  created: number;
1285
+ currency: string;
1286
1286
  amount: number;
1287
1287
  metadata?: Record<string, string> | undefined;
1288
1288
  customer?: string | null | undefined;
@@ -1320,9 +1320,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1320
1320
  }>, "many">>;
1321
1321
  error: z.ZodString;
1322
1322
  }, "strip", z.ZodTypeAny, {
1323
- operation: "list_subscriptions";
1324
1323
  error: string;
1325
1324
  success: boolean;
1325
+ operation: "list_subscriptions";
1326
1326
  subscriptions?: {
1327
1327
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1328
1328
  id: string;
@@ -1334,9 +1334,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1334
1334
  current_period_end?: number | undefined;
1335
1335
  }[] | undefined;
1336
1336
  }, {
1337
- operation: "list_subscriptions";
1338
1337
  error: string;
1339
1338
  success: boolean;
1339
+ operation: "list_subscriptions";
1340
1340
  subscriptions?: {
1341
1341
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1342
1342
  id: string;
@@ -1380,9 +1380,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1380
1380
  }>>;
1381
1381
  error: z.ZodString;
1382
1382
  }, "strip", z.ZodTypeAny, {
1383
- operation: "cancel_subscription";
1384
1383
  error: string;
1385
1384
  success: boolean;
1385
+ operation: "cancel_subscription";
1386
1386
  subscription?: {
1387
1387
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1388
1388
  id: string;
@@ -1394,9 +1394,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1394
1394
  current_period_end?: number | undefined;
1395
1395
  } | undefined;
1396
1396
  }, {
1397
- operation: "cancel_subscription";
1398
1397
  error: string;
1399
1398
  success: boolean;
1399
+ operation: "cancel_subscription";
1400
1400
  subscription?: {
1401
1401
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1402
1402
  id: string;
@@ -1431,9 +1431,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1431
1431
  }>, "many">>;
1432
1432
  error: z.ZodString;
1433
1433
  }, "strip", z.ZodTypeAny, {
1434
- operation: "list_payment_links";
1435
1434
  error: string;
1436
1435
  success: boolean;
1436
+ operation: "list_payment_links";
1437
1437
  payment_links?: {
1438
1438
  url: string;
1439
1439
  id: string;
@@ -1442,9 +1442,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1442
1442
  created?: number | undefined;
1443
1443
  }[] | undefined;
1444
1444
  }, {
1445
- operation: "list_payment_links";
1446
1445
  error: string;
1447
1446
  success: boolean;
1447
+ operation: "list_payment_links";
1448
1448
  payment_links?: {
1449
1449
  url: string;
1450
1450
  id: string;
@@ -1485,9 +1485,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1485
1485
  }>>;
1486
1486
  error: z.ZodString;
1487
1487
  }, "strip", z.ZodTypeAny, {
1488
- operation: "create_subscription";
1489
1488
  error: string;
1490
1489
  success: boolean;
1490
+ operation: "create_subscription";
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 const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1499
1499
  current_period_end?: number | undefined;
1500
1500
  } | undefined;
1501
1501
  }, {
1502
- operation: "create_subscription";
1503
1502
  error: string;
1504
1503
  success: boolean;
1504
+ operation: "create_subscription";
1505
1505
  subscription?: {
1506
1506
  status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1507
1507
  id: string;