@bubblelab/bubble-core 0.1.74 → 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 (43) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
  3. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  4. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/airtable.js +3 -1
  6. package/dist/bubbles/service-bubble/airtable.js.map +1 -1
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +46 -46
  17. package/dist/bubbles/service-bubble/github.d.ts +44 -44
  18. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +304 -304
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  27. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  28. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  29. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  30. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  31. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
  32. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +301 -301
  33. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  35. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +106 -106
  36. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  39. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  40. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
  41. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
  42. package/dist/bubbles.json +3 -2
  43. package/package.json +2 -2
@@ -299,8 +299,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
299
299
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
300
300
  }, "strip", import("zod").ZodTypeAny, {
301
301
  operation: "cancel_subscription";
302
- subscription_id: string;
303
302
  cancel_at_period_end: boolean;
303
+ subscription_id: string;
304
304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
305
305
  }, {
306
306
  operation: "cancel_subscription";
@@ -550,7 +550,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
550
550
  created: import("zod").ZodNumber;
551
551
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
552
552
  }, "strip", import("zod").ZodTypeAny, {
553
- type: "recurring" | "one_time";
553
+ type: "one_time" | "recurring";
554
554
  id: string;
555
555
  created: number;
556
556
  currency: string;
@@ -559,7 +559,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
559
559
  unit_amount: number | null;
560
560
  metadata?: Record<string, string> | undefined;
561
561
  }, {
562
- type: "recurring" | "one_time";
562
+ type: "one_time" | "recurring";
563
563
  id: string;
564
564
  created: number;
565
565
  currency: string;
@@ -574,7 +574,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
574
574
  success: boolean;
575
575
  operation: "create_price";
576
576
  price?: {
577
- type: "recurring" | "one_time";
577
+ type: "one_time" | "recurring";
578
578
  id: string;
579
579
  created: number;
580
580
  currency: string;
@@ -588,7 +588,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
588
588
  success: boolean;
589
589
  operation: "create_price";
590
590
  price?: {
591
- type: "recurring" | "one_time";
591
+ type: "one_time" | "recurring";
592
592
  id: string;
593
593
  created: number;
594
594
  currency: string;
@@ -610,7 +610,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
610
610
  created: import("zod").ZodNumber;
611
611
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
612
612
  }, "strip", import("zod").ZodTypeAny, {
613
- type: "recurring" | "one_time";
613
+ type: "one_time" | "recurring";
614
614
  id: string;
615
615
  created: number;
616
616
  currency: string;
@@ -619,7 +619,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
619
619
  unit_amount: number | null;
620
620
  metadata?: Record<string, string> | undefined;
621
621
  }, {
622
- type: "recurring" | "one_time";
622
+ type: "one_time" | "recurring";
623
623
  id: string;
624
624
  created: number;
625
625
  currency: string;
@@ -634,7 +634,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
634
634
  success: boolean;
635
635
  operation: "list_prices";
636
636
  prices?: {
637
- type: "recurring" | "one_time";
637
+ type: "one_time" | "recurring";
638
638
  id: string;
639
639
  created: number;
640
640
  currency: string;
@@ -648,7 +648,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
648
648
  success: boolean;
649
649
  operation: "list_prices";
650
650
  prices?: {
651
- type: "recurring" | "one_time";
651
+ type: "one_time" | "recurring";
652
652
  id: string;
653
653
  created: number;
654
654
  currency: string;
@@ -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;
@@ -461,12 +461,12 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
461
461
  }, "strip", z.ZodTypeAny, {
462
462
  operation: "list_subscriptions";
463
463
  limit: number;
464
- status?: "all" | "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
464
+ status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
465
465
  credentials?: Partial<Record<CredentialType, string>> | undefined;
466
466
  customer?: string | undefined;
467
467
  }, {
468
468
  operation: "list_subscriptions";
469
- status?: "all" | "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
469
+ status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
470
470
  credentials?: Partial<Record<CredentialType, string>> | undefined;
471
471
  limit?: number | undefined;
472
472
  customer?: string | 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
- success: boolean;
554
552
  error: string;
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
- success: boolean;
565
563
  error: string;
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
- success: boolean;
599
597
  error: string;
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
- success: boolean;
610
608
  error: string;
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
- success: boolean;
647
645
  error: string;
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
- success: boolean;
659
657
  error: string;
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
- success: boolean;
697
695
  error: string;
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
- success: boolean;
709
707
  error: string;
708
+ success: boolean;
709
+ operation: "list_products";
710
710
  products?: {
711
711
  name: string;
712
712
  id: string;
@@ -748,9 +748,9 @@ 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
- success: boolean;
753
751
  error: string;
752
+ success: boolean;
753
+ operation: "create_price";
754
754
  price?: {
755
755
  type: "one_time" | "recurring";
756
756
  id: string;
@@ -762,9 +762,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
762
762
  metadata?: Record<string, string> | undefined;
763
763
  } | undefined;
764
764
  }, {
765
- operation: "create_price";
766
- success: boolean;
767
765
  error: string;
766
+ success: boolean;
767
+ operation: "create_price";
768
768
  price?: {
769
769
  type: "one_time" | "recurring";
770
770
  id: string;
@@ -808,9 +808,9 @@ 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
- success: boolean;
813
811
  error: string;
812
+ success: boolean;
813
+ operation: "list_prices";
814
814
  prices?: {
815
815
  type: "one_time" | "recurring";
816
816
  id: string;
@@ -822,9 +822,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
822
822
  metadata?: Record<string, string> | undefined;
823
823
  }[] | undefined;
824
824
  }, {
825
- operation: "list_prices";
826
- success: boolean;
827
825
  error: string;
826
+ success: boolean;
827
+ operation: "list_prices";
828
828
  prices?: {
829
829
  type: "one_time" | "recurring";
830
830
  id: string;
@@ -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
- success: boolean;
864
862
  error: string;
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
- success: boolean;
875
873
  error: string;
874
+ success: boolean;
875
+ operation: "create_payment_link";
876
876
  payment_link?: {
877
877
  url: string;
878
878
  id: string;
@@ -919,9 +919,9 @@ 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
- success: boolean;
924
922
  error: string;
923
+ success: boolean;
924
+ operation: "create_invoice";
925
925
  invoice?: {
926
926
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
927
927
  id: string;
@@ -935,9 +935,9 @@ 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
- success: boolean;
940
938
  error: string;
939
+ success: boolean;
940
+ operation: "create_invoice";
941
941
  invoice?: {
942
942
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
943
943
  id: string;
@@ -989,9 +989,9 @@ 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
- success: boolean;
994
992
  error: string;
993
+ success: boolean;
994
+ operation: "list_invoices";
995
995
  invoices?: {
996
996
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
997
997
  id: string;
@@ -1005,9 +1005,9 @@ 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
- success: boolean;
1010
1008
  error: string;
1009
+ success: boolean;
1010
+ operation: "list_invoices";
1011
1011
  invoices?: {
1012
1012
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1013
1013
  id: string;
@@ -1059,9 +1059,9 @@ 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
- success: boolean;
1064
1062
  error: string;
1063
+ success: boolean;
1064
+ operation: "retrieve_invoice";
1065
1065
  invoice?: {
1066
1066
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1067
1067
  id: string;
@@ -1075,9 +1075,9 @@ 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
- success: boolean;
1080
1078
  error: string;
1079
+ success: boolean;
1080
+ operation: "retrieve_invoice";
1081
1081
  invoice?: {
1082
1082
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1083
1083
  id: string;
@@ -1129,9 +1129,9 @@ 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
- success: boolean;
1134
1132
  error: string;
1133
+ success: boolean;
1134
+ operation: "finalize_invoice";
1135
1135
  invoice?: {
1136
1136
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1137
1137
  id: string;
@@ -1145,9 +1145,9 @@ 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
- success: boolean;
1150
1148
  error: string;
1149
+ success: boolean;
1150
+ operation: "finalize_invoice";
1151
1151
  invoice?: {
1152
1152
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1153
1153
  id: string;
@@ -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
- success: boolean;
1210
1208
  error: string;
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
- success: boolean;
1224
1222
  error: string;
1223
+ success: boolean;
1224
+ operation: "get_balance";
1225
1225
  balance?: {
1226
1226
  pending: {
1227
1227
  currency: string;
@@ -1262,9 +1262,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1262
1262
  }>, "many">>;
1263
1263
  error: z.ZodString;
1264
1264
  }, "strip", z.ZodTypeAny, {
1265
- operation: "list_payment_intents";
1266
- success: boolean;
1267
1265
  error: string;
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;
@@ -1275,9 +1275,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1275
1275
  customer?: string | null | undefined;
1276
1276
  }[] | undefined;
1277
1277
  }, {
1278
- operation: "list_payment_intents";
1279
- success: boolean;
1280
1278
  error: string;
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;
@@ -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
- success: boolean;
1325
1323
  error: string;
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
- success: boolean;
1339
1337
  error: string;
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
- success: boolean;
1385
1383
  error: string;
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
- success: boolean;
1399
1397
  error: string;
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
- success: boolean;
1436
1434
  error: string;
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
- success: boolean;
1447
1445
  error: string;
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
- success: boolean;
1490
1488
  error: string;
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
- success: boolean;
1504
1502
  error: string;
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;