@bubblelab/bubble-core 0.1.122 → 0.1.124

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 (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. package/package.json +2 -2
@@ -44,17 +44,17 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
44
44
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
45
45
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
46
46
  }, "strip", import("zod").ZodTypeAny, {
47
- name: string;
48
47
  operation: "create_customer";
48
+ name: string;
49
+ email?: string | undefined;
49
50
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
51
  metadata?: Record<string, string> | undefined;
51
- email?: string | undefined;
52
52
  }, {
53
- name: string;
54
53
  operation: "create_customer";
54
+ name: string;
55
+ email?: string | undefined;
55
56
  credentials?: Partial<Record<CredentialType, string>> | undefined;
56
57
  metadata?: Record<string, string> | undefined;
57
- email?: 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>>;
@@ -64,13 +64,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
64
64
  }, "strip", import("zod").ZodTypeAny, {
65
65
  operation: "list_customers";
66
66
  limit: number;
67
- credentials?: Partial<Record<CredentialType, string>> | undefined;
68
67
  email?: string | undefined;
68
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
69
69
  cursor?: string | undefined;
70
70
  }, {
71
71
  operation: "list_customers";
72
- credentials?: Partial<Record<CredentialType, string>> | undefined;
73
72
  email?: string | undefined;
73
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
74
74
  limit?: number | undefined;
75
75
  cursor?: string | undefined;
76
76
  }>, import("zod").ZodObject<{
@@ -92,14 +92,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
92
92
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
93
93
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
94
94
  }, "strip", import("zod").ZodTypeAny, {
95
- name: string;
96
95
  operation: "create_product";
96
+ name: string;
97
97
  description?: string | undefined;
98
98
  credentials?: Partial<Record<CredentialType, string>> | undefined;
99
99
  metadata?: Record<string, string> | undefined;
100
100
  }, {
101
- name: string;
102
101
  operation: "create_product";
102
+ name: string;
103
103
  description?: string | undefined;
104
104
  credentials?: Partial<Record<CredentialType, string>> | undefined;
105
105
  metadata?: Record<string, string> | undefined;
@@ -127,10 +127,10 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
127
127
  interval: import("zod").ZodEnum<["day", "week", "month", "year"]>;
128
128
  interval_count: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
129
129
  }, "strip", import("zod").ZodTypeAny, {
130
- interval: "year" | "month" | "day" | "week";
130
+ interval: "week" | "month" | "year" | "day";
131
131
  interval_count: number;
132
132
  }, {
133
- interval: "year" | "month" | "day" | "week";
133
+ interval: "week" | "month" | "year" | "day";
134
134
  interval_count?: number | undefined;
135
135
  }>>;
136
136
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
@@ -143,7 +143,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
143
143
  credentials?: Partial<Record<CredentialType, string>> | undefined;
144
144
  metadata?: Record<string, string> | undefined;
145
145
  recurring?: {
146
- interval: "year" | "month" | "day" | "week";
146
+ interval: "week" | "month" | "year" | "day";
147
147
  interval_count: number;
148
148
  } | undefined;
149
149
  }, {
@@ -154,7 +154,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
154
154
  metadata?: Record<string, string> | undefined;
155
155
  currency?: string | undefined;
156
156
  recurring?: {
157
- interval: "year" | "month" | "day" | "week";
157
+ interval: "week" | "month" | "year" | "day";
158
158
  interval_count?: number | undefined;
159
159
  } | undefined;
160
160
  }>, import("zod").ZodObject<{
@@ -167,14 +167,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
167
167
  operation: "list_prices";
168
168
  limit: number;
169
169
  credentials?: Partial<Record<CredentialType, string>> | undefined;
170
- active?: boolean | undefined;
171
170
  product?: string | undefined;
171
+ active?: boolean | undefined;
172
172
  }, {
173
173
  operation: "list_prices";
174
174
  credentials?: Partial<Record<CredentialType, string>> | undefined;
175
175
  limit?: number | undefined;
176
- active?: boolean | undefined;
177
176
  product?: string | undefined;
177
+ active?: boolean | undefined;
178
178
  }>, import("zod").ZodObject<{
179
179
  operation: import("zod").ZodLiteral<"create_payment_link">;
180
180
  price: import("zod").ZodString;
@@ -207,8 +207,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
207
207
  description: import("zod").ZodOptional<import("zod").ZodString>;
208
208
  quantity: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
209
209
  }, "strip", import("zod").ZodTypeAny, {
210
- unit_amount: number;
211
210
  quantity: number;
211
+ unit_amount: number;
212
212
  description?: string | undefined;
213
213
  }, {
214
214
  unit_amount: number;
@@ -223,8 +223,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
223
223
  auto_advance: boolean;
224
224
  collection_method: "charge_automatically" | "send_invoice";
225
225
  items?: {
226
- unit_amount: number;
227
226
  quantity: number;
227
+ unit_amount: number;
228
228
  description?: string | undefined;
229
229
  }[] | undefined;
230
230
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -304,9 +304,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
304
304
  }, "strip", import("zod").ZodTypeAny, {
305
305
  operation: "create_invoice_item";
306
306
  currency: string;
307
+ quantity: number;
307
308
  unit_amount: number;
308
309
  customer: string;
309
- quantity: number;
310
310
  description?: string | undefined;
311
311
  credentials?: Partial<Record<CredentialType, string>> | undefined;
312
312
  metadata?: Record<string, string> | undefined;
@@ -319,8 +319,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
319
319
  credentials?: Partial<Record<CredentialType, string>> | undefined;
320
320
  metadata?: Record<string, string> | undefined;
321
321
  currency?: string | undefined;
322
- invoice?: string | undefined;
323
322
  quantity?: number | undefined;
323
+ invoice?: string | undefined;
324
324
  }>, import("zod").ZodObject<{
325
325
  operation: import("zod").ZodLiteral<"send_invoice">;
326
326
  invoice_id: import("zod").ZodString;
@@ -366,12 +366,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
366
366
  }, "strip", import("zod").ZodTypeAny, {
367
367
  operation: "list_subscriptions";
368
368
  limit: number;
369
- status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
369
+ status?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid" | undefined;
370
370
  credentials?: Partial<Record<CredentialType, string>> | undefined;
371
371
  customer?: string | undefined;
372
372
  }, {
373
373
  operation: "list_subscriptions";
374
- status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
374
+ status?: "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid" | undefined;
375
375
  credentials?: Partial<Record<CredentialType, string>> | undefined;
376
376
  limit?: number | undefined;
377
377
  customer?: string | undefined;
@@ -382,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
382
382
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
383
383
  }, "strip", import("zod").ZodTypeAny, {
384
384
  operation: "cancel_subscription";
385
- cancel_at_period_end: boolean;
386
385
  subscription_id: string;
386
+ cancel_at_period_end: boolean;
387
387
  credentials?: Partial<Record<CredentialType, string>> | undefined;
388
388
  }, {
389
389
  operation: "cancel_subscription";
@@ -443,37 +443,37 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
443
443
  id: string;
444
444
  created: number;
445
445
  name?: string | null | undefined;
446
- metadata?: Record<string, string> | undefined;
447
446
  email?: string | null | undefined;
447
+ metadata?: Record<string, string> | undefined;
448
448
  }, {
449
449
  id: string;
450
450
  created: number;
451
451
  name?: string | null | undefined;
452
- metadata?: Record<string, string> | undefined;
453
452
  email?: string | null | undefined;
453
+ metadata?: Record<string, string> | undefined;
454
454
  }>>;
455
455
  error: import("zod").ZodString;
456
456
  }, "strip", import("zod").ZodTypeAny, {
457
+ operation: "create_customer";
457
458
  error: string;
458
459
  success: boolean;
459
- operation: "create_customer";
460
460
  customer?: {
461
461
  id: string;
462
462
  created: number;
463
463
  name?: string | null | undefined;
464
- metadata?: Record<string, string> | undefined;
465
464
  email?: string | null | undefined;
465
+ metadata?: Record<string, string> | undefined;
466
466
  } | undefined;
467
467
  }, {
468
+ operation: "create_customer";
468
469
  error: string;
469
470
  success: boolean;
470
- operation: "create_customer";
471
471
  customer?: {
472
472
  id: string;
473
473
  created: number;
474
474
  name?: string | null | undefined;
475
- metadata?: Record<string, string> | undefined;
476
475
  email?: string | null | undefined;
476
+ metadata?: Record<string, string> | undefined;
477
477
  } | undefined;
478
478
  }>, import("zod").ZodObject<{
479
479
  operation: import("zod").ZodLiteral<"list_customers">;
@@ -488,43 +488,43 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
488
488
  id: string;
489
489
  created: number;
490
490
  name?: string | null | undefined;
491
- metadata?: Record<string, string> | undefined;
492
491
  email?: string | null | undefined;
492
+ metadata?: Record<string, string> | undefined;
493
493
  }, {
494
494
  id: string;
495
495
  created: number;
496
496
  name?: string | null | undefined;
497
- metadata?: Record<string, string> | undefined;
498
497
  email?: string | null | undefined;
498
+ metadata?: Record<string, string> | undefined;
499
499
  }>, "many">>;
500
500
  has_more: import("zod").ZodOptional<import("zod").ZodBoolean>;
501
501
  next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
502
502
  error: import("zod").ZodString;
503
503
  }, "strip", import("zod").ZodTypeAny, {
504
+ operation: "list_customers";
504
505
  error: string;
505
506
  success: boolean;
506
- operation: "list_customers";
507
507
  next_cursor?: string | null | undefined;
508
508
  has_more?: boolean | undefined;
509
509
  customers?: {
510
510
  id: string;
511
511
  created: number;
512
512
  name?: string | null | undefined;
513
- metadata?: Record<string, string> | undefined;
514
513
  email?: string | null | undefined;
514
+ metadata?: Record<string, string> | undefined;
515
515
  }[] | undefined;
516
516
  }, {
517
+ operation: "list_customers";
517
518
  error: string;
518
519
  success: boolean;
519
- operation: "list_customers";
520
520
  next_cursor?: string | null | undefined;
521
521
  has_more?: boolean | undefined;
522
522
  customers?: {
523
523
  id: string;
524
524
  created: number;
525
525
  name?: string | null | undefined;
526
- metadata?: Record<string, string> | undefined;
527
526
  email?: string | null | undefined;
527
+ metadata?: Record<string, string> | undefined;
528
528
  }[] | undefined;
529
529
  }>, import("zod").ZodObject<{
530
530
  operation: import("zod").ZodLiteral<"retrieve_customer">;
@@ -539,40 +539,40 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
539
539
  id: string;
540
540
  created: number;
541
541
  name?: string | null | undefined;
542
- metadata?: Record<string, string> | undefined;
543
542
  email?: string | null | undefined;
543
+ metadata?: Record<string, string> | undefined;
544
544
  }, {
545
545
  id: string;
546
546
  created: number;
547
547
  name?: string | null | undefined;
548
- metadata?: Record<string, string> | undefined;
549
548
  email?: string | null | undefined;
549
+ metadata?: Record<string, string> | undefined;
550
550
  }>>;
551
551
  deleted: import("zod").ZodOptional<import("zod").ZodBoolean>;
552
552
  error: import("zod").ZodString;
553
553
  }, "strip", import("zod").ZodTypeAny, {
554
+ operation: "retrieve_customer";
554
555
  error: string;
555
556
  success: boolean;
556
- operation: "retrieve_customer";
557
557
  deleted?: boolean | undefined;
558
558
  customer?: {
559
559
  id: string;
560
560
  created: number;
561
561
  name?: string | null | undefined;
562
- metadata?: Record<string, string> | undefined;
563
562
  email?: string | null | undefined;
563
+ metadata?: Record<string, string> | undefined;
564
564
  } | undefined;
565
565
  }, {
566
+ operation: "retrieve_customer";
566
567
  error: string;
567
568
  success: boolean;
568
- operation: "retrieve_customer";
569
569
  deleted?: boolean | undefined;
570
570
  customer?: {
571
571
  id: string;
572
572
  created: number;
573
573
  name?: string | null | undefined;
574
- metadata?: Record<string, string> | undefined;
575
574
  email?: string | null | undefined;
575
+ metadata?: Record<string, string> | undefined;
576
576
  } | undefined;
577
577
  }>, import("zod").ZodObject<{
578
578
  operation: import("zod").ZodLiteral<"create_product">;
@@ -601,9 +601,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
601
601
  }>>;
602
602
  error: import("zod").ZodString;
603
603
  }, "strip", import("zod").ZodTypeAny, {
604
+ operation: "create_product";
604
605
  error: string;
605
606
  success: boolean;
606
- operation: "create_product";
607
607
  product?: {
608
608
  name: string;
609
609
  id: string;
@@ -613,9 +613,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
613
613
  metadata?: Record<string, string> | undefined;
614
614
  } | undefined;
615
615
  }, {
616
+ operation: "create_product";
616
617
  error: string;
617
618
  success: boolean;
618
- operation: "create_product";
619
619
  product?: {
620
620
  name: string;
621
621
  id: string;
@@ -651,9 +651,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
651
651
  }>, "many">>;
652
652
  error: import("zod").ZodString;
653
653
  }, "strip", import("zod").ZodTypeAny, {
654
+ operation: "list_products";
654
655
  error: string;
655
656
  success: boolean;
656
- operation: "list_products";
657
657
  products?: {
658
658
  name: string;
659
659
  id: string;
@@ -663,9 +663,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
663
663
  metadata?: Record<string, string> | undefined;
664
664
  }[] | undefined;
665
665
  }, {
666
+ operation: "list_products";
666
667
  error: string;
667
668
  success: boolean;
668
- operation: "list_products";
669
669
  products?: {
670
670
  name: string;
671
671
  id: string;
@@ -687,50 +687,50 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
687
687
  created: import("zod").ZodNumber;
688
688
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
689
689
  }, "strip", import("zod").ZodTypeAny, {
690
- type: "one_time" | "recurring";
690
+ type: "recurring" | "one_time";
691
691
  id: string;
692
692
  created: number;
693
693
  currency: string;
694
- active: boolean;
695
694
  product: string;
695
+ active: boolean;
696
696
  unit_amount: number | null;
697
697
  metadata?: Record<string, string> | undefined;
698
698
  }, {
699
- type: "one_time" | "recurring";
699
+ type: "recurring" | "one_time";
700
700
  id: string;
701
701
  created: number;
702
702
  currency: string;
703
- active: boolean;
704
703
  product: string;
704
+ active: boolean;
705
705
  unit_amount: number | null;
706
706
  metadata?: Record<string, string> | undefined;
707
707
  }>>;
708
708
  error: import("zod").ZodString;
709
709
  }, "strip", import("zod").ZodTypeAny, {
710
+ operation: "create_price";
710
711
  error: string;
711
712
  success: boolean;
712
- operation: "create_price";
713
713
  price?: {
714
- type: "one_time" | "recurring";
714
+ type: "recurring" | "one_time";
715
715
  id: string;
716
716
  created: number;
717
717
  currency: string;
718
- active: boolean;
719
718
  product: string;
719
+ active: boolean;
720
720
  unit_amount: number | null;
721
721
  metadata?: Record<string, string> | undefined;
722
722
  } | undefined;
723
723
  }, {
724
+ operation: "create_price";
724
725
  error: string;
725
726
  success: boolean;
726
- operation: "create_price";
727
727
  price?: {
728
- type: "one_time" | "recurring";
728
+ type: "recurring" | "one_time";
729
729
  id: string;
730
730
  created: number;
731
731
  currency: string;
732
- active: boolean;
733
732
  product: string;
733
+ active: boolean;
734
734
  unit_amount: number | null;
735
735
  metadata?: Record<string, string> | undefined;
736
736
  } | undefined;
@@ -747,50 +747,50 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
747
747
  created: import("zod").ZodNumber;
748
748
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
749
749
  }, "strip", import("zod").ZodTypeAny, {
750
- type: "one_time" | "recurring";
750
+ type: "recurring" | "one_time";
751
751
  id: string;
752
752
  created: number;
753
753
  currency: string;
754
- active: boolean;
755
754
  product: string;
755
+ active: boolean;
756
756
  unit_amount: number | null;
757
757
  metadata?: Record<string, string> | undefined;
758
758
  }, {
759
- type: "one_time" | "recurring";
759
+ type: "recurring" | "one_time";
760
760
  id: string;
761
761
  created: number;
762
762
  currency: string;
763
- active: boolean;
764
763
  product: string;
764
+ active: boolean;
765
765
  unit_amount: number | null;
766
766
  metadata?: Record<string, string> | undefined;
767
767
  }>, "many">>;
768
768
  error: import("zod").ZodString;
769
769
  }, "strip", import("zod").ZodTypeAny, {
770
+ operation: "list_prices";
770
771
  error: string;
771
772
  success: boolean;
772
- operation: "list_prices";
773
773
  prices?: {
774
- type: "one_time" | "recurring";
774
+ type: "recurring" | "one_time";
775
775
  id: string;
776
776
  created: number;
777
777
  currency: string;
778
- active: boolean;
779
778
  product: string;
779
+ active: boolean;
780
780
  unit_amount: number | null;
781
781
  metadata?: Record<string, string> | undefined;
782
782
  }[] | undefined;
783
783
  }, {
784
+ operation: "list_prices";
784
785
  error: string;
785
786
  success: boolean;
786
- operation: "list_prices";
787
787
  prices?: {
788
- type: "one_time" | "recurring";
788
+ type: "recurring" | "one_time";
789
789
  id: string;
790
790
  created: number;
791
791
  currency: string;
792
- active: boolean;
793
792
  product: string;
793
+ active: boolean;
794
794
  unit_amount: number | null;
795
795
  metadata?: Record<string, string> | undefined;
796
796
  }[] | undefined;
@@ -804,40 +804,40 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
804
804
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
805
805
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
806
806
  }, "strip", import("zod").ZodTypeAny, {
807
- id: string;
808
807
  url: string;
808
+ id: string;
809
809
  active: boolean;
810
- metadata?: Record<string, string> | undefined;
811
810
  created?: number | undefined;
811
+ metadata?: Record<string, string> | undefined;
812
812
  }, {
813
- id: string;
814
813
  url: string;
814
+ id: string;
815
815
  active: boolean;
816
- metadata?: Record<string, string> | undefined;
817
816
  created?: number | undefined;
817
+ metadata?: Record<string, string> | undefined;
818
818
  }>>;
819
819
  error: import("zod").ZodString;
820
820
  }, "strip", import("zod").ZodTypeAny, {
821
+ operation: "create_payment_link";
821
822
  error: string;
822
823
  success: boolean;
823
- operation: "create_payment_link";
824
824
  payment_link?: {
825
- id: string;
826
825
  url: string;
826
+ id: string;
827
827
  active: boolean;
828
- metadata?: Record<string, string> | undefined;
829
828
  created?: number | undefined;
829
+ metadata?: Record<string, string> | undefined;
830
830
  } | undefined;
831
831
  }, {
832
+ operation: "create_payment_link";
832
833
  error: string;
833
834
  success: boolean;
834
- operation: "create_payment_link";
835
835
  payment_link?: {
836
- id: string;
837
836
  url: string;
837
+ id: string;
838
838
  active: boolean;
839
- metadata?: Record<string, string> | undefined;
840
839
  created?: number | undefined;
840
+ metadata?: Record<string, string> | undefined;
841
841
  } | undefined;
842
842
  }>, import("zod").ZodObject<{
843
843
  operation: import("zod").ZodLiteral<"create_invoice">;
@@ -859,8 +859,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
859
859
  total: number;
860
860
  currency: string;
861
861
  customer: string | null;
862
- metadata?: Record<string, string> | undefined;
863
862
  created?: number | undefined;
863
+ metadata?: Record<string, string> | undefined;
864
864
  due_date?: string | null | undefined;
865
865
  hosted_invoice_url?: string | null | undefined;
866
866
  invoice_pdf?: string | null | undefined;
@@ -870,41 +870,41 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
870
870
  total: number;
871
871
  currency: string;
872
872
  customer: string | null;
873
- metadata?: Record<string, string> | undefined;
874
873
  created?: number | undefined;
874
+ metadata?: Record<string, string> | undefined;
875
875
  due_date?: string | null | undefined;
876
876
  hosted_invoice_url?: string | null | undefined;
877
877
  invoice_pdf?: string | null | undefined;
878
878
  }>>;
879
879
  error: import("zod").ZodString;
880
880
  }, "strip", import("zod").ZodTypeAny, {
881
+ operation: "create_invoice";
881
882
  error: string;
882
883
  success: boolean;
883
- operation: "create_invoice";
884
884
  invoice?: {
885
885
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
886
886
  id: string;
887
887
  total: number;
888
888
  currency: string;
889
889
  customer: string | null;
890
- metadata?: Record<string, string> | undefined;
891
890
  created?: number | undefined;
891
+ metadata?: Record<string, string> | undefined;
892
892
  due_date?: string | null | undefined;
893
893
  hosted_invoice_url?: string | null | undefined;
894
894
  invoice_pdf?: string | null | undefined;
895
895
  } | undefined;
896
896
  }, {
897
+ operation: "create_invoice";
897
898
  error: string;
898
899
  success: boolean;
899
- operation: "create_invoice";
900
900
  invoice?: {
901
901
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
902
902
  id: string;
903
903
  total: number;
904
904
  currency: string;
905
905
  customer: string | null;
906
- metadata?: Record<string, string> | undefined;
907
906
  created?: number | undefined;
907
+ metadata?: Record<string, string> | undefined;
908
908
  due_date?: string | null | undefined;
909
909
  hosted_invoice_url?: string | null | undefined;
910
910
  invoice_pdf?: string | null | undefined;
@@ -929,8 +929,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
929
929
  total: number;
930
930
  currency: string;
931
931
  customer: string | null;
932
- metadata?: Record<string, string> | undefined;
933
932
  created?: number | undefined;
933
+ metadata?: Record<string, string> | undefined;
934
934
  due_date?: string | null | undefined;
935
935
  hosted_invoice_url?: string | null | undefined;
936
936
  invoice_pdf?: string | null | undefined;
@@ -940,8 +940,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
940
940
  total: number;
941
941
  currency: string;
942
942
  customer: string | null;
943
- metadata?: Record<string, string> | undefined;
944
943
  created?: number | undefined;
944
+ metadata?: Record<string, string> | undefined;
945
945
  due_date?: string | null | undefined;
946
946
  hosted_invoice_url?: string | null | undefined;
947
947
  invoice_pdf?: string | null | undefined;
@@ -950,9 +950,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
950
950
  next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
951
951
  error: import("zod").ZodString;
952
952
  }, "strip", import("zod").ZodTypeAny, {
953
+ operation: "list_invoices";
953
954
  error: string;
954
955
  success: boolean;
955
- operation: "list_invoices";
956
956
  next_cursor?: string | null | undefined;
957
957
  has_more?: boolean | undefined;
958
958
  invoices?: {
@@ -961,16 +961,16 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
961
961
  total: number;
962
962
  currency: string;
963
963
  customer: string | null;
964
- metadata?: Record<string, string> | undefined;
965
964
  created?: number | undefined;
965
+ metadata?: Record<string, string> | undefined;
966
966
  due_date?: string | null | undefined;
967
967
  hosted_invoice_url?: string | null | undefined;
968
968
  invoice_pdf?: string | null | undefined;
969
969
  }[] | undefined;
970
970
  }, {
971
+ operation: "list_invoices";
971
972
  error: string;
972
973
  success: boolean;
973
- operation: "list_invoices";
974
974
  next_cursor?: string | null | undefined;
975
975
  has_more?: boolean | undefined;
976
976
  invoices?: {
@@ -979,8 +979,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
979
979
  total: number;
980
980
  currency: string;
981
981
  customer: string | null;
982
- metadata?: Record<string, string> | undefined;
983
982
  created?: number | undefined;
983
+ metadata?: Record<string, string> | undefined;
984
984
  due_date?: string | null | undefined;
985
985
  hosted_invoice_url?: string | null | undefined;
986
986
  invoice_pdf?: string | null | undefined;
@@ -1005,8 +1005,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1005
1005
  total: number;
1006
1006
  currency: string;
1007
1007
  customer: string | null;
1008
- metadata?: Record<string, string> | undefined;
1009
1008
  created?: number | undefined;
1009
+ metadata?: Record<string, string> | undefined;
1010
1010
  due_date?: string | null | undefined;
1011
1011
  hosted_invoice_url?: string | null | undefined;
1012
1012
  invoice_pdf?: string | null | undefined;
@@ -1016,41 +1016,41 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1016
1016
  total: number;
1017
1017
  currency: string;
1018
1018
  customer: string | null;
1019
- metadata?: Record<string, string> | undefined;
1020
1019
  created?: number | undefined;
1020
+ metadata?: Record<string, string> | undefined;
1021
1021
  due_date?: string | null | undefined;
1022
1022
  hosted_invoice_url?: string | null | undefined;
1023
1023
  invoice_pdf?: string | null | undefined;
1024
1024
  }>>;
1025
1025
  error: import("zod").ZodString;
1026
1026
  }, "strip", import("zod").ZodTypeAny, {
1027
+ operation: "retrieve_invoice";
1027
1028
  error: string;
1028
1029
  success: boolean;
1029
- operation: "retrieve_invoice";
1030
1030
  invoice?: {
1031
1031
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1032
1032
  id: string;
1033
1033
  total: number;
1034
1034
  currency: string;
1035
1035
  customer: string | null;
1036
- metadata?: Record<string, string> | undefined;
1037
1036
  created?: number | undefined;
1037
+ metadata?: Record<string, string> | undefined;
1038
1038
  due_date?: string | null | undefined;
1039
1039
  hosted_invoice_url?: string | null | undefined;
1040
1040
  invoice_pdf?: string | null | undefined;
1041
1041
  } | undefined;
1042
1042
  }, {
1043
+ operation: "retrieve_invoice";
1043
1044
  error: string;
1044
1045
  success: boolean;
1045
- operation: "retrieve_invoice";
1046
1046
  invoice?: {
1047
1047
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1048
1048
  id: string;
1049
1049
  total: number;
1050
1050
  currency: string;
1051
1051
  customer: string | null;
1052
- metadata?: Record<string, string> | undefined;
1053
1052
  created?: number | undefined;
1053
+ metadata?: Record<string, string> | undefined;
1054
1054
  due_date?: string | null | undefined;
1055
1055
  hosted_invoice_url?: string | null | undefined;
1056
1056
  invoice_pdf?: string | null | undefined;
@@ -1075,8 +1075,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1075
1075
  total: number;
1076
1076
  currency: string;
1077
1077
  customer: string | null;
1078
- metadata?: Record<string, string> | undefined;
1079
1078
  created?: number | undefined;
1079
+ metadata?: Record<string, string> | undefined;
1080
1080
  due_date?: string | null | undefined;
1081
1081
  hosted_invoice_url?: string | null | undefined;
1082
1082
  invoice_pdf?: string | null | undefined;
@@ -1086,41 +1086,41 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1086
1086
  total: number;
1087
1087
  currency: string;
1088
1088
  customer: string | null;
1089
- metadata?: Record<string, string> | undefined;
1090
1089
  created?: number | undefined;
1090
+ metadata?: Record<string, string> | undefined;
1091
1091
  due_date?: string | null | undefined;
1092
1092
  hosted_invoice_url?: string | null | undefined;
1093
1093
  invoice_pdf?: string | null | undefined;
1094
1094
  }>>;
1095
1095
  error: import("zod").ZodString;
1096
1096
  }, "strip", import("zod").ZodTypeAny, {
1097
+ operation: "finalize_invoice";
1097
1098
  error: string;
1098
1099
  success: boolean;
1099
- operation: "finalize_invoice";
1100
1100
  invoice?: {
1101
1101
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1102
1102
  id: string;
1103
1103
  total: number;
1104
1104
  currency: string;
1105
1105
  customer: string | null;
1106
- metadata?: Record<string, string> | undefined;
1107
1106
  created?: number | undefined;
1107
+ metadata?: Record<string, string> | undefined;
1108
1108
  due_date?: string | null | undefined;
1109
1109
  hosted_invoice_url?: string | null | undefined;
1110
1110
  invoice_pdf?: string | null | undefined;
1111
1111
  } | undefined;
1112
1112
  }, {
1113
+ operation: "finalize_invoice";
1113
1114
  error: string;
1114
1115
  success: boolean;
1115
- operation: "finalize_invoice";
1116
1116
  invoice?: {
1117
1117
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1118
1118
  id: string;
1119
1119
  total: number;
1120
1120
  currency: string;
1121
1121
  customer: string | null;
1122
- metadata?: Record<string, string> | undefined;
1123
1122
  created?: number | undefined;
1123
+ metadata?: Record<string, string> | undefined;
1124
1124
  due_date?: string | null | undefined;
1125
1125
  hosted_invoice_url?: string | null | undefined;
1126
1126
  invoice_pdf?: string | null | undefined;
@@ -1147,9 +1147,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1147
1147
  description?: string | null | undefined;
1148
1148
  date?: number | undefined;
1149
1149
  metadata?: Record<string, string> | undefined;
1150
+ quantity?: number | undefined;
1150
1151
  unit_amount?: number | null | undefined;
1151
1152
  invoice?: string | null | undefined;
1152
- quantity?: number | undefined;
1153
1153
  }, {
1154
1154
  id: string;
1155
1155
  currency: string;
@@ -1158,15 +1158,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1158
1158
  description?: string | null | undefined;
1159
1159
  date?: number | undefined;
1160
1160
  metadata?: Record<string, string> | undefined;
1161
+ quantity?: number | undefined;
1161
1162
  unit_amount?: number | null | undefined;
1162
1163
  invoice?: string | null | undefined;
1163
- quantity?: number | undefined;
1164
1164
  }>>;
1165
1165
  error: import("zod").ZodString;
1166
1166
  }, "strip", import("zod").ZodTypeAny, {
1167
+ operation: "create_invoice_item";
1167
1168
  error: string;
1168
1169
  success: boolean;
1169
- operation: "create_invoice_item";
1170
1170
  invoice_item?: {
1171
1171
  id: string;
1172
1172
  currency: string;
@@ -1175,14 +1175,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1175
1175
  description?: string | null | undefined;
1176
1176
  date?: number | undefined;
1177
1177
  metadata?: Record<string, string> | undefined;
1178
+ quantity?: number | undefined;
1178
1179
  unit_amount?: number | null | undefined;
1179
1180
  invoice?: string | null | undefined;
1180
- quantity?: number | undefined;
1181
1181
  } | undefined;
1182
1182
  }, {
1183
+ operation: "create_invoice_item";
1183
1184
  error: string;
1184
1185
  success: boolean;
1185
- operation: "create_invoice_item";
1186
1186
  invoice_item?: {
1187
1187
  id: string;
1188
1188
  currency: string;
@@ -1191,9 +1191,9 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1191
1191
  description?: string | null | undefined;
1192
1192
  date?: number | undefined;
1193
1193
  metadata?: Record<string, string> | undefined;
1194
+ quantity?: number | undefined;
1194
1195
  unit_amount?: number | null | undefined;
1195
1196
  invoice?: string | null | undefined;
1196
- quantity?: number | undefined;
1197
1197
  } | undefined;
1198
1198
  }>, import("zod").ZodObject<{
1199
1199
  operation: import("zod").ZodLiteral<"send_invoice">;
@@ -1215,8 +1215,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1215
1215
  total: number;
1216
1216
  currency: string;
1217
1217
  customer: string | null;
1218
- metadata?: Record<string, string> | undefined;
1219
1218
  created?: number | undefined;
1219
+ metadata?: Record<string, string> | undefined;
1220
1220
  due_date?: string | null | undefined;
1221
1221
  hosted_invoice_url?: string | null | undefined;
1222
1222
  invoice_pdf?: string | null | undefined;
@@ -1226,41 +1226,41 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1226
1226
  total: number;
1227
1227
  currency: string;
1228
1228
  customer: string | null;
1229
- metadata?: Record<string, string> | undefined;
1230
1229
  created?: number | undefined;
1230
+ metadata?: Record<string, string> | undefined;
1231
1231
  due_date?: string | null | undefined;
1232
1232
  hosted_invoice_url?: string | null | undefined;
1233
1233
  invoice_pdf?: string | null | undefined;
1234
1234
  }>>;
1235
1235
  error: import("zod").ZodString;
1236
1236
  }, "strip", import("zod").ZodTypeAny, {
1237
+ operation: "send_invoice";
1237
1238
  error: string;
1238
1239
  success: boolean;
1239
- operation: "send_invoice";
1240
1240
  invoice?: {
1241
1241
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1242
1242
  id: string;
1243
1243
  total: number;
1244
1244
  currency: string;
1245
1245
  customer: string | null;
1246
- metadata?: Record<string, string> | undefined;
1247
1246
  created?: number | undefined;
1247
+ metadata?: Record<string, string> | undefined;
1248
1248
  due_date?: string | null | undefined;
1249
1249
  hosted_invoice_url?: string | null | undefined;
1250
1250
  invoice_pdf?: string | null | undefined;
1251
1251
  } | undefined;
1252
1252
  }, {
1253
+ operation: "send_invoice";
1253
1254
  error: string;
1254
1255
  success: boolean;
1255
- operation: "send_invoice";
1256
1256
  invoice?: {
1257
1257
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1258
1258
  id: string;
1259
1259
  total: number;
1260
1260
  currency: string;
1261
1261
  customer: string | null;
1262
- metadata?: Record<string, string> | undefined;
1263
1262
  created?: number | undefined;
1263
+ metadata?: Record<string, string> | undefined;
1264
1264
  due_date?: string | null | undefined;
1265
1265
  hosted_invoice_url?: string | null | undefined;
1266
1266
  invoice_pdf?: string | null | undefined;
@@ -1290,49 +1290,49 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1290
1290
  amount: number;
1291
1291
  }>, "many">;
1292
1292
  }, "strip", import("zod").ZodTypeAny, {
1293
- pending: {
1293
+ available: {
1294
1294
  currency: string;
1295
1295
  amount: number;
1296
1296
  }[];
1297
- available: {
1297
+ pending: {
1298
1298
  currency: string;
1299
1299
  amount: number;
1300
1300
  }[];
1301
1301
  }, {
1302
- pending: {
1302
+ available: {
1303
1303
  currency: string;
1304
1304
  amount: number;
1305
1305
  }[];
1306
- available: {
1306
+ pending: {
1307
1307
  currency: string;
1308
1308
  amount: number;
1309
1309
  }[];
1310
1310
  }>>;
1311
1311
  error: import("zod").ZodString;
1312
1312
  }, "strip", import("zod").ZodTypeAny, {
1313
+ operation: "get_balance";
1313
1314
  error: string;
1314
1315
  success: boolean;
1315
- operation: "get_balance";
1316
1316
  balance?: {
1317
- pending: {
1317
+ available: {
1318
1318
  currency: string;
1319
1319
  amount: number;
1320
1320
  }[];
1321
- available: {
1321
+ pending: {
1322
1322
  currency: string;
1323
1323
  amount: number;
1324
1324
  }[];
1325
1325
  } | undefined;
1326
1326
  }, {
1327
+ operation: "get_balance";
1327
1328
  error: string;
1328
1329
  success: boolean;
1329
- operation: "get_balance";
1330
1330
  balance?: {
1331
- pending: {
1331
+ available: {
1332
1332
  currency: string;
1333
1333
  amount: number;
1334
1334
  }[];
1335
- available: {
1335
+ pending: {
1336
1336
  currency: string;
1337
1337
  amount: number;
1338
1338
  }[];
@@ -1349,7 +1349,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1349
1349
  created: import("zod").ZodNumber;
1350
1350
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1351
1351
  }, "strip", import("zod").ZodTypeAny, {
1352
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1352
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1353
1353
  id: string;
1354
1354
  created: number;
1355
1355
  currency: string;
@@ -1357,7 +1357,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1357
1357
  metadata?: Record<string, string> | undefined;
1358
1358
  customer?: string | null | undefined;
1359
1359
  }, {
1360
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1360
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1361
1361
  id: string;
1362
1362
  created: number;
1363
1363
  currency: string;
@@ -1367,11 +1367,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1367
1367
  }>, "many">>;
1368
1368
  error: import("zod").ZodString;
1369
1369
  }, "strip", import("zod").ZodTypeAny, {
1370
+ operation: "list_payment_intents";
1370
1371
  error: string;
1371
1372
  success: boolean;
1372
- operation: "list_payment_intents";
1373
1373
  payment_intents?: {
1374
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1374
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1375
1375
  id: string;
1376
1376
  created: number;
1377
1377
  currency: string;
@@ -1380,11 +1380,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1380
1380
  customer?: string | null | undefined;
1381
1381
  }[] | undefined;
1382
1382
  }, {
1383
+ operation: "list_payment_intents";
1383
1384
  error: string;
1384
1385
  success: boolean;
1385
- operation: "list_payment_intents";
1386
1386
  payment_intents?: {
1387
- status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1387
+ status: "processing" | "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "requires_capture" | "succeeded";
1388
1388
  id: string;
1389
1389
  created: number;
1390
1390
  currency: string;
@@ -1405,7 +1405,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1405
1405
  created: import("zod").ZodNumber;
1406
1406
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1407
1407
  }, "strip", import("zod").ZodTypeAny, {
1408
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1408
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1409
1409
  id: string;
1410
1410
  created: number;
1411
1411
  customer: string;
@@ -1414,7 +1414,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1414
1414
  current_period_start?: number | undefined;
1415
1415
  current_period_end?: number | undefined;
1416
1416
  }, {
1417
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1417
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1418
1418
  id: string;
1419
1419
  created: number;
1420
1420
  customer: string;
@@ -1425,11 +1425,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1425
1425
  }>, "many">>;
1426
1426
  error: import("zod").ZodString;
1427
1427
  }, "strip", import("zod").ZodTypeAny, {
1428
+ operation: "list_subscriptions";
1428
1429
  error: string;
1429
1430
  success: boolean;
1430
- operation: "list_subscriptions";
1431
1431
  subscriptions?: {
1432
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1432
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1433
1433
  id: string;
1434
1434
  created: number;
1435
1435
  customer: string;
@@ -1439,11 +1439,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1439
1439
  current_period_end?: number | undefined;
1440
1440
  }[] | undefined;
1441
1441
  }, {
1442
+ operation: "list_subscriptions";
1442
1443
  error: string;
1443
1444
  success: boolean;
1444
- operation: "list_subscriptions";
1445
1445
  subscriptions?: {
1446
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1446
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1447
1447
  id: string;
1448
1448
  created: number;
1449
1449
  customer: string;
@@ -1465,7 +1465,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1465
1465
  created: import("zod").ZodNumber;
1466
1466
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1467
1467
  }, "strip", import("zod").ZodTypeAny, {
1468
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1468
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1469
1469
  id: string;
1470
1470
  created: number;
1471
1471
  customer: string;
@@ -1474,7 +1474,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1474
1474
  current_period_start?: number | undefined;
1475
1475
  current_period_end?: number | undefined;
1476
1476
  }, {
1477
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1477
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1478
1478
  id: string;
1479
1479
  created: number;
1480
1480
  customer: string;
@@ -1485,11 +1485,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1485
1485
  }>>;
1486
1486
  error: import("zod").ZodString;
1487
1487
  }, "strip", import("zod").ZodTypeAny, {
1488
+ operation: "cancel_subscription";
1488
1489
  error: string;
1489
1490
  success: boolean;
1490
- operation: "cancel_subscription";
1491
1491
  subscription?: {
1492
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1492
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1493
1493
  id: string;
1494
1494
  created: number;
1495
1495
  customer: string;
@@ -1499,11 +1499,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1499
1499
  current_period_end?: number | undefined;
1500
1500
  } | undefined;
1501
1501
  }, {
1502
+ operation: "cancel_subscription";
1502
1503
  error: string;
1503
1504
  success: boolean;
1504
- operation: "cancel_subscription";
1505
1505
  subscription?: {
1506
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1506
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1507
1507
  id: string;
1508
1508
  created: number;
1509
1509
  customer: string;
@@ -1522,40 +1522,40 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1522
1522
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
1523
1523
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1524
1524
  }, "strip", import("zod").ZodTypeAny, {
1525
- id: string;
1526
1525
  url: string;
1526
+ id: string;
1527
1527
  active: boolean;
1528
- metadata?: Record<string, string> | undefined;
1529
1528
  created?: number | undefined;
1529
+ metadata?: Record<string, string> | undefined;
1530
1530
  }, {
1531
- id: string;
1532
1531
  url: string;
1532
+ id: string;
1533
1533
  active: boolean;
1534
- metadata?: Record<string, string> | undefined;
1535
1534
  created?: number | undefined;
1535
+ metadata?: Record<string, string> | undefined;
1536
1536
  }>, "many">>;
1537
1537
  error: import("zod").ZodString;
1538
1538
  }, "strip", import("zod").ZodTypeAny, {
1539
+ operation: "list_payment_links";
1539
1540
  error: string;
1540
1541
  success: boolean;
1541
- operation: "list_payment_links";
1542
1542
  payment_links?: {
1543
- id: string;
1544
1543
  url: string;
1544
+ id: string;
1545
1545
  active: boolean;
1546
- metadata?: Record<string, string> | undefined;
1547
1546
  created?: number | undefined;
1547
+ metadata?: Record<string, string> | undefined;
1548
1548
  }[] | undefined;
1549
1549
  }, {
1550
+ operation: "list_payment_links";
1550
1551
  error: string;
1551
1552
  success: boolean;
1552
- operation: "list_payment_links";
1553
1553
  payment_links?: {
1554
- id: string;
1555
1554
  url: string;
1555
+ id: string;
1556
1556
  active: boolean;
1557
- metadata?: Record<string, string> | undefined;
1558
1557
  created?: number | undefined;
1558
+ metadata?: Record<string, string> | undefined;
1559
1559
  }[] | undefined;
1560
1560
  }>, import("zod").ZodObject<{
1561
1561
  operation: import("zod").ZodLiteral<"create_subscription">;
@@ -1570,7 +1570,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1570
1570
  created: import("zod").ZodNumber;
1571
1571
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1572
1572
  }, "strip", import("zod").ZodTypeAny, {
1573
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1573
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1574
1574
  id: string;
1575
1575
  created: number;
1576
1576
  customer: string;
@@ -1579,7 +1579,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1579
1579
  current_period_start?: number | undefined;
1580
1580
  current_period_end?: number | undefined;
1581
1581
  }, {
1582
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1582
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1583
1583
  id: string;
1584
1584
  created: number;
1585
1585
  customer: string;
@@ -1590,11 +1590,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1590
1590
  }>>;
1591
1591
  error: import("zod").ZodString;
1592
1592
  }, "strip", import("zod").ZodTypeAny, {
1593
+ operation: "create_subscription";
1593
1594
  error: string;
1594
1595
  success: boolean;
1595
- operation: "create_subscription";
1596
1596
  subscription?: {
1597
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1597
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1598
1598
  id: string;
1599
1599
  created: number;
1600
1600
  customer: string;
@@ -1604,11 +1604,11 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1604
1604
  current_period_end?: number | undefined;
1605
1605
  } | undefined;
1606
1606
  }, {
1607
+ operation: "create_subscription";
1607
1608
  error: string;
1608
1609
  success: boolean;
1609
- operation: "create_subscription";
1610
1610
  subscription?: {
1611
- status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1611
+ status: "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "canceled" | "unpaid";
1612
1612
  id: string;
1613
1613
  created: number;
1614
1614
  customer: string;