@bubblelab/bubble-core 0.1.53 → 0.1.55
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 +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
- package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
- package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
- package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +248 -248
- package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +44 -44
- package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
- package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- 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 +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- 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 +148 -148
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -47,14 +47,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
47
47
|
name: string;
|
|
48
48
|
operation: "create_customer";
|
|
49
49
|
email?: string | undefined;
|
|
50
|
-
metadata?: Record<string, string> | undefined;
|
|
51
50
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
51
|
+
metadata?: Record<string, string> | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
name: string;
|
|
54
54
|
operation: "create_customer";
|
|
55
55
|
email?: string | undefined;
|
|
56
|
-
metadata?: Record<string, string> | undefined;
|
|
57
56
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
|
+
metadata?: Record<string, string> | undefined;
|
|
58
58
|
}>, import("zod").ZodObject<{
|
|
59
59
|
operation: import("zod").ZodLiteral<"list_customers">;
|
|
60
60
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
@@ -80,14 +80,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
80
80
|
name: string;
|
|
81
81
|
operation: "create_product";
|
|
82
82
|
description?: string | undefined;
|
|
83
|
-
metadata?: Record<string, string> | undefined;
|
|
84
83
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
84
|
+
metadata?: Record<string, string> | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
name: string;
|
|
87
87
|
operation: "create_product";
|
|
88
88
|
description?: string | undefined;
|
|
89
|
-
metadata?: Record<string, string> | undefined;
|
|
90
89
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
|
+
metadata?: Record<string, string> | undefined;
|
|
91
91
|
}>, import("zod").ZodObject<{
|
|
92
92
|
operation: import("zod").ZodLiteral<"list_products">;
|
|
93
93
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
@@ -96,12 +96,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
97
|
operation: "list_products";
|
|
98
98
|
limit: number;
|
|
99
|
-
active?: boolean | undefined;
|
|
100
99
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
100
|
+
active?: boolean | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
operation: "list_products";
|
|
103
|
-
active?: boolean | undefined;
|
|
104
103
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
104
|
+
active?: boolean | undefined;
|
|
105
105
|
limit?: number | undefined;
|
|
106
106
|
}>, import("zod").ZodObject<{
|
|
107
107
|
operation: import("zod").ZodLiteral<"create_price">;
|
|
@@ -121,27 +121,27 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
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
|
+
operation: "create_price";
|
|
124
125
|
product: string;
|
|
125
126
|
unit_amount: number;
|
|
126
127
|
currency: string;
|
|
127
|
-
|
|
128
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
128
129
|
metadata?: Record<string, string> | undefined;
|
|
129
130
|
recurring?: {
|
|
130
131
|
interval: "day" | "week" | "month" | "year";
|
|
131
132
|
interval_count: number;
|
|
132
133
|
} | undefined;
|
|
133
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
134
134
|
}, {
|
|
135
|
+
operation: "create_price";
|
|
135
136
|
product: string;
|
|
136
137
|
unit_amount: number;
|
|
137
|
-
|
|
138
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
138
139
|
metadata?: Record<string, string> | undefined;
|
|
139
140
|
currency?: string | undefined;
|
|
140
141
|
recurring?: {
|
|
141
142
|
interval: "day" | "week" | "month" | "year";
|
|
142
143
|
interval_count?: number | undefined;
|
|
143
144
|
} | undefined;
|
|
144
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
145
145
|
}>, import("zod").ZodObject<{
|
|
146
146
|
operation: import("zod").ZodLiteral<"list_prices">;
|
|
147
147
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
@@ -151,14 +151,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
151
151
|
}, "strip", import("zod").ZodTypeAny, {
|
|
152
152
|
operation: "list_prices";
|
|
153
153
|
limit: number;
|
|
154
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
154
155
|
active?: boolean | undefined;
|
|
155
156
|
product?: string | undefined;
|
|
156
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
operation: "list_prices";
|
|
159
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
159
160
|
active?: boolean | undefined;
|
|
160
161
|
product?: string | undefined;
|
|
161
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
162
162
|
limit?: number | undefined;
|
|
163
163
|
}>, import("zod").ZodObject<{
|
|
164
164
|
operation: import("zod").ZodLiteral<"create_payment_link">;
|
|
@@ -171,14 +171,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
171
171
|
operation: "create_payment_link";
|
|
172
172
|
price: string;
|
|
173
173
|
quantity: number;
|
|
174
|
-
metadata?: Record<string, string> | undefined;
|
|
175
174
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
175
|
+
metadata?: Record<string, string> | undefined;
|
|
176
176
|
redirect_url?: string | undefined;
|
|
177
177
|
}, {
|
|
178
178
|
operation: "create_payment_link";
|
|
179
179
|
price: string;
|
|
180
|
-
metadata?: Record<string, string> | undefined;
|
|
181
180
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
181
|
+
metadata?: Record<string, string> | undefined;
|
|
182
182
|
quantity?: number | undefined;
|
|
183
183
|
redirect_url?: string | undefined;
|
|
184
184
|
}>, import("zod").ZodObject<{
|
|
@@ -190,18 +190,18 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
190
190
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
191
191
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
192
192
|
}, "strip", import("zod").ZodTypeAny, {
|
|
193
|
-
customer: string;
|
|
194
193
|
operation: "create_invoice";
|
|
194
|
+
customer: string;
|
|
195
195
|
auto_advance: boolean;
|
|
196
196
|
collection_method: "charge_automatically" | "send_invoice";
|
|
197
|
-
metadata?: Record<string, string> | undefined;
|
|
198
197
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
198
|
+
metadata?: Record<string, string> | undefined;
|
|
199
199
|
days_until_due?: number | undefined;
|
|
200
200
|
}, {
|
|
201
|
-
customer: string;
|
|
202
201
|
operation: "create_invoice";
|
|
203
|
-
|
|
202
|
+
customer: string;
|
|
204
203
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
204
|
+
metadata?: Record<string, string> | undefined;
|
|
205
205
|
auto_advance?: boolean | undefined;
|
|
206
206
|
collection_method?: "charge_automatically" | "send_invoice" | undefined;
|
|
207
207
|
days_until_due?: number | undefined;
|
|
@@ -214,14 +214,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
214
214
|
}, "strip", import("zod").ZodTypeAny, {
|
|
215
215
|
operation: "list_invoices";
|
|
216
216
|
limit: number;
|
|
217
|
-
status?: "
|
|
218
|
-
customer?: string | undefined;
|
|
217
|
+
status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
|
|
219
218
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
+
customer?: string | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
operation: "list_invoices";
|
|
222
|
-
status?: "
|
|
223
|
-
customer?: string | undefined;
|
|
222
|
+
status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
|
|
224
223
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
224
|
+
customer?: string | undefined;
|
|
225
225
|
limit?: number | undefined;
|
|
226
226
|
}>, import("zod").ZodObject<{
|
|
227
227
|
operation: import("zod").ZodLiteral<"retrieve_invoice">;
|
|
@@ -267,12 +267,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
267
267
|
}, "strip", import("zod").ZodTypeAny, {
|
|
268
268
|
operation: "list_payment_intents";
|
|
269
269
|
limit: number;
|
|
270
|
-
customer?: string | undefined;
|
|
271
270
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
271
|
+
customer?: string | undefined;
|
|
272
272
|
}, {
|
|
273
273
|
operation: "list_payment_intents";
|
|
274
|
-
customer?: string | undefined;
|
|
275
274
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
275
|
+
customer?: string | undefined;
|
|
276
276
|
limit?: number | undefined;
|
|
277
277
|
}>, import("zod").ZodObject<{
|
|
278
278
|
operation: import("zod").ZodLiteral<"list_subscriptions">;
|
|
@@ -284,13 +284,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
284
284
|
operation: "list_subscriptions";
|
|
285
285
|
limit: number;
|
|
286
286
|
status?: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused" | "all" | undefined;
|
|
287
|
-
customer?: string | undefined;
|
|
288
287
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
288
|
+
customer?: string | undefined;
|
|
289
289
|
}, {
|
|
290
290
|
operation: "list_subscriptions";
|
|
291
291
|
status?: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused" | "all" | undefined;
|
|
292
|
-
customer?: string | undefined;
|
|
293
292
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
293
|
+
customer?: string | undefined;
|
|
294
294
|
limit?: number | undefined;
|
|
295
295
|
}>, import("zod").ZodObject<{
|
|
296
296
|
operation: import("zod").ZodLiteral<"cancel_subscription">;
|
|
@@ -298,15 +298,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
298
298
|
cancel_at_period_end: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
299
299
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
300
300
|
}, "strip", import("zod").ZodTypeAny, {
|
|
301
|
-
cancel_at_period_end: boolean;
|
|
302
301
|
operation: "cancel_subscription";
|
|
302
|
+
cancel_at_period_end: boolean;
|
|
303
303
|
subscription_id: string;
|
|
304
304
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
operation: "cancel_subscription";
|
|
307
307
|
subscription_id: string;
|
|
308
|
-
cancel_at_period_end?: boolean | undefined;
|
|
309
308
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
309
|
+
cancel_at_period_end?: boolean | undefined;
|
|
310
310
|
}>, import("zod").ZodObject<{
|
|
311
311
|
operation: import("zod").ZodLiteral<"list_payment_links">;
|
|
312
312
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
@@ -315,12 +315,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
315
315
|
}, "strip", import("zod").ZodTypeAny, {
|
|
316
316
|
operation: "list_payment_links";
|
|
317
317
|
limit: number;
|
|
318
|
-
active?: boolean | undefined;
|
|
319
318
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
319
|
+
active?: boolean | undefined;
|
|
320
320
|
}, {
|
|
321
321
|
operation: "list_payment_links";
|
|
322
|
-
active?: boolean | undefined;
|
|
323
322
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
323
|
+
active?: boolean | undefined;
|
|
324
324
|
limit?: number | undefined;
|
|
325
325
|
}>, import("zod").ZodObject<{
|
|
326
326
|
operation: import("zod").ZodLiteral<"create_subscription">;
|
|
@@ -331,19 +331,19 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
331
331
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
332
332
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
333
333
|
}, "strip", import("zod").ZodTypeAny, {
|
|
334
|
-
customer: string;
|
|
335
334
|
operation: "create_subscription";
|
|
335
|
+
customer: string;
|
|
336
336
|
price: string;
|
|
337
337
|
payment_behavior: "default_incomplete" | "error_if_incomplete" | "allow_incomplete";
|
|
338
|
-
metadata?: Record<string, string> | undefined;
|
|
339
338
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
339
|
+
metadata?: Record<string, string> | undefined;
|
|
340
340
|
trial_period_days?: number | undefined;
|
|
341
341
|
}, {
|
|
342
|
-
customer: string;
|
|
343
342
|
operation: "create_subscription";
|
|
343
|
+
customer: string;
|
|
344
344
|
price: string;
|
|
345
|
-
metadata?: Record<string, string> | undefined;
|
|
346
345
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
346
|
+
metadata?: Record<string, string> | undefined;
|
|
347
347
|
trial_period_days?: number | undefined;
|
|
348
348
|
payment_behavior?: "default_incomplete" | "error_if_incomplete" | "allow_incomplete" | undefined;
|
|
349
349
|
}>]>;
|
|
@@ -371,9 +371,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
371
371
|
}>>;
|
|
372
372
|
error: import("zod").ZodString;
|
|
373
373
|
}, "strip", import("zod").ZodTypeAny, {
|
|
374
|
-
operation: "create_customer";
|
|
375
|
-
success: boolean;
|
|
376
374
|
error: string;
|
|
375
|
+
success: boolean;
|
|
376
|
+
operation: "create_customer";
|
|
377
377
|
customer?: {
|
|
378
378
|
id: string;
|
|
379
379
|
created: number;
|
|
@@ -382,9 +382,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
382
382
|
metadata?: Record<string, string> | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
}, {
|
|
385
|
-
operation: "create_customer";
|
|
386
|
-
success: boolean;
|
|
387
385
|
error: string;
|
|
386
|
+
success: boolean;
|
|
387
|
+
operation: "create_customer";
|
|
388
388
|
customer?: {
|
|
389
389
|
id: string;
|
|
390
390
|
created: number;
|
|
@@ -416,9 +416,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
416
416
|
}>, "many">>;
|
|
417
417
|
error: import("zod").ZodString;
|
|
418
418
|
}, "strip", import("zod").ZodTypeAny, {
|
|
419
|
-
operation: "list_customers";
|
|
420
|
-
success: boolean;
|
|
421
419
|
error: string;
|
|
420
|
+
success: boolean;
|
|
421
|
+
operation: "list_customers";
|
|
422
422
|
customers?: {
|
|
423
423
|
id: string;
|
|
424
424
|
created: number;
|
|
@@ -427,9 +427,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
427
427
|
metadata?: Record<string, string> | undefined;
|
|
428
428
|
}[] | undefined;
|
|
429
429
|
}, {
|
|
430
|
-
operation: "list_customers";
|
|
431
|
-
success: boolean;
|
|
432
430
|
error: string;
|
|
431
|
+
success: boolean;
|
|
432
|
+
operation: "list_customers";
|
|
433
433
|
customers?: {
|
|
434
434
|
id: string;
|
|
435
435
|
created: number;
|
|
@@ -448,15 +448,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
448
448
|
created: import("zod").ZodNumber;
|
|
449
449
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
450
450
|
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
-
id: string;
|
|
452
451
|
name: string;
|
|
452
|
+
id: string;
|
|
453
453
|
created: number;
|
|
454
454
|
active: boolean;
|
|
455
455
|
description?: string | null | undefined;
|
|
456
456
|
metadata?: Record<string, string> | undefined;
|
|
457
457
|
}, {
|
|
458
|
-
id: string;
|
|
459
458
|
name: string;
|
|
459
|
+
id: string;
|
|
460
460
|
created: number;
|
|
461
461
|
active: boolean;
|
|
462
462
|
description?: string | null | undefined;
|
|
@@ -464,24 +464,24 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
464
464
|
}>>;
|
|
465
465
|
error: import("zod").ZodString;
|
|
466
466
|
}, "strip", import("zod").ZodTypeAny, {
|
|
467
|
-
operation: "create_product";
|
|
468
|
-
success: boolean;
|
|
469
467
|
error: string;
|
|
468
|
+
success: boolean;
|
|
469
|
+
operation: "create_product";
|
|
470
470
|
product?: {
|
|
471
|
-
id: string;
|
|
472
471
|
name: string;
|
|
472
|
+
id: string;
|
|
473
473
|
created: number;
|
|
474
474
|
active: boolean;
|
|
475
475
|
description?: string | null | undefined;
|
|
476
476
|
metadata?: Record<string, string> | undefined;
|
|
477
477
|
} | undefined;
|
|
478
478
|
}, {
|
|
479
|
-
operation: "create_product";
|
|
480
|
-
success: boolean;
|
|
481
479
|
error: string;
|
|
480
|
+
success: boolean;
|
|
481
|
+
operation: "create_product";
|
|
482
482
|
product?: {
|
|
483
|
-
id: string;
|
|
484
483
|
name: string;
|
|
484
|
+
id: string;
|
|
485
485
|
created: number;
|
|
486
486
|
active: boolean;
|
|
487
487
|
description?: string | null | undefined;
|
|
@@ -498,15 +498,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
498
498
|
created: import("zod").ZodNumber;
|
|
499
499
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
500
500
|
}, "strip", import("zod").ZodTypeAny, {
|
|
501
|
-
id: string;
|
|
502
501
|
name: string;
|
|
502
|
+
id: string;
|
|
503
503
|
created: number;
|
|
504
504
|
active: boolean;
|
|
505
505
|
description?: string | null | undefined;
|
|
506
506
|
metadata?: Record<string, string> | undefined;
|
|
507
507
|
}, {
|
|
508
|
-
id: string;
|
|
509
508
|
name: string;
|
|
509
|
+
id: string;
|
|
510
510
|
created: number;
|
|
511
511
|
active: boolean;
|
|
512
512
|
description?: string | null | undefined;
|
|
@@ -514,24 +514,24 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
514
514
|
}>, "many">>;
|
|
515
515
|
error: import("zod").ZodString;
|
|
516
516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
517
|
-
operation: "list_products";
|
|
518
|
-
success: boolean;
|
|
519
517
|
error: string;
|
|
518
|
+
success: boolean;
|
|
519
|
+
operation: "list_products";
|
|
520
520
|
products?: {
|
|
521
|
-
id: string;
|
|
522
521
|
name: string;
|
|
522
|
+
id: string;
|
|
523
523
|
created: number;
|
|
524
524
|
active: boolean;
|
|
525
525
|
description?: string | null | undefined;
|
|
526
526
|
metadata?: Record<string, string> | undefined;
|
|
527
527
|
}[] | undefined;
|
|
528
528
|
}, {
|
|
529
|
-
operation: "list_products";
|
|
530
|
-
success: boolean;
|
|
531
529
|
error: string;
|
|
530
|
+
success: boolean;
|
|
531
|
+
operation: "list_products";
|
|
532
532
|
products?: {
|
|
533
|
-
id: string;
|
|
534
533
|
name: string;
|
|
534
|
+
id: string;
|
|
535
535
|
created: number;
|
|
536
536
|
active: boolean;
|
|
537
537
|
description?: string | null | undefined;
|
|
@@ -550,18 +550,18 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
550
550
|
created: import("zod").ZodNumber;
|
|
551
551
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
552
552
|
}, "strip", import("zod").ZodTypeAny, {
|
|
553
|
+
type: "one_time" | "recurring";
|
|
553
554
|
id: string;
|
|
554
555
|
created: number;
|
|
555
|
-
type: "one_time" | "recurring";
|
|
556
556
|
active: boolean;
|
|
557
557
|
product: string;
|
|
558
558
|
unit_amount: number | null;
|
|
559
559
|
currency: string;
|
|
560
560
|
metadata?: Record<string, string> | undefined;
|
|
561
561
|
}, {
|
|
562
|
+
type: "one_time" | "recurring";
|
|
562
563
|
id: string;
|
|
563
564
|
created: number;
|
|
564
|
-
type: "one_time" | "recurring";
|
|
565
565
|
active: boolean;
|
|
566
566
|
product: string;
|
|
567
567
|
unit_amount: number | null;
|
|
@@ -570,13 +570,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
570
570
|
}>>;
|
|
571
571
|
error: import("zod").ZodString;
|
|
572
572
|
}, "strip", import("zod").ZodTypeAny, {
|
|
573
|
-
operation: "create_price";
|
|
574
|
-
success: boolean;
|
|
575
573
|
error: string;
|
|
574
|
+
success: boolean;
|
|
575
|
+
operation: "create_price";
|
|
576
576
|
price?: {
|
|
577
|
+
type: "one_time" | "recurring";
|
|
577
578
|
id: string;
|
|
578
579
|
created: number;
|
|
579
|
-
type: "one_time" | "recurring";
|
|
580
580
|
active: boolean;
|
|
581
581
|
product: string;
|
|
582
582
|
unit_amount: number | null;
|
|
@@ -584,13 +584,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
584
584
|
metadata?: Record<string, string> | undefined;
|
|
585
585
|
} | undefined;
|
|
586
586
|
}, {
|
|
587
|
-
operation: "create_price";
|
|
588
|
-
success: boolean;
|
|
589
587
|
error: string;
|
|
588
|
+
success: boolean;
|
|
589
|
+
operation: "create_price";
|
|
590
590
|
price?: {
|
|
591
|
+
type: "one_time" | "recurring";
|
|
591
592
|
id: string;
|
|
592
593
|
created: number;
|
|
593
|
-
type: "one_time" | "recurring";
|
|
594
594
|
active: boolean;
|
|
595
595
|
product: string;
|
|
596
596
|
unit_amount: number | null;
|
|
@@ -610,18 +610,18 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
610
610
|
created: import("zod").ZodNumber;
|
|
611
611
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
612
612
|
}, "strip", import("zod").ZodTypeAny, {
|
|
613
|
+
type: "one_time" | "recurring";
|
|
613
614
|
id: string;
|
|
614
615
|
created: number;
|
|
615
|
-
type: "one_time" | "recurring";
|
|
616
616
|
active: boolean;
|
|
617
617
|
product: string;
|
|
618
618
|
unit_amount: number | null;
|
|
619
619
|
currency: string;
|
|
620
620
|
metadata?: Record<string, string> | undefined;
|
|
621
621
|
}, {
|
|
622
|
+
type: "one_time" | "recurring";
|
|
622
623
|
id: string;
|
|
623
624
|
created: number;
|
|
624
|
-
type: "one_time" | "recurring";
|
|
625
625
|
active: boolean;
|
|
626
626
|
product: string;
|
|
627
627
|
unit_amount: number | null;
|
|
@@ -630,13 +630,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
error: import("zod").ZodString;
|
|
632
632
|
}, "strip", import("zod").ZodTypeAny, {
|
|
633
|
-
operation: "list_prices";
|
|
634
|
-
success: boolean;
|
|
635
633
|
error: string;
|
|
634
|
+
success: boolean;
|
|
635
|
+
operation: "list_prices";
|
|
636
636
|
prices?: {
|
|
637
|
+
type: "one_time" | "recurring";
|
|
637
638
|
id: string;
|
|
638
639
|
created: number;
|
|
639
|
-
type: "one_time" | "recurring";
|
|
640
640
|
active: boolean;
|
|
641
641
|
product: string;
|
|
642
642
|
unit_amount: number | null;
|
|
@@ -644,13 +644,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
644
644
|
metadata?: Record<string, string> | undefined;
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
}, {
|
|
647
|
-
operation: "list_prices";
|
|
648
|
-
success: boolean;
|
|
649
647
|
error: string;
|
|
648
|
+
success: boolean;
|
|
649
|
+
operation: "list_prices";
|
|
650
650
|
prices?: {
|
|
651
|
+
type: "one_time" | "recurring";
|
|
651
652
|
id: string;
|
|
652
653
|
created: number;
|
|
653
|
-
type: "one_time" | "recurring";
|
|
654
654
|
active: boolean;
|
|
655
655
|
product: string;
|
|
656
656
|
unit_amount: number | null;
|
|
@@ -667,38 +667,38 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
667
667
|
created: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
668
668
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
669
669
|
}, "strip", import("zod").ZodTypeAny, {
|
|
670
|
+
url: string;
|
|
670
671
|
id: string;
|
|
671
672
|
active: boolean;
|
|
672
|
-
url: string;
|
|
673
673
|
created?: number | undefined;
|
|
674
674
|
metadata?: Record<string, string> | undefined;
|
|
675
675
|
}, {
|
|
676
|
+
url: string;
|
|
676
677
|
id: string;
|
|
677
678
|
active: boolean;
|
|
678
|
-
url: string;
|
|
679
679
|
created?: number | undefined;
|
|
680
680
|
metadata?: Record<string, string> | undefined;
|
|
681
681
|
}>>;
|
|
682
682
|
error: import("zod").ZodString;
|
|
683
683
|
}, "strip", import("zod").ZodTypeAny, {
|
|
684
|
-
operation: "create_payment_link";
|
|
685
|
-
success: boolean;
|
|
686
684
|
error: string;
|
|
685
|
+
success: boolean;
|
|
686
|
+
operation: "create_payment_link";
|
|
687
687
|
payment_link?: {
|
|
688
|
+
url: string;
|
|
688
689
|
id: string;
|
|
689
690
|
active: boolean;
|
|
690
|
-
url: string;
|
|
691
691
|
created?: number | undefined;
|
|
692
692
|
metadata?: Record<string, string> | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}, {
|
|
695
|
-
operation: "create_payment_link";
|
|
696
|
-
success: boolean;
|
|
697
695
|
error: string;
|
|
696
|
+
success: boolean;
|
|
697
|
+
operation: "create_payment_link";
|
|
698
698
|
payment_link?: {
|
|
699
|
+
url: string;
|
|
699
700
|
id: string;
|
|
700
701
|
active: boolean;
|
|
701
|
-
url: string;
|
|
702
702
|
created?: number | undefined;
|
|
703
703
|
metadata?: Record<string, string> | undefined;
|
|
704
704
|
} | undefined;
|
|
@@ -717,8 +717,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
717
717
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
718
718
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
719
719
|
}, "strip", import("zod").ZodTypeAny, {
|
|
720
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
720
721
|
id: string;
|
|
721
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
722
722
|
currency: string;
|
|
723
723
|
customer: string | null;
|
|
724
724
|
total: number;
|
|
@@ -728,8 +728,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
728
728
|
hosted_invoice_url?: string | null | undefined;
|
|
729
729
|
invoice_pdf?: string | null | undefined;
|
|
730
730
|
}, {
|
|
731
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
731
732
|
id: string;
|
|
732
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
733
733
|
currency: string;
|
|
734
734
|
customer: string | null;
|
|
735
735
|
total: number;
|
|
@@ -741,12 +741,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
741
741
|
}>>;
|
|
742
742
|
error: import("zod").ZodString;
|
|
743
743
|
}, "strip", import("zod").ZodTypeAny, {
|
|
744
|
-
operation: "create_invoice";
|
|
745
|
-
success: boolean;
|
|
746
744
|
error: string;
|
|
745
|
+
success: boolean;
|
|
746
|
+
operation: "create_invoice";
|
|
747
747
|
invoice?: {
|
|
748
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
748
749
|
id: string;
|
|
749
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
750
750
|
currency: string;
|
|
751
751
|
customer: string | null;
|
|
752
752
|
total: number;
|
|
@@ -757,12 +757,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
757
757
|
invoice_pdf?: string | null | undefined;
|
|
758
758
|
} | undefined;
|
|
759
759
|
}, {
|
|
760
|
-
operation: "create_invoice";
|
|
761
|
-
success: boolean;
|
|
762
760
|
error: string;
|
|
761
|
+
success: boolean;
|
|
762
|
+
operation: "create_invoice";
|
|
763
763
|
invoice?: {
|
|
764
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
764
765
|
id: string;
|
|
765
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
766
766
|
currency: string;
|
|
767
767
|
customer: string | null;
|
|
768
768
|
total: number;
|
|
@@ -787,8 +787,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
787
787
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
788
788
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
789
789
|
}, "strip", import("zod").ZodTypeAny, {
|
|
790
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
790
791
|
id: string;
|
|
791
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
792
792
|
currency: string;
|
|
793
793
|
customer: string | null;
|
|
794
794
|
total: number;
|
|
@@ -798,8 +798,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
798
798
|
hosted_invoice_url?: string | null | undefined;
|
|
799
799
|
invoice_pdf?: string | null | undefined;
|
|
800
800
|
}, {
|
|
801
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
801
802
|
id: string;
|
|
802
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
803
803
|
currency: string;
|
|
804
804
|
customer: string | null;
|
|
805
805
|
total: number;
|
|
@@ -811,12 +811,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
811
811
|
}>, "many">>;
|
|
812
812
|
error: import("zod").ZodString;
|
|
813
813
|
}, "strip", import("zod").ZodTypeAny, {
|
|
814
|
-
operation: "list_invoices";
|
|
815
|
-
success: boolean;
|
|
816
814
|
error: string;
|
|
815
|
+
success: boolean;
|
|
816
|
+
operation: "list_invoices";
|
|
817
817
|
invoices?: {
|
|
818
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
818
819
|
id: string;
|
|
819
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
820
820
|
currency: string;
|
|
821
821
|
customer: string | null;
|
|
822
822
|
total: number;
|
|
@@ -827,12 +827,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
827
827
|
invoice_pdf?: string | null | undefined;
|
|
828
828
|
}[] | undefined;
|
|
829
829
|
}, {
|
|
830
|
-
operation: "list_invoices";
|
|
831
|
-
success: boolean;
|
|
832
830
|
error: string;
|
|
831
|
+
success: boolean;
|
|
832
|
+
operation: "list_invoices";
|
|
833
833
|
invoices?: {
|
|
834
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
834
835
|
id: string;
|
|
835
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
836
836
|
currency: string;
|
|
837
837
|
customer: string | null;
|
|
838
838
|
total: number;
|
|
@@ -857,8 +857,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
857
857
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
858
858
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
859
859
|
}, "strip", import("zod").ZodTypeAny, {
|
|
860
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
860
861
|
id: string;
|
|
861
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
862
862
|
currency: string;
|
|
863
863
|
customer: string | null;
|
|
864
864
|
total: number;
|
|
@@ -868,8 +868,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
868
868
|
hosted_invoice_url?: string | null | undefined;
|
|
869
869
|
invoice_pdf?: string | null | undefined;
|
|
870
870
|
}, {
|
|
871
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
871
872
|
id: string;
|
|
872
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
873
873
|
currency: string;
|
|
874
874
|
customer: string | null;
|
|
875
875
|
total: number;
|
|
@@ -881,12 +881,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
881
881
|
}>>;
|
|
882
882
|
error: import("zod").ZodString;
|
|
883
883
|
}, "strip", import("zod").ZodTypeAny, {
|
|
884
|
-
operation: "retrieve_invoice";
|
|
885
|
-
success: boolean;
|
|
886
884
|
error: string;
|
|
885
|
+
success: boolean;
|
|
886
|
+
operation: "retrieve_invoice";
|
|
887
887
|
invoice?: {
|
|
888
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
888
889
|
id: string;
|
|
889
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
890
890
|
currency: string;
|
|
891
891
|
customer: string | null;
|
|
892
892
|
total: number;
|
|
@@ -897,12 +897,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
897
897
|
invoice_pdf?: string | null | undefined;
|
|
898
898
|
} | undefined;
|
|
899
899
|
}, {
|
|
900
|
-
operation: "retrieve_invoice";
|
|
901
|
-
success: boolean;
|
|
902
900
|
error: string;
|
|
901
|
+
success: boolean;
|
|
902
|
+
operation: "retrieve_invoice";
|
|
903
903
|
invoice?: {
|
|
904
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
904
905
|
id: string;
|
|
905
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
906
906
|
currency: string;
|
|
907
907
|
customer: string | null;
|
|
908
908
|
total: number;
|
|
@@ -927,8 +927,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
927
927
|
invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
928
928
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
929
929
|
}, "strip", import("zod").ZodTypeAny, {
|
|
930
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
930
931
|
id: string;
|
|
931
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
932
932
|
currency: string;
|
|
933
933
|
customer: string | null;
|
|
934
934
|
total: number;
|
|
@@ -938,8 +938,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
938
938
|
hosted_invoice_url?: string | null | undefined;
|
|
939
939
|
invoice_pdf?: string | null | undefined;
|
|
940
940
|
}, {
|
|
941
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
941
942
|
id: string;
|
|
942
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
943
943
|
currency: string;
|
|
944
944
|
customer: string | null;
|
|
945
945
|
total: number;
|
|
@@ -951,12 +951,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
951
951
|
}>>;
|
|
952
952
|
error: import("zod").ZodString;
|
|
953
953
|
}, "strip", import("zod").ZodTypeAny, {
|
|
954
|
-
operation: "finalize_invoice";
|
|
955
|
-
success: boolean;
|
|
956
954
|
error: string;
|
|
955
|
+
success: boolean;
|
|
956
|
+
operation: "finalize_invoice";
|
|
957
957
|
invoice?: {
|
|
958
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
958
959
|
id: string;
|
|
959
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
960
960
|
currency: string;
|
|
961
961
|
customer: string | null;
|
|
962
962
|
total: number;
|
|
@@ -967,12 +967,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
967
967
|
invoice_pdf?: string | null | undefined;
|
|
968
968
|
} | undefined;
|
|
969
969
|
}, {
|
|
970
|
-
operation: "finalize_invoice";
|
|
971
|
-
success: boolean;
|
|
972
970
|
error: string;
|
|
971
|
+
success: boolean;
|
|
972
|
+
operation: "finalize_invoice";
|
|
973
973
|
invoice?: {
|
|
974
|
+
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
974
975
|
id: string;
|
|
975
|
-
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
976
976
|
currency: string;
|
|
977
977
|
customer: string | null;
|
|
978
978
|
total: number;
|
|
@@ -1027,9 +1027,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
error: import("zod").ZodString;
|
|
1029
1029
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1030
|
-
operation: "get_balance";
|
|
1031
|
-
success: boolean;
|
|
1032
1030
|
error: string;
|
|
1031
|
+
success: boolean;
|
|
1032
|
+
operation: "get_balance";
|
|
1033
1033
|
balance?: {
|
|
1034
1034
|
available: {
|
|
1035
1035
|
currency: string;
|
|
@@ -1041,9 +1041,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1041
1041
|
}[];
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
}, {
|
|
1044
|
-
operation: "get_balance";
|
|
1045
|
-
success: boolean;
|
|
1046
1044
|
error: string;
|
|
1045
|
+
success: boolean;
|
|
1046
|
+
operation: "get_balance";
|
|
1047
1047
|
balance?: {
|
|
1048
1048
|
available: {
|
|
1049
1049
|
currency: string;
|
|
@@ -1066,17 +1066,17 @@ 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" | "canceled" | "succeeded";
|
|
1069
1070
|
id: string;
|
|
1070
1071
|
created: number;
|
|
1071
|
-
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
|
|
1072
1072
|
currency: string;
|
|
1073
1073
|
amount: number;
|
|
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" | "canceled" | "succeeded";
|
|
1077
1078
|
id: string;
|
|
1078
1079
|
created: number;
|
|
1079
|
-
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
|
|
1080
1080
|
currency: string;
|
|
1081
1081
|
amount: number;
|
|
1082
1082
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1084,26 +1084,26 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1084
1084
|
}>, "many">>;
|
|
1085
1085
|
error: import("zod").ZodString;
|
|
1086
1086
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1087
|
-
operation: "list_payment_intents";
|
|
1088
|
-
success: boolean;
|
|
1089
1087
|
error: string;
|
|
1088
|
+
success: boolean;
|
|
1089
|
+
operation: "list_payment_intents";
|
|
1090
1090
|
payment_intents?: {
|
|
1091
|
+
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
|
|
1091
1092
|
id: string;
|
|
1092
1093
|
created: number;
|
|
1093
|
-
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
|
|
1094
1094
|
currency: string;
|
|
1095
1095
|
amount: number;
|
|
1096
1096
|
metadata?: Record<string, string> | undefined;
|
|
1097
1097
|
customer?: string | null | undefined;
|
|
1098
1098
|
}[] | undefined;
|
|
1099
1099
|
}, {
|
|
1100
|
-
operation: "list_payment_intents";
|
|
1101
|
-
success: boolean;
|
|
1102
1100
|
error: string;
|
|
1101
|
+
success: boolean;
|
|
1102
|
+
operation: "list_payment_intents";
|
|
1103
1103
|
payment_intents?: {
|
|
1104
|
+
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
|
|
1104
1105
|
id: string;
|
|
1105
1106
|
created: number;
|
|
1106
|
-
status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
|
|
1107
1107
|
currency: string;
|
|
1108
1108
|
amount: number;
|
|
1109
1109
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1122,18 +1122,18 @@ 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: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1125
1126
|
id: string;
|
|
1126
1127
|
created: number;
|
|
1127
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1128
1128
|
customer: string;
|
|
1129
1129
|
cancel_at_period_end: boolean;
|
|
1130
1130
|
metadata?: Record<string, string> | undefined;
|
|
1131
1131
|
current_period_start?: number | undefined;
|
|
1132
1132
|
current_period_end?: number | undefined;
|
|
1133
1133
|
}, {
|
|
1134
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1134
1135
|
id: string;
|
|
1135
1136
|
created: number;
|
|
1136
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1137
1137
|
customer: string;
|
|
1138
1138
|
cancel_at_period_end: boolean;
|
|
1139
1139
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1142,13 +1142,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1142
1142
|
}>, "many">>;
|
|
1143
1143
|
error: import("zod").ZodString;
|
|
1144
1144
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1145
|
-
operation: "list_subscriptions";
|
|
1146
|
-
success: boolean;
|
|
1147
1145
|
error: string;
|
|
1146
|
+
success: boolean;
|
|
1147
|
+
operation: "list_subscriptions";
|
|
1148
1148
|
subscriptions?: {
|
|
1149
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1149
1150
|
id: string;
|
|
1150
1151
|
created: number;
|
|
1151
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1152
1152
|
customer: string;
|
|
1153
1153
|
cancel_at_period_end: boolean;
|
|
1154
1154
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1156,13 +1156,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1156
1156
|
current_period_end?: number | undefined;
|
|
1157
1157
|
}[] | undefined;
|
|
1158
1158
|
}, {
|
|
1159
|
-
operation: "list_subscriptions";
|
|
1160
|
-
success: boolean;
|
|
1161
1159
|
error: string;
|
|
1160
|
+
success: boolean;
|
|
1161
|
+
operation: "list_subscriptions";
|
|
1162
1162
|
subscriptions?: {
|
|
1163
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1163
1164
|
id: string;
|
|
1164
1165
|
created: number;
|
|
1165
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1166
1166
|
customer: string;
|
|
1167
1167
|
cancel_at_period_end: boolean;
|
|
1168
1168
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1182,18 +1182,18 @@ 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: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1185
1186
|
id: string;
|
|
1186
1187
|
created: number;
|
|
1187
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1188
1188
|
customer: string;
|
|
1189
1189
|
cancel_at_period_end: boolean;
|
|
1190
1190
|
metadata?: Record<string, string> | undefined;
|
|
1191
1191
|
current_period_start?: number | undefined;
|
|
1192
1192
|
current_period_end?: number | undefined;
|
|
1193
1193
|
}, {
|
|
1194
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1194
1195
|
id: string;
|
|
1195
1196
|
created: number;
|
|
1196
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1197
1197
|
customer: string;
|
|
1198
1198
|
cancel_at_period_end: boolean;
|
|
1199
1199
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1202,13 +1202,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1202
1202
|
}>>;
|
|
1203
1203
|
error: import("zod").ZodString;
|
|
1204
1204
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1205
|
-
operation: "cancel_subscription";
|
|
1206
|
-
success: boolean;
|
|
1207
1205
|
error: string;
|
|
1206
|
+
success: boolean;
|
|
1207
|
+
operation: "cancel_subscription";
|
|
1208
1208
|
subscription?: {
|
|
1209
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1209
1210
|
id: string;
|
|
1210
1211
|
created: number;
|
|
1211
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1212
1212
|
customer: string;
|
|
1213
1213
|
cancel_at_period_end: boolean;
|
|
1214
1214
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1216,13 +1216,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1216
1216
|
current_period_end?: number | undefined;
|
|
1217
1217
|
} | undefined;
|
|
1218
1218
|
}, {
|
|
1219
|
-
operation: "cancel_subscription";
|
|
1220
|
-
success: boolean;
|
|
1221
1219
|
error: string;
|
|
1220
|
+
success: boolean;
|
|
1221
|
+
operation: "cancel_subscription";
|
|
1222
1222
|
subscription?: {
|
|
1223
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1223
1224
|
id: string;
|
|
1224
1225
|
created: number;
|
|
1225
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1226
1226
|
customer: string;
|
|
1227
1227
|
cancel_at_period_end: boolean;
|
|
1228
1228
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1239,38 +1239,38 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1239
1239
|
created: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1240
1240
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1241
1241
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1242
|
+
url: string;
|
|
1242
1243
|
id: string;
|
|
1243
1244
|
active: boolean;
|
|
1244
|
-
url: string;
|
|
1245
1245
|
created?: number | undefined;
|
|
1246
1246
|
metadata?: Record<string, string> | undefined;
|
|
1247
1247
|
}, {
|
|
1248
|
+
url: string;
|
|
1248
1249
|
id: string;
|
|
1249
1250
|
active: boolean;
|
|
1250
|
-
url: string;
|
|
1251
1251
|
created?: number | undefined;
|
|
1252
1252
|
metadata?: Record<string, string> | undefined;
|
|
1253
1253
|
}>, "many">>;
|
|
1254
1254
|
error: import("zod").ZodString;
|
|
1255
1255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1256
|
-
operation: "list_payment_links";
|
|
1257
|
-
success: boolean;
|
|
1258
1256
|
error: string;
|
|
1257
|
+
success: boolean;
|
|
1258
|
+
operation: "list_payment_links";
|
|
1259
1259
|
payment_links?: {
|
|
1260
|
+
url: string;
|
|
1260
1261
|
id: string;
|
|
1261
1262
|
active: boolean;
|
|
1262
|
-
url: string;
|
|
1263
1263
|
created?: number | undefined;
|
|
1264
1264
|
metadata?: Record<string, string> | undefined;
|
|
1265
1265
|
}[] | undefined;
|
|
1266
1266
|
}, {
|
|
1267
|
-
operation: "list_payment_links";
|
|
1268
|
-
success: boolean;
|
|
1269
1267
|
error: string;
|
|
1268
|
+
success: boolean;
|
|
1269
|
+
operation: "list_payment_links";
|
|
1270
1270
|
payment_links?: {
|
|
1271
|
+
url: string;
|
|
1271
1272
|
id: string;
|
|
1272
1273
|
active: boolean;
|
|
1273
|
-
url: string;
|
|
1274
1274
|
created?: number | undefined;
|
|
1275
1275
|
metadata?: Record<string, string> | undefined;
|
|
1276
1276
|
}[] | undefined;
|
|
@@ -1287,18 +1287,18 @@ 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: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1290
1291
|
id: string;
|
|
1291
1292
|
created: number;
|
|
1292
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1293
1293
|
customer: string;
|
|
1294
1294
|
cancel_at_period_end: boolean;
|
|
1295
1295
|
metadata?: Record<string, string> | undefined;
|
|
1296
1296
|
current_period_start?: number | undefined;
|
|
1297
1297
|
current_period_end?: number | undefined;
|
|
1298
1298
|
}, {
|
|
1299
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1299
1300
|
id: string;
|
|
1300
1301
|
created: number;
|
|
1301
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1302
1302
|
customer: string;
|
|
1303
1303
|
cancel_at_period_end: boolean;
|
|
1304
1304
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1307,13 +1307,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1307
1307
|
}>>;
|
|
1308
1308
|
error: import("zod").ZodString;
|
|
1309
1309
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1310
|
-
operation: "create_subscription";
|
|
1311
|
-
success: boolean;
|
|
1312
1310
|
error: string;
|
|
1311
|
+
success: boolean;
|
|
1312
|
+
operation: "create_subscription";
|
|
1313
1313
|
subscription?: {
|
|
1314
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1314
1315
|
id: string;
|
|
1315
1316
|
created: number;
|
|
1316
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1317
1317
|
customer: string;
|
|
1318
1318
|
cancel_at_period_end: boolean;
|
|
1319
1319
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1321,13 +1321,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1321
1321
|
current_period_end?: number | undefined;
|
|
1322
1322
|
} | undefined;
|
|
1323
1323
|
}, {
|
|
1324
|
-
operation: "create_subscription";
|
|
1325
|
-
success: boolean;
|
|
1326
1324
|
error: string;
|
|
1325
|
+
success: boolean;
|
|
1326
|
+
operation: "create_subscription";
|
|
1327
1327
|
subscription?: {
|
|
1328
|
+
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1328
1329
|
id: string;
|
|
1329
1330
|
created: number;
|
|
1330
|
-
status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
|
|
1331
1331
|
customer: string;
|
|
1332
1332
|
cancel_at_period_end: boolean;
|
|
1333
1333
|
metadata?: Record<string, string> | undefined;
|