@forklaunch/implementation-billing-stripe 0.0.4 → 0.0.7

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.
@@ -3,7 +3,6 @@ import * as zod from 'zod';
3
3
  import * as Stripe from 'stripe';
4
4
  import * as _sinclair_typebox from '@sinclair/typebox';
5
5
  import * as _forklaunch_validator from '@forklaunch/validator';
6
- import { CurrencyEnum, PaymentMethodEnum, PlanCadenceEnum, BillingProviderEnum } from '../enum/index.js';
7
6
 
8
7
  declare const StripeBillingPortalServiceSchemas: <SchemaValidator extends _forklaunch_validator.AnySchemaValidator>(options: Record<string, unknown> & {
9
8
  validator: SchemaValidator;
@@ -61,8 +60,8 @@ declare const StripeCheckoutSessionServiceSchemas: <SchemaValidator extends _for
61
60
  CreateCheckoutSessionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
62
61
  id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
63
62
  customerId: _sinclair_typebox.TString;
64
- currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>;
65
- paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PaymentMethodEnum.AFFIRM> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALIPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALMA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BACS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BANCONTACT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BILLIE> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BLIK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BOLETO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CARD> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CASHAPP> | _sinclair_typebox.TLiteral<PaymentMethodEnum.EPS> | _sinclair_typebox.TLiteral<PaymentMethodEnum.FPX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GIROPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GRABPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.IDEAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KLARNA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KONBINI> | _sinclair_typebox.TLiteral<PaymentMethodEnum.LINK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MOBILEPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MULTIBANCO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.OXXO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.P24> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAY_BY_BANK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYNOW> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYPAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PIX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PROMPTPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SATISPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SEPA_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SOFORT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SWISH> | _sinclair_typebox.TLiteral<PaymentMethodEnum.TWINT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.WECHAT_PAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ZIP>]>>;
63
+ currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>;
64
+ paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"affirm"> | _sinclair_typebox.TLiteral<"afterpay_clearpay"> | _sinclair_typebox.TLiteral<"alipay"> | _sinclair_typebox.TLiteral<"alma"> | _sinclair_typebox.TLiteral<"au_becs_debit"> | _sinclair_typebox.TLiteral<"bacs_debit"> | _sinclair_typebox.TLiteral<"bancontact"> | _sinclair_typebox.TLiteral<"billie"> | _sinclair_typebox.TLiteral<"blik"> | _sinclair_typebox.TLiteral<"boleto"> | _sinclair_typebox.TLiteral<"card"> | _sinclair_typebox.TLiteral<"cashapp"> | _sinclair_typebox.TLiteral<"eps"> | _sinclair_typebox.TLiteral<"fpx"> | _sinclair_typebox.TLiteral<"giropay"> | _sinclair_typebox.TLiteral<"grabpay"> | _sinclair_typebox.TLiteral<"ideal"> | _sinclair_typebox.TLiteral<"klarna"> | _sinclair_typebox.TLiteral<"konbini"> | _sinclair_typebox.TLiteral<"link"> | _sinclair_typebox.TLiteral<"mobilepay"> | _sinclair_typebox.TLiteral<"multibanco"> | _sinclair_typebox.TLiteral<"oxxo"> | _sinclair_typebox.TLiteral<"p24"> | _sinclair_typebox.TLiteral<"pay_by_bank"> | _sinclair_typebox.TLiteral<"paynow"> | _sinclair_typebox.TLiteral<"paypal"> | _sinclair_typebox.TLiteral<"pix"> | _sinclair_typebox.TLiteral<"promptpay"> | _sinclair_typebox.TLiteral<"satispay"> | _sinclair_typebox.TLiteral<"sepa_debit"> | _sinclair_typebox.TLiteral<"sofort"> | _sinclair_typebox.TLiteral<"swish"> | _sinclair_typebox.TLiteral<"twint"> | _sinclair_typebox.TLiteral<"us_bank_account"> | _sinclair_typebox.TLiteral<"wechat_pay"> | _sinclair_typebox.TLiteral<"zip">]>>;
66
65
  successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
67
66
  cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
68
67
  expiresAt: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
@@ -72,8 +71,8 @@ declare const StripeCheckoutSessionServiceSchemas: <SchemaValidator extends _for
72
71
  UpdateCheckoutSessionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
73
72
  id: _sinclair_typebox.TString;
74
73
  customerId: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
75
- currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>>;
76
- paymentMethods: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PaymentMethodEnum.AFFIRM> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALIPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALMA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BACS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BANCONTACT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BILLIE> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BLIK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BOLETO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CARD> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CASHAPP> | _sinclair_typebox.TLiteral<PaymentMethodEnum.EPS> | _sinclair_typebox.TLiteral<PaymentMethodEnum.FPX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GIROPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GRABPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.IDEAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KLARNA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KONBINI> | _sinclair_typebox.TLiteral<PaymentMethodEnum.LINK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MOBILEPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MULTIBANCO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.OXXO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.P24> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAY_BY_BANK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYNOW> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYPAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PIX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PROMPTPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SATISPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SEPA_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SOFORT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SWISH> | _sinclair_typebox.TLiteral<PaymentMethodEnum.TWINT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.WECHAT_PAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ZIP>]>>>;
74
+ currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>>;
75
+ paymentMethods: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"affirm"> | _sinclair_typebox.TLiteral<"afterpay_clearpay"> | _sinclair_typebox.TLiteral<"alipay"> | _sinclair_typebox.TLiteral<"alma"> | _sinclair_typebox.TLiteral<"au_becs_debit"> | _sinclair_typebox.TLiteral<"bacs_debit"> | _sinclair_typebox.TLiteral<"bancontact"> | _sinclair_typebox.TLiteral<"billie"> | _sinclair_typebox.TLiteral<"blik"> | _sinclair_typebox.TLiteral<"boleto"> | _sinclair_typebox.TLiteral<"card"> | _sinclair_typebox.TLiteral<"cashapp"> | _sinclair_typebox.TLiteral<"eps"> | _sinclair_typebox.TLiteral<"fpx"> | _sinclair_typebox.TLiteral<"giropay"> | _sinclair_typebox.TLiteral<"grabpay"> | _sinclair_typebox.TLiteral<"ideal"> | _sinclair_typebox.TLiteral<"klarna"> | _sinclair_typebox.TLiteral<"konbini"> | _sinclair_typebox.TLiteral<"link"> | _sinclair_typebox.TLiteral<"mobilepay"> | _sinclair_typebox.TLiteral<"multibanco"> | _sinclair_typebox.TLiteral<"oxxo"> | _sinclair_typebox.TLiteral<"p24"> | _sinclair_typebox.TLiteral<"pay_by_bank"> | _sinclair_typebox.TLiteral<"paynow"> | _sinclair_typebox.TLiteral<"paypal"> | _sinclair_typebox.TLiteral<"pix"> | _sinclair_typebox.TLiteral<"promptpay"> | _sinclair_typebox.TLiteral<"satispay"> | _sinclair_typebox.TLiteral<"sepa_debit"> | _sinclair_typebox.TLiteral<"sofort"> | _sinclair_typebox.TLiteral<"swish"> | _sinclair_typebox.TLiteral<"twint"> | _sinclair_typebox.TLiteral<"us_bank_account"> | _sinclair_typebox.TLiteral<"wechat_pay"> | _sinclair_typebox.TLiteral<"zip">]>>>;
77
76
  successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
78
77
  cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
79
78
  expiresAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
@@ -84,8 +83,8 @@ declare const StripeCheckoutSessionServiceSchemas: <SchemaValidator extends _for
84
83
  id: _sinclair_typebox.TString;
85
84
  customerId: _sinclair_typebox.TString;
86
85
  metadata: _sinclair_typebox.TOptional<_sinclair_typebox.TUnknown>;
87
- currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>;
88
- paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PaymentMethodEnum.AFFIRM> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALIPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALMA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BACS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BANCONTACT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BILLIE> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BLIK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BOLETO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CARD> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CASHAPP> | _sinclair_typebox.TLiteral<PaymentMethodEnum.EPS> | _sinclair_typebox.TLiteral<PaymentMethodEnum.FPX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GIROPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GRABPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.IDEAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KLARNA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KONBINI> | _sinclair_typebox.TLiteral<PaymentMethodEnum.LINK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MOBILEPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MULTIBANCO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.OXXO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.P24> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAY_BY_BANK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYNOW> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYPAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PIX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PROMPTPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SATISPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SEPA_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SOFORT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SWISH> | _sinclair_typebox.TLiteral<PaymentMethodEnum.TWINT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.WECHAT_PAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ZIP>]>>;
86
+ currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>;
87
+ paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"affirm"> | _sinclair_typebox.TLiteral<"afterpay_clearpay"> | _sinclair_typebox.TLiteral<"alipay"> | _sinclair_typebox.TLiteral<"alma"> | _sinclair_typebox.TLiteral<"au_becs_debit"> | _sinclair_typebox.TLiteral<"bacs_debit"> | _sinclair_typebox.TLiteral<"bancontact"> | _sinclair_typebox.TLiteral<"billie"> | _sinclair_typebox.TLiteral<"blik"> | _sinclair_typebox.TLiteral<"boleto"> | _sinclair_typebox.TLiteral<"card"> | _sinclair_typebox.TLiteral<"cashapp"> | _sinclair_typebox.TLiteral<"eps"> | _sinclair_typebox.TLiteral<"fpx"> | _sinclair_typebox.TLiteral<"giropay"> | _sinclair_typebox.TLiteral<"grabpay"> | _sinclair_typebox.TLiteral<"ideal"> | _sinclair_typebox.TLiteral<"klarna"> | _sinclair_typebox.TLiteral<"konbini"> | _sinclair_typebox.TLiteral<"link"> | _sinclair_typebox.TLiteral<"mobilepay"> | _sinclair_typebox.TLiteral<"multibanco"> | _sinclair_typebox.TLiteral<"oxxo"> | _sinclair_typebox.TLiteral<"p24"> | _sinclair_typebox.TLiteral<"pay_by_bank"> | _sinclair_typebox.TLiteral<"paynow"> | _sinclair_typebox.TLiteral<"paypal"> | _sinclair_typebox.TLiteral<"pix"> | _sinclair_typebox.TLiteral<"promptpay"> | _sinclair_typebox.TLiteral<"satispay"> | _sinclair_typebox.TLiteral<"sepa_debit"> | _sinclair_typebox.TLiteral<"sofort"> | _sinclair_typebox.TLiteral<"swish"> | _sinclair_typebox.TLiteral<"twint"> | _sinclair_typebox.TLiteral<"us_bank_account"> | _sinclair_typebox.TLiteral<"wechat_pay"> | _sinclair_typebox.TLiteral<"zip">]>>;
89
88
  successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
90
89
  cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
91
90
  expiresAt: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
@@ -98,8 +97,8 @@ declare const StripeCheckoutSessionServiceSchemas: <SchemaValidator extends _for
98
97
  CreateCheckoutSessionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
99
98
  id: zod.ZodOptional<zod.ZodString>;
100
99
  customerId: zod.ZodString;
101
- currency: zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>;
102
- paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<PaymentMethodEnum.AFFIRM> | zod.ZodLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | zod.ZodLiteral<PaymentMethodEnum.ALIPAY> | zod.ZodLiteral<PaymentMethodEnum.ALMA> | zod.ZodLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BACS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BANCONTACT> | zod.ZodLiteral<PaymentMethodEnum.BILLIE> | zod.ZodLiteral<PaymentMethodEnum.BLIK> | zod.ZodLiteral<PaymentMethodEnum.BOLETO> | zod.ZodLiteral<PaymentMethodEnum.CARD> | zod.ZodLiteral<PaymentMethodEnum.CASHAPP> | zod.ZodLiteral<PaymentMethodEnum.EPS> | zod.ZodLiteral<PaymentMethodEnum.FPX> | zod.ZodLiteral<PaymentMethodEnum.GIROPAY> | zod.ZodLiteral<PaymentMethodEnum.GRABPAY> | zod.ZodLiteral<PaymentMethodEnum.IDEAL> | zod.ZodLiteral<PaymentMethodEnum.KLARNA> | zod.ZodLiteral<PaymentMethodEnum.KONBINI> | zod.ZodLiteral<PaymentMethodEnum.LINK> | zod.ZodLiteral<PaymentMethodEnum.MOBILEPAY> | zod.ZodLiteral<PaymentMethodEnum.MULTIBANCO> | zod.ZodLiteral<PaymentMethodEnum.OXXO> | zod.ZodLiteral<PaymentMethodEnum.P24> | zod.ZodLiteral<PaymentMethodEnum.PAY_BY_BANK> | zod.ZodLiteral<PaymentMethodEnum.PAYNOW> | zod.ZodLiteral<PaymentMethodEnum.PAYPAL> | zod.ZodLiteral<PaymentMethodEnum.PIX> | zod.ZodLiteral<PaymentMethodEnum.PROMPTPAY> | zod.ZodLiteral<PaymentMethodEnum.SATISPAY> | zod.ZodLiteral<PaymentMethodEnum.SEPA_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.SOFORT> | zod.ZodLiteral<PaymentMethodEnum.SWISH> | zod.ZodLiteral<PaymentMethodEnum.TWINT> | zod.ZodLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | zod.ZodLiteral<PaymentMethodEnum.WECHAT_PAY> | zod.ZodLiteral<PaymentMethodEnum.ZIP>]>, "many">;
100
+ currency: zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>;
101
+ paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<"affirm"> | zod.ZodLiteral<"afterpay_clearpay"> | zod.ZodLiteral<"alipay"> | zod.ZodLiteral<"alma"> | zod.ZodLiteral<"au_becs_debit"> | zod.ZodLiteral<"bacs_debit"> | zod.ZodLiteral<"bancontact"> | zod.ZodLiteral<"billie"> | zod.ZodLiteral<"blik"> | zod.ZodLiteral<"boleto"> | zod.ZodLiteral<"card"> | zod.ZodLiteral<"cashapp"> | zod.ZodLiteral<"eps"> | zod.ZodLiteral<"fpx"> | zod.ZodLiteral<"giropay"> | zod.ZodLiteral<"grabpay"> | zod.ZodLiteral<"ideal"> | zod.ZodLiteral<"klarna"> | zod.ZodLiteral<"konbini"> | zod.ZodLiteral<"link"> | zod.ZodLiteral<"mobilepay"> | zod.ZodLiteral<"multibanco"> | zod.ZodLiteral<"oxxo"> | zod.ZodLiteral<"p24"> | zod.ZodLiteral<"pay_by_bank"> | zod.ZodLiteral<"paynow"> | zod.ZodLiteral<"paypal"> | zod.ZodLiteral<"pix"> | zod.ZodLiteral<"promptpay"> | zod.ZodLiteral<"satispay"> | zod.ZodLiteral<"sepa_debit"> | zod.ZodLiteral<"sofort"> | zod.ZodLiteral<"swish"> | zod.ZodLiteral<"twint"> | zod.ZodLiteral<"us_bank_account"> | zod.ZodLiteral<"wechat_pay"> | zod.ZodLiteral<"zip">]>, "many">;
103
102
  successRedirectUri: zod.ZodOptional<zod.ZodString>;
104
103
  cancelRedirectUri: zod.ZodOptional<zod.ZodString>;
105
104
  expiresAt: zod.ZodEffects<zod.ZodDate, Date, unknown>;
@@ -109,8 +108,8 @@ declare const StripeCheckoutSessionServiceSchemas: <SchemaValidator extends _for
109
108
  UpdateCheckoutSessionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
110
109
  id: zod.ZodString;
111
110
  customerId: zod.ZodOptional<zod.ZodString>;
112
- currency: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>>;
113
- paymentMethods: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<PaymentMethodEnum.AFFIRM> | zod.ZodLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | zod.ZodLiteral<PaymentMethodEnum.ALIPAY> | zod.ZodLiteral<PaymentMethodEnum.ALMA> | zod.ZodLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BACS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BANCONTACT> | zod.ZodLiteral<PaymentMethodEnum.BILLIE> | zod.ZodLiteral<PaymentMethodEnum.BLIK> | zod.ZodLiteral<PaymentMethodEnum.BOLETO> | zod.ZodLiteral<PaymentMethodEnum.CARD> | zod.ZodLiteral<PaymentMethodEnum.CASHAPP> | zod.ZodLiteral<PaymentMethodEnum.EPS> | zod.ZodLiteral<PaymentMethodEnum.FPX> | zod.ZodLiteral<PaymentMethodEnum.GIROPAY> | zod.ZodLiteral<PaymentMethodEnum.GRABPAY> | zod.ZodLiteral<PaymentMethodEnum.IDEAL> | zod.ZodLiteral<PaymentMethodEnum.KLARNA> | zod.ZodLiteral<PaymentMethodEnum.KONBINI> | zod.ZodLiteral<PaymentMethodEnum.LINK> | zod.ZodLiteral<PaymentMethodEnum.MOBILEPAY> | zod.ZodLiteral<PaymentMethodEnum.MULTIBANCO> | zod.ZodLiteral<PaymentMethodEnum.OXXO> | zod.ZodLiteral<PaymentMethodEnum.P24> | zod.ZodLiteral<PaymentMethodEnum.PAY_BY_BANK> | zod.ZodLiteral<PaymentMethodEnum.PAYNOW> | zod.ZodLiteral<PaymentMethodEnum.PAYPAL> | zod.ZodLiteral<PaymentMethodEnum.PIX> | zod.ZodLiteral<PaymentMethodEnum.PROMPTPAY> | zod.ZodLiteral<PaymentMethodEnum.SATISPAY> | zod.ZodLiteral<PaymentMethodEnum.SEPA_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.SOFORT> | zod.ZodLiteral<PaymentMethodEnum.SWISH> | zod.ZodLiteral<PaymentMethodEnum.TWINT> | zod.ZodLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | zod.ZodLiteral<PaymentMethodEnum.WECHAT_PAY> | zod.ZodLiteral<PaymentMethodEnum.ZIP>]>, "many">>;
111
+ currency: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>>;
112
+ paymentMethods: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<"affirm"> | zod.ZodLiteral<"afterpay_clearpay"> | zod.ZodLiteral<"alipay"> | zod.ZodLiteral<"alma"> | zod.ZodLiteral<"au_becs_debit"> | zod.ZodLiteral<"bacs_debit"> | zod.ZodLiteral<"bancontact"> | zod.ZodLiteral<"billie"> | zod.ZodLiteral<"blik"> | zod.ZodLiteral<"boleto"> | zod.ZodLiteral<"card"> | zod.ZodLiteral<"cashapp"> | zod.ZodLiteral<"eps"> | zod.ZodLiteral<"fpx"> | zod.ZodLiteral<"giropay"> | zod.ZodLiteral<"grabpay"> | zod.ZodLiteral<"ideal"> | zod.ZodLiteral<"klarna"> | zod.ZodLiteral<"konbini"> | zod.ZodLiteral<"link"> | zod.ZodLiteral<"mobilepay"> | zod.ZodLiteral<"multibanco"> | zod.ZodLiteral<"oxxo"> | zod.ZodLiteral<"p24"> | zod.ZodLiteral<"pay_by_bank"> | zod.ZodLiteral<"paynow"> | zod.ZodLiteral<"paypal"> | zod.ZodLiteral<"pix"> | zod.ZodLiteral<"promptpay"> | zod.ZodLiteral<"satispay"> | zod.ZodLiteral<"sepa_debit"> | zod.ZodLiteral<"sofort"> | zod.ZodLiteral<"swish"> | zod.ZodLiteral<"twint"> | zod.ZodLiteral<"us_bank_account"> | zod.ZodLiteral<"wechat_pay"> | zod.ZodLiteral<"zip">]>, "many">>;
114
113
  successRedirectUri: zod.ZodOptional<zod.ZodString>;
115
114
  cancelRedirectUri: zod.ZodOptional<zod.ZodString>;
116
115
  expiresAt: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
@@ -120,9 +119,9 @@ declare const StripeCheckoutSessionServiceSchemas: <SchemaValidator extends _for
120
119
  CheckoutSessionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
121
120
  id: zod.ZodString;
122
121
  customerId: zod.ZodString;
123
- currency: zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>;
122
+ currency: zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>;
124
123
  metadata: zod.ZodOptional<zod.ZodUnknown>;
125
- paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<PaymentMethodEnum.AFFIRM> | zod.ZodLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | zod.ZodLiteral<PaymentMethodEnum.ALIPAY> | zod.ZodLiteral<PaymentMethodEnum.ALMA> | zod.ZodLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BACS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BANCONTACT> | zod.ZodLiteral<PaymentMethodEnum.BILLIE> | zod.ZodLiteral<PaymentMethodEnum.BLIK> | zod.ZodLiteral<PaymentMethodEnum.BOLETO> | zod.ZodLiteral<PaymentMethodEnum.CARD> | zod.ZodLiteral<PaymentMethodEnum.CASHAPP> | zod.ZodLiteral<PaymentMethodEnum.EPS> | zod.ZodLiteral<PaymentMethodEnum.FPX> | zod.ZodLiteral<PaymentMethodEnum.GIROPAY> | zod.ZodLiteral<PaymentMethodEnum.GRABPAY> | zod.ZodLiteral<PaymentMethodEnum.IDEAL> | zod.ZodLiteral<PaymentMethodEnum.KLARNA> | zod.ZodLiteral<PaymentMethodEnum.KONBINI> | zod.ZodLiteral<PaymentMethodEnum.LINK> | zod.ZodLiteral<PaymentMethodEnum.MOBILEPAY> | zod.ZodLiteral<PaymentMethodEnum.MULTIBANCO> | zod.ZodLiteral<PaymentMethodEnum.OXXO> | zod.ZodLiteral<PaymentMethodEnum.P24> | zod.ZodLiteral<PaymentMethodEnum.PAY_BY_BANK> | zod.ZodLiteral<PaymentMethodEnum.PAYNOW> | zod.ZodLiteral<PaymentMethodEnum.PAYPAL> | zod.ZodLiteral<PaymentMethodEnum.PIX> | zod.ZodLiteral<PaymentMethodEnum.PROMPTPAY> | zod.ZodLiteral<PaymentMethodEnum.SATISPAY> | zod.ZodLiteral<PaymentMethodEnum.SEPA_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.SOFORT> | zod.ZodLiteral<PaymentMethodEnum.SWISH> | zod.ZodLiteral<PaymentMethodEnum.TWINT> | zod.ZodLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | zod.ZodLiteral<PaymentMethodEnum.WECHAT_PAY> | zod.ZodLiteral<PaymentMethodEnum.ZIP>]>, "many">;
124
+ paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<"affirm"> | zod.ZodLiteral<"afterpay_clearpay"> | zod.ZodLiteral<"alipay"> | zod.ZodLiteral<"alma"> | zod.ZodLiteral<"au_becs_debit"> | zod.ZodLiteral<"bacs_debit"> | zod.ZodLiteral<"bancontact"> | zod.ZodLiteral<"billie"> | zod.ZodLiteral<"blik"> | zod.ZodLiteral<"boleto"> | zod.ZodLiteral<"card"> | zod.ZodLiteral<"cashapp"> | zod.ZodLiteral<"eps"> | zod.ZodLiteral<"fpx"> | zod.ZodLiteral<"giropay"> | zod.ZodLiteral<"grabpay"> | zod.ZodLiteral<"ideal"> | zod.ZodLiteral<"klarna"> | zod.ZodLiteral<"konbini"> | zod.ZodLiteral<"link"> | zod.ZodLiteral<"mobilepay"> | zod.ZodLiteral<"multibanco"> | zod.ZodLiteral<"oxxo"> | zod.ZodLiteral<"p24"> | zod.ZodLiteral<"pay_by_bank"> | zod.ZodLiteral<"paynow"> | zod.ZodLiteral<"paypal"> | zod.ZodLiteral<"pix"> | zod.ZodLiteral<"promptpay"> | zod.ZodLiteral<"satispay"> | zod.ZodLiteral<"sepa_debit"> | zod.ZodLiteral<"sofort"> | zod.ZodLiteral<"swish"> | zod.ZodLiteral<"twint"> | zod.ZodLiteral<"us_bank_account"> | zod.ZodLiteral<"wechat_pay"> | zod.ZodLiteral<"zip">]>, "many">;
126
125
  successRedirectUri: zod.ZodOptional<zod.ZodString>;
127
126
  cancelRedirectUri: zod.ZodOptional<zod.ZodString>;
128
127
  expiresAt: zod.ZodEffects<zod.ZodDate, Date, unknown>;
@@ -139,24 +138,24 @@ declare const StripePaymentLinkServiceSchemas: <SchemaValidator extends _forklau
139
138
  CreatePaymentLinkSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
140
139
  id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
141
140
  amount: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
142
- currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>;
143
- paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PaymentMethodEnum.AFFIRM> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALIPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALMA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BACS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BANCONTACT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BILLIE> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BLIK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BOLETO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CARD> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CASHAPP> | _sinclair_typebox.TLiteral<PaymentMethodEnum.EPS> | _sinclair_typebox.TLiteral<PaymentMethodEnum.FPX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GIROPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GRABPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.IDEAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KLARNA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KONBINI> | _sinclair_typebox.TLiteral<PaymentMethodEnum.LINK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MOBILEPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MULTIBANCO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.OXXO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.P24> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAY_BY_BANK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYNOW> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYPAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PIX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PROMPTPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SATISPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SEPA_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SOFORT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SWISH> | _sinclair_typebox.TLiteral<PaymentMethodEnum.TWINT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.WECHAT_PAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ZIP>]>>;
141
+ currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>;
142
+ paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"affirm"> | _sinclair_typebox.TLiteral<"afterpay_clearpay"> | _sinclair_typebox.TLiteral<"alipay"> | _sinclair_typebox.TLiteral<"alma"> | _sinclair_typebox.TLiteral<"au_becs_debit"> | _sinclair_typebox.TLiteral<"bacs_debit"> | _sinclair_typebox.TLiteral<"bancontact"> | _sinclair_typebox.TLiteral<"billie"> | _sinclair_typebox.TLiteral<"blik"> | _sinclair_typebox.TLiteral<"boleto"> | _sinclair_typebox.TLiteral<"card"> | _sinclair_typebox.TLiteral<"cashapp"> | _sinclair_typebox.TLiteral<"eps"> | _sinclair_typebox.TLiteral<"fpx"> | _sinclair_typebox.TLiteral<"giropay"> | _sinclair_typebox.TLiteral<"grabpay"> | _sinclair_typebox.TLiteral<"ideal"> | _sinclair_typebox.TLiteral<"klarna"> | _sinclair_typebox.TLiteral<"konbini"> | _sinclair_typebox.TLiteral<"link"> | _sinclair_typebox.TLiteral<"mobilepay"> | _sinclair_typebox.TLiteral<"multibanco"> | _sinclair_typebox.TLiteral<"oxxo"> | _sinclair_typebox.TLiteral<"p24"> | _sinclair_typebox.TLiteral<"pay_by_bank"> | _sinclair_typebox.TLiteral<"paynow"> | _sinclair_typebox.TLiteral<"paypal"> | _sinclair_typebox.TLiteral<"pix"> | _sinclair_typebox.TLiteral<"promptpay"> | _sinclair_typebox.TLiteral<"satispay"> | _sinclair_typebox.TLiteral<"sepa_debit"> | _sinclair_typebox.TLiteral<"sofort"> | _sinclair_typebox.TLiteral<"swish"> | _sinclair_typebox.TLiteral<"twint"> | _sinclair_typebox.TLiteral<"us_bank_account"> | _sinclair_typebox.TLiteral<"wechat_pay"> | _sinclair_typebox.TLiteral<"zip">]>>;
144
143
  status: _sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>;
145
144
  stripeFields: _sinclair_typebox.TTransform<_sinclair_typebox.TAny, Stripe.Stripe.PaymentLinkCreateParams>;
146
145
  };
147
146
  UpdatePaymentLinkSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
148
147
  id: _sinclair_typebox.TString;
149
148
  amount: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>>;
150
- currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>>;
151
- paymentMethods: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PaymentMethodEnum.AFFIRM> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALIPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALMA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BACS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BANCONTACT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BILLIE> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BLIK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BOLETO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CARD> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CASHAPP> | _sinclair_typebox.TLiteral<PaymentMethodEnum.EPS> | _sinclair_typebox.TLiteral<PaymentMethodEnum.FPX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GIROPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GRABPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.IDEAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KLARNA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KONBINI> | _sinclair_typebox.TLiteral<PaymentMethodEnum.LINK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MOBILEPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MULTIBANCO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.OXXO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.P24> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAY_BY_BANK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYNOW> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYPAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PIX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PROMPTPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SATISPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SEPA_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SOFORT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SWISH> | _sinclair_typebox.TLiteral<PaymentMethodEnum.TWINT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.WECHAT_PAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ZIP>]>>>;
149
+ currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>>;
150
+ paymentMethods: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"affirm"> | _sinclair_typebox.TLiteral<"afterpay_clearpay"> | _sinclair_typebox.TLiteral<"alipay"> | _sinclair_typebox.TLiteral<"alma"> | _sinclair_typebox.TLiteral<"au_becs_debit"> | _sinclair_typebox.TLiteral<"bacs_debit"> | _sinclair_typebox.TLiteral<"bancontact"> | _sinclair_typebox.TLiteral<"billie"> | _sinclair_typebox.TLiteral<"blik"> | _sinclair_typebox.TLiteral<"boleto"> | _sinclair_typebox.TLiteral<"card"> | _sinclair_typebox.TLiteral<"cashapp"> | _sinclair_typebox.TLiteral<"eps"> | _sinclair_typebox.TLiteral<"fpx"> | _sinclair_typebox.TLiteral<"giropay"> | _sinclair_typebox.TLiteral<"grabpay"> | _sinclair_typebox.TLiteral<"ideal"> | _sinclair_typebox.TLiteral<"klarna"> | _sinclair_typebox.TLiteral<"konbini"> | _sinclair_typebox.TLiteral<"link"> | _sinclair_typebox.TLiteral<"mobilepay"> | _sinclair_typebox.TLiteral<"multibanco"> | _sinclair_typebox.TLiteral<"oxxo"> | _sinclair_typebox.TLiteral<"p24"> | _sinclair_typebox.TLiteral<"pay_by_bank"> | _sinclair_typebox.TLiteral<"paynow"> | _sinclair_typebox.TLiteral<"paypal"> | _sinclair_typebox.TLiteral<"pix"> | _sinclair_typebox.TLiteral<"promptpay"> | _sinclair_typebox.TLiteral<"satispay"> | _sinclair_typebox.TLiteral<"sepa_debit"> | _sinclair_typebox.TLiteral<"sofort"> | _sinclair_typebox.TLiteral<"swish"> | _sinclair_typebox.TLiteral<"twint"> | _sinclair_typebox.TLiteral<"us_bank_account"> | _sinclair_typebox.TLiteral<"wechat_pay"> | _sinclair_typebox.TLiteral<"zip">]>>>;
152
151
  status: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>;
153
152
  stripeFields: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TAny, Stripe.Stripe.PaymentLinkUpdateParams | undefined>>;
154
153
  };
155
154
  PaymentLinkSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
156
155
  id: _sinclair_typebox.TString;
157
156
  amount: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
158
- currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>;
159
- paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PaymentMethodEnum.AFFIRM> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALIPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ALMA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BACS_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BANCONTACT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BILLIE> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BLIK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.BOLETO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CARD> | _sinclair_typebox.TLiteral<PaymentMethodEnum.CASHAPP> | _sinclair_typebox.TLiteral<PaymentMethodEnum.EPS> | _sinclair_typebox.TLiteral<PaymentMethodEnum.FPX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GIROPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.GRABPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.IDEAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KLARNA> | _sinclair_typebox.TLiteral<PaymentMethodEnum.KONBINI> | _sinclair_typebox.TLiteral<PaymentMethodEnum.LINK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MOBILEPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.MULTIBANCO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.OXXO> | _sinclair_typebox.TLiteral<PaymentMethodEnum.P24> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAY_BY_BANK> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYNOW> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PAYPAL> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PIX> | _sinclair_typebox.TLiteral<PaymentMethodEnum.PROMPTPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SATISPAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SEPA_DEBIT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SOFORT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.SWISH> | _sinclair_typebox.TLiteral<PaymentMethodEnum.TWINT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | _sinclair_typebox.TLiteral<PaymentMethodEnum.WECHAT_PAY> | _sinclair_typebox.TLiteral<PaymentMethodEnum.ZIP>]>>;
157
+ currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>;
158
+ paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"affirm"> | _sinclair_typebox.TLiteral<"afterpay_clearpay"> | _sinclair_typebox.TLiteral<"alipay"> | _sinclair_typebox.TLiteral<"alma"> | _sinclair_typebox.TLiteral<"au_becs_debit"> | _sinclair_typebox.TLiteral<"bacs_debit"> | _sinclair_typebox.TLiteral<"bancontact"> | _sinclair_typebox.TLiteral<"billie"> | _sinclair_typebox.TLiteral<"blik"> | _sinclair_typebox.TLiteral<"boleto"> | _sinclair_typebox.TLiteral<"card"> | _sinclair_typebox.TLiteral<"cashapp"> | _sinclair_typebox.TLiteral<"eps"> | _sinclair_typebox.TLiteral<"fpx"> | _sinclair_typebox.TLiteral<"giropay"> | _sinclair_typebox.TLiteral<"grabpay"> | _sinclair_typebox.TLiteral<"ideal"> | _sinclair_typebox.TLiteral<"klarna"> | _sinclair_typebox.TLiteral<"konbini"> | _sinclair_typebox.TLiteral<"link"> | _sinclair_typebox.TLiteral<"mobilepay"> | _sinclair_typebox.TLiteral<"multibanco"> | _sinclair_typebox.TLiteral<"oxxo"> | _sinclair_typebox.TLiteral<"p24"> | _sinclair_typebox.TLiteral<"pay_by_bank"> | _sinclair_typebox.TLiteral<"paynow"> | _sinclair_typebox.TLiteral<"paypal"> | _sinclair_typebox.TLiteral<"pix"> | _sinclair_typebox.TLiteral<"promptpay"> | _sinclair_typebox.TLiteral<"satispay"> | _sinclair_typebox.TLiteral<"sepa_debit"> | _sinclair_typebox.TLiteral<"sofort"> | _sinclair_typebox.TLiteral<"swish"> | _sinclair_typebox.TLiteral<"twint"> | _sinclair_typebox.TLiteral<"us_bank_account"> | _sinclair_typebox.TLiteral<"wechat_pay"> | _sinclair_typebox.TLiteral<"zip">]>>;
160
159
  status: _sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>;
161
160
  stripeFields: _sinclair_typebox.TTransform<_sinclair_typebox.TAny, Stripe.Stripe.PaymentLink>;
162
161
  createdAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
@@ -166,24 +165,24 @@ declare const StripePaymentLinkServiceSchemas: <SchemaValidator extends _forklau
166
165
  CreatePaymentLinkSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
167
166
  id: zod.ZodOptional<zod.ZodString>;
168
167
  amount: zod.ZodEffects<zod.ZodNumber, number, unknown>;
169
- currency: zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>;
170
- paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<PaymentMethodEnum.AFFIRM> | zod.ZodLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | zod.ZodLiteral<PaymentMethodEnum.ALIPAY> | zod.ZodLiteral<PaymentMethodEnum.ALMA> | zod.ZodLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BACS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BANCONTACT> | zod.ZodLiteral<PaymentMethodEnum.BILLIE> | zod.ZodLiteral<PaymentMethodEnum.BLIK> | zod.ZodLiteral<PaymentMethodEnum.BOLETO> | zod.ZodLiteral<PaymentMethodEnum.CARD> | zod.ZodLiteral<PaymentMethodEnum.CASHAPP> | zod.ZodLiteral<PaymentMethodEnum.EPS> | zod.ZodLiteral<PaymentMethodEnum.FPX> | zod.ZodLiteral<PaymentMethodEnum.GIROPAY> | zod.ZodLiteral<PaymentMethodEnum.GRABPAY> | zod.ZodLiteral<PaymentMethodEnum.IDEAL> | zod.ZodLiteral<PaymentMethodEnum.KLARNA> | zod.ZodLiteral<PaymentMethodEnum.KONBINI> | zod.ZodLiteral<PaymentMethodEnum.LINK> | zod.ZodLiteral<PaymentMethodEnum.MOBILEPAY> | zod.ZodLiteral<PaymentMethodEnum.MULTIBANCO> | zod.ZodLiteral<PaymentMethodEnum.OXXO> | zod.ZodLiteral<PaymentMethodEnum.P24> | zod.ZodLiteral<PaymentMethodEnum.PAY_BY_BANK> | zod.ZodLiteral<PaymentMethodEnum.PAYNOW> | zod.ZodLiteral<PaymentMethodEnum.PAYPAL> | zod.ZodLiteral<PaymentMethodEnum.PIX> | zod.ZodLiteral<PaymentMethodEnum.PROMPTPAY> | zod.ZodLiteral<PaymentMethodEnum.SATISPAY> | zod.ZodLiteral<PaymentMethodEnum.SEPA_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.SOFORT> | zod.ZodLiteral<PaymentMethodEnum.SWISH> | zod.ZodLiteral<PaymentMethodEnum.TWINT> | zod.ZodLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | zod.ZodLiteral<PaymentMethodEnum.WECHAT_PAY> | zod.ZodLiteral<PaymentMethodEnum.ZIP>]>, "many">;
168
+ currency: zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>;
169
+ paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<"affirm"> | zod.ZodLiteral<"afterpay_clearpay"> | zod.ZodLiteral<"alipay"> | zod.ZodLiteral<"alma"> | zod.ZodLiteral<"au_becs_debit"> | zod.ZodLiteral<"bacs_debit"> | zod.ZodLiteral<"bancontact"> | zod.ZodLiteral<"billie"> | zod.ZodLiteral<"blik"> | zod.ZodLiteral<"boleto"> | zod.ZodLiteral<"card"> | zod.ZodLiteral<"cashapp"> | zod.ZodLiteral<"eps"> | zod.ZodLiteral<"fpx"> | zod.ZodLiteral<"giropay"> | zod.ZodLiteral<"grabpay"> | zod.ZodLiteral<"ideal"> | zod.ZodLiteral<"klarna"> | zod.ZodLiteral<"konbini"> | zod.ZodLiteral<"link"> | zod.ZodLiteral<"mobilepay"> | zod.ZodLiteral<"multibanco"> | zod.ZodLiteral<"oxxo"> | zod.ZodLiteral<"p24"> | zod.ZodLiteral<"pay_by_bank"> | zod.ZodLiteral<"paynow"> | zod.ZodLiteral<"paypal"> | zod.ZodLiteral<"pix"> | zod.ZodLiteral<"promptpay"> | zod.ZodLiteral<"satispay"> | zod.ZodLiteral<"sepa_debit"> | zod.ZodLiteral<"sofort"> | zod.ZodLiteral<"swish"> | zod.ZodLiteral<"twint"> | zod.ZodLiteral<"us_bank_account"> | zod.ZodLiteral<"wechat_pay"> | zod.ZodLiteral<"zip">]>, "many">;
171
170
  status: zod.ZodUnion<[{ [K in keyof T]: zod.ZodLiteral<T[K]>; }[keyof T]]>;
172
171
  stripeFields: zod.ZodType<Stripe.Stripe.PaymentLinkCreateParams, zod.ZodTypeDef, Stripe.Stripe.PaymentLinkCreateParams>;
173
172
  };
174
173
  UpdatePaymentLinkSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
175
174
  id: zod.ZodString;
176
175
  amount: zod.ZodOptional<zod.ZodEffects<zod.ZodNumber, number, unknown>>;
177
- currency: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>>;
178
- paymentMethods: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<PaymentMethodEnum.AFFIRM> | zod.ZodLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | zod.ZodLiteral<PaymentMethodEnum.ALIPAY> | zod.ZodLiteral<PaymentMethodEnum.ALMA> | zod.ZodLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BACS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BANCONTACT> | zod.ZodLiteral<PaymentMethodEnum.BILLIE> | zod.ZodLiteral<PaymentMethodEnum.BLIK> | zod.ZodLiteral<PaymentMethodEnum.BOLETO> | zod.ZodLiteral<PaymentMethodEnum.CARD> | zod.ZodLiteral<PaymentMethodEnum.CASHAPP> | zod.ZodLiteral<PaymentMethodEnum.EPS> | zod.ZodLiteral<PaymentMethodEnum.FPX> | zod.ZodLiteral<PaymentMethodEnum.GIROPAY> | zod.ZodLiteral<PaymentMethodEnum.GRABPAY> | zod.ZodLiteral<PaymentMethodEnum.IDEAL> | zod.ZodLiteral<PaymentMethodEnum.KLARNA> | zod.ZodLiteral<PaymentMethodEnum.KONBINI> | zod.ZodLiteral<PaymentMethodEnum.LINK> | zod.ZodLiteral<PaymentMethodEnum.MOBILEPAY> | zod.ZodLiteral<PaymentMethodEnum.MULTIBANCO> | zod.ZodLiteral<PaymentMethodEnum.OXXO> | zod.ZodLiteral<PaymentMethodEnum.P24> | zod.ZodLiteral<PaymentMethodEnum.PAY_BY_BANK> | zod.ZodLiteral<PaymentMethodEnum.PAYNOW> | zod.ZodLiteral<PaymentMethodEnum.PAYPAL> | zod.ZodLiteral<PaymentMethodEnum.PIX> | zod.ZodLiteral<PaymentMethodEnum.PROMPTPAY> | zod.ZodLiteral<PaymentMethodEnum.SATISPAY> | zod.ZodLiteral<PaymentMethodEnum.SEPA_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.SOFORT> | zod.ZodLiteral<PaymentMethodEnum.SWISH> | zod.ZodLiteral<PaymentMethodEnum.TWINT> | zod.ZodLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | zod.ZodLiteral<PaymentMethodEnum.WECHAT_PAY> | zod.ZodLiteral<PaymentMethodEnum.ZIP>]>, "many">>;
176
+ currency: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>>;
177
+ paymentMethods: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<"affirm"> | zod.ZodLiteral<"afterpay_clearpay"> | zod.ZodLiteral<"alipay"> | zod.ZodLiteral<"alma"> | zod.ZodLiteral<"au_becs_debit"> | zod.ZodLiteral<"bacs_debit"> | zod.ZodLiteral<"bancontact"> | zod.ZodLiteral<"billie"> | zod.ZodLiteral<"blik"> | zod.ZodLiteral<"boleto"> | zod.ZodLiteral<"card"> | zod.ZodLiteral<"cashapp"> | zod.ZodLiteral<"eps"> | zod.ZodLiteral<"fpx"> | zod.ZodLiteral<"giropay"> | zod.ZodLiteral<"grabpay"> | zod.ZodLiteral<"ideal"> | zod.ZodLiteral<"klarna"> | zod.ZodLiteral<"konbini"> | zod.ZodLiteral<"link"> | zod.ZodLiteral<"mobilepay"> | zod.ZodLiteral<"multibanco"> | zod.ZodLiteral<"oxxo"> | zod.ZodLiteral<"p24"> | zod.ZodLiteral<"pay_by_bank"> | zod.ZodLiteral<"paynow"> | zod.ZodLiteral<"paypal"> | zod.ZodLiteral<"pix"> | zod.ZodLiteral<"promptpay"> | zod.ZodLiteral<"satispay"> | zod.ZodLiteral<"sepa_debit"> | zod.ZodLiteral<"sofort"> | zod.ZodLiteral<"swish"> | zod.ZodLiteral<"twint"> | zod.ZodLiteral<"us_bank_account"> | zod.ZodLiteral<"wechat_pay"> | zod.ZodLiteral<"zip">]>, "many">>;
179
178
  status: zod.ZodOptional<zod.ZodUnion<[{ [K in keyof T]: zod.ZodLiteral<T[K]>; }[keyof T]]>>;
180
179
  stripeFields: zod.ZodOptional<zod.ZodType<Stripe.Stripe.PaymentLinkUpdateParams | undefined, zod.ZodTypeDef, Stripe.Stripe.PaymentLinkUpdateParams | undefined>>;
181
180
  };
182
181
  PaymentLinkSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(StatusEnum: T) => {
183
182
  id: zod.ZodString;
184
183
  amount: zod.ZodEffects<zod.ZodNumber, number, unknown>;
185
- currency: zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>;
186
- paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<PaymentMethodEnum.AFFIRM> | zod.ZodLiteral<PaymentMethodEnum.AFTERPAY_CLEARPAY> | zod.ZodLiteral<PaymentMethodEnum.ALIPAY> | zod.ZodLiteral<PaymentMethodEnum.ALMA> | zod.ZodLiteral<PaymentMethodEnum.AU_BECS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BACS_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.BANCONTACT> | zod.ZodLiteral<PaymentMethodEnum.BILLIE> | zod.ZodLiteral<PaymentMethodEnum.BLIK> | zod.ZodLiteral<PaymentMethodEnum.BOLETO> | zod.ZodLiteral<PaymentMethodEnum.CARD> | zod.ZodLiteral<PaymentMethodEnum.CASHAPP> | zod.ZodLiteral<PaymentMethodEnum.EPS> | zod.ZodLiteral<PaymentMethodEnum.FPX> | zod.ZodLiteral<PaymentMethodEnum.GIROPAY> | zod.ZodLiteral<PaymentMethodEnum.GRABPAY> | zod.ZodLiteral<PaymentMethodEnum.IDEAL> | zod.ZodLiteral<PaymentMethodEnum.KLARNA> | zod.ZodLiteral<PaymentMethodEnum.KONBINI> | zod.ZodLiteral<PaymentMethodEnum.LINK> | zod.ZodLiteral<PaymentMethodEnum.MOBILEPAY> | zod.ZodLiteral<PaymentMethodEnum.MULTIBANCO> | zod.ZodLiteral<PaymentMethodEnum.OXXO> | zod.ZodLiteral<PaymentMethodEnum.P24> | zod.ZodLiteral<PaymentMethodEnum.PAY_BY_BANK> | zod.ZodLiteral<PaymentMethodEnum.PAYNOW> | zod.ZodLiteral<PaymentMethodEnum.PAYPAL> | zod.ZodLiteral<PaymentMethodEnum.PIX> | zod.ZodLiteral<PaymentMethodEnum.PROMPTPAY> | zod.ZodLiteral<PaymentMethodEnum.SATISPAY> | zod.ZodLiteral<PaymentMethodEnum.SEPA_DEBIT> | zod.ZodLiteral<PaymentMethodEnum.SOFORT> | zod.ZodLiteral<PaymentMethodEnum.SWISH> | zod.ZodLiteral<PaymentMethodEnum.TWINT> | zod.ZodLiteral<PaymentMethodEnum.US_BANK_ACCOUNT> | zod.ZodLiteral<PaymentMethodEnum.WECHAT_PAY> | zod.ZodLiteral<PaymentMethodEnum.ZIP>]>, "many">;
184
+ currency: zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>;
185
+ paymentMethods: zod.ZodArray<zod.ZodUnion<[zod.ZodLiteral<"affirm"> | zod.ZodLiteral<"afterpay_clearpay"> | zod.ZodLiteral<"alipay"> | zod.ZodLiteral<"alma"> | zod.ZodLiteral<"au_becs_debit"> | zod.ZodLiteral<"bacs_debit"> | zod.ZodLiteral<"bancontact"> | zod.ZodLiteral<"billie"> | zod.ZodLiteral<"blik"> | zod.ZodLiteral<"boleto"> | zod.ZodLiteral<"card"> | zod.ZodLiteral<"cashapp"> | zod.ZodLiteral<"eps"> | zod.ZodLiteral<"fpx"> | zod.ZodLiteral<"giropay"> | zod.ZodLiteral<"grabpay"> | zod.ZodLiteral<"ideal"> | zod.ZodLiteral<"klarna"> | zod.ZodLiteral<"konbini"> | zod.ZodLiteral<"link"> | zod.ZodLiteral<"mobilepay"> | zod.ZodLiteral<"multibanco"> | zod.ZodLiteral<"oxxo"> | zod.ZodLiteral<"p24"> | zod.ZodLiteral<"pay_by_bank"> | zod.ZodLiteral<"paynow"> | zod.ZodLiteral<"paypal"> | zod.ZodLiteral<"pix"> | zod.ZodLiteral<"promptpay"> | zod.ZodLiteral<"satispay"> | zod.ZodLiteral<"sepa_debit"> | zod.ZodLiteral<"sofort"> | zod.ZodLiteral<"swish"> | zod.ZodLiteral<"twint"> | zod.ZodLiteral<"us_bank_account"> | zod.ZodLiteral<"wechat_pay"> | zod.ZodLiteral<"zip">]>, "many">;
187
186
  status: zod.ZodUnion<[{ [K in keyof T]: zod.ZodLiteral<T[K]>; }[keyof T]]>;
188
187
  stripeFields: zod.ZodType<Stripe.Stripe.PaymentLink, zod.ZodTypeDef, Stripe.Stripe.PaymentLink>;
189
188
  createdAt: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
@@ -199,12 +198,12 @@ declare const StripePlanServiceSchemas: <SchemaValidator extends _forklaunch_val
199
198
  name: _sinclair_typebox.TString;
200
199
  description: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
201
200
  price: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
202
- cadence: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PlanCadenceEnum.WEEKLY> | _sinclair_typebox.TLiteral<PlanCadenceEnum.MONTHLY> | _sinclair_typebox.TLiteral<PlanCadenceEnum.ANNUALLY>]>;
203
- currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>;
201
+ cadence: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"week"> | _sinclair_typebox.TLiteral<"month"> | _sinclair_typebox.TLiteral<"year">]>;
202
+ currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>;
204
203
  features: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TString>>;
205
204
  stripeFields: _sinclair_typebox.TTransform<_sinclair_typebox.TAny, Omit<Stripe.Stripe.PlanCreateParams, "currency" | "product" | "interval">>;
206
205
  externalId: _sinclair_typebox.TString;
207
- billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<BillingProviderEnum.STRIPE>]>>;
206
+ billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"stripe">]>>;
208
207
  active: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TBoolean, _sinclair_typebox.TString]>, boolean>;
209
208
  };
210
209
  UpdatePlanSchema: {
@@ -212,12 +211,12 @@ declare const StripePlanServiceSchemas: <SchemaValidator extends _forklaunch_val
212
211
  name: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
213
212
  description: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
214
213
  price: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>>;
215
- cadence: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PlanCadenceEnum.WEEKLY> | _sinclair_typebox.TLiteral<PlanCadenceEnum.MONTHLY> | _sinclair_typebox.TLiteral<PlanCadenceEnum.ANNUALLY>]>>;
216
- currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>>;
214
+ cadence: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"week"> | _sinclair_typebox.TLiteral<"month"> | _sinclair_typebox.TLiteral<"year">]>>;
215
+ currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>>;
217
216
  features: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TString>>;
218
217
  stripeFields: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TAny, Omit<Stripe.Stripe.PlanUpdateParams, "currency" | "product" | "interval"> | undefined>>;
219
218
  externalId: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
220
- billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<BillingProviderEnum.STRIPE>]>>;
219
+ billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"stripe">]>>;
221
220
  active: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TBoolean, _sinclair_typebox.TString]>, boolean>>;
222
221
  };
223
222
  PlanSchema: {
@@ -225,12 +224,12 @@ declare const StripePlanServiceSchemas: <SchemaValidator extends _forklaunch_val
225
224
  name: _sinclair_typebox.TString;
226
225
  description: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
227
226
  price: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
228
- cadence: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<PlanCadenceEnum.WEEKLY> | _sinclair_typebox.TLiteral<PlanCadenceEnum.MONTHLY> | _sinclair_typebox.TLiteral<PlanCadenceEnum.ANNUALLY>]>;
229
- currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<CurrencyEnum.USD> | _sinclair_typebox.TLiteral<CurrencyEnum.AED> | _sinclair_typebox.TLiteral<CurrencyEnum.AFN> | _sinclair_typebox.TLiteral<CurrencyEnum.ALL> | _sinclair_typebox.TLiteral<CurrencyEnum.AMD> | _sinclair_typebox.TLiteral<CurrencyEnum.ANG> | _sinclair_typebox.TLiteral<CurrencyEnum.AOA> | _sinclair_typebox.TLiteral<CurrencyEnum.ARS> | _sinclair_typebox.TLiteral<CurrencyEnum.AUD> | _sinclair_typebox.TLiteral<CurrencyEnum.AWG> | _sinclair_typebox.TLiteral<CurrencyEnum.AZN> | _sinclair_typebox.TLiteral<CurrencyEnum.BAM> | _sinclair_typebox.TLiteral<CurrencyEnum.BBD> | _sinclair_typebox.TLiteral<CurrencyEnum.BDT> | _sinclair_typebox.TLiteral<CurrencyEnum.BGN> | _sinclair_typebox.TLiteral<CurrencyEnum.BIF> | _sinclair_typebox.TLiteral<CurrencyEnum.BMD> | _sinclair_typebox.TLiteral<CurrencyEnum.BND> | _sinclair_typebox.TLiteral<CurrencyEnum.BOB> | _sinclair_typebox.TLiteral<CurrencyEnum.BRL> | _sinclair_typebox.TLiteral<CurrencyEnum.BSD> | _sinclair_typebox.TLiteral<CurrencyEnum.BWP> | _sinclair_typebox.TLiteral<CurrencyEnum.BYN> | _sinclair_typebox.TLiteral<CurrencyEnum.BZD> | _sinclair_typebox.TLiteral<CurrencyEnum.CAD> | _sinclair_typebox.TLiteral<CurrencyEnum.CDF> | _sinclair_typebox.TLiteral<CurrencyEnum.CHF> | _sinclair_typebox.TLiteral<CurrencyEnum.CLP> | _sinclair_typebox.TLiteral<CurrencyEnum.CNY> | _sinclair_typebox.TLiteral<CurrencyEnum.COP> | _sinclair_typebox.TLiteral<CurrencyEnum.CRC> | _sinclair_typebox.TLiteral<CurrencyEnum.CVE> | _sinclair_typebox.TLiteral<CurrencyEnum.CZK> | _sinclair_typebox.TLiteral<CurrencyEnum.DJF> | _sinclair_typebox.TLiteral<CurrencyEnum.DKK> | _sinclair_typebox.TLiteral<CurrencyEnum.DOP> | _sinclair_typebox.TLiteral<CurrencyEnum.DZD> | _sinclair_typebox.TLiteral<CurrencyEnum.EGP> | _sinclair_typebox.TLiteral<CurrencyEnum.ETB> | _sinclair_typebox.TLiteral<CurrencyEnum.EUR> | _sinclair_typebox.TLiteral<CurrencyEnum.FJD> | _sinclair_typebox.TLiteral<CurrencyEnum.FKP> | _sinclair_typebox.TLiteral<CurrencyEnum.GBP> | _sinclair_typebox.TLiteral<CurrencyEnum.GEL> | _sinclair_typebox.TLiteral<CurrencyEnum.GIP> | _sinclair_typebox.TLiteral<CurrencyEnum.GMD> | _sinclair_typebox.TLiteral<CurrencyEnum.GNF> | _sinclair_typebox.TLiteral<CurrencyEnum.GTQ> | _sinclair_typebox.TLiteral<CurrencyEnum.GYD> | _sinclair_typebox.TLiteral<CurrencyEnum.HKD> | _sinclair_typebox.TLiteral<CurrencyEnum.HNL> | _sinclair_typebox.TLiteral<CurrencyEnum.HTG> | _sinclair_typebox.TLiteral<CurrencyEnum.HUF> | _sinclair_typebox.TLiteral<CurrencyEnum.IDR> | _sinclair_typebox.TLiteral<CurrencyEnum.ILS> | _sinclair_typebox.TLiteral<CurrencyEnum.INR> | _sinclair_typebox.TLiteral<CurrencyEnum.ISK> | _sinclair_typebox.TLiteral<CurrencyEnum.JMD> | _sinclair_typebox.TLiteral<CurrencyEnum.JPY> | _sinclair_typebox.TLiteral<CurrencyEnum.KES> | _sinclair_typebox.TLiteral<CurrencyEnum.KGS> | _sinclair_typebox.TLiteral<CurrencyEnum.KHR> | _sinclair_typebox.TLiteral<CurrencyEnum.KMF> | _sinclair_typebox.TLiteral<CurrencyEnum.KRW> | _sinclair_typebox.TLiteral<CurrencyEnum.KYD> | _sinclair_typebox.TLiteral<CurrencyEnum.KZT> | _sinclair_typebox.TLiteral<CurrencyEnum.LAK> | _sinclair_typebox.TLiteral<CurrencyEnum.LBP> | _sinclair_typebox.TLiteral<CurrencyEnum.LKR> | _sinclair_typebox.TLiteral<CurrencyEnum.LRD> | _sinclair_typebox.TLiteral<CurrencyEnum.LSL> | _sinclair_typebox.TLiteral<CurrencyEnum.MAD> | _sinclair_typebox.TLiteral<CurrencyEnum.MDL> | _sinclair_typebox.TLiteral<CurrencyEnum.MGA> | _sinclair_typebox.TLiteral<CurrencyEnum.MKD> | _sinclair_typebox.TLiteral<CurrencyEnum.MMK> | _sinclair_typebox.TLiteral<CurrencyEnum.MNT> | _sinclair_typebox.TLiteral<CurrencyEnum.MOP> | _sinclair_typebox.TLiteral<CurrencyEnum.MUR> | _sinclair_typebox.TLiteral<CurrencyEnum.MVR> | _sinclair_typebox.TLiteral<CurrencyEnum.MWK> | _sinclair_typebox.TLiteral<CurrencyEnum.MXN> | _sinclair_typebox.TLiteral<CurrencyEnum.MYR> | _sinclair_typebox.TLiteral<CurrencyEnum.MZN> | _sinclair_typebox.TLiteral<CurrencyEnum.NAD> | _sinclair_typebox.TLiteral<CurrencyEnum.NGN> | _sinclair_typebox.TLiteral<CurrencyEnum.NIO> | _sinclair_typebox.TLiteral<CurrencyEnum.NOK> | _sinclair_typebox.TLiteral<CurrencyEnum.NPR> | _sinclair_typebox.TLiteral<CurrencyEnum.NZD> | _sinclair_typebox.TLiteral<CurrencyEnum.PAB> | _sinclair_typebox.TLiteral<CurrencyEnum.PEN> | _sinclair_typebox.TLiteral<CurrencyEnum.PGK> | _sinclair_typebox.TLiteral<CurrencyEnum.PHP> | _sinclair_typebox.TLiteral<CurrencyEnum.PKR> | _sinclair_typebox.TLiteral<CurrencyEnum.PLN> | _sinclair_typebox.TLiteral<CurrencyEnum.PYG> | _sinclair_typebox.TLiteral<CurrencyEnum.QAR> | _sinclair_typebox.TLiteral<CurrencyEnum.RON> | _sinclair_typebox.TLiteral<CurrencyEnum.RSD> | _sinclair_typebox.TLiteral<CurrencyEnum.RUB> | _sinclair_typebox.TLiteral<CurrencyEnum.RWF> | _sinclair_typebox.TLiteral<CurrencyEnum.SAR> | _sinclair_typebox.TLiteral<CurrencyEnum.SBD> | _sinclair_typebox.TLiteral<CurrencyEnum.SCR> | _sinclair_typebox.TLiteral<CurrencyEnum.SEK> | _sinclair_typebox.TLiteral<CurrencyEnum.SGD> | _sinclair_typebox.TLiteral<CurrencyEnum.SHP> | _sinclair_typebox.TLiteral<CurrencyEnum.SLE> | _sinclair_typebox.TLiteral<CurrencyEnum.SOS> | _sinclair_typebox.TLiteral<CurrencyEnum.SRD> | _sinclair_typebox.TLiteral<CurrencyEnum.STD> | _sinclair_typebox.TLiteral<CurrencyEnum.SZL> | _sinclair_typebox.TLiteral<CurrencyEnum.THB> | _sinclair_typebox.TLiteral<CurrencyEnum.TJS> | _sinclair_typebox.TLiteral<CurrencyEnum.TOP> | _sinclair_typebox.TLiteral<CurrencyEnum.TRY> | _sinclair_typebox.TLiteral<CurrencyEnum.TTD> | _sinclair_typebox.TLiteral<CurrencyEnum.TWD> | _sinclair_typebox.TLiteral<CurrencyEnum.TZS> | _sinclair_typebox.TLiteral<CurrencyEnum.UAH> | _sinclair_typebox.TLiteral<CurrencyEnum.UGX> | _sinclair_typebox.TLiteral<CurrencyEnum.UYU> | _sinclair_typebox.TLiteral<CurrencyEnum.UZS> | _sinclair_typebox.TLiteral<CurrencyEnum.VND> | _sinclair_typebox.TLiteral<CurrencyEnum.VUV> | _sinclair_typebox.TLiteral<CurrencyEnum.WST> | _sinclair_typebox.TLiteral<CurrencyEnum.XAF> | _sinclair_typebox.TLiteral<CurrencyEnum.XCD> | _sinclair_typebox.TLiteral<CurrencyEnum.XCG> | _sinclair_typebox.TLiteral<CurrencyEnum.XOF> | _sinclair_typebox.TLiteral<CurrencyEnum.XPF> | _sinclair_typebox.TLiteral<CurrencyEnum.YER> | _sinclair_typebox.TLiteral<CurrencyEnum.ZAR> | _sinclair_typebox.TLiteral<CurrencyEnum.ZMW>]>;
227
+ cadence: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"week"> | _sinclair_typebox.TLiteral<"month"> | _sinclair_typebox.TLiteral<"year">]>;
228
+ currency: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"USD"> | _sinclair_typebox.TLiteral<"AED"> | _sinclair_typebox.TLiteral<"AFN"> | _sinclair_typebox.TLiteral<"ALL"> | _sinclair_typebox.TLiteral<"AMD"> | _sinclair_typebox.TLiteral<"ANG"> | _sinclair_typebox.TLiteral<"AOA"> | _sinclair_typebox.TLiteral<"ARS"> | _sinclair_typebox.TLiteral<"AUD"> | _sinclair_typebox.TLiteral<"AWG"> | _sinclair_typebox.TLiteral<"AZN"> | _sinclair_typebox.TLiteral<"BAM"> | _sinclair_typebox.TLiteral<"BBD"> | _sinclair_typebox.TLiteral<"BDT"> | _sinclair_typebox.TLiteral<"BGN"> | _sinclair_typebox.TLiteral<"BIF"> | _sinclair_typebox.TLiteral<"BMD"> | _sinclair_typebox.TLiteral<"BND"> | _sinclair_typebox.TLiteral<"BOB"> | _sinclair_typebox.TLiteral<"BRL"> | _sinclair_typebox.TLiteral<"BSD"> | _sinclair_typebox.TLiteral<"BWP"> | _sinclair_typebox.TLiteral<"BYN"> | _sinclair_typebox.TLiteral<"BZD"> | _sinclair_typebox.TLiteral<"CAD"> | _sinclair_typebox.TLiteral<"CDF"> | _sinclair_typebox.TLiteral<"CHF"> | _sinclair_typebox.TLiteral<"CLP"> | _sinclair_typebox.TLiteral<"CNY"> | _sinclair_typebox.TLiteral<"COP"> | _sinclair_typebox.TLiteral<"CRC"> | _sinclair_typebox.TLiteral<"CVE"> | _sinclair_typebox.TLiteral<"CZK"> | _sinclair_typebox.TLiteral<"DJF"> | _sinclair_typebox.TLiteral<"DKK"> | _sinclair_typebox.TLiteral<"DOP"> | _sinclair_typebox.TLiteral<"DZD"> | _sinclair_typebox.TLiteral<"EGP"> | _sinclair_typebox.TLiteral<"ETB"> | _sinclair_typebox.TLiteral<"EUR"> | _sinclair_typebox.TLiteral<"FJD"> | _sinclair_typebox.TLiteral<"FKP"> | _sinclair_typebox.TLiteral<"GBP"> | _sinclair_typebox.TLiteral<"GEL"> | _sinclair_typebox.TLiteral<"GIP"> | _sinclair_typebox.TLiteral<"GMD"> | _sinclair_typebox.TLiteral<"GNF"> | _sinclair_typebox.TLiteral<"GTQ"> | _sinclair_typebox.TLiteral<"GYD"> | _sinclair_typebox.TLiteral<"HKD"> | _sinclair_typebox.TLiteral<"HNL"> | _sinclair_typebox.TLiteral<"HTG"> | _sinclair_typebox.TLiteral<"HUF"> | _sinclair_typebox.TLiteral<"IDR"> | _sinclair_typebox.TLiteral<"ILS"> | _sinclair_typebox.TLiteral<"INR"> | _sinclair_typebox.TLiteral<"ISK"> | _sinclair_typebox.TLiteral<"JMD"> | _sinclair_typebox.TLiteral<"JPY"> | _sinclair_typebox.TLiteral<"KES"> | _sinclair_typebox.TLiteral<"KGS"> | _sinclair_typebox.TLiteral<"KHR"> | _sinclair_typebox.TLiteral<"KMF"> | _sinclair_typebox.TLiteral<"KRW"> | _sinclair_typebox.TLiteral<"KYD"> | _sinclair_typebox.TLiteral<"KZT"> | _sinclair_typebox.TLiteral<"LAK"> | _sinclair_typebox.TLiteral<"LBP"> | _sinclair_typebox.TLiteral<"LKR"> | _sinclair_typebox.TLiteral<"LRD"> | _sinclair_typebox.TLiteral<"LSL"> | _sinclair_typebox.TLiteral<"MAD"> | _sinclair_typebox.TLiteral<"MDL"> | _sinclair_typebox.TLiteral<"MGA"> | _sinclair_typebox.TLiteral<"MKD"> | _sinclair_typebox.TLiteral<"MMK"> | _sinclair_typebox.TLiteral<"MNT"> | _sinclair_typebox.TLiteral<"MOP"> | _sinclair_typebox.TLiteral<"MUR"> | _sinclair_typebox.TLiteral<"MVR"> | _sinclair_typebox.TLiteral<"MWK"> | _sinclair_typebox.TLiteral<"MXN"> | _sinclair_typebox.TLiteral<"MYR"> | _sinclair_typebox.TLiteral<"MZN"> | _sinclair_typebox.TLiteral<"NAD"> | _sinclair_typebox.TLiteral<"NGN"> | _sinclair_typebox.TLiteral<"NIO"> | _sinclair_typebox.TLiteral<"NOK"> | _sinclair_typebox.TLiteral<"NPR"> | _sinclair_typebox.TLiteral<"NZD"> | _sinclair_typebox.TLiteral<"PAB"> | _sinclair_typebox.TLiteral<"PEN"> | _sinclair_typebox.TLiteral<"PGK"> | _sinclair_typebox.TLiteral<"PHP"> | _sinclair_typebox.TLiteral<"PKR"> | _sinclair_typebox.TLiteral<"PLN"> | _sinclair_typebox.TLiteral<"PYG"> | _sinclair_typebox.TLiteral<"QAR"> | _sinclair_typebox.TLiteral<"RON"> | _sinclair_typebox.TLiteral<"RSD"> | _sinclair_typebox.TLiteral<"RUB"> | _sinclair_typebox.TLiteral<"RWF"> | _sinclair_typebox.TLiteral<"SAR"> | _sinclair_typebox.TLiteral<"SBD"> | _sinclair_typebox.TLiteral<"SCR"> | _sinclair_typebox.TLiteral<"SEK"> | _sinclair_typebox.TLiteral<"SGD"> | _sinclair_typebox.TLiteral<"SHP"> | _sinclair_typebox.TLiteral<"SLE"> | _sinclair_typebox.TLiteral<"SOS"> | _sinclair_typebox.TLiteral<"SRD"> | _sinclair_typebox.TLiteral<"STD"> | _sinclair_typebox.TLiteral<"SZL"> | _sinclair_typebox.TLiteral<"THB"> | _sinclair_typebox.TLiteral<"TJS"> | _sinclair_typebox.TLiteral<"TOP"> | _sinclair_typebox.TLiteral<"TRY"> | _sinclair_typebox.TLiteral<"TTD"> | _sinclair_typebox.TLiteral<"TWD"> | _sinclair_typebox.TLiteral<"TZS"> | _sinclair_typebox.TLiteral<"UAH"> | _sinclair_typebox.TLiteral<"UGX"> | _sinclair_typebox.TLiteral<"UYU"> | _sinclair_typebox.TLiteral<"UZS"> | _sinclair_typebox.TLiteral<"VND"> | _sinclair_typebox.TLiteral<"VUV"> | _sinclair_typebox.TLiteral<"WST"> | _sinclair_typebox.TLiteral<"XAF"> | _sinclair_typebox.TLiteral<"XCD"> | _sinclair_typebox.TLiteral<"XCG"> | _sinclair_typebox.TLiteral<"XOF"> | _sinclair_typebox.TLiteral<"XPF"> | _sinclair_typebox.TLiteral<"YER"> | _sinclair_typebox.TLiteral<"ZAR"> | _sinclair_typebox.TLiteral<"ZMW">]>;
230
229
  features: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TString>>;
231
230
  stripeFields: _sinclair_typebox.TTransform<_sinclair_typebox.TAny, Stripe.Stripe.Plan>;
232
231
  externalId: _sinclair_typebox.TString;
233
- billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<BillingProviderEnum.STRIPE>]>>;
232
+ billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"stripe">]>>;
234
233
  active: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TBoolean, _sinclair_typebox.TString]>, boolean>;
235
234
  createdAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
236
235
  updatedAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
@@ -241,12 +240,12 @@ declare const StripePlanServiceSchemas: <SchemaValidator extends _forklaunch_val
241
240
  name: zod.ZodString;
242
241
  description: zod.ZodOptional<zod.ZodString>;
243
242
  price: zod.ZodEffects<zod.ZodNumber, number, unknown>;
244
- cadence: zod.ZodUnion<[zod.ZodLiteral<PlanCadenceEnum.WEEKLY> | zod.ZodLiteral<PlanCadenceEnum.MONTHLY> | zod.ZodLiteral<PlanCadenceEnum.ANNUALLY>]>;
245
- currency: zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>;
243
+ cadence: zod.ZodUnion<[zod.ZodLiteral<"week"> | zod.ZodLiteral<"month"> | zod.ZodLiteral<"year">]>;
244
+ currency: zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>;
246
245
  features: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
247
246
  stripeFields: zod.ZodType<Omit<Stripe.Stripe.PlanCreateParams, "currency" | "product" | "interval">, zod.ZodTypeDef, Omit<Stripe.Stripe.PlanCreateParams, "currency" | "product" | "interval">>;
248
247
  externalId: zod.ZodString;
249
- billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<BillingProviderEnum.STRIPE>]>>;
248
+ billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"stripe">]>>;
250
249
  active: zod.ZodEffects<zod.ZodBoolean, boolean, unknown>;
251
250
  };
252
251
  UpdatePlanSchema: {
@@ -254,12 +253,12 @@ declare const StripePlanServiceSchemas: <SchemaValidator extends _forklaunch_val
254
253
  name: zod.ZodOptional<zod.ZodString>;
255
254
  description: zod.ZodOptional<zod.ZodString>;
256
255
  price: zod.ZodOptional<zod.ZodEffects<zod.ZodNumber, number, unknown>>;
257
- cadence: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<PlanCadenceEnum.WEEKLY> | zod.ZodLiteral<PlanCadenceEnum.MONTHLY> | zod.ZodLiteral<PlanCadenceEnum.ANNUALLY>]>>;
258
- currency: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>>;
256
+ cadence: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"week"> | zod.ZodLiteral<"month"> | zod.ZodLiteral<"year">]>>;
257
+ currency: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>>;
259
258
  features: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
260
259
  stripeFields: zod.ZodOptional<zod.ZodType<Omit<Stripe.Stripe.PlanUpdateParams, "currency" | "product" | "interval"> | undefined, zod.ZodTypeDef, Omit<Stripe.Stripe.PlanUpdateParams, "currency" | "product" | "interval"> | undefined>>;
261
260
  externalId: zod.ZodOptional<zod.ZodString>;
262
- billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<BillingProviderEnum.STRIPE>]>>;
261
+ billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"stripe">]>>;
263
262
  active: zod.ZodOptional<zod.ZodEffects<zod.ZodBoolean, boolean, unknown>>;
264
263
  };
265
264
  PlanSchema: {
@@ -267,12 +266,12 @@ declare const StripePlanServiceSchemas: <SchemaValidator extends _forklaunch_val
267
266
  name: zod.ZodString;
268
267
  description: zod.ZodOptional<zod.ZodString>;
269
268
  price: zod.ZodEffects<zod.ZodNumber, number, unknown>;
270
- cadence: zod.ZodUnion<[zod.ZodLiteral<PlanCadenceEnum.WEEKLY> | zod.ZodLiteral<PlanCadenceEnum.MONTHLY> | zod.ZodLiteral<PlanCadenceEnum.ANNUALLY>]>;
271
- currency: zod.ZodUnion<[zod.ZodLiteral<CurrencyEnum.USD> | zod.ZodLiteral<CurrencyEnum.AED> | zod.ZodLiteral<CurrencyEnum.AFN> | zod.ZodLiteral<CurrencyEnum.ALL> | zod.ZodLiteral<CurrencyEnum.AMD> | zod.ZodLiteral<CurrencyEnum.ANG> | zod.ZodLiteral<CurrencyEnum.AOA> | zod.ZodLiteral<CurrencyEnum.ARS> | zod.ZodLiteral<CurrencyEnum.AUD> | zod.ZodLiteral<CurrencyEnum.AWG> | zod.ZodLiteral<CurrencyEnum.AZN> | zod.ZodLiteral<CurrencyEnum.BAM> | zod.ZodLiteral<CurrencyEnum.BBD> | zod.ZodLiteral<CurrencyEnum.BDT> | zod.ZodLiteral<CurrencyEnum.BGN> | zod.ZodLiteral<CurrencyEnum.BIF> | zod.ZodLiteral<CurrencyEnum.BMD> | zod.ZodLiteral<CurrencyEnum.BND> | zod.ZodLiteral<CurrencyEnum.BOB> | zod.ZodLiteral<CurrencyEnum.BRL> | zod.ZodLiteral<CurrencyEnum.BSD> | zod.ZodLiteral<CurrencyEnum.BWP> | zod.ZodLiteral<CurrencyEnum.BYN> | zod.ZodLiteral<CurrencyEnum.BZD> | zod.ZodLiteral<CurrencyEnum.CAD> | zod.ZodLiteral<CurrencyEnum.CDF> | zod.ZodLiteral<CurrencyEnum.CHF> | zod.ZodLiteral<CurrencyEnum.CLP> | zod.ZodLiteral<CurrencyEnum.CNY> | zod.ZodLiteral<CurrencyEnum.COP> | zod.ZodLiteral<CurrencyEnum.CRC> | zod.ZodLiteral<CurrencyEnum.CVE> | zod.ZodLiteral<CurrencyEnum.CZK> | zod.ZodLiteral<CurrencyEnum.DJF> | zod.ZodLiteral<CurrencyEnum.DKK> | zod.ZodLiteral<CurrencyEnum.DOP> | zod.ZodLiteral<CurrencyEnum.DZD> | zod.ZodLiteral<CurrencyEnum.EGP> | zod.ZodLiteral<CurrencyEnum.ETB> | zod.ZodLiteral<CurrencyEnum.EUR> | zod.ZodLiteral<CurrencyEnum.FJD> | zod.ZodLiteral<CurrencyEnum.FKP> | zod.ZodLiteral<CurrencyEnum.GBP> | zod.ZodLiteral<CurrencyEnum.GEL> | zod.ZodLiteral<CurrencyEnum.GIP> | zod.ZodLiteral<CurrencyEnum.GMD> | zod.ZodLiteral<CurrencyEnum.GNF> | zod.ZodLiteral<CurrencyEnum.GTQ> | zod.ZodLiteral<CurrencyEnum.GYD> | zod.ZodLiteral<CurrencyEnum.HKD> | zod.ZodLiteral<CurrencyEnum.HNL> | zod.ZodLiteral<CurrencyEnum.HTG> | zod.ZodLiteral<CurrencyEnum.HUF> | zod.ZodLiteral<CurrencyEnum.IDR> | zod.ZodLiteral<CurrencyEnum.ILS> | zod.ZodLiteral<CurrencyEnum.INR> | zod.ZodLiteral<CurrencyEnum.ISK> | zod.ZodLiteral<CurrencyEnum.JMD> | zod.ZodLiteral<CurrencyEnum.JPY> | zod.ZodLiteral<CurrencyEnum.KES> | zod.ZodLiteral<CurrencyEnum.KGS> | zod.ZodLiteral<CurrencyEnum.KHR> | zod.ZodLiteral<CurrencyEnum.KMF> | zod.ZodLiteral<CurrencyEnum.KRW> | zod.ZodLiteral<CurrencyEnum.KYD> | zod.ZodLiteral<CurrencyEnum.KZT> | zod.ZodLiteral<CurrencyEnum.LAK> | zod.ZodLiteral<CurrencyEnum.LBP> | zod.ZodLiteral<CurrencyEnum.LKR> | zod.ZodLiteral<CurrencyEnum.LRD> | zod.ZodLiteral<CurrencyEnum.LSL> | zod.ZodLiteral<CurrencyEnum.MAD> | zod.ZodLiteral<CurrencyEnum.MDL> | zod.ZodLiteral<CurrencyEnum.MGA> | zod.ZodLiteral<CurrencyEnum.MKD> | zod.ZodLiteral<CurrencyEnum.MMK> | zod.ZodLiteral<CurrencyEnum.MNT> | zod.ZodLiteral<CurrencyEnum.MOP> | zod.ZodLiteral<CurrencyEnum.MUR> | zod.ZodLiteral<CurrencyEnum.MVR> | zod.ZodLiteral<CurrencyEnum.MWK> | zod.ZodLiteral<CurrencyEnum.MXN> | zod.ZodLiteral<CurrencyEnum.MYR> | zod.ZodLiteral<CurrencyEnum.MZN> | zod.ZodLiteral<CurrencyEnum.NAD> | zod.ZodLiteral<CurrencyEnum.NGN> | zod.ZodLiteral<CurrencyEnum.NIO> | zod.ZodLiteral<CurrencyEnum.NOK> | zod.ZodLiteral<CurrencyEnum.NPR> | zod.ZodLiteral<CurrencyEnum.NZD> | zod.ZodLiteral<CurrencyEnum.PAB> | zod.ZodLiteral<CurrencyEnum.PEN> | zod.ZodLiteral<CurrencyEnum.PGK> | zod.ZodLiteral<CurrencyEnum.PHP> | zod.ZodLiteral<CurrencyEnum.PKR> | zod.ZodLiteral<CurrencyEnum.PLN> | zod.ZodLiteral<CurrencyEnum.PYG> | zod.ZodLiteral<CurrencyEnum.QAR> | zod.ZodLiteral<CurrencyEnum.RON> | zod.ZodLiteral<CurrencyEnum.RSD> | zod.ZodLiteral<CurrencyEnum.RUB> | zod.ZodLiteral<CurrencyEnum.RWF> | zod.ZodLiteral<CurrencyEnum.SAR> | zod.ZodLiteral<CurrencyEnum.SBD> | zod.ZodLiteral<CurrencyEnum.SCR> | zod.ZodLiteral<CurrencyEnum.SEK> | zod.ZodLiteral<CurrencyEnum.SGD> | zod.ZodLiteral<CurrencyEnum.SHP> | zod.ZodLiteral<CurrencyEnum.SLE> | zod.ZodLiteral<CurrencyEnum.SOS> | zod.ZodLiteral<CurrencyEnum.SRD> | zod.ZodLiteral<CurrencyEnum.STD> | zod.ZodLiteral<CurrencyEnum.SZL> | zod.ZodLiteral<CurrencyEnum.THB> | zod.ZodLiteral<CurrencyEnum.TJS> | zod.ZodLiteral<CurrencyEnum.TOP> | zod.ZodLiteral<CurrencyEnum.TRY> | zod.ZodLiteral<CurrencyEnum.TTD> | zod.ZodLiteral<CurrencyEnum.TWD> | zod.ZodLiteral<CurrencyEnum.TZS> | zod.ZodLiteral<CurrencyEnum.UAH> | zod.ZodLiteral<CurrencyEnum.UGX> | zod.ZodLiteral<CurrencyEnum.UYU> | zod.ZodLiteral<CurrencyEnum.UZS> | zod.ZodLiteral<CurrencyEnum.VND> | zod.ZodLiteral<CurrencyEnum.VUV> | zod.ZodLiteral<CurrencyEnum.WST> | zod.ZodLiteral<CurrencyEnum.XAF> | zod.ZodLiteral<CurrencyEnum.XCD> | zod.ZodLiteral<CurrencyEnum.XCG> | zod.ZodLiteral<CurrencyEnum.XOF> | zod.ZodLiteral<CurrencyEnum.XPF> | zod.ZodLiteral<CurrencyEnum.YER> | zod.ZodLiteral<CurrencyEnum.ZAR> | zod.ZodLiteral<CurrencyEnum.ZMW>]>;
269
+ cadence: zod.ZodUnion<[zod.ZodLiteral<"week"> | zod.ZodLiteral<"month"> | zod.ZodLiteral<"year">]>;
270
+ currency: zod.ZodUnion<[zod.ZodLiteral<"USD"> | zod.ZodLiteral<"AED"> | zod.ZodLiteral<"AFN"> | zod.ZodLiteral<"ALL"> | zod.ZodLiteral<"AMD"> | zod.ZodLiteral<"ANG"> | zod.ZodLiteral<"AOA"> | zod.ZodLiteral<"ARS"> | zod.ZodLiteral<"AUD"> | zod.ZodLiteral<"AWG"> | zod.ZodLiteral<"AZN"> | zod.ZodLiteral<"BAM"> | zod.ZodLiteral<"BBD"> | zod.ZodLiteral<"BDT"> | zod.ZodLiteral<"BGN"> | zod.ZodLiteral<"BIF"> | zod.ZodLiteral<"BMD"> | zod.ZodLiteral<"BND"> | zod.ZodLiteral<"BOB"> | zod.ZodLiteral<"BRL"> | zod.ZodLiteral<"BSD"> | zod.ZodLiteral<"BWP"> | zod.ZodLiteral<"BYN"> | zod.ZodLiteral<"BZD"> | zod.ZodLiteral<"CAD"> | zod.ZodLiteral<"CDF"> | zod.ZodLiteral<"CHF"> | zod.ZodLiteral<"CLP"> | zod.ZodLiteral<"CNY"> | zod.ZodLiteral<"COP"> | zod.ZodLiteral<"CRC"> | zod.ZodLiteral<"CVE"> | zod.ZodLiteral<"CZK"> | zod.ZodLiteral<"DJF"> | zod.ZodLiteral<"DKK"> | zod.ZodLiteral<"DOP"> | zod.ZodLiteral<"DZD"> | zod.ZodLiteral<"EGP"> | zod.ZodLiteral<"ETB"> | zod.ZodLiteral<"EUR"> | zod.ZodLiteral<"FJD"> | zod.ZodLiteral<"FKP"> | zod.ZodLiteral<"GBP"> | zod.ZodLiteral<"GEL"> | zod.ZodLiteral<"GIP"> | zod.ZodLiteral<"GMD"> | zod.ZodLiteral<"GNF"> | zod.ZodLiteral<"GTQ"> | zod.ZodLiteral<"GYD"> | zod.ZodLiteral<"HKD"> | zod.ZodLiteral<"HNL"> | zod.ZodLiteral<"HTG"> | zod.ZodLiteral<"HUF"> | zod.ZodLiteral<"IDR"> | zod.ZodLiteral<"ILS"> | zod.ZodLiteral<"INR"> | zod.ZodLiteral<"ISK"> | zod.ZodLiteral<"JMD"> | zod.ZodLiteral<"JPY"> | zod.ZodLiteral<"KES"> | zod.ZodLiteral<"KGS"> | zod.ZodLiteral<"KHR"> | zod.ZodLiteral<"KMF"> | zod.ZodLiteral<"KRW"> | zod.ZodLiteral<"KYD"> | zod.ZodLiteral<"KZT"> | zod.ZodLiteral<"LAK"> | zod.ZodLiteral<"LBP"> | zod.ZodLiteral<"LKR"> | zod.ZodLiteral<"LRD"> | zod.ZodLiteral<"LSL"> | zod.ZodLiteral<"MAD"> | zod.ZodLiteral<"MDL"> | zod.ZodLiteral<"MGA"> | zod.ZodLiteral<"MKD"> | zod.ZodLiteral<"MMK"> | zod.ZodLiteral<"MNT"> | zod.ZodLiteral<"MOP"> | zod.ZodLiteral<"MUR"> | zod.ZodLiteral<"MVR"> | zod.ZodLiteral<"MWK"> | zod.ZodLiteral<"MXN"> | zod.ZodLiteral<"MYR"> | zod.ZodLiteral<"MZN"> | zod.ZodLiteral<"NAD"> | zod.ZodLiteral<"NGN"> | zod.ZodLiteral<"NIO"> | zod.ZodLiteral<"NOK"> | zod.ZodLiteral<"NPR"> | zod.ZodLiteral<"NZD"> | zod.ZodLiteral<"PAB"> | zod.ZodLiteral<"PEN"> | zod.ZodLiteral<"PGK"> | zod.ZodLiteral<"PHP"> | zod.ZodLiteral<"PKR"> | zod.ZodLiteral<"PLN"> | zod.ZodLiteral<"PYG"> | zod.ZodLiteral<"QAR"> | zod.ZodLiteral<"RON"> | zod.ZodLiteral<"RSD"> | zod.ZodLiteral<"RUB"> | zod.ZodLiteral<"RWF"> | zod.ZodLiteral<"SAR"> | zod.ZodLiteral<"SBD"> | zod.ZodLiteral<"SCR"> | zod.ZodLiteral<"SEK"> | zod.ZodLiteral<"SGD"> | zod.ZodLiteral<"SHP"> | zod.ZodLiteral<"SLE"> | zod.ZodLiteral<"SOS"> | zod.ZodLiteral<"SRD"> | zod.ZodLiteral<"STD"> | zod.ZodLiteral<"SZL"> | zod.ZodLiteral<"THB"> | zod.ZodLiteral<"TJS"> | zod.ZodLiteral<"TOP"> | zod.ZodLiteral<"TRY"> | zod.ZodLiteral<"TTD"> | zod.ZodLiteral<"TWD"> | zod.ZodLiteral<"TZS"> | zod.ZodLiteral<"UAH"> | zod.ZodLiteral<"UGX"> | zod.ZodLiteral<"UYU"> | zod.ZodLiteral<"UZS"> | zod.ZodLiteral<"VND"> | zod.ZodLiteral<"VUV"> | zod.ZodLiteral<"WST"> | zod.ZodLiteral<"XAF"> | zod.ZodLiteral<"XCD"> | zod.ZodLiteral<"XCG"> | zod.ZodLiteral<"XOF"> | zod.ZodLiteral<"XPF"> | zod.ZodLiteral<"YER"> | zod.ZodLiteral<"ZAR"> | zod.ZodLiteral<"ZMW">]>;
272
271
  features: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
273
272
  stripeFields: zod.ZodType<Stripe.Stripe.Plan, zod.ZodTypeDef, Stripe.Stripe.Plan>;
274
273
  externalId: zod.ZodString;
275
- billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<BillingProviderEnum.STRIPE>]>>;
274
+ billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"stripe">]>>;
276
275
  active: zod.ZodEffects<zod.ZodBoolean, boolean, unknown>;
277
276
  createdAt: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
278
277
  updatedAt: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
@@ -293,7 +292,7 @@ declare const StripeSubscriptionServiceSchemas: <SchemaValidator extends _forkla
293
292
  startDate: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
294
293
  endDate: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
295
294
  status: _sinclair_typebox.TString;
296
- billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<BillingProviderEnum.STRIPE>]>>;
295
+ billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"stripe">]>>;
297
296
  stripeFields: _sinclair_typebox.TTransform<_sinclair_typebox.TAny, Omit<Stripe.Stripe.SubscriptionCreateParams, "customer" | "items">>;
298
297
  };
299
298
  UpdateSubscriptionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(PartyEnum: T) => {
@@ -307,7 +306,7 @@ declare const StripeSubscriptionServiceSchemas: <SchemaValidator extends _forkla
307
306
  startDate: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
308
307
  endDate: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
309
308
  status: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
310
- billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<BillingProviderEnum.STRIPE>]>>;
309
+ billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"stripe">]>>;
311
310
  stripeFields: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TAny, Omit<Stripe.Stripe.SubscriptionUpdateParams, "customer" | "items"> | undefined>>;
312
311
  };
313
312
  SubscriptionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(PartyEnum: T) => {
@@ -321,7 +320,7 @@ declare const StripeSubscriptionServiceSchemas: <SchemaValidator extends _forkla
321
320
  startDate: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
322
321
  endDate: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
323
322
  status: _sinclair_typebox.TString;
324
- billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<BillingProviderEnum.STRIPE>]>>;
323
+ billingProvider: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"stripe">]>>;
325
324
  stripeFields: _sinclair_typebox.TTransform<_sinclair_typebox.TAny, Stripe.Stripe.Subscription>;
326
325
  createdAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
327
326
  updatedAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
@@ -338,7 +337,7 @@ declare const StripeSubscriptionServiceSchemas: <SchemaValidator extends _forkla
338
337
  startDate: zod.ZodEffects<zod.ZodDate, Date, unknown>;
339
338
  endDate: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
340
339
  status: zod.ZodString;
341
- billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<BillingProviderEnum.STRIPE>]>>;
340
+ billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"stripe">]>>;
342
341
  stripeFields: zod.ZodType<Omit<Stripe.Stripe.SubscriptionCreateParams, "customer" | "items">, zod.ZodTypeDef, Omit<Stripe.Stripe.SubscriptionCreateParams, "customer" | "items">>;
343
342
  };
344
343
  UpdateSubscriptionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(PartyEnum: T) => {
@@ -352,7 +351,7 @@ declare const StripeSubscriptionServiceSchemas: <SchemaValidator extends _forkla
352
351
  startDate: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
353
352
  endDate: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
354
353
  status: zod.ZodOptional<zod.ZodString>;
355
- billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<BillingProviderEnum.STRIPE>]>>;
354
+ billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"stripe">]>>;
356
355
  stripeFields: zod.ZodOptional<zod.ZodType<Omit<Stripe.Stripe.SubscriptionUpdateParams, "customer" | "items"> | undefined, zod.ZodTypeDef, Omit<Stripe.Stripe.SubscriptionUpdateParams, "customer" | "items"> | undefined>>;
357
356
  };
358
357
  SubscriptionSchema: <T extends Record<string, _forklaunch_validator.LiteralSchema>>(PartyEnum: T) => {
@@ -366,7 +365,7 @@ declare const StripeSubscriptionServiceSchemas: <SchemaValidator extends _forkla
366
365
  startDate: zod.ZodEffects<zod.ZodDate, Date, unknown>;
367
366
  endDate: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
368
367
  status: zod.ZodString;
369
- billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<BillingProviderEnum.STRIPE>]>>;
368
+ billingProvider: zod.ZodOptional<zod.ZodUnion<[zod.ZodLiteral<"stripe">]>>;
370
369
  stripeFields: zod.ZodType<Stripe.Stripe.Subscription, zod.ZodTypeDef, Stripe.Stripe.Subscription>;
371
370
  createdAt: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;
372
371
  updatedAt: zod.ZodOptional<zod.ZodEffects<zod.ZodDate, Date, unknown>>;