@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- 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 +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- 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 +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
49
|
email?: string | undefined;
|
|
50
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
51
51
|
metadata?: Record<string, string> | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
name: string;
|
|
54
54
|
operation: "create_customer";
|
|
55
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
56
55
|
email?: string | undefined;
|
|
56
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
57
|
metadata?: Record<string, string> | undefined;
|
|
58
58
|
}>, import("zod").ZodObject<{
|
|
59
59
|
operation: import("zod").ZodLiteral<"list_customers">;
|
|
@@ -61,14 +61,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
61
61
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
62
62
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
63
63
|
}, "strip", import("zod").ZodTypeAny, {
|
|
64
|
-
operation: "list_customers";
|
|
65
64
|
limit: number;
|
|
66
|
-
|
|
65
|
+
operation: "list_customers";
|
|
67
66
|
email?: string | undefined;
|
|
67
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
operation: "list_customers";
|
|
70
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
71
70
|
email?: string | undefined;
|
|
71
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
72
|
limit?: number | undefined;
|
|
73
73
|
}>, import("zod").ZodObject<{
|
|
74
74
|
operation: import("zod").ZodLiteral<"create_product">;
|
|
@@ -94,8 +94,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
94
94
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
95
95
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
|
-
operation: "list_products";
|
|
98
97
|
limit: number;
|
|
98
|
+
operation: "list_products";
|
|
99
99
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
100
100
|
active?: boolean | undefined;
|
|
101
101
|
}, {
|
|
@@ -149,8 +149,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
149
149
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
150
150
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
151
151
|
}, "strip", import("zod").ZodTypeAny, {
|
|
152
|
-
operation: "list_prices";
|
|
153
152
|
limit: number;
|
|
153
|
+
operation: "list_prices";
|
|
154
154
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
155
155
|
active?: boolean | undefined;
|
|
156
156
|
product?: string | undefined;
|
|
@@ -168,15 +168,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
168
168
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
169
169
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
170
170
|
}, "strip", import("zod").ZodTypeAny, {
|
|
171
|
-
operation: "create_payment_link";
|
|
172
171
|
price: string;
|
|
172
|
+
operation: "create_payment_link";
|
|
173
173
|
quantity: number;
|
|
174
174
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
175
175
|
metadata?: Record<string, string> | undefined;
|
|
176
176
|
redirect_url?: string | undefined;
|
|
177
177
|
}, {
|
|
178
|
-
operation: "create_payment_link";
|
|
179
178
|
price: string;
|
|
179
|
+
operation: "create_payment_link";
|
|
180
180
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
181
181
|
metadata?: Record<string, string> | undefined;
|
|
182
182
|
quantity?: number | undefined;
|
|
@@ -235,8 +235,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
235
235
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["draft", "open", "paid", "uncollectible", "void"]>>;
|
|
236
236
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
237
237
|
}, "strip", import("zod").ZodTypeAny, {
|
|
238
|
-
operation: "list_invoices";
|
|
239
238
|
limit: number;
|
|
239
|
+
operation: "list_invoices";
|
|
240
240
|
status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
|
|
241
241
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
242
242
|
customer?: string | undefined;
|
|
@@ -287,8 +287,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
287
287
|
operation: "create_invoice_item";
|
|
288
288
|
currency: string;
|
|
289
289
|
unit_amount: number;
|
|
290
|
-
customer: string;
|
|
291
290
|
quantity: number;
|
|
291
|
+
customer: string;
|
|
292
292
|
description?: string | undefined;
|
|
293
293
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
294
294
|
metadata?: Record<string, string> | undefined;
|
|
@@ -301,8 +301,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
301
301
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
302
302
|
metadata?: Record<string, string> | undefined;
|
|
303
303
|
currency?: string | undefined;
|
|
304
|
-
invoice?: string | undefined;
|
|
305
304
|
quantity?: number | undefined;
|
|
305
|
+
invoice?: string | undefined;
|
|
306
306
|
}>, import("zod").ZodObject<{
|
|
307
307
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
308
308
|
invoice_id: import("zod").ZodString;
|
|
@@ -330,8 +330,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
330
330
|
customer: import("zod").ZodOptional<import("zod").ZodString>;
|
|
331
331
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
332
332
|
}, "strip", import("zod").ZodTypeAny, {
|
|
333
|
-
operation: "list_payment_intents";
|
|
334
333
|
limit: number;
|
|
334
|
+
operation: "list_payment_intents";
|
|
335
335
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
336
336
|
customer?: string | undefined;
|
|
337
337
|
}, {
|
|
@@ -346,8 +346,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
346
346
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["incomplete", "incomplete_expired", "trialing", "active", "past_due", "canceled", "unpaid", "paused", "all"]>>;
|
|
347
347
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
348
348
|
}, "strip", import("zod").ZodTypeAny, {
|
|
349
|
-
operation: "list_subscriptions";
|
|
350
349
|
limit: number;
|
|
350
|
+
operation: "list_subscriptions";
|
|
351
351
|
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
352
352
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
353
353
|
customer?: string | undefined;
|
|
@@ -364,8 +364,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
364
364
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
365
365
|
}, "strip", import("zod").ZodTypeAny, {
|
|
366
366
|
operation: "cancel_subscription";
|
|
367
|
-
cancel_at_period_end: boolean;
|
|
368
367
|
subscription_id: string;
|
|
368
|
+
cancel_at_period_end: boolean;
|
|
369
369
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
370
370
|
}, {
|
|
371
371
|
operation: "cancel_subscription";
|
|
@@ -378,8 +378,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
378
378
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
379
379
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
380
380
|
}, "strip", import("zod").ZodTypeAny, {
|
|
381
|
-
operation: "list_payment_links";
|
|
382
381
|
limit: number;
|
|
382
|
+
operation: "list_payment_links";
|
|
383
383
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
384
384
|
active?: boolean | undefined;
|
|
385
385
|
}, {
|
|
@@ -396,16 +396,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
396
396
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
397
397
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
398
398
|
}, "strip", import("zod").ZodTypeAny, {
|
|
399
|
-
operation: "create_subscription";
|
|
400
399
|
price: string;
|
|
400
|
+
operation: "create_subscription";
|
|
401
401
|
customer: string;
|
|
402
402
|
payment_behavior: "default_incomplete" | "error_if_incomplete" | "allow_incomplete";
|
|
403
403
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
404
404
|
metadata?: Record<string, string> | undefined;
|
|
405
405
|
trial_period_days?: number | undefined;
|
|
406
406
|
}, {
|
|
407
|
-
operation: "create_subscription";
|
|
408
407
|
price: string;
|
|
408
|
+
operation: "create_subscription";
|
|
409
409
|
customer: string;
|
|
410
410
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
411
411
|
metadata?: Record<string, string> | undefined;
|
|
@@ -436,8 +436,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
436
436
|
}>>;
|
|
437
437
|
error: import("zod").ZodString;
|
|
438
438
|
}, "strip", import("zod").ZodTypeAny, {
|
|
439
|
-
error: string;
|
|
440
439
|
success: boolean;
|
|
440
|
+
error: string;
|
|
441
441
|
operation: "create_customer";
|
|
442
442
|
customer?: {
|
|
443
443
|
id: string;
|
|
@@ -447,8 +447,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
447
447
|
metadata?: Record<string, string> | undefined;
|
|
448
448
|
} | undefined;
|
|
449
449
|
}, {
|
|
450
|
-
error: string;
|
|
451
450
|
success: boolean;
|
|
451
|
+
error: string;
|
|
452
452
|
operation: "create_customer";
|
|
453
453
|
customer?: {
|
|
454
454
|
id: string;
|
|
@@ -481,8 +481,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
481
481
|
}>, "many">>;
|
|
482
482
|
error: import("zod").ZodString;
|
|
483
483
|
}, "strip", import("zod").ZodTypeAny, {
|
|
484
|
-
error: string;
|
|
485
484
|
success: boolean;
|
|
485
|
+
error: string;
|
|
486
486
|
operation: "list_customers";
|
|
487
487
|
customers?: {
|
|
488
488
|
id: string;
|
|
@@ -492,8 +492,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
492
492
|
metadata?: Record<string, string> | undefined;
|
|
493
493
|
}[] | undefined;
|
|
494
494
|
}, {
|
|
495
|
-
error: string;
|
|
496
495
|
success: boolean;
|
|
496
|
+
error: string;
|
|
497
497
|
operation: "list_customers";
|
|
498
498
|
customers?: {
|
|
499
499
|
id: string;
|
|
@@ -529,8 +529,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
529
529
|
}>>;
|
|
530
530
|
error: import("zod").ZodString;
|
|
531
531
|
}, "strip", import("zod").ZodTypeAny, {
|
|
532
|
-
error: string;
|
|
533
532
|
success: boolean;
|
|
533
|
+
error: string;
|
|
534
534
|
operation: "create_product";
|
|
535
535
|
product?: {
|
|
536
536
|
name: string;
|
|
@@ -541,8 +541,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
541
541
|
metadata?: Record<string, string> | undefined;
|
|
542
542
|
} | undefined;
|
|
543
543
|
}, {
|
|
544
|
-
error: string;
|
|
545
544
|
success: boolean;
|
|
545
|
+
error: string;
|
|
546
546
|
operation: "create_product";
|
|
547
547
|
product?: {
|
|
548
548
|
name: string;
|
|
@@ -579,8 +579,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
579
579
|
}>, "many">>;
|
|
580
580
|
error: import("zod").ZodString;
|
|
581
581
|
}, "strip", import("zod").ZodTypeAny, {
|
|
582
|
-
error: string;
|
|
583
582
|
success: boolean;
|
|
583
|
+
error: string;
|
|
584
584
|
operation: "list_products";
|
|
585
585
|
products?: {
|
|
586
586
|
name: string;
|
|
@@ -591,8 +591,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
591
591
|
metadata?: Record<string, string> | undefined;
|
|
592
592
|
}[] | undefined;
|
|
593
593
|
}, {
|
|
594
|
-
error: string;
|
|
595
594
|
success: boolean;
|
|
595
|
+
error: string;
|
|
596
596
|
operation: "list_products";
|
|
597
597
|
products?: {
|
|
598
598
|
name: string;
|
|
@@ -615,7 +615,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
615
615
|
created: import("zod").ZodNumber;
|
|
616
616
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
617
617
|
}, "strip", import("zod").ZodTypeAny, {
|
|
618
|
-
type: "
|
|
618
|
+
type: "recurring" | "one_time";
|
|
619
619
|
id: string;
|
|
620
620
|
created: number;
|
|
621
621
|
currency: string;
|
|
@@ -624,7 +624,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
624
624
|
unit_amount: number | null;
|
|
625
625
|
metadata?: Record<string, string> | undefined;
|
|
626
626
|
}, {
|
|
627
|
-
type: "
|
|
627
|
+
type: "recurring" | "one_time";
|
|
628
628
|
id: string;
|
|
629
629
|
created: number;
|
|
630
630
|
currency: string;
|
|
@@ -635,11 +635,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
635
635
|
}>>;
|
|
636
636
|
error: import("zod").ZodString;
|
|
637
637
|
}, "strip", import("zod").ZodTypeAny, {
|
|
638
|
-
error: string;
|
|
639
638
|
success: boolean;
|
|
639
|
+
error: string;
|
|
640
640
|
operation: "create_price";
|
|
641
641
|
price?: {
|
|
642
|
-
type: "
|
|
642
|
+
type: "recurring" | "one_time";
|
|
643
643
|
id: string;
|
|
644
644
|
created: number;
|
|
645
645
|
currency: string;
|
|
@@ -649,11 +649,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
649
649
|
metadata?: Record<string, string> | undefined;
|
|
650
650
|
} | undefined;
|
|
651
651
|
}, {
|
|
652
|
-
error: string;
|
|
653
652
|
success: boolean;
|
|
653
|
+
error: string;
|
|
654
654
|
operation: "create_price";
|
|
655
655
|
price?: {
|
|
656
|
-
type: "
|
|
656
|
+
type: "recurring" | "one_time";
|
|
657
657
|
id: string;
|
|
658
658
|
created: number;
|
|
659
659
|
currency: string;
|
|
@@ -675,7 +675,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
675
675
|
created: import("zod").ZodNumber;
|
|
676
676
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
677
677
|
}, "strip", import("zod").ZodTypeAny, {
|
|
678
|
-
type: "
|
|
678
|
+
type: "recurring" | "one_time";
|
|
679
679
|
id: string;
|
|
680
680
|
created: number;
|
|
681
681
|
currency: string;
|
|
@@ -684,7 +684,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
684
684
|
unit_amount: number | null;
|
|
685
685
|
metadata?: Record<string, string> | undefined;
|
|
686
686
|
}, {
|
|
687
|
-
type: "
|
|
687
|
+
type: "recurring" | "one_time";
|
|
688
688
|
id: string;
|
|
689
689
|
created: number;
|
|
690
690
|
currency: string;
|
|
@@ -695,11 +695,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
695
695
|
}>, "many">>;
|
|
696
696
|
error: import("zod").ZodString;
|
|
697
697
|
}, "strip", import("zod").ZodTypeAny, {
|
|
698
|
-
error: string;
|
|
699
698
|
success: boolean;
|
|
699
|
+
error: string;
|
|
700
700
|
operation: "list_prices";
|
|
701
701
|
prices?: {
|
|
702
|
-
type: "
|
|
702
|
+
type: "recurring" | "one_time";
|
|
703
703
|
id: string;
|
|
704
704
|
created: number;
|
|
705
705
|
currency: string;
|
|
@@ -709,11 +709,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
709
709
|
metadata?: Record<string, string> | undefined;
|
|
710
710
|
}[] | undefined;
|
|
711
711
|
}, {
|
|
712
|
-
error: string;
|
|
713
712
|
success: boolean;
|
|
713
|
+
error: string;
|
|
714
714
|
operation: "list_prices";
|
|
715
715
|
prices?: {
|
|
716
|
-
type: "
|
|
716
|
+
type: "recurring" | "one_time";
|
|
717
717
|
id: string;
|
|
718
718
|
created: number;
|
|
719
719
|
currency: string;
|
|
@@ -746,8 +746,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
746
746
|
}>>;
|
|
747
747
|
error: import("zod").ZodString;
|
|
748
748
|
}, "strip", import("zod").ZodTypeAny, {
|
|
749
|
-
error: string;
|
|
750
749
|
success: boolean;
|
|
750
|
+
error: string;
|
|
751
751
|
operation: "create_payment_link";
|
|
752
752
|
payment_link?: {
|
|
753
753
|
url: string;
|
|
@@ -757,8 +757,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
757
757
|
created?: number | undefined;
|
|
758
758
|
} | undefined;
|
|
759
759
|
}, {
|
|
760
|
-
error: string;
|
|
761
760
|
success: boolean;
|
|
761
|
+
error: string;
|
|
762
762
|
operation: "create_payment_link";
|
|
763
763
|
payment_link?: {
|
|
764
764
|
url: string;
|
|
@@ -806,8 +806,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
806
806
|
}>>;
|
|
807
807
|
error: import("zod").ZodString;
|
|
808
808
|
}, "strip", import("zod").ZodTypeAny, {
|
|
809
|
-
error: string;
|
|
810
809
|
success: boolean;
|
|
810
|
+
error: string;
|
|
811
811
|
operation: "create_invoice";
|
|
812
812
|
invoice?: {
|
|
813
813
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -822,8 +822,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
822
822
|
invoice_pdf?: string | null | undefined;
|
|
823
823
|
} | undefined;
|
|
824
824
|
}, {
|
|
825
|
-
error: string;
|
|
826
825
|
success: boolean;
|
|
826
|
+
error: string;
|
|
827
827
|
operation: "create_invoice";
|
|
828
828
|
invoice?: {
|
|
829
829
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -876,8 +876,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
876
876
|
}>, "many">>;
|
|
877
877
|
error: import("zod").ZodString;
|
|
878
878
|
}, "strip", import("zod").ZodTypeAny, {
|
|
879
|
-
error: string;
|
|
880
879
|
success: boolean;
|
|
880
|
+
error: string;
|
|
881
881
|
operation: "list_invoices";
|
|
882
882
|
invoices?: {
|
|
883
883
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -892,8 +892,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
892
892
|
invoice_pdf?: string | null | undefined;
|
|
893
893
|
}[] | undefined;
|
|
894
894
|
}, {
|
|
895
|
-
error: string;
|
|
896
895
|
success: boolean;
|
|
896
|
+
error: string;
|
|
897
897
|
operation: "list_invoices";
|
|
898
898
|
invoices?: {
|
|
899
899
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -946,8 +946,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
946
946
|
}>>;
|
|
947
947
|
error: import("zod").ZodString;
|
|
948
948
|
}, "strip", import("zod").ZodTypeAny, {
|
|
949
|
-
error: string;
|
|
950
949
|
success: boolean;
|
|
950
|
+
error: string;
|
|
951
951
|
operation: "retrieve_invoice";
|
|
952
952
|
invoice?: {
|
|
953
953
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -962,8 +962,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
962
962
|
invoice_pdf?: string | null | undefined;
|
|
963
963
|
} | undefined;
|
|
964
964
|
}, {
|
|
965
|
-
error: string;
|
|
966
965
|
success: boolean;
|
|
966
|
+
error: string;
|
|
967
967
|
operation: "retrieve_invoice";
|
|
968
968
|
invoice?: {
|
|
969
969
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1016,8 +1016,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1016
1016
|
}>>;
|
|
1017
1017
|
error: import("zod").ZodString;
|
|
1018
1018
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1019
|
-
error: string;
|
|
1020
1019
|
success: boolean;
|
|
1020
|
+
error: string;
|
|
1021
1021
|
operation: "finalize_invoice";
|
|
1022
1022
|
invoice?: {
|
|
1023
1023
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1032,8 +1032,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1032
1032
|
invoice_pdf?: string | null | undefined;
|
|
1033
1033
|
} | undefined;
|
|
1034
1034
|
}, {
|
|
1035
|
-
error: string;
|
|
1036
1035
|
success: boolean;
|
|
1036
|
+
error: string;
|
|
1037
1037
|
operation: "finalize_invoice";
|
|
1038
1038
|
invoice?: {
|
|
1039
1039
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1070,8 +1070,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1070
1070
|
date?: number | undefined;
|
|
1071
1071
|
metadata?: Record<string, string> | undefined;
|
|
1072
1072
|
unit_amount?: number | null | undefined;
|
|
1073
|
-
invoice?: string | null | undefined;
|
|
1074
1073
|
quantity?: number | undefined;
|
|
1074
|
+
invoice?: string | null | undefined;
|
|
1075
1075
|
}, {
|
|
1076
1076
|
id: string;
|
|
1077
1077
|
currency: string;
|
|
@@ -1081,13 +1081,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1081
1081
|
date?: number | undefined;
|
|
1082
1082
|
metadata?: Record<string, string> | undefined;
|
|
1083
1083
|
unit_amount?: number | null | undefined;
|
|
1084
|
-
invoice?: string | null | undefined;
|
|
1085
1084
|
quantity?: number | undefined;
|
|
1085
|
+
invoice?: string | null | undefined;
|
|
1086
1086
|
}>>;
|
|
1087
1087
|
error: import("zod").ZodString;
|
|
1088
1088
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1089
|
-
error: string;
|
|
1090
1089
|
success: boolean;
|
|
1090
|
+
error: string;
|
|
1091
1091
|
operation: "create_invoice_item";
|
|
1092
1092
|
invoice_item?: {
|
|
1093
1093
|
id: string;
|
|
@@ -1098,12 +1098,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1098
1098
|
date?: number | undefined;
|
|
1099
1099
|
metadata?: Record<string, string> | undefined;
|
|
1100
1100
|
unit_amount?: number | null | undefined;
|
|
1101
|
-
invoice?: string | null | undefined;
|
|
1102
1101
|
quantity?: number | undefined;
|
|
1102
|
+
invoice?: string | null | undefined;
|
|
1103
1103
|
} | undefined;
|
|
1104
1104
|
}, {
|
|
1105
|
-
error: string;
|
|
1106
1105
|
success: boolean;
|
|
1106
|
+
error: string;
|
|
1107
1107
|
operation: "create_invoice_item";
|
|
1108
1108
|
invoice_item?: {
|
|
1109
1109
|
id: string;
|
|
@@ -1114,8 +1114,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1114
1114
|
date?: number | undefined;
|
|
1115
1115
|
metadata?: Record<string, string> | undefined;
|
|
1116
1116
|
unit_amount?: number | null | undefined;
|
|
1117
|
-
invoice?: string | null | undefined;
|
|
1118
1117
|
quantity?: number | undefined;
|
|
1118
|
+
invoice?: string | null | undefined;
|
|
1119
1119
|
} | undefined;
|
|
1120
1120
|
}>, import("zod").ZodObject<{
|
|
1121
1121
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
@@ -1156,8 +1156,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1156
1156
|
}>>;
|
|
1157
1157
|
error: import("zod").ZodString;
|
|
1158
1158
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1159
|
-
error: string;
|
|
1160
1159
|
success: boolean;
|
|
1160
|
+
error: string;
|
|
1161
1161
|
operation: "send_invoice";
|
|
1162
1162
|
invoice?: {
|
|
1163
1163
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1172,8 +1172,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1172
1172
|
invoice_pdf?: string | null | undefined;
|
|
1173
1173
|
} | undefined;
|
|
1174
1174
|
}, {
|
|
1175
|
-
error: string;
|
|
1176
1175
|
success: boolean;
|
|
1176
|
+
error: string;
|
|
1177
1177
|
operation: "send_invoice";
|
|
1178
1178
|
invoice?: {
|
|
1179
1179
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1232,8 +1232,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1232
1232
|
}>>;
|
|
1233
1233
|
error: import("zod").ZodString;
|
|
1234
1234
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1235
|
-
error: string;
|
|
1236
1235
|
success: boolean;
|
|
1236
|
+
error: string;
|
|
1237
1237
|
operation: "get_balance";
|
|
1238
1238
|
balance?: {
|
|
1239
1239
|
pending: {
|
|
@@ -1246,8 +1246,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1246
1246
|
}[];
|
|
1247
1247
|
} | undefined;
|
|
1248
1248
|
}, {
|
|
1249
|
-
error: string;
|
|
1250
1249
|
success: boolean;
|
|
1250
|
+
error: string;
|
|
1251
1251
|
operation: "get_balance";
|
|
1252
1252
|
balance?: {
|
|
1253
1253
|
pending: {
|
|
@@ -1289,8 +1289,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1289
1289
|
}>, "many">>;
|
|
1290
1290
|
error: import("zod").ZodString;
|
|
1291
1291
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1292
|
-
error: string;
|
|
1293
1292
|
success: boolean;
|
|
1293
|
+
error: string;
|
|
1294
1294
|
operation: "list_payment_intents";
|
|
1295
1295
|
payment_intents?: {
|
|
1296
1296
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
@@ -1302,8 +1302,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1302
1302
|
customer?: string | null | undefined;
|
|
1303
1303
|
}[] | undefined;
|
|
1304
1304
|
}, {
|
|
1305
|
-
error: string;
|
|
1306
1305
|
success: boolean;
|
|
1306
|
+
error: string;
|
|
1307
1307
|
operation: "list_payment_intents";
|
|
1308
1308
|
payment_intents?: {
|
|
1309
1309
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
@@ -1347,8 +1347,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1347
1347
|
}>, "many">>;
|
|
1348
1348
|
error: import("zod").ZodString;
|
|
1349
1349
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1350
|
-
error: string;
|
|
1351
1350
|
success: boolean;
|
|
1351
|
+
error: string;
|
|
1352
1352
|
operation: "list_subscriptions";
|
|
1353
1353
|
subscriptions?: {
|
|
1354
1354
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1361,8 +1361,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1361
1361
|
current_period_end?: number | undefined;
|
|
1362
1362
|
}[] | undefined;
|
|
1363
1363
|
}, {
|
|
1364
|
-
error: string;
|
|
1365
1364
|
success: boolean;
|
|
1365
|
+
error: string;
|
|
1366
1366
|
operation: "list_subscriptions";
|
|
1367
1367
|
subscriptions?: {
|
|
1368
1368
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1407,8 +1407,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1407
1407
|
}>>;
|
|
1408
1408
|
error: import("zod").ZodString;
|
|
1409
1409
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1410
|
-
error: string;
|
|
1411
1410
|
success: boolean;
|
|
1411
|
+
error: string;
|
|
1412
1412
|
operation: "cancel_subscription";
|
|
1413
1413
|
subscription?: {
|
|
1414
1414
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1421,8 +1421,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1421
1421
|
current_period_end?: number | undefined;
|
|
1422
1422
|
} | undefined;
|
|
1423
1423
|
}, {
|
|
1424
|
-
error: string;
|
|
1425
1424
|
success: boolean;
|
|
1425
|
+
error: string;
|
|
1426
1426
|
operation: "cancel_subscription";
|
|
1427
1427
|
subscription?: {
|
|
1428
1428
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1458,8 +1458,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1458
1458
|
}>, "many">>;
|
|
1459
1459
|
error: import("zod").ZodString;
|
|
1460
1460
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1461
|
-
error: string;
|
|
1462
1461
|
success: boolean;
|
|
1462
|
+
error: string;
|
|
1463
1463
|
operation: "list_payment_links";
|
|
1464
1464
|
payment_links?: {
|
|
1465
1465
|
url: string;
|
|
@@ -1469,8 +1469,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1469
1469
|
created?: number | undefined;
|
|
1470
1470
|
}[] | undefined;
|
|
1471
1471
|
}, {
|
|
1472
|
-
error: string;
|
|
1473
1472
|
success: boolean;
|
|
1473
|
+
error: string;
|
|
1474
1474
|
operation: "list_payment_links";
|
|
1475
1475
|
payment_links?: {
|
|
1476
1476
|
url: string;
|
|
@@ -1512,8 +1512,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1512
1512
|
}>>;
|
|
1513
1513
|
error: import("zod").ZodString;
|
|
1514
1514
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1515
|
-
error: string;
|
|
1516
1515
|
success: boolean;
|
|
1516
|
+
error: string;
|
|
1517
1517
|
operation: "create_subscription";
|
|
1518
1518
|
subscription?: {
|
|
1519
1519
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1526,8 +1526,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1526
1526
|
current_period_end?: number | undefined;
|
|
1527
1527
|
} | undefined;
|
|
1528
1528
|
}, {
|
|
1529
|
-
error: string;
|
|
1530
1529
|
success: boolean;
|
|
1530
|
+
error: string;
|
|
1531
1531
|
operation: "create_subscription";
|
|
1532
1532
|
subscription?: {
|
|
1533
1533
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|