@bubblelab/bubble-core 0.1.113 → 0.1.114
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 +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- 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 +54 -54
- 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 +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- 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 +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- 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 +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -64,15 +64,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
64
64
|
}, "strip", import("zod").ZodTypeAny, {
|
|
65
65
|
operation: "list_customers";
|
|
66
66
|
limit: number;
|
|
67
|
+
cursor?: string | undefined;
|
|
67
68
|
email?: string | undefined;
|
|
68
69
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
69
|
-
cursor?: string | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
operation: "list_customers";
|
|
72
|
-
email?: string | undefined;
|
|
73
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
74
72
|
limit?: number | undefined;
|
|
75
73
|
cursor?: string | undefined;
|
|
74
|
+
email?: string | undefined;
|
|
75
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
76
|
}>, import("zod").ZodObject<{
|
|
77
77
|
operation: import("zod").ZodLiteral<"retrieve_customer">;
|
|
78
78
|
customer_id: import("zod").ZodString;
|
|
@@ -115,8 +115,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
115
115
|
active?: boolean | undefined;
|
|
116
116
|
}, {
|
|
117
117
|
operation: "list_products";
|
|
118
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
119
118
|
limit?: number | undefined;
|
|
119
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
120
120
|
active?: boolean | undefined;
|
|
121
121
|
}>, import("zod").ZodObject<{
|
|
122
122
|
operation: import("zod").ZodLiteral<"create_price">;
|
|
@@ -171,8 +171,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
171
171
|
product?: string | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
operation: "list_prices";
|
|
174
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
175
174
|
limit?: number | undefined;
|
|
175
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
176
176
|
active?: boolean | undefined;
|
|
177
177
|
product?: string | undefined;
|
|
178
178
|
}>, import("zod").ZodObject<{
|
|
@@ -254,15 +254,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
254
254
|
operation: "list_invoices";
|
|
255
255
|
limit: number;
|
|
256
256
|
status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
|
|
257
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
258
257
|
cursor?: string | undefined;
|
|
258
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
259
259
|
customer?: string | undefined;
|
|
260
260
|
}, {
|
|
261
261
|
operation: "list_invoices";
|
|
262
262
|
status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
|
|
263
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
264
263
|
limit?: number | undefined;
|
|
265
264
|
cursor?: string | undefined;
|
|
265
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
266
266
|
customer?: string | undefined;
|
|
267
267
|
}>, import("zod").ZodObject<{
|
|
268
268
|
operation: import("zod").ZodLiteral<"retrieve_invoice">;
|
|
@@ -305,8 +305,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
305
305
|
operation: "create_invoice_item";
|
|
306
306
|
currency: string;
|
|
307
307
|
unit_amount: number;
|
|
308
|
-
customer: string;
|
|
309
308
|
quantity: number;
|
|
309
|
+
customer: string;
|
|
310
310
|
description?: string | undefined;
|
|
311
311
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
312
312
|
metadata?: Record<string, string> | undefined;
|
|
@@ -319,8 +319,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
319
319
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
320
320
|
metadata?: Record<string, string> | undefined;
|
|
321
321
|
currency?: string | undefined;
|
|
322
|
-
invoice?: string | undefined;
|
|
323
322
|
quantity?: number | undefined;
|
|
323
|
+
invoice?: string | undefined;
|
|
324
324
|
}>, import("zod").ZodObject<{
|
|
325
325
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
326
326
|
invoice_id: import("zod").ZodString;
|
|
@@ -354,8 +354,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
354
354
|
customer?: string | undefined;
|
|
355
355
|
}, {
|
|
356
356
|
operation: "list_payment_intents";
|
|
357
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
358
357
|
limit?: number | undefined;
|
|
358
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
359
359
|
customer?: string | undefined;
|
|
360
360
|
}>, import("zod").ZodObject<{
|
|
361
361
|
operation: import("zod").ZodLiteral<"list_subscriptions">;
|
|
@@ -372,8 +372,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
372
372
|
}, {
|
|
373
373
|
operation: "list_subscriptions";
|
|
374
374
|
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
375
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
376
375
|
limit?: number | undefined;
|
|
376
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
377
377
|
customer?: string | undefined;
|
|
378
378
|
}>, import("zod").ZodObject<{
|
|
379
379
|
operation: import("zod").ZodLiteral<"cancel_subscription">;
|
|
@@ -382,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
382
382
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
383
383
|
}, "strip", import("zod").ZodTypeAny, {
|
|
384
384
|
operation: "cancel_subscription";
|
|
385
|
-
cancel_at_period_end: boolean;
|
|
386
385
|
subscription_id: string;
|
|
386
|
+
cancel_at_period_end: boolean;
|
|
387
387
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
388
388
|
}, {
|
|
389
389
|
operation: "cancel_subscription";
|
|
@@ -402,8 +402,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
402
402
|
active?: boolean | undefined;
|
|
403
403
|
}, {
|
|
404
404
|
operation: "list_payment_links";
|
|
405
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
406
405
|
limit?: number | undefined;
|
|
406
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
407
407
|
active?: boolean | undefined;
|
|
408
408
|
}>, import("zod").ZodObject<{
|
|
409
409
|
operation: import("zod").ZodLiteral<"create_subscription">;
|
|
@@ -454,9 +454,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
454
454
|
}>>;
|
|
455
455
|
error: import("zod").ZodString;
|
|
456
456
|
}, "strip", import("zod").ZodTypeAny, {
|
|
457
|
-
error: string;
|
|
458
|
-
success: boolean;
|
|
459
457
|
operation: "create_customer";
|
|
458
|
+
success: boolean;
|
|
459
|
+
error: string;
|
|
460
460
|
customer?: {
|
|
461
461
|
id: string;
|
|
462
462
|
created: number;
|
|
@@ -465,9 +465,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
465
465
|
metadata?: Record<string, string> | undefined;
|
|
466
466
|
} | undefined;
|
|
467
467
|
}, {
|
|
468
|
-
error: string;
|
|
469
|
-
success: boolean;
|
|
470
468
|
operation: "create_customer";
|
|
469
|
+
success: boolean;
|
|
470
|
+
error: string;
|
|
471
471
|
customer?: {
|
|
472
472
|
id: string;
|
|
473
473
|
created: number;
|
|
@@ -501,9 +501,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
501
501
|
next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
502
502
|
error: import("zod").ZodString;
|
|
503
503
|
}, "strip", import("zod").ZodTypeAny, {
|
|
504
|
-
error: string;
|
|
505
|
-
success: boolean;
|
|
506
504
|
operation: "list_customers";
|
|
505
|
+
success: boolean;
|
|
506
|
+
error: string;
|
|
507
507
|
next_cursor?: string | null | undefined;
|
|
508
508
|
has_more?: boolean | undefined;
|
|
509
509
|
customers?: {
|
|
@@ -514,9 +514,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
514
514
|
metadata?: Record<string, string> | undefined;
|
|
515
515
|
}[] | undefined;
|
|
516
516
|
}, {
|
|
517
|
-
error: string;
|
|
518
|
-
success: boolean;
|
|
519
517
|
operation: "list_customers";
|
|
518
|
+
success: boolean;
|
|
519
|
+
error: string;
|
|
520
520
|
next_cursor?: string | null | undefined;
|
|
521
521
|
has_more?: boolean | undefined;
|
|
522
522
|
customers?: {
|
|
@@ -551,9 +551,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
551
551
|
deleted: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
552
552
|
error: import("zod").ZodString;
|
|
553
553
|
}, "strip", import("zod").ZodTypeAny, {
|
|
554
|
-
error: string;
|
|
555
|
-
success: boolean;
|
|
556
554
|
operation: "retrieve_customer";
|
|
555
|
+
success: boolean;
|
|
556
|
+
error: string;
|
|
557
557
|
deleted?: boolean | undefined;
|
|
558
558
|
customer?: {
|
|
559
559
|
id: string;
|
|
@@ -563,9 +563,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
563
563
|
metadata?: Record<string, string> | undefined;
|
|
564
564
|
} | undefined;
|
|
565
565
|
}, {
|
|
566
|
-
error: string;
|
|
567
|
-
success: boolean;
|
|
568
566
|
operation: "retrieve_customer";
|
|
567
|
+
success: boolean;
|
|
568
|
+
error: string;
|
|
569
569
|
deleted?: boolean | undefined;
|
|
570
570
|
customer?: {
|
|
571
571
|
id: string;
|
|
@@ -585,15 +585,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
585
585
|
created: import("zod").ZodNumber;
|
|
586
586
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
587
587
|
}, "strip", import("zod").ZodTypeAny, {
|
|
588
|
-
name: string;
|
|
589
588
|
id: string;
|
|
589
|
+
name: string;
|
|
590
590
|
created: number;
|
|
591
591
|
active: boolean;
|
|
592
592
|
description?: string | null | undefined;
|
|
593
593
|
metadata?: Record<string, string> | undefined;
|
|
594
594
|
}, {
|
|
595
|
-
name: string;
|
|
596
595
|
id: string;
|
|
596
|
+
name: string;
|
|
597
597
|
created: number;
|
|
598
598
|
active: boolean;
|
|
599
599
|
description?: string | null | undefined;
|
|
@@ -601,24 +601,24 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
601
601
|
}>>;
|
|
602
602
|
error: import("zod").ZodString;
|
|
603
603
|
}, "strip", import("zod").ZodTypeAny, {
|
|
604
|
-
error: string;
|
|
605
|
-
success: boolean;
|
|
606
604
|
operation: "create_product";
|
|
605
|
+
success: boolean;
|
|
606
|
+
error: string;
|
|
607
607
|
product?: {
|
|
608
|
-
name: string;
|
|
609
608
|
id: string;
|
|
609
|
+
name: string;
|
|
610
610
|
created: number;
|
|
611
611
|
active: boolean;
|
|
612
612
|
description?: string | null | undefined;
|
|
613
613
|
metadata?: Record<string, string> | undefined;
|
|
614
614
|
} | undefined;
|
|
615
615
|
}, {
|
|
616
|
-
error: string;
|
|
617
|
-
success: boolean;
|
|
618
616
|
operation: "create_product";
|
|
617
|
+
success: boolean;
|
|
618
|
+
error: string;
|
|
619
619
|
product?: {
|
|
620
|
-
name: string;
|
|
621
620
|
id: string;
|
|
621
|
+
name: string;
|
|
622
622
|
created: number;
|
|
623
623
|
active: boolean;
|
|
624
624
|
description?: string | null | undefined;
|
|
@@ -635,15 +635,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
635
635
|
created: import("zod").ZodNumber;
|
|
636
636
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
637
637
|
}, "strip", import("zod").ZodTypeAny, {
|
|
638
|
-
name: string;
|
|
639
638
|
id: string;
|
|
639
|
+
name: string;
|
|
640
640
|
created: number;
|
|
641
641
|
active: boolean;
|
|
642
642
|
description?: string | null | undefined;
|
|
643
643
|
metadata?: Record<string, string> | undefined;
|
|
644
644
|
}, {
|
|
645
|
-
name: string;
|
|
646
645
|
id: string;
|
|
646
|
+
name: string;
|
|
647
647
|
created: number;
|
|
648
648
|
active: boolean;
|
|
649
649
|
description?: string | null | undefined;
|
|
@@ -651,24 +651,24 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
651
651
|
}>, "many">>;
|
|
652
652
|
error: import("zod").ZodString;
|
|
653
653
|
}, "strip", import("zod").ZodTypeAny, {
|
|
654
|
-
error: string;
|
|
655
|
-
success: boolean;
|
|
656
654
|
operation: "list_products";
|
|
655
|
+
success: boolean;
|
|
656
|
+
error: string;
|
|
657
657
|
products?: {
|
|
658
|
-
name: string;
|
|
659
658
|
id: string;
|
|
659
|
+
name: string;
|
|
660
660
|
created: number;
|
|
661
661
|
active: boolean;
|
|
662
662
|
description?: string | null | undefined;
|
|
663
663
|
metadata?: Record<string, string> | undefined;
|
|
664
664
|
}[] | undefined;
|
|
665
665
|
}, {
|
|
666
|
-
error: string;
|
|
667
|
-
success: boolean;
|
|
668
666
|
operation: "list_products";
|
|
667
|
+
success: boolean;
|
|
668
|
+
error: string;
|
|
669
669
|
products?: {
|
|
670
|
-
name: string;
|
|
671
670
|
id: string;
|
|
671
|
+
name: string;
|
|
672
672
|
created: number;
|
|
673
673
|
active: boolean;
|
|
674
674
|
description?: string | null | undefined;
|
|
@@ -687,8 +687,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
687
687
|
created: import("zod").ZodNumber;
|
|
688
688
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
689
689
|
}, "strip", import("zod").ZodTypeAny, {
|
|
690
|
-
type: "one_time" | "recurring";
|
|
691
690
|
id: string;
|
|
691
|
+
type: "recurring" | "one_time";
|
|
692
692
|
created: number;
|
|
693
693
|
currency: string;
|
|
694
694
|
active: boolean;
|
|
@@ -696,8 +696,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
696
696
|
unit_amount: number | null;
|
|
697
697
|
metadata?: Record<string, string> | undefined;
|
|
698
698
|
}, {
|
|
699
|
-
type: "one_time" | "recurring";
|
|
700
699
|
id: string;
|
|
700
|
+
type: "recurring" | "one_time";
|
|
701
701
|
created: number;
|
|
702
702
|
currency: string;
|
|
703
703
|
active: boolean;
|
|
@@ -707,12 +707,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
707
707
|
}>>;
|
|
708
708
|
error: import("zod").ZodString;
|
|
709
709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
710
|
-
error: string;
|
|
711
|
-
success: boolean;
|
|
712
710
|
operation: "create_price";
|
|
711
|
+
success: boolean;
|
|
712
|
+
error: string;
|
|
713
713
|
price?: {
|
|
714
|
-
type: "one_time" | "recurring";
|
|
715
714
|
id: string;
|
|
715
|
+
type: "recurring" | "one_time";
|
|
716
716
|
created: number;
|
|
717
717
|
currency: string;
|
|
718
718
|
active: boolean;
|
|
@@ -721,12 +721,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
721
721
|
metadata?: Record<string, string> | undefined;
|
|
722
722
|
} | undefined;
|
|
723
723
|
}, {
|
|
724
|
-
error: string;
|
|
725
|
-
success: boolean;
|
|
726
724
|
operation: "create_price";
|
|
725
|
+
success: boolean;
|
|
726
|
+
error: string;
|
|
727
727
|
price?: {
|
|
728
|
-
type: "one_time" | "recurring";
|
|
729
728
|
id: string;
|
|
729
|
+
type: "recurring" | "one_time";
|
|
730
730
|
created: number;
|
|
731
731
|
currency: string;
|
|
732
732
|
active: boolean;
|
|
@@ -747,8 +747,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
747
747
|
created: import("zod").ZodNumber;
|
|
748
748
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
749
749
|
}, "strip", import("zod").ZodTypeAny, {
|
|
750
|
-
type: "one_time" | "recurring";
|
|
751
750
|
id: string;
|
|
751
|
+
type: "recurring" | "one_time";
|
|
752
752
|
created: number;
|
|
753
753
|
currency: string;
|
|
754
754
|
active: boolean;
|
|
@@ -756,8 +756,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
756
756
|
unit_amount: number | null;
|
|
757
757
|
metadata?: Record<string, string> | undefined;
|
|
758
758
|
}, {
|
|
759
|
-
type: "one_time" | "recurring";
|
|
760
759
|
id: string;
|
|
760
|
+
type: "recurring" | "one_time";
|
|
761
761
|
created: number;
|
|
762
762
|
currency: string;
|
|
763
763
|
active: boolean;
|
|
@@ -767,12 +767,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
767
767
|
}>, "many">>;
|
|
768
768
|
error: import("zod").ZodString;
|
|
769
769
|
}, "strip", import("zod").ZodTypeAny, {
|
|
770
|
-
error: string;
|
|
771
|
-
success: boolean;
|
|
772
770
|
operation: "list_prices";
|
|
771
|
+
success: boolean;
|
|
772
|
+
error: string;
|
|
773
773
|
prices?: {
|
|
774
|
-
type: "one_time" | "recurring";
|
|
775
774
|
id: string;
|
|
775
|
+
type: "recurring" | "one_time";
|
|
776
776
|
created: number;
|
|
777
777
|
currency: string;
|
|
778
778
|
active: boolean;
|
|
@@ -781,12 +781,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
781
781
|
metadata?: Record<string, string> | undefined;
|
|
782
782
|
}[] | undefined;
|
|
783
783
|
}, {
|
|
784
|
-
error: string;
|
|
785
|
-
success: boolean;
|
|
786
784
|
operation: "list_prices";
|
|
785
|
+
success: boolean;
|
|
786
|
+
error: string;
|
|
787
787
|
prices?: {
|
|
788
|
-
type: "one_time" | "recurring";
|
|
789
788
|
id: string;
|
|
789
|
+
type: "recurring" | "one_time";
|
|
790
790
|
created: number;
|
|
791
791
|
currency: string;
|
|
792
792
|
active: boolean;
|
|
@@ -804,37 +804,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
804
804
|
created: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
805
805
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
806
806
|
}, "strip", import("zod").ZodTypeAny, {
|
|
807
|
-
url: string;
|
|
808
807
|
id: string;
|
|
808
|
+
url: string;
|
|
809
809
|
active: boolean;
|
|
810
810
|
metadata?: Record<string, string> | undefined;
|
|
811
811
|
created?: number | undefined;
|
|
812
812
|
}, {
|
|
813
|
-
url: string;
|
|
814
813
|
id: string;
|
|
814
|
+
url: string;
|
|
815
815
|
active: boolean;
|
|
816
816
|
metadata?: Record<string, string> | undefined;
|
|
817
817
|
created?: number | undefined;
|
|
818
818
|
}>>;
|
|
819
819
|
error: import("zod").ZodString;
|
|
820
820
|
}, "strip", import("zod").ZodTypeAny, {
|
|
821
|
-
error: string;
|
|
822
|
-
success: boolean;
|
|
823
821
|
operation: "create_payment_link";
|
|
822
|
+
success: boolean;
|
|
823
|
+
error: string;
|
|
824
824
|
payment_link?: {
|
|
825
|
-
url: string;
|
|
826
825
|
id: string;
|
|
826
|
+
url: string;
|
|
827
827
|
active: boolean;
|
|
828
828
|
metadata?: Record<string, string> | undefined;
|
|
829
829
|
created?: number | undefined;
|
|
830
830
|
} | undefined;
|
|
831
831
|
}, {
|
|
832
|
-
error: string;
|
|
833
|
-
success: boolean;
|
|
834
832
|
operation: "create_payment_link";
|
|
833
|
+
success: boolean;
|
|
834
|
+
error: string;
|
|
835
835
|
payment_link?: {
|
|
836
|
-
url: string;
|
|
837
836
|
id: string;
|
|
837
|
+
url: string;
|
|
838
838
|
active: boolean;
|
|
839
839
|
metadata?: Record<string, string> | undefined;
|
|
840
840
|
created?: number | undefined;
|
|
@@ -854,8 +854,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
854
854
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
855
855
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
856
856
|
}, "strip", import("zod").ZodTypeAny, {
|
|
857
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
858
857
|
id: string;
|
|
858
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
859
859
|
total: number;
|
|
860
860
|
currency: string;
|
|
861
861
|
customer: string | null;
|
|
@@ -865,8 +865,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
865
865
|
hosted_invoice_url?: string | null | undefined;
|
|
866
866
|
invoice_pdf?: string | null | undefined;
|
|
867
867
|
}, {
|
|
868
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
869
868
|
id: string;
|
|
869
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
870
870
|
total: number;
|
|
871
871
|
currency: string;
|
|
872
872
|
customer: string | null;
|
|
@@ -878,12 +878,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
878
878
|
}>>;
|
|
879
879
|
error: import("zod").ZodString;
|
|
880
880
|
}, "strip", import("zod").ZodTypeAny, {
|
|
881
|
-
error: string;
|
|
882
|
-
success: boolean;
|
|
883
881
|
operation: "create_invoice";
|
|
882
|
+
success: boolean;
|
|
883
|
+
error: string;
|
|
884
884
|
invoice?: {
|
|
885
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
886
885
|
id: string;
|
|
886
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
887
887
|
total: number;
|
|
888
888
|
currency: string;
|
|
889
889
|
customer: string | null;
|
|
@@ -894,12 +894,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
894
894
|
invoice_pdf?: string | null | undefined;
|
|
895
895
|
} | undefined;
|
|
896
896
|
}, {
|
|
897
|
-
error: string;
|
|
898
|
-
success: boolean;
|
|
899
897
|
operation: "create_invoice";
|
|
898
|
+
success: boolean;
|
|
899
|
+
error: string;
|
|
900
900
|
invoice?: {
|
|
901
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
902
901
|
id: string;
|
|
902
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
903
903
|
total: number;
|
|
904
904
|
currency: string;
|
|
905
905
|
customer: string | null;
|
|
@@ -924,8 +924,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
924
924
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
925
925
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
926
926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
927
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
928
927
|
id: string;
|
|
928
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
929
929
|
total: number;
|
|
930
930
|
currency: string;
|
|
931
931
|
customer: string | null;
|
|
@@ -935,8 +935,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
935
935
|
hosted_invoice_url?: string | null | undefined;
|
|
936
936
|
invoice_pdf?: string | null | undefined;
|
|
937
937
|
}, {
|
|
938
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
939
938
|
id: string;
|
|
939
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
940
940
|
total: number;
|
|
941
941
|
currency: string;
|
|
942
942
|
customer: string | null;
|
|
@@ -950,14 +950,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
950
950
|
next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
951
951
|
error: import("zod").ZodString;
|
|
952
952
|
}, "strip", import("zod").ZodTypeAny, {
|
|
953
|
-
error: string;
|
|
954
|
-
success: boolean;
|
|
955
953
|
operation: "list_invoices";
|
|
954
|
+
success: boolean;
|
|
955
|
+
error: string;
|
|
956
956
|
next_cursor?: string | null | undefined;
|
|
957
957
|
has_more?: boolean | undefined;
|
|
958
958
|
invoices?: {
|
|
959
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
960
959
|
id: string;
|
|
960
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
961
961
|
total: number;
|
|
962
962
|
currency: string;
|
|
963
963
|
customer: string | null;
|
|
@@ -968,14 +968,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
968
968
|
invoice_pdf?: string | null | undefined;
|
|
969
969
|
}[] | undefined;
|
|
970
970
|
}, {
|
|
971
|
-
error: string;
|
|
972
|
-
success: boolean;
|
|
973
971
|
operation: "list_invoices";
|
|
972
|
+
success: boolean;
|
|
973
|
+
error: string;
|
|
974
974
|
next_cursor?: string | null | undefined;
|
|
975
975
|
has_more?: boolean | undefined;
|
|
976
976
|
invoices?: {
|
|
977
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
978
977
|
id: string;
|
|
978
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
979
979
|
total: number;
|
|
980
980
|
currency: string;
|
|
981
981
|
customer: string | null;
|
|
@@ -1000,8 +1000,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1000
1000
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1001
1001
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1002
1002
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1003
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1004
1003
|
id: string;
|
|
1004
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1005
1005
|
total: number;
|
|
1006
1006
|
currency: string;
|
|
1007
1007
|
customer: string | null;
|
|
@@ -1011,8 +1011,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1011
1011
|
hosted_invoice_url?: string | null | undefined;
|
|
1012
1012
|
invoice_pdf?: string | null | undefined;
|
|
1013
1013
|
}, {
|
|
1014
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1015
1014
|
id: string;
|
|
1015
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1016
1016
|
total: number;
|
|
1017
1017
|
currency: string;
|
|
1018
1018
|
customer: string | null;
|
|
@@ -1024,12 +1024,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1024
1024
|
}>>;
|
|
1025
1025
|
error: import("zod").ZodString;
|
|
1026
1026
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1027
|
-
error: string;
|
|
1028
|
-
success: boolean;
|
|
1029
1027
|
operation: "retrieve_invoice";
|
|
1028
|
+
success: boolean;
|
|
1029
|
+
error: string;
|
|
1030
1030
|
invoice?: {
|
|
1031
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1032
1031
|
id: string;
|
|
1032
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1033
1033
|
total: number;
|
|
1034
1034
|
currency: string;
|
|
1035
1035
|
customer: string | null;
|
|
@@ -1040,12 +1040,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1040
1040
|
invoice_pdf?: string | null | undefined;
|
|
1041
1041
|
} | undefined;
|
|
1042
1042
|
}, {
|
|
1043
|
-
error: string;
|
|
1044
|
-
success: boolean;
|
|
1045
1043
|
operation: "retrieve_invoice";
|
|
1044
|
+
success: boolean;
|
|
1045
|
+
error: string;
|
|
1046
1046
|
invoice?: {
|
|
1047
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1048
1047
|
id: string;
|
|
1048
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1049
1049
|
total: number;
|
|
1050
1050
|
currency: string;
|
|
1051
1051
|
customer: string | null;
|
|
@@ -1070,8 +1070,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1070
1070
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1071
1071
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1072
1072
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1073
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1074
1073
|
id: string;
|
|
1074
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1075
1075
|
total: number;
|
|
1076
1076
|
currency: string;
|
|
1077
1077
|
customer: string | null;
|
|
@@ -1081,8 +1081,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1081
1081
|
hosted_invoice_url?: string | null | undefined;
|
|
1082
1082
|
invoice_pdf?: string | null | undefined;
|
|
1083
1083
|
}, {
|
|
1084
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1085
1084
|
id: string;
|
|
1085
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1086
1086
|
total: number;
|
|
1087
1087
|
currency: string;
|
|
1088
1088
|
customer: string | null;
|
|
@@ -1094,12 +1094,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1094
1094
|
}>>;
|
|
1095
1095
|
error: import("zod").ZodString;
|
|
1096
1096
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1097
|
-
error: string;
|
|
1098
|
-
success: boolean;
|
|
1099
1097
|
operation: "finalize_invoice";
|
|
1098
|
+
success: boolean;
|
|
1099
|
+
error: string;
|
|
1100
1100
|
invoice?: {
|
|
1101
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1102
1101
|
id: string;
|
|
1102
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1103
1103
|
total: number;
|
|
1104
1104
|
currency: string;
|
|
1105
1105
|
customer: string | null;
|
|
@@ -1110,12 +1110,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1110
1110
|
invoice_pdf?: string | null | undefined;
|
|
1111
1111
|
} | undefined;
|
|
1112
1112
|
}, {
|
|
1113
|
-
error: string;
|
|
1114
|
-
success: boolean;
|
|
1115
1113
|
operation: "finalize_invoice";
|
|
1114
|
+
success: boolean;
|
|
1115
|
+
error: string;
|
|
1116
1116
|
invoice?: {
|
|
1117
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1118
1117
|
id: string;
|
|
1118
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1119
1119
|
total: number;
|
|
1120
1120
|
currency: string;
|
|
1121
1121
|
customer: string | null;
|
|
@@ -1148,8 +1148,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1148
1148
|
date?: number | undefined;
|
|
1149
1149
|
metadata?: Record<string, string> | undefined;
|
|
1150
1150
|
unit_amount?: number | null | undefined;
|
|
1151
|
-
invoice?: string | null | undefined;
|
|
1152
1151
|
quantity?: number | undefined;
|
|
1152
|
+
invoice?: string | null | undefined;
|
|
1153
1153
|
}, {
|
|
1154
1154
|
id: string;
|
|
1155
1155
|
currency: string;
|
|
@@ -1159,14 +1159,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1159
1159
|
date?: number | undefined;
|
|
1160
1160
|
metadata?: Record<string, string> | undefined;
|
|
1161
1161
|
unit_amount?: number | null | undefined;
|
|
1162
|
-
invoice?: string | null | undefined;
|
|
1163
1162
|
quantity?: number | undefined;
|
|
1163
|
+
invoice?: string | null | undefined;
|
|
1164
1164
|
}>>;
|
|
1165
1165
|
error: import("zod").ZodString;
|
|
1166
1166
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1167
|
-
error: string;
|
|
1168
|
-
success: boolean;
|
|
1169
1167
|
operation: "create_invoice_item";
|
|
1168
|
+
success: boolean;
|
|
1169
|
+
error: string;
|
|
1170
1170
|
invoice_item?: {
|
|
1171
1171
|
id: string;
|
|
1172
1172
|
currency: string;
|
|
@@ -1176,13 +1176,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1176
1176
|
date?: number | undefined;
|
|
1177
1177
|
metadata?: Record<string, string> | undefined;
|
|
1178
1178
|
unit_amount?: number | null | undefined;
|
|
1179
|
-
invoice?: string | null | undefined;
|
|
1180
1179
|
quantity?: number | undefined;
|
|
1180
|
+
invoice?: string | null | undefined;
|
|
1181
1181
|
} | undefined;
|
|
1182
1182
|
}, {
|
|
1183
|
-
error: string;
|
|
1184
|
-
success: boolean;
|
|
1185
1183
|
operation: "create_invoice_item";
|
|
1184
|
+
success: boolean;
|
|
1185
|
+
error: string;
|
|
1186
1186
|
invoice_item?: {
|
|
1187
1187
|
id: string;
|
|
1188
1188
|
currency: string;
|
|
@@ -1192,8 +1192,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1192
1192
|
date?: number | undefined;
|
|
1193
1193
|
metadata?: Record<string, string> | undefined;
|
|
1194
1194
|
unit_amount?: number | null | undefined;
|
|
1195
|
-
invoice?: string | null | undefined;
|
|
1196
1195
|
quantity?: number | undefined;
|
|
1196
|
+
invoice?: string | null | undefined;
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
}>, import("zod").ZodObject<{
|
|
1199
1199
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
@@ -1210,8 +1210,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1210
1210
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1211
1211
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1212
1212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1213
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1214
1213
|
id: string;
|
|
1214
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1215
1215
|
total: number;
|
|
1216
1216
|
currency: string;
|
|
1217
1217
|
customer: string | null;
|
|
@@ -1221,8 +1221,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1221
1221
|
hosted_invoice_url?: string | null | undefined;
|
|
1222
1222
|
invoice_pdf?: string | null | undefined;
|
|
1223
1223
|
}, {
|
|
1224
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1225
1224
|
id: string;
|
|
1225
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1226
1226
|
total: number;
|
|
1227
1227
|
currency: string;
|
|
1228
1228
|
customer: string | null;
|
|
@@ -1234,12 +1234,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1234
1234
|
}>>;
|
|
1235
1235
|
error: import("zod").ZodString;
|
|
1236
1236
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1237
|
-
error: string;
|
|
1238
|
-
success: boolean;
|
|
1239
1237
|
operation: "send_invoice";
|
|
1238
|
+
success: boolean;
|
|
1239
|
+
error: string;
|
|
1240
1240
|
invoice?: {
|
|
1241
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1242
1241
|
id: string;
|
|
1242
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1243
1243
|
total: number;
|
|
1244
1244
|
currency: string;
|
|
1245
1245
|
customer: string | null;
|
|
@@ -1250,12 +1250,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1250
1250
|
invoice_pdf?: string | null | undefined;
|
|
1251
1251
|
} | undefined;
|
|
1252
1252
|
}, {
|
|
1253
|
-
error: string;
|
|
1254
|
-
success: boolean;
|
|
1255
1253
|
operation: "send_invoice";
|
|
1254
|
+
success: boolean;
|
|
1255
|
+
error: string;
|
|
1256
1256
|
invoice?: {
|
|
1257
|
-
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1258
1257
|
id: string;
|
|
1258
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
1259
1259
|
total: number;
|
|
1260
1260
|
currency: string;
|
|
1261
1261
|
customer: string | null;
|
|
@@ -1310,9 +1310,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1310
1310
|
}>>;
|
|
1311
1311
|
error: import("zod").ZodString;
|
|
1312
1312
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1313
|
-
error: string;
|
|
1314
|
-
success: boolean;
|
|
1315
1313
|
operation: "get_balance";
|
|
1314
|
+
success: boolean;
|
|
1315
|
+
error: string;
|
|
1316
1316
|
balance?: {
|
|
1317
1317
|
pending: {
|
|
1318
1318
|
currency: string;
|
|
@@ -1324,9 +1324,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1324
1324
|
}[];
|
|
1325
1325
|
} | undefined;
|
|
1326
1326
|
}, {
|
|
1327
|
-
error: string;
|
|
1328
|
-
success: boolean;
|
|
1329
1327
|
operation: "get_balance";
|
|
1328
|
+
success: boolean;
|
|
1329
|
+
error: string;
|
|
1330
1330
|
balance?: {
|
|
1331
1331
|
pending: {
|
|
1332
1332
|
currency: string;
|
|
@@ -1349,16 +1349,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1349
1349
|
created: import("zod").ZodNumber;
|
|
1350
1350
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1351
1351
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1352
|
-
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1353
1352
|
id: string;
|
|
1353
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1354
1354
|
created: number;
|
|
1355
1355
|
currency: string;
|
|
1356
1356
|
amount: number;
|
|
1357
1357
|
metadata?: Record<string, string> | undefined;
|
|
1358
1358
|
customer?: string | null | undefined;
|
|
1359
1359
|
}, {
|
|
1360
|
-
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1361
1360
|
id: string;
|
|
1361
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1362
1362
|
created: number;
|
|
1363
1363
|
currency: string;
|
|
1364
1364
|
amount: number;
|
|
@@ -1367,12 +1367,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1367
1367
|
}>, "many">>;
|
|
1368
1368
|
error: import("zod").ZodString;
|
|
1369
1369
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1370
|
-
error: string;
|
|
1371
|
-
success: boolean;
|
|
1372
1370
|
operation: "list_payment_intents";
|
|
1371
|
+
success: boolean;
|
|
1372
|
+
error: string;
|
|
1373
1373
|
payment_intents?: {
|
|
1374
|
-
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1375
1374
|
id: string;
|
|
1375
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1376
1376
|
created: number;
|
|
1377
1377
|
currency: string;
|
|
1378
1378
|
amount: number;
|
|
@@ -1380,12 +1380,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1380
1380
|
customer?: string | null | undefined;
|
|
1381
1381
|
}[] | undefined;
|
|
1382
1382
|
}, {
|
|
1383
|
-
error: string;
|
|
1384
|
-
success: boolean;
|
|
1385
1383
|
operation: "list_payment_intents";
|
|
1384
|
+
success: boolean;
|
|
1385
|
+
error: string;
|
|
1386
1386
|
payment_intents?: {
|
|
1387
|
-
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1388
1387
|
id: string;
|
|
1388
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1389
1389
|
created: number;
|
|
1390
1390
|
currency: string;
|
|
1391
1391
|
amount: number;
|
|
@@ -1405,8 +1405,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1405
1405
|
created: import("zod").ZodNumber;
|
|
1406
1406
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1407
1407
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1408
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1409
1408
|
id: string;
|
|
1409
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1410
1410
|
created: number;
|
|
1411
1411
|
customer: string;
|
|
1412
1412
|
cancel_at_period_end: boolean;
|
|
@@ -1414,8 +1414,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1414
1414
|
current_period_start?: number | undefined;
|
|
1415
1415
|
current_period_end?: number | undefined;
|
|
1416
1416
|
}, {
|
|
1417
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1418
1417
|
id: string;
|
|
1418
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1419
1419
|
created: number;
|
|
1420
1420
|
customer: string;
|
|
1421
1421
|
cancel_at_period_end: boolean;
|
|
@@ -1425,12 +1425,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1425
1425
|
}>, "many">>;
|
|
1426
1426
|
error: import("zod").ZodString;
|
|
1427
1427
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1428
|
-
error: string;
|
|
1429
|
-
success: boolean;
|
|
1430
1428
|
operation: "list_subscriptions";
|
|
1429
|
+
success: boolean;
|
|
1430
|
+
error: string;
|
|
1431
1431
|
subscriptions?: {
|
|
1432
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1433
1432
|
id: string;
|
|
1433
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1434
1434
|
created: number;
|
|
1435
1435
|
customer: string;
|
|
1436
1436
|
cancel_at_period_end: boolean;
|
|
@@ -1439,12 +1439,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1439
1439
|
current_period_end?: number | undefined;
|
|
1440
1440
|
}[] | undefined;
|
|
1441
1441
|
}, {
|
|
1442
|
-
error: string;
|
|
1443
|
-
success: boolean;
|
|
1444
1442
|
operation: "list_subscriptions";
|
|
1443
|
+
success: boolean;
|
|
1444
|
+
error: string;
|
|
1445
1445
|
subscriptions?: {
|
|
1446
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1447
1446
|
id: string;
|
|
1447
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1448
1448
|
created: number;
|
|
1449
1449
|
customer: string;
|
|
1450
1450
|
cancel_at_period_end: boolean;
|
|
@@ -1465,8 +1465,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1465
1465
|
created: import("zod").ZodNumber;
|
|
1466
1466
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1467
1467
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1468
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1469
1468
|
id: string;
|
|
1469
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1470
1470
|
created: number;
|
|
1471
1471
|
customer: string;
|
|
1472
1472
|
cancel_at_period_end: boolean;
|
|
@@ -1474,8 +1474,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1474
1474
|
current_period_start?: number | undefined;
|
|
1475
1475
|
current_period_end?: number | undefined;
|
|
1476
1476
|
}, {
|
|
1477
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1478
1477
|
id: string;
|
|
1478
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1479
1479
|
created: number;
|
|
1480
1480
|
customer: string;
|
|
1481
1481
|
cancel_at_period_end: boolean;
|
|
@@ -1485,12 +1485,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1485
1485
|
}>>;
|
|
1486
1486
|
error: import("zod").ZodString;
|
|
1487
1487
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1488
|
-
error: string;
|
|
1489
|
-
success: boolean;
|
|
1490
1488
|
operation: "cancel_subscription";
|
|
1489
|
+
success: boolean;
|
|
1490
|
+
error: string;
|
|
1491
1491
|
subscription?: {
|
|
1492
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1493
1492
|
id: string;
|
|
1493
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1494
1494
|
created: number;
|
|
1495
1495
|
customer: string;
|
|
1496
1496
|
cancel_at_period_end: boolean;
|
|
@@ -1499,12 +1499,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1499
1499
|
current_period_end?: number | undefined;
|
|
1500
1500
|
} | undefined;
|
|
1501
1501
|
}, {
|
|
1502
|
-
error: string;
|
|
1503
|
-
success: boolean;
|
|
1504
1502
|
operation: "cancel_subscription";
|
|
1503
|
+
success: boolean;
|
|
1504
|
+
error: string;
|
|
1505
1505
|
subscription?: {
|
|
1506
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1507
1506
|
id: string;
|
|
1507
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1508
1508
|
created: number;
|
|
1509
1509
|
customer: string;
|
|
1510
1510
|
cancel_at_period_end: boolean;
|
|
@@ -1522,37 +1522,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1522
1522
|
created: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1523
1523
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1524
1524
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1525
|
-
url: string;
|
|
1526
1525
|
id: string;
|
|
1526
|
+
url: string;
|
|
1527
1527
|
active: boolean;
|
|
1528
1528
|
metadata?: Record<string, string> | undefined;
|
|
1529
1529
|
created?: number | undefined;
|
|
1530
1530
|
}, {
|
|
1531
|
-
url: string;
|
|
1532
1531
|
id: string;
|
|
1532
|
+
url: string;
|
|
1533
1533
|
active: boolean;
|
|
1534
1534
|
metadata?: Record<string, string> | undefined;
|
|
1535
1535
|
created?: number | undefined;
|
|
1536
1536
|
}>, "many">>;
|
|
1537
1537
|
error: import("zod").ZodString;
|
|
1538
1538
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1539
|
-
error: string;
|
|
1540
|
-
success: boolean;
|
|
1541
1539
|
operation: "list_payment_links";
|
|
1540
|
+
success: boolean;
|
|
1541
|
+
error: string;
|
|
1542
1542
|
payment_links?: {
|
|
1543
|
-
url: string;
|
|
1544
1543
|
id: string;
|
|
1544
|
+
url: string;
|
|
1545
1545
|
active: boolean;
|
|
1546
1546
|
metadata?: Record<string, string> | undefined;
|
|
1547
1547
|
created?: number | undefined;
|
|
1548
1548
|
}[] | undefined;
|
|
1549
1549
|
}, {
|
|
1550
|
-
error: string;
|
|
1551
|
-
success: boolean;
|
|
1552
1550
|
operation: "list_payment_links";
|
|
1551
|
+
success: boolean;
|
|
1552
|
+
error: string;
|
|
1553
1553
|
payment_links?: {
|
|
1554
|
-
url: string;
|
|
1555
1554
|
id: string;
|
|
1555
|
+
url: string;
|
|
1556
1556
|
active: boolean;
|
|
1557
1557
|
metadata?: Record<string, string> | undefined;
|
|
1558
1558
|
created?: number | undefined;
|
|
@@ -1570,8 +1570,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1570
1570
|
created: import("zod").ZodNumber;
|
|
1571
1571
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1572
1572
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1573
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1574
1573
|
id: string;
|
|
1574
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1575
1575
|
created: number;
|
|
1576
1576
|
customer: string;
|
|
1577
1577
|
cancel_at_period_end: boolean;
|
|
@@ -1579,8 +1579,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1579
1579
|
current_period_start?: number | undefined;
|
|
1580
1580
|
current_period_end?: number | undefined;
|
|
1581
1581
|
}, {
|
|
1582
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1583
1582
|
id: string;
|
|
1583
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1584
1584
|
created: number;
|
|
1585
1585
|
customer: string;
|
|
1586
1586
|
cancel_at_period_end: boolean;
|
|
@@ -1590,12 +1590,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1590
1590
|
}>>;
|
|
1591
1591
|
error: import("zod").ZodString;
|
|
1592
1592
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1593
|
-
error: string;
|
|
1594
|
-
success: boolean;
|
|
1595
1593
|
operation: "create_subscription";
|
|
1594
|
+
success: boolean;
|
|
1595
|
+
error: string;
|
|
1596
1596
|
subscription?: {
|
|
1597
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1598
1597
|
id: string;
|
|
1598
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1599
1599
|
created: number;
|
|
1600
1600
|
customer: string;
|
|
1601
1601
|
cancel_at_period_end: boolean;
|
|
@@ -1604,12 +1604,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1604
1604
|
current_period_end?: number | undefined;
|
|
1605
1605
|
} | undefined;
|
|
1606
1606
|
}, {
|
|
1607
|
-
error: string;
|
|
1608
|
-
success: boolean;
|
|
1609
1607
|
operation: "create_subscription";
|
|
1608
|
+
success: boolean;
|
|
1609
|
+
error: string;
|
|
1610
1610
|
subscription?: {
|
|
1611
|
-
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1612
1611
|
id: string;
|
|
1612
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1613
1613
|
created: number;
|
|
1614
1614
|
customer: string;
|
|
1615
1615
|
cancel_at_period_end: boolean;
|