@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- 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 +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -44,14 +44,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
44
44
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
45
45
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
46
46
|
}, "strip", import("zod").ZodTypeAny, {
|
|
47
|
-
operation: "create_customer";
|
|
48
47
|
name: string;
|
|
48
|
+
operation: "create_customer";
|
|
49
49
|
email?: string | undefined;
|
|
50
50
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
51
51
|
metadata?: Record<string, string> | undefined;
|
|
52
52
|
}, {
|
|
53
|
-
operation: "create_customer";
|
|
54
53
|
name: string;
|
|
54
|
+
operation: "create_customer";
|
|
55
55
|
email?: string | undefined;
|
|
56
56
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
57
|
metadata?: Record<string, string> | undefined;
|
|
@@ -92,14 +92,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
92
92
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
93
93
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
94
94
|
}, "strip", import("zod").ZodTypeAny, {
|
|
95
|
-
operation: "create_product";
|
|
96
95
|
name: string;
|
|
96
|
+
operation: "create_product";
|
|
97
97
|
description?: string | undefined;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
99
|
metadata?: Record<string, string> | undefined;
|
|
100
100
|
}, {
|
|
101
|
-
operation: "create_product";
|
|
102
101
|
name: string;
|
|
102
|
+
operation: "create_product";
|
|
103
103
|
description?: string | undefined;
|
|
104
104
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
105
105
|
metadata?: Record<string, string> | undefined;
|
|
@@ -127,10 +127,10 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
127
127
|
interval: import("zod").ZodEnum<["day", "week", "month", "year"]>;
|
|
128
128
|
interval_count: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
129
129
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130
|
-
interval: "
|
|
130
|
+
interval: "week" | "month" | "year" | "day";
|
|
131
131
|
interval_count: number;
|
|
132
132
|
}, {
|
|
133
|
-
interval: "
|
|
133
|
+
interval: "week" | "month" | "year" | "day";
|
|
134
134
|
interval_count?: number | undefined;
|
|
135
135
|
}>>;
|
|
136
136
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
@@ -143,7 +143,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
143
143
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
144
144
|
metadata?: Record<string, string> | undefined;
|
|
145
145
|
recurring?: {
|
|
146
|
-
interval: "
|
|
146
|
+
interval: "week" | "month" | "year" | "day";
|
|
147
147
|
interval_count: number;
|
|
148
148
|
} | undefined;
|
|
149
149
|
}, {
|
|
@@ -154,7 +154,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
154
154
|
metadata?: Record<string, string> | undefined;
|
|
155
155
|
currency?: string | undefined;
|
|
156
156
|
recurring?: {
|
|
157
|
-
interval: "
|
|
157
|
+
interval: "week" | "month" | "year" | "day";
|
|
158
158
|
interval_count?: number | undefined;
|
|
159
159
|
} | undefined;
|
|
160
160
|
}>, import("zod").ZodObject<{
|
|
@@ -167,14 +167,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
167
167
|
operation: "list_prices";
|
|
168
168
|
limit: number;
|
|
169
169
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
170
|
-
active?: boolean | undefined;
|
|
171
170
|
product?: string | undefined;
|
|
171
|
+
active?: boolean | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
operation: "list_prices";
|
|
174
174
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
175
175
|
limit?: number | undefined;
|
|
176
|
-
active?: boolean | undefined;
|
|
177
176
|
product?: string | undefined;
|
|
177
|
+
active?: boolean | undefined;
|
|
178
178
|
}>, import("zod").ZodObject<{
|
|
179
179
|
operation: import("zod").ZodLiteral<"create_payment_link">;
|
|
180
180
|
price: import("zod").ZodString;
|
|
@@ -207,8 +207,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
207
207
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
208
208
|
quantity: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
209
209
|
}, "strip", import("zod").ZodTypeAny, {
|
|
210
|
-
unit_amount: number;
|
|
211
210
|
quantity: number;
|
|
211
|
+
unit_amount: number;
|
|
212
212
|
description?: string | undefined;
|
|
213
213
|
}, {
|
|
214
214
|
unit_amount: number;
|
|
@@ -223,8 +223,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
223
223
|
auto_advance: boolean;
|
|
224
224
|
collection_method: "charge_automatically" | "send_invoice";
|
|
225
225
|
items?: {
|
|
226
|
-
unit_amount: number;
|
|
227
226
|
quantity: number;
|
|
227
|
+
unit_amount: number;
|
|
228
228
|
description?: string | undefined;
|
|
229
229
|
}[] | undefined;
|
|
230
230
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -304,9 +304,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
304
304
|
}, "strip", import("zod").ZodTypeAny, {
|
|
305
305
|
operation: "create_invoice_item";
|
|
306
306
|
currency: string;
|
|
307
|
+
quantity: number;
|
|
307
308
|
unit_amount: number;
|
|
308
309
|
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;
|
|
@@ -319,8 +319,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
319
319
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
320
320
|
metadata?: Record<string, string> | undefined;
|
|
321
321
|
currency?: string | undefined;
|
|
322
|
-
invoice?: string | undefined;
|
|
323
322
|
quantity?: number | undefined;
|
|
323
|
+
invoice?: string | undefined;
|
|
324
324
|
}>, import("zod").ZodObject<{
|
|
325
325
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
326
326
|
invoice_id: import("zod").ZodString;
|
|
@@ -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?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
-
cancel_at_period_end: boolean;
|
|
386
385
|
subscription_id: string;
|
|
386
|
+
cancel_at_period_end: boolean;
|
|
387
387
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
388
388
|
}, {
|
|
389
389
|
operation: "cancel_subscription";
|
|
@@ -687,21 +687,21 @@ 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: "recurring" | "one_time";
|
|
691
691
|
id: string;
|
|
692
692
|
created: number;
|
|
693
693
|
currency: string;
|
|
694
|
-
active: boolean;
|
|
695
694
|
product: string;
|
|
695
|
+
active: boolean;
|
|
696
696
|
unit_amount: number | null;
|
|
697
697
|
metadata?: Record<string, string> | undefined;
|
|
698
698
|
}, {
|
|
699
|
-
type: "
|
|
699
|
+
type: "recurring" | "one_time";
|
|
700
700
|
id: string;
|
|
701
701
|
created: number;
|
|
702
702
|
currency: string;
|
|
703
|
-
active: boolean;
|
|
704
703
|
product: string;
|
|
704
|
+
active: boolean;
|
|
705
705
|
unit_amount: number | null;
|
|
706
706
|
metadata?: Record<string, string> | undefined;
|
|
707
707
|
}>>;
|
|
@@ -711,12 +711,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
711
711
|
error: string;
|
|
712
712
|
operation: "create_price";
|
|
713
713
|
price?: {
|
|
714
|
-
type: "
|
|
714
|
+
type: "recurring" | "one_time";
|
|
715
715
|
id: string;
|
|
716
716
|
created: number;
|
|
717
717
|
currency: string;
|
|
718
|
-
active: boolean;
|
|
719
718
|
product: string;
|
|
719
|
+
active: boolean;
|
|
720
720
|
unit_amount: number | null;
|
|
721
721
|
metadata?: Record<string, string> | undefined;
|
|
722
722
|
} | undefined;
|
|
@@ -725,12 +725,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
725
725
|
error: string;
|
|
726
726
|
operation: "create_price";
|
|
727
727
|
price?: {
|
|
728
|
-
type: "
|
|
728
|
+
type: "recurring" | "one_time";
|
|
729
729
|
id: string;
|
|
730
730
|
created: number;
|
|
731
731
|
currency: string;
|
|
732
|
-
active: boolean;
|
|
733
732
|
product: string;
|
|
733
|
+
active: boolean;
|
|
734
734
|
unit_amount: number | null;
|
|
735
735
|
metadata?: Record<string, string> | undefined;
|
|
736
736
|
} | undefined;
|
|
@@ -747,21 +747,21 @@ 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: "recurring" | "one_time";
|
|
751
751
|
id: string;
|
|
752
752
|
created: number;
|
|
753
753
|
currency: string;
|
|
754
|
-
active: boolean;
|
|
755
754
|
product: string;
|
|
755
|
+
active: boolean;
|
|
756
756
|
unit_amount: number | null;
|
|
757
757
|
metadata?: Record<string, string> | undefined;
|
|
758
758
|
}, {
|
|
759
|
-
type: "
|
|
759
|
+
type: "recurring" | "one_time";
|
|
760
760
|
id: string;
|
|
761
761
|
created: number;
|
|
762
762
|
currency: string;
|
|
763
|
-
active: boolean;
|
|
764
763
|
product: string;
|
|
764
|
+
active: boolean;
|
|
765
765
|
unit_amount: number | null;
|
|
766
766
|
metadata?: Record<string, string> | undefined;
|
|
767
767
|
}>, "many">>;
|
|
@@ -771,12 +771,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
771
771
|
error: string;
|
|
772
772
|
operation: "list_prices";
|
|
773
773
|
prices?: {
|
|
774
|
-
type: "
|
|
774
|
+
type: "recurring" | "one_time";
|
|
775
775
|
id: string;
|
|
776
776
|
created: number;
|
|
777
777
|
currency: string;
|
|
778
|
-
active: boolean;
|
|
779
778
|
product: string;
|
|
779
|
+
active: boolean;
|
|
780
780
|
unit_amount: number | null;
|
|
781
781
|
metadata?: Record<string, string> | undefined;
|
|
782
782
|
}[] | undefined;
|
|
@@ -785,12 +785,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
785
785
|
error: string;
|
|
786
786
|
operation: "list_prices";
|
|
787
787
|
prices?: {
|
|
788
|
-
type: "
|
|
788
|
+
type: "recurring" | "one_time";
|
|
789
789
|
id: string;
|
|
790
790
|
created: number;
|
|
791
791
|
currency: string;
|
|
792
|
-
active: boolean;
|
|
793
792
|
product: string;
|
|
793
|
+
active: boolean;
|
|
794
794
|
unit_amount: number | null;
|
|
795
795
|
metadata?: Record<string, string> | undefined;
|
|
796
796
|
}[] | undefined;
|
|
@@ -1147,9 +1147,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1147
1147
|
description?: string | null | undefined;
|
|
1148
1148
|
date?: number | undefined;
|
|
1149
1149
|
metadata?: Record<string, string> | undefined;
|
|
1150
|
+
quantity?: number | undefined;
|
|
1150
1151
|
unit_amount?: number | null | undefined;
|
|
1151
1152
|
invoice?: string | null | undefined;
|
|
1152
|
-
quantity?: number | undefined;
|
|
1153
1153
|
}, {
|
|
1154
1154
|
id: string;
|
|
1155
1155
|
currency: string;
|
|
@@ -1158,9 +1158,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1158
1158
|
description?: string | null | undefined;
|
|
1159
1159
|
date?: number | undefined;
|
|
1160
1160
|
metadata?: Record<string, string> | undefined;
|
|
1161
|
+
quantity?: number | undefined;
|
|
1161
1162
|
unit_amount?: number | null | undefined;
|
|
1162
1163
|
invoice?: string | null | undefined;
|
|
1163
|
-
quantity?: number | undefined;
|
|
1164
1164
|
}>>;
|
|
1165
1165
|
error: import("zod").ZodString;
|
|
1166
1166
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1175,9 +1175,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1175
1175
|
description?: string | null | undefined;
|
|
1176
1176
|
date?: number | undefined;
|
|
1177
1177
|
metadata?: Record<string, string> | undefined;
|
|
1178
|
+
quantity?: number | undefined;
|
|
1178
1179
|
unit_amount?: number | null | undefined;
|
|
1179
1180
|
invoice?: string | null | undefined;
|
|
1180
|
-
quantity?: number | undefined;
|
|
1181
1181
|
} | undefined;
|
|
1182
1182
|
}, {
|
|
1183
1183
|
success: boolean;
|
|
@@ -1191,9 +1191,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1191
1191
|
description?: string | null | undefined;
|
|
1192
1192
|
date?: number | undefined;
|
|
1193
1193
|
metadata?: Record<string, string> | undefined;
|
|
1194
|
+
quantity?: number | undefined;
|
|
1194
1195
|
unit_amount?: number | null | undefined;
|
|
1195
1196
|
invoice?: string | null | undefined;
|
|
1196
|
-
quantity?: number | undefined;
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
}>, import("zod").ZodObject<{
|
|
1199
1199
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
@@ -1290,20 +1290,20 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1290
1290
|
amount: number;
|
|
1291
1291
|
}>, "many">;
|
|
1292
1292
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1293
|
-
|
|
1293
|
+
available: {
|
|
1294
1294
|
currency: string;
|
|
1295
1295
|
amount: number;
|
|
1296
1296
|
}[];
|
|
1297
|
-
|
|
1297
|
+
pending: {
|
|
1298
1298
|
currency: string;
|
|
1299
1299
|
amount: number;
|
|
1300
1300
|
}[];
|
|
1301
1301
|
}, {
|
|
1302
|
-
|
|
1302
|
+
available: {
|
|
1303
1303
|
currency: string;
|
|
1304
1304
|
amount: number;
|
|
1305
1305
|
}[];
|
|
1306
|
-
|
|
1306
|
+
pending: {
|
|
1307
1307
|
currency: string;
|
|
1308
1308
|
amount: number;
|
|
1309
1309
|
}[];
|
|
@@ -1314,11 +1314,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1314
1314
|
error: string;
|
|
1315
1315
|
operation: "get_balance";
|
|
1316
1316
|
balance?: {
|
|
1317
|
-
|
|
1317
|
+
available: {
|
|
1318
1318
|
currency: string;
|
|
1319
1319
|
amount: number;
|
|
1320
1320
|
}[];
|
|
1321
|
-
|
|
1321
|
+
pending: {
|
|
1322
1322
|
currency: string;
|
|
1323
1323
|
amount: number;
|
|
1324
1324
|
}[];
|
|
@@ -1328,11 +1328,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1328
1328
|
error: string;
|
|
1329
1329
|
operation: "get_balance";
|
|
1330
1330
|
balance?: {
|
|
1331
|
-
|
|
1331
|
+
available: {
|
|
1332
1332
|
currency: string;
|
|
1333
1333
|
amount: number;
|
|
1334
1334
|
}[];
|
|
1335
|
-
|
|
1335
|
+
pending: {
|
|
1336
1336
|
currency: string;
|
|
1337
1337
|
amount: number;
|
|
1338
1338
|
}[];
|
|
@@ -1349,7 +1349,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1349
1349
|
created: import("zod").ZodNumber;
|
|
1350
1350
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1351
1351
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1352
|
-
status: "
|
|
1352
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1353
1353
|
id: string;
|
|
1354
1354
|
created: number;
|
|
1355
1355
|
currency: string;
|
|
@@ -1357,7 +1357,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1357
1357
|
metadata?: Record<string, string> | undefined;
|
|
1358
1358
|
customer?: string | null | undefined;
|
|
1359
1359
|
}, {
|
|
1360
|
-
status: "
|
|
1360
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1361
1361
|
id: string;
|
|
1362
1362
|
created: number;
|
|
1363
1363
|
currency: string;
|
|
@@ -1371,7 +1371,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1371
1371
|
error: string;
|
|
1372
1372
|
operation: "list_payment_intents";
|
|
1373
1373
|
payment_intents?: {
|
|
1374
|
-
status: "
|
|
1374
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1375
1375
|
id: string;
|
|
1376
1376
|
created: number;
|
|
1377
1377
|
currency: string;
|
|
@@ -1384,7 +1384,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1384
1384
|
error: string;
|
|
1385
1385
|
operation: "list_payment_intents";
|
|
1386
1386
|
payment_intents?: {
|
|
1387
|
-
status: "
|
|
1387
|
+
status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
|
|
1388
1388
|
id: string;
|
|
1389
1389
|
created: number;
|
|
1390
1390
|
currency: string;
|
|
@@ -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: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
error: string;
|
|
1430
1430
|
operation: "list_subscriptions";
|
|
1431
1431
|
subscriptions?: {
|
|
1432
|
-
status: "
|
|
1432
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
error: string;
|
|
1444
1444
|
operation: "list_subscriptions";
|
|
1445
1445
|
subscriptions?: {
|
|
1446
|
-
status: "
|
|
1446
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
error: string;
|
|
1490
1490
|
operation: "cancel_subscription";
|
|
1491
1491
|
subscription?: {
|
|
1492
|
-
status: "
|
|
1492
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
error: string;
|
|
1504
1504
|
operation: "cancel_subscription";
|
|
1505
1505
|
subscription?: {
|
|
1506
|
-
status: "
|
|
1506
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
error: string;
|
|
1595
1595
|
operation: "create_subscription";
|
|
1596
1596
|
subscription?: {
|
|
1597
|
-
status: "
|
|
1597
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "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
|
error: string;
|
|
1609
1609
|
operation: "create_subscription";
|
|
1610
1610
|
subscription?: {
|
|
1611
|
-
status: "
|
|
1611
|
+
status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
|
|
1612
1612
|
id: string;
|
|
1613
1613
|
created: number;
|
|
1614
1614
|
customer: string;
|