@bubblelab/bubble-core 0.1.66 → 0.1.67
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 +83 -83
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +28 -16
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +18 -16
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +138 -138
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +755 -755
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +56 -56
- package/dist/bubbles/service-bubble/github.d.ts +160 -160
- package/dist/bubbles/service-bubble/gmail.d.ts +224 -224
- package/dist/bubbles/service-bubble/google-calendar.d.ts +218 -218
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1634 -1634
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +444 -444
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +103 -103
- package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +294 -294
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +104 -104
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +11 -3
- package/package.json +2 -2
|
@@ -152,14 +152,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
152
152
|
operation: "list_prices";
|
|
153
153
|
limit: number;
|
|
154
154
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
155
|
-
active?: boolean | undefined;
|
|
156
155
|
product?: string | undefined;
|
|
156
|
+
active?: boolean | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
operation: "list_prices";
|
|
159
159
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
160
|
limit?: number | undefined;
|
|
161
|
-
active?: boolean | undefined;
|
|
162
161
|
product?: string | undefined;
|
|
162
|
+
active?: boolean | undefined;
|
|
163
163
|
}>, import("zod").ZodObject<{
|
|
164
164
|
operation: import("zod").ZodLiteral<"create_payment_link">;
|
|
165
165
|
price: import("zod").ZodString;
|
|
@@ -283,12 +283,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
283
283
|
}, "strip", import("zod").ZodTypeAny, {
|
|
284
284
|
operation: "list_subscriptions";
|
|
285
285
|
limit: number;
|
|
286
|
-
status?: "
|
|
286
|
+
status?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid" | undefined;
|
|
287
287
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
288
288
|
customer?: string | undefined;
|
|
289
289
|
}, {
|
|
290
290
|
operation: "list_subscriptions";
|
|
291
|
-
status?: "
|
|
291
|
+
status?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid" | undefined;
|
|
292
292
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
293
293
|
limit?: number | undefined;
|
|
294
294
|
customer?: string | undefined;
|
|
@@ -299,8 +299,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
299
299
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
300
300
|
}, "strip", import("zod").ZodTypeAny, {
|
|
301
301
|
operation: "cancel_subscription";
|
|
302
|
-
cancel_at_period_end: boolean;
|
|
303
302
|
subscription_id: string;
|
|
303
|
+
cancel_at_period_end: boolean;
|
|
304
304
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
operation: "cancel_subscription";
|
|
@@ -371,8 +371,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
371
371
|
}>>;
|
|
372
372
|
error: import("zod").ZodString;
|
|
373
373
|
}, "strip", import("zod").ZodTypeAny, {
|
|
374
|
-
error: string;
|
|
375
374
|
success: boolean;
|
|
375
|
+
error: string;
|
|
376
376
|
operation: "create_customer";
|
|
377
377
|
customer?: {
|
|
378
378
|
id: string;
|
|
@@ -382,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
382
382
|
metadata?: Record<string, string> | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
}, {
|
|
385
|
-
error: string;
|
|
386
385
|
success: boolean;
|
|
386
|
+
error: string;
|
|
387
387
|
operation: "create_customer";
|
|
388
388
|
customer?: {
|
|
389
389
|
id: string;
|
|
@@ -416,8 +416,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
416
416
|
}>, "many">>;
|
|
417
417
|
error: import("zod").ZodString;
|
|
418
418
|
}, "strip", import("zod").ZodTypeAny, {
|
|
419
|
-
error: string;
|
|
420
419
|
success: boolean;
|
|
420
|
+
error: string;
|
|
421
421
|
operation: "list_customers";
|
|
422
422
|
customers?: {
|
|
423
423
|
id: string;
|
|
@@ -427,8 +427,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
427
427
|
metadata?: Record<string, string> | undefined;
|
|
428
428
|
}[] | undefined;
|
|
429
429
|
}, {
|
|
430
|
-
error: string;
|
|
431
430
|
success: boolean;
|
|
431
|
+
error: string;
|
|
432
432
|
operation: "list_customers";
|
|
433
433
|
customers?: {
|
|
434
434
|
id: string;
|
|
@@ -464,8 +464,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
464
464
|
}>>;
|
|
465
465
|
error: import("zod").ZodString;
|
|
466
466
|
}, "strip", import("zod").ZodTypeAny, {
|
|
467
|
-
error: string;
|
|
468
467
|
success: boolean;
|
|
468
|
+
error: string;
|
|
469
469
|
operation: "create_product";
|
|
470
470
|
product?: {
|
|
471
471
|
name: string;
|
|
@@ -476,8 +476,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
476
476
|
metadata?: Record<string, string> | undefined;
|
|
477
477
|
} | undefined;
|
|
478
478
|
}, {
|
|
479
|
-
error: string;
|
|
480
479
|
success: boolean;
|
|
480
|
+
error: string;
|
|
481
481
|
operation: "create_product";
|
|
482
482
|
product?: {
|
|
483
483
|
name: string;
|
|
@@ -514,8 +514,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
514
514
|
}>, "many">>;
|
|
515
515
|
error: import("zod").ZodString;
|
|
516
516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
517
|
-
error: string;
|
|
518
517
|
success: boolean;
|
|
518
|
+
error: string;
|
|
519
519
|
operation: "list_products";
|
|
520
520
|
products?: {
|
|
521
521
|
name: string;
|
|
@@ -526,8 +526,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
526
526
|
metadata?: Record<string, string> | undefined;
|
|
527
527
|
}[] | undefined;
|
|
528
528
|
}, {
|
|
529
|
-
error: string;
|
|
530
529
|
success: boolean;
|
|
530
|
+
error: string;
|
|
531
531
|
operation: "list_products";
|
|
532
532
|
products?: {
|
|
533
533
|
name: string;
|
|
@@ -550,50 +550,50 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
550
550
|
created: import("zod").ZodNumber;
|
|
551
551
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
552
552
|
}, "strip", import("zod").ZodTypeAny, {
|
|
553
|
-
type: "
|
|
553
|
+
type: "recurring" | "one_time";
|
|
554
554
|
id: string;
|
|
555
555
|
created: number;
|
|
556
556
|
currency: string;
|
|
557
|
-
active: boolean;
|
|
558
557
|
product: string;
|
|
558
|
+
active: boolean;
|
|
559
559
|
unit_amount: number | null;
|
|
560
560
|
metadata?: Record<string, string> | undefined;
|
|
561
561
|
}, {
|
|
562
|
-
type: "
|
|
562
|
+
type: "recurring" | "one_time";
|
|
563
563
|
id: string;
|
|
564
564
|
created: number;
|
|
565
565
|
currency: string;
|
|
566
|
-
active: boolean;
|
|
567
566
|
product: string;
|
|
567
|
+
active: boolean;
|
|
568
568
|
unit_amount: number | null;
|
|
569
569
|
metadata?: Record<string, string> | undefined;
|
|
570
570
|
}>>;
|
|
571
571
|
error: import("zod").ZodString;
|
|
572
572
|
}, "strip", import("zod").ZodTypeAny, {
|
|
573
|
-
error: string;
|
|
574
573
|
success: boolean;
|
|
574
|
+
error: string;
|
|
575
575
|
operation: "create_price";
|
|
576
576
|
price?: {
|
|
577
|
-
type: "
|
|
577
|
+
type: "recurring" | "one_time";
|
|
578
578
|
id: string;
|
|
579
579
|
created: number;
|
|
580
580
|
currency: string;
|
|
581
|
-
active: boolean;
|
|
582
581
|
product: string;
|
|
582
|
+
active: boolean;
|
|
583
583
|
unit_amount: number | null;
|
|
584
584
|
metadata?: Record<string, string> | undefined;
|
|
585
585
|
} | undefined;
|
|
586
586
|
}, {
|
|
587
|
-
error: string;
|
|
588
587
|
success: boolean;
|
|
588
|
+
error: string;
|
|
589
589
|
operation: "create_price";
|
|
590
590
|
price?: {
|
|
591
|
-
type: "
|
|
591
|
+
type: "recurring" | "one_time";
|
|
592
592
|
id: string;
|
|
593
593
|
created: number;
|
|
594
594
|
currency: string;
|
|
595
|
-
active: boolean;
|
|
596
595
|
product: string;
|
|
596
|
+
active: boolean;
|
|
597
597
|
unit_amount: number | null;
|
|
598
598
|
metadata?: Record<string, string> | undefined;
|
|
599
599
|
} | undefined;
|
|
@@ -610,50 +610,50 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
610
610
|
created: import("zod").ZodNumber;
|
|
611
611
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
612
612
|
}, "strip", import("zod").ZodTypeAny, {
|
|
613
|
-
type: "
|
|
613
|
+
type: "recurring" | "one_time";
|
|
614
614
|
id: string;
|
|
615
615
|
created: number;
|
|
616
616
|
currency: string;
|
|
617
|
-
active: boolean;
|
|
618
617
|
product: string;
|
|
618
|
+
active: boolean;
|
|
619
619
|
unit_amount: number | null;
|
|
620
620
|
metadata?: Record<string, string> | undefined;
|
|
621
621
|
}, {
|
|
622
|
-
type: "
|
|
622
|
+
type: "recurring" | "one_time";
|
|
623
623
|
id: string;
|
|
624
624
|
created: number;
|
|
625
625
|
currency: string;
|
|
626
|
-
active: boolean;
|
|
627
626
|
product: string;
|
|
627
|
+
active: boolean;
|
|
628
628
|
unit_amount: number | null;
|
|
629
629
|
metadata?: Record<string, string> | undefined;
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
error: import("zod").ZodString;
|
|
632
632
|
}, "strip", import("zod").ZodTypeAny, {
|
|
633
|
-
error: string;
|
|
634
633
|
success: boolean;
|
|
634
|
+
error: string;
|
|
635
635
|
operation: "list_prices";
|
|
636
636
|
prices?: {
|
|
637
|
-
type: "
|
|
637
|
+
type: "recurring" | "one_time";
|
|
638
638
|
id: string;
|
|
639
639
|
created: number;
|
|
640
640
|
currency: string;
|
|
641
|
-
active: boolean;
|
|
642
641
|
product: string;
|
|
642
|
+
active: boolean;
|
|
643
643
|
unit_amount: number | null;
|
|
644
644
|
metadata?: Record<string, string> | undefined;
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
}, {
|
|
647
|
-
error: string;
|
|
648
647
|
success: boolean;
|
|
648
|
+
error: string;
|
|
649
649
|
operation: "list_prices";
|
|
650
650
|
prices?: {
|
|
651
|
-
type: "
|
|
651
|
+
type: "recurring" | "one_time";
|
|
652
652
|
id: string;
|
|
653
653
|
created: number;
|
|
654
654
|
currency: string;
|
|
655
|
-
active: boolean;
|
|
656
655
|
product: string;
|
|
656
|
+
active: boolean;
|
|
657
657
|
unit_amount: number | null;
|
|
658
658
|
metadata?: Record<string, string> | undefined;
|
|
659
659
|
}[] | undefined;
|
|
@@ -670,37 +670,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
670
670
|
url: string;
|
|
671
671
|
id: string;
|
|
672
672
|
active: boolean;
|
|
673
|
-
metadata?: Record<string, string> | undefined;
|
|
674
673
|
created?: number | undefined;
|
|
674
|
+
metadata?: Record<string, string> | undefined;
|
|
675
675
|
}, {
|
|
676
676
|
url: string;
|
|
677
677
|
id: string;
|
|
678
678
|
active: boolean;
|
|
679
|
-
metadata?: Record<string, string> | undefined;
|
|
680
679
|
created?: number | undefined;
|
|
680
|
+
metadata?: Record<string, string> | undefined;
|
|
681
681
|
}>>;
|
|
682
682
|
error: import("zod").ZodString;
|
|
683
683
|
}, "strip", import("zod").ZodTypeAny, {
|
|
684
|
-
error: string;
|
|
685
684
|
success: boolean;
|
|
685
|
+
error: string;
|
|
686
686
|
operation: "create_payment_link";
|
|
687
687
|
payment_link?: {
|
|
688
688
|
url: string;
|
|
689
689
|
id: string;
|
|
690
690
|
active: boolean;
|
|
691
|
-
metadata?: Record<string, string> | undefined;
|
|
692
691
|
created?: number | undefined;
|
|
692
|
+
metadata?: Record<string, string> | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}, {
|
|
695
|
-
error: string;
|
|
696
695
|
success: boolean;
|
|
696
|
+
error: string;
|
|
697
697
|
operation: "create_payment_link";
|
|
698
698
|
payment_link?: {
|
|
699
699
|
url: string;
|
|
700
700
|
id: string;
|
|
701
701
|
active: boolean;
|
|
702
|
-
metadata?: Record<string, string> | undefined;
|
|
703
702
|
created?: number | undefined;
|
|
703
|
+
metadata?: Record<string, string> | undefined;
|
|
704
704
|
} | undefined;
|
|
705
705
|
}>, import("zod").ZodObject<{
|
|
706
706
|
operation: import("zod").ZodLiteral<"create_invoice">;
|
|
@@ -722,8 +722,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
722
722
|
total: number;
|
|
723
723
|
currency: string;
|
|
724
724
|
customer: string | null;
|
|
725
|
-
metadata?: Record<string, string> | undefined;
|
|
726
725
|
created?: number | undefined;
|
|
726
|
+
metadata?: Record<string, string> | undefined;
|
|
727
727
|
due_date?: string | null | undefined;
|
|
728
728
|
hosted_invoice_url?: string | null | undefined;
|
|
729
729
|
invoice_pdf?: string | null | undefined;
|
|
@@ -733,16 +733,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
733
733
|
total: number;
|
|
734
734
|
currency: string;
|
|
735
735
|
customer: string | null;
|
|
736
|
-
metadata?: Record<string, string> | undefined;
|
|
737
736
|
created?: number | undefined;
|
|
737
|
+
metadata?: Record<string, string> | undefined;
|
|
738
738
|
due_date?: string | null | undefined;
|
|
739
739
|
hosted_invoice_url?: string | null | undefined;
|
|
740
740
|
invoice_pdf?: string | null | undefined;
|
|
741
741
|
}>>;
|
|
742
742
|
error: import("zod").ZodString;
|
|
743
743
|
}, "strip", import("zod").ZodTypeAny, {
|
|
744
|
-
error: string;
|
|
745
744
|
success: boolean;
|
|
745
|
+
error: string;
|
|
746
746
|
operation: "create_invoice";
|
|
747
747
|
invoice?: {
|
|
748
748
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -750,15 +750,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
750
750
|
total: number;
|
|
751
751
|
currency: string;
|
|
752
752
|
customer: string | null;
|
|
753
|
-
metadata?: Record<string, string> | undefined;
|
|
754
753
|
created?: number | undefined;
|
|
754
|
+
metadata?: Record<string, string> | undefined;
|
|
755
755
|
due_date?: string | null | undefined;
|
|
756
756
|
hosted_invoice_url?: string | null | undefined;
|
|
757
757
|
invoice_pdf?: string | null | undefined;
|
|
758
758
|
} | undefined;
|
|
759
759
|
}, {
|
|
760
|
-
error: string;
|
|
761
760
|
success: boolean;
|
|
761
|
+
error: string;
|
|
762
762
|
operation: "create_invoice";
|
|
763
763
|
invoice?: {
|
|
764
764
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -766,8 +766,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
766
766
|
total: number;
|
|
767
767
|
currency: string;
|
|
768
768
|
customer: string | null;
|
|
769
|
-
metadata?: Record<string, string> | undefined;
|
|
770
769
|
created?: number | undefined;
|
|
770
|
+
metadata?: Record<string, string> | undefined;
|
|
771
771
|
due_date?: string | null | undefined;
|
|
772
772
|
hosted_invoice_url?: string | null | undefined;
|
|
773
773
|
invoice_pdf?: string | null | undefined;
|
|
@@ -792,8 +792,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
792
792
|
total: number;
|
|
793
793
|
currency: string;
|
|
794
794
|
customer: string | null;
|
|
795
|
-
metadata?: Record<string, string> | undefined;
|
|
796
795
|
created?: number | undefined;
|
|
796
|
+
metadata?: Record<string, string> | undefined;
|
|
797
797
|
due_date?: string | null | undefined;
|
|
798
798
|
hosted_invoice_url?: string | null | undefined;
|
|
799
799
|
invoice_pdf?: string | null | undefined;
|
|
@@ -803,16 +803,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
803
803
|
total: number;
|
|
804
804
|
currency: string;
|
|
805
805
|
customer: string | null;
|
|
806
|
-
metadata?: Record<string, string> | undefined;
|
|
807
806
|
created?: number | undefined;
|
|
807
|
+
metadata?: Record<string, string> | undefined;
|
|
808
808
|
due_date?: string | null | undefined;
|
|
809
809
|
hosted_invoice_url?: string | null | undefined;
|
|
810
810
|
invoice_pdf?: string | null | undefined;
|
|
811
811
|
}>, "many">>;
|
|
812
812
|
error: import("zod").ZodString;
|
|
813
813
|
}, "strip", import("zod").ZodTypeAny, {
|
|
814
|
-
error: string;
|
|
815
814
|
success: boolean;
|
|
815
|
+
error: string;
|
|
816
816
|
operation: "list_invoices";
|
|
817
817
|
invoices?: {
|
|
818
818
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -820,15 +820,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
820
820
|
total: number;
|
|
821
821
|
currency: string;
|
|
822
822
|
customer: string | null;
|
|
823
|
-
metadata?: Record<string, string> | undefined;
|
|
824
823
|
created?: number | undefined;
|
|
824
|
+
metadata?: Record<string, string> | undefined;
|
|
825
825
|
due_date?: string | null | undefined;
|
|
826
826
|
hosted_invoice_url?: string | null | undefined;
|
|
827
827
|
invoice_pdf?: string | null | undefined;
|
|
828
828
|
}[] | undefined;
|
|
829
829
|
}, {
|
|
830
|
-
error: string;
|
|
831
830
|
success: boolean;
|
|
831
|
+
error: string;
|
|
832
832
|
operation: "list_invoices";
|
|
833
833
|
invoices?: {
|
|
834
834
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -836,8 +836,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
836
836
|
total: number;
|
|
837
837
|
currency: string;
|
|
838
838
|
customer: string | null;
|
|
839
|
-
metadata?: Record<string, string> | undefined;
|
|
840
839
|
created?: number | undefined;
|
|
840
|
+
metadata?: Record<string, string> | undefined;
|
|
841
841
|
due_date?: string | null | undefined;
|
|
842
842
|
hosted_invoice_url?: string | null | undefined;
|
|
843
843
|
invoice_pdf?: string | null | undefined;
|
|
@@ -862,8 +862,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
862
862
|
total: number;
|
|
863
863
|
currency: string;
|
|
864
864
|
customer: string | null;
|
|
865
|
-
metadata?: Record<string, string> | undefined;
|
|
866
865
|
created?: number | undefined;
|
|
866
|
+
metadata?: Record<string, string> | undefined;
|
|
867
867
|
due_date?: string | null | undefined;
|
|
868
868
|
hosted_invoice_url?: string | null | undefined;
|
|
869
869
|
invoice_pdf?: string | null | undefined;
|
|
@@ -873,16 +873,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
873
873
|
total: number;
|
|
874
874
|
currency: string;
|
|
875
875
|
customer: string | null;
|
|
876
|
-
metadata?: Record<string, string> | undefined;
|
|
877
876
|
created?: number | undefined;
|
|
877
|
+
metadata?: Record<string, string> | undefined;
|
|
878
878
|
due_date?: string | null | undefined;
|
|
879
879
|
hosted_invoice_url?: string | null | undefined;
|
|
880
880
|
invoice_pdf?: string | null | undefined;
|
|
881
881
|
}>>;
|
|
882
882
|
error: import("zod").ZodString;
|
|
883
883
|
}, "strip", import("zod").ZodTypeAny, {
|
|
884
|
-
error: string;
|
|
885
884
|
success: boolean;
|
|
885
|
+
error: string;
|
|
886
886
|
operation: "retrieve_invoice";
|
|
887
887
|
invoice?: {
|
|
888
888
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -890,15 +890,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
890
890
|
total: number;
|
|
891
891
|
currency: string;
|
|
892
892
|
customer: string | null;
|
|
893
|
-
metadata?: Record<string, string> | undefined;
|
|
894
893
|
created?: number | undefined;
|
|
894
|
+
metadata?: Record<string, string> | undefined;
|
|
895
895
|
due_date?: string | null | undefined;
|
|
896
896
|
hosted_invoice_url?: string | null | undefined;
|
|
897
897
|
invoice_pdf?: string | null | undefined;
|
|
898
898
|
} | undefined;
|
|
899
899
|
}, {
|
|
900
|
-
error: string;
|
|
901
900
|
success: boolean;
|
|
901
|
+
error: string;
|
|
902
902
|
operation: "retrieve_invoice";
|
|
903
903
|
invoice?: {
|
|
904
904
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -906,8 +906,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
906
906
|
total: number;
|
|
907
907
|
currency: string;
|
|
908
908
|
customer: string | null;
|
|
909
|
-
metadata?: Record<string, string> | undefined;
|
|
910
909
|
created?: number | undefined;
|
|
910
|
+
metadata?: Record<string, string> | undefined;
|
|
911
911
|
due_date?: string | null | undefined;
|
|
912
912
|
hosted_invoice_url?: string | null | undefined;
|
|
913
913
|
invoice_pdf?: string | null | undefined;
|
|
@@ -932,8 +932,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
932
932
|
total: number;
|
|
933
933
|
currency: string;
|
|
934
934
|
customer: string | null;
|
|
935
|
-
metadata?: Record<string, string> | undefined;
|
|
936
935
|
created?: number | undefined;
|
|
936
|
+
metadata?: Record<string, string> | undefined;
|
|
937
937
|
due_date?: string | null | undefined;
|
|
938
938
|
hosted_invoice_url?: string | null | undefined;
|
|
939
939
|
invoice_pdf?: string | null | undefined;
|
|
@@ -943,16 +943,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
943
943
|
total: number;
|
|
944
944
|
currency: string;
|
|
945
945
|
customer: string | null;
|
|
946
|
-
metadata?: Record<string, string> | undefined;
|
|
947
946
|
created?: number | undefined;
|
|
947
|
+
metadata?: Record<string, string> | undefined;
|
|
948
948
|
due_date?: string | null | undefined;
|
|
949
949
|
hosted_invoice_url?: string | null | undefined;
|
|
950
950
|
invoice_pdf?: string | null | undefined;
|
|
951
951
|
}>>;
|
|
952
952
|
error: import("zod").ZodString;
|
|
953
953
|
}, "strip", import("zod").ZodTypeAny, {
|
|
954
|
-
error: string;
|
|
955
954
|
success: boolean;
|
|
955
|
+
error: string;
|
|
956
956
|
operation: "finalize_invoice";
|
|
957
957
|
invoice?: {
|
|
958
958
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -960,15 +960,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
960
960
|
total: number;
|
|
961
961
|
currency: string;
|
|
962
962
|
customer: string | null;
|
|
963
|
-
metadata?: Record<string, string> | undefined;
|
|
964
963
|
created?: number | undefined;
|
|
964
|
+
metadata?: Record<string, string> | undefined;
|
|
965
965
|
due_date?: string | null | undefined;
|
|
966
966
|
hosted_invoice_url?: string | null | undefined;
|
|
967
967
|
invoice_pdf?: string | null | undefined;
|
|
968
968
|
} | undefined;
|
|
969
969
|
}, {
|
|
970
|
-
error: string;
|
|
971
970
|
success: boolean;
|
|
971
|
+
error: string;
|
|
972
972
|
operation: "finalize_invoice";
|
|
973
973
|
invoice?: {
|
|
974
974
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -976,8 +976,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
976
976
|
total: number;
|
|
977
977
|
currency: string;
|
|
978
978
|
customer: string | null;
|
|
979
|
-
metadata?: Record<string, string> | undefined;
|
|
980
979
|
created?: number | undefined;
|
|
980
|
+
metadata?: Record<string, string> | undefined;
|
|
981
981
|
due_date?: string | null | undefined;
|
|
982
982
|
hosted_invoice_url?: string | null | undefined;
|
|
983
983
|
invoice_pdf?: string | null | undefined;
|
|
@@ -1007,49 +1007,49 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1007
1007
|
amount: number;
|
|
1008
1008
|
}>, "many">;
|
|
1009
1009
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1010
|
-
|
|
1010
|
+
available: {
|
|
1011
1011
|
currency: string;
|
|
1012
1012
|
amount: number;
|
|
1013
1013
|
}[];
|
|
1014
|
-
|
|
1014
|
+
pending: {
|
|
1015
1015
|
currency: string;
|
|
1016
1016
|
amount: number;
|
|
1017
1017
|
}[];
|
|
1018
1018
|
}, {
|
|
1019
|
-
|
|
1019
|
+
available: {
|
|
1020
1020
|
currency: string;
|
|
1021
1021
|
amount: number;
|
|
1022
1022
|
}[];
|
|
1023
|
-
|
|
1023
|
+
pending: {
|
|
1024
1024
|
currency: string;
|
|
1025
1025
|
amount: number;
|
|
1026
1026
|
}[];
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
error: import("zod").ZodString;
|
|
1029
1029
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1030
|
-
error: string;
|
|
1031
1030
|
success: boolean;
|
|
1031
|
+
error: string;
|
|
1032
1032
|
operation: "get_balance";
|
|
1033
1033
|
balance?: {
|
|
1034
|
-
|
|
1034
|
+
available: {
|
|
1035
1035
|
currency: string;
|
|
1036
1036
|
amount: number;
|
|
1037
1037
|
}[];
|
|
1038
|
-
|
|
1038
|
+
pending: {
|
|
1039
1039
|
currency: string;
|
|
1040
1040
|
amount: number;
|
|
1041
1041
|
}[];
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
}, {
|
|
1044
|
-
error: string;
|
|
1045
1044
|
success: boolean;
|
|
1045
|
+
error: string;
|
|
1046
1046
|
operation: "get_balance";
|
|
1047
1047
|
balance?: {
|
|
1048
|
-
|
|
1048
|
+
available: {
|
|
1049
1049
|
currency: string;
|
|
1050
1050
|
amount: number;
|
|
1051
1051
|
}[];
|
|
1052
|
-
|
|
1052
|
+
pending: {
|
|
1053
1053
|
currency: string;
|
|
1054
1054
|
amount: number;
|
|
1055
1055
|
}[];
|
|
@@ -1066,7 +1066,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1066
1066
|
created: import("zod").ZodNumber;
|
|
1067
1067
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1068
1068
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1069
|
-
status: "
|
|
1069
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1070
1070
|
id: string;
|
|
1071
1071
|
created: number;
|
|
1072
1072
|
currency: string;
|
|
@@ -1074,7 +1074,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1074
1074
|
metadata?: Record<string, string> | undefined;
|
|
1075
1075
|
customer?: string | null | undefined;
|
|
1076
1076
|
}, {
|
|
1077
|
-
status: "
|
|
1077
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1078
1078
|
id: string;
|
|
1079
1079
|
created: number;
|
|
1080
1080
|
currency: string;
|
|
@@ -1084,11 +1084,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1084
1084
|
}>, "many">>;
|
|
1085
1085
|
error: import("zod").ZodString;
|
|
1086
1086
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1087
|
-
error: string;
|
|
1088
1087
|
success: boolean;
|
|
1088
|
+
error: string;
|
|
1089
1089
|
operation: "list_payment_intents";
|
|
1090
1090
|
payment_intents?: {
|
|
1091
|
-
status: "
|
|
1091
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1092
1092
|
id: string;
|
|
1093
1093
|
created: number;
|
|
1094
1094
|
currency: string;
|
|
@@ -1097,11 +1097,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1097
1097
|
customer?: string | null | undefined;
|
|
1098
1098
|
}[] | undefined;
|
|
1099
1099
|
}, {
|
|
1100
|
-
error: string;
|
|
1101
1100
|
success: boolean;
|
|
1101
|
+
error: string;
|
|
1102
1102
|
operation: "list_payment_intents";
|
|
1103
1103
|
payment_intents?: {
|
|
1104
|
-
status: "
|
|
1104
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1105
1105
|
id: string;
|
|
1106
1106
|
created: number;
|
|
1107
1107
|
currency: string;
|
|
@@ -1122,7 +1122,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1122
1122
|
created: import("zod").ZodNumber;
|
|
1123
1123
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1124
1124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1125
|
-
status: "
|
|
1125
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1126
1126
|
id: string;
|
|
1127
1127
|
created: number;
|
|
1128
1128
|
customer: string;
|
|
@@ -1131,7 +1131,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1131
1131
|
current_period_start?: number | undefined;
|
|
1132
1132
|
current_period_end?: number | undefined;
|
|
1133
1133
|
}, {
|
|
1134
|
-
status: "
|
|
1134
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1135
1135
|
id: string;
|
|
1136
1136
|
created: number;
|
|
1137
1137
|
customer: string;
|
|
@@ -1142,11 +1142,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1142
1142
|
}>, "many">>;
|
|
1143
1143
|
error: import("zod").ZodString;
|
|
1144
1144
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1145
|
-
error: string;
|
|
1146
1145
|
success: boolean;
|
|
1146
|
+
error: string;
|
|
1147
1147
|
operation: "list_subscriptions";
|
|
1148
1148
|
subscriptions?: {
|
|
1149
|
-
status: "
|
|
1149
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1150
1150
|
id: string;
|
|
1151
1151
|
created: number;
|
|
1152
1152
|
customer: string;
|
|
@@ -1156,11 +1156,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1156
1156
|
current_period_end?: number | undefined;
|
|
1157
1157
|
}[] | undefined;
|
|
1158
1158
|
}, {
|
|
1159
|
-
error: string;
|
|
1160
1159
|
success: boolean;
|
|
1160
|
+
error: string;
|
|
1161
1161
|
operation: "list_subscriptions";
|
|
1162
1162
|
subscriptions?: {
|
|
1163
|
-
status: "
|
|
1163
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1164
1164
|
id: string;
|
|
1165
1165
|
created: number;
|
|
1166
1166
|
customer: string;
|
|
@@ -1182,7 +1182,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1182
1182
|
created: import("zod").ZodNumber;
|
|
1183
1183
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1184
1184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1185
|
-
status: "
|
|
1185
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1186
1186
|
id: string;
|
|
1187
1187
|
created: number;
|
|
1188
1188
|
customer: string;
|
|
@@ -1191,7 +1191,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1191
1191
|
current_period_start?: number | undefined;
|
|
1192
1192
|
current_period_end?: number | undefined;
|
|
1193
1193
|
}, {
|
|
1194
|
-
status: "
|
|
1194
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1195
1195
|
id: string;
|
|
1196
1196
|
created: number;
|
|
1197
1197
|
customer: string;
|
|
@@ -1202,11 +1202,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1202
1202
|
}>>;
|
|
1203
1203
|
error: import("zod").ZodString;
|
|
1204
1204
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1205
|
-
error: string;
|
|
1206
1205
|
success: boolean;
|
|
1206
|
+
error: string;
|
|
1207
1207
|
operation: "cancel_subscription";
|
|
1208
1208
|
subscription?: {
|
|
1209
|
-
status: "
|
|
1209
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1210
1210
|
id: string;
|
|
1211
1211
|
created: number;
|
|
1212
1212
|
customer: string;
|
|
@@ -1216,11 +1216,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1216
1216
|
current_period_end?: number | undefined;
|
|
1217
1217
|
} | undefined;
|
|
1218
1218
|
}, {
|
|
1219
|
-
error: string;
|
|
1220
1219
|
success: boolean;
|
|
1220
|
+
error: string;
|
|
1221
1221
|
operation: "cancel_subscription";
|
|
1222
1222
|
subscription?: {
|
|
1223
|
-
status: "
|
|
1223
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1224
1224
|
id: string;
|
|
1225
1225
|
created: number;
|
|
1226
1226
|
customer: string;
|
|
@@ -1242,37 +1242,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1242
1242
|
url: string;
|
|
1243
1243
|
id: string;
|
|
1244
1244
|
active: boolean;
|
|
1245
|
-
metadata?: Record<string, string> | undefined;
|
|
1246
1245
|
created?: number | undefined;
|
|
1246
|
+
metadata?: Record<string, string> | undefined;
|
|
1247
1247
|
}, {
|
|
1248
1248
|
url: string;
|
|
1249
1249
|
id: string;
|
|
1250
1250
|
active: boolean;
|
|
1251
|
-
metadata?: Record<string, string> | undefined;
|
|
1252
1251
|
created?: number | undefined;
|
|
1252
|
+
metadata?: Record<string, string> | undefined;
|
|
1253
1253
|
}>, "many">>;
|
|
1254
1254
|
error: import("zod").ZodString;
|
|
1255
1255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1256
|
-
error: string;
|
|
1257
1256
|
success: boolean;
|
|
1257
|
+
error: string;
|
|
1258
1258
|
operation: "list_payment_links";
|
|
1259
1259
|
payment_links?: {
|
|
1260
1260
|
url: string;
|
|
1261
1261
|
id: string;
|
|
1262
1262
|
active: boolean;
|
|
1263
|
-
metadata?: Record<string, string> | undefined;
|
|
1264
1263
|
created?: number | undefined;
|
|
1264
|
+
metadata?: Record<string, string> | undefined;
|
|
1265
1265
|
}[] | undefined;
|
|
1266
1266
|
}, {
|
|
1267
|
-
error: string;
|
|
1268
1267
|
success: boolean;
|
|
1268
|
+
error: string;
|
|
1269
1269
|
operation: "list_payment_links";
|
|
1270
1270
|
payment_links?: {
|
|
1271
1271
|
url: string;
|
|
1272
1272
|
id: string;
|
|
1273
1273
|
active: boolean;
|
|
1274
|
-
metadata?: Record<string, string> | undefined;
|
|
1275
1274
|
created?: number | undefined;
|
|
1275
|
+
metadata?: Record<string, string> | undefined;
|
|
1276
1276
|
}[] | undefined;
|
|
1277
1277
|
}>, import("zod").ZodObject<{
|
|
1278
1278
|
operation: import("zod").ZodLiteral<"create_subscription">;
|
|
@@ -1287,7 +1287,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1287
1287
|
created: import("zod").ZodNumber;
|
|
1288
1288
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1289
1289
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1290
|
-
status: "
|
|
1290
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1291
1291
|
id: string;
|
|
1292
1292
|
created: number;
|
|
1293
1293
|
customer: string;
|
|
@@ -1296,7 +1296,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1296
1296
|
current_period_start?: number | undefined;
|
|
1297
1297
|
current_period_end?: number | undefined;
|
|
1298
1298
|
}, {
|
|
1299
|
-
status: "
|
|
1299
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1300
1300
|
id: string;
|
|
1301
1301
|
created: number;
|
|
1302
1302
|
customer: string;
|
|
@@ -1307,11 +1307,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1307
1307
|
}>>;
|
|
1308
1308
|
error: import("zod").ZodString;
|
|
1309
1309
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1310
|
-
error: string;
|
|
1311
1310
|
success: boolean;
|
|
1311
|
+
error: string;
|
|
1312
1312
|
operation: "create_subscription";
|
|
1313
1313
|
subscription?: {
|
|
1314
|
-
status: "
|
|
1314
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1315
1315
|
id: string;
|
|
1316
1316
|
created: number;
|
|
1317
1317
|
customer: string;
|
|
@@ -1321,11 +1321,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1321
1321
|
current_period_end?: number | undefined;
|
|
1322
1322
|
} | undefined;
|
|
1323
1323
|
}, {
|
|
1324
|
-
error: string;
|
|
1325
1324
|
success: boolean;
|
|
1325
|
+
error: string;
|
|
1326
1326
|
operation: "create_subscription";
|
|
1327
1327
|
subscription?: {
|
|
1328
|
-
status: "
|
|
1328
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1329
1329
|
id: string;
|
|
1330
1330
|
created: number;
|
|
1331
1331
|
customer: string;
|