@bubblelab/bubble-core 0.1.55 → 0.1.56
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 +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -46,14 +46,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
46
46
|
}, "strip", import("zod").ZodTypeAny, {
|
|
47
47
|
name: string;
|
|
48
48
|
operation: "create_customer";
|
|
49
|
-
email?: string | undefined;
|
|
50
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
+
email?: string | undefined;
|
|
51
51
|
metadata?: Record<string, string> | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
name: string;
|
|
54
54
|
operation: "create_customer";
|
|
55
|
-
email?: string | undefined;
|
|
56
55
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
56
|
+
email?: string | undefined;
|
|
57
57
|
metadata?: Record<string, string> | undefined;
|
|
58
58
|
}>, import("zod").ZodObject<{
|
|
59
59
|
operation: import("zod").ZodLiteral<"list_customers">;
|
|
@@ -63,12 +63,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
63
63
|
}, "strip", import("zod").ZodTypeAny, {
|
|
64
64
|
operation: "list_customers";
|
|
65
65
|
limit: number;
|
|
66
|
-
email?: string | undefined;
|
|
67
66
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
67
|
+
email?: string | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
operation: "list_customers";
|
|
70
|
-
email?: string | undefined;
|
|
71
70
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
71
|
+
email?: string | undefined;
|
|
72
72
|
limit?: number | undefined;
|
|
73
73
|
}>, import("zod").ZodObject<{
|
|
74
74
|
operation: import("zod").ZodLiteral<"create_product">;
|
|
@@ -101,8 +101,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
101
101
|
}, {
|
|
102
102
|
operation: "list_products";
|
|
103
103
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
104
|
-
active?: boolean | undefined;
|
|
105
104
|
limit?: number | undefined;
|
|
105
|
+
active?: boolean | undefined;
|
|
106
106
|
}>, import("zod").ZodObject<{
|
|
107
107
|
operation: import("zod").ZodLiteral<"create_price">;
|
|
108
108
|
product: import("zod").ZodString;
|
|
@@ -112,23 +112,23 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
112
112
|
interval: import("zod").ZodEnum<["day", "week", "month", "year"]>;
|
|
113
113
|
interval_count: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
114
114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
115
|
-
interval: "
|
|
115
|
+
interval: "week" | "month" | "year" | "day";
|
|
116
116
|
interval_count: number;
|
|
117
117
|
}, {
|
|
118
|
-
interval: "
|
|
118
|
+
interval: "week" | "month" | "year" | "day";
|
|
119
119
|
interval_count?: number | undefined;
|
|
120
120
|
}>>;
|
|
121
121
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
122
122
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
123
123
|
}, "strip", import("zod").ZodTypeAny, {
|
|
124
124
|
operation: "create_price";
|
|
125
|
+
currency: string;
|
|
125
126
|
product: string;
|
|
126
127
|
unit_amount: number;
|
|
127
|
-
currency: string;
|
|
128
128
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
129
129
|
metadata?: Record<string, string> | undefined;
|
|
130
130
|
recurring?: {
|
|
131
|
-
interval: "
|
|
131
|
+
interval: "week" | "month" | "year" | "day";
|
|
132
132
|
interval_count: number;
|
|
133
133
|
} | undefined;
|
|
134
134
|
}, {
|
|
@@ -139,7 +139,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
139
139
|
metadata?: Record<string, string> | undefined;
|
|
140
140
|
currency?: string | undefined;
|
|
141
141
|
recurring?: {
|
|
142
|
-
interval: "
|
|
142
|
+
interval: "week" | "month" | "year" | "day";
|
|
143
143
|
interval_count?: number | undefined;
|
|
144
144
|
} | undefined;
|
|
145
145
|
}>, import("zod").ZodObject<{
|
|
@@ -157,9 +157,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
157
157
|
}, {
|
|
158
158
|
operation: "list_prices";
|
|
159
159
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
|
+
limit?: number | undefined;
|
|
160
161
|
active?: boolean | undefined;
|
|
161
162
|
product?: string | undefined;
|
|
162
|
-
limit?: number | undefined;
|
|
163
163
|
}>, import("zod").ZodObject<{
|
|
164
164
|
operation: import("zod").ZodLiteral<"create_payment_link">;
|
|
165
165
|
price: import("zod").ZodString;
|
|
@@ -221,8 +221,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
221
221
|
operation: "list_invoices";
|
|
222
222
|
status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
|
|
223
223
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
224
|
-
customer?: string | undefined;
|
|
225
224
|
limit?: number | undefined;
|
|
225
|
+
customer?: string | undefined;
|
|
226
226
|
}>, import("zod").ZodObject<{
|
|
227
227
|
operation: import("zod").ZodLiteral<"retrieve_invoice">;
|
|
228
228
|
invoice_id: import("zod").ZodString;
|
|
@@ -272,8 +272,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
272
272
|
}, {
|
|
273
273
|
operation: "list_payment_intents";
|
|
274
274
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
275
|
-
customer?: string | undefined;
|
|
276
275
|
limit?: number | undefined;
|
|
276
|
+
customer?: string | undefined;
|
|
277
277
|
}>, import("zod").ZodObject<{
|
|
278
278
|
operation: import("zod").ZodLiteral<"list_subscriptions">;
|
|
279
279
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
@@ -283,15 +283,15 @@ 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?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "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?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
292
292
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
293
|
-
customer?: string | undefined;
|
|
294
293
|
limit?: number | undefined;
|
|
294
|
+
customer?: string | undefined;
|
|
295
295
|
}>, import("zod").ZodObject<{
|
|
296
296
|
operation: import("zod").ZodLiteral<"cancel_subscription">;
|
|
297
297
|
subscription_id: import("zod").ZodString;
|
|
@@ -320,8 +320,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
320
320
|
}, {
|
|
321
321
|
operation: "list_payment_links";
|
|
322
322
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
323
|
-
active?: boolean | undefined;
|
|
324
323
|
limit?: number | undefined;
|
|
324
|
+
active?: boolean | undefined;
|
|
325
325
|
}>, import("zod").ZodObject<{
|
|
326
326
|
operation: import("zod").ZodLiteral<"create_subscription">;
|
|
327
327
|
customer: import("zod").ZodString;
|
|
@@ -332,16 +332,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
332
332
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
333
333
|
}, "strip", import("zod").ZodTypeAny, {
|
|
334
334
|
operation: "create_subscription";
|
|
335
|
-
customer: string;
|
|
336
335
|
price: string;
|
|
336
|
+
customer: string;
|
|
337
337
|
payment_behavior: "default_incomplete" | "error_if_incomplete" | "allow_incomplete";
|
|
338
338
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
339
339
|
metadata?: Record<string, string> | undefined;
|
|
340
340
|
trial_period_days?: number | undefined;
|
|
341
341
|
}, {
|
|
342
342
|
operation: "create_subscription";
|
|
343
|
-
customer: string;
|
|
344
343
|
price: string;
|
|
344
|
+
customer: string;
|
|
345
345
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
346
346
|
metadata?: Record<string, string> | undefined;
|
|
347
347
|
trial_period_days?: number | undefined;
|
|
@@ -553,19 +553,19 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
553
553
|
type: "one_time" | "recurring";
|
|
554
554
|
id: string;
|
|
555
555
|
created: number;
|
|
556
|
+
currency: string;
|
|
556
557
|
active: boolean;
|
|
557
558
|
product: string;
|
|
558
559
|
unit_amount: number | null;
|
|
559
|
-
currency: string;
|
|
560
560
|
metadata?: Record<string, string> | undefined;
|
|
561
561
|
}, {
|
|
562
562
|
type: "one_time" | "recurring";
|
|
563
563
|
id: string;
|
|
564
564
|
created: number;
|
|
565
|
+
currency: string;
|
|
565
566
|
active: boolean;
|
|
566
567
|
product: string;
|
|
567
568
|
unit_amount: number | null;
|
|
568
|
-
currency: string;
|
|
569
569
|
metadata?: Record<string, string> | undefined;
|
|
570
570
|
}>>;
|
|
571
571
|
error: import("zod").ZodString;
|
|
@@ -577,10 +577,10 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
577
577
|
type: "one_time" | "recurring";
|
|
578
578
|
id: string;
|
|
579
579
|
created: number;
|
|
580
|
+
currency: string;
|
|
580
581
|
active: boolean;
|
|
581
582
|
product: string;
|
|
582
583
|
unit_amount: number | null;
|
|
583
|
-
currency: string;
|
|
584
584
|
metadata?: Record<string, string> | undefined;
|
|
585
585
|
} | undefined;
|
|
586
586
|
}, {
|
|
@@ -591,10 +591,10 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
591
591
|
type: "one_time" | "recurring";
|
|
592
592
|
id: string;
|
|
593
593
|
created: number;
|
|
594
|
+
currency: string;
|
|
594
595
|
active: boolean;
|
|
595
596
|
product: string;
|
|
596
597
|
unit_amount: number | null;
|
|
597
|
-
currency: string;
|
|
598
598
|
metadata?: Record<string, string> | undefined;
|
|
599
599
|
} | undefined;
|
|
600
600
|
}>, import("zod").ZodObject<{
|
|
@@ -613,19 +613,19 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
613
613
|
type: "one_time" | "recurring";
|
|
614
614
|
id: string;
|
|
615
615
|
created: number;
|
|
616
|
+
currency: string;
|
|
616
617
|
active: boolean;
|
|
617
618
|
product: string;
|
|
618
619
|
unit_amount: number | null;
|
|
619
|
-
currency: string;
|
|
620
620
|
metadata?: Record<string, string> | undefined;
|
|
621
621
|
}, {
|
|
622
622
|
type: "one_time" | "recurring";
|
|
623
623
|
id: string;
|
|
624
624
|
created: number;
|
|
625
|
+
currency: string;
|
|
625
626
|
active: boolean;
|
|
626
627
|
product: string;
|
|
627
628
|
unit_amount: number | null;
|
|
628
|
-
currency: string;
|
|
629
629
|
metadata?: Record<string, string> | undefined;
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
error: import("zod").ZodString;
|
|
@@ -637,10 +637,10 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
637
637
|
type: "one_time" | "recurring";
|
|
638
638
|
id: string;
|
|
639
639
|
created: number;
|
|
640
|
+
currency: string;
|
|
640
641
|
active: boolean;
|
|
641
642
|
product: string;
|
|
642
643
|
unit_amount: number | null;
|
|
643
|
-
currency: string;
|
|
644
644
|
metadata?: Record<string, string> | undefined;
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
}, {
|
|
@@ -651,10 +651,10 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
651
651
|
type: "one_time" | "recurring";
|
|
652
652
|
id: string;
|
|
653
653
|
created: number;
|
|
654
|
+
currency: string;
|
|
654
655
|
active: boolean;
|
|
655
656
|
product: string;
|
|
656
657
|
unit_amount: number | null;
|
|
657
|
-
currency: string;
|
|
658
658
|
metadata?: Record<string, string> | undefined;
|
|
659
659
|
}[] | undefined;
|
|
660
660
|
}>, import("zod").ZodObject<{
|
|
@@ -670,14 +670,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
670
670
|
url: string;
|
|
671
671
|
id: string;
|
|
672
672
|
active: boolean;
|
|
673
|
-
created?: number | undefined;
|
|
674
673
|
metadata?: Record<string, string> | undefined;
|
|
674
|
+
created?: number | undefined;
|
|
675
675
|
}, {
|
|
676
676
|
url: string;
|
|
677
677
|
id: string;
|
|
678
678
|
active: boolean;
|
|
679
|
-
created?: number | undefined;
|
|
680
679
|
metadata?: Record<string, string> | undefined;
|
|
680
|
+
created?: number | undefined;
|
|
681
681
|
}>>;
|
|
682
682
|
error: import("zod").ZodString;
|
|
683
683
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -688,8 +688,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
688
688
|
url: string;
|
|
689
689
|
id: string;
|
|
690
690
|
active: boolean;
|
|
691
|
-
created?: number | undefined;
|
|
692
691
|
metadata?: Record<string, string> | undefined;
|
|
692
|
+
created?: number | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}, {
|
|
695
695
|
error: string;
|
|
@@ -699,8 +699,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
699
699
|
url: string;
|
|
700
700
|
id: string;
|
|
701
701
|
active: boolean;
|
|
702
|
-
created?: number | undefined;
|
|
703
702
|
metadata?: Record<string, string> | undefined;
|
|
703
|
+
created?: number | undefined;
|
|
704
704
|
} | undefined;
|
|
705
705
|
}>, import("zod").ZodObject<{
|
|
706
706
|
operation: import("zod").ZodLiteral<"create_invoice">;
|
|
@@ -719,22 +719,22 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
719
719
|
}, "strip", import("zod").ZodTypeAny, {
|
|
720
720
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
721
721
|
id: string;
|
|
722
|
+
total: number;
|
|
722
723
|
currency: string;
|
|
723
724
|
customer: string | null;
|
|
724
|
-
total: number;
|
|
725
|
-
created?: number | undefined;
|
|
726
725
|
metadata?: Record<string, string> | undefined;
|
|
726
|
+
created?: number | undefined;
|
|
727
727
|
due_date?: string | null | undefined;
|
|
728
728
|
hosted_invoice_url?: string | null | undefined;
|
|
729
729
|
invoice_pdf?: string | null | undefined;
|
|
730
730
|
}, {
|
|
731
731
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
732
732
|
id: string;
|
|
733
|
+
total: number;
|
|
733
734
|
currency: string;
|
|
734
735
|
customer: string | null;
|
|
735
|
-
total: number;
|
|
736
|
-
created?: number | undefined;
|
|
737
736
|
metadata?: Record<string, string> | undefined;
|
|
737
|
+
created?: number | undefined;
|
|
738
738
|
due_date?: string | null | undefined;
|
|
739
739
|
hosted_invoice_url?: string | null | undefined;
|
|
740
740
|
invoice_pdf?: string | null | undefined;
|
|
@@ -747,11 +747,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
747
747
|
invoice?: {
|
|
748
748
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
749
749
|
id: string;
|
|
750
|
+
total: number;
|
|
750
751
|
currency: string;
|
|
751
752
|
customer: string | null;
|
|
752
|
-
total: number;
|
|
753
|
-
created?: number | undefined;
|
|
754
753
|
metadata?: Record<string, string> | undefined;
|
|
754
|
+
created?: number | undefined;
|
|
755
755
|
due_date?: string | null | undefined;
|
|
756
756
|
hosted_invoice_url?: string | null | undefined;
|
|
757
757
|
invoice_pdf?: string | null | undefined;
|
|
@@ -763,11 +763,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
763
763
|
invoice?: {
|
|
764
764
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
765
765
|
id: string;
|
|
766
|
+
total: number;
|
|
766
767
|
currency: string;
|
|
767
768
|
customer: string | null;
|
|
768
|
-
total: number;
|
|
769
|
-
created?: number | undefined;
|
|
770
769
|
metadata?: Record<string, string> | undefined;
|
|
770
|
+
created?: number | undefined;
|
|
771
771
|
due_date?: string | null | undefined;
|
|
772
772
|
hosted_invoice_url?: string | null | undefined;
|
|
773
773
|
invoice_pdf?: string | null | undefined;
|
|
@@ -789,22 +789,22 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
789
789
|
}, "strip", import("zod").ZodTypeAny, {
|
|
790
790
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
791
791
|
id: string;
|
|
792
|
+
total: number;
|
|
792
793
|
currency: string;
|
|
793
794
|
customer: string | null;
|
|
794
|
-
total: number;
|
|
795
|
-
created?: number | undefined;
|
|
796
795
|
metadata?: Record<string, string> | undefined;
|
|
796
|
+
created?: number | undefined;
|
|
797
797
|
due_date?: string | null | undefined;
|
|
798
798
|
hosted_invoice_url?: string | null | undefined;
|
|
799
799
|
invoice_pdf?: string | null | undefined;
|
|
800
800
|
}, {
|
|
801
801
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
802
802
|
id: string;
|
|
803
|
+
total: number;
|
|
803
804
|
currency: string;
|
|
804
805
|
customer: string | null;
|
|
805
|
-
total: number;
|
|
806
|
-
created?: number | undefined;
|
|
807
806
|
metadata?: Record<string, string> | undefined;
|
|
807
|
+
created?: number | undefined;
|
|
808
808
|
due_date?: string | null | undefined;
|
|
809
809
|
hosted_invoice_url?: string | null | undefined;
|
|
810
810
|
invoice_pdf?: string | null | undefined;
|
|
@@ -817,11 +817,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
817
817
|
invoices?: {
|
|
818
818
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
819
819
|
id: string;
|
|
820
|
+
total: number;
|
|
820
821
|
currency: string;
|
|
821
822
|
customer: string | null;
|
|
822
|
-
total: number;
|
|
823
|
-
created?: number | undefined;
|
|
824
823
|
metadata?: Record<string, string> | undefined;
|
|
824
|
+
created?: number | undefined;
|
|
825
825
|
due_date?: string | null | undefined;
|
|
826
826
|
hosted_invoice_url?: string | null | undefined;
|
|
827
827
|
invoice_pdf?: string | null | undefined;
|
|
@@ -833,11 +833,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
833
833
|
invoices?: {
|
|
834
834
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
835
835
|
id: string;
|
|
836
|
+
total: number;
|
|
836
837
|
currency: string;
|
|
837
838
|
customer: string | null;
|
|
838
|
-
total: number;
|
|
839
|
-
created?: number | undefined;
|
|
840
839
|
metadata?: Record<string, string> | undefined;
|
|
840
|
+
created?: number | undefined;
|
|
841
841
|
due_date?: string | null | undefined;
|
|
842
842
|
hosted_invoice_url?: string | null | undefined;
|
|
843
843
|
invoice_pdf?: string | null | undefined;
|
|
@@ -859,22 +859,22 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
859
859
|
}, "strip", import("zod").ZodTypeAny, {
|
|
860
860
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
861
861
|
id: string;
|
|
862
|
+
total: number;
|
|
862
863
|
currency: string;
|
|
863
864
|
customer: string | null;
|
|
864
|
-
total: number;
|
|
865
|
-
created?: number | undefined;
|
|
866
865
|
metadata?: Record<string, string> | undefined;
|
|
866
|
+
created?: number | undefined;
|
|
867
867
|
due_date?: string | null | undefined;
|
|
868
868
|
hosted_invoice_url?: string | null | undefined;
|
|
869
869
|
invoice_pdf?: string | null | undefined;
|
|
870
870
|
}, {
|
|
871
871
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
872
872
|
id: string;
|
|
873
|
+
total: number;
|
|
873
874
|
currency: string;
|
|
874
875
|
customer: string | null;
|
|
875
|
-
total: number;
|
|
876
|
-
created?: number | undefined;
|
|
877
876
|
metadata?: Record<string, string> | undefined;
|
|
877
|
+
created?: number | undefined;
|
|
878
878
|
due_date?: string | null | undefined;
|
|
879
879
|
hosted_invoice_url?: string | null | undefined;
|
|
880
880
|
invoice_pdf?: string | null | undefined;
|
|
@@ -887,11 +887,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
887
887
|
invoice?: {
|
|
888
888
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
889
889
|
id: string;
|
|
890
|
+
total: number;
|
|
890
891
|
currency: string;
|
|
891
892
|
customer: string | null;
|
|
892
|
-
total: number;
|
|
893
|
-
created?: number | undefined;
|
|
894
893
|
metadata?: Record<string, string> | undefined;
|
|
894
|
+
created?: number | undefined;
|
|
895
895
|
due_date?: string | null | undefined;
|
|
896
896
|
hosted_invoice_url?: string | null | undefined;
|
|
897
897
|
invoice_pdf?: string | null | undefined;
|
|
@@ -903,11 +903,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
903
903
|
invoice?: {
|
|
904
904
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
905
905
|
id: string;
|
|
906
|
+
total: number;
|
|
906
907
|
currency: string;
|
|
907
908
|
customer: string | null;
|
|
908
|
-
total: number;
|
|
909
|
-
created?: number | undefined;
|
|
910
909
|
metadata?: Record<string, string> | undefined;
|
|
910
|
+
created?: number | undefined;
|
|
911
911
|
due_date?: string | null | undefined;
|
|
912
912
|
hosted_invoice_url?: string | null | undefined;
|
|
913
913
|
invoice_pdf?: string | null | undefined;
|
|
@@ -929,22 +929,22 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
929
929
|
}, "strip", import("zod").ZodTypeAny, {
|
|
930
930
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
931
931
|
id: string;
|
|
932
|
+
total: number;
|
|
932
933
|
currency: string;
|
|
933
934
|
customer: string | null;
|
|
934
|
-
total: number;
|
|
935
|
-
created?: number | undefined;
|
|
936
935
|
metadata?: Record<string, string> | undefined;
|
|
936
|
+
created?: number | undefined;
|
|
937
937
|
due_date?: string | null | undefined;
|
|
938
938
|
hosted_invoice_url?: string | null | undefined;
|
|
939
939
|
invoice_pdf?: string | null | undefined;
|
|
940
940
|
}, {
|
|
941
941
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
942
942
|
id: string;
|
|
943
|
+
total: number;
|
|
943
944
|
currency: string;
|
|
944
945
|
customer: string | null;
|
|
945
|
-
total: number;
|
|
946
|
-
created?: number | undefined;
|
|
947
946
|
metadata?: Record<string, string> | undefined;
|
|
947
|
+
created?: number | undefined;
|
|
948
948
|
due_date?: string | null | undefined;
|
|
949
949
|
hosted_invoice_url?: string | null | undefined;
|
|
950
950
|
invoice_pdf?: string | null | undefined;
|
|
@@ -957,11 +957,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
957
957
|
invoice?: {
|
|
958
958
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
959
959
|
id: string;
|
|
960
|
+
total: number;
|
|
960
961
|
currency: string;
|
|
961
962
|
customer: string | null;
|
|
962
|
-
total: number;
|
|
963
|
-
created?: number | undefined;
|
|
964
963
|
metadata?: Record<string, string> | undefined;
|
|
964
|
+
created?: number | undefined;
|
|
965
965
|
due_date?: string | null | undefined;
|
|
966
966
|
hosted_invoice_url?: string | null | undefined;
|
|
967
967
|
invoice_pdf?: string | null | undefined;
|
|
@@ -973,11 +973,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
973
973
|
invoice?: {
|
|
974
974
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
975
975
|
id: string;
|
|
976
|
+
total: number;
|
|
976
977
|
currency: string;
|
|
977
978
|
customer: string | null;
|
|
978
|
-
total: number;
|
|
979
|
-
created?: number | undefined;
|
|
980
979
|
metadata?: Record<string, string> | undefined;
|
|
980
|
+
created?: number | undefined;
|
|
981
981
|
due_date?: string | null | undefined;
|
|
982
982
|
hosted_invoice_url?: string | null | undefined;
|
|
983
983
|
invoice_pdf?: string | null | undefined;
|
|
@@ -1007,20 +1007,20 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1007
1007
|
amount: number;
|
|
1008
1008
|
}>, "many">;
|
|
1009
1009
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1010
|
-
|
|
1010
|
+
pending: {
|
|
1011
1011
|
currency: string;
|
|
1012
1012
|
amount: number;
|
|
1013
1013
|
}[];
|
|
1014
|
-
|
|
1014
|
+
available: {
|
|
1015
1015
|
currency: string;
|
|
1016
1016
|
amount: number;
|
|
1017
1017
|
}[];
|
|
1018
1018
|
}, {
|
|
1019
|
-
|
|
1019
|
+
pending: {
|
|
1020
1020
|
currency: string;
|
|
1021
1021
|
amount: number;
|
|
1022
1022
|
}[];
|
|
1023
|
-
|
|
1023
|
+
available: {
|
|
1024
1024
|
currency: string;
|
|
1025
1025
|
amount: number;
|
|
1026
1026
|
}[];
|
|
@@ -1031,11 +1031,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1031
1031
|
success: boolean;
|
|
1032
1032
|
operation: "get_balance";
|
|
1033
1033
|
balance?: {
|
|
1034
|
-
|
|
1034
|
+
pending: {
|
|
1035
1035
|
currency: string;
|
|
1036
1036
|
amount: number;
|
|
1037
1037
|
}[];
|
|
1038
|
-
|
|
1038
|
+
available: {
|
|
1039
1039
|
currency: string;
|
|
1040
1040
|
amount: number;
|
|
1041
1041
|
}[];
|
|
@@ -1045,11 +1045,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1045
1045
|
success: boolean;
|
|
1046
1046
|
operation: "get_balance";
|
|
1047
1047
|
balance?: {
|
|
1048
|
-
|
|
1048
|
+
pending: {
|
|
1049
1049
|
currency: string;
|
|
1050
1050
|
amount: number;
|
|
1051
1051
|
}[];
|
|
1052
|
-
|
|
1052
|
+
available: {
|
|
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: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "
|
|
1069
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "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: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "
|
|
1077
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1078
1078
|
id: string;
|
|
1079
1079
|
created: number;
|
|
1080
1080
|
currency: string;
|
|
@@ -1088,7 +1088,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1088
1088
|
success: boolean;
|
|
1089
1089
|
operation: "list_payment_intents";
|
|
1090
1090
|
payment_intents?: {
|
|
1091
|
-
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "
|
|
1091
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
1092
1092
|
id: string;
|
|
1093
1093
|
created: number;
|
|
1094
1094
|
currency: string;
|
|
@@ -1101,7 +1101,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1101
1101
|
success: boolean;
|
|
1102
1102
|
operation: "list_payment_intents";
|
|
1103
1103
|
payment_intents?: {
|
|
1104
|
-
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "
|
|
1104
|
+
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "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: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "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: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1135
1135
|
id: string;
|
|
1136
1136
|
created: number;
|
|
1137
1137
|
customer: string;
|
|
@@ -1146,7 +1146,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1146
1146
|
success: boolean;
|
|
1147
1147
|
operation: "list_subscriptions";
|
|
1148
1148
|
subscriptions?: {
|
|
1149
|
-
status: "
|
|
1149
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1150
1150
|
id: string;
|
|
1151
1151
|
created: number;
|
|
1152
1152
|
customer: string;
|
|
@@ -1160,7 +1160,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1160
1160
|
success: boolean;
|
|
1161
1161
|
operation: "list_subscriptions";
|
|
1162
1162
|
subscriptions?: {
|
|
1163
|
-
status: "
|
|
1163
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "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: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "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: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1195
1195
|
id: string;
|
|
1196
1196
|
created: number;
|
|
1197
1197
|
customer: string;
|
|
@@ -1206,7 +1206,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1206
1206
|
success: boolean;
|
|
1207
1207
|
operation: "cancel_subscription";
|
|
1208
1208
|
subscription?: {
|
|
1209
|
-
status: "
|
|
1209
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1210
1210
|
id: string;
|
|
1211
1211
|
created: number;
|
|
1212
1212
|
customer: string;
|
|
@@ -1220,7 +1220,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1220
1220
|
success: boolean;
|
|
1221
1221
|
operation: "cancel_subscription";
|
|
1222
1222
|
subscription?: {
|
|
1223
|
-
status: "
|
|
1223
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1224
1224
|
id: string;
|
|
1225
1225
|
created: number;
|
|
1226
1226
|
customer: string;
|
|
@@ -1242,14 +1242,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1242
1242
|
url: string;
|
|
1243
1243
|
id: string;
|
|
1244
1244
|
active: boolean;
|
|
1245
|
-
created?: number | undefined;
|
|
1246
1245
|
metadata?: Record<string, string> | undefined;
|
|
1246
|
+
created?: number | undefined;
|
|
1247
1247
|
}, {
|
|
1248
1248
|
url: string;
|
|
1249
1249
|
id: string;
|
|
1250
1250
|
active: boolean;
|
|
1251
|
-
created?: number | undefined;
|
|
1252
1251
|
metadata?: Record<string, string> | undefined;
|
|
1252
|
+
created?: number | undefined;
|
|
1253
1253
|
}>, "many">>;
|
|
1254
1254
|
error: import("zod").ZodString;
|
|
1255
1255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1260,8 +1260,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1260
1260
|
url: string;
|
|
1261
1261
|
id: string;
|
|
1262
1262
|
active: boolean;
|
|
1263
|
-
created?: number | undefined;
|
|
1264
1263
|
metadata?: Record<string, string> | undefined;
|
|
1264
|
+
created?: number | undefined;
|
|
1265
1265
|
}[] | undefined;
|
|
1266
1266
|
}, {
|
|
1267
1267
|
error: string;
|
|
@@ -1271,8 +1271,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1271
1271
|
url: string;
|
|
1272
1272
|
id: string;
|
|
1273
1273
|
active: boolean;
|
|
1274
|
-
created?: number | undefined;
|
|
1275
1274
|
metadata?: Record<string, string> | undefined;
|
|
1275
|
+
created?: number | 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: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "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: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1300
1300
|
id: string;
|
|
1301
1301
|
created: number;
|
|
1302
1302
|
customer: string;
|
|
@@ -1311,7 +1311,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1311
1311
|
success: boolean;
|
|
1312
1312
|
operation: "create_subscription";
|
|
1313
1313
|
subscription?: {
|
|
1314
|
-
status: "
|
|
1314
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1315
1315
|
id: string;
|
|
1316
1316
|
created: number;
|
|
1317
1317
|
customer: string;
|
|
@@ -1325,7 +1325,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1325
1325
|
success: boolean;
|
|
1326
1326
|
operation: "create_subscription";
|
|
1327
1327
|
subscription?: {
|
|
1328
|
-
status: "
|
|
1328
|
+
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
1329
1329
|
id: string;
|
|
1330
1330
|
created: number;
|
|
1331
1331
|
customer: string;
|