@bubblelab/bubble-core 0.1.95 → 0.1.97
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.
- package/dist/bubble-bundle.d.ts +112 -112
- package/dist/bubble-factory.d.ts +10 -0
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +30 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -88
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +134 -134
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +760 -760
- package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +10 -4
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +78 -78
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +999 -999
- package/dist/bubbles/service-bubble/postgresql.d.ts +20 -20
- package/dist/bubbles/service-bubble/resend.d.ts +50 -50
- package/dist/bubbles/service-bubble/slack/slack.d.ts +594 -594
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +121 -121
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +1600 -1600
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +349 -349
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +6 -6
- package/package.json +2 -2
|
@@ -224,14 +224,14 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
225
|
name: string;
|
|
226
226
|
operation: "create_customer";
|
|
227
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
228
227
|
email?: string | undefined;
|
|
228
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
229
229
|
metadata?: Record<string, string> | undefined;
|
|
230
230
|
}, {
|
|
231
231
|
name: string;
|
|
232
232
|
operation: "create_customer";
|
|
233
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
233
|
email?: string | undefined;
|
|
234
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
244
|
email?: string | undefined;
|
|
245
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
246
246
|
}, {
|
|
247
247
|
operation: "list_customers";
|
|
248
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
248
|
email?: string | undefined;
|
|
249
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
250
250
|
limit?: number | undefined;
|
|
251
251
|
}>, z.ZodObject<{
|
|
252
252
|
operation: z.ZodLiteral<"create_product">;
|
|
@@ -549,8 +549,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
549
549
|
}>>;
|
|
550
550
|
error: z.ZodString;
|
|
551
551
|
}, "strip", z.ZodTypeAny, {
|
|
552
|
-
error: string;
|
|
553
552
|
success: boolean;
|
|
553
|
+
error: string;
|
|
554
554
|
operation: "create_customer";
|
|
555
555
|
customer?: {
|
|
556
556
|
id: string;
|
|
@@ -560,8 +560,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
560
560
|
metadata?: Record<string, string> | undefined;
|
|
561
561
|
} | undefined;
|
|
562
562
|
}, {
|
|
563
|
-
error: string;
|
|
564
563
|
success: boolean;
|
|
564
|
+
error: string;
|
|
565
565
|
operation: "create_customer";
|
|
566
566
|
customer?: {
|
|
567
567
|
id: string;
|
|
@@ -594,8 +594,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
594
594
|
}>, "many">>;
|
|
595
595
|
error: z.ZodString;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
error: string;
|
|
598
597
|
success: boolean;
|
|
598
|
+
error: string;
|
|
599
599
|
operation: "list_customers";
|
|
600
600
|
customers?: {
|
|
601
601
|
id: string;
|
|
@@ -605,8 +605,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
605
605
|
metadata?: Record<string, string> | undefined;
|
|
606
606
|
}[] | undefined;
|
|
607
607
|
}, {
|
|
608
|
-
error: string;
|
|
609
608
|
success: boolean;
|
|
609
|
+
error: string;
|
|
610
610
|
operation: "list_customers";
|
|
611
611
|
customers?: {
|
|
612
612
|
id: string;
|
|
@@ -642,8 +642,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
642
642
|
}>>;
|
|
643
643
|
error: z.ZodString;
|
|
644
644
|
}, "strip", z.ZodTypeAny, {
|
|
645
|
-
error: string;
|
|
646
645
|
success: boolean;
|
|
646
|
+
error: string;
|
|
647
647
|
operation: "create_product";
|
|
648
648
|
product?: {
|
|
649
649
|
name: string;
|
|
@@ -654,8 +654,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
654
654
|
metadata?: Record<string, string> | undefined;
|
|
655
655
|
} | undefined;
|
|
656
656
|
}, {
|
|
657
|
-
error: string;
|
|
658
657
|
success: boolean;
|
|
658
|
+
error: string;
|
|
659
659
|
operation: "create_product";
|
|
660
660
|
product?: {
|
|
661
661
|
name: string;
|
|
@@ -692,8 +692,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
692
692
|
}>, "many">>;
|
|
693
693
|
error: z.ZodString;
|
|
694
694
|
}, "strip", z.ZodTypeAny, {
|
|
695
|
-
error: string;
|
|
696
695
|
success: boolean;
|
|
696
|
+
error: string;
|
|
697
697
|
operation: "list_products";
|
|
698
698
|
products?: {
|
|
699
699
|
name: string;
|
|
@@ -704,8 +704,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
704
704
|
metadata?: Record<string, string> | undefined;
|
|
705
705
|
}[] | undefined;
|
|
706
706
|
}, {
|
|
707
|
-
error: string;
|
|
708
707
|
success: boolean;
|
|
708
|
+
error: string;
|
|
709
709
|
operation: "list_products";
|
|
710
710
|
products?: {
|
|
711
711
|
name: string;
|
|
@@ -748,8 +748,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
748
748
|
}>>;
|
|
749
749
|
error: z.ZodString;
|
|
750
750
|
}, "strip", z.ZodTypeAny, {
|
|
751
|
-
error: string;
|
|
752
751
|
success: boolean;
|
|
752
|
+
error: string;
|
|
753
753
|
operation: "create_price";
|
|
754
754
|
price?: {
|
|
755
755
|
type: "one_time" | "recurring";
|
|
@@ -762,8 +762,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
762
762
|
metadata?: Record<string, string> | undefined;
|
|
763
763
|
} | undefined;
|
|
764
764
|
}, {
|
|
765
|
-
error: string;
|
|
766
765
|
success: boolean;
|
|
766
|
+
error: string;
|
|
767
767
|
operation: "create_price";
|
|
768
768
|
price?: {
|
|
769
769
|
type: "one_time" | "recurring";
|
|
@@ -808,8 +808,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
808
808
|
}>, "many">>;
|
|
809
809
|
error: z.ZodString;
|
|
810
810
|
}, "strip", z.ZodTypeAny, {
|
|
811
|
-
error: string;
|
|
812
811
|
success: boolean;
|
|
812
|
+
error: string;
|
|
813
813
|
operation: "list_prices";
|
|
814
814
|
prices?: {
|
|
815
815
|
type: "one_time" | "recurring";
|
|
@@ -822,8 +822,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
822
822
|
metadata?: Record<string, string> | undefined;
|
|
823
823
|
}[] | undefined;
|
|
824
824
|
}, {
|
|
825
|
-
error: string;
|
|
826
825
|
success: boolean;
|
|
826
|
+
error: string;
|
|
827
827
|
operation: "list_prices";
|
|
828
828
|
prices?: {
|
|
829
829
|
type: "one_time" | "recurring";
|
|
@@ -859,8 +859,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
859
859
|
}>>;
|
|
860
860
|
error: z.ZodString;
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
|
-
error: string;
|
|
863
862
|
success: boolean;
|
|
863
|
+
error: string;
|
|
864
864
|
operation: "create_payment_link";
|
|
865
865
|
payment_link?: {
|
|
866
866
|
url: string;
|
|
@@ -870,8 +870,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
870
870
|
created?: number | undefined;
|
|
871
871
|
} | undefined;
|
|
872
872
|
}, {
|
|
873
|
-
error: string;
|
|
874
873
|
success: boolean;
|
|
874
|
+
error: string;
|
|
875
875
|
operation: "create_payment_link";
|
|
876
876
|
payment_link?: {
|
|
877
877
|
url: string;
|
|
@@ -919,8 +919,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
919
919
|
}>>;
|
|
920
920
|
error: z.ZodString;
|
|
921
921
|
}, "strip", z.ZodTypeAny, {
|
|
922
|
-
error: string;
|
|
923
922
|
success: boolean;
|
|
923
|
+
error: string;
|
|
924
924
|
operation: "create_invoice";
|
|
925
925
|
invoice?: {
|
|
926
926
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -935,8 +935,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
935
935
|
invoice_pdf?: string | null | undefined;
|
|
936
936
|
} | undefined;
|
|
937
937
|
}, {
|
|
938
|
-
error: string;
|
|
939
938
|
success: boolean;
|
|
939
|
+
error: string;
|
|
940
940
|
operation: "create_invoice";
|
|
941
941
|
invoice?: {
|
|
942
942
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -989,8 +989,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
989
989
|
}>, "many">>;
|
|
990
990
|
error: z.ZodString;
|
|
991
991
|
}, "strip", z.ZodTypeAny, {
|
|
992
|
-
error: string;
|
|
993
992
|
success: boolean;
|
|
993
|
+
error: string;
|
|
994
994
|
operation: "list_invoices";
|
|
995
995
|
invoices?: {
|
|
996
996
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1005,8 +1005,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1005
1005
|
invoice_pdf?: string | null | undefined;
|
|
1006
1006
|
}[] | undefined;
|
|
1007
1007
|
}, {
|
|
1008
|
-
error: string;
|
|
1009
1008
|
success: boolean;
|
|
1009
|
+
error: string;
|
|
1010
1010
|
operation: "list_invoices";
|
|
1011
1011
|
invoices?: {
|
|
1012
1012
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1059,8 +1059,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1059
1059
|
}>>;
|
|
1060
1060
|
error: z.ZodString;
|
|
1061
1061
|
}, "strip", z.ZodTypeAny, {
|
|
1062
|
-
error: string;
|
|
1063
1062
|
success: boolean;
|
|
1063
|
+
error: string;
|
|
1064
1064
|
operation: "retrieve_invoice";
|
|
1065
1065
|
invoice?: {
|
|
1066
1066
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1075,8 +1075,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1075
1075
|
invoice_pdf?: string | null | undefined;
|
|
1076
1076
|
} | undefined;
|
|
1077
1077
|
}, {
|
|
1078
|
-
error: string;
|
|
1079
1078
|
success: boolean;
|
|
1079
|
+
error: string;
|
|
1080
1080
|
operation: "retrieve_invoice";
|
|
1081
1081
|
invoice?: {
|
|
1082
1082
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1129,8 +1129,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1129
1129
|
}>>;
|
|
1130
1130
|
error: z.ZodString;
|
|
1131
1131
|
}, "strip", z.ZodTypeAny, {
|
|
1132
|
-
error: string;
|
|
1133
1132
|
success: boolean;
|
|
1133
|
+
error: string;
|
|
1134
1134
|
operation: "finalize_invoice";
|
|
1135
1135
|
invoice?: {
|
|
1136
1136
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1145,8 +1145,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1145
1145
|
invoice_pdf?: string | null | undefined;
|
|
1146
1146
|
} | undefined;
|
|
1147
1147
|
}, {
|
|
1148
|
-
error: string;
|
|
1149
1148
|
success: boolean;
|
|
1149
|
+
error: string;
|
|
1150
1150
|
operation: "finalize_invoice";
|
|
1151
1151
|
invoice?: {
|
|
1152
1152
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1205,8 +1205,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1205
1205
|
}>>;
|
|
1206
1206
|
error: z.ZodString;
|
|
1207
1207
|
}, "strip", z.ZodTypeAny, {
|
|
1208
|
-
error: string;
|
|
1209
1208
|
success: boolean;
|
|
1209
|
+
error: string;
|
|
1210
1210
|
operation: "get_balance";
|
|
1211
1211
|
balance?: {
|
|
1212
1212
|
pending: {
|
|
@@ -1219,8 +1219,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1219
1219
|
}[];
|
|
1220
1220
|
} | undefined;
|
|
1221
1221
|
}, {
|
|
1222
|
-
error: string;
|
|
1223
1222
|
success: boolean;
|
|
1223
|
+
error: string;
|
|
1224
1224
|
operation: "get_balance";
|
|
1225
1225
|
balance?: {
|
|
1226
1226
|
pending: {
|
|
@@ -1262,8 +1262,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1262
1262
|
}>, "many">>;
|
|
1263
1263
|
error: z.ZodString;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
error: string;
|
|
1266
1265
|
success: boolean;
|
|
1266
|
+
error: string;
|
|
1267
1267
|
operation: "list_payment_intents";
|
|
1268
1268
|
payment_intents?: {
|
|
1269
1269
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
@@ -1275,8 +1275,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1275
1275
|
customer?: string | null | undefined;
|
|
1276
1276
|
}[] | undefined;
|
|
1277
1277
|
}, {
|
|
1278
|
-
error: string;
|
|
1279
1278
|
success: boolean;
|
|
1279
|
+
error: string;
|
|
1280
1280
|
operation: "list_payment_intents";
|
|
1281
1281
|
payment_intents?: {
|
|
1282
1282
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
@@ -1320,8 +1320,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1320
1320
|
}>, "many">>;
|
|
1321
1321
|
error: z.ZodString;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
|
-
error: string;
|
|
1324
1323
|
success: boolean;
|
|
1324
|
+
error: string;
|
|
1325
1325
|
operation: "list_subscriptions";
|
|
1326
1326
|
subscriptions?: {
|
|
1327
1327
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1334,8 +1334,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1334
1334
|
current_period_end?: number | undefined;
|
|
1335
1335
|
}[] | undefined;
|
|
1336
1336
|
}, {
|
|
1337
|
-
error: string;
|
|
1338
1337
|
success: boolean;
|
|
1338
|
+
error: string;
|
|
1339
1339
|
operation: "list_subscriptions";
|
|
1340
1340
|
subscriptions?: {
|
|
1341
1341
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1380,8 +1380,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1380
1380
|
}>>;
|
|
1381
1381
|
error: z.ZodString;
|
|
1382
1382
|
}, "strip", z.ZodTypeAny, {
|
|
1383
|
-
error: string;
|
|
1384
1383
|
success: boolean;
|
|
1384
|
+
error: string;
|
|
1385
1385
|
operation: "cancel_subscription";
|
|
1386
1386
|
subscription?: {
|
|
1387
1387
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1394,8 +1394,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1394
1394
|
current_period_end?: number | undefined;
|
|
1395
1395
|
} | undefined;
|
|
1396
1396
|
}, {
|
|
1397
|
-
error: string;
|
|
1398
1397
|
success: boolean;
|
|
1398
|
+
error: string;
|
|
1399
1399
|
operation: "cancel_subscription";
|
|
1400
1400
|
subscription?: {
|
|
1401
1401
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1431,8 +1431,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1431
1431
|
}>, "many">>;
|
|
1432
1432
|
error: z.ZodString;
|
|
1433
1433
|
}, "strip", z.ZodTypeAny, {
|
|
1434
|
-
error: string;
|
|
1435
1434
|
success: boolean;
|
|
1435
|
+
error: string;
|
|
1436
1436
|
operation: "list_payment_links";
|
|
1437
1437
|
payment_links?: {
|
|
1438
1438
|
url: string;
|
|
@@ -1442,8 +1442,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1442
1442
|
created?: number | undefined;
|
|
1443
1443
|
}[] | undefined;
|
|
1444
1444
|
}, {
|
|
1445
|
-
error: string;
|
|
1446
1445
|
success: boolean;
|
|
1446
|
+
error: string;
|
|
1447
1447
|
operation: "list_payment_links";
|
|
1448
1448
|
payment_links?: {
|
|
1449
1449
|
url: string;
|
|
@@ -1485,8 +1485,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1485
1485
|
}>>;
|
|
1486
1486
|
error: z.ZodString;
|
|
1487
1487
|
}, "strip", z.ZodTypeAny, {
|
|
1488
|
-
error: string;
|
|
1489
1488
|
success: boolean;
|
|
1489
|
+
error: string;
|
|
1490
1490
|
operation: "create_subscription";
|
|
1491
1491
|
subscription?: {
|
|
1492
1492
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1499,8 +1499,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1499
1499
|
current_period_end?: number | undefined;
|
|
1500
1500
|
} | undefined;
|
|
1501
1501
|
}, {
|
|
1502
|
-
error: string;
|
|
1503
1502
|
success: boolean;
|
|
1503
|
+
error: string;
|
|
1504
1504
|
operation: "create_subscription";
|
|
1505
1505
|
subscription?: {
|
|
1506
1506
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|