@bubblelab/bubble-core 0.1.82 → 0.1.83
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 +153 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -20
- package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +68 -68
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- 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 +22 -22
- 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 +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/notion/notion.d.ts +68 -68
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +96 -96
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +38 -38
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +3 -0
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- 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 +30 -30
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +102 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.js +96 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +186 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.js +124 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -146,15 +146,15 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
146
146
|
contentType: z.ZodOptional<z.ZodString>;
|
|
147
147
|
error: z.ZodString;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
error: string;
|
|
150
149
|
success: boolean;
|
|
150
|
+
error: string;
|
|
151
151
|
operation: "getUploadUrl";
|
|
152
152
|
fileName?: string | undefined;
|
|
153
153
|
contentType?: string | undefined;
|
|
154
154
|
uploadUrl?: string | undefined;
|
|
155
155
|
}, {
|
|
156
|
-
error: string;
|
|
157
156
|
success: boolean;
|
|
157
|
+
error: string;
|
|
158
158
|
operation: "getUploadUrl";
|
|
159
159
|
fileName?: string | undefined;
|
|
160
160
|
contentType?: string | undefined;
|
|
@@ -170,8 +170,8 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
170
170
|
lastModified: z.ZodOptional<z.ZodString>;
|
|
171
171
|
error: z.ZodString;
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
|
-
error: string;
|
|
174
173
|
success: boolean;
|
|
174
|
+
error: string;
|
|
175
175
|
operation: "getFile";
|
|
176
176
|
fileName?: string | undefined;
|
|
177
177
|
contentType?: string | undefined;
|
|
@@ -180,8 +180,8 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
180
180
|
fileSize?: number | undefined;
|
|
181
181
|
lastModified?: string | undefined;
|
|
182
182
|
}, {
|
|
183
|
-
error: string;
|
|
184
183
|
success: boolean;
|
|
184
|
+
error: string;
|
|
185
185
|
operation: "getFile";
|
|
186
186
|
fileName?: string | undefined;
|
|
187
187
|
contentType?: string | undefined;
|
|
@@ -196,14 +196,14 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
196
196
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
197
197
|
error: z.ZodString;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
|
-
error: string;
|
|
200
199
|
success: boolean;
|
|
200
|
+
error: string;
|
|
201
201
|
operation: "deleteFile";
|
|
202
202
|
deleted?: boolean | undefined;
|
|
203
203
|
fileName?: string | undefined;
|
|
204
204
|
}, {
|
|
205
|
-
error: string;
|
|
206
205
|
success: boolean;
|
|
206
|
+
error: string;
|
|
207
207
|
operation: "deleteFile";
|
|
208
208
|
deleted?: boolean | undefined;
|
|
209
209
|
fileName?: string | undefined;
|
|
@@ -215,15 +215,15 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
215
215
|
contentType: z.ZodOptional<z.ZodString>;
|
|
216
216
|
error: z.ZodString;
|
|
217
217
|
}, "strip", z.ZodTypeAny, {
|
|
218
|
-
error: string;
|
|
219
218
|
success: boolean;
|
|
219
|
+
error: string;
|
|
220
220
|
operation: "updateFile";
|
|
221
221
|
updated?: boolean | undefined;
|
|
222
222
|
fileName?: string | undefined;
|
|
223
223
|
contentType?: string | undefined;
|
|
224
224
|
}, {
|
|
225
|
-
error: string;
|
|
226
225
|
success: boolean;
|
|
226
|
+
error: string;
|
|
227
227
|
operation: "updateFile";
|
|
228
228
|
updated?: boolean | undefined;
|
|
229
229
|
fileName?: string | undefined;
|
|
@@ -248,8 +248,8 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
248
248
|
}>, "many">>;
|
|
249
249
|
error: z.ZodString;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
error: string;
|
|
252
251
|
success: boolean;
|
|
252
|
+
error: string;
|
|
253
253
|
operation: "getMultipleUploadUrls";
|
|
254
254
|
pdfFileName?: string | undefined;
|
|
255
255
|
pdfUploadUrl?: string | undefined;
|
|
@@ -259,8 +259,8 @@ declare const StorageResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
259
259
|
pageNumber: number;
|
|
260
260
|
}[] | undefined;
|
|
261
261
|
}, {
|
|
262
|
-
error: string;
|
|
263
262
|
success: boolean;
|
|
263
|
+
error: string;
|
|
264
264
|
operation: "getMultipleUploadUrls";
|
|
265
265
|
pdfFileName?: string | undefined;
|
|
266
266
|
pdfUploadUrl?: string | undefined;
|
|
@@ -426,15 +426,15 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
426
426
|
contentType: z.ZodOptional<z.ZodString>;
|
|
427
427
|
error: z.ZodString;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
error: string;
|
|
430
429
|
success: boolean;
|
|
430
|
+
error: string;
|
|
431
431
|
operation: "getUploadUrl";
|
|
432
432
|
fileName?: string | undefined;
|
|
433
433
|
contentType?: string | undefined;
|
|
434
434
|
uploadUrl?: string | undefined;
|
|
435
435
|
}, {
|
|
436
|
-
error: string;
|
|
437
436
|
success: boolean;
|
|
437
|
+
error: string;
|
|
438
438
|
operation: "getUploadUrl";
|
|
439
439
|
fileName?: string | undefined;
|
|
440
440
|
contentType?: string | undefined;
|
|
@@ -450,8 +450,8 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
450
450
|
lastModified: z.ZodOptional<z.ZodString>;
|
|
451
451
|
error: z.ZodString;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
error: string;
|
|
454
453
|
success: boolean;
|
|
454
|
+
error: string;
|
|
455
455
|
operation: "getFile";
|
|
456
456
|
fileName?: string | undefined;
|
|
457
457
|
contentType?: string | undefined;
|
|
@@ -460,8 +460,8 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
460
460
|
fileSize?: number | undefined;
|
|
461
461
|
lastModified?: string | undefined;
|
|
462
462
|
}, {
|
|
463
|
-
error: string;
|
|
464
463
|
success: boolean;
|
|
464
|
+
error: string;
|
|
465
465
|
operation: "getFile";
|
|
466
466
|
fileName?: string | undefined;
|
|
467
467
|
contentType?: string | undefined;
|
|
@@ -476,14 +476,14 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
476
476
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
477
477
|
error: z.ZodString;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
|
-
error: string;
|
|
480
479
|
success: boolean;
|
|
480
|
+
error: string;
|
|
481
481
|
operation: "deleteFile";
|
|
482
482
|
deleted?: boolean | undefined;
|
|
483
483
|
fileName?: string | undefined;
|
|
484
484
|
}, {
|
|
485
|
-
error: string;
|
|
486
485
|
success: boolean;
|
|
486
|
+
error: string;
|
|
487
487
|
operation: "deleteFile";
|
|
488
488
|
deleted?: boolean | undefined;
|
|
489
489
|
fileName?: string | undefined;
|
|
@@ -495,15 +495,15 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
495
495
|
contentType: z.ZodOptional<z.ZodString>;
|
|
496
496
|
error: z.ZodString;
|
|
497
497
|
}, "strip", z.ZodTypeAny, {
|
|
498
|
-
error: string;
|
|
499
498
|
success: boolean;
|
|
499
|
+
error: string;
|
|
500
500
|
operation: "updateFile";
|
|
501
501
|
updated?: boolean | undefined;
|
|
502
502
|
fileName?: string | undefined;
|
|
503
503
|
contentType?: string | undefined;
|
|
504
504
|
}, {
|
|
505
|
-
error: string;
|
|
506
505
|
success: boolean;
|
|
506
|
+
error: string;
|
|
507
507
|
operation: "updateFile";
|
|
508
508
|
updated?: boolean | undefined;
|
|
509
509
|
fileName?: string | undefined;
|
|
@@ -528,8 +528,8 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
528
528
|
}>, "many">>;
|
|
529
529
|
error: z.ZodString;
|
|
530
530
|
}, "strip", z.ZodTypeAny, {
|
|
531
|
-
error: string;
|
|
532
531
|
success: boolean;
|
|
532
|
+
error: string;
|
|
533
533
|
operation: "getMultipleUploadUrls";
|
|
534
534
|
pdfFileName?: string | undefined;
|
|
535
535
|
pdfUploadUrl?: string | undefined;
|
|
@@ -539,8 +539,8 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
539
539
|
pageNumber: number;
|
|
540
540
|
}[] | undefined;
|
|
541
541
|
}, {
|
|
542
|
-
error: string;
|
|
543
542
|
success: boolean;
|
|
543
|
+
error: string;
|
|
544
544
|
operation: "getMultipleUploadUrls";
|
|
545
545
|
pdfFileName?: string | undefined;
|
|
546
546
|
pdfUploadUrl?: string | undefined;
|
|
@@ -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">;
|
|
@@ -63,12 +63,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
63
63
|
}, "strip", import("zod").ZodTypeAny, {
|
|
64
64
|
operation: "list_customers";
|
|
65
65
|
limit: number;
|
|
66
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
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">;
|
|
@@ -371,8 +371,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
371
371
|
}>>;
|
|
372
372
|
error: import("zod").ZodString;
|
|
373
373
|
}, "strip", import("zod").ZodTypeAny, {
|
|
374
|
-
error: string;
|
|
375
374
|
success: boolean;
|
|
375
|
+
error: string;
|
|
376
376
|
operation: "create_customer";
|
|
377
377
|
customer?: {
|
|
378
378
|
id: string;
|
|
@@ -382,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
382
382
|
metadata?: Record<string, string> | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
}, {
|
|
385
|
-
error: string;
|
|
386
385
|
success: boolean;
|
|
386
|
+
error: string;
|
|
387
387
|
operation: "create_customer";
|
|
388
388
|
customer?: {
|
|
389
389
|
id: string;
|
|
@@ -416,8 +416,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
416
416
|
}>, "many">>;
|
|
417
417
|
error: import("zod").ZodString;
|
|
418
418
|
}, "strip", import("zod").ZodTypeAny, {
|
|
419
|
-
error: string;
|
|
420
419
|
success: boolean;
|
|
420
|
+
error: string;
|
|
421
421
|
operation: "list_customers";
|
|
422
422
|
customers?: {
|
|
423
423
|
id: string;
|
|
@@ -427,8 +427,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
427
427
|
metadata?: Record<string, string> | undefined;
|
|
428
428
|
}[] | undefined;
|
|
429
429
|
}, {
|
|
430
|
-
error: string;
|
|
431
430
|
success: boolean;
|
|
431
|
+
error: string;
|
|
432
432
|
operation: "list_customers";
|
|
433
433
|
customers?: {
|
|
434
434
|
id: string;
|
|
@@ -464,8 +464,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
464
464
|
}>>;
|
|
465
465
|
error: import("zod").ZodString;
|
|
466
466
|
}, "strip", import("zod").ZodTypeAny, {
|
|
467
|
-
error: string;
|
|
468
467
|
success: boolean;
|
|
468
|
+
error: string;
|
|
469
469
|
operation: "create_product";
|
|
470
470
|
product?: {
|
|
471
471
|
name: string;
|
|
@@ -476,8 +476,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
476
476
|
metadata?: Record<string, string> | undefined;
|
|
477
477
|
} | undefined;
|
|
478
478
|
}, {
|
|
479
|
-
error: string;
|
|
480
479
|
success: boolean;
|
|
480
|
+
error: string;
|
|
481
481
|
operation: "create_product";
|
|
482
482
|
product?: {
|
|
483
483
|
name: string;
|
|
@@ -514,8 +514,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
514
514
|
}>, "many">>;
|
|
515
515
|
error: import("zod").ZodString;
|
|
516
516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
517
|
-
error: string;
|
|
518
517
|
success: boolean;
|
|
518
|
+
error: string;
|
|
519
519
|
operation: "list_products";
|
|
520
520
|
products?: {
|
|
521
521
|
name: string;
|
|
@@ -526,8 +526,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
526
526
|
metadata?: Record<string, string> | undefined;
|
|
527
527
|
}[] | undefined;
|
|
528
528
|
}, {
|
|
529
|
-
error: string;
|
|
530
529
|
success: boolean;
|
|
530
|
+
error: string;
|
|
531
531
|
operation: "list_products";
|
|
532
532
|
products?: {
|
|
533
533
|
name: string;
|
|
@@ -570,8 +570,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
570
570
|
}>>;
|
|
571
571
|
error: import("zod").ZodString;
|
|
572
572
|
}, "strip", import("zod").ZodTypeAny, {
|
|
573
|
-
error: string;
|
|
574
573
|
success: boolean;
|
|
574
|
+
error: string;
|
|
575
575
|
operation: "create_price";
|
|
576
576
|
price?: {
|
|
577
577
|
type: "one_time" | "recurring";
|
|
@@ -584,8 +584,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
584
584
|
metadata?: Record<string, string> | undefined;
|
|
585
585
|
} | undefined;
|
|
586
586
|
}, {
|
|
587
|
-
error: string;
|
|
588
587
|
success: boolean;
|
|
588
|
+
error: string;
|
|
589
589
|
operation: "create_price";
|
|
590
590
|
price?: {
|
|
591
591
|
type: "one_time" | "recurring";
|
|
@@ -630,8 +630,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
error: import("zod").ZodString;
|
|
632
632
|
}, "strip", import("zod").ZodTypeAny, {
|
|
633
|
-
error: string;
|
|
634
633
|
success: boolean;
|
|
634
|
+
error: string;
|
|
635
635
|
operation: "list_prices";
|
|
636
636
|
prices?: {
|
|
637
637
|
type: "one_time" | "recurring";
|
|
@@ -644,8 +644,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
644
644
|
metadata?: Record<string, string> | undefined;
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
}, {
|
|
647
|
-
error: string;
|
|
648
647
|
success: boolean;
|
|
648
|
+
error: string;
|
|
649
649
|
operation: "list_prices";
|
|
650
650
|
prices?: {
|
|
651
651
|
type: "one_time" | "recurring";
|
|
@@ -681,8 +681,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
681
681
|
}>>;
|
|
682
682
|
error: import("zod").ZodString;
|
|
683
683
|
}, "strip", import("zod").ZodTypeAny, {
|
|
684
|
-
error: string;
|
|
685
684
|
success: boolean;
|
|
685
|
+
error: string;
|
|
686
686
|
operation: "create_payment_link";
|
|
687
687
|
payment_link?: {
|
|
688
688
|
url: string;
|
|
@@ -692,8 +692,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
692
692
|
created?: number | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}, {
|
|
695
|
-
error: string;
|
|
696
695
|
success: boolean;
|
|
696
|
+
error: string;
|
|
697
697
|
operation: "create_payment_link";
|
|
698
698
|
payment_link?: {
|
|
699
699
|
url: string;
|
|
@@ -741,8 +741,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
741
741
|
}>>;
|
|
742
742
|
error: import("zod").ZodString;
|
|
743
743
|
}, "strip", import("zod").ZodTypeAny, {
|
|
744
|
-
error: string;
|
|
745
744
|
success: boolean;
|
|
745
|
+
error: string;
|
|
746
746
|
operation: "create_invoice";
|
|
747
747
|
invoice?: {
|
|
748
748
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -757,8 +757,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
757
757
|
invoice_pdf?: string | null | undefined;
|
|
758
758
|
} | undefined;
|
|
759
759
|
}, {
|
|
760
|
-
error: string;
|
|
761
760
|
success: boolean;
|
|
761
|
+
error: string;
|
|
762
762
|
operation: "create_invoice";
|
|
763
763
|
invoice?: {
|
|
764
764
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -811,8 +811,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
811
811
|
}>, "many">>;
|
|
812
812
|
error: import("zod").ZodString;
|
|
813
813
|
}, "strip", import("zod").ZodTypeAny, {
|
|
814
|
-
error: string;
|
|
815
814
|
success: boolean;
|
|
815
|
+
error: string;
|
|
816
816
|
operation: "list_invoices";
|
|
817
817
|
invoices?: {
|
|
818
818
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -827,8 +827,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
827
827
|
invoice_pdf?: string | null | undefined;
|
|
828
828
|
}[] | undefined;
|
|
829
829
|
}, {
|
|
830
|
-
error: string;
|
|
831
830
|
success: boolean;
|
|
831
|
+
error: string;
|
|
832
832
|
operation: "list_invoices";
|
|
833
833
|
invoices?: {
|
|
834
834
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -881,8 +881,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
881
881
|
}>>;
|
|
882
882
|
error: import("zod").ZodString;
|
|
883
883
|
}, "strip", import("zod").ZodTypeAny, {
|
|
884
|
-
error: string;
|
|
885
884
|
success: boolean;
|
|
885
|
+
error: string;
|
|
886
886
|
operation: "retrieve_invoice";
|
|
887
887
|
invoice?: {
|
|
888
888
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -897,8 +897,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
897
897
|
invoice_pdf?: string | null | undefined;
|
|
898
898
|
} | undefined;
|
|
899
899
|
}, {
|
|
900
|
-
error: string;
|
|
901
900
|
success: boolean;
|
|
901
|
+
error: string;
|
|
902
902
|
operation: "retrieve_invoice";
|
|
903
903
|
invoice?: {
|
|
904
904
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -951,8 +951,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
951
951
|
}>>;
|
|
952
952
|
error: import("zod").ZodString;
|
|
953
953
|
}, "strip", import("zod").ZodTypeAny, {
|
|
954
|
-
error: string;
|
|
955
954
|
success: boolean;
|
|
955
|
+
error: string;
|
|
956
956
|
operation: "finalize_invoice";
|
|
957
957
|
invoice?: {
|
|
958
958
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -967,8 +967,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
967
967
|
invoice_pdf?: string | null | undefined;
|
|
968
968
|
} | undefined;
|
|
969
969
|
}, {
|
|
970
|
-
error: string;
|
|
971
970
|
success: boolean;
|
|
971
|
+
error: string;
|
|
972
972
|
operation: "finalize_invoice";
|
|
973
973
|
invoice?: {
|
|
974
974
|
status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
|
|
@@ -1027,8 +1027,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
error: import("zod").ZodString;
|
|
1029
1029
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1030
|
-
error: string;
|
|
1031
1030
|
success: boolean;
|
|
1031
|
+
error: string;
|
|
1032
1032
|
operation: "get_balance";
|
|
1033
1033
|
balance?: {
|
|
1034
1034
|
pending: {
|
|
@@ -1041,8 +1041,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1041
1041
|
}[];
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
}, {
|
|
1044
|
-
error: string;
|
|
1045
1044
|
success: boolean;
|
|
1045
|
+
error: string;
|
|
1046
1046
|
operation: "get_balance";
|
|
1047
1047
|
balance?: {
|
|
1048
1048
|
pending: {
|
|
@@ -1084,8 +1084,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1084
1084
|
}>, "many">>;
|
|
1085
1085
|
error: import("zod").ZodString;
|
|
1086
1086
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1087
|
-
error: string;
|
|
1088
1087
|
success: boolean;
|
|
1088
|
+
error: string;
|
|
1089
1089
|
operation: "list_payment_intents";
|
|
1090
1090
|
payment_intents?: {
|
|
1091
1091
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
@@ -1097,8 +1097,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1097
1097
|
customer?: string | null | undefined;
|
|
1098
1098
|
}[] | undefined;
|
|
1099
1099
|
}, {
|
|
1100
|
-
error: string;
|
|
1101
1100
|
success: boolean;
|
|
1101
|
+
error: string;
|
|
1102
1102
|
operation: "list_payment_intents";
|
|
1103
1103
|
payment_intents?: {
|
|
1104
1104
|
status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
|
|
@@ -1142,8 +1142,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1142
1142
|
}>, "many">>;
|
|
1143
1143
|
error: import("zod").ZodString;
|
|
1144
1144
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1145
|
-
error: string;
|
|
1146
1145
|
success: boolean;
|
|
1146
|
+
error: string;
|
|
1147
1147
|
operation: "list_subscriptions";
|
|
1148
1148
|
subscriptions?: {
|
|
1149
1149
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1156,8 +1156,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1156
1156
|
current_period_end?: number | undefined;
|
|
1157
1157
|
}[] | undefined;
|
|
1158
1158
|
}, {
|
|
1159
|
-
error: string;
|
|
1160
1159
|
success: boolean;
|
|
1160
|
+
error: string;
|
|
1161
1161
|
operation: "list_subscriptions";
|
|
1162
1162
|
subscriptions?: {
|
|
1163
1163
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1202,8 +1202,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1202
1202
|
}>>;
|
|
1203
1203
|
error: import("zod").ZodString;
|
|
1204
1204
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1205
|
-
error: string;
|
|
1206
1205
|
success: boolean;
|
|
1206
|
+
error: string;
|
|
1207
1207
|
operation: "cancel_subscription";
|
|
1208
1208
|
subscription?: {
|
|
1209
1209
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1216,8 +1216,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1216
1216
|
current_period_end?: number | undefined;
|
|
1217
1217
|
} | undefined;
|
|
1218
1218
|
}, {
|
|
1219
|
-
error: string;
|
|
1220
1219
|
success: boolean;
|
|
1220
|
+
error: string;
|
|
1221
1221
|
operation: "cancel_subscription";
|
|
1222
1222
|
subscription?: {
|
|
1223
1223
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1253,8 +1253,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1253
1253
|
}>, "many">>;
|
|
1254
1254
|
error: import("zod").ZodString;
|
|
1255
1255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1256
|
-
error: string;
|
|
1257
1256
|
success: boolean;
|
|
1257
|
+
error: string;
|
|
1258
1258
|
operation: "list_payment_links";
|
|
1259
1259
|
payment_links?: {
|
|
1260
1260
|
url: string;
|
|
@@ -1264,8 +1264,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1264
1264
|
created?: number | undefined;
|
|
1265
1265
|
}[] | undefined;
|
|
1266
1266
|
}, {
|
|
1267
|
-
error: string;
|
|
1268
1267
|
success: boolean;
|
|
1268
|
+
error: string;
|
|
1269
1269
|
operation: "list_payment_links";
|
|
1270
1270
|
payment_links?: {
|
|
1271
1271
|
url: string;
|
|
@@ -1307,8 +1307,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1307
1307
|
}>>;
|
|
1308
1308
|
error: import("zod").ZodString;
|
|
1309
1309
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1310
|
-
error: string;
|
|
1311
1310
|
success: boolean;
|
|
1311
|
+
error: string;
|
|
1312
1312
|
operation: "create_subscription";
|
|
1313
1313
|
subscription?: {
|
|
1314
1314
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|
|
@@ -1321,8 +1321,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1321
1321
|
current_period_end?: number | undefined;
|
|
1322
1322
|
} | undefined;
|
|
1323
1323
|
}, {
|
|
1324
|
-
error: string;
|
|
1325
1324
|
success: boolean;
|
|
1325
|
+
error: string;
|
|
1326
1326
|
operation: "create_subscription";
|
|
1327
1327
|
subscription?: {
|
|
1328
1328
|
status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
|