@bubblelab/bubble-core 0.1.147 → 0.1.149
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 +134 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- 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 +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- 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 +8 -8
- 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 +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -10,14 +10,14 @@ export declare const StripeCustomerSchema: z.ZodObject<{
|
|
|
10
10
|
id: string;
|
|
11
11
|
created: number;
|
|
12
12
|
name?: string | null | undefined;
|
|
13
|
-
email?: string | null | undefined;
|
|
14
13
|
metadata?: Record<string, string> | undefined;
|
|
14
|
+
email?: string | null | undefined;
|
|
15
15
|
}, {
|
|
16
16
|
id: string;
|
|
17
17
|
created: number;
|
|
18
18
|
name?: string | null | undefined;
|
|
19
|
-
email?: string | null | undefined;
|
|
20
19
|
metadata?: Record<string, string> | undefined;
|
|
20
|
+
email?: string | null | undefined;
|
|
21
21
|
}>;
|
|
22
22
|
export declare const StripeProductSchema: z.ZodObject<{
|
|
23
23
|
id: z.ZodString;
|
|
@@ -76,14 +76,14 @@ export declare const StripePaymentLinkSchema: z.ZodObject<{
|
|
|
76
76
|
created: z.ZodOptional<z.ZodNumber>;
|
|
77
77
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
|
79
|
-
url: string;
|
|
80
79
|
id: string;
|
|
80
|
+
url: string;
|
|
81
81
|
active: boolean;
|
|
82
82
|
metadata?: Record<string, string> | undefined;
|
|
83
83
|
created?: number | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
url: string;
|
|
86
85
|
id: string;
|
|
86
|
+
url: string;
|
|
87
87
|
active: boolean;
|
|
88
88
|
metadata?: Record<string, string> | undefined;
|
|
89
89
|
created?: number | undefined;
|
|
@@ -256,17 +256,17 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
256
256
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
257
257
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
|
-
operation: "create_customer";
|
|
260
259
|
name: string;
|
|
261
|
-
|
|
260
|
+
operation: "create_customer";
|
|
262
261
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
263
262
|
metadata?: Record<string, string> | undefined;
|
|
263
|
+
email?: string | undefined;
|
|
264
264
|
}, {
|
|
265
|
-
operation: "create_customer";
|
|
266
265
|
name: string;
|
|
267
|
-
|
|
266
|
+
operation: "create_customer";
|
|
268
267
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
269
268
|
metadata?: Record<string, string> | undefined;
|
|
269
|
+
email?: string | undefined;
|
|
270
270
|
}>, z.ZodObject<{
|
|
271
271
|
operation: z.ZodLiteral<"list_customers">;
|
|
272
272
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -276,13 +276,13 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
276
276
|
}, "strip", z.ZodTypeAny, {
|
|
277
277
|
operation: "list_customers";
|
|
278
278
|
limit: number;
|
|
279
|
-
email?: string | undefined;
|
|
280
279
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
280
|
+
email?: string | undefined;
|
|
281
281
|
cursor?: string | undefined;
|
|
282
282
|
}, {
|
|
283
283
|
operation: "list_customers";
|
|
284
|
-
email?: string | undefined;
|
|
285
284
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
285
|
+
email?: string | undefined;
|
|
286
286
|
limit?: number | undefined;
|
|
287
287
|
cursor?: string | undefined;
|
|
288
288
|
}>, z.ZodObject<{
|
|
@@ -304,14 +304,14 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
304
304
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
305
305
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
306
306
|
}, "strip", z.ZodTypeAny, {
|
|
307
|
-
operation: "create_product";
|
|
308
307
|
name: string;
|
|
308
|
+
operation: "create_product";
|
|
309
309
|
description?: string | undefined;
|
|
310
310
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
311
311
|
metadata?: Record<string, string> | undefined;
|
|
312
312
|
}, {
|
|
313
|
-
operation: "create_product";
|
|
314
313
|
name: string;
|
|
314
|
+
operation: "create_product";
|
|
315
315
|
description?: string | undefined;
|
|
316
316
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
317
317
|
metadata?: Record<string, string> | undefined;
|
|
@@ -578,12 +578,12 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
578
578
|
}, "strip", z.ZodTypeAny, {
|
|
579
579
|
operation: "list_subscriptions";
|
|
580
580
|
limit: number;
|
|
581
|
-
status?: "
|
|
581
|
+
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
582
582
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
583
583
|
customer?: string | undefined;
|
|
584
584
|
}, {
|
|
585
585
|
operation: "list_subscriptions";
|
|
586
|
-
status?: "
|
|
586
|
+
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
587
587
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
588
588
|
limit?: number | undefined;
|
|
589
589
|
customer?: string | undefined;
|
|
@@ -655,37 +655,37 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
655
655
|
id: string;
|
|
656
656
|
created: number;
|
|
657
657
|
name?: string | null | undefined;
|
|
658
|
-
email?: string | null | undefined;
|
|
659
658
|
metadata?: Record<string, string> | undefined;
|
|
659
|
+
email?: string | null | undefined;
|
|
660
660
|
}, {
|
|
661
661
|
id: string;
|
|
662
662
|
created: number;
|
|
663
663
|
name?: string | null | undefined;
|
|
664
|
-
email?: string | null | undefined;
|
|
665
664
|
metadata?: Record<string, string> | undefined;
|
|
665
|
+
email?: string | null | undefined;
|
|
666
666
|
}>>;
|
|
667
667
|
error: z.ZodString;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
operation: "create_customer";
|
|
670
|
-
success: boolean;
|
|
671
669
|
error: string;
|
|
670
|
+
success: boolean;
|
|
671
|
+
operation: "create_customer";
|
|
672
672
|
customer?: {
|
|
673
673
|
id: string;
|
|
674
674
|
created: number;
|
|
675
675
|
name?: string | null | undefined;
|
|
676
|
-
email?: string | null | undefined;
|
|
677
676
|
metadata?: Record<string, string> | undefined;
|
|
677
|
+
email?: string | null | undefined;
|
|
678
678
|
} | undefined;
|
|
679
679
|
}, {
|
|
680
|
-
operation: "create_customer";
|
|
681
|
-
success: boolean;
|
|
682
680
|
error: string;
|
|
681
|
+
success: boolean;
|
|
682
|
+
operation: "create_customer";
|
|
683
683
|
customer?: {
|
|
684
684
|
id: string;
|
|
685
685
|
created: number;
|
|
686
686
|
name?: string | null | undefined;
|
|
687
|
-
email?: string | null | undefined;
|
|
688
687
|
metadata?: Record<string, string> | undefined;
|
|
688
|
+
email?: string | null | undefined;
|
|
689
689
|
} | undefined;
|
|
690
690
|
}>, z.ZodObject<{
|
|
691
691
|
operation: z.ZodLiteral<"list_customers">;
|
|
@@ -700,43 +700,43 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
700
700
|
id: string;
|
|
701
701
|
created: number;
|
|
702
702
|
name?: string | null | undefined;
|
|
703
|
-
email?: string | null | undefined;
|
|
704
703
|
metadata?: Record<string, string> | undefined;
|
|
704
|
+
email?: string | null | undefined;
|
|
705
705
|
}, {
|
|
706
706
|
id: string;
|
|
707
707
|
created: number;
|
|
708
708
|
name?: string | null | undefined;
|
|
709
|
-
email?: string | null | undefined;
|
|
710
709
|
metadata?: Record<string, string> | undefined;
|
|
710
|
+
email?: string | null | undefined;
|
|
711
711
|
}>, "many">>;
|
|
712
712
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
713
713
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
714
714
|
error: z.ZodString;
|
|
715
715
|
}, "strip", z.ZodTypeAny, {
|
|
716
|
-
operation: "list_customers";
|
|
717
|
-
success: boolean;
|
|
718
716
|
error: string;
|
|
717
|
+
success: boolean;
|
|
718
|
+
operation: "list_customers";
|
|
719
719
|
next_cursor?: string | null | undefined;
|
|
720
720
|
has_more?: boolean | undefined;
|
|
721
721
|
customers?: {
|
|
722
722
|
id: string;
|
|
723
723
|
created: number;
|
|
724
724
|
name?: string | null | undefined;
|
|
725
|
-
email?: string | null | undefined;
|
|
726
725
|
metadata?: Record<string, string> | undefined;
|
|
726
|
+
email?: string | null | undefined;
|
|
727
727
|
}[] | undefined;
|
|
728
728
|
}, {
|
|
729
|
-
operation: "list_customers";
|
|
730
|
-
success: boolean;
|
|
731
729
|
error: string;
|
|
730
|
+
success: boolean;
|
|
731
|
+
operation: "list_customers";
|
|
732
732
|
next_cursor?: string | null | undefined;
|
|
733
733
|
has_more?: boolean | undefined;
|
|
734
734
|
customers?: {
|
|
735
735
|
id: string;
|
|
736
736
|
created: number;
|
|
737
737
|
name?: string | null | undefined;
|
|
738
|
-
email?: string | null | undefined;
|
|
739
738
|
metadata?: Record<string, string> | undefined;
|
|
739
|
+
email?: string | null | undefined;
|
|
740
740
|
}[] | undefined;
|
|
741
741
|
}>, z.ZodObject<{
|
|
742
742
|
operation: z.ZodLiteral<"retrieve_customer">;
|
|
@@ -751,40 +751,40 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
751
751
|
id: string;
|
|
752
752
|
created: number;
|
|
753
753
|
name?: string | null | undefined;
|
|
754
|
-
email?: string | null | undefined;
|
|
755
754
|
metadata?: Record<string, string> | undefined;
|
|
755
|
+
email?: string | null | undefined;
|
|
756
756
|
}, {
|
|
757
757
|
id: string;
|
|
758
758
|
created: number;
|
|
759
759
|
name?: string | null | undefined;
|
|
760
|
-
email?: string | null | undefined;
|
|
761
760
|
metadata?: Record<string, string> | undefined;
|
|
761
|
+
email?: string | null | undefined;
|
|
762
762
|
}>>;
|
|
763
763
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
764
764
|
error: z.ZodString;
|
|
765
765
|
}, "strip", z.ZodTypeAny, {
|
|
766
|
-
operation: "retrieve_customer";
|
|
767
|
-
success: boolean;
|
|
768
766
|
error: string;
|
|
767
|
+
success: boolean;
|
|
768
|
+
operation: "retrieve_customer";
|
|
769
769
|
deleted?: boolean | undefined;
|
|
770
770
|
customer?: {
|
|
771
771
|
id: string;
|
|
772
772
|
created: number;
|
|
773
773
|
name?: string | null | undefined;
|
|
774
|
-
email?: string | null | undefined;
|
|
775
774
|
metadata?: Record<string, string> | undefined;
|
|
775
|
+
email?: string | null | undefined;
|
|
776
776
|
} | undefined;
|
|
777
777
|
}, {
|
|
778
|
-
operation: "retrieve_customer";
|
|
779
|
-
success: boolean;
|
|
780
778
|
error: string;
|
|
779
|
+
success: boolean;
|
|
780
|
+
operation: "retrieve_customer";
|
|
781
781
|
deleted?: boolean | undefined;
|
|
782
782
|
customer?: {
|
|
783
783
|
id: string;
|
|
784
784
|
created: number;
|
|
785
785
|
name?: string | null | undefined;
|
|
786
|
-
email?: string | null | undefined;
|
|
787
786
|
metadata?: Record<string, string> | undefined;
|
|
787
|
+
email?: string | null | undefined;
|
|
788
788
|
} | undefined;
|
|
789
789
|
}>, z.ZodObject<{
|
|
790
790
|
operation: z.ZodLiteral<"create_product">;
|
|
@@ -813,9 +813,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
813
813
|
}>>;
|
|
814
814
|
error: z.ZodString;
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
|
-
operation: "create_product";
|
|
817
|
-
success: boolean;
|
|
818
816
|
error: string;
|
|
817
|
+
success: boolean;
|
|
818
|
+
operation: "create_product";
|
|
819
819
|
product?: {
|
|
820
820
|
name: string;
|
|
821
821
|
id: string;
|
|
@@ -825,9 +825,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
825
825
|
metadata?: Record<string, string> | undefined;
|
|
826
826
|
} | undefined;
|
|
827
827
|
}, {
|
|
828
|
-
operation: "create_product";
|
|
829
|
-
success: boolean;
|
|
830
828
|
error: string;
|
|
829
|
+
success: boolean;
|
|
830
|
+
operation: "create_product";
|
|
831
831
|
product?: {
|
|
832
832
|
name: string;
|
|
833
833
|
id: string;
|
|
@@ -863,9 +863,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
863
863
|
}>, "many">>;
|
|
864
864
|
error: z.ZodString;
|
|
865
865
|
}, "strip", z.ZodTypeAny, {
|
|
866
|
-
operation: "list_products";
|
|
867
|
-
success: boolean;
|
|
868
866
|
error: string;
|
|
867
|
+
success: boolean;
|
|
868
|
+
operation: "list_products";
|
|
869
869
|
products?: {
|
|
870
870
|
name: string;
|
|
871
871
|
id: string;
|
|
@@ -875,9 +875,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
875
875
|
metadata?: Record<string, string> | undefined;
|
|
876
876
|
}[] | undefined;
|
|
877
877
|
}, {
|
|
878
|
-
operation: "list_products";
|
|
879
|
-
success: boolean;
|
|
880
878
|
error: string;
|
|
879
|
+
success: boolean;
|
|
880
|
+
operation: "list_products";
|
|
881
881
|
products?: {
|
|
882
882
|
name: string;
|
|
883
883
|
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_price";
|
|
923
|
-
success: boolean;
|
|
924
922
|
error: string;
|
|
923
|
+
success: boolean;
|
|
924
|
+
operation: "create_price";
|
|
925
925
|
price?: {
|
|
926
926
|
type: "one_time" | "recurring";
|
|
927
927
|
id: string;
|
|
@@ -933,9 +933,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
933
933
|
metadata?: Record<string, string> | undefined;
|
|
934
934
|
} | undefined;
|
|
935
935
|
}, {
|
|
936
|
-
operation: "create_price";
|
|
937
|
-
success: boolean;
|
|
938
936
|
error: string;
|
|
937
|
+
success: boolean;
|
|
938
|
+
operation: "create_price";
|
|
939
939
|
price?: {
|
|
940
940
|
type: "one_time" | "recurring";
|
|
941
941
|
id: string;
|
|
@@ -979,9 +979,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
979
979
|
}>, "many">>;
|
|
980
980
|
error: z.ZodString;
|
|
981
981
|
}, "strip", z.ZodTypeAny, {
|
|
982
|
-
operation: "list_prices";
|
|
983
|
-
success: boolean;
|
|
984
982
|
error: string;
|
|
983
|
+
success: boolean;
|
|
984
|
+
operation: "list_prices";
|
|
985
985
|
prices?: {
|
|
986
986
|
type: "one_time" | "recurring";
|
|
987
987
|
id: string;
|
|
@@ -993,9 +993,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
993
993
|
metadata?: Record<string, string> | undefined;
|
|
994
994
|
}[] | undefined;
|
|
995
995
|
}, {
|
|
996
|
-
operation: "list_prices";
|
|
997
|
-
success: boolean;
|
|
998
996
|
error: string;
|
|
997
|
+
success: boolean;
|
|
998
|
+
operation: "list_prices";
|
|
999
999
|
prices?: {
|
|
1000
1000
|
type: "one_time" | "recurring";
|
|
1001
1001
|
id: string;
|
|
@@ -1016,37 +1016,37 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1016
1016
|
created: z.ZodOptional<z.ZodNumber>;
|
|
1017
1017
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1018
1018
|
}, "strip", z.ZodTypeAny, {
|
|
1019
|
-
url: string;
|
|
1020
1019
|
id: string;
|
|
1020
|
+
url: string;
|
|
1021
1021
|
active: boolean;
|
|
1022
1022
|
metadata?: Record<string, string> | undefined;
|
|
1023
1023
|
created?: number | undefined;
|
|
1024
1024
|
}, {
|
|
1025
|
-
url: string;
|
|
1026
1025
|
id: string;
|
|
1026
|
+
url: string;
|
|
1027
1027
|
active: boolean;
|
|
1028
1028
|
metadata?: Record<string, string> | undefined;
|
|
1029
1029
|
created?: number | undefined;
|
|
1030
1030
|
}>>;
|
|
1031
1031
|
error: z.ZodString;
|
|
1032
1032
|
}, "strip", z.ZodTypeAny, {
|
|
1033
|
-
operation: "create_payment_link";
|
|
1034
|
-
success: boolean;
|
|
1035
1033
|
error: string;
|
|
1034
|
+
success: boolean;
|
|
1035
|
+
operation: "create_payment_link";
|
|
1036
1036
|
payment_link?: {
|
|
1037
|
-
url: string;
|
|
1038
1037
|
id: string;
|
|
1038
|
+
url: string;
|
|
1039
1039
|
active: boolean;
|
|
1040
1040
|
metadata?: Record<string, string> | undefined;
|
|
1041
1041
|
created?: number | undefined;
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
}, {
|
|
1044
|
-
operation: "create_payment_link";
|
|
1045
|
-
success: boolean;
|
|
1046
1044
|
error: string;
|
|
1045
|
+
success: boolean;
|
|
1046
|
+
operation: "create_payment_link";
|
|
1047
1047
|
payment_link?: {
|
|
1048
|
-
url: string;
|
|
1049
1048
|
id: string;
|
|
1049
|
+
url: string;
|
|
1050
1050
|
active: boolean;
|
|
1051
1051
|
metadata?: Record<string, string> | undefined;
|
|
1052
1052
|
created?: number | undefined;
|
|
@@ -1090,9 +1090,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1090
1090
|
}>>;
|
|
1091
1091
|
error: z.ZodString;
|
|
1092
1092
|
}, "strip", z.ZodTypeAny, {
|
|
1093
|
-
operation: "create_invoice";
|
|
1094
|
-
success: boolean;
|
|
1095
1093
|
error: string;
|
|
1094
|
+
success: boolean;
|
|
1095
|
+
operation: "create_invoice";
|
|
1096
1096
|
invoice?: {
|
|
1097
1097
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1098
1098
|
id: string;
|
|
@@ -1106,9 +1106,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1106
1106
|
invoice_pdf?: string | null | undefined;
|
|
1107
1107
|
} | undefined;
|
|
1108
1108
|
}, {
|
|
1109
|
-
operation: "create_invoice";
|
|
1110
|
-
success: boolean;
|
|
1111
1109
|
error: string;
|
|
1110
|
+
success: boolean;
|
|
1111
|
+
operation: "create_invoice";
|
|
1112
1112
|
invoice?: {
|
|
1113
1113
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1114
1114
|
id: string;
|
|
@@ -1162,9 +1162,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1162
1162
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1163
1163
|
error: z.ZodString;
|
|
1164
1164
|
}, "strip", z.ZodTypeAny, {
|
|
1165
|
-
operation: "list_invoices";
|
|
1166
|
-
success: boolean;
|
|
1167
1165
|
error: string;
|
|
1166
|
+
success: boolean;
|
|
1167
|
+
operation: "list_invoices";
|
|
1168
1168
|
next_cursor?: string | null | undefined;
|
|
1169
1169
|
has_more?: boolean | undefined;
|
|
1170
1170
|
invoices?: {
|
|
@@ -1180,9 +1180,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1180
1180
|
invoice_pdf?: string | null | undefined;
|
|
1181
1181
|
}[] | undefined;
|
|
1182
1182
|
}, {
|
|
1183
|
-
operation: "list_invoices";
|
|
1184
|
-
success: boolean;
|
|
1185
1183
|
error: string;
|
|
1184
|
+
success: boolean;
|
|
1185
|
+
operation: "list_invoices";
|
|
1186
1186
|
next_cursor?: string | null | undefined;
|
|
1187
1187
|
has_more?: boolean | undefined;
|
|
1188
1188
|
invoices?: {
|
|
@@ -1236,9 +1236,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1236
1236
|
}>>;
|
|
1237
1237
|
error: z.ZodString;
|
|
1238
1238
|
}, "strip", z.ZodTypeAny, {
|
|
1239
|
-
operation: "retrieve_invoice";
|
|
1240
|
-
success: boolean;
|
|
1241
1239
|
error: string;
|
|
1240
|
+
success: boolean;
|
|
1241
|
+
operation: "retrieve_invoice";
|
|
1242
1242
|
invoice?: {
|
|
1243
1243
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1244
1244
|
id: string;
|
|
@@ -1252,9 +1252,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1252
1252
|
invoice_pdf?: string | null | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
1254
|
}, {
|
|
1255
|
-
operation: "retrieve_invoice";
|
|
1256
|
-
success: boolean;
|
|
1257
1255
|
error: string;
|
|
1256
|
+
success: boolean;
|
|
1257
|
+
operation: "retrieve_invoice";
|
|
1258
1258
|
invoice?: {
|
|
1259
1259
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1260
1260
|
id: string;
|
|
@@ -1306,9 +1306,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1306
1306
|
}>>;
|
|
1307
1307
|
error: z.ZodString;
|
|
1308
1308
|
}, "strip", z.ZodTypeAny, {
|
|
1309
|
-
operation: "finalize_invoice";
|
|
1310
|
-
success: boolean;
|
|
1311
1309
|
error: string;
|
|
1310
|
+
success: boolean;
|
|
1311
|
+
operation: "finalize_invoice";
|
|
1312
1312
|
invoice?: {
|
|
1313
1313
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1314
1314
|
id: string;
|
|
@@ -1322,9 +1322,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1322
1322
|
invoice_pdf?: string | null | undefined;
|
|
1323
1323
|
} | undefined;
|
|
1324
1324
|
}, {
|
|
1325
|
-
operation: "finalize_invoice";
|
|
1326
|
-
success: boolean;
|
|
1327
1325
|
error: string;
|
|
1326
|
+
success: boolean;
|
|
1327
|
+
operation: "finalize_invoice";
|
|
1328
1328
|
invoice?: {
|
|
1329
1329
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1330
1330
|
id: string;
|
|
@@ -1376,9 +1376,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1376
1376
|
}>>;
|
|
1377
1377
|
error: z.ZodString;
|
|
1378
1378
|
}, "strip", z.ZodTypeAny, {
|
|
1379
|
-
operation: "create_invoice_item";
|
|
1380
|
-
success: boolean;
|
|
1381
1379
|
error: string;
|
|
1380
|
+
success: boolean;
|
|
1381
|
+
operation: "create_invoice_item";
|
|
1382
1382
|
invoice_item?: {
|
|
1383
1383
|
id: string;
|
|
1384
1384
|
currency: string;
|
|
@@ -1392,9 +1392,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1392
1392
|
quantity?: number | undefined;
|
|
1393
1393
|
} | undefined;
|
|
1394
1394
|
}, {
|
|
1395
|
-
operation: "create_invoice_item";
|
|
1396
|
-
success: boolean;
|
|
1397
1395
|
error: string;
|
|
1396
|
+
success: boolean;
|
|
1397
|
+
operation: "create_invoice_item";
|
|
1398
1398
|
invoice_item?: {
|
|
1399
1399
|
id: string;
|
|
1400
1400
|
currency: string;
|
|
@@ -1446,9 +1446,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1446
1446
|
}>>;
|
|
1447
1447
|
error: z.ZodString;
|
|
1448
1448
|
}, "strip", z.ZodTypeAny, {
|
|
1449
|
-
operation: "send_invoice";
|
|
1450
|
-
success: boolean;
|
|
1451
1449
|
error: string;
|
|
1450
|
+
success: boolean;
|
|
1451
|
+
operation: "send_invoice";
|
|
1452
1452
|
invoice?: {
|
|
1453
1453
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1454
1454
|
id: string;
|
|
@@ -1462,9 +1462,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1462
1462
|
invoice_pdf?: string | null | undefined;
|
|
1463
1463
|
} | undefined;
|
|
1464
1464
|
}, {
|
|
1465
|
-
operation: "send_invoice";
|
|
1466
|
-
success: boolean;
|
|
1467
1465
|
error: string;
|
|
1466
|
+
success: boolean;
|
|
1467
|
+
operation: "send_invoice";
|
|
1468
1468
|
invoice?: {
|
|
1469
1469
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1470
1470
|
id: string;
|
|
@@ -1522,9 +1522,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1522
1522
|
}>>;
|
|
1523
1523
|
error: z.ZodString;
|
|
1524
1524
|
}, "strip", z.ZodTypeAny, {
|
|
1525
|
-
operation: "get_balance";
|
|
1526
|
-
success: boolean;
|
|
1527
1525
|
error: string;
|
|
1526
|
+
success: boolean;
|
|
1527
|
+
operation: "get_balance";
|
|
1528
1528
|
balance?: {
|
|
1529
1529
|
pending: {
|
|
1530
1530
|
currency: string;
|
|
@@ -1536,9 +1536,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1536
1536
|
}[];
|
|
1537
1537
|
} | undefined;
|
|
1538
1538
|
}, {
|
|
1539
|
-
operation: "get_balance";
|
|
1540
|
-
success: boolean;
|
|
1541
1539
|
error: string;
|
|
1540
|
+
success: boolean;
|
|
1541
|
+
operation: "get_balance";
|
|
1542
1542
|
balance?: {
|
|
1543
1543
|
pending: {
|
|
1544
1544
|
currency: string;
|
|
@@ -1579,9 +1579,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1579
1579
|
}>, "many">>;
|
|
1580
1580
|
error: z.ZodString;
|
|
1581
1581
|
}, "strip", z.ZodTypeAny, {
|
|
1582
|
-
operation: "list_payment_intents";
|
|
1583
|
-
success: boolean;
|
|
1584
1582
|
error: string;
|
|
1583
|
+
success: boolean;
|
|
1584
|
+
operation: "list_payment_intents";
|
|
1585
1585
|
payment_intents?: {
|
|
1586
1586
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1587
1587
|
id: string;
|
|
@@ -1592,9 +1592,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1592
1592
|
customer?: string | null | undefined;
|
|
1593
1593
|
}[] | undefined;
|
|
1594
1594
|
}, {
|
|
1595
|
-
operation: "list_payment_intents";
|
|
1596
|
-
success: boolean;
|
|
1597
1595
|
error: string;
|
|
1596
|
+
success: boolean;
|
|
1597
|
+
operation: "list_payment_intents";
|
|
1598
1598
|
payment_intents?: {
|
|
1599
1599
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1600
1600
|
id: string;
|
|
@@ -1637,9 +1637,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1637
1637
|
}>, "many">>;
|
|
1638
1638
|
error: z.ZodString;
|
|
1639
1639
|
}, "strip", z.ZodTypeAny, {
|
|
1640
|
-
operation: "list_subscriptions";
|
|
1641
|
-
success: boolean;
|
|
1642
1640
|
error: string;
|
|
1641
|
+
success: boolean;
|
|
1642
|
+
operation: "list_subscriptions";
|
|
1643
1643
|
subscriptions?: {
|
|
1644
1644
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1645
1645
|
id: string;
|
|
@@ -1651,9 +1651,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1651
1651
|
current_period_end?: number | undefined;
|
|
1652
1652
|
}[] | undefined;
|
|
1653
1653
|
}, {
|
|
1654
|
-
operation: "list_subscriptions";
|
|
1655
|
-
success: boolean;
|
|
1656
1654
|
error: string;
|
|
1655
|
+
success: boolean;
|
|
1656
|
+
operation: "list_subscriptions";
|
|
1657
1657
|
subscriptions?: {
|
|
1658
1658
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1659
1659
|
id: string;
|
|
@@ -1697,9 +1697,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1697
1697
|
}>>;
|
|
1698
1698
|
error: z.ZodString;
|
|
1699
1699
|
}, "strip", z.ZodTypeAny, {
|
|
1700
|
-
operation: "cancel_subscription";
|
|
1701
|
-
success: boolean;
|
|
1702
1700
|
error: string;
|
|
1701
|
+
success: boolean;
|
|
1702
|
+
operation: "cancel_subscription";
|
|
1703
1703
|
subscription?: {
|
|
1704
1704
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1705
1705
|
id: string;
|
|
@@ -1711,9 +1711,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1711
1711
|
current_period_end?: number | undefined;
|
|
1712
1712
|
} | undefined;
|
|
1713
1713
|
}, {
|
|
1714
|
-
operation: "cancel_subscription";
|
|
1715
|
-
success: boolean;
|
|
1716
1714
|
error: string;
|
|
1715
|
+
success: boolean;
|
|
1716
|
+
operation: "cancel_subscription";
|
|
1717
1717
|
subscription?: {
|
|
1718
1718
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1719
1719
|
id: string;
|
|
@@ -1734,37 +1734,37 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1734
1734
|
created: z.ZodOptional<z.ZodNumber>;
|
|
1735
1735
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1736
1736
|
}, "strip", z.ZodTypeAny, {
|
|
1737
|
-
url: string;
|
|
1738
1737
|
id: string;
|
|
1738
|
+
url: string;
|
|
1739
1739
|
active: boolean;
|
|
1740
1740
|
metadata?: Record<string, string> | undefined;
|
|
1741
1741
|
created?: number | undefined;
|
|
1742
1742
|
}, {
|
|
1743
|
-
url: string;
|
|
1744
1743
|
id: string;
|
|
1744
|
+
url: string;
|
|
1745
1745
|
active: boolean;
|
|
1746
1746
|
metadata?: Record<string, string> | undefined;
|
|
1747
1747
|
created?: number | undefined;
|
|
1748
1748
|
}>, "many">>;
|
|
1749
1749
|
error: z.ZodString;
|
|
1750
1750
|
}, "strip", z.ZodTypeAny, {
|
|
1751
|
-
operation: "list_payment_links";
|
|
1752
|
-
success: boolean;
|
|
1753
1751
|
error: string;
|
|
1752
|
+
success: boolean;
|
|
1753
|
+
operation: "list_payment_links";
|
|
1754
1754
|
payment_links?: {
|
|
1755
|
-
url: string;
|
|
1756
1755
|
id: string;
|
|
1756
|
+
url: string;
|
|
1757
1757
|
active: boolean;
|
|
1758
1758
|
metadata?: Record<string, string> | undefined;
|
|
1759
1759
|
created?: number | undefined;
|
|
1760
1760
|
}[] | undefined;
|
|
1761
1761
|
}, {
|
|
1762
|
-
operation: "list_payment_links";
|
|
1763
|
-
success: boolean;
|
|
1764
1762
|
error: string;
|
|
1763
|
+
success: boolean;
|
|
1764
|
+
operation: "list_payment_links";
|
|
1765
1765
|
payment_links?: {
|
|
1766
|
-
url: string;
|
|
1767
1766
|
id: string;
|
|
1767
|
+
url: string;
|
|
1768
1768
|
active: boolean;
|
|
1769
1769
|
metadata?: Record<string, string> | undefined;
|
|
1770
1770
|
created?: number | undefined;
|
|
@@ -1802,9 +1802,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1802
1802
|
}>>;
|
|
1803
1803
|
error: z.ZodString;
|
|
1804
1804
|
}, "strip", z.ZodTypeAny, {
|
|
1805
|
-
operation: "create_subscription";
|
|
1806
|
-
success: boolean;
|
|
1807
1805
|
error: string;
|
|
1806
|
+
success: boolean;
|
|
1807
|
+
operation: "create_subscription";
|
|
1808
1808
|
subscription?: {
|
|
1809
1809
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1810
1810
|
id: string;
|
|
@@ -1816,9 +1816,9 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
|
|
|
1816
1816
|
current_period_end?: number | undefined;
|
|
1817
1817
|
} | undefined;
|
|
1818
1818
|
}, {
|
|
1819
|
-
operation: "create_subscription";
|
|
1820
|
-
success: boolean;
|
|
1821
1819
|
error: string;
|
|
1820
|
+
success: boolean;
|
|
1821
|
+
operation: "create_subscription";
|
|
1822
1822
|
subscription?: {
|
|
1823
1823
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1824
1824
|
id: string;
|