@bubblelab/bubble-core 0.1.55 → 0.1.57

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 (62) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
  4. package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  39. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  45. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
  46. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
  47. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +1 -1
  62. package/package.json +2 -2
@@ -54,19 +54,19 @@ export declare const StripePriceSchema: z.ZodObject<{
54
54
  type: "one_time" | "recurring";
55
55
  id: string;
56
56
  created: number;
57
+ currency: string;
57
58
  active: boolean;
58
59
  product: string;
59
60
  unit_amount: number | null;
60
- currency: string;
61
61
  metadata?: Record<string, string> | undefined;
62
62
  }, {
63
63
  type: "one_time" | "recurring";
64
64
  id: string;
65
65
  created: number;
66
+ currency: string;
66
67
  active: boolean;
67
68
  product: string;
68
69
  unit_amount: number | null;
69
- currency: string;
70
70
  metadata?: Record<string, string> | undefined;
71
71
  }>;
72
72
  export declare const StripePaymentLinkSchema: z.ZodObject<{
@@ -79,14 +79,14 @@ export declare const StripePaymentLinkSchema: z.ZodObject<{
79
79
  url: string;
80
80
  id: string;
81
81
  active: boolean;
82
- created?: number | undefined;
83
82
  metadata?: Record<string, string> | undefined;
83
+ created?: number | undefined;
84
84
  }, {
85
85
  url: string;
86
86
  id: string;
87
87
  active: boolean;
88
- created?: number | undefined;
89
88
  metadata?: Record<string, string> | undefined;
89
+ created?: number | undefined;
90
90
  }>;
91
91
  export declare const StripeInvoiceSchema: z.ZodObject<{
92
92
  id: z.ZodString;
@@ -102,22 +102,22 @@ export declare const StripeInvoiceSchema: z.ZodObject<{
102
102
  }, "strip", z.ZodTypeAny, {
103
103
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
104
104
  id: string;
105
+ total: number;
105
106
  currency: string;
106
107
  customer: string | null;
107
- total: number;
108
- created?: number | undefined;
109
108
  metadata?: Record<string, string> | undefined;
109
+ created?: number | undefined;
110
110
  due_date?: string | null | undefined;
111
111
  hosted_invoice_url?: string | null | undefined;
112
112
  invoice_pdf?: string | null | undefined;
113
113
  }, {
114
114
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
115
115
  id: string;
116
+ total: number;
116
117
  currency: string;
117
118
  customer: string | null;
118
- total: number;
119
- created?: number | undefined;
120
119
  metadata?: Record<string, string> | undefined;
120
+ created?: number | undefined;
121
121
  due_date?: string | null | undefined;
122
122
  hosted_invoice_url?: string | null | undefined;
123
123
  invoice_pdf?: string | null | undefined;
@@ -144,20 +144,20 @@ export declare const StripeBalanceSchema: z.ZodObject<{
144
144
  amount: number;
145
145
  }>, "many">;
146
146
  }, "strip", z.ZodTypeAny, {
147
- available: {
147
+ pending: {
148
148
  currency: string;
149
149
  amount: number;
150
150
  }[];
151
- pending: {
151
+ available: {
152
152
  currency: string;
153
153
  amount: number;
154
154
  }[];
155
155
  }, {
156
- available: {
156
+ pending: {
157
157
  currency: string;
158
158
  amount: number;
159
159
  }[];
160
- pending: {
160
+ available: {
161
161
  currency: string;
162
162
  amount: number;
163
163
  }[];
@@ -171,7 +171,7 @@ export declare const StripePaymentIntentSchema: z.ZodObject<{
171
171
  created: z.ZodNumber;
172
172
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
173
173
  }, "strip", z.ZodTypeAny, {
174
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
174
+ status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
175
175
  id: string;
176
176
  created: number;
177
177
  currency: string;
@@ -179,7 +179,7 @@ export declare const StripePaymentIntentSchema: z.ZodObject<{
179
179
  metadata?: Record<string, string> | undefined;
180
180
  customer?: string | null | undefined;
181
181
  }, {
182
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
182
+ status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
183
183
  id: string;
184
184
  created: number;
185
185
  currency: string;
@@ -197,7 +197,7 @@ export declare const StripeSubscriptionSchema: z.ZodObject<{
197
197
  created: z.ZodNumber;
198
198
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
199
199
  }, "strip", z.ZodTypeAny, {
200
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
200
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
201
201
  id: string;
202
202
  created: number;
203
203
  customer: string;
@@ -206,7 +206,7 @@ export declare const StripeSubscriptionSchema: z.ZodObject<{
206
206
  current_period_start?: number | undefined;
207
207
  current_period_end?: number | undefined;
208
208
  }, {
209
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
209
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
210
210
  id: string;
211
211
  created: number;
212
212
  customer: string;
@@ -224,14 +224,14 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  name: string;
226
226
  operation: "create_customer";
227
- email?: string | undefined;
228
227
  credentials?: Partial<Record<CredentialType, string>> | undefined;
228
+ email?: string | undefined;
229
229
  metadata?: Record<string, string> | undefined;
230
230
  }, {
231
231
  name: string;
232
232
  operation: "create_customer";
233
- email?: string | undefined;
234
233
  credentials?: Partial<Record<CredentialType, string>> | undefined;
234
+ email?: string | undefined;
235
235
  metadata?: Record<string, string> | undefined;
236
236
  }>, z.ZodObject<{
237
237
  operation: z.ZodLiteral<"list_customers">;
@@ -241,12 +241,12 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
241
241
  }, "strip", z.ZodTypeAny, {
242
242
  operation: "list_customers";
243
243
  limit: number;
244
- email?: string | undefined;
245
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
245
+ email?: string | undefined;
246
246
  }, {
247
247
  operation: "list_customers";
248
- email?: string | undefined;
249
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
+ email?: string | undefined;
250
250
  limit?: number | undefined;
251
251
  }>, z.ZodObject<{
252
252
  operation: z.ZodLiteral<"create_product">;
@@ -279,8 +279,8 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
279
279
  }, {
280
280
  operation: "list_products";
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
- active?: boolean | undefined;
283
282
  limit?: number | undefined;
283
+ active?: boolean | undefined;
284
284
  }>, z.ZodObject<{
285
285
  operation: z.ZodLiteral<"create_price">;
286
286
  product: z.ZodString;
@@ -290,23 +290,23 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
290
290
  interval: z.ZodEnum<["day", "week", "month", "year"]>;
291
291
  interval_count: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
292
292
  }, "strip", z.ZodTypeAny, {
293
- interval: "day" | "week" | "month" | "year";
293
+ interval: "week" | "month" | "year" | "day";
294
294
  interval_count: number;
295
295
  }, {
296
- interval: "day" | "week" | "month" | "year";
296
+ interval: "week" | "month" | "year" | "day";
297
297
  interval_count?: number | undefined;
298
298
  }>>;
299
299
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
300
300
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
301
301
  }, "strip", z.ZodTypeAny, {
302
302
  operation: "create_price";
303
+ currency: string;
303
304
  product: string;
304
305
  unit_amount: number;
305
- currency: string;
306
306
  credentials?: Partial<Record<CredentialType, string>> | undefined;
307
307
  metadata?: Record<string, string> | undefined;
308
308
  recurring?: {
309
- interval: "day" | "week" | "month" | "year";
309
+ interval: "week" | "month" | "year" | "day";
310
310
  interval_count: number;
311
311
  } | undefined;
312
312
  }, {
@@ -317,7 +317,7 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
317
317
  metadata?: Record<string, string> | undefined;
318
318
  currency?: string | undefined;
319
319
  recurring?: {
320
- interval: "day" | "week" | "month" | "year";
320
+ interval: "week" | "month" | "year" | "day";
321
321
  interval_count?: number | undefined;
322
322
  } | undefined;
323
323
  }>, z.ZodObject<{
@@ -335,9 +335,9 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
335
335
  }, {
336
336
  operation: "list_prices";
337
337
  credentials?: Partial<Record<CredentialType, string>> | undefined;
338
+ limit?: number | undefined;
338
339
  active?: boolean | undefined;
339
340
  product?: string | undefined;
340
- limit?: number | undefined;
341
341
  }>, z.ZodObject<{
342
342
  operation: z.ZodLiteral<"create_payment_link">;
343
343
  price: z.ZodString;
@@ -399,8 +399,8 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
399
399
  operation: "list_invoices";
400
400
  status?: "void" | "draft" | "open" | "paid" | "uncollectible" | undefined;
401
401
  credentials?: Partial<Record<CredentialType, string>> | undefined;
402
- customer?: string | undefined;
403
402
  limit?: number | undefined;
403
+ customer?: string | undefined;
404
404
  }>, z.ZodObject<{
405
405
  operation: z.ZodLiteral<"retrieve_invoice">;
406
406
  invoice_id: z.ZodString;
@@ -450,8 +450,8 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
450
450
  }, {
451
451
  operation: "list_payment_intents";
452
452
  credentials?: Partial<Record<CredentialType, string>> | undefined;
453
- customer?: string | undefined;
454
453
  limit?: number | undefined;
454
+ customer?: string | undefined;
455
455
  }>, z.ZodObject<{
456
456
  operation: z.ZodLiteral<"list_subscriptions">;
457
457
  limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
@@ -461,15 +461,15 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
461
461
  }, "strip", z.ZodTypeAny, {
462
462
  operation: "list_subscriptions";
463
463
  limit: number;
464
- status?: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused" | "all" | undefined;
464
+ status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
465
465
  credentials?: Partial<Record<CredentialType, string>> | undefined;
466
466
  customer?: string | undefined;
467
467
  }, {
468
468
  operation: "list_subscriptions";
469
- status?: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused" | "all" | undefined;
469
+ status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
470
470
  credentials?: Partial<Record<CredentialType, string>> | undefined;
471
- customer?: string | undefined;
472
471
  limit?: number | undefined;
472
+ customer?: string | undefined;
473
473
  }>, z.ZodObject<{
474
474
  operation: z.ZodLiteral<"cancel_subscription">;
475
475
  subscription_id: z.ZodString;
@@ -498,8 +498,8 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
498
498
  }, {
499
499
  operation: "list_payment_links";
500
500
  credentials?: Partial<Record<CredentialType, string>> | undefined;
501
- active?: boolean | undefined;
502
501
  limit?: number | undefined;
502
+ active?: boolean | undefined;
503
503
  }>, z.ZodObject<{
504
504
  operation: z.ZodLiteral<"create_subscription">;
505
505
  customer: z.ZodString;
@@ -510,16 +510,16 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
510
510
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
511
511
  }, "strip", z.ZodTypeAny, {
512
512
  operation: "create_subscription";
513
- customer: string;
514
513
  price: string;
514
+ customer: string;
515
515
  payment_behavior: "default_incomplete" | "error_if_incomplete" | "allow_incomplete";
516
516
  credentials?: Partial<Record<CredentialType, string>> | undefined;
517
517
  metadata?: Record<string, string> | undefined;
518
518
  trial_period_days?: number | undefined;
519
519
  }, {
520
520
  operation: "create_subscription";
521
- customer: string;
522
521
  price: string;
522
+ customer: string;
523
523
  credentials?: Partial<Record<CredentialType, string>> | undefined;
524
524
  metadata?: Record<string, string> | undefined;
525
525
  trial_period_days?: number | undefined;
@@ -731,19 +731,19 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
731
731
  type: "one_time" | "recurring";
732
732
  id: string;
733
733
  created: number;
734
+ currency: string;
734
735
  active: boolean;
735
736
  product: string;
736
737
  unit_amount: number | null;
737
- currency: string;
738
738
  metadata?: Record<string, string> | undefined;
739
739
  }, {
740
740
  type: "one_time" | "recurring";
741
741
  id: string;
742
742
  created: number;
743
+ currency: string;
743
744
  active: boolean;
744
745
  product: string;
745
746
  unit_amount: number | null;
746
- currency: string;
747
747
  metadata?: Record<string, string> | undefined;
748
748
  }>>;
749
749
  error: z.ZodString;
@@ -755,10 +755,10 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
755
755
  type: "one_time" | "recurring";
756
756
  id: string;
757
757
  created: number;
758
+ currency: string;
758
759
  active: boolean;
759
760
  product: string;
760
761
  unit_amount: number | null;
761
- currency: string;
762
762
  metadata?: Record<string, string> | undefined;
763
763
  } | undefined;
764
764
  }, {
@@ -769,10 +769,10 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
769
769
  type: "one_time" | "recurring";
770
770
  id: string;
771
771
  created: number;
772
+ currency: string;
772
773
  active: boolean;
773
774
  product: string;
774
775
  unit_amount: number | null;
775
- currency: string;
776
776
  metadata?: Record<string, string> | undefined;
777
777
  } | undefined;
778
778
  }>, z.ZodObject<{
@@ -791,19 +791,19 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
791
791
  type: "one_time" | "recurring";
792
792
  id: string;
793
793
  created: number;
794
+ currency: string;
794
795
  active: boolean;
795
796
  product: string;
796
797
  unit_amount: number | null;
797
- currency: string;
798
798
  metadata?: Record<string, string> | undefined;
799
799
  }, {
800
800
  type: "one_time" | "recurring";
801
801
  id: string;
802
802
  created: number;
803
+ currency: string;
803
804
  active: boolean;
804
805
  product: string;
805
806
  unit_amount: number | null;
806
- currency: string;
807
807
  metadata?: Record<string, string> | undefined;
808
808
  }>, "many">>;
809
809
  error: z.ZodString;
@@ -815,10 +815,10 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
815
815
  type: "one_time" | "recurring";
816
816
  id: string;
817
817
  created: number;
818
+ currency: string;
818
819
  active: boolean;
819
820
  product: string;
820
821
  unit_amount: number | null;
821
- currency: string;
822
822
  metadata?: Record<string, string> | undefined;
823
823
  }[] | undefined;
824
824
  }, {
@@ -829,10 +829,10 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
829
829
  type: "one_time" | "recurring";
830
830
  id: string;
831
831
  created: number;
832
+ currency: string;
832
833
  active: boolean;
833
834
  product: string;
834
835
  unit_amount: number | null;
835
- currency: string;
836
836
  metadata?: Record<string, string> | undefined;
837
837
  }[] | undefined;
838
838
  }>, z.ZodObject<{
@@ -848,14 +848,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
848
848
  url: string;
849
849
  id: string;
850
850
  active: boolean;
851
- created?: number | undefined;
852
851
  metadata?: Record<string, string> | undefined;
852
+ created?: number | undefined;
853
853
  }, {
854
854
  url: string;
855
855
  id: string;
856
856
  active: boolean;
857
- created?: number | undefined;
858
857
  metadata?: Record<string, string> | undefined;
858
+ created?: number | undefined;
859
859
  }>>;
860
860
  error: z.ZodString;
861
861
  }, "strip", z.ZodTypeAny, {
@@ -866,8 +866,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
866
866
  url: string;
867
867
  id: string;
868
868
  active: boolean;
869
- created?: number | undefined;
870
869
  metadata?: Record<string, string> | undefined;
870
+ created?: number | undefined;
871
871
  } | undefined;
872
872
  }, {
873
873
  error: string;
@@ -877,8 +877,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
877
877
  url: string;
878
878
  id: string;
879
879
  active: boolean;
880
- created?: number | undefined;
881
880
  metadata?: Record<string, string> | undefined;
881
+ created?: number | undefined;
882
882
  } | undefined;
883
883
  }>, z.ZodObject<{
884
884
  operation: z.ZodLiteral<"create_invoice">;
@@ -897,22 +897,22 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
897
897
  }, "strip", z.ZodTypeAny, {
898
898
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
899
899
  id: string;
900
+ total: number;
900
901
  currency: string;
901
902
  customer: string | null;
902
- total: number;
903
- created?: number | undefined;
904
903
  metadata?: Record<string, string> | undefined;
904
+ created?: number | undefined;
905
905
  due_date?: string | null | undefined;
906
906
  hosted_invoice_url?: string | null | undefined;
907
907
  invoice_pdf?: string | null | undefined;
908
908
  }, {
909
909
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
910
910
  id: string;
911
+ total: number;
911
912
  currency: string;
912
913
  customer: string | null;
913
- total: number;
914
- created?: number | undefined;
915
914
  metadata?: Record<string, string> | undefined;
915
+ created?: number | undefined;
916
916
  due_date?: string | null | undefined;
917
917
  hosted_invoice_url?: string | null | undefined;
918
918
  invoice_pdf?: string | null | undefined;
@@ -925,11 +925,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
925
925
  invoice?: {
926
926
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
927
927
  id: string;
928
+ total: number;
928
929
  currency: string;
929
930
  customer: string | null;
930
- total: number;
931
- created?: number | undefined;
932
931
  metadata?: Record<string, string> | undefined;
932
+ created?: number | undefined;
933
933
  due_date?: string | null | undefined;
934
934
  hosted_invoice_url?: string | null | undefined;
935
935
  invoice_pdf?: string | null | undefined;
@@ -941,11 +941,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
941
941
  invoice?: {
942
942
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
943
943
  id: string;
944
+ total: number;
944
945
  currency: string;
945
946
  customer: string | null;
946
- total: number;
947
- created?: number | undefined;
948
947
  metadata?: Record<string, string> | undefined;
948
+ created?: number | undefined;
949
949
  due_date?: string | null | undefined;
950
950
  hosted_invoice_url?: string | null | undefined;
951
951
  invoice_pdf?: string | null | undefined;
@@ -967,22 +967,22 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
967
967
  }, "strip", z.ZodTypeAny, {
968
968
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
969
969
  id: string;
970
+ total: number;
970
971
  currency: string;
971
972
  customer: string | null;
972
- total: number;
973
- created?: number | undefined;
974
973
  metadata?: Record<string, string> | undefined;
974
+ created?: number | undefined;
975
975
  due_date?: string | null | undefined;
976
976
  hosted_invoice_url?: string | null | undefined;
977
977
  invoice_pdf?: string | null | undefined;
978
978
  }, {
979
979
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
980
980
  id: string;
981
+ total: number;
981
982
  currency: string;
982
983
  customer: string | null;
983
- total: number;
984
- created?: number | undefined;
985
984
  metadata?: Record<string, string> | undefined;
985
+ created?: number | undefined;
986
986
  due_date?: string | null | undefined;
987
987
  hosted_invoice_url?: string | null | undefined;
988
988
  invoice_pdf?: string | null | undefined;
@@ -995,11 +995,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
995
995
  invoices?: {
996
996
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
997
997
  id: string;
998
+ total: number;
998
999
  currency: string;
999
1000
  customer: string | null;
1000
- total: number;
1001
- created?: number | undefined;
1002
1001
  metadata?: Record<string, string> | undefined;
1002
+ created?: number | undefined;
1003
1003
  due_date?: string | null | undefined;
1004
1004
  hosted_invoice_url?: string | null | undefined;
1005
1005
  invoice_pdf?: string | null | undefined;
@@ -1011,11 +1011,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1011
1011
  invoices?: {
1012
1012
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1013
1013
  id: string;
1014
+ total: number;
1014
1015
  currency: string;
1015
1016
  customer: string | null;
1016
- total: number;
1017
- created?: number | undefined;
1018
1017
  metadata?: Record<string, string> | undefined;
1018
+ created?: number | undefined;
1019
1019
  due_date?: string | null | undefined;
1020
1020
  hosted_invoice_url?: string | null | undefined;
1021
1021
  invoice_pdf?: string | null | undefined;
@@ -1037,22 +1037,22 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1037
1037
  }, "strip", z.ZodTypeAny, {
1038
1038
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1039
1039
  id: string;
1040
+ total: number;
1040
1041
  currency: string;
1041
1042
  customer: string | null;
1042
- total: number;
1043
- created?: number | undefined;
1044
1043
  metadata?: Record<string, string> | undefined;
1044
+ created?: number | undefined;
1045
1045
  due_date?: string | null | undefined;
1046
1046
  hosted_invoice_url?: string | null | undefined;
1047
1047
  invoice_pdf?: string | null | undefined;
1048
1048
  }, {
1049
1049
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1050
1050
  id: string;
1051
+ total: number;
1051
1052
  currency: string;
1052
1053
  customer: string | null;
1053
- total: number;
1054
- created?: number | undefined;
1055
1054
  metadata?: Record<string, string> | undefined;
1055
+ created?: number | undefined;
1056
1056
  due_date?: string | null | undefined;
1057
1057
  hosted_invoice_url?: string | null | undefined;
1058
1058
  invoice_pdf?: string | null | undefined;
@@ -1065,11 +1065,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1065
1065
  invoice?: {
1066
1066
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1067
1067
  id: string;
1068
+ total: number;
1068
1069
  currency: string;
1069
1070
  customer: string | null;
1070
- total: number;
1071
- created?: number | undefined;
1072
1071
  metadata?: Record<string, string> | undefined;
1072
+ created?: number | undefined;
1073
1073
  due_date?: string | null | undefined;
1074
1074
  hosted_invoice_url?: string | null | undefined;
1075
1075
  invoice_pdf?: string | null | undefined;
@@ -1081,11 +1081,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1081
1081
  invoice?: {
1082
1082
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1083
1083
  id: string;
1084
+ total: number;
1084
1085
  currency: string;
1085
1086
  customer: string | null;
1086
- total: number;
1087
- created?: number | undefined;
1088
1087
  metadata?: Record<string, string> | undefined;
1088
+ created?: number | undefined;
1089
1089
  due_date?: string | null | undefined;
1090
1090
  hosted_invoice_url?: string | null | undefined;
1091
1091
  invoice_pdf?: string | null | undefined;
@@ -1107,22 +1107,22 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1109
1109
  id: string;
1110
+ total: number;
1110
1111
  currency: string;
1111
1112
  customer: string | null;
1112
- total: number;
1113
- created?: number | undefined;
1114
1113
  metadata?: Record<string, string> | undefined;
1114
+ created?: number | undefined;
1115
1115
  due_date?: string | null | undefined;
1116
1116
  hosted_invoice_url?: string | null | undefined;
1117
1117
  invoice_pdf?: string | null | undefined;
1118
1118
  }, {
1119
1119
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1120
1120
  id: string;
1121
+ total: number;
1121
1122
  currency: string;
1122
1123
  customer: string | null;
1123
- total: number;
1124
- created?: number | undefined;
1125
1124
  metadata?: Record<string, string> | undefined;
1125
+ created?: number | undefined;
1126
1126
  due_date?: string | null | undefined;
1127
1127
  hosted_invoice_url?: string | null | undefined;
1128
1128
  invoice_pdf?: string | null | undefined;
@@ -1135,11 +1135,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1135
1135
  invoice?: {
1136
1136
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1137
1137
  id: string;
1138
+ total: number;
1138
1139
  currency: string;
1139
1140
  customer: string | null;
1140
- total: number;
1141
- created?: number | undefined;
1142
1141
  metadata?: Record<string, string> | undefined;
1142
+ created?: number | undefined;
1143
1143
  due_date?: string | null | undefined;
1144
1144
  hosted_invoice_url?: string | null | undefined;
1145
1145
  invoice_pdf?: string | null | undefined;
@@ -1151,11 +1151,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1151
1151
  invoice?: {
1152
1152
  status: "void" | "draft" | "open" | "paid" | "uncollectible" | null;
1153
1153
  id: string;
1154
+ total: number;
1154
1155
  currency: string;
1155
1156
  customer: string | null;
1156
- total: number;
1157
- created?: number | undefined;
1158
1157
  metadata?: Record<string, string> | undefined;
1158
+ created?: number | undefined;
1159
1159
  due_date?: string | null | undefined;
1160
1160
  hosted_invoice_url?: string | null | undefined;
1161
1161
  invoice_pdf?: string | null | undefined;
@@ -1185,20 +1185,20 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1185
1185
  amount: number;
1186
1186
  }>, "many">;
1187
1187
  }, "strip", z.ZodTypeAny, {
1188
- available: {
1188
+ pending: {
1189
1189
  currency: string;
1190
1190
  amount: number;
1191
1191
  }[];
1192
- pending: {
1192
+ available: {
1193
1193
  currency: string;
1194
1194
  amount: number;
1195
1195
  }[];
1196
1196
  }, {
1197
- available: {
1197
+ pending: {
1198
1198
  currency: string;
1199
1199
  amount: number;
1200
1200
  }[];
1201
- pending: {
1201
+ available: {
1202
1202
  currency: string;
1203
1203
  amount: number;
1204
1204
  }[];
@@ -1209,11 +1209,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1209
1209
  success: boolean;
1210
1210
  operation: "get_balance";
1211
1211
  balance?: {
1212
- available: {
1212
+ pending: {
1213
1213
  currency: string;
1214
1214
  amount: number;
1215
1215
  }[];
1216
- pending: {
1216
+ available: {
1217
1217
  currency: string;
1218
1218
  amount: number;
1219
1219
  }[];
@@ -1223,11 +1223,11 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1223
1223
  success: boolean;
1224
1224
  operation: "get_balance";
1225
1225
  balance?: {
1226
- available: {
1226
+ pending: {
1227
1227
  currency: string;
1228
1228
  amount: number;
1229
1229
  }[];
1230
- pending: {
1230
+ available: {
1231
1231
  currency: string;
1232
1232
  amount: number;
1233
1233
  }[];
@@ -1244,7 +1244,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1244
1244
  created: z.ZodNumber;
1245
1245
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1246
1246
  }, "strip", z.ZodTypeAny, {
1247
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1247
+ status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1248
1248
  id: string;
1249
1249
  created: number;
1250
1250
  currency: string;
@@ -1252,7 +1252,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1252
1252
  metadata?: Record<string, string> | undefined;
1253
1253
  customer?: string | null | undefined;
1254
1254
  }, {
1255
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1255
+ status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1256
1256
  id: string;
1257
1257
  created: number;
1258
1258
  currency: string;
@@ -1266,7 +1266,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1266
1266
  success: boolean;
1267
1267
  operation: "list_payment_intents";
1268
1268
  payment_intents?: {
1269
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1269
+ status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1270
1270
  id: string;
1271
1271
  created: number;
1272
1272
  currency: string;
@@ -1279,7 +1279,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1279
1279
  success: boolean;
1280
1280
  operation: "list_payment_intents";
1281
1281
  payment_intents?: {
1282
- status: "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "canceled" | "succeeded";
1282
+ status: "canceled" | "requires_payment_method" | "requires_confirmation" | "requires_action" | "processing" | "requires_capture" | "succeeded";
1283
1283
  id: string;
1284
1284
  created: number;
1285
1285
  currency: string;
@@ -1300,7 +1300,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1300
1300
  created: z.ZodNumber;
1301
1301
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1302
1302
  }, "strip", z.ZodTypeAny, {
1303
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1303
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1304
1304
  id: string;
1305
1305
  created: number;
1306
1306
  customer: string;
@@ -1309,7 +1309,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1309
1309
  current_period_start?: number | undefined;
1310
1310
  current_period_end?: number | undefined;
1311
1311
  }, {
1312
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1312
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1313
1313
  id: string;
1314
1314
  created: number;
1315
1315
  customer: string;
@@ -1324,7 +1324,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1324
1324
  success: boolean;
1325
1325
  operation: "list_subscriptions";
1326
1326
  subscriptions?: {
1327
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1327
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1328
1328
  id: string;
1329
1329
  created: number;
1330
1330
  customer: string;
@@ -1338,7 +1338,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1338
1338
  success: boolean;
1339
1339
  operation: "list_subscriptions";
1340
1340
  subscriptions?: {
1341
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1341
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1342
1342
  id: string;
1343
1343
  created: number;
1344
1344
  customer: string;
@@ -1360,7 +1360,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1360
1360
  created: z.ZodNumber;
1361
1361
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1362
1362
  }, "strip", z.ZodTypeAny, {
1363
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1363
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1364
1364
  id: string;
1365
1365
  created: number;
1366
1366
  customer: string;
@@ -1369,7 +1369,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1369
1369
  current_period_start?: number | undefined;
1370
1370
  current_period_end?: number | undefined;
1371
1371
  }, {
1372
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1372
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1373
1373
  id: string;
1374
1374
  created: number;
1375
1375
  customer: string;
@@ -1384,7 +1384,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1384
1384
  success: boolean;
1385
1385
  operation: "cancel_subscription";
1386
1386
  subscription?: {
1387
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1387
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1388
1388
  id: string;
1389
1389
  created: number;
1390
1390
  customer: string;
@@ -1398,7 +1398,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1398
1398
  success: boolean;
1399
1399
  operation: "cancel_subscription";
1400
1400
  subscription?: {
1401
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1401
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1402
1402
  id: string;
1403
1403
  created: number;
1404
1404
  customer: string;
@@ -1420,14 +1420,14 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1420
1420
  url: string;
1421
1421
  id: string;
1422
1422
  active: boolean;
1423
- created?: number | undefined;
1424
1423
  metadata?: Record<string, string> | undefined;
1424
+ created?: number | undefined;
1425
1425
  }, {
1426
1426
  url: string;
1427
1427
  id: string;
1428
1428
  active: boolean;
1429
- created?: number | undefined;
1430
1429
  metadata?: Record<string, string> | undefined;
1430
+ created?: number | undefined;
1431
1431
  }>, "many">>;
1432
1432
  error: z.ZodString;
1433
1433
  }, "strip", z.ZodTypeAny, {
@@ -1438,8 +1438,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1438
1438
  url: string;
1439
1439
  id: string;
1440
1440
  active: boolean;
1441
- created?: number | undefined;
1442
1441
  metadata?: Record<string, string> | undefined;
1442
+ created?: number | undefined;
1443
1443
  }[] | undefined;
1444
1444
  }, {
1445
1445
  error: string;
@@ -1449,8 +1449,8 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1449
1449
  url: string;
1450
1450
  id: string;
1451
1451
  active: boolean;
1452
- created?: number | undefined;
1453
1452
  metadata?: Record<string, string> | undefined;
1453
+ created?: number | undefined;
1454
1454
  }[] | undefined;
1455
1455
  }>, z.ZodObject<{
1456
1456
  operation: z.ZodLiteral<"create_subscription">;
@@ -1465,7 +1465,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1465
1465
  created: z.ZodNumber;
1466
1466
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1467
1467
  }, "strip", z.ZodTypeAny, {
1468
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1468
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1469
1469
  id: string;
1470
1470
  created: number;
1471
1471
  customer: string;
@@ -1474,7 +1474,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1474
1474
  current_period_start?: number | undefined;
1475
1475
  current_period_end?: number | undefined;
1476
1476
  }, {
1477
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1477
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1478
1478
  id: string;
1479
1479
  created: number;
1480
1480
  customer: string;
@@ -1489,7 +1489,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1489
1489
  success: boolean;
1490
1490
  operation: "create_subscription";
1491
1491
  subscription?: {
1492
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1492
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1493
1493
  id: string;
1494
1494
  created: number;
1495
1495
  customer: string;
@@ -1503,7 +1503,7 @@ export declare const StripeResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1503
1503
  success: boolean;
1504
1504
  operation: "create_subscription";
1505
1505
  subscription?: {
1506
- status: "active" | "canceled" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | "paused";
1506
+ status: "canceled" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid";
1507
1507
  id: string;
1508
1508
  created: number;
1509
1509
  customer: string;