@bubblelab/bubble-core 0.1.253 → 0.1.254
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 +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
- package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
- package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/storage.d.ts +8 -8
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -19,16 +19,16 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
19
19
|
region: string;
|
|
20
20
|
expirationMinutes: number;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
|
-
accountId?: string | undefined;
|
|
23
22
|
contentType?: string | undefined;
|
|
23
|
+
accountId?: string | undefined;
|
|
24
24
|
userId?: string | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
operation: "getUploadUrl";
|
|
27
27
|
bucketName: string;
|
|
28
28
|
fileName: string;
|
|
29
29
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
30
|
-
accountId?: string | undefined;
|
|
31
30
|
contentType?: string | undefined;
|
|
31
|
+
accountId?: string | undefined;
|
|
32
32
|
region?: string | undefined;
|
|
33
33
|
expirationMinutes?: number | undefined;
|
|
34
34
|
userId?: string | undefined;
|
|
@@ -96,16 +96,16 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
96
96
|
region: string;
|
|
97
97
|
fileContent: string;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
|
-
accountId?: string | undefined;
|
|
100
99
|
contentType?: string | undefined;
|
|
100
|
+
accountId?: string | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
operation: "updateFile";
|
|
103
103
|
fileName: string;
|
|
104
104
|
fileContent: string;
|
|
105
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
|
-
accountId?: string | undefined;
|
|
107
106
|
contentType?: string | undefined;
|
|
108
107
|
bucketName?: string | undefined;
|
|
108
|
+
accountId?: string | undefined;
|
|
109
109
|
region?: string | undefined;
|
|
110
110
|
}>, z.ZodObject<{
|
|
111
111
|
operation: z.ZodLiteral<"getMultipleUploadUrls">;
|
|
@@ -299,16 +299,16 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
299
299
|
region: string;
|
|
300
300
|
expirationMinutes: number;
|
|
301
301
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
302
|
-
accountId?: string | undefined;
|
|
303
302
|
contentType?: string | undefined;
|
|
303
|
+
accountId?: string | undefined;
|
|
304
304
|
userId?: string | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
operation: "getUploadUrl";
|
|
307
307
|
bucketName: string;
|
|
308
308
|
fileName: string;
|
|
309
309
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
310
|
-
accountId?: string | undefined;
|
|
311
310
|
contentType?: string | undefined;
|
|
311
|
+
accountId?: string | undefined;
|
|
312
312
|
region?: string | undefined;
|
|
313
313
|
expirationMinutes?: number | undefined;
|
|
314
314
|
userId?: string | undefined;
|
|
@@ -376,16 +376,16 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
376
376
|
region: string;
|
|
377
377
|
fileContent: string;
|
|
378
378
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
379
|
-
accountId?: string | undefined;
|
|
380
379
|
contentType?: string | undefined;
|
|
380
|
+
accountId?: string | undefined;
|
|
381
381
|
}, {
|
|
382
382
|
operation: "updateFile";
|
|
383
383
|
fileName: string;
|
|
384
384
|
fileContent: string;
|
|
385
385
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
386
|
-
accountId?: string | undefined;
|
|
387
386
|
contentType?: string | undefined;
|
|
388
387
|
bucketName?: string | undefined;
|
|
388
|
+
accountId?: string | undefined;
|
|
389
389
|
region?: string | undefined;
|
|
390
390
|
}>, z.ZodObject<{
|
|
391
391
|
operation: z.ZodLiteral<"getMultipleUploadUrls">;
|
|
@@ -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
|
-
quantity: number;
|
|
309
308
|
customer: string;
|
|
309
|
+
quantity: number;
|
|
310
310
|
description?: string | undefined;
|
|
311
311
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
312
312
|
metadata?: Record<string, string> | undefined;
|
|
@@ -366,12 +366,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
366
366
|
}, "strip", import("zod").ZodTypeAny, {
|
|
367
367
|
operation: "list_subscriptions";
|
|
368
368
|
limit: number;
|
|
369
|
-
status?: "
|
|
369
|
+
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
370
370
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
371
371
|
customer?: string | undefined;
|
|
372
372
|
}, {
|
|
373
373
|
operation: "list_subscriptions";
|
|
374
|
-
status?: "
|
|
374
|
+
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
375
375
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
376
376
|
limit?: number | undefined;
|
|
377
377
|
customer?: string | undefined;
|
|
@@ -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
|
-
subscription_id: string;
|
|
386
385
|
cancel_at_period_end: boolean;
|
|
386
|
+
subscription_id: string;
|
|
387
387
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
388
388
|
}, {
|
|
389
389
|
operation: "cancel_subscription";
|
|
@@ -587,15 +587,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
587
587
|
}, "strip", import("zod").ZodTypeAny, {
|
|
588
588
|
name: string;
|
|
589
589
|
id: string;
|
|
590
|
-
active: boolean;
|
|
591
590
|
created: number;
|
|
591
|
+
active: boolean;
|
|
592
592
|
description?: string | null | undefined;
|
|
593
593
|
metadata?: Record<string, string> | undefined;
|
|
594
594
|
}, {
|
|
595
595
|
name: string;
|
|
596
596
|
id: string;
|
|
597
|
-
active: boolean;
|
|
598
597
|
created: number;
|
|
598
|
+
active: boolean;
|
|
599
599
|
description?: string | null | undefined;
|
|
600
600
|
metadata?: Record<string, string> | undefined;
|
|
601
601
|
}>>;
|
|
@@ -607,8 +607,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
607
607
|
product?: {
|
|
608
608
|
name: string;
|
|
609
609
|
id: string;
|
|
610
|
-
active: boolean;
|
|
611
610
|
created: number;
|
|
611
|
+
active: boolean;
|
|
612
612
|
description?: string | null | undefined;
|
|
613
613
|
metadata?: Record<string, string> | undefined;
|
|
614
614
|
} | undefined;
|
|
@@ -619,8 +619,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
619
619
|
product?: {
|
|
620
620
|
name: string;
|
|
621
621
|
id: string;
|
|
622
|
-
active: boolean;
|
|
623
622
|
created: number;
|
|
623
|
+
active: boolean;
|
|
624
624
|
description?: string | null | undefined;
|
|
625
625
|
metadata?: Record<string, string> | undefined;
|
|
626
626
|
} | undefined;
|
|
@@ -637,15 +637,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
637
637
|
}, "strip", import("zod").ZodTypeAny, {
|
|
638
638
|
name: string;
|
|
639
639
|
id: string;
|
|
640
|
-
active: boolean;
|
|
641
640
|
created: number;
|
|
641
|
+
active: boolean;
|
|
642
642
|
description?: string | null | undefined;
|
|
643
643
|
metadata?: Record<string, string> | undefined;
|
|
644
644
|
}, {
|
|
645
645
|
name: string;
|
|
646
646
|
id: string;
|
|
647
|
-
active: boolean;
|
|
648
647
|
created: number;
|
|
648
|
+
active: boolean;
|
|
649
649
|
description?: string | null | undefined;
|
|
650
650
|
metadata?: Record<string, string> | undefined;
|
|
651
651
|
}>, "many">>;
|
|
@@ -657,8 +657,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
657
657
|
products?: {
|
|
658
658
|
name: string;
|
|
659
659
|
id: string;
|
|
660
|
-
active: boolean;
|
|
661
660
|
created: number;
|
|
661
|
+
active: boolean;
|
|
662
662
|
description?: string | null | undefined;
|
|
663
663
|
metadata?: Record<string, string> | undefined;
|
|
664
664
|
}[] | undefined;
|
|
@@ -669,8 +669,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
669
669
|
products?: {
|
|
670
670
|
name: string;
|
|
671
671
|
id: string;
|
|
672
|
-
active: boolean;
|
|
673
672
|
created: number;
|
|
673
|
+
active: boolean;
|
|
674
674
|
description?: string | null | undefined;
|
|
675
675
|
metadata?: Record<string, string> | undefined;
|
|
676
676
|
}[] | undefined;
|
|
@@ -687,20 +687,20 @@ 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: "
|
|
690
|
+
type: "one_time" | "recurring";
|
|
691
691
|
id: string;
|
|
692
|
-
active: boolean;
|
|
693
692
|
created: number;
|
|
694
693
|
currency: string;
|
|
694
|
+
active: boolean;
|
|
695
695
|
product: string;
|
|
696
696
|
unit_amount: number | null;
|
|
697
697
|
metadata?: Record<string, string> | undefined;
|
|
698
698
|
}, {
|
|
699
|
-
type: "
|
|
699
|
+
type: "one_time" | "recurring";
|
|
700
700
|
id: string;
|
|
701
|
-
active: boolean;
|
|
702
701
|
created: number;
|
|
703
702
|
currency: string;
|
|
703
|
+
active: boolean;
|
|
704
704
|
product: string;
|
|
705
705
|
unit_amount: number | null;
|
|
706
706
|
metadata?: Record<string, string> | undefined;
|
|
@@ -711,11 +711,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
711
711
|
success: boolean;
|
|
712
712
|
operation: "create_price";
|
|
713
713
|
price?: {
|
|
714
|
-
type: "
|
|
714
|
+
type: "one_time" | "recurring";
|
|
715
715
|
id: string;
|
|
716
|
-
active: boolean;
|
|
717
716
|
created: number;
|
|
718
717
|
currency: string;
|
|
718
|
+
active: boolean;
|
|
719
719
|
product: string;
|
|
720
720
|
unit_amount: number | null;
|
|
721
721
|
metadata?: Record<string, string> | undefined;
|
|
@@ -725,11 +725,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
725
725
|
success: boolean;
|
|
726
726
|
operation: "create_price";
|
|
727
727
|
price?: {
|
|
728
|
-
type: "
|
|
728
|
+
type: "one_time" | "recurring";
|
|
729
729
|
id: string;
|
|
730
|
-
active: boolean;
|
|
731
730
|
created: number;
|
|
732
731
|
currency: string;
|
|
732
|
+
active: boolean;
|
|
733
733
|
product: string;
|
|
734
734
|
unit_amount: number | null;
|
|
735
735
|
metadata?: Record<string, string> | undefined;
|
|
@@ -747,20 +747,20 @@ 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: "
|
|
750
|
+
type: "one_time" | "recurring";
|
|
751
751
|
id: string;
|
|
752
|
-
active: boolean;
|
|
753
752
|
created: number;
|
|
754
753
|
currency: string;
|
|
754
|
+
active: boolean;
|
|
755
755
|
product: string;
|
|
756
756
|
unit_amount: number | null;
|
|
757
757
|
metadata?: Record<string, string> | undefined;
|
|
758
758
|
}, {
|
|
759
|
-
type: "
|
|
759
|
+
type: "one_time" | "recurring";
|
|
760
760
|
id: string;
|
|
761
|
-
active: boolean;
|
|
762
761
|
created: number;
|
|
763
762
|
currency: string;
|
|
763
|
+
active: boolean;
|
|
764
764
|
product: string;
|
|
765
765
|
unit_amount: number | null;
|
|
766
766
|
metadata?: Record<string, string> | undefined;
|
|
@@ -771,11 +771,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
771
771
|
success: boolean;
|
|
772
772
|
operation: "list_prices";
|
|
773
773
|
prices?: {
|
|
774
|
-
type: "
|
|
774
|
+
type: "one_time" | "recurring";
|
|
775
775
|
id: string;
|
|
776
|
-
active: boolean;
|
|
777
776
|
created: number;
|
|
778
777
|
currency: string;
|
|
778
|
+
active: boolean;
|
|
779
779
|
product: string;
|
|
780
780
|
unit_amount: number | null;
|
|
781
781
|
metadata?: Record<string, string> | undefined;
|
|
@@ -785,11 +785,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
785
785
|
success: boolean;
|
|
786
786
|
operation: "list_prices";
|
|
787
787
|
prices?: {
|
|
788
|
-
type: "
|
|
788
|
+
type: "one_time" | "recurring";
|
|
789
789
|
id: string;
|
|
790
|
-
active: boolean;
|
|
791
790
|
created: number;
|
|
792
791
|
currency: string;
|
|
792
|
+
active: boolean;
|
|
793
793
|
product: string;
|
|
794
794
|
unit_amount: number | null;
|
|
795
795
|
metadata?: Record<string, string> | undefined;
|
|
@@ -860,8 +860,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
860
860
|
currency: string;
|
|
861
861
|
customer: string | null;
|
|
862
862
|
metadata?: Record<string, string> | undefined;
|
|
863
|
-
due_date?: string | null | undefined;
|
|
864
863
|
created?: number | undefined;
|
|
864
|
+
due_date?: string | null | undefined;
|
|
865
865
|
hosted_invoice_url?: string | null | undefined;
|
|
866
866
|
invoice_pdf?: string | null | undefined;
|
|
867
867
|
}, {
|
|
@@ -871,8 +871,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
871
871
|
currency: string;
|
|
872
872
|
customer: string | null;
|
|
873
873
|
metadata?: Record<string, string> | undefined;
|
|
874
|
-
due_date?: string | null | undefined;
|
|
875
874
|
created?: number | undefined;
|
|
875
|
+
due_date?: string | null | undefined;
|
|
876
876
|
hosted_invoice_url?: string | null | undefined;
|
|
877
877
|
invoice_pdf?: string | null | undefined;
|
|
878
878
|
}>>;
|
|
@@ -888,8 +888,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
888
888
|
currency: string;
|
|
889
889
|
customer: string | null;
|
|
890
890
|
metadata?: Record<string, string> | undefined;
|
|
891
|
-
due_date?: string | null | undefined;
|
|
892
891
|
created?: number | undefined;
|
|
892
|
+
due_date?: string | null | undefined;
|
|
893
893
|
hosted_invoice_url?: string | null | undefined;
|
|
894
894
|
invoice_pdf?: string | null | undefined;
|
|
895
895
|
} | undefined;
|
|
@@ -904,8 +904,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
904
904
|
currency: string;
|
|
905
905
|
customer: string | null;
|
|
906
906
|
metadata?: Record<string, string> | undefined;
|
|
907
|
-
due_date?: string | null | undefined;
|
|
908
907
|
created?: number | undefined;
|
|
908
|
+
due_date?: string | null | undefined;
|
|
909
909
|
hosted_invoice_url?: string | null | undefined;
|
|
910
910
|
invoice_pdf?: string | null | undefined;
|
|
911
911
|
} | undefined;
|
|
@@ -930,8 +930,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
930
930
|
currency: string;
|
|
931
931
|
customer: string | null;
|
|
932
932
|
metadata?: Record<string, string> | undefined;
|
|
933
|
-
due_date?: string | null | undefined;
|
|
934
933
|
created?: number | undefined;
|
|
934
|
+
due_date?: string | null | undefined;
|
|
935
935
|
hosted_invoice_url?: string | null | undefined;
|
|
936
936
|
invoice_pdf?: string | null | undefined;
|
|
937
937
|
}, {
|
|
@@ -941,8 +941,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
941
941
|
currency: string;
|
|
942
942
|
customer: string | null;
|
|
943
943
|
metadata?: Record<string, string> | undefined;
|
|
944
|
-
due_date?: string | null | undefined;
|
|
945
944
|
created?: number | undefined;
|
|
945
|
+
due_date?: string | null | undefined;
|
|
946
946
|
hosted_invoice_url?: string | null | undefined;
|
|
947
947
|
invoice_pdf?: string | null | undefined;
|
|
948
948
|
}>, "many">>;
|
|
@@ -962,8 +962,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
962
962
|
currency: string;
|
|
963
963
|
customer: string | null;
|
|
964
964
|
metadata?: Record<string, string> | undefined;
|
|
965
|
-
due_date?: string | null | undefined;
|
|
966
965
|
created?: number | undefined;
|
|
966
|
+
due_date?: string | null | undefined;
|
|
967
967
|
hosted_invoice_url?: string | null | undefined;
|
|
968
968
|
invoice_pdf?: string | null | undefined;
|
|
969
969
|
}[] | undefined;
|
|
@@ -980,8 +980,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
980
980
|
currency: string;
|
|
981
981
|
customer: string | null;
|
|
982
982
|
metadata?: Record<string, string> | undefined;
|
|
983
|
-
due_date?: string | null | undefined;
|
|
984
983
|
created?: number | undefined;
|
|
984
|
+
due_date?: string | null | undefined;
|
|
985
985
|
hosted_invoice_url?: string | null | undefined;
|
|
986
986
|
invoice_pdf?: string | null | undefined;
|
|
987
987
|
}[] | undefined;
|
|
@@ -1006,8 +1006,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1006
1006
|
currency: string;
|
|
1007
1007
|
customer: string | null;
|
|
1008
1008
|
metadata?: Record<string, string> | undefined;
|
|
1009
|
-
due_date?: string | null | undefined;
|
|
1010
1009
|
created?: number | undefined;
|
|
1010
|
+
due_date?: string | null | undefined;
|
|
1011
1011
|
hosted_invoice_url?: string | null | undefined;
|
|
1012
1012
|
invoice_pdf?: string | null | undefined;
|
|
1013
1013
|
}, {
|
|
@@ -1017,8 +1017,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1017
1017
|
currency: string;
|
|
1018
1018
|
customer: string | null;
|
|
1019
1019
|
metadata?: Record<string, string> | undefined;
|
|
1020
|
-
due_date?: string | null | undefined;
|
|
1021
1020
|
created?: number | undefined;
|
|
1021
|
+
due_date?: string | null | undefined;
|
|
1022
1022
|
hosted_invoice_url?: string | null | undefined;
|
|
1023
1023
|
invoice_pdf?: string | null | undefined;
|
|
1024
1024
|
}>>;
|
|
@@ -1034,8 +1034,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1034
1034
|
currency: string;
|
|
1035
1035
|
customer: string | null;
|
|
1036
1036
|
metadata?: Record<string, string> | undefined;
|
|
1037
|
-
due_date?: string | null | undefined;
|
|
1038
1037
|
created?: number | undefined;
|
|
1038
|
+
due_date?: string | null | undefined;
|
|
1039
1039
|
hosted_invoice_url?: string | null | undefined;
|
|
1040
1040
|
invoice_pdf?: string | null | undefined;
|
|
1041
1041
|
} | undefined;
|
|
@@ -1050,8 +1050,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1050
1050
|
currency: string;
|
|
1051
1051
|
customer: string | null;
|
|
1052
1052
|
metadata?: Record<string, string> | undefined;
|
|
1053
|
-
due_date?: string | null | undefined;
|
|
1054
1053
|
created?: number | undefined;
|
|
1054
|
+
due_date?: string | null | undefined;
|
|
1055
1055
|
hosted_invoice_url?: string | null | undefined;
|
|
1056
1056
|
invoice_pdf?: string | null | undefined;
|
|
1057
1057
|
} | undefined;
|
|
@@ -1076,8 +1076,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1076
1076
|
currency: string;
|
|
1077
1077
|
customer: string | null;
|
|
1078
1078
|
metadata?: Record<string, string> | undefined;
|
|
1079
|
-
due_date?: string | null | undefined;
|
|
1080
1079
|
created?: number | undefined;
|
|
1080
|
+
due_date?: string | null | undefined;
|
|
1081
1081
|
hosted_invoice_url?: string | null | undefined;
|
|
1082
1082
|
invoice_pdf?: string | null | undefined;
|
|
1083
1083
|
}, {
|
|
@@ -1087,8 +1087,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1087
1087
|
currency: string;
|
|
1088
1088
|
customer: string | null;
|
|
1089
1089
|
metadata?: Record<string, string> | undefined;
|
|
1090
|
-
due_date?: string | null | undefined;
|
|
1091
1090
|
created?: number | undefined;
|
|
1091
|
+
due_date?: string | null | undefined;
|
|
1092
1092
|
hosted_invoice_url?: string | null | undefined;
|
|
1093
1093
|
invoice_pdf?: string | null | undefined;
|
|
1094
1094
|
}>>;
|
|
@@ -1104,8 +1104,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1104
1104
|
currency: string;
|
|
1105
1105
|
customer: string | null;
|
|
1106
1106
|
metadata?: Record<string, string> | undefined;
|
|
1107
|
-
due_date?: string | null | undefined;
|
|
1108
1107
|
created?: number | undefined;
|
|
1108
|
+
due_date?: string | null | undefined;
|
|
1109
1109
|
hosted_invoice_url?: string | null | undefined;
|
|
1110
1110
|
invoice_pdf?: string | null | undefined;
|
|
1111
1111
|
} | undefined;
|
|
@@ -1120,8 +1120,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1120
1120
|
currency: string;
|
|
1121
1121
|
customer: string | null;
|
|
1122
1122
|
metadata?: Record<string, string> | undefined;
|
|
1123
|
-
due_date?: string | null | undefined;
|
|
1124
1123
|
created?: number | undefined;
|
|
1124
|
+
due_date?: string | null | undefined;
|
|
1125
1125
|
hosted_invoice_url?: string | null | undefined;
|
|
1126
1126
|
invoice_pdf?: string | null | undefined;
|
|
1127
1127
|
} | undefined;
|
|
@@ -1216,8 +1216,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1216
1216
|
currency: string;
|
|
1217
1217
|
customer: string | null;
|
|
1218
1218
|
metadata?: Record<string, string> | undefined;
|
|
1219
|
-
due_date?: string | null | undefined;
|
|
1220
1219
|
created?: number | undefined;
|
|
1220
|
+
due_date?: string | null | undefined;
|
|
1221
1221
|
hosted_invoice_url?: string | null | undefined;
|
|
1222
1222
|
invoice_pdf?: string | null | undefined;
|
|
1223
1223
|
}, {
|
|
@@ -1227,8 +1227,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1227
1227
|
currency: string;
|
|
1228
1228
|
customer: string | null;
|
|
1229
1229
|
metadata?: Record<string, string> | undefined;
|
|
1230
|
-
due_date?: string | null | undefined;
|
|
1231
1230
|
created?: number | undefined;
|
|
1231
|
+
due_date?: string | null | undefined;
|
|
1232
1232
|
hosted_invoice_url?: string | null | undefined;
|
|
1233
1233
|
invoice_pdf?: string | null | undefined;
|
|
1234
1234
|
}>>;
|
|
@@ -1244,8 +1244,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1244
1244
|
currency: string;
|
|
1245
1245
|
customer: string | null;
|
|
1246
1246
|
metadata?: Record<string, string> | undefined;
|
|
1247
|
-
due_date?: string | null | undefined;
|
|
1248
1247
|
created?: number | undefined;
|
|
1248
|
+
due_date?: string | null | undefined;
|
|
1249
1249
|
hosted_invoice_url?: string | null | undefined;
|
|
1250
1250
|
invoice_pdf?: string | null | undefined;
|
|
1251
1251
|
} | undefined;
|
|
@@ -1260,8 +1260,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1260
1260
|
currency: string;
|
|
1261
1261
|
customer: string | null;
|
|
1262
1262
|
metadata?: Record<string, string> | undefined;
|
|
1263
|
-
due_date?: string | null | undefined;
|
|
1264
1263
|
created?: number | undefined;
|
|
1264
|
+
due_date?: string | null | undefined;
|
|
1265
1265
|
hosted_invoice_url?: string | null | undefined;
|
|
1266
1266
|
invoice_pdf?: string | null | undefined;
|
|
1267
1267
|
} | undefined;
|
|
@@ -1405,7 +1405,7 @@ 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: "
|
|
1408
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1409
1409
|
id: string;
|
|
1410
1410
|
created: number;
|
|
1411
1411
|
customer: string;
|
|
@@ -1414,7 +1414,7 @@ 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: "
|
|
1417
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1418
1418
|
id: string;
|
|
1419
1419
|
created: number;
|
|
1420
1420
|
customer: string;
|
|
@@ -1429,7 +1429,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1429
1429
|
success: boolean;
|
|
1430
1430
|
operation: "list_subscriptions";
|
|
1431
1431
|
subscriptions?: {
|
|
1432
|
-
status: "
|
|
1432
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1433
1433
|
id: string;
|
|
1434
1434
|
created: number;
|
|
1435
1435
|
customer: string;
|
|
@@ -1443,7 +1443,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1443
1443
|
success: boolean;
|
|
1444
1444
|
operation: "list_subscriptions";
|
|
1445
1445
|
subscriptions?: {
|
|
1446
|
-
status: "
|
|
1446
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1447
1447
|
id: string;
|
|
1448
1448
|
created: number;
|
|
1449
1449
|
customer: string;
|
|
@@ -1465,7 +1465,7 @@ 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: "
|
|
1468
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1469
1469
|
id: string;
|
|
1470
1470
|
created: number;
|
|
1471
1471
|
customer: string;
|
|
@@ -1474,7 +1474,7 @@ 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: "
|
|
1477
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1478
1478
|
id: string;
|
|
1479
1479
|
created: number;
|
|
1480
1480
|
customer: string;
|
|
@@ -1489,7 +1489,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1489
1489
|
success: boolean;
|
|
1490
1490
|
operation: "cancel_subscription";
|
|
1491
1491
|
subscription?: {
|
|
1492
|
-
status: "
|
|
1492
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1493
1493
|
id: string;
|
|
1494
1494
|
created: number;
|
|
1495
1495
|
customer: string;
|
|
@@ -1503,7 +1503,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1503
1503
|
success: boolean;
|
|
1504
1504
|
operation: "cancel_subscription";
|
|
1505
1505
|
subscription?: {
|
|
1506
|
-
status: "
|
|
1506
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1507
1507
|
id: string;
|
|
1508
1508
|
created: number;
|
|
1509
1509
|
customer: string;
|
|
@@ -1570,7 +1570,7 @@ 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: "
|
|
1573
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1574
1574
|
id: string;
|
|
1575
1575
|
created: number;
|
|
1576
1576
|
customer: string;
|
|
@@ -1579,7 +1579,7 @@ 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: "
|
|
1582
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1583
1583
|
id: string;
|
|
1584
1584
|
created: number;
|
|
1585
1585
|
customer: string;
|
|
@@ -1594,7 +1594,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1594
1594
|
success: boolean;
|
|
1595
1595
|
operation: "create_subscription";
|
|
1596
1596
|
subscription?: {
|
|
1597
|
-
status: "
|
|
1597
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1598
1598
|
id: string;
|
|
1599
1599
|
created: number;
|
|
1600
1600
|
customer: string;
|
|
@@ -1608,7 +1608,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1608
1608
|
success: boolean;
|
|
1609
1609
|
operation: "create_subscription";
|
|
1610
1610
|
subscription?: {
|
|
1611
|
-
status: "
|
|
1611
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1612
1612
|
id: string;
|
|
1613
1613
|
created: number;
|
|
1614
1614
|
customer: string;
|