@bubblelab/bubble-core 0.1.52 → 0.1.54

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.
Files changed (77) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +178 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +10 -0
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +193 -170
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +5 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  55. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  56. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  57. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  58. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  61. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  63. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  64. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  65. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  66. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  67. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  68. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  73. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  74. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  76. package/dist/bubbles.json +22 -2
  77. 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
- operation: "create_price";
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
- operation: "create_price";
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
- metadata?: Record<string, string> | undefined;
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?: "draft" | "open" | "paid" | "uncollectible" | "void" | undefined;
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?: "draft" | "open" | "paid" | "uncollectible" | "void" | undefined;
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;
@@ -712,58 +712,63 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
712
712
  total: import("zod").ZodNumber;
713
713
  currency: import("zod").ZodString;
714
714
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
715
+ due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
715
716
  hosted_invoice_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
716
717
  invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
717
718
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
718
719
  }, "strip", import("zod").ZodTypeAny, {
720
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
719
721
  id: string;
720
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
721
722
  currency: string;
722
723
  customer: string | null;
723
724
  total: number;
724
725
  created?: number | undefined;
725
726
  metadata?: Record<string, string> | undefined;
727
+ due_date?: string | null | undefined;
726
728
  hosted_invoice_url?: string | null | undefined;
727
729
  invoice_pdf?: string | null | undefined;
728
730
  }, {
731
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
729
732
  id: string;
730
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
731
733
  currency: string;
732
734
  customer: string | null;
733
735
  total: number;
734
736
  created?: number | undefined;
735
737
  metadata?: Record<string, string> | undefined;
738
+ due_date?: string | null | undefined;
736
739
  hosted_invoice_url?: string | null | undefined;
737
740
  invoice_pdf?: string | null | undefined;
738
741
  }>>;
739
742
  error: import("zod").ZodString;
740
743
  }, "strip", import("zod").ZodTypeAny, {
741
- operation: "create_invoice";
742
- success: boolean;
743
744
  error: string;
745
+ success: boolean;
746
+ operation: "create_invoice";
744
747
  invoice?: {
748
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
745
749
  id: string;
746
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
747
750
  currency: string;
748
751
  customer: string | null;
749
752
  total: number;
750
753
  created?: number | undefined;
751
754
  metadata?: Record<string, string> | undefined;
755
+ due_date?: string | null | undefined;
752
756
  hosted_invoice_url?: string | null | undefined;
753
757
  invoice_pdf?: string | null | undefined;
754
758
  } | undefined;
755
759
  }, {
756
- operation: "create_invoice";
757
- success: boolean;
758
760
  error: string;
761
+ success: boolean;
762
+ operation: "create_invoice";
759
763
  invoice?: {
764
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
760
765
  id: string;
761
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
762
766
  currency: string;
763
767
  customer: string | null;
764
768
  total: number;
765
769
  created?: number | undefined;
766
770
  metadata?: Record<string, string> | undefined;
771
+ due_date?: string | null | undefined;
767
772
  hosted_invoice_url?: string | null | undefined;
768
773
  invoice_pdf?: string | null | undefined;
769
774
  } | undefined;
@@ -777,58 +782,63 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
777
782
  total: import("zod").ZodNumber;
778
783
  currency: import("zod").ZodString;
779
784
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
785
+ due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
780
786
  hosted_invoice_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
781
787
  invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
782
788
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
783
789
  }, "strip", import("zod").ZodTypeAny, {
790
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
784
791
  id: string;
785
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
786
792
  currency: string;
787
793
  customer: string | null;
788
794
  total: number;
789
795
  created?: number | undefined;
790
796
  metadata?: Record<string, string> | undefined;
797
+ due_date?: string | null | undefined;
791
798
  hosted_invoice_url?: string | null | undefined;
792
799
  invoice_pdf?: string | null | undefined;
793
800
  }, {
801
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
794
802
  id: string;
795
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
796
803
  currency: string;
797
804
  customer: string | null;
798
805
  total: number;
799
806
  created?: number | undefined;
800
807
  metadata?: Record<string, string> | undefined;
808
+ due_date?: string | null | undefined;
801
809
  hosted_invoice_url?: string | null | undefined;
802
810
  invoice_pdf?: string | null | undefined;
803
811
  }>, "many">>;
804
812
  error: import("zod").ZodString;
805
813
  }, "strip", import("zod").ZodTypeAny, {
806
- operation: "list_invoices";
807
- success: boolean;
808
814
  error: string;
815
+ success: boolean;
816
+ operation: "list_invoices";
809
817
  invoices?: {
818
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
810
819
  id: string;
811
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
812
820
  currency: string;
813
821
  customer: string | null;
814
822
  total: number;
815
823
  created?: number | undefined;
816
824
  metadata?: Record<string, string> | undefined;
825
+ due_date?: string | null | undefined;
817
826
  hosted_invoice_url?: string | null | undefined;
818
827
  invoice_pdf?: string | null | undefined;
819
828
  }[] | undefined;
820
829
  }, {
821
- operation: "list_invoices";
822
- success: boolean;
823
830
  error: string;
831
+ success: boolean;
832
+ operation: "list_invoices";
824
833
  invoices?: {
834
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
825
835
  id: string;
826
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
827
836
  currency: string;
828
837
  customer: string | null;
829
838
  total: number;
830
839
  created?: number | undefined;
831
840
  metadata?: Record<string, string> | undefined;
841
+ due_date?: string | null | undefined;
832
842
  hosted_invoice_url?: string | null | undefined;
833
843
  invoice_pdf?: string | null | undefined;
834
844
  }[] | undefined;
@@ -842,58 +852,63 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
842
852
  total: import("zod").ZodNumber;
843
853
  currency: import("zod").ZodString;
844
854
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
855
+ due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
845
856
  hosted_invoice_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
846
857
  invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
847
858
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
848
859
  }, "strip", import("zod").ZodTypeAny, {
860
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
849
861
  id: string;
850
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
851
862
  currency: string;
852
863
  customer: string | null;
853
864
  total: number;
854
865
  created?: number | undefined;
855
866
  metadata?: Record<string, string> | undefined;
867
+ due_date?: string | null | undefined;
856
868
  hosted_invoice_url?: string | null | undefined;
857
869
  invoice_pdf?: string | null | undefined;
858
870
  }, {
871
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
859
872
  id: string;
860
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
861
873
  currency: string;
862
874
  customer: string | null;
863
875
  total: number;
864
876
  created?: number | undefined;
865
877
  metadata?: Record<string, string> | undefined;
878
+ due_date?: string | null | undefined;
866
879
  hosted_invoice_url?: string | null | undefined;
867
880
  invoice_pdf?: string | null | undefined;
868
881
  }>>;
869
882
  error: import("zod").ZodString;
870
883
  }, "strip", import("zod").ZodTypeAny, {
871
- operation: "retrieve_invoice";
872
- success: boolean;
873
884
  error: string;
885
+ success: boolean;
886
+ operation: "retrieve_invoice";
874
887
  invoice?: {
888
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
875
889
  id: string;
876
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
877
890
  currency: string;
878
891
  customer: string | null;
879
892
  total: number;
880
893
  created?: number | undefined;
881
894
  metadata?: Record<string, string> | undefined;
895
+ due_date?: string | null | undefined;
882
896
  hosted_invoice_url?: string | null | undefined;
883
897
  invoice_pdf?: string | null | undefined;
884
898
  } | undefined;
885
899
  }, {
886
- operation: "retrieve_invoice";
887
- success: boolean;
888
900
  error: string;
901
+ success: boolean;
902
+ operation: "retrieve_invoice";
889
903
  invoice?: {
904
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
890
905
  id: string;
891
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
892
906
  currency: string;
893
907
  customer: string | null;
894
908
  total: number;
895
909
  created?: number | undefined;
896
910
  metadata?: Record<string, string> | undefined;
911
+ due_date?: string | null | undefined;
897
912
  hosted_invoice_url?: string | null | undefined;
898
913
  invoice_pdf?: string | null | undefined;
899
914
  } | undefined;
@@ -907,58 +922,63 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
907
922
  total: import("zod").ZodNumber;
908
923
  currency: import("zod").ZodString;
909
924
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
925
+ due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
910
926
  hosted_invoice_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
911
927
  invoice_pdf: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
912
928
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
913
929
  }, "strip", import("zod").ZodTypeAny, {
930
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
914
931
  id: string;
915
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
916
932
  currency: string;
917
933
  customer: string | null;
918
934
  total: number;
919
935
  created?: number | undefined;
920
936
  metadata?: Record<string, string> | undefined;
937
+ due_date?: string | null | undefined;
921
938
  hosted_invoice_url?: string | null | undefined;
922
939
  invoice_pdf?: string | null | undefined;
923
940
  }, {
941
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
924
942
  id: string;
925
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
926
943
  currency: string;
927
944
  customer: string | null;
928
945
  total: number;
929
946
  created?: number | undefined;
930
947
  metadata?: Record<string, string> | undefined;
948
+ due_date?: string | null | undefined;
931
949
  hosted_invoice_url?: string | null | undefined;
932
950
  invoice_pdf?: string | null | undefined;
933
951
  }>>;
934
952
  error: import("zod").ZodString;
935
953
  }, "strip", import("zod").ZodTypeAny, {
936
- operation: "finalize_invoice";
937
- success: boolean;
938
954
  error: string;
955
+ success: boolean;
956
+ operation: "finalize_invoice";
939
957
  invoice?: {
958
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
940
959
  id: string;
941
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
942
960
  currency: string;
943
961
  customer: string | null;
944
962
  total: number;
945
963
  created?: number | undefined;
946
964
  metadata?: Record<string, string> | undefined;
965
+ due_date?: string | null | undefined;
947
966
  hosted_invoice_url?: string | null | undefined;
948
967
  invoice_pdf?: string | null | undefined;
949
968
  } | undefined;
950
969
  }, {
951
- operation: "finalize_invoice";
952
- success: boolean;
953
970
  error: string;
971
+ success: boolean;
972
+ operation: "finalize_invoice";
954
973
  invoice?: {
974
+ status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
955
975
  id: string;
956
- status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
957
976
  currency: string;
958
977
  customer: string | null;
959
978
  total: number;
960
979
  created?: number | undefined;
961
980
  metadata?: Record<string, string> | undefined;
981
+ due_date?: string | null | undefined;
962
982
  hosted_invoice_url?: string | null | undefined;
963
983
  invoice_pdf?: string | null | undefined;
964
984
  } | undefined;
@@ -1007,9 +1027,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1007
1027
  }>>;
1008
1028
  error: import("zod").ZodString;
1009
1029
  }, "strip", import("zod").ZodTypeAny, {
1010
- operation: "get_balance";
1011
- success: boolean;
1012
1030
  error: string;
1031
+ success: boolean;
1032
+ operation: "get_balance";
1013
1033
  balance?: {
1014
1034
  available: {
1015
1035
  currency: string;
@@ -1021,9 +1041,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1021
1041
  }[];
1022
1042
  } | undefined;
1023
1043
  }, {
1024
- operation: "get_balance";
1025
- success: boolean;
1026
1044
  error: string;
1045
+ success: boolean;
1046
+ operation: "get_balance";
1027
1047
  balance?: {
1028
1048
  available: {
1029
1049
  currency: string;
@@ -1046,17 +1066,17 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1046
1066
  created: import("zod").ZodNumber;
1047
1067
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1048
1068
  }, "strip", import("zod").ZodTypeAny, {
1069
+ status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1049
1070
  id: string;
1050
1071
  created: number;
1051
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1052
1072
  currency: string;
1053
1073
  amount: number;
1054
1074
  metadata?: Record<string, string> | undefined;
1055
1075
  customer?: string | null | undefined;
1056
1076
  }, {
1077
+ status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1057
1078
  id: string;
1058
1079
  created: number;
1059
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1060
1080
  currency: string;
1061
1081
  amount: number;
1062
1082
  metadata?: Record<string, string> | undefined;
@@ -1064,26 +1084,26 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1064
1084
  }>, "many">>;
1065
1085
  error: import("zod").ZodString;
1066
1086
  }, "strip", import("zod").ZodTypeAny, {
1067
- operation: "list_payment_intents";
1068
- success: boolean;
1069
1087
  error: string;
1088
+ success: boolean;
1089
+ operation: "list_payment_intents";
1070
1090
  payment_intents?: {
1091
+ status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1071
1092
  id: string;
1072
1093
  created: number;
1073
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1074
1094
  currency: string;
1075
1095
  amount: number;
1076
1096
  metadata?: Record<string, string> | undefined;
1077
1097
  customer?: string | null | undefined;
1078
1098
  }[] | undefined;
1079
1099
  }, {
1080
- operation: "list_payment_intents";
1081
- success: boolean;
1082
1100
  error: string;
1101
+ success: boolean;
1102
+ operation: "list_payment_intents";
1083
1103
  payment_intents?: {
1104
+ status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1084
1105
  id: string;
1085
1106
  created: number;
1086
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1087
1107
  currency: string;
1088
1108
  amount: number;
1089
1109
  metadata?: Record<string, string> | undefined;
@@ -1102,18 +1122,18 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1102
1122
  created: import("zod").ZodNumber;
1103
1123
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1104
1124
  }, "strip", import("zod").ZodTypeAny, {
1125
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1105
1126
  id: string;
1106
1127
  created: number;
1107
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1108
1128
  customer: string;
1109
1129
  cancel_at_period_end: boolean;
1110
1130
  metadata?: Record<string, string> | undefined;
1111
1131
  current_period_start?: number | undefined;
1112
1132
  current_period_end?: number | undefined;
1113
1133
  }, {
1134
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1114
1135
  id: string;
1115
1136
  created: number;
1116
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1117
1137
  customer: string;
1118
1138
  cancel_at_period_end: boolean;
1119
1139
  metadata?: Record<string, string> | undefined;
@@ -1122,13 +1142,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1122
1142
  }>, "many">>;
1123
1143
  error: import("zod").ZodString;
1124
1144
  }, "strip", import("zod").ZodTypeAny, {
1125
- operation: "list_subscriptions";
1126
- success: boolean;
1127
1145
  error: string;
1146
+ success: boolean;
1147
+ operation: "list_subscriptions";
1128
1148
  subscriptions?: {
1149
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1129
1150
  id: string;
1130
1151
  created: number;
1131
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1132
1152
  customer: string;
1133
1153
  cancel_at_period_end: boolean;
1134
1154
  metadata?: Record<string, string> | undefined;
@@ -1136,13 +1156,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1136
1156
  current_period_end?: number | undefined;
1137
1157
  }[] | undefined;
1138
1158
  }, {
1139
- operation: "list_subscriptions";
1140
- success: boolean;
1141
1159
  error: string;
1160
+ success: boolean;
1161
+ operation: "list_subscriptions";
1142
1162
  subscriptions?: {
1163
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1143
1164
  id: string;
1144
1165
  created: number;
1145
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1146
1166
  customer: string;
1147
1167
  cancel_at_period_end: boolean;
1148
1168
  metadata?: Record<string, string> | undefined;
@@ -1162,18 +1182,18 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1162
1182
  created: import("zod").ZodNumber;
1163
1183
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1164
1184
  }, "strip", import("zod").ZodTypeAny, {
1185
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1165
1186
  id: string;
1166
1187
  created: number;
1167
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1168
1188
  customer: string;
1169
1189
  cancel_at_period_end: boolean;
1170
1190
  metadata?: Record<string, string> | undefined;
1171
1191
  current_period_start?: number | undefined;
1172
1192
  current_period_end?: number | undefined;
1173
1193
  }, {
1194
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1174
1195
  id: string;
1175
1196
  created: number;
1176
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1177
1197
  customer: string;
1178
1198
  cancel_at_period_end: boolean;
1179
1199
  metadata?: Record<string, string> | undefined;
@@ -1182,13 +1202,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1182
1202
  }>>;
1183
1203
  error: import("zod").ZodString;
1184
1204
  }, "strip", import("zod").ZodTypeAny, {
1185
- operation: "cancel_subscription";
1186
- success: boolean;
1187
1205
  error: string;
1206
+ success: boolean;
1207
+ operation: "cancel_subscription";
1188
1208
  subscription?: {
1209
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1189
1210
  id: string;
1190
1211
  created: number;
1191
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1192
1212
  customer: string;
1193
1213
  cancel_at_period_end: boolean;
1194
1214
  metadata?: Record<string, string> | undefined;
@@ -1196,13 +1216,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1196
1216
  current_period_end?: number | undefined;
1197
1217
  } | undefined;
1198
1218
  }, {
1199
- operation: "cancel_subscription";
1200
- success: boolean;
1201
1219
  error: string;
1220
+ success: boolean;
1221
+ operation: "cancel_subscription";
1202
1222
  subscription?: {
1223
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1203
1224
  id: string;
1204
1225
  created: number;
1205
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1206
1226
  customer: string;
1207
1227
  cancel_at_period_end: boolean;
1208
1228
  metadata?: Record<string, string> | undefined;
@@ -1219,38 +1239,38 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1219
1239
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
1220
1240
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1221
1241
  }, "strip", import("zod").ZodTypeAny, {
1242
+ url: string;
1222
1243
  id: string;
1223
1244
  active: boolean;
1224
- url: string;
1225
1245
  created?: number | undefined;
1226
1246
  metadata?: Record<string, string> | undefined;
1227
1247
  }, {
1248
+ url: string;
1228
1249
  id: string;
1229
1250
  active: boolean;
1230
- url: string;
1231
1251
  created?: number | undefined;
1232
1252
  metadata?: Record<string, string> | undefined;
1233
1253
  }>, "many">>;
1234
1254
  error: import("zod").ZodString;
1235
1255
  }, "strip", import("zod").ZodTypeAny, {
1236
- operation: "list_payment_links";
1237
- success: boolean;
1238
1256
  error: string;
1257
+ success: boolean;
1258
+ operation: "list_payment_links";
1239
1259
  payment_links?: {
1260
+ url: string;
1240
1261
  id: string;
1241
1262
  active: boolean;
1242
- url: string;
1243
1263
  created?: number | undefined;
1244
1264
  metadata?: Record<string, string> | undefined;
1245
1265
  }[] | undefined;
1246
1266
  }, {
1247
- operation: "list_payment_links";
1248
- success: boolean;
1249
1267
  error: string;
1268
+ success: boolean;
1269
+ operation: "list_payment_links";
1250
1270
  payment_links?: {
1271
+ url: string;
1251
1272
  id: string;
1252
1273
  active: boolean;
1253
- url: string;
1254
1274
  created?: number | undefined;
1255
1275
  metadata?: Record<string, string> | undefined;
1256
1276
  }[] | undefined;
@@ -1267,18 +1287,18 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1267
1287
  created: import("zod").ZodNumber;
1268
1288
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1269
1289
  }, "strip", import("zod").ZodTypeAny, {
1290
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1270
1291
  id: string;
1271
1292
  created: number;
1272
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1273
1293
  customer: string;
1274
1294
  cancel_at_period_end: boolean;
1275
1295
  metadata?: Record<string, string> | undefined;
1276
1296
  current_period_start?: number | undefined;
1277
1297
  current_period_end?: number | undefined;
1278
1298
  }, {
1299
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1279
1300
  id: string;
1280
1301
  created: number;
1281
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1282
1302
  customer: string;
1283
1303
  cancel_at_period_end: boolean;
1284
1304
  metadata?: Record<string, string> | undefined;
@@ -1287,13 +1307,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1287
1307
  }>>;
1288
1308
  error: import("zod").ZodString;
1289
1309
  }, "strip", import("zod").ZodTypeAny, {
1290
- operation: "create_subscription";
1291
- success: boolean;
1292
1310
  error: string;
1311
+ success: boolean;
1312
+ operation: "create_subscription";
1293
1313
  subscription?: {
1314
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1294
1315
  id: string;
1295
1316
  created: number;
1296
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1297
1317
  customer: string;
1298
1318
  cancel_at_period_end: boolean;
1299
1319
  metadata?: Record<string, string> | undefined;
@@ -1301,13 +1321,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1301
1321
  current_period_end?: number | undefined;
1302
1322
  } | undefined;
1303
1323
  }, {
1304
- operation: "create_subscription";
1305
- success: boolean;
1306
1324
  error: string;
1325
+ success: boolean;
1326
+ operation: "create_subscription";
1307
1327
  subscription?: {
1328
+ status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1308
1329
  id: string;
1309
1330
  created: number;
1310
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1311
1331
  customer: string;
1312
1332
  cancel_at_period_end: boolean;
1313
1333
  metadata?: Record<string, string> | undefined;